# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 8.967e-06 go_gc_duration_seconds{quantile="0.25"} 1.1862e-05 go_gc_duration_seconds{quantile="0.5"} 1.6431e-05 go_gc_duration_seconds{quantile="0.75"} 2.702e-05 go_gc_duration_seconds{quantile="1"} 0.000164148 go_gc_duration_seconds_sum 33.298702845 go_gc_duration_seconds_count 1.58334e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # 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.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 8.635576e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 5.517231774024e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.521824e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 4.0602593139e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.578264e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 8.635576e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.2312576e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 1.0543104e+07 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 72433 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 1.0452992e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 2.285568e+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.7667108383068516e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 4.0602665572e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # 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. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 124800 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 150560 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 261120 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 1.154444e+07 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 695568 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 2.29376e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 2.29376e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 3.2331016e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 39 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cali017fc4b686d"} 1 node_arp_entries{device="cali2678c4ef320"} 1 node_arp_entries{device="cali2cd55df9683"} 1 node_arp_entries{device="cali3530e9b99d9"} 1 node_arp_entries{device="cali4c353e185a1"} 1 node_arp_entries{device="cali843dd96c301"} 1 node_arp_entries{device="cali8efd473a819"} 1 node_arp_entries{device="cali8fe32f1cd95"} 1 node_arp_entries{device="calia6c7f104156"} 1 node_arp_entries{device="caliabdefce2e63"} 1 node_arp_entries{device="calib08334272e8"} 1 node_arp_entries{device="calib3fe3cb132e"} 1 node_arp_entries{device="calic15afb4824d"} 1 node_arp_entries{device="calid069af53563"} 1 node_arp_entries{device="califb036337075"} 1 node_arp_entries{device="eno33np0.3604"} 141 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.758819545e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 2.74662711631e+11 # 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="48",type="Processor"} 0 node_cooling_device_cur_state{name="49",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="50",type="Processor"} 0 node_cooling_device_cur_state{name="51",type="Processor"} 0 node_cooling_device_cur_state{name="52",type="Processor"} 0 node_cooling_device_cur_state{name="53",type="Processor"} 0 node_cooling_device_cur_state{name="54",type="Processor"} 0 node_cooling_device_cur_state{name="55",type="Processor"} 0 node_cooling_device_cur_state{name="56",type="Processor"} 0 node_cooling_device_cur_state{name="57",type="Processor"} 0 node_cooling_device_cur_state{name="58",type="Processor"} 0 node_cooling_device_cur_state{name="59",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="60",type="Processor"} 0 node_cooling_device_cur_state{name="61",type="Processor"} 0 node_cooling_device_cur_state{name="62",type="Processor"} 0 node_cooling_device_cur_state{name="63",type="Processor"} 0 node_cooling_device_cur_state{name="64",type="Processor"} 0 node_cooling_device_cur_state{name="65",type="Processor"} 0 node_cooling_device_cur_state{name="66",type="Processor"} 0 node_cooling_device_cur_state{name="67",type="Processor"} 0 node_cooling_device_cur_state{name="68",type="Processor"} 0 node_cooling_device_cur_state{name="69",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="70",type="Processor"} 0 node_cooling_device_cur_state{name="71",type="Processor"} 0 node_cooling_device_cur_state{name="72",type="Processor"} 0 node_cooling_device_cur_state{name="73",type="Processor"} 0 node_cooling_device_cur_state{name="74",type="Processor"} 0 node_cooling_device_cur_state{name="75",type="Processor"} 0 node_cooling_device_cur_state{name="76",type="Processor"} 0 node_cooling_device_cur_state{name="77",type="Processor"} 0 node_cooling_device_cur_state{name="78",type="Processor"} 0 node_cooling_device_cur_state{name="79",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="80",type="Processor"} 0 node_cooling_device_cur_state{name="81",type="Processor"} 0 node_cooling_device_cur_state{name="82",type="Processor"} 0 node_cooling_device_cur_state{name="83",type="Processor"} 0 node_cooling_device_cur_state{name="84",type="Processor"} 0 node_cooling_device_cur_state{name="85",type="Processor"} 0 node_cooling_device_cur_state{name="86",type="Processor"} 0 node_cooling_device_cur_state{name="87",type="Processor"} 0 node_cooling_device_cur_state{name="88",type="Processor"} 0 node_cooling_device_cur_state{name="89",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 node_cooling_device_cur_state{name="90",type="Processor"} 0 node_cooling_device_cur_state{name="91",type="Processor"} 0 node_cooling_device_cur_state{name="92",type="Processor"} 0 node_cooling_device_cur_state{name="93",type="Processor"} 0 node_cooling_device_cur_state{name="94",type="Processor"} 0 node_cooling_device_cur_state{name="95",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="48",type="Processor"} 3 node_cooling_device_max_state{name="49",type="Processor"} 3 node_cooling_device_max_state{name="5",type="Processor"} 3 node_cooling_device_max_state{name="50",type="Processor"} 3 node_cooling_device_max_state{name="51",type="Processor"} 3 node_cooling_device_max_state{name="52",type="Processor"} 3 node_cooling_device_max_state{name="53",type="Processor"} 3 node_cooling_device_max_state{name="54",type="Processor"} 3 node_cooling_device_max_state{name="55",type="Processor"} 3 node_cooling_device_max_state{name="56",type="Processor"} 3 node_cooling_device_max_state{name="57",type="Processor"} 3 node_cooling_device_max_state{name="58",type="Processor"} 3 node_cooling_device_max_state{name="59",type="Processor"} 3 node_cooling_device_max_state{name="6",type="Processor"} 3 node_cooling_device_max_state{name="60",type="Processor"} 3 node_cooling_device_max_state{name="61",type="Processor"} 3 node_cooling_device_max_state{name="62",type="Processor"} 3 node_cooling_device_max_state{name="63",type="Processor"} 3 node_cooling_device_max_state{name="64",type="Processor"} 3 node_cooling_device_max_state{name="65",type="Processor"} 3 node_cooling_device_max_state{name="66",type="Processor"} 3 node_cooling_device_max_state{name="67",type="Processor"} 3 node_cooling_device_max_state{name="68",type="Processor"} 3 node_cooling_device_max_state{name="69",type="Processor"} 3 node_cooling_device_max_state{name="7",type="Processor"} 3 node_cooling_device_max_state{name="70",type="Processor"} 3 node_cooling_device_max_state{name="71",type="Processor"} 3 node_cooling_device_max_state{name="72",type="Processor"} 3 node_cooling_device_max_state{name="73",type="Processor"} 3 node_cooling_device_max_state{name="74",type="Processor"} 3 node_cooling_device_max_state{name="75",type="Processor"} 3 node_cooling_device_max_state{name="76",type="Processor"} 3 node_cooling_device_max_state{name="77",type="Processor"} 3 node_cooling_device_max_state{name="78",type="Processor"} 3 node_cooling_device_max_state{name="79",type="Processor"} 3 node_cooling_device_max_state{name="8",type="Processor"} 3 node_cooling_device_max_state{name="80",type="Processor"} 3 node_cooling_device_max_state{name="81",type="Processor"} 3 node_cooling_device_max_state{name="82",type="Processor"} 3 node_cooling_device_max_state{name="83",type="Processor"} 3 node_cooling_device_max_state{name="84",type="Processor"} 3 node_cooling_device_max_state{name="85",type="Processor"} 3 node_cooling_device_max_state{name="86",type="Processor"} 3 node_cooling_device_max_state{name="87",type="Processor"} 3 node_cooling_device_max_state{name="88",type="Processor"} 3 node_cooling_device_max_state{name="89",type="Processor"} 3 node_cooling_device_max_state{name="9",type="Processor"} 3 node_cooling_device_max_state{name="90",type="Processor"} 3 node_cooling_device_max_state{name="91",type="Processor"} 3 node_cooling_device_max_state{name="92",type="Processor"} 3 node_cooling_device_max_state{name="93",type="Processor"} 3 node_cooling_device_max_state{name="94",type="Processor"} 3 node_cooling_device_max_state{name="95",type="Processor"} 3 # 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"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="1"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="10"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="11"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="12"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="13"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="14"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="15"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="16"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="17"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="18"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="19"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="2"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="20"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="21"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="22"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="23"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="24"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="25"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="26"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="27"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="28"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="29"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="3"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="30"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="31"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="32"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="33"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="34"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="35"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="36"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="37"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="38"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="39"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="4"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="40"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="41"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="42"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="43"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="44"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="45"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="46"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="47"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="48"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="49"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="5"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="50"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="51"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="52"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="53"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="54"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="55"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="56"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="57"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="58"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="59"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="6"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="60"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="61"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="62"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="63"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="64"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="65"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="66"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="67"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="68"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="69"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="7"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="70"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="71"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="72"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="73"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="74"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="75"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="76"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="77"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="78"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="79"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="8"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="80"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="81"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="82"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="83"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="84"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="85"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="86"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="87"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="88"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="89"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="9"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="90"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="91"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="92"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="93"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="94"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="95"} 2.8e+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.5e+09 node_cpu_frequency_min_hertz{cpu="1"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="10"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="11"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="12"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="13"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="14"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="15"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="16"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="17"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="18"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="19"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="2"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="20"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="21"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="22"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="23"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="24"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="25"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="26"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="27"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="28"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="29"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="3"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="30"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="31"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="32"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="33"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="34"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="35"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="36"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="37"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="38"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="39"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="4"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="40"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="41"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="42"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="43"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="44"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="45"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="46"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="47"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="48"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="49"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="5"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="50"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="51"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="52"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="53"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="54"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="55"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="56"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="57"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="58"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="59"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="6"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="60"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="61"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="62"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="63"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="64"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="65"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="66"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="67"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="68"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="69"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="7"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="70"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="71"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="72"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="73"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="74"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="75"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="76"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="77"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="78"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="79"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="8"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="80"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="81"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="82"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="83"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="84"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="85"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="86"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="87"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="88"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="89"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="9"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="90"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="91"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="92"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="93"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="94"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="95"} 1.5e+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="48",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="48",mode="user"} 0 node_cpu_guest_seconds_total{cpu="49",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="49",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="50",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="50",mode="user"} 0 node_cpu_guest_seconds_total{cpu="51",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="51",mode="user"} 0 node_cpu_guest_seconds_total{cpu="52",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="52",mode="user"} 0 node_cpu_guest_seconds_total{cpu="53",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="53",mode="user"} 0 node_cpu_guest_seconds_total{cpu="54",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="54",mode="user"} 0 node_cpu_guest_seconds_total{cpu="55",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="55",mode="user"} 0 node_cpu_guest_seconds_total{cpu="56",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="56",mode="user"} 0 node_cpu_guest_seconds_total{cpu="57",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="57",mode="user"} 0 node_cpu_guest_seconds_total{cpu="58",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="58",mode="user"} 0 node_cpu_guest_seconds_total{cpu="59",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="59",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="60",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="60",mode="user"} 0 node_cpu_guest_seconds_total{cpu="61",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="61",mode="user"} 0 node_cpu_guest_seconds_total{cpu="62",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="62",mode="user"} 0 node_cpu_guest_seconds_total{cpu="63",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="63",mode="user"} 0 node_cpu_guest_seconds_total{cpu="64",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="64",mode="user"} 0 node_cpu_guest_seconds_total{cpu="65",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="65",mode="user"} 0 node_cpu_guest_seconds_total{cpu="66",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="66",mode="user"} 0 node_cpu_guest_seconds_total{cpu="67",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="67",mode="user"} 0 node_cpu_guest_seconds_total{cpu="68",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="68",mode="user"} 0 node_cpu_guest_seconds_total{cpu="69",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="69",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="70",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="70",mode="user"} 0 node_cpu_guest_seconds_total{cpu="71",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="71",mode="user"} 0 node_cpu_guest_seconds_total{cpu="72",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="72",mode="user"} 0 node_cpu_guest_seconds_total{cpu="73",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="73",mode="user"} 0 node_cpu_guest_seconds_total{cpu="74",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="74",mode="user"} 0 node_cpu_guest_seconds_total{cpu="75",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="75",mode="user"} 0 node_cpu_guest_seconds_total{cpu="76",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="76",mode="user"} 0 node_cpu_guest_seconds_total{cpu="77",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="77",mode="user"} 0 node_cpu_guest_seconds_total{cpu="78",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="78",mode="user"} 0 node_cpu_guest_seconds_total{cpu="79",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="79",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="80",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="80",mode="user"} 0 node_cpu_guest_seconds_total{cpu="81",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="81",mode="user"} 0 node_cpu_guest_seconds_total{cpu="82",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="82",mode="user"} 0 node_cpu_guest_seconds_total{cpu="83",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="83",mode="user"} 0 node_cpu_guest_seconds_total{cpu="84",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="84",mode="user"} 0 node_cpu_guest_seconds_total{cpu="85",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="85",mode="user"} 0 node_cpu_guest_seconds_total{cpu="86",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="86",mode="user"} 0 node_cpu_guest_seconds_total{cpu="87",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="87",mode="user"} 0 node_cpu_guest_seconds_total{cpu="88",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="88",mode="user"} 0 node_cpu_guest_seconds_total{cpu="89",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="89",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 node_cpu_guest_seconds_total{cpu="90",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="90",mode="user"} 0 node_cpu_guest_seconds_total{cpu="91",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="91",mode="user"} 0 node_cpu_guest_seconds_total{cpu="92",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="92",mode="user"} 0 node_cpu_guest_seconds_total{cpu="93",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="93",mode="user"} 0 node_cpu_guest_seconds_total{cpu="94",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="94",mode="user"} 0 node_cpu_guest_seconds_total{cpu="95",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="95",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"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 2.737973e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 3.343424e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 1.694513e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 3.343852e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 1.914811e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 1.671863e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 1.838426e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 2.146409e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 2.706888e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="25"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="26"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 3.342812e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 3.341521e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 3.340858e+09 node_cpu_scaling_frequency_hertz{cpu="30"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="31"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="32"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="33"} 1.812784e+09 node_cpu_scaling_frequency_hertz{cpu="34"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="35"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="36"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="37"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="38"} 3.342968e+09 node_cpu_scaling_frequency_hertz{cpu="39"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 3.343241e+09 node_cpu_scaling_frequency_hertz{cpu="40"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="41"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="42"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="43"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 3.343869e+09 node_cpu_scaling_frequency_hertz{cpu="45"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="47"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="48"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="49"} 1.671599e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 3.34357e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 3.246465e+09 node_cpu_scaling_frequency_hertz{cpu="51"} 3.286755e+09 node_cpu_scaling_frequency_hertz{cpu="52"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="53"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="54"} 3.335791e+09 node_cpu_scaling_frequency_hertz{cpu="55"} 1.710826e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="57"} 1.716957e+09 node_cpu_scaling_frequency_hertz{cpu="58"} 1.846945e+09 node_cpu_scaling_frequency_hertz{cpu="59"} 3.325954e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 2.877765e+09 node_cpu_scaling_frequency_hertz{cpu="60"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="61"} 1.941627e+09 node_cpu_scaling_frequency_hertz{cpu="62"} 3.215537e+09 node_cpu_scaling_frequency_hertz{cpu="63"} 3.213879e+09 node_cpu_scaling_frequency_hertz{cpu="64"} 3.232961e+09 node_cpu_scaling_frequency_hertz{cpu="65"} 2.0713e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="67"} 1.796248e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 3.009768e+09 node_cpu_scaling_frequency_hertz{cpu="69"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="70"} 2.498635e+09 node_cpu_scaling_frequency_hertz{cpu="71"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="72"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="73"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="74"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="75"} 3.317803e+09 node_cpu_scaling_frequency_hertz{cpu="76"} 1.745149e+09 node_cpu_scaling_frequency_hertz{cpu="77"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="78"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="79"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 2.263551e+09 node_cpu_scaling_frequency_hertz{cpu="80"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="81"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="82"} 1.641099e+09 node_cpu_scaling_frequency_hertz{cpu="83"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="84"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="85"} 2.099428e+09 node_cpu_scaling_frequency_hertz{cpu="86"} 1.752065e+09 node_cpu_scaling_frequency_hertz{cpu="87"} 2.737224e+09 node_cpu_scaling_frequency_hertz{cpu="88"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="89"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 3.340759e+09 node_cpu_scaling_frequency_hertz{cpu="90"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="91"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="92"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="93"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="94"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="95"} 2.8e+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"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="16"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="17"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="18"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="19"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="20"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="21"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="22"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="23"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="24"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="25"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="26"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="27"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="28"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="29"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="30"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="31"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="32"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="33"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="34"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="35"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="36"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="37"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="38"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="39"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="40"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="41"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="42"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="43"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="44"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="45"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="46"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="47"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="48"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="49"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="50"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="51"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="52"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="53"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="54"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="55"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="56"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="57"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="58"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="59"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="60"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="61"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="62"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="63"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="64"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="65"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="66"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="67"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="68"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="69"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="70"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="71"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="72"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="73"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="74"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="75"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="76"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="77"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="78"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="79"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="80"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="81"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="82"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="83"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="84"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="85"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="86"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="87"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="88"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="89"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="90"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="91"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="92"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="93"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="94"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="95"} 2.8e+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.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="1"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="10"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="11"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="12"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="13"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="14"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="15"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="16"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="17"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="18"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="19"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="2"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="20"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="21"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="22"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="23"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="24"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="25"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="26"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="27"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="28"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="29"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="3"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="30"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="31"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="32"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="33"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="34"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="35"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="36"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="37"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="38"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="39"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="4"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="40"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="41"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="42"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="43"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="44"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="45"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="46"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="47"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="48"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="49"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="5"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="50"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="51"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="52"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="53"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="54"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="55"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="56"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="57"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="58"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="59"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="6"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="60"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="61"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="62"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="63"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="64"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="65"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="66"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="67"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="68"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="69"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="7"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="70"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="71"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="72"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="73"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="74"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="75"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="76"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="77"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="78"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="79"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="8"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="80"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="81"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="82"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="83"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="84"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="85"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="86"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="87"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="88"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="89"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="9"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="90"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="91"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="92"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="93"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="94"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="95"} 1.5e+09 # HELP node_cpu_scaling_governor Current enabled CPU frequency governor. # TYPE node_cpu_scaling_governor gauge node_cpu_scaling_governor{cpu="0",governor="conservative"} 0 node_cpu_scaling_governor{cpu="0",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="0",governor="performance"} 1 node_cpu_scaling_governor{cpu="0",governor="powersave"} 0 node_cpu_scaling_governor{cpu="0",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="0",governor="userspace"} 0 node_cpu_scaling_governor{cpu="1",governor="conservative"} 0 node_cpu_scaling_governor{cpu="1",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="1",governor="performance"} 1 node_cpu_scaling_governor{cpu="1",governor="powersave"} 0 node_cpu_scaling_governor{cpu="1",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="1",governor="userspace"} 0 node_cpu_scaling_governor{cpu="10",governor="conservative"} 0 node_cpu_scaling_governor{cpu="10",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="10",governor="performance"} 1 node_cpu_scaling_governor{cpu="10",governor="powersave"} 0 node_cpu_scaling_governor{cpu="10",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="10",governor="userspace"} 0 node_cpu_scaling_governor{cpu="11",governor="conservative"} 0 node_cpu_scaling_governor{cpu="11",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="11",governor="performance"} 1 node_cpu_scaling_governor{cpu="11",governor="powersave"} 0 node_cpu_scaling_governor{cpu="11",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="11",governor="userspace"} 0 node_cpu_scaling_governor{cpu="12",governor="conservative"} 0 node_cpu_scaling_governor{cpu="12",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="12",governor="performance"} 1 node_cpu_scaling_governor{cpu="12",governor="powersave"} 0 node_cpu_scaling_governor{cpu="12",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="12",governor="userspace"} 0 node_cpu_scaling_governor{cpu="13",governor="conservative"} 0 node_cpu_scaling_governor{cpu="13",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="13",governor="performance"} 1 node_cpu_scaling_governor{cpu="13",governor="powersave"} 0 node_cpu_scaling_governor{cpu="13",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="13",governor="userspace"} 0 node_cpu_scaling_governor{cpu="14",governor="conservative"} 0 node_cpu_scaling_governor{cpu="14",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="14",governor="performance"} 1 node_cpu_scaling_governor{cpu="14",governor="powersave"} 0 node_cpu_scaling_governor{cpu="14",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="14",governor="userspace"} 0 node_cpu_scaling_governor{cpu="15",governor="conservative"} 0 node_cpu_scaling_governor{cpu="15",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="15",governor="performance"} 1 node_cpu_scaling_governor{cpu="15",governor="powersave"} 0 node_cpu_scaling_governor{cpu="15",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="15",governor="userspace"} 0 node_cpu_scaling_governor{cpu="16",governor="conservative"} 0 node_cpu_scaling_governor{cpu="16",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="16",governor="performance"} 1 node_cpu_scaling_governor{cpu="16",governor="powersave"} 0 node_cpu_scaling_governor{cpu="16",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="16",governor="userspace"} 0 node_cpu_scaling_governor{cpu="17",governor="conservative"} 0 node_cpu_scaling_governor{cpu="17",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="17",governor="performance"} 1 node_cpu_scaling_governor{cpu="17",governor="powersave"} 0 node_cpu_scaling_governor{cpu="17",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="17",governor="userspace"} 0 node_cpu_scaling_governor{cpu="18",governor="conservative"} 0 node_cpu_scaling_governor{cpu="18",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="18",governor="performance"} 1 node_cpu_scaling_governor{cpu="18",governor="powersave"} 0 node_cpu_scaling_governor{cpu="18",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="18",governor="userspace"} 0 node_cpu_scaling_governor{cpu="19",governor="conservative"} 0 node_cpu_scaling_governor{cpu="19",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="19",governor="performance"} 1 node_cpu_scaling_governor{cpu="19",governor="powersave"} 0 node_cpu_scaling_governor{cpu="19",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="19",governor="userspace"} 0 node_cpu_scaling_governor{cpu="2",governor="conservative"} 0 node_cpu_scaling_governor{cpu="2",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="2",governor="performance"} 1 node_cpu_scaling_governor{cpu="2",governor="powersave"} 0 node_cpu_scaling_governor{cpu="2",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="2",governor="userspace"} 0 node_cpu_scaling_governor{cpu="20",governor="conservative"} 0 node_cpu_scaling_governor{cpu="20",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="20",governor="performance"} 1 node_cpu_scaling_governor{cpu="20",governor="powersave"} 0 node_cpu_scaling_governor{cpu="20",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="20",governor="userspace"} 0 node_cpu_scaling_governor{cpu="21",governor="conservative"} 0 node_cpu_scaling_governor{cpu="21",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="21",governor="performance"} 1 node_cpu_scaling_governor{cpu="21",governor="powersave"} 0 node_cpu_scaling_governor{cpu="21",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="21",governor="userspace"} 0 node_cpu_scaling_governor{cpu="22",governor="conservative"} 0 node_cpu_scaling_governor{cpu="22",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="22",governor="performance"} 1 node_cpu_scaling_governor{cpu="22",governor="powersave"} 0 node_cpu_scaling_governor{cpu="22",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="22",governor="userspace"} 0 node_cpu_scaling_governor{cpu="23",governor="conservative"} 0 node_cpu_scaling_governor{cpu="23",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="23",governor="performance"} 1 node_cpu_scaling_governor{cpu="23",governor="powersave"} 0 node_cpu_scaling_governor{cpu="23",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="23",governor="userspace"} 0 node_cpu_scaling_governor{cpu="24",governor="conservative"} 0 node_cpu_scaling_governor{cpu="24",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="24",governor="performance"} 1 node_cpu_scaling_governor{cpu="24",governor="powersave"} 0 node_cpu_scaling_governor{cpu="24",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="24",governor="userspace"} 0 node_cpu_scaling_governor{cpu="25",governor="conservative"} 0 node_cpu_scaling_governor{cpu="25",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="25",governor="performance"} 1 node_cpu_scaling_governor{cpu="25",governor="powersave"} 0 node_cpu_scaling_governor{cpu="25",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="25",governor="userspace"} 0 node_cpu_scaling_governor{cpu="26",governor="conservative"} 0 node_cpu_scaling_governor{cpu="26",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="26",governor="performance"} 1 node_cpu_scaling_governor{cpu="26",governor="powersave"} 0 node_cpu_scaling_governor{cpu="26",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="26",governor="userspace"} 0 node_cpu_scaling_governor{cpu="27",governor="conservative"} 0 node_cpu_scaling_governor{cpu="27",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="27",governor="performance"} 1 node_cpu_scaling_governor{cpu="27",governor="powersave"} 0 node_cpu_scaling_governor{cpu="27",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="27",governor="userspace"} 0 node_cpu_scaling_governor{cpu="28",governor="conservative"} 0 node_cpu_scaling_governor{cpu="28",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="28",governor="performance"} 1 node_cpu_scaling_governor{cpu="28",governor="powersave"} 0 node_cpu_scaling_governor{cpu="28",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="28",governor="userspace"} 0 node_cpu_scaling_governor{cpu="29",governor="conservative"} 0 node_cpu_scaling_governor{cpu="29",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="29",governor="performance"} 1 node_cpu_scaling_governor{cpu="29",governor="powersave"} 0 node_cpu_scaling_governor{cpu="29",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="29",governor="userspace"} 0 node_cpu_scaling_governor{cpu="3",governor="conservative"} 0 node_cpu_scaling_governor{cpu="3",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="3",governor="performance"} 1 node_cpu_scaling_governor{cpu="3",governor="powersave"} 0 node_cpu_scaling_governor{cpu="3",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="3",governor="userspace"} 0 node_cpu_scaling_governor{cpu="30",governor="conservative"} 0 node_cpu_scaling_governor{cpu="30",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="30",governor="performance"} 1 node_cpu_scaling_governor{cpu="30",governor="powersave"} 0 node_cpu_scaling_governor{cpu="30",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="30",governor="userspace"} 0 node_cpu_scaling_governor{cpu="31",governor="conservative"} 0 node_cpu_scaling_governor{cpu="31",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="31",governor="performance"} 1 node_cpu_scaling_governor{cpu="31",governor="powersave"} 0 node_cpu_scaling_governor{cpu="31",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="31",governor="userspace"} 0 node_cpu_scaling_governor{cpu="32",governor="conservative"} 0 node_cpu_scaling_governor{cpu="32",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="32",governor="performance"} 1 node_cpu_scaling_governor{cpu="32",governor="powersave"} 0 node_cpu_scaling_governor{cpu="32",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="32",governor="userspace"} 0 node_cpu_scaling_governor{cpu="33",governor="conservative"} 0 node_cpu_scaling_governor{cpu="33",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="33",governor="performance"} 1 node_cpu_scaling_governor{cpu="33",governor="powersave"} 0 node_cpu_scaling_governor{cpu="33",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="33",governor="userspace"} 0 node_cpu_scaling_governor{cpu="34",governor="conservative"} 0 node_cpu_scaling_governor{cpu="34",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="34",governor="performance"} 1 node_cpu_scaling_governor{cpu="34",governor="powersave"} 0 node_cpu_scaling_governor{cpu="34",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="34",governor="userspace"} 0 node_cpu_scaling_governor{cpu="35",governor="conservative"} 0 node_cpu_scaling_governor{cpu="35",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="35",governor="performance"} 1 node_cpu_scaling_governor{cpu="35",governor="powersave"} 0 node_cpu_scaling_governor{cpu="35",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="35",governor="userspace"} 0 node_cpu_scaling_governor{cpu="36",governor="conservative"} 0 node_cpu_scaling_governor{cpu="36",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="36",governor="performance"} 1 node_cpu_scaling_governor{cpu="36",governor="powersave"} 0 node_cpu_scaling_governor{cpu="36",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="36",governor="userspace"} 0 node_cpu_scaling_governor{cpu="37",governor="conservative"} 0 node_cpu_scaling_governor{cpu="37",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="37",governor="performance"} 1 node_cpu_scaling_governor{cpu="37",governor="powersave"} 0 node_cpu_scaling_governor{cpu="37",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="37",governor="userspace"} 0 node_cpu_scaling_governor{cpu="38",governor="conservative"} 0 node_cpu_scaling_governor{cpu="38",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="38",governor="performance"} 1 node_cpu_scaling_governor{cpu="38",governor="powersave"} 0 node_cpu_scaling_governor{cpu="38",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="38",governor="userspace"} 0 node_cpu_scaling_governor{cpu="39",governor="conservative"} 0 node_cpu_scaling_governor{cpu="39",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="39",governor="performance"} 1 node_cpu_scaling_governor{cpu="39",governor="powersave"} 0 node_cpu_scaling_governor{cpu="39",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="39",governor="userspace"} 0 node_cpu_scaling_governor{cpu="4",governor="conservative"} 0 node_cpu_scaling_governor{cpu="4",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="4",governor="performance"} 1 node_cpu_scaling_governor{cpu="4",governor="powersave"} 0 node_cpu_scaling_governor{cpu="4",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="4",governor="userspace"} 0 node_cpu_scaling_governor{cpu="40",governor="conservative"} 0 node_cpu_scaling_governor{cpu="40",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="40",governor="performance"} 1 node_cpu_scaling_governor{cpu="40",governor="powersave"} 0 node_cpu_scaling_governor{cpu="40",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="40",governor="userspace"} 0 node_cpu_scaling_governor{cpu="41",governor="conservative"} 0 node_cpu_scaling_governor{cpu="41",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="41",governor="performance"} 1 node_cpu_scaling_governor{cpu="41",governor="powersave"} 0 node_cpu_scaling_governor{cpu="41",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="41",governor="userspace"} 0 node_cpu_scaling_governor{cpu="42",governor="conservative"} 0 node_cpu_scaling_governor{cpu="42",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="42",governor="performance"} 1 node_cpu_scaling_governor{cpu="42",governor="powersave"} 0 node_cpu_scaling_governor{cpu="42",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="42",governor="userspace"} 0 node_cpu_scaling_governor{cpu="43",governor="conservative"} 0 node_cpu_scaling_governor{cpu="43",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="43",governor="performance"} 1 node_cpu_scaling_governor{cpu="43",governor="powersave"} 0 node_cpu_scaling_governor{cpu="43",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="43",governor="userspace"} 0 node_cpu_scaling_governor{cpu="44",governor="conservative"} 0 node_cpu_scaling_governor{cpu="44",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="44",governor="performance"} 1 node_cpu_scaling_governor{cpu="44",governor="powersave"} 0 node_cpu_scaling_governor{cpu="44",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="44",governor="userspace"} 0 node_cpu_scaling_governor{cpu="45",governor="conservative"} 0 node_cpu_scaling_governor{cpu="45",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="45",governor="performance"} 1 node_cpu_scaling_governor{cpu="45",governor="powersave"} 0 node_cpu_scaling_governor{cpu="45",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="45",governor="userspace"} 0 node_cpu_scaling_governor{cpu="46",governor="conservative"} 0 node_cpu_scaling_governor{cpu="46",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="46",governor="performance"} 1 node_cpu_scaling_governor{cpu="46",governor="powersave"} 0 node_cpu_scaling_governor{cpu="46",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="46",governor="userspace"} 0 node_cpu_scaling_governor{cpu="47",governor="conservative"} 0 node_cpu_scaling_governor{cpu="47",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="47",governor="performance"} 1 node_cpu_scaling_governor{cpu="47",governor="powersave"} 0 node_cpu_scaling_governor{cpu="47",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="47",governor="userspace"} 0 node_cpu_scaling_governor{cpu="48",governor="conservative"} 0 node_cpu_scaling_governor{cpu="48",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="48",governor="performance"} 1 node_cpu_scaling_governor{cpu="48",governor="powersave"} 0 node_cpu_scaling_governor{cpu="48",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="48",governor="userspace"} 0 node_cpu_scaling_governor{cpu="49",governor="conservative"} 0 node_cpu_scaling_governor{cpu="49",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="49",governor="performance"} 1 node_cpu_scaling_governor{cpu="49",governor="powersave"} 0 node_cpu_scaling_governor{cpu="49",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="49",governor="userspace"} 0 node_cpu_scaling_governor{cpu="5",governor="conservative"} 0 node_cpu_scaling_governor{cpu="5",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="5",governor="performance"} 1 node_cpu_scaling_governor{cpu="5",governor="powersave"} 0 node_cpu_scaling_governor{cpu="5",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="5",governor="userspace"} 0 node_cpu_scaling_governor{cpu="50",governor="conservative"} 0 node_cpu_scaling_governor{cpu="50",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="50",governor="performance"} 1 node_cpu_scaling_governor{cpu="50",governor="powersave"} 0 node_cpu_scaling_governor{cpu="50",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="50",governor="userspace"} 0 node_cpu_scaling_governor{cpu="51",governor="conservative"} 0 node_cpu_scaling_governor{cpu="51",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="51",governor="performance"} 1 node_cpu_scaling_governor{cpu="51",governor="powersave"} 0 node_cpu_scaling_governor{cpu="51",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="51",governor="userspace"} 0 node_cpu_scaling_governor{cpu="52",governor="conservative"} 0 node_cpu_scaling_governor{cpu="52",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="52",governor="performance"} 1 node_cpu_scaling_governor{cpu="52",governor="powersave"} 0 node_cpu_scaling_governor{cpu="52",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="52",governor="userspace"} 0 node_cpu_scaling_governor{cpu="53",governor="conservative"} 0 node_cpu_scaling_governor{cpu="53",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="53",governor="performance"} 1 node_cpu_scaling_governor{cpu="53",governor="powersave"} 0 node_cpu_scaling_governor{cpu="53",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="53",governor="userspace"} 0 node_cpu_scaling_governor{cpu="54",governor="conservative"} 0 node_cpu_scaling_governor{cpu="54",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="54",governor="performance"} 1 node_cpu_scaling_governor{cpu="54",governor="powersave"} 0 node_cpu_scaling_governor{cpu="54",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="54",governor="userspace"} 0 node_cpu_scaling_governor{cpu="55",governor="conservative"} 0 node_cpu_scaling_governor{cpu="55",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="55",governor="performance"} 1 node_cpu_scaling_governor{cpu="55",governor="powersave"} 0 node_cpu_scaling_governor{cpu="55",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="55",governor="userspace"} 0 node_cpu_scaling_governor{cpu="56",governor="conservative"} 0 node_cpu_scaling_governor{cpu="56",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="56",governor="performance"} 1 node_cpu_scaling_governor{cpu="56",governor="powersave"} 0 node_cpu_scaling_governor{cpu="56",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="56",governor="userspace"} 0 node_cpu_scaling_governor{cpu="57",governor="conservative"} 0 node_cpu_scaling_governor{cpu="57",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="57",governor="performance"} 1 node_cpu_scaling_governor{cpu="57",governor="powersave"} 0 node_cpu_scaling_governor{cpu="57",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="57",governor="userspace"} 0 node_cpu_scaling_governor{cpu="58",governor="conservative"} 0 node_cpu_scaling_governor{cpu="58",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="58",governor="performance"} 1 node_cpu_scaling_governor{cpu="58",governor="powersave"} 0 node_cpu_scaling_governor{cpu="58",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="58",governor="userspace"} 0 node_cpu_scaling_governor{cpu="59",governor="conservative"} 0 node_cpu_scaling_governor{cpu="59",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="59",governor="performance"} 1 node_cpu_scaling_governor{cpu="59",governor="powersave"} 0 node_cpu_scaling_governor{cpu="59",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="59",governor="userspace"} 0 node_cpu_scaling_governor{cpu="6",governor="conservative"} 0 node_cpu_scaling_governor{cpu="6",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="6",governor="performance"} 1 node_cpu_scaling_governor{cpu="6",governor="powersave"} 0 node_cpu_scaling_governor{cpu="6",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="6",governor="userspace"} 0 node_cpu_scaling_governor{cpu="60",governor="conservative"} 0 node_cpu_scaling_governor{cpu="60",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="60",governor="performance"} 1 node_cpu_scaling_governor{cpu="60",governor="powersave"} 0 node_cpu_scaling_governor{cpu="60",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="60",governor="userspace"} 0 node_cpu_scaling_governor{cpu="61",governor="conservative"} 0 node_cpu_scaling_governor{cpu="61",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="61",governor="performance"} 1 node_cpu_scaling_governor{cpu="61",governor="powersave"} 0 node_cpu_scaling_governor{cpu="61",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="61",governor="userspace"} 0 node_cpu_scaling_governor{cpu="62",governor="conservative"} 0 node_cpu_scaling_governor{cpu="62",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="62",governor="performance"} 1 node_cpu_scaling_governor{cpu="62",governor="powersave"} 0 node_cpu_scaling_governor{cpu="62",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="62",governor="userspace"} 0 node_cpu_scaling_governor{cpu="63",governor="conservative"} 0 node_cpu_scaling_governor{cpu="63",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="63",governor="performance"} 1 node_cpu_scaling_governor{cpu="63",governor="powersave"} 0 node_cpu_scaling_governor{cpu="63",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="63",governor="userspace"} 0 node_cpu_scaling_governor{cpu="64",governor="conservative"} 0 node_cpu_scaling_governor{cpu="64",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="64",governor="performance"} 1 node_cpu_scaling_governor{cpu="64",governor="powersave"} 0 node_cpu_scaling_governor{cpu="64",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="64",governor="userspace"} 0 node_cpu_scaling_governor{cpu="65",governor="conservative"} 0 node_cpu_scaling_governor{cpu="65",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="65",governor="performance"} 1 node_cpu_scaling_governor{cpu="65",governor="powersave"} 0 node_cpu_scaling_governor{cpu="65",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="65",governor="userspace"} 0 node_cpu_scaling_governor{cpu="66",governor="conservative"} 0 node_cpu_scaling_governor{cpu="66",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="66",governor="performance"} 1 node_cpu_scaling_governor{cpu="66",governor="powersave"} 0 node_cpu_scaling_governor{cpu="66",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="66",governor="userspace"} 0 node_cpu_scaling_governor{cpu="67",governor="conservative"} 0 node_cpu_scaling_governor{cpu="67",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="67",governor="performance"} 1 node_cpu_scaling_governor{cpu="67",governor="powersave"} 0 node_cpu_scaling_governor{cpu="67",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="67",governor="userspace"} 0 node_cpu_scaling_governor{cpu="68",governor="conservative"} 0 node_cpu_scaling_governor{cpu="68",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="68",governor="performance"} 1 node_cpu_scaling_governor{cpu="68",governor="powersave"} 0 node_cpu_scaling_governor{cpu="68",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="68",governor="userspace"} 0 node_cpu_scaling_governor{cpu="69",governor="conservative"} 0 node_cpu_scaling_governor{cpu="69",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="69",governor="performance"} 1 node_cpu_scaling_governor{cpu="69",governor="powersave"} 0 node_cpu_scaling_governor{cpu="69",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="69",governor="userspace"} 0 node_cpu_scaling_governor{cpu="7",governor="conservative"} 0 node_cpu_scaling_governor{cpu="7",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="7",governor="performance"} 1 node_cpu_scaling_governor{cpu="7",governor="powersave"} 0 node_cpu_scaling_governor{cpu="7",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="7",governor="userspace"} 0 node_cpu_scaling_governor{cpu="70",governor="conservative"} 0 node_cpu_scaling_governor{cpu="70",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="70",governor="performance"} 1 node_cpu_scaling_governor{cpu="70",governor="powersave"} 0 node_cpu_scaling_governor{cpu="70",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="70",governor="userspace"} 0 node_cpu_scaling_governor{cpu="71",governor="conservative"} 0 node_cpu_scaling_governor{cpu="71",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="71",governor="performance"} 1 node_cpu_scaling_governor{cpu="71",governor="powersave"} 0 node_cpu_scaling_governor{cpu="71",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="71",governor="userspace"} 0 node_cpu_scaling_governor{cpu="72",governor="conservative"} 0 node_cpu_scaling_governor{cpu="72",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="72",governor="performance"} 1 node_cpu_scaling_governor{cpu="72",governor="powersave"} 0 node_cpu_scaling_governor{cpu="72",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="72",governor="userspace"} 0 node_cpu_scaling_governor{cpu="73",governor="conservative"} 0 node_cpu_scaling_governor{cpu="73",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="73",governor="performance"} 1 node_cpu_scaling_governor{cpu="73",governor="powersave"} 0 node_cpu_scaling_governor{cpu="73",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="73",governor="userspace"} 0 node_cpu_scaling_governor{cpu="74",governor="conservative"} 0 node_cpu_scaling_governor{cpu="74",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="74",governor="performance"} 1 node_cpu_scaling_governor{cpu="74",governor="powersave"} 0 node_cpu_scaling_governor{cpu="74",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="74",governor="userspace"} 0 node_cpu_scaling_governor{cpu="75",governor="conservative"} 0 node_cpu_scaling_governor{cpu="75",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="75",governor="performance"} 1 node_cpu_scaling_governor{cpu="75",governor="powersave"} 0 node_cpu_scaling_governor{cpu="75",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="75",governor="userspace"} 0 node_cpu_scaling_governor{cpu="76",governor="conservative"} 0 node_cpu_scaling_governor{cpu="76",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="76",governor="performance"} 1 node_cpu_scaling_governor{cpu="76",governor="powersave"} 0 node_cpu_scaling_governor{cpu="76",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="76",governor="userspace"} 0 node_cpu_scaling_governor{cpu="77",governor="conservative"} 0 node_cpu_scaling_governor{cpu="77",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="77",governor="performance"} 1 node_cpu_scaling_governor{cpu="77",governor="powersave"} 0 node_cpu_scaling_governor{cpu="77",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="77",governor="userspace"} 0 node_cpu_scaling_governor{cpu="78",governor="conservative"} 0 node_cpu_scaling_governor{cpu="78",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="78",governor="performance"} 1 node_cpu_scaling_governor{cpu="78",governor="powersave"} 0 node_cpu_scaling_governor{cpu="78",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="78",governor="userspace"} 0 node_cpu_scaling_governor{cpu="79",governor="conservative"} 0 node_cpu_scaling_governor{cpu="79",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="79",governor="performance"} 1 node_cpu_scaling_governor{cpu="79",governor="powersave"} 0 node_cpu_scaling_governor{cpu="79",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="79",governor="userspace"} 0 node_cpu_scaling_governor{cpu="8",governor="conservative"} 0 node_cpu_scaling_governor{cpu="8",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="8",governor="performance"} 1 node_cpu_scaling_governor{cpu="8",governor="powersave"} 0 node_cpu_scaling_governor{cpu="8",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="8",governor="userspace"} 0 node_cpu_scaling_governor{cpu="80",governor="conservative"} 0 node_cpu_scaling_governor{cpu="80",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="80",governor="performance"} 1 node_cpu_scaling_governor{cpu="80",governor="powersave"} 0 node_cpu_scaling_governor{cpu="80",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="80",governor="userspace"} 0 node_cpu_scaling_governor{cpu="81",governor="conservative"} 0 node_cpu_scaling_governor{cpu="81",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="81",governor="performance"} 1 node_cpu_scaling_governor{cpu="81",governor="powersave"} 0 node_cpu_scaling_governor{cpu="81",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="81",governor="userspace"} 0 node_cpu_scaling_governor{cpu="82",governor="conservative"} 0 node_cpu_scaling_governor{cpu="82",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="82",governor="performance"} 1 node_cpu_scaling_governor{cpu="82",governor="powersave"} 0 node_cpu_scaling_governor{cpu="82",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="82",governor="userspace"} 0 node_cpu_scaling_governor{cpu="83",governor="conservative"} 0 node_cpu_scaling_governor{cpu="83",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="83",governor="performance"} 1 node_cpu_scaling_governor{cpu="83",governor="powersave"} 0 node_cpu_scaling_governor{cpu="83",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="83",governor="userspace"} 0 node_cpu_scaling_governor{cpu="84",governor="conservative"} 0 node_cpu_scaling_governor{cpu="84",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="84",governor="performance"} 1 node_cpu_scaling_governor{cpu="84",governor="powersave"} 0 node_cpu_scaling_governor{cpu="84",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="84",governor="userspace"} 0 node_cpu_scaling_governor{cpu="85",governor="conservative"} 0 node_cpu_scaling_governor{cpu="85",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="85",governor="performance"} 1 node_cpu_scaling_governor{cpu="85",governor="powersave"} 0 node_cpu_scaling_governor{cpu="85",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="85",governor="userspace"} 0 node_cpu_scaling_governor{cpu="86",governor="conservative"} 0 node_cpu_scaling_governor{cpu="86",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="86",governor="performance"} 1 node_cpu_scaling_governor{cpu="86",governor="powersave"} 0 node_cpu_scaling_governor{cpu="86",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="86",governor="userspace"} 0 node_cpu_scaling_governor{cpu="87",governor="conservative"} 0 node_cpu_scaling_governor{cpu="87",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="87",governor="performance"} 1 node_cpu_scaling_governor{cpu="87",governor="powersave"} 0 node_cpu_scaling_governor{cpu="87",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="87",governor="userspace"} 0 node_cpu_scaling_governor{cpu="88",governor="conservative"} 0 node_cpu_scaling_governor{cpu="88",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="88",governor="performance"} 1 node_cpu_scaling_governor{cpu="88",governor="powersave"} 0 node_cpu_scaling_governor{cpu="88",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="88",governor="userspace"} 0 node_cpu_scaling_governor{cpu="89",governor="conservative"} 0 node_cpu_scaling_governor{cpu="89",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="89",governor="performance"} 1 node_cpu_scaling_governor{cpu="89",governor="powersave"} 0 node_cpu_scaling_governor{cpu="89",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="89",governor="userspace"} 0 node_cpu_scaling_governor{cpu="9",governor="conservative"} 0 node_cpu_scaling_governor{cpu="9",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="9",governor="performance"} 1 node_cpu_scaling_governor{cpu="9",governor="powersave"} 0 node_cpu_scaling_governor{cpu="9",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="9",governor="userspace"} 0 node_cpu_scaling_governor{cpu="90",governor="conservative"} 0 node_cpu_scaling_governor{cpu="90",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="90",governor="performance"} 1 node_cpu_scaling_governor{cpu="90",governor="powersave"} 0 node_cpu_scaling_governor{cpu="90",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="90",governor="userspace"} 0 node_cpu_scaling_governor{cpu="91",governor="conservative"} 0 node_cpu_scaling_governor{cpu="91",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="91",governor="performance"} 1 node_cpu_scaling_governor{cpu="91",governor="powersave"} 0 node_cpu_scaling_governor{cpu="91",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="91",governor="userspace"} 0 node_cpu_scaling_governor{cpu="92",governor="conservative"} 0 node_cpu_scaling_governor{cpu="92",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="92",governor="performance"} 1 node_cpu_scaling_governor{cpu="92",governor="powersave"} 0 node_cpu_scaling_governor{cpu="92",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="92",governor="userspace"} 0 node_cpu_scaling_governor{cpu="93",governor="conservative"} 0 node_cpu_scaling_governor{cpu="93",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="93",governor="performance"} 1 node_cpu_scaling_governor{cpu="93",governor="powersave"} 0 node_cpu_scaling_governor{cpu="93",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="93",governor="userspace"} 0 node_cpu_scaling_governor{cpu="94",governor="conservative"} 0 node_cpu_scaling_governor{cpu="94",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="94",governor="performance"} 1 node_cpu_scaling_governor{cpu="94",governor="powersave"} 0 node_cpu_scaling_governor{cpu="94",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="94",governor="userspace"} 0 node_cpu_scaling_governor{cpu="95",governor="conservative"} 0 node_cpu_scaling_governor{cpu="95",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="95",governor="performance"} 1 node_cpu_scaling_governor{cpu="95",governor="powersave"} 0 node_cpu_scaling_governor{cpu="95",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="95",governor="userspace"} 0 # 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"} 7.2259236e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 20231.01 node_cpu_seconds_total{cpu="0",mode="irq"} 12772.07 node_cpu_seconds_total{cpu="0",mode="nice"} 36.91 node_cpu_seconds_total{cpu="0",mode="softirq"} 489051.44 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 39050.31 node_cpu_seconds_total{cpu="0",mode="user"} 94219.9 node_cpu_seconds_total{cpu="1",mode="idle"} 7.64077815e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 31936.26 node_cpu_seconds_total{cpu="1",mode="irq"} 11731.39 node_cpu_seconds_total{cpu="1",mode="nice"} 37.63 node_cpu_seconds_total{cpu="1",mode="softirq"} 32159.62 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 46459.5 node_cpu_seconds_total{cpu="1",mode="user"} 117341.34 node_cpu_seconds_total{cpu="10",mode="idle"} 7.67453598e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 30155.57 node_cpu_seconds_total{cpu="10",mode="irq"} 11808.83 node_cpu_seconds_total{cpu="10",mode="nice"} 43.69 node_cpu_seconds_total{cpu="10",mode="softirq"} 9891.38 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 51657.75 node_cpu_seconds_total{cpu="10",mode="user"} 102166.18 node_cpu_seconds_total{cpu="11",mode="idle"} 7.62512129e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 28577.07 node_cpu_seconds_total{cpu="11",mode="irq"} 14231.79 node_cpu_seconds_total{cpu="11",mode="nice"} 47.7 node_cpu_seconds_total{cpu="11",mode="softirq"} 48628.77 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 58486.63 node_cpu_seconds_total{cpu="11",mode="user"} 104599.1 node_cpu_seconds_total{cpu="12",mode="idle"} 7.56000641e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 28399.75 node_cpu_seconds_total{cpu="12",mode="irq"} 15754.56 node_cpu_seconds_total{cpu="12",mode="nice"} 59.95 node_cpu_seconds_total{cpu="12",mode="softirq"} 84588.74 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 65660.55 node_cpu_seconds_total{cpu="12",mode="user"} 124913.66 node_cpu_seconds_total{cpu="13",mode="idle"} 7.67564249e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 29610.52 node_cpu_seconds_total{cpu="13",mode="irq"} 11704.6 node_cpu_seconds_total{cpu="13",mode="nice"} 44.14 node_cpu_seconds_total{cpu="13",mode="softirq"} 6272.48 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 54835.35 node_cpu_seconds_total{cpu="13",mode="user"} 102024.01 node_cpu_seconds_total{cpu="14",mode="idle"} 7.68323382e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 29300.26 node_cpu_seconds_total{cpu="14",mode="irq"} 11588.61 node_cpu_seconds_total{cpu="14",mode="nice"} 59.54 node_cpu_seconds_total{cpu="14",mode="softirq"} 7418.54 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 49862.7 node_cpu_seconds_total{cpu="14",mode="user"} 98994.77 node_cpu_seconds_total{cpu="15",mode="idle"} 7.6618135e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 28867.37 node_cpu_seconds_total{cpu="15",mode="irq"} 11431.29 node_cpu_seconds_total{cpu="15",mode="nice"} 70.23 node_cpu_seconds_total{cpu="15",mode="softirq"} 4443.59 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 54349.66 node_cpu_seconds_total{cpu="15",mode="user"} 119967.12 node_cpu_seconds_total{cpu="16",mode="idle"} 7.64490657e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 28277.69 node_cpu_seconds_total{cpu="16",mode="irq"} 13210.12 node_cpu_seconds_total{cpu="16",mode="nice"} 49.61 node_cpu_seconds_total{cpu="16",mode="softirq"} 41739.72 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 54833.29 node_cpu_seconds_total{cpu="16",mode="user"} 96991.5 node_cpu_seconds_total{cpu="17",mode="idle"} 7.67829124e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 28225.01 node_cpu_seconds_total{cpu="17",mode="irq"} 11736.2 node_cpu_seconds_total{cpu="17",mode="nice"} 54.09 node_cpu_seconds_total{cpu="17",mode="softirq"} 12165.58 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 52004.95 node_cpu_seconds_total{cpu="17",mode="user"} 98043.45 node_cpu_seconds_total{cpu="18",mode="idle"} 7.65158682e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 28319.09 node_cpu_seconds_total{cpu="18",mode="irq"} 12054.87 node_cpu_seconds_total{cpu="18",mode="nice"} 65.87 node_cpu_seconds_total{cpu="18",mode="softirq"} 9352.2 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 58394.99 node_cpu_seconds_total{cpu="18",mode="user"} 120564.75 node_cpu_seconds_total{cpu="19",mode="idle"} 7.66919909e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 28548.67 node_cpu_seconds_total{cpu="19",mode="irq"} 12163.45 node_cpu_seconds_total{cpu="19",mode="nice"} 46.35 node_cpu_seconds_total{cpu="19",mode="softirq"} 14990.19 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 52818.39 node_cpu_seconds_total{cpu="19",mode="user"} 102428.1 node_cpu_seconds_total{cpu="2",mode="idle"} 7.65427258e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 30944.72 node_cpu_seconds_total{cpu="2",mode="irq"} 12071.98 node_cpu_seconds_total{cpu="2",mode="nice"} 49.02 node_cpu_seconds_total{cpu="2",mode="softirq"} 22576.41 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 49339.43 node_cpu_seconds_total{cpu="2",mode="user"} 111277.1 node_cpu_seconds_total{cpu="20",mode="idle"} 7.67544712e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 27977.14 node_cpu_seconds_total{cpu="20",mode="irq"} 12016.29 node_cpu_seconds_total{cpu="20",mode="nice"} 53.17 node_cpu_seconds_total{cpu="20",mode="softirq"} 17426.03 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 49742.14 node_cpu_seconds_total{cpu="20",mode="user"} 97901.81 node_cpu_seconds_total{cpu="21",mode="idle"} 7.64684535e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 27938.52 node_cpu_seconds_total{cpu="21",mode="irq"} 12512.38 node_cpu_seconds_total{cpu="21",mode="nice"} 68.03 node_cpu_seconds_total{cpu="21",mode="softirq"} 20849.91 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 57968.66 node_cpu_seconds_total{cpu="21",mode="user"} 114073.98 node_cpu_seconds_total{cpu="22",mode="idle"} 7.6857568e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 28113.22 node_cpu_seconds_total{cpu="22",mode="irq"} 11426.66 node_cpu_seconds_total{cpu="22",mode="nice"} 54.93 node_cpu_seconds_total{cpu="22",mode="softirq"} 4490.97 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 51035.81 node_cpu_seconds_total{cpu="22",mode="user"} 100026.77 node_cpu_seconds_total{cpu="23",mode="idle"} 7.68935595e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 28185.89 node_cpu_seconds_total{cpu="23",mode="irq"} 11487.22 node_cpu_seconds_total{cpu="23",mode="nice"} 59.09 node_cpu_seconds_total{cpu="23",mode="softirq"} 9397.48 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 47511.13 node_cpu_seconds_total{cpu="23",mode="user"} 94397.99 node_cpu_seconds_total{cpu="24",mode="idle"} 7.59743095e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 16503.15 node_cpu_seconds_total{cpu="24",mode="irq"} 13532.73 node_cpu_seconds_total{cpu="24",mode="nice"} 119.67 node_cpu_seconds_total{cpu="24",mode="softirq"} 4375.35 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 80369.46 node_cpu_seconds_total{cpu="24",mode="user"} 169358.61 node_cpu_seconds_total{cpu="25",mode="idle"} 7.64256555e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 16199.12 node_cpu_seconds_total{cpu="25",mode="irq"} 12016.34 node_cpu_seconds_total{cpu="25",mode="nice"} 77.09 node_cpu_seconds_total{cpu="25",mode="softirq"} 3368.05 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 51439.15 node_cpu_seconds_total{cpu="25",mode="user"} 156595 node_cpu_seconds_total{cpu="26",mode="idle"} 7.67106361e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 15619.67 node_cpu_seconds_total{cpu="26",mode="irq"} 10812.2 node_cpu_seconds_total{cpu="26",mode="nice"} 63.46 node_cpu_seconds_total{cpu="26",mode="softirq"} 2924.98 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 46455.35 node_cpu_seconds_total{cpu="26",mode="user"} 136004.94 node_cpu_seconds_total{cpu="27",mode="idle"} 7.72121518e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 13932.43 node_cpu_seconds_total{cpu="27",mode="irq"} 7672.82 node_cpu_seconds_total{cpu="27",mode="nice"} 159.17 node_cpu_seconds_total{cpu="27",mode="softirq"} 2259.07 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 44736.53 node_cpu_seconds_total{cpu="27",mode="user"} 94932.2 node_cpu_seconds_total{cpu="28",mode="idle"} 7.74859805e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 13856.75 node_cpu_seconds_total{cpu="28",mode="irq"} 7452.92 node_cpu_seconds_total{cpu="28",mode="nice"} 115.66 node_cpu_seconds_total{cpu="28",mode="softirq"} 2038.52 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 32382.43 node_cpu_seconds_total{cpu="28",mode="user"} 80656.37 node_cpu_seconds_total{cpu="29",mode="idle"} 7.74386471e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 13683.76 node_cpu_seconds_total{cpu="29",mode="irq"} 7469.89 node_cpu_seconds_total{cpu="29",mode="nice"} 119.64 node_cpu_seconds_total{cpu="29",mode="softirq"} 2017.25 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 33920 node_cpu_seconds_total{cpu="29",mode="user"} 83983.48 node_cpu_seconds_total{cpu="3",mode="idle"} 7.54485075e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 33770.5 node_cpu_seconds_total{cpu="3",mode="irq"} 14405.26 node_cpu_seconds_total{cpu="3",mode="nice"} 87.9 node_cpu_seconds_total{cpu="3",mode="softirq"} 44940.79 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 68943.01 node_cpu_seconds_total{cpu="3",mode="user"} 172658.55 node_cpu_seconds_total{cpu="30",mode="idle"} 7.72658399e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 13146.68 node_cpu_seconds_total{cpu="30",mode="irq"} 7410.43 node_cpu_seconds_total{cpu="30",mode="nice"} 136.87 node_cpu_seconds_total{cpu="30",mode="softirq"} 2178.35 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 42893.82 node_cpu_seconds_total{cpu="30",mode="user"} 92972.81 node_cpu_seconds_total{cpu="31",mode="idle"} 7.74488635e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 13066.55 node_cpu_seconds_total{cpu="31",mode="irq"} 7294.51 node_cpu_seconds_total{cpu="31",mode="nice"} 119.23 node_cpu_seconds_total{cpu="31",mode="softirq"} 2004.64 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 33766.17 node_cpu_seconds_total{cpu="31",mode="user"} 84212.25 node_cpu_seconds_total{cpu="32",mode="idle"} 7.74702318e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 12964.52 node_cpu_seconds_total{cpu="32",mode="irq"} 7262 node_cpu_seconds_total{cpu="32",mode="nice"} 124.07 node_cpu_seconds_total{cpu="32",mode="softirq"} 1967.97 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 33370.69 node_cpu_seconds_total{cpu="32",mode="user"} 82641.67 node_cpu_seconds_total{cpu="33",mode="idle"} 7.7289218e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 12842.66 node_cpu_seconds_total{cpu="33",mode="irq"} 7321.54 node_cpu_seconds_total{cpu="33",mode="nice"} 147.56 node_cpu_seconds_total{cpu="33",mode="softirq"} 2123.22 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 41413.96 node_cpu_seconds_total{cpu="33",mode="user"} 92621.22 node_cpu_seconds_total{cpu="34",mode="idle"} 7.74560683e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 12802.42 node_cpu_seconds_total{cpu="34",mode="irq"} 7207.68 node_cpu_seconds_total{cpu="34",mode="nice"} 125.3 node_cpu_seconds_total{cpu="34",mode="softirq"} 1977.15 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 33425.48 node_cpu_seconds_total{cpu="34",mode="user"} 84283.76 node_cpu_seconds_total{cpu="35",mode="idle"} 7.74664226e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 12638.6 node_cpu_seconds_total{cpu="35",mode="irq"} 7191.49 node_cpu_seconds_total{cpu="35",mode="nice"} 117.48 node_cpu_seconds_total{cpu="35",mode="softirq"} 1934.72 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 33089.26 node_cpu_seconds_total{cpu="35",mode="user"} 83818.28 node_cpu_seconds_total{cpu="36",mode="idle"} 7.73294248e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 13472.96 node_cpu_seconds_total{cpu="36",mode="irq"} 7366.85 node_cpu_seconds_total{cpu="36",mode="nice"} 127.56 node_cpu_seconds_total{cpu="36",mode="softirq"} 2113.47 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 39565.9 node_cpu_seconds_total{cpu="36",mode="user"} 89636.55 node_cpu_seconds_total{cpu="37",mode="idle"} 7.74620507e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 13519.38 node_cpu_seconds_total{cpu="37",mode="irq"} 7297.67 node_cpu_seconds_total{cpu="37",mode="nice"} 125.82 node_cpu_seconds_total{cpu="37",mode="softirq"} 1937.16 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 33216.4 node_cpu_seconds_total{cpu="37",mode="user"} 83070.42 node_cpu_seconds_total{cpu="38",mode="idle"} 7.74770124e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 13345.9 node_cpu_seconds_total{cpu="38",mode="irq"} 7256.05 node_cpu_seconds_total{cpu="38",mode="nice"} 115.44 node_cpu_seconds_total{cpu="38",mode="softirq"} 1901.09 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 32597.07 node_cpu_seconds_total{cpu="38",mode="user"} 82459.15 node_cpu_seconds_total{cpu="39",mode="idle"} 7.73444019e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 13035.51 node_cpu_seconds_total{cpu="39",mode="irq"} 7281.19 node_cpu_seconds_total{cpu="39",mode="nice"} 127.45 node_cpu_seconds_total{cpu="39",mode="softirq"} 2051.19 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 38824.29 node_cpu_seconds_total{cpu="39",mode="user"} 89653.63 node_cpu_seconds_total{cpu="4",mode="idle"} 7.63372269e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 33613.62 node_cpu_seconds_total{cpu="4",mode="irq"} 13036.47 node_cpu_seconds_total{cpu="4",mode="nice"} 47.27 node_cpu_seconds_total{cpu="4",mode="softirq"} 22426.98 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 58894.48 node_cpu_seconds_total{cpu="4",mode="user"} 117791.79 node_cpu_seconds_total{cpu="40",mode="idle"} 7.74652441e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 12906.83 node_cpu_seconds_total{cpu="40",mode="irq"} 7206.01 node_cpu_seconds_total{cpu="40",mode="nice"} 115.79 node_cpu_seconds_total{cpu="40",mode="softirq"} 1916.62 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 33035.44 node_cpu_seconds_total{cpu="40",mode="user"} 83709.65 node_cpu_seconds_total{cpu="41",mode="idle"} 7.74824316e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 12895.71 node_cpu_seconds_total{cpu="41",mode="irq"} 7167.5 node_cpu_seconds_total{cpu="41",mode="nice"} 122.89 node_cpu_seconds_total{cpu="41",mode="softirq"} 1878.05 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 32325.68 node_cpu_seconds_total{cpu="41",mode="user"} 82807.58 node_cpu_seconds_total{cpu="42",mode="idle"} 7.73548202e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 13448.23 node_cpu_seconds_total{cpu="42",mode="irq"} 7349.58 node_cpu_seconds_total{cpu="42",mode="nice"} 116.27 node_cpu_seconds_total{cpu="42",mode="softirq"} 2055.25 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 38694.1 node_cpu_seconds_total{cpu="42",mode="user"} 88141.58 node_cpu_seconds_total{cpu="43",mode="idle"} 7.74738432e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 13170.96 node_cpu_seconds_total{cpu="43",mode="irq"} 7273.56 node_cpu_seconds_total{cpu="43",mode="nice"} 118.49 node_cpu_seconds_total{cpu="43",mode="softirq"} 1905.54 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 32447.37 node_cpu_seconds_total{cpu="43",mode="user"} 83074.73 node_cpu_seconds_total{cpu="44",mode="idle"} 7.74894737e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 13149.36 node_cpu_seconds_total{cpu="44",mode="irq"} 7252.6 node_cpu_seconds_total{cpu="44",mode="nice"} 115.06 node_cpu_seconds_total{cpu="44",mode="softirq"} 1881.53 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 32092.15 node_cpu_seconds_total{cpu="44",mode="user"} 81887.68 node_cpu_seconds_total{cpu="45",mode="idle"} 7.73630462e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 12939.86 node_cpu_seconds_total{cpu="45",mode="irq"} 7264.16 node_cpu_seconds_total{cpu="45",mode="nice"} 125.57 node_cpu_seconds_total{cpu="45",mode="softirq"} 2013.64 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 37706.76 node_cpu_seconds_total{cpu="45",mode="user"} 89065.26 node_cpu_seconds_total{cpu="46",mode="idle"} 7.74676429e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 13010.2 node_cpu_seconds_total{cpu="46",mode="irq"} 7205.92 node_cpu_seconds_total{cpu="46",mode="nice"} 113.05 node_cpu_seconds_total{cpu="46",mode="softirq"} 1889.75 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 32746.62 node_cpu_seconds_total{cpu="46",mode="user"} 83707.41 node_cpu_seconds_total{cpu="47",mode="idle"} 7.74761139e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 12803.05 node_cpu_seconds_total{cpu="47",mode="irq"} 7185.09 node_cpu_seconds_total{cpu="47",mode="nice"} 105.93 node_cpu_seconds_total{cpu="47",mode="softirq"} 1865.89 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 32754.84 node_cpu_seconds_total{cpu="47",mode="user"} 83090.34 node_cpu_seconds_total{cpu="48",mode="idle"} 7.60380445e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 30336.9 node_cpu_seconds_total{cpu="48",mode="irq"} 11993.11 node_cpu_seconds_total{cpu="48",mode="nice"} 88.81 node_cpu_seconds_total{cpu="48",mode="softirq"} 11881.27 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 62405.14 node_cpu_seconds_total{cpu="48",mode="user"} 160084.09 node_cpu_seconds_total{cpu="49",mode="idle"} 7.69500831e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 22918.48 node_cpu_seconds_total{cpu="49",mode="irq"} 10763.9 node_cpu_seconds_total{cpu="49",mode="nice"} 48.96 node_cpu_seconds_total{cpu="49",mode="softirq"} 3608.51 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 45079.14 node_cpu_seconds_total{cpu="49",mode="user"} 103424.85 node_cpu_seconds_total{cpu="5",mode="idle"} 7.66929471e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 32999.16 node_cpu_seconds_total{cpu="5",mode="irq"} 11789.9 node_cpu_seconds_total{cpu="5",mode="nice"} 52.94 node_cpu_seconds_total{cpu="5",mode="softirq"} 4722.41 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 52790.2 node_cpu_seconds_total{cpu="5",mode="user"} 108250.49 node_cpu_seconds_total{cpu="50",mode="idle"} 7.64713134e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 21126.25 node_cpu_seconds_total{cpu="50",mode="irq"} 12783.44 node_cpu_seconds_total{cpu="50",mode="nice"} 47.05 node_cpu_seconds_total{cpu="50",mode="softirq"} 51065.39 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 51601.27 node_cpu_seconds_total{cpu="50",mode="user"} 97216.14 node_cpu_seconds_total{cpu="51",mode="idle"} 7.65615014e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 26732.62 node_cpu_seconds_total{cpu="51",mode="irq"} 11835.03 node_cpu_seconds_total{cpu="51",mode="nice"} 53.37 node_cpu_seconds_total{cpu="51",mode="softirq"} 11092.25 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 54483.53 node_cpu_seconds_total{cpu="51",mode="user"} 119948.36 node_cpu_seconds_total{cpu="52",mode="idle"} 7.63762779e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 26202.21 node_cpu_seconds_total{cpu="52",mode="irq"} 13565.95 node_cpu_seconds_total{cpu="52",mode="nice"} 45.44 node_cpu_seconds_total{cpu="52",mode="softirq"} 48375.27 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 54485.79 node_cpu_seconds_total{cpu="52",mode="user"} 99690.44 node_cpu_seconds_total{cpu="53",mode="idle"} 7.640781e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 25273.62 node_cpu_seconds_total{cpu="53",mode="irq"} 13463.66 node_cpu_seconds_total{cpu="53",mode="nice"} 54.8 node_cpu_seconds_total{cpu="53",mode="softirq"} 43106.87 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 56642.44 node_cpu_seconds_total{cpu="53",mode="user"} 100347.49 node_cpu_seconds_total{cpu="54",mode="idle"} 7.59222428e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 25503.71 node_cpu_seconds_total{cpu="54",mode="irq"} 14503.23 node_cpu_seconds_total{cpu="54",mode="nice"} 66.44 node_cpu_seconds_total{cpu="54",mode="softirq"} 64937.63 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 64342.72 node_cpu_seconds_total{cpu="54",mode="user"} 118594.98 node_cpu_seconds_total{cpu="55",mode="idle"} 7.64150859e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 25927.41 node_cpu_seconds_total{cpu="55",mode="irq"} 13136.01 node_cpu_seconds_total{cpu="55",mode="nice"} 44.36 node_cpu_seconds_total{cpu="55",mode="softirq"} 39676.62 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 59117.64 node_cpu_seconds_total{cpu="55",mode="user"} 100863.07 node_cpu_seconds_total{cpu="56",mode="idle"} 7.68732888e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 25762.61 node_cpu_seconds_total{cpu="56",mode="irq"} 11535.42 node_cpu_seconds_total{cpu="56",mode="nice"} 54.94 node_cpu_seconds_total{cpu="56",mode="softirq"} 5187.51 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 51287.62 node_cpu_seconds_total{cpu="56",mode="user"} 99326.14 node_cpu_seconds_total{cpu="57",mode="idle"} 7.59557167e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 25502.81 node_cpu_seconds_total{cpu="57",mode="irq"} 14355.71 node_cpu_seconds_total{cpu="57",mode="nice"} 51.03 node_cpu_seconds_total{cpu="57",mode="softirq"} 64006.56 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 64423.69 node_cpu_seconds_total{cpu="57",mode="user"} 115806.16 node_cpu_seconds_total{cpu="58",mode="idle"} 7.65315002e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 25708.25 node_cpu_seconds_total{cpu="58",mode="irq"} 12744.77 node_cpu_seconds_total{cpu="58",mode="nice"} 44.44 node_cpu_seconds_total{cpu="58",mode="softirq"} 30499.67 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 58106.45 node_cpu_seconds_total{cpu="58",mode="user"} 100055.72 node_cpu_seconds_total{cpu="59",mode="idle"} 7.66173331e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 26034.48 node_cpu_seconds_total{cpu="59",mode="irq"} 12323.1 node_cpu_seconds_total{cpu="59",mode="nice"} 51.44 node_cpu_seconds_total{cpu="59",mode="softirq"} 25567.57 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 54536.38 node_cpu_seconds_total{cpu="59",mode="user"} 100150.36 node_cpu_seconds_total{cpu="6",mode="idle"} 7.59507789e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 30859.77 node_cpu_seconds_total{cpu="6",mode="irq"} 13609.81 node_cpu_seconds_total{cpu="6",mode="nice"} 70.31 node_cpu_seconds_total{cpu="6",mode="softirq"} 40453.64 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 61511.82 node_cpu_seconds_total{cpu="6",mode="user"} 138035.8 node_cpu_seconds_total{cpu="60",mode="idle"} 7.64548172e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 27591.7 node_cpu_seconds_total{cpu="60",mode="irq"} 12295.86 node_cpu_seconds_total{cpu="60",mode="nice"} 60.74 node_cpu_seconds_total{cpu="60",mode="softirq"} 25744.25 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 54867.4 node_cpu_seconds_total{cpu="60",mode="user"} 114864.18 node_cpu_seconds_total{cpu="61",mode="idle"} 7.68103241e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 27809.54 node_cpu_seconds_total{cpu="61",mode="irq"} 11696.47 node_cpu_seconds_total{cpu="61",mode="nice"} 54.15 node_cpu_seconds_total{cpu="61",mode="softirq"} 11334.29 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 49932.09 node_cpu_seconds_total{cpu="61",mode="user"} 98603.88 node_cpu_seconds_total{cpu="62",mode="idle"} 7.66442593e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 27117.12 node_cpu_seconds_total{cpu="62",mode="irq"} 12480.81 node_cpu_seconds_total{cpu="62",mode="nice"} 64.88 node_cpu_seconds_total{cpu="62",mode="softirq"} 26997.81 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 51161.18 node_cpu_seconds_total{cpu="62",mode="user"} 98165.62 node_cpu_seconds_total{cpu="63",mode="idle"} 7.58798915e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 25536.67 node_cpu_seconds_total{cpu="63",mode="irq"} 14921.12 node_cpu_seconds_total{cpu="63",mode="nice"} 58.52 node_cpu_seconds_total{cpu="63",mode="softirq"} 79056.17 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 63291.53 node_cpu_seconds_total{cpu="63",mode="user"} 109053.71 node_cpu_seconds_total{cpu="64",mode="idle"} 7.61637291e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 25735.74 node_cpu_seconds_total{cpu="64",mode="irq"} 13916.51 node_cpu_seconds_total{cpu="64",mode="nice"} 52.8 node_cpu_seconds_total{cpu="64",mode="softirq"} 62266.81 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 62136.07 node_cpu_seconds_total{cpu="64",mode="user"} 100148.96 node_cpu_seconds_total{cpu="65",mode="idle"} 7.68661185e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 26260.93 node_cpu_seconds_total{cpu="65",mode="irq"} 11285.38 node_cpu_seconds_total{cpu="65",mode="nice"} 57.71 node_cpu_seconds_total{cpu="65",mode="softirq"} 3781.14 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 52774.33 node_cpu_seconds_total{cpu="65",mode="user"} 99954.24 node_cpu_seconds_total{cpu="66",mode="idle"} 7.62806733e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 26738.74 node_cpu_seconds_total{cpu="66",mode="irq"} 13854.2 node_cpu_seconds_total{cpu="66",mode="nice"} 48.23 node_cpu_seconds_total{cpu="66",mode="softirq"} 48646.05 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 57643.68 node_cpu_seconds_total{cpu="66",mode="user"} 104892.2 node_cpu_seconds_total{cpu="67",mode="idle"} 7.62640249e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 26176.84 node_cpu_seconds_total{cpu="67",mode="irq"} 42832.6 node_cpu_seconds_total{cpu="67",mode="nice"} 49.37 node_cpu_seconds_total{cpu="67",mode="softirq"} 35561.71 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 54349.63 node_cpu_seconds_total{cpu="67",mode="user"} 94147.87 node_cpu_seconds_total{cpu="68",mode="idle"} 7.62013035e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 25851.23 node_cpu_seconds_total{cpu="68",mode="irq"} 14423.03 node_cpu_seconds_total{cpu="68",mode="nice"} 38.74 node_cpu_seconds_total{cpu="68",mode="softirq"} 58070.7 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 60699.54 node_cpu_seconds_total{cpu="68",mode="user"} 100938.44 node_cpu_seconds_total{cpu="69",mode="idle"} 7.65958877e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 26877.89 node_cpu_seconds_total{cpu="69",mode="irq"} 12193.83 node_cpu_seconds_total{cpu="69",mode="nice"} 61.28 node_cpu_seconds_total{cpu="69",mode="softirq"} 27746.52 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 52560.37 node_cpu_seconds_total{cpu="69",mode="user"} 100023.33 node_cpu_seconds_total{cpu="7",mode="idle"} 7.62106086e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 29927.56 node_cpu_seconds_total{cpu="7",mode="irq"} 14061.83 node_cpu_seconds_total{cpu="7",mode="nice"} 51.9 node_cpu_seconds_total{cpu="7",mode="softirq"} 45391.27 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 60598.68 node_cpu_seconds_total{cpu="7",mode="user"} 108523.73 node_cpu_seconds_total{cpu="70",mode="idle"} 7.55716849e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 25284.91 node_cpu_seconds_total{cpu="70",mode="irq"} 16641.19 node_cpu_seconds_total{cpu="70",mode="nice"} 58.62 node_cpu_seconds_total{cpu="70",mode="softirq"} 117690.43 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 64638.11 node_cpu_seconds_total{cpu="70",mode="user"} 97589.3 node_cpu_seconds_total{cpu="71",mode="idle"} 7.67599768e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 26341.46 node_cpu_seconds_total{cpu="71",mode="irq"} 11749.03 node_cpu_seconds_total{cpu="71",mode="nice"} 55.38 node_cpu_seconds_total{cpu="71",mode="softirq"} 9788.47 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 56686.03 node_cpu_seconds_total{cpu="71",mode="user"} 99424.15 node_cpu_seconds_total{cpu="72",mode="idle"} 7.669682e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 14644.43 node_cpu_seconds_total{cpu="72",mode="irq"} 9695.52 node_cpu_seconds_total{cpu="72",mode="nice"} 52.51 node_cpu_seconds_total{cpu="72",mode="softirq"} 2407.01 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 51025.66 node_cpu_seconds_total{cpu="72",mode="user"} 136305.12 node_cpu_seconds_total{cpu="73",mode="idle"} 7.69553658e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 14890.99 node_cpu_seconds_total{cpu="73",mode="irq"} 9525.42 node_cpu_seconds_total{cpu="73",mode="nice"} 50.8 node_cpu_seconds_total{cpu="73",mode="softirq"} 2257.05 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 39683.5 node_cpu_seconds_total{cpu="73",mode="user"} 121892.7 node_cpu_seconds_total{cpu="74",mode="idle"} 7.7015356e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 14954.46 node_cpu_seconds_total{cpu="74",mode="irq"} 9331.43 node_cpu_seconds_total{cpu="74",mode="nice"} 53.05 node_cpu_seconds_total{cpu="74",mode="softirq"} 2164.1 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 39008.91 node_cpu_seconds_total{cpu="74",mode="user"} 116805.42 node_cpu_seconds_total{cpu="75",mode="idle"} 7.73299174e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 13520.01 node_cpu_seconds_total{cpu="75",mode="irq"} 7469.94 node_cpu_seconds_total{cpu="75",mode="nice"} 119.61 node_cpu_seconds_total{cpu="75",mode="softirq"} 1838.04 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 39635.27 node_cpu_seconds_total{cpu="75",mode="user"} 89562.4 node_cpu_seconds_total{cpu="76",mode="idle"} 7.72793915e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 13617.97 node_cpu_seconds_total{cpu="76",mode="irq"} 8474.44 node_cpu_seconds_total{cpu="76",mode="nice"} 131.89 node_cpu_seconds_total{cpu="76",mode="softirq"} 4293.2 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 39063.77 node_cpu_seconds_total{cpu="76",mode="user"} 90775.23 node_cpu_seconds_total{cpu="77",mode="idle"} 7.74540984e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 13316.94 node_cpu_seconds_total{cpu="77",mode="irq"} 7550.06 node_cpu_seconds_total{cpu="77",mode="nice"} 136.33 node_cpu_seconds_total{cpu="77",mode="softirq"} 1877.93 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 32979.2 node_cpu_seconds_total{cpu="77",mode="user"} 83346.8 node_cpu_seconds_total{cpu="78",mode="idle"} 7.73951444e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 12688.14 node_cpu_seconds_total{cpu="78",mode="irq"} 7277.75 node_cpu_seconds_total{cpu="78",mode="nice"} 138.01 node_cpu_seconds_total{cpu="78",mode="softirq"} 1830.5 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 37173.17 node_cpu_seconds_total{cpu="78",mode="user"} 86771.77 node_cpu_seconds_total{cpu="79",mode="idle"} 7.74762977e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 12844.05 node_cpu_seconds_total{cpu="79",mode="irq"} 7243.81 node_cpu_seconds_total{cpu="79",mode="nice"} 127.84 node_cpu_seconds_total{cpu="79",mode="softirq"} 1798 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 32687.38 node_cpu_seconds_total{cpu="79",mode="user"} 82920.42 node_cpu_seconds_total{cpu="8",mode="idle"} 7.66889081e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 29771.99 node_cpu_seconds_total{cpu="8",mode="irq"} 12166.76 node_cpu_seconds_total{cpu="8",mode="nice"} 50.71 node_cpu_seconds_total{cpu="8",mode="softirq"} 9940.81 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 55388.32 node_cpu_seconds_total{cpu="8",mode="user"} 103726.09 node_cpu_seconds_total{cpu="80",mode="idle"} 7.74756774e+06 node_cpu_seconds_total{cpu="80",mode="iowait"} 12656.09 node_cpu_seconds_total{cpu="80",mode="irq"} 7227.32 node_cpu_seconds_total{cpu="80",mode="nice"} 130.68 node_cpu_seconds_total{cpu="80",mode="softirq"} 1761.7 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 32986.96 node_cpu_seconds_total{cpu="80",mode="user"} 83091.84 node_cpu_seconds_total{cpu="81",mode="idle"} 7.74088828e+06 node_cpu_seconds_total{cpu="81",mode="iowait"} 12411.4 node_cpu_seconds_total{cpu="81",mode="irq"} 7192.41 node_cpu_seconds_total{cpu="81",mode="nice"} 118.7 node_cpu_seconds_total{cpu="81",mode="softirq"} 1771 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 36320.48 node_cpu_seconds_total{cpu="81",mode="user"} 86730.03 node_cpu_seconds_total{cpu="82",mode="idle"} 7.74791744e+06 node_cpu_seconds_total{cpu="82",mode="iowait"} 12556.05 node_cpu_seconds_total{cpu="82",mode="irq"} 7148.68 node_cpu_seconds_total{cpu="82",mode="nice"} 123.42 node_cpu_seconds_total{cpu="82",mode="softirq"} 1783.69 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 32356.34 node_cpu_seconds_total{cpu="82",mode="user"} 83604.26 node_cpu_seconds_total{cpu="83",mode="idle"} 7.74796783e+06 node_cpu_seconds_total{cpu="83",mode="iowait"} 12586.8 node_cpu_seconds_total{cpu="83",mode="irq"} 7136.89 node_cpu_seconds_total{cpu="83",mode="nice"} 148.46 node_cpu_seconds_total{cpu="83",mode="softirq"} 1741.66 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 32748.17 node_cpu_seconds_total{cpu="83",mode="user"} 83153.46 node_cpu_seconds_total{cpu="84",mode="idle"} 7.74246521e+06 node_cpu_seconds_total{cpu="84",mode="iowait"} 13265.06 node_cpu_seconds_total{cpu="84",mode="irq"} 7263.82 node_cpu_seconds_total{cpu="84",mode="nice"} 137.65 node_cpu_seconds_total{cpu="84",mode="softirq"} 1753.89 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 35304.05 node_cpu_seconds_total{cpu="84",mode="user"} 85223.86 node_cpu_seconds_total{cpu="85",mode="idle"} 7.74758424e+06 node_cpu_seconds_total{cpu="85",mode="iowait"} 13229.21 node_cpu_seconds_total{cpu="85",mode="irq"} 7260.3 node_cpu_seconds_total{cpu="85",mode="nice"} 123.34 node_cpu_seconds_total{cpu="85",mode="softirq"} 1746.48 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 32521.71 node_cpu_seconds_total{cpu="85",mode="user"} 82929.58 node_cpu_seconds_total{cpu="86",mode="idle"} 7.74831818e+06 node_cpu_seconds_total{cpu="86",mode="iowait"} 13358.29 node_cpu_seconds_total{cpu="86",mode="irq"} 7242.41 node_cpu_seconds_total{cpu="86",mode="nice"} 127.24 node_cpu_seconds_total{cpu="86",mode="softirq"} 1727.61 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 32361.84 node_cpu_seconds_total{cpu="86",mode="user"} 82282.88 node_cpu_seconds_total{cpu="87",mode="idle"} 7.74128494e+06 node_cpu_seconds_total{cpu="87",mode="iowait"} 12917.18 node_cpu_seconds_total{cpu="87",mode="irq"} 7206.72 node_cpu_seconds_total{cpu="87",mode="nice"} 121.89 node_cpu_seconds_total{cpu="87",mode="softirq"} 1748.03 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 35543.38 node_cpu_seconds_total{cpu="87",mode="user"} 86656.8 node_cpu_seconds_total{cpu="88",mode="idle"} 7.7460156e+06 node_cpu_seconds_total{cpu="88",mode="iowait"} 12813.27 node_cpu_seconds_total{cpu="88",mode="irq"} 7250.6 node_cpu_seconds_total{cpu="88",mode="nice"} 129.47 node_cpu_seconds_total{cpu="88",mode="softirq"} 2012.74 node_cpu_seconds_total{cpu="88",mode="steal"} 0 node_cpu_seconds_total{cpu="88",mode="system"} 33018.33 node_cpu_seconds_total{cpu="88",mode="user"} 84216.39 node_cpu_seconds_total{cpu="89",mode="idle"} 7.7475851e+06 node_cpu_seconds_total{cpu="89",mode="iowait"} 12681.81 node_cpu_seconds_total{cpu="89",mode="irq"} 7166.92 node_cpu_seconds_total{cpu="89",mode="nice"} 127.64 node_cpu_seconds_total{cpu="89",mode="softirq"} 1718.52 node_cpu_seconds_total{cpu="89",mode="steal"} 0 node_cpu_seconds_total{cpu="89",mode="system"} 32683.51 node_cpu_seconds_total{cpu="89",mode="user"} 83503.86 node_cpu_seconds_total{cpu="9",mode="idle"} 7.61774157e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 30491.08 node_cpu_seconds_total{cpu="9",mode="irq"} 12659.66 node_cpu_seconds_total{cpu="9",mode="nice"} 62.58 node_cpu_seconds_total{cpu="9",mode="softirq"} 21099.85 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 61062.78 node_cpu_seconds_total{cpu="9",mode="user"} 137292.57 node_cpu_seconds_total{cpu="90",mode="idle"} 7.74262484e+06 node_cpu_seconds_total{cpu="90",mode="iowait"} 12980.45 node_cpu_seconds_total{cpu="90",mode="irq"} 7733.98 node_cpu_seconds_total{cpu="90",mode="nice"} 114.91 node_cpu_seconds_total{cpu="90",mode="softirq"} 1867.93 node_cpu_seconds_total{cpu="90",mode="steal"} 0 node_cpu_seconds_total{cpu="90",mode="system"} 35193.11 node_cpu_seconds_total{cpu="90",mode="user"} 84836.05 node_cpu_seconds_total{cpu="91",mode="idle"} 7.74869371e+06 node_cpu_seconds_total{cpu="91",mode="iowait"} 12969.07 node_cpu_seconds_total{cpu="91",mode="irq"} 7253.21 node_cpu_seconds_total{cpu="91",mode="nice"} 121.73 node_cpu_seconds_total{cpu="91",mode="softirq"} 1741.19 node_cpu_seconds_total{cpu="91",mode="steal"} 0 node_cpu_seconds_total{cpu="91",mode="system"} 32079.66 node_cpu_seconds_total{cpu="91",mode="user"} 82497.51 node_cpu_seconds_total{cpu="92",mode="idle"} 7.7500731e+06 node_cpu_seconds_total{cpu="92",mode="iowait"} 12967.34 node_cpu_seconds_total{cpu="92",mode="irq"} 7242.2 node_cpu_seconds_total{cpu="92",mode="nice"} 127.81 node_cpu_seconds_total{cpu="92",mode="softirq"} 1765.54 node_cpu_seconds_total{cpu="92",mode="steal"} 0 node_cpu_seconds_total{cpu="92",mode="system"} 31560.09 node_cpu_seconds_total{cpu="92",mode="user"} 81641.22 node_cpu_seconds_total{cpu="93",mode="idle"} 7.7438499e+06 node_cpu_seconds_total{cpu="93",mode="iowait"} 12703.56 node_cpu_seconds_total{cpu="93",mode="irq"} 7183.63 node_cpu_seconds_total{cpu="93",mode="nice"} 97.26 node_cpu_seconds_total{cpu="93",mode="softirq"} 1738.44 node_cpu_seconds_total{cpu="93",mode="steal"} 0 node_cpu_seconds_total{cpu="93",mode="system"} 34296.47 node_cpu_seconds_total{cpu="93",mode="user"} 85599.83 node_cpu_seconds_total{cpu="94",mode="idle"} 7.7471947e+06 node_cpu_seconds_total{cpu="94",mode="iowait"} 12686.02 node_cpu_seconds_total{cpu="94",mode="irq"} 7187.5 node_cpu_seconds_total{cpu="94",mode="nice"} 119.85 node_cpu_seconds_total{cpu="94",mode="softirq"} 1762.84 node_cpu_seconds_total{cpu="94",mode="steal"} 0 node_cpu_seconds_total{cpu="94",mode="system"} 32517.71 node_cpu_seconds_total{cpu="94",mode="user"} 83992.37 node_cpu_seconds_total{cpu="95",mode="idle"} 7.7484485e+06 node_cpu_seconds_total{cpu="95",mode="iowait"} 12591.22 node_cpu_seconds_total{cpu="95",mode="irq"} 7172.22 node_cpu_seconds_total{cpu="95",mode="nice"} 122.99 node_cpu_seconds_total{cpu="95",mode="softirq"} 1717.54 node_cpu_seconds_total{cpu="95",mode="steal"} 0 node_cpu_seconds_total{cpu="95",mode="system"} 32229.61 node_cpu_seconds_total{cpu="95",mode="user"} 83188.35 # HELP node_disk_ata_write_cache ATA disk has a write cache. # TYPE node_disk_ata_write_cache gauge node_disk_ata_write_cache{device="sdn"} 1 # HELP node_disk_ata_write_cache_enabled ATA disk has its write cache enabled. # TYPE node_disk_ata_write_cache_enabled gauge node_disk_ata_write_cache_enabled{device="sdn"} 1 # HELP node_disk_device_mapper_info Info about disk device mapper. # TYPE node_disk_device_mapper_info gauge node_disk_device_mapper_info{device="dm-0",lv_layer="",lv_name="osd-block-3735e9ba-92e1-4a2c-bb02-837e31c62bc4",name="ceph--014b7291--1a92--4191--98c9--52d970b0e948-osd--block--3735e9ba--92e1--4a2c--bb02--837e31c62bc4",uuid="LVM-89PINAugFGt8J3l6fVuQnsAJIZDmZ2lyteIgnkCwqYVh9BFYSW6QT8qUcJN5XfHW",vg_name="ceph-014b7291-1a92-4191-98c9-52d970b0e948"} 1 node_disk_device_mapper_info{device="dm-1",lv_layer="",lv_name="osd-block-afe0077b-a0bc-494d-b594-156e547d3b1a",name="ceph--0b4b6a57--a828--4de2--a82b--5877adc3bc70-osd--block--afe0077b--a0bc--494d--b594--156e547d3b1a",uuid="LVM-U6ucBv9Rh1lSuw3X2L1AamOxU5CA0lxjG0L3HXJjTZytiEcPLonBteAfu0wQfCN9",vg_name="ceph-0b4b6a57-a828-4de2-a82b-5877adc3bc70"} 1 node_disk_device_mapper_info{device="dm-10",lv_layer="",lv_name="osd-db-9ec0a086-83a7-4424-b320-8e0c3a15a150",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--9ec0a086--83a7--4424--b320--8e0c3a15a150",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq3ASQrdkCZVtcTKIVeo4tEyH01TDbBPs1",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-11",lv_layer="",lv_name="osd-block-e5875102-a229-48e5-aa4c-8c8ddcc56b81",name="ceph--df6d5814--91bd--4ee9--b1ce--75b7f1b48577-osd--block--e5875102--a229--48e5--aa4c--8c8ddcc56b81",uuid="LVM-z3Ay0txq7vNW82PekIYJ5kFgi3XIhYuft06ApDSZerRTazseU2LoTfvKIJtPx83R",vg_name="ceph-df6d5814-91bd-4ee9-b1ce-75b7f1b48577"} 1 node_disk_device_mapper_info{device="dm-12",lv_layer="",lv_name="osd-db-714a372e-d0ad-43f0-8320-6338ceb3cad4",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--714a372e--d0ad--43f0--8320--6338ceb3cad4",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqFoqB0avMcnsQyZwcqkEW2s328GT8ysYB",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-13",lv_layer="",lv_name="osd-db-ed123bb5-3f24-47bf-b41e-cd61bef534ed",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--ed123bb5--3f24--47bf--b41e--cd61bef534ed",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqZcDbTY2iimrczr4gwlK7NzitLP3CO1yn",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-14",lv_layer="",lv_name="osd-db-1ec26954-5c9a-4520-97cb-d4f10b230e3a",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--1ec26954--5c9a--4520--97cb--d4f10b230e3a",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqcdJTeOB24eppzF0Efizq3C7CobfdogsJ",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-15",lv_layer="",lv_name="osd-block-458c3774-6b68-4b04-8dc0-2c75147530a6",name="ceph--e2115f58--df1c--4826--9d74--af4a943d8588-osd--block--458c3774--6b68--4b04--8dc0--2c75147530a6",uuid="LVM-0qin07JSAtKkHPz3XdfHddUgCY1SYsupRGf0b9AOz4MXsXVVoq0B2YeDDZfGX0x9",vg_name="ceph-e2115f58-df1c-4826-9d74-af4a943d8588"} 1 node_disk_device_mapper_info{device="dm-16",lv_layer="",lv_name="osd-db-41257bf5-bce0-4d3a-998a-2c9c489688ef",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--41257bf5--bce0--4d3a--998a--2c9c489688ef",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqN2p2moz5czYr0vTPkx0VchzcccdjyZ4f",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-17",lv_layer="",lv_name="osd-db-dc95a932-0e48-4be7-9c47-f66b61634f81",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--dc95a932--0e48--4be7--9c47--f66b61634f81",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqBu7FBk4EWzpqWEhj8gXA0RlwpXhAVijV",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-18",lv_layer="",lv_name="osd-db-1034b6c3-490b-4954-946f-1e5e00fa1cb5",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--1034b6c3--490b--4954--946f--1e5e00fa1cb5",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq8EqES4gJQoL3zWv6d1HxmgEw10zg4DEi",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-19",lv_layer="",lv_name="osd-db-f84d70bb-ef64-497c-8759-9d226561f092",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--f84d70bb--ef64--497c--8759--9d226561f092",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq3IBODOEfklHBeCpaRaJ7nfGHi7otwm3z",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-2",lv_layer="",lv_name="osd-block-0789cb08-cb4b-4dc3-941f-eee0394b0171",name="ceph--1ea63f08--ec5d--4fd8--aa84--bc9796fe4d3d-osd--block--0789cb08--cb4b--4dc3--941f--eee0394b0171",uuid="LVM-6B5FKhBTuuIYvO2FvxeOEFNczx40ZELIwU0JUrAbLfJiMATUIYQp1Pw9FiWPkyUT",vg_name="ceph-1ea63f08-ec5d-4fd8-aa84-bc9796fe4d3d"} 1 node_disk_device_mapper_info{device="dm-20",lv_layer="",lv_name="osd-db-5e3c310c-caa5-4de6-9deb-17145cae4e53",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--5e3c310c--caa5--4de6--9deb--17145cae4e53",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq41HsPDhYwt9IUmaO8CHU5zDIYYdLYXdw",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-21",lv_layer="",lv_name="osd-db-accef9d4-488e-4124-b9bf-25dd2011b0c9",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--accef9d4--488e--4124--b9bf--25dd2011b0c9",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqmuDBysXFXGnAmoN0lwgX3cXkMuLIfzwy",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-22",lv_layer="",lv_name="osd-db-a639d712-89de-4af6-b740-76a3988d3df3",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--a639d712--89de--4af6--b740--76a3988d3df3",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq8Wla0lABz9ufnIGRHRuBTFa6iOo03yEo",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-23",lv_layer="",lv_name="osd-db-17ddead3-4417-4555-b219-151d7eca2eac",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--17ddead3--4417--4555--b219--151d7eca2eac",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq5Tdo2KXk3EPpc2pb2uiew5OKZ547JaQu",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-24",lv_layer="",lv_name="osd-block-1a598f20-9680-46a1-b62b-b2b42c8d63ec",name="ceph--e6e830f0--4115--409e--889e--c9000a33f45c-osd--block--1a598f20--9680--46a1--b62b--b2b42c8d63ec",uuid="LVM-vDtNMthOg5o0A6DsXGIN2CD75mH01qzOW6eHICneIRSzGlRfQUl7lLREizwyePSE",vg_name="ceph-e6e830f0-4115-409e-889e-c9000a33f45c"} 1 node_disk_device_mapper_info{device="dm-3",lv_layer="",lv_name="osd-block-fa84f6ab-3e58-42d4-8bbd-ce021e2beafa",name="ceph--29055180--99fa--4429--99c9--b1224eb835ad-osd--block--fa84f6ab--3e58--42d4--8bbd--ce021e2beafa",uuid="LVM-b4KEZLvWdg8lIRdOSEo1gByIFqE48GrNcxouPImNWgOGEW50BcahokBmNeZURUnH",vg_name="ceph-29055180-99fa-4429-99c9-b1224eb835ad"} 1 node_disk_device_mapper_info{device="dm-4",lv_layer="",lv_name="osd-block-9d2add68-e705-426b-80fa-460a682664ea",name="ceph--7d5366eb--f0e7--4f85--9e57--9ac25d1f1773-osd--block--9d2add68--e705--426b--80fa--460a682664ea",uuid="LVM-JQN1tA1vl25haNYXahAmNBz1jfIrnhUoU0mRksTJCzYz9c2nPDTOOzfnLCcVjpeN",vg_name="ceph-7d5366eb-f0e7-4f85-9e57-9ac25d1f1773"} 1 node_disk_device_mapper_info{device="dm-5",lv_layer="",lv_name="osd-block-946ccba0-2de5-47d4-bfb2-9097b5d1690d",name="ceph--885bfc7f--b9b6--4fc7--b80c--92bb159cc630-osd--block--946ccba0--2de5--47d4--bfb2--9097b5d1690d",uuid="LVM-j6RbwazejWKZcdaeh47C68Xv5fFEQ0YCbBrxJvoF2cI2g2OH3q3UuZm27lynUBn4",vg_name="ceph-885bfc7f-b9b6-4fc7-b80c-92bb159cc630"} 1 node_disk_device_mapper_info{device="dm-6",lv_layer="",lv_name="osd-block-86182cdb-1f1a-459f-98ea-dbea3c2027d1",name="ceph--94402e8b--fc62--4a33--a4bd--3fb217604128-osd--block--86182cdb--1f1a--459f--98ea--dbea3c2027d1",uuid="LVM-MWAxQwt3oTct4MSsuj7uud6DHeQffOZ75m2VJ8JD0WJ6FkTm7aVzv3JpzuHKarqc",vg_name="ceph-94402e8b-fc62-4a33-a4bd-3fb217604128"} 1 node_disk_device_mapper_info{device="dm-7",lv_layer="",lv_name="osd-block-5218b0d7-16ed-4711-9990-fce40fe97237",name="ceph--9a004e98--2042--4132--90a9--42f61e76da83-osd--block--5218b0d7--16ed--4711--9990--fce40fe97237",uuid="LVM-QMv2PezPRVcUuftLjgW3sDIsDnUckV2HvK9YUsWGYFsZqFwlpLPPWQSTIlWwQU4p",vg_name="ceph-9a004e98-2042-4132-90a9-42f61e76da83"} 1 node_disk_device_mapper_info{device="dm-8",lv_layer="",lv_name="osd-block-e8ad8bc4-bb17-4b5b-abe9-f8f5afea07b6",name="ceph--af2c5250--d1b3--4d57--bbcd--b4d2b2dbc962-osd--block--e8ad8bc4--bb17--4b5b--abe9--f8f5afea07b6",uuid="LVM-vISnxwxKxgz1iV4ppCYwJDUZZu9J0VQdoh8JYvQmQSnoch3EUTJdYqex4e69PNbQ",vg_name="ceph-af2c5250-d1b3-4d57-bbcd-b4d2b2dbc962"} 1 node_disk_device_mapper_info{device="dm-9",lv_layer="",lv_name="osd-block-8e4d3fdc-0785-47ac-a78a-4f33d31fea1f",name="ceph--d0320c32--d8be--469e--ae81--0fd6708e6ccb-osd--block--8e4d3fdc--0785--47ac--a78a--4f33d31fea1f",uuid="LVM-3Kg2fioQYb74hhrCFbQWpJ0ubOd6bpmoCZwDYlkmqhzudRPcsywIxJ2VkwhGDJQ8",vg_name="ceph-d0320c32-d8be-469e-ae81-0fd6708e6ccb"} 1 # 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="dm-0"} 0 node_disk_discard_time_seconds_total{device="dm-1"} 0 node_disk_discard_time_seconds_total{device="dm-10"} 0 node_disk_discard_time_seconds_total{device="dm-11"} 0 node_disk_discard_time_seconds_total{device="dm-12"} 0 node_disk_discard_time_seconds_total{device="dm-13"} 0 node_disk_discard_time_seconds_total{device="dm-14"} 0 node_disk_discard_time_seconds_total{device="dm-15"} 0 node_disk_discard_time_seconds_total{device="dm-16"} 0 node_disk_discard_time_seconds_total{device="dm-17"} 0 node_disk_discard_time_seconds_total{device="dm-18"} 0 node_disk_discard_time_seconds_total{device="dm-19"} 0 node_disk_discard_time_seconds_total{device="dm-2"} 0 node_disk_discard_time_seconds_total{device="dm-20"} 0 node_disk_discard_time_seconds_total{device="dm-21"} 0 node_disk_discard_time_seconds_total{device="dm-22"} 0 node_disk_discard_time_seconds_total{device="dm-23"} 0 node_disk_discard_time_seconds_total{device="dm-24"} 0 node_disk_discard_time_seconds_total{device="dm-3"} 0 node_disk_discard_time_seconds_total{device="dm-4"} 0 node_disk_discard_time_seconds_total{device="dm-5"} 0 node_disk_discard_time_seconds_total{device="dm-6"} 0 node_disk_discard_time_seconds_total{device="dm-7"} 0 node_disk_discard_time_seconds_total{device="dm-8"} 0 node_disk_discard_time_seconds_total{device="dm-9"} 0 node_disk_discard_time_seconds_total{device="nbd0"} 0 node_disk_discard_time_seconds_total{device="nbd1"} 0 node_disk_discard_time_seconds_total{device="nbd10"} 0 node_disk_discard_time_seconds_total{device="nbd11"} 0 node_disk_discard_time_seconds_total{device="nbd12"} 0 node_disk_discard_time_seconds_total{device="nbd13"} 0 node_disk_discard_time_seconds_total{device="nbd14"} 0 node_disk_discard_time_seconds_total{device="nbd15"} 0 node_disk_discard_time_seconds_total{device="nbd2"} 0 node_disk_discard_time_seconds_total{device="nbd3"} 0 node_disk_discard_time_seconds_total{device="nbd4"} 0 node_disk_discard_time_seconds_total{device="nbd5"} 0 node_disk_discard_time_seconds_total{device="nbd6"} 0 node_disk_discard_time_seconds_total{device="nbd7"} 0 node_disk_discard_time_seconds_total{device="nbd8"} 0 node_disk_discard_time_seconds_total{device="nbd9"} 0 node_disk_discard_time_seconds_total{device="nvme0n1"} 0 node_disk_discard_time_seconds_total{device="nvme1n1"} 0 node_disk_discard_time_seconds_total{device="rbd0"} 0 node_disk_discard_time_seconds_total{device="sda"} 0 node_disk_discard_time_seconds_total{device="sdb"} 0 node_disk_discard_time_seconds_total{device="sdc"} 0 node_disk_discard_time_seconds_total{device="sdd"} 0 node_disk_discard_time_seconds_total{device="sde"} 0 node_disk_discard_time_seconds_total{device="sdf"} 0 node_disk_discard_time_seconds_total{device="sdg"} 0 node_disk_discard_time_seconds_total{device="sdh"} 0 node_disk_discard_time_seconds_total{device="sdi"} 0 node_disk_discard_time_seconds_total{device="sdj"} 0 node_disk_discard_time_seconds_total{device="sdk"} 0 node_disk_discard_time_seconds_total{device="sdl"} 0 node_disk_discard_time_seconds_total{device="sdm"} 0 node_disk_discard_time_seconds_total{device="sdn"} 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="dm-0"} 0 node_disk_discarded_sectors_total{device="dm-1"} 0 node_disk_discarded_sectors_total{device="dm-10"} 0 node_disk_discarded_sectors_total{device="dm-11"} 0 node_disk_discarded_sectors_total{device="dm-12"} 0 node_disk_discarded_sectors_total{device="dm-13"} 0 node_disk_discarded_sectors_total{device="dm-14"} 0 node_disk_discarded_sectors_total{device="dm-15"} 0 node_disk_discarded_sectors_total{device="dm-16"} 0 node_disk_discarded_sectors_total{device="dm-17"} 0 node_disk_discarded_sectors_total{device="dm-18"} 0 node_disk_discarded_sectors_total{device="dm-19"} 0 node_disk_discarded_sectors_total{device="dm-2"} 0 node_disk_discarded_sectors_total{device="dm-20"} 0 node_disk_discarded_sectors_total{device="dm-21"} 0 node_disk_discarded_sectors_total{device="dm-22"} 0 node_disk_discarded_sectors_total{device="dm-23"} 0 node_disk_discarded_sectors_total{device="dm-24"} 0 node_disk_discarded_sectors_total{device="dm-3"} 0 node_disk_discarded_sectors_total{device="dm-4"} 0 node_disk_discarded_sectors_total{device="dm-5"} 0 node_disk_discarded_sectors_total{device="dm-6"} 0 node_disk_discarded_sectors_total{device="dm-7"} 0 node_disk_discarded_sectors_total{device="dm-8"} 0 node_disk_discarded_sectors_total{device="dm-9"} 0 node_disk_discarded_sectors_total{device="nbd0"} 0 node_disk_discarded_sectors_total{device="nbd1"} 0 node_disk_discarded_sectors_total{device="nbd10"} 0 node_disk_discarded_sectors_total{device="nbd11"} 0 node_disk_discarded_sectors_total{device="nbd12"} 0 node_disk_discarded_sectors_total{device="nbd13"} 0 node_disk_discarded_sectors_total{device="nbd14"} 0 node_disk_discarded_sectors_total{device="nbd15"} 0 node_disk_discarded_sectors_total{device="nbd2"} 0 node_disk_discarded_sectors_total{device="nbd3"} 0 node_disk_discarded_sectors_total{device="nbd4"} 0 node_disk_discarded_sectors_total{device="nbd5"} 0 node_disk_discarded_sectors_total{device="nbd6"} 0 node_disk_discarded_sectors_total{device="nbd7"} 0 node_disk_discarded_sectors_total{device="nbd8"} 0 node_disk_discarded_sectors_total{device="nbd9"} 0 node_disk_discarded_sectors_total{device="nvme0n1"} 0 node_disk_discarded_sectors_total{device="nvme1n1"} 0 node_disk_discarded_sectors_total{device="rbd0"} 0 node_disk_discarded_sectors_total{device="sda"} 0 node_disk_discarded_sectors_total{device="sdb"} 0 node_disk_discarded_sectors_total{device="sdc"} 0 node_disk_discarded_sectors_total{device="sdd"} 0 node_disk_discarded_sectors_total{device="sde"} 0 node_disk_discarded_sectors_total{device="sdf"} 0 node_disk_discarded_sectors_total{device="sdg"} 0 node_disk_discarded_sectors_total{device="sdh"} 0 node_disk_discarded_sectors_total{device="sdi"} 0 node_disk_discarded_sectors_total{device="sdj"} 0 node_disk_discarded_sectors_total{device="sdk"} 0 node_disk_discarded_sectors_total{device="sdl"} 0 node_disk_discarded_sectors_total{device="sdm"} 0 node_disk_discarded_sectors_total{device="sdn"} 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="dm-0"} 0 node_disk_discards_completed_total{device="dm-1"} 0 node_disk_discards_completed_total{device="dm-10"} 0 node_disk_discards_completed_total{device="dm-11"} 0 node_disk_discards_completed_total{device="dm-12"} 0 node_disk_discards_completed_total{device="dm-13"} 0 node_disk_discards_completed_total{device="dm-14"} 0 node_disk_discards_completed_total{device="dm-15"} 0 node_disk_discards_completed_total{device="dm-16"} 0 node_disk_discards_completed_total{device="dm-17"} 0 node_disk_discards_completed_total{device="dm-18"} 0 node_disk_discards_completed_total{device="dm-19"} 0 node_disk_discards_completed_total{device="dm-2"} 0 node_disk_discards_completed_total{device="dm-20"} 0 node_disk_discards_completed_total{device="dm-21"} 0 node_disk_discards_completed_total{device="dm-22"} 0 node_disk_discards_completed_total{device="dm-23"} 0 node_disk_discards_completed_total{device="dm-24"} 0 node_disk_discards_completed_total{device="dm-3"} 0 node_disk_discards_completed_total{device="dm-4"} 0 node_disk_discards_completed_total{device="dm-5"} 0 node_disk_discards_completed_total{device="dm-6"} 0 node_disk_discards_completed_total{device="dm-7"} 0 node_disk_discards_completed_total{device="dm-8"} 0 node_disk_discards_completed_total{device="dm-9"} 0 node_disk_discards_completed_total{device="nbd0"} 0 node_disk_discards_completed_total{device="nbd1"} 0 node_disk_discards_completed_total{device="nbd10"} 0 node_disk_discards_completed_total{device="nbd11"} 0 node_disk_discards_completed_total{device="nbd12"} 0 node_disk_discards_completed_total{device="nbd13"} 0 node_disk_discards_completed_total{device="nbd14"} 0 node_disk_discards_completed_total{device="nbd15"} 0 node_disk_discards_completed_total{device="nbd2"} 0 node_disk_discards_completed_total{device="nbd3"} 0 node_disk_discards_completed_total{device="nbd4"} 0 node_disk_discards_completed_total{device="nbd5"} 0 node_disk_discards_completed_total{device="nbd6"} 0 node_disk_discards_completed_total{device="nbd7"} 0 node_disk_discards_completed_total{device="nbd8"} 0 node_disk_discards_completed_total{device="nbd9"} 0 node_disk_discards_completed_total{device="nvme0n1"} 0 node_disk_discards_completed_total{device="nvme1n1"} 0 node_disk_discards_completed_total{device="rbd0"} 0 node_disk_discards_completed_total{device="sda"} 0 node_disk_discards_completed_total{device="sdb"} 0 node_disk_discards_completed_total{device="sdc"} 0 node_disk_discards_completed_total{device="sdd"} 0 node_disk_discards_completed_total{device="sde"} 0 node_disk_discards_completed_total{device="sdf"} 0 node_disk_discards_completed_total{device="sdg"} 0 node_disk_discards_completed_total{device="sdh"} 0 node_disk_discards_completed_total{device="sdi"} 0 node_disk_discards_completed_total{device="sdj"} 0 node_disk_discards_completed_total{device="sdk"} 0 node_disk_discards_completed_total{device="sdl"} 0 node_disk_discards_completed_total{device="sdm"} 0 node_disk_discards_completed_total{device="sdn"} 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="dm-0"} 0 node_disk_discards_merged_total{device="dm-1"} 0 node_disk_discards_merged_total{device="dm-10"} 0 node_disk_discards_merged_total{device="dm-11"} 0 node_disk_discards_merged_total{device="dm-12"} 0 node_disk_discards_merged_total{device="dm-13"} 0 node_disk_discards_merged_total{device="dm-14"} 0 node_disk_discards_merged_total{device="dm-15"} 0 node_disk_discards_merged_total{device="dm-16"} 0 node_disk_discards_merged_total{device="dm-17"} 0 node_disk_discards_merged_total{device="dm-18"} 0 node_disk_discards_merged_total{device="dm-19"} 0 node_disk_discards_merged_total{device="dm-2"} 0 node_disk_discards_merged_total{device="dm-20"} 0 node_disk_discards_merged_total{device="dm-21"} 0 node_disk_discards_merged_total{device="dm-22"} 0 node_disk_discards_merged_total{device="dm-23"} 0 node_disk_discards_merged_total{device="dm-24"} 0 node_disk_discards_merged_total{device="dm-3"} 0 node_disk_discards_merged_total{device="dm-4"} 0 node_disk_discards_merged_total{device="dm-5"} 0 node_disk_discards_merged_total{device="dm-6"} 0 node_disk_discards_merged_total{device="dm-7"} 0 node_disk_discards_merged_total{device="dm-8"} 0 node_disk_discards_merged_total{device="dm-9"} 0 node_disk_discards_merged_total{device="nbd0"} 0 node_disk_discards_merged_total{device="nbd1"} 0 node_disk_discards_merged_total{device="nbd10"} 0 node_disk_discards_merged_total{device="nbd11"} 0 node_disk_discards_merged_total{device="nbd12"} 0 node_disk_discards_merged_total{device="nbd13"} 0 node_disk_discards_merged_total{device="nbd14"} 0 node_disk_discards_merged_total{device="nbd15"} 0 node_disk_discards_merged_total{device="nbd2"} 0 node_disk_discards_merged_total{device="nbd3"} 0 node_disk_discards_merged_total{device="nbd4"} 0 node_disk_discards_merged_total{device="nbd5"} 0 node_disk_discards_merged_total{device="nbd6"} 0 node_disk_discards_merged_total{device="nbd7"} 0 node_disk_discards_merged_total{device="nbd8"} 0 node_disk_discards_merged_total{device="nbd9"} 0 node_disk_discards_merged_total{device="nvme0n1"} 0 node_disk_discards_merged_total{device="nvme1n1"} 0 node_disk_discards_merged_total{device="rbd0"} 0 node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 node_disk_discards_merged_total{device="sdc"} 0 node_disk_discards_merged_total{device="sdd"} 0 node_disk_discards_merged_total{device="sde"} 0 node_disk_discards_merged_total{device="sdf"} 0 node_disk_discards_merged_total{device="sdg"} 0 node_disk_discards_merged_total{device="sdh"} 0 node_disk_discards_merged_total{device="sdi"} 0 node_disk_discards_merged_total{device="sdj"} 0 node_disk_discards_merged_total{device="sdk"} 0 node_disk_discards_merged_total{device="sdl"} 0 node_disk_discards_merged_total{device="sdm"} 0 node_disk_discards_merged_total{device="sdn"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="dm-0",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-1",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-10",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-11",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-12",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-13",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-14",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-15",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-16",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-17",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-18",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-19",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-2",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-20",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-21",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-22",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-23",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-24",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-3",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-4",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-5",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-6",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-7",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-8",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-9",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="nvme0n1",type="LVM2_member",usage="raid",uuid="589Vjp-fTId-iRE3-kHly-LBzH-DRzm-yOBT7F",version="LVM2 001"} 1 node_disk_filesystem_info{device="nvme1n1",type="LVM2_member",usage="raid",uuid="upgVOF-qeSg-0XPA-CxUX-Ri5m-hLai-JX83bN",version="LVM2 001"} 1 node_disk_filesystem_info{device="sda",type="LVM2_member",usage="raid",uuid="ecydYg-Q08H-swDx-TmM3-Rbe1-L1SU-thUdcs",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdb",type="LVM2_member",usage="raid",uuid="JYECVn-IkVU-f62F-KLXw-oNeX-Pd8d-L30VzN",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdc",type="LVM2_member",usage="raid",uuid="ZLM4zI-UmVz-ssW2-CuTr-Dgm0-2fc0-Yf354W",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdd",type="LVM2_member",usage="raid",uuid="4ce5rC-RYrV-0JCB-1Bzo-8rBc-Z52o-qSZDaj",version="LVM2 001"} 1 node_disk_filesystem_info{device="sde",type="LVM2_member",usage="raid",uuid="oOEVDO-dbmb-FRkK-Q9XQ-sBZl-pX1i-cTjJwH",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdf",type="LVM2_member",usage="raid",uuid="OW7bdE-6wxZ-9d1j-7sN0-gO7j-iD1I-TDLNi5",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdg",type="LVM2_member",usage="raid",uuid="TObOdh-NLi1-30nA-KQ8j-9BbX-ipGV-x6G2r9",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdh",type="LVM2_member",usage="raid",uuid="MzQmec-hfMB-nyqd-QlGq-wj3k-vXUk-5dgdyZ",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdi",type="LVM2_member",usage="raid",uuid="SlvVDT-tQez-ES4e-TOKt-pstD-LBvT-c0ANgM",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdj",type="LVM2_member",usage="raid",uuid="pJHEy2-F1mb-Xp6V-uNI5-IEun-2BS5-m7H8qr",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdk",type="LVM2_member",usage="raid",uuid="xrn3fL-Cpvo-ZLgl-CcGn-2O6d-b4Eh-jcegOS",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdl",type="LVM2_member",usage="raid",uuid="WMDffQ-4izj-uHST-ehCQ-0RKz-7GfG-WcTXbC",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdm",type="xfs",usage="filesystem",uuid="139ba0cb-38fe-4ed2-ad5f-d61edcfb2e42",version=""} 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="dm-0"} 0 node_disk_flush_requests_time_seconds_total{device="dm-1"} 0 node_disk_flush_requests_time_seconds_total{device="dm-10"} 0 node_disk_flush_requests_time_seconds_total{device="dm-11"} 0 node_disk_flush_requests_time_seconds_total{device="dm-12"} 0 node_disk_flush_requests_time_seconds_total{device="dm-13"} 0 node_disk_flush_requests_time_seconds_total{device="dm-14"} 0 node_disk_flush_requests_time_seconds_total{device="dm-15"} 0 node_disk_flush_requests_time_seconds_total{device="dm-16"} 0 node_disk_flush_requests_time_seconds_total{device="dm-17"} 0 node_disk_flush_requests_time_seconds_total{device="dm-18"} 0 node_disk_flush_requests_time_seconds_total{device="dm-19"} 0 node_disk_flush_requests_time_seconds_total{device="dm-2"} 0 node_disk_flush_requests_time_seconds_total{device="dm-20"} 0 node_disk_flush_requests_time_seconds_total{device="dm-21"} 0 node_disk_flush_requests_time_seconds_total{device="dm-22"} 0 node_disk_flush_requests_time_seconds_total{device="dm-23"} 0 node_disk_flush_requests_time_seconds_total{device="dm-24"} 0 node_disk_flush_requests_time_seconds_total{device="dm-3"} 0 node_disk_flush_requests_time_seconds_total{device="dm-4"} 0 node_disk_flush_requests_time_seconds_total{device="dm-5"} 0 node_disk_flush_requests_time_seconds_total{device="dm-6"} 0 node_disk_flush_requests_time_seconds_total{device="dm-7"} 0 node_disk_flush_requests_time_seconds_total{device="dm-8"} 0 node_disk_flush_requests_time_seconds_total{device="dm-9"} 0 node_disk_flush_requests_time_seconds_total{device="nbd0"} 0 node_disk_flush_requests_time_seconds_total{device="nbd1"} 0 node_disk_flush_requests_time_seconds_total{device="nbd10"} 0 node_disk_flush_requests_time_seconds_total{device="nbd11"} 0 node_disk_flush_requests_time_seconds_total{device="nbd12"} 0 node_disk_flush_requests_time_seconds_total{device="nbd13"} 0 node_disk_flush_requests_time_seconds_total{device="nbd14"} 0 node_disk_flush_requests_time_seconds_total{device="nbd15"} 0 node_disk_flush_requests_time_seconds_total{device="nbd2"} 0 node_disk_flush_requests_time_seconds_total{device="nbd3"} 0 node_disk_flush_requests_time_seconds_total{device="nbd4"} 0 node_disk_flush_requests_time_seconds_total{device="nbd5"} 0 node_disk_flush_requests_time_seconds_total{device="nbd6"} 0 node_disk_flush_requests_time_seconds_total{device="nbd7"} 0 node_disk_flush_requests_time_seconds_total{device="nbd8"} 0 node_disk_flush_requests_time_seconds_total{device="nbd9"} 0 node_disk_flush_requests_time_seconds_total{device="nvme0n1"} 1.332558957e+06 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 308506.82300000003 node_disk_flush_requests_time_seconds_total{device="rbd0"} 0 node_disk_flush_requests_time_seconds_total{device="sda"} 0 node_disk_flush_requests_time_seconds_total{device="sdb"} 0 node_disk_flush_requests_time_seconds_total{device="sdc"} 0 node_disk_flush_requests_time_seconds_total{device="sdd"} 0 node_disk_flush_requests_time_seconds_total{device="sde"} 0 node_disk_flush_requests_time_seconds_total{device="sdf"} 0 node_disk_flush_requests_time_seconds_total{device="sdg"} 0 node_disk_flush_requests_time_seconds_total{device="sdh"} 0 node_disk_flush_requests_time_seconds_total{device="sdi"} 0 node_disk_flush_requests_time_seconds_total{device="sdj"} 0 node_disk_flush_requests_time_seconds_total{device="sdk"} 0 node_disk_flush_requests_time_seconds_total{device="sdl"} 0 node_disk_flush_requests_time_seconds_total{device="sdm"} 0 node_disk_flush_requests_time_seconds_total{device="sdn"} 376.074 # 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="dm-0"} 0 node_disk_flush_requests_total{device="dm-1"} 0 node_disk_flush_requests_total{device="dm-10"} 0 node_disk_flush_requests_total{device="dm-11"} 0 node_disk_flush_requests_total{device="dm-12"} 0 node_disk_flush_requests_total{device="dm-13"} 0 node_disk_flush_requests_total{device="dm-14"} 0 node_disk_flush_requests_total{device="dm-15"} 0 node_disk_flush_requests_total{device="dm-16"} 0 node_disk_flush_requests_total{device="dm-17"} 0 node_disk_flush_requests_total{device="dm-18"} 0 node_disk_flush_requests_total{device="dm-19"} 0 node_disk_flush_requests_total{device="dm-2"} 0 node_disk_flush_requests_total{device="dm-20"} 0 node_disk_flush_requests_total{device="dm-21"} 0 node_disk_flush_requests_total{device="dm-22"} 0 node_disk_flush_requests_total{device="dm-23"} 0 node_disk_flush_requests_total{device="dm-24"} 0 node_disk_flush_requests_total{device="dm-3"} 0 node_disk_flush_requests_total{device="dm-4"} 0 node_disk_flush_requests_total{device="dm-5"} 0 node_disk_flush_requests_total{device="dm-6"} 0 node_disk_flush_requests_total{device="dm-7"} 0 node_disk_flush_requests_total{device="dm-8"} 0 node_disk_flush_requests_total{device="dm-9"} 0 node_disk_flush_requests_total{device="nbd0"} 0 node_disk_flush_requests_total{device="nbd1"} 0 node_disk_flush_requests_total{device="nbd10"} 0 node_disk_flush_requests_total{device="nbd11"} 0 node_disk_flush_requests_total{device="nbd12"} 0 node_disk_flush_requests_total{device="nbd13"} 0 node_disk_flush_requests_total{device="nbd14"} 0 node_disk_flush_requests_total{device="nbd15"} 0 node_disk_flush_requests_total{device="nbd2"} 0 node_disk_flush_requests_total{device="nbd3"} 0 node_disk_flush_requests_total{device="nbd4"} 0 node_disk_flush_requests_total{device="nbd5"} 0 node_disk_flush_requests_total{device="nbd6"} 0 node_disk_flush_requests_total{device="nbd7"} 0 node_disk_flush_requests_total{device="nbd8"} 0 node_disk_flush_requests_total{device="nbd9"} 0 node_disk_flush_requests_total{device="nvme0n1"} 2.55784997e+08 node_disk_flush_requests_total{device="nvme1n1"} 1.02300533e+08 node_disk_flush_requests_total{device="rbd0"} 0 node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 0 node_disk_flush_requests_total{device="sdc"} 0 node_disk_flush_requests_total{device="sdd"} 0 node_disk_flush_requests_total{device="sde"} 0 node_disk_flush_requests_total{device="sdf"} 0 node_disk_flush_requests_total{device="sdg"} 0 node_disk_flush_requests_total{device="sdh"} 0 node_disk_flush_requests_total{device="sdi"} 0 node_disk_flush_requests_total{device="sdj"} 0 node_disk_flush_requests_total{device="sdk"} 0 node_disk_flush_requests_total{device="sdl"} 0 node_disk_flush_requests_total{device="sdm"} 0 node_disk_flush_requests_total{device="sdn"} 4.217208e+06 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="253",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-1",major="253",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-10",major="253",minor="10",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-11",major="253",minor="11",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-12",major="253",minor="12",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-13",major="253",minor="13",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-14",major="253",minor="14",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-15",major="253",minor="15",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-16",major="253",minor="16",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-17",major="253",minor="17",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-18",major="253",minor="18",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-19",major="253",minor="19",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-2",major="253",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-20",major="253",minor="20",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-21",major="253",minor="21",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-22",major="253",minor="22",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-23",major="253",minor="23",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-24",major="253",minor="24",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-3",major="253",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-4",major="253",minor="4",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-5",major="253",minor="5",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-6",major="253",minor="6",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-7",major="253",minor="7",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-8",major="253",minor="8",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-9",major="253",minor="9",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd0",major="43",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd1",major="43",minor="32",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd10",major="43",minor="320",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd11",major="43",minor="352",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd12",major="43",minor="384",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd13",major="43",minor="416",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd14",major="43",minor="448",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd15",major="43",minor="480",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd2",major="43",minor="64",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd3",major="43",minor="96",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd4",major="43",minor="128",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd5",major="43",minor="160",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd6",major="43",minor="192",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd7",major="43",minor="224",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd8",major="43",minor="256",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd9",major="43",minor="288",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="1",model="Samsung SSD 980 PRO 1TB",path="pci-0000:21:00.0-nvme-1",revision="5B2QGXA7",rotational="0",serial="S5P2NG0R108608Y",wwn="eui.002538b111503118"} 1 node_disk_info{device="nvme1n1",major="259",minor="0",model="Samsung SSD 980 PRO 1TB",path="pci-0000:22:00.0-nvme-1",revision="3B2QGXA7",rotational="0",serial="S5P2NG0R731188F",wwn="eui.002538b711512674"} 1 node_disk_info{device="rbd0",major="252",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sda",major="8",minor="0",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:18:0",revision="US09",rotational="1",serial="2CHW7G7P",wwn="0x5000cca2a169e618"} 1 node_disk_info{device="sdb",major="8",minor="16",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:16:0",revision="US09",rotational="1",serial="2CHZAJLL",wwn="0x5000cca2a16f88bc"} 1 node_disk_info{device="sdc",major="8",minor="32",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:17:0",revision="US09",rotational="1",serial="2CHZAJ2L",wwn="0x5000cca2a16f887c"} 1 node_disk_info{device="sdd",major="8",minor="48",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:19:0",revision="US09",rotational="1",serial="3WJJ9E5K",wwn="0x5000cca2848e614c"} 1 node_disk_info{device="sde",major="8",minor="64",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:20:0",revision="US09",rotational="1",serial="2BHSEJLD",wwn="0x5000cca29562fb64"} 1 node_disk_info{device="sdf",major="8",minor="80",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:21:0",revision="US09",rotational="1",serial="2CHL99RN",wwn="0x5000cca2a159a494"} 1 node_disk_info{device="sdg",major="8",minor="96",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:22:0",revision="US09",rotational="1",serial="2CHNRB8P",wwn="0x5000cca2a15e0b80"} 1 node_disk_info{device="sdh",major="8",minor="112",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:23:0",revision="US09",rotational="1",serial="2CHSS0TP",wwn="0x5000cca2a16389e4"} 1 node_disk_info{device="sdi",major="8",minor="128",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:24:0",revision="US09",rotational="1",serial="2CHW7G9P",wwn="0x5000cca2a169e620"} 1 node_disk_info{device="sdj",major="8",minor="144",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:25:0",revision="US09",rotational="1",serial="2CH95XUN",wwn="0x5000cca2a1491468"} 1 node_disk_info{device="sdk",major="8",minor="160",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:26:0",revision="US09",rotational="1",serial="2CHW7L7P",wwn="0x5000cca2a169e808"} 1 node_disk_info{device="sdl",major="8",minor="176",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:27:0",revision="US09",rotational="1",serial="2CHZWX6L",wwn="0x5000cca2a1708da0"} 1 node_disk_info{device="sdm",major="8",minor="192",model="PERC_H745_Adp",path="pci-0000:41:00.0-scsi-0:3:111:0",revision="5.16",rotational="0",serial="009151c836bed5ee2800feb4cb50b207",wwn="0x6b07b250cbb4fe00"} 1 node_disk_info{device="sdn",major="8",minor="208",model="DELLBOSS_VD",path="pci-0000:a1:00.0-ata-1.0",revision="MV.R00-0",rotational="1",serial="c8d0f5e03afa0010",wwn=""} 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="dm-0"} 0 node_disk_io_now{device="dm-1"} 0 node_disk_io_now{device="dm-10"} 0 node_disk_io_now{device="dm-11"} 0 node_disk_io_now{device="dm-12"} 0 node_disk_io_now{device="dm-13"} 0 node_disk_io_now{device="dm-14"} 0 node_disk_io_now{device="dm-15"} 0 node_disk_io_now{device="dm-16"} 0 node_disk_io_now{device="dm-17"} 0 node_disk_io_now{device="dm-18"} 0 node_disk_io_now{device="dm-19"} 0 node_disk_io_now{device="dm-2"} 0 node_disk_io_now{device="dm-20"} 0 node_disk_io_now{device="dm-21"} 0 node_disk_io_now{device="dm-22"} 0 node_disk_io_now{device="dm-23"} 0 node_disk_io_now{device="dm-24"} 0 node_disk_io_now{device="dm-3"} 0 node_disk_io_now{device="dm-4"} 0 node_disk_io_now{device="dm-5"} 0 node_disk_io_now{device="dm-6"} 0 node_disk_io_now{device="dm-7"} 0 node_disk_io_now{device="dm-8"} 0 node_disk_io_now{device="dm-9"} 0 node_disk_io_now{device="nbd0"} 0 node_disk_io_now{device="nbd1"} 0 node_disk_io_now{device="nbd10"} 0 node_disk_io_now{device="nbd11"} 0 node_disk_io_now{device="nbd12"} 0 node_disk_io_now{device="nbd13"} 0 node_disk_io_now{device="nbd14"} 0 node_disk_io_now{device="nbd15"} 0 node_disk_io_now{device="nbd2"} 0 node_disk_io_now{device="nbd3"} 0 node_disk_io_now{device="nbd4"} 0 node_disk_io_now{device="nbd5"} 0 node_disk_io_now{device="nbd6"} 0 node_disk_io_now{device="nbd7"} 0 node_disk_io_now{device="nbd8"} 0 node_disk_io_now{device="nbd9"} 0 node_disk_io_now{device="nvme0n1"} 0 node_disk_io_now{device="nvme1n1"} 0 node_disk_io_now{device="rbd0"} 0 node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sdb"} 0 node_disk_io_now{device="sdc"} 0 node_disk_io_now{device="sdd"} 0 node_disk_io_now{device="sde"} 0 node_disk_io_now{device="sdf"} 0 node_disk_io_now{device="sdg"} 0 node_disk_io_now{device="sdh"} 0 node_disk_io_now{device="sdi"} 0 node_disk_io_now{device="sdj"} 0 node_disk_io_now{device="sdk"} 0 node_disk_io_now{device="sdl"} 0 node_disk_io_now{device="sdm"} 0 node_disk_io_now{device="sdn"} 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="dm-0"} 1.89709956e+06 node_disk_io_time_seconds_total{device="dm-1"} 1.901714787e+06 node_disk_io_time_seconds_total{device="dm-10"} 134801.317 node_disk_io_time_seconds_total{device="dm-11"} 1.685405311e+06 node_disk_io_time_seconds_total{device="dm-12"} 144841.14800000002 node_disk_io_time_seconds_total{device="dm-13"} 145178.99300000002 node_disk_io_time_seconds_total{device="dm-14"} 136169.734 node_disk_io_time_seconds_total{device="dm-15"} 1.876984922e+06 node_disk_io_time_seconds_total{device="dm-16"} 127533.889 node_disk_io_time_seconds_total{device="dm-17"} 131489.968 node_disk_io_time_seconds_total{device="dm-18"} 146800.745 node_disk_io_time_seconds_total{device="dm-19"} 133189.44 node_disk_io_time_seconds_total{device="dm-2"} 1.736833993e+06 node_disk_io_time_seconds_total{device="dm-20"} 131511.416 node_disk_io_time_seconds_total{device="dm-21"} 138795.864 node_disk_io_time_seconds_total{device="dm-22"} 142680.894 node_disk_io_time_seconds_total{device="dm-23"} 142249.07200000001 node_disk_io_time_seconds_total{device="dm-24"} 396111.74700000003 node_disk_io_time_seconds_total{device="dm-3"} 1.938603649e+06 node_disk_io_time_seconds_total{device="dm-4"} 2.21197185e+06 node_disk_io_time_seconds_total{device="dm-5"} 1.964243236e+06 node_disk_io_time_seconds_total{device="dm-6"} 2.156537751e+06 node_disk_io_time_seconds_total{device="dm-7"} 1.765859522e+06 node_disk_io_time_seconds_total{device="dm-8"} 1.766685528e+06 node_disk_io_time_seconds_total{device="dm-9"} 1.613081519e+06 node_disk_io_time_seconds_total{device="nbd0"} 0 node_disk_io_time_seconds_total{device="nbd1"} 0 node_disk_io_time_seconds_total{device="nbd10"} 0 node_disk_io_time_seconds_total{device="nbd11"} 0 node_disk_io_time_seconds_total{device="nbd12"} 0 node_disk_io_time_seconds_total{device="nbd13"} 0 node_disk_io_time_seconds_total{device="nbd14"} 0 node_disk_io_time_seconds_total{device="nbd15"} 0 node_disk_io_time_seconds_total{device="nbd2"} 0 node_disk_io_time_seconds_total{device="nbd3"} 0 node_disk_io_time_seconds_total{device="nbd4"} 0 node_disk_io_time_seconds_total{device="nbd5"} 0 node_disk_io_time_seconds_total{device="nbd6"} 0 node_disk_io_time_seconds_total{device="nbd7"} 0 node_disk_io_time_seconds_total{device="nbd8"} 0 node_disk_io_time_seconds_total{device="nbd9"} 0 node_disk_io_time_seconds_total{device="nvme0n1"} 849229.699 node_disk_io_time_seconds_total{device="nvme1n1"} 396382.7 node_disk_io_time_seconds_total{device="rbd0"} 233674.609 node_disk_io_time_seconds_total{device="sda"} 1.9638529000000001e+06 node_disk_io_time_seconds_total{device="sdb"} 1.684990975e+06 node_disk_io_time_seconds_total{device="sdc"} 1.938236369e+06 node_disk_io_time_seconds_total{device="sdd"} 2.156185505e+06 node_disk_io_time_seconds_total{device="sde"} 1.612678787e+06 node_disk_io_time_seconds_total{device="sdf"} 1.901227851e+06 node_disk_io_time_seconds_total{device="sdg"} 1.736458975e+06 node_disk_io_time_seconds_total{device="sdh"} 1.7655253260000001e+06 node_disk_io_time_seconds_total{device="sdi"} 1.896645465e+06 node_disk_io_time_seconds_total{device="sdj"} 1.766282082e+06 node_disk_io_time_seconds_total{device="sdk"} 1.876630672e+06 node_disk_io_time_seconds_total{device="sdl"} 2.211602875e+06 node_disk_io_time_seconds_total{device="sdm"} 2.325 node_disk_io_time_seconds_total{device="sdn"} 7175.558 # 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="dm-0"} 3.975794791e+06 node_disk_io_time_weighted_seconds_total{device="dm-1"} 4.0290033850000002e+06 node_disk_io_time_weighted_seconds_total{device="dm-10"} 211329.72400000002 node_disk_io_time_weighted_seconds_total{device="dm-11"} 3.012646239e+06 node_disk_io_time_weighted_seconds_total{device="dm-12"} 235769.008 node_disk_io_time_weighted_seconds_total{device="dm-13"} 224065.08800000002 node_disk_io_time_weighted_seconds_total{device="dm-14"} 208021.09900000002 node_disk_io_time_weighted_seconds_total{device="dm-15"} 1.711075634e+06 node_disk_io_time_weighted_seconds_total{device="dm-16"} 196749.396 node_disk_io_time_weighted_seconds_total{device="dm-17"} 198718.628 node_disk_io_time_weighted_seconds_total{device="dm-18"} 218625.396 node_disk_io_time_weighted_seconds_total{device="dm-19"} 194760.844 node_disk_io_time_weighted_seconds_total{device="dm-2"} 2.034627679e+06 node_disk_io_time_weighted_seconds_total{device="dm-20"} 189460.7 node_disk_io_time_weighted_seconds_total{device="dm-21"} 199746.128 node_disk_io_time_weighted_seconds_total{device="dm-22"} 211588.259 node_disk_io_time_weighted_seconds_total{device="dm-23"} 216303.988 node_disk_io_time_weighted_seconds_total{device="dm-24"} 771980.876 node_disk_io_time_weighted_seconds_total{device="dm-3"} 3.690950143e+06 node_disk_io_time_weighted_seconds_total{device="dm-4"} 3.775411839e+06 node_disk_io_time_weighted_seconds_total{device="dm-5"} 2.899267328e+06 node_disk_io_time_weighted_seconds_total{device="dm-6"} 1.336070507e+06 node_disk_io_time_weighted_seconds_total{device="dm-7"} 1.920396099e+06 node_disk_io_time_weighted_seconds_total{device="dm-8"} 4.165105187e+06 node_disk_io_time_weighted_seconds_total{device="dm-9"} 3.1230331410000003e+06 node_disk_io_time_weighted_seconds_total{device="nbd0"} 0 node_disk_io_time_weighted_seconds_total{device="nbd1"} 0 node_disk_io_time_weighted_seconds_total{device="nbd10"} 0 node_disk_io_time_weighted_seconds_total{device="nbd11"} 0 node_disk_io_time_weighted_seconds_total{device="nbd12"} 0 node_disk_io_time_weighted_seconds_total{device="nbd13"} 0 node_disk_io_time_weighted_seconds_total{device="nbd14"} 0 node_disk_io_time_weighted_seconds_total{device="nbd15"} 0 node_disk_io_time_weighted_seconds_total{device="nbd2"} 0 node_disk_io_time_weighted_seconds_total{device="nbd3"} 0 node_disk_io_time_weighted_seconds_total{device="nbd4"} 0 node_disk_io_time_weighted_seconds_total{device="nbd5"} 0 node_disk_io_time_weighted_seconds_total{device="nbd6"} 0 node_disk_io_time_weighted_seconds_total{device="nbd7"} 0 node_disk_io_time_weighted_seconds_total{device="nbd8"} 0 node_disk_io_time_weighted_seconds_total{device="nbd9"} 0 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 3.0196298140000002e+06 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 806711.311 node_disk_io_time_weighted_seconds_total{device="rbd0"} 2.380077665e+06 node_disk_io_time_weighted_seconds_total{device="sda"} 1.482681197e+06 node_disk_io_time_weighted_seconds_total{device="sdb"} 2.4872517430000002e+06 node_disk_io_time_weighted_seconds_total{device="sdc"} 2.670096794e+06 node_disk_io_time_weighted_seconds_total{device="sdd"} 2.868897221e+06 node_disk_io_time_weighted_seconds_total{device="sde"} 3.125052265e+06 node_disk_io_time_weighted_seconds_total{device="sdf"} 1.968061764e+06 node_disk_io_time_weighted_seconds_total{device="sdg"} 3.261983776e+06 node_disk_io_time_weighted_seconds_total{device="sdh"} 609874.21 node_disk_io_time_weighted_seconds_total{device="sdi"} 166889.423 node_disk_io_time_weighted_seconds_total{device="sdj"} 1.405247393e+06 node_disk_io_time_weighted_seconds_total{device="sdk"} 1.676049742e+06 node_disk_io_time_weighted_seconds_total{device="sdl"} 3.143174713e+06 node_disk_io_time_weighted_seconds_total{device="sdm"} 12.278 node_disk_io_time_weighted_seconds_total{device="sdn"} 56714.554000000004 # 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="dm-0"} 1.65331189153792e+14 node_disk_read_bytes_total{device="dm-1"} 1.64872958603264e+14 node_disk_read_bytes_total{device="dm-10"} 3.7658734592e+11 node_disk_read_bytes_total{device="dm-11"} 1.5077689485312e+14 node_disk_read_bytes_total{device="dm-12"} 4.0933777408e+11 node_disk_read_bytes_total{device="dm-13"} 3.34162092032e+11 node_disk_read_bytes_total{device="dm-14"} 3.54838183936e+11 node_disk_read_bytes_total{device="dm-15"} 1.59016302206976e+14 node_disk_read_bytes_total{device="dm-16"} 3.4677315584e+11 node_disk_read_bytes_total{device="dm-17"} 3.57431382016e+11 node_disk_read_bytes_total{device="dm-18"} 4.02009235456e+11 node_disk_read_bytes_total{device="dm-19"} 3.835843584e+11 node_disk_read_bytes_total{device="dm-2"} 1.54383289073664e+14 node_disk_read_bytes_total{device="dm-20"} 3.47266818048e+11 node_disk_read_bytes_total{device="dm-21"} 3.84711327744e+11 node_disk_read_bytes_total{device="dm-22"} 3.70818699264e+11 node_disk_read_bytes_total{device="dm-23"} 3.53753485312e+11 node_disk_read_bytes_total{device="dm-24"} 6.24737595392e+11 node_disk_read_bytes_total{device="dm-3"} 1.6666412228608e+14 node_disk_read_bytes_total{device="dm-4"} 1.83775491162112e+14 node_disk_read_bytes_total{device="dm-5"} 1.68897741836288e+14 node_disk_read_bytes_total{device="dm-6"} 1.7658696671232e+14 node_disk_read_bytes_total{device="dm-7"} 1.58189142257664e+14 node_disk_read_bytes_total{device="dm-8"} 1.59804063932416e+14 node_disk_read_bytes_total{device="dm-9"} 1.47100794433536e+14 node_disk_read_bytes_total{device="nbd0"} 0 node_disk_read_bytes_total{device="nbd1"} 0 node_disk_read_bytes_total{device="nbd10"} 0 node_disk_read_bytes_total{device="nbd11"} 0 node_disk_read_bytes_total{device="nbd12"} 0 node_disk_read_bytes_total{device="nbd13"} 0 node_disk_read_bytes_total{device="nbd14"} 0 node_disk_read_bytes_total{device="nbd15"} 0 node_disk_read_bytes_total{device="nbd2"} 0 node_disk_read_bytes_total{device="nbd3"} 0 node_disk_read_bytes_total{device="nbd4"} 0 node_disk_read_bytes_total{device="nbd5"} 0 node_disk_read_bytes_total{device="nbd6"} 0 node_disk_read_bytes_total{device="nbd7"} 0 node_disk_read_bytes_total{device="nbd8"} 0 node_disk_read_bytes_total{device="nbd9"} 0 node_disk_read_bytes_total{device="nvme0n1"} 4.421309669376e+12 node_disk_read_bytes_total{device="nvme1n1"} 6.24761741312e+11 node_disk_read_bytes_total{device="rbd0"} 7.4012117087232e+13 node_disk_read_bytes_total{device="sda"} 1.68897766002688e+14 node_disk_read_bytes_total{device="sdb"} 1.50776919089152e+14 node_disk_read_bytes_total{device="sdc"} 1.66664146644992e+14 node_disk_read_bytes_total{device="sdd"} 1.76586991058944e+14 node_disk_read_bytes_total{device="sde"} 1.47100818808832e+14 node_disk_read_bytes_total{device="sdf"} 1.64872982921216e+14 node_disk_read_bytes_total{device="sdg"} 1.54383313399808e+14 node_disk_read_bytes_total{device="sdh"} 1.58189166637056e+14 node_disk_read_bytes_total{device="sdi"} 1.65331213574144e+14 node_disk_read_bytes_total{device="sdj"} 1.5980408834048e+14 node_disk_read_bytes_total{device="sdk"} 1.59016326541312e+14 node_disk_read_bytes_total{device="sdl"} 1.83775515500544e+14 node_disk_read_bytes_total{device="sdm"} 6.7979264e+07 node_disk_read_bytes_total{device="sdn"} 1.5840931328e+11 # 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="dm-0"} 1.494681602e+06 node_disk_read_time_seconds_total{device="dm-1"} 2.020927031e+06 node_disk_read_time_seconds_total{device="dm-10"} 9220.825 node_disk_read_time_seconds_total{device="dm-11"} 439820.102 node_disk_read_time_seconds_total{device="dm-12"} 8995.324 node_disk_read_time_seconds_total{device="dm-13"} 9605.343 node_disk_read_time_seconds_total{device="dm-14"} 8998.617 node_disk_read_time_seconds_total{device="dm-15"} 3.91055937e+06 node_disk_read_time_seconds_total{device="dm-16"} 9731.795 node_disk_read_time_seconds_total{device="dm-17"} 10308.281 node_disk_read_time_seconds_total{device="dm-18"} 12414.548 node_disk_read_time_seconds_total{device="dm-19"} 10555.261 node_disk_read_time_seconds_total{device="dm-2"} 4.0765475130000003e+06 node_disk_read_time_seconds_total{device="dm-20"} 10279.676 node_disk_read_time_seconds_total{device="dm-21"} 9936.659 node_disk_read_time_seconds_total{device="dm-22"} 10468.960000000001 node_disk_read_time_seconds_total{device="dm-23"} 10663.58 node_disk_read_time_seconds_total{device="dm-24"} 113629.695 node_disk_read_time_seconds_total{device="dm-3"} 855093.737 node_disk_read_time_seconds_total{device="dm-4"} 815542.876 node_disk_read_time_seconds_total{device="dm-5"} 26288.701 node_disk_read_time_seconds_total{device="dm-6"} 2.578415846e+06 node_disk_read_time_seconds_total{device="dm-7"} 4.122135932e+06 node_disk_read_time_seconds_total{device="dm-8"} 1.568319583e+06 node_disk_read_time_seconds_total{device="dm-9"} 1.0362429670000001e+06 node_disk_read_time_seconds_total{device="nbd0"} 0 node_disk_read_time_seconds_total{device="nbd1"} 0 node_disk_read_time_seconds_total{device="nbd10"} 0 node_disk_read_time_seconds_total{device="nbd11"} 0 node_disk_read_time_seconds_total{device="nbd12"} 0 node_disk_read_time_seconds_total{device="nbd13"} 0 node_disk_read_time_seconds_total{device="nbd14"} 0 node_disk_read_time_seconds_total{device="nbd15"} 0 node_disk_read_time_seconds_total{device="nbd2"} 0 node_disk_read_time_seconds_total{device="nbd3"} 0 node_disk_read_time_seconds_total{device="nbd4"} 0 node_disk_read_time_seconds_total{device="nbd5"} 0 node_disk_read_time_seconds_total{device="nbd6"} 0 node_disk_read_time_seconds_total{device="nbd7"} 0 node_disk_read_time_seconds_total{device="nbd8"} 0 node_disk_read_time_seconds_total{device="nbd9"} 0 node_disk_read_time_seconds_total{device="nvme0n1"} 121440.93400000001 node_disk_read_time_seconds_total{device="nvme1n1"} 57698.311 node_disk_read_time_seconds_total{device="rbd0"} 209549.456 node_disk_read_time_seconds_total{device="sda"} 1.264693071e+06 node_disk_read_time_seconds_total{device="sdb"} 2.291878553e+06 node_disk_read_time_seconds_total{device="sdc"} 2.44540892e+06 node_disk_read_time_seconds_total{device="sdd"} 2.639318501e+06 node_disk_read_time_seconds_total{device="sde"} 2.963325769e+06 node_disk_read_time_seconds_total{device="sdf"} 1.8120819000000001e+06 node_disk_read_time_seconds_total{device="sdg"} 3.08831434e+06 node_disk_read_time_seconds_total{device="sdh"} 444614.139 node_disk_read_time_seconds_total{device="sdi"} 4.267426927e+06 node_disk_read_time_seconds_total{device="sdj"} 1.205158223e+06 node_disk_read_time_seconds_total{device="sdk"} 1.506603538e+06 node_disk_read_time_seconds_total{device="sdl"} 2.918403204e+06 node_disk_read_time_seconds_total{device="sdm"} 1.6640000000000001 node_disk_read_time_seconds_total{device="sdn"} 2802.7490000000003 # 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="dm-0"} 2.623522196e+09 node_disk_reads_completed_total{device="dm-1"} 2.615194462e+09 node_disk_reads_completed_total{device="dm-10"} 1.3919286e+07 node_disk_reads_completed_total{device="dm-11"} 2.393183128e+09 node_disk_reads_completed_total{device="dm-12"} 1.3685621e+07 node_disk_reads_completed_total{device="dm-13"} 1.3872046e+07 node_disk_reads_completed_total{device="dm-14"} 1.378506e+07 node_disk_reads_completed_total{device="dm-15"} 2.527671318e+09 node_disk_reads_completed_total{device="dm-16"} 1.4496154e+07 node_disk_reads_completed_total{device="dm-17"} 1.5620076e+07 node_disk_reads_completed_total{device="dm-18"} 1.70235e+07 node_disk_reads_completed_total{device="dm-19"} 1.5715365e+07 node_disk_reads_completed_total{device="dm-2"} 2.449880652e+09 node_disk_reads_completed_total{device="dm-20"} 1.4652399e+07 node_disk_reads_completed_total{device="dm-21"} 1.4457348e+07 node_disk_reads_completed_total{device="dm-22"} 1.4472076e+07 node_disk_reads_completed_total{device="dm-23"} 1.4940959e+07 node_disk_reads_completed_total{device="dm-24"} 4.7005634e+07 node_disk_reads_completed_total{device="dm-3"} 2.646614383e+09 node_disk_reads_completed_total{device="dm-4"} 2.915627869e+09 node_disk_reads_completed_total{device="dm-5"} 2.681323153e+09 node_disk_reads_completed_total{device="dm-6"} 2.798649359e+09 node_disk_reads_completed_total{device="dm-7"} 2.512237607e+09 node_disk_reads_completed_total{device="dm-8"} 2.538922689e+09 node_disk_reads_completed_total{device="dm-9"} 2.335696265e+09 node_disk_reads_completed_total{device="nbd0"} 0 node_disk_reads_completed_total{device="nbd1"} 0 node_disk_reads_completed_total{device="nbd10"} 0 node_disk_reads_completed_total{device="nbd11"} 0 node_disk_reads_completed_total{device="nbd12"} 0 node_disk_reads_completed_total{device="nbd13"} 0 node_disk_reads_completed_total{device="nbd14"} 0 node_disk_reads_completed_total{device="nbd15"} 0 node_disk_reads_completed_total{device="nbd2"} 0 node_disk_reads_completed_total{device="nbd3"} 0 node_disk_reads_completed_total{device="nbd4"} 0 node_disk_reads_completed_total{device="nbd5"} 0 node_disk_reads_completed_total{device="nbd6"} 0 node_disk_reads_completed_total{device="nbd7"} 0 node_disk_reads_completed_total{device="nbd8"} 0 node_disk_reads_completed_total{device="nbd9"} 0 node_disk_reads_completed_total{device="nvme0n1"} 1.76646507e+08 node_disk_reads_completed_total{device="nvme1n1"} 2.142331e+07 node_disk_reads_completed_total{device="rbd0"} 2.7993816e+07 node_disk_reads_completed_total{device="sda"} 1.446891525e+09 node_disk_reads_completed_total{device="sdb"} 1.277220006e+09 node_disk_reads_completed_total{device="sdc"} 1.446930718e+09 node_disk_reads_completed_total{device="sdd"} 1.512651836e+09 node_disk_reads_completed_total{device="sde"} 1.250570141e+09 node_disk_reads_completed_total{device="sdf"} 1.409915745e+09 node_disk_reads_completed_total{device="sdg"} 1.328609005e+09 node_disk_reads_completed_total{device="sdh"} 1.349736955e+09 node_disk_reads_completed_total{device="sdi"} 1.424140567e+09 node_disk_reads_completed_total{device="sdj"} 1.351764038e+09 node_disk_reads_completed_total{device="sdk"} 1.368230161e+09 node_disk_reads_completed_total{device="sdl"} 1.584809373e+09 node_disk_reads_completed_total{device="sdm"} 5981 node_disk_reads_completed_total{device="sdn"} 7.919215e+06 # 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="dm-0"} 0 node_disk_reads_merged_total{device="dm-1"} 0 node_disk_reads_merged_total{device="dm-10"} 0 node_disk_reads_merged_total{device="dm-11"} 0 node_disk_reads_merged_total{device="dm-12"} 0 node_disk_reads_merged_total{device="dm-13"} 0 node_disk_reads_merged_total{device="dm-14"} 0 node_disk_reads_merged_total{device="dm-15"} 0 node_disk_reads_merged_total{device="dm-16"} 0 node_disk_reads_merged_total{device="dm-17"} 0 node_disk_reads_merged_total{device="dm-18"} 0 node_disk_reads_merged_total{device="dm-19"} 0 node_disk_reads_merged_total{device="dm-2"} 0 node_disk_reads_merged_total{device="dm-20"} 0 node_disk_reads_merged_total{device="dm-21"} 0 node_disk_reads_merged_total{device="dm-22"} 0 node_disk_reads_merged_total{device="dm-23"} 0 node_disk_reads_merged_total{device="dm-24"} 0 node_disk_reads_merged_total{device="dm-3"} 0 node_disk_reads_merged_total{device="dm-4"} 0 node_disk_reads_merged_total{device="dm-5"} 0 node_disk_reads_merged_total{device="dm-6"} 0 node_disk_reads_merged_total{device="dm-7"} 0 node_disk_reads_merged_total{device="dm-8"} 0 node_disk_reads_merged_total{device="dm-9"} 0 node_disk_reads_merged_total{device="nbd0"} 0 node_disk_reads_merged_total{device="nbd1"} 0 node_disk_reads_merged_total{device="nbd10"} 0 node_disk_reads_merged_total{device="nbd11"} 0 node_disk_reads_merged_total{device="nbd12"} 0 node_disk_reads_merged_total{device="nbd13"} 0 node_disk_reads_merged_total{device="nbd14"} 0 node_disk_reads_merged_total{device="nbd15"} 0 node_disk_reads_merged_total{device="nbd2"} 0 node_disk_reads_merged_total{device="nbd3"} 0 node_disk_reads_merged_total{device="nbd4"} 0 node_disk_reads_merged_total{device="nbd5"} 0 node_disk_reads_merged_total{device="nbd6"} 0 node_disk_reads_merged_total{device="nbd7"} 0 node_disk_reads_merged_total{device="nbd8"} 0 node_disk_reads_merged_total{device="nbd9"} 0 node_disk_reads_merged_total{device="nvme0n1"} 0 node_disk_reads_merged_total{device="nvme1n1"} 2.5582785e+07 node_disk_reads_merged_total{device="rbd0"} 4.9347268e+07 node_disk_reads_merged_total{device="sda"} 1.234432084e+09 node_disk_reads_merged_total{device="sdb"} 1.115963598e+09 node_disk_reads_merged_total{device="sdc"} 1.199684129e+09 node_disk_reads_merged_total{device="sdd"} 1.285997999e+09 node_disk_reads_merged_total{device="sde"} 1.085126593e+09 node_disk_reads_merged_total{device="sdf"} 1.205279173e+09 node_disk_reads_merged_total{device="sdg"} 1.121272117e+09 node_disk_reads_merged_total{device="sdh"} 1.162501124e+09 node_disk_reads_merged_total{device="sdi"} 1.199382101e+09 node_disk_reads_merged_total{device="sdj"} 1.187159124e+09 node_disk_reads_merged_total{device="sdk"} 1.159441626e+09 node_disk_reads_merged_total{device="sdl"} 1.330818963e+09 node_disk_reads_merged_total{device="sdm"} 53 node_disk_reads_merged_total{device="sdn"} 748838 # 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="dm-0"} 2.4811131890000002e+06 node_disk_write_time_seconds_total{device="dm-1"} 2.008076354e+06 node_disk_write_time_seconds_total{device="dm-10"} 202108.899 node_disk_write_time_seconds_total{device="dm-11"} 2.572826137e+06 node_disk_write_time_seconds_total{device="dm-12"} 226773.684 node_disk_write_time_seconds_total{device="dm-13"} 214459.745 node_disk_write_time_seconds_total{device="dm-14"} 199022.48200000002 node_disk_write_time_seconds_total{device="dm-15"} 2.09548356e+06 node_disk_write_time_seconds_total{device="dm-16"} 187017.601 node_disk_write_time_seconds_total{device="dm-17"} 188410.347 node_disk_write_time_seconds_total{device="dm-18"} 206210.848 node_disk_write_time_seconds_total{device="dm-19"} 184205.583 node_disk_write_time_seconds_total{device="dm-2"} 2.253047462e+06 node_disk_write_time_seconds_total{device="dm-20"} 179181.024 node_disk_write_time_seconds_total{device="dm-21"} 189809.469 node_disk_write_time_seconds_total{device="dm-22"} 201119.299 node_disk_write_time_seconds_total{device="dm-23"} 205640.408 node_disk_write_time_seconds_total{device="dm-24"} 658351.181 node_disk_write_time_seconds_total{device="dm-3"} 2.835856406e+06 node_disk_write_time_seconds_total{device="dm-4"} 2.959868963e+06 node_disk_write_time_seconds_total{device="dm-5"} 2.872978627e+06 node_disk_write_time_seconds_total{device="dm-6"} 3.052621957e+06 node_disk_write_time_seconds_total{device="dm-7"} 2.093227463e+06 node_disk_write_time_seconds_total{device="dm-8"} 2.5967856040000003e+06 node_disk_write_time_seconds_total{device="dm-9"} 2.086790174e+06 node_disk_write_time_seconds_total{device="nbd0"} 0 node_disk_write_time_seconds_total{device="nbd1"} 0 node_disk_write_time_seconds_total{device="nbd10"} 0 node_disk_write_time_seconds_total{device="nbd11"} 0 node_disk_write_time_seconds_total{device="nbd12"} 0 node_disk_write_time_seconds_total{device="nbd13"} 0 node_disk_write_time_seconds_total{device="nbd14"} 0 node_disk_write_time_seconds_total{device="nbd15"} 0 node_disk_write_time_seconds_total{device="nbd2"} 0 node_disk_write_time_seconds_total{device="nbd3"} 0 node_disk_write_time_seconds_total{device="nbd4"} 0 node_disk_write_time_seconds_total{device="nbd5"} 0 node_disk_write_time_seconds_total{device="nbd6"} 0 node_disk_write_time_seconds_total{device="nbd7"} 0 node_disk_write_time_seconds_total{device="nbd8"} 0 node_disk_write_time_seconds_total{device="nbd9"} 0 node_disk_write_time_seconds_total{device="nvme0n1"} 1.565629921e+06 node_disk_write_time_seconds_total{device="nvme1n1"} 440506.177 node_disk_write_time_seconds_total{device="rbd0"} 2.1705282090000003e+06 node_disk_write_time_seconds_total{device="sda"} 217988.125 node_disk_write_time_seconds_total{device="sdb"} 195373.189 node_disk_write_time_seconds_total{device="sdc"} 224687.873 node_disk_write_time_seconds_total{device="sdd"} 229578.72 node_disk_write_time_seconds_total{device="sde"} 161726.496 node_disk_write_time_seconds_total{device="sdf"} 155979.864 node_disk_write_time_seconds_total{device="sdg"} 173669.435 node_disk_write_time_seconds_total{device="sdh"} 165260.07 node_disk_write_time_seconds_total{device="sdi"} 194429.79200000002 node_disk_write_time_seconds_total{device="sdj"} 200089.17 node_disk_write_time_seconds_total{device="sdk"} 169446.203 node_disk_write_time_seconds_total{device="sdl"} 224771.509 node_disk_write_time_seconds_total{device="sdm"} 10.614 node_disk_write_time_seconds_total{device="sdn"} 53535.731 # 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="dm-0"} 1.30448988e+08 node_disk_writes_completed_total{device="dm-1"} 1.09044083e+08 node_disk_writes_completed_total{device="dm-10"} 1.7956822e+08 node_disk_writes_completed_total{device="dm-11"} 1.30546471e+08 node_disk_writes_completed_total{device="dm-12"} 1.92446017e+08 node_disk_writes_completed_total{device="dm-13"} 1.91359096e+08 node_disk_writes_completed_total{device="dm-14"} 1.7564332e+08 node_disk_writes_completed_total{device="dm-15"} 9.9394677e+07 node_disk_writes_completed_total{device="dm-16"} 1.56212468e+08 node_disk_writes_completed_total{device="dm-17"} 1.6881145e+08 node_disk_writes_completed_total{device="dm-18"} 1.88927077e+08 node_disk_writes_completed_total{device="dm-19"} 1.72275258e+08 node_disk_writes_completed_total{device="dm-2"} 1.14578422e+08 node_disk_writes_completed_total{device="dm-20"} 1.60444047e+08 node_disk_writes_completed_total{device="dm-21"} 1.77442115e+08 node_disk_writes_completed_total{device="dm-22"} 1.88065871e+08 node_disk_writes_completed_total{device="dm-23"} 1.84048753e+08 node_disk_writes_completed_total{device="dm-24"} 1.447951141e+09 node_disk_writes_completed_total{device="dm-3"} 1.33139151e+08 node_disk_writes_completed_total{device="dm-4"} 1.33494812e+08 node_disk_writes_completed_total{device="dm-5"} 1.39612619e+08 node_disk_writes_completed_total{device="dm-6"} 1.4041272e+08 node_disk_writes_completed_total{device="dm-7"} 1.12473031e+08 node_disk_writes_completed_total{device="dm-8"} 1.23180258e+08 node_disk_writes_completed_total{device="dm-9"} 1.12954591e+08 node_disk_writes_completed_total{device="nbd0"} 0 node_disk_writes_completed_total{device="nbd1"} 0 node_disk_writes_completed_total{device="nbd10"} 0 node_disk_writes_completed_total{device="nbd11"} 0 node_disk_writes_completed_total{device="nbd12"} 0 node_disk_writes_completed_total{device="nbd13"} 0 node_disk_writes_completed_total{device="nbd14"} 0 node_disk_writes_completed_total{device="nbd15"} 0 node_disk_writes_completed_total{device="nbd2"} 0 node_disk_writes_completed_total{device="nbd3"} 0 node_disk_writes_completed_total{device="nbd4"} 0 node_disk_writes_completed_total{device="nbd5"} 0 node_disk_writes_completed_total{device="nbd6"} 0 node_disk_writes_completed_total{device="nbd7"} 0 node_disk_writes_completed_total{device="nbd8"} 0 node_disk_writes_completed_total{device="nbd9"} 0 node_disk_writes_completed_total{device="nvme0n1"} 5.6748853e+08 node_disk_writes_completed_total{device="nvme1n1"} 3.56138702e+08 node_disk_writes_completed_total{device="rbd0"} 3.7613923e+07 node_disk_writes_completed_total{device="sda"} 1.1865516e+07 node_disk_writes_completed_total{device="sdb"} 1.1195791e+07 node_disk_writes_completed_total{device="sdc"} 1.1384712e+07 node_disk_writes_completed_total{device="sdd"} 1.1945041e+07 node_disk_writes_completed_total{device="sde"} 9.885041e+06 node_disk_writes_completed_total{device="sdf"} 9.54381e+06 node_disk_writes_completed_total{device="sdg"} 9.960553e+06 node_disk_writes_completed_total{device="sdh"} 9.800636e+06 node_disk_writes_completed_total{device="sdi"} 1.105372e+07 node_disk_writes_completed_total{device="sdj"} 1.0630801e+07 node_disk_writes_completed_total{device="sdk"} 8.949159e+06 node_disk_writes_completed_total{device="sdl"} 1.14958e+07 node_disk_writes_completed_total{device="sdm"} 32752 node_disk_writes_completed_total{device="sdn"} 4.8008135e+07 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="dm-1"} 0 node_disk_writes_merged_total{device="dm-10"} 0 node_disk_writes_merged_total{device="dm-11"} 0 node_disk_writes_merged_total{device="dm-12"} 0 node_disk_writes_merged_total{device="dm-13"} 0 node_disk_writes_merged_total{device="dm-14"} 0 node_disk_writes_merged_total{device="dm-15"} 0 node_disk_writes_merged_total{device="dm-16"} 0 node_disk_writes_merged_total{device="dm-17"} 0 node_disk_writes_merged_total{device="dm-18"} 0 node_disk_writes_merged_total{device="dm-19"} 0 node_disk_writes_merged_total{device="dm-2"} 0 node_disk_writes_merged_total{device="dm-20"} 0 node_disk_writes_merged_total{device="dm-21"} 0 node_disk_writes_merged_total{device="dm-22"} 0 node_disk_writes_merged_total{device="dm-23"} 0 node_disk_writes_merged_total{device="dm-24"} 0 node_disk_writes_merged_total{device="dm-3"} 0 node_disk_writes_merged_total{device="dm-4"} 0 node_disk_writes_merged_total{device="dm-5"} 0 node_disk_writes_merged_total{device="dm-6"} 0 node_disk_writes_merged_total{device="dm-7"} 0 node_disk_writes_merged_total{device="dm-8"} 0 node_disk_writes_merged_total{device="dm-9"} 0 node_disk_writes_merged_total{device="nbd0"} 0 node_disk_writes_merged_total{device="nbd1"} 0 node_disk_writes_merged_total{device="nbd10"} 0 node_disk_writes_merged_total{device="nbd11"} 0 node_disk_writes_merged_total{device="nbd12"} 0 node_disk_writes_merged_total{device="nbd13"} 0 node_disk_writes_merged_total{device="nbd14"} 0 node_disk_writes_merged_total{device="nbd15"} 0 node_disk_writes_merged_total{device="nbd2"} 0 node_disk_writes_merged_total{device="nbd3"} 0 node_disk_writes_merged_total{device="nbd4"} 0 node_disk_writes_merged_total{device="nbd5"} 0 node_disk_writes_merged_total{device="nbd6"} 0 node_disk_writes_merged_total{device="nbd7"} 0 node_disk_writes_merged_total{device="nbd8"} 0 node_disk_writes_merged_total{device="nbd9"} 0 node_disk_writes_merged_total{device="nvme0n1"} 1.568256068e+09 node_disk_writes_merged_total{device="nvme1n1"} 1.092264803e+09 node_disk_writes_merged_total{device="rbd0"} 9.9124569e+07 node_disk_writes_merged_total{device="sda"} 1.27747111e+08 node_disk_writes_merged_total{device="sdb"} 1.193507e+08 node_disk_writes_merged_total{device="sdc"} 1.21754443e+08 node_disk_writes_merged_total{device="sdd"} 1.2846769e+08 node_disk_writes_merged_total{device="sde"} 1.03069562e+08 node_disk_writes_merged_total{device="sdf"} 9.9500278e+07 node_disk_writes_merged_total{device="sdg"} 1.04617876e+08 node_disk_writes_merged_total{device="sdh"} 1.02672401e+08 node_disk_writes_merged_total{device="sdi"} 1.19395289e+08 node_disk_writes_merged_total{device="sdj"} 1.12549461e+08 node_disk_writes_merged_total{device="sdk"} 9.044552e+07 node_disk_writes_merged_total{device="sdl"} 1.21999033e+08 node_disk_writes_merged_total{device="sdm"} 4550 node_disk_writes_merged_total{device="sdn"} 5.9173062e+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="dm-0"} 8.34980681728e+12 node_disk_written_bytes_total{device="dm-1"} 6.956845924352e+12 node_disk_written_bytes_total{device="dm-10"} 6.56703033344e+11 node_disk_written_bytes_total{device="dm-11"} 8.346934112256e+12 node_disk_written_bytes_total{device="dm-12"} 7.00723392512e+11 node_disk_written_bytes_total{device="dm-13"} 6.95500660736e+11 node_disk_written_bytes_total{device="dm-14"} 6.38681812992e+11 node_disk_written_bytes_total{device="dm-15"} 6.32352456704e+12 node_disk_written_bytes_total{device="dm-16"} 5.67742373888e+11 node_disk_written_bytes_total{device="dm-17"} 6.16643035136e+11 node_disk_written_bytes_total{device="dm-18"} 6.86746386432e+11 node_disk_written_bytes_total{device="dm-19"} 6.293677056e+11 node_disk_written_bytes_total{device="dm-2"} 7.316390166528e+12 node_disk_written_bytes_total{device="dm-20"} 5.81833273344e+11 node_disk_written_bytes_total{device="dm-21"} 6.446426112e+11 node_disk_written_bytes_total{device="dm-22"} 6.85684002816e+11 node_disk_written_bytes_total{device="dm-23"} 6.69146771456e+11 node_disk_written_bytes_total{device="dm-24"} 6.982042865664e+12 node_disk_written_bytes_total{device="dm-3"} 8.517095677952e+12 node_disk_written_bytes_total{device="dm-4"} 8.533151731712e+12 node_disk_written_bytes_total{device="dm-5"} 8.934938996736e+12 node_disk_written_bytes_total{device="dm-6"} 8.985053237248e+12 node_disk_written_bytes_total{device="dm-7"} 7.178853593088e+12 node_disk_written_bytes_total{device="dm-8"} 7.870944944128e+12 node_disk_written_bytes_total{device="dm-9"} 7.207154675712e+12 node_disk_written_bytes_total{device="nbd0"} 0 node_disk_written_bytes_total{device="nbd1"} 0 node_disk_written_bytes_total{device="nbd10"} 0 node_disk_written_bytes_total{device="nbd11"} 0 node_disk_written_bytes_total{device="nbd12"} 0 node_disk_written_bytes_total{device="nbd13"} 0 node_disk_written_bytes_total{device="nbd14"} 0 node_disk_written_bytes_total{device="nbd15"} 0 node_disk_written_bytes_total{device="nbd2"} 0 node_disk_written_bytes_total{device="nbd3"} 0 node_disk_written_bytes_total{device="nbd4"} 0 node_disk_written_bytes_total{device="nbd5"} 0 node_disk_written_bytes_total{device="nbd6"} 0 node_disk_written_bytes_total{device="nbd7"} 0 node_disk_written_bytes_total{device="nbd8"} 0 node_disk_written_bytes_total{device="nbd9"} 0 node_disk_written_bytes_total{device="nvme0n1"} 7.773415059456e+12 node_disk_written_bytes_total{device="nvme1n1"} 6.982042865664e+12 node_disk_written_bytes_total{device="rbd0"} 1.30636938510336e+14 node_disk_written_bytes_total{device="sda"} 8.934938996736e+12 node_disk_written_bytes_total{device="sdb"} 8.346934112256e+12 node_disk_written_bytes_total{device="sdc"} 8.517095677952e+12 node_disk_written_bytes_total{device="sdd"} 8.985053237248e+12 node_disk_written_bytes_total{device="sde"} 7.207154675712e+12 node_disk_written_bytes_total{device="sdf"} 6.956845924352e+12 node_disk_written_bytes_total{device="sdg"} 7.316390166528e+12 node_disk_written_bytes_total{device="sdh"} 7.178853593088e+12 node_disk_written_bytes_total{device="sdi"} 8.34980681728e+12 node_disk_written_bytes_total{device="sdj"} 7.870944944128e+12 node_disk_written_bytes_total{device="sdk"} 6.32352456704e+12 node_disk_written_bytes_total{device="sdl"} 8.533151731712e+12 node_disk_written_bytes_total{device="sdm"} 6.89527808e+08 node_disk_written_bytes_total{device="sdn"} 1.331087996928e+12 # 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="09/10/2024",bios_release="2.16",bios_vendor="Dell Inc.",bios_version="2.16.3",board_name="03WYW4",board_vendor="Dell Inc.",board_version="A05",chassis_asset_tag="",chassis_vendor="Dell Inc.",chassis_version="",product_family="PowerEdge",product_name="PowerEdge R7525",product_sku="SKU=08FF;ModelName=PowerEdge R7525",product_version="",system_vendor="Dell Inc."} 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 # 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="2"} 0 node_edac_csrow_correctable_errors_total{controller="0",csrow="3"} 0 node_edac_csrow_correctable_errors_total{controller="0",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="1",csrow="2"} 0 node_edac_csrow_correctable_errors_total{controller="1",csrow="3"} 0 node_edac_csrow_correctable_errors_total{controller="1",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="2"} 0 node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="3"} 0 node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="2"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="3"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",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 # 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, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 11744 # 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/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87099019264e+12 node_filesystem_avail_bytes{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.02043392e+08 node_filesystem_avail_bytes{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 5.93088512e+08 node_filesystem_avail_bytes{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 1.0103719936e+11 node_filesystem_avail_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 2.43941184110592e+15 node_filesystem_avail_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 2.43941184110592e+15 node_filesystem_avail_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 7.3935857123328e+13 node_filesystem_avail_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 4.052223000576e+12 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.03643164672e+11 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 5.4005915648e+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/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_device_error{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_device_error{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_device_error{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_device_error{device="cvmfs2",device_error="transport endpoint is not connected",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_device_error{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/05bf189f189e207e6c15f5cd84892d00bc3a6837d76309a3d6a148de2d157e9f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/101cc2cf7b8c59ed503bd791afe7dbe99e095abfc88997fca0a263ac186cd2c6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/16649a96050cfdae307185a5feaead757a04b529e0c7afe68e9e7f7acf7a0ab2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d46818574361f599c828f574c76ca485cbdbd4a4b0459f6003ca66d3956c906/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/28679dfabe2d3426fd536ef0ebb4d569128979356a7774291873cbc91be6fad4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2dd3b16547bbe467d153023046a25721beddb3380f9b927343f84d3b55cfb827/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2de4241be3727c07683119af6fca0e0256d5b28ea7421cf051dbf2f9ab5d10e3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/327c424d09b187aa44259ff28ba1454f6040b128aa4b48f03e91d38fef8077ff/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3977c61af54c4e3cf29540b142228a851c7b5955eeb28e64fec9a50c9db43ab3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c74454ac367e6ad13539faf8d10b36eac80b4a4ef908c3e020821ce2ea51afa/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/43d7e9c4e1b32d6e784f88944b660b39c91becf569f2bbf30a6aed6acbecdafa/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4550a71b4b6230257035620aa8f26cc3e4d7dfa78518fb172fe72a146fca8fdc/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/48e07846b81d5bc99cbbcaebcd44462c99d22ab33d8766e083a528af7cae4072/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/494e24d8accc3cf3f4816418b7e2fa5774a2e81e3501786bd1bce91fbcae4405/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c70f75a16d03606d88f3c38d8c2d32769f40a0ae6c56ce0230a963ba73a20b3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d275ead6d06b1b14290d9afaa8820f0563f577b7e7fc4300e6d1f3290c12a87/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/504818cfc73638c99d354d4062d2188310a85e508483539afaa7313c27dfd97b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6aa2391ac789448a4404af870b3ceb209108df734d965e54cbfb400a41dd2e5d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7206fd8b1a68a0459cc31c6d9189ab13a3d2170db0607f7591c74a4c13ccfe39/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c6e339ca184fac17e2eeb2b44774e19f19bbfbf93c1947a97373ce6f8e69eab/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7ced411a938b0a77d726944a9b19a726feca35f52c9170b06bebac7aafe43826/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7df7a1f58965232c5b19562f62c803d160a1979f645278eb882d9f838f9d9a00/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/815e9d3e4d798bccf6919247a459f981681a3400b51eca50da1ab3dc9ec1f52f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8a2b80ae64cca815d8b7a1cfd1352044f960c25bf7a5a87b5374e62964c8650a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8a45e83635e4bf531af22da62ac3a45df4ad6543ea0fc348eb0e217ea4659cb7/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ab74c857f5840ef6cfee017f5d5773fa98cff617c67da2df566465b69c8d6c3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/93d087630c639d01064e854aa32a5dfde56b1ccd31f460a47db407c1519aa80e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9c08a2642fcaec2ca5330dc47cc7f0466d8a602bbf8c26492b9fbd34e27a27ec/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0e4b42b2a6cf13a1878f3822d064916cc37bb8ee47cf5dce242d9e08800a298/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a45a9eddb3a85f41528ef24dd6f0fa2ed3b200565e2d937b738e28247a7b579d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ab8e5748f2ca23d98d4e7df6ccaa88e43c82f133406b33002b6737fb06daa756/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae9927783c95f839cb3038ff472317380f10f72dc85cc5bac6525fc0e53e200c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b3f335a9c13b6deba9aceaf49d448f3768e0e33dac6e5035abfe6fbc1ba8ba9a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d3f8788f5a11da83eeae464dab2edb61b8ce3424e8e5c9e626563db9b8296699/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df2ca81110f6420f34b81a11272613b2155b70a04465620000a6c8b4cbe88c45/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e470c2285da4398161293ebeb15b5481a25096f74d5b0a7e677d1401d9a1599f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e8614b0ec0b78986a37e2283b90a72681d496ec1ec3c7d841440a7c649eb0ad9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f9e57a650d5e9e455136549f3b1ab7f6375f7749568bb084e351fb400b1e05e9/shm"} 1 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",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/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87432128e+08 node_filesystem_files{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 65536 node_filesystem_files{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 1.4573568e+07 node_filesystem_files{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 7.33625414e+08 node_filesystem_files{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 7.33625414e+08 node_filesystem_files{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.3724804e+07 node_filesystem_files{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 8.074803935e+09 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 819200 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3185038e+07 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87384775e+08 node_filesystem_files_free{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 65490 node_filesystem_files_free{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 1.3133934e+07 node_filesystem_files_free{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 1.8446744073709552e+19 node_filesystem_files_free{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 1.8446744073709552e+19 node_filesystem_files_free{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.8446744073709552e+19 node_filesystem_files_free{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 7.914497584e+09 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 814457 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3185022e+07 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87099019264e+12 node_filesystem_free_bytes{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.02043392e+08 node_filesystem_free_bytes{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 6.63552e+08 node_filesystem_free_bytes{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 1.12989233152e+11 node_filesystem_free_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 2.43941184110592e+15 node_filesystem_free_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 2.43941184110592e+15 node_filesystem_free_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 7.3935857123328e+13 node_filesystem_free_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 4.052223000576e+12 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.03643164672e+11 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 5.4005915648e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sdm",major="8",minor="192",mountpoint="/scratch"} 1 node_filesystem_mount_info{device="/dev/sdn1",major="8",minor="209",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sdn2",major="8",minor="210",mountpoint="/boot"} 1 node_filesystem_mount_info{device="/dev/sdn3",major="8",minor="211",mountpoint="/"} 1 node_filesystem_mount_info{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",major="0",minor="44",mountpoint="/cold"} 1 node_filesystem_mount_info{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",major="0",minor="45",mountpoint="/data"} 1 node_filesystem_mount_info{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",major="0",minor="46",mountpoint="/work"} 1 node_filesystem_mount_info{device="nfs.af.uchicago.edu:/export/home",major="0",minor="49",mountpoint="/home"} 1 node_filesystem_mount_info{device="none",major="0",minor="33",mountpoint="/run/credentials/systemd-sysctl.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="34",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="36",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="231",mountpoint="/run/user/0"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="24",mountpoint="/run"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_purgeable_bytes{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_purgeable_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_purgeable_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_purgeable_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_readonly{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_readonly{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_readonly{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_readonly{device="cvmfs2",device_error="transport endpoint is not connected",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_readonly{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 0 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 1 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 1 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 1 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/05bf189f189e207e6c15f5cd84892d00bc3a6837d76309a3d6a148de2d157e9f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/101cc2cf7b8c59ed503bd791afe7dbe99e095abfc88997fca0a263ac186cd2c6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/16649a96050cfdae307185a5feaead757a04b529e0c7afe68e9e7f7acf7a0ab2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d46818574361f599c828f574c76ca485cbdbd4a4b0459f6003ca66d3956c906/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/28679dfabe2d3426fd536ef0ebb4d569128979356a7774291873cbc91be6fad4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2dd3b16547bbe467d153023046a25721beddb3380f9b927343f84d3b55cfb827/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2de4241be3727c07683119af6fca0e0256d5b28ea7421cf051dbf2f9ab5d10e3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/327c424d09b187aa44259ff28ba1454f6040b128aa4b48f03e91d38fef8077ff/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3977c61af54c4e3cf29540b142228a851c7b5955eeb28e64fec9a50c9db43ab3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c74454ac367e6ad13539faf8d10b36eac80b4a4ef908c3e020821ce2ea51afa/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/43d7e9c4e1b32d6e784f88944b660b39c91becf569f2bbf30a6aed6acbecdafa/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4550a71b4b6230257035620aa8f26cc3e4d7dfa78518fb172fe72a146fca8fdc/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/48e07846b81d5bc99cbbcaebcd44462c99d22ab33d8766e083a528af7cae4072/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/494e24d8accc3cf3f4816418b7e2fa5774a2e81e3501786bd1bce91fbcae4405/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c70f75a16d03606d88f3c38d8c2d32769f40a0ae6c56ce0230a963ba73a20b3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d275ead6d06b1b14290d9afaa8820f0563f577b7e7fc4300e6d1f3290c12a87/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/504818cfc73638c99d354d4062d2188310a85e508483539afaa7313c27dfd97b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6aa2391ac789448a4404af870b3ceb209108df734d965e54cbfb400a41dd2e5d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7206fd8b1a68a0459cc31c6d9189ab13a3d2170db0607f7591c74a4c13ccfe39/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c6e339ca184fac17e2eeb2b44774e19f19bbfbf93c1947a97373ce6f8e69eab/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7ced411a938b0a77d726944a9b19a726feca35f52c9170b06bebac7aafe43826/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7df7a1f58965232c5b19562f62c803d160a1979f645278eb882d9f838f9d9a00/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/815e9d3e4d798bccf6919247a459f981681a3400b51eca50da1ab3dc9ec1f52f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8a2b80ae64cca815d8b7a1cfd1352044f960c25bf7a5a87b5374e62964c8650a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8a45e83635e4bf531af22da62ac3a45df4ad6543ea0fc348eb0e217ea4659cb7/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ab74c857f5840ef6cfee017f5d5773fa98cff617c67da2df566465b69c8d6c3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/93d087630c639d01064e854aa32a5dfde56b1ccd31f460a47db407c1519aa80e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9c08a2642fcaec2ca5330dc47cc7f0466d8a602bbf8c26492b9fbd34e27a27ec/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0e4b42b2a6cf13a1878f3822d064916cc37bb8ee47cf5dce242d9e08800a298/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a45a9eddb3a85f41528ef24dd6f0fa2ed3b200565e2d937b738e28247a7b579d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ab8e5748f2ca23d98d4e7df6ccaa88e43c82f133406b33002b6737fb06daa756/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae9927783c95f839cb3038ff472317380f10f72dc85cc5bac6525fc0e53e200c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b3f335a9c13b6deba9aceaf49d448f3768e0e33dac6e5035abfe6fbc1ba8ba9a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d3f8788f5a11da83eeae464dab2edb61b8ce3424e8e5c9e626563db9b8296699/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df2ca81110f6420f34b81a11272613b2155b70a04465620000a6c8b4cbe88c45/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e470c2285da4398161293ebeb15b5481a25096f74d5b0a7e677d1401d9a1599f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e8614b0ec0b78986a37e2283b90a72681d496ec1ec3c7d841440a7c649eb0ad9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f9e57a650d5e9e455136549f3b1ab7f6375f7749568bb084e351fb400b1e05e9/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",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/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 1.918367956992e+12 node_filesystem_size_bytes{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.0946944e+08 node_filesystem_size_bytes{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 1.02070272e+09 node_filesystem_size_bytes{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 2.33821335552e+11 node_filesystem_size_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 5.333457290919936e+15 node_filesystem_size_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 5.333457290919936e+15 node_filesystem_size_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.15408208134144e+14 node_filesystem_size_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.8224181673984e+13 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.08011839488e+11 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 5.4005915648e+10 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 2.16909228e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge 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 # HELP node_hwmon_power_average_interval_max_seconds Hardware monitor power usage update interval (average_interval_max) # TYPE node_hwmon_power_average_interval_max_seconds gauge node_hwmon_power_average_interval_max_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 604800 # HELP node_hwmon_power_average_interval_min_seconds Hardware monitor power usage update interval (average_interval_min) # TYPE node_hwmon_power_average_interval_min_seconds gauge node_hwmon_power_average_interval_min_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 2 # HELP node_hwmon_power_average_interval_seconds Hardware monitor power usage update interval (average_interval) # TYPE node_hwmon_power_average_interval_seconds gauge node_hwmon_power_average_interval_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 2 # HELP node_hwmon_power_average_watt Hardware monitor for power usage in watts (average) # TYPE node_hwmon_power_average_watt gauge node_hwmon_power_average_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 486 # HELP node_hwmon_power_is_battery_watt Hardware monitor for power usage in watts (is_battery) # TYPE node_hwmon_power_is_battery_watt gauge node_hwmon_power_is_battery_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 0 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge 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="Tccd3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd7",sensor="temp9"} 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="Tccd1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd7",sensor="temp9"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tctl",sensor="temp1"} 1 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp1"} 37.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 38.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp5"} 35.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp7"} 34.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp9"} 36 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp1"} 37.875 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp3"} 33 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp5"} 32.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp7"} 37 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp9"} 39 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 2.53704854153e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.31 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.55 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.45 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 6.3962898432e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 8.85707776e+10 # 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.4607879168e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 3.12475648e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 7.0688915456e+10 # 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.17891944448e+11 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 9.965920256e+09 # HELP node_memory_CmaFree_bytes Memory information field CmaFree_bytes. # TYPE node_memory_CmaFree_bytes gauge node_memory_CmaFree_bytes 0 # HELP node_memory_CmaTotal_bytes Memory information field CmaTotal_bytes. # TYPE node_memory_CmaTotal_bytes gauge node_memory_CmaTotal_bytes 0 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.70029590528e+11 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.35664668672e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.221225472e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.25626292224e+11 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.580007424e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 458752 # 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_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.1703750656e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.10590971904e+11 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 2.98887221248e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 8.6605824e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.957654528e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.53153685504e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.22439954432e+11 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.40059185152e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # 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.0965376e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.99630592e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.264941056e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.413346816e+09 # 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 4.372615168e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.5062757376e+10 # 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 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 3.145728e+06 # 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 5.76561152e+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 331886 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 6.8819995e+07 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 6.623526e+07 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 47855 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 599189 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 2.100402e+06 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1.45660447914e+11 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 1.41789194994e+11 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 3.23612238808457e+14 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 7.97060773019819e+14 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 73 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 3 # 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 47 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 52618 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 3.9172703e+07 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 493056 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 1.578989e+06 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 5.0422083e+07 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 5549 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 52913 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 4.3013042806e+10 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 8.607543e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 9.7681543328e+10 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 3.337564e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 8.3299795e+07 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 100 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 38 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 2269 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 100 # 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 1.6385569e+07 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 221 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 98777 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 2.9562619e+07 # 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="cali017fc4b686d"} 3 node_network_address_assign_type{device="cali2678c4ef320"} 3 node_network_address_assign_type{device="cali2cd55df9683"} 3 node_network_address_assign_type{device="cali3530e9b99d9"} 3 node_network_address_assign_type{device="cali4c353e185a1"} 3 node_network_address_assign_type{device="cali50602865442"} 3 node_network_address_assign_type{device="cali843dd96c301"} 3 node_network_address_assign_type{device="cali8efd473a819"} 3 node_network_address_assign_type{device="cali8fe32f1cd95"} 3 node_network_address_assign_type{device="calia6c7f104156"} 3 node_network_address_assign_type{device="caliabdefce2e63"} 3 node_network_address_assign_type{device="calib08334272e8"} 3 node_network_address_assign_type{device="calib3fe3cb132e"} 3 node_network_address_assign_type{device="calic15afb4824d"} 3 node_network_address_assign_type{device="calid069af53563"} 3 node_network_address_assign_type{device="califb036337075"} 3 node_network_address_assign_type{device="eno1"} 0 node_network_address_assign_type{device="eno2"} 0 node_network_address_assign_type{device="eno33np0"} 0 node_network_address_assign_type{device="eno33np0.3604"} 2 node_network_address_assign_type{device="eno34np1"} 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="cali017fc4b686d"} 1 node_network_carrier{device="cali2678c4ef320"} 1 node_network_carrier{device="cali2cd55df9683"} 1 node_network_carrier{device="cali3530e9b99d9"} 1 node_network_carrier{device="cali4c353e185a1"} 1 node_network_carrier{device="cali50602865442"} 1 node_network_carrier{device="cali843dd96c301"} 1 node_network_carrier{device="cali8efd473a819"} 1 node_network_carrier{device="cali8fe32f1cd95"} 1 node_network_carrier{device="calia6c7f104156"} 1 node_network_carrier{device="caliabdefce2e63"} 1 node_network_carrier{device="calib08334272e8"} 1 node_network_carrier{device="calib3fe3cb132e"} 1 node_network_carrier{device="calic15afb4824d"} 1 node_network_carrier{device="calid069af53563"} 1 node_network_carrier{device="califb036337075"} 1 node_network_carrier{device="eno1"} 1 node_network_carrier{device="eno2"} 0 node_network_carrier{device="eno33np0"} 1 node_network_carrier{device="eno33np0.3604"} 1 node_network_carrier{device="eno34np1"} 0 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="cali017fc4b686d"} 2 node_network_carrier_changes_total{device="cali2678c4ef320"} 2 node_network_carrier_changes_total{device="cali2cd55df9683"} 2 node_network_carrier_changes_total{device="cali3530e9b99d9"} 2 node_network_carrier_changes_total{device="cali4c353e185a1"} 2 node_network_carrier_changes_total{device="cali50602865442"} 2 node_network_carrier_changes_total{device="cali843dd96c301"} 2 node_network_carrier_changes_total{device="cali8efd473a819"} 2 node_network_carrier_changes_total{device="cali8fe32f1cd95"} 2 node_network_carrier_changes_total{device="calia6c7f104156"} 2 node_network_carrier_changes_total{device="caliabdefce2e63"} 2 node_network_carrier_changes_total{device="calib08334272e8"} 2 node_network_carrier_changes_total{device="calib3fe3cb132e"} 2 node_network_carrier_changes_total{device="calic15afb4824d"} 2 node_network_carrier_changes_total{device="calid069af53563"} 2 node_network_carrier_changes_total{device="califb036337075"} 2 node_network_carrier_changes_total{device="eno1"} 3 node_network_carrier_changes_total{device="eno2"} 0 node_network_carrier_changes_total{device="eno33np0"} 4 node_network_carrier_changes_total{device="eno33np0.3604"} 0 node_network_carrier_changes_total{device="eno34np1"} 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="cali017fc4b686d"} 1 node_network_carrier_down_changes_total{device="cali2678c4ef320"} 1 node_network_carrier_down_changes_total{device="cali2cd55df9683"} 1 node_network_carrier_down_changes_total{device="cali3530e9b99d9"} 1 node_network_carrier_down_changes_total{device="cali4c353e185a1"} 1 node_network_carrier_down_changes_total{device="cali50602865442"} 1 node_network_carrier_down_changes_total{device="cali843dd96c301"} 1 node_network_carrier_down_changes_total{device="cali8efd473a819"} 1 node_network_carrier_down_changes_total{device="cali8fe32f1cd95"} 1 node_network_carrier_down_changes_total{device="calia6c7f104156"} 1 node_network_carrier_down_changes_total{device="caliabdefce2e63"} 1 node_network_carrier_down_changes_total{device="calib08334272e8"} 1 node_network_carrier_down_changes_total{device="calib3fe3cb132e"} 1 node_network_carrier_down_changes_total{device="calic15afb4824d"} 1 node_network_carrier_down_changes_total{device="calid069af53563"} 1 node_network_carrier_down_changes_total{device="califb036337075"} 1 node_network_carrier_down_changes_total{device="eno1"} 1 node_network_carrier_down_changes_total{device="eno2"} 0 node_network_carrier_down_changes_total{device="eno33np0"} 2 node_network_carrier_down_changes_total{device="eno33np0.3604"} 0 node_network_carrier_down_changes_total{device="eno34np1"} 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="cali017fc4b686d"} 1 node_network_carrier_up_changes_total{device="cali2678c4ef320"} 1 node_network_carrier_up_changes_total{device="cali2cd55df9683"} 1 node_network_carrier_up_changes_total{device="cali3530e9b99d9"} 1 node_network_carrier_up_changes_total{device="cali4c353e185a1"} 1 node_network_carrier_up_changes_total{device="cali50602865442"} 1 node_network_carrier_up_changes_total{device="cali843dd96c301"} 1 node_network_carrier_up_changes_total{device="cali8efd473a819"} 1 node_network_carrier_up_changes_total{device="cali8fe32f1cd95"} 1 node_network_carrier_up_changes_total{device="calia6c7f104156"} 1 node_network_carrier_up_changes_total{device="caliabdefce2e63"} 1 node_network_carrier_up_changes_total{device="calib08334272e8"} 1 node_network_carrier_up_changes_total{device="calib3fe3cb132e"} 1 node_network_carrier_up_changes_total{device="calic15afb4824d"} 1 node_network_carrier_up_changes_total{device="calid069af53563"} 1 node_network_carrier_up_changes_total{device="califb036337075"} 1 node_network_carrier_up_changes_total{device="eno1"} 2 node_network_carrier_up_changes_total{device="eno2"} 0 node_network_carrier_up_changes_total{device="eno33np0"} 2 node_network_carrier_up_changes_total{device="eno33np0.3604"} 0 node_network_carrier_up_changes_total{device="eno34np1"} 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="cali017fc4b686d"} 0 node_network_device_id{device="cali2678c4ef320"} 0 node_network_device_id{device="cali2cd55df9683"} 0 node_network_device_id{device="cali3530e9b99d9"} 0 node_network_device_id{device="cali4c353e185a1"} 0 node_network_device_id{device="cali50602865442"} 0 node_network_device_id{device="cali843dd96c301"} 0 node_network_device_id{device="cali8efd473a819"} 0 node_network_device_id{device="cali8fe32f1cd95"} 0 node_network_device_id{device="calia6c7f104156"} 0 node_network_device_id{device="caliabdefce2e63"} 0 node_network_device_id{device="calib08334272e8"} 0 node_network_device_id{device="calib3fe3cb132e"} 0 node_network_device_id{device="calic15afb4824d"} 0 node_network_device_id{device="calid069af53563"} 0 node_network_device_id{device="califb036337075"} 0 node_network_device_id{device="eno1"} 0 node_network_device_id{device="eno2"} 0 node_network_device_id{device="eno33np0"} 0 node_network_device_id{device="eno33np0.3604"} 0 node_network_device_id{device="eno34np1"} 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="cali017fc4b686d"} 0 node_network_dormant{device="cali2678c4ef320"} 0 node_network_dormant{device="cali2cd55df9683"} 0 node_network_dormant{device="cali3530e9b99d9"} 0 node_network_dormant{device="cali4c353e185a1"} 0 node_network_dormant{device="cali50602865442"} 0 node_network_dormant{device="cali843dd96c301"} 0 node_network_dormant{device="cali8efd473a819"} 0 node_network_dormant{device="cali8fe32f1cd95"} 0 node_network_dormant{device="calia6c7f104156"} 0 node_network_dormant{device="caliabdefce2e63"} 0 node_network_dormant{device="calib08334272e8"} 0 node_network_dormant{device="calib3fe3cb132e"} 0 node_network_dormant{device="calic15afb4824d"} 0 node_network_dormant{device="calid069af53563"} 0 node_network_dormant{device="califb036337075"} 0 node_network_dormant{device="eno1"} 0 node_network_dormant{device="eno2"} 0 node_network_dormant{device="eno33np0"} 0 node_network_dormant{device="eno33np0.3604"} 0 node_network_dormant{device="eno34np1"} 0 node_network_dormant{device="lo"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="cali017fc4b686d"} 4099 node_network_flags{device="cali2678c4ef320"} 4099 node_network_flags{device="cali2cd55df9683"} 4099 node_network_flags{device="cali3530e9b99d9"} 4099 node_network_flags{device="cali4c353e185a1"} 4099 node_network_flags{device="cali50602865442"} 4099 node_network_flags{device="cali843dd96c301"} 4099 node_network_flags{device="cali8efd473a819"} 4099 node_network_flags{device="cali8fe32f1cd95"} 4099 node_network_flags{device="calia6c7f104156"} 4099 node_network_flags{device="caliabdefce2e63"} 4099 node_network_flags{device="calib08334272e8"} 4099 node_network_flags{device="calib3fe3cb132e"} 4099 node_network_flags{device="calic15afb4824d"} 4099 node_network_flags{device="calid069af53563"} 4099 node_network_flags{device="califb036337075"} 4099 node_network_flags{device="eno1"} 4099 node_network_flags{device="eno2"} 4099 node_network_flags{device="eno33np0"} 4099 node_network_flags{device="eno33np0.3604"} 4099 node_network_flags{device="eno34np1"} 4099 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="cali017fc4b686d"} 11 node_network_iface_id{device="cali2678c4ef320"} 18 node_network_iface_id{device="cali2cd55df9683"} 16 node_network_iface_id{device="cali3530e9b99d9"} 17 node_network_iface_id{device="cali4c353e185a1"} 10 node_network_iface_id{device="cali50602865442"} 1481 node_network_iface_id{device="cali843dd96c301"} 14 node_network_iface_id{device="cali8efd473a819"} 15 node_network_iface_id{device="cali8fe32f1cd95"} 13 node_network_iface_id{device="calia6c7f104156"} 12 node_network_iface_id{device="caliabdefce2e63"} 21 node_network_iface_id{device="calib08334272e8"} 23 node_network_iface_id{device="calib3fe3cb132e"} 9 node_network_iface_id{device="calic15afb4824d"} 150 node_network_iface_id{device="calid069af53563"} 20 node_network_iface_id{device="califb036337075"} 26 node_network_iface_id{device="eno1"} 2 node_network_iface_id{device="eno2"} 3 node_network_iface_id{device="eno33np0"} 4 node_network_iface_id{device="eno33np0.3604"} 6 node_network_iface_id{device="eno34np1"} 5 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="cali017fc4b686d"} 2 node_network_iface_link{device="cali2678c4ef320"} 2 node_network_iface_link{device="cali2cd55df9683"} 2 node_network_iface_link{device="cali3530e9b99d9"} 2 node_network_iface_link{device="cali4c353e185a1"} 2 node_network_iface_link{device="cali50602865442"} 2 node_network_iface_link{device="cali843dd96c301"} 2 node_network_iface_link{device="cali8efd473a819"} 2 node_network_iface_link{device="cali8fe32f1cd95"} 2 node_network_iface_link{device="calia6c7f104156"} 2 node_network_iface_link{device="caliabdefce2e63"} 2 node_network_iface_link{device="calib08334272e8"} 2 node_network_iface_link{device="calib3fe3cb132e"} 2 node_network_iface_link{device="calic15afb4824d"} 2 node_network_iface_link{device="calid069af53563"} 2 node_network_iface_link{device="califb036337075"} 2 node_network_iface_link{device="eno1"} 2 node_network_iface_link{device="eno2"} 3 node_network_iface_link{device="eno33np0"} 4 node_network_iface_link{device="eno33np0.3604"} 4 node_network_iface_link{device="eno34np1"} 5 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="cali017fc4b686d"} 0 node_network_iface_link_mode{device="cali2678c4ef320"} 0 node_network_iface_link_mode{device="cali2cd55df9683"} 0 node_network_iface_link_mode{device="cali3530e9b99d9"} 0 node_network_iface_link_mode{device="cali4c353e185a1"} 0 node_network_iface_link_mode{device="cali50602865442"} 0 node_network_iface_link_mode{device="cali843dd96c301"} 0 node_network_iface_link_mode{device="cali8efd473a819"} 0 node_network_iface_link_mode{device="cali8fe32f1cd95"} 0 node_network_iface_link_mode{device="calia6c7f104156"} 0 node_network_iface_link_mode{device="caliabdefce2e63"} 0 node_network_iface_link_mode{device="calib08334272e8"} 0 node_network_iface_link_mode{device="calib3fe3cb132e"} 0 node_network_iface_link_mode{device="calic15afb4824d"} 0 node_network_iface_link_mode{device="calid069af53563"} 0 node_network_iface_link_mode{device="califb036337075"} 0 node_network_iface_link_mode{device="eno1"} 0 node_network_iface_link_mode{device="eno2"} 0 node_network_iface_link_mode{device="eno33np0"} 0 node_network_iface_link_mode{device="eno33np0.3604"} 0 node_network_iface_link_mode{device="eno34np1"} 0 node_network_iface_link_mode{device="lo"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="c4:5a:b1:ab:86:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c4:5a:b1:ab:86:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno2",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="e4:3d:1a:03:85:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno33np0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e4:3d:1a:03:85:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno33np0.3604",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e4:3d:1a:03:85:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno34np1",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali017fc4b686d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali2678c4ef320",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali2cd55df9683",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali3530e9b99d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali4c353e185a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali50602865442",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali843dd96c301",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali8efd473a819",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali8fe32f1cd95",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calia6c7f104156",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="caliabdefce2e63",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calib08334272e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calib3fe3cb132e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calic15afb4824d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calid069af53563",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="califb036337075",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="cali017fc4b686d"} 9000 node_network_mtu_bytes{device="cali2678c4ef320"} 9000 node_network_mtu_bytes{device="cali2cd55df9683"} 9000 node_network_mtu_bytes{device="cali3530e9b99d9"} 9000 node_network_mtu_bytes{device="cali4c353e185a1"} 9000 node_network_mtu_bytes{device="cali50602865442"} 9000 node_network_mtu_bytes{device="cali843dd96c301"} 9000 node_network_mtu_bytes{device="cali8efd473a819"} 9000 node_network_mtu_bytes{device="cali8fe32f1cd95"} 9000 node_network_mtu_bytes{device="calia6c7f104156"} 9000 node_network_mtu_bytes{device="caliabdefce2e63"} 9000 node_network_mtu_bytes{device="calib08334272e8"} 9000 node_network_mtu_bytes{device="calib3fe3cb132e"} 9000 node_network_mtu_bytes{device="calic15afb4824d"} 9000 node_network_mtu_bytes{device="calid069af53563"} 9000 node_network_mtu_bytes{device="califb036337075"} 9000 node_network_mtu_bytes{device="eno1"} 9000 node_network_mtu_bytes{device="eno2"} 1500 node_network_mtu_bytes{device="eno33np0"} 9000 node_network_mtu_bytes{device="eno33np0.3604"} 9000 node_network_mtu_bytes{device="eno34np1"} 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="cali017fc4b686d"} 3 node_network_name_assign_type{device="cali2678c4ef320"} 3 node_network_name_assign_type{device="cali2cd55df9683"} 3 node_network_name_assign_type{device="cali3530e9b99d9"} 3 node_network_name_assign_type{device="cali4c353e185a1"} 3 node_network_name_assign_type{device="cali50602865442"} 3 node_network_name_assign_type{device="cali843dd96c301"} 3 node_network_name_assign_type{device="cali8efd473a819"} 3 node_network_name_assign_type{device="cali8fe32f1cd95"} 3 node_network_name_assign_type{device="calia6c7f104156"} 3 node_network_name_assign_type{device="caliabdefce2e63"} 3 node_network_name_assign_type{device="calib08334272e8"} 3 node_network_name_assign_type{device="calib3fe3cb132e"} 3 node_network_name_assign_type{device="calic15afb4824d"} 3 node_network_name_assign_type{device="calid069af53563"} 3 node_network_name_assign_type{device="califb036337075"} 3 node_network_name_assign_type{device="eno1"} 4 node_network_name_assign_type{device="eno2"} 4 node_network_name_assign_type{device="eno33np0"} 4 node_network_name_assign_type{device="eno33np0.3604"} 3 node_network_name_assign_type{device="eno34np1"} 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="cali017fc4b686d"} 0 node_network_net_dev_group{device="cali2678c4ef320"} 0 node_network_net_dev_group{device="cali2cd55df9683"} 0 node_network_net_dev_group{device="cali3530e9b99d9"} 0 node_network_net_dev_group{device="cali4c353e185a1"} 0 node_network_net_dev_group{device="cali50602865442"} 0 node_network_net_dev_group{device="cali843dd96c301"} 0 node_network_net_dev_group{device="cali8efd473a819"} 0 node_network_net_dev_group{device="cali8fe32f1cd95"} 0 node_network_net_dev_group{device="calia6c7f104156"} 0 node_network_net_dev_group{device="caliabdefce2e63"} 0 node_network_net_dev_group{device="calib08334272e8"} 0 node_network_net_dev_group{device="calib3fe3cb132e"} 0 node_network_net_dev_group{device="calic15afb4824d"} 0 node_network_net_dev_group{device="calid069af53563"} 0 node_network_net_dev_group{device="califb036337075"} 0 node_network_net_dev_group{device="eno1"} 0 node_network_net_dev_group{device="eno2"} 0 node_network_net_dev_group{device="eno33np0"} 0 node_network_net_dev_group{device="eno33np0.3604"} 0 node_network_net_dev_group{device="eno34np1"} 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="cali017fc4b686d"} 1 node_network_protocol_type{device="cali2678c4ef320"} 1 node_network_protocol_type{device="cali2cd55df9683"} 1 node_network_protocol_type{device="cali3530e9b99d9"} 1 node_network_protocol_type{device="cali4c353e185a1"} 1 node_network_protocol_type{device="cali50602865442"} 1 node_network_protocol_type{device="cali843dd96c301"} 1 node_network_protocol_type{device="cali8efd473a819"} 1 node_network_protocol_type{device="cali8fe32f1cd95"} 1 node_network_protocol_type{device="calia6c7f104156"} 1 node_network_protocol_type{device="caliabdefce2e63"} 1 node_network_protocol_type{device="calib08334272e8"} 1 node_network_protocol_type{device="calib3fe3cb132e"} 1 node_network_protocol_type{device="calic15afb4824d"} 1 node_network_protocol_type{device="calid069af53563"} 1 node_network_protocol_type{device="califb036337075"} 1 node_network_protocol_type{device="eno1"} 1 node_network_protocol_type{device="eno2"} 1 node_network_protocol_type{device="eno33np0"} 1 node_network_protocol_type{device="eno33np0.3604"} 1 node_network_protocol_type{device="eno34np1"} 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="cali017fc4b686d"} 1.396382517e+09 node_network_receive_bytes_total{device="cali2678c4ef320"} 1.36053072e+08 node_network_receive_bytes_total{device="cali2cd55df9683"} 1.573202001e+09 node_network_receive_bytes_total{device="cali3530e9b99d9"} 2.270394505e+09 node_network_receive_bytes_total{device="cali4c353e185a1"} 1.206807653799e+12 node_network_receive_bytes_total{device="cali50602865442"} 17640 node_network_receive_bytes_total{device="cali843dd96c301"} 1.2396257558e+10 node_network_receive_bytes_total{device="cali8efd473a819"} 1.953560305e+09 node_network_receive_bytes_total{device="cali8fe32f1cd95"} 1.865095255e+09 node_network_receive_bytes_total{device="calia6c7f104156"} 5.4257215018e+10 node_network_receive_bytes_total{device="caliabdefce2e63"} 8.149874337e+09 node_network_receive_bytes_total{device="calib08334272e8"} 2.25032294e+08 node_network_receive_bytes_total{device="calib3fe3cb132e"} 1.913316984e+09 node_network_receive_bytes_total{device="calic15afb4824d"} 2.894368836e+09 node_network_receive_bytes_total{device="calid069af53563"} 3.694953155e+09 node_network_receive_bytes_total{device="califb036337075"} 1.511587324734e+12 node_network_receive_bytes_total{device="eno1"} 8.530539273e+09 node_network_receive_bytes_total{device="eno2"} 0 node_network_receive_bytes_total{device="eno33np0"} 3.24652234027236e+14 node_network_receive_bytes_total{device="eno33np0.3604"} 3.19693845180358e+14 node_network_receive_bytes_total{device="eno34np1"} 0 node_network_receive_bytes_total{device="lo"} 1.30154875247e+12 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="cali017fc4b686d"} 0 node_network_receive_compressed_total{device="cali2678c4ef320"} 0 node_network_receive_compressed_total{device="cali2cd55df9683"} 0 node_network_receive_compressed_total{device="cali3530e9b99d9"} 0 node_network_receive_compressed_total{device="cali4c353e185a1"} 0 node_network_receive_compressed_total{device="cali50602865442"} 0 node_network_receive_compressed_total{device="cali843dd96c301"} 0 node_network_receive_compressed_total{device="cali8efd473a819"} 0 node_network_receive_compressed_total{device="cali8fe32f1cd95"} 0 node_network_receive_compressed_total{device="calia6c7f104156"} 0 node_network_receive_compressed_total{device="caliabdefce2e63"} 0 node_network_receive_compressed_total{device="calib08334272e8"} 0 node_network_receive_compressed_total{device="calib3fe3cb132e"} 0 node_network_receive_compressed_total{device="calic15afb4824d"} 0 node_network_receive_compressed_total{device="calid069af53563"} 0 node_network_receive_compressed_total{device="califb036337075"} 0 node_network_receive_compressed_total{device="eno1"} 0 node_network_receive_compressed_total{device="eno2"} 0 node_network_receive_compressed_total{device="eno33np0"} 0 node_network_receive_compressed_total{device="eno33np0.3604"} 0 node_network_receive_compressed_total{device="eno34np1"} 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="cali017fc4b686d"} 0 node_network_receive_drop_total{device="cali2678c4ef320"} 0 node_network_receive_drop_total{device="cali2cd55df9683"} 0 node_network_receive_drop_total{device="cali3530e9b99d9"} 0 node_network_receive_drop_total{device="cali4c353e185a1"} 0 node_network_receive_drop_total{device="cali50602865442"} 0 node_network_receive_drop_total{device="cali843dd96c301"} 0 node_network_receive_drop_total{device="cali8efd473a819"} 0 node_network_receive_drop_total{device="cali8fe32f1cd95"} 0 node_network_receive_drop_total{device="calia6c7f104156"} 0 node_network_receive_drop_total{device="caliabdefce2e63"} 0 node_network_receive_drop_total{device="calib08334272e8"} 0 node_network_receive_drop_total{device="calib3fe3cb132e"} 0 node_network_receive_drop_total{device="calic15afb4824d"} 0 node_network_receive_drop_total{device="calid069af53563"} 0 node_network_receive_drop_total{device="califb036337075"} 0 node_network_receive_drop_total{device="eno1"} 0 node_network_receive_drop_total{device="eno2"} 0 node_network_receive_drop_total{device="eno33np0"} 1.89485e+06 node_network_receive_drop_total{device="eno33np0.3604"} 0 node_network_receive_drop_total{device="eno34np1"} 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="cali017fc4b686d"} 0 node_network_receive_errs_total{device="cali2678c4ef320"} 0 node_network_receive_errs_total{device="cali2cd55df9683"} 0 node_network_receive_errs_total{device="cali3530e9b99d9"} 0 node_network_receive_errs_total{device="cali4c353e185a1"} 0 node_network_receive_errs_total{device="cali50602865442"} 0 node_network_receive_errs_total{device="cali843dd96c301"} 0 node_network_receive_errs_total{device="cali8efd473a819"} 0 node_network_receive_errs_total{device="cali8fe32f1cd95"} 0 node_network_receive_errs_total{device="calia6c7f104156"} 0 node_network_receive_errs_total{device="caliabdefce2e63"} 0 node_network_receive_errs_total{device="calib08334272e8"} 0 node_network_receive_errs_total{device="calib3fe3cb132e"} 0 node_network_receive_errs_total{device="calic15afb4824d"} 0 node_network_receive_errs_total{device="calid069af53563"} 0 node_network_receive_errs_total{device="califb036337075"} 0 node_network_receive_errs_total{device="eno1"} 0 node_network_receive_errs_total{device="eno2"} 0 node_network_receive_errs_total{device="eno33np0"} 0 node_network_receive_errs_total{device="eno33np0.3604"} 0 node_network_receive_errs_total{device="eno34np1"} 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="cali017fc4b686d"} 0 node_network_receive_fifo_total{device="cali2678c4ef320"} 0 node_network_receive_fifo_total{device="cali2cd55df9683"} 0 node_network_receive_fifo_total{device="cali3530e9b99d9"} 0 node_network_receive_fifo_total{device="cali4c353e185a1"} 0 node_network_receive_fifo_total{device="cali50602865442"} 0 node_network_receive_fifo_total{device="cali843dd96c301"} 0 node_network_receive_fifo_total{device="cali8efd473a819"} 0 node_network_receive_fifo_total{device="cali8fe32f1cd95"} 0 node_network_receive_fifo_total{device="calia6c7f104156"} 0 node_network_receive_fifo_total{device="caliabdefce2e63"} 0 node_network_receive_fifo_total{device="calib08334272e8"} 0 node_network_receive_fifo_total{device="calib3fe3cb132e"} 0 node_network_receive_fifo_total{device="calic15afb4824d"} 0 node_network_receive_fifo_total{device="calid069af53563"} 0 node_network_receive_fifo_total{device="califb036337075"} 0 node_network_receive_fifo_total{device="eno1"} 0 node_network_receive_fifo_total{device="eno2"} 0 node_network_receive_fifo_total{device="eno33np0"} 0 node_network_receive_fifo_total{device="eno33np0.3604"} 0 node_network_receive_fifo_total{device="eno34np1"} 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="cali017fc4b686d"} 0 node_network_receive_frame_total{device="cali2678c4ef320"} 0 node_network_receive_frame_total{device="cali2cd55df9683"} 0 node_network_receive_frame_total{device="cali3530e9b99d9"} 0 node_network_receive_frame_total{device="cali4c353e185a1"} 0 node_network_receive_frame_total{device="cali50602865442"} 0 node_network_receive_frame_total{device="cali843dd96c301"} 0 node_network_receive_frame_total{device="cali8efd473a819"} 0 node_network_receive_frame_total{device="cali8fe32f1cd95"} 0 node_network_receive_frame_total{device="calia6c7f104156"} 0 node_network_receive_frame_total{device="caliabdefce2e63"} 0 node_network_receive_frame_total{device="calib08334272e8"} 0 node_network_receive_frame_total{device="calib3fe3cb132e"} 0 node_network_receive_frame_total{device="calic15afb4824d"} 0 node_network_receive_frame_total{device="calid069af53563"} 0 node_network_receive_frame_total{device="califb036337075"} 0 node_network_receive_frame_total{device="eno1"} 0 node_network_receive_frame_total{device="eno2"} 0 node_network_receive_frame_total{device="eno33np0"} 0 node_network_receive_frame_total{device="eno33np0.3604"} 0 node_network_receive_frame_total{device="eno34np1"} 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="cali017fc4b686d"} 0 node_network_receive_multicast_total{device="cali2678c4ef320"} 0 node_network_receive_multicast_total{device="cali2cd55df9683"} 0 node_network_receive_multicast_total{device="cali3530e9b99d9"} 0 node_network_receive_multicast_total{device="cali4c353e185a1"} 0 node_network_receive_multicast_total{device="cali50602865442"} 0 node_network_receive_multicast_total{device="cali843dd96c301"} 0 node_network_receive_multicast_total{device="cali8efd473a819"} 0 node_network_receive_multicast_total{device="cali8fe32f1cd95"} 0 node_network_receive_multicast_total{device="calia6c7f104156"} 0 node_network_receive_multicast_total{device="caliabdefce2e63"} 0 node_network_receive_multicast_total{device="calib08334272e8"} 0 node_network_receive_multicast_total{device="calib3fe3cb132e"} 0 node_network_receive_multicast_total{device="calic15afb4824d"} 0 node_network_receive_multicast_total{device="calid069af53563"} 0 node_network_receive_multicast_total{device="califb036337075"} 0 node_network_receive_multicast_total{device="eno1"} 7.3781774e+07 node_network_receive_multicast_total{device="eno2"} 0 node_network_receive_multicast_total{device="eno33np0"} 5.985505e+06 node_network_receive_multicast_total{device="eno33np0.3604"} 3.41589e+06 node_network_receive_multicast_total{device="eno34np1"} 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="cali017fc4b686d"} 0 node_network_receive_nohandler_total{device="cali2678c4ef320"} 0 node_network_receive_nohandler_total{device="cali2cd55df9683"} 0 node_network_receive_nohandler_total{device="cali3530e9b99d9"} 0 node_network_receive_nohandler_total{device="cali4c353e185a1"} 0 node_network_receive_nohandler_total{device="cali50602865442"} 0 node_network_receive_nohandler_total{device="cali843dd96c301"} 0 node_network_receive_nohandler_total{device="cali8efd473a819"} 0 node_network_receive_nohandler_total{device="cali8fe32f1cd95"} 0 node_network_receive_nohandler_total{device="calia6c7f104156"} 0 node_network_receive_nohandler_total{device="caliabdefce2e63"} 0 node_network_receive_nohandler_total{device="calib08334272e8"} 0 node_network_receive_nohandler_total{device="calib3fe3cb132e"} 0 node_network_receive_nohandler_total{device="calic15afb4824d"} 0 node_network_receive_nohandler_total{device="calid069af53563"} 0 node_network_receive_nohandler_total{device="califb036337075"} 0 node_network_receive_nohandler_total{device="eno1"} 0 node_network_receive_nohandler_total{device="eno2"} 0 node_network_receive_nohandler_total{device="eno33np0"} 0 node_network_receive_nohandler_total{device="eno33np0.3604"} 0 node_network_receive_nohandler_total{device="eno34np1"} 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="cali017fc4b686d"} 1.0468107e+07 node_network_receive_packets_total{device="cali2678c4ef320"} 1.775505e+06 node_network_receive_packets_total{device="cali2cd55df9683"} 9.010431e+06 node_network_receive_packets_total{device="cali3530e9b99d9"} 9.411436e+06 node_network_receive_packets_total{device="cali4c353e185a1"} 4.28390353e+08 node_network_receive_packets_total{device="cali50602865442"} 250 node_network_receive_packets_total{device="cali843dd96c301"} 1.19719911e+08 node_network_receive_packets_total{device="cali8efd473a819"} 2.0575216e+07 node_network_receive_packets_total{device="cali8fe32f1cd95"} 1.2298211e+07 node_network_receive_packets_total{device="calia6c7f104156"} 7.590679e+07 node_network_receive_packets_total{device="caliabdefce2e63"} 6.059873e+07 node_network_receive_packets_total{device="calib08334272e8"} 1.804589e+06 node_network_receive_packets_total{device="calib3fe3cb132e"} 1.9555833e+07 node_network_receive_packets_total{device="calic15afb4824d"} 7.347968e+06 node_network_receive_packets_total{device="calid069af53563"} 3.2060423e+07 node_network_receive_packets_total{device="califb036337075"} 6.97518378e+09 node_network_receive_packets_total{device="eno1"} 7.8053376e+07 node_network_receive_packets_total{device="eno2"} 0 node_network_receive_packets_total{device="eno33np0"} 1.15123027423e+11 node_network_receive_packets_total{device="eno33np0.3604"} 5.9598197347e+10 node_network_receive_packets_total{device="eno34np1"} 0 node_network_receive_packets_total{device="lo"} 1.01628394e+08 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="cali017fc4b686d"} 1.25e+09 node_network_speed_bytes{device="cali2678c4ef320"} 1.25e+09 node_network_speed_bytes{device="cali2cd55df9683"} 1.25e+09 node_network_speed_bytes{device="cali3530e9b99d9"} 1.25e+09 node_network_speed_bytes{device="cali4c353e185a1"} 1.25e+09 node_network_speed_bytes{device="cali50602865442"} 1.25e+09 node_network_speed_bytes{device="cali843dd96c301"} 1.25e+09 node_network_speed_bytes{device="cali8efd473a819"} 1.25e+09 node_network_speed_bytes{device="cali8fe32f1cd95"} 1.25e+09 node_network_speed_bytes{device="calia6c7f104156"} 1.25e+09 node_network_speed_bytes{device="caliabdefce2e63"} 1.25e+09 node_network_speed_bytes{device="calib08334272e8"} 1.25e+09 node_network_speed_bytes{device="calib3fe3cb132e"} 1.25e+09 node_network_speed_bytes{device="calic15afb4824d"} 1.25e+09 node_network_speed_bytes{device="calid069af53563"} 1.25e+09 node_network_speed_bytes{device="califb036337075"} 1.25e+09 node_network_speed_bytes{device="eno1"} 1.25e+08 node_network_speed_bytes{device="eno2"} -125000 node_network_speed_bytes{device="eno33np0"} 1.25e+09 node_network_speed_bytes{device="eno33np0.3604"} 1.25e+09 node_network_speed_bytes{device="eno34np1"} -125000 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="cali017fc4b686d"} 1.991960113e+09 node_network_transmit_bytes_total{device="cali2678c4ef320"} 2.410221612e+09 node_network_transmit_bytes_total{device="cali2cd55df9683"} 2.1097808924e+10 node_network_transmit_bytes_total{device="cali3530e9b99d9"} 1.051261077e+09 node_network_transmit_bytes_total{device="cali4c353e185a1"} 4.162321600915e+12 node_network_transmit_bytes_total{device="cali50602865442"} 7.88508e+06 node_network_transmit_bytes_total{device="cali843dd96c301"} 8.08264800268e+11 node_network_transmit_bytes_total{device="cali8efd473a819"} 9.625865819e+09 node_network_transmit_bytes_total{device="cali8fe32f1cd95"} 2.068856008e+09 node_network_transmit_bytes_total{device="calia6c7f104156"} 1.20582404106e+11 node_network_transmit_bytes_total{device="caliabdefce2e63"} 4.70029603616e+11 node_network_transmit_bytes_total{device="calib08334272e8"} 1.75417384e+08 node_network_transmit_bytes_total{device="calib3fe3cb132e"} 2.956039928e+09 node_network_transmit_bytes_total{device="calic15afb4824d"} 7.49803953e+08 node_network_transmit_bytes_total{device="calid069af53563"} 6.9782251769e+10 node_network_transmit_bytes_total{device="califb036337075"} 7.1050670319304e+13 node_network_transmit_bytes_total{device="eno1"} 7.2495294e+07 node_network_transmit_bytes_total{device="eno2"} 0 node_network_transmit_bytes_total{device="eno33np0"} 6.77989325522811e+14 node_network_transmit_bytes_total{device="eno33np0.3604"} 6.73502323129532e+14 node_network_transmit_bytes_total{device="eno34np1"} 0 node_network_transmit_bytes_total{device="lo"} 1.30154875247e+12 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="cali017fc4b686d"} 0 node_network_transmit_carrier_total{device="cali2678c4ef320"} 0 node_network_transmit_carrier_total{device="cali2cd55df9683"} 0 node_network_transmit_carrier_total{device="cali3530e9b99d9"} 0 node_network_transmit_carrier_total{device="cali4c353e185a1"} 0 node_network_transmit_carrier_total{device="cali50602865442"} 0 node_network_transmit_carrier_total{device="cali843dd96c301"} 0 node_network_transmit_carrier_total{device="cali8efd473a819"} 0 node_network_transmit_carrier_total{device="cali8fe32f1cd95"} 0 node_network_transmit_carrier_total{device="calia6c7f104156"} 0 node_network_transmit_carrier_total{device="caliabdefce2e63"} 0 node_network_transmit_carrier_total{device="calib08334272e8"} 0 node_network_transmit_carrier_total{device="calib3fe3cb132e"} 0 node_network_transmit_carrier_total{device="calic15afb4824d"} 0 node_network_transmit_carrier_total{device="calid069af53563"} 0 node_network_transmit_carrier_total{device="califb036337075"} 0 node_network_transmit_carrier_total{device="eno1"} 0 node_network_transmit_carrier_total{device="eno2"} 0 node_network_transmit_carrier_total{device="eno33np0"} 0 node_network_transmit_carrier_total{device="eno33np0.3604"} 0 node_network_transmit_carrier_total{device="eno34np1"} 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="cali017fc4b686d"} 0 node_network_transmit_colls_total{device="cali2678c4ef320"} 0 node_network_transmit_colls_total{device="cali2cd55df9683"} 0 node_network_transmit_colls_total{device="cali3530e9b99d9"} 0 node_network_transmit_colls_total{device="cali4c353e185a1"} 0 node_network_transmit_colls_total{device="cali50602865442"} 0 node_network_transmit_colls_total{device="cali843dd96c301"} 0 node_network_transmit_colls_total{device="cali8efd473a819"} 0 node_network_transmit_colls_total{device="cali8fe32f1cd95"} 0 node_network_transmit_colls_total{device="calia6c7f104156"} 0 node_network_transmit_colls_total{device="caliabdefce2e63"} 0 node_network_transmit_colls_total{device="calib08334272e8"} 0 node_network_transmit_colls_total{device="calib3fe3cb132e"} 0 node_network_transmit_colls_total{device="calic15afb4824d"} 0 node_network_transmit_colls_total{device="calid069af53563"} 0 node_network_transmit_colls_total{device="califb036337075"} 0 node_network_transmit_colls_total{device="eno1"} 0 node_network_transmit_colls_total{device="eno2"} 0 node_network_transmit_colls_total{device="eno33np0"} 0 node_network_transmit_colls_total{device="eno33np0.3604"} 0 node_network_transmit_colls_total{device="eno34np1"} 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="cali017fc4b686d"} 0 node_network_transmit_compressed_total{device="cali2678c4ef320"} 0 node_network_transmit_compressed_total{device="cali2cd55df9683"} 0 node_network_transmit_compressed_total{device="cali3530e9b99d9"} 0 node_network_transmit_compressed_total{device="cali4c353e185a1"} 0 node_network_transmit_compressed_total{device="cali50602865442"} 0 node_network_transmit_compressed_total{device="cali843dd96c301"} 0 node_network_transmit_compressed_total{device="cali8efd473a819"} 0 node_network_transmit_compressed_total{device="cali8fe32f1cd95"} 0 node_network_transmit_compressed_total{device="calia6c7f104156"} 0 node_network_transmit_compressed_total{device="caliabdefce2e63"} 0 node_network_transmit_compressed_total{device="calib08334272e8"} 0 node_network_transmit_compressed_total{device="calib3fe3cb132e"} 0 node_network_transmit_compressed_total{device="calic15afb4824d"} 0 node_network_transmit_compressed_total{device="calid069af53563"} 0 node_network_transmit_compressed_total{device="califb036337075"} 0 node_network_transmit_compressed_total{device="eno1"} 0 node_network_transmit_compressed_total{device="eno2"} 0 node_network_transmit_compressed_total{device="eno33np0"} 0 node_network_transmit_compressed_total{device="eno33np0.3604"} 0 node_network_transmit_compressed_total{device="eno34np1"} 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="cali017fc4b686d"} 0 node_network_transmit_drop_total{device="cali2678c4ef320"} 0 node_network_transmit_drop_total{device="cali2cd55df9683"} 0 node_network_transmit_drop_total{device="cali3530e9b99d9"} 0 node_network_transmit_drop_total{device="cali4c353e185a1"} 0 node_network_transmit_drop_total{device="cali50602865442"} 0 node_network_transmit_drop_total{device="cali843dd96c301"} 0 node_network_transmit_drop_total{device="cali8efd473a819"} 0 node_network_transmit_drop_total{device="cali8fe32f1cd95"} 0 node_network_transmit_drop_total{device="calia6c7f104156"} 0 node_network_transmit_drop_total{device="caliabdefce2e63"} 0 node_network_transmit_drop_total{device="calib08334272e8"} 0 node_network_transmit_drop_total{device="calib3fe3cb132e"} 0 node_network_transmit_drop_total{device="calic15afb4824d"} 0 node_network_transmit_drop_total{device="calid069af53563"} 0 node_network_transmit_drop_total{device="califb036337075"} 0 node_network_transmit_drop_total{device="eno1"} 2 node_network_transmit_drop_total{device="eno2"} 16682 node_network_transmit_drop_total{device="eno33np0"} 0 node_network_transmit_drop_total{device="eno33np0.3604"} 0 node_network_transmit_drop_total{device="eno34np1"} 16682 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="cali017fc4b686d"} 0 node_network_transmit_errs_total{device="cali2678c4ef320"} 0 node_network_transmit_errs_total{device="cali2cd55df9683"} 0 node_network_transmit_errs_total{device="cali3530e9b99d9"} 0 node_network_transmit_errs_total{device="cali4c353e185a1"} 0 node_network_transmit_errs_total{device="cali50602865442"} 0 node_network_transmit_errs_total{device="cali843dd96c301"} 0 node_network_transmit_errs_total{device="cali8efd473a819"} 0 node_network_transmit_errs_total{device="cali8fe32f1cd95"} 0 node_network_transmit_errs_total{device="calia6c7f104156"} 0 node_network_transmit_errs_total{device="caliabdefce2e63"} 0 node_network_transmit_errs_total{device="calib08334272e8"} 0 node_network_transmit_errs_total{device="calib3fe3cb132e"} 0 node_network_transmit_errs_total{device="calic15afb4824d"} 0 node_network_transmit_errs_total{device="calid069af53563"} 0 node_network_transmit_errs_total{device="califb036337075"} 0 node_network_transmit_errs_total{device="eno1"} 0 node_network_transmit_errs_total{device="eno2"} 0 node_network_transmit_errs_total{device="eno33np0"} 0 node_network_transmit_errs_total{device="eno33np0.3604"} 0 node_network_transmit_errs_total{device="eno34np1"} 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="cali017fc4b686d"} 0 node_network_transmit_fifo_total{device="cali2678c4ef320"} 0 node_network_transmit_fifo_total{device="cali2cd55df9683"} 0 node_network_transmit_fifo_total{device="cali3530e9b99d9"} 0 node_network_transmit_fifo_total{device="cali4c353e185a1"} 0 node_network_transmit_fifo_total{device="cali50602865442"} 0 node_network_transmit_fifo_total{device="cali843dd96c301"} 0 node_network_transmit_fifo_total{device="cali8efd473a819"} 0 node_network_transmit_fifo_total{device="cali8fe32f1cd95"} 0 node_network_transmit_fifo_total{device="calia6c7f104156"} 0 node_network_transmit_fifo_total{device="caliabdefce2e63"} 0 node_network_transmit_fifo_total{device="calib08334272e8"} 0 node_network_transmit_fifo_total{device="calib3fe3cb132e"} 0 node_network_transmit_fifo_total{device="calic15afb4824d"} 0 node_network_transmit_fifo_total{device="calid069af53563"} 0 node_network_transmit_fifo_total{device="califb036337075"} 0 node_network_transmit_fifo_total{device="eno1"} 0 node_network_transmit_fifo_total{device="eno2"} 0 node_network_transmit_fifo_total{device="eno33np0"} 0 node_network_transmit_fifo_total{device="eno33np0.3604"} 0 node_network_transmit_fifo_total{device="eno34np1"} 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="cali017fc4b686d"} 1.2339171e+07 node_network_transmit_packets_total{device="cali2678c4ef320"} 1.905168e+06 node_network_transmit_packets_total{device="cali2cd55df9683"} 9.019264e+06 node_network_transmit_packets_total{device="cali3530e9b99d9"} 1.2147204e+07 node_network_transmit_packets_total{device="cali4c353e185a1"} 7.00398706e+08 node_network_transmit_packets_total{device="cali50602865442"} 29424 node_network_transmit_packets_total{device="cali843dd96c301"} 1.50371234e+08 node_network_transmit_packets_total{device="cali8efd473a819"} 2.2772856e+07 node_network_transmit_packets_total{device="cali8fe32f1cd95"} 1.5552151e+07 node_network_transmit_packets_total{device="calia6c7f104156"} 7.9405661e+07 node_network_transmit_packets_total{device="caliabdefce2e63"} 8.5722925e+07 node_network_transmit_packets_total{device="calib08334272e8"} 1.815707e+06 node_network_transmit_packets_total{device="calib3fe3cb132e"} 1.6685663e+07 node_network_transmit_packets_total{device="calic15afb4824d"} 7.890813e+06 node_network_transmit_packets_total{device="calid069af53563"} 3.558027e+07 node_network_transmit_packets_total{device="califb036337075"} 1.3401723391e+10 node_network_transmit_packets_total{device="eno1"} 308301 node_network_transmit_packets_total{device="eno2"} 0 node_network_transmit_packets_total{device="eno33np0"} 1.06747069341e+11 node_network_transmit_packets_total{device="eno33np0.3604"} 4.522804062e+10 node_network_transmit_packets_total{device="eno34np1"} 0 node_network_transmit_packets_total{device="lo"} 1.01628394e+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="cali017fc4b686d"} 1000 node_network_transmit_queue_length{device="cali2678c4ef320"} 1000 node_network_transmit_queue_length{device="cali2cd55df9683"} 1000 node_network_transmit_queue_length{device="cali3530e9b99d9"} 1000 node_network_transmit_queue_length{device="cali4c353e185a1"} 1000 node_network_transmit_queue_length{device="cali50602865442"} 1000 node_network_transmit_queue_length{device="cali843dd96c301"} 1000 node_network_transmit_queue_length{device="cali8efd473a819"} 1000 node_network_transmit_queue_length{device="cali8fe32f1cd95"} 1000 node_network_transmit_queue_length{device="calia6c7f104156"} 1000 node_network_transmit_queue_length{device="caliabdefce2e63"} 1000 node_network_transmit_queue_length{device="calib08334272e8"} 1000 node_network_transmit_queue_length{device="calib3fe3cb132e"} 1000 node_network_transmit_queue_length{device="calic15afb4824d"} 1000 node_network_transmit_queue_length{device="calid069af53563"} 1000 node_network_transmit_queue_length{device="califb036337075"} 1000 node_network_transmit_queue_length{device="eno1"} 1000 node_network_transmit_queue_length{device="eno2"} 1000 node_network_transmit_queue_length{device="eno33np0"} 1000 node_network_transmit_queue_length{device="eno33np0.3604"} 1000 node_network_transmit_queue_length{device="eno34np1"} 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="cali017fc4b686d"} 1 node_network_up{device="cali2678c4ef320"} 1 node_network_up{device="cali2cd55df9683"} 1 node_network_up{device="cali3530e9b99d9"} 1 node_network_up{device="cali4c353e185a1"} 1 node_network_up{device="cali50602865442"} 1 node_network_up{device="cali843dd96c301"} 1 node_network_up{device="cali8efd473a819"} 1 node_network_up{device="cali8fe32f1cd95"} 1 node_network_up{device="calia6c7f104156"} 1 node_network_up{device="caliabdefce2e63"} 1 node_network_up{device="calib08334272e8"} 1 node_network_up{device="calib3fe3cb132e"} 1 node_network_up{device="calic15afb4824d"} 1 node_network_up{device="calid069af53563"} 1 node_network_up{device="califb036337075"} 1 node_network_up{device="eno1"} 1 node_network_up{device="eno2"} 0 node_network_up{device="eno33np0"} 1 node_network_up{device="eno33np0.3604"} 1 node_network_up{device="eno34np1"} 0 node_network_up{device="lo"} 0 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 6692 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 3.145728e+06 # HELP node_nf_conntrack_stat_drop Number of packets dropped due to conntrack failure. # TYPE node_nf_conntrack_stat_drop gauge node_nf_conntrack_stat_drop 8658 # HELP node_nf_conntrack_stat_early_drop Number of dropped conntrack entries to make room for new ones, if maximum table size was reached. # TYPE node_nf_conntrack_stat_early_drop gauge node_nf_conntrack_stat_early_drop 0 # HELP node_nf_conntrack_stat_found Number of searched entries which were successful. # TYPE node_nf_conntrack_stat_found gauge node_nf_conntrack_stat_found 9956 # HELP node_nf_conntrack_stat_ignore Number of packets seen which are already connected to a conntrack entry. # TYPE node_nf_conntrack_stat_ignore gauge node_nf_conntrack_stat_ignore 0 # HELP node_nf_conntrack_stat_insert Number of entries inserted into the list. # TYPE node_nf_conntrack_stat_insert gauge node_nf_conntrack_stat_insert 0 # HELP node_nf_conntrack_stat_insert_failed Number of entries for which list insertion was attempted but failed. # TYPE node_nf_conntrack_stat_insert_failed gauge node_nf_conntrack_stat_insert_failed 8658 # HELP node_nf_conntrack_stat_invalid Number of packets seen which can not be tracked. # TYPE node_nf_conntrack_stat_invalid gauge node_nf_conntrack_stat_invalid 1.374847e+06 # HELP node_nf_conntrack_stat_search_restart Number of conntrack table lookups which had to be restarted due to hashtable resizes. # TYPE node_nf_conntrack_stat_search_restart gauge node_nf_conntrack_stat_search_restart 0 # HELP node_nfs_connections_total Total number of NFSd TCP connections. # TYPE node_nfs_connections_total counter node_nfs_connections_total 0 # HELP node_nfs_packets_total Total NFSd network packets (sent+received) by protocol type. # TYPE node_nfs_packets_total counter node_nfs_packets_total{protocol="tcp"} 0 node_nfs_packets_total{protocol="udp"} 0 # HELP node_nfs_requests_total Number of NFS procedures invoked. # TYPE node_nfs_requests_total counter node_nfs_requests_total{method="Access",proto="3"} 0 node_nfs_requests_total{method="Access",proto="4"} 145648 node_nfs_requests_total{method="Allocate",proto="4"} 0 node_nfs_requests_total{method="BindConnToSession",proto="4"} 0 node_nfs_requests_total{method="Clone",proto="4"} 0 node_nfs_requests_total{method="Close",proto="4"} 189007 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 0 node_nfs_requests_total{method="Create",proto="2"} 0 node_nfs_requests_total{method="Create",proto="3"} 0 node_nfs_requests_total{method="Create",proto="4"} 0 node_nfs_requests_total{method="CreateSession",proto="4"} 9 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 76146 node_nfs_requests_total{method="DestroyClientID",proto="4"} 0 node_nfs_requests_total{method="DestroySession",proto="4"} 4 node_nfs_requests_total{method="ExchangeID",proto="4"} 8 node_nfs_requests_total{method="FreeStateID",proto="4"} 0 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 8 node_nfs_requests_total{method="FsLocations",proto="4"} 0 node_nfs_requests_total{method="FsStat",proto="2"} 0 node_nfs_requests_total{method="FsStat",proto="3"} 0 node_nfs_requests_total{method="FsidPresent",proto="4"} 0 node_nfs_requests_total{method="GetACL",proto="4"} 0 node_nfs_requests_total{method="GetAttr",proto="2"} 0 node_nfs_requests_total{method="GetAttr",proto="3"} 0 node_nfs_requests_total{method="GetDeviceInfo",proto="4"} 0 node_nfs_requests_total{method="GetDeviceList",proto="4"} 0 node_nfs_requests_total{method="GetLeaseTime",proto="4"} 4 node_nfs_requests_total{method="Getattr",proto="4"} 144638 node_nfs_requests_total{method="LayoutCommit",proto="4"} 0 node_nfs_requests_total{method="LayoutGet",proto="4"} 0 node_nfs_requests_total{method="LayoutReturn",proto="4"} 0 node_nfs_requests_total{method="LayoutStats",proto="4"} 0 node_nfs_requests_total{method="Link",proto="2"} 0 node_nfs_requests_total{method="Link",proto="3"} 0 node_nfs_requests_total{method="Link",proto="4"} 0 node_nfs_requests_total{method="Lock",proto="4"} 0 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 0 node_nfs_requests_total{method="Lookup",proto="2"} 0 node_nfs_requests_total{method="Lookup",proto="3"} 0 node_nfs_requests_total{method="Lookup",proto="4"} 220343 node_nfs_requests_total{method="LookupRoot",proto="4"} 2 node_nfs_requests_total{method="MkDir",proto="2"} 0 node_nfs_requests_total{method="MkDir",proto="3"} 0 node_nfs_requests_total{method="MkNod",proto="3"} 0 node_nfs_requests_total{method="Null",proto="2"} 0 node_nfs_requests_total{method="Null",proto="3"} 0 node_nfs_requests_total{method="Null",proto="4"} 2 node_nfs_requests_total{method="Open",proto="4"} 39108 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 0 node_nfs_requests_total{method="OpenNoattr",proto="4"} 150044 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 6 node_nfs_requests_total{method="Read",proto="2"} 0 node_nfs_requests_total{method="Read",proto="3"} 0 node_nfs_requests_total{method="Read",proto="4"} 39042 node_nfs_requests_total{method="ReadDir",proto="2"} 0 node_nfs_requests_total{method="ReadDir",proto="3"} 0 node_nfs_requests_total{method="ReadDir",proto="4"} 0 node_nfs_requests_total{method="ReadDirPlus",proto="3"} 0 node_nfs_requests_total{method="ReadLink",proto="2"} 0 node_nfs_requests_total{method="ReadLink",proto="3"} 0 node_nfs_requests_total{method="ReadLink",proto="4"} 0 node_nfs_requests_total{method="ReclaimComplete",proto="4"} 5 node_nfs_requests_total{method="ReleaseLockowner",proto="4"} 0 node_nfs_requests_total{method="Remove",proto="2"} 0 node_nfs_requests_total{method="Remove",proto="3"} 0 node_nfs_requests_total{method="Remove",proto="4"} 38918 node_nfs_requests_total{method="Rename",proto="2"} 0 node_nfs_requests_total{method="Rename",proto="3"} 0 node_nfs_requests_total{method="Rename",proto="4"} 3 node_nfs_requests_total{method="Renew",proto="4"} 0 node_nfs_requests_total{method="RmDir",proto="2"} 0 node_nfs_requests_total{method="RmDir",proto="3"} 0 node_nfs_requests_total{method="Root",proto="2"} 0 node_nfs_requests_total{method="Secinfo",proto="4"} 0 node_nfs_requests_total{method="SecinfoNoName",proto="4"} 2 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 16 node_nfs_requests_total{method="ServerCaps",proto="4"} 14 node_nfs_requests_total{method="SetACL",proto="4"} 0 node_nfs_requests_total{method="SetAttr",proto="2"} 0 node_nfs_requests_total{method="SetAttr",proto="3"} 0 node_nfs_requests_total{method="SetClientID",proto="4"} 0 node_nfs_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfs_requests_total{method="Setattr",proto="4"} 188535 node_nfs_requests_total{method="StatFs",proto="4"} 1.167918e+06 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 0 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 0 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 111065 # HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. # TYPE node_nfs_rpc_authentication_refreshes_total counter node_nfs_rpc_authentication_refreshes_total 2.51049e+06 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 21 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 2.510442e+06 # HELP node_nvme_info Non-numeric data from /sys/class/nvme/, value is always 1. # TYPE node_nvme_info gauge node_nvme_info{device="nvme0",firmware_revision="5B2QGXA7",model="Samsung SSD 980 PRO 1TB",serial="S5P2NG0R108608Y",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="3B2QGXA7",model="Samsung SSD 980 PRO 1TB",serial="S5P2NG0R731188F",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="almalinux",id_like="rhel centos fedora",image_id="",image_version="",name="AlmaLinux",pretty_name="AlmaLinux 9.7 (Moss Jungle Cat)",variant="",variant_id="",version="9.7 (Moss Jungle Cat)",version_codename="",version_id="9.7"} 1 # HELP node_os_support_end_timestamp_seconds Metric containing the end-of-life date timestamp of the OS. # TYPE node_os_support_end_timestamp_seconds gauge node_os_support_end_timestamp_seconds 1.9696608e+09 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="almalinux",id_like="rhel centos fedora",name="AlmaLinux"} 9.7 # 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 3 # 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"} 141874.187257028 node_schedstat_running_seconds_total{cpu="1"} 173097.027466383 node_schedstat_running_seconds_total{cpu="10"} 163442.620779367 node_schedstat_running_seconds_total{cpu="11"} 175673.862475153 node_schedstat_running_seconds_total{cpu="12"} 209486.723052077 node_schedstat_running_seconds_total{cpu="13"} 166629.395413407 node_schedstat_running_seconds_total{cpu="14"} 158440.163917374 node_schedstat_running_seconds_total{cpu="15"} 183660.087492379 node_schedstat_running_seconds_total{cpu="16"} 165234.083700385 node_schedstat_running_seconds_total{cpu="17"} 159446.260183992 node_schedstat_running_seconds_total{cpu="18"} 189109.009066866 node_schedstat_running_seconds_total{cpu="19"} 166859.981902373 node_schedstat_running_seconds_total{cpu="2"} 170706.144199918 node_schedstat_running_seconds_total{cpu="20"} 158991.470162476 node_schedstat_running_seconds_total{cpu="21"} 183314.59240179 node_schedstat_running_seconds_total{cpu="22"} 160076.972816495 node_schedstat_running_seconds_total{cpu="23"} 151746.874421788 node_schedstat_running_seconds_total{cpu="24"} 259199.051009458 node_schedstat_running_seconds_total{cpu="25"} 216431.263464263 node_schedstat_running_seconds_total{cpu="26"} 190041.286890909 node_schedstat_running_seconds_total{cpu="27"} 145573.199698382 node_schedstat_running_seconds_total{cpu="28"} 118484.305708488 node_schedstat_running_seconds_total{cpu="29"} 123415.408679443 node_schedstat_running_seconds_total{cpu="3"} 257354.47111289 node_schedstat_running_seconds_total{cpu="30"} 141385.53323169 node_schedstat_running_seconds_total{cpu="31"} 123279.649053241 node_schedstat_running_seconds_total{cpu="32"} 121290.945535457 node_schedstat_running_seconds_total{cpu="33"} 139476.310925033 node_schedstat_running_seconds_total{cpu="34"} 122950.666427597 node_schedstat_running_seconds_total{cpu="35"} 122107.313374411 node_schedstat_running_seconds_total{cpu="36"} 134718.535602955 node_schedstat_running_seconds_total{cpu="37"} 121543.257366734 node_schedstat_running_seconds_total{cpu="38"} 120257.018930968 node_schedstat_running_seconds_total{cpu="39"} 133809.76128829 node_schedstat_running_seconds_total{cpu="4"} 187497.303827331 node_schedstat_running_seconds_total{cpu="40"} 121973.910867627 node_schedstat_running_seconds_total{cpu="41"} 120295.497244373 node_schedstat_running_seconds_total{cpu="42"} 132252.470977677 node_schedstat_running_seconds_total{cpu="43"} 120756.60723852 node_schedstat_running_seconds_total{cpu="44"} 119240.904697348 node_schedstat_running_seconds_total{cpu="45"} 132100.348008772 node_schedstat_running_seconds_total{cpu="46"} 121664.220330026 node_schedstat_running_seconds_total{cpu="47"} 121037.088143322 node_schedstat_running_seconds_total{cpu="48"} 233767.654490787 node_schedstat_running_seconds_total{cpu="49"} 157326.61045371 node_schedstat_running_seconds_total{cpu="5"} 170882.694384449 node_schedstat_running_seconds_total{cpu="50"} 162433.339477225 node_schedstat_running_seconds_total{cpu="51"} 184410.413479442 node_schedstat_running_seconds_total{cpu="52"} 168626.49710153 node_schedstat_running_seconds_total{cpu="53"} 170393.667504396 node_schedstat_running_seconds_total{cpu="54"} 198424.35542312 node_schedstat_running_seconds_total{cpu="55"} 173459.221680798 node_schedstat_running_seconds_total{cpu="56"} 159842.209569916 node_schedstat_running_seconds_total{cpu="57"} 197317.706294999 node_schedstat_running_seconds_total{cpu="58"} 170692.571272441 node_schedstat_running_seconds_total{cpu="59"} 166623.390560181 node_schedstat_running_seconds_total{cpu="6"} 213641.902848444 node_schedstat_running_seconds_total{cpu="60"} 180816.729124795 node_schedstat_running_seconds_total{cpu="61"} 157950.969990545 node_schedstat_running_seconds_total{cpu="62"} 160620.430976815 node_schedstat_running_seconds_total{cpu="63"} 188962.956791581 node_schedstat_running_seconds_total{cpu="64"} 177972.003506413 node_schedstat_running_seconds_total{cpu="65"} 161652.827937621 node_schedstat_running_seconds_total{cpu="66"} 175748.323583779 node_schedstat_running_seconds_total{cpu="67"} 161123.465109343 node_schedstat_running_seconds_total{cpu="68"} 175737.547548795 node_schedstat_running_seconds_total{cpu="69"} 166611.780651897 node_schedstat_running_seconds_total{cpu="7"} 183247.696340164 node_schedstat_running_seconds_total{cpu="70"} 183765.815006869 node_schedstat_running_seconds_total{cpu="71"} 165860.730123259 node_schedstat_running_seconds_total{cpu="72"} 194344.670544247 node_schedstat_running_seconds_total{cpu="73"} 168330.28404997 node_schedstat_running_seconds_total{cpu="74"} 162478.528930404 node_schedstat_running_seconds_total{cpu="75"} 134726.317820247 node_schedstat_running_seconds_total{cpu="76"} 135871.672238442 node_schedstat_running_seconds_total{cpu="77"} 122215.628346566 node_schedstat_running_seconds_total{cpu="78"} 129257.311198641 node_schedstat_running_seconds_total{cpu="79"} 120974.899897407 node_schedstat_running_seconds_total{cpu="8"} 168948.758347051 node_schedstat_running_seconds_total{cpu="80"} 121281.003280768 node_schedstat_running_seconds_total{cpu="81"} 128299.385728509 node_schedstat_running_seconds_total{cpu="82"} 121120.960546813 node_schedstat_running_seconds_total{cpu="83"} 121063.238641737 node_schedstat_running_seconds_total{cpu="84"} 125768.538568325 node_schedstat_running_seconds_total{cpu="85"} 120659.201427079 node_schedstat_running_seconds_total{cpu="86"} 119796.245659641 node_schedstat_running_seconds_total{cpu="87"} 127398.180047134 node_schedstat_running_seconds_total{cpu="88"} 122424.477441169 node_schedstat_running_seconds_total{cpu="89"} 121334.013189958 node_schedstat_running_seconds_total{cpu="9"} 210145.95739213 node_schedstat_running_seconds_total{cpu="90"} 125279.200989274 node_schedstat_running_seconds_total{cpu="91"} 119831.298837346 node_schedstat_running_seconds_total{cpu="92"} 118392.68789681 node_schedstat_running_seconds_total{cpu="93"} 125073.628595791 node_schedstat_running_seconds_total{cpu="94"} 121703.085720285 node_schedstat_running_seconds_total{cpu="95"} 120553.99106737 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.517862843e+09 node_schedstat_timeslices_total{cpu="1"} 1.718735102e+09 node_schedstat_timeslices_total{cpu="10"} 1.770404863e+09 node_schedstat_timeslices_total{cpu="11"} 1.783288359e+09 node_schedstat_timeslices_total{cpu="12"} 1.772751048e+09 node_schedstat_timeslices_total{cpu="13"} 1.776256037e+09 node_schedstat_timeslices_total{cpu="14"} 1.753654725e+09 node_schedstat_timeslices_total{cpu="15"} 1.750655526e+09 node_schedstat_timeslices_total{cpu="16"} 1.736778976e+09 node_schedstat_timeslices_total{cpu="17"} 1.711850224e+09 node_schedstat_timeslices_total{cpu="18"} 1.782987974e+09 node_schedstat_timeslices_total{cpu="19"} 1.781965683e+09 node_schedstat_timeslices_total{cpu="2"} 1.715574425e+09 node_schedstat_timeslices_total{cpu="20"} 1.77110358e+09 node_schedstat_timeslices_total{cpu="21"} 1.76900205e+09 node_schedstat_timeslices_total{cpu="22"} 1.802497115e+09 node_schedstat_timeslices_total{cpu="23"} 1.745024544e+09 node_schedstat_timeslices_total{cpu="24"} 1.57276364e+09 node_schedstat_timeslices_total{cpu="25"} 1.510987981e+09 node_schedstat_timeslices_total{cpu="26"} 1.411669824e+09 node_schedstat_timeslices_total{cpu="27"} 1.155693374e+09 node_schedstat_timeslices_total{cpu="28"} 1.123327924e+09 node_schedstat_timeslices_total{cpu="29"} 1.128990606e+09 node_schedstat_timeslices_total{cpu="3"} 1.832304671e+09 node_schedstat_timeslices_total{cpu="30"} 1.073418515e+09 node_schedstat_timeslices_total{cpu="31"} 1.07429629e+09 node_schedstat_timeslices_total{cpu="32"} 1.072461106e+09 node_schedstat_timeslices_total{cpu="33"} 1.063206811e+09 node_schedstat_timeslices_total{cpu="34"} 1.062662313e+09 node_schedstat_timeslices_total{cpu="35"} 1.063667472e+09 node_schedstat_timeslices_total{cpu="36"} 1.079386635e+09 node_schedstat_timeslices_total{cpu="37"} 1.078158317e+09 node_schedstat_timeslices_total{cpu="38"} 1.077395154e+09 node_schedstat_timeslices_total{cpu="39"} 1.068443488e+09 node_schedstat_timeslices_total{cpu="4"} 1.847595537e+09 node_schedstat_timeslices_total{cpu="40"} 1.068329636e+09 node_schedstat_timeslices_total{cpu="41"} 1.068498879e+09 node_schedstat_timeslices_total{cpu="42"} 1.074009663e+09 node_schedstat_timeslices_total{cpu="43"} 1.072304937e+09 node_schedstat_timeslices_total{cpu="44"} 1.071907068e+09 node_schedstat_timeslices_total{cpu="45"} 1.060400409e+09 node_schedstat_timeslices_total{cpu="46"} 1.060744013e+09 node_schedstat_timeslices_total{cpu="47"} 1.060343411e+09 node_schedstat_timeslices_total{cpu="48"} 1.817245861e+09 node_schedstat_timeslices_total{cpu="49"} 1.684985436e+09 node_schedstat_timeslices_total{cpu="5"} 1.826023452e+09 node_schedstat_timeslices_total{cpu="50"} 1.654710197e+09 node_schedstat_timeslices_total{cpu="51"} 1.795000358e+09 node_schedstat_timeslices_total{cpu="52"} 1.793628464e+09 node_schedstat_timeslices_total{cpu="53"} 1.780658342e+09 node_schedstat_timeslices_total{cpu="54"} 1.783793535e+09 node_schedstat_timeslices_total{cpu="55"} 1.786249066e+09 node_schedstat_timeslices_total{cpu="56"} 1.767794893e+09 node_schedstat_timeslices_total{cpu="57"} 1.757327858e+09 node_schedstat_timeslices_total{cpu="58"} 1.770777233e+09 node_schedstat_timeslices_total{cpu="59"} 1.769618329e+09 node_schedstat_timeslices_total{cpu="6"} 1.800022217e+09 node_schedstat_timeslices_total{cpu="60"} 1.782581003e+09 node_schedstat_timeslices_total{cpu="61"} 1.74107531e+09 node_schedstat_timeslices_total{cpu="62"} 1.730050277e+09 node_schedstat_timeslices_total{cpu="63"} 1.712019773e+09 node_schedstat_timeslices_total{cpu="64"} 1.72666092e+09 node_schedstat_timeslices_total{cpu="65"} 1.712755894e+09 node_schedstat_timeslices_total{cpu="66"} 1.755393461e+09 node_schedstat_timeslices_total{cpu="67"} 1.782107517e+09 node_schedstat_timeslices_total{cpu="68"} 1.783147554e+09 node_schedstat_timeslices_total{cpu="69"} 1.730838115e+09 node_schedstat_timeslices_total{cpu="7"} 1.805670532e+09 node_schedstat_timeslices_total{cpu="70"} 1.730024804e+09 node_schedstat_timeslices_total{cpu="71"} 1.741075234e+09 node_schedstat_timeslices_total{cpu="72"} 1.31351411e+09 node_schedstat_timeslices_total{cpu="73"} 1.308998329e+09 node_schedstat_timeslices_total{cpu="74"} 1.299953854e+09 node_schedstat_timeslices_total{cpu="75"} 1.12238829e+09 node_schedstat_timeslices_total{cpu="76"} 1.238917358e+09 node_schedstat_timeslices_total{cpu="77"} 1.202357072e+09 node_schedstat_timeslices_total{cpu="78"} 1.072479104e+09 node_schedstat_timeslices_total{cpu="79"} 1.07459475e+09 node_schedstat_timeslices_total{cpu="8"} 1.783878571e+09 node_schedstat_timeslices_total{cpu="80"} 1.073148775e+09 node_schedstat_timeslices_total{cpu="81"} 1.062499628e+09 node_schedstat_timeslices_total{cpu="82"} 1.060635184e+09 node_schedstat_timeslices_total{cpu="83"} 1.061405784e+09 node_schedstat_timeslices_total{cpu="84"} 1.076816318e+09 node_schedstat_timeslices_total{cpu="85"} 1.077001949e+09 node_schedstat_timeslices_total{cpu="86"} 1.078257133e+09 node_schedstat_timeslices_total{cpu="87"} 1.068024169e+09 node_schedstat_timeslices_total{cpu="88"} 1.069156639e+09 node_schedstat_timeslices_total{cpu="89"} 1.070948413e+09 node_schedstat_timeslices_total{cpu="9"} 1.796308293e+09 node_schedstat_timeslices_total{cpu="90"} 1.0753169e+09 node_schedstat_timeslices_total{cpu="91"} 1.072503758e+09 node_schedstat_timeslices_total{cpu="92"} 1.076044438e+09 node_schedstat_timeslices_total{cpu="93"} 1.060825716e+09 node_schedstat_timeslices_total{cpu="94"} 1.060653908e+09 node_schedstat_timeslices_total{cpu="95"} 1.06136664e+09 # 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"} 423905.633813534 node_schedstat_waiting_seconds_total{cpu="1"} 553371.088476359 node_schedstat_waiting_seconds_total{cpu="10"} 548246.547237644 node_schedstat_waiting_seconds_total{cpu="11"} 534877.526036692 node_schedstat_waiting_seconds_total{cpu="12"} 529572.448081468 node_schedstat_waiting_seconds_total{cpu="13"} 554344.961929804 node_schedstat_waiting_seconds_total{cpu="14"} 558895.736507384 node_schedstat_waiting_seconds_total{cpu="15"} 546842.79287732 node_schedstat_waiting_seconds_total{cpu="16"} 547247.07416697 node_schedstat_waiting_seconds_total{cpu="17"} 557177.7073811 node_schedstat_waiting_seconds_total{cpu="18"} 545631.210789461 node_schedstat_waiting_seconds_total{cpu="19"} 555000.427244499 node_schedstat_waiting_seconds_total{cpu="2"} 544975.080043938 node_schedstat_waiting_seconds_total{cpu="20"} 546002.806011996 node_schedstat_waiting_seconds_total{cpu="21"} 549040.563513947 node_schedstat_waiting_seconds_total{cpu="22"} 548637.674603291 node_schedstat_waiting_seconds_total{cpu="23"} 558159.40192869 node_schedstat_waiting_seconds_total{cpu="24"} 609839.491302204 node_schedstat_waiting_seconds_total{cpu="25"} 605077.583183185 node_schedstat_waiting_seconds_total{cpu="26"} 604233.930693467 node_schedstat_waiting_seconds_total{cpu="27"} 631912.64614765 node_schedstat_waiting_seconds_total{cpu="28"} 632847.526343606 node_schedstat_waiting_seconds_total{cpu="29"} 631790.727714582 node_schedstat_waiting_seconds_total{cpu="3"} 541397.476411547 node_schedstat_waiting_seconds_total{cpu="30"} 631372.876534447 node_schedstat_waiting_seconds_total{cpu="31"} 635244.039864687 node_schedstat_waiting_seconds_total{cpu="32"} 632724.301209737 node_schedstat_waiting_seconds_total{cpu="33"} 630408.531308916 node_schedstat_waiting_seconds_total{cpu="34"} 634302.088491631 node_schedstat_waiting_seconds_total{cpu="35"} 631926.691396955 node_schedstat_waiting_seconds_total{cpu="36"} 633011.317484939 node_schedstat_waiting_seconds_total{cpu="37"} 637163.222775192 node_schedstat_waiting_seconds_total{cpu="38"} 633434.052666407 node_schedstat_waiting_seconds_total{cpu="39"} 633073.679176876 node_schedstat_waiting_seconds_total{cpu="4"} 549115.695953696 node_schedstat_waiting_seconds_total{cpu="40"} 634969.186066756 node_schedstat_waiting_seconds_total{cpu="41"} 634290.124856786 node_schedstat_waiting_seconds_total{cpu="42"} 633177.774764914 node_schedstat_waiting_seconds_total{cpu="43"} 637313.564496517 node_schedstat_waiting_seconds_total{cpu="44"} 632794.281456128 node_schedstat_waiting_seconds_total{cpu="45"} 632111.846113768 node_schedstat_waiting_seconds_total{cpu="46"} 635670.310956226 node_schedstat_waiting_seconds_total{cpu="47"} 632220.446612584 node_schedstat_waiting_seconds_total{cpu="48"} 505439.839985477 node_schedstat_waiting_seconds_total{cpu="49"} 559128.849463458 node_schedstat_waiting_seconds_total{cpu="5"} 553721.142182644 node_schedstat_waiting_seconds_total{cpu="50"} 542355.641058485 node_schedstat_waiting_seconds_total{cpu="51"} 550269.177792646 node_schedstat_waiting_seconds_total{cpu="52"} 552355.792166898 node_schedstat_waiting_seconds_total{cpu="53"} 550594.070836049 node_schedstat_waiting_seconds_total{cpu="54"} 530356.272175062 node_schedstat_waiting_seconds_total{cpu="55"} 540240.353970554 node_schedstat_waiting_seconds_total{cpu="56"} 549505.083369838 node_schedstat_waiting_seconds_total{cpu="57"} 528669.667531009 node_schedstat_waiting_seconds_total{cpu="58"} 540526.819508609 node_schedstat_waiting_seconds_total{cpu="59"} 535294.913262086 node_schedstat_waiting_seconds_total{cpu="6"} 533690.279813706 node_schedstat_waiting_seconds_total{cpu="60"} 539194.843127504 node_schedstat_waiting_seconds_total{cpu="61"} 554397.02833473 node_schedstat_waiting_seconds_total{cpu="62"} 556813.1942428 node_schedstat_waiting_seconds_total{cpu="63"} 533175.866079945 node_schedstat_waiting_seconds_total{cpu="64"} 540886.244636975 node_schedstat_waiting_seconds_total{cpu="65"} 555597.074470004 node_schedstat_waiting_seconds_total{cpu="66"} 539559.788357994 node_schedstat_waiting_seconds_total{cpu="67"} 543240.156015054 node_schedstat_waiting_seconds_total{cpu="68"} 536555.764380244 node_schedstat_waiting_seconds_total{cpu="69"} 547911.377626849 node_schedstat_waiting_seconds_total{cpu="7"} 538874.933607382 node_schedstat_waiting_seconds_total{cpu="70"} 529577.130562645 node_schedstat_waiting_seconds_total{cpu="71"} 553960.161706943 node_schedstat_waiting_seconds_total{cpu="72"} 600103.899246179 node_schedstat_waiting_seconds_total{cpu="73"} 608162.208934813 node_schedstat_waiting_seconds_total{cpu="74"} 608691.279051165 node_schedstat_waiting_seconds_total{cpu="75"} 629975.147852409 node_schedstat_waiting_seconds_total{cpu="76"} 630992.124265133 node_schedstat_waiting_seconds_total{cpu="77"} 632983.756695472 node_schedstat_waiting_seconds_total{cpu="78"} 631773.562615297 node_schedstat_waiting_seconds_total{cpu="79"} 635897.179116317 node_schedstat_waiting_seconds_total{cpu="8"} 549865.92446296 node_schedstat_waiting_seconds_total{cpu="80"} 634505.681706424 node_schedstat_waiting_seconds_total{cpu="81"} 631500.841352729 node_schedstat_waiting_seconds_total{cpu="82"} 636066.253661137 node_schedstat_waiting_seconds_total{cpu="83"} 632650.618285586 node_schedstat_waiting_seconds_total{cpu="84"} 634209.134572767 node_schedstat_waiting_seconds_total{cpu="85"} 638248.415359556 node_schedstat_waiting_seconds_total{cpu="86"} 635793.681791583 node_schedstat_waiting_seconds_total{cpu="87"} 633468.124421541 node_schedstat_waiting_seconds_total{cpu="88"} 636670.655164202 node_schedstat_waiting_seconds_total{cpu="89"} 635522.425584266 node_schedstat_waiting_seconds_total{cpu="9"} 536124.957925298 node_schedstat_waiting_seconds_total{cpu="90"} 633487.398533713 node_schedstat_waiting_seconds_total{cpu="91"} 637293.863406317 node_schedstat_waiting_seconds_total{cpu="92"} 634347.304356479 node_schedstat_waiting_seconds_total{cpu="93"} 633297.799372113 node_schedstat_waiting_seconds_total{cpu="94"} 636529.62188886 node_schedstat_waiting_seconds_total{cpu="95"} 632958.220021793 # 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"} 0.002091393 node_scrape_collector_duration_seconds{collector="bcache"} 1.1031e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.1973e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.063426306 node_scrape_collector_duration_seconds{collector="conntrack"} 0.108343332 node_scrape_collector_duration_seconds{collector="cpu"} 0.118893763 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.10451983 node_scrape_collector_duration_seconds{collector="diskstats"} 0.11140214 node_scrape_collector_duration_seconds{collector="dmi"} 0.081497664 node_scrape_collector_duration_seconds{collector="edac"} 0.000509406 node_scrape_collector_duration_seconds{collector="entropy"} 0.098008716 node_scrape_collector_duration_seconds{collector="fibrechannel"} 7.324e-06 node_scrape_collector_duration_seconds{collector="filefd"} 0.09786171 node_scrape_collector_duration_seconds{collector="filesystem"} 0.086116118 node_scrape_collector_duration_seconds{collector="hwmon"} 0.110454482 node_scrape_collector_duration_seconds{collector="infiniband"} 7.524e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 1.5158e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.108210664 node_scrape_collector_duration_seconds{collector="mdadm"} 8.4809e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.107635855 node_scrape_collector_duration_seconds{collector="netclass"} 0.113674733 node_scrape_collector_duration_seconds{collector="netdev"} 0.109218855 node_scrape_collector_duration_seconds{collector="netstat"} 0.108696325 node_scrape_collector_duration_seconds{collector="nfs"} 0.096310421 node_scrape_collector_duration_seconds{collector="nfsd"} 9.8485e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000465724 node_scrape_collector_duration_seconds{collector="os"} 0.000441889 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 4.9753e-05 node_scrape_collector_duration_seconds{collector="pressure"} 6.1336e-05 node_scrape_collector_duration_seconds{collector="rapl"} 0.000296196 node_scrape_collector_duration_seconds{collector="schedstat"} 0.060612388 node_scrape_collector_duration_seconds{collector="selinux"} 0.107221758 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000311795 node_scrape_collector_duration_seconds{collector="softnet"} 0.108436717 node_scrape_collector_duration_seconds{collector="stat"} 0.112685336 node_scrape_collector_duration_seconds{collector="tapestats"} 8.246e-06 node_scrape_collector_duration_seconds{collector="textfile"} 2.3935e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.116820624 node_scrape_collector_duration_seconds{collector="time"} 0.097606962 node_scrape_collector_duration_seconds{collector="timex"} 1.1071e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.066068783 node_scrape_collector_duration_seconds{collector="uname"} 0.069139222 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000368261 node_scrape_collector_duration_seconds{collector="watchdog"} 0.00030388 node_scrape_collector_duration_seconds{collector="xfs"} 0.107996522 node_scrape_collector_duration_seconds{collector="zfs"} 9.819e-06 # 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"} 1 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"} 1 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"} 0 node_scrape_collector_success{collector="rapl"} 0 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="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_config_mode Configured SELinux enforcement mode # TYPE node_selinux_config_mode gauge node_selinux_config_mode -1 # HELP node_selinux_current_mode Current SELinux enforcement mode # TYPE node_selinux_current_mode gauge node_selinux_current_mode 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 1 # 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 4 # 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 156 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 5832 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 5535 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 7298 # 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 2.9892608e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 4 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 116 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 6 # 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 9 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 9827 # 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 4.0251392e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 6220 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 0 node_softnet_backlog_len{cpu="24"} 0 node_softnet_backlog_len{cpu="25"} 0 node_softnet_backlog_len{cpu="26"} 0 node_softnet_backlog_len{cpu="27"} 0 node_softnet_backlog_len{cpu="28"} 0 node_softnet_backlog_len{cpu="29"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="30"} 0 node_softnet_backlog_len{cpu="31"} 0 node_softnet_backlog_len{cpu="32"} 0 node_softnet_backlog_len{cpu="33"} 0 node_softnet_backlog_len{cpu="34"} 0 node_softnet_backlog_len{cpu="35"} 0 node_softnet_backlog_len{cpu="36"} 0 node_softnet_backlog_len{cpu="37"} 0 node_softnet_backlog_len{cpu="38"} 0 node_softnet_backlog_len{cpu="39"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="40"} 0 node_softnet_backlog_len{cpu="41"} 0 node_softnet_backlog_len{cpu="42"} 0 node_softnet_backlog_len{cpu="43"} 0 node_softnet_backlog_len{cpu="44"} 0 node_softnet_backlog_len{cpu="45"} 0 node_softnet_backlog_len{cpu="46"} 0 node_softnet_backlog_len{cpu="47"} 0 node_softnet_backlog_len{cpu="48"} 0 node_softnet_backlog_len{cpu="49"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="50"} 0 node_softnet_backlog_len{cpu="51"} 0 node_softnet_backlog_len{cpu="52"} 0 node_softnet_backlog_len{cpu="53"} 0 node_softnet_backlog_len{cpu="54"} 0 node_softnet_backlog_len{cpu="55"} 0 node_softnet_backlog_len{cpu="56"} 0 node_softnet_backlog_len{cpu="57"} 0 node_softnet_backlog_len{cpu="58"} 0 node_softnet_backlog_len{cpu="59"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="60"} 0 node_softnet_backlog_len{cpu="61"} 0 node_softnet_backlog_len{cpu="62"} 0 node_softnet_backlog_len{cpu="63"} 0 node_softnet_backlog_len{cpu="64"} 0 node_softnet_backlog_len{cpu="65"} 0 node_softnet_backlog_len{cpu="66"} 0 node_softnet_backlog_len{cpu="67"} 0 node_softnet_backlog_len{cpu="68"} 0 node_softnet_backlog_len{cpu="69"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="70"} 0 node_softnet_backlog_len{cpu="71"} 0 node_softnet_backlog_len{cpu="72"} 0 node_softnet_backlog_len{cpu="73"} 0 node_softnet_backlog_len{cpu="74"} 0 node_softnet_backlog_len{cpu="75"} 0 node_softnet_backlog_len{cpu="76"} 0 node_softnet_backlog_len{cpu="77"} 0 node_softnet_backlog_len{cpu="78"} 0 node_softnet_backlog_len{cpu="79"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="80"} 0 node_softnet_backlog_len{cpu="81"} 0 node_softnet_backlog_len{cpu="82"} 0 node_softnet_backlog_len{cpu="83"} 0 node_softnet_backlog_len{cpu="84"} 0 node_softnet_backlog_len{cpu="85"} 0 node_softnet_backlog_len{cpu="86"} 0 node_softnet_backlog_len{cpu="87"} 0 node_softnet_backlog_len{cpu="88"} 0 node_softnet_backlog_len{cpu="89"} 0 node_softnet_backlog_len{cpu="9"} 0 node_softnet_backlog_len{cpu="90"} 0 node_softnet_backlog_len{cpu="91"} 0 node_softnet_backlog_len{cpu="92"} 0 node_softnet_backlog_len{cpu="93"} 0 node_softnet_backlog_len{cpu="94"} 0 node_softnet_backlog_len{cpu="95"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 0 node_softnet_cpu_collision_total{cpu="24"} 0 node_softnet_cpu_collision_total{cpu="25"} 0 node_softnet_cpu_collision_total{cpu="26"} 0 node_softnet_cpu_collision_total{cpu="27"} 0 node_softnet_cpu_collision_total{cpu="28"} 0 node_softnet_cpu_collision_total{cpu="29"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="30"} 0 node_softnet_cpu_collision_total{cpu="31"} 0 node_softnet_cpu_collision_total{cpu="32"} 0 node_softnet_cpu_collision_total{cpu="33"} 0 node_softnet_cpu_collision_total{cpu="34"} 0 node_softnet_cpu_collision_total{cpu="35"} 0 node_softnet_cpu_collision_total{cpu="36"} 0 node_softnet_cpu_collision_total{cpu="37"} 0 node_softnet_cpu_collision_total{cpu="38"} 0 node_softnet_cpu_collision_total{cpu="39"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="40"} 0 node_softnet_cpu_collision_total{cpu="41"} 0 node_softnet_cpu_collision_total{cpu="42"} 0 node_softnet_cpu_collision_total{cpu="43"} 0 node_softnet_cpu_collision_total{cpu="44"} 0 node_softnet_cpu_collision_total{cpu="45"} 0 node_softnet_cpu_collision_total{cpu="46"} 0 node_softnet_cpu_collision_total{cpu="47"} 0 node_softnet_cpu_collision_total{cpu="48"} 0 node_softnet_cpu_collision_total{cpu="49"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="50"} 0 node_softnet_cpu_collision_total{cpu="51"} 0 node_softnet_cpu_collision_total{cpu="52"} 0 node_softnet_cpu_collision_total{cpu="53"} 0 node_softnet_cpu_collision_total{cpu="54"} 0 node_softnet_cpu_collision_total{cpu="55"} 0 node_softnet_cpu_collision_total{cpu="56"} 0 node_softnet_cpu_collision_total{cpu="57"} 0 node_softnet_cpu_collision_total{cpu="58"} 0 node_softnet_cpu_collision_total{cpu="59"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="60"} 0 node_softnet_cpu_collision_total{cpu="61"} 0 node_softnet_cpu_collision_total{cpu="62"} 0 node_softnet_cpu_collision_total{cpu="63"} 0 node_softnet_cpu_collision_total{cpu="64"} 0 node_softnet_cpu_collision_total{cpu="65"} 0 node_softnet_cpu_collision_total{cpu="66"} 0 node_softnet_cpu_collision_total{cpu="67"} 0 node_softnet_cpu_collision_total{cpu="68"} 0 node_softnet_cpu_collision_total{cpu="69"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="70"} 0 node_softnet_cpu_collision_total{cpu="71"} 0 node_softnet_cpu_collision_total{cpu="72"} 0 node_softnet_cpu_collision_total{cpu="73"} 0 node_softnet_cpu_collision_total{cpu="74"} 0 node_softnet_cpu_collision_total{cpu="75"} 0 node_softnet_cpu_collision_total{cpu="76"} 0 node_softnet_cpu_collision_total{cpu="77"} 0 node_softnet_cpu_collision_total{cpu="78"} 0 node_softnet_cpu_collision_total{cpu="79"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="80"} 0 node_softnet_cpu_collision_total{cpu="81"} 0 node_softnet_cpu_collision_total{cpu="82"} 0 node_softnet_cpu_collision_total{cpu="83"} 0 node_softnet_cpu_collision_total{cpu="84"} 0 node_softnet_cpu_collision_total{cpu="85"} 0 node_softnet_cpu_collision_total{cpu="86"} 0 node_softnet_cpu_collision_total{cpu="87"} 0 node_softnet_cpu_collision_total{cpu="88"} 0 node_softnet_cpu_collision_total{cpu="89"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 node_softnet_cpu_collision_total{cpu="90"} 0 node_softnet_cpu_collision_total{cpu="91"} 0 node_softnet_cpu_collision_total{cpu="92"} 0 node_softnet_cpu_collision_total{cpu="93"} 0 node_softnet_cpu_collision_total{cpu="94"} 0 node_softnet_cpu_collision_total{cpu="95"} 0 # 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="48"} 0 node_softnet_dropped_total{cpu="49"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="50"} 0 node_softnet_dropped_total{cpu="51"} 0 node_softnet_dropped_total{cpu="52"} 0 node_softnet_dropped_total{cpu="53"} 0 node_softnet_dropped_total{cpu="54"} 0 node_softnet_dropped_total{cpu="55"} 0 node_softnet_dropped_total{cpu="56"} 0 node_softnet_dropped_total{cpu="57"} 0 node_softnet_dropped_total{cpu="58"} 0 node_softnet_dropped_total{cpu="59"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="60"} 0 node_softnet_dropped_total{cpu="61"} 0 node_softnet_dropped_total{cpu="62"} 0 node_softnet_dropped_total{cpu="63"} 0 node_softnet_dropped_total{cpu="64"} 0 node_softnet_dropped_total{cpu="65"} 0 node_softnet_dropped_total{cpu="66"} 0 node_softnet_dropped_total{cpu="67"} 0 node_softnet_dropped_total{cpu="68"} 0 node_softnet_dropped_total{cpu="69"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="70"} 0 node_softnet_dropped_total{cpu="71"} 0 node_softnet_dropped_total{cpu="72"} 0 node_softnet_dropped_total{cpu="73"} 0 node_softnet_dropped_total{cpu="74"} 0 node_softnet_dropped_total{cpu="75"} 0 node_softnet_dropped_total{cpu="76"} 0 node_softnet_dropped_total{cpu="77"} 0 node_softnet_dropped_total{cpu="78"} 0 node_softnet_dropped_total{cpu="79"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="80"} 0 node_softnet_dropped_total{cpu="81"} 0 node_softnet_dropped_total{cpu="82"} 0 node_softnet_dropped_total{cpu="83"} 0 node_softnet_dropped_total{cpu="84"} 0 node_softnet_dropped_total{cpu="85"} 0 node_softnet_dropped_total{cpu="86"} 0 node_softnet_dropped_total{cpu="87"} 0 node_softnet_dropped_total{cpu="88"} 0 node_softnet_dropped_total{cpu="89"} 0 node_softnet_dropped_total{cpu="9"} 0 node_softnet_dropped_total{cpu="90"} 0 node_softnet_dropped_total{cpu="91"} 0 node_softnet_dropped_total{cpu="92"} 0 node_softnet_dropped_total{cpu="93"} 0 node_softnet_dropped_total{cpu="94"} 0 node_softnet_dropped_total{cpu="95"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="20"} 0 node_softnet_flow_limit_count_total{cpu="21"} 0 node_softnet_flow_limit_count_total{cpu="22"} 0 node_softnet_flow_limit_count_total{cpu="23"} 0 node_softnet_flow_limit_count_total{cpu="24"} 0 node_softnet_flow_limit_count_total{cpu="25"} 0 node_softnet_flow_limit_count_total{cpu="26"} 0 node_softnet_flow_limit_count_total{cpu="27"} 0 node_softnet_flow_limit_count_total{cpu="28"} 0 node_softnet_flow_limit_count_total{cpu="29"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="30"} 0 node_softnet_flow_limit_count_total{cpu="31"} 0 node_softnet_flow_limit_count_total{cpu="32"} 0 node_softnet_flow_limit_count_total{cpu="33"} 0 node_softnet_flow_limit_count_total{cpu="34"} 0 node_softnet_flow_limit_count_total{cpu="35"} 0 node_softnet_flow_limit_count_total{cpu="36"} 0 node_softnet_flow_limit_count_total{cpu="37"} 0 node_softnet_flow_limit_count_total{cpu="38"} 0 node_softnet_flow_limit_count_total{cpu="39"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="40"} 0 node_softnet_flow_limit_count_total{cpu="41"} 0 node_softnet_flow_limit_count_total{cpu="42"} 0 node_softnet_flow_limit_count_total{cpu="43"} 0 node_softnet_flow_limit_count_total{cpu="44"} 0 node_softnet_flow_limit_count_total{cpu="45"} 0 node_softnet_flow_limit_count_total{cpu="46"} 0 node_softnet_flow_limit_count_total{cpu="47"} 0 node_softnet_flow_limit_count_total{cpu="48"} 0 node_softnet_flow_limit_count_total{cpu="49"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="50"} 0 node_softnet_flow_limit_count_total{cpu="51"} 0 node_softnet_flow_limit_count_total{cpu="52"} 0 node_softnet_flow_limit_count_total{cpu="53"} 0 node_softnet_flow_limit_count_total{cpu="54"} 0 node_softnet_flow_limit_count_total{cpu="55"} 0 node_softnet_flow_limit_count_total{cpu="56"} 0 node_softnet_flow_limit_count_total{cpu="57"} 0 node_softnet_flow_limit_count_total{cpu="58"} 0 node_softnet_flow_limit_count_total{cpu="59"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="60"} 0 node_softnet_flow_limit_count_total{cpu="61"} 0 node_softnet_flow_limit_count_total{cpu="62"} 0 node_softnet_flow_limit_count_total{cpu="63"} 0 node_softnet_flow_limit_count_total{cpu="64"} 0 node_softnet_flow_limit_count_total{cpu="65"} 0 node_softnet_flow_limit_count_total{cpu="66"} 0 node_softnet_flow_limit_count_total{cpu="67"} 0 node_softnet_flow_limit_count_total{cpu="68"} 0 node_softnet_flow_limit_count_total{cpu="69"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="70"} 0 node_softnet_flow_limit_count_total{cpu="71"} 0 node_softnet_flow_limit_count_total{cpu="72"} 0 node_softnet_flow_limit_count_total{cpu="73"} 0 node_softnet_flow_limit_count_total{cpu="74"} 0 node_softnet_flow_limit_count_total{cpu="75"} 0 node_softnet_flow_limit_count_total{cpu="76"} 0 node_softnet_flow_limit_count_total{cpu="77"} 0 node_softnet_flow_limit_count_total{cpu="78"} 0 node_softnet_flow_limit_count_total{cpu="79"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="80"} 0 node_softnet_flow_limit_count_total{cpu="81"} 0 node_softnet_flow_limit_count_total{cpu="82"} 0 node_softnet_flow_limit_count_total{cpu="83"} 0 node_softnet_flow_limit_count_total{cpu="84"} 0 node_softnet_flow_limit_count_total{cpu="85"} 0 node_softnet_flow_limit_count_total{cpu="86"} 0 node_softnet_flow_limit_count_total{cpu="87"} 0 node_softnet_flow_limit_count_total{cpu="88"} 0 node_softnet_flow_limit_count_total{cpu="89"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 node_softnet_flow_limit_count_total{cpu="90"} 0 node_softnet_flow_limit_count_total{cpu="91"} 0 node_softnet_flow_limit_count_total{cpu="92"} 0 node_softnet_flow_limit_count_total{cpu="93"} 0 node_softnet_flow_limit_count_total{cpu="94"} 0 node_softnet_flow_limit_count_total{cpu="95"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.7962609e+07 node_softnet_processed_total{cpu="1"} 5.6045752e+07 node_softnet_processed_total{cpu="10"} 6.38349998e+08 node_softnet_processed_total{cpu="11"} 2.1444129e+08 node_softnet_processed_total{cpu="12"} 7.52054157e+08 node_softnet_processed_total{cpu="13"} 2.87694363e+08 node_softnet_processed_total{cpu="14"} 4.72060259e+08 node_softnet_processed_total{cpu="15"} 8.3000978e+07 node_softnet_processed_total{cpu="16"} 3.69252168e+08 node_softnet_processed_total{cpu="17"} 8.47398396e+08 node_softnet_processed_total{cpu="18"} 5.65826418e+08 node_softnet_processed_total{cpu="19"} 1.217682767e+09 node_softnet_processed_total{cpu="2"} 1.377736319e+09 node_softnet_processed_total{cpu="20"} 1.487856099e+09 node_softnet_processed_total{cpu="21"} 1.903045873e+09 node_softnet_processed_total{cpu="22"} 1.1268013e+08 node_softnet_processed_total{cpu="23"} 8.1006814e+08 node_softnet_processed_total{cpu="24"} 3.5199554e+07 node_softnet_processed_total{cpu="25"} 2.7353856e+07 node_softnet_processed_total{cpu="26"} 2.2212737e+07 node_softnet_processed_total{cpu="27"} 2.4017562e+07 node_softnet_processed_total{cpu="28"} 2.1988288e+07 node_softnet_processed_total{cpu="29"} 2.0574754e+07 node_softnet_processed_total{cpu="3"} 4.00347662e+08 node_softnet_processed_total{cpu="30"} 2.3171171e+07 node_softnet_processed_total{cpu="31"} 2.1301294e+07 node_softnet_processed_total{cpu="32"} 1.9813533e+07 node_softnet_processed_total{cpu="33"} 2.2383234e+07 node_softnet_processed_total{cpu="34"} 2.0885421e+07 node_softnet_processed_total{cpu="35"} 1.9517053e+07 node_softnet_processed_total{cpu="36"} 2.1885561e+07 node_softnet_processed_total{cpu="37"} 2.060957e+07 node_softnet_processed_total{cpu="38"} 1.9594531e+07 node_softnet_processed_total{cpu="39"} 2.1726987e+07 node_softnet_processed_total{cpu="4"} 1.731519911e+09 node_softnet_processed_total{cpu="40"} 2.0432216e+07 node_softnet_processed_total{cpu="41"} 1.9449235e+07 node_softnet_processed_total{cpu="42"} 2.1131234e+07 node_softnet_processed_total{cpu="43"} 1.9867689e+07 node_softnet_processed_total{cpu="44"} 1.9186887e+07 node_softnet_processed_total{cpu="45"} 2.065243e+07 node_softnet_processed_total{cpu="46"} 1.9734646e+07 node_softnet_processed_total{cpu="47"} 1.8925842e+07 node_softnet_processed_total{cpu="48"} 1.175071435e+09 node_softnet_processed_total{cpu="49"} 6.323216e+07 node_softnet_processed_total{cpu="5"} 6.8743221e+07 node_softnet_processed_total{cpu="50"} 1.607081107e+09 node_softnet_processed_total{cpu="51"} 8.02791292e+08 node_softnet_processed_total{cpu="52"} 7.46009665e+08 node_softnet_processed_total{cpu="53"} 4.02149354e+08 node_softnet_processed_total{cpu="54"} 3.066434736e+09 node_softnet_processed_total{cpu="55"} 3.03621216e+08 node_softnet_processed_total{cpu="56"} 2.7758163e+08 node_softnet_processed_total{cpu="57"} 2.656836673e+09 node_softnet_processed_total{cpu="58"} 3.426438775e+09 node_softnet_processed_total{cpu="59"} 2.855192035e+09 node_softnet_processed_total{cpu="6"} 5.9062498e+07 node_softnet_processed_total{cpu="60"} 2.657756249e+09 node_softnet_processed_total{cpu="61"} 7.44242658e+08 node_softnet_processed_total{cpu="62"} 2.703066858e+09 node_softnet_processed_total{cpu="63"} 3.00273169e+08 node_softnet_processed_total{cpu="64"} 3.257523177e+09 node_softnet_processed_total{cpu="65"} 5.9430953e+07 node_softnet_processed_total{cpu="66"} 7.17678719e+08 node_softnet_processed_total{cpu="67"} 3.903113225e+09 node_softnet_processed_total{cpu="68"} 1.608610133e+09 node_softnet_processed_total{cpu="69"} 2.715115652e+09 node_softnet_processed_total{cpu="7"} 4.114806426e+09 node_softnet_processed_total{cpu="70"} 2.81884503e+08 node_softnet_processed_total{cpu="71"} 6.02872635e+08 node_softnet_processed_total{cpu="72"} 2.6627251e+07 node_softnet_processed_total{cpu="73"} 2.3698268e+07 node_softnet_processed_total{cpu="74"} 2.0975128e+07 node_softnet_processed_total{cpu="75"} 2.2175008e+07 node_softnet_processed_total{cpu="76"} 2.2214992e+07 node_softnet_processed_total{cpu="77"} 1.9917479e+07 node_softnet_processed_total{cpu="78"} 2.1822464e+07 node_softnet_processed_total{cpu="79"} 2.0103065e+07 node_softnet_processed_total{cpu="8"} 5.24507863e+08 node_softnet_processed_total{cpu="80"} 1.9355276e+07 node_softnet_processed_total{cpu="81"} 2.0743986e+07 node_softnet_processed_total{cpu="82"} 2.0255662e+07 node_softnet_processed_total{cpu="83"} 1.9347535e+07 node_softnet_processed_total{cpu="84"} 2.0505411e+07 node_softnet_processed_total{cpu="85"} 1.9996961e+07 node_softnet_processed_total{cpu="86"} 1.9030531e+07 node_softnet_processed_total{cpu="87"} 2.0676009e+07 node_softnet_processed_total{cpu="88"} 2.9605602e+07 node_softnet_processed_total{cpu="89"} 1.9408777e+07 node_softnet_processed_total{cpu="9"} 1.972822635e+09 node_softnet_processed_total{cpu="90"} 2.0104859e+07 node_softnet_processed_total{cpu="91"} 1.9509153e+07 node_softnet_processed_total{cpu="92"} 1.9480553e+07 node_softnet_processed_total{cpu="93"} 1.9859643e+07 node_softnet_processed_total{cpu="94"} 1.9640932e+07 node_softnet_processed_total{cpu="95"} 1.8478003e+07 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="20"} 0 node_softnet_received_rps_total{cpu="21"} 0 node_softnet_received_rps_total{cpu="22"} 0 node_softnet_received_rps_total{cpu="23"} 0 node_softnet_received_rps_total{cpu="24"} 0 node_softnet_received_rps_total{cpu="25"} 0 node_softnet_received_rps_total{cpu="26"} 0 node_softnet_received_rps_total{cpu="27"} 0 node_softnet_received_rps_total{cpu="28"} 0 node_softnet_received_rps_total{cpu="29"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="30"} 0 node_softnet_received_rps_total{cpu="31"} 0 node_softnet_received_rps_total{cpu="32"} 0 node_softnet_received_rps_total{cpu="33"} 0 node_softnet_received_rps_total{cpu="34"} 0 node_softnet_received_rps_total{cpu="35"} 0 node_softnet_received_rps_total{cpu="36"} 0 node_softnet_received_rps_total{cpu="37"} 0 node_softnet_received_rps_total{cpu="38"} 0 node_softnet_received_rps_total{cpu="39"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="40"} 0 node_softnet_received_rps_total{cpu="41"} 0 node_softnet_received_rps_total{cpu="42"} 0 node_softnet_received_rps_total{cpu="43"} 0 node_softnet_received_rps_total{cpu="44"} 0 node_softnet_received_rps_total{cpu="45"} 0 node_softnet_received_rps_total{cpu="46"} 0 node_softnet_received_rps_total{cpu="47"} 0 node_softnet_received_rps_total{cpu="48"} 0 node_softnet_received_rps_total{cpu="49"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="50"} 0 node_softnet_received_rps_total{cpu="51"} 0 node_softnet_received_rps_total{cpu="52"} 0 node_softnet_received_rps_total{cpu="53"} 0 node_softnet_received_rps_total{cpu="54"} 0 node_softnet_received_rps_total{cpu="55"} 0 node_softnet_received_rps_total{cpu="56"} 0 node_softnet_received_rps_total{cpu="57"} 0 node_softnet_received_rps_total{cpu="58"} 0 node_softnet_received_rps_total{cpu="59"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="60"} 0 node_softnet_received_rps_total{cpu="61"} 0 node_softnet_received_rps_total{cpu="62"} 0 node_softnet_received_rps_total{cpu="63"} 0 node_softnet_received_rps_total{cpu="64"} 0 node_softnet_received_rps_total{cpu="65"} 0 node_softnet_received_rps_total{cpu="66"} 0 node_softnet_received_rps_total{cpu="67"} 0 node_softnet_received_rps_total{cpu="68"} 0 node_softnet_received_rps_total{cpu="69"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="70"} 0 node_softnet_received_rps_total{cpu="71"} 0 node_softnet_received_rps_total{cpu="72"} 0 node_softnet_received_rps_total{cpu="73"} 0 node_softnet_received_rps_total{cpu="74"} 0 node_softnet_received_rps_total{cpu="75"} 0 node_softnet_received_rps_total{cpu="76"} 0 node_softnet_received_rps_total{cpu="77"} 0 node_softnet_received_rps_total{cpu="78"} 0 node_softnet_received_rps_total{cpu="79"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="80"} 0 node_softnet_received_rps_total{cpu="81"} 0 node_softnet_received_rps_total{cpu="82"} 0 node_softnet_received_rps_total{cpu="83"} 0 node_softnet_received_rps_total{cpu="84"} 0 node_softnet_received_rps_total{cpu="85"} 0 node_softnet_received_rps_total{cpu="86"} 0 node_softnet_received_rps_total{cpu="87"} 0 node_softnet_received_rps_total{cpu="88"} 0 node_softnet_received_rps_total{cpu="89"} 0 node_softnet_received_rps_total{cpu="9"} 0 node_softnet_received_rps_total{cpu="90"} 0 node_softnet_received_rps_total{cpu="91"} 0 node_softnet_received_rps_total{cpu="92"} 0 node_softnet_received_rps_total{cpu="93"} 0 node_softnet_received_rps_total{cpu="94"} 0 node_softnet_received_rps_total{cpu="95"} 0 # 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"} 1 node_softnet_times_squeezed_total{cpu="1"} 0 node_softnet_times_squeezed_total{cpu="10"} 2016 node_softnet_times_squeezed_total{cpu="11"} 361438 node_softnet_times_squeezed_total{cpu="12"} 2.319858e+06 node_softnet_times_squeezed_total{cpu="13"} 33290 node_softnet_times_squeezed_total{cpu="14"} 36091 node_softnet_times_squeezed_total{cpu="15"} 1 node_softnet_times_squeezed_total{cpu="16"} 724601 node_softnet_times_squeezed_total{cpu="17"} 3500 node_softnet_times_squeezed_total{cpu="18"} 66153 node_softnet_times_squeezed_total{cpu="19"} 1.130164e+06 node_softnet_times_squeezed_total{cpu="2"} 189787 node_softnet_times_squeezed_total{cpu="20"} 1.148179e+06 node_softnet_times_squeezed_total{cpu="21"} 139102 node_softnet_times_squeezed_total{cpu="22"} 260 node_softnet_times_squeezed_total{cpu="23"} 114471 node_softnet_times_squeezed_total{cpu="24"} 0 node_softnet_times_squeezed_total{cpu="25"} 4 node_softnet_times_squeezed_total{cpu="26"} 0 node_softnet_times_squeezed_total{cpu="27"} 1 node_softnet_times_squeezed_total{cpu="28"} 1 node_softnet_times_squeezed_total{cpu="29"} 2 node_softnet_times_squeezed_total{cpu="3"} 726505 node_softnet_times_squeezed_total{cpu="30"} 1 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"} 1 node_softnet_times_squeezed_total{cpu="35"} 0 node_softnet_times_squeezed_total{cpu="36"} 1 node_softnet_times_squeezed_total{cpu="37"} 0 node_softnet_times_squeezed_total{cpu="38"} 1 node_softnet_times_squeezed_total{cpu="39"} 1 node_softnet_times_squeezed_total{cpu="4"} 6988 node_softnet_times_squeezed_total{cpu="40"} 1 node_softnet_times_squeezed_total{cpu="41"} 3 node_softnet_times_squeezed_total{cpu="42"} 2 node_softnet_times_squeezed_total{cpu="43"} 1 node_softnet_times_squeezed_total{cpu="44"} 2 node_softnet_times_squeezed_total{cpu="45"} 0 node_softnet_times_squeezed_total{cpu="46"} 1 node_softnet_times_squeezed_total{cpu="47"} 0 node_softnet_times_squeezed_total{cpu="48"} 97884 node_softnet_times_squeezed_total{cpu="49"} 0 node_softnet_times_squeezed_total{cpu="5"} 4 node_softnet_times_squeezed_total{cpu="50"} 894629 node_softnet_times_squeezed_total{cpu="51"} 3137 node_softnet_times_squeezed_total{cpu="52"} 1.478187e+06 node_softnet_times_squeezed_total{cpu="53"} 786076 node_softnet_times_squeezed_total{cpu="54"} 949032 node_softnet_times_squeezed_total{cpu="55"} 815510 node_softnet_times_squeezed_total{cpu="56"} 21737 node_softnet_times_squeezed_total{cpu="57"} 2.153607e+06 node_softnet_times_squeezed_total{cpu="58"} 436776 node_softnet_times_squeezed_total{cpu="59"} 539979 node_softnet_times_squeezed_total{cpu="6"} 847796 node_softnet_times_squeezed_total{cpu="60"} 326767 node_softnet_times_squeezed_total{cpu="61"} 3162 node_softnet_times_squeezed_total{cpu="62"} 352769 node_softnet_times_squeezed_total{cpu="63"} 1.253946e+06 node_softnet_times_squeezed_total{cpu="64"} 1.209878e+06 node_softnet_times_squeezed_total{cpu="65"} 0 node_softnet_times_squeezed_total{cpu="66"} 414467 node_softnet_times_squeezed_total{cpu="67"} 623061 node_softnet_times_squeezed_total{cpu="68"} 752097 node_softnet_times_squeezed_total{cpu="69"} 1.356386e+06 node_softnet_times_squeezed_total{cpu="7"} 1.426332e+06 node_softnet_times_squeezed_total{cpu="70"} 3.070031e+06 node_softnet_times_squeezed_total{cpu="71"} 5671 node_softnet_times_squeezed_total{cpu="72"} 0 node_softnet_times_squeezed_total{cpu="73"} 0 node_softnet_times_squeezed_total{cpu="74"} 0 node_softnet_times_squeezed_total{cpu="75"} 1 node_softnet_times_squeezed_total{cpu="76"} 0 node_softnet_times_squeezed_total{cpu="77"} 1 node_softnet_times_squeezed_total{cpu="78"} 1 node_softnet_times_squeezed_total{cpu="79"} 1 node_softnet_times_squeezed_total{cpu="8"} 2422 node_softnet_times_squeezed_total{cpu="80"} 0 node_softnet_times_squeezed_total{cpu="81"} 0 node_softnet_times_squeezed_total{cpu="82"} 1 node_softnet_times_squeezed_total{cpu="83"} 1 node_softnet_times_squeezed_total{cpu="84"} 0 node_softnet_times_squeezed_total{cpu="85"} 6 node_softnet_times_squeezed_total{cpu="86"} 0 node_softnet_times_squeezed_total{cpu="87"} 5 node_softnet_times_squeezed_total{cpu="88"} 1 node_softnet_times_squeezed_total{cpu="89"} 0 node_softnet_times_squeezed_total{cpu="9"} 179246 node_softnet_times_squeezed_total{cpu="90"} 0 node_softnet_times_squeezed_total{cpu="91"} 2 node_softnet_times_squeezed_total{cpu="92"} 2 node_softnet_times_squeezed_total{cpu="93"} 1 node_softnet_times_squeezed_total{cpu="94"} 0 node_softnet_times_squeezed_total{cpu="95"} 1 # 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.7667108643745117e+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 2.7e-05 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.000000101425171 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 2 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.017214 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # 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 0 # 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 37 # 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="c008.af.uchicago.edu",release="5.14.0-570.44.1.el9_6.x86_64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Wed Sep 17 10:32:11 EDT 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 6756 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.28041485002e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 3.392412e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.986929650136e+12 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.35591697811e+11 # 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 node_watchdog_bootstatus Value of /sys/class/watchdog//bootstatus # TYPE node_watchdog_bootstatus gauge node_watchdog_bootstatus{name="watchdog0"} 0 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="SP5100 TCO timer",name="watchdog0",options="",pretimeout_governor="",state="inactive",status="0x0"} 1 # HELP node_watchdog_nowayout Value of /sys/class/watchdog//nowayout # TYPE node_watchdog_nowayout gauge node_watchdog_nowayout{name="watchdog0"} 0 # HELP node_watchdog_timeleft_seconds Value of /sys/class/watchdog//timeleft # TYPE node_watchdog_timeleft_seconds gauge node_watchdog_timeleft_seconds{name="watchdog0"} 600 # HELP node_watchdog_timeout_seconds Value of /sys/class/watchdog//timeout # TYPE node_watchdog_timeout_seconds gauge node_watchdog_timeout_seconds{name="watchdog0"} 60 # HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="sdm"} 0 # HELP node_xfs_allocation_btree_lookups_total Number of allocation B-tree lookups for a filesystem. # TYPE node_xfs_allocation_btree_lookups_total counter node_xfs_allocation_btree_lookups_total{device="sdm"} 0 # HELP node_xfs_allocation_btree_records_deleted_total Number of allocation B-tree records deleted for a filesystem. # TYPE node_xfs_allocation_btree_records_deleted_total counter node_xfs_allocation_btree_records_deleted_total{device="sdm"} 0 # HELP node_xfs_allocation_btree_records_inserted_total Number of allocation B-tree records inserted for a filesystem. # TYPE node_xfs_allocation_btree_records_inserted_total counter node_xfs_allocation_btree_records_inserted_total{device="sdm"} 0 # HELP node_xfs_block_map_btree_compares_total Number of block map B-tree compares for a filesystem. # TYPE node_xfs_block_map_btree_compares_total counter node_xfs_block_map_btree_compares_total{device="sdm"} 0 # HELP node_xfs_block_map_btree_lookups_total Number of block map B-tree lookups for a filesystem. # TYPE node_xfs_block_map_btree_lookups_total counter node_xfs_block_map_btree_lookups_total{device="sdm"} 0 # HELP node_xfs_block_map_btree_records_deleted_total Number of block map B-tree records deleted for a filesystem. # TYPE node_xfs_block_map_btree_records_deleted_total counter node_xfs_block_map_btree_records_deleted_total{device="sdm"} 0 # HELP node_xfs_block_map_btree_records_inserted_total Number of block map B-tree records inserted for a filesystem. # TYPE node_xfs_block_map_btree_records_inserted_total counter node_xfs_block_map_btree_records_inserted_total{device="sdm"} 0 # HELP node_xfs_block_mapping_extent_list_compares_total Number of extent list compares for a filesystem. # TYPE node_xfs_block_mapping_extent_list_compares_total counter node_xfs_block_mapping_extent_list_compares_total{device="sdm"} 0 # HELP node_xfs_block_mapping_extent_list_deletions_total Number of extent list deletions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_deletions_total counter node_xfs_block_mapping_extent_list_deletions_total{device="sdm"} 11130 # HELP node_xfs_block_mapping_extent_list_insertions_total Number of extent list insertions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_insertions_total counter node_xfs_block_mapping_extent_list_insertions_total{device="sdm"} 0 # HELP node_xfs_block_mapping_extent_list_lookups_total Number of extent list lookups for a filesystem. # TYPE node_xfs_block_mapping_extent_list_lookups_total counter node_xfs_block_mapping_extent_list_lookups_total{device="sdm"} 373974 # HELP node_xfs_block_mapping_reads_total Number of block map for read operations for a filesystem. # TYPE node_xfs_block_mapping_reads_total counter node_xfs_block_mapping_reads_total{device="sdm"} 272000 # HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem. # TYPE node_xfs_block_mapping_unmaps_total counter node_xfs_block_mapping_unmaps_total{device="sdm"} 6752 # HELP node_xfs_block_mapping_writes_total Number of block map for write operations for a filesystem. # TYPE node_xfs_block_mapping_writes_total counter node_xfs_block_mapping_writes_total{device="sdm"} 0 # HELP node_xfs_directory_operation_create_total Number of times a new directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_create_total counter node_xfs_directory_operation_create_total{device="sdm"} 2 # HELP node_xfs_directory_operation_getdents_total Number of times the directory getdents operation was performed for a filesystem. # TYPE node_xfs_directory_operation_getdents_total counter node_xfs_directory_operation_getdents_total{device="sdm"} 2.14718e+06 # HELP node_xfs_directory_operation_lookup_total Number of file name directory lookups which miss the operating systems directory name lookup cache. # TYPE node_xfs_directory_operation_lookup_total counter node_xfs_directory_operation_lookup_total{device="sdm"} 51109 # HELP node_xfs_directory_operation_remove_total Number of times an existing directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_remove_total counter node_xfs_directory_operation_remove_total{device="sdm"} 3757 # HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem. # TYPE node_xfs_extent_allocation_blocks_allocated_total counter node_xfs_extent_allocation_blocks_allocated_total{device="sdm"} 0 # HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem. # TYPE node_xfs_extent_allocation_blocks_freed_total counter node_xfs_extent_allocation_blocks_freed_total{device="sdm"} 4.4950895e+07 # HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem. # TYPE node_xfs_extent_allocation_extents_allocated_total counter node_xfs_extent_allocation_extents_allocated_total{device="sdm"} 0 # HELP node_xfs_extent_allocation_extents_freed_total Number of extents freed for a filesystem. # TYPE node_xfs_extent_allocation_extents_freed_total counter node_xfs_extent_allocation_extents_freed_total{device="sdm"} 11138 # HELP node_xfs_inode_operation_attempts_total Number of times the OS looked for an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_attempts_total counter node_xfs_inode_operation_attempts_total{device="sdm"} 51108 # HELP node_xfs_inode_operation_attribute_changes_total Number of times the OS explicitly changed the attributes of an XFS inode. # TYPE node_xfs_inode_operation_attribute_changes_total counter node_xfs_inode_operation_attribute_changes_total{device="sdm"} 1 # HELP node_xfs_inode_operation_duplicates_total Number of times the OS tried to add a missing XFS inode to the inode cache, but found it had already been added by another process. # TYPE node_xfs_inode_operation_duplicates_total counter node_xfs_inode_operation_duplicates_total{device="sdm"} 0 # HELP node_xfs_inode_operation_found_total Number of times the OS looked for and found an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_found_total counter node_xfs_inode_operation_found_total{device="sdm"} 0 # HELP node_xfs_inode_operation_missed_total Number of times the OS looked for an XFS inode in the cache, but did not find it. # TYPE node_xfs_inode_operation_missed_total counter node_xfs_inode_operation_missed_total{device="sdm"} 51108 # HELP node_xfs_inode_operation_reclaims_total Number of times the OS reclaimed an XFS inode from the inode cache to free memory for another purpose. # TYPE node_xfs_inode_operation_reclaims_total counter node_xfs_inode_operation_reclaims_total{device="sdm"} 3757 # HELP node_xfs_inode_operation_recycled_total Number of times the OS found an XFS inode in the cache, but could not use it as it was being recycled. # TYPE node_xfs_inode_operation_recycled_total counter node_xfs_inode_operation_recycled_total{device="sdm"} 0 # HELP node_xfs_read_calls_total Number of read(2) system calls made to files in a filesystem. # TYPE node_xfs_read_calls_total counter node_xfs_read_calls_total{device="sdm"} 0 # HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem. # TYPE node_xfs_vnode_active_total counter node_xfs_vnode_active_total{device="sdm"} 47351 # HELP node_xfs_vnode_allocate_total Number of times vn_alloc called for a filesystem. # TYPE node_xfs_vnode_allocate_total counter node_xfs_vnode_allocate_total{device="sdm"} 0 # HELP node_xfs_vnode_get_total Number of times vn_get called for a filesystem. # TYPE node_xfs_vnode_get_total counter node_xfs_vnode_get_total{device="sdm"} 0 # HELP node_xfs_vnode_hold_total Number of times vn_hold called for a filesystem. # TYPE node_xfs_vnode_hold_total counter node_xfs_vnode_hold_total{device="sdm"} 0 # HELP node_xfs_vnode_reclaim_total Number of times vn_reclaim called for a filesystem. # TYPE node_xfs_vnode_reclaim_total counter node_xfs_vnode_reclaim_total{device="sdm"} 3757 # HELP node_xfs_vnode_release_total Number of times vn_rele called for a filesystem. # TYPE node_xfs_vnode_release_total counter node_xfs_vnode_release_total{device="sdm"} 3757 # HELP node_xfs_vnode_remove_total Number of times vn_remove called for a filesystem. # TYPE node_xfs_vnode_remove_total counter node_xfs_vnode_remove_total{device="sdm"} 3757 # HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem. # TYPE node_xfs_write_calls_total counter node_xfs_write_calls_total{device="sdm"} 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 43107.46 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.073741816e+09 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 3.23612238766911e+14 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 7.9706077294069e+14 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.1344256e+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.75881956968e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273675776e+09 # 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"} 2461 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"} 263193 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0