mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00: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.go | ||
cpu_test.go | ||
mem.go | ||
mem_test.go | ||
util.go | ||
util_test.go |