Job Statistics Schema
ClusterCockpit Job Statistics Schema Reference
Categories:
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 statistics
- 1. Property
Job statistics > unit
- 2. Property
Job statistics > avg
- 3. Property
Job statistics > min
- 4. Property
Job statistics > max
Title: Job statistics
Type | object |
Required | No |
Additional properties | Any type allowed |
Description: Format specification for job metric statistics
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
+ unit | No | object | No | In embedfs://unit.schema.json | Metric unit |
+ avg | No | number | No | - | Job metric average |
+ min | No | number | No | - | Job metric minimum |
+ max | No | number | No | - | Job metric maximum |
1. Property Job statistics > unit
Type | object |
Required | Yes |
Additional properties | Any type allowed |
Defined in | embedfs://unit.schema.json |
Description: Metric unit
2. Property Job statistics > avg
Type | number |
Required | Yes |
Description: Job metric average
Restrictions | |
---|---|
Minimum | ≥ 0 |
3. Property Job statistics > min
Type | number |
Required | Yes |
Description: Job metric minimum
Restrictions | |
---|---|
Minimum | ≥ 0 |
4. Property Job statistics > max
Type | number |
Required | Yes |
Description: Job metric maximum
Restrictions | |
---|---|
Minimum | ≥ 0 |
Generated using json-schema-for-humans on 2024-12-04 at 16:45:59 +0100
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.