mirror of
https://github.com/ClusterCockpit/cc-examples.git
synced 2026-03-17 22:17:30 +01:00
Update config for v1.5.0
This commit is contained in:
@@ -86,6 +86,32 @@
|
||||
"caution": 100,
|
||||
"alert": 50
|
||||
},
|
||||
{
|
||||
"name": "net_bytes_in",
|
||||
"unit": {
|
||||
"base": "B/s"
|
||||
},
|
||||
"scope": "node",
|
||||
"aggregation": "sum",
|
||||
"timestep": 60,
|
||||
"peak": 50000000,
|
||||
"normal": 10000000,
|
||||
"caution": 5000,
|
||||
"alert": 1000
|
||||
},
|
||||
{
|
||||
"name": "net_bytes_out",
|
||||
"unit": {
|
||||
"base": "B/s"
|
||||
},
|
||||
"scope": "node",
|
||||
"aggregation": "sum",
|
||||
"timestep": 60,
|
||||
"peak": 50000000,
|
||||
"normal": 200000,
|
||||
"caution": 5000,
|
||||
"alert": 1000
|
||||
},
|
||||
{
|
||||
"name": "mem_bw",
|
||||
"unit": {
|
||||
@@ -197,14 +223,14 @@
|
||||
"caution": 10000,
|
||||
"alert": 5000,
|
||||
"subClusters": [
|
||||
{
|
||||
{
|
||||
"name": "a100",
|
||||
"peak": 160000,
|
||||
"normal": 120000,
|
||||
"caution": 80000,
|
||||
"alert": 40000
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "v100",
|
||||
"peak": 128000,
|
||||
"normal": 96000,
|
||||
@@ -234,6 +260,7 @@
|
||||
},
|
||||
"scope": "accelerator",
|
||||
"aggregation": "sum",
|
||||
"energy": "power",
|
||||
"timestep": 60,
|
||||
"peak": 400,
|
||||
"normal": 200,
|
||||
@@ -290,9 +317,9 @@
|
||||
"scope": "node",
|
||||
"aggregation": "sum",
|
||||
"timestep": 60,
|
||||
"peak": 6,
|
||||
"normal": 4,
|
||||
"caution": 2,
|
||||
"peak": 50000,
|
||||
"normal": 10000,
|
||||
"caution": 10,
|
||||
"alert": 1
|
||||
},
|
||||
{
|
||||
@@ -304,9 +331,9 @@
|
||||
"scope": "node",
|
||||
"aggregation": "sum",
|
||||
"timestep": 60,
|
||||
"peak": 6,
|
||||
"normal": 4,
|
||||
"caution": 2,
|
||||
"peak": 50000,
|
||||
"normal": 10000,
|
||||
"caution": 10,
|
||||
"alert": 1
|
||||
},
|
||||
{
|
||||
@@ -318,10 +345,10 @@
|
||||
"scope": "node",
|
||||
"aggregation": "sum",
|
||||
"timestep": 60,
|
||||
"peak": 6,
|
||||
"normal": 4,
|
||||
"caution": 2,
|
||||
"alert": 1
|
||||
"peak": 50000,
|
||||
"normal": 10000,
|
||||
"caution": 20,
|
||||
"alert": 5
|
||||
}
|
||||
],
|
||||
"subClusters": [
|
||||
|
||||
Reference in New Issue
Block a user