netuitive.linux.loadavg.01.normalized |
The is the average run queue size over the past minute, normalizedacross CPUs. Computation: attribute[‘cpus’] == null ? null : (data[‘loadavg.01’].actual /attribute[‘cpus’].value) |
|
0 |
none |
yes |
no |
no |
netuitive.linux.loadavg.05.normalized |
The is the average run queue size over the past 5 minutes, normalizedacross CPUs. Computation: attribute[‘cpus’] == null ? null : (data[‘loadavg.05’].actual /attribute[‘cpus’].value) |
|
0 |
none |
yes |
yes |
no |
netuitive.linux.loadavg.15.normalized |
The is the average run queue size over the past 15 minutes, normalizedacross CPUs. Computation: attribute[‘cpus’] == null ? null : (data[‘loadavg.15’].actual /attribute[‘cpus’].value) |
|
0 |
none |
yes |
no |
no |