Job Data Schema
ClusterCockpit Job Data Schema Reference
The following schema in its raw form can be found in the ClusterCockpit GitHub repository.
Manual Updates
Changes to the original JSON schema found in the repository are not automatically rendered in this reference documentation.Last Update: 04.12.2024Job metric data list
Title: Job metric data list
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: Collection of metric data of a HPC job
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + mem_used | No | object | No | - | Memory capacity used |
| + flops_any | No | object | No | - | Total flop rate with DP flops scaled up |
| + mem_bw | No | object | No | - | Main memory bandwidth |
| + net_bw | No | object | No | - | Total fast interconnect network bandwidth |
| - ipc | No | object | No | - | Instructions executed per cycle |
| + cpu_user | No | object | No | - | CPU user active core utilization |
| + cpu_load | No | object | No | - | CPU requested core utilization (load 1m) |
| - flops_dp | No | object | No | - | Double precision flop rate |
| - flops_sp | No | object | No | - | Single precision flops rate |
| - vectorization_ratio | No | object | No | - | Fraction of arithmetic instructions using SIMD instructions |
| - cpu_power | No | object | No | - | CPU power consumption |
| - mem_power | No | object | No | - | Memory power consumption |
| - acc_utilization | No | object | No | - | GPU utilization |
| - acc_mem_used | No | object | No | - | GPU memory capacity used |
| - acc_power | No | object | No | - | GPU power consumption |
| - clock | No | object | No | - | Average core frequency |
| - eth_read_bw | No | object | No | - | Ethernet read bandwidth |
| - eth_write_bw | No | object | No | - | Ethernet write bandwidth |
| + filesystems | No | array of object | No | - | Array of filesystems |
1. Property Job metric data list > mem_used
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
Description: Memory capacity used
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
1.1. Property Job metric data list > mem_used > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
2. Property Job metric data list > flops_any
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
Description: Total flop rate with DP flops scaled up
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - socket | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - memoryDomain | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - core | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - hwthread | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
2.1. Property Job metric data list > flops_any > node
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
2.2. Property Job metric data list > flops_any > socket
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
2.3. Property Job metric data list > flops_any > memoryDomain
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
2.4. Property Job metric data list > flops_any > core
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
2.5. Property Job metric data list > flops_any > hwthread
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
3. Property Job metric data list > mem_bw
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
Description: Main memory bandwidth
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - socket | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - memoryDomain | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
3.1. Property Job metric data list > mem_bw > node
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
3.2. Property Job metric data list > mem_bw > socket
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
3.3. Property Job metric data list > mem_bw > memoryDomain
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
4. Property Job metric data list > net_bw
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
Description: Total fast interconnect network bandwidth
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
4.1. Property Job metric data list > net_bw > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
5. Property Job metric data list > ipc
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: Instructions executed per cycle
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - socket | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - memoryDomain | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - core | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - hwthread | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
5.1. Property Job metric data list > ipc > node
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
5.2. Property Job metric data list > ipc > socket
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
5.3. Property Job metric data list > ipc > memoryDomain
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
5.4. Property Job metric data list > ipc > core
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
5.5. Property Job metric data list > ipc > hwthread
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
6. Property Job metric data list > cpu_user
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
Description: CPU user active core utilization
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - socket | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - memoryDomain | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - core | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - hwthread | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
6.1. Property Job metric data list > cpu_user > node
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
6.2. Property Job metric data list > cpu_user > socket
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
6.3. Property Job metric data list > cpu_user > memoryDomain
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
6.4. Property Job metric data list > cpu_user > core
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
6.5. Property Job metric data list > cpu_user > hwthread
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
7. Property Job metric data list > cpu_load
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
Description: CPU requested core utilization (load 1m)
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
7.1. Property Job metric data list > cpu_load > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
8. Property Job metric data list > flops_dp
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: Double precision flop rate
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - socket | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - memoryDomain | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - core | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - hwthread | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
8.1. Property Job metric data list > flops_dp > node
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
8.2. Property Job metric data list > flops_dp > socket
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
8.3. Property Job metric data list > flops_dp > memoryDomain
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
8.4. Property Job metric data list > flops_dp > core
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
8.5. Property Job metric data list > flops_dp > hwthread
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
9. Property Job metric data list > flops_sp
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: Single precision flops rate
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - socket | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - memoryDomain | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - core | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - hwthread | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
9.1. Property Job metric data list > flops_sp > node
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
9.2. Property Job metric data list > flops_sp > socket
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
9.3. Property Job metric data list > flops_sp > memoryDomain
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
9.4. Property Job metric data list > flops_sp > core
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
9.5. Property Job metric data list > flops_sp > hwthread
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
10. Property Job metric data list > vectorization_ratio
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: Fraction of arithmetic instructions using SIMD instructions
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - socket | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - memoryDomain | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - core | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - hwthread | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
10.1. Property Job metric data list > vectorization_ratio > node
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
10.2. Property Job metric data list > vectorization_ratio > socket
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
10.3. Property Job metric data list > vectorization_ratio > memoryDomain
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
10.4. Property Job metric data list > vectorization_ratio > core
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
10.5. Property Job metric data list > vectorization_ratio > hwthread
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
11. Property Job metric data list > cpu_power
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: CPU power consumption
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - socket | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
11.1. Property Job metric data list > cpu_power > node
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
11.2. Property Job metric data list > cpu_power > socket
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
12. Property Job metric data list > mem_power
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: Memory power consumption
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - socket | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
12.1. Property Job metric data list > mem_power > node
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
12.2. Property Job metric data list > mem_power > socket
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
13. Property Job metric data list > acc_utilization
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: GPU utilization
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + accelerator | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
13.1. Property Job metric data list > acc_utilization > accelerator
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
14. Property Job metric data list > acc_mem_used
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: GPU memory capacity used
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + accelerator | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
14.1. Property Job metric data list > acc_mem_used > accelerator
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
15. Property Job metric data list > acc_power
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: GPU power consumption
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + accelerator | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
15.1. Property Job metric data list > acc_power > accelerator
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
16. Property Job metric data list > clock
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: Average core frequency
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - socket | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - memoryDomain | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - core | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
| - hwthread | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
16.1. Property Job metric data list > clock > node
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
16.2. Property Job metric data list > clock > socket
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
16.3. Property Job metric data list > clock > memoryDomain
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
16.4. Property Job metric data list > clock > core
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
16.5. Property Job metric data list > clock > hwthread
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
17. Property Job metric data list > eth_read_bw
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: Ethernet read bandwidth
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
17.1. Property Job metric data list > eth_read_bw > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
18. Property Job metric data list > eth_write_bw
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: Ethernet write bandwidth
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
18.1. Property Job metric data list > eth_write_bw > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
19. Property Job metric data list > filesystems
| |
|---|
| Type | array of object |
| Required | Yes |
Description: Array of filesystems
| Array restrictions |
|---|
| Min items | 1 |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
19.1. Job metric data list > filesystems > filesystems items
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + name | No | string | No | - | - |
| + type | No | enum (of string) | No | - | - |
| + read_bw | No | object | No | - | File system read bandwidth |
| + write_bw | No | object | No | - | File system write bandwidth |
| - read_req | No | object | No | - | File system read requests |
| - write_req | No | object | No | - | File system write requests |
| - inodes | No | object | No | - | File system write requests |
| - accesses | No | object | No | - | File system open and close |
| - fsync | No | object | No | - | File system fsync |
| - create | No | object | No | - | File system create |
| - open | No | object | No | - | File system open |
| - close | No | object | No | - | File system close |
| - seek | No | object | No | - | File system seek |
19.1.1. Property Job metric data list > filesystems > filesystems items > name
19.1.2. Property Job metric data list > filesystems > filesystems items > type
| |
|---|
| Type | enum (of string) |
| Required | Yes |
Must be one of:
- “nfs”
- “lustre”
- “gpfs”
- “nvme”
- “ssd”
- “hdd”
- “beegfs”
19.1.3. Property Job metric data list > filesystems > filesystems items > read_bw
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
Description: File system read bandwidth
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
19.1.3.1. Property Job metric data list > filesystems > filesystems items > read_bw > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
19.1.4. Property Job metric data list > filesystems > filesystems items > write_bw
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
Description: File system write bandwidth
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
19.1.4.1. Property Job metric data list > filesystems > filesystems items > write_bw > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
19.1.5. Property Job metric data list > filesystems > filesystems items > read_req
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: File system read requests
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
19.1.5.1. Property Job metric data list > filesystems > filesystems items > read_req > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
19.1.6. Property Job metric data list > filesystems > filesystems items > write_req
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: File system write requests
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
19.1.6.1. Property Job metric data list > filesystems > filesystems items > write_req > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
19.1.7. Property Job metric data list > filesystems > filesystems items > inodes
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: File system write requests
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
19.1.7.1. Property Job metric data list > filesystems > filesystems items > inodes > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
19.1.8. Property Job metric data list > filesystems > filesystems items > accesses
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: File system open and close
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
19.1.8.1. Property Job metric data list > filesystems > filesystems items > accesses > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
19.1.9. Property Job metric data list > filesystems > filesystems items > fsync
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: File system fsync
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
19.1.9.1. Property Job metric data list > filesystems > filesystems items > fsync > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
19.1.10. Property Job metric data list > filesystems > filesystems items > create
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: File system create
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
19.1.10.1. Property Job metric data list > filesystems > filesystems items > create > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
19.1.11. Property Job metric data list > filesystems > filesystems items > open
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: File system open
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
19.1.11.1. Property Job metric data list > filesystems > filesystems items > open > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
19.1.12. Property Job metric data list > filesystems > filesystems items > close
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: File system close
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
19.1.12.1. Property Job metric data list > filesystems > filesystems items > close > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
19.1.13. Property Job metric data list > filesystems > filesystems items > seek
| |
|---|
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: File system seek
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + node | No | object | No | In embedfs://job-metric-data.schema.json | π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ |
19.1.13.1. Property Job metric data list > filesystems > filesystems items > seek > node
| |
|---|
| Type | object |
| Required | Yes |
| Additional properties | Any type allowed |
| Defined in | embedfs://job-metric-data.schema.json |
Description: π
ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately ποΈ
Generated using json-schema-for-humans on 2024-12-04 at 16:45:59 +0100