Constant JVM_SYSTEM_CPU_LOAD_1M
pub const JVM_SYSTEM_CPU_LOAD_1M: &'static str;Expand description
§Description
Average CPU load of the whole system for the last minute as reported by the JVM.
§Notes
The value range is \[0,n\], where n is the number of CPU cores - or a negative number if the value is not available. This utilization is not defined as being for the specific interval since last measurement (unlike system.cpu.utilization). Reference
§Metadata
| Instrument: | gauge |
| Unit: | {run_queue_item} |
| Status: | Development |