This commit is contained in:
2026-01-30 16:47:43 +03:00
parent b1fbd6872d
commit c17b6f2336
8 changed files with 104 additions and 5 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"`