# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 8.886e-06 go_gc_duration_seconds{quantile="0.25"} 1.3896e-05 go_gc_duration_seconds{quantile="0.5"} 2.0859e-05 go_gc_duration_seconds{quantile="0.75"} 3.4064e-05 go_gc_duration_seconds{quantile="1"} 6.5332e-05 go_gc_duration_seconds_sum 68.692964417 go_gc_duration_seconds_count 3.141809e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 5.243072e+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.096261691108e+13 # 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.581016e+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.0053216432e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.598816e+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 5.243072e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.57696e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 7.217152e+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 61446 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 1.118208e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 2.2986752e+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.774509398320359e+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.0053277878e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 124800 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 126400 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 261120 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 1.0739752e+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 877968 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 2.162688e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 2.162688e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 3.259316e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 39 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cali017fc4b686d"} 1 node_arp_entries{device="cali2678c4ef320"} 1 node_arp_entries{device="cali3511b44051d"} 1 node_arp_entries{device="cali5b2ef80150f"} 1 node_arp_entries{device="cali6aec62202ac"} 1 node_arp_entries{device="cali843dd96c301"} 1 node_arp_entries{device="cali8efd473a819"} 1 node_arp_entries{device="cali8fe32f1cd95"} 1 node_arp_entries{device="caliabdefce2e63"} 1 node_arp_entries{device="calib08334272e8"} 1 node_arp_entries{device="calib3fe3cb132e"} 1 node_arp_entries{device="calic15afb4824d"} 1 node_arp_entries{device="calid069af53563"} 1 node_arp_entries{device="calid6c0928d92d"} 1 node_arp_entries{device="eno33np0.3604"} 143 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.758819545e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 6.30981957779e+11 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="32",type="Processor"} 0 node_cooling_device_cur_state{name="33",type="Processor"} 0 node_cooling_device_cur_state{name="34",type="Processor"} 0 node_cooling_device_cur_state{name="35",type="Processor"} 0 node_cooling_device_cur_state{name="36",type="Processor"} 0 node_cooling_device_cur_state{name="37",type="Processor"} 0 node_cooling_device_cur_state{name="38",type="Processor"} 0 node_cooling_device_cur_state{name="39",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="40",type="Processor"} 0 node_cooling_device_cur_state{name="41",type="Processor"} 0 node_cooling_device_cur_state{name="42",type="Processor"} 0 node_cooling_device_cur_state{name="43",type="Processor"} 0 node_cooling_device_cur_state{name="44",type="Processor"} 0 node_cooling_device_cur_state{name="45",type="Processor"} 0 node_cooling_device_cur_state{name="46",type="Processor"} 0 node_cooling_device_cur_state{name="47",type="Processor"} 0 node_cooling_device_cur_state{name="48",type="Processor"} 0 node_cooling_device_cur_state{name="49",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="50",type="Processor"} 0 node_cooling_device_cur_state{name="51",type="Processor"} 0 node_cooling_device_cur_state{name="52",type="Processor"} 0 node_cooling_device_cur_state{name="53",type="Processor"} 0 node_cooling_device_cur_state{name="54",type="Processor"} 0 node_cooling_device_cur_state{name="55",type="Processor"} 0 node_cooling_device_cur_state{name="56",type="Processor"} 0 node_cooling_device_cur_state{name="57",type="Processor"} 0 node_cooling_device_cur_state{name="58",type="Processor"} 0 node_cooling_device_cur_state{name="59",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="60",type="Processor"} 0 node_cooling_device_cur_state{name="61",type="Processor"} 0 node_cooling_device_cur_state{name="62",type="Processor"} 0 node_cooling_device_cur_state{name="63",type="Processor"} 0 node_cooling_device_cur_state{name="64",type="Processor"} 0 node_cooling_device_cur_state{name="65",type="Processor"} 0 node_cooling_device_cur_state{name="66",type="Processor"} 0 node_cooling_device_cur_state{name="67",type="Processor"} 0 node_cooling_device_cur_state{name="68",type="Processor"} 0 node_cooling_device_cur_state{name="69",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="70",type="Processor"} 0 node_cooling_device_cur_state{name="71",type="Processor"} 0 node_cooling_device_cur_state{name="72",type="Processor"} 0 node_cooling_device_cur_state{name="73",type="Processor"} 0 node_cooling_device_cur_state{name="74",type="Processor"} 0 node_cooling_device_cur_state{name="75",type="Processor"} 0 node_cooling_device_cur_state{name="76",type="Processor"} 0 node_cooling_device_cur_state{name="77",type="Processor"} 0 node_cooling_device_cur_state{name="78",type="Processor"} 0 node_cooling_device_cur_state{name="79",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="80",type="Processor"} 0 node_cooling_device_cur_state{name="81",type="Processor"} 0 node_cooling_device_cur_state{name="82",type="Processor"} 0 node_cooling_device_cur_state{name="83",type="Processor"} 0 node_cooling_device_cur_state{name="84",type="Processor"} 0 node_cooling_device_cur_state{name="85",type="Processor"} 0 node_cooling_device_cur_state{name="86",type="Processor"} 0 node_cooling_device_cur_state{name="87",type="Processor"} 0 node_cooling_device_cur_state{name="88",type="Processor"} 0 node_cooling_device_cur_state{name="89",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 node_cooling_device_cur_state{name="90",type="Processor"} 0 node_cooling_device_cur_state{name="91",type="Processor"} 0 node_cooling_device_cur_state{name="92",type="Processor"} 0 node_cooling_device_cur_state{name="93",type="Processor"} 0 node_cooling_device_cur_state{name="94",type="Processor"} 0 node_cooling_device_cur_state{name="95",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 3 node_cooling_device_max_state{name="1",type="Processor"} 3 node_cooling_device_max_state{name="10",type="Processor"} 3 node_cooling_device_max_state{name="11",type="Processor"} 3 node_cooling_device_max_state{name="12",type="Processor"} 3 node_cooling_device_max_state{name="13",type="Processor"} 3 node_cooling_device_max_state{name="14",type="Processor"} 3 node_cooling_device_max_state{name="15",type="Processor"} 3 node_cooling_device_max_state{name="16",type="Processor"} 3 node_cooling_device_max_state{name="17",type="Processor"} 3 node_cooling_device_max_state{name="18",type="Processor"} 3 node_cooling_device_max_state{name="19",type="Processor"} 3 node_cooling_device_max_state{name="2",type="Processor"} 3 node_cooling_device_max_state{name="20",type="Processor"} 3 node_cooling_device_max_state{name="21",type="Processor"} 3 node_cooling_device_max_state{name="22",type="Processor"} 3 node_cooling_device_max_state{name="23",type="Processor"} 3 node_cooling_device_max_state{name="24",type="Processor"} 3 node_cooling_device_max_state{name="25",type="Processor"} 3 node_cooling_device_max_state{name="26",type="Processor"} 3 node_cooling_device_max_state{name="27",type="Processor"} 3 node_cooling_device_max_state{name="28",type="Processor"} 3 node_cooling_device_max_state{name="29",type="Processor"} 3 node_cooling_device_max_state{name="3",type="Processor"} 3 node_cooling_device_max_state{name="30",type="Processor"} 3 node_cooling_device_max_state{name="31",type="Processor"} 3 node_cooling_device_max_state{name="32",type="Processor"} 3 node_cooling_device_max_state{name="33",type="Processor"} 3 node_cooling_device_max_state{name="34",type="Processor"} 3 node_cooling_device_max_state{name="35",type="Processor"} 3 node_cooling_device_max_state{name="36",type="Processor"} 3 node_cooling_device_max_state{name="37",type="Processor"} 3 node_cooling_device_max_state{name="38",type="Processor"} 3 node_cooling_device_max_state{name="39",type="Processor"} 3 node_cooling_device_max_state{name="4",type="Processor"} 3 node_cooling_device_max_state{name="40",type="Processor"} 3 node_cooling_device_max_state{name="41",type="Processor"} 3 node_cooling_device_max_state{name="42",type="Processor"} 3 node_cooling_device_max_state{name="43",type="Processor"} 3 node_cooling_device_max_state{name="44",type="Processor"} 3 node_cooling_device_max_state{name="45",type="Processor"} 3 node_cooling_device_max_state{name="46",type="Processor"} 3 node_cooling_device_max_state{name="47",type="Processor"} 3 node_cooling_device_max_state{name="48",type="Processor"} 3 node_cooling_device_max_state{name="49",type="Processor"} 3 node_cooling_device_max_state{name="5",type="Processor"} 3 node_cooling_device_max_state{name="50",type="Processor"} 3 node_cooling_device_max_state{name="51",type="Processor"} 3 node_cooling_device_max_state{name="52",type="Processor"} 3 node_cooling_device_max_state{name="53",type="Processor"} 3 node_cooling_device_max_state{name="54",type="Processor"} 3 node_cooling_device_max_state{name="55",type="Processor"} 3 node_cooling_device_max_state{name="56",type="Processor"} 3 node_cooling_device_max_state{name="57",type="Processor"} 3 node_cooling_device_max_state{name="58",type="Processor"} 3 node_cooling_device_max_state{name="59",type="Processor"} 3 node_cooling_device_max_state{name="6",type="Processor"} 3 node_cooling_device_max_state{name="60",type="Processor"} 3 node_cooling_device_max_state{name="61",type="Processor"} 3 node_cooling_device_max_state{name="62",type="Processor"} 3 node_cooling_device_max_state{name="63",type="Processor"} 3 node_cooling_device_max_state{name="64",type="Processor"} 3 node_cooling_device_max_state{name="65",type="Processor"} 3 node_cooling_device_max_state{name="66",type="Processor"} 3 node_cooling_device_max_state{name="67",type="Processor"} 3 node_cooling_device_max_state{name="68",type="Processor"} 3 node_cooling_device_max_state{name="69",type="Processor"} 3 node_cooling_device_max_state{name="7",type="Processor"} 3 node_cooling_device_max_state{name="70",type="Processor"} 3 node_cooling_device_max_state{name="71",type="Processor"} 3 node_cooling_device_max_state{name="72",type="Processor"} 3 node_cooling_device_max_state{name="73",type="Processor"} 3 node_cooling_device_max_state{name="74",type="Processor"} 3 node_cooling_device_max_state{name="75",type="Processor"} 3 node_cooling_device_max_state{name="76",type="Processor"} 3 node_cooling_device_max_state{name="77",type="Processor"} 3 node_cooling_device_max_state{name="78",type="Processor"} 3 node_cooling_device_max_state{name="79",type="Processor"} 3 node_cooling_device_max_state{name="8",type="Processor"} 3 node_cooling_device_max_state{name="80",type="Processor"} 3 node_cooling_device_max_state{name="81",type="Processor"} 3 node_cooling_device_max_state{name="82",type="Processor"} 3 node_cooling_device_max_state{name="83",type="Processor"} 3 node_cooling_device_max_state{name="84",type="Processor"} 3 node_cooling_device_max_state{name="85",type="Processor"} 3 node_cooling_device_max_state{name="86",type="Processor"} 3 node_cooling_device_max_state{name="87",type="Processor"} 3 node_cooling_device_max_state{name="88",type="Processor"} 3 node_cooling_device_max_state{name="89",type="Processor"} 3 node_cooling_device_max_state{name="9",type="Processor"} 3 node_cooling_device_max_state{name="90",type="Processor"} 3 node_cooling_device_max_state{name="91",type="Processor"} 3 node_cooling_device_max_state{name="92",type="Processor"} 3 node_cooling_device_max_state{name="93",type="Processor"} 3 node_cooling_device_max_state{name="94",type="Processor"} 3 node_cooling_device_max_state{name="95",type="Processor"} 3 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="1"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="10"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="11"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="12"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="13"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="14"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="15"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="16"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="17"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="18"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="19"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="2"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="20"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="21"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="22"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="23"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="24"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="25"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="26"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="27"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="28"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="29"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="3"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="30"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="31"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="32"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="33"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="34"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="35"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="36"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="37"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="38"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="39"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="4"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="40"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="41"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="42"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="43"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="44"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="45"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="46"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="47"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="48"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="49"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="5"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="50"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="51"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="52"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="53"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="54"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="55"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="56"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="57"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="58"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="59"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="6"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="60"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="61"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="62"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="63"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="64"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="65"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="66"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="67"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="68"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="69"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="7"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="70"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="71"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="72"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="73"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="74"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="75"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="76"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="77"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="78"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="79"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="8"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="80"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="81"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="82"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="83"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="84"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="85"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="86"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="87"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="88"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="89"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="9"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="90"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="91"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="92"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="93"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="94"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="95"} 2.8e+09 # HELP node_cpu_frequency_min_hertz Minimum CPU thread frequency in hertz. # TYPE node_cpu_frequency_min_hertz gauge node_cpu_frequency_min_hertz{cpu="0"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="1"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="10"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="11"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="12"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="13"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="14"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="15"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="16"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="17"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="18"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="19"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="2"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="20"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="21"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="22"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="23"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="24"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="25"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="26"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="27"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="28"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="29"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="3"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="30"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="31"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="32"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="33"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="34"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="35"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="36"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="37"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="38"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="39"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="4"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="40"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="41"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="42"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="43"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="44"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="45"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="46"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="47"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="48"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="49"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="5"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="50"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="51"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="52"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="53"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="54"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="55"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="56"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="57"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="58"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="59"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="6"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="60"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="61"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="62"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="63"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="64"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="65"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="66"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="67"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="68"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="69"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="7"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="70"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="71"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="72"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="73"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="74"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="75"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="76"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="77"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="78"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="79"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="8"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="80"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="81"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="82"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="83"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="84"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="85"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="86"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="87"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="88"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="89"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="9"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="90"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="91"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="92"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="93"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="94"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="95"} 1.5e+09 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 0 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 0 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",mode="user"} 0 node_cpu_guest_seconds_total{cpu="16",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="16",mode="user"} 0 node_cpu_guest_seconds_total{cpu="17",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="17",mode="user"} 0 node_cpu_guest_seconds_total{cpu="18",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="18",mode="user"} 0 node_cpu_guest_seconds_total{cpu="19",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="19",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="20",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="20",mode="user"} 0 node_cpu_guest_seconds_total{cpu="21",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="21",mode="user"} 0 node_cpu_guest_seconds_total{cpu="22",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="22",mode="user"} 0 node_cpu_guest_seconds_total{cpu="23",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="23",mode="user"} 0 node_cpu_guest_seconds_total{cpu="24",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="24",mode="user"} 0 node_cpu_guest_seconds_total{cpu="25",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="25",mode="user"} 0 node_cpu_guest_seconds_total{cpu="26",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="26",mode="user"} 0 node_cpu_guest_seconds_total{cpu="27",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="27",mode="user"} 0 node_cpu_guest_seconds_total{cpu="28",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="28",mode="user"} 0 node_cpu_guest_seconds_total{cpu="29",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="29",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="30",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="30",mode="user"} 0 node_cpu_guest_seconds_total{cpu="31",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="31",mode="user"} 0 node_cpu_guest_seconds_total{cpu="32",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="32",mode="user"} 0 node_cpu_guest_seconds_total{cpu="33",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="33",mode="user"} 0 node_cpu_guest_seconds_total{cpu="34",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="34",mode="user"} 0 node_cpu_guest_seconds_total{cpu="35",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="35",mode="user"} 0 node_cpu_guest_seconds_total{cpu="36",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="36",mode="user"} 0 node_cpu_guest_seconds_total{cpu="37",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="37",mode="user"} 0 node_cpu_guest_seconds_total{cpu="38",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="38",mode="user"} 0 node_cpu_guest_seconds_total{cpu="39",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="39",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="40",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="40",mode="user"} 0 node_cpu_guest_seconds_total{cpu="41",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="41",mode="user"} 0 node_cpu_guest_seconds_total{cpu="42",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="42",mode="user"} 0 node_cpu_guest_seconds_total{cpu="43",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="43",mode="user"} 0 node_cpu_guest_seconds_total{cpu="44",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="44",mode="user"} 0 node_cpu_guest_seconds_total{cpu="45",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="45",mode="user"} 0 node_cpu_guest_seconds_total{cpu="46",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="46",mode="user"} 0 node_cpu_guest_seconds_total{cpu="47",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="47",mode="user"} 0 node_cpu_guest_seconds_total{cpu="48",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="48",mode="user"} 0 node_cpu_guest_seconds_total{cpu="49",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="49",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="50",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="50",mode="user"} 0 node_cpu_guest_seconds_total{cpu="51",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="51",mode="user"} 0 node_cpu_guest_seconds_total{cpu="52",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="52",mode="user"} 0 node_cpu_guest_seconds_total{cpu="53",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="53",mode="user"} 0 node_cpu_guest_seconds_total{cpu="54",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="54",mode="user"} 0 node_cpu_guest_seconds_total{cpu="55",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="55",mode="user"} 0 node_cpu_guest_seconds_total{cpu="56",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="56",mode="user"} 0 node_cpu_guest_seconds_total{cpu="57",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="57",mode="user"} 0 node_cpu_guest_seconds_total{cpu="58",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="58",mode="user"} 0 node_cpu_guest_seconds_total{cpu="59",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="59",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="60",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="60",mode="user"} 0 node_cpu_guest_seconds_total{cpu="61",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="61",mode="user"} 0 node_cpu_guest_seconds_total{cpu="62",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="62",mode="user"} 0 node_cpu_guest_seconds_total{cpu="63",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="63",mode="user"} 0 node_cpu_guest_seconds_total{cpu="64",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="64",mode="user"} 0 node_cpu_guest_seconds_total{cpu="65",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="65",mode="user"} 0 node_cpu_guest_seconds_total{cpu="66",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="66",mode="user"} 0 node_cpu_guest_seconds_total{cpu="67",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="67",mode="user"} 0 node_cpu_guest_seconds_total{cpu="68",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="68",mode="user"} 0 node_cpu_guest_seconds_total{cpu="69",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="69",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="70",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="70",mode="user"} 0 node_cpu_guest_seconds_total{cpu="71",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="71",mode="user"} 0 node_cpu_guest_seconds_total{cpu="72",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="72",mode="user"} 0 node_cpu_guest_seconds_total{cpu="73",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="73",mode="user"} 0 node_cpu_guest_seconds_total{cpu="74",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="74",mode="user"} 0 node_cpu_guest_seconds_total{cpu="75",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="75",mode="user"} 0 node_cpu_guest_seconds_total{cpu="76",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="76",mode="user"} 0 node_cpu_guest_seconds_total{cpu="77",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="77",mode="user"} 0 node_cpu_guest_seconds_total{cpu="78",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="78",mode="user"} 0 node_cpu_guest_seconds_total{cpu="79",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="79",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="80",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="80",mode="user"} 0 node_cpu_guest_seconds_total{cpu="81",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="81",mode="user"} 0 node_cpu_guest_seconds_total{cpu="82",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="82",mode="user"} 0 node_cpu_guest_seconds_total{cpu="83",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="83",mode="user"} 0 node_cpu_guest_seconds_total{cpu="84",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="84",mode="user"} 0 node_cpu_guest_seconds_total{cpu="85",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="85",mode="user"} 0 node_cpu_guest_seconds_total{cpu="86",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="86",mode="user"} 0 node_cpu_guest_seconds_total{cpu="87",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="87",mode="user"} 0 node_cpu_guest_seconds_total{cpu="88",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="88",mode="user"} 0 node_cpu_guest_seconds_total{cpu="89",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="89",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 node_cpu_guest_seconds_total{cpu="90",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="90",mode="user"} 0 node_cpu_guest_seconds_total{cpu="91",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="91",mode="user"} 0 node_cpu_guest_seconds_total{cpu="92",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="92",mode="user"} 0 node_cpu_guest_seconds_total{cpu="93",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="93",mode="user"} 0 node_cpu_guest_seconds_total{cpu="94",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="94",mode="user"} 0 node_cpu_guest_seconds_total{cpu="95",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="95",mode="user"} 0 # HELP node_cpu_scaling_frequency_hertz Current scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_hertz gauge node_cpu_scaling_frequency_hertz{cpu="0"} 3.343603e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 3.34415e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 1.901681e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 1.671791e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 3.339122e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 3.343428e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 2.658252e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 3.206675e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 2.044531e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 1.688027e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 1.976795e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 3.34363e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 1.671645e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="25"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="26"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 2.104416e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 3.343085e+09 node_cpu_scaling_frequency_hertz{cpu="30"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="31"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="32"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="33"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="34"} 3.342189e+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"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="43"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 3.341599e+09 node_cpu_scaling_frequency_hertz{cpu="45"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 1.854022e+09 node_cpu_scaling_frequency_hertz{cpu="47"} 3.343445e+09 node_cpu_scaling_frequency_hertz{cpu="48"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="49"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 3.342769e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="51"} 3.342747e+09 node_cpu_scaling_frequency_hertz{cpu="52"} 3.341574e+09 node_cpu_scaling_frequency_hertz{cpu="53"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="54"} 3.342141e+09 node_cpu_scaling_frequency_hertz{cpu="55"} 1.655229e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 2.674271e+09 node_cpu_scaling_frequency_hertz{cpu="57"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="58"} 3.254337e+09 node_cpu_scaling_frequency_hertz{cpu="59"} 1.746696e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 3.342729e+09 node_cpu_scaling_frequency_hertz{cpu="60"} 3.080773e+09 node_cpu_scaling_frequency_hertz{cpu="61"} 1.964676e+09 node_cpu_scaling_frequency_hertz{cpu="62"} 3.340509e+09 node_cpu_scaling_frequency_hertz{cpu="63"} 3.343904e+09 node_cpu_scaling_frequency_hertz{cpu="64"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="65"} 3.338368e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 3.340409e+09 node_cpu_scaling_frequency_hertz{cpu="67"} 3.34329e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 1.671625e+09 node_cpu_scaling_frequency_hertz{cpu="69"} 1.820213e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="70"} 3.336313e+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.803731e+09 node_cpu_scaling_frequency_hertz{cpu="75"} 3.239884e+09 node_cpu_scaling_frequency_hertz{cpu="76"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="77"} 2.635578e+09 node_cpu_scaling_frequency_hertz{cpu="78"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="79"} 2.490196e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 3.106413e+09 node_cpu_scaling_frequency_hertz{cpu="80"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="81"} 3.343871e+09 node_cpu_scaling_frequency_hertz{cpu="82"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="83"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="84"} 3.301796e+09 node_cpu_scaling_frequency_hertz{cpu="85"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="86"} 3.343828e+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.8e+09 node_cpu_scaling_frequency_hertz{cpu="92"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="93"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="94"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="95"} 2.8e+09 # HELP node_cpu_scaling_frequency_max_hertz Maximum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_max_hertz gauge node_cpu_scaling_frequency_max_hertz{cpu="0"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="16"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="17"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="18"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="19"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="20"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="21"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="22"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="23"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="24"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="25"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="26"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="27"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="28"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="29"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="30"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="31"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="32"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="33"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="34"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="35"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="36"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="37"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="38"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="39"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="40"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="41"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="42"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="43"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="44"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="45"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="46"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="47"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="48"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="49"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="50"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="51"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="52"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="53"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="54"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="55"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="56"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="57"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="58"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="59"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="60"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="61"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="62"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="63"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="64"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="65"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="66"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="67"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="68"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="69"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="70"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="71"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="72"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="73"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="74"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="75"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="76"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="77"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="78"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="79"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="80"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="81"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="82"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="83"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="84"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="85"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="86"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="87"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="88"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="89"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="90"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="91"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="92"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="93"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="94"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="95"} 2.8e+09 # HELP node_cpu_scaling_frequency_min_hertz Minimum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_min_hertz gauge node_cpu_scaling_frequency_min_hertz{cpu="0"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="1"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="10"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="11"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="12"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="13"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="14"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="15"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="16"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="17"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="18"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="19"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="2"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="20"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="21"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="22"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="23"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="24"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="25"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="26"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="27"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="28"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="29"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="3"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="30"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="31"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="32"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="33"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="34"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="35"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="36"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="37"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="38"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="39"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="4"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="40"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="41"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="42"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="43"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="44"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="45"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="46"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="47"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="48"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="49"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="5"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="50"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="51"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="52"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="53"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="54"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="55"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="56"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="57"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="58"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="59"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="6"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="60"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="61"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="62"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="63"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="64"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="65"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="66"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="67"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="68"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="69"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="7"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="70"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="71"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="72"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="73"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="74"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="75"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="76"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="77"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="78"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="79"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="8"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="80"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="81"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="82"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="83"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="84"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="85"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="86"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="87"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="88"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="89"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="9"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="90"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="91"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="92"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="93"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="94"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="95"} 1.5e+09 # HELP node_cpu_scaling_governor Current enabled CPU frequency governor. # TYPE node_cpu_scaling_governor gauge node_cpu_scaling_governor{cpu="0",governor="conservative"} 0 node_cpu_scaling_governor{cpu="0",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="0",governor="performance"} 1 node_cpu_scaling_governor{cpu="0",governor="powersave"} 0 node_cpu_scaling_governor{cpu="0",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="0",governor="userspace"} 0 node_cpu_scaling_governor{cpu="1",governor="conservative"} 0 node_cpu_scaling_governor{cpu="1",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="1",governor="performance"} 1 node_cpu_scaling_governor{cpu="1",governor="powersave"} 0 node_cpu_scaling_governor{cpu="1",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="1",governor="userspace"} 0 node_cpu_scaling_governor{cpu="10",governor="conservative"} 0 node_cpu_scaling_governor{cpu="10",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="10",governor="performance"} 1 node_cpu_scaling_governor{cpu="10",governor="powersave"} 0 node_cpu_scaling_governor{cpu="10",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="10",governor="userspace"} 0 node_cpu_scaling_governor{cpu="11",governor="conservative"} 0 node_cpu_scaling_governor{cpu="11",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="11",governor="performance"} 1 node_cpu_scaling_governor{cpu="11",governor="powersave"} 0 node_cpu_scaling_governor{cpu="11",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="11",governor="userspace"} 0 node_cpu_scaling_governor{cpu="12",governor="conservative"} 0 node_cpu_scaling_governor{cpu="12",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="12",governor="performance"} 1 node_cpu_scaling_governor{cpu="12",governor="powersave"} 0 node_cpu_scaling_governor{cpu="12",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="12",governor="userspace"} 0 node_cpu_scaling_governor{cpu="13",governor="conservative"} 0 node_cpu_scaling_governor{cpu="13",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="13",governor="performance"} 1 node_cpu_scaling_governor{cpu="13",governor="powersave"} 0 node_cpu_scaling_governor{cpu="13",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="13",governor="userspace"} 0 node_cpu_scaling_governor{cpu="14",governor="conservative"} 0 node_cpu_scaling_governor{cpu="14",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="14",governor="performance"} 1 node_cpu_scaling_governor{cpu="14",governor="powersave"} 0 node_cpu_scaling_governor{cpu="14",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="14",governor="userspace"} 0 node_cpu_scaling_governor{cpu="15",governor="conservative"} 0 node_cpu_scaling_governor{cpu="15",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="15",governor="performance"} 1 node_cpu_scaling_governor{cpu="15",governor="powersave"} 0 node_cpu_scaling_governor{cpu="15",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="15",governor="userspace"} 0 node_cpu_scaling_governor{cpu="16",governor="conservative"} 0 node_cpu_scaling_governor{cpu="16",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="16",governor="performance"} 1 node_cpu_scaling_governor{cpu="16",governor="powersave"} 0 node_cpu_scaling_governor{cpu="16",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="16",governor="userspace"} 0 node_cpu_scaling_governor{cpu="17",governor="conservative"} 0 node_cpu_scaling_governor{cpu="17",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="17",governor="performance"} 1 node_cpu_scaling_governor{cpu="17",governor="powersave"} 0 node_cpu_scaling_governor{cpu="17",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="17",governor="userspace"} 0 node_cpu_scaling_governor{cpu="18",governor="conservative"} 0 node_cpu_scaling_governor{cpu="18",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="18",governor="performance"} 1 node_cpu_scaling_governor{cpu="18",governor="powersave"} 0 node_cpu_scaling_governor{cpu="18",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="18",governor="userspace"} 0 node_cpu_scaling_governor{cpu="19",governor="conservative"} 0 node_cpu_scaling_governor{cpu="19",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="19",governor="performance"} 1 node_cpu_scaling_governor{cpu="19",governor="powersave"} 0 node_cpu_scaling_governor{cpu="19",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="19",governor="userspace"} 0 node_cpu_scaling_governor{cpu="2",governor="conservative"} 0 node_cpu_scaling_governor{cpu="2",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="2",governor="performance"} 1 node_cpu_scaling_governor{cpu="2",governor="powersave"} 0 node_cpu_scaling_governor{cpu="2",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="2",governor="userspace"} 0 node_cpu_scaling_governor{cpu="20",governor="conservative"} 0 node_cpu_scaling_governor{cpu="20",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="20",governor="performance"} 1 node_cpu_scaling_governor{cpu="20",governor="powersave"} 0 node_cpu_scaling_governor{cpu="20",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="20",governor="userspace"} 0 node_cpu_scaling_governor{cpu="21",governor="conservative"} 0 node_cpu_scaling_governor{cpu="21",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="21",governor="performance"} 1 node_cpu_scaling_governor{cpu="21",governor="powersave"} 0 node_cpu_scaling_governor{cpu="21",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="21",governor="userspace"} 0 node_cpu_scaling_governor{cpu="22",governor="conservative"} 0 node_cpu_scaling_governor{cpu="22",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="22",governor="performance"} 1 node_cpu_scaling_governor{cpu="22",governor="powersave"} 0 node_cpu_scaling_governor{cpu="22",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="22",governor="userspace"} 0 node_cpu_scaling_governor{cpu="23",governor="conservative"} 0 node_cpu_scaling_governor{cpu="23",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="23",governor="performance"} 1 node_cpu_scaling_governor{cpu="23",governor="powersave"} 0 node_cpu_scaling_governor{cpu="23",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="23",governor="userspace"} 0 node_cpu_scaling_governor{cpu="24",governor="conservative"} 0 node_cpu_scaling_governor{cpu="24",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="24",governor="performance"} 1 node_cpu_scaling_governor{cpu="24",governor="powersave"} 0 node_cpu_scaling_governor{cpu="24",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="24",governor="userspace"} 0 node_cpu_scaling_governor{cpu="25",governor="conservative"} 0 node_cpu_scaling_governor{cpu="25",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="25",governor="performance"} 1 node_cpu_scaling_governor{cpu="25",governor="powersave"} 0 node_cpu_scaling_governor{cpu="25",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="25",governor="userspace"} 0 node_cpu_scaling_governor{cpu="26",governor="conservative"} 0 node_cpu_scaling_governor{cpu="26",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="26",governor="performance"} 1 node_cpu_scaling_governor{cpu="26",governor="powersave"} 0 node_cpu_scaling_governor{cpu="26",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="26",governor="userspace"} 0 node_cpu_scaling_governor{cpu="27",governor="conservative"} 0 node_cpu_scaling_governor{cpu="27",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="27",governor="performance"} 1 node_cpu_scaling_governor{cpu="27",governor="powersave"} 0 node_cpu_scaling_governor{cpu="27",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="27",governor="userspace"} 0 node_cpu_scaling_governor{cpu="28",governor="conservative"} 0 node_cpu_scaling_governor{cpu="28",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="28",governor="performance"} 1 node_cpu_scaling_governor{cpu="28",governor="powersave"} 0 node_cpu_scaling_governor{cpu="28",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="28",governor="userspace"} 0 node_cpu_scaling_governor{cpu="29",governor="conservative"} 0 node_cpu_scaling_governor{cpu="29",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="29",governor="performance"} 1 node_cpu_scaling_governor{cpu="29",governor="powersave"} 0 node_cpu_scaling_governor{cpu="29",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="29",governor="userspace"} 0 node_cpu_scaling_governor{cpu="3",governor="conservative"} 0 node_cpu_scaling_governor{cpu="3",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="3",governor="performance"} 1 node_cpu_scaling_governor{cpu="3",governor="powersave"} 0 node_cpu_scaling_governor{cpu="3",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="3",governor="userspace"} 0 node_cpu_scaling_governor{cpu="30",governor="conservative"} 0 node_cpu_scaling_governor{cpu="30",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="30",governor="performance"} 1 node_cpu_scaling_governor{cpu="30",governor="powersave"} 0 node_cpu_scaling_governor{cpu="30",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="30",governor="userspace"} 0 node_cpu_scaling_governor{cpu="31",governor="conservative"} 0 node_cpu_scaling_governor{cpu="31",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="31",governor="performance"} 1 node_cpu_scaling_governor{cpu="31",governor="powersave"} 0 node_cpu_scaling_governor{cpu="31",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="31",governor="userspace"} 0 node_cpu_scaling_governor{cpu="32",governor="conservative"} 0 node_cpu_scaling_governor{cpu="32",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="32",governor="performance"} 1 node_cpu_scaling_governor{cpu="32",governor="powersave"} 0 node_cpu_scaling_governor{cpu="32",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="32",governor="userspace"} 0 node_cpu_scaling_governor{cpu="33",governor="conservative"} 0 node_cpu_scaling_governor{cpu="33",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="33",governor="performance"} 1 node_cpu_scaling_governor{cpu="33",governor="powersave"} 0 node_cpu_scaling_governor{cpu="33",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="33",governor="userspace"} 0 node_cpu_scaling_governor{cpu="34",governor="conservative"} 0 node_cpu_scaling_governor{cpu="34",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="34",governor="performance"} 1 node_cpu_scaling_governor{cpu="34",governor="powersave"} 0 node_cpu_scaling_governor{cpu="34",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="34",governor="userspace"} 0 node_cpu_scaling_governor{cpu="35",governor="conservative"} 0 node_cpu_scaling_governor{cpu="35",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="35",governor="performance"} 1 node_cpu_scaling_governor{cpu="35",governor="powersave"} 0 node_cpu_scaling_governor{cpu="35",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="35",governor="userspace"} 0 node_cpu_scaling_governor{cpu="36",governor="conservative"} 0 node_cpu_scaling_governor{cpu="36",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="36",governor="performance"} 1 node_cpu_scaling_governor{cpu="36",governor="powersave"} 0 node_cpu_scaling_governor{cpu="36",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="36",governor="userspace"} 0 node_cpu_scaling_governor{cpu="37",governor="conservative"} 0 node_cpu_scaling_governor{cpu="37",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="37",governor="performance"} 1 node_cpu_scaling_governor{cpu="37",governor="powersave"} 0 node_cpu_scaling_governor{cpu="37",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="37",governor="userspace"} 0 node_cpu_scaling_governor{cpu="38",governor="conservative"} 0 node_cpu_scaling_governor{cpu="38",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="38",governor="performance"} 1 node_cpu_scaling_governor{cpu="38",governor="powersave"} 0 node_cpu_scaling_governor{cpu="38",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="38",governor="userspace"} 0 node_cpu_scaling_governor{cpu="39",governor="conservative"} 0 node_cpu_scaling_governor{cpu="39",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="39",governor="performance"} 1 node_cpu_scaling_governor{cpu="39",governor="powersave"} 0 node_cpu_scaling_governor{cpu="39",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="39",governor="userspace"} 0 node_cpu_scaling_governor{cpu="4",governor="conservative"} 0 node_cpu_scaling_governor{cpu="4",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="4",governor="performance"} 1 node_cpu_scaling_governor{cpu="4",governor="powersave"} 0 node_cpu_scaling_governor{cpu="4",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="4",governor="userspace"} 0 node_cpu_scaling_governor{cpu="40",governor="conservative"} 0 node_cpu_scaling_governor{cpu="40",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="40",governor="performance"} 1 node_cpu_scaling_governor{cpu="40",governor="powersave"} 0 node_cpu_scaling_governor{cpu="40",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="40",governor="userspace"} 0 node_cpu_scaling_governor{cpu="41",governor="conservative"} 0 node_cpu_scaling_governor{cpu="41",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="41",governor="performance"} 1 node_cpu_scaling_governor{cpu="41",governor="powersave"} 0 node_cpu_scaling_governor{cpu="41",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="41",governor="userspace"} 0 node_cpu_scaling_governor{cpu="42",governor="conservative"} 0 node_cpu_scaling_governor{cpu="42",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="42",governor="performance"} 1 node_cpu_scaling_governor{cpu="42",governor="powersave"} 0 node_cpu_scaling_governor{cpu="42",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="42",governor="userspace"} 0 node_cpu_scaling_governor{cpu="43",governor="conservative"} 0 node_cpu_scaling_governor{cpu="43",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="43",governor="performance"} 1 node_cpu_scaling_governor{cpu="43",governor="powersave"} 0 node_cpu_scaling_governor{cpu="43",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="43",governor="userspace"} 0 node_cpu_scaling_governor{cpu="44",governor="conservative"} 0 node_cpu_scaling_governor{cpu="44",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="44",governor="performance"} 1 node_cpu_scaling_governor{cpu="44",governor="powersave"} 0 node_cpu_scaling_governor{cpu="44",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="44",governor="userspace"} 0 node_cpu_scaling_governor{cpu="45",governor="conservative"} 0 node_cpu_scaling_governor{cpu="45",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="45",governor="performance"} 1 node_cpu_scaling_governor{cpu="45",governor="powersave"} 0 node_cpu_scaling_governor{cpu="45",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="45",governor="userspace"} 0 node_cpu_scaling_governor{cpu="46",governor="conservative"} 0 node_cpu_scaling_governor{cpu="46",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="46",governor="performance"} 1 node_cpu_scaling_governor{cpu="46",governor="powersave"} 0 node_cpu_scaling_governor{cpu="46",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="46",governor="userspace"} 0 node_cpu_scaling_governor{cpu="47",governor="conservative"} 0 node_cpu_scaling_governor{cpu="47",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="47",governor="performance"} 1 node_cpu_scaling_governor{cpu="47",governor="powersave"} 0 node_cpu_scaling_governor{cpu="47",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="47",governor="userspace"} 0 node_cpu_scaling_governor{cpu="48",governor="conservative"} 0 node_cpu_scaling_governor{cpu="48",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="48",governor="performance"} 1 node_cpu_scaling_governor{cpu="48",governor="powersave"} 0 node_cpu_scaling_governor{cpu="48",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="48",governor="userspace"} 0 node_cpu_scaling_governor{cpu="49",governor="conservative"} 0 node_cpu_scaling_governor{cpu="49",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="49",governor="performance"} 1 node_cpu_scaling_governor{cpu="49",governor="powersave"} 0 node_cpu_scaling_governor{cpu="49",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="49",governor="userspace"} 0 node_cpu_scaling_governor{cpu="5",governor="conservative"} 0 node_cpu_scaling_governor{cpu="5",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="5",governor="performance"} 1 node_cpu_scaling_governor{cpu="5",governor="powersave"} 0 node_cpu_scaling_governor{cpu="5",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="5",governor="userspace"} 0 node_cpu_scaling_governor{cpu="50",governor="conservative"} 0 node_cpu_scaling_governor{cpu="50",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="50",governor="performance"} 1 node_cpu_scaling_governor{cpu="50",governor="powersave"} 0 node_cpu_scaling_governor{cpu="50",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="50",governor="userspace"} 0 node_cpu_scaling_governor{cpu="51",governor="conservative"} 0 node_cpu_scaling_governor{cpu="51",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="51",governor="performance"} 1 node_cpu_scaling_governor{cpu="51",governor="powersave"} 0 node_cpu_scaling_governor{cpu="51",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="51",governor="userspace"} 0 node_cpu_scaling_governor{cpu="52",governor="conservative"} 0 node_cpu_scaling_governor{cpu="52",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="52",governor="performance"} 1 node_cpu_scaling_governor{cpu="52",governor="powersave"} 0 node_cpu_scaling_governor{cpu="52",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="52",governor="userspace"} 0 node_cpu_scaling_governor{cpu="53",governor="conservative"} 0 node_cpu_scaling_governor{cpu="53",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="53",governor="performance"} 1 node_cpu_scaling_governor{cpu="53",governor="powersave"} 0 node_cpu_scaling_governor{cpu="53",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="53",governor="userspace"} 0 node_cpu_scaling_governor{cpu="54",governor="conservative"} 0 node_cpu_scaling_governor{cpu="54",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="54",governor="performance"} 1 node_cpu_scaling_governor{cpu="54",governor="powersave"} 0 node_cpu_scaling_governor{cpu="54",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="54",governor="userspace"} 0 node_cpu_scaling_governor{cpu="55",governor="conservative"} 0 node_cpu_scaling_governor{cpu="55",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="55",governor="performance"} 1 node_cpu_scaling_governor{cpu="55",governor="powersave"} 0 node_cpu_scaling_governor{cpu="55",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="55",governor="userspace"} 0 node_cpu_scaling_governor{cpu="56",governor="conservative"} 0 node_cpu_scaling_governor{cpu="56",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="56",governor="performance"} 1 node_cpu_scaling_governor{cpu="56",governor="powersave"} 0 node_cpu_scaling_governor{cpu="56",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="56",governor="userspace"} 0 node_cpu_scaling_governor{cpu="57",governor="conservative"} 0 node_cpu_scaling_governor{cpu="57",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="57",governor="performance"} 1 node_cpu_scaling_governor{cpu="57",governor="powersave"} 0 node_cpu_scaling_governor{cpu="57",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="57",governor="userspace"} 0 node_cpu_scaling_governor{cpu="58",governor="conservative"} 0 node_cpu_scaling_governor{cpu="58",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="58",governor="performance"} 1 node_cpu_scaling_governor{cpu="58",governor="powersave"} 0 node_cpu_scaling_governor{cpu="58",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="58",governor="userspace"} 0 node_cpu_scaling_governor{cpu="59",governor="conservative"} 0 node_cpu_scaling_governor{cpu="59",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="59",governor="performance"} 1 node_cpu_scaling_governor{cpu="59",governor="powersave"} 0 node_cpu_scaling_governor{cpu="59",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="59",governor="userspace"} 0 node_cpu_scaling_governor{cpu="6",governor="conservative"} 0 node_cpu_scaling_governor{cpu="6",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="6",governor="performance"} 1 node_cpu_scaling_governor{cpu="6",governor="powersave"} 0 node_cpu_scaling_governor{cpu="6",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="6",governor="userspace"} 0 node_cpu_scaling_governor{cpu="60",governor="conservative"} 0 node_cpu_scaling_governor{cpu="60",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="60",governor="performance"} 1 node_cpu_scaling_governor{cpu="60",governor="powersave"} 0 node_cpu_scaling_governor{cpu="60",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="60",governor="userspace"} 0 node_cpu_scaling_governor{cpu="61",governor="conservative"} 0 node_cpu_scaling_governor{cpu="61",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="61",governor="performance"} 1 node_cpu_scaling_governor{cpu="61",governor="powersave"} 0 node_cpu_scaling_governor{cpu="61",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="61",governor="userspace"} 0 node_cpu_scaling_governor{cpu="62",governor="conservative"} 0 node_cpu_scaling_governor{cpu="62",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="62",governor="performance"} 1 node_cpu_scaling_governor{cpu="62",governor="powersave"} 0 node_cpu_scaling_governor{cpu="62",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="62",governor="userspace"} 0 node_cpu_scaling_governor{cpu="63",governor="conservative"} 0 node_cpu_scaling_governor{cpu="63",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="63",governor="performance"} 1 node_cpu_scaling_governor{cpu="63",governor="powersave"} 0 node_cpu_scaling_governor{cpu="63",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="63",governor="userspace"} 0 node_cpu_scaling_governor{cpu="64",governor="conservative"} 0 node_cpu_scaling_governor{cpu="64",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="64",governor="performance"} 1 node_cpu_scaling_governor{cpu="64",governor="powersave"} 0 node_cpu_scaling_governor{cpu="64",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="64",governor="userspace"} 0 node_cpu_scaling_governor{cpu="65",governor="conservative"} 0 node_cpu_scaling_governor{cpu="65",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="65",governor="performance"} 1 node_cpu_scaling_governor{cpu="65",governor="powersave"} 0 node_cpu_scaling_governor{cpu="65",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="65",governor="userspace"} 0 node_cpu_scaling_governor{cpu="66",governor="conservative"} 0 node_cpu_scaling_governor{cpu="66",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="66",governor="performance"} 1 node_cpu_scaling_governor{cpu="66",governor="powersave"} 0 node_cpu_scaling_governor{cpu="66",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="66",governor="userspace"} 0 node_cpu_scaling_governor{cpu="67",governor="conservative"} 0 node_cpu_scaling_governor{cpu="67",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="67",governor="performance"} 1 node_cpu_scaling_governor{cpu="67",governor="powersave"} 0 node_cpu_scaling_governor{cpu="67",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="67",governor="userspace"} 0 node_cpu_scaling_governor{cpu="68",governor="conservative"} 0 node_cpu_scaling_governor{cpu="68",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="68",governor="performance"} 1 node_cpu_scaling_governor{cpu="68",governor="powersave"} 0 node_cpu_scaling_governor{cpu="68",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="68",governor="userspace"} 0 node_cpu_scaling_governor{cpu="69",governor="conservative"} 0 node_cpu_scaling_governor{cpu="69",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="69",governor="performance"} 1 node_cpu_scaling_governor{cpu="69",governor="powersave"} 0 node_cpu_scaling_governor{cpu="69",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="69",governor="userspace"} 0 node_cpu_scaling_governor{cpu="7",governor="conservative"} 0 node_cpu_scaling_governor{cpu="7",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="7",governor="performance"} 1 node_cpu_scaling_governor{cpu="7",governor="powersave"} 0 node_cpu_scaling_governor{cpu="7",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="7",governor="userspace"} 0 node_cpu_scaling_governor{cpu="70",governor="conservative"} 0 node_cpu_scaling_governor{cpu="70",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="70",governor="performance"} 1 node_cpu_scaling_governor{cpu="70",governor="powersave"} 0 node_cpu_scaling_governor{cpu="70",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="70",governor="userspace"} 0 node_cpu_scaling_governor{cpu="71",governor="conservative"} 0 node_cpu_scaling_governor{cpu="71",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="71",governor="performance"} 1 node_cpu_scaling_governor{cpu="71",governor="powersave"} 0 node_cpu_scaling_governor{cpu="71",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="71",governor="userspace"} 0 node_cpu_scaling_governor{cpu="72",governor="conservative"} 0 node_cpu_scaling_governor{cpu="72",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="72",governor="performance"} 1 node_cpu_scaling_governor{cpu="72",governor="powersave"} 0 node_cpu_scaling_governor{cpu="72",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="72",governor="userspace"} 0 node_cpu_scaling_governor{cpu="73",governor="conservative"} 0 node_cpu_scaling_governor{cpu="73",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="73",governor="performance"} 1 node_cpu_scaling_governor{cpu="73",governor="powersave"} 0 node_cpu_scaling_governor{cpu="73",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="73",governor="userspace"} 0 node_cpu_scaling_governor{cpu="74",governor="conservative"} 0 node_cpu_scaling_governor{cpu="74",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="74",governor="performance"} 1 node_cpu_scaling_governor{cpu="74",governor="powersave"} 0 node_cpu_scaling_governor{cpu="74",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="74",governor="userspace"} 0 node_cpu_scaling_governor{cpu="75",governor="conservative"} 0 node_cpu_scaling_governor{cpu="75",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="75",governor="performance"} 1 node_cpu_scaling_governor{cpu="75",governor="powersave"} 0 node_cpu_scaling_governor{cpu="75",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="75",governor="userspace"} 0 node_cpu_scaling_governor{cpu="76",governor="conservative"} 0 node_cpu_scaling_governor{cpu="76",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="76",governor="performance"} 1 node_cpu_scaling_governor{cpu="76",governor="powersave"} 0 node_cpu_scaling_governor{cpu="76",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="76",governor="userspace"} 0 node_cpu_scaling_governor{cpu="77",governor="conservative"} 0 node_cpu_scaling_governor{cpu="77",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="77",governor="performance"} 1 node_cpu_scaling_governor{cpu="77",governor="powersave"} 0 node_cpu_scaling_governor{cpu="77",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="77",governor="userspace"} 0 node_cpu_scaling_governor{cpu="78",governor="conservative"} 0 node_cpu_scaling_governor{cpu="78",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="78",governor="performance"} 1 node_cpu_scaling_governor{cpu="78",governor="powersave"} 0 node_cpu_scaling_governor{cpu="78",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="78",governor="userspace"} 0 node_cpu_scaling_governor{cpu="79",governor="conservative"} 0 node_cpu_scaling_governor{cpu="79",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="79",governor="performance"} 1 node_cpu_scaling_governor{cpu="79",governor="powersave"} 0 node_cpu_scaling_governor{cpu="79",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="79",governor="userspace"} 0 node_cpu_scaling_governor{cpu="8",governor="conservative"} 0 node_cpu_scaling_governor{cpu="8",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="8",governor="performance"} 1 node_cpu_scaling_governor{cpu="8",governor="powersave"} 0 node_cpu_scaling_governor{cpu="8",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="8",governor="userspace"} 0 node_cpu_scaling_governor{cpu="80",governor="conservative"} 0 node_cpu_scaling_governor{cpu="80",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="80",governor="performance"} 1 node_cpu_scaling_governor{cpu="80",governor="powersave"} 0 node_cpu_scaling_governor{cpu="80",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="80",governor="userspace"} 0 node_cpu_scaling_governor{cpu="81",governor="conservative"} 0 node_cpu_scaling_governor{cpu="81",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="81",governor="performance"} 1 node_cpu_scaling_governor{cpu="81",governor="powersave"} 0 node_cpu_scaling_governor{cpu="81",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="81",governor="userspace"} 0 node_cpu_scaling_governor{cpu="82",governor="conservative"} 0 node_cpu_scaling_governor{cpu="82",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="82",governor="performance"} 1 node_cpu_scaling_governor{cpu="82",governor="powersave"} 0 node_cpu_scaling_governor{cpu="82",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="82",governor="userspace"} 0 node_cpu_scaling_governor{cpu="83",governor="conservative"} 0 node_cpu_scaling_governor{cpu="83",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="83",governor="performance"} 1 node_cpu_scaling_governor{cpu="83",governor="powersave"} 0 node_cpu_scaling_governor{cpu="83",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="83",governor="userspace"} 0 node_cpu_scaling_governor{cpu="84",governor="conservative"} 0 node_cpu_scaling_governor{cpu="84",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="84",governor="performance"} 1 node_cpu_scaling_governor{cpu="84",governor="powersave"} 0 node_cpu_scaling_governor{cpu="84",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="84",governor="userspace"} 0 node_cpu_scaling_governor{cpu="85",governor="conservative"} 0 node_cpu_scaling_governor{cpu="85",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="85",governor="performance"} 1 node_cpu_scaling_governor{cpu="85",governor="powersave"} 0 node_cpu_scaling_governor{cpu="85",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="85",governor="userspace"} 0 node_cpu_scaling_governor{cpu="86",governor="conservative"} 0 node_cpu_scaling_governor{cpu="86",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="86",governor="performance"} 1 node_cpu_scaling_governor{cpu="86",governor="powersave"} 0 node_cpu_scaling_governor{cpu="86",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="86",governor="userspace"} 0 node_cpu_scaling_governor{cpu="87",governor="conservative"} 0 node_cpu_scaling_governor{cpu="87",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="87",governor="performance"} 1 node_cpu_scaling_governor{cpu="87",governor="powersave"} 0 node_cpu_scaling_governor{cpu="87",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="87",governor="userspace"} 0 node_cpu_scaling_governor{cpu="88",governor="conservative"} 0 node_cpu_scaling_governor{cpu="88",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="88",governor="performance"} 1 node_cpu_scaling_governor{cpu="88",governor="powersave"} 0 node_cpu_scaling_governor{cpu="88",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="88",governor="userspace"} 0 node_cpu_scaling_governor{cpu="89",governor="conservative"} 0 node_cpu_scaling_governor{cpu="89",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="89",governor="performance"} 1 node_cpu_scaling_governor{cpu="89",governor="powersave"} 0 node_cpu_scaling_governor{cpu="89",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="89",governor="userspace"} 0 node_cpu_scaling_governor{cpu="9",governor="conservative"} 0 node_cpu_scaling_governor{cpu="9",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="9",governor="performance"} 1 node_cpu_scaling_governor{cpu="9",governor="powersave"} 0 node_cpu_scaling_governor{cpu="9",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="9",governor="userspace"} 0 node_cpu_scaling_governor{cpu="90",governor="conservative"} 0 node_cpu_scaling_governor{cpu="90",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="90",governor="performance"} 1 node_cpu_scaling_governor{cpu="90",governor="powersave"} 0 node_cpu_scaling_governor{cpu="90",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="90",governor="userspace"} 0 node_cpu_scaling_governor{cpu="91",governor="conservative"} 0 node_cpu_scaling_governor{cpu="91",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="91",governor="performance"} 1 node_cpu_scaling_governor{cpu="91",governor="powersave"} 0 node_cpu_scaling_governor{cpu="91",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="91",governor="userspace"} 0 node_cpu_scaling_governor{cpu="92",governor="conservative"} 0 node_cpu_scaling_governor{cpu="92",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="92",governor="performance"} 1 node_cpu_scaling_governor{cpu="92",governor="powersave"} 0 node_cpu_scaling_governor{cpu="92",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="92",governor="userspace"} 0 node_cpu_scaling_governor{cpu="93",governor="conservative"} 0 node_cpu_scaling_governor{cpu="93",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="93",governor="performance"} 1 node_cpu_scaling_governor{cpu="93",governor="powersave"} 0 node_cpu_scaling_governor{cpu="93",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="93",governor="userspace"} 0 node_cpu_scaling_governor{cpu="94",governor="conservative"} 0 node_cpu_scaling_governor{cpu="94",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="94",governor="performance"} 1 node_cpu_scaling_governor{cpu="94",governor="powersave"} 0 node_cpu_scaling_governor{cpu="94",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="94",governor="userspace"} 0 node_cpu_scaling_governor{cpu="95",governor="conservative"} 0 node_cpu_scaling_governor{cpu="95",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="95",governor="performance"} 1 node_cpu_scaling_governor{cpu="95",governor="powersave"} 0 node_cpu_scaling_governor{cpu="95",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="95",governor="userspace"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 1.418634939e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 62500.05 node_cpu_seconds_total{cpu="0",mode="irq"} 26283.98 node_cpu_seconds_total{cpu="0",mode="nice"} 67.89 node_cpu_seconds_total{cpu="0",mode="softirq"} 1.08757845e+06 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 79822.31 node_cpu_seconds_total{cpu="0",mode="user"} 227119.97 node_cpu_seconds_total{cpu="1",mode="idle"} 1.501803949e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 125488.79 node_cpu_seconds_total{cpu="1",mode="irq"} 24601.27 node_cpu_seconds_total{cpu="1",mode="nice"} 69.03 node_cpu_seconds_total{cpu="1",mode="softirq"} 70893.46 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 96916.51 node_cpu_seconds_total{cpu="1",mode="user"} 330594.72 node_cpu_seconds_total{cpu="10",mode="idle"} 1.501190165e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 133698.94 node_cpu_seconds_total{cpu="10",mode="irq"} 27742.71 node_cpu_seconds_total{cpu="10",mode="nice"} 86.66 node_cpu_seconds_total{cpu="10",mode="softirq"} 61112.91 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 112612.74 node_cpu_seconds_total{cpu="10",mode="user"} 316680.26 node_cpu_seconds_total{cpu="11",mode="idle"} 1.499975498e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 138846.37 node_cpu_seconds_total{cpu="11",mode="irq"} 28170.1 node_cpu_seconds_total{cpu="11",mode="nice"} 93.73 node_cpu_seconds_total{cpu="11",mode="softirq"} 64097.01 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 119800.44 node_cpu_seconds_total{cpu="11",mode="user"} 313276.64 node_cpu_seconds_total{cpu="12",mode="idle"} 1.492565361e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 143364.77 node_cpu_seconds_total{cpu="12",mode="irq"} 29576.03 node_cpu_seconds_total{cpu="12",mode="nice"} 123.12 node_cpu_seconds_total{cpu="12",mode="softirq"} 94318.76 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 133220.15 node_cpu_seconds_total{cpu="12",mode="user"} 336835.46 node_cpu_seconds_total{cpu="13",mode="idle"} 1.507619856e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 144177.06 node_cpu_seconds_total{cpu="13",mode="irq"} 24911.93 node_cpu_seconds_total{cpu="13",mode="nice"} 103.51 node_cpu_seconds_total{cpu="13",mode="softirq"} 10897.26 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 110552.4 node_cpu_seconds_total{cpu="13",mode="user"} 297902.98 node_cpu_seconds_total{cpu="14",mode="idle"} 1.504267572e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 129260.27 node_cpu_seconds_total{cpu="14",mode="irq"} 27638.3 node_cpu_seconds_total{cpu="14",mode="nice"} 119.06 node_cpu_seconds_total{cpu="14",mode="softirq"} 54267.86 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 110524.61 node_cpu_seconds_total{cpu="14",mode="user"} 300284.34 node_cpu_seconds_total{cpu="15",mode="idle"} 1.501778898e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 130505.38 node_cpu_seconds_total{cpu="15",mode="irq"} 26233.09 node_cpu_seconds_total{cpu="15",mode="nice"} 123.05 node_cpu_seconds_total{cpu="15",mode="softirq"} 34987.01 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 120156.06 node_cpu_seconds_total{cpu="15",mode="user"} 334511.65 node_cpu_seconds_total{cpu="16",mode="idle"} 1.501991192e+07 node_cpu_seconds_total{cpu="16",mode="iowait"} 123798.62 node_cpu_seconds_total{cpu="16",mode="irq"} 28469.03 node_cpu_seconds_total{cpu="16",mode="nice"} 90.8 node_cpu_seconds_total{cpu="16",mode="softirq"} 77643.05 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 117022.68 node_cpu_seconds_total{cpu="16",mode="user"} 296406.11 node_cpu_seconds_total{cpu="17",mode="idle"} 1.506227682e+07 node_cpu_seconds_total{cpu="17",mode="iowait"} 129773.5 node_cpu_seconds_total{cpu="17",mode="irq"} 26289.06 node_cpu_seconds_total{cpu="17",mode="nice"} 109.44 node_cpu_seconds_total{cpu="17",mode="softirq"} 37543.91 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 114183.13 node_cpu_seconds_total{cpu="17",mode="user"} 294057.94 node_cpu_seconds_total{cpu="18",mode="idle"} 1.501672889e+07 node_cpu_seconds_total{cpu="18",mode="iowait"} 140501.46 node_cpu_seconds_total{cpu="18",mode="irq"} 25299.33 node_cpu_seconds_total{cpu="18",mode="nice"} 112.86 node_cpu_seconds_total{cpu="18",mode="softirq"} 18329.67 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 118438.08 node_cpu_seconds_total{cpu="18",mode="user"} 346365.74 node_cpu_seconds_total{cpu="19",mode="idle"} 1.506451813e+07 node_cpu_seconds_total{cpu="19",mode="iowait"} 141383.56 node_cpu_seconds_total{cpu="19",mode="irq"} 25152.93 node_cpu_seconds_total{cpu="19",mode="nice"} 86.94 node_cpu_seconds_total{cpu="19",mode="softirq"} 19137.29 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 107499.82 node_cpu_seconds_total{cpu="19",mode="user"} 307691.78 node_cpu_seconds_total{cpu="2",mode="idle"} 1.507398066e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 129066.52 node_cpu_seconds_total{cpu="2",mode="irq"} 24624.82 node_cpu_seconds_total{cpu="2",mode="nice"} 89.87 node_cpu_seconds_total{cpu="2",mode="softirq"} 37090.04 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 100221.84 node_cpu_seconds_total{cpu="2",mode="user"} 301478.1 node_cpu_seconds_total{cpu="20",mode="idle"} 1.507357927e+07 node_cpu_seconds_total{cpu="20",mode="iowait"} 138635.49 node_cpu_seconds_total{cpu="20",mode="irq"} 25457.74 node_cpu_seconds_total{cpu="20",mode="nice"} 105.93 node_cpu_seconds_total{cpu="20",mode="softirq"} 31409.3 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 103407.34 node_cpu_seconds_total{cpu="20",mode="user"} 293248.51 node_cpu_seconds_total{cpu="21",mode="idle"} 1.501764259e+07 node_cpu_seconds_total{cpu="21",mode="iowait"} 134102.15 node_cpu_seconds_total{cpu="21",mode="irq"} 26227.37 node_cpu_seconds_total{cpu="21",mode="nice"} 126.88 node_cpu_seconds_total{cpu="21",mode="softirq"} 32310.04 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 120973.13 node_cpu_seconds_total{cpu="21",mode="user"} 333960.04 node_cpu_seconds_total{cpu="22",mode="idle"} 1.507983155e+07 node_cpu_seconds_total{cpu="22",mode="iowait"} 137763.67 node_cpu_seconds_total{cpu="22",mode="irq"} 24586.05 node_cpu_seconds_total{cpu="22",mode="nice"} 98.96 node_cpu_seconds_total{cpu="22",mode="softirq"} 13088.79 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 108153.02 node_cpu_seconds_total{cpu="22",mode="user"} 302798.42 node_cpu_seconds_total{cpu="23",mode="idle"} 1.5071271e+07 node_cpu_seconds_total{cpu="23",mode="iowait"} 136196.92 node_cpu_seconds_total{cpu="23",mode="irq"} 24542.55 node_cpu_seconds_total{cpu="23",mode="nice"} 101.77 node_cpu_seconds_total{cpu="23",mode="softirq"} 16285.96 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 102081.61 node_cpu_seconds_total{cpu="23",mode="user"} 315463.3 node_cpu_seconds_total{cpu="24",mode="idle"} 1.491754619e+07 node_cpu_seconds_total{cpu="24",mode="iowait"} 77149.04 node_cpu_seconds_total{cpu="24",mode="irq"} 29085.84 node_cpu_seconds_total{cpu="24",mode="nice"} 198.18 node_cpu_seconds_total{cpu="24",mode="softirq"} 9618.21 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 180688.77 node_cpu_seconds_total{cpu="24",mode="user"} 453486.11 node_cpu_seconds_total{cpu="25",mode="idle"} 1.498632779e+07 node_cpu_seconds_total{cpu="25",mode="iowait"} 77343.5 node_cpu_seconds_total{cpu="25",mode="irq"} 26138.18 node_cpu_seconds_total{cpu="25",mode="nice"} 121.54 node_cpu_seconds_total{cpu="25",mode="softirq"} 7610.01 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 118923.19 node_cpu_seconds_total{cpu="25",mode="user"} 452478.75 node_cpu_seconds_total{cpu="26",mode="idle"} 1.507575641e+07 node_cpu_seconds_total{cpu="26",mode="iowait"} 76514.61 node_cpu_seconds_total{cpu="26",mode="irq"} 23777.28 node_cpu_seconds_total{cpu="26",mode="nice"} 101.92 node_cpu_seconds_total{cpu="26",mode="softirq"} 6611.78 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 108725.34 node_cpu_seconds_total{cpu="26",mode="user"} 378848.83 node_cpu_seconds_total{cpu="27",mode="idle"} 1.516806926e+07 node_cpu_seconds_total{cpu="27",mode="iowait"} 82473.99 node_cpu_seconds_total{cpu="27",mode="irq"} 17675.15 node_cpu_seconds_total{cpu="27",mode="nice"} 245.5 node_cpu_seconds_total{cpu="27",mode="softirq"} 4990.32 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 102089.08 node_cpu_seconds_total{cpu="27",mode="user"} 299358.68 node_cpu_seconds_total{cpu="28",mode="idle"} 1.523672927e+07 node_cpu_seconds_total{cpu="28",mode="iowait"} 81866.63 node_cpu_seconds_total{cpu="28",mode="irq"} 17173.91 node_cpu_seconds_total{cpu="28",mode="nice"} 179.26 node_cpu_seconds_total{cpu="28",mode="softirq"} 4537.93 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 74486.89 node_cpu_seconds_total{cpu="28",mode="user"} 260275.9 node_cpu_seconds_total{cpu="29",mode="idle"} 1.522644378e+07 node_cpu_seconds_total{cpu="29",mode="iowait"} 81491.57 node_cpu_seconds_total{cpu="29",mode="irq"} 17233.43 node_cpu_seconds_total{cpu="29",mode="nice"} 191.33 node_cpu_seconds_total{cpu="29",mode="softirq"} 4495.24 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 78524.85 node_cpu_seconds_total{cpu="29",mode="user"} 266800.19 node_cpu_seconds_total{cpu="3",mode="idle"} 1.478945759e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 148562.85 node_cpu_seconds_total{cpu="3",mode="irq"} 34771.73 node_cpu_seconds_total{cpu="3",mode="nice"} 144.74 node_cpu_seconds_total{cpu="3",mode="softirq"} 141600.51 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 153696.12 node_cpu_seconds_total{cpu="3",mode="user"} 393205.49 node_cpu_seconds_total{cpu="30",mode="idle"} 1.517539653e+07 node_cpu_seconds_total{cpu="30",mode="iowait"} 80027.87 node_cpu_seconds_total{cpu="30",mode="irq"} 17266.24 node_cpu_seconds_total{cpu="30",mode="nice"} 208.97 node_cpu_seconds_total{cpu="30",mode="softirq"} 4829.81 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 100077.21 node_cpu_seconds_total{cpu="30",mode="user"} 297869.15 node_cpu_seconds_total{cpu="31",mode="idle"} 1.522725225e+07 node_cpu_seconds_total{cpu="31",mode="iowait"} 79409.81 node_cpu_seconds_total{cpu="31",mode="irq"} 16952.2 node_cpu_seconds_total{cpu="31",mode="nice"} 191.26 node_cpu_seconds_total{cpu="31",mode="softirq"} 4462.96 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 78450.44 node_cpu_seconds_total{cpu="31",mode="user"} 268994.56 node_cpu_seconds_total{cpu="32",mode="idle"} 1.523218857e+07 node_cpu_seconds_total{cpu="32",mode="iowait"} 79081.33 node_cpu_seconds_total{cpu="32",mode="irq"} 16905.97 node_cpu_seconds_total{cpu="32",mode="nice"} 190.82 node_cpu_seconds_total{cpu="32",mode="softirq"} 4428.38 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 77687.25 node_cpu_seconds_total{cpu="32",mode="user"} 265074.96 node_cpu_seconds_total{cpu="33",mode="idle"} 1.518239395e+07 node_cpu_seconds_total{cpu="33",mode="iowait"} 80238.28 node_cpu_seconds_total{cpu="33",mode="irq"} 17100.4 node_cpu_seconds_total{cpu="33",mode="nice"} 228.95 node_cpu_seconds_total{cpu="33",mode="softirq"} 4706.98 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 95768.27 node_cpu_seconds_total{cpu="33",mode="user"} 295360.04 node_cpu_seconds_total{cpu="34",mode="idle"} 1.522800331e+07 node_cpu_seconds_total{cpu="34",mode="iowait"} 79773.69 node_cpu_seconds_total{cpu="34",mode="irq"} 16812.75 node_cpu_seconds_total{cpu="34",mode="nice"} 197.55 node_cpu_seconds_total{cpu="34",mode="softirq"} 4389.52 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 77372.26 node_cpu_seconds_total{cpu="34",mode="user"} 269284.71 node_cpu_seconds_total{cpu="35",mode="idle"} 1.523274041e+07 node_cpu_seconds_total{cpu="35",mode="iowait"} 79315.64 node_cpu_seconds_total{cpu="35",mode="irq"} 16754.04 node_cpu_seconds_total{cpu="35",mode="nice"} 200.61 node_cpu_seconds_total{cpu="35",mode="softirq"} 4306.31 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 76353.91 node_cpu_seconds_total{cpu="35",mode="user"} 266207.53 node_cpu_seconds_total{cpu="36",mode="idle"} 1.518750477e+07 node_cpu_seconds_total{cpu="36",mode="iowait"} 81695.93 node_cpu_seconds_total{cpu="36",mode="irq"} 17127.19 node_cpu_seconds_total{cpu="36",mode="nice"} 211.16 node_cpu_seconds_total{cpu="36",mode="softirq"} 4654.45 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 93523.27 node_cpu_seconds_total{cpu="36",mode="user"} 290912.97 node_cpu_seconds_total{cpu="37",mode="idle"} 1.52302275e+07 node_cpu_seconds_total{cpu="37",mode="iowait"} 81127.72 node_cpu_seconds_total{cpu="37",mode="irq"} 16905.02 node_cpu_seconds_total{cpu="37",mode="nice"} 197.79 node_cpu_seconds_total{cpu="37",mode="softirq"} 4297.67 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 76567.69 node_cpu_seconds_total{cpu="37",mode="user"} 266494.06 node_cpu_seconds_total{cpu="38",mode="idle"} 1.523485393e+07 node_cpu_seconds_total{cpu="38",mode="iowait"} 80933.88 node_cpu_seconds_total{cpu="38",mode="irq"} 16814.11 node_cpu_seconds_total{cpu="38",mode="nice"} 199.89 node_cpu_seconds_total{cpu="38",mode="softirq"} 4231.25 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 75801.14 node_cpu_seconds_total{cpu="38",mode="user"} 262961.8 node_cpu_seconds_total{cpu="39",mode="idle"} 1.518747804e+07 node_cpu_seconds_total{cpu="39",mode="iowait"} 79625.27 node_cpu_seconds_total{cpu="39",mode="irq"} 17024.29 node_cpu_seconds_total{cpu="39",mode="nice"} 200.01 node_cpu_seconds_total{cpu="39",mode="softirq"} 4571.09 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 91695.65 node_cpu_seconds_total{cpu="39",mode="user"} 295250.66 node_cpu_seconds_total{cpu="4",mode="idle"} 1.499346625e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 152833.3 node_cpu_seconds_total{cpu="4",mode="irq"} 27480.53 node_cpu_seconds_total{cpu="4",mode="nice"} 103.65 node_cpu_seconds_total{cpu="4",mode="softirq"} 35575.72 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 129292.42 node_cpu_seconds_total{cpu="4",mode="user"} 324028.41 node_cpu_seconds_total{cpu="40",mode="idle"} 1.523358649e+07 node_cpu_seconds_total{cpu="40",mode="iowait"} 79351.27 node_cpu_seconds_total{cpu="40",mode="irq"} 16739.71 node_cpu_seconds_total{cpu="40",mode="nice"} 185.8 node_cpu_seconds_total{cpu="40",mode="softirq"} 4253.77 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 75906.33 node_cpu_seconds_total{cpu="40",mode="user"} 265870.17 node_cpu_seconds_total{cpu="41",mode="idle"} 1.523628994e+07 node_cpu_seconds_total{cpu="41",mode="iowait"} 79171.83 node_cpu_seconds_total{cpu="41",mode="irq"} 16672.02 node_cpu_seconds_total{cpu="41",mode="nice"} 198.1 node_cpu_seconds_total{cpu="41",mode="softirq"} 4183.11 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 75070.06 node_cpu_seconds_total{cpu="41",mode="user"} 264342.91 node_cpu_seconds_total{cpu="42",mode="idle"} 1.519485984e+07 node_cpu_seconds_total{cpu="42",mode="iowait"} 80489.03 node_cpu_seconds_total{cpu="42",mode="irq"} 17062.14 node_cpu_seconds_total{cpu="42",mode="nice"} 195.33 node_cpu_seconds_total{cpu="42",mode="softirq"} 4545.03 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 90542.42 node_cpu_seconds_total{cpu="42",mode="user"} 288008.68 node_cpu_seconds_total{cpu="43",mode="idle"} 1.52344922e+07 node_cpu_seconds_total{cpu="43",mode="iowait"} 80137.3 node_cpu_seconds_total{cpu="43",mode="irq"} 16841.43 node_cpu_seconds_total{cpu="43",mode="nice"} 198.8 node_cpu_seconds_total{cpu="43",mode="softirq"} 4233.38 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 75349.97 node_cpu_seconds_total{cpu="43",mode="user"} 264507.29 node_cpu_seconds_total{cpu="44",mode="idle"} 1.523781239e+07 node_cpu_seconds_total{cpu="44",mode="iowait"} 79410.85 node_cpu_seconds_total{cpu="44",mode="irq"} 16806.17 node_cpu_seconds_total{cpu="44",mode="nice"} 188.51 node_cpu_seconds_total{cpu="44",mode="softirq"} 4194.95 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 75169.29 node_cpu_seconds_total{cpu="44",mode="user"} 262050.41 node_cpu_seconds_total{cpu="45",mode="idle"} 1.519753541e+07 node_cpu_seconds_total{cpu="45",mode="iowait"} 78455.15 node_cpu_seconds_total{cpu="45",mode="irq"} 16926.35 node_cpu_seconds_total{cpu="45",mode="nice"} 201.37 node_cpu_seconds_total{cpu="45",mode="softirq"} 4475.85 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 89830.04 node_cpu_seconds_total{cpu="45",mode="user"} 288457.98 node_cpu_seconds_total{cpu="46",mode="idle"} 1.52356866e+07 node_cpu_seconds_total{cpu="46",mode="iowait"} 78438.36 node_cpu_seconds_total{cpu="46",mode="irq"} 16721.94 node_cpu_seconds_total{cpu="46",mode="nice"} 182.66 node_cpu_seconds_total{cpu="46",mode="softirq"} 4210.84 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 75901.07 node_cpu_seconds_total{cpu="46",mode="user"} 264756.17 node_cpu_seconds_total{cpu="47",mode="idle"} 1.523590332e+07 node_cpu_seconds_total{cpu="47",mode="iowait"} 78043.39 node_cpu_seconds_total{cpu="47",mode="irq"} 16695.34 node_cpu_seconds_total{cpu="47",mode="nice"} 170.9 node_cpu_seconds_total{cpu="47",mode="softirq"} 4149.05 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 75582.72 node_cpu_seconds_total{cpu="47",mode="user"} 265319.8 node_cpu_seconds_total{cpu="48",mode="idle"} 1.486073625e+07 node_cpu_seconds_total{cpu="48",mode="iowait"} 125943.39 node_cpu_seconds_total{cpu="48",mode="irq"} 27766.38 node_cpu_seconds_total{cpu="48",mode="nice"} 168.86 node_cpu_seconds_total{cpu="48",mode="softirq"} 60352.91 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 142368.44 node_cpu_seconds_total{cpu="48",mode="user"} 447197.87 node_cpu_seconds_total{cpu="49",mode="idle"} 1.512287133e+07 node_cpu_seconds_total{cpu="49",mode="iowait"} 100518.66 node_cpu_seconds_total{cpu="49",mode="irq"} 22949.76 node_cpu_seconds_total{cpu="49",mode="nice"} 91.08 node_cpu_seconds_total{cpu="49",mode="softirq"} 7754.16 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 100896.08 node_cpu_seconds_total{cpu="49",mode="user"} 311717 node_cpu_seconds_total{cpu="5",mode="idle"} 1.495171722e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 146978.73 node_cpu_seconds_total{cpu="5",mode="irq"} 31311.18 node_cpu_seconds_total{cpu="5",mode="nice"} 98.54 node_cpu_seconds_total{cpu="5",mode="softirq"} 94745.62 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 131890.22 node_cpu_seconds_total{cpu="5",mode="user"} 304620.05 node_cpu_seconds_total{cpu="50",mode="idle"} 1.508700441e+07 node_cpu_seconds_total{cpu="50",mode="iowait"} 96526.67 node_cpu_seconds_total{cpu="50",mode="irq"} 25315.6 node_cpu_seconds_total{cpu="50",mode="nice"} 86.37 node_cpu_seconds_total{cpu="50",mode="softirq"} 66028.76 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 104707.42 node_cpu_seconds_total{cpu="50",mode="user"} 287619.72 node_cpu_seconds_total{cpu="51",mode="idle"} 1.501138712e+07 node_cpu_seconds_total{cpu="51",mode="iowait"} 123794.55 node_cpu_seconds_total{cpu="51",mode="irq"} 26660.12 node_cpu_seconds_total{cpu="51",mode="nice"} 102.3 node_cpu_seconds_total{cpu="51",mode="softirq"} 35026.18 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 130203.56 node_cpu_seconds_total{cpu="51",mode="user"} 336865.64 node_cpu_seconds_total{cpu="52",mode="idle"} 1.499438194e+07 node_cpu_seconds_total{cpu="52",mode="iowait"} 117232.32 node_cpu_seconds_total{cpu="52",mode="irq"} 30157.41 node_cpu_seconds_total{cpu="52",mode="nice"} 92.52 node_cpu_seconds_total{cpu="52",mode="softirq"} 98241.01 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 124637.81 node_cpu_seconds_total{cpu="52",mode="user"} 298163.02 node_cpu_seconds_total{cpu="53",mode="idle"} 1.504468883e+07 node_cpu_seconds_total{cpu="53",mode="iowait"} 122624.26 node_cpu_seconds_total{cpu="53",mode="irq"} 26610.82 node_cpu_seconds_total{cpu="53",mode="nice"} 110.97 node_cpu_seconds_total{cpu="53",mode="softirq"} 47540.65 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 119169.15 node_cpu_seconds_total{cpu="53",mode="user"} 303565.35 node_cpu_seconds_total{cpu="54",mode="idle"} 1.487002307e+07 node_cpu_seconds_total{cpu="54",mode="iowait"} 123232.2 node_cpu_seconds_total{cpu="54",mode="irq"} 34424.36 node_cpu_seconds_total{cpu="54",mode="nice"} 108.6 node_cpu_seconds_total{cpu="54",mode="softirq"} 167792.52 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 148339.48 node_cpu_seconds_total{cpu="54",mode="user"} 316923.06 node_cpu_seconds_total{cpu="55",mode="idle"} 1.502807107e+07 node_cpu_seconds_total{cpu="55",mode="iowait"} 125592.14 node_cpu_seconds_total{cpu="55",mode="irq"} 26879.58 node_cpu_seconds_total{cpu="55",mode="nice"} 90.56 node_cpu_seconds_total{cpu="55",mode="softirq"} 44916.99 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 127897.11 node_cpu_seconds_total{cpu="55",mode="user"} 310123.17 node_cpu_seconds_total{cpu="56",mode="idle"} 1.496619025e+07 node_cpu_seconds_total{cpu="56",mode="iowait"} 121928.17 node_cpu_seconds_total{cpu="56",mode="irq"} 31452.04 node_cpu_seconds_total{cpu="56",mode="nice"} 94 node_cpu_seconds_total{cpu="56",mode="softirq"} 109514.31 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 134138.47 node_cpu_seconds_total{cpu="56",mode="user"} 297644.43 node_cpu_seconds_total{cpu="57",mode="idle"} 1.498079272e+07 node_cpu_seconds_total{cpu="57",mode="iowait"} 127312.17 node_cpu_seconds_total{cpu="57",mode="irq"} 27703.9 node_cpu_seconds_total{cpu="57",mode="nice"} 91.2 node_cpu_seconds_total{cpu="57",mode="softirq"} 76118.24 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 126393.25 node_cpu_seconds_total{cpu="57",mode="user"} 326400.63 node_cpu_seconds_total{cpu="58",mode="idle"} 1.507078141e+07 node_cpu_seconds_total{cpu="58",mode="iowait"} 131063.55 node_cpu_seconds_total{cpu="58",mode="irq"} 25289.62 node_cpu_seconds_total{cpu="58",mode="nice"} 84.44 node_cpu_seconds_total{cpu="58",mode="softirq"} 34045.96 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 113255.46 node_cpu_seconds_total{cpu="58",mode="user"} 290930.55 node_cpu_seconds_total{cpu="59",mode="idle"} 1.50527182e+07 node_cpu_seconds_total{cpu="59",mode="iowait"} 122457.44 node_cpu_seconds_total{cpu="59",mode="irq"} 26577.31 node_cpu_seconds_total{cpu="59",mode="nice"} 98.17 node_cpu_seconds_total{cpu="59",mode="softirq"} 56705.91 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 111330.97 node_cpu_seconds_total{cpu="59",mode="user"} 295161.77 node_cpu_seconds_total{cpu="6",mode="idle"} 1.492340101e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 141487.82 node_cpu_seconds_total{cpu="6",mode="irq"} 28116.38 node_cpu_seconds_total{cpu="6",mode="nice"} 125.33 node_cpu_seconds_total{cpu="6",mode="softirq"} 51438.44 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 138995.23 node_cpu_seconds_total{cpu="6",mode="user"} 378661.81 node_cpu_seconds_total{cpu="60",mode="idle"} 1.503150891e+07 node_cpu_seconds_total{cpu="60",mode="iowait"} 131790.62 node_cpu_seconds_total{cpu="60",mode="irq"} 25770.85 node_cpu_seconds_total{cpu="60",mode="nice"} 109.44 node_cpu_seconds_total{cpu="60",mode="softirq"} 35905.33 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 116468.05 node_cpu_seconds_total{cpu="60",mode="user"} 324021.92 node_cpu_seconds_total{cpu="61",mode="idle"} 1.508535691e+07 node_cpu_seconds_total{cpu="61",mode="iowait"} 132277.96 node_cpu_seconds_total{cpu="61",mode="irq"} 25078.65 node_cpu_seconds_total{cpu="61",mode="nice"} 100.62 node_cpu_seconds_total{cpu="61",mode="softirq"} 22649.81 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 104886.36 node_cpu_seconds_total{cpu="61",mode="user"} 294851.91 node_cpu_seconds_total{cpu="62",mode="idle"} 1.499220408e+07 node_cpu_seconds_total{cpu="62",mode="iowait"} 135516.42 node_cpu_seconds_total{cpu="62",mode="irq"} 29324.04 node_cpu_seconds_total{cpu="62",mode="nice"} 122.22 node_cpu_seconds_total{cpu="62",mode="softirq"} 95439.9 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 115858.92 node_cpu_seconds_total{cpu="62",mode="user"} 294774.49 node_cpu_seconds_total{cpu="63",mode="idle"} 1.498185426e+07 node_cpu_seconds_total{cpu="63",mode="iowait"} 127199.78 node_cpu_seconds_total{cpu="63",mode="irq"} 28015.2 node_cpu_seconds_total{cpu="63",mode="nice"} 102.15 node_cpu_seconds_total{cpu="63",mode="softirq"} 84122.79 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 124552.58 node_cpu_seconds_total{cpu="63",mode="user"} 318391.35 node_cpu_seconds_total{cpu="64",mode="idle"} 1.491745112e+07 node_cpu_seconds_total{cpu="64",mode="iowait"} 126806.04 node_cpu_seconds_total{cpu="64",mode="irq"} 32191.61 node_cpu_seconds_total{cpu="64",mode="nice"} 100.75 node_cpu_seconds_total{cpu="64",mode="softirq"} 149696.48 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 132959.02 node_cpu_seconds_total{cpu="64",mode="user"} 303465.99 node_cpu_seconds_total{cpu="65",mode="idle"} 1.508213135e+07 node_cpu_seconds_total{cpu="65",mode="iowait"} 128583.52 node_cpu_seconds_total{cpu="65",mode="irq"} 24433.4 node_cpu_seconds_total{cpu="65",mode="nice"} 108.06 node_cpu_seconds_total{cpu="65",mode="softirq"} 8515.77 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 114791.91 node_cpu_seconds_total{cpu="65",mode="user"} 306103.34 node_cpu_seconds_total{cpu="66",mode="idle"} 1.495147673e+07 node_cpu_seconds_total{cpu="66",mode="iowait"} 122594.43 node_cpu_seconds_total{cpu="66",mode="irq"} 31616.9 node_cpu_seconds_total{cpu="66",mode="nice"} 102.56 node_cpu_seconds_total{cpu="66",mode="softirq"} 129178.89 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 129165.68 node_cpu_seconds_total{cpu="66",mode="user"} 299136.7 node_cpu_seconds_total{cpu="67",mode="idle"} 1.500716838e+07 node_cpu_seconds_total{cpu="67",mode="iowait"} 128858.06 node_cpu_seconds_total{cpu="67",mode="irq"} 85752.14 node_cpu_seconds_total{cpu="67",mode="nice"} 107.37 node_cpu_seconds_total{cpu="67",mode="softirq"} 40369.16 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 115732.7 node_cpu_seconds_total{cpu="67",mode="user"} 285888.32 node_cpu_seconds_total{cpu="68",mode="idle"} 1.502790026e+07 node_cpu_seconds_total{cpu="68",mode="iowait"} 130809.17 node_cpu_seconds_total{cpu="68",mode="irq"} 27484.34 node_cpu_seconds_total{cpu="68",mode="nice"} 75.27 node_cpu_seconds_total{cpu="68",mode="softirq"} 62047.39 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 116794.3 node_cpu_seconds_total{cpu="68",mode="user"} 300321.44 node_cpu_seconds_total{cpu="69",mode="idle"} 1.5041365e+07 node_cpu_seconds_total{cpu="69",mode="iowait"} 130019.23 node_cpu_seconds_total{cpu="69",mode="irq"} 26376.34 node_cpu_seconds_total{cpu="69",mode="nice"} 111.88 node_cpu_seconds_total{cpu="69",mode="softirq"} 53189.3 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 113900.68 node_cpu_seconds_total{cpu="69",mode="user"} 298102.48 node_cpu_seconds_total{cpu="7",mode="idle"} 1.496310108e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 141353.27 node_cpu_seconds_total{cpu="7",mode="irq"} 30334.4 node_cpu_seconds_total{cpu="7",mode="nice"} 105.81 node_cpu_seconds_total{cpu="7",mode="softirq"} 84628.36 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 130653.91 node_cpu_seconds_total{cpu="7",mode="user"} 312101.96 node_cpu_seconds_total{cpu="70",mode="idle"} 1.489802372e+07 node_cpu_seconds_total{cpu="70",mode="iowait"} 118534.35 node_cpu_seconds_total{cpu="70",mode="irq"} 33469.35 node_cpu_seconds_total{cpu="70",mode="nice"} 101.36 node_cpu_seconds_total{cpu="70",mode="softirq"} 182388.76 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 128486 node_cpu_seconds_total{cpu="70",mode="user"} 301810.66 node_cpu_seconds_total{cpu="71",mode="idle"} 1.507516728e+07 node_cpu_seconds_total{cpu="71",mode="iowait"} 127760.04 node_cpu_seconds_total{cpu="71",mode="irq"} 26235.6 node_cpu_seconds_total{cpu="71",mode="nice"} 103.73 node_cpu_seconds_total{cpu="71",mode="softirq"} 40993.46 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 119354.88 node_cpu_seconds_total{cpu="71",mode="user"} 274524.02 node_cpu_seconds_total{cpu="72",mode="idle"} 1.507885743e+07 node_cpu_seconds_total{cpu="72",mode="iowait"} 71714.88 node_cpu_seconds_total{cpu="72",mode="irq"} 21533.53 node_cpu_seconds_total{cpu="72",mode="nice"} 111.41 node_cpu_seconds_total{cpu="72",mode="softirq"} 5226.19 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 118737.79 node_cpu_seconds_total{cpu="72",mode="user"} 376012.95 node_cpu_seconds_total{cpu="73",mode="idle"} 1.513365804e+07 node_cpu_seconds_total{cpu="73",mode="iowait"} 73906.35 node_cpu_seconds_total{cpu="73",mode="irq"} 21223.5 node_cpu_seconds_total{cpu="73",mode="nice"} 89.48 node_cpu_seconds_total{cpu="73",mode="softirq"} 4967.39 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 93197.96 node_cpu_seconds_total{cpu="73",mode="user"} 345079.39 node_cpu_seconds_total{cpu="74",mode="idle"} 1.514563272e+07 node_cpu_seconds_total{cpu="74",mode="iowait"} 74768.86 node_cpu_seconds_total{cpu="74",mode="irq"} 20875.88 node_cpu_seconds_total{cpu="74",mode="nice"} 97.83 node_cpu_seconds_total{cpu="74",mode="softirq"} 4804.18 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 92525.9 node_cpu_seconds_total{cpu="74",mode="user"} 333437.23 node_cpu_seconds_total{cpu="75",mode="idle"} 1.519993637e+07 node_cpu_seconds_total{cpu="75",mode="iowait"} 79548.01 node_cpu_seconds_total{cpu="75",mode="irq"} 17213.94 node_cpu_seconds_total{cpu="75",mode="nice"} 192.58 node_cpu_seconds_total{cpu="75",mode="softirq"} 4025.91 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 91896.52 node_cpu_seconds_total{cpu="75",mode="user"} 282517.2 node_cpu_seconds_total{cpu="76",mode="idle"} 1.518953587e+07 node_cpu_seconds_total{cpu="76",mode="iowait"} 80526.46 node_cpu_seconds_total{cpu="76",mode="irq"} 19056.84 node_cpu_seconds_total{cpu="76",mode="nice"} 211.3 node_cpu_seconds_total{cpu="76",mode="softirq"} 8699.17 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 91691.63 node_cpu_seconds_total{cpu="76",mode="user"} 284199.4 node_cpu_seconds_total{cpu="77",mode="idle"} 1.522603866e+07 node_cpu_seconds_total{cpu="77",mode="iowait"} 79857.89 node_cpu_seconds_total{cpu="77",mode="irq"} 17363.81 node_cpu_seconds_total{cpu="77",mode="nice"} 212.5 node_cpu_seconds_total{cpu="77",mode="softirq"} 4078.98 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 77481.9 node_cpu_seconds_total{cpu="77",mode="user"} 269612.78 node_cpu_seconds_total{cpu="78",mode="idle"} 1.521301849e+07 node_cpu_seconds_total{cpu="78",mode="iowait"} 77778.55 node_cpu_seconds_total{cpu="78",mode="irq"} 16935.6 node_cpu_seconds_total{cpu="78",mode="nice"} 211.1 node_cpu_seconds_total{cpu="78",mode="softirq"} 4043.58 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 86832.81 node_cpu_seconds_total{cpu="78",mode="user"} 276994.64 node_cpu_seconds_total{cpu="79",mode="idle"} 1.523356308e+07 node_cpu_seconds_total{cpu="79",mode="iowait"} 77814.35 node_cpu_seconds_total{cpu="79",mode="irq"} 16824.14 node_cpu_seconds_total{cpu="79",mode="nice"} 200.26 node_cpu_seconds_total{cpu="79",mode="softirq"} 3931.24 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 77025.5 node_cpu_seconds_total{cpu="79",mode="user"} 266317.04 node_cpu_seconds_total{cpu="8",mode="idle"} 1.504645918e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 141749.88 node_cpu_seconds_total{cpu="8",mode="irq"} 25847.95 node_cpu_seconds_total{cpu="8",mode="nice"} 91.84 node_cpu_seconds_total{cpu="8",mode="softirq"} 18239.21 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 119158.46 node_cpu_seconds_total{cpu="8",mode="user"} 312112.52 node_cpu_seconds_total{cpu="80",mode="idle"} 1.523190807e+07 node_cpu_seconds_total{cpu="80",mode="iowait"} 77271.37 node_cpu_seconds_total{cpu="80",mode="irq"} 16813.96 node_cpu_seconds_total{cpu="80",mode="nice"} 201.24 node_cpu_seconds_total{cpu="80",mode="softirq"} 3888.87 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 77999.44 node_cpu_seconds_total{cpu="80",mode="user"} 267785.73 node_cpu_seconds_total{cpu="81",mode="idle"} 1.52146122e+07 node_cpu_seconds_total{cpu="81",mode="iowait"} 77820.2 node_cpu_seconds_total{cpu="81",mode="irq"} 16782.07 node_cpu_seconds_total{cpu="81",mode="nice"} 187.75 node_cpu_seconds_total{cpu="81",mode="softirq"} 3905.42 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 85116.83 node_cpu_seconds_total{cpu="81",mode="user"} 277495.43 node_cpu_seconds_total{cpu="82",mode="idle"} 1.523392618e+07 node_cpu_seconds_total{cpu="82",mode="iowait"} 77774.1 node_cpu_seconds_total{cpu="82",mode="irq"} 16677.65 node_cpu_seconds_total{cpu="82",mode="nice"} 190.34 node_cpu_seconds_total{cpu="82",mode="softirq"} 3916.61 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 75777.05 node_cpu_seconds_total{cpu="82",mode="user"} 267714.17 node_cpu_seconds_total{cpu="83",mode="idle"} 1.523324388e+07 node_cpu_seconds_total{cpu="83",mode="iowait"} 77876.84 node_cpu_seconds_total{cpu="83",mode="irq"} 16659.33 node_cpu_seconds_total{cpu="83",mode="nice"} 221.69 node_cpu_seconds_total{cpu="83",mode="softirq"} 3851.93 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 75525.04 node_cpu_seconds_total{cpu="83",mode="user"} 268607.17 node_cpu_seconds_total{cpu="84",mode="idle"} 1.521739197e+07 node_cpu_seconds_total{cpu="84",mode="iowait"} 79792.56 node_cpu_seconds_total{cpu="84",mode="irq"} 16867.08 node_cpu_seconds_total{cpu="84",mode="nice"} 220.81 node_cpu_seconds_total{cpu="84",mode="softirq"} 3866.16 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 83184.71 node_cpu_seconds_total{cpu="84",mode="user"} 274575.11 node_cpu_seconds_total{cpu="85",mode="idle"} 1.523334154e+07 node_cpu_seconds_total{cpu="85",mode="iowait"} 79488.7 node_cpu_seconds_total{cpu="85",mode="irq"} 16823.65 node_cpu_seconds_total{cpu="85",mode="nice"} 202.58 node_cpu_seconds_total{cpu="85",mode="softirq"} 3846.53 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 75272.77 node_cpu_seconds_total{cpu="85",mode="user"} 266901.09 node_cpu_seconds_total{cpu="86",mode="idle"} 1.523101521e+07 node_cpu_seconds_total{cpu="86",mode="iowait"} 79933.27 node_cpu_seconds_total{cpu="86",mode="irq"} 16804.69 node_cpu_seconds_total{cpu="86",mode="nice"} 215.34 node_cpu_seconds_total{cpu="86",mode="softirq"} 3819.36 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 75606.38 node_cpu_seconds_total{cpu="86",mode="user"} 268546.7 node_cpu_seconds_total{cpu="87",mode="idle"} 1.52209512e+07 node_cpu_seconds_total{cpu="87",mode="iowait"} 77832.43 node_cpu_seconds_total{cpu="87",mode="irq"} 16741.44 node_cpu_seconds_total{cpu="87",mode="nice"} 202.97 node_cpu_seconds_total{cpu="87",mode="softirq"} 3872.24 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 83515 node_cpu_seconds_total{cpu="87",mode="user"} 272874.85 node_cpu_seconds_total{cpu="88",mode="idle"} 1.523179721e+07 node_cpu_seconds_total{cpu="88",mode="iowait"} 77989.54 node_cpu_seconds_total{cpu="88",mode="irq"} 16811.38 node_cpu_seconds_total{cpu="88",mode="nice"} 220.06 node_cpu_seconds_total{cpu="88",mode="softirq"} 4382.16 node_cpu_seconds_total{cpu="88",mode="steal"} 0 node_cpu_seconds_total{cpu="88",mode="system"} 75849.32 node_cpu_seconds_total{cpu="88",mode="user"} 268937.54 node_cpu_seconds_total{cpu="89",mode="idle"} 1.523437509e+07 node_cpu_seconds_total{cpu="89",mode="iowait"} 77336.59 node_cpu_seconds_total{cpu="89",mode="irq"} 16661.15 node_cpu_seconds_total{cpu="89",mode="nice"} 195.36 node_cpu_seconds_total{cpu="89",mode="softirq"} 3806.02 node_cpu_seconds_total{cpu="89",mode="steal"} 0 node_cpu_seconds_total{cpu="89",mode="system"} 75684.05 node_cpu_seconds_total{cpu="89",mode="user"} 267940.15 node_cpu_seconds_total{cpu="9",mode="idle"} 1.497241576e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 142415.58 node_cpu_seconds_total{cpu="9",mode="irq"} 26106.99 node_cpu_seconds_total{cpu="9",mode="nice"} 119.82 node_cpu_seconds_total{cpu="9",mode="softirq"} 28484.52 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 126099.5 node_cpu_seconds_total{cpu="9",mode="user"} 369620.88 node_cpu_seconds_total{cpu="90",mode="idle"} 1.521967163e+07 node_cpu_seconds_total{cpu="90",mode="iowait"} 78561.89 node_cpu_seconds_total{cpu="90",mode="irq"} 17518.29 node_cpu_seconds_total{cpu="90",mode="nice"} 190.97 node_cpu_seconds_total{cpu="90",mode="softirq"} 4020.86 node_cpu_seconds_total{cpu="90",mode="steal"} 0 node_cpu_seconds_total{cpu="90",mode="system"} 82196.27 node_cpu_seconds_total{cpu="90",mode="user"} 273645.76 node_cpu_seconds_total{cpu="91",mode="idle"} 1.52336079e+07 node_cpu_seconds_total{cpu="91",mode="iowait"} 78638.49 node_cpu_seconds_total{cpu="91",mode="irq"} 16803.39 node_cpu_seconds_total{cpu="91",mode="nice"} 212.5 node_cpu_seconds_total{cpu="91",mode="softirq"} 3840.03 node_cpu_seconds_total{cpu="91",mode="steal"} 0 node_cpu_seconds_total{cpu="91",mode="system"} 74766.47 node_cpu_seconds_total{cpu="91",mode="user"} 267982.11 node_cpu_seconds_total{cpu="92",mode="idle"} 1.523561561e+07 node_cpu_seconds_total{cpu="92",mode="iowait"} 78042.69 node_cpu_seconds_total{cpu="92",mode="irq"} 16780.2 node_cpu_seconds_total{cpu="92",mode="nice"} 208.98 node_cpu_seconds_total{cpu="92",mode="softirq"} 3859.13 node_cpu_seconds_total{cpu="92",mode="steal"} 0 node_cpu_seconds_total{cpu="92",mode="system"} 73993.59 node_cpu_seconds_total{cpu="92",mode="user"} 267306.51 node_cpu_seconds_total{cpu="93",mode="idle"} 1.52196956e+07 node_cpu_seconds_total{cpu="93",mode="iowait"} 76567.69 node_cpu_seconds_total{cpu="93",mode="irq"} 16735.24 node_cpu_seconds_total{cpu="93",mode="nice"} 161.08 node_cpu_seconds_total{cpu="93",mode="softirq"} 3836.04 node_cpu_seconds_total{cpu="93",mode="steal"} 0 node_cpu_seconds_total{cpu="93",mode="system"} 81914.32 node_cpu_seconds_total{cpu="93",mode="user"} 277094.02 node_cpu_seconds_total{cpu="94",mode="idle"} 1.523115212e+07 node_cpu_seconds_total{cpu="94",mode="iowait"} 76938.51 node_cpu_seconds_total{cpu="94",mode="irq"} 16711.26 node_cpu_seconds_total{cpu="94",mode="nice"} 194.19 node_cpu_seconds_total{cpu="94",mode="softirq"} 3924.51 node_cpu_seconds_total{cpu="94",mode="steal"} 0 node_cpu_seconds_total{cpu="94",mode="system"} 75484.85 node_cpu_seconds_total{cpu="94",mode="user"} 271613.54 node_cpu_seconds_total{cpu="95",mode="idle"} 1.523318872e+07 node_cpu_seconds_total{cpu="95",mode="iowait"} 76373.13 node_cpu_seconds_total{cpu="95",mode="irq"} 17125.5 node_cpu_seconds_total{cpu="95",mode="nice"} 189.64 node_cpu_seconds_total{cpu="95",mode="softirq"} 3884.79 node_cpu_seconds_total{cpu="95",mode="steal"} 0 node_cpu_seconds_total{cpu="95",mode="system"} 75227.35 node_cpu_seconds_total{cpu="95",mode="user"} 269955.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-3735e9ba-92e1-4a2c-bb02-837e31c62bc4",name="ceph--014b7291--1a92--4191--98c9--52d970b0e948-osd--block--3735e9ba--92e1--4a2c--bb02--837e31c62bc4",uuid="LVM-89PINAugFGt8J3l6fVuQnsAJIZDmZ2lyteIgnkCwqYVh9BFYSW6QT8qUcJN5XfHW",vg_name="ceph-014b7291-1a92-4191-98c9-52d970b0e948"} 1 node_disk_device_mapper_info{device="dm-1",lv_layer="",lv_name="osd-block-afe0077b-a0bc-494d-b594-156e547d3b1a",name="ceph--0b4b6a57--a828--4de2--a82b--5877adc3bc70-osd--block--afe0077b--a0bc--494d--b594--156e547d3b1a",uuid="LVM-U6ucBv9Rh1lSuw3X2L1AamOxU5CA0lxjG0L3HXJjTZytiEcPLonBteAfu0wQfCN9",vg_name="ceph-0b4b6a57-a828-4de2-a82b-5877adc3bc70"} 1 node_disk_device_mapper_info{device="dm-10",lv_layer="",lv_name="osd-db-9ec0a086-83a7-4424-b320-8e0c3a15a150",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--9ec0a086--83a7--4424--b320--8e0c3a15a150",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq3ASQrdkCZVtcTKIVeo4tEyH01TDbBPs1",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-11",lv_layer="",lv_name="osd-block-e5875102-a229-48e5-aa4c-8c8ddcc56b81",name="ceph--df6d5814--91bd--4ee9--b1ce--75b7f1b48577-osd--block--e5875102--a229--48e5--aa4c--8c8ddcc56b81",uuid="LVM-z3Ay0txq7vNW82PekIYJ5kFgi3XIhYuft06ApDSZerRTazseU2LoTfvKIJtPx83R",vg_name="ceph-df6d5814-91bd-4ee9-b1ce-75b7f1b48577"} 1 node_disk_device_mapper_info{device="dm-12",lv_layer="",lv_name="osd-db-714a372e-d0ad-43f0-8320-6338ceb3cad4",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--714a372e--d0ad--43f0--8320--6338ceb3cad4",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqFoqB0avMcnsQyZwcqkEW2s328GT8ysYB",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-13",lv_layer="",lv_name="osd-db-ed123bb5-3f24-47bf-b41e-cd61bef534ed",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--ed123bb5--3f24--47bf--b41e--cd61bef534ed",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqZcDbTY2iimrczr4gwlK7NzitLP3CO1yn",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-14",lv_layer="",lv_name="osd-db-1ec26954-5c9a-4520-97cb-d4f10b230e3a",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--1ec26954--5c9a--4520--97cb--d4f10b230e3a",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqcdJTeOB24eppzF0Efizq3C7CobfdogsJ",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-15",lv_layer="",lv_name="osd-block-458c3774-6b68-4b04-8dc0-2c75147530a6",name="ceph--e2115f58--df1c--4826--9d74--af4a943d8588-osd--block--458c3774--6b68--4b04--8dc0--2c75147530a6",uuid="LVM-0qin07JSAtKkHPz3XdfHddUgCY1SYsupRGf0b9AOz4MXsXVVoq0B2YeDDZfGX0x9",vg_name="ceph-e2115f58-df1c-4826-9d74-af4a943d8588"} 1 node_disk_device_mapper_info{device="dm-16",lv_layer="",lv_name="osd-db-41257bf5-bce0-4d3a-998a-2c9c489688ef",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--41257bf5--bce0--4d3a--998a--2c9c489688ef",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqN2p2moz5czYr0vTPkx0VchzcccdjyZ4f",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-17",lv_layer="",lv_name="osd-db-dc95a932-0e48-4be7-9c47-f66b61634f81",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--dc95a932--0e48--4be7--9c47--f66b61634f81",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqBu7FBk4EWzpqWEhj8gXA0RlwpXhAVijV",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-18",lv_layer="",lv_name="osd-db-1034b6c3-490b-4954-946f-1e5e00fa1cb5",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--1034b6c3--490b--4954--946f--1e5e00fa1cb5",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq8EqES4gJQoL3zWv6d1HxmgEw10zg4DEi",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-19",lv_layer="",lv_name="osd-db-f84d70bb-ef64-497c-8759-9d226561f092",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--f84d70bb--ef64--497c--8759--9d226561f092",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq3IBODOEfklHBeCpaRaJ7nfGHi7otwm3z",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-2",lv_layer="",lv_name="osd-block-0789cb08-cb4b-4dc3-941f-eee0394b0171",name="ceph--1ea63f08--ec5d--4fd8--aa84--bc9796fe4d3d-osd--block--0789cb08--cb4b--4dc3--941f--eee0394b0171",uuid="LVM-6B5FKhBTuuIYvO2FvxeOEFNczx40ZELIwU0JUrAbLfJiMATUIYQp1Pw9FiWPkyUT",vg_name="ceph-1ea63f08-ec5d-4fd8-aa84-bc9796fe4d3d"} 1 node_disk_device_mapper_info{device="dm-20",lv_layer="",lv_name="osd-db-5e3c310c-caa5-4de6-9deb-17145cae4e53",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--5e3c310c--caa5--4de6--9deb--17145cae4e53",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq41HsPDhYwt9IUmaO8CHU5zDIYYdLYXdw",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-21",lv_layer="",lv_name="osd-db-accef9d4-488e-4124-b9bf-25dd2011b0c9",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--accef9d4--488e--4124--b9bf--25dd2011b0c9",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqmuDBysXFXGnAmoN0lwgX3cXkMuLIfzwy",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-22",lv_layer="",lv_name="osd-db-a639d712-89de-4af6-b740-76a3988d3df3",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--a639d712--89de--4af6--b740--76a3988d3df3",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq8Wla0lABz9ufnIGRHRuBTFa6iOo03yEo",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-23",lv_layer="",lv_name="osd-db-17ddead3-4417-4555-b219-151d7eca2eac",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--17ddead3--4417--4555--b219--151d7eca2eac",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq5Tdo2KXk3EPpc2pb2uiew5OKZ547JaQu",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-24",lv_layer="",lv_name="osd-block-1a598f20-9680-46a1-b62b-b2b42c8d63ec",name="ceph--e6e830f0--4115--409e--889e--c9000a33f45c-osd--block--1a598f20--9680--46a1--b62b--b2b42c8d63ec",uuid="LVM-vDtNMthOg5o0A6DsXGIN2CD75mH01qzOW6eHICneIRSzGlRfQUl7lLREizwyePSE",vg_name="ceph-e6e830f0-4115-409e-889e-c9000a33f45c"} 1 node_disk_device_mapper_info{device="dm-3",lv_layer="",lv_name="osd-block-fa84f6ab-3e58-42d4-8bbd-ce021e2beafa",name="ceph--29055180--99fa--4429--99c9--b1224eb835ad-osd--block--fa84f6ab--3e58--42d4--8bbd--ce021e2beafa",uuid="LVM-b4KEZLvWdg8lIRdOSEo1gByIFqE48GrNcxouPImNWgOGEW50BcahokBmNeZURUnH",vg_name="ceph-29055180-99fa-4429-99c9-b1224eb835ad"} 1 node_disk_device_mapper_info{device="dm-4",lv_layer="",lv_name="osd-block-9d2add68-e705-426b-80fa-460a682664ea",name="ceph--7d5366eb--f0e7--4f85--9e57--9ac25d1f1773-osd--block--9d2add68--e705--426b--80fa--460a682664ea",uuid="LVM-JQN1tA1vl25haNYXahAmNBz1jfIrnhUoU0mRksTJCzYz9c2nPDTOOzfnLCcVjpeN",vg_name="ceph-7d5366eb-f0e7-4f85-9e57-9ac25d1f1773"} 1 node_disk_device_mapper_info{device="dm-5",lv_layer="",lv_name="osd-block-946ccba0-2de5-47d4-bfb2-9097b5d1690d",name="ceph--885bfc7f--b9b6--4fc7--b80c--92bb159cc630-osd--block--946ccba0--2de5--47d4--bfb2--9097b5d1690d",uuid="LVM-j6RbwazejWKZcdaeh47C68Xv5fFEQ0YCbBrxJvoF2cI2g2OH3q3UuZm27lynUBn4",vg_name="ceph-885bfc7f-b9b6-4fc7-b80c-92bb159cc630"} 1 node_disk_device_mapper_info{device="dm-6",lv_layer="",lv_name="osd-block-86182cdb-1f1a-459f-98ea-dbea3c2027d1",name="ceph--94402e8b--fc62--4a33--a4bd--3fb217604128-osd--block--86182cdb--1f1a--459f--98ea--dbea3c2027d1",uuid="LVM-MWAxQwt3oTct4MSsuj7uud6DHeQffOZ75m2VJ8JD0WJ6FkTm7aVzv3JpzuHKarqc",vg_name="ceph-94402e8b-fc62-4a33-a4bd-3fb217604128"} 1 node_disk_device_mapper_info{device="dm-7",lv_layer="",lv_name="osd-block-5218b0d7-16ed-4711-9990-fce40fe97237",name="ceph--9a004e98--2042--4132--90a9--42f61e76da83-osd--block--5218b0d7--16ed--4711--9990--fce40fe97237",uuid="LVM-QMv2PezPRVcUuftLjgW3sDIsDnUckV2HvK9YUsWGYFsZqFwlpLPPWQSTIlWwQU4p",vg_name="ceph-9a004e98-2042-4132-90a9-42f61e76da83"} 1 node_disk_device_mapper_info{device="dm-8",lv_layer="",lv_name="osd-block-e8ad8bc4-bb17-4b5b-abe9-f8f5afea07b6",name="ceph--af2c5250--d1b3--4d57--bbcd--b4d2b2dbc962-osd--block--e8ad8bc4--bb17--4b5b--abe9--f8f5afea07b6",uuid="LVM-vISnxwxKxgz1iV4ppCYwJDUZZu9J0VQdoh8JYvQmQSnoch3EUTJdYqex4e69PNbQ",vg_name="ceph-af2c5250-d1b3-4d57-bbcd-b4d2b2dbc962"} 1 node_disk_device_mapper_info{device="dm-9",lv_layer="",lv_name="osd-block-8e4d3fdc-0785-47ac-a78a-4f33d31fea1f",name="ceph--d0320c32--d8be--469e--ae81--0fd6708e6ccb-osd--block--8e4d3fdc--0785--47ac--a78a--4f33d31fea1f",uuid="LVM-3Kg2fioQYb74hhrCFbQWpJ0ubOd6bpmoCZwDYlkmqhzudRPcsywIxJ2VkwhGDJQ8",vg_name="ceph-d0320c32-d8be-469e-ae81-0fd6708e6ccb"} 1 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="dm-0"} 0 node_disk_discard_time_seconds_total{device="dm-1"} 0 node_disk_discard_time_seconds_total{device="dm-10"} 0 node_disk_discard_time_seconds_total{device="dm-11"} 0 node_disk_discard_time_seconds_total{device="dm-12"} 0 node_disk_discard_time_seconds_total{device="dm-13"} 0 node_disk_discard_time_seconds_total{device="dm-14"} 0 node_disk_discard_time_seconds_total{device="dm-15"} 0 node_disk_discard_time_seconds_total{device="dm-16"} 0 node_disk_discard_time_seconds_total{device="dm-17"} 0 node_disk_discard_time_seconds_total{device="dm-18"} 0 node_disk_discard_time_seconds_total{device="dm-19"} 0 node_disk_discard_time_seconds_total{device="dm-2"} 0 node_disk_discard_time_seconds_total{device="dm-20"} 0 node_disk_discard_time_seconds_total{device="dm-21"} 0 node_disk_discard_time_seconds_total{device="dm-22"} 0 node_disk_discard_time_seconds_total{device="dm-23"} 0 node_disk_discard_time_seconds_total{device="dm-24"} 0 node_disk_discard_time_seconds_total{device="dm-3"} 0 node_disk_discard_time_seconds_total{device="dm-4"} 0 node_disk_discard_time_seconds_total{device="dm-5"} 0 node_disk_discard_time_seconds_total{device="dm-6"} 0 node_disk_discard_time_seconds_total{device="dm-7"} 0 node_disk_discard_time_seconds_total{device="dm-8"} 0 node_disk_discard_time_seconds_total{device="dm-9"} 0 node_disk_discard_time_seconds_total{device="nbd0"} 0 node_disk_discard_time_seconds_total{device="nbd1"} 0 node_disk_discard_time_seconds_total{device="nbd10"} 0 node_disk_discard_time_seconds_total{device="nbd11"} 0 node_disk_discard_time_seconds_total{device="nbd12"} 0 node_disk_discard_time_seconds_total{device="nbd13"} 0 node_disk_discard_time_seconds_total{device="nbd14"} 0 node_disk_discard_time_seconds_total{device="nbd15"} 0 node_disk_discard_time_seconds_total{device="nbd2"} 0 node_disk_discard_time_seconds_total{device="nbd3"} 0 node_disk_discard_time_seconds_total{device="nbd4"} 0 node_disk_discard_time_seconds_total{device="nbd5"} 0 node_disk_discard_time_seconds_total{device="nbd6"} 0 node_disk_discard_time_seconds_total{device="nbd7"} 0 node_disk_discard_time_seconds_total{device="nbd8"} 0 node_disk_discard_time_seconds_total{device="nbd9"} 0 node_disk_discard_time_seconds_total{device="nvme0n1"} 0 node_disk_discard_time_seconds_total{device="nvme1n1"} 0 node_disk_discard_time_seconds_total{device="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="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="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="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 node_disk_discards_merged_total{device="sdc"} 0 node_disk_discards_merged_total{device="sdd"} 0 node_disk_discards_merged_total{device="sde"} 0 node_disk_discards_merged_total{device="sdf"} 0 node_disk_discards_merged_total{device="sdg"} 0 node_disk_discards_merged_total{device="sdh"} 0 node_disk_discards_merged_total{device="sdi"} 0 node_disk_discards_merged_total{device="sdj"} 0 node_disk_discards_merged_total{device="sdk"} 0 node_disk_discards_merged_total{device="sdl"} 0 node_disk_discards_merged_total{device="sdm"} 0 node_disk_discards_merged_total{device="sdn"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="dm-0",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-1",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-10",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-11",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-12",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-13",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-14",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-15",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-16",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-17",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-18",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-19",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-2",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-20",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-21",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-22",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-23",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-24",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-3",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-4",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-5",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-6",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-7",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-8",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-9",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="nvme0n1",type="LVM2_member",usage="raid",uuid="589Vjp-fTId-iRE3-kHly-LBzH-DRzm-yOBT7F",version="LVM2 001"} 1 node_disk_filesystem_info{device="nvme1n1",type="LVM2_member",usage="raid",uuid="upgVOF-qeSg-0XPA-CxUX-Ri5m-hLai-JX83bN",version="LVM2 001"} 1 node_disk_filesystem_info{device="sda",type="LVM2_member",usage="raid",uuid="ecydYg-Q08H-swDx-TmM3-Rbe1-L1SU-thUdcs",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdb",type="LVM2_member",usage="raid",uuid="JYECVn-IkVU-f62F-KLXw-oNeX-Pd8d-L30VzN",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdc",type="LVM2_member",usage="raid",uuid="ZLM4zI-UmVz-ssW2-CuTr-Dgm0-2fc0-Yf354W",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdd",type="LVM2_member",usage="raid",uuid="4ce5rC-RYrV-0JCB-1Bzo-8rBc-Z52o-qSZDaj",version="LVM2 001"} 1 node_disk_filesystem_info{device="sde",type="LVM2_member",usage="raid",uuid="oOEVDO-dbmb-FRkK-Q9XQ-sBZl-pX1i-cTjJwH",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdf",type="LVM2_member",usage="raid",uuid="OW7bdE-6wxZ-9d1j-7sN0-gO7j-iD1I-TDLNi5",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdg",type="LVM2_member",usage="raid",uuid="TObOdh-NLi1-30nA-KQ8j-9BbX-ipGV-x6G2r9",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdh",type="LVM2_member",usage="raid",uuid="MzQmec-hfMB-nyqd-QlGq-wj3k-vXUk-5dgdyZ",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdi",type="LVM2_member",usage="raid",uuid="SlvVDT-tQez-ES4e-TOKt-pstD-LBvT-c0ANgM",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdj",type="LVM2_member",usage="raid",uuid="pJHEy2-F1mb-Xp6V-uNI5-IEun-2BS5-m7H8qr",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdk",type="LVM2_member",usage="raid",uuid="xrn3fL-Cpvo-ZLgl-CcGn-2O6d-b4Eh-jcegOS",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdl",type="LVM2_member",usage="raid",uuid="WMDffQ-4izj-uHST-ehCQ-0RKz-7GfG-WcTXbC",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdm",type="xfs",usage="filesystem",uuid="139ba0cb-38fe-4ed2-ad5f-d61edcfb2e42",version=""} 1 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="dm-0"} 0 node_disk_flush_requests_time_seconds_total{device="dm-1"} 0 node_disk_flush_requests_time_seconds_total{device="dm-10"} 0 node_disk_flush_requests_time_seconds_total{device="dm-11"} 0 node_disk_flush_requests_time_seconds_total{device="dm-12"} 0 node_disk_flush_requests_time_seconds_total{device="dm-13"} 0 node_disk_flush_requests_time_seconds_total{device="dm-14"} 0 node_disk_flush_requests_time_seconds_total{device="dm-15"} 0 node_disk_flush_requests_time_seconds_total{device="dm-16"} 0 node_disk_flush_requests_time_seconds_total{device="dm-17"} 0 node_disk_flush_requests_time_seconds_total{device="dm-18"} 0 node_disk_flush_requests_time_seconds_total{device="dm-19"} 0 node_disk_flush_requests_time_seconds_total{device="dm-2"} 0 node_disk_flush_requests_time_seconds_total{device="dm-20"} 0 node_disk_flush_requests_time_seconds_total{device="dm-21"} 0 node_disk_flush_requests_time_seconds_total{device="dm-22"} 0 node_disk_flush_requests_time_seconds_total{device="dm-23"} 0 node_disk_flush_requests_time_seconds_total{device="dm-24"} 0 node_disk_flush_requests_time_seconds_total{device="dm-3"} 0 node_disk_flush_requests_time_seconds_total{device="dm-4"} 0 node_disk_flush_requests_time_seconds_total{device="dm-5"} 0 node_disk_flush_requests_time_seconds_total{device="dm-6"} 0 node_disk_flush_requests_time_seconds_total{device="dm-7"} 0 node_disk_flush_requests_time_seconds_total{device="dm-8"} 0 node_disk_flush_requests_time_seconds_total{device="dm-9"} 0 node_disk_flush_requests_time_seconds_total{device="nbd0"} 0 node_disk_flush_requests_time_seconds_total{device="nbd1"} 0 node_disk_flush_requests_time_seconds_total{device="nbd10"} 0 node_disk_flush_requests_time_seconds_total{device="nbd11"} 0 node_disk_flush_requests_time_seconds_total{device="nbd12"} 0 node_disk_flush_requests_time_seconds_total{device="nbd13"} 0 node_disk_flush_requests_time_seconds_total{device="nbd14"} 0 node_disk_flush_requests_time_seconds_total{device="nbd15"} 0 node_disk_flush_requests_time_seconds_total{device="nbd2"} 0 node_disk_flush_requests_time_seconds_total{device="nbd3"} 0 node_disk_flush_requests_time_seconds_total{device="nbd4"} 0 node_disk_flush_requests_time_seconds_total{device="nbd5"} 0 node_disk_flush_requests_time_seconds_total{device="nbd6"} 0 node_disk_flush_requests_time_seconds_total{device="nbd7"} 0 node_disk_flush_requests_time_seconds_total{device="nbd8"} 0 node_disk_flush_requests_time_seconds_total{device="nbd9"} 0 node_disk_flush_requests_time_seconds_total{device="nvme0n1"} 4.183197662e+06 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 797168.812 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"} 2119.168 # 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.023319046e+09 node_disk_flush_requests_total{device="nvme1n1"} 2.66834822e+08 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.2448419e+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="1",model="Samsung SSD 980 PRO 1TB",path="pci-0000:21:00.0-nvme-1",revision="5B2QGXA7",rotational="0",serial="S5P2NG0R108608Y",wwn="eui.002538b111503118"} 1 node_disk_info{device="nvme1n1",major="259",minor="0",model="Samsung SSD 980 PRO 1TB",path="pci-0000:22:00.0-nvme-1",revision="3B2QGXA7",rotational="0",serial="S5P2NG0R731188F",wwn="eui.002538b711512674"} 1 node_disk_info{device="sda",major="8",minor="0",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:18:0",revision="US09",rotational="1",serial="2CHW7G7P",wwn="0x5000cca2a169e618"} 1 node_disk_info{device="sdb",major="8",minor="16",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:16:0",revision="US09",rotational="1",serial="2CHZAJLL",wwn="0x5000cca2a16f88bc"} 1 node_disk_info{device="sdc",major="8",minor="32",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:17:0",revision="US09",rotational="1",serial="2CHZAJ2L",wwn="0x5000cca2a16f887c"} 1 node_disk_info{device="sdd",major="8",minor="48",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:19:0",revision="US09",rotational="1",serial="3WJJ9E5K",wwn="0x5000cca2848e614c"} 1 node_disk_info{device="sde",major="8",minor="64",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:20:0",revision="US09",rotational="1",serial="2BHSEJLD",wwn="0x5000cca29562fb64"} 1 node_disk_info{device="sdf",major="8",minor="80",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:21:0",revision="US09",rotational="1",serial="2CHL99RN",wwn="0x5000cca2a159a494"} 1 node_disk_info{device="sdg",major="8",minor="96",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:22:0",revision="US09",rotational="1",serial="2CHNRB8P",wwn="0x5000cca2a15e0b80"} 1 node_disk_info{device="sdh",major="8",minor="112",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:23:0",revision="US09",rotational="1",serial="2CHSS0TP",wwn="0x5000cca2a16389e4"} 1 node_disk_info{device="sdi",major="8",minor="128",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:24:0",revision="US09",rotational="1",serial="2CHW7G9P",wwn="0x5000cca2a169e620"} 1 node_disk_info{device="sdj",major="8",minor="144",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:25:0",revision="US09",rotational="1",serial="2CH95XUN",wwn="0x5000cca2a1491468"} 1 node_disk_info{device="sdk",major="8",minor="160",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:26:0",revision="US09",rotational="1",serial="2CHW7L7P",wwn="0x5000cca2a169e808"} 1 node_disk_info{device="sdl",major="8",minor="176",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:27:0",revision="US09",rotational="1",serial="2CHZWX6L",wwn="0x5000cca2a1708da0"} 1 node_disk_info{device="sdm",major="8",minor="192",model="PERC_H745_Adp",path="pci-0000:41:00.0-scsi-0:3:111:0",revision="5.16",rotational="0",serial="009151c836bed5ee2800feb4cb50b207",wwn="0x6b07b250cbb4fe00"} 1 node_disk_info{device="sdn",major="8",minor="208",model="DELLBOSS_VD",path="pci-0000:a1:00.0-ata-1.0",revision="MV.R00-0",rotational="1",serial="c8d0f5e03afa0010",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="dm-0"} 0 node_disk_io_now{device="dm-1"} 0 node_disk_io_now{device="dm-10"} 0 node_disk_io_now{device="dm-11"} 24 node_disk_io_now{device="dm-12"} 0 node_disk_io_now{device="dm-13"} 0 node_disk_io_now{device="dm-14"} 0 node_disk_io_now{device="dm-15"} 0 node_disk_io_now{device="dm-16"} 0 node_disk_io_now{device="dm-17"} 0 node_disk_io_now{device="dm-18"} 0 node_disk_io_now{device="dm-19"} 0 node_disk_io_now{device="dm-2"} 46 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"} 56 node_disk_io_now{device="dm-4"} 25 node_disk_io_now{device="dm-5"} 16 node_disk_io_now{device="dm-6"} 0 node_disk_io_now{device="dm-7"} 77 node_disk_io_now{device="dm-8"} 0 node_disk_io_now{device="dm-9"} 0 node_disk_io_now{device="nbd0"} 0 node_disk_io_now{device="nbd1"} 0 node_disk_io_now{device="nbd10"} 0 node_disk_io_now{device="nbd11"} 0 node_disk_io_now{device="nbd12"} 0 node_disk_io_now{device="nbd13"} 0 node_disk_io_now{device="nbd14"} 0 node_disk_io_now{device="nbd15"} 0 node_disk_io_now{device="nbd2"} 0 node_disk_io_now{device="nbd3"} 0 node_disk_io_now{device="nbd4"} 0 node_disk_io_now{device="nbd5"} 0 node_disk_io_now{device="nbd6"} 0 node_disk_io_now{device="nbd7"} 0 node_disk_io_now{device="nbd8"} 0 node_disk_io_now{device="nbd9"} 0 node_disk_io_now{device="nvme0n1"} 1 node_disk_io_now{device="nvme1n1"} 0 node_disk_io_now{device="sda"} 7 node_disk_io_now{device="sdb"} 8 node_disk_io_now{device="sdc"} 29 node_disk_io_now{device="sdd"} 0 node_disk_io_now{device="sde"} 0 node_disk_io_now{device="sdf"} 0 node_disk_io_now{device="sdg"} 36 node_disk_io_now{device="sdh"} 58 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"} 13 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"} 4.0078760500000003e+06 node_disk_io_time_seconds_total{device="dm-1"} 3.727206904e+06 node_disk_io_time_seconds_total{device="dm-10"} 809752.784 node_disk_io_time_seconds_total{device="dm-11"} 3.684666782e+06 node_disk_io_time_seconds_total{device="dm-12"} 821469.474 node_disk_io_time_seconds_total{device="dm-13"} 848658.693 node_disk_io_time_seconds_total{device="dm-14"} 793770.062 node_disk_io_time_seconds_total{device="dm-15"} 3.673795779e+06 node_disk_io_time_seconds_total{device="dm-16"} 777731.376 node_disk_io_time_seconds_total{device="dm-17"} 792574.234 node_disk_io_time_seconds_total{device="dm-18"} 849134.992 node_disk_io_time_seconds_total{device="dm-19"} 766545.167 node_disk_io_time_seconds_total{device="dm-2"} 3.527289254e+06 node_disk_io_time_seconds_total{device="dm-20"} 836242.481 node_disk_io_time_seconds_total{device="dm-21"} 830806.209 node_disk_io_time_seconds_total{device="dm-22"} 820417.885 node_disk_io_time_seconds_total{device="dm-23"} 803262.204 node_disk_io_time_seconds_total{device="dm-24"} 956636.746 node_disk_io_time_seconds_total{device="dm-3"} 3.739371373e+06 node_disk_io_time_seconds_total{device="dm-4"} 94376.855 node_disk_io_time_seconds_total{device="dm-5"} 3.918859926e+06 node_disk_io_time_seconds_total{device="dm-6"} 188041.363 node_disk_io_time_seconds_total{device="dm-7"} 3.664237687e+06 node_disk_io_time_seconds_total{device="dm-8"} 3.563968886e+06 node_disk_io_time_seconds_total{device="dm-9"} 3.186199065e+06 node_disk_io_time_seconds_total{device="nbd0"} 0 node_disk_io_time_seconds_total{device="nbd1"} 0 node_disk_io_time_seconds_total{device="nbd10"} 0 node_disk_io_time_seconds_total{device="nbd11"} 0 node_disk_io_time_seconds_total{device="nbd12"} 0 node_disk_io_time_seconds_total{device="nbd13"} 0 node_disk_io_time_seconds_total{device="nbd14"} 0 node_disk_io_time_seconds_total{device="nbd15"} 0 node_disk_io_time_seconds_total{device="nbd2"} 0 node_disk_io_time_seconds_total{device="nbd3"} 0 node_disk_io_time_seconds_total{device="nbd4"} 0 node_disk_io_time_seconds_total{device="nbd5"} 0 node_disk_io_time_seconds_total{device="nbd6"} 0 node_disk_io_time_seconds_total{device="nbd7"} 0 node_disk_io_time_seconds_total{device="nbd8"} 0 node_disk_io_time_seconds_total{device="nbd9"} 0 node_disk_io_time_seconds_total{device="nvme0n1"} 2.771937318e+06 node_disk_io_time_seconds_total{device="nvme1n1"} 957474.16 node_disk_io_time_seconds_total{device="sda"} 3.91806652e+06 node_disk_io_time_seconds_total{device="sdb"} 3.6838576410000003e+06 node_disk_io_time_seconds_total{device="sdc"} 3.738652125e+06 node_disk_io_time_seconds_total{device="sdd"} 187348.12 node_disk_io_time_seconds_total{device="sde"} 3.185406123e+06 node_disk_io_time_seconds_total{device="sdf"} 3.726268929e+06 node_disk_io_time_seconds_total{device="sdg"} 3.526516946e+06 node_disk_io_time_seconds_total{device="sdh"} 3.6635357600000002e+06 node_disk_io_time_seconds_total{device="sdi"} 4.006957776e+06 node_disk_io_time_seconds_total{device="sdj"} 3.563173086e+06 node_disk_io_time_seconds_total{device="sdk"} 3.673081072e+06 node_disk_io_time_seconds_total{device="sdl"} 93713.982 node_disk_io_time_seconds_total{device="sdm"} 3.249 node_disk_io_time_seconds_total{device="sdn"} 29770.767 # 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"} 4.257016843e+06 node_disk_io_time_weighted_seconds_total{device="dm-1"} 276916.571 node_disk_io_time_weighted_seconds_total{device="dm-10"} 1.205405031e+06 node_disk_io_time_weighted_seconds_total{device="dm-11"} 1.815697752e+06 node_disk_io_time_weighted_seconds_total{device="dm-12"} 1.246929673e+06 node_disk_io_time_weighted_seconds_total{device="dm-13"} 1.2736023460000001e+06 node_disk_io_time_weighted_seconds_total{device="dm-14"} 1.189688266e+06 node_disk_io_time_weighted_seconds_total{device="dm-15"} 1.411741308e+06 node_disk_io_time_weighted_seconds_total{device="dm-16"} 1.163415509e+06 node_disk_io_time_weighted_seconds_total{device="dm-17"} 1.212251205e+06 node_disk_io_time_weighted_seconds_total{device="dm-18"} 1.296806526e+06 node_disk_io_time_weighted_seconds_total{device="dm-19"} 1.128920252e+06 node_disk_io_time_weighted_seconds_total{device="dm-2"} 2.191986568e+06 node_disk_io_time_weighted_seconds_total{device="dm-20"} 1.248685787e+06 node_disk_io_time_weighted_seconds_total{device="dm-21"} 1.25757499e+06 node_disk_io_time_weighted_seconds_total{device="dm-22"} 1.2242382110000001e+06 node_disk_io_time_weighted_seconds_total{device="dm-23"} 1.1915418900000001e+06 node_disk_io_time_weighted_seconds_total{device="dm-24"} 1.778212148e+06 node_disk_io_time_weighted_seconds_total{device="dm-3"} 1.65673204e+06 node_disk_io_time_weighted_seconds_total{device="dm-4"} 3.2603496410000003e+06 node_disk_io_time_weighted_seconds_total{device="dm-5"} 639391.352 node_disk_io_time_weighted_seconds_total{device="dm-6"} 2.279397532e+06 node_disk_io_time_weighted_seconds_total{device="dm-7"} 400106.666 node_disk_io_time_weighted_seconds_total{device="dm-8"} 2.714331114e+06 node_disk_io_time_weighted_seconds_total{device="dm-9"} 30764.691 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"} 1.179166948e+06 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 1.9716000250000001e+06 node_disk_io_time_weighted_seconds_total{device="sda"} 1.10530318e+06 node_disk_io_time_weighted_seconds_total{device="sdb"} 74162.087 node_disk_io_time_weighted_seconds_total{device="sdc"} 1.127323686e+06 node_disk_io_time_weighted_seconds_total{device="sdd"} 643195.373 node_disk_io_time_weighted_seconds_total{device="sde"} 99674.642 node_disk_io_time_weighted_seconds_total{device="sdf"} 3.171176236e+06 node_disk_io_time_weighted_seconds_total{device="sdg"} 4.251887115e+06 node_disk_io_time_weighted_seconds_total{device="sdh"} 2.7116377060000002e+06 node_disk_io_time_weighted_seconds_total{device="sdi"} 1.681763679e+06 node_disk_io_time_weighted_seconds_total{device="sdj"} 3.2222767430000002e+06 node_disk_io_time_weighted_seconds_total{device="sdk"} 978847.125 node_disk_io_time_weighted_seconds_total{device="sdl"} 2.485800249e+06 node_disk_io_time_weighted_seconds_total{device="sdm"} 22.576 node_disk_io_time_weighted_seconds_total{device="sdn"} 278397.63 # 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"} 3.22104643739648e+14 node_disk_read_bytes_total{device="dm-1"} 3.00234153795584e+14 node_disk_read_bytes_total{device="dm-10"} 1.075594080256e+12 node_disk_read_bytes_total{device="dm-11"} 3.00070925340672e+14 node_disk_read_bytes_total{device="dm-12"} 1.150591832064e+12 node_disk_read_bytes_total{device="dm-13"} 1.087496720384e+12 node_disk_read_bytes_total{device="dm-14"} 1.041570422784e+12 node_disk_read_bytes_total{device="dm-15"} 2.9088114374656e+14 node_disk_read_bytes_total{device="dm-16"} 1.000942727168e+12 node_disk_read_bytes_total{device="dm-17"} 1.04387698688e+12 node_disk_read_bytes_total{device="dm-18"} 1.19913693184e+12 node_disk_read_bytes_total{device="dm-19"} 1.000787910656e+12 node_disk_read_bytes_total{device="dm-2"} 2.93176627429376e+14 node_disk_read_bytes_total{device="dm-20"} 1.074096898048e+12 node_disk_read_bytes_total{device="dm-21"} 1.068131090432e+12 node_disk_read_bytes_total{device="dm-22"} 1.09227034624e+12 node_disk_read_bytes_total{device="dm-23"} 9.49491044352e+11 node_disk_read_bytes_total{device="dm-24"} 1.268208406528e+12 node_disk_read_bytes_total{device="dm-3"} 3.036634966016e+14 node_disk_read_bytes_total{device="dm-4"} 3.42369794301952e+14 node_disk_read_bytes_total{device="dm-5"} 3.17418860232704e+14 node_disk_read_bytes_total{device="dm-6"} 3.40277503578112e+14 node_disk_read_bytes_total{device="dm-7"} 3.02842016448512e+14 node_disk_read_bytes_total{device="dm-8"} 2.9716815384576e+14 node_disk_read_bytes_total{device="dm-9"} 2.72181797244928e+14 node_disk_read_bytes_total{device="nbd0"} 0 node_disk_read_bytes_total{device="nbd1"} 0 node_disk_read_bytes_total{device="nbd10"} 0 node_disk_read_bytes_total{device="nbd11"} 0 node_disk_read_bytes_total{device="nbd12"} 0 node_disk_read_bytes_total{device="nbd13"} 0 node_disk_read_bytes_total{device="nbd14"} 0 node_disk_read_bytes_total{device="nbd15"} 0 node_disk_read_bytes_total{device="nbd2"} 0 node_disk_read_bytes_total{device="nbd3"} 0 node_disk_read_bytes_total{device="nbd4"} 0 node_disk_read_bytes_total{device="nbd5"} 0 node_disk_read_bytes_total{device="nbd6"} 0 node_disk_read_bytes_total{device="nbd7"} 0 node_disk_read_bytes_total{device="nbd8"} 0 node_disk_read_bytes_total{device="nbd9"} 0 node_disk_read_bytes_total{device="nvme0n1"} 1.2784046145536e+13 node_disk_read_bytes_total{device="nvme1n1"} 1.268248231936e+12 node_disk_read_bytes_total{device="sda"} 3.17418900488192e+14 node_disk_read_bytes_total{device="sdb"} 3.00070965633024e+14 node_disk_read_bytes_total{device="sdc"} 3.0366353698816e+14 node_disk_read_bytes_total{device="sdd"} 3.40277544013824e+14 node_disk_read_bytes_total{device="sde"} 2.72181837881344e+14 node_disk_read_bytes_total{device="sdf"} 3.00234194120704e+14 node_disk_read_bytes_total{device="sdg"} 2.9317666750464e+14 node_disk_read_bytes_total{device="sdh"} 3.0284205682688e+14 node_disk_read_bytes_total{device="sdi"} 3.22104684396544e+14 node_disk_read_bytes_total{device="sdj"} 2.97168194531328e+14 node_disk_read_bytes_total{device="sdk"} 2.9088118437888e+14 node_disk_read_bytes_total{device="sdl"} 3.42369834999808e+14 node_disk_read_bytes_total{device="sdm"} 7.2247296e+07 node_disk_read_bytes_total{device="sdn"} 3.91464799744e+11 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 1.681078452e+06 node_disk_read_time_seconds_total{device="dm-1"} 2.857733575e+06 node_disk_read_time_seconds_total{device="dm-10"} 16605.788 node_disk_read_time_seconds_total{device="dm-11"} 3.353941514e+06 node_disk_read_time_seconds_total{device="dm-12"} 19928.946 node_disk_read_time_seconds_total{device="dm-13"} 18621.569 node_disk_read_time_seconds_total{device="dm-14"} 18136.305 node_disk_read_time_seconds_total{device="dm-15"} 3.772505269e+06 node_disk_read_time_seconds_total{device="dm-16"} 17786.004 node_disk_read_time_seconds_total{device="dm-17"} 17787.198 node_disk_read_time_seconds_total{device="dm-18"} 22884.233 node_disk_read_time_seconds_total{device="dm-19"} 18147.256 node_disk_read_time_seconds_total{device="dm-2"} 699798.474 node_disk_read_time_seconds_total{device="dm-20"} 18817.332000000002 node_disk_read_time_seconds_total{device="dm-21"} 18380.350000000002 node_disk_read_time_seconds_total{device="dm-22"} 18781.703 node_disk_read_time_seconds_total{device="dm-23"} 17569.115 node_disk_read_time_seconds_total{device="dm-24"} 264787.645 node_disk_read_time_seconds_total{device="dm-3"} 4.198130549e+06 node_disk_read_time_seconds_total{device="dm-4"} 44089.674 node_disk_read_time_seconds_total{device="dm-5"} 1.412951926e+06 node_disk_read_time_seconds_total{device="dm-6"} 2.257416781e+06 node_disk_read_time_seconds_total{device="dm-7"} 2.0127560620000002e+06 node_disk_read_time_seconds_total{device="dm-8"} 3.436123126e+06 node_disk_read_time_seconds_total{device="dm-9"} 3.4166187460000003e+06 node_disk_read_time_seconds_total{device="nbd0"} 0 node_disk_read_time_seconds_total{device="nbd1"} 0 node_disk_read_time_seconds_total{device="nbd10"} 0 node_disk_read_time_seconds_total{device="nbd11"} 0 node_disk_read_time_seconds_total{device="nbd12"} 0 node_disk_read_time_seconds_total{device="nbd13"} 0 node_disk_read_time_seconds_total{device="nbd14"} 0 node_disk_read_time_seconds_total{device="nbd15"} 0 node_disk_read_time_seconds_total{device="nbd2"} 0 node_disk_read_time_seconds_total{device="nbd3"} 0 node_disk_read_time_seconds_total{device="nbd4"} 0 node_disk_read_time_seconds_total{device="nbd5"} 0 node_disk_read_time_seconds_total{device="nbd6"} 0 node_disk_read_time_seconds_total{device="nbd7"} 0 node_disk_read_time_seconds_total{device="nbd8"} 0 node_disk_read_time_seconds_total{device="nbd9"} 0 node_disk_read_time_seconds_total{device="nvme0n1"} 224142.033 node_disk_read_time_seconds_total{device="nvme1n1"} 128218.98700000001 node_disk_read_time_seconds_total{device="sda"} 281102.539 node_disk_read_time_seconds_total{device="sdb"} 3.559205061e+06 node_disk_read_time_seconds_total{device="sdc"} 438721.337 node_disk_read_time_seconds_total{device="sdd"} 4.019025781e+06 node_disk_read_time_seconds_total{device="sde"} 3.824972664e+06 node_disk_read_time_seconds_total{device="sdf"} 2.331112032e+06 node_disk_read_time_seconds_total{device="sdg"} 3.608105792e+06 node_disk_read_time_seconds_total{device="sdh"} 1.990440475e+06 node_disk_read_time_seconds_total{device="sdi"} 889506.3520000001 node_disk_read_time_seconds_total{device="sdj"} 2.402843332e+06 node_disk_read_time_seconds_total{device="sdk"} 301344.898 node_disk_read_time_seconds_total{device="sdl"} 1.706575137e+06 node_disk_read_time_seconds_total{device="sdm"} 1.75 node_disk_read_time_seconds_total{device="sdn"} 8332.845 # 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"} 5.128262423e+09 node_disk_reads_completed_total{device="dm-1"} 4.78880411e+09 node_disk_reads_completed_total{device="dm-10"} 3.4954286e+07 node_disk_reads_completed_total{device="dm-11"} 4.779189551e+09 node_disk_reads_completed_total{device="dm-12"} 4.1052379e+07 node_disk_reads_completed_total{device="dm-13"} 3.9291951e+07 node_disk_reads_completed_total{device="dm-14"} 3.8001573e+07 node_disk_reads_completed_total{device="dm-15"} 4.636533711e+09 node_disk_reads_completed_total{device="dm-16"} 3.6601256e+07 node_disk_reads_completed_total{device="dm-17"} 3.8285347e+07 node_disk_reads_completed_total{device="dm-18"} 4.5463591e+07 node_disk_reads_completed_total{device="dm-19"} 3.8579942e+07 node_disk_reads_completed_total{device="dm-2"} 4.668031654e+09 node_disk_reads_completed_total{device="dm-20"} 3.9013961e+07 node_disk_reads_completed_total{device="dm-21"} 3.8835018e+07 node_disk_reads_completed_total{device="dm-22"} 3.7780188e+07 node_disk_reads_completed_total{device="dm-23"} 3.6005e+07 node_disk_reads_completed_total{device="dm-24"} 1.17863366e+08 node_disk_reads_completed_total{device="dm-3"} 4.836611267e+09 node_disk_reads_completed_total{device="dm-4"} 5.445389082e+09 node_disk_reads_completed_total{device="dm-5"} 5.053543454e+09 node_disk_reads_completed_total{device="dm-6"} 5.411385771e+09 node_disk_reads_completed_total{device="dm-7"} 4.825302319e+09 node_disk_reads_completed_total{device="dm-8"} 4.735273863e+09 node_disk_reads_completed_total{device="dm-9"} 4.335474944e+09 node_disk_reads_completed_total{device="nbd0"} 0 node_disk_reads_completed_total{device="nbd1"} 0 node_disk_reads_completed_total{device="nbd10"} 0 node_disk_reads_completed_total{device="nbd11"} 0 node_disk_reads_completed_total{device="nbd12"} 0 node_disk_reads_completed_total{device="nbd13"} 0 node_disk_reads_completed_total{device="nbd14"} 0 node_disk_reads_completed_total{device="nbd15"} 0 node_disk_reads_completed_total{device="nbd2"} 0 node_disk_reads_completed_total{device="nbd3"} 0 node_disk_reads_completed_total{device="nbd4"} 0 node_disk_reads_completed_total{device="nbd5"} 0 node_disk_reads_completed_total{device="nbd6"} 0 node_disk_reads_completed_total{device="nbd7"} 0 node_disk_reads_completed_total{device="nbd8"} 0 node_disk_reads_completed_total{device="nbd9"} 0 node_disk_reads_completed_total{device="nvme0n1"} 4.63882467e+08 node_disk_reads_completed_total{device="nvme1n1"} 4.8770451e+07 node_disk_reads_completed_total{device="sda"} 2.70950087e+09 node_disk_reads_completed_total{device="sdb"} 2.5377727e+09 node_disk_reads_completed_total{device="sdc"} 2.620184792e+09 node_disk_reads_completed_total{device="sdd"} 2.917272067e+09 node_disk_reads_completed_total{device="sde"} 2.310616259e+09 node_disk_reads_completed_total{device="sdf"} 2.574935986e+09 node_disk_reads_completed_total{device="sdg"} 2.505743823e+09 node_disk_reads_completed_total{device="sdh"} 2.588110468e+09 node_disk_reads_completed_total{device="sdi"} 2.766678288e+09 node_disk_reads_completed_total{device="sdj"} 2.516694924e+09 node_disk_reads_completed_total{device="sdk"} 2.508084624e+09 node_disk_reads_completed_total{device="sdl"} 2.941038827e+09 node_disk_reads_completed_total{device="sdm"} 6194 node_disk_reads_completed_total{device="sdn"} 2.0626253e+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"} 6.909365e+07 node_disk_reads_merged_total{device="sda"} 2.344043327e+09 node_disk_reads_merged_total{device="sdb"} 2.241417626e+09 node_disk_reads_merged_total{device="sdc"} 2.216427229e+09 node_disk_reads_merged_total{device="sdd"} 2.494114458e+09 node_disk_reads_merged_total{device="sde"} 2.024859441e+09 node_disk_reads_merged_total{device="sdf"} 2.213868863e+09 node_disk_reads_merged_total{device="sdg"} 2.162288587e+09 node_disk_reads_merged_total{device="sdh"} 2.237192621e+09 node_disk_reads_merged_total{device="sdi"} 2.361584881e+09 node_disk_reads_merged_total{device="sdj"} 2.218579703e+09 node_disk_reads_merged_total{device="sdk"} 2.128449845e+09 node_disk_reads_merged_total{device="sdl"} 2.504351015e+09 node_disk_reads_merged_total{device="sdm"} 53 node_disk_reads_merged_total{device="sdn"} 2.577022e+06 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="dm-0"} 2.575938391e+06 node_disk_write_time_seconds_total{device="dm-1"} 1.7141502920000001e+06 node_disk_write_time_seconds_total{device="dm-10"} 1.188799243e+06 node_disk_write_time_seconds_total{device="dm-11"} 2.756723534e+06 node_disk_write_time_seconds_total{device="dm-12"} 1.227000727e+06 node_disk_write_time_seconds_total{device="dm-13"} 1.254980777e+06 node_disk_write_time_seconds_total{device="dm-14"} 1.1715519610000001e+06 node_disk_write_time_seconds_total{device="dm-15"} 1.934203335e+06 node_disk_write_time_seconds_total{device="dm-16"} 1.1456295050000001e+06 node_disk_write_time_seconds_total{device="dm-17"} 1.194464007e+06 node_disk_write_time_seconds_total{device="dm-18"} 1.273922293e+06 node_disk_write_time_seconds_total{device="dm-19"} 1.110772996e+06 node_disk_write_time_seconds_total{device="dm-2"} 1.492188094e+06 node_disk_write_time_seconds_total{device="dm-20"} 1.229868455e+06 node_disk_write_time_seconds_total{device="dm-21"} 1.2391946400000001e+06 node_disk_write_time_seconds_total{device="dm-22"} 1.205456508e+06 node_disk_write_time_seconds_total{device="dm-23"} 1.1739727750000001e+06 node_disk_write_time_seconds_total{device="dm-24"} 1.513424503e+06 node_disk_write_time_seconds_total{device="dm-3"} 1.753568787e+06 node_disk_write_time_seconds_total{device="dm-4"} 3.216259967e+06 node_disk_write_time_seconds_total{device="dm-5"} 3.521406722e+06 node_disk_write_time_seconds_total{device="dm-6"} 21980.751 node_disk_write_time_seconds_total{device="dm-7"} 2.6823179e+06 node_disk_write_time_seconds_total{device="dm-8"} 3.573175284e+06 node_disk_write_time_seconds_total{device="dm-9"} 909113.241 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.066794548e+06 node_disk_write_time_seconds_total{device="nvme1n1"} 1.046212226e+06 node_disk_write_time_seconds_total{device="sda"} 824200.6410000001 node_disk_write_time_seconds_total{device="sdb"} 809924.321 node_disk_write_time_seconds_total{device="sdc"} 688602.349 node_disk_write_time_seconds_total{device="sdd"} 919136.888 node_disk_write_time_seconds_total{device="sde"} 569669.274 node_disk_write_time_seconds_total{device="sdf"} 840064.203 node_disk_write_time_seconds_total{device="sdg"} 643781.322 node_disk_write_time_seconds_total{device="sdh"} 721197.231 node_disk_write_time_seconds_total{device="sdi"} 792257.327 node_disk_write_time_seconds_total{device="sdj"} 819433.411 node_disk_write_time_seconds_total{device="sdk"} 677502.226 node_disk_write_time_seconds_total{device="sdl"} 779225.112 node_disk_write_time_seconds_total{device="sdm"} 20.825 node_disk_write_time_seconds_total{device="sdn"} 267945.616 # 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.49906146e+08 node_disk_writes_completed_total{device="dm-1"} 3.05223194e+08 node_disk_writes_completed_total{device="dm-10"} 6.10284854e+08 node_disk_writes_completed_total{device="dm-11"} 3.39968815e+08 node_disk_writes_completed_total{device="dm-12"} 6.15819282e+08 node_disk_writes_completed_total{device="dm-13"} 6.46044111e+08 node_disk_writes_completed_total{device="dm-14"} 5.55751621e+08 node_disk_writes_completed_total{device="dm-15"} 3.00827754e+08 node_disk_writes_completed_total{device="dm-16"} 5.43542491e+08 node_disk_writes_completed_total{device="dm-17"} 5.96436437e+08 node_disk_writes_completed_total{device="dm-18"} 6.55840191e+08 node_disk_writes_completed_total{device="dm-19"} 5.29044509e+08 node_disk_writes_completed_total{device="dm-2"} 3.04696537e+08 node_disk_writes_completed_total{device="dm-20"} 6.2804823e+08 node_disk_writes_completed_total{device="dm-21"} 6.22974097e+08 node_disk_writes_completed_total{device="dm-22"} 6.11876988e+08 node_disk_writes_completed_total{device="dm-23"} 5.75416225e+08 node_disk_writes_completed_total{device="dm-24"} 3.598216131e+09 node_disk_writes_completed_total{device="dm-3"} 3.03520246e+08 node_disk_writes_completed_total{device="dm-4"} 3.36311658e+08 node_disk_writes_completed_total{device="dm-5"} 3.68994502e+08 node_disk_writes_completed_total{device="dm-6"} 3.54635283e+08 node_disk_writes_completed_total{device="dm-7"} 3.40537016e+08 node_disk_writes_completed_total{device="dm-8"} 3.73222855e+08 node_disk_writes_completed_total{device="dm-9"} 2.82944519e+08 node_disk_writes_completed_total{device="nbd0"} 0 node_disk_writes_completed_total{device="nbd1"} 0 node_disk_writes_completed_total{device="nbd10"} 0 node_disk_writes_completed_total{device="nbd11"} 0 node_disk_writes_completed_total{device="nbd12"} 0 node_disk_writes_completed_total{device="nbd13"} 0 node_disk_writes_completed_total{device="nbd14"} 0 node_disk_writes_completed_total{device="nbd15"} 0 node_disk_writes_completed_total{device="nbd2"} 0 node_disk_writes_completed_total{device="nbd3"} 0 node_disk_writes_completed_total{device="nbd4"} 0 node_disk_writes_completed_total{device="nbd5"} 0 node_disk_writes_completed_total{device="nbd6"} 0 node_disk_writes_completed_total{device="nbd7"} 0 node_disk_writes_completed_total{device="nbd8"} 0 node_disk_writes_completed_total{device="nbd9"} 0 node_disk_writes_completed_total{device="nvme0n1"} 2.195411955e+09 node_disk_writes_completed_total{device="nvme1n1"} 9.21014409e+08 node_disk_writes_completed_total{device="sda"} 4.5739446e+07 node_disk_writes_completed_total{device="sdb"} 4.2341693e+07 node_disk_writes_completed_total{device="sdc"} 3.7852414e+07 node_disk_writes_completed_total{device="sdd"} 4.5255544e+07 node_disk_writes_completed_total{device="sde"} 3.500158e+07 node_disk_writes_completed_total{device="sdf"} 4.8633227e+07 node_disk_writes_completed_total{device="sdg"} 3.760705e+07 node_disk_writes_completed_total{device="sdh"} 4.0717612e+07 node_disk_writes_completed_total{device="sdi"} 4.2917282e+07 node_disk_writes_completed_total{device="sdj"} 4.239208e+07 node_disk_writes_completed_total{device="sdk"} 3.6708371e+07 node_disk_writes_completed_total{device="sdl"} 4.1282639e+07 node_disk_writes_completed_total{device="sdm"} 64895 node_disk_writes_completed_total{device="sdn"} 1.29725897e+08 # 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.99767055e+09 node_disk_writes_merged_total{device="nvme1n1"} 2.677871925e+09 node_disk_writes_merged_total{device="sda"} 3.23255577e+08 node_disk_writes_merged_total{device="sdb"} 2.97627437e+08 node_disk_writes_merged_total{device="sdc"} 2.65668012e+08 node_disk_writes_merged_total{device="sdd"} 3.09380137e+08 node_disk_writes_merged_total{device="sde"} 2.47943202e+08 node_disk_writes_merged_total{device="sdf"} 2.5659017e+08 node_disk_writes_merged_total{device="sdg"} 2.67089924e+08 node_disk_writes_merged_total{device="sdh"} 2.99819913e+08 node_disk_writes_merged_total{device="sdi"} 3.0698904e+08 node_disk_writes_merged_total{device="sdj"} 3.30830992e+08 node_disk_writes_merged_total{device="sdk"} 2.64119778e+08 node_disk_writes_merged_total{device="sdl"} 2.95029203e+08 node_disk_writes_merged_total{device="sdm"} 8799 node_disk_writes_merged_total{device="sdn"} 1.55992757e+08 # 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.1600749473792e+13 node_disk_written_bytes_total{device="dm-1"} 1.8113410154496e+13 node_disk_written_bytes_total{device="dm-10"} 2.178308313088e+12 node_disk_written_bytes_total{device="dm-11"} 2.0942597046272e+13 node_disk_written_bytes_total{device="dm-12"} 2.199669497856e+12 node_disk_written_bytes_total{device="dm-13"} 2.295211597824e+12 node_disk_written_bytes_total{device="dm-14"} 1.967575904256e+12 node_disk_written_bytes_total{device="dm-15"} 1.858077247488e+13 node_disk_written_bytes_total{device="dm-16"} 1.928906534912e+12 node_disk_written_bytes_total{device="dm-17"} 2.131463708672e+12 node_disk_written_bytes_total{device="dm-18"} 2.345143554048e+12 node_disk_written_bytes_total{device="dm-19"} 1.8743361536e+12 node_disk_written_bytes_total{device="dm-2"} 1.879422017536e+13 node_disk_written_bytes_total{device="dm-20"} 2.202468007936e+12 node_disk_written_bytes_total{device="dm-21"} 2.220213899264e+12 node_disk_written_bytes_total{device="dm-22"} 2.181932544e+12 node_disk_written_bytes_total{device="dm-23"} 2.038381391872e+12 node_disk_written_bytes_total{device="dm-24"} 1.6162796322816e+13 node_disk_written_bytes_total{device="dm-3"} 1.8695773556736e+13 node_disk_written_bytes_total{device="dm-4"} 2.0752417435648e+13 node_disk_written_bytes_total{device="dm-5"} 2.2743431811072e+13 node_disk_written_bytes_total{device="dm-6"} 2.17773682688e+13 node_disk_written_bytes_total{device="dm-7"} 2.1089915949056e+13 node_disk_written_bytes_total{device="dm-8"} 2.3254461730816e+13 node_disk_written_bytes_total{device="dm-9"} 1.7444505059328e+13 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.5563611107328e+13 node_disk_written_bytes_total{device="nvme1n1"} 1.6162796322816e+13 node_disk_written_bytes_total{device="sda"} 2.2743431811072e+13 node_disk_written_bytes_total{device="sdb"} 2.0942597046272e+13 node_disk_written_bytes_total{device="sdc"} 1.8695773556736e+13 node_disk_written_bytes_total{device="sdd"} 2.17773682688e+13 node_disk_written_bytes_total{device="sde"} 1.7444505059328e+13 node_disk_written_bytes_total{device="sdf"} 1.8113410154496e+13 node_disk_written_bytes_total{device="sdg"} 1.879422017536e+13 node_disk_written_bytes_total{device="sdh"} 2.1089915949056e+13 node_disk_written_bytes_total{device="sdi"} 2.1600749473792e+13 node_disk_written_bytes_total{device="sdj"} 2.3254461730816e+13 node_disk_written_bytes_total{device="sdk"} 1.858077247488e+13 node_disk_written_bytes_total{device="sdl"} 2.0752417435648e+13 node_disk_written_bytes_total{device="sdm"} 1.362681344e+09 node_disk_written_bytes_total{device="sdn"} 5.991544987136e+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 13664 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87099019264e+12 node_filesystem_avail_bytes{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.01682944e+08 node_filesystem_avail_bytes{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 6.2595072e+08 node_filesystem_avail_bytes{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 5.6966447104e+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"} 2.032745895165952e+15 node_filesystem_avail_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 2.032745895165952e+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.3563672240128e+13 node_filesystem_avail_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.2429377404928e+13 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.036828672e+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/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_device_error{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_device_error{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_device_error{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_device_error{device="cvmfs2",device_error="transport endpoint is not connected",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_device_error{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/015885599ad43481619104ab7ff13536b2653bf86b99f72ddd633f055cc53abd/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0250a45b71604150b00a42e90618036b78dd492d28d79c5393cd445bc1a56c2d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0495452075c61eba030bcd47fdcb3a941a614fdf3a26f8884daec3f048c9667e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04b075dd1f5f8046020e64e5d82cb900d09eacdef2b4ef04f0b2f9ddf632eac3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/05bf189f189e207e6c15f5cd84892d00bc3a6837d76309a3d6a148de2d157e9f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d46818574361f599c828f574c76ca485cbdbd4a4b0459f6003ca66d3956c906/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2546fd8fa90e13eb7c85b7675d20c878a5f300f82162c248baa1e85034da1336/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/28679dfabe2d3426fd536ef0ebb4d569128979356a7774291873cbc91be6fad4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2b0d6cf0ffd2d751ba0919a9d7d326ad5fbb74dd6503893c3789df48673dc4b4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2dd3b16547bbe467d153023046a25721beddb3380f9b927343f84d3b55cfb827/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3977c61af54c4e3cf29540b142228a851c7b5955eeb28e64fec9a50c9db43ab3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c74454ac367e6ad13539faf8d10b36eac80b4a4ef908c3e020821ce2ea51afa/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3fa49da148b03dcbfb63e3e3771d14428d26341ee6aaa792ce2b287269c22bb5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4550a71b4b6230257035620aa8f26cc3e4d7dfa78518fb172fe72a146fca8fdc/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45ca17b8cd47e2d57a5b144ef386e1e05970d93056eaffc1e0ba907d25e4b1ea/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d275ead6d06b1b14290d9afaa8820f0563f577b7e7fc4300e6d1f3290c12a87/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4e4255117e5cf98dc391e59044d31207062db05418ce15b2cd06b0f43ad27294/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4ef99fdd1cb9d0c55ffcd3b9d581585d00c8302130e4cb92751533d396b06498/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4fe97804e1866e6ffd64300a96890f11c42b8d3f19ce9ab437f63e590cfb190a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/504818cfc73638c99d354d4062d2188310a85e508483539afaa7313c27dfd97b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/51b897800443ab0c6379112dd1a5daac8dc802dfdabe289f84f411332331c3a1/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5b740704a8284bface4c05e2d9d2347da21a27847dd54d2742c4aa0da1d5a2a8/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6aa2391ac789448a4404af870b3ceb209108df734d965e54cbfb400a41dd2e5d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6f8e11b3b14548944545f51402359b38fe6407ce67f6794240908b027935e70a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7001e9e1044439b72dcc75de9a28a86541f62b24e884e3cf90699f8fb987b635/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f7b5e654ea75c62f9e322390155ad6b8c362a76baa40cc56062ea7eb6b89dd2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/990aff977fc8dae9622ede2e25eb5f59db59a962134e8beb04d9a26e3b5cfbe0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9c08a2642fcaec2ca5330dc47cc7f0466d8a602bbf8c26492b9fbd34e27a27ec/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a509648a37d6fbad60b4594967cbdf541c48ccd4306892637954af8f52569782/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae9927783c95f839cb3038ff472317380f10f72dc85cc5bac6525fc0e53e200c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b1c9369c4ad5359a0e90ca8134b032f4d0c0ad01e9a58cef831c7a94da83c866/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b67decd74fdfa6dd4bf37cbcb41aff7f7b25fcbf85f6885115938f94fb1889e9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b760af6e01afb9d26d2e8a71089c457172639a33758436d1b5f1577a6a1424ae/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c9eda2ad0ea97d767346dd0a5f0a68f97e00e8e235d833e7da42ca5f51499408/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dcf627636ff9c87afa6a39384842d5bd59620d6fd796cf7df27af37fb22089f0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4c6e8f308f809a5658c4753f24b480b1f18b0a554249863a60db44215b58990/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e566056877649ea0d8ddcb82bb32b64ba44058fd95113d04cc3238d8488ab36f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ede12af3e2f28c6ed9c63e5a0af87dd36f99bee8f1a265cf7dcdccd7f9dd53c2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/eed3097e5309a9d4ff361c6e1c242421c8b7c8108cfcbd5faf293c8eddb0e747/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f3bcfad99a0186b22d84398bedd23634099f6ae47ed9252b142582d2ebe440ad/shm"} 1 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/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87432128e+08 node_filesystem_files{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 65536 node_filesystem_files{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 1.4573568e+07 node_filesystem_files{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 8.94965789e+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"} 8.94965789e+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.3589727e+07 node_filesystem_files{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 2.4452073017e+10 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 819200 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87384774e+08 node_filesystem_files_free{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 65491 node_filesystem_files_free{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 1.4145741e+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"} 2.4276126416e+10 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 814183 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87099019264e+12 node_filesystem_free_bytes{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.01682944e+08 node_filesystem_free_bytes{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 6.96414208e+08 node_filesystem_free_bytes{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 6.8918480896e+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"} 2.032745895165952e+15 node_filesystem_free_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 2.032745895165952e+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.3563672240128e+13 node_filesystem_free_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.2429377404928e+13 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.036828672e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sdm",major="8",minor="192",mountpoint="/scratch"} 1 node_filesystem_mount_info{device="/dev/sdn1",major="8",minor="209",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sdn2",major="8",minor="210",mountpoint="/boot"} 1 node_filesystem_mount_info{device="/dev/sdn3",major="8",minor="211",mountpoint="/"} 1 node_filesystem_mount_info{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",major="0",minor="44",mountpoint="/cold"} 1 node_filesystem_mount_info{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",major="0",minor="45",mountpoint="/data"} 1 node_filesystem_mount_info{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",major="0",minor="46",mountpoint="/work"} 1 node_filesystem_mount_info{device="nfs.af.uchicago.edu:/export/home",major="0",minor="49",mountpoint="/home"} 1 node_filesystem_mount_info{device="none",major="0",minor="33",mountpoint="/run/credentials/systemd-sysctl.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="34",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="36",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="24",mountpoint="/run"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_purgeable_bytes{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_purgeable_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_purgeable_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_purgeable_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_readonly{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_readonly{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_readonly{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_readonly{device="cvmfs2",device_error="transport endpoint is not connected",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_readonly{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 0 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 1 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 1 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 1 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/015885599ad43481619104ab7ff13536b2653bf86b99f72ddd633f055cc53abd/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0250a45b71604150b00a42e90618036b78dd492d28d79c5393cd445bc1a56c2d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0495452075c61eba030bcd47fdcb3a941a614fdf3a26f8884daec3f048c9667e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04b075dd1f5f8046020e64e5d82cb900d09eacdef2b4ef04f0b2f9ddf632eac3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/05bf189f189e207e6c15f5cd84892d00bc3a6837d76309a3d6a148de2d157e9f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d46818574361f599c828f574c76ca485cbdbd4a4b0459f6003ca66d3956c906/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2546fd8fa90e13eb7c85b7675d20c878a5f300f82162c248baa1e85034da1336/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/28679dfabe2d3426fd536ef0ebb4d569128979356a7774291873cbc91be6fad4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2b0d6cf0ffd2d751ba0919a9d7d326ad5fbb74dd6503893c3789df48673dc4b4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2dd3b16547bbe467d153023046a25721beddb3380f9b927343f84d3b55cfb827/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3977c61af54c4e3cf29540b142228a851c7b5955eeb28e64fec9a50c9db43ab3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c74454ac367e6ad13539faf8d10b36eac80b4a4ef908c3e020821ce2ea51afa/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3fa49da148b03dcbfb63e3e3771d14428d26341ee6aaa792ce2b287269c22bb5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4550a71b4b6230257035620aa8f26cc3e4d7dfa78518fb172fe72a146fca8fdc/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45ca17b8cd47e2d57a5b144ef386e1e05970d93056eaffc1e0ba907d25e4b1ea/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d275ead6d06b1b14290d9afaa8820f0563f577b7e7fc4300e6d1f3290c12a87/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4e4255117e5cf98dc391e59044d31207062db05418ce15b2cd06b0f43ad27294/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4ef99fdd1cb9d0c55ffcd3b9d581585d00c8302130e4cb92751533d396b06498/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4fe97804e1866e6ffd64300a96890f11c42b8d3f19ce9ab437f63e590cfb190a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/504818cfc73638c99d354d4062d2188310a85e508483539afaa7313c27dfd97b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/51b897800443ab0c6379112dd1a5daac8dc802dfdabe289f84f411332331c3a1/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5b740704a8284bface4c05e2d9d2347da21a27847dd54d2742c4aa0da1d5a2a8/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6aa2391ac789448a4404af870b3ceb209108df734d965e54cbfb400a41dd2e5d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6f8e11b3b14548944545f51402359b38fe6407ce67f6794240908b027935e70a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7001e9e1044439b72dcc75de9a28a86541f62b24e884e3cf90699f8fb987b635/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f7b5e654ea75c62f9e322390155ad6b8c362a76baa40cc56062ea7eb6b89dd2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/990aff977fc8dae9622ede2e25eb5f59db59a962134e8beb04d9a26e3b5cfbe0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9c08a2642fcaec2ca5330dc47cc7f0466d8a602bbf8c26492b9fbd34e27a27ec/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a509648a37d6fbad60b4594967cbdf541c48ccd4306892637954af8f52569782/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae9927783c95f839cb3038ff472317380f10f72dc85cc5bac6525fc0e53e200c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b1c9369c4ad5359a0e90ca8134b032f4d0c0ad01e9a58cef831c7a94da83c866/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b67decd74fdfa6dd4bf37cbcb41aff7f7b25fcbf85f6885115938f94fb1889e9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b760af6e01afb9d26d2e8a71089c457172639a33758436d1b5f1577a6a1424ae/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c9eda2ad0ea97d767346dd0a5f0a68f97e00e8e235d833e7da42ca5f51499408/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dcf627636ff9c87afa6a39384842d5bd59620d6fd796cf7df27af37fb22089f0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4c6e8f308f809a5658c4753f24b480b1f18b0a554249863a60db44215b58990/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e566056877649ea0d8ddcb82bb32b64ba44058fd95113d04cc3238d8488ab36f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ede12af3e2f28c6ed9c63e5a0af87dd36f99bee8f1a265cf7dcdccd7f9dd53c2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/eed3097e5309a9d4ff361c6e1c242421c8b7c8108cfcbd5faf293c8eddb0e747/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f3bcfad99a0186b22d84398bedd23634099f6ae47ed9252b142582d2ebe440ad/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/sdm",device_error="",fstype="xfs",mountpoint="/scratch"} 1.918367956992e+12 node_filesystem_size_bytes{device="/dev/sdn1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.0946944e+08 node_filesystem_size_bytes{device="/dev/sdn2",device_error="",fstype="ext4",mountpoint="/boot"} 1.02070272e+09 node_filesystem_size_bytes{device="/dev/sdn3",device_error="",fstype="ext4",mountpoint="/"} 2.33821335552e+11 node_filesystem_size_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 5.338458256048128e+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.338458256048128e+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.2522874732544e+14 node_filesystem_size_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 2.8240263512064e+13 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.08011839488e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 5.29314431e+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"} 463 # 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.125 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 35 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp5"} 37 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp7"} 36 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp9"} 36.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp1"} 45.125 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp3"} 34.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp5"} 34 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp7"} 44.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp9"} 39.25 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 4.97248643097e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 3.28 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 3.11 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 3.11 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 5.076574208e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.07369209856e+11 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 5.6603467776e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.62144e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 4.6012727296e+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 4.45941407744e+11 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.9266838528e+10 # HELP node_memory_CmaFree_bytes Memory information field CmaFree_bytes. # TYPE node_memory_CmaFree_bytes gauge node_memory_CmaFree_bytes 0 # HELP node_memory_CmaTotal_bytes Memory information field CmaTotal_bytes. # TYPE node_memory_CmaTotal_bytes gauge node_memory_CmaTotal_bytes 0 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.70029590528e+11 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.10322716672e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.83609851904e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 3.63438538752e+11 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.280456192e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 2.87141888e+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.00945664e+08 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 4.0448258048e+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.04281634816e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 7.8708736e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.008137728e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.800869376e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 9.710309376e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.40059185152e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 1.55557888e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.44064e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.299818496e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.652327936e+09 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 4.332920832e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.5650512896e+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.57965312e+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 449752 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 1.36751689e+08 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 1.30212923e+08 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 63324 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 1.08494e+06 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 4.49673e+06 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 6.4358107238e+11 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 6.11522923134e+11 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 5.34237485948433e+14 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.244955616483482e+15 # 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 499 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 417 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 2 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 115 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 288040 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 8.5555402e+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 1.453821e+06 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 2.816273e+06 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 1.02990887e+08 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 7966 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 62136 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.0411871071e+11 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 1.8010393e+07 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.91041015295e+11 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 7.1370741e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1.41960082e+08 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 248 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 76 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 5173 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 248 # 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 3.2707533e+07 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 275 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 199549 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 9.8785359e+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="cali0d14188a6e0"} 3 node_network_address_assign_type{device="cali2678c4ef320"} 3 node_network_address_assign_type{device="cali32f3191a59d"} 3 node_network_address_assign_type{device="cali3511b44051d"} 3 node_network_address_assign_type{device="cali5b2ef80150f"} 3 node_network_address_assign_type{device="cali6aec62202ac"} 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="caliabdefce2e63"} 3 node_network_address_assign_type{device="calib08334272e8"} 3 node_network_address_assign_type{device="calib3fe3cb132e"} 3 node_network_address_assign_type{device="calic15afb4824d"} 3 node_network_address_assign_type{device="calid069af53563"} 3 node_network_address_assign_type{device="calid6c0928d92d"} 3 node_network_address_assign_type{device="calidfce73b4f2a"} 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="cali0d14188a6e0"} 1 node_network_carrier{device="cali2678c4ef320"} 1 node_network_carrier{device="cali32f3191a59d"} 1 node_network_carrier{device="cali3511b44051d"} 1 node_network_carrier{device="cali5b2ef80150f"} 1 node_network_carrier{device="cali6aec62202ac"} 1 node_network_carrier{device="cali843dd96c301"} 1 node_network_carrier{device="cali8efd473a819"} 1 node_network_carrier{device="cali8fe32f1cd95"} 1 node_network_carrier{device="caliabdefce2e63"} 1 node_network_carrier{device="calib08334272e8"} 1 node_network_carrier{device="calib3fe3cb132e"} 1 node_network_carrier{device="calic15afb4824d"} 1 node_network_carrier{device="calid069af53563"} 1 node_network_carrier{device="calid6c0928d92d"} 1 node_network_carrier{device="calidfce73b4f2a"} 1 node_network_carrier{device="eno1"} 1 node_network_carrier{device="eno2"} 0 node_network_carrier{device="eno33np0"} 1 node_network_carrier{device="eno33np0.3604"} 1 node_network_carrier{device="eno34np1"} 0 node_network_carrier{device="lo"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="cali017fc4b686d"} 2 node_network_carrier_changes_total{device="cali0d14188a6e0"} 2 node_network_carrier_changes_total{device="cali2678c4ef320"} 2 node_network_carrier_changes_total{device="cali32f3191a59d"} 2 node_network_carrier_changes_total{device="cali3511b44051d"} 2 node_network_carrier_changes_total{device="cali5b2ef80150f"} 2 node_network_carrier_changes_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 2 node_network_carrier_changes_total{device="calib08334272e8"} 2 node_network_carrier_changes_total{device="calib3fe3cb132e"} 2 node_network_carrier_changes_total{device="calic15afb4824d"} 2 node_network_carrier_changes_total{device="calid069af53563"} 2 node_network_carrier_changes_total{device="calid6c0928d92d"} 2 node_network_carrier_changes_total{device="calidfce73b4f2a"} 2 node_network_carrier_changes_total{device="eno1"} 3 node_network_carrier_changes_total{device="eno2"} 0 node_network_carrier_changes_total{device="eno33np0"} 4 node_network_carrier_changes_total{device="eno33np0.3604"} 0 node_network_carrier_changes_total{device="eno34np1"} 1 node_network_carrier_changes_total{device="lo"} 0 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="cali017fc4b686d"} 1 node_network_carrier_down_changes_total{device="cali0d14188a6e0"} 1 node_network_carrier_down_changes_total{device="cali2678c4ef320"} 1 node_network_carrier_down_changes_total{device="cali32f3191a59d"} 1 node_network_carrier_down_changes_total{device="cali3511b44051d"} 1 node_network_carrier_down_changes_total{device="cali5b2ef80150f"} 1 node_network_carrier_down_changes_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 1 node_network_carrier_down_changes_total{device="calib08334272e8"} 1 node_network_carrier_down_changes_total{device="calib3fe3cb132e"} 1 node_network_carrier_down_changes_total{device="calic15afb4824d"} 1 node_network_carrier_down_changes_total{device="calid069af53563"} 1 node_network_carrier_down_changes_total{device="calid6c0928d92d"} 1 node_network_carrier_down_changes_total{device="calidfce73b4f2a"} 1 node_network_carrier_down_changes_total{device="eno1"} 1 node_network_carrier_down_changes_total{device="eno2"} 0 node_network_carrier_down_changes_total{device="eno33np0"} 2 node_network_carrier_down_changes_total{device="eno33np0.3604"} 0 node_network_carrier_down_changes_total{device="eno34np1"} 1 node_network_carrier_down_changes_total{device="lo"} 0 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="cali017fc4b686d"} 1 node_network_carrier_up_changes_total{device="cali0d14188a6e0"} 1 node_network_carrier_up_changes_total{device="cali2678c4ef320"} 1 node_network_carrier_up_changes_total{device="cali32f3191a59d"} 1 node_network_carrier_up_changes_total{device="cali3511b44051d"} 1 node_network_carrier_up_changes_total{device="cali5b2ef80150f"} 1 node_network_carrier_up_changes_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 1 node_network_carrier_up_changes_total{device="calib08334272e8"} 1 node_network_carrier_up_changes_total{device="calib3fe3cb132e"} 1 node_network_carrier_up_changes_total{device="calic15afb4824d"} 1 node_network_carrier_up_changes_total{device="calid069af53563"} 1 node_network_carrier_up_changes_total{device="calid6c0928d92d"} 1 node_network_carrier_up_changes_total{device="calidfce73b4f2a"} 1 node_network_carrier_up_changes_total{device="eno1"} 2 node_network_carrier_up_changes_total{device="eno2"} 0 node_network_carrier_up_changes_total{device="eno33np0"} 2 node_network_carrier_up_changes_total{device="eno33np0.3604"} 0 node_network_carrier_up_changes_total{device="eno34np1"} 0 node_network_carrier_up_changes_total{device="lo"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="cali017fc4b686d"} 0 node_network_device_id{device="cali0d14188a6e0"} 0 node_network_device_id{device="cali2678c4ef320"} 0 node_network_device_id{device="cali32f3191a59d"} 0 node_network_device_id{device="cali3511b44051d"} 0 node_network_device_id{device="cali5b2ef80150f"} 0 node_network_device_id{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_device_id{device="calib08334272e8"} 0 node_network_device_id{device="calib3fe3cb132e"} 0 node_network_device_id{device="calic15afb4824d"} 0 node_network_device_id{device="calid069af53563"} 0 node_network_device_id{device="calid6c0928d92d"} 0 node_network_device_id{device="calidfce73b4f2a"} 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="cali0d14188a6e0"} 0 node_network_dormant{device="cali2678c4ef320"} 0 node_network_dormant{device="cali32f3191a59d"} 0 node_network_dormant{device="cali3511b44051d"} 0 node_network_dormant{device="cali5b2ef80150f"} 0 node_network_dormant{device="cali6aec62202ac"} 0 node_network_dormant{device="cali843dd96c301"} 0 node_network_dormant{device="cali8efd473a819"} 0 node_network_dormant{device="cali8fe32f1cd95"} 0 node_network_dormant{device="caliabdefce2e63"} 0 node_network_dormant{device="calib08334272e8"} 0 node_network_dormant{device="calib3fe3cb132e"} 0 node_network_dormant{device="calic15afb4824d"} 0 node_network_dormant{device="calid069af53563"} 0 node_network_dormant{device="calid6c0928d92d"} 0 node_network_dormant{device="calidfce73b4f2a"} 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="cali0d14188a6e0"} 4099 node_network_flags{device="cali2678c4ef320"} 4099 node_network_flags{device="cali32f3191a59d"} 4099 node_network_flags{device="cali3511b44051d"} 4099 node_network_flags{device="cali5b2ef80150f"} 4099 node_network_flags{device="cali6aec62202ac"} 4099 node_network_flags{device="cali843dd96c301"} 4099 node_network_flags{device="cali8efd473a819"} 4099 node_network_flags{device="cali8fe32f1cd95"} 4099 node_network_flags{device="caliabdefce2e63"} 4099 node_network_flags{device="calib08334272e8"} 4099 node_network_flags{device="calib3fe3cb132e"} 4099 node_network_flags{device="calic15afb4824d"} 4099 node_network_flags{device="calid069af53563"} 4099 node_network_flags{device="calid6c0928d92d"} 4099 node_network_flags{device="calidfce73b4f2a"} 4099 node_network_flags{device="eno1"} 4099 node_network_flags{device="eno2"} 4099 node_network_flags{device="eno33np0"} 4099 node_network_flags{device="eno33np0.3604"} 4099 node_network_flags{device="eno34np1"} 4099 node_network_flags{device="lo"} 9 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="cali017fc4b686d"} 11 node_network_iface_id{device="cali0d14188a6e0"} 18567 node_network_iface_id{device="cali2678c4ef320"} 18 node_network_iface_id{device="cali32f3191a59d"} 18981 node_network_iface_id{device="cali3511b44051d"} 18986 node_network_iface_id{device="cali5b2ef80150f"} 18985 node_network_iface_id{device="cali6aec62202ac"} 18988 node_network_iface_id{device="cali843dd96c301"} 14 node_network_iface_id{device="cali8efd473a819"} 15 node_network_iface_id{device="cali8fe32f1cd95"} 13 node_network_iface_id{device="caliabdefce2e63"} 21 node_network_iface_id{device="calib08334272e8"} 23 node_network_iface_id{device="calib3fe3cb132e"} 9 node_network_iface_id{device="calic15afb4824d"} 150 node_network_iface_id{device="calid069af53563"} 20 node_network_iface_id{device="calid6c0928d92d"} 18984 node_network_iface_id{device="calidfce73b4f2a"} 18562 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="cali0d14188a6e0"} 2 node_network_iface_link{device="cali2678c4ef320"} 2 node_network_iface_link{device="cali32f3191a59d"} 2 node_network_iface_link{device="cali3511b44051d"} 2 node_network_iface_link{device="cali5b2ef80150f"} 2 node_network_iface_link{device="cali6aec62202ac"} 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="caliabdefce2e63"} 2 node_network_iface_link{device="calib08334272e8"} 2 node_network_iface_link{device="calib3fe3cb132e"} 2 node_network_iface_link{device="calic15afb4824d"} 2 node_network_iface_link{device="calid069af53563"} 2 node_network_iface_link{device="calid6c0928d92d"} 2 node_network_iface_link{device="calidfce73b4f2a"} 2 node_network_iface_link{device="eno1"} 2 node_network_iface_link{device="eno2"} 3 node_network_iface_link{device="eno33np0"} 4 node_network_iface_link{device="eno33np0.3604"} 4 node_network_iface_link{device="eno34np1"} 5 node_network_iface_link{device="lo"} 1 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="cali017fc4b686d"} 0 node_network_iface_link_mode{device="cali0d14188a6e0"} 0 node_network_iface_link_mode{device="cali2678c4ef320"} 0 node_network_iface_link_mode{device="cali32f3191a59d"} 0 node_network_iface_link_mode{device="cali3511b44051d"} 0 node_network_iface_link_mode{device="cali5b2ef80150f"} 0 node_network_iface_link_mode{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_iface_link_mode{device="calib08334272e8"} 0 node_network_iface_link_mode{device="calib3fe3cb132e"} 0 node_network_iface_link_mode{device="calic15afb4824d"} 0 node_network_iface_link_mode{device="calid069af53563"} 0 node_network_iface_link_mode{device="calid6c0928d92d"} 0 node_network_iface_link_mode{device="calidfce73b4f2a"} 0 node_network_iface_link_mode{device="eno1"} 0 node_network_iface_link_mode{device="eno2"} 0 node_network_iface_link_mode{device="eno33np0"} 0 node_network_iface_link_mode{device="eno33np0.3604"} 0 node_network_iface_link_mode{device="eno34np1"} 0 node_network_iface_link_mode{device="lo"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="c4:5a:b1:ab:86:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c4:5a:b1:ab:86:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno2",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="e4:3d:1a:03:85:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno33np0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e4:3d:1a:03:85:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno33np0.3604",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e4:3d:1a:03:85:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno34np1",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali017fc4b686d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali0d14188a6e0",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="cali32f3191a59d",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="cali3511b44051d",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="cali5b2ef80150f",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="cali6aec62202ac",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="caliabdefce2e63",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calib08334272e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calib3fe3cb132e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calic15afb4824d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calid069af53563",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calid6c0928d92d",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="calidfce73b4f2a",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="cali0d14188a6e0"} 9000 node_network_mtu_bytes{device="cali2678c4ef320"} 9000 node_network_mtu_bytes{device="cali32f3191a59d"} 9000 node_network_mtu_bytes{device="cali3511b44051d"} 9000 node_network_mtu_bytes{device="cali5b2ef80150f"} 9000 node_network_mtu_bytes{device="cali6aec62202ac"} 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="caliabdefce2e63"} 9000 node_network_mtu_bytes{device="calib08334272e8"} 9000 node_network_mtu_bytes{device="calib3fe3cb132e"} 9000 node_network_mtu_bytes{device="calic15afb4824d"} 9000 node_network_mtu_bytes{device="calid069af53563"} 9000 node_network_mtu_bytes{device="calid6c0928d92d"} 9000 node_network_mtu_bytes{device="calidfce73b4f2a"} 9000 node_network_mtu_bytes{device="eno1"} 9000 node_network_mtu_bytes{device="eno2"} 1500 node_network_mtu_bytes{device="eno33np0"} 9000 node_network_mtu_bytes{device="eno33np0.3604"} 9000 node_network_mtu_bytes{device="eno34np1"} 1500 node_network_mtu_bytes{device="lo"} 65536 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="cali017fc4b686d"} 3 node_network_name_assign_type{device="cali0d14188a6e0"} 3 node_network_name_assign_type{device="cali2678c4ef320"} 3 node_network_name_assign_type{device="cali32f3191a59d"} 3 node_network_name_assign_type{device="cali3511b44051d"} 3 node_network_name_assign_type{device="cali5b2ef80150f"} 3 node_network_name_assign_type{device="cali6aec62202ac"} 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="caliabdefce2e63"} 3 node_network_name_assign_type{device="calib08334272e8"} 3 node_network_name_assign_type{device="calib3fe3cb132e"} 3 node_network_name_assign_type{device="calic15afb4824d"} 3 node_network_name_assign_type{device="calid069af53563"} 3 node_network_name_assign_type{device="calid6c0928d92d"} 3 node_network_name_assign_type{device="calidfce73b4f2a"} 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="cali0d14188a6e0"} 0 node_network_net_dev_group{device="cali2678c4ef320"} 0 node_network_net_dev_group{device="cali32f3191a59d"} 0 node_network_net_dev_group{device="cali3511b44051d"} 0 node_network_net_dev_group{device="cali5b2ef80150f"} 0 node_network_net_dev_group{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_net_dev_group{device="calib08334272e8"} 0 node_network_net_dev_group{device="calib3fe3cb132e"} 0 node_network_net_dev_group{device="calic15afb4824d"} 0 node_network_net_dev_group{device="calid069af53563"} 0 node_network_net_dev_group{device="calid6c0928d92d"} 0 node_network_net_dev_group{device="calidfce73b4f2a"} 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="cali0d14188a6e0"} 1 node_network_protocol_type{device="cali2678c4ef320"} 1 node_network_protocol_type{device="cali32f3191a59d"} 1 node_network_protocol_type{device="cali3511b44051d"} 1 node_network_protocol_type{device="cali5b2ef80150f"} 1 node_network_protocol_type{device="cali6aec62202ac"} 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="caliabdefce2e63"} 1 node_network_protocol_type{device="calib08334272e8"} 1 node_network_protocol_type{device="calib3fe3cb132e"} 1 node_network_protocol_type{device="calic15afb4824d"} 1 node_network_protocol_type{device="calid069af53563"} 1 node_network_protocol_type{device="calid6c0928d92d"} 1 node_network_protocol_type{device="calidfce73b4f2a"} 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.769051049e+09 node_network_receive_bytes_total{device="cali0d14188a6e0"} 4970 node_network_receive_bytes_total{device="cali2678c4ef320"} 3.67838009e+08 node_network_receive_bytes_total{device="cali32f3191a59d"} 215875 node_network_receive_bytes_total{device="cali3511b44051d"} 84539 node_network_receive_bytes_total{device="cali5b2ef80150f"} 97577 node_network_receive_bytes_total{device="cali6aec62202ac"} 60458 node_network_receive_bytes_total{device="cali843dd96c301"} 2.5772703883e+10 node_network_receive_bytes_total{device="cali8efd473a819"} 3.82514553e+09 node_network_receive_bytes_total{device="cali8fe32f1cd95"} 4.24664206e+09 node_network_receive_bytes_total{device="caliabdefce2e63"} 1.8756506885e+10 node_network_receive_bytes_total{device="calib08334272e8"} 4.47472487e+08 node_network_receive_bytes_total{device="calib3fe3cb132e"} 3.803526946e+09 node_network_receive_bytes_total{device="calic15afb4824d"} 6.0178941e+09 node_network_receive_bytes_total{device="calid069af53563"} 8.570790252e+09 node_network_receive_bytes_total{device="calid6c0928d92d"} 99549 node_network_receive_bytes_total{device="calidfce73b4f2a"} 5250 node_network_receive_bytes_total{device="eno1"} 1.742119087e+10 node_network_receive_bytes_total{device="eno2"} 0 node_network_receive_bytes_total{device="eno33np0"} 5.3250499815496e+14 node_network_receive_bytes_total{device="eno33np0.3604"} 5.2534608848772e+14 node_network_receive_bytes_total{device="eno34np1"} 0 node_network_receive_bytes_total{device="lo"} 5.009646178465e+12 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="cali017fc4b686d"} 0 node_network_receive_compressed_total{device="cali0d14188a6e0"} 0 node_network_receive_compressed_total{device="cali2678c4ef320"} 0 node_network_receive_compressed_total{device="cali32f3191a59d"} 0 node_network_receive_compressed_total{device="cali3511b44051d"} 0 node_network_receive_compressed_total{device="cali5b2ef80150f"} 0 node_network_receive_compressed_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_receive_compressed_total{device="calib08334272e8"} 0 node_network_receive_compressed_total{device="calib3fe3cb132e"} 0 node_network_receive_compressed_total{device="calic15afb4824d"} 0 node_network_receive_compressed_total{device="calid069af53563"} 0 node_network_receive_compressed_total{device="calid6c0928d92d"} 0 node_network_receive_compressed_total{device="calidfce73b4f2a"} 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="cali0d14188a6e0"} 0 node_network_receive_drop_total{device="cali2678c4ef320"} 0 node_network_receive_drop_total{device="cali32f3191a59d"} 0 node_network_receive_drop_total{device="cali3511b44051d"} 0 node_network_receive_drop_total{device="cali5b2ef80150f"} 0 node_network_receive_drop_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_receive_drop_total{device="calib08334272e8"} 0 node_network_receive_drop_total{device="calib3fe3cb132e"} 0 node_network_receive_drop_total{device="calic15afb4824d"} 0 node_network_receive_drop_total{device="calid069af53563"} 0 node_network_receive_drop_total{device="calid6c0928d92d"} 0 node_network_receive_drop_total{device="calidfce73b4f2a"} 0 node_network_receive_drop_total{device="eno1"} 0 node_network_receive_drop_total{device="eno2"} 0 node_network_receive_drop_total{device="eno33np0"} 3.440661e+06 node_network_receive_drop_total{device="eno33np0.3604"} 0 node_network_receive_drop_total{device="eno34np1"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="cali017fc4b686d"} 0 node_network_receive_errs_total{device="cali0d14188a6e0"} 0 node_network_receive_errs_total{device="cali2678c4ef320"} 0 node_network_receive_errs_total{device="cali32f3191a59d"} 0 node_network_receive_errs_total{device="cali3511b44051d"} 0 node_network_receive_errs_total{device="cali5b2ef80150f"} 0 node_network_receive_errs_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_receive_errs_total{device="calib08334272e8"} 0 node_network_receive_errs_total{device="calib3fe3cb132e"} 0 node_network_receive_errs_total{device="calic15afb4824d"} 0 node_network_receive_errs_total{device="calid069af53563"} 0 node_network_receive_errs_total{device="calid6c0928d92d"} 0 node_network_receive_errs_total{device="calidfce73b4f2a"} 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="cali0d14188a6e0"} 0 node_network_receive_fifo_total{device="cali2678c4ef320"} 0 node_network_receive_fifo_total{device="cali32f3191a59d"} 0 node_network_receive_fifo_total{device="cali3511b44051d"} 0 node_network_receive_fifo_total{device="cali5b2ef80150f"} 0 node_network_receive_fifo_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_receive_fifo_total{device="calib08334272e8"} 0 node_network_receive_fifo_total{device="calib3fe3cb132e"} 0 node_network_receive_fifo_total{device="calic15afb4824d"} 0 node_network_receive_fifo_total{device="calid069af53563"} 0 node_network_receive_fifo_total{device="calid6c0928d92d"} 0 node_network_receive_fifo_total{device="calidfce73b4f2a"} 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="cali0d14188a6e0"} 0 node_network_receive_frame_total{device="cali2678c4ef320"} 0 node_network_receive_frame_total{device="cali32f3191a59d"} 0 node_network_receive_frame_total{device="cali3511b44051d"} 0 node_network_receive_frame_total{device="cali5b2ef80150f"} 0 node_network_receive_frame_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_receive_frame_total{device="calib08334272e8"} 0 node_network_receive_frame_total{device="calib3fe3cb132e"} 0 node_network_receive_frame_total{device="calic15afb4824d"} 0 node_network_receive_frame_total{device="calid069af53563"} 0 node_network_receive_frame_total{device="calid6c0928d92d"} 0 node_network_receive_frame_total{device="calidfce73b4f2a"} 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="cali0d14188a6e0"} 0 node_network_receive_multicast_total{device="cali2678c4ef320"} 0 node_network_receive_multicast_total{device="cali32f3191a59d"} 0 node_network_receive_multicast_total{device="cali3511b44051d"} 0 node_network_receive_multicast_total{device="cali5b2ef80150f"} 0 node_network_receive_multicast_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_receive_multicast_total{device="calib08334272e8"} 0 node_network_receive_multicast_total{device="calib3fe3cb132e"} 0 node_network_receive_multicast_total{device="calic15afb4824d"} 0 node_network_receive_multicast_total{device="calid069af53563"} 0 node_network_receive_multicast_total{device="calid6c0928d92d"} 0 node_network_receive_multicast_total{device="calidfce73b4f2a"} 0 node_network_receive_multicast_total{device="eno1"} 1.47523458e+08 node_network_receive_multicast_total{device="eno2"} 0 node_network_receive_multicast_total{device="eno33np0"} 1.191405e+07 node_network_receive_multicast_total{device="eno33np0.3604"} 6.77609e+06 node_network_receive_multicast_total{device="eno34np1"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="cali017fc4b686d"} 0 node_network_receive_nohandler_total{device="cali0d14188a6e0"} 0 node_network_receive_nohandler_total{device="cali2678c4ef320"} 0 node_network_receive_nohandler_total{device="cali32f3191a59d"} 0 node_network_receive_nohandler_total{device="cali3511b44051d"} 0 node_network_receive_nohandler_total{device="cali5b2ef80150f"} 0 node_network_receive_nohandler_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_receive_nohandler_total{device="calib08334272e8"} 0 node_network_receive_nohandler_total{device="calib3fe3cb132e"} 0 node_network_receive_nohandler_total{device="calic15afb4824d"} 0 node_network_receive_nohandler_total{device="calid069af53563"} 0 node_network_receive_nohandler_total{device="calid6c0928d92d"} 0 node_network_receive_nohandler_total{device="calidfce73b4f2a"} 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"} 2.0653037e+07 node_network_receive_packets_total{device="cali0d14188a6e0"} 69 node_network_receive_packets_total{device="cali2678c4ef320"} 4.660085e+06 node_network_receive_packets_total{device="cali32f3191a59d"} 3464 node_network_receive_packets_total{device="cali3511b44051d"} 1388 node_network_receive_packets_total{device="cali5b2ef80150f"} 1607 node_network_receive_packets_total{device="cali6aec62202ac"} 974 node_network_receive_packets_total{device="cali843dd96c301"} 2.42662486e+08 node_network_receive_packets_total{device="cali8efd473a819"} 4.0165274e+07 node_network_receive_packets_total{device="cali8fe32f1cd95"} 2.5069447e+07 node_network_receive_packets_total{device="caliabdefce2e63"} 1.36978899e+08 node_network_receive_packets_total{device="calib08334272e8"} 3.58875e+06 node_network_receive_packets_total{device="calib3fe3cb132e"} 3.8871517e+07 node_network_receive_packets_total{device="calic15afb4824d"} 1.5252291e+07 node_network_receive_packets_total{device="calid069af53563"} 7.7905506e+07 node_network_receive_packets_total{device="calid6c0928d92d"} 1637 node_network_receive_packets_total{device="calidfce73b4f2a"} 73 node_network_receive_packets_total{device="eno1"} 1.55859374e+08 node_network_receive_packets_total{device="eno2"} 0 node_network_receive_packets_total{device="eno33np0"} 1.93250941624e+11 node_network_receive_packets_total{device="eno33np0.3604"} 1.22410940149e+11 node_network_receive_packets_total{device="eno34np1"} 0 node_network_receive_packets_total{device="lo"} 7.13812384e+08 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="cali017fc4b686d"} 1.25e+09 node_network_speed_bytes{device="cali0d14188a6e0"} 1.25e+09 node_network_speed_bytes{device="cali2678c4ef320"} 1.25e+09 node_network_speed_bytes{device="cali32f3191a59d"} 1.25e+09 node_network_speed_bytes{device="cali3511b44051d"} 1.25e+09 node_network_speed_bytes{device="cali5b2ef80150f"} 1.25e+09 node_network_speed_bytes{device="cali6aec62202ac"} 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="caliabdefce2e63"} 1.25e+09 node_network_speed_bytes{device="calib08334272e8"} 1.25e+09 node_network_speed_bytes{device="calib3fe3cb132e"} 1.25e+09 node_network_speed_bytes{device="calic15afb4824d"} 1.25e+09 node_network_speed_bytes{device="calid069af53563"} 1.25e+09 node_network_speed_bytes{device="calid6c0928d92d"} 1.25e+09 node_network_speed_bytes{device="calidfce73b4f2a"} 1.25e+09 node_network_speed_bytes{device="eno1"} 1.25e+08 node_network_speed_bytes{device="eno2"} -125000 node_network_speed_bytes{device="eno33np0"} 1.25e+09 node_network_speed_bytes{device="eno33np0.3604"} 1.25e+09 node_network_speed_bytes{device="eno34np1"} -125000 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="cali017fc4b686d"} 3.952709066e+09 node_network_transmit_bytes_total{device="cali0d14188a6e0"} 1.833104e+06 node_network_transmit_bytes_total{device="cali2678c4ef320"} 9.575846301e+09 node_network_transmit_bytes_total{device="cali32f3191a59d"} 3.456159e+06 node_network_transmit_bytes_total{device="cali3511b44051d"} 200754 node_network_transmit_bytes_total{device="cali5b2ef80150f"} 235392 node_network_transmit_bytes_total{device="cali6aec62202ac"} 139313 node_network_transmit_bytes_total{device="cali843dd96c301"} 1.651130939576e+12 node_network_transmit_bytes_total{device="cali8efd473a819"} 1.8339595745e+10 node_network_transmit_bytes_total{device="cali8fe32f1cd95"} 4.520782174e+09 node_network_transmit_bytes_total{device="caliabdefce2e63"} 1.049228225865e+12 node_network_transmit_bytes_total{device="calib08334272e8"} 3.47958403e+08 node_network_transmit_bytes_total{device="calib3fe3cb132e"} 5.876442159e+09 node_network_transmit_bytes_total{device="calic15afb4824d"} 1.578777106e+09 node_network_transmit_bytes_total{device="calid069af53563"} 2.71293579353e+11 node_network_transmit_bytes_total{device="calid6c0928d92d"} 241252 node_network_transmit_bytes_total{device="calidfce73b4f2a"} 1.994172e+06 node_network_transmit_bytes_total{device="eno1"} 1.42805511e+08 node_network_transmit_bytes_total{device="eno2"} 0 node_network_transmit_bytes_total{device="eno33np0"} 1.116342228179997e+15 node_network_transmit_bytes_total{device="eno33np0.3604"} 1.108981167354843e+15 node_network_transmit_bytes_total{device="eno34np1"} 0 node_network_transmit_bytes_total{device="lo"} 5.009646178465e+12 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="cali017fc4b686d"} 0 node_network_transmit_carrier_total{device="cali0d14188a6e0"} 0 node_network_transmit_carrier_total{device="cali2678c4ef320"} 0 node_network_transmit_carrier_total{device="cali32f3191a59d"} 0 node_network_transmit_carrier_total{device="cali3511b44051d"} 0 node_network_transmit_carrier_total{device="cali5b2ef80150f"} 0 node_network_transmit_carrier_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_transmit_carrier_total{device="calib08334272e8"} 0 node_network_transmit_carrier_total{device="calib3fe3cb132e"} 0 node_network_transmit_carrier_total{device="calic15afb4824d"} 0 node_network_transmit_carrier_total{device="calid069af53563"} 0 node_network_transmit_carrier_total{device="calid6c0928d92d"} 0 node_network_transmit_carrier_total{device="calidfce73b4f2a"} 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="cali0d14188a6e0"} 0 node_network_transmit_colls_total{device="cali2678c4ef320"} 0 node_network_transmit_colls_total{device="cali32f3191a59d"} 0 node_network_transmit_colls_total{device="cali3511b44051d"} 0 node_network_transmit_colls_total{device="cali5b2ef80150f"} 0 node_network_transmit_colls_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_transmit_colls_total{device="calib08334272e8"} 0 node_network_transmit_colls_total{device="calib3fe3cb132e"} 0 node_network_transmit_colls_total{device="calic15afb4824d"} 0 node_network_transmit_colls_total{device="calid069af53563"} 0 node_network_transmit_colls_total{device="calid6c0928d92d"} 0 node_network_transmit_colls_total{device="calidfce73b4f2a"} 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="cali0d14188a6e0"} 0 node_network_transmit_compressed_total{device="cali2678c4ef320"} 0 node_network_transmit_compressed_total{device="cali32f3191a59d"} 0 node_network_transmit_compressed_total{device="cali3511b44051d"} 0 node_network_transmit_compressed_total{device="cali5b2ef80150f"} 0 node_network_transmit_compressed_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_transmit_compressed_total{device="calib08334272e8"} 0 node_network_transmit_compressed_total{device="calib3fe3cb132e"} 0 node_network_transmit_compressed_total{device="calic15afb4824d"} 0 node_network_transmit_compressed_total{device="calid069af53563"} 0 node_network_transmit_compressed_total{device="calid6c0928d92d"} 0 node_network_transmit_compressed_total{device="calidfce73b4f2a"} 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="cali0d14188a6e0"} 0 node_network_transmit_drop_total{device="cali2678c4ef320"} 0 node_network_transmit_drop_total{device="cali32f3191a59d"} 0 node_network_transmit_drop_total{device="cali3511b44051d"} 0 node_network_transmit_drop_total{device="cali5b2ef80150f"} 0 node_network_transmit_drop_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_transmit_drop_total{device="calib08334272e8"} 0 node_network_transmit_drop_total{device="calib3fe3cb132e"} 0 node_network_transmit_drop_total{device="calic15afb4824d"} 0 node_network_transmit_drop_total{device="calid069af53563"} 0 node_network_transmit_drop_total{device="calid6c0928d92d"} 0 node_network_transmit_drop_total{device="calidfce73b4f2a"} 0 node_network_transmit_drop_total{device="eno1"} 2 node_network_transmit_drop_total{device="eno2"} 30884 node_network_transmit_drop_total{device="eno33np0"} 0 node_network_transmit_drop_total{device="eno33np0.3604"} 0 node_network_transmit_drop_total{device="eno34np1"} 30884 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="cali0d14188a6e0"} 0 node_network_transmit_errs_total{device="cali2678c4ef320"} 0 node_network_transmit_errs_total{device="cali32f3191a59d"} 0 node_network_transmit_errs_total{device="cali3511b44051d"} 0 node_network_transmit_errs_total{device="cali5b2ef80150f"} 0 node_network_transmit_errs_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_transmit_errs_total{device="calib08334272e8"} 0 node_network_transmit_errs_total{device="calib3fe3cb132e"} 0 node_network_transmit_errs_total{device="calic15afb4824d"} 0 node_network_transmit_errs_total{device="calid069af53563"} 0 node_network_transmit_errs_total{device="calid6c0928d92d"} 0 node_network_transmit_errs_total{device="calidfce73b4f2a"} 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="cali0d14188a6e0"} 0 node_network_transmit_fifo_total{device="cali2678c4ef320"} 0 node_network_transmit_fifo_total{device="cali32f3191a59d"} 0 node_network_transmit_fifo_total{device="cali3511b44051d"} 0 node_network_transmit_fifo_total{device="cali5b2ef80150f"} 0 node_network_transmit_fifo_total{device="cali6aec62202ac"} 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="caliabdefce2e63"} 0 node_network_transmit_fifo_total{device="calib08334272e8"} 0 node_network_transmit_fifo_total{device="calib3fe3cb132e"} 0 node_network_transmit_fifo_total{device="calic15afb4824d"} 0 node_network_transmit_fifo_total{device="calid069af53563"} 0 node_network_transmit_fifo_total{device="calid6c0928d92d"} 0 node_network_transmit_fifo_total{device="calidfce73b4f2a"} 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"} 2.4664107e+07 node_network_transmit_packets_total{device="cali0d14188a6e0"} 6842 node_network_transmit_packets_total{device="cali2678c4ef320"} 4.761219e+06 node_network_transmit_packets_total{device="cali32f3191a59d"} 4540 node_network_transmit_packets_total{device="cali3511b44051d"} 1799 node_network_transmit_packets_total{device="cali5b2ef80150f"} 2098 node_network_transmit_packets_total{device="cali6aec62202ac"} 1249 node_network_transmit_packets_total{device="cali843dd96c301"} 3.04125026e+08 node_network_transmit_packets_total{device="cali8efd473a819"} 4.4476821e+07 node_network_transmit_packets_total{device="cali8fe32f1cd95"} 3.1707886e+07 node_network_transmit_packets_total{device="caliabdefce2e63"} 1.8710801e+08 node_network_transmit_packets_total{device="calib08334272e8"} 3.598096e+06 node_network_transmit_packets_total{device="calib3fe3cb132e"} 3.318087e+07 node_network_transmit_packets_total{device="calic15afb4824d"} 1.639129e+07 node_network_transmit_packets_total{device="calid069af53563"} 8.7798405e+07 node_network_transmit_packets_total{device="calid6c0928d92d"} 2143 node_network_transmit_packets_total{device="calidfce73b4f2a"} 7443 node_network_transmit_packets_total{device="eno1"} 600525 node_network_transmit_packets_total{device="eno2"} 0 node_network_transmit_packets_total{device="eno33np0"} 2.01132402478e+11 node_network_transmit_packets_total{device="eno33np0.3604"} 1.01796928261e+11 node_network_transmit_packets_total{device="eno34np1"} 0 node_network_transmit_packets_total{device="lo"} 7.13812384e+08 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="cali017fc4b686d"} 1000 node_network_transmit_queue_length{device="cali0d14188a6e0"} 0 node_network_transmit_queue_length{device="cali2678c4ef320"} 1000 node_network_transmit_queue_length{device="cali32f3191a59d"} 0 node_network_transmit_queue_length{device="cali3511b44051d"} 0 node_network_transmit_queue_length{device="cali5b2ef80150f"} 0 node_network_transmit_queue_length{device="cali6aec62202ac"} 0 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="caliabdefce2e63"} 1000 node_network_transmit_queue_length{device="calib08334272e8"} 1000 node_network_transmit_queue_length{device="calib3fe3cb132e"} 1000 node_network_transmit_queue_length{device="calic15afb4824d"} 1000 node_network_transmit_queue_length{device="calid069af53563"} 1000 node_network_transmit_queue_length{device="calid6c0928d92d"} 0 node_network_transmit_queue_length{device="calidfce73b4f2a"} 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="cali0d14188a6e0"} 1 node_network_up{device="cali2678c4ef320"} 1 node_network_up{device="cali32f3191a59d"} 1 node_network_up{device="cali3511b44051d"} 1 node_network_up{device="cali5b2ef80150f"} 1 node_network_up{device="cali6aec62202ac"} 1 node_network_up{device="cali843dd96c301"} 1 node_network_up{device="cali8efd473a819"} 1 node_network_up{device="cali8fe32f1cd95"} 1 node_network_up{device="caliabdefce2e63"} 1 node_network_up{device="calib08334272e8"} 1 node_network_up{device="calib3fe3cb132e"} 1 node_network_up{device="calic15afb4824d"} 1 node_network_up{device="calid069af53563"} 1 node_network_up{device="calid6c0928d92d"} 1 node_network_up{device="calidfce73b4f2a"} 1 node_network_up{device="eno1"} 1 node_network_up{device="eno2"} 0 node_network_up{device="eno33np0"} 1 node_network_up{device="eno33np0.3604"} 1 node_network_up{device="eno34np1"} 0 node_network_up{device="lo"} 0 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 9360 # 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 38336 # 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 747273 # 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 38336 # 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 2.799723e+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"} 249319 node_nfs_requests_total{method="Allocate",proto="4"} 0 node_nfs_requests_total{method="BindConnToSession",proto="4"} 0 node_nfs_requests_total{method="Clone",proto="4"} 0 node_nfs_requests_total{method="Close",proto="4"} 282100 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 360 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"} 864 node_nfs_requests_total{method="CreateSession",proto="4"} 13 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 88183 node_nfs_requests_total{method="DestroyClientID",proto="4"} 0 node_nfs_requests_total{method="DestroySession",proto="4"} 6 node_nfs_requests_total{method="ExchangeID",proto="4"} 28 node_nfs_requests_total{method="FreeStateID",proto="4"} 423 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 44 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"} 6 node_nfs_requests_total{method="Getattr",proto="4"} 291456 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"} 2 node_nfs_requests_total{method="Lock",proto="4"} 2035 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 1143 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"} 305833 node_nfs_requests_total{method="LookupRoot",proto="4"} 11 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"} 11 node_nfs_requests_total{method="Open",proto="4"} 45472 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 1 node_nfs_requests_total{method="OpenNoattr",proto="4"} 237552 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 33 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"} 71855 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"} 463 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"} 12 node_nfs_requests_total{method="ReclaimComplete",proto="4"} 7 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"} 39323 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"} 1343 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"} 11 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 29 node_nfs_requests_total{method="ServerCaps",proto="4"} 77 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"} 268655 node_nfs_requests_total{method="StatFs",proto="4"} 2.330109e+06 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 0 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 0 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 199668 # 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 4.416493e+06 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 22 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 4.416434e+06 # HELP node_nvme_info Non-numeric data from /sys/class/nvme/, value is always 1. # TYPE node_nvme_info gauge node_nvme_info{device="nvme0",firmware_revision="5B2QGXA7",model="Samsung SSD 980 PRO 1TB",serial="S5P2NG0R108608Y",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="3B2QGXA7",model="Samsung SSD 980 PRO 1TB",serial="S5P2NG0R731188F",state="live"} 1 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="almalinux",id_like="rhel centos fedora",image_id="",image_version="",name="AlmaLinux",pretty_name="AlmaLinux 9.7 (Moss Jungle Cat)",variant="",variant_id="",version="9.7 (Moss Jungle Cat)",version_codename="",version_id="9.7"} 1 # HELP node_os_support_end_timestamp_seconds Metric containing the end-of-life date timestamp of the OS. # TYPE node_os_support_end_timestamp_seconds gauge node_os_support_end_timestamp_seconds 1.9696608e+09 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="almalinux",id_like="rhel centos fedora",name="AlmaLinux"} 9.7 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 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"} 325598.313693738 node_schedstat_running_seconds_total{cpu="1"} 447658.919013002 node_schedstat_running_seconds_total{cpu="10"} 453236.983197978 node_schedstat_running_seconds_total{cpu="11"} 457904.711672969 node_schedstat_running_seconds_total{cpu="12"} 501772.9383662 node_schedstat_running_seconds_total{cpu="13"} 429864.536116274 node_schedstat_running_seconds_total{cpu="14"} 434150.20823567 node_schedstat_running_seconds_total{cpu="15"} 478012.934404985 node_schedstat_running_seconds_total{cpu="16"} 440756.605947128 node_schedstat_running_seconds_total{cpu="17"} 431031.33808236 node_schedstat_running_seconds_total{cpu="18"} 486526.866706095 node_schedstat_running_seconds_total{cpu="19"} 438082.691167345 node_schedstat_running_seconds_total{cpu="2"} 422510.042222514 node_schedstat_running_seconds_total{cpu="20"} 419500.026643164 node_schedstat_running_seconds_total{cpu="21"} 477924.280872699 node_schedstat_running_seconds_total{cpu="22"} 431178.752407524 node_schedstat_running_seconds_total{cpu="23"} 438588.694897253 node_schedstat_running_seconds_total{cpu="24"} 656044.446990439 node_schedstat_running_seconds_total{cpu="25"} 591272.712190342 node_schedstat_running_seconds_total{cpu="26"} 505547.362378231 node_schedstat_running_seconds_total{cpu="27"} 415672.858548511 node_schedstat_running_seconds_total{cpu="28"} 348016.147067836 node_schedstat_running_seconds_total{cpu="29"} 358734.792059543 node_schedstat_running_seconds_total{cpu="3"} 582137.041625357 node_schedstat_running_seconds_total{cpu="30"} 411479.394799072 node_schedstat_running_seconds_total{cpu="31"} 360466.639442065 node_schedstat_running_seconds_total{cpu="32"} 355905.898897708 node_schedstat_running_seconds_total{cpu="33"} 404514.402193811 node_schedstat_running_seconds_total{cpu="34"} 359604.650472058 node_schedstat_running_seconds_total{cpu="35"} 355395.952190885 node_schedstat_running_seconds_total{cpu="36"} 397860.287793963 node_schedstat_running_seconds_total{cpu="37"} 355958.629939543 node_schedstat_running_seconds_total{cpu="38"} 351585.608991873 node_schedstat_running_seconds_total{cpu="39"} 400197.219639047 node_schedstat_running_seconds_total{cpu="4"} 476796.255464361 node_schedstat_running_seconds_total{cpu="40"} 354597.139255276 node_schedstat_running_seconds_total{cpu="41"} 352129.23602598 node_schedstat_running_seconds_total{cpu="42"} 391847.563020074 node_schedstat_running_seconds_total{cpu="43"} 352771.963660243 node_schedstat_running_seconds_total{cpu="44"} 350224.240283327 node_schedstat_running_seconds_total{cpu="45"} 391463.846618591 node_schedstat_running_seconds_total{cpu="46"} 353490.912043677 node_schedstat_running_seconds_total{cpu="47"} 353724.752746406 node_schedstat_running_seconds_total{cpu="48"} 618828.379812499 node_schedstat_running_seconds_total{cpu="49"} 432056.464685672 node_schedstat_running_seconds_total{cpu="5"} 464529.818424741 node_schedstat_running_seconds_total{cpu="50"} 416488.977171247 node_schedstat_running_seconds_total{cpu="51"} 489713.193426716 node_schedstat_running_seconds_total{cpu="52"} 451372.567226729 node_schedstat_running_seconds_total{cpu="53"} 447346.507881681 node_schedstat_running_seconds_total{cpu="54"} 500490.700885182 node_schedstat_running_seconds_total{cpu="55"} 463600.904289801 node_schedstat_running_seconds_total{cpu="56"} 460950.653317751 node_schedstat_running_seconds_total{cpu="57"} 481541.029417203 node_schedstat_running_seconds_total{cpu="58"} 427852.724346998 node_schedstat_running_seconds_total{cpu="59"} 431093.216813941 node_schedstat_running_seconds_total{cpu="6"} 545016.125055952 node_schedstat_running_seconds_total{cpu="60"} 463516.055012303 node_schedstat_running_seconds_total{cpu="61"} 420829.521450045 node_schedstat_running_seconds_total{cpu="62"} 436916.13822158 node_schedstat_running_seconds_total{cpu="63"} 471497.800568463 node_schedstat_running_seconds_total{cpu="64"} 470949.911991948 node_schedstat_running_seconds_total{cpu="65"} 441972.934697604 node_schedstat_running_seconds_total{cpu="66"} 458100.672325288 node_schedstat_running_seconds_total{cpu="67"} 426245.425631278 node_schedstat_running_seconds_total{cpu="68"} 442319.700252552 node_schedstat_running_seconds_total{cpu="69"} 440137.271749704 node_schedstat_running_seconds_total{cpu="7"} 471980.872988086 node_schedstat_running_seconds_total{cpu="70"} 466839.500705041 node_schedstat_running_seconds_total{cpu="71"} 416596.546367989 node_schedstat_running_seconds_total{cpu="72"} 511477.85871934 node_schedstat_running_seconds_total{cpu="73"} 454546.316421317 node_schedstat_running_seconds_total{cpu="74"} 442080.46585325 node_schedstat_running_seconds_total{cpu="75"} 387893.559242844 node_schedstat_running_seconds_total{cpu="76"} 390192.040250986 node_schedstat_running_seconds_total{cpu="77"} 360968.796789849 node_schedstat_running_seconds_total{cpu="78"} 376886.746684468 node_schedstat_running_seconds_total{cpu="79"} 356346.091419244 node_schedstat_running_seconds_total{cpu="8"} 453136.360137655 node_schedstat_running_seconds_total{cpu="80"} 358638.921214217 node_schedstat_running_seconds_total{cpu="81"} 375550.33504525 node_schedstat_running_seconds_total{cpu="82"} 356268.869226971 node_schedstat_running_seconds_total{cpu="83"} 356885.396237313 node_schedstat_running_seconds_total{cpu="84"} 370693.175104985 node_schedstat_running_seconds_total{cpu="85"} 354989.41148189 node_schedstat_running_seconds_total{cpu="86"} 356888.326931077 node_schedstat_running_seconds_total{cpu="87"} 369224.844574794 node_schedstat_running_seconds_total{cpu="88"} 357576.005867231 node_schedstat_running_seconds_total{cpu="89"} 356333.222554728 node_schedstat_running_seconds_total{cpu="9"} 519619.036286928 node_schedstat_running_seconds_total{cpu="90"} 368791.618180199 node_schedstat_running_seconds_total{cpu="91"} 355649.098171906 node_schedstat_running_seconds_total{cpu="92"} 354186.0284238 node_schedstat_running_seconds_total{cpu="93"} 371859.835107749 node_schedstat_running_seconds_total{cpu="94"} 359908.032901112 node_schedstat_running_seconds_total{cpu="95"} 357979.114816049 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 3.176340071e+09 node_schedstat_timeslices_total{cpu="1"} 3.669805515e+09 node_schedstat_timeslices_total{cpu="10"} 3.989741493e+09 node_schedstat_timeslices_total{cpu="11"} 4.03847968e+09 node_schedstat_timeslices_total{cpu="12"} 4.077158301e+09 node_schedstat_timeslices_total{cpu="13"} 4.000595942e+09 node_schedstat_timeslices_total{cpu="14"} 4.044358321e+09 node_schedstat_timeslices_total{cpu="15"} 4.088341104e+09 node_schedstat_timeslices_total{cpu="16"} 4.152148699e+09 node_schedstat_timeslices_total{cpu="17"} 4.061387988e+09 node_schedstat_timeslices_total{cpu="18"} 3.98947705e+09 node_schedstat_timeslices_total{cpu="19"} 3.920145985e+09 node_schedstat_timeslices_total{cpu="2"} 3.653537084e+09 node_schedstat_timeslices_total{cpu="20"} 3.884876684e+09 node_schedstat_timeslices_total{cpu="21"} 3.990343039e+09 node_schedstat_timeslices_total{cpu="22"} 4.011059452e+09 node_schedstat_timeslices_total{cpu="23"} 3.902295534e+09 node_schedstat_timeslices_total{cpu="24"} 3.658034016e+09 node_schedstat_timeslices_total{cpu="25"} 3.522338175e+09 node_schedstat_timeslices_total{cpu="26"} 3.312133986e+09 node_schedstat_timeslices_total{cpu="27"} 2.612553577e+09 node_schedstat_timeslices_total{cpu="28"} 2.560769762e+09 node_schedstat_timeslices_total{cpu="29"} 2.568569054e+09 node_schedstat_timeslices_total{cpu="3"} 4.384791591e+09 node_schedstat_timeslices_total{cpu="30"} 2.455276959e+09 node_schedstat_timeslices_total{cpu="31"} 2.457078692e+09 node_schedstat_timeslices_total{cpu="32"} 2.455818986e+09 node_schedstat_timeslices_total{cpu="33"} 2.437793987e+09 node_schedstat_timeslices_total{cpu="34"} 2.438996488e+09 node_schedstat_timeslices_total{cpu="35"} 2.439141727e+09 node_schedstat_timeslices_total{cpu="36"} 2.463577266e+09 node_schedstat_timeslices_total{cpu="37"} 2.462180457e+09 node_schedstat_timeslices_total{cpu="38"} 2.460211002e+09 node_schedstat_timeslices_total{cpu="39"} 2.445965497e+09 node_schedstat_timeslices_total{cpu="4"} 4.381790332e+09 node_schedstat_timeslices_total{cpu="40"} 2.449310953e+09 node_schedstat_timeslices_total{cpu="41"} 2.449119756e+09 node_schedstat_timeslices_total{cpu="42"} 2.449835333e+09 node_schedstat_timeslices_total{cpu="43"} 2.450178146e+09 node_schedstat_timeslices_total{cpu="44"} 2.449700522e+09 node_schedstat_timeslices_total{cpu="45"} 2.43282097e+09 node_schedstat_timeslices_total{cpu="46"} 2.432800518e+09 node_schedstat_timeslices_total{cpu="47"} 2.431974235e+09 node_schedstat_timeslices_total{cpu="48"} 4.020304226e+09 node_schedstat_timeslices_total{cpu="49"} 3.728638174e+09 node_schedstat_timeslices_total{cpu="5"} 4.408547588e+09 node_schedstat_timeslices_total{cpu="50"} 3.601859307e+09 node_schedstat_timeslices_total{cpu="51"} 4.346999399e+09 node_schedstat_timeslices_total{cpu="52"} 4.277798151e+09 node_schedstat_timeslices_total{cpu="53"} 4.269680468e+09 node_schedstat_timeslices_total{cpu="54"} 4.497372624e+09 node_schedstat_timeslices_total{cpu="55"} 4.402738918e+09 node_schedstat_timeslices_total{cpu="56"} 4.569064563e+09 node_schedstat_timeslices_total{cpu="57"} 3.907018463e+09 node_schedstat_timeslices_total{cpu="58"} 3.972539615e+09 node_schedstat_timeslices_total{cpu="59"} 3.945839308e+09 node_schedstat_timeslices_total{cpu="6"} 4.559174825e+09 node_schedstat_timeslices_total{cpu="60"} 4.029507482e+09 node_schedstat_timeslices_total{cpu="61"} 3.962328656e+09 node_schedstat_timeslices_total{cpu="62"} 4.094275762e+09 node_schedstat_timeslices_total{cpu="63"} 4.045588697e+09 node_schedstat_timeslices_total{cpu="64"} 4.189015404e+09 node_schedstat_timeslices_total{cpu="65"} 4.103043769e+09 node_schedstat_timeslices_total{cpu="66"} 4.015833562e+09 node_schedstat_timeslices_total{cpu="67"} 4.037935211e+09 node_schedstat_timeslices_total{cpu="68"} 3.96377477e+09 node_schedstat_timeslices_total{cpu="69"} 3.913876359e+09 node_schedstat_timeslices_total{cpu="7"} 4.391695208e+09 node_schedstat_timeslices_total{cpu="70"} 3.938721962e+09 node_schedstat_timeslices_total{cpu="71"} 3.980243889e+09 node_schedstat_timeslices_total{cpu="72"} 3.099967923e+09 node_schedstat_timeslices_total{cpu="73"} 3.099240352e+09 node_schedstat_timeslices_total{cpu="74"} 3.084351264e+09 node_schedstat_timeslices_total{cpu="75"} 2.549617956e+09 node_schedstat_timeslices_total{cpu="76"} 2.726856966e+09 node_schedstat_timeslices_total{cpu="77"} 2.675120044e+09 node_schedstat_timeslices_total{cpu="78"} 2.449081405e+09 node_schedstat_timeslices_total{cpu="79"} 2.453272218e+09 node_schedstat_timeslices_total{cpu="8"} 4.373712214e+09 node_schedstat_timeslices_total{cpu="80"} 2.44858182e+09 node_schedstat_timeslices_total{cpu="81"} 2.431630639e+09 node_schedstat_timeslices_total{cpu="82"} 2.429575902e+09 node_schedstat_timeslices_total{cpu="83"} 2.430139732e+09 node_schedstat_timeslices_total{cpu="84"} 2.455662353e+09 node_schedstat_timeslices_total{cpu="85"} 2.456268697e+09 node_schedstat_timeslices_total{cpu="86"} 2.456592388e+09 node_schedstat_timeslices_total{cpu="87"} 2.443213139e+09 node_schedstat_timeslices_total{cpu="88"} 2.445331405e+09 node_schedstat_timeslices_total{cpu="89"} 2.444361402e+09 node_schedstat_timeslices_total{cpu="9"} 3.972576773e+09 node_schedstat_timeslices_total{cpu="90"} 2.444022687e+09 node_schedstat_timeslices_total{cpu="91"} 2.445639949e+09 node_schedstat_timeslices_total{cpu="92"} 2.438707145e+09 node_schedstat_timeslices_total{cpu="93"} 2.42730353e+09 node_schedstat_timeslices_total{cpu="94"} 2.426224945e+09 node_schedstat_timeslices_total{cpu="95"} 2.431960134e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 907851.926344045 node_schedstat_waiting_seconds_total{cpu="1"} 1.191939238590213e+06 node_schedstat_waiting_seconds_total{cpu="10"} 1.182739175858575e+06 node_schedstat_waiting_seconds_total{cpu="11"} 1.174947203749027e+06 node_schedstat_waiting_seconds_total{cpu="12"} 1.166861211054685e+06 node_schedstat_waiting_seconds_total{cpu="13"} 1.197445449509761e+06 node_schedstat_waiting_seconds_total{cpu="14"} 1.191974565635538e+06 node_schedstat_waiting_seconds_total{cpu="15"} 1.184930954392423e+06 node_schedstat_waiting_seconds_total{cpu="16"} 1.181814079801122e+06 node_schedstat_waiting_seconds_total{cpu="17"} 1.19815874901264e+06 node_schedstat_waiting_seconds_total{cpu="18"} 1.184098499950065e+06 node_schedstat_waiting_seconds_total{cpu="19"} 1.206318836565679e+06 node_schedstat_waiting_seconds_total{cpu="2"} 1.188169979702315e+06 node_schedstat_waiting_seconds_total{cpu="20"} 1.190076459568522e+06 node_schedstat_waiting_seconds_total{cpu="21"} 1.189708280451344e+06 node_schedstat_waiting_seconds_total{cpu="22"} 1.191596452895292e+06 node_schedstat_waiting_seconds_total{cpu="23"} 1.208093920106988e+06 node_schedstat_waiting_seconds_total{cpu="24"} 1.306792734778006e+06 node_schedstat_waiting_seconds_total{cpu="25"} 1.287586100090168e+06 node_schedstat_waiting_seconds_total{cpu="26"} 1.290051951789237e+06 node_schedstat_waiting_seconds_total{cpu="27"} 1.34326915445494e+06 node_schedstat_waiting_seconds_total{cpu="28"} 1.346537624466262e+06 node_schedstat_waiting_seconds_total{cpu="29"} 1.343623859290871e+06 node_schedstat_waiting_seconds_total{cpu="3"} 1.150001583926398e+06 node_schedstat_waiting_seconds_total{cpu="30"} 1.339539480781655e+06 node_schedstat_waiting_seconds_total{cpu="31"} 1.348694656802522e+06 node_schedstat_waiting_seconds_total{cpu="32"} 1.343908703103222e+06 node_schedstat_waiting_seconds_total{cpu="33"} 1.339728225419121e+06 node_schedstat_waiting_seconds_total{cpu="34"} 1.347661788702886e+06 node_schedstat_waiting_seconds_total{cpu="35"} 1.34224884016022e+06 node_schedstat_waiting_seconds_total{cpu="36"} 1.343641900010136e+06 node_schedstat_waiting_seconds_total{cpu="37"} 1.351707350518446e+06 node_schedstat_waiting_seconds_total{cpu="38"} 1.345977532321281e+06 node_schedstat_waiting_seconds_total{cpu="39"} 1.345354889070897e+06 node_schedstat_waiting_seconds_total{cpu="4"} 1.180139940682719e+06 node_schedstat_waiting_seconds_total{cpu="40"} 1.348752055376992e+06 node_schedstat_waiting_seconds_total{cpu="41"} 1.347808673852472e+06 node_schedstat_waiting_seconds_total{cpu="42"} 1.342885087977418e+06 node_schedstat_waiting_seconds_total{cpu="43"} 1.35154554831623e+06 node_schedstat_waiting_seconds_total{cpu="44"} 1.343655394016844e+06 node_schedstat_waiting_seconds_total{cpu="45"} 1.340848910038313e+06 node_schedstat_waiting_seconds_total{cpu="46"} 1.349132210010045e+06 node_schedstat_waiting_seconds_total{cpu="47"} 1.344433666839199e+06 node_schedstat_waiting_seconds_total{cpu="48"} 1.123900388359243e+06 node_schedstat_waiting_seconds_total{cpu="49"} 1.204486756360299e+06 node_schedstat_waiting_seconds_total{cpu="5"} 1.166290144506781e+06 node_schedstat_waiting_seconds_total{cpu="50"} 1.186564079372302e+06 node_schedstat_waiting_seconds_total{cpu="51"} 1.168619772592198e+06 node_schedstat_waiting_seconds_total{cpu="52"} 1.180348633784335e+06 node_schedstat_waiting_seconds_total{cpu="53"} 1.1806132458468e+06 node_schedstat_waiting_seconds_total{cpu="54"} 1.132034965104211e+06 node_schedstat_waiting_seconds_total{cpu="55"} 1.171091687805004e+06 node_schedstat_waiting_seconds_total{cpu="56"} 1.155371680741271e+06 node_schedstat_waiting_seconds_total{cpu="57"} 1.168114555277116e+06 node_schedstat_waiting_seconds_total{cpu="58"} 1.177440371306628e+06 node_schedstat_waiting_seconds_total{cpu="59"} 1.1711197421929e+06 node_schedstat_waiting_seconds_total{cpu="6"} 1.152378456748608e+06 node_schedstat_waiting_seconds_total{cpu="60"} 1.18332777852407e+06 node_schedstat_waiting_seconds_total{cpu="61"} 1.197897911386695e+06 node_schedstat_waiting_seconds_total{cpu="62"} 1.18475303185858e+06 node_schedstat_waiting_seconds_total{cpu="63"} 1.177890623431817e+06 node_schedstat_waiting_seconds_total{cpu="64"} 1.175340102966796e+06 node_schedstat_waiting_seconds_total{cpu="65"} 1.200502887112621e+06 node_schedstat_waiting_seconds_total{cpu="66"} 1.162060299910639e+06 node_schedstat_waiting_seconds_total{cpu="67"} 1.183390795609444e+06 node_schedstat_waiting_seconds_total{cpu="68"} 1.182633231520839e+06 node_schedstat_waiting_seconds_total{cpu="69"} 1.185315264457169e+06 node_schedstat_waiting_seconds_total{cpu="7"} 1.16181958736455e+06 node_schedstat_waiting_seconds_total{cpu="70"} 1.164056830984681e+06 node_schedstat_waiting_seconds_total{cpu="71"} 1.186054942013214e+06 node_schedstat_waiting_seconds_total{cpu="72"} 1.285477792355089e+06 node_schedstat_waiting_seconds_total{cpu="73"} 1.300609878340008e+06 node_schedstat_waiting_seconds_total{cpu="74"} 1.303576531827393e+06 node_schedstat_waiting_seconds_total{cpu="75"} 1.338911913399408e+06 node_schedstat_waiting_seconds_total{cpu="76"} 1.342101036603861e+06 node_schedstat_waiting_seconds_total{cpu="77"} 1.346507026741635e+06 node_schedstat_waiting_seconds_total{cpu="78"} 1.341784861175726e+06 node_schedstat_waiting_seconds_total{cpu="79"} 1.349744326263094e+06 node_schedstat_waiting_seconds_total{cpu="8"} 1.172350843545455e+06 node_schedstat_waiting_seconds_total{cpu="80"} 1.347925183228977e+06 node_schedstat_waiting_seconds_total{cpu="81"} 1.342362913357473e+06 node_schedstat_waiting_seconds_total{cpu="82"} 1.350503550223372e+06 node_schedstat_waiting_seconds_total{cpu="83"} 1.346277994549817e+06 node_schedstat_waiting_seconds_total{cpu="84"} 1.347904250074685e+06 node_schedstat_waiting_seconds_total{cpu="85"} 1.356232264034043e+06 node_schedstat_waiting_seconds_total{cpu="86"} 1.352740835248631e+06 node_schedstat_waiting_seconds_total{cpu="87"} 1.345652665252313e+06 node_schedstat_waiting_seconds_total{cpu="88"} 1.354002322940196e+06 node_schedstat_waiting_seconds_total{cpu="89"} 1.351790560351475e+06 node_schedstat_waiting_seconds_total{cpu="9"} 1.17712765002071e+06 node_schedstat_waiting_seconds_total{cpu="90"} 1.346013794445011e+06 node_schedstat_waiting_seconds_total{cpu="91"} 1.354573789804874e+06 node_schedstat_waiting_seconds_total{cpu="92"} 1.349675369921732e+06 node_schedstat_waiting_seconds_total{cpu="93"} 1.346322982447411e+06 node_schedstat_waiting_seconds_total{cpu="94"} 1.353397728067485e+06 node_schedstat_waiting_seconds_total{cpu="95"} 1.34689741496078e+06 # 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.01809952 node_scrape_collector_duration_seconds{collector="bcache"} 1.5128e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.0218e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.023542356 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000475954 node_scrape_collector_duration_seconds{collector="cpu"} 0.044765037 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.123073411 node_scrape_collector_duration_seconds{collector="diskstats"} 0.105380885 node_scrape_collector_duration_seconds{collector="dmi"} 0.042939452 node_scrape_collector_duration_seconds{collector="edac"} 0.00050064 node_scrape_collector_duration_seconds{collector="entropy"} 0.000105989 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.1432e-05 node_scrape_collector_duration_seconds{collector="filefd"} 3.0287e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.104727459 node_scrape_collector_duration_seconds{collector="hwmon"} 0.003703932 node_scrape_collector_duration_seconds{collector="infiniband"} 1.041e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.7542e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 3.202e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 3.8673e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000182944 node_scrape_collector_duration_seconds{collector="netclass"} 0.03055111 node_scrape_collector_duration_seconds{collector="netdev"} 0.002062682 node_scrape_collector_duration_seconds{collector="netstat"} 0.001112147 node_scrape_collector_duration_seconds{collector="nfs"} 0.000247174 node_scrape_collector_duration_seconds{collector="nfsd"} 8.7564e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000344767 node_scrape_collector_duration_seconds{collector="os"} 0.000195758 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 4.5746e-05 node_scrape_collector_duration_seconds{collector="pressure"} 5.0595e-05 node_scrape_collector_duration_seconds{collector="rapl"} 0.000288642 node_scrape_collector_duration_seconds{collector="schedstat"} 0.014930823 node_scrape_collector_duration_seconds{collector="selinux"} 3.5106e-05 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000222798 node_scrape_collector_duration_seconds{collector="softnet"} 0.000625063 node_scrape_collector_duration_seconds{collector="stat"} 0.047794644 node_scrape_collector_duration_seconds{collector="tapestats"} 1.3866e-05 node_scrape_collector_duration_seconds{collector="textfile"} 3.2531e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.006925107 node_scrape_collector_duration_seconds{collector="time"} 0.000139091 node_scrape_collector_duration_seconds{collector="timex"} 2.1631e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.00053817 node_scrape_collector_duration_seconds{collector="uname"} 1.08e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000362621 node_scrape_collector_duration_seconds{collector="watchdog"} 0.04719577 node_scrape_collector_duration_seconds{collector="xfs"} 0.000499678 node_scrape_collector_duration_seconds{collector="zfs"} 2.1881e-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 161 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 8167 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 7954 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 6256 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 2.5624576e+07 # 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 114 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 6 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 9 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 10224 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 4.1877504e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 8675 # 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"} 3.1218363e+07 node_softnet_processed_total{cpu="1"} 7.5407144e+07 node_softnet_processed_total{cpu="10"} 1.974608038e+09 node_softnet_processed_total{cpu="11"} 1.137284798e+09 node_softnet_processed_total{cpu="12"} 1.182295047e+09 node_softnet_processed_total{cpu="13"} 3.07844339e+08 node_softnet_processed_total{cpu="14"} 6.58419609e+08 node_softnet_processed_total{cpu="15"} 3.523678034e+09 node_softnet_processed_total{cpu="16"} 3.796759293e+09 node_softnet_processed_total{cpu="17"} 3.102902536e+09 node_softnet_processed_total{cpu="18"} 1.0329754e+09 node_softnet_processed_total{cpu="19"} 1.237065066e+09 node_softnet_processed_total{cpu="2"} 1.808706657e+09 node_softnet_processed_total{cpu="20"} 2.462345312e+09 node_softnet_processed_total{cpu="21"} 2.512342108e+09 node_softnet_processed_total{cpu="22"} 5.37042653e+08 node_softnet_processed_total{cpu="23"} 1.073194773e+09 node_softnet_processed_total{cpu="24"} 5.9312618e+07 node_softnet_processed_total{cpu="25"} 4.8361856e+07 node_softnet_processed_total{cpu="26"} 4.0502445e+07 node_softnet_processed_total{cpu="27"} 3.8734344e+07 node_softnet_processed_total{cpu="28"} 3.6785287e+07 node_softnet_processed_total{cpu="29"} 3.5364361e+07 node_softnet_processed_total{cpu="3"} 1.279962854e+09 node_softnet_processed_total{cpu="30"} 3.7809416e+07 node_softnet_processed_total{cpu="31"} 3.5877278e+07 node_softnet_processed_total{cpu="32"} 3.4472561e+07 node_softnet_processed_total{cpu="33"} 3.7129894e+07 node_softnet_processed_total{cpu="34"} 3.5698704e+07 node_softnet_processed_total{cpu="35"} 3.4276942e+07 node_softnet_processed_total{cpu="36"} 3.6509132e+07 node_softnet_processed_total{cpu="37"} 3.5287503e+07 node_softnet_processed_total{cpu="38"} 3.4318404e+07 node_softnet_processed_total{cpu="39"} 3.6588856e+07 node_softnet_processed_total{cpu="4"} 2.301671408e+09 node_softnet_processed_total{cpu="40"} 3.5248447e+07 node_softnet_processed_total{cpu="41"} 3.4251665e+07 node_softnet_processed_total{cpu="42"} 3.5816238e+07 node_softnet_processed_total{cpu="43"} 3.4489369e+07 node_softnet_processed_total{cpu="44"} 3.3750153e+07 node_softnet_processed_total{cpu="45"} 3.5399744e+07 node_softnet_processed_total{cpu="46"} 3.4686088e+07 node_softnet_processed_total{cpu="47"} 3.3627507e+07 node_softnet_processed_total{cpu="48"} 2.598306039e+09 node_softnet_processed_total{cpu="49"} 8.7396932e+07 node_softnet_processed_total{cpu="5"} 5.70906758e+08 node_softnet_processed_total{cpu="50"} 2.716657215e+09 node_softnet_processed_total{cpu="51"} 2.745570072e+09 node_softnet_processed_total{cpu="52"} 1.82173662e+09 node_softnet_processed_total{cpu="53"} 4.24820109e+08 node_softnet_processed_total{cpu="54"} 1.861007414e+09 node_softnet_processed_total{cpu="55"} 3.30691377e+08 node_softnet_processed_total{cpu="56"} 3.840788522e+09 node_softnet_processed_total{cpu="57"} 3.461846029e+09 node_softnet_processed_total{cpu="58"} 3.44792479e+09 node_softnet_processed_total{cpu="59"} 1.930923915e+09 node_softnet_processed_total{cpu="6"} 4.10243677e+08 node_softnet_processed_total{cpu="60"} 3.490668719e+09 node_softnet_processed_total{cpu="61"} 1.505363217e+09 node_softnet_processed_total{cpu="62"} 1.321992622e+09 node_softnet_processed_total{cpu="63"} 4.34046889e+08 node_softnet_processed_total{cpu="64"} 4.160233261e+09 node_softnet_processed_total{cpu="65"} 1.4876145e+08 node_softnet_processed_total{cpu="66"} 6.49296649e+08 node_softnet_processed_total{cpu="67"} 3.937137923e+09 node_softnet_processed_total{cpu="68"} 1.662034414e+09 node_softnet_processed_total{cpu="69"} 8.41863487e+08 node_softnet_processed_total{cpu="7"} 3.586658879e+09 node_softnet_processed_total{cpu="70"} 2.586166702e+09 node_softnet_processed_total{cpu="71"} 3.830002531e+09 node_softnet_processed_total{cpu="72"} 4.2837048e+07 node_softnet_processed_total{cpu="73"} 3.9477872e+07 node_softnet_processed_total{cpu="74"} 3.6336297e+07 node_softnet_processed_total{cpu="75"} 3.6746995e+07 node_softnet_processed_total{cpu="76"} 3.7188567e+07 node_softnet_processed_total{cpu="77"} 3.4511043e+07 node_softnet_processed_total{cpu="78"} 3.6841061e+07 node_softnet_processed_total{cpu="79"} 3.4563026e+07 node_softnet_processed_total{cpu="8"} 7.93351993e+08 node_softnet_processed_total{cpu="80"} 3.3935349e+07 node_softnet_processed_total{cpu="81"} 3.5337096e+07 node_softnet_processed_total{cpu="82"} 3.4760564e+07 node_softnet_processed_total{cpu="83"} 3.3996084e+07 node_softnet_processed_total{cpu="84"} 3.5086266e+07 node_softnet_processed_total{cpu="85"} 3.4588872e+07 node_softnet_processed_total{cpu="86"} 3.3788495e+07 node_softnet_processed_total{cpu="87"} 3.5414491e+07 node_softnet_processed_total{cpu="88"} 5.397455e+07 node_softnet_processed_total{cpu="89"} 3.462793e+07 node_softnet_processed_total{cpu="9"} 2.206152853e+09 node_softnet_processed_total{cpu="90"} 3.4668969e+07 node_softnet_processed_total{cpu="91"} 3.4109122e+07 node_softnet_processed_total{cpu="92"} 3.4052929e+07 node_softnet_processed_total{cpu="93"} 3.4550502e+07 node_softnet_processed_total{cpu="94"} 3.5194467e+07 node_softnet_processed_total{cpu="95"} 3.3278562e+07 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="20"} 0 node_softnet_received_rps_total{cpu="21"} 0 node_softnet_received_rps_total{cpu="22"} 0 node_softnet_received_rps_total{cpu="23"} 0 node_softnet_received_rps_total{cpu="24"} 0 node_softnet_received_rps_total{cpu="25"} 0 node_softnet_received_rps_total{cpu="26"} 0 node_softnet_received_rps_total{cpu="27"} 0 node_softnet_received_rps_total{cpu="28"} 0 node_softnet_received_rps_total{cpu="29"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="30"} 0 node_softnet_received_rps_total{cpu="31"} 0 node_softnet_received_rps_total{cpu="32"} 0 node_softnet_received_rps_total{cpu="33"} 0 node_softnet_received_rps_total{cpu="34"} 0 node_softnet_received_rps_total{cpu="35"} 0 node_softnet_received_rps_total{cpu="36"} 0 node_softnet_received_rps_total{cpu="37"} 0 node_softnet_received_rps_total{cpu="38"} 0 node_softnet_received_rps_total{cpu="39"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="40"} 0 node_softnet_received_rps_total{cpu="41"} 0 node_softnet_received_rps_total{cpu="42"} 0 node_softnet_received_rps_total{cpu="43"} 0 node_softnet_received_rps_total{cpu="44"} 0 node_softnet_received_rps_total{cpu="45"} 0 node_softnet_received_rps_total{cpu="46"} 0 node_softnet_received_rps_total{cpu="47"} 0 node_softnet_received_rps_total{cpu="48"} 0 node_softnet_received_rps_total{cpu="49"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="50"} 0 node_softnet_received_rps_total{cpu="51"} 0 node_softnet_received_rps_total{cpu="52"} 0 node_softnet_received_rps_total{cpu="53"} 0 node_softnet_received_rps_total{cpu="54"} 0 node_softnet_received_rps_total{cpu="55"} 0 node_softnet_received_rps_total{cpu="56"} 0 node_softnet_received_rps_total{cpu="57"} 0 node_softnet_received_rps_total{cpu="58"} 0 node_softnet_received_rps_total{cpu="59"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="60"} 0 node_softnet_received_rps_total{cpu="61"} 0 node_softnet_received_rps_total{cpu="62"} 0 node_softnet_received_rps_total{cpu="63"} 0 node_softnet_received_rps_total{cpu="64"} 0 node_softnet_received_rps_total{cpu="65"} 0 node_softnet_received_rps_total{cpu="66"} 0 node_softnet_received_rps_total{cpu="67"} 0 node_softnet_received_rps_total{cpu="68"} 0 node_softnet_received_rps_total{cpu="69"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="70"} 0 node_softnet_received_rps_total{cpu="71"} 0 node_softnet_received_rps_total{cpu="72"} 0 node_softnet_received_rps_total{cpu="73"} 0 node_softnet_received_rps_total{cpu="74"} 0 node_softnet_received_rps_total{cpu="75"} 0 node_softnet_received_rps_total{cpu="76"} 0 node_softnet_received_rps_total{cpu="77"} 0 node_softnet_received_rps_total{cpu="78"} 0 node_softnet_received_rps_total{cpu="79"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="80"} 0 node_softnet_received_rps_total{cpu="81"} 0 node_softnet_received_rps_total{cpu="82"} 0 node_softnet_received_rps_total{cpu="83"} 0 node_softnet_received_rps_total{cpu="84"} 0 node_softnet_received_rps_total{cpu="85"} 0 node_softnet_received_rps_total{cpu="86"} 0 node_softnet_received_rps_total{cpu="87"} 0 node_softnet_received_rps_total{cpu="88"} 0 node_softnet_received_rps_total{cpu="89"} 0 node_softnet_received_rps_total{cpu="9"} 0 node_softnet_received_rps_total{cpu="90"} 0 node_softnet_received_rps_total{cpu="91"} 0 node_softnet_received_rps_total{cpu="92"} 0 node_softnet_received_rps_total{cpu="93"} 0 node_softnet_received_rps_total{cpu="94"} 0 node_softnet_received_rps_total{cpu="95"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 24 node_softnet_times_squeezed_total{cpu="1"} 31 node_softnet_times_squeezed_total{cpu="10"} 38205 node_softnet_times_squeezed_total{cpu="11"} 367819 node_softnet_times_squeezed_total{cpu="12"} 2.32158e+06 node_softnet_times_squeezed_total{cpu="13"} 33312 node_softnet_times_squeezed_total{cpu="14"} 65989 node_softnet_times_squeezed_total{cpu="15"} 13160 node_softnet_times_squeezed_total{cpu="16"} 746407 node_softnet_times_squeezed_total{cpu="17"} 19723 node_softnet_times_squeezed_total{cpu="18"} 68572 node_softnet_times_squeezed_total{cpu="19"} 1.130756e+06 node_softnet_times_squeezed_total{cpu="2"} 191874 node_softnet_times_squeezed_total{cpu="20"} 1.153971e+06 node_softnet_times_squeezed_total{cpu="21"} 142726 node_softnet_times_squeezed_total{cpu="22"} 2258 node_softnet_times_squeezed_total{cpu="23"} 116852 node_softnet_times_squeezed_total{cpu="24"} 1011 node_softnet_times_squeezed_total{cpu="25"} 940 node_softnet_times_squeezed_total{cpu="26"} 983 node_softnet_times_squeezed_total{cpu="27"} 1112 node_softnet_times_squeezed_total{cpu="28"} 955 node_softnet_times_squeezed_total{cpu="29"} 1036 node_softnet_times_squeezed_total{cpu="3"} 758879 node_softnet_times_squeezed_total{cpu="30"} 1106 node_softnet_times_squeezed_total{cpu="31"} 1034 node_softnet_times_squeezed_total{cpu="32"} 1036 node_softnet_times_squeezed_total{cpu="33"} 1076 node_softnet_times_squeezed_total{cpu="34"} 1075 node_softnet_times_squeezed_total{cpu="35"} 982 node_softnet_times_squeezed_total{cpu="36"} 1143 node_softnet_times_squeezed_total{cpu="37"} 1011 node_softnet_times_squeezed_total{cpu="38"} 997 node_softnet_times_squeezed_total{cpu="39"} 1074 node_softnet_times_squeezed_total{cpu="4"} 9758 node_softnet_times_squeezed_total{cpu="40"} 1007 node_softnet_times_squeezed_total{cpu="41"} 1043 node_softnet_times_squeezed_total{cpu="42"} 1162 node_softnet_times_squeezed_total{cpu="43"} 1050 node_softnet_times_squeezed_total{cpu="44"} 1019 node_softnet_times_squeezed_total{cpu="45"} 1102 node_softnet_times_squeezed_total{cpu="46"} 1019 node_softnet_times_squeezed_total{cpu="47"} 1061 node_softnet_times_squeezed_total{cpu="48"} 115102 node_softnet_times_squeezed_total{cpu="49"} 19 node_softnet_times_squeezed_total{cpu="5"} 29919 node_softnet_times_squeezed_total{cpu="50"} 899132 node_softnet_times_squeezed_total{cpu="51"} 23724 node_softnet_times_squeezed_total{cpu="52"} 1.488479e+06 node_softnet_times_squeezed_total{cpu="53"} 786102 node_softnet_times_squeezed_total{cpu="54"} 999302 node_softnet_times_squeezed_total{cpu="55"} 816181 node_softnet_times_squeezed_total{cpu="56"} 87923 node_softnet_times_squeezed_total{cpu="57"} 2.158108e+06 node_softnet_times_squeezed_total{cpu="58"} 437062 node_softnet_times_squeezed_total{cpu="59"} 565339 node_softnet_times_squeezed_total{cpu="6"} 850357 node_softnet_times_squeezed_total{cpu="60"} 328408 node_softnet_times_squeezed_total{cpu="61"} 6890 node_softnet_times_squeezed_total{cpu="62"} 373397 node_softnet_times_squeezed_total{cpu="63"} 1.25474e+06 node_softnet_times_squeezed_total{cpu="64"} 1.241018e+06 node_softnet_times_squeezed_total{cpu="65"} 427 node_softnet_times_squeezed_total{cpu="66"} 450757 node_softnet_times_squeezed_total{cpu="67"} 623827 node_softnet_times_squeezed_total{cpu="68"} 752929 node_softnet_times_squeezed_total{cpu="69"} 1.375464e+06 node_softnet_times_squeezed_total{cpu="7"} 1.438017e+06 node_softnet_times_squeezed_total{cpu="70"} 3.142299e+06 node_softnet_times_squeezed_total{cpu="71"} 15785 node_softnet_times_squeezed_total{cpu="72"} 1164 node_softnet_times_squeezed_total{cpu="73"} 1045 node_softnet_times_squeezed_total{cpu="74"} 1051 node_softnet_times_squeezed_total{cpu="75"} 1264 node_softnet_times_squeezed_total{cpu="76"} 1166 node_softnet_times_squeezed_total{cpu="77"} 1141 node_softnet_times_squeezed_total{cpu="78"} 1229 node_softnet_times_squeezed_total{cpu="79"} 1176 node_softnet_times_squeezed_total{cpu="8"} 4418 node_softnet_times_squeezed_total{cpu="80"} 1100 node_softnet_times_squeezed_total{cpu="81"} 1275 node_softnet_times_squeezed_total{cpu="82"} 1160 node_softnet_times_squeezed_total{cpu="83"} 1139 node_softnet_times_squeezed_total{cpu="84"} 1194 node_softnet_times_squeezed_total{cpu="85"} 1126 node_softnet_times_squeezed_total{cpu="86"} 1080 node_softnet_times_squeezed_total{cpu="87"} 1172 node_softnet_times_squeezed_total{cpu="88"} 1106 node_softnet_times_squeezed_total{cpu="89"} 1066 node_softnet_times_squeezed_total{cpu="9"} 179967 node_softnet_times_squeezed_total{cpu="90"} 1155 node_softnet_times_squeezed_total{cpu="91"} 1099 node_softnet_times_squeezed_total{cpu="92"} 1087 node_softnet_times_squeezed_total{cpu="93"} 1176 node_softnet_times_squeezed_total{cpu="94"} 1092 node_softnet_times_squeezed_total{cpu="95"} 1124 # 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.7745094127171113e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0.000109 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.000001145324707 # 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.02386 # 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"} 5376 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="c008.af.uchicago.edu",release="5.14.0-570.44.1.el9_6.x86_64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Wed Sep 17 10:32:11 EDT 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 22740 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 3.90532295378e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 5.599276e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 3.682466419832e+12 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 4.12252903985e+11 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP node_watchdog_bootstatus Value of /sys/class/watchdog//bootstatus # TYPE node_watchdog_bootstatus gauge node_watchdog_bootstatus{name="watchdog0"} 0 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="SP5100 TCO timer",name="watchdog0",options="",pretimeout_governor="",state="inactive",status="0x0"} 1 # HELP node_watchdog_nowayout Value of /sys/class/watchdog//nowayout # TYPE node_watchdog_nowayout gauge node_watchdog_nowayout{name="watchdog0"} 0 # HELP node_watchdog_timeleft_seconds Value of /sys/class/watchdog//timeleft # TYPE node_watchdog_timeleft_seconds gauge node_watchdog_timeleft_seconds{name="watchdog0"} 600 # HELP node_watchdog_timeout_seconds Value of /sys/class/watchdog//timeout # TYPE node_watchdog_timeout_seconds gauge node_watchdog_timeout_seconds{name="watchdog0"} 60 # HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="sdm"} 0 # HELP node_xfs_allocation_btree_lookups_total Number of allocation B-tree lookups for a filesystem. # TYPE node_xfs_allocation_btree_lookups_total counter node_xfs_allocation_btree_lookups_total{device="sdm"} 0 # HELP node_xfs_allocation_btree_records_deleted_total Number of allocation B-tree records deleted for a filesystem. # TYPE node_xfs_allocation_btree_records_deleted_total counter node_xfs_allocation_btree_records_deleted_total{device="sdm"} 0 # HELP node_xfs_allocation_btree_records_inserted_total Number of allocation B-tree records inserted for a filesystem. # TYPE node_xfs_allocation_btree_records_inserted_total counter node_xfs_allocation_btree_records_inserted_total{device="sdm"} 0 # HELP node_xfs_block_map_btree_compares_total Number of block map B-tree compares for a filesystem. # TYPE node_xfs_block_map_btree_compares_total counter node_xfs_block_map_btree_compares_total{device="sdm"} 0 # HELP node_xfs_block_map_btree_lookups_total Number of block map B-tree lookups for a filesystem. # TYPE node_xfs_block_map_btree_lookups_total counter node_xfs_block_map_btree_lookups_total{device="sdm"} 0 # HELP node_xfs_block_map_btree_records_deleted_total Number of block map B-tree records deleted for a filesystem. # TYPE node_xfs_block_map_btree_records_deleted_total counter node_xfs_block_map_btree_records_deleted_total{device="sdm"} 0 # HELP node_xfs_block_map_btree_records_inserted_total Number of block map B-tree records inserted for a filesystem. # TYPE node_xfs_block_map_btree_records_inserted_total counter node_xfs_block_map_btree_records_inserted_total{device="sdm"} 0 # HELP node_xfs_block_mapping_extent_list_compares_total Number of extent list compares for a filesystem. # TYPE node_xfs_block_mapping_extent_list_compares_total counter node_xfs_block_mapping_extent_list_compares_total{device="sdm"} 0 # HELP node_xfs_block_mapping_extent_list_deletions_total Number of extent list deletions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_deletions_total counter node_xfs_block_mapping_extent_list_deletions_total{device="sdm"} 11130 # HELP node_xfs_block_mapping_extent_list_insertions_total Number of extent list insertions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_insertions_total counter node_xfs_block_mapping_extent_list_insertions_total{device="sdm"} 0 # HELP node_xfs_block_mapping_extent_list_lookups_total Number of extent list lookups for a filesystem. # TYPE node_xfs_block_mapping_extent_list_lookups_total counter node_xfs_block_mapping_extent_list_lookups_total{device="sdm"} 634777 # HELP node_xfs_block_mapping_reads_total Number of block map for read operations for a filesystem. # TYPE node_xfs_block_mapping_reads_total counter node_xfs_block_mapping_reads_total{device="sdm"} 440235 # HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem. # TYPE node_xfs_block_mapping_unmaps_total counter node_xfs_block_mapping_unmaps_total{device="sdm"} 6752 # HELP node_xfs_block_mapping_writes_total Number of block map for write operations for a filesystem. # TYPE node_xfs_block_mapping_writes_total counter node_xfs_block_mapping_writes_total{device="sdm"} 0 # HELP node_xfs_directory_operation_create_total Number of times a new directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_create_total counter node_xfs_directory_operation_create_total{device="sdm"} 3 # HELP node_xfs_directory_operation_getdents_total Number of times the directory getdents operation was performed for a filesystem. # TYPE node_xfs_directory_operation_getdents_total counter node_xfs_directory_operation_getdents_total{device="sdm"} 4.293743e+06 # HELP node_xfs_directory_operation_lookup_total Number of file name directory lookups which miss the operating systems directory name lookup cache. # TYPE node_xfs_directory_operation_lookup_total counter node_xfs_directory_operation_lookup_total{device="sdm"} 51300 # HELP node_xfs_directory_operation_remove_total Number of times an existing directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_remove_total counter node_xfs_directory_operation_remove_total{device="sdm"} 3757 # HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem. # TYPE node_xfs_extent_allocation_blocks_allocated_total counter node_xfs_extent_allocation_blocks_allocated_total{device="sdm"} 0 # HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem. # TYPE node_xfs_extent_allocation_blocks_freed_total counter node_xfs_extent_allocation_blocks_freed_total{device="sdm"} 4.4950895e+07 # HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem. # TYPE node_xfs_extent_allocation_extents_allocated_total counter node_xfs_extent_allocation_extents_allocated_total{device="sdm"} 0 # HELP node_xfs_extent_allocation_extents_freed_total Number of extents freed for a filesystem. # TYPE node_xfs_extent_allocation_extents_freed_total counter node_xfs_extent_allocation_extents_freed_total{device="sdm"} 11138 # HELP node_xfs_inode_operation_attempts_total Number of times the OS looked for an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_attempts_total counter node_xfs_inode_operation_attempts_total{device="sdm"} 51297 # HELP node_xfs_inode_operation_attribute_changes_total Number of times the OS explicitly changed the attributes of an XFS inode. # TYPE node_xfs_inode_operation_attribute_changes_total counter node_xfs_inode_operation_attribute_changes_total{device="sdm"} 3 # HELP node_xfs_inode_operation_duplicates_total Number of times the OS tried to add a missing XFS inode to the inode cache, but found it had already been added by another process. # TYPE node_xfs_inode_operation_duplicates_total counter node_xfs_inode_operation_duplicates_total{device="sdm"} 0 # HELP node_xfs_inode_operation_found_total Number of times the OS looked for and found an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_found_total counter node_xfs_inode_operation_found_total{device="sdm"} 187 # HELP node_xfs_inode_operation_missed_total Number of times the OS looked for an XFS inode in the cache, but did not find it. # TYPE node_xfs_inode_operation_missed_total counter node_xfs_inode_operation_missed_total{device="sdm"} 51110 # HELP node_xfs_inode_operation_reclaims_total Number of times the OS reclaimed an XFS inode from the inode cache to free memory for another purpose. # TYPE node_xfs_inode_operation_reclaims_total counter node_xfs_inode_operation_reclaims_total{device="sdm"} 3758 # HELP node_xfs_inode_operation_recycled_total Number of times the OS found an XFS inode in the cache, but could not use it as it was being recycled. # TYPE node_xfs_inode_operation_recycled_total counter node_xfs_inode_operation_recycled_total{device="sdm"} 0 # HELP node_xfs_read_calls_total Number of read(2) system calls made to files in a filesystem. # TYPE node_xfs_read_calls_total counter node_xfs_read_calls_total{device="sdm"} 0 # HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem. # TYPE node_xfs_vnode_active_total counter node_xfs_vnode_active_total{device="sdm"} 47352 # HELP node_xfs_vnode_allocate_total Number of times vn_alloc called for a filesystem. # TYPE node_xfs_vnode_allocate_total counter node_xfs_vnode_allocate_total{device="sdm"} 0 # HELP node_xfs_vnode_get_total Number of times vn_get called for a filesystem. # TYPE node_xfs_vnode_get_total counter node_xfs_vnode_get_total{device="sdm"} 0 # HELP node_xfs_vnode_hold_total Number of times vn_hold called for a filesystem. # TYPE node_xfs_vnode_hold_total counter node_xfs_vnode_hold_total{device="sdm"} 0 # HELP node_xfs_vnode_reclaim_total Number of times vn_reclaim called for a filesystem. # TYPE node_xfs_vnode_reclaim_total counter node_xfs_vnode_reclaim_total{device="sdm"} 3758 # HELP node_xfs_vnode_release_total Number of times vn_rele called for a filesystem. # TYPE node_xfs_vnode_release_total counter node_xfs_vnode_release_total{device="sdm"} 3758 # HELP node_xfs_vnode_remove_total Number of times vn_remove called for a filesystem. # TYPE node_xfs_vnode_remove_total counter node_xfs_vnode_remove_total{device="sdm"} 3758 # HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem. # TYPE node_xfs_write_calls_total counter node_xfs_write_calls_total{device="sdm"} 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 86133.52 # 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.34237485903272e+14 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.244955616442624e+15 # 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.796096e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.75881956968e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.27393792e+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"} 14200 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"} 523469 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0