# 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"} 9.088e-06 go_gc_duration_seconds{quantile="0.25"} 1.3466e-05 go_gc_duration_seconds{quantile="0.5"} 1.9597e-05 go_gc_duration_seconds{quantile="0.75"} 3.0677e-05 go_gc_duration_seconds{quantile="1"} 8.0079e-05 go_gc_duration_seconds_sum 0.883855387 go_gc_duration_seconds_count 34564 # 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 6.730784e+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 1.1308762096e+11 # 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.09572e+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 8.19217424e+08 # 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.498128e+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 6.730784e+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 7.602176e+06 # 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 8.470528e+06 # 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 71602 # 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 4.145152e+06 # 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 1.6072704e+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.7581809083127394e+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 8.19289026e+08 # 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 128320 # 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 195840 # 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.0138256e+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 742800 # 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 688128 # 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 688128 # 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 2.341812e+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 7 # 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="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="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.756310807e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 9.7255245999e+10 # 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.74 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.08 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.03 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.01 node_cpu_guest_seconds_total{cpu="22",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="22",mode="user"} 0.06 node_cpu_guest_seconds_total{cpu="23",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="23",mode="user"} 0.06 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.2 node_cpu_guest_seconds_total{cpu="28",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="28",mode="user"} 0.08 node_cpu_guest_seconds_total{cpu="29",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="29",mode="user"} 0.1 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0.03 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.08 node_cpu_guest_seconds_total{cpu="38",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="38",mode="user"} 0.02 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.14 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.08 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0.1 node_cpu_guest_seconds_total{cpu="60",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="60",mode="user"} 0.19 node_cpu_guest_seconds_total{cpu="61",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="61",mode="user"} 0.01 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.01 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.04 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.16 node_cpu_guest_seconds_total{cpu="76",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="76",mode="user"} 0.12 node_cpu_guest_seconds_total{cpu="77",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="77",mode="user"} 0.12 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.04 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.01 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.1 node_cpu_guest_seconds_total{cpu="94",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="94",mode="user"} 0.13 node_cpu_guest_seconds_total{cpu="95",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="95",mode="user"} 0.02 # 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"} 3.339866e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 1.670782e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 3.344095e+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"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 1.671434e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 3.343544e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 3.339397e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 2.8e+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"} 1.933585e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 3.325846e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 3.326114e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 3.34244e+09 node_cpu_scaling_frequency_hertz{cpu="30"} 3.339465e+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"} 2.8e+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"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="39"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 2.8e+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"} 1.684356e+09 node_cpu_scaling_frequency_hertz{cpu="43"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 2.8e+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"} 2.440301e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 3.343478e+09 node_cpu_scaling_frequency_hertz{cpu="51"} 3.343564e+09 node_cpu_scaling_frequency_hertz{cpu="52"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="53"} 1.67156e+09 node_cpu_scaling_frequency_hertz{cpu="54"} 3.343233e+09 node_cpu_scaling_frequency_hertz{cpu="55"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 3.340759e+09 node_cpu_scaling_frequency_hertz{cpu="57"} 3.336242e+09 node_cpu_scaling_frequency_hertz{cpu="58"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="59"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 3.342496e+09 node_cpu_scaling_frequency_hertz{cpu="60"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="61"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="62"} 3.341915e+09 node_cpu_scaling_frequency_hertz{cpu="63"} 3.34179e+09 node_cpu_scaling_frequency_hertz{cpu="64"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="65"} 2.890191e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="67"} 2.447341e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 3.34291e+09 node_cpu_scaling_frequency_hertz{cpu="69"} 2.103528e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 3.342233e+09 node_cpu_scaling_frequency_hertz{cpu="70"} 3.338762e+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.344398e+09 node_cpu_scaling_frequency_hertz{cpu="76"} 1.671137e+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"} 3.319054e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 3.342329e+09 node_cpu_scaling_frequency_hertz{cpu="80"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="81"} 1.757086e+09 node_cpu_scaling_frequency_hertz{cpu="82"} 2.636868e+09 node_cpu_scaling_frequency_hertz{cpu="83"} 3.340626e+09 node_cpu_scaling_frequency_hertz{cpu="84"} 3.304703e+09 node_cpu_scaling_frequency_hertz{cpu="85"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="86"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="87"} 2.8e+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"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="90"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="91"} 2.486313e+09 node_cpu_scaling_frequency_hertz{cpu="92"} 2.57155e+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"} 1.795971e+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"} 1.61378507e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 5492.76 node_cpu_seconds_total{cpu="0",mode="irq"} 3673.79 node_cpu_seconds_total{cpu="0",mode="nice"} 12534.59 node_cpu_seconds_total{cpu="0",mode="softirq"} 208642.14 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 10892.7 node_cpu_seconds_total{cpu="0",mode="user"} 12648.91 node_cpu_seconds_total{cpu="1",mode="idle"} 1.7694437e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 15189.85 node_cpu_seconds_total{cpu="1",mode="irq"} 3494.76 node_cpu_seconds_total{cpu="1",mode="nice"} 25725.25 node_cpu_seconds_total{cpu="1",mode="softirq"} 11999.5 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 18159.4 node_cpu_seconds_total{cpu="1",mode="user"} 22252.23 node_cpu_seconds_total{cpu="10",mode="idle"} 1.73313526e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 17053.29 node_cpu_seconds_total{cpu="10",mode="irq"} 4411.94 node_cpu_seconds_total{cpu="10",mode="nice"} 53179.46 node_cpu_seconds_total{cpu="10",mode="softirq"} 12706.35 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 22567.6 node_cpu_seconds_total{cpu="10",mode="user"} 22922.5 node_cpu_seconds_total{cpu="11",mode="idle"} 1.73432585e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 18707.4 node_cpu_seconds_total{cpu="11",mode="irq"} 3763.94 node_cpu_seconds_total{cpu="11",mode="nice"} 67190.16 node_cpu_seconds_total{cpu="11",mode="softirq"} 1180.53 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 19531.19 node_cpu_seconds_total{cpu="11",mode="user"} 21486.78 node_cpu_seconds_total{cpu="12",mode="idle"} 1.50233881e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 15341.2 node_cpu_seconds_total{cpu="12",mode="irq"} 5280.13 node_cpu_seconds_total{cpu="12",mode="nice"} 293671.16 node_cpu_seconds_total{cpu="12",mode="softirq"} 9340.94 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 22085.77 node_cpu_seconds_total{cpu="12",mode="user"} 18269.48 node_cpu_seconds_total{cpu="13",mode="idle"} 1.74615597e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 18383.65 node_cpu_seconds_total{cpu="13",mode="irq"} 4026.99 node_cpu_seconds_total{cpu="13",mode="nice"} 48367.89 node_cpu_seconds_total{cpu="13",mode="softirq"} 7023.85 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 20075.38 node_cpu_seconds_total{cpu="13",mode="user"} 21815.74 node_cpu_seconds_total{cpu="14",mode="idle"} 1.73534788e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 15629.88 node_cpu_seconds_total{cpu="14",mode="irq"} 4934.77 node_cpu_seconds_total{cpu="14",mode="nice"} 45486.97 node_cpu_seconds_total{cpu="14",mode="softirq"} 18452.51 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 22884.01 node_cpu_seconds_total{cpu="14",mode="user"} 23028.14 node_cpu_seconds_total{cpu="15",mode="idle"} 1.49301756e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 18868.03 node_cpu_seconds_total{cpu="15",mode="irq"} 4934.97 node_cpu_seconds_total{cpu="15",mode="nice"} 308243.99 node_cpu_seconds_total{cpu="15",mode="softirq"} 2308.75 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 20987.7 node_cpu_seconds_total{cpu="15",mode="user"} 18332.97 node_cpu_seconds_total{cpu="16",mode="idle"} 1.75127419e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 18950.88 node_cpu_seconds_total{cpu="16",mode="irq"} 4171.76 node_cpu_seconds_total{cpu="16",mode="nice"} 37720.01 node_cpu_seconds_total{cpu="16",mode="softirq"} 9542.44 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 21586 node_cpu_seconds_total{cpu="16",mode="user"} 22814.86 node_cpu_seconds_total{cpu="17",mode="idle"} 1.74355109e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 19700.7 node_cpu_seconds_total{cpu="17",mode="irq"} 3885.66 node_cpu_seconds_total{cpu="17",mode="nice"} 53353.71 node_cpu_seconds_total{cpu="17",mode="softirq"} 4514.81 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 19598.01 node_cpu_seconds_total{cpu="17",mode="user"} 21613.81 node_cpu_seconds_total{cpu="18",mode="idle"} 1.44599843e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 15350.55 node_cpu_seconds_total{cpu="18",mode="irq"} 5089.4 node_cpu_seconds_total{cpu="18",mode="nice"} 362248.83 node_cpu_seconds_total{cpu="18",mode="softirq"} 1271.7 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 19325.14 node_cpu_seconds_total{cpu="18",mode="user"} 17692.68 node_cpu_seconds_total{cpu="19",mode="idle"} 1.74901243e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 16303.29 node_cpu_seconds_total{cpu="19",mode="irq"} 3692.78 node_cpu_seconds_total{cpu="19",mode="nice"} 54550.07 node_cpu_seconds_total{cpu="19",mode="softirq"} 2881.85 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 18842.38 node_cpu_seconds_total{cpu="19",mode="user"} 20968.01 node_cpu_seconds_total{cpu="2",mode="idle"} 1.77530604e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 15209.79 node_cpu_seconds_total{cpu="2",mode="irq"} 3382.92 node_cpu_seconds_total{cpu="2",mode="nice"} 28052.28 node_cpu_seconds_total{cpu="2",mode="softirq"} 3520.91 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 17739.81 node_cpu_seconds_total{cpu="2",mode="user"} 22937.39 node_cpu_seconds_total{cpu="20",mode="idle"} 1.73525251e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 14404 node_cpu_seconds_total{cpu="20",mode="irq"} 4151.44 node_cpu_seconds_total{cpu="20",mode="nice"} 63051.96 node_cpu_seconds_total{cpu="20",mode="softirq"} 8808.55 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 19614.27 node_cpu_seconds_total{cpu="20",mode="user"} 20894.5 node_cpu_seconds_total{cpu="21",mode="idle"} 1.49774609e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 17451.59 node_cpu_seconds_total{cpu="21",mode="irq"} 4899.41 node_cpu_seconds_total{cpu="21",mode="nice"} 306537.05 node_cpu_seconds_total{cpu="21",mode="softirq"} 1323.7 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 20329.37 node_cpu_seconds_total{cpu="21",mode="user"} 18036.71 node_cpu_seconds_total{cpu="22",mode="idle"} 1.75434223e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 17582.98 node_cpu_seconds_total{cpu="22",mode="irq"} 3888.08 node_cpu_seconds_total{cpu="22",mode="nice"} 42833.72 node_cpu_seconds_total{cpu="22",mode="softirq"} 4918.22 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 20107.84 node_cpu_seconds_total{cpu="22",mode="user"} 22092.39 node_cpu_seconds_total{cpu="23",mode="idle"} 1.74447861e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 18403.56 node_cpu_seconds_total{cpu="23",mode="irq"} 3799.93 node_cpu_seconds_total{cpu="23",mode="nice"} 59039.24 node_cpu_seconds_total{cpu="23",mode="softirq"} 962.63 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 18383.44 node_cpu_seconds_total{cpu="23",mode="user"} 20584.79 node_cpu_seconds_total{cpu="24",mode="idle"} 1.625316e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 22308.19 node_cpu_seconds_total{cpu="24",mode="irq"} 4672.19 node_cpu_seconds_total{cpu="24",mode="nice"} 146829.1 node_cpu_seconds_total{cpu="24",mode="softirq"} 1161.54 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 30854.02 node_cpu_seconds_total{cpu="24",mode="user"} 35388.47 node_cpu_seconds_total{cpu="25",mode="idle"} 1.73570775e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 21266.55 node_cpu_seconds_total{cpu="25",mode="irq"} 3945.14 node_cpu_seconds_total{cpu="25",mode="nice"} 43139.2 node_cpu_seconds_total{cpu="25",mode="softirq"} 920.1 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 24307.64 node_cpu_seconds_total{cpu="25",mode="user"} 37098.9 node_cpu_seconds_total{cpu="26",mode="idle"} 1.75082688e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 18613.27 node_cpu_seconds_total{cpu="26",mode="irq"} 3571.3 node_cpu_seconds_total{cpu="26",mode="nice"} 39752.12 node_cpu_seconds_total{cpu="26",mode="softirq"} 806.89 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 20257.81 node_cpu_seconds_total{cpu="26",mode="user"} 32696.18 node_cpu_seconds_total{cpu="27",mode="idle"} 1.58043751e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 14483.76 node_cpu_seconds_total{cpu="27",mode="irq"} 3711.89 node_cpu_seconds_total{cpu="27",mode="nice"} 234076.4 node_cpu_seconds_total{cpu="27",mode="softirq"} 762.31 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 16754.67 node_cpu_seconds_total{cpu="27",mode="user"} 16990.32 node_cpu_seconds_total{cpu="28",mode="idle"} 1.76646619e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 14992.39 node_cpu_seconds_total{cpu="28",mode="irq"} 2749.46 node_cpu_seconds_total{cpu="28",mode="nice"} 48722.55 node_cpu_seconds_total{cpu="28",mode="softirq"} 576.01 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 14893.11 node_cpu_seconds_total{cpu="28",mode="user"} 18495.65 node_cpu_seconds_total{cpu="29",mode="idle"} 1.77486691e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 14637.68 node_cpu_seconds_total{cpu="29",mode="irq"} 2695.71 node_cpu_seconds_total{cpu="29",mode="nice"} 42871.49 node_cpu_seconds_total{cpu="29",mode="softirq"} 546.16 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 13529.5 node_cpu_seconds_total{cpu="29",mode="user"} 17823.58 node_cpu_seconds_total{cpu="3",mode="idle"} 1.37732254e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 15272.81 node_cpu_seconds_total{cpu="3",mode="irq"} 5880.22 node_cpu_seconds_total{cpu="3",mode="nice"} 418430.61 node_cpu_seconds_total{cpu="3",mode="softirq"} 11980.85 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 20656.99 node_cpu_seconds_total{cpu="3",mode="user"} 17445.17 node_cpu_seconds_total{cpu="30",mode="idle"} 1.55215227e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 14891.5 node_cpu_seconds_total{cpu="30",mode="irq"} 3852.32 node_cpu_seconds_total{cpu="30",mode="nice"} 261567.43 node_cpu_seconds_total{cpu="30",mode="softirq"} 722.64 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 17143.34 node_cpu_seconds_total{cpu="30",mode="user"} 16969.85 node_cpu_seconds_total{cpu="31",mode="idle"} 1.75512897e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 15152.74 node_cpu_seconds_total{cpu="31",mode="irq"} 2773.68 node_cpu_seconds_total{cpu="31",mode="nice"} 60091.5 node_cpu_seconds_total{cpu="31",mode="softirq"} 554.18 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 14937.85 node_cpu_seconds_total{cpu="31",mode="user"} 18354.51 node_cpu_seconds_total{cpu="32",mode="idle"} 1.75664308e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 14905.5 node_cpu_seconds_total{cpu="32",mode="irq"} 2759.38 node_cpu_seconds_total{cpu="32",mode="nice"} 60060.93 node_cpu_seconds_total{cpu="32",mode="softirq"} 540.78 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 14029.1 node_cpu_seconds_total{cpu="32",mode="user"} 18048.2 node_cpu_seconds_total{cpu="33",mode="idle"} 1.5473049e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 15001.69 node_cpu_seconds_total{cpu="33",mode="irq"} 3851.65 node_cpu_seconds_total{cpu="33",mode="nice"} 267102.57 node_cpu_seconds_total{cpu="33",mode="softirq"} 671.72 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 16923.97 node_cpu_seconds_total{cpu="33",mode="user"} 16485.34 node_cpu_seconds_total{cpu="34",mode="idle"} 1.75226448e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 14744.34 node_cpu_seconds_total{cpu="34",mode="irq"} 2764.91 node_cpu_seconds_total{cpu="34",mode="nice"} 63501.39 node_cpu_seconds_total{cpu="34",mode="softirq"} 542.36 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 14998.68 node_cpu_seconds_total{cpu="34",mode="user"} 18201.33 node_cpu_seconds_total{cpu="35",mode="idle"} 1.7551741e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 14247.42 node_cpu_seconds_total{cpu="35",mode="irq"} 2760.57 node_cpu_seconds_total{cpu="35",mode="nice"} 61809.11 node_cpu_seconds_total{cpu="35",mode="softirq"} 533.48 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 14522.55 node_cpu_seconds_total{cpu="35",mode="user"} 17964.4 node_cpu_seconds_total{cpu="36",mode="idle"} 1.54353816e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 15437.6 node_cpu_seconds_total{cpu="36",mode="irq"} 3900.07 node_cpu_seconds_total{cpu="36",mode="nice"} 269159.45 node_cpu_seconds_total{cpu="36",mode="softirq"} 655.3 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 17720.25 node_cpu_seconds_total{cpu="36",mode="user"} 16925.67 node_cpu_seconds_total{cpu="37",mode="idle"} 1.75251279e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 15199.93 node_cpu_seconds_total{cpu="37",mode="irq"} 2779.1 node_cpu_seconds_total{cpu="37",mode="nice"} 62691.25 node_cpu_seconds_total{cpu="37",mode="softirq"} 539.95 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 14919.6 node_cpu_seconds_total{cpu="37",mode="user"} 18357.59 node_cpu_seconds_total{cpu="38",mode="idle"} 1.75014286e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 14695.63 node_cpu_seconds_total{cpu="38",mode="irq"} 2799.13 node_cpu_seconds_total{cpu="38",mode="nice"} 66910.05 node_cpu_seconds_total{cpu="38",mode="softirq"} 530.37 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 14072.97 node_cpu_seconds_total{cpu="38",mode="user"} 17878.31 node_cpu_seconds_total{cpu="39",mode="idle"} 1.54267515e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 14619.83 node_cpu_seconds_total{cpu="39",mode="irq"} 3891.35 node_cpu_seconds_total{cpu="39",mode="nice"} 272437.22 node_cpu_seconds_total{cpu="39",mode="softirq"} 630.35 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 16682.28 node_cpu_seconds_total{cpu="39",mode="user"} 16413.43 node_cpu_seconds_total{cpu="4",mode="idle"} 1.74964826e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 16161.13 node_cpu_seconds_total{cpu="4",mode="irq"} 3748.22 node_cpu_seconds_total{cpu="4",mode="nice"} 52656.2 node_cpu_seconds_total{cpu="4",mode="softirq"} 3549.1 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 19353.23 node_cpu_seconds_total{cpu="4",mode="user"} 21118.87 node_cpu_seconds_total{cpu="40",mode="idle"} 1.75106175e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 14967.18 node_cpu_seconds_total{cpu="40",mode="irq"} 2773.81 node_cpu_seconds_total{cpu="40",mode="nice"} 63800.62 node_cpu_seconds_total{cpu="40",mode="softirq"} 538.1 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 15483.5 node_cpu_seconds_total{cpu="40",mode="user"} 18397.9 node_cpu_seconds_total{cpu="41",mode="idle"} 1.75353236e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 14398.3 node_cpu_seconds_total{cpu="41",mode="irq"} 2752.23 node_cpu_seconds_total{cpu="41",mode="nice"} 63810.44 node_cpu_seconds_total{cpu="41",mode="softirq"} 521.67 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 14191.37 node_cpu_seconds_total{cpu="41",mode="user"} 17834.39 node_cpu_seconds_total{cpu="42",mode="idle"} 1.53854532e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 14612.09 node_cpu_seconds_total{cpu="42",mode="irq"} 3917.08 node_cpu_seconds_total{cpu="42",mode="nice"} 275815.87 node_cpu_seconds_total{cpu="42",mode="softirq"} 667.59 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 17287.39 node_cpu_seconds_total{cpu="42",mode="user"} 16527.79 node_cpu_seconds_total{cpu="43",mode="idle"} 1.74884019e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 14836.32 node_cpu_seconds_total{cpu="43",mode="irq"} 2789.54 node_cpu_seconds_total{cpu="43",mode="nice"} 66673.85 node_cpu_seconds_total{cpu="43",mode="softirq"} 533.84 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 15094.26 node_cpu_seconds_total{cpu="43",mode="user"} 18277.75 node_cpu_seconds_total{cpu="44",mode="idle"} 1.75434021e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 14130.29 node_cpu_seconds_total{cpu="44",mode="irq"} 2753.51 node_cpu_seconds_total{cpu="44",mode="nice"} 62927.51 node_cpu_seconds_total{cpu="44",mode="softirq"} 524.44 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 14370.42 node_cpu_seconds_total{cpu="44",mode="user"} 18011.18 node_cpu_seconds_total{cpu="45",mode="idle"} 1.53226704e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 14496.77 node_cpu_seconds_total{cpu="45",mode="irq"} 3955.15 node_cpu_seconds_total{cpu="45",mode="nice"} 281347.13 node_cpu_seconds_total{cpu="45",mode="softirq"} 605.67 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 17999.38 node_cpu_seconds_total{cpu="45",mode="user"} 16674 node_cpu_seconds_total{cpu="46",mode="idle"} 1.74278783e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 14895.33 node_cpu_seconds_total{cpu="46",mode="irq"} 2820.23 node_cpu_seconds_total{cpu="46",mode="nice"} 71508.11 node_cpu_seconds_total{cpu="46",mode="softirq"} 531.39 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 15945.15 node_cpu_seconds_total{cpu="46",mode="user"} 18528.31 node_cpu_seconds_total{cpu="47",mode="idle"} 1.75174136e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 14059.66 node_cpu_seconds_total{cpu="47",mode="irq"} 2779.04 node_cpu_seconds_total{cpu="47",mode="nice"} 65293.07 node_cpu_seconds_total{cpu="47",mode="softirq"} 526.93 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 14664.14 node_cpu_seconds_total{cpu="47",mode="user"} 17958.36 node_cpu_seconds_total{cpu="48",mode="idle"} 1.49456444e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 16333.33 node_cpu_seconds_total{cpu="48",mode="irq"} 5143.13 node_cpu_seconds_total{cpu="48",mode="nice"} 294107.19 node_cpu_seconds_total{cpu="48",mode="softirq"} 1256.93 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 25921.16 node_cpu_seconds_total{cpu="48",mode="user"} 28949.45 node_cpu_seconds_total{cpu="49",mode="idle"} 1.77444697e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 13931.65 node_cpu_seconds_total{cpu="49",mode="irq"} 3346.58 node_cpu_seconds_total{cpu="49",mode="nice"} 29781.51 node_cpu_seconds_total{cpu="49",mode="softirq"} 740.75 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 19512.24 node_cpu_seconds_total{cpu="49",mode="user"} 24415.67 node_cpu_seconds_total{cpu="5",mode="idle"} 1.72850473e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 17110.75 node_cpu_seconds_total{cpu="5",mode="irq"} 3709.83 node_cpu_seconds_total{cpu="5",mode="nice"} 77766.78 node_cpu_seconds_total{cpu="5",mode="softirq"} 1374.83 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 17399.88 node_cpu_seconds_total{cpu="5",mode="user"} 20531.2 node_cpu_seconds_total{cpu="50",mode="idle"} 1.75932664e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 12324.77 node_cpu_seconds_total{cpu="50",mode="irq"} 4226.23 node_cpu_seconds_total{cpu="50",mode="nice"} 28813.18 node_cpu_seconds_total{cpu="50",mode="softirq"} 14255.64 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 22428.22 node_cpu_seconds_total{cpu="50",mode="user"} 24264.01 node_cpu_seconds_total{cpu="51",mode="idle"} 1.59285098e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 14557.58 node_cpu_seconds_total{cpu="51",mode="irq"} 4259.97 node_cpu_seconds_total{cpu="51",mode="nice"} 219394.47 node_cpu_seconds_total{cpu="51",mode="softirq"} 1692.05 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 15891.13 node_cpu_seconds_total{cpu="51",mode="user"} 18282.28 node_cpu_seconds_total{cpu="52",mode="idle"} 1.77552474e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 15085.53 node_cpu_seconds_total{cpu="52",mode="irq"} 3446.04 node_cpu_seconds_total{cpu="52",mode="nice"} 32724.12 node_cpu_seconds_total{cpu="52",mode="softirq"} 2124.62 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 17467.97 node_cpu_seconds_total{cpu="52",mode="user"} 19775.14 node_cpu_seconds_total{cpu="53",mode="idle"} 1.74284268e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 15217.8 node_cpu_seconds_total{cpu="53",mode="irq"} 3830.89 node_cpu_seconds_total{cpu="53",mode="nice"} 61810.98 node_cpu_seconds_total{cpu="53",mode="softirq"} 4815.87 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 17719.98 node_cpu_seconds_total{cpu="53",mode="user"} 20126.8 node_cpu_seconds_total{cpu="54",mode="idle"} 1.65348368e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 15085.82 node_cpu_seconds_total{cpu="54",mode="irq"} 4040.84 node_cpu_seconds_total{cpu="54",mode="nice"} 155754.27 node_cpu_seconds_total{cpu="54",mode="softirq"} 1078.67 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 17759.27 node_cpu_seconds_total{cpu="54",mode="user"} 19448.62 node_cpu_seconds_total{cpu="55",mode="idle"} 1.76455136e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 15905.36 node_cpu_seconds_total{cpu="55",mode="irq"} 3771.64 node_cpu_seconds_total{cpu="55",mode="nice"} 37358.53 node_cpu_seconds_total{cpu="55",mode="softirq"} 4956.24 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 18640.08 node_cpu_seconds_total{cpu="55",mode="user"} 20986.71 node_cpu_seconds_total{cpu="56",mode="idle"} 1.74717397e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 14650.55 node_cpu_seconds_total{cpu="56",mode="irq"} 4686.12 node_cpu_seconds_total{cpu="56",mode="nice"} 37141.31 node_cpu_seconds_total{cpu="56",mode="softirq"} 17676.76 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 22254.77 node_cpu_seconds_total{cpu="56",mode="user"} 22202.13 node_cpu_seconds_total{cpu="57",mode="idle"} 1.64085386e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 16723.25 node_cpu_seconds_total{cpu="57",mode="irq"} 4528.47 node_cpu_seconds_total{cpu="57",mode="nice"} 154535.61 node_cpu_seconds_total{cpu="57",mode="softirq"} 9641 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 19617.63 node_cpu_seconds_total{cpu="57",mode="user"} 20603.74 node_cpu_seconds_total{cpu="58",mode="idle"} 1.76289183e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 15045.21 node_cpu_seconds_total{cpu="58",mode="irq"} 3988.17 node_cpu_seconds_total{cpu="58",mode="nice"} 32634.54 node_cpu_seconds_total{cpu="58",mode="softirq"} 8020.91 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 20913.79 node_cpu_seconds_total{cpu="58",mode="user"} 22590.01 node_cpu_seconds_total{cpu="59",mode="idle"} 1.74432329e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 17679.19 node_cpu_seconds_total{cpu="59",mode="irq"} 4125.49 node_cpu_seconds_total{cpu="59",mode="nice"} 49527.06 node_cpu_seconds_total{cpu="59",mode="softirq"} 7679.66 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 20807.44 node_cpu_seconds_total{cpu="59",mode="user"} 21918.58 node_cpu_seconds_total{cpu="6",mode="idle"} 1.40136392e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 15613.73 node_cpu_seconds_total{cpu="6",mode="irq"} 6390.4 node_cpu_seconds_total{cpu="6",mode="nice"} 380638.93 node_cpu_seconds_total{cpu="6",mode="softirq"} 19052.58 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 24863.69 node_cpu_seconds_total{cpu="6",mode="user"} 18453.54 node_cpu_seconds_total{cpu="60",mode="idle"} 1.53197264e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 15606.17 node_cpu_seconds_total{cpu="60",mode="irq"} 4705.11 node_cpu_seconds_total{cpu="60",mode="nice"} 276705.23 node_cpu_seconds_total{cpu="60",mode="softirq"} 1204.88 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 18444.35 node_cpu_seconds_total{cpu="60",mode="user"} 18010.23 node_cpu_seconds_total{cpu="61",mode="idle"} 1.76633629e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 17677.52 node_cpu_seconds_total{cpu="61",mode="irq"} 3723.18 node_cpu_seconds_total{cpu="61",mode="nice"} 34832.59 node_cpu_seconds_total{cpu="61",mode="softirq"} 2763.8 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 19442.63 node_cpu_seconds_total{cpu="61",mode="user"} 21261.23 node_cpu_seconds_total{cpu="62",mode="idle"} 1.75300995e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 15923.41 node_cpu_seconds_total{cpu="62",mode="irq"} 3898.41 node_cpu_seconds_total{cpu="62",mode="nice"} 47743.79 node_cpu_seconds_total{cpu="62",mode="softirq"} 5537.9 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 18804.29 node_cpu_seconds_total{cpu="62",mode="user"} 21263.09 node_cpu_seconds_total{cpu="63",mode="idle"} 1.6325917e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 18080.35 node_cpu_seconds_total{cpu="63",mode="irq"} 4145.9 node_cpu_seconds_total{cpu="63",mode="nice"} 174109.56 node_cpu_seconds_total{cpu="63",mode="softirq"} 1115.75 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 17564.09 node_cpu_seconds_total{cpu="63",mode="user"} 18980.73 node_cpu_seconds_total{cpu="64",mode="idle"} 1.74697102e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 15205.6 node_cpu_seconds_total{cpu="64",mode="irq"} 4718.25 node_cpu_seconds_total{cpu="64",mode="nice"} 35961.13 node_cpu_seconds_total{cpu="64",mode="softirq"} 16682.36 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 23225.15 node_cpu_seconds_total{cpu="64",mode="user"} 23118.68 node_cpu_seconds_total{cpu="65",mode="idle"} 1.72988045e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 17768.56 node_cpu_seconds_total{cpu="65",mode="irq"} 4466.16 node_cpu_seconds_total{cpu="65",mode="nice"} 57888.04 node_cpu_seconds_total{cpu="65",mode="softirq"} 10937.08 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 22513.76 node_cpu_seconds_total{cpu="65",mode="user"} 22474.64 node_cpu_seconds_total{cpu="66",mode="idle"} 1.65783491e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 14994.83 node_cpu_seconds_total{cpu="66",mode="irq"} 4529.58 node_cpu_seconds_total{cpu="66",mode="nice"} 139741.01 node_cpu_seconds_total{cpu="66",mode="softirq"} 10106.67 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 19422.72 node_cpu_seconds_total{cpu="66",mode="user"} 19797.67 node_cpu_seconds_total{cpu="67",mode="idle"} 1.76113849e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 16442.11 node_cpu_seconds_total{cpu="67",mode="irq"} 10655.73 node_cpu_seconds_total{cpu="67",mode="nice"} 37927.59 node_cpu_seconds_total{cpu="67",mode="softirq"} 1085.57 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 18734.45 node_cpu_seconds_total{cpu="67",mode="user"} 20131.63 node_cpu_seconds_total{cpu="68",mode="idle"} 1.71680418e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 15524.91 node_cpu_seconds_total{cpu="68",mode="irq"} 4088.36 node_cpu_seconds_total{cpu="68",mode="nice"} 85026.78 node_cpu_seconds_total{cpu="68",mode="softirq"} 5651.56 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 18639.1 node_cpu_seconds_total{cpu="68",mode="user"} 20532.65 node_cpu_seconds_total{cpu="69",mode="idle"} 1.63648951e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 16516.25 node_cpu_seconds_total{cpu="69",mode="irq"} 4231.82 node_cpu_seconds_total{cpu="69",mode="nice"} 172528.54 node_cpu_seconds_total{cpu="69",mode="softirq"} 962.74 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 16803.9 node_cpu_seconds_total{cpu="69",mode="user"} 18467.49 node_cpu_seconds_total{cpu="7",mode="idle"} 1.72919177e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 17827.06 node_cpu_seconds_total{cpu="7",mode="irq"} 4566.69 node_cpu_seconds_total{cpu="7",mode="nice"} 55705.72 node_cpu_seconds_total{cpu="7",mode="softirq"} 10894.03 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 24270.74 node_cpu_seconds_total{cpu="7",mode="user"} 23251.74 node_cpu_seconds_total{cpu="70",mode="idle"} 1.75215846e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 13819.93 node_cpu_seconds_total{cpu="70",mode="irq"} 4974.25 node_cpu_seconds_total{cpu="70",mode="nice"} 24482.19 node_cpu_seconds_total{cpu="70",mode="softirq"} 24730.54 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 22037.81 node_cpu_seconds_total{cpu="70",mode="user"} 22847.55 node_cpu_seconds_total{cpu="71",mode="idle"} 1.73625911e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 19167.6 node_cpu_seconds_total{cpu="71",mode="irq"} 3927.5 node_cpu_seconds_total{cpu="71",mode="nice"} 62567.02 node_cpu_seconds_total{cpu="71",mode="softirq"} 2772.83 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 20170.62 node_cpu_seconds_total{cpu="71",mode="user"} 20641.95 node_cpu_seconds_total{cpu="72",mode="idle"} 1.68504181e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 18525.28 node_cpu_seconds_total{cpu="72",mode="irq"} 3526.89 node_cpu_seconds_total{cpu="72",mode="nice"} 109515.36 node_cpu_seconds_total{cpu="72",mode="softirq"} 686.89 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 20219.69 node_cpu_seconds_total{cpu="72",mode="user"} 29374.15 node_cpu_seconds_total{cpu="73",mode="idle"} 1.75930236e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 18367.08 node_cpu_seconds_total{cpu="73",mode="irq"} 3166.72 node_cpu_seconds_total{cpu="73",mode="nice"} 38281.05 node_cpu_seconds_total{cpu="73",mode="softirq"} 627.67 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 18382.41 node_cpu_seconds_total{cpu="73",mode="user"} 28628.04 node_cpu_seconds_total{cpu="74",mode="idle"} 1.73111191e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 17218.67 node_cpu_seconds_total{cpu="74",mode="irq"} 3307.03 node_cpu_seconds_total{cpu="74",mode="nice"} 69215.88 node_cpu_seconds_total{cpu="74",mode="softirq"} 621.45 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 17608.26 node_cpu_seconds_total{cpu="74",mode="user"} 27717.99 node_cpu_seconds_total{cpu="75",mode="idle"} 1.63236291e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 13228.41 node_cpu_seconds_total{cpu="75",mode="irq"} 3447.99 node_cpu_seconds_total{cpu="75",mode="nice"} 186218.59 node_cpu_seconds_total{cpu="75",mode="softirq"} 547.05 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 14379.75 node_cpu_seconds_total{cpu="75",mode="user"} 17009.87 node_cpu_seconds_total{cpu="76",mode="idle"} 1.7503958e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 14578.86 node_cpu_seconds_total{cpu="76",mode="irq"} 2862.07 node_cpu_seconds_total{cpu="76",mode="nice"} 66584.86 node_cpu_seconds_total{cpu="76",mode="softirq"} 564.68 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 14118.52 node_cpu_seconds_total{cpu="76",mode="user"} 17863.46 node_cpu_seconds_total{cpu="77",mode="idle"} 1.60680077e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 13823.88 node_cpu_seconds_total{cpu="77",mode="irq"} 3893.24 node_cpu_seconds_total{cpu="77",mode="nice"} 210743.63 node_cpu_seconds_total{cpu="77",mode="softirq"} 969.09 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 13975.83 node_cpu_seconds_total{cpu="77",mode="user"} 16849.72 node_cpu_seconds_total{cpu="78",mode="idle"} 1.62349236e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 13379.17 node_cpu_seconds_total{cpu="78",mode="irq"} 3475.02 node_cpu_seconds_total{cpu="78",mode="nice"} 194614.83 node_cpu_seconds_total{cpu="78",mode="softirq"} 547.44 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 14593.02 node_cpu_seconds_total{cpu="78",mode="user"} 17135.16 node_cpu_seconds_total{cpu="79",mode="idle"} 1.75995973e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 15111.66 node_cpu_seconds_total{cpu="79",mode="irq"} 2753.63 node_cpu_seconds_total{cpu="79",mode="nice"} 56330.72 node_cpu_seconds_total{cpu="79",mode="softirq"} 484.25 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 14303.06 node_cpu_seconds_total{cpu="79",mode="user"} 18065.5 node_cpu_seconds_total{cpu="8",mode="idle"} 1.72772768e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 17334.29 node_cpu_seconds_total{cpu="8",mode="irq"} 3921.97 node_cpu_seconds_total{cpu="8",mode="nice"} 72408.91 node_cpu_seconds_total{cpu="8",mode="softirq"} 1330.88 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 20939.06 node_cpu_seconds_total{cpu="8",mode="user"} 22473.59 node_cpu_seconds_total{cpu="80",mode="idle"} 1.70593331e+06 node_cpu_seconds_total{cpu="80",mode="iowait"} 14637.49 node_cpu_seconds_total{cpu="80",mode="irq"} 3090.66 node_cpu_seconds_total{cpu="80",mode="nice"} 111522.22 node_cpu_seconds_total{cpu="80",mode="softirq"} 498.99 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 13928.91 node_cpu_seconds_total{cpu="80",mode="user"} 17462.6 node_cpu_seconds_total{cpu="81",mode="idle"} 1.6406635e+06 node_cpu_seconds_total{cpu="81",mode="iowait"} 13892.68 node_cpu_seconds_total{cpu="81",mode="irq"} 3350.85 node_cpu_seconds_total{cpu="81",mode="nice"} 177552.28 node_cpu_seconds_total{cpu="81",mode="softirq"} 514.38 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 14333.98 node_cpu_seconds_total{cpu="81",mode="user"} 16949.07 node_cpu_seconds_total{cpu="82",mode="idle"} 1.76275044e+06 node_cpu_seconds_total{cpu="82",mode="iowait"} 14372.66 node_cpu_seconds_total{cpu="82",mode="irq"} 2712.99 node_cpu_seconds_total{cpu="82",mode="nice"} 54367.06 node_cpu_seconds_total{cpu="82",mode="softirq"} 479.51 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 14306.83 node_cpu_seconds_total{cpu="82",mode="user"} 18036.97 node_cpu_seconds_total{cpu="83",mode="idle"} 1.70593266e+06 node_cpu_seconds_total{cpu="83",mode="iowait"} 13656.88 node_cpu_seconds_total{cpu="83",mode="irq"} 3075.43 node_cpu_seconds_total{cpu="83",mode="nice"} 112673.48 node_cpu_seconds_total{cpu="83",mode="softirq"} 490.64 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 13916.93 node_cpu_seconds_total{cpu="83",mode="user"} 17367.55 node_cpu_seconds_total{cpu="84",mode="idle"} 1.65302265e+06 node_cpu_seconds_total{cpu="84",mode="iowait"} 14458.6 node_cpu_seconds_total{cpu="84",mode="irq"} 3312.83 node_cpu_seconds_total{cpu="84",mode="nice"} 163749.18 node_cpu_seconds_total{cpu="84",mode="softirq"} 506.83 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 14737.19 node_cpu_seconds_total{cpu="84",mode="user"} 17410.27 node_cpu_seconds_total{cpu="85",mode="idle"} 1.75654056e+06 node_cpu_seconds_total{cpu="85",mode="iowait"} 15230.42 node_cpu_seconds_total{cpu="85",mode="irq"} 2766.21 node_cpu_seconds_total{cpu="85",mode="nice"} 60252.56 node_cpu_seconds_total{cpu="85",mode="softirq"} 479.72 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 13935.66 node_cpu_seconds_total{cpu="85",mode="user"} 17854.21 node_cpu_seconds_total{cpu="86",mode="idle"} 1.71217748e+06 node_cpu_seconds_total{cpu="86",mode="iowait"} 14682.33 node_cpu_seconds_total{cpu="86",mode="irq"} 3039.04 node_cpu_seconds_total{cpu="86",mode="nice"} 104536.28 node_cpu_seconds_total{cpu="86",mode="softirq"} 502.4 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 14251.27 node_cpu_seconds_total{cpu="86",mode="user"} 17917.95 node_cpu_seconds_total{cpu="87",mode="idle"} 1.65568124e+06 node_cpu_seconds_total{cpu="87",mode="iowait"} 13789.98 node_cpu_seconds_total{cpu="87",mode="irq"} 3300.82 node_cpu_seconds_total{cpu="87",mode="nice"} 162548.49 node_cpu_seconds_total{cpu="87",mode="softirq"} 509.14 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 14329.04 node_cpu_seconds_total{cpu="87",mode="user"} 17056.71 node_cpu_seconds_total{cpu="88",mode="idle"} 1.76273734e+06 node_cpu_seconds_total{cpu="88",mode="iowait"} 14609.66 node_cpu_seconds_total{cpu="88",mode="irq"} 2722.19 node_cpu_seconds_total{cpu="88",mode="nice"} 53975.6 node_cpu_seconds_total{cpu="88",mode="softirq"} 494.08 node_cpu_seconds_total{cpu="88",mode="steal"} 0 node_cpu_seconds_total{cpu="88",mode="system"} 14588.39 node_cpu_seconds_total{cpu="88",mode="user"} 17916.45 node_cpu_seconds_total{cpu="89",mode="idle"} 1.72103162e+06 node_cpu_seconds_total{cpu="89",mode="iowait"} 14597.75 node_cpu_seconds_total{cpu="89",mode="irq"} 2983.22 node_cpu_seconds_total{cpu="89",mode="nice"} 95622.01 node_cpu_seconds_total{cpu="89",mode="softirq"} 491.21 node_cpu_seconds_total{cpu="89",mode="steal"} 0 node_cpu_seconds_total{cpu="89",mode="system"} 14642.03 node_cpu_seconds_total{cpu="89",mode="user"} 17712.47 node_cpu_seconds_total{cpu="9",mode="idle"} 1.42245248e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 17260.38 node_cpu_seconds_total{cpu="9",mode="irq"} 5211.81 node_cpu_seconds_total{cpu="9",mode="nice"} 381685.71 node_cpu_seconds_total{cpu="9",mode="softirq"} 1709.06 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 19827.99 node_cpu_seconds_total{cpu="9",mode="user"} 18770.03 node_cpu_seconds_total{cpu="90",mode="idle"} 1.66047479e+06 node_cpu_seconds_total{cpu="90",mode="iowait"} 14053.31 node_cpu_seconds_total{cpu="90",mode="irq"} 4260.12 node_cpu_seconds_total{cpu="90",mode="nice"} 155606.42 node_cpu_seconds_total{cpu="90",mode="softirq"} 611.7 node_cpu_seconds_total{cpu="90",mode="steal"} 0 node_cpu_seconds_total{cpu="90",mode="system"} 14680.35 node_cpu_seconds_total{cpu="90",mode="user"} 17484.92 node_cpu_seconds_total{cpu="91",mode="idle"} 1.76232884e+06 node_cpu_seconds_total{cpu="91",mode="iowait"} 14639.97 node_cpu_seconds_total{cpu="91",mode="irq"} 2728.35 node_cpu_seconds_total{cpu="91",mode="nice"} 54302.59 node_cpu_seconds_total{cpu="91",mode="softirq"} 485.27 node_cpu_seconds_total{cpu="91",mode="steal"} 0 node_cpu_seconds_total{cpu="91",mode="system"} 14405.11 node_cpu_seconds_total{cpu="91",mode="user"} 18152.99 node_cpu_seconds_total{cpu="92",mode="idle"} 1.74343241e+06 node_cpu_seconds_total{cpu="92",mode="iowait"} 14070.92 node_cpu_seconds_total{cpu="92",mode="irq"} 2860.58 node_cpu_seconds_total{cpu="92",mode="nice"} 73361.86 node_cpu_seconds_total{cpu="92",mode="softirq"} 499.22 node_cpu_seconds_total{cpu="92",mode="steal"} 0 node_cpu_seconds_total{cpu="92",mode="system"} 14765.85 node_cpu_seconds_total{cpu="92",mode="user"} 18084.25 node_cpu_seconds_total{cpu="93",mode="idle"} 1.73557118e+06 node_cpu_seconds_total{cpu="93",mode="iowait"} 14411.83 node_cpu_seconds_total{cpu="93",mode="irq"} 2840.63 node_cpu_seconds_total{cpu="93",mode="nice"} 81262.31 node_cpu_seconds_total{cpu="93",mode="softirq"} 498.47 node_cpu_seconds_total{cpu="93",mode="steal"} 0 node_cpu_seconds_total{cpu="93",mode="system"} 14699.28 node_cpu_seconds_total{cpu="93",mode="user"} 17743.31 node_cpu_seconds_total{cpu="94",mode="idle"} 1.78019028e+06 node_cpu_seconds_total{cpu="94",mode="iowait"} 14618.15 node_cpu_seconds_total{cpu="94",mode="irq"} 2632.61 node_cpu_seconds_total{cpu="94",mode="nice"} 35986.46 node_cpu_seconds_total{cpu="94",mode="softirq"} 497.17 node_cpu_seconds_total{cpu="94",mode="steal"} 0 node_cpu_seconds_total{cpu="94",mode="system"} 14674.18 node_cpu_seconds_total{cpu="94",mode="user"} 18350.64 node_cpu_seconds_total{cpu="95",mode="idle"} 1.67353377e+06 node_cpu_seconds_total{cpu="95",mode="iowait"} 13888.95 node_cpu_seconds_total{cpu="95",mode="irq"} 3316.82 node_cpu_seconds_total{cpu="95",mode="nice"} 143794.06 node_cpu_seconds_total{cpu="95",mode="softirq"} 506.38 node_cpu_seconds_total{cpu="95",mode="steal"} 0 node_cpu_seconds_total{cpu="95",mode="system"} 14632.57 node_cpu_seconds_total{cpu="95",mode="user"} 17440.88 # 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-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-1",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-10",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-11",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-12",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-13",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-14",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-15",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-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="ZLM4zI-UmVz-ssW2-CuTr-Dgm0-2fc0-Yf354W",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="4ce5rC-RYrV-0JCB-1Bzo-8rBc-Z52o-qSZDaj",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdd",type="LVM2_member",usage="raid",uuid="ecydYg-Q08H-swDx-TmM3-Rbe1-L1SU-thUdcs",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"} 989664.797 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 76831.33 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"} 1694.585 # 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"} 1.31630464e+08 node_disk_flush_requests_total{device="nvme1n1"} 2.6219468e+07 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"} 1.9389412e+07 # 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="0",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="1",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:17:0",revision="US07",rotational="1",serial="2CHZAJ2L",wwn="0x5000cca2a16f887c"} 1 node_disk_info{device="sdb",major="8",minor="16",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:16:0",revision="US07",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:19:0",revision="US07",rotational="1",serial="3WJJ9E5K",wwn="0x5000cca2848e614c"} 1 node_disk_info{device="sdd",major="8",minor="48",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:18:0",revision="US07",rotational="1",serial="2CHW7G7P",wwn="0x5000cca2a169e618"} 1 node_disk_info{device="sde",major="8",minor="64",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:20:0",revision="US07",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="US07",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="US07",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="US07",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="US07",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="US07",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="US07",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="US07",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"} 1 node_disk_io_now{device="dm-19"} 0 node_disk_io_now{device="dm-2"} 48 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"} 56 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"} 9 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"} 1 node_disk_io_now{device="nvme1n1"} 0 node_disk_io_now{device="rbd0"} 2 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"} 7 node_disk_io_now{device="sdf"} 0 node_disk_io_now{device="sdg"} 33 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"} 35 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"} 431419.043 node_disk_io_time_seconds_total{device="dm-1"} 562265.379 node_disk_io_time_seconds_total{device="dm-10"} 457143.941 node_disk_io_time_seconds_total{device="dm-11"} 554445.139 node_disk_io_time_seconds_total{device="dm-12"} 92360.87700000001 node_disk_io_time_seconds_total{device="dm-13"} 100405.085 node_disk_io_time_seconds_total{device="dm-14"} 90984.185 node_disk_io_time_seconds_total{device="dm-15"} 94959.374 node_disk_io_time_seconds_total{device="dm-16"} 96376.351 node_disk_io_time_seconds_total{device="dm-17"} 89778.383 node_disk_io_time_seconds_total{device="dm-18"} 107284.359 node_disk_io_time_seconds_total{device="dm-19"} 90199.157 node_disk_io_time_seconds_total{device="dm-2"} 524405.761 node_disk_io_time_seconds_total{device="dm-20"} 96993.633 node_disk_io_time_seconds_total{device="dm-21"} 105592.242 node_disk_io_time_seconds_total{device="dm-22"} 97457.178 node_disk_io_time_seconds_total{device="dm-23"} 96543.66100000001 node_disk_io_time_seconds_total{device="dm-24"} 95896.13100000001 node_disk_io_time_seconds_total{device="dm-3"} 479126.733 node_disk_io_time_seconds_total{device="dm-4"} 559022.526 node_disk_io_time_seconds_total{device="dm-5"} 512406.315 node_disk_io_time_seconds_total{device="dm-6"} 566909.713 node_disk_io_time_seconds_total{device="dm-7"} 432409.49 node_disk_io_time_seconds_total{device="dm-8"} 477768.123 node_disk_io_time_seconds_total{device="dm-9"} 460784.721 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"} 354892.184 node_disk_io_time_seconds_total{device="nvme1n1"} 95844.758 node_disk_io_time_seconds_total{device="rbd0"} 14038.073 node_disk_io_time_seconds_total{device="sda"} 478951.305 node_disk_io_time_seconds_total{device="sdb"} 456916.9 node_disk_io_time_seconds_total{device="sdc"} 566717.957 node_disk_io_time_seconds_total{device="sdd"} 512204.444 node_disk_io_time_seconds_total{device="sde"} 460583.581 node_disk_io_time_seconds_total{device="sdf"} 431185.521 node_disk_io_time_seconds_total{device="sdg"} 524183.406 node_disk_io_time_seconds_total{device="sdh"} 432239.63800000004 node_disk_io_time_seconds_total{device="sdi"} 562041.751 node_disk_io_time_seconds_total{device="sdj"} 477592.60000000003 node_disk_io_time_seconds_total{device="sdk"} 554267.555 node_disk_io_time_seconds_total{device="sdl"} 558860.769 node_disk_io_time_seconds_total{device="sdm"} 0.509 node_disk_io_time_seconds_total{device="sdn"} 33059.321 # 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.975958963e+06 node_disk_io_time_weighted_seconds_total{device="dm-1"} 3.9699997970000003e+06 node_disk_io_time_weighted_seconds_total{device="dm-10"} 3.67657337e+06 node_disk_io_time_weighted_seconds_total{device="dm-11"} 22891.038 node_disk_io_time_weighted_seconds_total{device="dm-12"} 131512.828 node_disk_io_time_weighted_seconds_total{device="dm-13"} 135832.101 node_disk_io_time_weighted_seconds_total{device="dm-14"} 128177.269 node_disk_io_time_weighted_seconds_total{device="dm-15"} 123455.588 node_disk_io_time_weighted_seconds_total{device="dm-16"} 125911.308 node_disk_io_time_weighted_seconds_total{device="dm-17"} 126811.509 node_disk_io_time_weighted_seconds_total{device="dm-18"} 156860.641 node_disk_io_time_weighted_seconds_total{device="dm-19"} 130700.758 node_disk_io_time_weighted_seconds_total{device="dm-2"} 2.765536436e+06 node_disk_io_time_weighted_seconds_total{device="dm-20"} 146948.07 node_disk_io_time_weighted_seconds_total{device="dm-21"} 154559.065 node_disk_io_time_weighted_seconds_total{device="dm-22"} 122789.92300000001 node_disk_io_time_weighted_seconds_total{device="dm-23"} 136958.824 node_disk_io_time_weighted_seconds_total{device="dm-24"} 165925.15600000002 node_disk_io_time_weighted_seconds_total{device="dm-3"} 2.550465017e+06 node_disk_io_time_weighted_seconds_total{device="dm-4"} 1.255542829e+06 node_disk_io_time_weighted_seconds_total{device="dm-5"} 2.254667374e+06 node_disk_io_time_weighted_seconds_total{device="dm-6"} 954268.655 node_disk_io_time_weighted_seconds_total{device="dm-7"} 4.029213739e+06 node_disk_io_time_weighted_seconds_total{device="dm-8"} 1.807978046e+06 node_disk_io_time_weighted_seconds_total{device="dm-9"} 649748.452 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"} 2.162270029e+06 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 190481.189 node_disk_io_time_weighted_seconds_total{device="rbd0"} 185419.81100000002 node_disk_io_time_weighted_seconds_total{device="sda"} 1.833762249e+06 node_disk_io_time_weighted_seconds_total{device="sdb"} 4.170067112e+06 node_disk_io_time_weighted_seconds_total{device="sdc"} 3.040548865e+06 node_disk_io_time_weighted_seconds_total{device="sdd"} 1.723051182e+06 node_disk_io_time_weighted_seconds_total{device="sde"} 799997.937 node_disk_io_time_weighted_seconds_total{device="sdf"} 188540.823 node_disk_io_time_weighted_seconds_total{device="sdg"} 1.987353171e+06 node_disk_io_time_weighted_seconds_total{device="sdh"} 285926.947 node_disk_io_time_weighted_seconds_total{device="sdi"} 2.3998580300000003e+06 node_disk_io_time_weighted_seconds_total{device="sdj"} 1.285994139e+06 node_disk_io_time_weighted_seconds_total{device="sdk"} 2.663462552e+06 node_disk_io_time_weighted_seconds_total{device="sdl"} 3.4789727260000003e+06 node_disk_io_time_weighted_seconds_total{device="sdm"} 0.746 node_disk_io_time_weighted_seconds_total{device="sdn"} 134747.207 # 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"} 4.2997869174784e+13 node_disk_read_bytes_total{device="dm-1"} 5.1633018458112e+13 node_disk_read_bytes_total{device="dm-10"} 4.4483858366464e+13 node_disk_read_bytes_total{device="dm-11"} 4.9629452480512e+13 node_disk_read_bytes_total{device="dm-12"} 2.26364956672e+11 node_disk_read_bytes_total{device="dm-13"} 3.50165016576e+11 node_disk_read_bytes_total{device="dm-14"} 2.45341888512e+11 node_disk_read_bytes_total{device="dm-15"} 2.44423442432e+11 node_disk_read_bytes_total{device="dm-16"} 3.59257198592e+11 node_disk_read_bytes_total{device="dm-17"} 2.37663670272e+11 node_disk_read_bytes_total{device="dm-18"} 5.62169765888e+11 node_disk_read_bytes_total{device="dm-19"} 3.11160328192e+11 node_disk_read_bytes_total{device="dm-2"} 5.033495236608e+13 node_disk_read_bytes_total{device="dm-20"} 2.83840606208e+11 node_disk_read_bytes_total{device="dm-21"} 3.37087188992e+11 node_disk_read_bytes_total{device="dm-22"} 3.27833952256e+11 node_disk_read_bytes_total{device="dm-23"} 2.72671748096e+11 node_disk_read_bytes_total{device="dm-24"} 2.45693280256e+11 node_disk_read_bytes_total{device="dm-3"} 4.51324362752e+13 node_disk_read_bytes_total{device="dm-4"} 5.086098255872e+13 node_disk_read_bytes_total{device="dm-5"} 4.8469883305984e+13 node_disk_read_bytes_total{device="dm-6"} 4.999468179456e+13 node_disk_read_bytes_total{device="dm-7"} 4.3235592515584e+13 node_disk_read_bytes_total{device="dm-8"} 4.707149479936e+13 node_disk_read_bytes_total{device="dm-9"} 4.5714772189184e+13 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"} 3.758103420928e+12 node_disk_read_bytes_total{device="nvme1n1"} 2.45775900672e+11 node_disk_read_bytes_total{device="rbd0"} 2.200267203584e+12 node_disk_read_bytes_total{device="sda"} 4.5132518928384e+13 node_disk_read_bytes_total{device="sdb"} 4.4483940900864e+13 node_disk_read_bytes_total{device="sdc"} 4.9994764447744e+13 node_disk_read_bytes_total{device="sdd"} 4.8469965840384e+13 node_disk_read_bytes_total{device="sde"} 4.5714854723584e+13 node_disk_read_bytes_total{device="sdf"} 4.2997951827968e+13 node_disk_read_bytes_total{device="sdg"} 5.033503490048e+13 node_disk_read_bytes_total{device="sdh"} 4.3235675049984e+13 node_disk_read_bytes_total{device="sdi"} 5.1633100992512e+13 node_disk_read_bytes_total{device="sdj"} 4.707157733376e+13 node_disk_read_bytes_total{device="sdk"} 4.9629535014912e+13 node_disk_read_bytes_total{device="sdl"} 5.0861065097216e+13 node_disk_read_bytes_total{device="sdm"} 5.8585088e+07 node_disk_read_bytes_total{device="sdn"} 3.612121173504e+12 # 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"} 3.242658367e+06 node_disk_read_time_seconds_total{device="dm-1"} 2.7003049390000002e+06 node_disk_read_time_seconds_total{device="dm-10"} 2.870743461e+06 node_disk_read_time_seconds_total{device="dm-11"} 3.1241177660000003e+06 node_disk_read_time_seconds_total{device="dm-12"} 2328.223 node_disk_read_time_seconds_total{device="dm-13"} 2789.299 node_disk_read_time_seconds_total{device="dm-14"} 2730.338 node_disk_read_time_seconds_total{device="dm-15"} 2660.193 node_disk_read_time_seconds_total{device="dm-16"} 2730.247 node_disk_read_time_seconds_total{device="dm-17"} 2942.463 node_disk_read_time_seconds_total{device="dm-18"} 3237.9880000000003 node_disk_read_time_seconds_total{device="dm-19"} 3277.448 node_disk_read_time_seconds_total{device="dm-2"} 1.978204634e+06 node_disk_read_time_seconds_total{device="dm-20"} 3094.228 node_disk_read_time_seconds_total{device="dm-21"} 3504.12 node_disk_read_time_seconds_total{device="dm-22"} 3785.4900000000002 node_disk_read_time_seconds_total{device="dm-23"} 2972.626 node_disk_read_time_seconds_total{device="dm-24"} 18754.869 node_disk_read_time_seconds_total{device="dm-3"} 1.718869588e+06 node_disk_read_time_seconds_total{device="dm-4"} 91538.311 node_disk_read_time_seconds_total{device="dm-5"} 1.714132047e+06 node_disk_read_time_seconds_total{device="dm-6"} 3.787734842e+06 node_disk_read_time_seconds_total{device="dm-7"} 3.404871867e+06 node_disk_read_time_seconds_total{device="dm-8"} 982797.539 node_disk_read_time_seconds_total{device="dm-9"} 38707.23 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"} 36220.333 node_disk_read_time_seconds_total{device="nvme1n1"} 11903.392 node_disk_read_time_seconds_total{device="rbd0"} 18259.422 node_disk_read_time_seconds_total{device="sda"} 1.759402691e+06 node_disk_read_time_seconds_total{device="sdb"} 4.0999395810000002e+06 node_disk_read_time_seconds_total{device="sdc"} 2.921393178e+06 node_disk_read_time_seconds_total{device="sdd"} 1.6664069340000001e+06 node_disk_read_time_seconds_total{device="sde"} 736869.888 node_disk_read_time_seconds_total{device="sdf"} 121838.026 node_disk_read_time_seconds_total{device="sdg"} 1.90844154e+06 node_disk_read_time_seconds_total{device="sdh"} 227839.421 node_disk_read_time_seconds_total{device="sdi"} 2.291446749e+06 node_disk_read_time_seconds_total{device="sdj"} 1.213570554e+06 node_disk_read_time_seconds_total{device="sdk"} 2.560524981e+06 node_disk_read_time_seconds_total{device="sdl"} 3.37483237e+06 node_disk_read_time_seconds_total{device="sdm"} 0.746 node_disk_read_time_seconds_total{device="sdn"} 40150.797 # 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"} 6.82993601e+08 node_disk_reads_completed_total{device="dm-1"} 8.18801859e+08 node_disk_reads_completed_total{device="dm-10"} 7.0567055e+08 node_disk_reads_completed_total{device="dm-11"} 7.87639575e+08 node_disk_reads_completed_total{device="dm-12"} 7.22149e+06 node_disk_reads_completed_total{device="dm-13"} 9.025872e+06 node_disk_reads_completed_total{device="dm-14"} 8.081008e+06 node_disk_reads_completed_total{device="dm-15"} 7.469005e+06 node_disk_reads_completed_total{device="dm-16"} 8.781723e+06 node_disk_reads_completed_total{device="dm-17"} 7.910876e+06 node_disk_reads_completed_total{device="dm-18"} 1.0520796e+07 node_disk_reads_completed_total{device="dm-19"} 8.69435e+06 node_disk_reads_completed_total{device="dm-2"} 7.99383207e+08 node_disk_reads_completed_total{device="dm-20"} 7.842274e+06 node_disk_reads_completed_total{device="dm-21"} 9.307828e+06 node_disk_reads_completed_total{device="dm-22"} 1.0403542e+07 node_disk_reads_completed_total{device="dm-23"} 8.412343e+06 node_disk_reads_completed_total{device="dm-24"} 1.5997192e+07 node_disk_reads_completed_total{device="dm-3"} 7.15888912e+08 node_disk_reads_completed_total{device="dm-4"} 8.06713255e+08 node_disk_reads_completed_total{device="dm-5"} 7.68925212e+08 node_disk_reads_completed_total{device="dm-6"} 7.93039694e+08 node_disk_reads_completed_total{device="dm-7"} 6.86146641e+08 node_disk_reads_completed_total{device="dm-8"} 7.47472405e+08 node_disk_reads_completed_total{device="dm-9"} 7.25317143e+08 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.03696205e+08 node_disk_reads_completed_total{device="nvme1n1"} 1.1653932e+07 node_disk_reads_completed_total{device="rbd0"} 864797 node_disk_reads_completed_total{device="sda"} 3.7758122e+08 node_disk_reads_completed_total{device="sdb"} 3.65725585e+08 node_disk_reads_completed_total{device="sdc"} 4.21219489e+08 node_disk_reads_completed_total{device="sdd"} 4.04536421e+08 node_disk_reads_completed_total{device="sde"} 3.83063359e+08 node_disk_reads_completed_total{device="sdf"} 3.59365516e+08 node_disk_reads_completed_total{device="sdg"} 4.23818473e+08 node_disk_reads_completed_total{device="sdh"} 3.61812593e+08 node_disk_reads_completed_total{device="sdi"} 4.3216108e+08 node_disk_reads_completed_total{device="sdj"} 3.9400695e+08 node_disk_reads_completed_total{device="sdk"} 4.17067096e+08 node_disk_reads_completed_total{device="sdl"} 4.31371142e+08 node_disk_reads_completed_total{device="sdm"} 1256 node_disk_reads_completed_total{device="sdn"} 8.5165643e+07 # 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"} 4.344779e+06 node_disk_reads_merged_total{device="rbd0"} 1.382837e+06 node_disk_reads_merged_total{device="sda"} 3.38308421e+08 node_disk_reads_merged_total{device="sdb"} 3.39945691e+08 node_disk_reads_merged_total{device="sdc"} 3.71820934e+08 node_disk_reads_merged_total{device="sdd"} 3.64389517e+08 node_disk_reads_merged_total{device="sde"} 3.42254512e+08 node_disk_reads_merged_total{device="sdf"} 3.23628814e+08 node_disk_reads_merged_total{device="sdg"} 3.75565475e+08 node_disk_reads_merged_total{device="sdh"} 3.24334774e+08 node_disk_reads_merged_total{device="sdi"} 3.86641505e+08 node_disk_reads_merged_total{device="sdj"} 3.53466181e+08 node_disk_reads_merged_total{device="sdk"} 3.70573205e+08 node_disk_reads_merged_total{device="sdl"} 3.75342861e+08 node_disk_reads_merged_total{device="sdm"} 0 node_disk_reads_merged_total{device="sdn"} 212444 # 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"} 733300.596 node_disk_write_time_seconds_total{device="dm-1"} 1.269694858e+06 node_disk_write_time_seconds_total{device="dm-10"} 805829.909 node_disk_write_time_seconds_total{device="dm-11"} 1.193740568e+06 node_disk_write_time_seconds_total{device="dm-12"} 129184.605 node_disk_write_time_seconds_total{device="dm-13"} 133042.802 node_disk_write_time_seconds_total{device="dm-14"} 125446.931 node_disk_write_time_seconds_total{device="dm-15"} 120795.395 node_disk_write_time_seconds_total{device="dm-16"} 123181.061 node_disk_write_time_seconds_total{device="dm-17"} 123869.046 node_disk_write_time_seconds_total{device="dm-18"} 153622.653 node_disk_write_time_seconds_total{device="dm-19"} 127423.31 node_disk_write_time_seconds_total{device="dm-2"} 787331.802 node_disk_write_time_seconds_total{device="dm-20"} 143853.842 node_disk_write_time_seconds_total{device="dm-21"} 151054.945 node_disk_write_time_seconds_total{device="dm-22"} 119004.433 node_disk_write_time_seconds_total{device="dm-23"} 133986.198 node_disk_write_time_seconds_total{device="dm-24"} 147170.287 node_disk_write_time_seconds_total{device="dm-3"} 831595.429 node_disk_write_time_seconds_total{device="dm-4"} 1.164004518e+06 node_disk_write_time_seconds_total{device="dm-5"} 540535.327 node_disk_write_time_seconds_total{device="dm-6"} 1.461501109e+06 node_disk_write_time_seconds_total{device="dm-7"} 624341.872 node_disk_write_time_seconds_total{device="dm-8"} 825180.507 node_disk_write_time_seconds_total{device="dm-9"} 611041.2220000001 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.136384897e+06 node_disk_write_time_seconds_total{device="nvme1n1"} 101746.466 node_disk_write_time_seconds_total{device="rbd0"} 167160.389 node_disk_write_time_seconds_total{device="sda"} 74359.557 node_disk_write_time_seconds_total{device="sdb"} 70127.53 node_disk_write_time_seconds_total{device="sdc"} 119155.687 node_disk_write_time_seconds_total{device="sdd"} 56644.248 node_disk_write_time_seconds_total{device="sde"} 63128.049 node_disk_write_time_seconds_total{device="sdf"} 66702.796 node_disk_write_time_seconds_total{device="sdg"} 78911.63 node_disk_write_time_seconds_total{device="sdh"} 58087.526 node_disk_write_time_seconds_total{device="sdi"} 108411.281 node_disk_write_time_seconds_total{device="sdj"} 72423.585 node_disk_write_time_seconds_total{device="sdk"} 102937.57 node_disk_write_time_seconds_total{device="sdl"} 104140.355 node_disk_write_time_seconds_total{device="sdm"} 0 node_disk_write_time_seconds_total{device="sdn"} 92901.82400000001 # 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"} 3.8150108e+07 node_disk_writes_completed_total{device="dm-1"} 5.7358378e+07 node_disk_writes_completed_total{device="dm-10"} 4.2455691e+07 node_disk_writes_completed_total{device="dm-11"} 3.9883355e+07 node_disk_writes_completed_total{device="dm-12"} 5.1317823e+07 node_disk_writes_completed_total{device="dm-13"} 6.5089603e+07 node_disk_writes_completed_total{device="dm-14"} 4.8317945e+07 node_disk_writes_completed_total{device="dm-15"} 5.820683e+07 node_disk_writes_completed_total{device="dm-16"} 5.845808e+07 node_disk_writes_completed_total{device="dm-17"} 5.0587422e+07 node_disk_writes_completed_total{device="dm-18"} 7.185857e+07 node_disk_writes_completed_total{device="dm-19"} 5.0952541e+07 node_disk_writes_completed_total{device="dm-2"} 3.5577919e+07 node_disk_writes_completed_total{device="dm-20"} 5.6824599e+07 node_disk_writes_completed_total{device="dm-21"} 7.4451973e+07 node_disk_writes_completed_total{device="dm-22"} 5.8478433e+07 node_disk_writes_completed_total{device="dm-23"} 5.9113036e+07 node_disk_writes_completed_total{device="dm-24"} 2.69568247e+08 node_disk_writes_completed_total{device="dm-3"} 4.157812e+07 node_disk_writes_completed_total{device="dm-4"} 4.780485e+07 node_disk_writes_completed_total{device="dm-5"} 2.7385465e+07 node_disk_writes_completed_total{device="dm-6"} 5.7466758e+07 node_disk_writes_completed_total{device="dm-7"} 2.9736186e+07 node_disk_writes_completed_total{device="dm-8"} 3.5953276e+07 node_disk_writes_completed_total{device="dm-9"} 2.8046674e+07 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"} 2.75399925e+08 node_disk_writes_completed_total{device="nvme1n1"} 7.6990064e+07 node_disk_writes_completed_total{device="rbd0"} 1.145759e+06 node_disk_writes_completed_total{device="sda"} 4.618858e+06 node_disk_writes_completed_total{device="sdb"} 4.651022e+06 node_disk_writes_completed_total{device="sdc"} 5.96077e+06 node_disk_writes_completed_total{device="sdd"} 3.567906e+06 node_disk_writes_completed_total{device="sde"} 3.508518e+06 node_disk_writes_completed_total{device="sdf"} 4.35577e+06 node_disk_writes_completed_total{device="sdg"} 4.229324e+06 node_disk_writes_completed_total{device="sdh"} 3.66987e+06 node_disk_writes_completed_total{device="sdi"} 5.865662e+06 node_disk_writes_completed_total{device="sdj"} 4.1457e+06 node_disk_writes_completed_total{device="sdk"} 4.468136e+06 node_disk_writes_completed_total{device="sdl"} 5.110771e+06 node_disk_writes_completed_total{device="sdm"} 0 node_disk_writes_completed_total{device="sdn"} 6.7934083e+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"} 4.28517272e+08 node_disk_writes_merged_total{device="nvme1n1"} 1.9259124e+08 node_disk_writes_merged_total{device="rbd0"} 2.83165e+06 node_disk_writes_merged_total{device="sda"} 3.6959267e+07 node_disk_writes_merged_total{device="sdb"} 3.7804675e+07 node_disk_writes_merged_total{device="sdc"} 5.1506003e+07 node_disk_writes_merged_total{device="sdd"} 2.3817564e+07 node_disk_writes_merged_total{device="sde"} 2.4538159e+07 node_disk_writes_merged_total{device="sdf"} 3.3794351e+07 node_disk_writes_merged_total{device="sdg"} 3.1348619e+07 node_disk_writes_merged_total{device="sdh"} 2.6066323e+07 node_disk_writes_merged_total{device="sdi"} 5.1492733e+07 node_disk_writes_merged_total{device="sdj"} 3.1807588e+07 node_disk_writes_merged_total{device="sdk"} 3.5415236e+07 node_disk_writes_merged_total{device="sdl"} 4.2694088e+07 node_disk_writes_merged_total{device="sdm"} 0 node_disk_writes_merged_total{device="sdn"} 9.2476532e+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"} 2.373843267584e+12 node_disk_written_bytes_total{device="dm-1"} 3.617710911488e+12 node_disk_written_bytes_total{device="dm-10"} 2.654099726336e+12 node_disk_written_bytes_total{device="dm-11"} 2.487032717312e+12 node_disk_written_bytes_total{device="dm-12"} 1.7123887104e+11 node_disk_written_bytes_total{device="dm-13"} 2.2124417024e+11 node_disk_written_bytes_total{device="dm-14"} 1.6076630016e+11 node_disk_written_bytes_total{device="dm-15"} 1.98026461184e+11 node_disk_written_bytes_total{device="dm-16"} 1.98034743296e+11 node_disk_written_bytes_total{device="dm-17"} 1.709846528e+11 node_disk_written_bytes_total{device="dm-18"} 2.4343148544e+11 node_disk_written_bytes_total{device="dm-19"} 1.7214001152e+11 node_disk_written_bytes_total{device="dm-2"} 2.203867373568e+12 node_disk_written_bytes_total{device="dm-20"} 1.91355613184e+11 node_disk_written_bytes_total{device="dm-21"} 2.56140193792e+11 node_disk_written_bytes_total{device="dm-22"} 1.97932105728e+11 node_disk_written_bytes_total{device="dm-23"} 2.00660824064e+11 node_disk_written_bytes_total{device="dm-24"} 1.170866987008e+12 node_disk_written_bytes_total{device="dm-3"} 2.597126688768e+12 node_disk_written_bytes_total{device="dm-4"} 2.997748830208e+12 node_disk_written_bytes_total{device="dm-5"} 1.674459992064e+12 node_disk_written_bytes_total{device="dm-6"} 3.618370220032e+12 node_disk_written_bytes_total{device="dm-7"} 1.832552624128e+12 node_disk_written_bytes_total{device="dm-8"} 2.235826450432e+12 node_disk_written_bytes_total{device="dm-9"} 1.725856530432e+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"} 2.381955428352e+12 node_disk_written_bytes_total{device="nvme1n1"} 1.170866987008e+12 node_disk_written_bytes_total{device="rbd0"} 3.9088800768e+12 node_disk_written_bytes_total{device="sda"} 2.597126688768e+12 node_disk_written_bytes_total{device="sdb"} 2.654099726336e+12 node_disk_written_bytes_total{device="sdc"} 3.618370220032e+12 node_disk_written_bytes_total{device="sdd"} 1.674459992064e+12 node_disk_written_bytes_total{device="sde"} 1.725856530432e+12 node_disk_written_bytes_total{device="sdf"} 2.373843267584e+12 node_disk_written_bytes_total{device="sdg"} 2.203867373568e+12 node_disk_written_bytes_total{device="sdh"} 1.832552624128e+12 node_disk_written_bytes_total{device="sdi"} 3.617710911488e+12 node_disk_written_bytes_total{device="sdj"} 2.235826450432e+12 node_disk_written_bytes_total{device="sdk"} 2.487032717312e+12 node_disk_written_bytes_total{device="sdl"} 2.997748830208e+12 node_disk_written_bytes_total{device="sdm"} 0 node_disk_written_bytes_total{device="sdn"} 2.180759522304e+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 11552 # 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/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.02047488e+08 node_filesystem_avail_bytes{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 6.55659008e+08 node_filesystem_avail_bytes{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 4.0203689984e+10 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"} 1.947229052993536e+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"} 1.947229052993536e+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"} 8.5147542093824e+13 node_filesystem_avail_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 3.510723674112e+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="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/014064215b0a7182f91d8568c04cfeda89f6dd6a4d8109dd773f7d5608cbb6c4/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/018270a986559fb07f41be016c79547faa97c62a791f72a28dfca900a03c6cb7/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fd9bd5d2e64a26d9e362fc7b029ffe7218fbdf8aa5ece847cc947e7b6e89f37/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12ce5fd00d7dcdfc162b59b3f371218f42c0150b27afe37ed9a9d2583d17b9f3/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1ab7415ba45d78f6da3537e1b8b2c65210460e3087cca7a74502bfcdf7668a78/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1cb38604c89be1d8af44ad691e7daf2a56a49043cb4a5837f44d685742eb511d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3688eb45f0073e9f0ce399bd69811757e283c0ee6f5c9fc1e44c2cbbb66959e5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/401405169a8e8feb70db7ab61763475661571a5030e849fbd6aa2d0640d30fee/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/497423cab42a9fe7d3af90c8e5f956f3dbca9305251831c9e102e7495c9b5cdf/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4a28bdab5b797e8510cd5cdf273e5554c8478d4eee39a49e20a5f565f7377c3f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f3c590ffa89833d388f8e3f5934d340c896726e0091c7729a463060fb7aeabf/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/501a9386079ecd1870d7d0837a4c58acd795fdc6b7a6b3ac659daf6a18b19d47/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bf50ec58d09ea89ffaf9c07d46b99fafd0a2bf4f6d1df0512fca61bdc0a6d6a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f59c2583e7288ddd8ce2b52c621bec1979094bbbc2d3d9e83a269f5604f47bc/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/66da0bd77f07cea9f0cd353e1c1bffd8d15559da462d249154eeeb088be927f1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6fd18ed20a35fa787174fb5cf3eef76b514659aea4684e76f1a72567efde4b1f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/917802c7cee61ebc9a3c2e277381c5b1fe1e933ace1fe2d3ad33024e7786ab5a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9528c439aec2823fa0e0201193e0b1a0ef8904b9a19a3b530811f336b9712578/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a04efd0afd778857393d9bc4ea29559d00f8e68ea4dfb1bba31aa8dcee54e9/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99eca4939ff7af7f459c808b9d5fa10c3d682c68acc4ab1c97bfd36854c9b97a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a210d8202b6bf7cf5ae0673ddfa461c4f54b3db77c3ed11924af6faeec30a1d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a42a9a17554df8288020f3834cb2b66d8af43bdf47407d6d7357ad49f84e6ee1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ade3dc210eee45a373fad3193e0331ce50851877f22e46d94888938f57a53e11/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b4ef79bf0e8e901b6d24824b3763fe1adf71f76dfe27db20fcd89d38250778a1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b51c3585a71291e6a63183a813e974a63c279fefe141e49d02197b17ec05b09b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba9229ef199e5433dfc70dfd110595c322cd7465525b16e3ae10f434c96dcdc1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd348caab451776aa529709725b91f19aaccda3bcf0be76e9e804fe7bc3d3d47/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c078137243937b8bd2886eae70742ab5125a2401965c583fded8e7bbdab831b5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0fb5e42cdcb297e879c4542dcd6433917d05da60f2f3861a178c9e40af6fffa/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c5e99a229607d11737a696bf11b320aed6b94b13c8eec37d726737faf7c67d48/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c9e36c29efe2b8063f2f0bdc76e87db3aa742e24f76609055364b74f0933b5b1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbbf2aca4d5a58f5dd4b325685fb23af15675977b441bd0731229ef4f3d16799/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd835f69b1e1cee155ac56883f8312964cd477c3d8fcea8dabd8a44d5dbc34d6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d000645603c38fe903762482ca361c2fa98e7cbfdcace248611929d4ee44667e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d14bd0d1f6050308770fb0bb9db8beae35d94d48bd7179ac58e6ab653298f6dd/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d56f375c2f8c79e924dbf14715f5e41d751353f5a7d312ec0a0b8c5f7bc3cc4f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d8d3d5b0e96c13eaf8305a9f6160d522a8e14b9631f42b5fe4ad76c9a0bf07f9/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb02cdbbc8705a387b28f15608fa9751f9ffaa350ffe1374707bf9b52067351a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff4d9d13f08b61880a9e0a3320f1558e245629b77b906d40b52613a156197113/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.06442461184e+11 # 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/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="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="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/014064215b0a7182f91d8568c04cfeda89f6dd6a4d8109dd773f7d5608cbb6c4/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/018270a986559fb07f41be016c79547faa97c62a791f72a28dfca900a03c6cb7/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fd9bd5d2e64a26d9e362fc7b029ffe7218fbdf8aa5ece847cc947e7b6e89f37/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12ce5fd00d7dcdfc162b59b3f371218f42c0150b27afe37ed9a9d2583d17b9f3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1ab7415ba45d78f6da3537e1b8b2c65210460e3087cca7a74502bfcdf7668a78/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1cb38604c89be1d8af44ad691e7daf2a56a49043cb4a5837f44d685742eb511d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3688eb45f0073e9f0ce399bd69811757e283c0ee6f5c9fc1e44c2cbbb66959e5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/401405169a8e8feb70db7ab61763475661571a5030e849fbd6aa2d0640d30fee/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/497423cab42a9fe7d3af90c8e5f956f3dbca9305251831c9e102e7495c9b5cdf/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4a28bdab5b797e8510cd5cdf273e5554c8478d4eee39a49e20a5f565f7377c3f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f3c590ffa89833d388f8e3f5934d340c896726e0091c7729a463060fb7aeabf/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/501a9386079ecd1870d7d0837a4c58acd795fdc6b7a6b3ac659daf6a18b19d47/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bf50ec58d09ea89ffaf9c07d46b99fafd0a2bf4f6d1df0512fca61bdc0a6d6a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f59c2583e7288ddd8ce2b52c621bec1979094bbbc2d3d9e83a269f5604f47bc/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/66da0bd77f07cea9f0cd353e1c1bffd8d15559da462d249154eeeb088be927f1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6fd18ed20a35fa787174fb5cf3eef76b514659aea4684e76f1a72567efde4b1f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/917802c7cee61ebc9a3c2e277381c5b1fe1e933ace1fe2d3ad33024e7786ab5a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9528c439aec2823fa0e0201193e0b1a0ef8904b9a19a3b530811f336b9712578/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a04efd0afd778857393d9bc4ea29559d00f8e68ea4dfb1bba31aa8dcee54e9/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99eca4939ff7af7f459c808b9d5fa10c3d682c68acc4ab1c97bfd36854c9b97a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a210d8202b6bf7cf5ae0673ddfa461c4f54b3db77c3ed11924af6faeec30a1d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a42a9a17554df8288020f3834cb2b66d8af43bdf47407d6d7357ad49f84e6ee1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ade3dc210eee45a373fad3193e0331ce50851877f22e46d94888938f57a53e11/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b4ef79bf0e8e901b6d24824b3763fe1adf71f76dfe27db20fcd89d38250778a1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b51c3585a71291e6a63183a813e974a63c279fefe141e49d02197b17ec05b09b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba9229ef199e5433dfc70dfd110595c322cd7465525b16e3ae10f434c96dcdc1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd348caab451776aa529709725b91f19aaccda3bcf0be76e9e804fe7bc3d3d47/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c078137243937b8bd2886eae70742ab5125a2401965c583fded8e7bbdab831b5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0fb5e42cdcb297e879c4542dcd6433917d05da60f2f3861a178c9e40af6fffa/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c5e99a229607d11737a696bf11b320aed6b94b13c8eec37d726737faf7c67d48/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c9e36c29efe2b8063f2f0bdc76e87db3aa742e24f76609055364b74f0933b5b1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbbf2aca4d5a58f5dd4b325685fb23af15675977b441bd0731229ef4f3d16799/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd835f69b1e1cee155ac56883f8312964cd477c3d8fcea8dabd8a44d5dbc34d6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d000645603c38fe903762482ca361c2fa98e7cbfdcace248611929d4ee44667e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d14bd0d1f6050308770fb0bb9db8beae35d94d48bd7179ac58e6ab653298f6dd/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d56f375c2f8c79e924dbf14715f5e41d751353f5a7d312ec0a0b8c5f7bc3cc4f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d8d3d5b0e96c13eaf8305a9f6160d522a8e14b9631f42b5fe4ad76c9a0bf07f9/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb02cdbbc8705a387b28f15608fa9751f9ffaa350ffe1374707bf9b52067351a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff4d9d13f08b61880a9e0a3320f1558e245629b77b906d40b52613a156197113/shm"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge 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"} 6.85544322e+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"} 6.85544322e+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.015976e+07 node_filesystem_files{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 7.002774504e+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="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/014064215b0a7182f91d8568c04cfeda89f6dd6a4d8109dd773f7d5608cbb6c4/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/018270a986559fb07f41be016c79547faa97c62a791f72a28dfca900a03c6cb7/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fd9bd5d2e64a26d9e362fc7b029ffe7218fbdf8aa5ece847cc947e7b6e89f37/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12ce5fd00d7dcdfc162b59b3f371218f42c0150b27afe37ed9a9d2583d17b9f3/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1ab7415ba45d78f6da3537e1b8b2c65210460e3087cca7a74502bfcdf7668a78/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1cb38604c89be1d8af44ad691e7daf2a56a49043cb4a5837f44d685742eb511d/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3688eb45f0073e9f0ce399bd69811757e283c0ee6f5c9fc1e44c2cbbb66959e5/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/401405169a8e8feb70db7ab61763475661571a5030e849fbd6aa2d0640d30fee/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/497423cab42a9fe7d3af90c8e5f956f3dbca9305251831c9e102e7495c9b5cdf/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4a28bdab5b797e8510cd5cdf273e5554c8478d4eee39a49e20a5f565f7377c3f/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f3c590ffa89833d388f8e3f5934d340c896726e0091c7729a463060fb7aeabf/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/501a9386079ecd1870d7d0837a4c58acd795fdc6b7a6b3ac659daf6a18b19d47/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bf50ec58d09ea89ffaf9c07d46b99fafd0a2bf4f6d1df0512fca61bdc0a6d6a/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f59c2583e7288ddd8ce2b52c621bec1979094bbbc2d3d9e83a269f5604f47bc/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/66da0bd77f07cea9f0cd353e1c1bffd8d15559da462d249154eeeb088be927f1/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6fd18ed20a35fa787174fb5cf3eef76b514659aea4684e76f1a72567efde4b1f/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/917802c7cee61ebc9a3c2e277381c5b1fe1e933ace1fe2d3ad33024e7786ab5a/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9528c439aec2823fa0e0201193e0b1a0ef8904b9a19a3b530811f336b9712578/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a04efd0afd778857393d9bc4ea29559d00f8e68ea4dfb1bba31aa8dcee54e9/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99eca4939ff7af7f459c808b9d5fa10c3d682c68acc4ab1c97bfd36854c9b97a/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a210d8202b6bf7cf5ae0673ddfa461c4f54b3db77c3ed11924af6faeec30a1d/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a42a9a17554df8288020f3834cb2b66d8af43bdf47407d6d7357ad49f84e6ee1/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ade3dc210eee45a373fad3193e0331ce50851877f22e46d94888938f57a53e11/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b4ef79bf0e8e901b6d24824b3763fe1adf71f76dfe27db20fcd89d38250778a1/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b51c3585a71291e6a63183a813e974a63c279fefe141e49d02197b17ec05b09b/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba9229ef199e5433dfc70dfd110595c322cd7465525b16e3ae10f434c96dcdc1/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd348caab451776aa529709725b91f19aaccda3bcf0be76e9e804fe7bc3d3d47/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c078137243937b8bd2886eae70742ab5125a2401965c583fded8e7bbdab831b5/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0fb5e42cdcb297e879c4542dcd6433917d05da60f2f3861a178c9e40af6fffa/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c5e99a229607d11737a696bf11b320aed6b94b13c8eec37d726737faf7c67d48/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c9e36c29efe2b8063f2f0bdc76e87db3aa742e24f76609055364b74f0933b5b1/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbbf2aca4d5a58f5dd4b325685fb23af15675977b441bd0731229ef4f3d16799/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd835f69b1e1cee155ac56883f8312964cd477c3d8fcea8dabd8a44d5dbc34d6/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d000645603c38fe903762482ca361c2fa98e7cbfdcace248611929d4ee44667e/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d14bd0d1f6050308770fb0bb9db8beae35d94d48bd7179ac58e6ab653298f6dd/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d56f375c2f8c79e924dbf14715f5e41d751353f5a7d312ec0a0b8c5f7bc3cc4f/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d8d3d5b0e96c13eaf8305a9f6160d522a8e14b9631f42b5fe4ad76c9a0bf07f9/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb02cdbbc8705a387b28f15608fa9751f9ffaa350ffe1374707bf9b52067351a/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff4d9d13f08b61880a9e0a3320f1558e245629b77b906d40b52613a156197113/shm"} 6.5925195e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 819200 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge 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"} 65497 node_filesystem_files_free{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 1.359065e+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"} 6.85688208e+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="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/014064215b0a7182f91d8568c04cfeda89f6dd6a4d8109dd773f7d5608cbb6c4/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/018270a986559fb07f41be016c79547faa97c62a791f72a28dfca900a03c6cb7/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fd9bd5d2e64a26d9e362fc7b029ffe7218fbdf8aa5ece847cc947e7b6e89f37/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12ce5fd00d7dcdfc162b59b3f371218f42c0150b27afe37ed9a9d2583d17b9f3/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1ab7415ba45d78f6da3537e1b8b2c65210460e3087cca7a74502bfcdf7668a78/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1cb38604c89be1d8af44ad691e7daf2a56a49043cb4a5837f44d685742eb511d/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3688eb45f0073e9f0ce399bd69811757e283c0ee6f5c9fc1e44c2cbbb66959e5/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/401405169a8e8feb70db7ab61763475661571a5030e849fbd6aa2d0640d30fee/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/497423cab42a9fe7d3af90c8e5f956f3dbca9305251831c9e102e7495c9b5cdf/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4a28bdab5b797e8510cd5cdf273e5554c8478d4eee39a49e20a5f565f7377c3f/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f3c590ffa89833d388f8e3f5934d340c896726e0091c7729a463060fb7aeabf/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/501a9386079ecd1870d7d0837a4c58acd795fdc6b7a6b3ac659daf6a18b19d47/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bf50ec58d09ea89ffaf9c07d46b99fafd0a2bf4f6d1df0512fca61bdc0a6d6a/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f59c2583e7288ddd8ce2b52c621bec1979094bbbc2d3d9e83a269f5604f47bc/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/66da0bd77f07cea9f0cd353e1c1bffd8d15559da462d249154eeeb088be927f1/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6fd18ed20a35fa787174fb5cf3eef76b514659aea4684e76f1a72567efde4b1f/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/917802c7cee61ebc9a3c2e277381c5b1fe1e933ace1fe2d3ad33024e7786ab5a/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9528c439aec2823fa0e0201193e0b1a0ef8904b9a19a3b530811f336b9712578/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a04efd0afd778857393d9bc4ea29559d00f8e68ea4dfb1bba31aa8dcee54e9/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99eca4939ff7af7f459c808b9d5fa10c3d682c68acc4ab1c97bfd36854c9b97a/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a210d8202b6bf7cf5ae0673ddfa461c4f54b3db77c3ed11924af6faeec30a1d/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a42a9a17554df8288020f3834cb2b66d8af43bdf47407d6d7357ad49f84e6ee1/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ade3dc210eee45a373fad3193e0331ce50851877f22e46d94888938f57a53e11/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b4ef79bf0e8e901b6d24824b3763fe1adf71f76dfe27db20fcd89d38250778a1/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b51c3585a71291e6a63183a813e974a63c279fefe141e49d02197b17ec05b09b/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba9229ef199e5433dfc70dfd110595c322cd7465525b16e3ae10f434c96dcdc1/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd348caab451776aa529709725b91f19aaccda3bcf0be76e9e804fe7bc3d3d47/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c078137243937b8bd2886eae70742ab5125a2401965c583fded8e7bbdab831b5/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0fb5e42cdcb297e879c4542dcd6433917d05da60f2f3861a178c9e40af6fffa/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c5e99a229607d11737a696bf11b320aed6b94b13c8eec37d726737faf7c67d48/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c9e36c29efe2b8063f2f0bdc76e87db3aa742e24f76609055364b74f0933b5b1/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbbf2aca4d5a58f5dd4b325685fb23af15675977b441bd0731229ef4f3d16799/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd835f69b1e1cee155ac56883f8312964cd477c3d8fcea8dabd8a44d5dbc34d6/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d000645603c38fe903762482ca361c2fa98e7cbfdcace248611929d4ee44667e/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d14bd0d1f6050308770fb0bb9db8beae35d94d48bd7179ac58e6ab653298f6dd/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d56f375c2f8c79e924dbf14715f5e41d751353f5a7d312ec0a0b8c5f7bc3cc4f/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d8d3d5b0e96c13eaf8305a9f6160d522a8e14b9631f42b5fe4ad76c9a0bf07f9/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb02cdbbc8705a387b28f15608fa9751f9ffaa350ffe1374707bf9b52067351a/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff4d9d13f08b61880a9e0a3320f1558e245629b77b906d40b52613a156197113/shm"} 6.5925194e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 814684 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.02047488e+08 node_filesystem_free_bytes{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 7.26122496e+08 node_filesystem_free_bytes{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 5.2155723776e+10 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"} 1.947229052993536e+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"} 1.947229052993536e+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"} 8.5147542093824e+13 node_filesystem_free_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 3.510723674112e+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="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/014064215b0a7182f91d8568c04cfeda89f6dd6a4d8109dd773f7d5608cbb6c4/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/018270a986559fb07f41be016c79547faa97c62a791f72a28dfca900a03c6cb7/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fd9bd5d2e64a26d9e362fc7b029ffe7218fbdf8aa5ece847cc947e7b6e89f37/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12ce5fd00d7dcdfc162b59b3f371218f42c0150b27afe37ed9a9d2583d17b9f3/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1ab7415ba45d78f6da3537e1b8b2c65210460e3087cca7a74502bfcdf7668a78/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1cb38604c89be1d8af44ad691e7daf2a56a49043cb4a5837f44d685742eb511d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3688eb45f0073e9f0ce399bd69811757e283c0ee6f5c9fc1e44c2cbbb66959e5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/401405169a8e8feb70db7ab61763475661571a5030e849fbd6aa2d0640d30fee/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/497423cab42a9fe7d3af90c8e5f956f3dbca9305251831c9e102e7495c9b5cdf/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4a28bdab5b797e8510cd5cdf273e5554c8478d4eee39a49e20a5f565f7377c3f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f3c590ffa89833d388f8e3f5934d340c896726e0091c7729a463060fb7aeabf/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/501a9386079ecd1870d7d0837a4c58acd795fdc6b7a6b3ac659daf6a18b19d47/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bf50ec58d09ea89ffaf9c07d46b99fafd0a2bf4f6d1df0512fca61bdc0a6d6a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f59c2583e7288ddd8ce2b52c621bec1979094bbbc2d3d9e83a269f5604f47bc/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/66da0bd77f07cea9f0cd353e1c1bffd8d15559da462d249154eeeb088be927f1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6fd18ed20a35fa787174fb5cf3eef76b514659aea4684e76f1a72567efde4b1f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/917802c7cee61ebc9a3c2e277381c5b1fe1e933ace1fe2d3ad33024e7786ab5a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9528c439aec2823fa0e0201193e0b1a0ef8904b9a19a3b530811f336b9712578/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a04efd0afd778857393d9bc4ea29559d00f8e68ea4dfb1bba31aa8dcee54e9/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99eca4939ff7af7f459c808b9d5fa10c3d682c68acc4ab1c97bfd36854c9b97a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a210d8202b6bf7cf5ae0673ddfa461c4f54b3db77c3ed11924af6faeec30a1d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a42a9a17554df8288020f3834cb2b66d8af43bdf47407d6d7357ad49f84e6ee1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ade3dc210eee45a373fad3193e0331ce50851877f22e46d94888938f57a53e11/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b4ef79bf0e8e901b6d24824b3763fe1adf71f76dfe27db20fcd89d38250778a1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b51c3585a71291e6a63183a813e974a63c279fefe141e49d02197b17ec05b09b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba9229ef199e5433dfc70dfd110595c322cd7465525b16e3ae10f434c96dcdc1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd348caab451776aa529709725b91f19aaccda3bcf0be76e9e804fe7bc3d3d47/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c078137243937b8bd2886eae70742ab5125a2401965c583fded8e7bbdab831b5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0fb5e42cdcb297e879c4542dcd6433917d05da60f2f3861a178c9e40af6fffa/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c5e99a229607d11737a696bf11b320aed6b94b13c8eec37d726737faf7c67d48/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c9e36c29efe2b8063f2f0bdc76e87db3aa742e24f76609055364b74f0933b5b1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbbf2aca4d5a58f5dd4b325685fb23af15675977b441bd0731229ef4f3d16799/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd835f69b1e1cee155ac56883f8312964cd477c3d8fcea8dabd8a44d5dbc34d6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d000645603c38fe903762482ca361c2fa98e7cbfdcace248611929d4ee44667e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d14bd0d1f6050308770fb0bb9db8beae35d94d48bd7179ac58e6ab653298f6dd/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d56f375c2f8c79e924dbf14715f5e41d751353f5a7d312ec0a0b8c5f7bc3cc4f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d8d3d5b0e96c13eaf8305a9f6160d522a8e14b9631f42b5fe4ad76c9a0bf07f9/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb02cdbbc8705a387b28f15608fa9751f9ffaa350ffe1374707bf9b52067351a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff4d9d13f08b61880a9e0a3320f1558e245629b77b906d40b52613a156197113/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.06442461184e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge 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="794",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="793",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="789",mountpoint="/work"} 1 node_filesystem_mount_info{device="nfs.af.uchicago.edu:/export/home",major="0",minor="51",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="shm",major="0",minor="104",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd348caab451776aa529709725b91f19aaccda3bcf0be76e9e804fe7bc3d3d47/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="106",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6fd18ed20a35fa787174fb5cf3eef76b514659aea4684e76f1a72567efde4b1f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="117",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d000645603c38fe903762482ca361c2fa98e7cbfdcace248611929d4ee44667e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="119",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3688eb45f0073e9f0ce399bd69811757e283c0ee6f5c9fc1e44c2cbbb66959e5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="125",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d56f375c2f8c79e924dbf14715f5e41d751353f5a7d312ec0a0b8c5f7bc3cc4f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="134",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/018270a986559fb07f41be016c79547faa97c62a791f72a28dfca900a03c6cb7/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="199",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/497423cab42a9fe7d3af90c8e5f956f3dbca9305251831c9e102e7495c9b5cdf/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="202",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/014064215b0a7182f91d8568c04cfeda89f6dd6a4d8109dd773f7d5608cbb6c4/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="205",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0fb5e42cdcb297e879c4542dcd6433917d05da60f2f3861a178c9e40af6fffa/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="210",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff4d9d13f08b61880a9e0a3320f1558e245629b77b906d40b52613a156197113/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="225",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12ce5fd00d7dcdfc162b59b3f371218f42c0150b27afe37ed9a9d2583d17b9f3/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="289",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd835f69b1e1cee155ac56883f8312964cd477c3d8fcea8dabd8a44d5dbc34d6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="304",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/66da0bd77f07cea9f0cd353e1c1bffd8d15559da462d249154eeeb088be927f1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="313",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9528c439aec2823fa0e0201193e0b1a0ef8904b9a19a3b530811f336b9712578/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="314",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b51c3585a71291e6a63183a813e974a63c279fefe141e49d02197b17ec05b09b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="323",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bf50ec58d09ea89ffaf9c07d46b99fafd0a2bf4f6d1df0512fca61bdc0a6d6a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="349",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f59c2583e7288ddd8ce2b52c621bec1979094bbbc2d3d9e83a269f5604f47bc/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="386",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a210d8202b6bf7cf5ae0673ddfa461c4f54b3db77c3ed11924af6faeec30a1d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="392",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ade3dc210eee45a373fad3193e0331ce50851877f22e46d94888938f57a53e11/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="405",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/401405169a8e8feb70db7ab61763475661571a5030e849fbd6aa2d0640d30fee/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="410",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1cb38604c89be1d8af44ad691e7daf2a56a49043cb4a5837f44d685742eb511d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="467",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fd9bd5d2e64a26d9e362fc7b029ffe7218fbdf8aa5ece847cc947e7b6e89f37/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="481",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbbf2aca4d5a58f5dd4b325685fb23af15675977b441bd0731229ef4f3d16799/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="514",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/501a9386079ecd1870d7d0837a4c58acd795fdc6b7a6b3ac659daf6a18b19d47/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="614",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99eca4939ff7af7f459c808b9d5fa10c3d682c68acc4ab1c97bfd36854c9b97a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="62",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4a28bdab5b797e8510cd5cdf273e5554c8478d4eee39a49e20a5f565f7377c3f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="624",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c078137243937b8bd2886eae70742ab5125a2401965c583fded8e7bbdab831b5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="626",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb02cdbbc8705a387b28f15608fa9751f9ffaa350ffe1374707bf9b52067351a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="628",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/917802c7cee61ebc9a3c2e277381c5b1fe1e933ace1fe2d3ad33024e7786ab5a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="630",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba9229ef199e5433dfc70dfd110595c322cd7465525b16e3ae10f434c96dcdc1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="638",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d8d3d5b0e96c13eaf8305a9f6160d522a8e14b9631f42b5fe4ad76c9a0bf07f9/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="65",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1ab7415ba45d78f6da3537e1b8b2c65210460e3087cca7a74502bfcdf7668a78/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="650",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f3c590ffa89833d388f8e3f5934d340c896726e0091c7729a463060fb7aeabf/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="655",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c9e36c29efe2b8063f2f0bdc76e87db3aa742e24f76609055364b74f0933b5b1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="688",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c5e99a229607d11737a696bf11b320aed6b94b13c8eec37d726737faf7c67d48/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="69",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a42a9a17554df8288020f3834cb2b66d8af43bdf47407d6d7357ad49f84e6ee1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="739",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b4ef79bf0e8e901b6d24824b3763fe1adf71f76dfe27db20fcd89d38250778a1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="82",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a04efd0afd778857393d9bc4ea29559d00f8e68ea4dfb1bba31aa8dcee54e9/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="95",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d14bd0d1f6050308770fb0bb9db8beae35d94d48bd7179ac58e6ab653298f6dd/shm"} 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/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="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/014064215b0a7182f91d8568c04cfeda89f6dd6a4d8109dd773f7d5608cbb6c4/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/018270a986559fb07f41be016c79547faa97c62a791f72a28dfca900a03c6cb7/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fd9bd5d2e64a26d9e362fc7b029ffe7218fbdf8aa5ece847cc947e7b6e89f37/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12ce5fd00d7dcdfc162b59b3f371218f42c0150b27afe37ed9a9d2583d17b9f3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1ab7415ba45d78f6da3537e1b8b2c65210460e3087cca7a74502bfcdf7668a78/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1cb38604c89be1d8af44ad691e7daf2a56a49043cb4a5837f44d685742eb511d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3688eb45f0073e9f0ce399bd69811757e283c0ee6f5c9fc1e44c2cbbb66959e5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/401405169a8e8feb70db7ab61763475661571a5030e849fbd6aa2d0640d30fee/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/497423cab42a9fe7d3af90c8e5f956f3dbca9305251831c9e102e7495c9b5cdf/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4a28bdab5b797e8510cd5cdf273e5554c8478d4eee39a49e20a5f565f7377c3f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f3c590ffa89833d388f8e3f5934d340c896726e0091c7729a463060fb7aeabf/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/501a9386079ecd1870d7d0837a4c58acd795fdc6b7a6b3ac659daf6a18b19d47/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bf50ec58d09ea89ffaf9c07d46b99fafd0a2bf4f6d1df0512fca61bdc0a6d6a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f59c2583e7288ddd8ce2b52c621bec1979094bbbc2d3d9e83a269f5604f47bc/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/66da0bd77f07cea9f0cd353e1c1bffd8d15559da462d249154eeeb088be927f1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6fd18ed20a35fa787174fb5cf3eef76b514659aea4684e76f1a72567efde4b1f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/917802c7cee61ebc9a3c2e277381c5b1fe1e933ace1fe2d3ad33024e7786ab5a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9528c439aec2823fa0e0201193e0b1a0ef8904b9a19a3b530811f336b9712578/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a04efd0afd778857393d9bc4ea29559d00f8e68ea4dfb1bba31aa8dcee54e9/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99eca4939ff7af7f459c808b9d5fa10c3d682c68acc4ab1c97bfd36854c9b97a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a210d8202b6bf7cf5ae0673ddfa461c4f54b3db77c3ed11924af6faeec30a1d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a42a9a17554df8288020f3834cb2b66d8af43bdf47407d6d7357ad49f84e6ee1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ade3dc210eee45a373fad3193e0331ce50851877f22e46d94888938f57a53e11/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b4ef79bf0e8e901b6d24824b3763fe1adf71f76dfe27db20fcd89d38250778a1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b51c3585a71291e6a63183a813e974a63c279fefe141e49d02197b17ec05b09b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba9229ef199e5433dfc70dfd110595c322cd7465525b16e3ae10f434c96dcdc1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd348caab451776aa529709725b91f19aaccda3bcf0be76e9e804fe7bc3d3d47/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c078137243937b8bd2886eae70742ab5125a2401965c583fded8e7bbdab831b5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0fb5e42cdcb297e879c4542dcd6433917d05da60f2f3861a178c9e40af6fffa/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c5e99a229607d11737a696bf11b320aed6b94b13c8eec37d726737faf7c67d48/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c9e36c29efe2b8063f2f0bdc76e87db3aa742e24f76609055364b74f0933b5b1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbbf2aca4d5a58f5dd4b325685fb23af15675977b441bd0731229ef4f3d16799/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd835f69b1e1cee155ac56883f8312964cd477c3d8fcea8dabd8a44d5dbc34d6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d000645603c38fe903762482ca361c2fa98e7cbfdcace248611929d4ee44667e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d14bd0d1f6050308770fb0bb9db8beae35d94d48bd7179ac58e6ab653298f6dd/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d56f375c2f8c79e924dbf14715f5e41d751353f5a7d312ec0a0b8c5f7bc3cc4f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d8d3d5b0e96c13eaf8305a9f6160d522a8e14b9631f42b5fe4ad76c9a0bf07f9/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb02cdbbc8705a387b28f15608fa9751f9ffaa350ffe1374707bf9b52067351a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff4d9d13f08b61880a9e0a3320f1558e245629b77b906d40b52613a156197113/shm"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge 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="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="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/014064215b0a7182f91d8568c04cfeda89f6dd6a4d8109dd773f7d5608cbb6c4/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/018270a986559fb07f41be016c79547faa97c62a791f72a28dfca900a03c6cb7/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fd9bd5d2e64a26d9e362fc7b029ffe7218fbdf8aa5ece847cc947e7b6e89f37/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12ce5fd00d7dcdfc162b59b3f371218f42c0150b27afe37ed9a9d2583d17b9f3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1ab7415ba45d78f6da3537e1b8b2c65210460e3087cca7a74502bfcdf7668a78/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1cb38604c89be1d8af44ad691e7daf2a56a49043cb4a5837f44d685742eb511d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3688eb45f0073e9f0ce399bd69811757e283c0ee6f5c9fc1e44c2cbbb66959e5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/401405169a8e8feb70db7ab61763475661571a5030e849fbd6aa2d0640d30fee/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/497423cab42a9fe7d3af90c8e5f956f3dbca9305251831c9e102e7495c9b5cdf/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4a28bdab5b797e8510cd5cdf273e5554c8478d4eee39a49e20a5f565f7377c3f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f3c590ffa89833d388f8e3f5934d340c896726e0091c7729a463060fb7aeabf/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/501a9386079ecd1870d7d0837a4c58acd795fdc6b7a6b3ac659daf6a18b19d47/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bf50ec58d09ea89ffaf9c07d46b99fafd0a2bf4f6d1df0512fca61bdc0a6d6a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f59c2583e7288ddd8ce2b52c621bec1979094bbbc2d3d9e83a269f5604f47bc/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/66da0bd77f07cea9f0cd353e1c1bffd8d15559da462d249154eeeb088be927f1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6fd18ed20a35fa787174fb5cf3eef76b514659aea4684e76f1a72567efde4b1f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/917802c7cee61ebc9a3c2e277381c5b1fe1e933ace1fe2d3ad33024e7786ab5a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9528c439aec2823fa0e0201193e0b1a0ef8904b9a19a3b530811f336b9712578/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a04efd0afd778857393d9bc4ea29559d00f8e68ea4dfb1bba31aa8dcee54e9/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99eca4939ff7af7f459c808b9d5fa10c3d682c68acc4ab1c97bfd36854c9b97a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a210d8202b6bf7cf5ae0673ddfa461c4f54b3db77c3ed11924af6faeec30a1d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a42a9a17554df8288020f3834cb2b66d8af43bdf47407d6d7357ad49f84e6ee1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ade3dc210eee45a373fad3193e0331ce50851877f22e46d94888938f57a53e11/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b4ef79bf0e8e901b6d24824b3763fe1adf71f76dfe27db20fcd89d38250778a1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b51c3585a71291e6a63183a813e974a63c279fefe141e49d02197b17ec05b09b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba9229ef199e5433dfc70dfd110595c322cd7465525b16e3ae10f434c96dcdc1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd348caab451776aa529709725b91f19aaccda3bcf0be76e9e804fe7bc3d3d47/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c078137243937b8bd2886eae70742ab5125a2401965c583fded8e7bbdab831b5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0fb5e42cdcb297e879c4542dcd6433917d05da60f2f3861a178c9e40af6fffa/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c5e99a229607d11737a696bf11b320aed6b94b13c8eec37d726737faf7c67d48/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c9e36c29efe2b8063f2f0bdc76e87db3aa742e24f76609055364b74f0933b5b1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbbf2aca4d5a58f5dd4b325685fb23af15675977b441bd0731229ef4f3d16799/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd835f69b1e1cee155ac56883f8312964cd477c3d8fcea8dabd8a44d5dbc34d6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d000645603c38fe903762482ca361c2fa98e7cbfdcace248611929d4ee44667e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d14bd0d1f6050308770fb0bb9db8beae35d94d48bd7179ac58e6ab653298f6dd/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d56f375c2f8c79e924dbf14715f5e41d751353f5a7d312ec0a0b8c5f7bc3cc4f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d8d3d5b0e96c13eaf8305a9f6160d522a8e14b9631f42b5fe4ad76c9a0bf07f9/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb02cdbbc8705a387b28f15608fa9751f9ffaa350ffe1374707bf9b52067351a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff4d9d13f08b61880a9e0a3320f1558e245629b77b906d40b52613a156197113/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge 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.056263511605248e+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.056263511605248e+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.21282926477312e+14 node_filesystem_size_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.5960961449984e+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="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/014064215b0a7182f91d8568c04cfeda89f6dd6a4d8109dd773f7d5608cbb6c4/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/018270a986559fb07f41be016c79547faa97c62a791f72a28dfca900a03c6cb7/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fd9bd5d2e64a26d9e362fc7b029ffe7218fbdf8aa5ece847cc947e7b6e89f37/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12ce5fd00d7dcdfc162b59b3f371218f42c0150b27afe37ed9a9d2583d17b9f3/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1ab7415ba45d78f6da3537e1b8b2c65210460e3087cca7a74502bfcdf7668a78/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1cb38604c89be1d8af44ad691e7daf2a56a49043cb4a5837f44d685742eb511d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3688eb45f0073e9f0ce399bd69811757e283c0ee6f5c9fc1e44c2cbbb66959e5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/401405169a8e8feb70db7ab61763475661571a5030e849fbd6aa2d0640d30fee/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/497423cab42a9fe7d3af90c8e5f956f3dbca9305251831c9e102e7495c9b5cdf/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4a28bdab5b797e8510cd5cdf273e5554c8478d4eee39a49e20a5f565f7377c3f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f3c590ffa89833d388f8e3f5934d340c896726e0091c7729a463060fb7aeabf/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/501a9386079ecd1870d7d0837a4c58acd795fdc6b7a6b3ac659daf6a18b19d47/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bf50ec58d09ea89ffaf9c07d46b99fafd0a2bf4f6d1df0512fca61bdc0a6d6a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f59c2583e7288ddd8ce2b52c621bec1979094bbbc2d3d9e83a269f5604f47bc/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/66da0bd77f07cea9f0cd353e1c1bffd8d15559da462d249154eeeb088be927f1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6fd18ed20a35fa787174fb5cf3eef76b514659aea4684e76f1a72567efde4b1f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/917802c7cee61ebc9a3c2e277381c5b1fe1e933ace1fe2d3ad33024e7786ab5a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9528c439aec2823fa0e0201193e0b1a0ef8904b9a19a3b530811f336b9712578/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a04efd0afd778857393d9bc4ea29559d00f8e68ea4dfb1bba31aa8dcee54e9/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99eca4939ff7af7f459c808b9d5fa10c3d682c68acc4ab1c97bfd36854c9b97a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a210d8202b6bf7cf5ae0673ddfa461c4f54b3db77c3ed11924af6faeec30a1d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a42a9a17554df8288020f3834cb2b66d8af43bdf47407d6d7357ad49f84e6ee1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ade3dc210eee45a373fad3193e0331ce50851877f22e46d94888938f57a53e11/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b4ef79bf0e8e901b6d24824b3763fe1adf71f76dfe27db20fcd89d38250778a1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b51c3585a71291e6a63183a813e974a63c279fefe141e49d02197b17ec05b09b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba9229ef199e5433dfc70dfd110595c322cd7465525b16e3ae10f434c96dcdc1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd348caab451776aa529709725b91f19aaccda3bcf0be76e9e804fe7bc3d3d47/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c078137243937b8bd2886eae70742ab5125a2401965c583fded8e7bbdab831b5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0fb5e42cdcb297e879c4542dcd6433917d05da60f2f3861a178c9e40af6fffa/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c5e99a229607d11737a696bf11b320aed6b94b13c8eec37d726737faf7c67d48/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c9e36c29efe2b8063f2f0bdc76e87db3aa742e24f76609055364b74f0933b5b1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbbf2aca4d5a58f5dd4b325685fb23af15675977b441bd0731229ef4f3d16799/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd835f69b1e1cee155ac56883f8312964cd477c3d8fcea8dabd8a44d5dbc34d6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d000645603c38fe903762482ca361c2fa98e7cbfdcace248611929d4ee44667e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d14bd0d1f6050308770fb0bb9db8beae35d94d48bd7179ac58e6ab653298f6dd/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d56f375c2f8c79e924dbf14715f5e41d751353f5a7d312ec0a0b8c5f7bc3cc4f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d8d3d5b0e96c13eaf8305a9f6160d522a8e14b9631f42b5fe4ad76c9a0bf07f9/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb02cdbbc8705a387b28f15608fa9751f9ffaa350ffe1374707bf9b52067351a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff4d9d13f08b61880a9e0a3320f1558e245629b77b906d40b52613a156197113/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.08011843584e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.38015111e+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.625 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 34.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp5"} 36 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp7"} 35 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp9"} 38.75 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"} 39.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp5"} 35.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp7"} 37.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp9"} 35.25 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 8.8679708562e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 2 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 2.45 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 2.47 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 4.3708473344e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 4.6217924608e+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.509451264e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.87309824e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 4.2050183168e+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 2.85804920832e+11 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.82029553664e+11 # 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.7002959872e+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.64834357248e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 4.84257562624e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 6.422528e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 8.46004224e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 1.04951808e+08 # 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 2.54410752e+08 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 4.64014872576e+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 4.63760461824e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 8.0003072e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.68130304e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.87149490176e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.206775808e+10 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.40059201536e+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 1.4055424e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.14966016e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.231872e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.490032128e+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 1.573289984e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.4808752128e+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.59116288e+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 244012 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 1.6635252e+07 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 1.7018314e+07 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 41111 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 195482 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 230226 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 3.682909826962e+12 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 5.35896716202e+11 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 5.1354228529744e+13 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.85173215033646e+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 18 # 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 14 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 2726 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 2.0745793e+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 414464 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 980380 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 1.2287175e+07 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 5238 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 1.005571e+06 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.1286962746e+10 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 1.701811e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.6010551376e+10 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 8.597292e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1.9328032e+07 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 21 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 5 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 329 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 21 # 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.2907918e+07 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 7 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 18984 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 1.6723172e+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="cali0b7d578e058"} 3 node_network_address_assign_type{device="cali2678c4ef320"} 3 node_network_address_assign_type{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 3 node_network_address_assign_type{device="calid921a50b354"} 3 node_network_address_assign_type{device="califb036337075"} 3 node_network_address_assign_type{device="docker0"} 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="cali0b7d578e058"} 1 node_network_carrier{device="cali2678c4ef320"} 1 node_network_carrier{device="cali2a9213fb429"} 1 node_network_carrier{device="cali2cd55df9683"} 1 node_network_carrier{device="cali3530e9b99d9"} 1 node_network_carrier{device="cali4c353e185a1"} 1 node_network_carrier{device="cali66f48b32be0"} 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="calid069af53563"} 1 node_network_carrier{device="calid921a50b354"} 1 node_network_carrier{device="califb036337075"} 1 node_network_carrier{device="docker0"} 0 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="cali0b7d578e058"} 2 node_network_carrier_changes_total{device="cali2678c4ef320"} 2 node_network_carrier_changes_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 2 node_network_carrier_changes_total{device="calid921a50b354"} 2 node_network_carrier_changes_total{device="califb036337075"} 2 node_network_carrier_changes_total{device="docker0"} 31 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="cali0b7d578e058"} 1 node_network_carrier_down_changes_total{device="cali2678c4ef320"} 1 node_network_carrier_down_changes_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 1 node_network_carrier_down_changes_total{device="calid921a50b354"} 1 node_network_carrier_down_changes_total{device="califb036337075"} 1 node_network_carrier_down_changes_total{device="docker0"} 16 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="cali0b7d578e058"} 1 node_network_carrier_up_changes_total{device="cali2678c4ef320"} 1 node_network_carrier_up_changes_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 1 node_network_carrier_up_changes_total{device="calid921a50b354"} 1 node_network_carrier_up_changes_total{device="califb036337075"} 1 node_network_carrier_up_changes_total{device="docker0"} 15 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="cali0b7d578e058"} 0 node_network_device_id{device="cali2678c4ef320"} 0 node_network_device_id{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_device_id{device="calid921a50b354"} 0 node_network_device_id{device="califb036337075"} 0 node_network_device_id{device="docker0"} 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="cali0b7d578e058"} 0 node_network_dormant{device="cali2678c4ef320"} 0 node_network_dormant{device="cali2a9213fb429"} 0 node_network_dormant{device="cali2cd55df9683"} 0 node_network_dormant{device="cali3530e9b99d9"} 0 node_network_dormant{device="cali4c353e185a1"} 0 node_network_dormant{device="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_dormant{device="calid921a50b354"} 0 node_network_dormant{device="califb036337075"} 0 node_network_dormant{device="docker0"} 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="cali0b7d578e058"} 4099 node_network_flags{device="cali2678c4ef320"} 4099 node_network_flags{device="cali2a9213fb429"} 4099 node_network_flags{device="cali2cd55df9683"} 4099 node_network_flags{device="cali3530e9b99d9"} 4099 node_network_flags{device="cali4c353e185a1"} 4099 node_network_flags{device="cali66f48b32be0"} 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="calid069af53563"} 4099 node_network_flags{device="calid921a50b354"} 4099 node_network_flags{device="califb036337075"} 4099 node_network_flags{device="docker0"} 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"} 1541 node_network_iface_id{device="cali0b7d578e058"} 1540 node_network_iface_id{device="cali2678c4ef320"} 1536 node_network_iface_id{device="cali2a9213fb429"} 14 node_network_iface_id{device="cali2cd55df9683"} 1532 node_network_iface_id{device="cali3530e9b99d9"} 1543 node_network_iface_id{device="cali4c353e185a1"} 1535 node_network_iface_id{device="cali66f48b32be0"} 1538 node_network_iface_id{device="cali843dd96c301"} 1388 node_network_iface_id{device="cali8efd473a819"} 1534 node_network_iface_id{device="cali8fe32f1cd95"} 1542 node_network_iface_id{device="calia6c7f104156"} 1514 node_network_iface_id{device="caliabdefce2e63"} 1539 node_network_iface_id{device="calib08334272e8"} 1391 node_network_iface_id{device="calib3fe3cb132e"} 1389 node_network_iface_id{device="calid069af53563"} 1537 node_network_iface_id{device="calid921a50b354"} 1530 node_network_iface_id{device="califb036337075"} 1544 node_network_iface_id{device="docker0"} 19 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="cali0b7d578e058"} 2 node_network_iface_link{device="cali2678c4ef320"} 2 node_network_iface_link{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 2 node_network_iface_link{device="calid921a50b354"} 2 node_network_iface_link{device="califb036337075"} 2 node_network_iface_link{device="docker0"} 19 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="cali0b7d578e058"} 0 node_network_iface_link_mode{device="cali2678c4ef320"} 0 node_network_iface_link_mode{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_iface_link_mode{device="calid921a50b354"} 0 node_network_iface_link_mode{device="califb036337075"} 0 node_network_iface_link_mode{device="docker0"} 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="4e:0d:6b:5b:f8:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 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="cali0b7d578e058",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="cali2a9213fb429",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="cali66f48b32be0",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="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="calid921a50b354",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="cali0b7d578e058"} 9000 node_network_mtu_bytes{device="cali2678c4ef320"} 9000 node_network_mtu_bytes{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 9000 node_network_mtu_bytes{device="calid921a50b354"} 9000 node_network_mtu_bytes{device="califb036337075"} 9000 node_network_mtu_bytes{device="docker0"} 1500 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="cali0b7d578e058"} 3 node_network_name_assign_type{device="cali2678c4ef320"} 3 node_network_name_assign_type{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 3 node_network_name_assign_type{device="calid921a50b354"} 3 node_network_name_assign_type{device="califb036337075"} 3 node_network_name_assign_type{device="docker0"} 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="cali0b7d578e058"} 0 node_network_net_dev_group{device="cali2678c4ef320"} 0 node_network_net_dev_group{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_net_dev_group{device="calid921a50b354"} 0 node_network_net_dev_group{device="califb036337075"} 0 node_network_net_dev_group{device="docker0"} 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="cali0b7d578e058"} 1 node_network_protocol_type{device="cali2678c4ef320"} 1 node_network_protocol_type{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 1 node_network_protocol_type{device="calid921a50b354"} 1 node_network_protocol_type{device="califb036337075"} 1 node_network_protocol_type{device="docker0"} 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"} 2.2432571e+07 node_network_receive_bytes_total{device="cali0b7d578e058"} 9318 node_network_receive_bytes_total{device="cali2678c4ef320"} 2.054659e+06 node_network_receive_bytes_total{device="cali2a9213fb429"} 36190 node_network_receive_bytes_total{device="cali2cd55df9683"} 2.3965767e+07 node_network_receive_bytes_total{device="cali3530e9b99d9"} 3.5728535e+07 node_network_receive_bytes_total{device="cali4c353e185a1"} 1.3970145195e+10 node_network_receive_bytes_total{device="cali66f48b32be0"} 92804 node_network_receive_bytes_total{device="cali843dd96c301"} 1.1875869e+07 node_network_receive_bytes_total{device="cali8efd473a819"} 3.3605633e+07 node_network_receive_bytes_total{device="cali8fe32f1cd95"} 2.7898152e+07 node_network_receive_bytes_total{device="calia6c7f104156"} 7.77995205e+08 node_network_receive_bytes_total{device="caliabdefce2e63"} 4.22480519e+08 node_network_receive_bytes_total{device="calib08334272e8"} 4.740206e+06 node_network_receive_bytes_total{device="calib3fe3cb132e"} 4.689145e+07 node_network_receive_bytes_total{device="calid069af53563"} 6.4615676e+07 node_network_receive_bytes_total{device="calid921a50b354"} 3430 node_network_receive_bytes_total{device="califb036337075"} 4.0922429893e+10 node_network_receive_bytes_total{device="docker0"} 420 node_network_receive_bytes_total{device="eno1"} 2.012154753e+09 node_network_receive_bytes_total{device="eno2"} 0 node_network_receive_bytes_total{device="eno33np0"} 5.4167718713395e+13 node_network_receive_bytes_total{device="eno33np0.3604"} 5.3594840043494e+13 node_network_receive_bytes_total{device="eno34np1"} 0 node_network_receive_bytes_total{device="lo"} 4.40983281829e+11 # 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="cali0b7d578e058"} 0 node_network_receive_compressed_total{device="cali2678c4ef320"} 0 node_network_receive_compressed_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_receive_compressed_total{device="calid921a50b354"} 0 node_network_receive_compressed_total{device="califb036337075"} 0 node_network_receive_compressed_total{device="docker0"} 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="cali0b7d578e058"} 0 node_network_receive_drop_total{device="cali2678c4ef320"} 0 node_network_receive_drop_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_receive_drop_total{device="calid921a50b354"} 0 node_network_receive_drop_total{device="califb036337075"} 0 node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="eno1"} 0 node_network_receive_drop_total{device="eno2"} 0 node_network_receive_drop_total{device="eno33np0"} 132873 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="cali0b7d578e058"} 0 node_network_receive_errs_total{device="cali2678c4ef320"} 0 node_network_receive_errs_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_receive_errs_total{device="calid921a50b354"} 0 node_network_receive_errs_total{device="califb036337075"} 0 node_network_receive_errs_total{device="docker0"} 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="cali0b7d578e058"} 0 node_network_receive_fifo_total{device="cali2678c4ef320"} 0 node_network_receive_fifo_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_receive_fifo_total{device="calid921a50b354"} 0 node_network_receive_fifo_total{device="califb036337075"} 0 node_network_receive_fifo_total{device="docker0"} 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="cali0b7d578e058"} 0 node_network_receive_frame_total{device="cali2678c4ef320"} 0 node_network_receive_frame_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_receive_frame_total{device="calid921a50b354"} 0 node_network_receive_frame_total{device="califb036337075"} 0 node_network_receive_frame_total{device="docker0"} 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="cali0b7d578e058"} 0 node_network_receive_multicast_total{device="cali2678c4ef320"} 0 node_network_receive_multicast_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_receive_multicast_total{device="calid921a50b354"} 0 node_network_receive_multicast_total{device="califb036337075"} 0 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="eno1"} 1.7457029e+07 node_network_receive_multicast_total{device="eno2"} 0 node_network_receive_multicast_total{device="eno33np0"} 1.407929e+06 node_network_receive_multicast_total{device="eno33np0.3604"} 798367 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="cali0b7d578e058"} 0 node_network_receive_nohandler_total{device="cali2678c4ef320"} 0 node_network_receive_nohandler_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_receive_nohandler_total{device="calid921a50b354"} 0 node_network_receive_nohandler_total{device="califb036337075"} 0 node_network_receive_nohandler_total{device="docker0"} 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"} 168796 node_network_receive_packets_total{device="cali0b7d578e058"} 58 node_network_receive_packets_total{device="cali2678c4ef320"} 26614 node_network_receive_packets_total{device="cali2a9213fb429"} 515 node_network_receive_packets_total{device="cali2cd55df9683"} 129454 node_network_receive_packets_total{device="cali3530e9b99d9"} 149643 node_network_receive_packets_total{device="cali4c353e185a1"} 6.537749e+06 node_network_receive_packets_total{device="cali66f48b32be0"} 178 node_network_receive_packets_total{device="cali843dd96c301"} 127933 node_network_receive_packets_total{device="cali8efd473a819"} 373745 node_network_receive_packets_total{device="cali8fe32f1cd95"} 199033 node_network_receive_packets_total{device="calia6c7f104156"} 716499 node_network_receive_packets_total{device="caliabdefce2e63"} 1.664792e+06 node_network_receive_packets_total{device="calib08334272e8"} 38020 node_network_receive_packets_total{device="calib3fe3cb132e"} 478766 node_network_receive_packets_total{device="calid069af53563"} 583222 node_network_receive_packets_total{device="calid921a50b354"} 47 node_network_receive_packets_total{device="califb036337075"} 1.97462198e+08 node_network_receive_packets_total{device="docker0"} 15 node_network_receive_packets_total{device="eno1"} 1.8550941e+07 node_network_receive_packets_total{device="eno2"} 0 node_network_receive_packets_total{device="eno33np0"} 1.7103312803e+10 node_network_receive_packets_total{device="eno33np0.3604"} 1.2142257895e+10 node_network_receive_packets_total{device="eno34np1"} 0 node_network_receive_packets_total{device="lo"} 3.2681032e+07 # 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="cali0b7d578e058"} 1.25e+09 node_network_speed_bytes{device="cali2678c4ef320"} 1.25e+09 node_network_speed_bytes{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 1.25e+09 node_network_speed_bytes{device="calid921a50b354"} 1.25e+09 node_network_speed_bytes{device="califb036337075"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 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"} 2.9219996e+07 node_network_transmit_bytes_total{device="cali0b7d578e058"} 1.135009e+06 node_network_transmit_bytes_total{device="cali2678c4ef320"} 8.7992337e+07 node_network_transmit_bytes_total{device="cali2a9213fb429"} 1.6702996e+07 node_network_transmit_bytes_total{device="cali2cd55df9683"} 1.58390561e+08 node_network_transmit_bytes_total{device="cali3530e9b99d9"} 1.681688e+07 node_network_transmit_bytes_total{device="cali4c353e185a1"} 6.299717646e+10 node_network_transmit_bytes_total{device="cali66f48b32be0"} 1.207028e+06 node_network_transmit_bytes_total{device="cali843dd96c301"} 5.60744732e+08 node_network_transmit_bytes_total{device="cali8efd473a819"} 2.4497829e+08 node_network_transmit_bytes_total{device="cali8fe32f1cd95"} 3.1799621e+07 node_network_transmit_bytes_total{device="calia6c7f104156"} 3.23764525e+08 node_network_transmit_bytes_total{device="caliabdefce2e63"} 9.140378431e+09 node_network_transmit_bytes_total{device="calib08334272e8"} 3.675922e+06 node_network_transmit_bytes_total{device="calib3fe3cb132e"} 7.4404848e+07 node_network_transmit_bytes_total{device="calid069af53563"} 1.267271288e+09 node_network_transmit_bytes_total{device="calid921a50b354"} 1.140592e+06 node_network_transmit_bytes_total{device="califb036337075"} 2.143710862828e+12 node_network_transmit_bytes_total{device="docker0"} 3066 node_network_transmit_bytes_total{device="eno1"} 1.6745676e+07 node_network_transmit_bytes_total{device="eno2"} 0 node_network_transmit_bytes_total{device="eno33np0"} 1.83246488760874e+14 node_network_transmit_bytes_total{device="eno33np0.3604"} 1.82021037184617e+14 node_network_transmit_bytes_total{device="eno34np1"} 0 node_network_transmit_bytes_total{device="lo"} 4.40983281829e+11 # 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="cali0b7d578e058"} 0 node_network_transmit_carrier_total{device="cali2678c4ef320"} 0 node_network_transmit_carrier_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_transmit_carrier_total{device="calid921a50b354"} 0 node_network_transmit_carrier_total{device="califb036337075"} 0 node_network_transmit_carrier_total{device="docker0"} 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="cali0b7d578e058"} 0 node_network_transmit_colls_total{device="cali2678c4ef320"} 0 node_network_transmit_colls_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_transmit_colls_total{device="calid921a50b354"} 0 node_network_transmit_colls_total{device="califb036337075"} 0 node_network_transmit_colls_total{device="docker0"} 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="cali0b7d578e058"} 0 node_network_transmit_compressed_total{device="cali2678c4ef320"} 0 node_network_transmit_compressed_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_transmit_compressed_total{device="calid921a50b354"} 0 node_network_transmit_compressed_total{device="califb036337075"} 0 node_network_transmit_compressed_total{device="docker0"} 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="cali0b7d578e058"} 0 node_network_transmit_drop_total{device="cali2678c4ef320"} 0 node_network_transmit_drop_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_transmit_drop_total{device="calid921a50b354"} 0 node_network_transmit_drop_total{device="califb036337075"} 0 node_network_transmit_drop_total{device="docker0"} 18 node_network_transmit_drop_total{device="eno1"} 2 node_network_transmit_drop_total{device="eno2"} 1264 node_network_transmit_drop_total{device="eno33np0"} 0 node_network_transmit_drop_total{device="eno33np0.3604"} 0 node_network_transmit_drop_total{device="eno34np1"} 1264 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="cali0b7d578e058"} 0 node_network_transmit_errs_total{device="cali2678c4ef320"} 0 node_network_transmit_errs_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_transmit_errs_total{device="calid921a50b354"} 0 node_network_transmit_errs_total{device="califb036337075"} 0 node_network_transmit_errs_total{device="docker0"} 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="cali0b7d578e058"} 0 node_network_transmit_fifo_total{device="cali2678c4ef320"} 0 node_network_transmit_fifo_total{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 0 node_network_transmit_fifo_total{device="calid921a50b354"} 0 node_network_transmit_fifo_total{device="califb036337075"} 0 node_network_transmit_fifo_total{device="docker0"} 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"} 192168 node_network_transmit_packets_total{device="cali0b7d578e058"} 4240 node_network_transmit_packets_total{device="cali2678c4ef320"} 34856 node_network_transmit_packets_total{device="cali2a9213fb429"} 62328 node_network_transmit_packets_total{device="cali2cd55df9683"} 123288 node_network_transmit_packets_total{device="cali3530e9b99d9"} 194375 node_network_transmit_packets_total{device="cali4c353e185a1"} 1.1292811e+07 node_network_transmit_packets_total{device="cali66f48b32be0"} 4362 node_network_transmit_packets_total{device="cali843dd96c301"} 159160 node_network_transmit_packets_total{device="cali8efd473a819"} 419134 node_network_transmit_packets_total{device="cali8fe32f1cd95"} 246068 node_network_transmit_packets_total{device="calia6c7f104156"} 714874 node_network_transmit_packets_total{device="caliabdefce2e63"} 2.223873e+06 node_network_transmit_packets_total{device="calib08334272e8"} 37977 node_network_transmit_packets_total{device="calib3fe3cb132e"} 418683 node_network_transmit_packets_total{device="calid069af53563"} 634755 node_network_transmit_packets_total{device="calid921a50b354"} 4258 node_network_transmit_packets_total{device="califb036337075"} 3.91866e+08 node_network_transmit_packets_total{device="docker0"} 21 node_network_transmit_packets_total{device="eno1"} 67882 node_network_transmit_packets_total{device="eno2"} 0 node_network_transmit_packets_total{device="eno33np0"} 2.6874457995e+10 node_network_transmit_packets_total{device="eno33np0.3604"} 9.92972622e+09 node_network_transmit_packets_total{device="eno34np1"} 0 node_network_transmit_packets_total{device="lo"} 3.2681032e+07 # 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="cali0b7d578e058"} 1000 node_network_transmit_queue_length{device="cali2678c4ef320"} 1000 node_network_transmit_queue_length{device="cali2a9213fb429"} 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="cali66f48b32be0"} 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="calid069af53563"} 1000 node_network_transmit_queue_length{device="calid921a50b354"} 1000 node_network_transmit_queue_length{device="califb036337075"} 1000 node_network_transmit_queue_length{device="docker0"} 0 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="cali0b7d578e058"} 1 node_network_up{device="cali2678c4ef320"} 1 node_network_up{device="cali2a9213fb429"} 1 node_network_up{device="cali2cd55df9683"} 1 node_network_up{device="cali3530e9b99d9"} 1 node_network_up{device="cali4c353e185a1"} 1 node_network_up{device="cali66f48b32be0"} 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="calid069af53563"} 1 node_network_up{device="calid921a50b354"} 1 node_network_up{device="califb036337075"} 1 node_network_up{device="docker0"} 0 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 7939 # 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 5802 # 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 201151 # 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 5802 # 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.04936e+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"} 7.461087e+06 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"} 1 node_nfs_requests_total{method="Close",proto="4"} 8.686288e+06 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 9298 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"} 854 node_nfs_requests_total{method="CreateSession",proto="4"} 5 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 4.129603e+06 node_nfs_requests_total{method="DestroyClientID",proto="4"} 0 node_nfs_requests_total{method="DestroySession",proto="4"} 2 node_nfs_requests_total{method="ExchangeID",proto="4"} 22 node_nfs_requests_total{method="FreeStateID",proto="4"} 5 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 40 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"} 2 node_nfs_requests_total{method="Getattr",proto="4"} 9.429063e+06 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"} 5 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 5 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"} 8.359717e+06 node_nfs_requests_total{method="LookupRoot",proto="4"} 10 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"} 10 node_nfs_requests_total{method="Open",proto="4"} 2.534023e+06 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"} 6.426424e+06 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 30 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"} 1.648423e+06 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"} 11553 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"} 1135 node_nfs_requests_total{method="ReclaimComplete",proto="4"} 3 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"} 2.28788e+06 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"} 9339 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"} 10 node_nfs_requests_total{method="Seek",proto="4"} 113355 node_nfs_requests_total{method="Sequence",proto="4"} 711 node_nfs_requests_total{method="ServerCaps",proto="4"} 70 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"} 6.659793e+06 node_nfs_requests_total{method="StatFs",proto="4"} 272014 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"} 32 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"} 3.796155e+06 # 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 6.1907047e+07 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 11690 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 6.190411e+07 # 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.6 (Sage Margay)",variant="",variant_id="",version="9.6 (Sage Margay)",version_codename="",version_id="9.6"} 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.6 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 1 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 4 # 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"} 38296.174204668 node_schedstat_running_seconds_total{cpu="1"} 69246.640124267 node_schedstat_running_seconds_total{cpu="10"} 103076.086540667 node_schedstat_running_seconds_total{cpu="11"} 111738.471561538 node_schedstat_running_seconds_total{cpu="12"} 341402.545428598 node_schedstat_running_seconds_total{cpu="13"} 94009.899654196 node_schedstat_running_seconds_total{cpu="14"} 96486.338633013 node_schedstat_running_seconds_total{cpu="15"} 352953.845119492 node_schedstat_running_seconds_total{cpu="16"} 86217.681614503 node_schedstat_running_seconds_total{cpu="17"} 98198.646120574 node_schedstat_running_seconds_total{cpu="18"} 404518.812411933 node_schedstat_running_seconds_total{cpu="19"} 97859.896298261 node_schedstat_running_seconds_total{cpu="2"} 71966.730255576 node_schedstat_running_seconds_total{cpu="20"} 107788.336421061 node_schedstat_running_seconds_total{cpu="21"} 350285.781540781 node_schedstat_running_seconds_total{cpu="22"} 88914.222231472 node_schedstat_running_seconds_total{cpu="23"} 101802.753405923 node_schedstat_running_seconds_total{cpu="24"} 217183.771973792 node_schedstat_running_seconds_total{cpu="25"} 107865.12476131 node_schedstat_running_seconds_total{cpu="26"} 95800.079625054 node_schedstat_running_seconds_total{cpu="27"} 271710.133899166 node_schedstat_running_seconds_total{cpu="28"} 84805.291662432 node_schedstat_running_seconds_total{cpu="29"} 76791.247499897 node_schedstat_running_seconds_total{cpu="3"} 465139.001507676 node_schedstat_running_seconds_total{cpu="30"} 299663.609113255 node_schedstat_running_seconds_total{cpu="31"} 96049.934447488 node_schedstat_running_seconds_total{cpu="32"} 94801.925947312 node_schedstat_running_seconds_total{cpu="33"} 304455.081447174 node_schedstat_running_seconds_total{cpu="34"} 99355.303381983 node_schedstat_running_seconds_total{cpu="35"} 96944.990843164 node_schedstat_running_seconds_total{cpu="36"} 307762.65815407 node_schedstat_running_seconds_total{cpu="37"} 98652.809197077 node_schedstat_running_seconds_total{cpu="38"} 101541.603087017 node_schedstat_running_seconds_total{cpu="39"} 309470.441875765 node_schedstat_running_seconds_total{cpu="4"} 96890.13423522 node_schedstat_running_seconds_total{cpu="40"} 100344.848691467 node_schedstat_running_seconds_total{cpu="41"} 98473.593751102 node_schedstat_running_seconds_total{cpu="42"} 313636.555934061 node_schedstat_running_seconds_total{cpu="43"} 102725.309757473 node_schedstat_running_seconds_total{cpu="44"} 97947.135777036 node_schedstat_running_seconds_total{cpu="45"} 320023.24741972 node_schedstat_running_seconds_total{cpu="46"} 108709.123020086 node_schedstat_running_seconds_total{cpu="47"} 100581.983243793 node_schedstat_running_seconds_total{cpu="48"} 354543.63391558 node_schedstat_running_seconds_total{cpu="49"} 76759.361944874 node_schedstat_running_seconds_total{cpu="5"} 119300.629976131 node_schedstat_running_seconds_total{cpu="50"} 80161.726591543 node_schedstat_running_seconds_total{cpu="51"} 257657.373949564 node_schedstat_running_seconds_total{cpu="52"} 73354.205076903 node_schedstat_running_seconds_total{cpu="53"} 103346.830035737 node_schedstat_running_seconds_total{cpu="54"} 196819.295618718 node_schedstat_running_seconds_total{cpu="55"} 80442.124210849 node_schedstat_running_seconds_total{cpu="56"} 86134.095686552 node_schedstat_running_seconds_total{cpu="57"} 199433.238492132 node_schedstat_running_seconds_total{cpu="58"} 80078.084734618 node_schedstat_running_seconds_total{cpu="59"} 96525.722727576 node_schedstat_running_seconds_total{cpu="6"} 432822.016903046 node_schedstat_running_seconds_total{cpu="60"} 317963.454112774 node_schedstat_running_seconds_total{cpu="61"} 79123.431212755 node_schedstat_running_seconds_total{cpu="62"} 91458.918373288 node_schedstat_running_seconds_total{cpu="63"} 214681.757277577 node_schedstat_running_seconds_total{cpu="64"} 87147.582208074 node_schedstat_running_seconds_total{cpu="65"} 107537.337371987 node_schedstat_running_seconds_total{cpu="66"} 183700.98784333 node_schedstat_running_seconds_total{cpu="67"} 80147.6009404 node_schedstat_running_seconds_total{cpu="68"} 127898.555108249 node_schedstat_running_seconds_total{cpu="69"} 212242.826696722 node_schedstat_running_seconds_total{cpu="7"} 108159.41923396 node_schedstat_running_seconds_total{cpu="70"} 75058.971742558 node_schedstat_running_seconds_total{cpu="71"} 107552.701251483 node_schedstat_running_seconds_total{cpu="72"} 162384.349578962 node_schedstat_running_seconds_total{cpu="73"} 88144.716763523 node_schedstat_running_seconds_total{cpu="74"} 117576.140474823 node_schedstat_running_seconds_total{cpu="75"} 221046.306585077 node_schedstat_running_seconds_total{cpu="76"} 101320.179650692 node_schedstat_running_seconds_total{cpu="77"} 245334.861485988 node_schedstat_running_seconds_total{cpu="78"} 229789.990234329 node_schedstat_running_seconds_total{cpu="79"} 91318.936535665 node_schedstat_running_seconds_total{cpu="8"} 119474.941125543 node_schedstat_running_seconds_total{cpu="80"} 145906.639067808 node_schedstat_running_seconds_total{cpu="81"} 212145.718037651 node_schedstat_running_seconds_total{cpu="82"} 89304.510333917 node_schedstat_running_seconds_total{cpu="83"} 146930.13310505 node_schedstat_running_seconds_total{cpu="84"} 199158.747375633 node_schedstat_running_seconds_total{cpu="85"} 94668.146586149 node_schedstat_running_seconds_total{cpu="86"} 139614.735886248 node_schedstat_running_seconds_total{cpu="87"} 197167.682880964 node_schedstat_running_seconds_total{cpu="88"} 89066.249806567 node_schedstat_running_seconds_total{cpu="89"} 130849.785083203 node_schedstat_running_seconds_total{cpu="9"} 426056.772575592 node_schedstat_running_seconds_total{cpu="90"} 191131.358937097 node_schedstat_running_seconds_total{cpu="91"} 89461.1155724 node_schedstat_running_seconds_total{cpu="92"} 108957.644016122 node_schedstat_running_seconds_total{cpu="93"} 116493.566530346 node_schedstat_running_seconds_total{cpu="94"} 71524.188736278 node_schedstat_running_seconds_total{cpu="95"} 179103.027771624 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 4.08815663e+08 node_schedstat_timeslices_total{cpu="1"} 5.48629711e+08 node_schedstat_timeslices_total{cpu="10"} 5.65564656e+08 node_schedstat_timeslices_total{cpu="11"} 5.59071554e+08 node_schedstat_timeslices_total{cpu="12"} 5.08719386e+08 node_schedstat_timeslices_total{cpu="13"} 5.85814063e+08 node_schedstat_timeslices_total{cpu="14"} 5.85727072e+08 node_schedstat_timeslices_total{cpu="15"} 4.90506382e+08 node_schedstat_timeslices_total{cpu="16"} 5.75702752e+08 node_schedstat_timeslices_total{cpu="17"} 5.68474485e+08 node_schedstat_timeslices_total{cpu="18"} 4.62738076e+08 node_schedstat_timeslices_total{cpu="19"} 5.42808294e+08 node_schedstat_timeslices_total{cpu="2"} 5.6211704e+08 node_schedstat_timeslices_total{cpu="20"} 5.43557325e+08 node_schedstat_timeslices_total{cpu="21"} 5.19594703e+08 node_schedstat_timeslices_total{cpu="22"} 6.30393227e+08 node_schedstat_timeslices_total{cpu="23"} 6.07204122e+08 node_schedstat_timeslices_total{cpu="24"} 5.61054723e+08 node_schedstat_timeslices_total{cpu="25"} 5.79025069e+08 node_schedstat_timeslices_total{cpu="26"} 5.56371358e+08 node_schedstat_timeslices_total{cpu="27"} 4.59028572e+08 node_schedstat_timeslices_total{cpu="28"} 5.0205092e+08 node_schedstat_timeslices_total{cpu="29"} 4.9428943e+08 node_schedstat_timeslices_total{cpu="3"} 4.31846245e+08 node_schedstat_timeslices_total{cpu="30"} 4.39950556e+08 node_schedstat_timeslices_total{cpu="31"} 4.85891514e+08 node_schedstat_timeslices_total{cpu="32"} 4.86924606e+08 node_schedstat_timeslices_total{cpu="33"} 4.35171631e+08 node_schedstat_timeslices_total{cpu="34"} 4.82692166e+08 node_schedstat_timeslices_total{cpu="35"} 4.83190349e+08 node_schedstat_timeslices_total{cpu="36"} 4.37954845e+08 node_schedstat_timeslices_total{cpu="37"} 4.81863321e+08 node_schedstat_timeslices_total{cpu="38"} 4.83445684e+08 node_schedstat_timeslices_total{cpu="39"} 4.34477373e+08 node_schedstat_timeslices_total{cpu="4"} 5.29605105e+08 node_schedstat_timeslices_total{cpu="40"} 4.80280619e+08 node_schedstat_timeslices_total{cpu="41"} 4.80055832e+08 node_schedstat_timeslices_total{cpu="42"} 4.28296152e+08 node_schedstat_timeslices_total{cpu="43"} 4.75554649e+08 node_schedstat_timeslices_total{cpu="44"} 4.74357443e+08 node_schedstat_timeslices_total{cpu="45"} 4.30971071e+08 node_schedstat_timeslices_total{cpu="46"} 4.78778331e+08 node_schedstat_timeslices_total{cpu="47"} 4.78410468e+08 node_schedstat_timeslices_total{cpu="48"} 5.35790289e+08 node_schedstat_timeslices_total{cpu="49"} 5.59565563e+08 node_schedstat_timeslices_total{cpu="5"} 5.26559525e+08 node_schedstat_timeslices_total{cpu="50"} 5.61222476e+08 node_schedstat_timeslices_total{cpu="51"} 4.72736267e+08 node_schedstat_timeslices_total{cpu="52"} 5.31724111e+08 node_schedstat_timeslices_total{cpu="53"} 5.26578717e+08 node_schedstat_timeslices_total{cpu="54"} 5.30437176e+08 node_schedstat_timeslices_total{cpu="55"} 5.80267239e+08 node_schedstat_timeslices_total{cpu="56"} 5.87585818e+08 node_schedstat_timeslices_total{cpu="57"} 5.20339276e+08 node_schedstat_timeslices_total{cpu="58"} 5.73185504e+08 node_schedstat_timeslices_total{cpu="59"} 5.60048246e+08 node_schedstat_timeslices_total{cpu="6"} 4.96898173e+08 node_schedstat_timeslices_total{cpu="60"} 5.02382311e+08 node_schedstat_timeslices_total{cpu="61"} 5.8685376e+08 node_schedstat_timeslices_total{cpu="62"} 5.88487603e+08 node_schedstat_timeslices_total{cpu="63"} 5.18154623e+08 node_schedstat_timeslices_total{cpu="64"} 5.78191783e+08 node_schedstat_timeslices_total{cpu="65"} 5.76434348e+08 node_schedstat_timeslices_total{cpu="66"} 5.13240054e+08 node_schedstat_timeslices_total{cpu="67"} 5.5607637e+08 node_schedstat_timeslices_total{cpu="68"} 5.5047818e+08 node_schedstat_timeslices_total{cpu="69"} 5.67309992e+08 node_schedstat_timeslices_total{cpu="7"} 5.78071102e+08 node_schedstat_timeslices_total{cpu="70"} 6.24257738e+08 node_schedstat_timeslices_total{cpu="71"} 6.02078328e+08 node_schedstat_timeslices_total{cpu="72"} 5.05991297e+08 node_schedstat_timeslices_total{cpu="73"} 5.25804999e+08 node_schedstat_timeslices_total{cpu="74"} 5.13559676e+08 node_schedstat_timeslices_total{cpu="75"} 4.58215523e+08 node_schedstat_timeslices_total{cpu="76"} 4.88093927e+08 node_schedstat_timeslices_total{cpu="77"} 4.74935839e+08 node_schedstat_timeslices_total{cpu="78"} 4.51536643e+08 node_schedstat_timeslices_total{cpu="79"} 4.82547258e+08 node_schedstat_timeslices_total{cpu="8"} 5.81525115e+08 node_schedstat_timeslices_total{cpu="80"} 4.71622816e+08 node_schedstat_timeslices_total{cpu="81"} 4.44241386e+08 node_schedstat_timeslices_total{cpu="82"} 4.79675074e+08 node_schedstat_timeslices_total{cpu="83"} 4.65787276e+08 node_schedstat_timeslices_total{cpu="84"} 4.53298602e+08 node_schedstat_timeslices_total{cpu="85"} 4.76083855e+08 node_schedstat_timeslices_total{cpu="86"} 4.70380039e+08 node_schedstat_timeslices_total{cpu="87"} 4.5275008e+08 node_schedstat_timeslices_total{cpu="88"} 4.77651892e+08 node_schedstat_timeslices_total{cpu="89"} 4.72087681e+08 node_schedstat_timeslices_total{cpu="9"} 4.64131497e+08 node_schedstat_timeslices_total{cpu="90"} 4.50986186e+08 node_schedstat_timeslices_total{cpu="91"} 4.75526616e+08 node_schedstat_timeslices_total{cpu="92"} 4.69610393e+08 node_schedstat_timeslices_total{cpu="93"} 4.72127846e+08 node_schedstat_timeslices_total{cpu="94"} 4.88183323e+08 node_schedstat_timeslices_total{cpu="95"} 4.62014454e+08 # 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"} 10045.264588533 node_schedstat_waiting_seconds_total{cpu="1"} 12360.619991959 node_schedstat_waiting_seconds_total{cpu="10"} 11457.000074641 node_schedstat_waiting_seconds_total{cpu="11"} 11548.091720504 node_schedstat_waiting_seconds_total{cpu="12"} 12865.800063125 node_schedstat_waiting_seconds_total{cpu="13"} 13408.501174545 node_schedstat_waiting_seconds_total{cpu="14"} 12987.342462067 node_schedstat_waiting_seconds_total{cpu="15"} 11594.640775911 node_schedstat_waiting_seconds_total{cpu="16"} 11414.581619991 node_schedstat_waiting_seconds_total{cpu="17"} 11393.74204165 node_schedstat_waiting_seconds_total{cpu="18"} 12014.001127626 node_schedstat_waiting_seconds_total{cpu="19"} 12422.169386835 node_schedstat_waiting_seconds_total{cpu="2"} 12286.015486471 node_schedstat_waiting_seconds_total{cpu="20"} 12250.645947142 node_schedstat_waiting_seconds_total{cpu="21"} 11756.639736693 node_schedstat_waiting_seconds_total{cpu="22"} 11771.588130852 node_schedstat_waiting_seconds_total{cpu="23"} 12202.077654401 node_schedstat_waiting_seconds_total{cpu="24"} 12569.618740301 node_schedstat_waiting_seconds_total{cpu="25"} 12762.750284149 node_schedstat_waiting_seconds_total{cpu="26"} 12738.690069867 node_schedstat_waiting_seconds_total{cpu="27"} 12469.469143375 node_schedstat_waiting_seconds_total{cpu="28"} 12565.348827928 node_schedstat_waiting_seconds_total{cpu="29"} 12316.115328798 node_schedstat_waiting_seconds_total{cpu="3"} 10921.153177192 node_schedstat_waiting_seconds_total{cpu="30"} 12032.350362456 node_schedstat_waiting_seconds_total{cpu="31"} 12109.990711727 node_schedstat_waiting_seconds_total{cpu="32"} 12223.327169977 node_schedstat_waiting_seconds_total{cpu="33"} 12007.411548701 node_schedstat_waiting_seconds_total{cpu="34"} 12355.308510148 node_schedstat_waiting_seconds_total{cpu="35"} 12302.205626445 node_schedstat_waiting_seconds_total{cpu="36"} 12317.487138362 node_schedstat_waiting_seconds_total{cpu="37"} 12688.285952066 node_schedstat_waiting_seconds_total{cpu="38"} 12608.226142423 node_schedstat_waiting_seconds_total{cpu="39"} 12179.851598288 node_schedstat_waiting_seconds_total{cpu="4"} 11818.7065636 node_schedstat_waiting_seconds_total{cpu="40"} 12510.317830423 node_schedstat_waiting_seconds_total{cpu="41"} 12535.396270449 node_schedstat_waiting_seconds_total{cpu="42"} 11639.408383635 node_schedstat_waiting_seconds_total{cpu="43"} 12025.392223455 node_schedstat_waiting_seconds_total{cpu="44"} 11976.164019045 node_schedstat_waiting_seconds_total{cpu="45"} 12647.806209759 node_schedstat_waiting_seconds_total{cpu="46"} 12569.947201506 node_schedstat_waiting_seconds_total{cpu="47"} 12852.535153623 node_schedstat_waiting_seconds_total{cpu="48"} 11649.74860018 node_schedstat_waiting_seconds_total{cpu="49"} 12169.37847786 node_schedstat_waiting_seconds_total{cpu="5"} 11651.636841758 node_schedstat_waiting_seconds_total{cpu="50"} 12113.589248314 node_schedstat_waiting_seconds_total{cpu="51"} 11115.609021248 node_schedstat_waiting_seconds_total{cpu="52"} 11523.584625365 node_schedstat_waiting_seconds_total{cpu="53"} 11454.712201394 node_schedstat_waiting_seconds_total{cpu="54"} 11145.985326877 node_schedstat_waiting_seconds_total{cpu="55"} 11406.420267457 node_schedstat_waiting_seconds_total{cpu="56"} 11339.293024087 node_schedstat_waiting_seconds_total{cpu="57"} 11149.481613133 node_schedstat_waiting_seconds_total{cpu="58"} 11465.677335292 node_schedstat_waiting_seconds_total{cpu="59"} 11298.054528349 node_schedstat_waiting_seconds_total{cpu="6"} 10965.887996831 node_schedstat_waiting_seconds_total{cpu="60"} 12776.903856417 node_schedstat_waiting_seconds_total{cpu="61"} 13158.909177587 node_schedstat_waiting_seconds_total{cpu="62"} 12373.543178974 node_schedstat_waiting_seconds_total{cpu="63"} 11650.867694775 node_schedstat_waiting_seconds_total{cpu="64"} 11716.755386329 node_schedstat_waiting_seconds_total{cpu="65"} 11733.468091464 node_schedstat_waiting_seconds_total{cpu="66"} 12127.681669439 node_schedstat_waiting_seconds_total{cpu="67"} 12257.527314294 node_schedstat_waiting_seconds_total{cpu="68"} 12154.840590142 node_schedstat_waiting_seconds_total{cpu="69"} 11321.271796927 node_schedstat_waiting_seconds_total{cpu="7"} 11846.018119162 node_schedstat_waiting_seconds_total{cpu="70"} 12201.680892632 node_schedstat_waiting_seconds_total{cpu="71"} 12313.454380856 node_schedstat_waiting_seconds_total{cpu="72"} 11953.534783937 node_schedstat_waiting_seconds_total{cpu="73"} 12480.058369283 node_schedstat_waiting_seconds_total{cpu="74"} 12511.368185928 node_schedstat_waiting_seconds_total{cpu="75"} 12305.428329489 node_schedstat_waiting_seconds_total{cpu="76"} 12473.736651149 node_schedstat_waiting_seconds_total{cpu="77"} 11961.970193276 node_schedstat_waiting_seconds_total{cpu="78"} 11819.294225464 node_schedstat_waiting_seconds_total{cpu="79"} 12127.031483587 node_schedstat_waiting_seconds_total{cpu="8"} 11666.729744485 node_schedstat_waiting_seconds_total{cpu="80"} 12197.785230345 node_schedstat_waiting_seconds_total{cpu="81"} 12209.505822193 node_schedstat_waiting_seconds_total{cpu="82"} 12322.401529511 node_schedstat_waiting_seconds_total{cpu="83"} 12104.946970479 node_schedstat_waiting_seconds_total{cpu="84"} 12440.634859356 node_schedstat_waiting_seconds_total{cpu="85"} 12526.150693505 node_schedstat_waiting_seconds_total{cpu="86"} 12510.941696581 node_schedstat_waiting_seconds_total{cpu="87"} 12258.517866752 node_schedstat_waiting_seconds_total{cpu="88"} 12478.54473272 node_schedstat_waiting_seconds_total{cpu="89"} 12513.349798555 node_schedstat_waiting_seconds_total{cpu="9"} 11145.818067599 node_schedstat_waiting_seconds_total{cpu="90"} 11721.76815138 node_schedstat_waiting_seconds_total{cpu="91"} 11929.461911625 node_schedstat_waiting_seconds_total{cpu="92"} 11947.207792692 node_schedstat_waiting_seconds_total{cpu="93"} 12812.738476089 node_schedstat_waiting_seconds_total{cpu="94"} 12672.139825656 node_schedstat_waiting_seconds_total{cpu="95"} 12479.887949406 # 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.004185002 node_scrape_collector_duration_seconds{collector="bcache"} 2.3835e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.6731e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.002741003 node_scrape_collector_duration_seconds{collector="conntrack"} 0.074713294 node_scrape_collector_duration_seconds{collector="cpu"} 0.08076537 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.073632276 node_scrape_collector_duration_seconds{collector="diskstats"} 0.118756523 node_scrape_collector_duration_seconds{collector="dmi"} 0.065282981 node_scrape_collector_duration_seconds{collector="edac"} 0.078304212 node_scrape_collector_duration_seconds{collector="entropy"} 0.085814464 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.7673e-05 node_scrape_collector_duration_seconds{collector="filefd"} 4.1739e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.101187087 node_scrape_collector_duration_seconds{collector="hwmon"} 0.073286116 node_scrape_collector_duration_seconds{collector="infiniband"} 9.709e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 1.4277e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.090354512 node_scrape_collector_duration_seconds{collector="mdadm"} 4.7289e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.085917627 node_scrape_collector_duration_seconds{collector="netclass"} 0.088036894 node_scrape_collector_duration_seconds{collector="netdev"} 0.066797433 node_scrape_collector_duration_seconds{collector="netstat"} 0.089144742 node_scrape_collector_duration_seconds{collector="nfs"} 0.083133934 node_scrape_collector_duration_seconds{collector="nfsd"} 2.7141e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.07825512 node_scrape_collector_duration_seconds{collector="os"} 0.07031975 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.9315e-05 node_scrape_collector_duration_seconds{collector="pressure"} 4.8241e-05 node_scrape_collector_duration_seconds{collector="rapl"} 0.000274214 node_scrape_collector_duration_seconds{collector="schedstat"} 0.085845692 node_scrape_collector_duration_seconds{collector="selinux"} 0.065417383 node_scrape_collector_duration_seconds{collector="sockstat"} 0.088933846 node_scrape_collector_duration_seconds{collector="softnet"} 0.065461355 node_scrape_collector_duration_seconds{collector="stat"} 0.090327962 node_scrape_collector_duration_seconds{collector="tapestats"} 1.08e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.07424731 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.006396902 node_scrape_collector_duration_seconds{collector="time"} 9.1031e-05 node_scrape_collector_duration_seconds{collector="timex"} 0.090348931 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.07497227 node_scrape_collector_duration_seconds{collector="uname"} 0.065233097 node_scrape_collector_duration_seconds{collector="vmstat"} 0.078237838 node_scrape_collector_duration_seconds{collector="watchdog"} 0.089135645 node_scrape_collector_duration_seconds{collector="xfs"} 1.5709e-05 node_scrape_collector_duration_seconds{collector="zfs"} 5.354e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 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 154 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 5482 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 5227 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # 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 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 7 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 85 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 5 # 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 7 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 9199 # 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 3.7679104e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 5839 # 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.304132e+06 node_softnet_processed_total{cpu="1"} 5.683945e+06 node_softnet_processed_total{cpu="10"} 1.303195245e+09 node_softnet_processed_total{cpu="11"} 7.344247e+06 node_softnet_processed_total{cpu="12"} 8.3589826e+08 node_softnet_processed_total{cpu="13"} 6.022823e+08 node_softnet_processed_total{cpu="14"} 1.618234007e+09 node_softnet_processed_total{cpu="15"} 8.4787215e+07 node_softnet_processed_total{cpu="16"} 9.40134269e+08 node_softnet_processed_total{cpu="17"} 4.4874539e+08 node_softnet_processed_total{cpu="18"} 7.212238e+06 node_softnet_processed_total{cpu="19"} 2.14203265e+08 node_softnet_processed_total{cpu="2"} 9.33952e+06 node_softnet_processed_total{cpu="20"} 7.74231933e+08 node_softnet_processed_total{cpu="21"} 1.0104054e+07 node_softnet_processed_total{cpu="22"} 4.86759315e+08 node_softnet_processed_total{cpu="23"} 7.141897e+06 node_softnet_processed_total{cpu="24"} 6.690524e+06 node_softnet_processed_total{cpu="25"} 4.512184e+06 node_softnet_processed_total{cpu="26"} 3.064865e+06 node_softnet_processed_total{cpu="27"} 3.380707e+06 node_softnet_processed_total{cpu="28"} 2.806177e+06 node_softnet_processed_total{cpu="29"} 2.189211e+06 node_softnet_processed_total{cpu="3"} 8.43876946e+08 node_softnet_processed_total{cpu="30"} 3.053209e+06 node_softnet_processed_total{cpu="31"} 2.564464e+06 node_softnet_processed_total{cpu="32"} 2.024328e+06 node_softnet_processed_total{cpu="33"} 2.761808e+06 node_softnet_processed_total{cpu="34"} 2.411522e+06 node_softnet_processed_total{cpu="35"} 1.939097e+06 node_softnet_processed_total{cpu="36"} 2.761757e+06 node_softnet_processed_total{cpu="37"} 2.387336e+06 node_softnet_processed_total{cpu="38"} 1.891416e+06 node_softnet_processed_total{cpu="39"} 2.828764e+06 node_softnet_processed_total{cpu="4"} 1.64093875e+08 node_softnet_processed_total{cpu="40"} 2.371096e+06 node_softnet_processed_total{cpu="41"} 1.930648e+06 node_softnet_processed_total{cpu="42"} 2.703777e+06 node_softnet_processed_total{cpu="43"} 2.300368e+06 node_softnet_processed_total{cpu="44"} 1.842333e+06 node_softnet_processed_total{cpu="45"} 2.535025e+06 node_softnet_processed_total{cpu="46"} 2.187225e+06 node_softnet_processed_total{cpu="47"} 1.823692e+06 node_softnet_processed_total{cpu="48"} 5.024628e+06 node_softnet_processed_total{cpu="49"} 6.441747e+06 node_softnet_processed_total{cpu="5"} 6.649543e+06 node_softnet_processed_total{cpu="50"} 1.446066049e+09 node_softnet_processed_total{cpu="51"} 6.9380004e+07 node_softnet_processed_total{cpu="52"} 1.37066594e+08 node_softnet_processed_total{cpu="53"} 3.89889201e+08 node_softnet_processed_total{cpu="54"} 1.0300206e+07 node_softnet_processed_total{cpu="55"} 4.97243424e+08 node_softnet_processed_total{cpu="56"} 1.704519937e+09 node_softnet_processed_total{cpu="57"} 9.69847096e+08 node_softnet_processed_total{cpu="58"} 7.40984664e+08 node_softnet_processed_total{cpu="59"} 6.62082289e+08 node_softnet_processed_total{cpu="6"} 1.819823922e+09 node_softnet_processed_total{cpu="60"} 5.824992e+06 node_softnet_processed_total{cpu="61"} 2.13155791e+08 node_softnet_processed_total{cpu="62"} 5.60167219e+08 node_softnet_processed_total{cpu="63"} 4.570902e+06 node_softnet_processed_total{cpu="64"} 1.66055246e+09 node_softnet_processed_total{cpu="65"} 1.017430514e+09 node_softnet_processed_total{cpu="66"} 8.55644618e+08 node_softnet_processed_total{cpu="67"} 3.802846e+06 node_softnet_processed_total{cpu="68"} 4.64272049e+08 node_softnet_processed_total{cpu="69"} 6.4413e+06 node_softnet_processed_total{cpu="7"} 9.26905356e+08 node_softnet_processed_total{cpu="70"} 2.527620296e+09 node_softnet_processed_total{cpu="71"} 2.06939007e+08 node_softnet_processed_total{cpu="72"} 3.173838e+06 node_softnet_processed_total{cpu="73"} 2.529982e+06 node_softnet_processed_total{cpu="74"} 2.067029e+06 node_softnet_processed_total{cpu="75"} 1.919766e+06 node_softnet_processed_total{cpu="76"} 4.269723e+06 node_softnet_processed_total{cpu="77"} 1.685597e+06 node_softnet_processed_total{cpu="78"} 2.068142e+06 node_softnet_processed_total{cpu="79"} 1.748505e+06 node_softnet_processed_total{cpu="8"} 6.442667e+06 node_softnet_processed_total{cpu="80"} 1.630382e+06 node_softnet_processed_total{cpu="81"} 1.841692e+06 node_softnet_processed_total{cpu="82"} 1.800146e+06 node_softnet_processed_total{cpu="83"} 1.608268e+06 node_softnet_processed_total{cpu="84"} 1.789195e+06 node_softnet_processed_total{cpu="85"} 1.872155e+06 node_softnet_processed_total{cpu="86"} 1.674095e+06 node_softnet_processed_total{cpu="87"} 1.813115e+06 node_softnet_processed_total{cpu="88"} 1.91839e+06 node_softnet_processed_total{cpu="89"} 1.616213e+06 node_softnet_processed_total{cpu="9"} 9.056077e+06 node_softnet_processed_total{cpu="90"} 1.840003e+06 node_softnet_processed_total{cpu="91"} 1.769219e+06 node_softnet_processed_total{cpu="92"} 1.623638e+06 node_softnet_processed_total{cpu="93"} 1.815173e+06 node_softnet_processed_total{cpu="94"} 1.680424e+06 node_softnet_processed_total{cpu="95"} 1.570844e+06 # 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"} 438 node_softnet_times_squeezed_total{cpu="11"} 0 node_softnet_times_squeezed_total{cpu="12"} 484 node_softnet_times_squeezed_total{cpu="13"} 285 node_softnet_times_squeezed_total{cpu="14"} 490 node_softnet_times_squeezed_total{cpu="15"} 5 node_softnet_times_squeezed_total{cpu="16"} 12740 node_softnet_times_squeezed_total{cpu="17"} 7403 node_softnet_times_squeezed_total{cpu="18"} 3 node_softnet_times_squeezed_total{cpu="19"} 42 node_softnet_times_squeezed_total{cpu="2"} 3 node_softnet_times_squeezed_total{cpu="20"} 197 node_softnet_times_squeezed_total{cpu="21"} 1 node_softnet_times_squeezed_total{cpu="22"} 9016 node_softnet_times_squeezed_total{cpu="23"} 6 node_softnet_times_squeezed_total{cpu="24"} 0 node_softnet_times_squeezed_total{cpu="25"} 3 node_softnet_times_squeezed_total{cpu="26"} 0 node_softnet_times_squeezed_total{cpu="27"} 0 node_softnet_times_squeezed_total{cpu="28"} 0 node_softnet_times_squeezed_total{cpu="29"} 0 node_softnet_times_squeezed_total{cpu="3"} 10524 node_softnet_times_squeezed_total{cpu="30"} 0 node_softnet_times_squeezed_total{cpu="31"} 0 node_softnet_times_squeezed_total{cpu="32"} 0 node_softnet_times_squeezed_total{cpu="33"} 0 node_softnet_times_squeezed_total{cpu="34"} 0 node_softnet_times_squeezed_total{cpu="35"} 0 node_softnet_times_squeezed_total{cpu="36"} 0 node_softnet_times_squeezed_total{cpu="37"} 0 node_softnet_times_squeezed_total{cpu="38"} 0 node_softnet_times_squeezed_total{cpu="39"} 0 node_softnet_times_squeezed_total{cpu="4"} 10 node_softnet_times_squeezed_total{cpu="40"} 0 node_softnet_times_squeezed_total{cpu="41"} 0 node_softnet_times_squeezed_total{cpu="42"} 0 node_softnet_times_squeezed_total{cpu="43"} 0 node_softnet_times_squeezed_total{cpu="44"} 0 node_softnet_times_squeezed_total{cpu="45"} 0 node_softnet_times_squeezed_total{cpu="46"} 0 node_softnet_times_squeezed_total{cpu="47"} 0 node_softnet_times_squeezed_total{cpu="48"} 1 node_softnet_times_squeezed_total{cpu="49"} 6 node_softnet_times_squeezed_total{cpu="5"} 1 node_softnet_times_squeezed_total{cpu="50"} 605 node_softnet_times_squeezed_total{cpu="51"} 52 node_softnet_times_squeezed_total{cpu="52"} 18 node_softnet_times_squeezed_total{cpu="53"} 184 node_softnet_times_squeezed_total{cpu="54"} 5 node_softnet_times_squeezed_total{cpu="55"} 9776 node_softnet_times_squeezed_total{cpu="56"} 8001 node_softnet_times_squeezed_total{cpu="57"} 529 node_softnet_times_squeezed_total{cpu="58"} 82 node_softnet_times_squeezed_total{cpu="59"} 87 node_softnet_times_squeezed_total{cpu="6"} 11977 node_softnet_times_squeezed_total{cpu="60"} 2 node_softnet_times_squeezed_total{cpu="61"} 62 node_softnet_times_squeezed_total{cpu="62"} 10882 node_softnet_times_squeezed_total{cpu="63"} 0 node_softnet_times_squeezed_total{cpu="64"} 816 node_softnet_times_squeezed_total{cpu="65"} 252 node_softnet_times_squeezed_total{cpu="66"} 271 node_softnet_times_squeezed_total{cpu="67"} 1 node_softnet_times_squeezed_total{cpu="68"} 320 node_softnet_times_squeezed_total{cpu="69"} 7 node_softnet_times_squeezed_total{cpu="7"} 194 node_softnet_times_squeezed_total{cpu="70"} 821 node_softnet_times_squeezed_total{cpu="71"} 18 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"} 0 node_softnet_times_squeezed_total{cpu="78"} 0 node_softnet_times_squeezed_total{cpu="79"} 0 node_softnet_times_squeezed_total{cpu="8"} 1 node_softnet_times_squeezed_total{cpu="80"} 0 node_softnet_times_squeezed_total{cpu="81"} 0 node_softnet_times_squeezed_total{cpu="82"} 0 node_softnet_times_squeezed_total{cpu="83"} 0 node_softnet_times_squeezed_total{cpu="84"} 0 node_softnet_times_squeezed_total{cpu="85"} 0 node_softnet_times_squeezed_total{cpu="86"} 0 node_softnet_times_squeezed_total{cpu="87"} 0 node_softnet_times_squeezed_total{cpu="88"} 0 node_softnet_times_squeezed_total{cpu="89"} 0 node_softnet_times_squeezed_total{cpu="9"} 0 node_softnet_times_squeezed_total{cpu="90"} 0 node_softnet_times_squeezed_total{cpu="91"} 0 node_softnet_times_squeezed_total{cpu="92"} 0 node_softnet_times_squeezed_total{cpu="93"} 0 node_softnet_times_squeezed_total{cpu="94"} 1 node_softnet_times_squeezed_total{cpu="95"} 0 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="tsc",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="tsc",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7581809239316337e+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 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.0000005868377686 # 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.211925 # 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.35.1.el9_6.x86_64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Thu Aug 21 06:22:32 EDT 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 1972 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.33575524565e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 2.7567861e+07 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 5.65797212304e+11 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 3.8732543331e+10 # 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 process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 886.6 # 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 5.1354220081991e+13 # 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 1.85173214984131e+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 1.5654912e+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.75801507803e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273151488e+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"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 5455 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0