0% found this document useful (0 votes)
159 views45 pages

Metrics

This document contains metrics about the performance of a node and Go application. It includes metrics on garbage collection duration and frequency, memory and CPU usage, thread and goroutine counts. Specific metrics include the percentage of time spent in garbage collection, the amount of memory allocated and in use, and the number of processes and threads running on the node.

Uploaded by

TM
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
159 views45 pages

Metrics

This document contains metrics about the performance of a node and Go application. It includes metrics on garbage collection duration and frequency, memory and CPU usage, thread and goroutine counts. Specific metrics include the percentage of time spent in garbage collection, the amount of memory allocated and in use, and the number of processes and threads running on the node.

Uploaded by

TM
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 45

# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection

cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 1.8781e-05
go_gc_duration_seconds{quantile="0.25"} 4.7431e-05
go_gc_duration_seconds{quantile="0.5"} 5.3941e-05
go_gc_duration_seconds{quantile="0.75"} 6.5751e-05
go_gc_duration_seconds{quantile="1"} 0.000107491
go_gc_duration_seconds_sum 0.004802025
go_gc_duration_seconds_count 82
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 8
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.19.3"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 3.165648e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if
freed.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 1.64086664e+08
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket
hash table.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 1.478179e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 1.252657e+06
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system
metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 9.43424e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in
use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 3.165648e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 5.537792e+06
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 4.849664e+06
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 25368
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 4.46464e+06
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 1.0387456e+07
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last
garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.681369161624261e+09
# HELP go_memstats_lookups_total Total number of pointer lookups.
# TYPE go_memstats_lookups_total counter
go_memstats_lookups_total 0
# HELP go_memstats_mallocs_total Total number of mallocs.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 1.278025e+06
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 1200
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures
obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 62400
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 68272
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures
obtained from system.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 97920
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection
will take place.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 5.000568e+06
# HELP go_memstats_other_sys_bytes Number of bytes used for other system
allocations.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 573477
# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 2.195456e+06
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack
allocator.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 2.195456e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 2.4229128e+07
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 45
# HELP node_arp_entries ARP entries by device
# TYPE node_arp_entries gauge
node_arp_entries{device="enp98s0f0"} 1
# HELP node_boot_time_seconds Node boot time, in unixtime.
# TYPE node_boot_time_seconds gauge
node_boot_time_seconds 1.681292774e+09
# HELP node_context_switches_total Total number of context switches.
# TYPE node_context_switches_total counter
node_context_switches_total 1.551089893e+09
# HELP node_cooling_device_cur_state Current throttle state of the cooling device
# TYPE node_cooling_device_cur_state gauge
node_cooling_device_cur_state{name="0",type="Processor"} 0
node_cooling_device_cur_state{name="1",type="Processor"} 0
node_cooling_device_cur_state{name="10",type="Processor"} 0
node_cooling_device_cur_state{name="11",type="Processor"} 0
node_cooling_device_cur_state{name="12",type="Processor"} 0
node_cooling_device_cur_state{name="13",type="Processor"} 0
node_cooling_device_cur_state{name="14",type="Processor"} 0
node_cooling_device_cur_state{name="15",type="Processor"} 0
node_cooling_device_cur_state{name="16",type="Processor"} 0
node_cooling_device_cur_state{name="17",type="Processor"} 0
node_cooling_device_cur_state{name="18",type="Processor"} 0
node_cooling_device_cur_state{name="19",type="Processor"} 0
node_cooling_device_cur_state{name="2",type="Processor"} 0
node_cooling_device_cur_state{name="20",type="Processor"} 0
node_cooling_device_cur_state{name="21",type="Processor"} 0
node_cooling_device_cur_state{name="22",type="Processor"} 0
node_cooling_device_cur_state{name="23",type="Processor"} 0
node_cooling_device_cur_state{name="24",type="Processor"} 0
node_cooling_device_cur_state{name="25",type="Processor"} 0
node_cooling_device_cur_state{name="26",type="Processor"} 0
node_cooling_device_cur_state{name="27",type="Processor"} 0
node_cooling_device_cur_state{name="28",type="Processor"} 0
node_cooling_device_cur_state{name="29",type="Processor"} 0
node_cooling_device_cur_state{name="3",type="Processor"} 0
node_cooling_device_cur_state{name="30",type="Processor"} 0
node_cooling_device_cur_state{name="31",type="Processor"} 0
node_cooling_device_cur_state{name="32",type="Processor"} 0
node_cooling_device_cur_state{name="33",type="Processor"} 0
node_cooling_device_cur_state{name="34",type="Processor"} 0
node_cooling_device_cur_state{name="35",type="Processor"} 0
node_cooling_device_cur_state{name="36",type="Processor"} 0
node_cooling_device_cur_state{name="37",type="Processor"} 0
node_cooling_device_cur_state{name="38",type="Processor"} 0
node_cooling_device_cur_state{name="39",type="Processor"} 0
node_cooling_device_cur_state{name="4",type="Processor"} 0
node_cooling_device_cur_state{name="40",type="Processor"} 0
node_cooling_device_cur_state{name="41",type="Processor"} 0
node_cooling_device_cur_state{name="42",type="Processor"} 0
node_cooling_device_cur_state{name="43",type="Processor"} 0
node_cooling_device_cur_state{name="44",type="Processor"} 0
node_cooling_device_cur_state{name="45",type="Processor"} 0
node_cooling_device_cur_state{name="46",type="Processor"} 0
node_cooling_device_cur_state{name="47",type="Processor"} 0
node_cooling_device_cur_state{name="5",type="Processor"} 0
node_cooling_device_cur_state{name="6",type="Processor"} 0
node_cooling_device_cur_state{name="7",type="Processor"} 0
node_cooling_device_cur_state{name="8",type="Processor"} 0
node_cooling_device_cur_state{name="9",type="Processor"} 0
# HELP node_cooling_device_max_state Maximum throttle state of the cooling device
# TYPE node_cooling_device_max_state gauge
node_cooling_device_max_state{name="0",type="Processor"} 3
node_cooling_device_max_state{name="1",type="Processor"} 3
node_cooling_device_max_state{name="10",type="Processor"} 3
node_cooling_device_max_state{name="11",type="Processor"} 3
node_cooling_device_max_state{name="12",type="Processor"} 3
node_cooling_device_max_state{name="13",type="Processor"} 3
node_cooling_device_max_state{name="14",type="Processor"} 3
node_cooling_device_max_state{name="15",type="Processor"} 3
node_cooling_device_max_state{name="16",type="Processor"} 3
node_cooling_device_max_state{name="17",type="Processor"} 3
node_cooling_device_max_state{name="18",type="Processor"} 3
node_cooling_device_max_state{name="19",type="Processor"} 3
node_cooling_device_max_state{name="2",type="Processor"} 3
node_cooling_device_max_state{name="20",type="Processor"} 3
node_cooling_device_max_state{name="21",type="Processor"} 3
node_cooling_device_max_state{name="22",type="Processor"} 3
node_cooling_device_max_state{name="23",type="Processor"} 3
node_cooling_device_max_state{name="24",type="Processor"} 3
node_cooling_device_max_state{name="25",type="Processor"} 3
node_cooling_device_max_state{name="26",type="Processor"} 3
node_cooling_device_max_state{name="27",type="Processor"} 3
node_cooling_device_max_state{name="28",type="Processor"} 3
node_cooling_device_max_state{name="29",type="Processor"} 3
node_cooling_device_max_state{name="3",type="Processor"} 3
node_cooling_device_max_state{name="30",type="Processor"} 3
node_cooling_device_max_state{name="31",type="Processor"} 3
node_cooling_device_max_state{name="32",type="Processor"} 3
node_cooling_device_max_state{name="33",type="Processor"} 3
node_cooling_device_max_state{name="34",type="Processor"} 3
node_cooling_device_max_state{name="35",type="Processor"} 3
node_cooling_device_max_state{name="36",type="Processor"} 3
node_cooling_device_max_state{name="37",type="Processor"} 3
node_cooling_device_max_state{name="38",type="Processor"} 3
node_cooling_device_max_state{name="39",type="Processor"} 3
node_cooling_device_max_state{name="4",type="Processor"} 3
node_cooling_device_max_state{name="40",type="Processor"} 3
node_cooling_device_max_state{name="41",type="Processor"} 3
node_cooling_device_max_state{name="42",type="Processor"} 3
node_cooling_device_max_state{name="43",type="Processor"} 3
node_cooling_device_max_state{name="44",type="Processor"} 3
node_cooling_device_max_state{name="45",type="Processor"} 3
node_cooling_device_max_state{name="46",type="Processor"} 3
node_cooling_device_max_state{name="47",type="Processor"} 3
node_cooling_device_max_state{name="5",type="Processor"} 3
node_cooling_device_max_state{name="6",type="Processor"} 3
node_cooling_device_max_state{name="7",type="Processor"} 3
node_cooling_device_max_state{name="8",type="Processor"} 3
node_cooling_device_max_state{name="9",type="Processor"} 3
# HELP node_cpu_frequency_hertz Current cpu thread frequency in hertz.
# TYPE node_cpu_frequency_hertz gauge
node_cpu_frequency_hertz{cpu="0"} 1.2e+09
node_cpu_frequency_hertz{cpu="1"} 1.2e+09
node_cpu_frequency_hertz{cpu="10"} 1.2e+09
node_cpu_frequency_hertz{cpu="11"} 1.2e+09
node_cpu_frequency_hertz{cpu="12"} 1.2e+09
node_cpu_frequency_hertz{cpu="13"} 1.2e+09
node_cpu_frequency_hertz{cpu="14"} 1.2e+09
node_cpu_frequency_hertz{cpu="15"} 1.2e+09
node_cpu_frequency_hertz{cpu="16"} 1.2e+09
node_cpu_frequency_hertz{cpu="17"} 1.2e+09
node_cpu_frequency_hertz{cpu="18"} 1.2e+09
node_cpu_frequency_hertz{cpu="19"} 1.2e+09
node_cpu_frequency_hertz{cpu="2"} 1.2e+09
node_cpu_frequency_hertz{cpu="20"} 1.2e+09
node_cpu_frequency_hertz{cpu="21"} 1.2e+09
node_cpu_frequency_hertz{cpu="22"} 1.2e+09
node_cpu_frequency_hertz{cpu="23"} 1.2e+09
node_cpu_frequency_hertz{cpu="24"} 1.2e+09
node_cpu_frequency_hertz{cpu="25"} 1.2e+09
node_cpu_frequency_hertz{cpu="26"} 1.2e+09
node_cpu_frequency_hertz{cpu="27"} 1.2e+09
node_cpu_frequency_hertz{cpu="28"} 1.2e+09
node_cpu_frequency_hertz{cpu="29"} 1.2e+09
node_cpu_frequency_hertz{cpu="3"} 1.2e+09
node_cpu_frequency_hertz{cpu="30"} 1.2e+09
node_cpu_frequency_hertz{cpu="31"} 1.2e+09
node_cpu_frequency_hertz{cpu="32"} 1.2e+09
node_cpu_frequency_hertz{cpu="33"} 1.2e+09
node_cpu_frequency_hertz{cpu="34"} 1.2e+09
node_cpu_frequency_hertz{cpu="35"} 1.2e+09
node_cpu_frequency_hertz{cpu="36"} 1.2e+09
node_cpu_frequency_hertz{cpu="37"} 1.2e+09
node_cpu_frequency_hertz{cpu="38"} 1.2e+09
node_cpu_frequency_hertz{cpu="39"} 1.2e+09
node_cpu_frequency_hertz{cpu="4"} 1.2e+09
node_cpu_frequency_hertz{cpu="40"} 1.2e+09
node_cpu_frequency_hertz{cpu="41"} 1.2e+09
node_cpu_frequency_hertz{cpu="42"} 1.2e+09
node_cpu_frequency_hertz{cpu="43"} 1.2e+09
node_cpu_frequency_hertz{cpu="44"} 1.2e+09
node_cpu_frequency_hertz{cpu="45"} 1.2e+09
node_cpu_frequency_hertz{cpu="46"} 1.2e+09
node_cpu_frequency_hertz{cpu="47"} 1.2e+09
node_cpu_frequency_hertz{cpu="5"} 1.2e+09
node_cpu_frequency_hertz{cpu="6"} 1.2e+09
node_cpu_frequency_hertz{cpu="7"} 1.2e+09
node_cpu_frequency_hertz{cpu="8"} 2e+09
node_cpu_frequency_hertz{cpu="9"} 1.2e+09
# HELP node_cpu_frequency_max_hertz Maximum cpu thread frequency in hertz.
# TYPE node_cpu_frequency_max_hertz gauge
node_cpu_frequency_max_hertz{cpu="0"} 2e+09
node_cpu_frequency_max_hertz{cpu="1"} 2e+09
node_cpu_frequency_max_hertz{cpu="10"} 2e+09
node_cpu_frequency_max_hertz{cpu="11"} 2e+09
node_cpu_frequency_max_hertz{cpu="12"} 2e+09
node_cpu_frequency_max_hertz{cpu="13"} 2e+09
node_cpu_frequency_max_hertz{cpu="14"} 2e+09
node_cpu_frequency_max_hertz{cpu="15"} 2e+09
node_cpu_frequency_max_hertz{cpu="16"} 2e+09
node_cpu_frequency_max_hertz{cpu="17"} 2e+09
node_cpu_frequency_max_hertz{cpu="18"} 2e+09
node_cpu_frequency_max_hertz{cpu="19"} 2e+09
node_cpu_frequency_max_hertz{cpu="2"} 2e+09
node_cpu_frequency_max_hertz{cpu="20"} 2e+09
node_cpu_frequency_max_hertz{cpu="21"} 2e+09
node_cpu_frequency_max_hertz{cpu="22"} 2e+09
node_cpu_frequency_max_hertz{cpu="23"} 2e+09
node_cpu_frequency_max_hertz{cpu="24"} 2e+09
node_cpu_frequency_max_hertz{cpu="25"} 2e+09
node_cpu_frequency_max_hertz{cpu="26"} 2e+09
node_cpu_frequency_max_hertz{cpu="27"} 2e+09
node_cpu_frequency_max_hertz{cpu="28"} 2e+09
node_cpu_frequency_max_hertz{cpu="29"} 2e+09
node_cpu_frequency_max_hertz{cpu="3"} 2e+09
node_cpu_frequency_max_hertz{cpu="30"} 2e+09
node_cpu_frequency_max_hertz{cpu="31"} 2e+09
node_cpu_frequency_max_hertz{cpu="32"} 2e+09
node_cpu_frequency_max_hertz{cpu="33"} 2e+09
node_cpu_frequency_max_hertz{cpu="34"} 2e+09
node_cpu_frequency_max_hertz{cpu="35"} 2e+09
node_cpu_frequency_max_hertz{cpu="36"} 2e+09
node_cpu_frequency_max_hertz{cpu="37"} 2e+09
node_cpu_frequency_max_hertz{cpu="38"} 2e+09
node_cpu_frequency_max_hertz{cpu="39"} 2e+09
node_cpu_frequency_max_hertz{cpu="4"} 2e+09
node_cpu_frequency_max_hertz{cpu="40"} 2e+09
node_cpu_frequency_max_hertz{cpu="41"} 2e+09
node_cpu_frequency_max_hertz{cpu="42"} 2e+09
node_cpu_frequency_max_hertz{cpu="43"} 2e+09
node_cpu_frequency_max_hertz{cpu="44"} 2e+09
node_cpu_frequency_max_hertz{cpu="45"} 2e+09
node_cpu_frequency_max_hertz{cpu="46"} 2e+09
node_cpu_frequency_max_hertz{cpu="47"} 2e+09
node_cpu_frequency_max_hertz{cpu="5"} 2e+09
node_cpu_frequency_max_hertz{cpu="6"} 2e+09
node_cpu_frequency_max_hertz{cpu="7"} 2e+09
node_cpu_frequency_max_hertz{cpu="8"} 2e+09
node_cpu_frequency_max_hertz{cpu="9"} 2e+09
# HELP node_cpu_frequency_min_hertz Minimum cpu thread frequency in hertz.
# TYPE node_cpu_frequency_min_hertz gauge
node_cpu_frequency_min_hertz{cpu="0"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="1"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="10"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="11"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="12"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="13"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="14"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="15"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="16"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="17"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="18"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="19"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="2"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="20"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="21"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="22"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="23"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="24"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="25"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="26"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="27"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="28"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="29"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="3"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="30"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="31"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="32"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="33"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="34"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="35"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="36"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="37"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="38"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="39"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="4"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="40"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="41"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="42"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="43"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="44"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="45"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="46"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="47"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="5"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="6"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="7"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="8"} 1.2e+09
node_cpu_frequency_min_hertz{cpu="9"} 1.2e+09
# HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each
mode.
# TYPE node_cpu_guest_seconds_total counter
node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="0",mode="user"} 0
node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="1",mode="user"} 0
node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="10",mode="user"} 0
node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="11",mode="user"} 0
node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="12",mode="user"} 0
node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="13",mode="user"} 0
node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="14",mode="user"} 0
node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="15",mode="user"} 0
node_cpu_guest_seconds_total{cpu="16",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="16",mode="user"} 0
node_cpu_guest_seconds_total{cpu="17",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="17",mode="user"} 0
node_cpu_guest_seconds_total{cpu="18",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="18",mode="user"} 0
node_cpu_guest_seconds_total{cpu="19",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="19",mode="user"} 0
node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="2",mode="user"} 0
node_cpu_guest_seconds_total{cpu="20",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="20",mode="user"} 0
node_cpu_guest_seconds_total{cpu="21",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="21",mode="user"} 0
node_cpu_guest_seconds_total{cpu="22",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="22",mode="user"} 0
node_cpu_guest_seconds_total{cpu="23",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="23",mode="user"} 0
node_cpu_guest_seconds_total{cpu="24",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="24",mode="user"} 0
node_cpu_guest_seconds_total{cpu="25",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="25",mode="user"} 0
node_cpu_guest_seconds_total{cpu="26",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="26",mode="user"} 0
node_cpu_guest_seconds_total{cpu="27",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="27",mode="user"} 0
node_cpu_guest_seconds_total{cpu="28",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="28",mode="user"} 0
node_cpu_guest_seconds_total{cpu="29",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="29",mode="user"} 0
node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="3",mode="user"} 0
node_cpu_guest_seconds_total{cpu="30",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="30",mode="user"} 0
node_cpu_guest_seconds_total{cpu="31",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="31",mode="user"} 0
node_cpu_guest_seconds_total{cpu="32",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="32",mode="user"} 0
node_cpu_guest_seconds_total{cpu="33",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="33",mode="user"} 0
node_cpu_guest_seconds_total{cpu="34",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="34",mode="user"} 0
node_cpu_guest_seconds_total{cpu="35",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="35",mode="user"} 0
node_cpu_guest_seconds_total{cpu="36",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="36",mode="user"} 0
node_cpu_guest_seconds_total{cpu="37",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="37",mode="user"} 0
node_cpu_guest_seconds_total{cpu="38",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="38",mode="user"} 0
node_cpu_guest_seconds_total{cpu="39",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="39",mode="user"} 0
node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="4",mode="user"} 0
node_cpu_guest_seconds_total{cpu="40",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="40",mode="user"} 0
node_cpu_guest_seconds_total{cpu="41",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="41",mode="user"} 0
node_cpu_guest_seconds_total{cpu="42",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="42",mode="user"} 0
node_cpu_guest_seconds_total{cpu="43",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="43",mode="user"} 0
node_cpu_guest_seconds_total{cpu="44",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="44",mode="user"} 0
node_cpu_guest_seconds_total{cpu="45",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="45",mode="user"} 0
node_cpu_guest_seconds_total{cpu="46",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="46",mode="user"} 0
node_cpu_guest_seconds_total{cpu="47",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="47",mode="user"} 0
node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="5",mode="user"} 0
node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="6",mode="user"} 0
node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="7",mode="user"} 0
node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="8",mode="user"} 0
node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="9",mode="user"} 0
# HELP node_cpu_scaling_frequency_hertz Current scaled CPU thread frequency in
hertz.
# TYPE node_cpu_scaling_frequency_hertz gauge
node_cpu_scaling_frequency_hertz{cpu="0"} 1.199713e+09
node_cpu_scaling_frequency_hertz{cpu="1"} 1.199465e+09
node_cpu_scaling_frequency_hertz{cpu="10"} 1.199726e+09
node_cpu_scaling_frequency_hertz{cpu="11"} 1.209496e+09
node_cpu_scaling_frequency_hertz{cpu="12"} 1.199804e+09
node_cpu_scaling_frequency_hertz{cpu="13"} 1.195883e+09
node_cpu_scaling_frequency_hertz{cpu="14"} 1.195319e+09
node_cpu_scaling_frequency_hertz{cpu="15"} 1.194368e+09
node_cpu_scaling_frequency_hertz{cpu="16"} 1.195347e+09
node_cpu_scaling_frequency_hertz{cpu="17"} 1.199398e+09
node_cpu_scaling_frequency_hertz{cpu="18"} 1.199565e+09
node_cpu_scaling_frequency_hertz{cpu="19"} 1.194018e+09
node_cpu_scaling_frequency_hertz{cpu="2"} 1.199411e+09
node_cpu_scaling_frequency_hertz{cpu="20"} 1.194868e+09
node_cpu_scaling_frequency_hertz{cpu="21"} 1.199366e+09
node_cpu_scaling_frequency_hertz{cpu="22"} 1.194643e+09
node_cpu_scaling_frequency_hertz{cpu="23"} 1.194355e+09
node_cpu_scaling_frequency_hertz{cpu="24"} 1.199002e+09
node_cpu_scaling_frequency_hertz{cpu="25"} 1.199666e+09
node_cpu_scaling_frequency_hertz{cpu="26"} 1.199723e+09
node_cpu_scaling_frequency_hertz{cpu="27"} 1.198811e+09
node_cpu_scaling_frequency_hertz{cpu="28"} 1.19525e+09
node_cpu_scaling_frequency_hertz{cpu="29"} 1.198576e+09
node_cpu_scaling_frequency_hertz{cpu="3"} 1.191657e+09
node_cpu_scaling_frequency_hertz{cpu="30"} 1.237302e+09
node_cpu_scaling_frequency_hertz{cpu="31"} 1.32355e+09
node_cpu_scaling_frequency_hertz{cpu="32"} 2.908901e+09
node_cpu_scaling_frequency_hertz{cpu="33"} 1.21317e+09
node_cpu_scaling_frequency_hertz{cpu="34"} 1.199537e+09
node_cpu_scaling_frequency_hertz{cpu="35"} 1.199726e+09
node_cpu_scaling_frequency_hertz{cpu="36"} 1.199618e+09
node_cpu_scaling_frequency_hertz{cpu="37"} 1.197002e+09
node_cpu_scaling_frequency_hertz{cpu="38"} 1.195351e+09
node_cpu_scaling_frequency_hertz{cpu="39"} 1.199554e+09
node_cpu_scaling_frequency_hertz{cpu="4"} 1.194982e+09
node_cpu_scaling_frequency_hertz{cpu="40"} 1.198727e+09
node_cpu_scaling_frequency_hertz{cpu="41"} 1.198167e+09
node_cpu_scaling_frequency_hertz{cpu="42"} 1.193724e+09
node_cpu_scaling_frequency_hertz{cpu="43"} 1.198831e+09
node_cpu_scaling_frequency_hertz{cpu="44"} 1.196481e+09
node_cpu_scaling_frequency_hertz{cpu="45"} 1.198827e+09
node_cpu_scaling_frequency_hertz{cpu="46"} 1.196794e+09
node_cpu_scaling_frequency_hertz{cpu="47"} 1.198915e+09
node_cpu_scaling_frequency_hertz{cpu="5"} 1.199418e+09
node_cpu_scaling_frequency_hertz{cpu="6"} 1.306873e+09
node_cpu_scaling_frequency_hertz{cpu="7"} 1.290235e+09
node_cpu_scaling_frequency_hertz{cpu="8"} 2.971153e+09
node_cpu_scaling_frequency_hertz{cpu="9"} 1.199648e+09
# HELP node_cpu_scaling_frequency_max_hertz Maximum scaled CPU thread frequency in
hertz.
# TYPE node_cpu_scaling_frequency_max_hertz gauge
node_cpu_scaling_frequency_max_hertz{cpu="0"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="1"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="10"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="11"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="12"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="13"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="14"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="15"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="16"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="17"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="18"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="19"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="2"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="20"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="21"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="22"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="23"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="24"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="25"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="26"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="27"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="28"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="29"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="3"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="30"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="31"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="32"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="33"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="34"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="35"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="36"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="37"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="38"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="39"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="4"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="40"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="41"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="42"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="43"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="44"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="45"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="46"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="47"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="5"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="6"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="7"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="8"} 2e+09
node_cpu_scaling_frequency_max_hertz{cpu="9"} 2e+09
# HELP node_cpu_scaling_frequency_min_hertz Minimum scaled CPU thread frequency in
hertz.
# TYPE node_cpu_scaling_frequency_min_hertz gauge
node_cpu_scaling_frequency_min_hertz{cpu="0"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="1"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="10"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="11"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="12"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="13"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="14"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="15"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="16"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="17"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="18"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="19"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="2"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="20"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="21"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="22"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="23"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="24"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="25"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="26"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="27"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="28"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="29"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="3"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="30"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="31"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="32"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="33"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="34"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="35"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="36"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="37"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="38"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="39"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="4"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="40"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="41"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="42"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="43"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="44"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="45"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="46"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="47"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="5"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="6"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="7"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="8"} 1.2e+09
node_cpu_scaling_frequency_min_hertz{cpu="9"} 1.2e+09
# HELP node_cpu_seconds_total Seconds the CPUs spent in each mode.
# TYPE node_cpu_seconds_total counter
node_cpu_seconds_total{cpu="0",mode="idle"} 74904.95
node_cpu_seconds_total{cpu="0",mode="iowait"} 0.24
node_cpu_seconds_total{cpu="0",mode="irq"} 0
node_cpu_seconds_total{cpu="0",mode="nice"} 1.08
node_cpu_seconds_total{cpu="0",mode="softirq"} 288.55
node_cpu_seconds_total{cpu="0",mode="steal"} 0
node_cpu_seconds_total{cpu="0",mode="system"} 237.04
node_cpu_seconds_total{cpu="0",mode="user"} 600.28
node_cpu_seconds_total{cpu="1",mode="idle"} 73703.89
node_cpu_seconds_total{cpu="1",mode="iowait"} 0.22
node_cpu_seconds_total{cpu="1",mode="irq"} 0
node_cpu_seconds_total{cpu="1",mode="nice"} 0
node_cpu_seconds_total{cpu="1",mode="softirq"} 148.19
node_cpu_seconds_total{cpu="1",mode="steal"} 0
node_cpu_seconds_total{cpu="1",mode="system"} 463.64
node_cpu_seconds_total{cpu="1",mode="user"} 1799.41
node_cpu_seconds_total{cpu="10",mode="idle"} 75962.2
node_cpu_seconds_total{cpu="10",mode="iowait"} 0.25
node_cpu_seconds_total{cpu="10",mode="irq"} 0
node_cpu_seconds_total{cpu="10",mode="nice"} 1.32
node_cpu_seconds_total{cpu="10",mode="softirq"} 2.72
node_cpu_seconds_total{cpu="10",mode="steal"} 0
node_cpu_seconds_total{cpu="10",mode="system"} 62.77
node_cpu_seconds_total{cpu="10",mode="user"} 342.13
node_cpu_seconds_total{cpu="11",mode="idle"} 76000.06
node_cpu_seconds_total{cpu="11",mode="iowait"} 0.18
node_cpu_seconds_total{cpu="11",mode="irq"} 0
node_cpu_seconds_total{cpu="11",mode="nice"} 1.32
node_cpu_seconds_total{cpu="11",mode="softirq"} 12.87
node_cpu_seconds_total{cpu="11",mode="steal"} 0
node_cpu_seconds_total{cpu="11",mode="system"} 75.41
node_cpu_seconds_total{cpu="11",mode="user"} 274.8
node_cpu_seconds_total{cpu="12",mode="idle"} 75242.32
node_cpu_seconds_total{cpu="12",mode="iowait"} 0.33
node_cpu_seconds_total{cpu="12",mode="irq"} 0
node_cpu_seconds_total{cpu="12",mode="nice"} 2.1
node_cpu_seconds_total{cpu="12",mode="softirq"} 36.2
node_cpu_seconds_total{cpu="12",mode="steal"} 0
node_cpu_seconds_total{cpu="12",mode="system"} 221.35
node_cpu_seconds_total{cpu="12",mode="user"} 809.24
node_cpu_seconds_total{cpu="13",mode="idle"} 75284.11
node_cpu_seconds_total{cpu="13",mode="iowait"} 0.29
node_cpu_seconds_total{cpu="13",mode="irq"} 0
node_cpu_seconds_total{cpu="13",mode="nice"} 0
node_cpu_seconds_total{cpu="13",mode="softirq"} 40.62
node_cpu_seconds_total{cpu="13",mode="steal"} 0
node_cpu_seconds_total{cpu="13",mode="system"} 221.19
node_cpu_seconds_total{cpu="13",mode="user"} 767.87
node_cpu_seconds_total{cpu="14",mode="idle"} 75323.44
node_cpu_seconds_total{cpu="14",mode="iowait"} 0.19
node_cpu_seconds_total{cpu="14",mode="irq"} 0
node_cpu_seconds_total{cpu="14",mode="nice"} 0
node_cpu_seconds_total{cpu="14",mode="softirq"} 59.89
node_cpu_seconds_total{cpu="14",mode="steal"} 0
node_cpu_seconds_total{cpu="14",mode="system"} 250.38
node_cpu_seconds_total{cpu="14",mode="user"} 669.91
node_cpu_seconds_total{cpu="15",mode="idle"} 75113.56
node_cpu_seconds_total{cpu="15",mode="iowait"} 0.2
node_cpu_seconds_total{cpu="15",mode="irq"} 0
node_cpu_seconds_total{cpu="15",mode="nice"} 0
node_cpu_seconds_total{cpu="15",mode="softirq"} 144.34
node_cpu_seconds_total{cpu="15",mode="steal"} 0
node_cpu_seconds_total{cpu="15",mode="system"} 438.81
node_cpu_seconds_total{cpu="15",mode="user"} 540.93
node_cpu_seconds_total{cpu="16",mode="idle"} 75248
node_cpu_seconds_total{cpu="16",mode="iowait"} 0.32
node_cpu_seconds_total{cpu="16",mode="irq"} 0
node_cpu_seconds_total{cpu="16",mode="nice"} 0
node_cpu_seconds_total{cpu="16",mode="softirq"} 129.2
node_cpu_seconds_total{cpu="16",mode="steal"} 0
node_cpu_seconds_total{cpu="16",mode="system"} 354.3
node_cpu_seconds_total{cpu="16",mode="user"} 526.58
node_cpu_seconds_total{cpu="17",mode="idle"} 75322.84
node_cpu_seconds_total{cpu="17",mode="iowait"} 0.14
node_cpu_seconds_total{cpu="17",mode="irq"} 0
node_cpu_seconds_total{cpu="17",mode="nice"} 0.01
node_cpu_seconds_total{cpu="17",mode="softirq"} 128.29
node_cpu_seconds_total{cpu="17",mode="steal"} 0
node_cpu_seconds_total{cpu="17",mode="system"} 335.89
node_cpu_seconds_total{cpu="17",mode="user"} 484.89
node_cpu_seconds_total{cpu="18",mode="idle"} 75596.34
node_cpu_seconds_total{cpu="18",mode="iowait"} 0.3
node_cpu_seconds_total{cpu="18",mode="irq"} 0
node_cpu_seconds_total{cpu="18",mode="nice"} 2.18
node_cpu_seconds_total{cpu="18",mode="softirq"} 8.78
node_cpu_seconds_total{cpu="18",mode="steal"} 0
node_cpu_seconds_total{cpu="18",mode="system"} 111.5
node_cpu_seconds_total{cpu="18",mode="user"} 615.2
node_cpu_seconds_total{cpu="19",mode="idle"} 75616.8
node_cpu_seconds_total{cpu="19",mode="iowait"} 0.38
node_cpu_seconds_total{cpu="19",mode="irq"} 0
node_cpu_seconds_total{cpu="19",mode="nice"} 0.09
node_cpu_seconds_total{cpu="19",mode="softirq"} 2.61
node_cpu_seconds_total{cpu="19",mode="steal"} 0
node_cpu_seconds_total{cpu="19",mode="system"} 108.26
node_cpu_seconds_total{cpu="19",mode="user"} 616.08
node_cpu_seconds_total{cpu="2",mode="idle"} 73788.59
node_cpu_seconds_total{cpu="2",mode="iowait"} 0.44
node_cpu_seconds_total{cpu="2",mode="irq"} 0
node_cpu_seconds_total{cpu="2",mode="nice"} 0
node_cpu_seconds_total{cpu="2",mode="softirq"} 129.05
node_cpu_seconds_total{cpu="2",mode="steal"} 0
node_cpu_seconds_total{cpu="2",mode="system"} 467.3
node_cpu_seconds_total{cpu="2",mode="user"} 1714.64
node_cpu_seconds_total{cpu="20",mode="idle"} 75778.14
node_cpu_seconds_total{cpu="20",mode="iowait"} 0.34
node_cpu_seconds_total{cpu="20",mode="irq"} 0
node_cpu_seconds_total{cpu="20",mode="nice"} 0
node_cpu_seconds_total{cpu="20",mode="softirq"} 1.87
node_cpu_seconds_total{cpu="20",mode="steal"} 0
node_cpu_seconds_total{cpu="20",mode="system"} 88.48
node_cpu_seconds_total{cpu="20",mode="user"} 481.48
node_cpu_seconds_total{cpu="21",mode="idle"} 75778.82
node_cpu_seconds_total{cpu="21",mode="iowait"} 0.18
node_cpu_seconds_total{cpu="21",mode="irq"} 0
node_cpu_seconds_total{cpu="21",mode="nice"} 2.4
node_cpu_seconds_total{cpu="21",mode="softirq"} 7.95
node_cpu_seconds_total{cpu="21",mode="steal"} 0
node_cpu_seconds_total{cpu="21",mode="system"} 89.09
node_cpu_seconds_total{cpu="21",mode="user"} 467.3
node_cpu_seconds_total{cpu="22",mode="idle"} 75823.26
node_cpu_seconds_total{cpu="22",mode="iowait"} 1.29
node_cpu_seconds_total{cpu="22",mode="irq"} 0
node_cpu_seconds_total{cpu="22",mode="nice"} 0
node_cpu_seconds_total{cpu="22",mode="softirq"} 7.76
node_cpu_seconds_total{cpu="22",mode="steal"} 0
node_cpu_seconds_total{cpu="22",mode="system"} 75.46
node_cpu_seconds_total{cpu="22",mode="user"} 443.24
node_cpu_seconds_total{cpu="23",mode="idle"} 75841.11
node_cpu_seconds_total{cpu="23",mode="iowait"} 0.27
node_cpu_seconds_total{cpu="23",mode="irq"} 0
node_cpu_seconds_total{cpu="23",mode="nice"} 0
node_cpu_seconds_total{cpu="23",mode="softirq"} 1.24
node_cpu_seconds_total{cpu="23",mode="steal"} 0
node_cpu_seconds_total{cpu="23",mode="system"} 79.52
node_cpu_seconds_total{cpu="23",mode="user"} 435.09
node_cpu_seconds_total{cpu="24",mode="idle"} 74248.35
node_cpu_seconds_total{cpu="24",mode="iowait"} 0.42
node_cpu_seconds_total{cpu="24",mode="irq"} 0
node_cpu_seconds_total{cpu="24",mode="nice"} 0
node_cpu_seconds_total{cpu="24",mode="softirq"} 89.59
node_cpu_seconds_total{cpu="24",mode="steal"} 0
node_cpu_seconds_total{cpu="24",mode="system"} 387.71
node_cpu_seconds_total{cpu="24",mode="user"} 1426.69
node_cpu_seconds_total{cpu="25",mode="idle"} 74828.75
node_cpu_seconds_total{cpu="25",mode="iowait"} 0.29
node_cpu_seconds_total{cpu="25",mode="irq"} 0
node_cpu_seconds_total{cpu="25",mode="nice"} 1.94
node_cpu_seconds_total{cpu="25",mode="softirq"} 58.5
node_cpu_seconds_total{cpu="25",mode="steal"} 0
node_cpu_seconds_total{cpu="25",mode="system"} 329.85
node_cpu_seconds_total{cpu="25",mode="user"} 947.98
node_cpu_seconds_total{cpu="26",mode="idle"} 74896.06
node_cpu_seconds_total{cpu="26",mode="iowait"} 0.18
node_cpu_seconds_total{cpu="26",mode="irq"} 0
node_cpu_seconds_total{cpu="26",mode="nice"} 0
node_cpu_seconds_total{cpu="26",mode="softirq"} 55.08
node_cpu_seconds_total{cpu="26",mode="steal"} 0
node_cpu_seconds_total{cpu="26",mode="system"} 343.22
node_cpu_seconds_total{cpu="26",mode="user"} 852.63
node_cpu_seconds_total{cpu="27",mode="idle"} 72857.96
node_cpu_seconds_total{cpu="27",mode="iowait"} 0.38
node_cpu_seconds_total{cpu="27",mode="irq"} 0
node_cpu_seconds_total{cpu="27",mode="nice"} 0
node_cpu_seconds_total{cpu="27",mode="softirq"} 236.58
node_cpu_seconds_total{cpu="27",mode="steal"} 0
node_cpu_seconds_total{cpu="27",mode="system"} 850.66
node_cpu_seconds_total{cpu="27",mode="user"} 1911.82
node_cpu_seconds_total{cpu="28",mode="idle"} 73033.81
node_cpu_seconds_total{cpu="28",mode="iowait"} 0.16
node_cpu_seconds_total{cpu="28",mode="irq"} 0
node_cpu_seconds_total{cpu="28",mode="nice"} 0
node_cpu_seconds_total{cpu="28",mode="softirq"} 219.82
node_cpu_seconds_total{cpu="28",mode="steal"} 0
node_cpu_seconds_total{cpu="28",mode="system"} 843.86
node_cpu_seconds_total{cpu="28",mode="user"} 1762.74
node_cpu_seconds_total{cpu="29",mode="idle"} 72932.23
node_cpu_seconds_total{cpu="29",mode="iowait"} 0.07
node_cpu_seconds_total{cpu="29",mode="irq"} 0
node_cpu_seconds_total{cpu="29",mode="nice"} 0
node_cpu_seconds_total{cpu="29",mode="softirq"} 226.22
node_cpu_seconds_total{cpu="29",mode="steal"} 0
node_cpu_seconds_total{cpu="29",mode="system"} 872.82
node_cpu_seconds_total{cpu="29",mode="user"} 1795.55
node_cpu_seconds_total{cpu="3",mode="idle"} 70952.23
node_cpu_seconds_total{cpu="3",mode="iowait"} 0.14
node_cpu_seconds_total{cpu="3",mode="irq"} 0
node_cpu_seconds_total{cpu="3",mode="nice"} 3.86
node_cpu_seconds_total{cpu="3",mode="softirq"} 373.86
node_cpu_seconds_total{cpu="3",mode="steal"} 0
node_cpu_seconds_total{cpu="3",mode="system"} 1135.61
node_cpu_seconds_total{cpu="3",mode="user"} 3367.04
node_cpu_seconds_total{cpu="30",mode="idle"} 76069.02
node_cpu_seconds_total{cpu="30",mode="iowait"} 0.45
node_cpu_seconds_total{cpu="30",mode="irq"} 0
node_cpu_seconds_total{cpu="30",mode="nice"} 1.03
node_cpu_seconds_total{cpu="30",mode="softirq"} 1.82
node_cpu_seconds_total{cpu="30",mode="steal"} 0
node_cpu_seconds_total{cpu="30",mode="system"} 58.68
node_cpu_seconds_total{cpu="30",mode="user"} 239.14
node_cpu_seconds_total{cpu="31",mode="idle"} 76085.66
node_cpu_seconds_total{cpu="31",mode="iowait"} 0.43
node_cpu_seconds_total{cpu="31",mode="irq"} 0
node_cpu_seconds_total{cpu="31",mode="nice"} 0
node_cpu_seconds_total{cpu="31",mode="softirq"} 1.78
node_cpu_seconds_total{cpu="31",mode="steal"} 0
node_cpu_seconds_total{cpu="31",mode="system"} 57.96
node_cpu_seconds_total{cpu="31",mode="user"} 224.41
node_cpu_seconds_total{cpu="32",mode="idle"} 76066.37
node_cpu_seconds_total{cpu="32",mode="iowait"} 0.6
node_cpu_seconds_total{cpu="32",mode="irq"} 0
node_cpu_seconds_total{cpu="32",mode="nice"} 1.04
node_cpu_seconds_total{cpu="32",mode="softirq"} 1.3
node_cpu_seconds_total{cpu="32",mode="steal"} 0
node_cpu_seconds_total{cpu="32",mode="system"} 60.9
node_cpu_seconds_total{cpu="32",mode="user"} 237.07
node_cpu_seconds_total{cpu="33",mode="idle"} 76098.18
node_cpu_seconds_total{cpu="33",mode="iowait"} 0.31
node_cpu_seconds_total{cpu="33",mode="irq"} 0
node_cpu_seconds_total{cpu="33",mode="nice"} 0
node_cpu_seconds_total{cpu="33",mode="softirq"} 9.52
node_cpu_seconds_total{cpu="33",mode="steal"} 0
node_cpu_seconds_total{cpu="33",mode="system"} 65.17
node_cpu_seconds_total{cpu="33",mode="user"} 199.39
node_cpu_seconds_total{cpu="34",mode="idle"} 76194.55
node_cpu_seconds_total{cpu="34",mode="iowait"} 0.16
node_cpu_seconds_total{cpu="34",mode="irq"} 0
node_cpu_seconds_total{cpu="34",mode="nice"} 0
node_cpu_seconds_total{cpu="34",mode="softirq"} 3.3
node_cpu_seconds_total{cpu="34",mode="steal"} 0
node_cpu_seconds_total{cpu="34",mode="system"} 42.14
node_cpu_seconds_total{cpu="34",mode="user"} 139.24
node_cpu_seconds_total{cpu="35",mode="idle"} 76128.97
node_cpu_seconds_total{cpu="35",mode="iowait"} 0.23
node_cpu_seconds_total{cpu="35",mode="irq"} 0
node_cpu_seconds_total{cpu="35",mode="nice"} 1.05
node_cpu_seconds_total{cpu="35",mode="softirq"} 3.89
node_cpu_seconds_total{cpu="35",mode="steal"} 0
node_cpu_seconds_total{cpu="35",mode="system"} 46.95
node_cpu_seconds_total{cpu="35",mode="user"} 195.18
node_cpu_seconds_total{cpu="36",mode="idle"} 75640.05
node_cpu_seconds_total{cpu="36",mode="iowait"} 0.18
node_cpu_seconds_total{cpu="36",mode="irq"} 0
node_cpu_seconds_total{cpu="36",mode="nice"} 0
node_cpu_seconds_total{cpu="36",mode="softirq"} 54.62
node_cpu_seconds_total{cpu="36",mode="steal"} 0
node_cpu_seconds_total{cpu="36",mode="system"} 202.93
node_cpu_seconds_total{cpu="36",mode="user"} 426.32
node_cpu_seconds_total{cpu="37",mode="idle"} 75574.55
node_cpu_seconds_total{cpu="37",mode="iowait"} 0.24
node_cpu_seconds_total{cpu="37",mode="irq"} 0
node_cpu_seconds_total{cpu="37",mode="nice"} 0
node_cpu_seconds_total{cpu="37",mode="softirq"} 59.58
node_cpu_seconds_total{cpu="37",mode="steal"} 0
node_cpu_seconds_total{cpu="37",mode="system"} 211.22
node_cpu_seconds_total{cpu="37",mode="user"} 475.36
node_cpu_seconds_total{cpu="38",mode="idle"} 75333.94
node_cpu_seconds_total{cpu="38",mode="iowait"} 0.12
node_cpu_seconds_total{cpu="38",mode="irq"} 0
node_cpu_seconds_total{cpu="38",mode="nice"} 0
node_cpu_seconds_total{cpu="38",mode="softirq"} 110.23
node_cpu_seconds_total{cpu="38",mode="steal"} 0
node_cpu_seconds_total{cpu="38",mode="system"} 324.59
node_cpu_seconds_total{cpu="38",mode="user"} 502.19
node_cpu_seconds_total{cpu="39",mode="idle"} 75340.43
node_cpu_seconds_total{cpu="39",mode="iowait"} 0.43
node_cpu_seconds_total{cpu="39",mode="irq"} 0
node_cpu_seconds_total{cpu="39",mode="nice"} 0
node_cpu_seconds_total{cpu="39",mode="softirq"} 119.72
node_cpu_seconds_total{cpu="39",mode="steal"} 0
node_cpu_seconds_total{cpu="39",mode="system"} 388.03
node_cpu_seconds_total{cpu="39",mode="user"} 423.33
node_cpu_seconds_total{cpu="4",mode="idle"} 70752.62
node_cpu_seconds_total{cpu="4",mode="iowait"} 0.1
node_cpu_seconds_total{cpu="4",mode="irq"} 0
node_cpu_seconds_total{cpu="4",mode="nice"} 0
node_cpu_seconds_total{cpu="4",mode="softirq"} 403.9
node_cpu_seconds_total{cpu="4",mode="steal"} 0
node_cpu_seconds_total{cpu="4",mode="system"} 1157.56
node_cpu_seconds_total{cpu="4",mode="user"} 3531.46
node_cpu_seconds_total{cpu="40",mode="idle"} 75373.43
node_cpu_seconds_total{cpu="40",mode="iowait"} 0.15
node_cpu_seconds_total{cpu="40",mode="irq"} 0
node_cpu_seconds_total{cpu="40",mode="nice"} 0
node_cpu_seconds_total{cpu="40",mode="softirq"} 108.92
node_cpu_seconds_total{cpu="40",mode="steal"} 0
node_cpu_seconds_total{cpu="40",mode="system"} 323.48
node_cpu_seconds_total{cpu="40",mode="user"} 467.19
node_cpu_seconds_total{cpu="41",mode="idle"} 75313.09
node_cpu_seconds_total{cpu="41",mode="iowait"} 0.27
node_cpu_seconds_total{cpu="41",mode="irq"} 0
node_cpu_seconds_total{cpu="41",mode="nice"} 0
node_cpu_seconds_total{cpu="41",mode="softirq"} 126.78
node_cpu_seconds_total{cpu="41",mode="steal"} 0
node_cpu_seconds_total{cpu="41",mode="system"} 345.04
node_cpu_seconds_total{cpu="41",mode="user"} 474.8
node_cpu_seconds_total{cpu="42",mode="idle"} 75791.45
node_cpu_seconds_total{cpu="42",mode="iowait"} 0.34
node_cpu_seconds_total{cpu="42",mode="irq"} 0
node_cpu_seconds_total{cpu="42",mode="nice"} 1.04
node_cpu_seconds_total{cpu="42",mode="softirq"} 8.5
node_cpu_seconds_total{cpu="42",mode="steal"} 0
node_cpu_seconds_total{cpu="42",mode="system"} 80.99
node_cpu_seconds_total{cpu="42",mode="user"} 464.96
node_cpu_seconds_total{cpu="43",mode="idle"} 75869.9
node_cpu_seconds_total{cpu="43",mode="iowait"} 0.46
node_cpu_seconds_total{cpu="43",mode="irq"} 0
node_cpu_seconds_total{cpu="43",mode="nice"} 0
node_cpu_seconds_total{cpu="43",mode="softirq"} 1.66
node_cpu_seconds_total{cpu="43",mode="steal"} 0
node_cpu_seconds_total{cpu="43",mode="system"} 76.82
node_cpu_seconds_total{cpu="43",mode="user"} 402.25
node_cpu_seconds_total{cpu="44",mode="idle"} 75834.52
node_cpu_seconds_total{cpu="44",mode="iowait"} 0.33
node_cpu_seconds_total{cpu="44",mode="irq"} 0
node_cpu_seconds_total{cpu="44",mode="nice"} 1.02
node_cpu_seconds_total{cpu="44",mode="softirq"} 8.15
node_cpu_seconds_total{cpu="44",mode="steal"} 0
node_cpu_seconds_total{cpu="44",mode="system"} 77.08
node_cpu_seconds_total{cpu="44",mode="user"} 429.64
node_cpu_seconds_total{cpu="45",mode="idle"} 75838.33
node_cpu_seconds_total{cpu="45",mode="iowait"} 0.38
node_cpu_seconds_total{cpu="45",mode="irq"} 0
node_cpu_seconds_total{cpu="45",mode="nice"} 0
node_cpu_seconds_total{cpu="45",mode="softirq"} 8.33
node_cpu_seconds_total{cpu="45",mode="steal"} 0
node_cpu_seconds_total{cpu="45",mode="system"} 77.58
node_cpu_seconds_total{cpu="45",mode="user"} 426.34
node_cpu_seconds_total{cpu="46",mode="idle"} 75788.83
node_cpu_seconds_total{cpu="46",mode="iowait"} 0.14
node_cpu_seconds_total{cpu="46",mode="irq"} 0
node_cpu_seconds_total{cpu="46",mode="nice"} 0
node_cpu_seconds_total{cpu="46",mode="softirq"} 8.22
node_cpu_seconds_total{cpu="46",mode="steal"} 0
node_cpu_seconds_total{cpu="46",mode="system"} 78.35
node_cpu_seconds_total{cpu="46",mode="user"} 477.14
node_cpu_seconds_total{cpu="47",mode="idle"} 75800.3
node_cpu_seconds_total{cpu="47",mode="iowait"} 0.11
node_cpu_seconds_total{cpu="47",mode="irq"} 0
node_cpu_seconds_total{cpu="47",mode="nice"} 0.01
node_cpu_seconds_total{cpu="47",mode="softirq"} 8.18
node_cpu_seconds_total{cpu="47",mode="steal"} 0
node_cpu_seconds_total{cpu="47",mode="system"} 83.32
node_cpu_seconds_total{cpu="47",mode="user"} 459.12
node_cpu_seconds_total{cpu="5",mode="idle"} 70529.16
node_cpu_seconds_total{cpu="5",mode="iowait"} 0.1
node_cpu_seconds_total{cpu="5",mode="irq"} 0
node_cpu_seconds_total{cpu="5",mode="nice"} 1.04
node_cpu_seconds_total{cpu="5",mode="softirq"} 430.62
node_cpu_seconds_total{cpu="5",mode="steal"} 0
node_cpu_seconds_total{cpu="5",mode="system"} 1227.14
node_cpu_seconds_total{cpu="5",mode="user"} 3639.4
node_cpu_seconds_total{cpu="6",mode="idle"} 75498.99
node_cpu_seconds_total{cpu="6",mode="iowait"} 0.13
node_cpu_seconds_total{cpu="6",mode="irq"} 0
node_cpu_seconds_total{cpu="6",mode="nice"} 0
node_cpu_seconds_total{cpu="6",mode="softirq"} 1.82
node_cpu_seconds_total{cpu="6",mode="steal"} 0
node_cpu_seconds_total{cpu="6",mode="system"} 130.86
node_cpu_seconds_total{cpu="6",mode="user"} 708.04
node_cpu_seconds_total{cpu="7",mode="idle"} 75541.95
node_cpu_seconds_total{cpu="7",mode="iowait"} 0.1
node_cpu_seconds_total{cpu="7",mode="irq"} 0
node_cpu_seconds_total{cpu="7",mode="nice"} 0.01
node_cpu_seconds_total{cpu="7",mode="softirq"} 1.69
node_cpu_seconds_total{cpu="7",mode="steal"} 0
node_cpu_seconds_total{cpu="7",mode="system"} 127.72
node_cpu_seconds_total{cpu="7",mode="user"} 671.56
node_cpu_seconds_total{cpu="8",mode="idle"} 75597.04
node_cpu_seconds_total{cpu="8",mode="iowait"} 0.07
node_cpu_seconds_total{cpu="8",mode="irq"} 0
node_cpu_seconds_total{cpu="8",mode="nice"} 0
node_cpu_seconds_total{cpu="8",mode="softirq"} 2.13
node_cpu_seconds_total{cpu="8",mode="steal"} 0
node_cpu_seconds_total{cpu="8",mode="system"} 121.65
node_cpu_seconds_total{cpu="8",mode="user"} 628.94
node_cpu_seconds_total{cpu="9",mode="idle"} 75937.16
node_cpu_seconds_total{cpu="9",mode="iowait"} 0.21
node_cpu_seconds_total{cpu="9",mode="irq"} 0
node_cpu_seconds_total{cpu="9",mode="nice"} 0
node_cpu_seconds_total{cpu="9",mode="softirq"} 7.85
node_cpu_seconds_total{cpu="9",mode="steal"} 0
node_cpu_seconds_total{cpu="9",mode="system"} 78.06
node_cpu_seconds_total{cpu="9",mode="user"} 342.66
# HELP node_disk_discard_time_seconds_total This is the total number of seconds
spent by all discards.
# TYPE node_disk_discard_time_seconds_total counter
node_disk_discard_time_seconds_total{device="md0"} 0
node_disk_discard_time_seconds_total{device="md1"} 0
node_disk_discard_time_seconds_total{device="md2"} 0
node_disk_discard_time_seconds_total{device="nvme0n1"} 0
node_disk_discard_time_seconds_total{device="nvme1n1"} 0
# HELP node_disk_discarded_sectors_total The total number of sectors discarded
successfully.
# TYPE node_disk_discarded_sectors_total counter
node_disk_discarded_sectors_total{device="md0"} 0
node_disk_discarded_sectors_total{device="md1"} 0
node_disk_discarded_sectors_total{device="md2"} 0
node_disk_discarded_sectors_total{device="nvme0n1"} 0
node_disk_discarded_sectors_total{device="nvme1n1"} 0
# HELP node_disk_discards_completed_total The total number of discards completed
successfully.
# TYPE node_disk_discards_completed_total counter
node_disk_discards_completed_total{device="md0"} 0
node_disk_discards_completed_total{device="md1"} 0
node_disk_discards_completed_total{device="md2"} 0
node_disk_discards_completed_total{device="nvme0n1"} 0
node_disk_discards_completed_total{device="nvme1n1"} 0
# HELP node_disk_discards_merged_total The total number of discards merged.
# TYPE node_disk_discards_merged_total counter
node_disk_discards_merged_total{device="md0"} 0
node_disk_discards_merged_total{device="md1"} 0
node_disk_discards_merged_total{device="md2"} 0
node_disk_discards_merged_total{device="nvme0n1"} 0
node_disk_discards_merged_total{device="nvme1n1"} 0
# HELP node_disk_filesystem_info Info about disk filesystem.
# TYPE node_disk_filesystem_info gauge
node_disk_filesystem_info{device="md0",type="swap",usage="other",uuid="9f98138e-
073e-442f-ba97-5d9071210093",version="1"} 1
node_disk_filesystem_info{device="md1",type="ext3",usage="filesystem",uuid="66c1d0c
b-c0ef-44ac-90f3-8a4f8a20a2bd",version="1.0"} 1
node_disk_filesystem_info{device="md2",type="ext4",usage="filesystem",uuid="0bcdae1
5-8e85-426c-8688-edd737bd8e49",version="1.0"} 1
# HELP node_disk_flush_requests_time_seconds_total This is the total number of
seconds spent by all flush requests.
# TYPE node_disk_flush_requests_time_seconds_total counter
node_disk_flush_requests_time_seconds_total{device="md0"} 0
node_disk_flush_requests_time_seconds_total{device="md1"} 0
node_disk_flush_requests_time_seconds_total{device="md2"} 0
node_disk_flush_requests_time_seconds_total{device="nvme0n1"} 0
node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 0
# HELP node_disk_flush_requests_total The total number of flush requests completed
successfully
# TYPE node_disk_flush_requests_total counter
node_disk_flush_requests_total{device="md0"} 0
node_disk_flush_requests_total{device="md1"} 0
node_disk_flush_requests_total{device="md2"} 0
node_disk_flush_requests_total{device="nvme0n1"} 0
node_disk_flush_requests_total{device="nvme1n1"} 0
# HELP node_disk_info Info of /sys/block/<block_device>.
# TYPE node_disk_info gauge
node_disk_info{device="md0",major="9",minor="0",model="",path="",revision="",serial
="",wwn=""} 1
node_disk_info{device="md1",major="9",minor="1",model="",path="",revision="",serial
="",wwn=""} 1
node_disk_info{device="md2",major="9",minor="2",model="",path="",revision="",serial
="",wwn=""} 1
node_disk_info{device="nvme0n1",major="259",minor="1",model="SAMSUNG MZQLB960HAJR-
00007",path="pci-0000:41:00.0-nvme-
1",revision="EDA5502Q",serial="S437NA0M916456",wwn="eui.343337304d91645600253841000
00001"} 1
node_disk_info{device="nvme1n1",major="259",minor="0",model="SAMSUNG MZQLB960HAJR-
00007",path="pci-0000:44:00.0-nvme-
1",revision="EDA5502Q",serial="S437NA0M916457",wwn="eui.343337304d91645700253841000
00001"} 1
# HELP node_disk_io_now The number of I/Os currently in progress.
# TYPE node_disk_io_now gauge
node_disk_io_now{device="md0"} 0
node_disk_io_now{device="md1"} 0
node_disk_io_now{device="md2"} 0
node_disk_io_now{device="nvme0n1"} 0
node_disk_io_now{device="nvme1n1"} 0
# HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os.
# TYPE node_disk_io_time_seconds_total counter
node_disk_io_time_seconds_total{device="md0"} 0.048
node_disk_io_time_seconds_total{device="md1"} 0.48
node_disk_io_time_seconds_total{device="md2"} 247.184
node_disk_io_time_seconds_total{device="nvme0n1"} 1027.636
node_disk_io_time_seconds_total{device="nvme1n1"} 1020.852
# HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent
doing I/Os.
# TYPE node_disk_io_time_weighted_seconds_total counter
node_disk_io_time_weighted_seconds_total{device="md0"} 0.016
node_disk_io_time_weighted_seconds_total{device="md1"} 17.1
node_disk_io_time_weighted_seconds_total{device="md2"} 5929.7480000000005
node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 1077.122
node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 2309.9900000000002
# HELP node_disk_read_bytes_total The total number of bytes read successfully.
# TYPE node_disk_read_bytes_total counter
node_disk_read_bytes_total{device="md0"} 4.66944e+06
node_disk_read_bytes_total{device="md1"} 4.44928e+06
node_disk_read_bytes_total{device="md2"} 3.94761216e+08
node_disk_read_bytes_total{device="nvme0n1"} 9.53292319744e+11
node_disk_read_bytes_total{device="nvme1n1"} 2.910208e+07
# HELP node_disk_read_time_seconds_total The total number of seconds spent by all
reads.
# TYPE node_disk_read_time_seconds_total counter
node_disk_read_time_seconds_total{device="md0"} 0.016
node_disk_read_time_seconds_total{device="md1"} 0.032
node_disk_read_time_seconds_total{device="md2"} 3.616
node_disk_read_time_seconds_total{device="nvme0n1"} 668.446
node_disk_read_time_seconds_total{device="nvme1n1"} 0.111
# HELP node_disk_reads_completed_total The total number of reads completed
successfully.
# TYPE node_disk_reads_completed_total counter
node_disk_reads_completed_total{device="md0"} 195
node_disk_reads_completed_total{device="md1"} 334
node_disk_reads_completed_total{device="md2"} 15283
node_disk_reads_completed_total{device="nvme0n1"} 1.918161e+06
node_disk_reads_completed_total{device="nvme1n1"} 817
# HELP node_disk_reads_merged_total The total number of reads merged.
# TYPE node_disk_reads_merged_total counter
node_disk_reads_merged_total{device="md0"} 0
node_disk_reads_merged_total{device="md1"} 0
node_disk_reads_merged_total{device="md2"} 0
node_disk_reads_merged_total{device="nvme0n1"} 1.2638e+07
node_disk_reads_merged_total{device="nvme1n1"} 25
# HELP node_disk_write_time_seconds_total This is the total number of seconds spent
by all writes.
# TYPE node_disk_write_time_seconds_total counter
node_disk_write_time_seconds_total{device="md0"} 0
node_disk_write_time_seconds_total{device="md1"} 17.068
node_disk_write_time_seconds_total{device="md2"} 5926.1320000000005
node_disk_write_time_seconds_total{device="nvme0n1"} 408.676
node_disk_write_time_seconds_total{device="nvme1n1"} 2309.878
# HELP node_disk_writes_completed_total The total number of writes completed
successfully.
# TYPE node_disk_writes_completed_total counter
node_disk_writes_completed_total{device="md0"} 0
node_disk_writes_completed_total{device="md1"} 1346
node_disk_writes_completed_total{device="md2"} 1.025427e+06
node_disk_writes_completed_total{device="nvme0n1"} 711932
node_disk_writes_completed_total{device="nvme1n1"} 2.603976e+06
# HELP node_disk_writes_merged_total The number of writes merged.
# TYPE node_disk_writes_merged_total counter
node_disk_writes_merged_total{device="md0"} 0
node_disk_writes_merged_total{device="md1"} 0
node_disk_writes_merged_total{device="md2"} 0
node_disk_writes_merged_total{device="nvme0n1"} 482459
node_disk_writes_merged_total{device="nvme1n1"} 1.3129648e+07
# HELP node_disk_written_bytes_total The total number of bytes written
successfully.
# TYPE node_disk_written_bytes_total counter
node_disk_written_bytes_total{device="md0"} 0
node_disk_written_bytes_total{device="md1"} 3.50711808e+08
node_disk_written_bytes_total{device="md2"} 2.2976512e+10
node_disk_written_bytes_total{device="nvme0n1"} 2.3570699264e+10
node_disk_written_bytes_total{device="nvme1n1"} 9.76413873152e+11
# HELP node_dmi_info A metric with a constant '1' value labeled by bios_date,
bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial,
board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor,
chassis_version, product_family, product_name, product_serial, product_sku,
product_uuid, product_version, system_vendor if provided by DMI.
# TYPE node_dmi_info gauge
node_dmi_info{bios_date="12/02/2020",bios_release="5.13",bios_vendor="GIGABYTE",bio
s_version="F11b",board_asset_tag="01234567890123456789AB",board_name="MZ31-AR0-
HZ",board_serial="IL4N6500503",board_vendor="GIGABYTE",board_version="01010101",cha
ssis_asset_tag="01234567890123456789AB",chassis_serial="01234567890123456789AB",cha
ssis_vendor="GIGABYTE",chassis_version="01234567",product_family="Server",product_n
ame="MZ31-AR0-
HZ",product_serial="01234567890123456789AB",product_sku="01234567890123456789AB",pr
oduct_uuid="db938000-fd74-11e7-8000-
e0d55ec6fbc4",product_version="0100",system_vendor="GIGABYTE"} 1
# HELP node_edac_correctable_errors_total Total correctable memory errors.
# TYPE node_edac_correctable_errors_total counter
node_edac_correctable_errors_total{controller="0"} 0
node_edac_correctable_errors_total{controller="1"} 0
node_edac_correctable_errors_total{controller="2"} 0
node_edac_correctable_errors_total{controller="3"} 0
# HELP node_edac_csrow_correctable_errors_total Total correctable memory errors for
this csrow.
# TYPE node_edac_csrow_correctable_errors_total counter
node_edac_csrow_correctable_errors_total{controller="0",csrow="unknown"} 0
node_edac_csrow_correctable_errors_total{controller="1",csrow="unknown"} 0
node_edac_csrow_correctable_errors_total{controller="2",csrow="unknown"} 0
node_edac_csrow_correctable_errors_total{controller="3",csrow="unknown"} 0
# HELP node_edac_csrow_uncorrectable_errors_total Total uncorrectable memory errors
for this csrow.
# TYPE node_edac_csrow_uncorrectable_errors_total counter
node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="unknown"} 0
node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="unknown"} 0
node_edac_csrow_uncorrectable_errors_total{controller="2",csrow="unknown"} 0
node_edac_csrow_uncorrectable_errors_total{controller="3",csrow="unknown"} 0
# HELP node_edac_uncorrectable_errors_total Total uncorrectable memory errors.
# TYPE node_edac_uncorrectable_errors_total counter
node_edac_uncorrectable_errors_total{controller="0"} 0
node_edac_uncorrectable_errors_total{controller="1"} 0
node_edac_uncorrectable_errors_total{controller="2"} 0
node_edac_uncorrectable_errors_total{controller="3"} 0
# HELP node_entropy_available_bits Bits of available entropy.
# TYPE node_entropy_available_bits gauge
node_entropy_available_bits 256
# HELP node_entropy_pool_size_bits Bits of entropy pool.
# TYPE node_entropy_pool_size_bits gauge
node_entropy_pool_size_bits 256
# HELP node_exporter_build_info A metric with a constant '1' value labeled by
version, revision, branch, and goversion from which node_exporter was built.
# TYPE node_exporter_build_info gauge
node_exporter_build_info{branch="HEAD",goversion="go1.19.3",revision="1b48970ffcf56
30534fb00bb0687d73c66d1c959",version="1.5.0"} 1
# HELP node_filefd_allocated File descriptor statistics: allocated.
# TYPE node_filefd_allocated gauge
node_filefd_allocated 4256
# HELP node_filefd_maximum File descriptor statistics: maximum.
# TYPE node_filefd_maximum gauge
node_filefd_maximum 9.223372036854776e+18
# HELP node_filesystem_avail_bytes Filesystem space available to non-root users in
bytes.
# TYPE node_filesystem_avail_bytes gauge
node_filesystem_avail_bytes{device="/dev/md1",fstype="ext3",mountpoint="/boot"}
7.15993088e+08
node_filesystem_avail_bytes{device="/dev/md2",fstype="ext4",mountpoint="/"}
8.80933756928e+11
node_filesystem_avail_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run"}
1.3503688704e+10
node_filesystem_avail_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"}
5.24288e+06
node_filesystem_avail_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/0"}
1.3505204224e+10
# HELP node_filesystem_device_error Whether an error occurred while getting
statistics for the given device.
# TYPE node_filesystem_device_error gauge
node_filesystem_device_error{device="/dev/md1",fstype="ext3",mountpoint="/boot"} 0
node_filesystem_device_error{device="/dev/md2",fstype="ext4",mountpoint="/"} 0
node_filesystem_device_error{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 0
node_filesystem_device_error{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"}
0
node_filesystem_device_error{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/
0"} 0
# HELP node_filesystem_files Filesystem total file nodes.
# TYPE node_filesystem_files gauge
node_filesystem_files{device="/dev/md1",fstype="ext3",mountpoint="/boot"} 65408
node_filesystem_files{device="/dev/md2",fstype="ext4",mountpoint="/"} 5.8383504e+07
node_filesystem_files{device="tmpfs",fstype="tmpfs",mountpoint="/run"}
1.6485845e+07
node_filesystem_files{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"}
1.6485845e+07
node_filesystem_files{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/0"}
3.297169e+06
# HELP node_filesystem_files_free Filesystem total free file nodes.
# TYPE node_filesystem_files_free gauge
node_filesystem_files_free{device="/dev/md1",fstype="ext3",mountpoint="/boot"}
64807
node_filesystem_files_free{device="/dev/md2",fstype="ext4",mountpoint="/"}
5.8209628e+07
node_filesystem_files_free{device="tmpfs",fstype="tmpfs",mountpoint="/run"}
1.6484804e+07
node_filesystem_files_free{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"}
1.6485842e+07
node_filesystem_files_free{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/0"}
3.297146e+06
# HELP node_filesystem_free_bytes Filesystem free space in bytes.
# TYPE node_filesystem_free_bytes gauge
node_filesystem_free_bytes{device="/dev/md1",fstype="ext3",mountpoint="/boot"}
7.69572864e+08
node_filesystem_free_bytes{device="/dev/md2",fstype="ext4",mountpoint="/"}
9.28685068288e+11
node_filesystem_free_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run"}
1.3503688704e+10
node_filesystem_free_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"}
5.24288e+06
node_filesystem_free_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/0"}
1.3505204224e+10
# HELP node_filesystem_readonly Filesystem read-only status.
# TYPE node_filesystem_readonly gauge
node_filesystem_readonly{device="/dev/md1",fstype="ext3",mountpoint="/boot"} 0
node_filesystem_readonly{device="/dev/md2",fstype="ext4",mountpoint="/"} 0
node_filesystem_readonly{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 0
node_filesystem_readonly{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 0
node_filesystem_readonly{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/0"} 0
# HELP node_filesystem_size_bytes Filesystem size in bytes.
# TYPE node_filesystem_size_bytes gauge
node_filesystem_size_bytes{device="/dev/md1",fstype="ext3",mountpoint="/boot"}
1.036726272e+09
node_filesystem_size_bytes{device="/dev/md2",fstype="ext4",mountpoint="/"}
9.38524024832e+11
node_filesystem_size_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run"}
1.350520832e+10
node_filesystem_size_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"}
5.24288e+06
node_filesystem_size_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/0"}
1.3505204224e+10
# HELP node_forks_total Total number of forks.
# TYPE node_forks_total counter
node_forks_total 71067
# HELP node_hwmon_chip_names Annotation metric for human-readable chip names
# TYPE node_hwmon_chip_names gauge
node_hwmon_chip_names{chip="0000:60:01_2_0000:62:00_0",chip_name="i350bb"} 1
node_hwmon_chip_names{chip="nvme_nvme0",chip_name="nvme"} 1
node_hwmon_chip_names{chip="nvme_nvme1",chip_name="nvme"} 1
node_hwmon_chip_names{chip="pci0000:00_0000:00:18_3",chip_name="k10temp"} 1
node_hwmon_chip_names{chip="pci0000:00_0000:00:19_3",chip_name="k10temp"} 1
node_hwmon_chip_names{chip="pci0000:00_0000:00:1a_3",chip_name="k10temp"} 1
node_hwmon_chip_names{chip="pci0000:00_0000:00:1b_3",chip_name="k10temp"} 1
# HELP node_hwmon_sensor_label Label for given chip and sensor
# TYPE node_hwmon_sensor_label gauge
node_hwmon_sensor_label{chip="0000:60:01_2_0000:62:00_0",label="loc1",sensor="temp1
"} 1
node_hwmon_sensor_label{chip="nvme_nvme0",label="Composite",sensor="temp1"} 1
node_hwmon_sensor_label{chip="nvme_nvme0",label="Sensor 1",sensor="temp2"} 1
node_hwmon_sensor_label{chip="nvme_nvme0",label="Sensor 2",sensor="temp3"} 1
node_hwmon_sensor_label{chip="nvme_nvme0",label="Sensor 3",sensor="temp4"} 1
node_hwmon_sensor_label{chip="nvme_nvme1",label="Composite",sensor="temp1"} 1
node_hwmon_sensor_label{chip="nvme_nvme1",label="Sensor 1",sensor="temp2"} 1
node_hwmon_sensor_label{chip="nvme_nvme1",label="Sensor 2",sensor="temp3"} 1
node_hwmon_sensor_label{chip="nvme_nvme1",label="Sensor 3",sensor="temp4"} 1
node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd1",sensor="temp3"
} 1
node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd2",sensor="temp4"
} 1
node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd3",sensor="temp5"
} 1
node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tctl",sensor="temp1"}
1
node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tctl",sensor="temp1"}
1
node_hwmon_sensor_label{chip="pci0000:00_0000:00:1a_3",label="Tctl",sensor="temp1"}
1
node_hwmon_sensor_label{chip="pci0000:00_0000:00:1b_3",label="Tctl",sensor="temp1"}
1
# HELP node_hwmon_temp_alarm Hardware sensor alarm status (temp)
# TYPE node_hwmon_temp_alarm gauge
node_hwmon_temp_alarm{chip="nvme_nvme0",sensor="temp1"} 0
node_hwmon_temp_alarm{chip="nvme_nvme1",sensor="temp1"} 0
# HELP node_hwmon_temp_celsius Hardware monitor for temperature (input)
# TYPE node_hwmon_temp_celsius gauge
node_hwmon_temp_celsius{chip="0000:60:01_2_0000:62:00_0",sensor="temp1"} 43
node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp1"} 42.85
node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp2"} 42.85
node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp3"} 45.85
node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp4"} 51.85
node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 43.85
node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp2"} 43.85
node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp3"} 47.85
node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp4"} 51.85
node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp1"} 27.375
node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 26.25
node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp4"} 27.5
node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp5"} 28
node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp1"} 25.25
node_hwmon_temp_celsius{chip="pci0000:00_0000:00:1a_3",sensor="temp1"} 26.75
node_hwmon_temp_celsius{chip="pci0000:00_0000:00:1b_3",sensor="temp1"} 27.25
# HELP node_hwmon_temp_crit_celsius Hardware monitor for temperature (crit)
# TYPE node_hwmon_temp_crit_celsius gauge
node_hwmon_temp_crit_celsius{chip="0000:60:01_2_0000:62:00_0",sensor="temp1"} 110
node_hwmon_temp_crit_celsius{chip="nvme_nvme0",sensor="temp1"} 87.85000000000001
node_hwmon_temp_crit_celsius{chip="nvme_nvme1",sensor="temp1"} 87.85000000000001
# HELP node_hwmon_temp_max_celsius Hardware monitor for temperature (max)
# TYPE node_hwmon_temp_max_celsius gauge
node_hwmon_temp_max_celsius{chip="0000:60:01_2_0000:62:00_0",sensor="temp1"} 120
node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp1"} 86.85000000000001
node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp2"} 65261.85
node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp3"} 65261.85
node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp4"} 65261.85
node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp1"} 86.85000000000001
node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp2"} 65261.85
node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp3"} 65261.85
node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp4"} 65261.85
# HELP node_hwmon_temp_min_celsius Hardware monitor for temperature (min)
# TYPE node_hwmon_temp_min_celsius gauge
node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp1"} -273.15000000000003
node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp2"} -273.15000000000003
node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp3"} -273.15000000000003
node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp4"} -273.15000000000003
node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp1"} -273.15000000000003
node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp2"} -273.15000000000003
node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp3"} -273.15000000000003
node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp4"} -273.15000000000003
# HELP node_intr_total Total number of interrupts serviced.
# TYPE node_intr_total counter
node_intr_total 4.36190168e+08
# HELP node_load1 1m load average.
# TYPE node_load1 gauge
node_load1 0.77
# HELP node_load15 15m load average.
# TYPE node_load15 gauge
node_load15 0.69
# HELP node_load5 5m load average.
# TYPE node_load5 gauge
node_load5 0.65
# HELP node_md_blocks Total number of blocks on device.
# TYPE node_md_blocks gauge
node_md_blocks{device="md0"} 4.189184e+06
node_md_blocks{device="md1"} 1.046528e+06
node_md_blocks{device="md2"} 9.32315456e+08
# HELP node_md_blocks_synced Number of blocks synced on device.
# TYPE node_md_blocks_synced gauge
node_md_blocks_synced{device="md0"} 4.189184e+06
node_md_blocks_synced{device="md1"} 1.046528e+06
node_md_blocks_synced{device="md2"} 9.32315456e+08
# HELP node_md_disks Number of active/failed/spare disks of device.
# TYPE node_md_disks gauge
node_md_disks{device="md0",state="active"} 2
node_md_disks{device="md0",state="failed"} 0
node_md_disks{device="md0",state="spare"} 0
node_md_disks{device="md1",state="active"} 2
node_md_disks{device="md1",state="failed"} 0
node_md_disks{device="md1",state="spare"} 0
node_md_disks{device="md2",state="active"} 2
node_md_disks{device="md2",state="failed"} 0
node_md_disks{device="md2",state="spare"} 0
# HELP node_md_disks_required Total number of disks of device.
# TYPE node_md_disks_required gauge
node_md_disks_required{device="md0"} 2
node_md_disks_required{device="md1"} 2
node_md_disks_required{device="md2"} 2
# HELP node_md_state Indicates the state of md-device.
# TYPE node_md_state gauge
node_md_state{device="md0",state="active"} 1
node_md_state{device="md0",state="check"} 0
node_md_state{device="md0",state="inactive"} 0
node_md_state{device="md0",state="recovering"} 0
node_md_state{device="md0",state="resync"} 0
node_md_state{device="md1",state="active"} 1
node_md_state{device="md1",state="check"} 0
node_md_state{device="md1",state="inactive"} 0
node_md_state{device="md1",state="recovering"} 0
node_md_state{device="md1",state="resync"} 0
node_md_state{device="md2",state="active"} 1
node_md_state{device="md2",state="check"} 0
node_md_state{device="md2",state="inactive"} 0
node_md_state{device="md2",state="recovering"} 0
node_md_state{device="md2",state="resync"} 0
# HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes.
# TYPE node_memory_Active_anon_bytes gauge
node_memory_Active_anon_bytes 1.921024e+06
# HELP node_memory_Active_bytes Memory information field Active_bytes.
# TYPE node_memory_Active_bytes gauge
node_memory_Active_bytes 2.785542144e+09
# HELP node_memory_Active_file_bytes Memory information field Active_file_bytes.
# TYPE node_memory_Active_file_bytes gauge
node_memory_Active_file_bytes 2.78362112e+09
# HELP node_memory_AnonHugePages_bytes Memory information field
AnonHugePages_bytes.
# TYPE node_memory_AnonHugePages_bytes gauge
node_memory_AnonHugePages_bytes 0
# HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes.
# TYPE node_memory_AnonPages_bytes gauge
node_memory_AnonPages_bytes 6.81351168e+09
# HELP node_memory_Bounce_bytes Memory information field Bounce_bytes.
# TYPE node_memory_Bounce_bytes gauge
node_memory_Bounce_bytes 0
# HELP node_memory_Buffers_bytes Memory information field Buffers_bytes.
# TYPE node_memory_Buffers_bytes gauge
node_memory_Buffers_bytes 3.51985664e+08
# HELP node_memory_Cached_bytes Memory information field Cached_bytes.
# TYPE node_memory_Cached_bytes gauge
node_memory_Cached_bytes 9.082064896e+09
# HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes.
# TYPE node_memory_CommitLimit_bytes gauge
node_memory_CommitLimit_bytes 7.181574144e+10
# HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes.
# TYPE node_memory_Committed_AS_bytes gauge
node_memory_Committed_AS_bytes 7.486865408e+09
# HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes.
# TYPE node_memory_DirectMap1G_bytes gauge
node_memory_DirectMap1G_bytes 1.11669149696e+11
# HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes.
# TYPE node_memory_DirectMap2M_bytes gauge
node_memory_DirectMap2M_bytes 2.4853348352e+10
# HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes.
# TYPE node_memory_DirectMap4k_bytes gauge
node_memory_DirectMap4k_bytes 7.98158848e+08
# HELP node_memory_Dirty_bytes Memory information field Dirty_bytes.
# TYPE node_memory_Dirty_bytes gauge
node_memory_Dirty_bytes 143360
# HELP node_memory_FileHugePages_bytes Memory information field
FileHugePages_bytes.
# TYPE node_memory_FileHugePages_bytes gauge
node_memory_FileHugePages_bytes 0
# HELP node_memory_FilePmdMapped_bytes Memory information field
FilePmdMapped_bytes.
# TYPE node_memory_FilePmdMapped_bytes gauge
node_memory_FilePmdMapped_bytes 0
# HELP node_memory_HardwareCorrupted_bytes Memory information field
HardwareCorrupted_bytes.
# TYPE node_memory_HardwareCorrupted_bytes gauge
node_memory_HardwareCorrupted_bytes 0
# HELP node_memory_HugePages_Free Memory information field HugePages_Free.
# TYPE node_memory_HugePages_Free gauge
node_memory_HugePages_Free 0
# HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd.
# TYPE node_memory_HugePages_Rsvd gauge
node_memory_HugePages_Rsvd 0
# HELP node_memory_HugePages_Surp Memory information field HugePages_Surp.
# TYPE node_memory_HugePages_Surp gauge
node_memory_HugePages_Surp 0
# HELP node_memory_HugePages_Total Memory information field HugePages_Total.
# TYPE node_memory_HugePages_Total gauge
node_memory_HugePages_Total 0
# HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes.
# TYPE node_memory_Hugepagesize_bytes gauge
node_memory_Hugepagesize_bytes 2.097152e+06
# HELP node_memory_Hugetlb_bytes Memory information field Hugetlb_bytes.
# TYPE node_memory_Hugetlb_bytes gauge
node_memory_Hugetlb_bytes 0
# HELP node_memory_Inactive_anon_bytes Memory information field
Inactive_anon_bytes.
# TYPE node_memory_Inactive_anon_bytes gauge
node_memory_Inactive_anon_bytes 6.79333888e+09
# HELP node_memory_Inactive_bytes Memory information field Inactive_bytes.
# TYPE node_memory_Inactive_bytes gauge
node_memory_Inactive_bytes 1.3432963072e+10
# HELP node_memory_Inactive_file_bytes Memory information field
Inactive_file_bytes.
# TYPE node_memory_Inactive_file_bytes gauge
node_memory_Inactive_file_bytes 6.639624192e+09
# HELP node_memory_KReclaimable_bytes Memory information field KReclaimable_bytes.
# TYPE node_memory_KReclaimable_bytes gauge
node_memory_KReclaimable_bytes 5.99375872e+08
# HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes.
# TYPE node_memory_KernelStack_bytes gauge
node_memory_KernelStack_bytes 2.834432e+07
# HELP node_memory_Mapped_bytes Memory information field Mapped_bytes.
# TYPE node_memory_Mapped_bytes gauge
node_memory_Mapped_bytes 1.96030464e+08
# HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes.
# TYPE node_memory_MemAvailable_bytes gauge
node_memory_MemAvailable_bytes 1.2618002432e+11
# HELP node_memory_MemFree_bytes Memory information field MemFree_bytes.
# TYPE node_memory_MemFree_bytes gauge
node_memory_MemFree_bytes 1.17246226432e+11
# HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes.
# TYPE node_memory_MemTotal_bytes gauge
node_memory_MemTotal_bytes 1.35052046336e+11
# HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes.
# TYPE node_memory_Mlocked_bytes gauge
node_memory_Mlocked_bytes 2.8278784e+07
# HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes.
# TYPE node_memory_NFS_Unstable_bytes gauge
node_memory_NFS_Unstable_bytes 0
# HELP node_memory_PageTables_bytes Memory information field PageTables_bytes.
# TYPE node_memory_PageTables_bytes gauge
node_memory_PageTables_bytes 2.08560128e+08
# HELP node_memory_Percpu_bytes Memory information field Percpu_bytes.
# TYPE node_memory_Percpu_bytes gauge
node_memory_Percpu_bytes 5.89824e+07
# HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes.
# TYPE node_memory_SReclaimable_bytes gauge
node_memory_SReclaimable_bytes 5.99375872e+08
# HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes.
# TYPE node_memory_SUnreclaim_bytes gauge
node_memory_SUnreclaim_bytes 2.36695552e+08
# HELP node_memory_ShmemHugePages_bytes Memory information field
ShmemHugePages_bytes.
# TYPE node_memory_ShmemHugePages_bytes gauge
node_memory_ShmemHugePages_bytes 0
# HELP node_memory_ShmemPmdMapped_bytes Memory information field
ShmemPmdMapped_bytes.
# TYPE node_memory_ShmemPmdMapped_bytes gauge
node_memory_ShmemPmdMapped_bytes 0
# HELP node_memory_Shmem_bytes Memory information field Shmem_bytes.
# TYPE node_memory_Shmem_bytes gauge
node_memory_Shmem_bytes 1.523712e+06
# HELP node_memory_Slab_bytes Memory information field Slab_bytes.
# TYPE node_memory_Slab_bytes gauge
node_memory_Slab_bytes 8.36071424e+08
# HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes.
# TYPE node_memory_SwapCached_bytes gauge
node_memory_SwapCached_bytes 0
# HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes.
# TYPE node_memory_SwapFree_bytes gauge
node_memory_SwapFree_bytes 4.28972032e+09
# HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes.
# TYPE node_memory_SwapTotal_bytes gauge
node_memory_SwapTotal_bytes 4.28972032e+09
# HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes.
# TYPE node_memory_Unevictable_bytes gauge
node_memory_Unevictable_bytes 2.8278784e+07
# HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes.
# TYPE node_memory_VmallocChunk_bytes gauge
node_memory_VmallocChunk_bytes 0
# HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes.
# TYPE node_memory_VmallocTotal_bytes gauge
node_memory_VmallocTotal_bytes 3.5184372087808e+13
# HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes.
# TYPE node_memory_VmallocUsed_bytes gauge
node_memory_VmallocUsed_bytes 1.74235648e+08
# HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes.
# TYPE node_memory_WritebackTmp_bytes gauge
node_memory_WritebackTmp_bytes 0
# HELP node_memory_Writeback_bytes Memory information field Writeback_bytes.
# TYPE node_memory_Writeback_bytes gauge
node_memory_Writeback_bytes 0
# HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors.
# TYPE node_netstat_Icmp6_InErrors untyped
node_netstat_Icmp6_InErrors 0
# HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs.
# TYPE node_netstat_Icmp6_InMsgs untyped
node_netstat_Icmp6_InMsgs 54
# HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs.
# TYPE node_netstat_Icmp6_OutMsgs untyped
node_netstat_Icmp6_OutMsgs 96
# HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors.
# TYPE node_netstat_Icmp_InErrors untyped
node_netstat_Icmp_InErrors 9
# HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs.
# TYPE node_netstat_Icmp_InMsgs untyped
node_netstat_Icmp_InMsgs 2106
# HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs.
# TYPE node_netstat_Icmp_OutMsgs untyped
node_netstat_Icmp_OutMsgs 3636
# HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets.
# TYPE node_netstat_Ip6_InOctets untyped
node_netstat_Ip6_InOctets 9.44025538e+08
# HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets.
# TYPE node_netstat_Ip6_OutOctets untyped
node_netstat_Ip6_OutOctets 3.86951e+06
# HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets.
# TYPE node_netstat_IpExt_InOctets untyped
node_netstat_IpExt_InOctets 6.5304384573e+10
# HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets.
# TYPE node_netstat_IpExt_OutOctets untyped
node_netstat_IpExt_OutOctets 7.6595351596e+10
# HELP node_netstat_Ip_Forwarding Statistic IpForwarding.
# TYPE node_netstat_Ip_Forwarding untyped
node_netstat_Ip_Forwarding 2
# HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops.
# TYPE node_netstat_TcpExt_ListenDrops untyped
node_netstat_TcpExt_ListenDrops 0
# HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows.
# TYPE node_netstat_TcpExt_ListenOverflows untyped
node_netstat_TcpExt_ListenOverflows 0
# HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed.
# TYPE node_netstat_TcpExt_SyncookiesFailed untyped
node_netstat_TcpExt_SyncookiesFailed 0
# HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv.
# TYPE node_netstat_TcpExt_SyncookiesRecv untyped
node_netstat_TcpExt_SyncookiesRecv 274
# HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent.
# TYPE node_netstat_TcpExt_SyncookiesSent untyped
node_netstat_TcpExt_SyncookiesSent 1601
# HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans.
# TYPE node_netstat_TcpExt_TCPSynRetrans untyped
node_netstat_TcpExt_TCPSynRetrans 3802
# HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts.
# TYPE node_netstat_TcpExt_TCPTimeouts untyped
node_netstat_TcpExt_TCPTimeouts 5970
# HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens.
# TYPE node_netstat_Tcp_ActiveOpens untyped
node_netstat_Tcp_ActiveOpens 108295
# HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab.
# TYPE node_netstat_Tcp_CurrEstab untyped
node_netstat_Tcp_CurrEstab 706
# HELP node_netstat_Tcp_InErrs Statistic TcpInErrs.
# TYPE node_netstat_Tcp_InErrs untyped
node_netstat_Tcp_InErrs 603
# HELP node_netstat_Tcp_InSegs Statistic TcpInSegs.
# TYPE node_netstat_Tcp_InSegs untyped
node_netstat_Tcp_InSegs 3.10772388e+08
# HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts.
# TYPE node_netstat_Tcp_OutRsts untyped
node_netstat_Tcp_OutRsts 48957
# HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs.
# TYPE node_netstat_Tcp_OutSegs untyped
node_netstat_Tcp_OutSegs 3.17984716e+08
# HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens.
# TYPE node_netstat_Tcp_PassiveOpens untyped
node_netstat_Tcp_PassiveOpens 53158
# HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs.
# TYPE node_netstat_Tcp_RetransSegs untyped
node_netstat_Tcp_RetransSegs 25886
# HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams.
# TYPE node_netstat_Udp6_InDatagrams untyped
node_netstat_Udp6_InDatagrams 42
# HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors.
# TYPE node_netstat_Udp6_InErrors untyped
node_netstat_Udp6_InErrors 0
# HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts.
# TYPE node_netstat_Udp6_NoPorts untyped
node_netstat_Udp6_NoPorts 0
# HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams.
# TYPE node_netstat_Udp6_OutDatagrams untyped
node_netstat_Udp6_OutDatagrams 42
# HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors.
# TYPE node_netstat_Udp6_RcvbufErrors untyped
node_netstat_Udp6_RcvbufErrors 0
# HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors.
# TYPE node_netstat_Udp6_SndbufErrors untyped
node_netstat_Udp6_SndbufErrors 0
# HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors.
# TYPE node_netstat_UdpLite6_InErrors untyped
node_netstat_UdpLite6_InErrors 0
# HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors.
# TYPE node_netstat_UdpLite_InErrors untyped
node_netstat_UdpLite_InErrors 0
# HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams.
# TYPE node_netstat_Udp_InDatagrams untyped
node_netstat_Udp_InDatagrams 84603
# HELP node_netstat_Udp_InErrors Statistic UdpInErrors.
# TYPE node_netstat_Udp_InErrors untyped
node_netstat_Udp_InErrors 0
# HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts.
# TYPE node_netstat_Udp_NoPorts untyped
node_netstat_Udp_NoPorts 1695
# HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams.
# TYPE node_netstat_Udp_OutDatagrams untyped
node_netstat_Udp_OutDatagrams 84603
# HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors.
# TYPE node_netstat_Udp_RcvbufErrors untyped
node_netstat_Udp_RcvbufErrors 0
# HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors.
# TYPE node_netstat_Udp_SndbufErrors untyped
node_netstat_Udp_SndbufErrors 0
# HELP node_network_address_assign_type Network device property:
address_assign_type
# TYPE node_network_address_assign_type gauge
node_network_address_assign_type{device="enp97s0f0"} 0
node_network_address_assign_type{device="enp97s0f1"} 0
node_network_address_assign_type{device="enp98s0f0"} 0
node_network_address_assign_type{device="enp98s0f1"} 0
node_network_address_assign_type{device="lo"} 0
# HELP node_network_carrier Network device property: carrier
# TYPE node_network_carrier gauge
node_network_carrier{device="enp98s0f0"} 1
node_network_carrier{device="lo"} 1
# HELP node_network_carrier_changes_total Network device property:
carrier_changes_total
# TYPE node_network_carrier_changes_total counter
node_network_carrier_changes_total{device="enp97s0f0"} 0
node_network_carrier_changes_total{device="enp97s0f1"} 0
node_network_carrier_changes_total{device="enp98s0f0"} 2
node_network_carrier_changes_total{device="enp98s0f1"} 1
node_network_carrier_changes_total{device="lo"} 0
# HELP node_network_carrier_down_changes_total Network device property:
carrier_down_changes_total
# TYPE node_network_carrier_down_changes_total counter
node_network_carrier_down_changes_total{device="enp97s0f0"} 0
node_network_carrier_down_changes_total{device="enp97s0f1"} 0
node_network_carrier_down_changes_total{device="enp98s0f0"} 1
node_network_carrier_down_changes_total{device="enp98s0f1"} 1
node_network_carrier_down_changes_total{device="lo"} 0
# HELP node_network_carrier_up_changes_total Network device property:
carrier_up_changes_total
# TYPE node_network_carrier_up_changes_total counter
node_network_carrier_up_changes_total{device="enp97s0f0"} 0
node_network_carrier_up_changes_total{device="enp97s0f1"} 0
node_network_carrier_up_changes_total{device="enp98s0f0"} 1
node_network_carrier_up_changes_total{device="enp98s0f1"} 0
node_network_carrier_up_changes_total{device="lo"} 0
# HELP node_network_device_id Network device property: device_id
# TYPE node_network_device_id gauge
node_network_device_id{device="enp97s0f0"} 0
node_network_device_id{device="enp97s0f1"} 0
node_network_device_id{device="enp98s0f0"} 0
node_network_device_id{device="enp98s0f1"} 0
node_network_device_id{device="lo"} 0
# HELP node_network_dormant Network device property: dormant
# TYPE node_network_dormant gauge
node_network_dormant{device="enp98s0f0"} 0
node_network_dormant{device="lo"} 0
# HELP node_network_flags Network device property: flags
# TYPE node_network_flags gauge
node_network_flags{device="enp97s0f0"} 4098
node_network_flags{device="enp97s0f1"} 4098
node_network_flags{device="enp98s0f0"} 4099
node_network_flags{device="enp98s0f1"} 4098
node_network_flags{device="lo"} 9
# HELP node_network_iface_id Network device property: iface_id
# TYPE node_network_iface_id gauge
node_network_iface_id{device="enp97s0f0"} 2
node_network_iface_id{device="enp97s0f1"} 5
node_network_iface_id{device="enp98s0f0"} 3
node_network_iface_id{device="enp98s0f1"} 4
node_network_iface_id{device="lo"} 1
# HELP node_network_iface_link Network device property: iface_link
# TYPE node_network_iface_link gauge
node_network_iface_link{device="enp97s0f0"} 2
node_network_iface_link{device="enp97s0f1"} 5
node_network_iface_link{device="enp98s0f0"} 3
node_network_iface_link{device="enp98s0f1"} 4
node_network_iface_link{device="lo"} 1
# HELP node_network_iface_link_mode Network device property: iface_link_mode
# TYPE node_network_iface_link_mode gauge
node_network_iface_link_mode{device="enp97s0f0"} 0
node_network_iface_link_mode{device="enp97s0f1"} 0
node_network_iface_link_mode{device="enp98s0f0"} 0
node_network_iface_link_mode{device="enp98s0f1"} 0
node_network_iface_link_mode{device="lo"} 0
# HELP node_network_info Non-numeric data from /sys/class/net/<iface>, value is
always 1.
# TYPE node_network_info gauge
node_network_info{address="00:00:00:00:00:00",broadcast="00:00:00:00:00:00",device=
"lo",duplex="",ifalias="",operstate="unknown"} 1
node_network_info{address="6c:b3:11:23:5f:a2",broadcast="ff:ff:ff:ff:ff:ff",device=
"enp98s0f0",duplex="full",ifalias="",operstate="up"} 1
node_network_info{address="6c:b3:11:23:5f:a3",broadcast="ff:ff:ff:ff:ff:ff",device=
"enp98s0f1",duplex="",ifalias="",operstate="down"} 1
node_network_info{address="e0:d5:5e:c6:fb:c4",broadcast="ff:ff:ff:ff:ff:ff",device=
"enp97s0f0",duplex="",ifalias="",operstate="down"} 1
node_network_info{address="e0:d5:5e:c6:fb:c6",broadcast="ff:ff:ff:ff:ff:ff",device=
"enp97s0f1",duplex="",ifalias="",operstate="down"} 1
# HELP node_network_mtu_bytes Network device property: mtu_bytes
# TYPE node_network_mtu_bytes gauge
node_network_mtu_bytes{device="enp97s0f0"} 1500
node_network_mtu_bytes{device="enp97s0f1"} 1500
node_network_mtu_bytes{device="enp98s0f0"} 1500
node_network_mtu_bytes{device="enp98s0f1"} 1500
node_network_mtu_bytes{device="lo"} 65536
# HELP node_network_name_assign_type Network device property: name_assign_type
# TYPE node_network_name_assign_type gauge
node_network_name_assign_type{device="enp97s0f0"} 4
node_network_name_assign_type{device="enp97s0f1"} 4
node_network_name_assign_type{device="enp98s0f0"} 4
node_network_name_assign_type{device="enp98s0f1"} 4
# HELP node_network_net_dev_group Network device property: net_dev_group
# TYPE node_network_net_dev_group gauge
node_network_net_dev_group{device="enp97s0f0"} 0
node_network_net_dev_group{device="enp97s0f1"} 0
node_network_net_dev_group{device="enp98s0f0"} 0
node_network_net_dev_group{device="enp98s0f1"} 0
node_network_net_dev_group{device="lo"} 0
# HELP node_network_protocol_type Network device property: protocol_type
# TYPE node_network_protocol_type gauge
node_network_protocol_type{device="enp97s0f0"} 1
node_network_protocol_type{device="enp97s0f1"} 1
node_network_protocol_type{device="enp98s0f0"} 1
node_network_protocol_type{device="enp98s0f1"} 1
node_network_protocol_type{device="lo"} 772
# HELP node_network_receive_bytes_total Network device statistic receive_bytes.
# TYPE node_network_receive_bytes_total counter
node_network_receive_bytes_total{device="enp97s0f0"} 0
node_network_receive_bytes_total{device="enp97s0f1"} 0
node_network_receive_bytes_total{device="enp98s0f0"} 2.587081918e+09
node_network_receive_bytes_total{device="enp98s0f1"} 0
node_network_receive_bytes_total{device="lo"} 6.3799050867e+10
# HELP node_network_receive_compressed_total Network device statistic
receive_compressed.
# TYPE node_network_receive_compressed_total counter
node_network_receive_compressed_total{device="enp97s0f0"} 0
node_network_receive_compressed_total{device="enp97s0f1"} 0
node_network_receive_compressed_total{device="enp98s0f0"} 0
node_network_receive_compressed_total{device="enp98s0f1"} 0
node_network_receive_compressed_total{device="lo"} 0
# HELP node_network_receive_drop_total Network device statistic receive_drop.
# TYPE node_network_receive_drop_total counter
node_network_receive_drop_total{device="enp97s0f0"} 0
node_network_receive_drop_total{device="enp97s0f1"} 0
node_network_receive_drop_total{device="enp98s0f0"} 0
node_network_receive_drop_total{device="enp98s0f1"} 0
node_network_receive_drop_total{device="lo"} 0
# HELP node_network_receive_errs_total Network device statistic receive_errs.
# TYPE node_network_receive_errs_total counter
node_network_receive_errs_total{device="enp97s0f0"} 0
node_network_receive_errs_total{device="enp97s0f1"} 0
node_network_receive_errs_total{device="enp98s0f0"} 0
node_network_receive_errs_total{device="enp98s0f1"} 0
node_network_receive_errs_total{device="lo"} 0
# HELP node_network_receive_fifo_total Network device statistic receive_fifo.
# TYPE node_network_receive_fifo_total counter
node_network_receive_fifo_total{device="enp97s0f0"} 0
node_network_receive_fifo_total{device="enp97s0f1"} 0
node_network_receive_fifo_total{device="enp98s0f0"} 0
node_network_receive_fifo_total{device="enp98s0f1"} 0
node_network_receive_fifo_total{device="lo"} 0
# HELP node_network_receive_frame_total Network device statistic receive_frame.
# TYPE node_network_receive_frame_total counter
node_network_receive_frame_total{device="enp97s0f0"} 0
node_network_receive_frame_total{device="enp97s0f1"} 0
node_network_receive_frame_total{device="enp98s0f0"} 0
node_network_receive_frame_total{device="enp98s0f1"} 0
node_network_receive_frame_total{device="lo"} 0
# HELP node_network_receive_multicast_total Network device statistic
receive_multicast.
# TYPE node_network_receive_multicast_total counter
node_network_receive_multicast_total{device="enp97s0f0"} 0
node_network_receive_multicast_total{device="enp97s0f1"} 0
node_network_receive_multicast_total{device="enp98s0f0"} 1
node_network_receive_multicast_total{device="enp98s0f1"} 0
node_network_receive_multicast_total{device="lo"} 0
# HELP node_network_receive_nohandler_total Network device statistic
receive_nohandler.
# TYPE node_network_receive_nohandler_total counter
node_network_receive_nohandler_total{device="enp97s0f0"} 0
node_network_receive_nohandler_total{device="enp97s0f1"} 0
node_network_receive_nohandler_total{device="enp98s0f0"} 0
node_network_receive_nohandler_total{device="enp98s0f1"} 0
node_network_receive_nohandler_total{device="lo"} 0
# HELP node_network_receive_packets_total Network device statistic receive_packets.
# TYPE node_network_receive_packets_total counter
node_network_receive_packets_total{device="enp97s0f0"} 0
node_network_receive_packets_total{device="enp97s0f1"} 0
node_network_receive_packets_total{device="enp98s0f0"} 5.281957e+06
node_network_receive_packets_total{device="enp98s0f1"} 0
node_network_receive_packets_total{device="lo"} 3.06608187e+08
# HELP node_network_speed_bytes Network device property: speed_bytes
# TYPE node_network_speed_bytes gauge
node_network_speed_bytes{device="enp98s0f0"} 1.25e+08
# HELP node_network_transmit_bytes_total Network device statistic transmit_bytes.
# TYPE node_network_transmit_bytes_total counter
node_network_transmit_bytes_total{device="enp97s0f0"} 0
node_network_transmit_bytes_total{device="enp97s0f1"} 0
node_network_transmit_bytes_total{device="enp98s0f0"} 1.3378553885e+10
node_network_transmit_bytes_total{device="enp98s0f1"} 0
node_network_transmit_bytes_total{device="lo"} 6.3799050867e+10
# HELP node_network_transmit_carrier_total Network device statistic
transmit_carrier.
# TYPE node_network_transmit_carrier_total counter
node_network_transmit_carrier_total{device="enp97s0f0"} 0
node_network_transmit_carrier_total{device="enp97s0f1"} 0
node_network_transmit_carrier_total{device="enp98s0f0"} 0
node_network_transmit_carrier_total{device="enp98s0f1"} 0
node_network_transmit_carrier_total{device="lo"} 0
# HELP node_network_transmit_colls_total Network device statistic transmit_colls.
# TYPE node_network_transmit_colls_total counter
node_network_transmit_colls_total{device="enp97s0f0"} 0
node_network_transmit_colls_total{device="enp97s0f1"} 0
node_network_transmit_colls_total{device="enp98s0f0"} 0
node_network_transmit_colls_total{device="enp98s0f1"} 0
node_network_transmit_colls_total{device="lo"} 0
# HELP node_network_transmit_compressed_total Network device statistic
transmit_compressed.
# TYPE node_network_transmit_compressed_total counter
node_network_transmit_compressed_total{device="enp97s0f0"} 0
node_network_transmit_compressed_total{device="enp97s0f1"} 0
node_network_transmit_compressed_total{device="enp98s0f0"} 0
node_network_transmit_compressed_total{device="enp98s0f1"} 0
node_network_transmit_compressed_total{device="lo"} 0
# HELP node_network_transmit_drop_total Network device statistic transmit_drop.
# TYPE node_network_transmit_drop_total counter
node_network_transmit_drop_total{device="enp97s0f0"} 0
node_network_transmit_drop_total{device="enp97s0f1"} 0
node_network_transmit_drop_total{device="enp98s0f0"} 0
node_network_transmit_drop_total{device="enp98s0f1"} 0
node_network_transmit_drop_total{device="lo"} 0
# HELP node_network_transmit_errs_total Network device statistic transmit_errs.
# TYPE node_network_transmit_errs_total counter
node_network_transmit_errs_total{device="enp97s0f0"} 0
node_network_transmit_errs_total{device="enp97s0f1"} 0
node_network_transmit_errs_total{device="enp98s0f0"} 0
node_network_transmit_errs_total{device="enp98s0f1"} 0
node_network_transmit_errs_total{device="lo"} 0
# HELP node_network_transmit_fifo_total Network device statistic transmit_fifo.
# TYPE node_network_transmit_fifo_total counter
node_network_transmit_fifo_total{device="enp97s0f0"} 0
node_network_transmit_fifo_total{device="enp97s0f1"} 0
node_network_transmit_fifo_total{device="enp98s0f0"} 0
node_network_transmit_fifo_total{device="enp98s0f1"} 0
node_network_transmit_fifo_total{device="lo"} 0
# HELP node_network_transmit_packets_total Network device statistic
transmit_packets.
# TYPE node_network_transmit_packets_total counter
node_network_transmit_packets_total{device="enp97s0f0"} 0
node_network_transmit_packets_total{device="enp97s0f1"} 0
node_network_transmit_packets_total{device="enp98s0f0"} 1.1488427e+07
node_network_transmit_packets_total{device="enp98s0f1"} 0
node_network_transmit_packets_total{device="lo"} 3.06608187e+08
# HELP node_network_transmit_queue_length Network device property:
transmit_queue_length
# TYPE node_network_transmit_queue_length gauge
node_network_transmit_queue_length{device="enp97s0f0"} 1000
node_network_transmit_queue_length{device="enp97s0f1"} 1000
node_network_transmit_queue_length{device="enp98s0f0"} 1000
node_network_transmit_queue_length{device="enp98s0f1"} 1000
node_network_transmit_queue_length{device="lo"} 1000
# HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise.
# TYPE node_network_up gauge
node_network_up{device="enp97s0f0"} 0
node_network_up{device="enp97s0f1"} 0
node_network_up{device="enp98s0f0"} 1
node_network_up{device="enp98s0f1"} 0
node_network_up{device="lo"} 0
# HELP node_nvme_info Non-numeric data from /sys/class/nvme/<device>, value is
always 1.
# TYPE node_nvme_info gauge
node_nvme_info{device="nvme0",firmware_revision="EDA5502Q",model="SAMSUNG
MZQLB960HAJR-00007",serial="S437NA0M916456",state="live"} 1
node_nvme_info{device="nvme1",firmware_revision="EDA5502Q",model="SAMSUNG
MZQLB960HAJR-00007",serial="S437NA0M916457",state="live"} 1
# HELP node_os_info A metric with a constant '1' value labeled by build_id, id,
id_like, image_id, image_version, name, pretty_name, variant, variant_id, version,
version_codename, version_id.
# TYPE node_os_info gauge
node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",
name="Ubuntu",pretty_name="Ubuntu 22.04.2
LTS",variant="",variant_id="",version="22.04.2 LTS (Jammy
Jellyfish)",version_codename="jammy",version_id="22.04"} 1
# HELP node_os_version Metric containing the major.minor part of the OS version.
# TYPE node_os_version gauge
node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 22.04
# HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes
have waited for CPU time
# TYPE node_pressure_cpu_waiting_seconds_total counter
node_pressure_cpu_waiting_seconds_total 298.440512
# HELP node_pressure_io_stalled_seconds_total Total time in seconds no process
could make progress due to IO congestion
# TYPE node_pressure_io_stalled_seconds_total counter
node_pressure_io_stalled_seconds_total 1.7239760000000002
# 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 1.756138
# 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
# HELP node_pressure_memory_waiting_seconds_total Total time in seconds that
processes have waited for memory
# TYPE node_pressure_memory_waiting_seconds_total counter
node_pressure_memory_waiting_seconds_total 0
# HELP node_procs_blocked Number of processes blocked waiting for I/O to complete.
# TYPE node_procs_blocked gauge
node_procs_blocked 0
# HELP node_procs_running Number of processes in runnable state.
# TYPE node_procs_running gauge
node_procs_running 1
# HELP node_rapl_core_joules_total Current RAPL core value in joules
# TYPE node_rapl_core_joules_total counter
node_rapl_core_joules_total{index="0",path="/sys/class/powercap/intel-rapl:0:0"}
2739.295487
node_rapl_core_joules_total{index="1",path="/sys/class/powercap/intel-rapl:1:0"}
1158.626315
node_rapl_core_joules_total{index="2",path="/sys/class/powercap/intel-rapl:2:0"}
1504.576549
node_rapl_core_joules_total{index="3",path="/sys/class/powercap/intel-rapl:3:0"}
1146.896575
# HELP node_rapl_package_0_die_0_joules_total Current RAPL package-0-die-0 value in
joules
# TYPE node_rapl_package_0_die_0_joules_total counter
node_rapl_package_0_die_0_joules_total{index="0",path="/sys/class/powercap/intel-
rapl:0"} 12271.27343
# HELP node_rapl_package_0_die_1_joules_total Current RAPL package-0-die-1 value in
joules
# TYPE node_rapl_package_0_die_1_joules_total counter
node_rapl_package_0_die_1_joules_total{index="0",path="/sys/class/powercap/intel-
rapl:1"} 12273.902826
# HELP node_rapl_package_0_die_2_joules_total Current RAPL package-0-die-2 value in
joules
# TYPE node_rapl_package_0_die_2_joules_total counter
node_rapl_package_0_die_2_joules_total{index="0",path="/sys/class/powercap/intel-
rapl:2"} 12273.902826
# HELP node_rapl_package_0_die_3_joules_total Current RAPL package-0-die-3 value in
joules
# TYPE node_rapl_package_0_die_3_joules_total counter
node_rapl_package_0_die_3_joules_total{index="0",path="/sys/class/powercap/intel-
rapl:3"} 12274.680297
# HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a
process.
# TYPE node_schedstat_running_seconds_total counter
node_schedstat_running_seconds_total{cpu="0"} 960.701329977
node_schedstat_running_seconds_total{cpu="1"} 2513.060429225
node_schedstat_running_seconds_total{cpu="10"} 418.488346787
node_schedstat_running_seconds_total{cpu="11"} 377.846300355
node_schedstat_running_seconds_total{cpu="12"} 1103.336948986
node_schedstat_running_seconds_total{cpu="13"} 1061.727907378
node_schedstat_running_seconds_total{cpu="14"} 1014.257168246
node_schedstat_running_seconds_total{cpu="15"} 1175.971390613
node_schedstat_running_seconds_total{cpu="16"} 1060.703493892
node_schedstat_running_seconds_total{cpu="17"} 989.960056875
node_schedstat_running_seconds_total{cpu="18"} 759.914312401
node_schedstat_running_seconds_total{cpu="19"} 750.207598861
node_schedstat_running_seconds_total{cpu="2"} 2444.101714694
node_schedstat_running_seconds_total{cpu="20"} 593.298343515
node_schedstat_running_seconds_total{cpu="21"} 583.861816962
node_schedstat_running_seconds_total{cpu="22"} 540.65176132
node_schedstat_running_seconds_total{cpu="23"} 534.975389543
node_schedstat_running_seconds_total{cpu="24"} 2014.84053686
node_schedstat_running_seconds_total{cpu="25"} 1439.034577305
node_schedstat_running_seconds_total{cpu="26"} 1358.418244931
node_schedstat_running_seconds_total{cpu="27"} 3219.278977026
node_schedstat_running_seconds_total{cpu="28"} 3039.270638405
node_schedstat_running_seconds_total{cpu="29"} 3126.321126716
node_schedstat_running_seconds_total{cpu="3"} 5069.665968596
node_schedstat_running_seconds_total{cpu="30"} 314.21560321
node_schedstat_running_seconds_total{cpu="31"} 296.141766355
node_schedstat_running_seconds_total{cpu="32"} 314.223054015
node_schedstat_running_seconds_total{cpu="33"} 281.970586233
node_schedstat_running_seconds_total{cpu="34"} 190.704989043
node_schedstat_running_seconds_total{cpu="35"} 255.028961556
node_schedstat_running_seconds_total{cpu="36"} 711.075444284
node_schedstat_running_seconds_total{cpu="37"} 772.002972545
node_schedstat_running_seconds_total{cpu="38"} 984.510493855
node_schedstat_running_seconds_total{cpu="39"} 971.088231322
node_schedstat_running_seconds_total{cpu="4"} 5276.749170465
node_schedstat_running_seconds_total{cpu="40"} 934.498501041
node_schedstat_running_seconds_total{cpu="41"} 992.782638874
node_schedstat_running_seconds_total{cpu="42"} 571.793243971
node_schedstat_running_seconds_total{cpu="43"} 503.63586782
node_schedstat_running_seconds_total{cpu="44"} 530.297619575
node_schedstat_running_seconds_total{cpu="45"} 526.597716192
node_schedstat_running_seconds_total{cpu="46"} 577.114850389
node_schedstat_running_seconds_total{cpu="47"} 565.793722604
node_schedstat_running_seconds_total{cpu="5"} 5486.322320694
node_schedstat_running_seconds_total{cpu="6"} 865.980217557
node_schedstat_running_seconds_total{cpu="7"} 823.928622527
node_schedstat_running_seconds_total{cpu="8"} 772.129714354
node_schedstat_running_seconds_total{cpu="9"} 440.691328357
# HELP node_schedstat_timeslices_total Number of timeslices executed by CPU.
# TYPE node_schedstat_timeslices_total counter
node_schedstat_timeslices_total{cpu="0"} 1.8826303e+07
node_schedstat_timeslices_total{cpu="1"} 2.8612196e+07
node_schedstat_timeslices_total{cpu="10"} 1.144125e+06
node_schedstat_timeslices_total{cpu="11"} 1.977337e+06
node_schedstat_timeslices_total{cpu="12"} 5.442563e+06
node_schedstat_timeslices_total{cpu="13"} 5.744885e+06
node_schedstat_timeslices_total{cpu="14"} 7.248119e+06
node_schedstat_timeslices_total{cpu="15"} 1.5174142e+07
node_schedstat_timeslices_total{cpu="16"} 1.3344105e+07
node_schedstat_timeslices_total{cpu="17"} 1.278595e+07
node_schedstat_timeslices_total{cpu="18"} 2.057113e+06
node_schedstat_timeslices_total{cpu="19"} 2.061785e+06
node_schedstat_timeslices_total{cpu="2"} 2.9360481e+07
node_schedstat_timeslices_total{cpu="20"} 1.591172e+06
node_schedstat_timeslices_total{cpu="21"} 1.437352e+06
node_schedstat_timeslices_total{cpu="22"} 1.394846e+06
node_schedstat_timeslices_total{cpu="23"} 1.380267e+06
node_schedstat_timeslices_total{cpu="24"} 2.4368777e+07
node_schedstat_timeslices_total{cpu="25"} 2.5068587e+07
node_schedstat_timeslices_total{cpu="26"} 2.9115264e+07
node_schedstat_timeslices_total{cpu="27"} 7.1402189e+07
node_schedstat_timeslices_total{cpu="28"} 7.3262895e+07
node_schedstat_timeslices_total{cpu="29"} 7.6589746e+07
node_schedstat_timeslices_total{cpu="3"} 8.0900926e+07
node_schedstat_timeslices_total{cpu="30"} 1.133967e+06
node_schedstat_timeslices_total{cpu="31"} 1.178043e+06
node_schedstat_timeslices_total{cpu="32"} 1.167116e+06
node_schedstat_timeslices_total{cpu="33"} 1.649326e+06
node_schedstat_timeslices_total{cpu="34"} 943845
node_schedstat_timeslices_total{cpu="35"} 1.039066e+06
node_schedstat_timeslices_total{cpu="36"} 6.52514e+06
node_schedstat_timeslices_total{cpu="37"} 6.813408e+06
node_schedstat_timeslices_total{cpu="38"} 1.2021623e+07
node_schedstat_timeslices_total{cpu="39"} 1.3120578e+07
node_schedstat_timeslices_total{cpu="4"} 7.8744835e+07
node_schedstat_timeslices_total{cpu="40"} 1.1607833e+07
node_schedstat_timeslices_total{cpu="41"} 1.30607e+07
node_schedstat_timeslices_total{cpu="42"} 1.518272e+06
node_schedstat_timeslices_total{cpu="43"} 1.530344e+06
node_schedstat_timeslices_total{cpu="44"} 1.421688e+06
node_schedstat_timeslices_total{cpu="45"} 1.372127e+06
node_schedstat_timeslices_total{cpu="46"} 1.297272e+06
node_schedstat_timeslices_total{cpu="47"} 1.274377e+06
node_schedstat_timeslices_total{cpu="5"} 8.2184434e+07
node_schedstat_timeslices_total{cpu="6"} 2.150971e+06
node_schedstat_timeslices_total{cpu="7"} 2.054147e+06
node_schedstat_timeslices_total{cpu="8"} 2.003118e+06
node_schedstat_timeslices_total{cpu="9"} 1.695528e+06
# HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing
waiting for this CPU.
# TYPE node_schedstat_waiting_seconds_total counter
node_schedstat_waiting_seconds_total{cpu="0"} 4.306902265
node_schedstat_waiting_seconds_total{cpu="1"} 3.794800742
node_schedstat_waiting_seconds_total{cpu="10"} 2.290065954
node_schedstat_waiting_seconds_total{cpu="11"} 2.255093866
node_schedstat_waiting_seconds_total{cpu="12"} 2.880559472
node_schedstat_waiting_seconds_total{cpu="13"} 3.184219303
node_schedstat_waiting_seconds_total{cpu="14"} 3.381539525
node_schedstat_waiting_seconds_total{cpu="15"} 2.81227931
node_schedstat_waiting_seconds_total{cpu="16"} 2.785930864
node_schedstat_waiting_seconds_total{cpu="17"} 2.594558659
node_schedstat_waiting_seconds_total{cpu="18"} 3.494100662
node_schedstat_waiting_seconds_total{cpu="19"} 2.843783413
node_schedstat_waiting_seconds_total{cpu="2"} 3.450599467
node_schedstat_waiting_seconds_total{cpu="20"} 2.524471072
node_schedstat_waiting_seconds_total{cpu="21"} 3.023225068
node_schedstat_waiting_seconds_total{cpu="22"} 2.766547975
node_schedstat_waiting_seconds_total{cpu="23"} 2.678195259
node_schedstat_waiting_seconds_total{cpu="24"} 3.604611897
node_schedstat_waiting_seconds_total{cpu="25"} 3.215771799
node_schedstat_waiting_seconds_total{cpu="26"} 2.657791024
node_schedstat_waiting_seconds_total{cpu="27"} 2.964375894
node_schedstat_waiting_seconds_total{cpu="28"} 2.813367092
node_schedstat_waiting_seconds_total{cpu="29"} 2.802783557
node_schedstat_waiting_seconds_total{cpu="3"} 3.706761688
node_schedstat_waiting_seconds_total{cpu="30"} 2.231966435
node_schedstat_waiting_seconds_total{cpu="31"} 1.77915559
node_schedstat_waiting_seconds_total{cpu="32"} 2.04753114
node_schedstat_waiting_seconds_total{cpu="33"} 2.215560121
node_schedstat_waiting_seconds_total{cpu="34"} 1.835328263
node_schedstat_waiting_seconds_total{cpu="35"} 2.075830571
node_schedstat_waiting_seconds_total{cpu="36"} 3.051090556
node_schedstat_waiting_seconds_total{cpu="37"} 2.688943358
node_schedstat_waiting_seconds_total{cpu="38"} 2.70193748
node_schedstat_waiting_seconds_total{cpu="39"} 2.592657317
node_schedstat_waiting_seconds_total{cpu="4"} 3.704642585
node_schedstat_waiting_seconds_total{cpu="40"} 2.357772734
node_schedstat_waiting_seconds_total{cpu="41"} 2.544321407
node_schedstat_waiting_seconds_total{cpu="42"} 2.897698812
node_schedstat_waiting_seconds_total{cpu="43"} 2.797701612
node_schedstat_waiting_seconds_total{cpu="44"} 2.515142488
node_schedstat_waiting_seconds_total{cpu="45"} 2.749118775
node_schedstat_waiting_seconds_total{cpu="46"} 2.702735178
node_schedstat_waiting_seconds_total{cpu="47"} 2.670579001
node_schedstat_waiting_seconds_total{cpu="5"} 3.844676702
node_schedstat_waiting_seconds_total{cpu="6"} 2.850767191
node_schedstat_waiting_seconds_total{cpu="7"} 3.01888365
node_schedstat_waiting_seconds_total{cpu="8"} 2.735716205
node_schedstat_waiting_seconds_total{cpu="9"} 2.621556192
# HELP node_scrape_collector_duration_seconds node_exporter: Duration of a
collector scrape.
# TYPE node_scrape_collector_duration_seconds gauge
node_scrape_collector_duration_seconds{collector="arp"} 7.3221e-05
node_scrape_collector_duration_seconds{collector="bcache"} 2.4841e-05
node_scrape_collector_duration_seconds{collector="bonding"} 9.87e-06
node_scrape_collector_duration_seconds{collector="btrfs"} 0.000231393
node_scrape_collector_duration_seconds{collector="conntrack"} 3.405e-05
node_scrape_collector_duration_seconds{collector="cpu"} 0.010086184
node_scrape_collector_duration_seconds{collector="cpufreq"} 0.071392926
node_scrape_collector_duration_seconds{collector="diskstats"} 0.042174099
node_scrape_collector_duration_seconds{collector="dmi"} 3.63e-05
node_scrape_collector_duration_seconds{collector="edac"} 0.00082681
node_scrape_collector_duration_seconds{collector="entropy"} 0.045891413
node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.956e-05
node_scrape_collector_duration_seconds{collector="filefd"} 6.7911e-05
node_scrape_collector_duration_seconds{collector="filesystem"} 0.043373482
node_scrape_collector_duration_seconds{collector="hwmon"} 0.065051668
node_scrape_collector_duration_seconds{collector="infiniband"} 1.138e-05
node_scrape_collector_duration_seconds{collector="ipvs"} 2.8381e-05
node_scrape_collector_duration_seconds{collector="loadavg"} 7.1671e-05
node_scrape_collector_duration_seconds{collector="mdadm"} 0.00245292
node_scrape_collector_duration_seconds{collector="meminfo"} 0.042037637
node_scrape_collector_duration_seconds{collector="netclass"} 0.005180675
node_scrape_collector_duration_seconds{collector="netdev"} 0.043503864
node_scrape_collector_duration_seconds{collector="netstat"} 0.043431774
node_scrape_collector_duration_seconds{collector="nfs"} 1.267e-05
node_scrape_collector_duration_seconds{collector="nfsd"} 1.618e-05
node_scrape_collector_duration_seconds{collector="nvme"} 0.044918961
node_scrape_collector_duration_seconds{collector="os"} 5.744e-05
node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.3681e-05
node_scrape_collector_duration_seconds{collector="pressure"} 0.046015274
node_scrape_collector_duration_seconds{collector="rapl"} 0.058323496
node_scrape_collector_duration_seconds{collector="schedstat"} 0.001970444
node_scrape_collector_duration_seconds{collector="selinux"} 0.043321462
node_scrape_collector_duration_seconds{collector="sockstat"} 0.000312104
node_scrape_collector_duration_seconds{collector="softnet"} 0.000538967
node_scrape_collector_duration_seconds{collector="stat"} 0.042283549
node_scrape_collector_duration_seconds{collector="tapestats"} 1.874e-05
node_scrape_collector_duration_seconds{collector="textfile"} 1.9601e-05
node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.049895962
node_scrape_collector_duration_seconds{collector="time"} 0.000175162
node_scrape_collector_duration_seconds{collector="timex"} 4.5921e-05
node_scrape_collector_duration_seconds{collector="udp_queues"} 0.063865434
node_scrape_collector_duration_seconds{collector="uname"} 2.57e-05
node_scrape_collector_duration_seconds{collector="vmstat"} 0.046149855
node_scrape_collector_duration_seconds{collector="xfs"} 1.1321e-05
node_scrape_collector_duration_seconds{collector="zfs"} 2.749e-05
# HELP node_scrape_collector_success node_exporter: Whether a collector succeeded.
# TYPE node_scrape_collector_success gauge
node_scrape_collector_success{collector="arp"} 1
node_scrape_collector_success{collector="bcache"} 1
node_scrape_collector_success{collector="bonding"} 0
node_scrape_collector_success{collector="btrfs"} 1
node_scrape_collector_success{collector="conntrack"} 0
node_scrape_collector_success{collector="cpu"} 1
node_scrape_collector_success{collector="cpufreq"} 1
node_scrape_collector_success{collector="diskstats"} 1
node_scrape_collector_success{collector="dmi"} 1
node_scrape_collector_success{collector="edac"} 1
node_scrape_collector_success{collector="entropy"} 1
node_scrape_collector_success{collector="fibrechannel"} 0
node_scrape_collector_success{collector="filefd"} 1
node_scrape_collector_success{collector="filesystem"} 1
node_scrape_collector_success{collector="hwmon"} 1
node_scrape_collector_success{collector="infiniband"} 0
node_scrape_collector_success{collector="ipvs"} 0
node_scrape_collector_success{collector="loadavg"} 1
node_scrape_collector_success{collector="mdadm"} 1
node_scrape_collector_success{collector="meminfo"} 1
node_scrape_collector_success{collector="netclass"} 1
node_scrape_collector_success{collector="netdev"} 1
node_scrape_collector_success{collector="netstat"} 1
node_scrape_collector_success{collector="nfs"} 0
node_scrape_collector_success{collector="nfsd"} 0
node_scrape_collector_success{collector="nvme"} 1
node_scrape_collector_success{collector="os"} 1
node_scrape_collector_success{collector="powersupplyclass"} 1
node_scrape_collector_success{collector="pressure"} 1
node_scrape_collector_success{collector="rapl"} 1
node_scrape_collector_success{collector="schedstat"} 1
node_scrape_collector_success{collector="selinux"} 1
node_scrape_collector_success{collector="sockstat"} 1
node_scrape_collector_success{collector="softnet"} 1
node_scrape_collector_success{collector="stat"} 1
node_scrape_collector_success{collector="tapestats"} 0
node_scrape_collector_success{collector="textfile"} 1
node_scrape_collector_success{collector="thermal_zone"} 1
node_scrape_collector_success{collector="time"} 1
node_scrape_collector_success{collector="timex"} 1
node_scrape_collector_success{collector="udp_queues"} 1
node_scrape_collector_success{collector="uname"} 1
node_scrape_collector_success{collector="vmstat"} 1
node_scrape_collector_success{collector="xfs"} 1
node_scrape_collector_success{collector="zfs"} 0
# HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false
# TYPE node_selinux_enabled gauge
node_selinux_enabled 0
# HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse.
# TYPE node_sockstat_FRAG6_inuse gauge
node_sockstat_FRAG6_inuse 0
# HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory.
# TYPE node_sockstat_FRAG6_memory gauge
node_sockstat_FRAG6_memory 0
# HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse.
# TYPE node_sockstat_FRAG_inuse gauge
node_sockstat_FRAG_inuse 0
# HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory.
# TYPE node_sockstat_FRAG_memory gauge
node_sockstat_FRAG_memory 0
# HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse.
# TYPE node_sockstat_RAW6_inuse gauge
node_sockstat_RAW6_inuse 1
# HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse.
# TYPE node_sockstat_RAW_inuse gauge
node_sockstat_RAW_inuse 0
# HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse.
# TYPE node_sockstat_TCP6_inuse gauge
node_sockstat_TCP6_inuse 4
# HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc.
# TYPE node_sockstat_TCP_alloc gauge
node_sockstat_TCP_alloc 720
# HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse.
# TYPE node_sockstat_TCP_inuse gauge
node_sockstat_TCP_inuse 716
# HELP node_sockstat_TCP_mem Number of TCP sockets in state mem.
# TYPE node_sockstat_TCP_mem gauge
node_sockstat_TCP_mem 54
# HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes.
# TYPE node_sockstat_TCP_mem_bytes gauge
node_sockstat_TCP_mem_bytes 221184
# HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan.
# TYPE node_sockstat_TCP_orphan gauge
node_sockstat_TCP_orphan 2
# HELP node_sockstat_TCP_tw Number of TCP sockets in state tw.
# TYPE node_sockstat_TCP_tw gauge
node_sockstat_TCP_tw 0
# HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse.
# TYPE node_sockstat_UDP6_inuse gauge
node_sockstat_UDP6_inuse 0
# HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse.
# TYPE node_sockstat_UDPLITE6_inuse gauge
node_sockstat_UDPLITE6_inuse 0
# HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse.
# TYPE node_sockstat_UDPLITE_inuse gauge
node_sockstat_UDPLITE_inuse 0
# HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse.
# TYPE node_sockstat_UDP_inuse gauge
node_sockstat_UDP_inuse 1
# HELP node_sockstat_UDP_mem Number of UDP sockets in state mem.
# TYPE node_sockstat_UDP_mem gauge
node_sockstat_UDP_mem 1
# HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes.
# TYPE node_sockstat_UDP_mem_bytes gauge
node_sockstat_UDP_mem_bytes 4096
# HELP node_sockstat_sockets_used Number of IPv4 sockets in use.
# TYPE node_sockstat_sockets_used gauge
node_sockstat_sockets_used 1085
# HELP node_softnet_dropped_total Number of dropped packets
# TYPE node_softnet_dropped_total counter
node_softnet_dropped_total{cpu="0"} 0
node_softnet_dropped_total{cpu="1"} 0
node_softnet_dropped_total{cpu="10"} 0
node_softnet_dropped_total{cpu="11"} 0
node_softnet_dropped_total{cpu="12"} 0
node_softnet_dropped_total{cpu="13"} 0
node_softnet_dropped_total{cpu="14"} 0
node_softnet_dropped_total{cpu="15"} 0
node_softnet_dropped_total{cpu="16"} 0
node_softnet_dropped_total{cpu="17"} 0
node_softnet_dropped_total{cpu="18"} 0
node_softnet_dropped_total{cpu="19"} 0
node_softnet_dropped_total{cpu="2"} 0
node_softnet_dropped_total{cpu="20"} 0
node_softnet_dropped_total{cpu="21"} 0
node_softnet_dropped_total{cpu="22"} 0
node_softnet_dropped_total{cpu="23"} 0
node_softnet_dropped_total{cpu="24"} 0
node_softnet_dropped_total{cpu="25"} 0
node_softnet_dropped_total{cpu="26"} 0
node_softnet_dropped_total{cpu="27"} 0
node_softnet_dropped_total{cpu="28"} 0
node_softnet_dropped_total{cpu="29"} 0
node_softnet_dropped_total{cpu="3"} 0
node_softnet_dropped_total{cpu="30"} 0
node_softnet_dropped_total{cpu="31"} 0
node_softnet_dropped_total{cpu="32"} 0
node_softnet_dropped_total{cpu="33"} 0
node_softnet_dropped_total{cpu="34"} 0
node_softnet_dropped_total{cpu="35"} 0
node_softnet_dropped_total{cpu="36"} 0
node_softnet_dropped_total{cpu="37"} 0
node_softnet_dropped_total{cpu="38"} 0
node_softnet_dropped_total{cpu="39"} 0
node_softnet_dropped_total{cpu="4"} 0
node_softnet_dropped_total{cpu="40"} 0
node_softnet_dropped_total{cpu="41"} 0
node_softnet_dropped_total{cpu="42"} 0
node_softnet_dropped_total{cpu="43"} 0
node_softnet_dropped_total{cpu="44"} 0
node_softnet_dropped_total{cpu="45"} 0
node_softnet_dropped_total{cpu="46"} 0
node_softnet_dropped_total{cpu="47"} 0
node_softnet_dropped_total{cpu="5"} 0
node_softnet_dropped_total{cpu="6"} 0
node_softnet_dropped_total{cpu="7"} 0
node_softnet_dropped_total{cpu="8"} 0
node_softnet_dropped_total{cpu="9"} 0
# HELP node_softnet_processed_total Number of processed packets
# TYPE node_softnet_processed_total counter
node_softnet_processed_total{cpu="0"} 2.966932e+06
node_softnet_processed_total{cpu="1"} 8.651543e+06
node_softnet_processed_total{cpu="10"} 274695
node_softnet_processed_total{cpu="11"} 1.192871e+06
node_softnet_processed_total{cpu="12"} 3.408663e+06
node_softnet_processed_total{cpu="13"} 3.69983e+06
node_softnet_processed_total{cpu="14"} 5.556136e+06
node_softnet_processed_total{cpu="15"} 1.3427302e+07
node_softnet_processed_total{cpu="16"} 1.2196454e+07
node_softnet_processed_total{cpu="17"} 1.1833754e+07
node_softnet_processed_total{cpu="18"} 735038
node_softnet_processed_total{cpu="19"} 226850
node_softnet_processed_total{cpu="2"} 9.344164e+06
node_softnet_processed_total{cpu="20"} 210404
node_softnet_processed_total{cpu="21"} 658832
node_softnet_processed_total{cpu="22"} 683597
node_softnet_processed_total{cpu="23"} 111776
node_softnet_processed_total{cpu="24"} 6.886442e+06
node_softnet_processed_total{cpu="25"} 4.515542e+06
node_softnet_processed_total{cpu="26"} 4.168384e+06
node_softnet_processed_total{cpu="27"} 2.0284333e+07
node_softnet_processed_total{cpu="28"} 1.8878907e+07
node_softnet_processed_total{cpu="29"} 1.9289803e+07
node_softnet_processed_total{cpu="3"} 3.1540251e+07
node_softnet_processed_total{cpu="30"} 149920
node_softnet_processed_total{cpu="31"} 183077
node_softnet_processed_total{cpu="32"} 152127
node_softnet_processed_total{cpu="33"} 871361
node_softnet_processed_total{cpu="34"} 294483
node_softnet_processed_total{cpu="35"} 362813
node_softnet_processed_total{cpu="36"} 4.89391e+06
node_softnet_processed_total{cpu="37"} 5.43909e+06
node_softnet_processed_total{cpu="38"} 1.0315081e+07
node_softnet_processed_total{cpu="39"} 1.10889e+07
node_softnet_processed_total{cpu="4"} 3.38355e+07
node_softnet_processed_total{cpu="40"} 1.0032483e+07
node_softnet_processed_total{cpu="41"} 1.1705305e+07
node_softnet_processed_total{cpu="42"} 726464
node_softnet_processed_total{cpu="43"} 182077
node_softnet_processed_total{cpu="44"} 720701
node_softnet_processed_total{cpu="45"} 702793
node_softnet_processed_total{cpu="46"} 664067
node_softnet_processed_total{cpu="47"} 696733
node_softnet_processed_total{cpu="5"} 3.5964821e+07
node_softnet_processed_total{cpu="6"} 162293
node_softnet_processed_total{cpu="7"} 148111
node_softnet_processed_total{cpu="8"} 172351
node_softnet_processed_total{cpu="9"} 699856
# HELP node_softnet_times_squeezed_total Number of times processing packets ran out
of quota
# TYPE node_softnet_times_squeezed_total counter
node_softnet_times_squeezed_total{cpu="0"} 0
node_softnet_times_squeezed_total{cpu="1"} 0
node_softnet_times_squeezed_total{cpu="10"} 0
node_softnet_times_squeezed_total{cpu="11"} 0
node_softnet_times_squeezed_total{cpu="12"} 0
node_softnet_times_squeezed_total{cpu="13"} 0
node_softnet_times_squeezed_total{cpu="14"} 0
node_softnet_times_squeezed_total{cpu="15"} 0
node_softnet_times_squeezed_total{cpu="16"} 0
node_softnet_times_squeezed_total{cpu="17"} 0
node_softnet_times_squeezed_total{cpu="18"} 0
node_softnet_times_squeezed_total{cpu="19"} 0
node_softnet_times_squeezed_total{cpu="2"} 0
node_softnet_times_squeezed_total{cpu="20"} 0
node_softnet_times_squeezed_total{cpu="21"} 0
node_softnet_times_squeezed_total{cpu="22"} 0
node_softnet_times_squeezed_total{cpu="23"} 0
node_softnet_times_squeezed_total{cpu="24"} 0
node_softnet_times_squeezed_total{cpu="25"} 0
node_softnet_times_squeezed_total{cpu="26"} 0
node_softnet_times_squeezed_total{cpu="27"} 0
node_softnet_times_squeezed_total{cpu="28"} 0
node_softnet_times_squeezed_total{cpu="29"} 0
node_softnet_times_squeezed_total{cpu="3"} 0
node_softnet_times_squeezed_total{cpu="30"} 0
node_softnet_times_squeezed_total{cpu="31"} 0
node_softnet_times_squeezed_total{cpu="32"} 0
node_softnet_times_squeezed_total{cpu="33"} 0
node_softnet_times_squeezed_total{cpu="34"} 0
node_softnet_times_squeezed_total{cpu="35"} 0
node_softnet_times_squeezed_total{cpu="36"} 0
node_softnet_times_squeezed_total{cpu="37"} 0
node_softnet_times_squeezed_total{cpu="38"} 0
node_softnet_times_squeezed_total{cpu="39"} 0
node_softnet_times_squeezed_total{cpu="4"} 0
node_softnet_times_squeezed_total{cpu="40"} 0
node_softnet_times_squeezed_total{cpu="41"} 0
node_softnet_times_squeezed_total{cpu="42"} 0
node_softnet_times_squeezed_total{cpu="43"} 0
node_softnet_times_squeezed_total{cpu="44"} 0
node_softnet_times_squeezed_total{cpu="45"} 0
node_softnet_times_squeezed_total{cpu="46"} 0
node_softnet_times_squeezed_total{cpu="47"} 0
node_softnet_times_squeezed_total{cpu="5"} 0
node_softnet_times_squeezed_total{cpu="6"} 0
node_softnet_times_squeezed_total{cpu="7"} 0
node_softnet_times_squeezed_total{cpu="8"} 0
node_softnet_times_squeezed_total{cpu="9"} 0
# HELP node_textfile_scrape_error 1 if there was an error opening or reading a
file, 0 otherwise
# TYPE node_textfile_scrape_error gauge
node_textfile_scrape_error 0
# HELP node_time_clocksource_available_info Available clocksources read from
'/sys/devices/system/clocksource'.
# TYPE node_time_clocksource_available_info gauge
node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1
node_time_clocksource_available_info{clocksource="hpet",device="0"} 1
node_time_clocksource_available_info{clocksource="tsc",device="0"} 1
# HELP node_time_clocksource_current_info Current clocksource read from
'/sys/devices/system/clocksource'.
# TYPE node_time_clocksource_current_info gauge
node_time_clocksource_current_info{clocksource="tsc",device="0"} 1
# HELP node_time_seconds System time in seconds since epoch (1970).
# TYPE node_time_seconds gauge
node_time_seconds 1.6813691698906689e+09
# HELP node_time_zone_offset_seconds System time zone offset in seconds.
# TYPE node_time_zone_offset_seconds gauge
node_time_zone_offset_seconds{time_zone="UTC"} 0
# HELP node_timex_estimated_error_seconds Estimated error in seconds.
# TYPE node_timex_estimated_error_seconds gauge
node_timex_estimated_error_seconds 0
# HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment.
# TYPE node_timex_frequency_adjustment_ratio gauge
node_timex_frequency_adjustment_ratio 1.000011387069702
# HELP node_timex_loop_time_constant Phase-locked loop time constant.
# TYPE node_timex_loop_time_constant gauge
node_timex_loop_time_constant 7
# HELP node_timex_maxerror_seconds Maximum error in seconds.
# TYPE node_timex_maxerror_seconds gauge
node_timex_maxerror_seconds 0.2835
# HELP node_timex_offset_seconds Time offset in between local system and reference
clock.
# TYPE node_timex_offset_seconds gauge
node_timex_offset_seconds -3.5882e-05
# HELP node_timex_pps_calibration_total Pulse per second count of calibration
intervals.
# TYPE node_timex_pps_calibration_total counter
node_timex_pps_calibration_total 0
# HELP node_timex_pps_error_total Pulse per second count of calibration errors.
# TYPE node_timex_pps_error_total counter
node_timex_pps_error_total 0
# HELP node_timex_pps_frequency_hertz Pulse per second frequency.
# TYPE node_timex_pps_frequency_hertz gauge
node_timex_pps_frequency_hertz 0
# HELP node_timex_pps_jitter_seconds Pulse per second jitter.
# TYPE node_timex_pps_jitter_seconds gauge
node_timex_pps_jitter_seconds 0
# HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded
events.
# TYPE node_timex_pps_jitter_total counter
node_timex_pps_jitter_total 0
# HELP node_timex_pps_shift_seconds Pulse per second interval duration.
# TYPE node_timex_pps_shift_seconds gauge
node_timex_pps_shift_seconds 0
# HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability
limit exceeded events.
# TYPE node_timex_pps_stability_exceeded_total counter
node_timex_pps_stability_exceeded_total 0
# HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent
frequency changes.
# TYPE node_timex_pps_stability_hertz gauge
node_timex_pps_stability_hertz 0
# HELP node_timex_status Value of the status array bits.
# TYPE node_timex_status gauge
node_timex_status 24577
# HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes,
0 = no).
# TYPE node_timex_sync_status gauge
node_timex_sync_status 1
# HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset.
# TYPE node_timex_tai_offset_seconds gauge
node_timex_tai_offset_seconds 0
# HELP node_timex_tick_seconds Seconds between clock ticks.
# TYPE node_timex_tick_seconds gauge
node_timex_tick_seconds 0.01
# HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams
in bytes.
# TYPE node_udp_queues gauge
node_udp_queues{ip="v4",queue="rx"} 0
node_udp_queues{ip="v4",queue="tx"} 0
node_udp_queues{ip="v6",queue="rx"} 0
node_udp_queues{ip="v6",queue="tx"} 0
# HELP node_uname_info Labeled system information as provided by the uname system
call.
# TYPE node_uname_info gauge
node_uname_info{domainname="(none)",machine="x86_64",nodename="wsa-
eu",release="5.15.0-60-generic",sysname="Linux",version="#66-Ubuntu SMP Fri Jan 20
14:29:49 UTC 2023"} 1
# HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill.
# TYPE node_vmstat_oom_kill untyped
node_vmstat_oom_kill 0
# HELP node_vmstat_pgfault /proc/vmstat information field pgfault.
# TYPE node_vmstat_pgfault untyped
node_vmstat_pgfault 5.35805939e+08
# HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault.
# TYPE node_vmstat_pgmajfault untyped
node_vmstat_pgmajfault 1189
# HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin.
# TYPE node_vmstat_pgpgin untyped
node_vmstat_pgpgin 467039
# HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout.
# TYPE node_vmstat_pgpgout untyped
node_vmstat_pgpgout 2.325603e+07
# HELP node_vmstat_pswpin /proc/vmstat information field pswpin.
# TYPE node_vmstat_pswpin untyped
node_vmstat_pswpin 0
# HELP node_vmstat_pswpout /proc/vmstat information field pswpout.
# TYPE node_vmstat_pswpout untyped
node_vmstat_pswpout 0
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 2.53
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 524288
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 10
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.652736e+07
# HELP process_start_time_seconds Start time of the process since unix epoch in
seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.68136882351e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 7.44030208e+08
# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available
in bytes.
# TYPE process_virtual_memory_max_bytes gauge
process_virtual_memory_max_bytes 1.8446744073709552e+19
# HELP promhttp_metric_handler_errors_total Total number of internal errors
encountered by the promhttp metric handler.
# TYPE promhttp_metric_handler_errors_total counter
promhttp_metric_handler_errors_total{cause="encoding"} 0
promhttp_metric_handler_errors_total{cause="gathering"} 0
# HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being
served.
# TYPE promhttp_metric_handler_requests_in_flight gauge
promhttp_metric_handler_requests_in_flight 1
# HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP
status code.
# TYPE promhttp_metric_handler_requests_total counter
promhttp_metric_handler_requests_total{code="200"} 26
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0

You might also like