mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
add IRQ PSI test data
Signed-off-by: mchtech <michu_an@126.com>
This commit is contained in:
parent
d2a307ed93
commit
ec5e4b50b8
|
@ -2830,6 +2830,9 @@ node_pressure_io_stalled_seconds_total 159.229614
|
|||
# HELP node_pressure_io_waiting_seconds_total Total time in seconds that processes have waited due to IO congestion
|
||||
# TYPE node_pressure_io_waiting_seconds_total counter
|
||||
node_pressure_io_waiting_seconds_total 159.886802
|
||||
# HELP node_pressure_irq_stalled_seconds_total Total time in seconds no process could make progress due to IRQ congestion
|
||||
# TYPE node_pressure_irq_stalled_seconds_total counter
|
||||
node_pressure_irq_stalled_seconds_total 0.008494
|
||||
# HELP node_pressure_memory_stalled_seconds_total Total time in seconds no process could make progress due to memory congestion
|
||||
# TYPE node_pressure_memory_stalled_seconds_total counter
|
||||
node_pressure_memory_stalled_seconds_total 0
|
||||
|
|
|
@ -2852,6 +2852,9 @@ node_pressure_io_stalled_seconds_total 159.229614
|
|||
# HELP node_pressure_io_waiting_seconds_total Total time in seconds that processes have waited due to IO congestion
|
||||
# TYPE node_pressure_io_waiting_seconds_total counter
|
||||
node_pressure_io_waiting_seconds_total 159.886802
|
||||
# HELP node_pressure_irq_stalled_seconds_total Total time in seconds no process could make progress due to IRQ congestion
|
||||
# TYPE node_pressure_irq_stalled_seconds_total counter
|
||||
node_pressure_irq_stalled_seconds_total 0.008494
|
||||
# HELP node_pressure_memory_stalled_seconds_total Total time in seconds no process could make progress due to memory congestion
|
||||
# TYPE node_pressure_memory_stalled_seconds_total counter
|
||||
node_pressure_memory_stalled_seconds_total 0
|
||||
|
|
1
collector/fixtures/proc/pressure/irq
Normal file
1
collector/fixtures/proc/pressure/irq
Normal file
|
@ -0,0 +1 @@
|
|||
full avg10=0.00 avg60=0.00 avg300=0.00 total=8494
|
Loading…
Reference in a new issue