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