mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
ead66155ef
This metric shows the number of CPU cores available to the process. This allows creating alerting rules on CPU saturation with the following query: rate(process_cpu_seconds_total[5m]) / process_cpu_cores_available > 0.9 Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2107 |
||
---|---|---|
.. | ||
testdata | ||
cpu_test.go | ||
cpu.go | ||
mem_test.go | ||
mem.go | ||
util_test.go | ||
util.go |