mirror of
https://github.com/ClusterCockpit/cc-specifications.git
synced 2024-12-26 05:19:05 +01:00
Update and fix schema
This commit is contained in:
parent
357c7b92f9
commit
42ff1e33a1
@ -77,7 +77,8 @@
|
||||
"scope",
|
||||
"timestep"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minItems": 1
|
||||
},
|
||||
"subClusters": {
|
||||
"description": "Array of cluster hardware partitions",
|
||||
@ -222,7 +223,8 @@
|
||||
"flopRateSimd",
|
||||
"memoryBandwidth"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minItems": 1
|
||||
}
|
||||
},
|
||||
"required":[
|
||||
|
@ -214,15 +214,15 @@
|
||||
"description": "CPU power consumption",
|
||||
"$ref": "https://raw.githubusercontent.com/ClusterCockpit/cc-specifications/master/datastructures/job-metric-statistics.schema.json"
|
||||
},
|
||||
"gpu_used": {
|
||||
"acc_used": {
|
||||
"description": "GPU utilization",
|
||||
"$ref": "https://raw.githubusercontent.com/ClusterCockpit/cc-specifications/master/datastructures/job-metric-statistics.schema.json"
|
||||
},
|
||||
"gpu_mem_used": {
|
||||
"acc_mem_used": {
|
||||
"description": "GPU memory capacity used",
|
||||
"$ref": "https://raw.githubusercontent.com/ClusterCockpit/cc-specifications/master/datastructures/job-metric-statistics.schema.json"
|
||||
},
|
||||
"gpu_power": {
|
||||
"acc_power": {
|
||||
"description": "GPU power consumption",
|
||||
"$ref": "https://raw.githubusercontent.com/ClusterCockpit/cc-specifications/master/datastructures/job-metric-statistics.schema.json"
|
||||
},
|
||||
|
@ -163,7 +163,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
"type": "string"
|
||||
},
|
||||
"statistics": {
|
||||
"type": "object",
|
||||
|
@ -15,10 +15,11 @@
|
||||
"F/s",
|
||||
"CPI",
|
||||
"IPC",
|
||||
"cpu_used",
|
||||
"cpu_load",
|
||||
"load",
|
||||
"Hz",
|
||||
"W"
|
||||
"W",
|
||||
"°C",
|
||||
""
|
||||
]
|
||||
},
|
||||
"prefix": {
|
||||
|
Loading…
Reference in New Issue
Block a user