This commit is contained in:
2026-01-30 17:13:30 +03:00
parent 403574496b
commit b3df483fc2
8 changed files with 105 additions and 6 deletions

View File

@@ -26,6 +26,9 @@ type RecordNode struct {
// Isolated Cpus
IsolatedCpus []interface{} `json:"isolatedCpus"`
// MemAllocationRatio
MemAllocationRatio float64 `json:"mem_allocation_ratio"`
// Name
Name string `json:"name"`