# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 9.448e-06 go_gc_duration_seconds{quantile="0.25"} 1.2635e-05 go_gc_duration_seconds{quantile="0.5"} 1.7323e-05 go_gc_duration_seconds{quantile="0.75"} 2.7522e-05 go_gc_duration_seconds{quantile="1"} 6.0794e-05 go_gc_duration_seconds_sum 16.71494503 go_gc_duration_seconds_count 663855 # 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 7.369688e+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 2.222671784552e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.48228e+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 1.5683514653e+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.59684e+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 7.369688e+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.5024128e+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 9.17504e+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 65485 # 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.1943936e+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.4199168e+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.7874689505500195e+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 1.5683580138e+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 133280 # 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.164416e+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 978680 # 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 950272 # 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 950272 # 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 13 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cali0d14188a6e0"} 1 node_arp_entries{device="cali5439f6c9b82"} 1 node_arp_entries{device="calib3fe3cb132e"} 1 node_arp_entries{device="calid506338cbf5"} 1 node_arp_entries{device="calie661b367eb2"} 1 node_arp_entries{device="eno33np0.3604"} 145 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.784049841e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 2.43521035622e+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"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="1"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="10"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="11"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="12"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="13"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="14"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="15"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="16"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="17"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="18"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="19"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="2"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="20"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="21"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="22"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="23"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="24"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="25"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="26"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="27"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="28"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="29"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="3"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="30"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="31"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="32"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="33"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="34"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="35"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="36"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="37"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="38"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="39"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="4"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="40"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="41"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="42"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="43"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="44"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="45"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="46"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="47"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="48"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="49"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="5"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="50"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="51"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="52"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="53"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="54"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="55"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="56"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="57"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="58"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="59"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="6"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="60"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="61"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="62"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="63"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="64"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="65"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="66"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="67"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="68"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="69"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="7"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="70"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="71"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="72"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="73"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="74"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="75"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="76"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="77"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="78"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="79"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="8"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="80"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="81"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="82"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="83"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="84"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="85"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="86"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="87"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="88"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="89"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="9"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="90"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="91"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="92"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="93"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="94"} 3.350805e+09 node_cpu_frequency_max_hertz{cpu="95"} 3.350805e+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.182801e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 3.337315e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 3.343277e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 3.343223e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 2.279741e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 3.146364e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 3.339677e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 1.671697e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 3.337172e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 3.317019e+09 node_cpu_scaling_frequency_hertz{cpu="25"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="26"} 2.835159e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 2.754926e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 1.68741e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 2.181851e+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"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="35"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="36"} 3.343554e+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"} 3.346402e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 3.030103e+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"} 1.86493e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="45"} 2.190626e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="47"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="48"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="49"} 1.546493e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 2.080306e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="51"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="52"} 3.339608e+09 node_cpu_scaling_frequency_hertz{cpu="53"} 1.712765e+09 node_cpu_scaling_frequency_hertz{cpu="54"} 2.478868e+09 node_cpu_scaling_frequency_hertz{cpu="55"} 3.341219e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="57"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="58"} 3.342621e+09 node_cpu_scaling_frequency_hertz{cpu="59"} 3.343646e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 2.648347e+09 node_cpu_scaling_frequency_hertz{cpu="60"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="61"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="62"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="63"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="64"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="65"} 1.796129e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 3.343529e+09 node_cpu_scaling_frequency_hertz{cpu="67"} 3.343588e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 2.440536e+09 node_cpu_scaling_frequency_hertz{cpu="69"} 3.343573e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 3.343282e+09 node_cpu_scaling_frequency_hertz{cpu="70"} 1.671881e+09 node_cpu_scaling_frequency_hertz{cpu="71"} 3.343384e+09 node_cpu_scaling_frequency_hertz{cpu="72"} 3.325892e+09 node_cpu_scaling_frequency_hertz{cpu="73"} 3.341322e+09 node_cpu_scaling_frequency_hertz{cpu="74"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="75"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="76"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="77"} 3.342039e+09 node_cpu_scaling_frequency_hertz{cpu="78"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="79"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 2.554616e+09 node_cpu_scaling_frequency_hertz{cpu="80"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="81"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="82"} 3.343693e+09 node_cpu_scaling_frequency_hertz{cpu="83"} 3.332376e+09 node_cpu_scaling_frequency_hertz{cpu="84"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="85"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="86"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="87"} 3.203248e+09 node_cpu_scaling_frequency_hertz{cpu="88"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="89"} 1.722613e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 3.343091e+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"} 3.312643e+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"} 3.00207588e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 10506.33 node_cpu_seconds_total{cpu="0",mode="irq"} 7505.97 node_cpu_seconds_total{cpu="0",mode="nice"} 40785.41 node_cpu_seconds_total{cpu="0",mode="softirq"} 286408.78 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 28749.93 node_cpu_seconds_total{cpu="0",mode="user"} 36718.25 node_cpu_seconds_total{cpu="1",mode="idle"} 3.13093353e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 20549.36 node_cpu_seconds_total{cpu="1",mode="irq"} 7104.73 node_cpu_seconds_total{cpu="1",mode="nice"} 131683.03 node_cpu_seconds_total{cpu="1",mode="softirq"} 27379.46 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 38965.9 node_cpu_seconds_total{cpu="1",mode="user"} 53588.8 node_cpu_seconds_total{cpu="10",mode="idle"} 3.12817568e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 23665.4 node_cpu_seconds_total{cpu="10",mode="irq"} 7837.97 node_cpu_seconds_total{cpu="10",mode="nice"} 150682.68 node_cpu_seconds_total{cpu="10",mode="softirq"} 4982.64 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 47567.82 node_cpu_seconds_total{cpu="10",mode="user"} 46343.08 node_cpu_seconds_total{cpu="11",mode="idle"} 3.13146797e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 20574.5 node_cpu_seconds_total{cpu="11",mode="irq"} 8517.72 node_cpu_seconds_total{cpu="11",mode="nice"} 133064.87 node_cpu_seconds_total{cpu="11",mode="softirq"} 19796.97 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 50505.78 node_cpu_seconds_total{cpu="11",mode="user"} 45288.97 node_cpu_seconds_total{cpu="12",mode="idle"} 3.0541297e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 23107.22 node_cpu_seconds_total{cpu="12",mode="irq"} 8158.06 node_cpu_seconds_total{cpu="12",mode="nice"} 216282.88 node_cpu_seconds_total{cpu="12",mode="softirq"} 2801.92 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 54958.4 node_cpu_seconds_total{cpu="12",mode="user"} 48529.21 node_cpu_seconds_total{cpu="13",mode="idle"} 3.13683702e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 20707.01 node_cpu_seconds_total{cpu="13",mode="irq"} 7586.54 node_cpu_seconds_total{cpu="13",mode="nice"} 143731.69 node_cpu_seconds_total{cpu="13",mode="softirq"} 4305.15 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 49543.83 node_cpu_seconds_total{cpu="13",mode="user"} 45508.27 node_cpu_seconds_total{cpu="14",mode="idle"} 3.13908089e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 20031.1 node_cpu_seconds_total{cpu="14",mode="irq"} 7589.97 node_cpu_seconds_total{cpu="14",mode="nice"} 144623.83 node_cpu_seconds_total{cpu="14",mode="softirq"} 3685.05 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 49239.67 node_cpu_seconds_total{cpu="14",mode="user"} 43925.9 node_cpu_seconds_total{cpu="15",mode="idle"} 3.05933923e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 23343.61 node_cpu_seconds_total{cpu="15",mode="irq"} 8069.82 node_cpu_seconds_total{cpu="15",mode="nice"} 219196.52 node_cpu_seconds_total{cpu="15",mode="softirq"} 2909.23 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 48903.51 node_cpu_seconds_total{cpu="15",mode="user"} 48001 node_cpu_seconds_total{cpu="16",mode="idle"} 3.13842157e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 24066.11 node_cpu_seconds_total{cpu="16",mode="irq"} 7639.72 node_cpu_seconds_total{cpu="16",mode="nice"} 147880.05 node_cpu_seconds_total{cpu="16",mode="softirq"} 2463.3 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 45229.13 node_cpu_seconds_total{cpu="16",mode="user"} 43804.7 node_cpu_seconds_total{cpu="17",mode="idle"} 3.1368671e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 21575.52 node_cpu_seconds_total{cpu="17",mode="irq"} 7651.71 node_cpu_seconds_total{cpu="17",mode="nice"} 149127.1 node_cpu_seconds_total{cpu="17",mode="softirq"} 4799.87 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 45750.6 node_cpu_seconds_total{cpu="17",mode="user"} 43506.95 node_cpu_seconds_total{cpu="18",mode="idle"} 3.05970215e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 23170.9 node_cpu_seconds_total{cpu="18",mode="irq"} 8319.56 node_cpu_seconds_total{cpu="18",mode="nice"} 215548.73 node_cpu_seconds_total{cpu="18",mode="softirq"} 3072.62 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 50946.1 node_cpu_seconds_total{cpu="18",mode="user"} 48458.66 node_cpu_seconds_total{cpu="19",mode="idle"} 3.10610063e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 20356.32 node_cpu_seconds_total{cpu="19",mode="irq"} 9316.71 node_cpu_seconds_total{cpu="19",mode="nice"} 150088.5 node_cpu_seconds_total{cpu="19",mode="softirq"} 23659.93 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 51206.69 node_cpu_seconds_total{cpu="19",mode="user"} 48286.9 node_cpu_seconds_total{cpu="2",mode="idle"} 3.1579869e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 17744.2 node_cpu_seconds_total{cpu="2",mode="irq"} 6794.12 node_cpu_seconds_total{cpu="2",mode="nice"} 125907.19 node_cpu_seconds_total{cpu="2",mode="softirq"} 10183.36 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 38577.78 node_cpu_seconds_total{cpu="2",mode="user"} 53097.33 node_cpu_seconds_total{cpu="20",mode="idle"} 3.14228167e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 20735.01 node_cpu_seconds_total{cpu="20",mode="irq"} 7736.45 node_cpu_seconds_total{cpu="20",mode="nice"} 144952.32 node_cpu_seconds_total{cpu="20",mode="softirq"} 2608.16 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 46171.22 node_cpu_seconds_total{cpu="20",mode="user"} 44895.35 node_cpu_seconds_total{cpu="21",mode="idle"} 3.08868987e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 24938.61 node_cpu_seconds_total{cpu="21",mode="irq"} 8120.64 node_cpu_seconds_total{cpu="21",mode="nice"} 191925.02 node_cpu_seconds_total{cpu="21",mode="softirq"} 3203.75 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 45488.45 node_cpu_seconds_total{cpu="21",mode="user"} 47776.51 node_cpu_seconds_total{cpu="22",mode="idle"} 3.135364e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 25217.13 node_cpu_seconds_total{cpu="22",mode="irq"} 7693.1 node_cpu_seconds_total{cpu="22",mode="nice"} 150240.69 node_cpu_seconds_total{cpu="22",mode="softirq"} 2811.82 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 43244.15 node_cpu_seconds_total{cpu="22",mode="user"} 45329.36 node_cpu_seconds_total{cpu="23",mode="idle"} 3.14836179e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 23572.6 node_cpu_seconds_total{cpu="23",mode="irq"} 8757.77 node_cpu_seconds_total{cpu="23",mode="nice"} 112363.7 node_cpu_seconds_total{cpu="23",mode="softirq"} 21968.14 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 49198.53 node_cpu_seconds_total{cpu="23",mode="user"} 44672.71 node_cpu_seconds_total{cpu="24",mode="idle"} 3.07101914e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 24428.23 node_cpu_seconds_total{cpu="24",mode="irq"} 6934.38 node_cpu_seconds_total{cpu="24",mode="nice"} 185159.37 node_cpu_seconds_total{cpu="24",mode="softirq"} 1924.56 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 45239.65 node_cpu_seconds_total{cpu="24",mode="user"} 76303.03 node_cpu_seconds_total{cpu="25",mode="idle"} 3.12659636e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 19414.87 node_cpu_seconds_total{cpu="25",mode="irq"} 6422.63 node_cpu_seconds_total{cpu="25",mode="nice"} 149354.25 node_cpu_seconds_total{cpu="25",mode="softirq"} 1673.27 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 39285.33 node_cpu_seconds_total{cpu="25",mode="user"} 68147.94 node_cpu_seconds_total{cpu="26",mode="idle"} 3.1345633e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 14994.06 node_cpu_seconds_total{cpu="26",mode="irq"} 6225.71 node_cpu_seconds_total{cpu="26",mode="nice"} 158579.28 node_cpu_seconds_total{cpu="26",mode="softirq"} 1557.28 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 37998.71 node_cpu_seconds_total{cpu="26",mode="user"} 57055.9 node_cpu_seconds_total{cpu="27",mode="idle"} 3.11664749e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 12537.2 node_cpu_seconds_total{cpu="27",mode="irq"} 5435.52 node_cpu_seconds_total{cpu="27",mode="nice"} 187582.48 node_cpu_seconds_total{cpu="27",mode="softirq"} 1481.59 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 43410.87 node_cpu_seconds_total{cpu="27",mode="user"} 43873.28 node_cpu_seconds_total{cpu="28",mode="idle"} 3.15859006e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 11809.03 node_cpu_seconds_total{cpu="28",mode="irq"} 5172.16 node_cpu_seconds_total{cpu="28",mode="nice"} 155148.3 node_cpu_seconds_total{cpu="28",mode="softirq"} 1362.62 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 38902.61 node_cpu_seconds_total{cpu="28",mode="user"} 40264.39 node_cpu_seconds_total{cpu="29",mode="idle"} 3.16298411e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 14096.52 node_cpu_seconds_total{cpu="29",mode="irq"} 5106.96 node_cpu_seconds_total{cpu="29",mode="nice"} 148908.19 node_cpu_seconds_total{cpu="29",mode="softirq"} 1343.42 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 38581.55 node_cpu_seconds_total{cpu="29",mode="user"} 40376.34 node_cpu_seconds_total{cpu="3",mode="idle"} 3.02079764e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 25026.46 node_cpu_seconds_total{cpu="3",mode="irq"} 8624.7 node_cpu_seconds_total{cpu="3",mode="nice"} 234497.16 node_cpu_seconds_total{cpu="3",mode="softirq"} 13231.28 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 52559.97 node_cpu_seconds_total{cpu="3",mode="user"} 54545.05 node_cpu_seconds_total{cpu="30",mode="idle"} 3.11203701e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 11717.46 node_cpu_seconds_total{cpu="30",mode="irq"} 5429.19 node_cpu_seconds_total{cpu="30",mode="nice"} 194492.5 node_cpu_seconds_total{cpu="30",mode="softirq"} 1427.1 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 42972.65 node_cpu_seconds_total{cpu="30",mode="user"} 43324.26 node_cpu_seconds_total{cpu="31",mode="idle"} 3.17084955e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 10690.17 node_cpu_seconds_total{cpu="31",mode="irq"} 5044.77 node_cpu_seconds_total{cpu="31",mode="nice"} 143457.43 node_cpu_seconds_total{cpu="31",mode="softirq"} 1355.94 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 39252.76 node_cpu_seconds_total{cpu="31",mode="user"} 40538.11 node_cpu_seconds_total{cpu="32",mode="idle"} 3.16871297e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 9949.59 node_cpu_seconds_total{cpu="32",mode="irq"} 5060.18 node_cpu_seconds_total{cpu="32",mode="nice"} 148385.83 node_cpu_seconds_total{cpu="32",mode="softirq"} 1316.67 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 38014.49 node_cpu_seconds_total{cpu="32",mode="user"} 40064.72 node_cpu_seconds_total{cpu="33",mode="idle"} 3.1300107e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 12599.26 node_cpu_seconds_total{cpu="33",mode="irq"} 5302.51 node_cpu_seconds_total{cpu="33",mode="nice"} 175314.28 node_cpu_seconds_total{cpu="33",mode="softirq"} 1425.56 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 43060.8 node_cpu_seconds_total{cpu="33",mode="user"} 43508.54 node_cpu_seconds_total{cpu="34",mode="idle"} 3.17226755e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 11491.88 node_cpu_seconds_total{cpu="34",mode="irq"} 5004.19 node_cpu_seconds_total{cpu="34",mode="nice"} 142247.01 node_cpu_seconds_total{cpu="34",mode="softirq"} 1317.63 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 38494.94 node_cpu_seconds_total{cpu="34",mode="user"} 40708.78 node_cpu_seconds_total{cpu="35",mode="idle"} 3.17149099e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 11215.02 node_cpu_seconds_total{cpu="35",mode="irq"} 5025.21 node_cpu_seconds_total{cpu="35",mode="nice"} 144477.54 node_cpu_seconds_total{cpu="35",mode="softirq"} 1310.95 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 37777.89 node_cpu_seconds_total{cpu="35",mode="user"} 40390.45 node_cpu_seconds_total{cpu="36",mode="idle"} 3.12336208e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 11982.79 node_cpu_seconds_total{cpu="36",mode="irq"} 5345.03 node_cpu_seconds_total{cpu="36",mode="nice"} 183263.52 node_cpu_seconds_total{cpu="36",mode="softirq"} 1383.92 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 42832.48 node_cpu_seconds_total{cpu="36",mode="user"} 43108.1 node_cpu_seconds_total{cpu="37",mode="idle"} 3.19338609e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 11682.78 node_cpu_seconds_total{cpu="37",mode="irq"} 4894.71 node_cpu_seconds_total{cpu="37",mode="nice"} 122999.6 node_cpu_seconds_total{cpu="37",mode="softirq"} 1301.62 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 37310.29 node_cpu_seconds_total{cpu="37",mode="user"} 39966.17 node_cpu_seconds_total{cpu="38",mode="idle"} 3.1711805e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 10236.98 node_cpu_seconds_total{cpu="38",mode="irq"} 5032.31 node_cpu_seconds_total{cpu="38",mode="nice"} 147191.68 node_cpu_seconds_total{cpu="38",mode="softirq"} 1289.08 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 37233.82 node_cpu_seconds_total{cpu="38",mode="user"} 39576.28 node_cpu_seconds_total{cpu="39",mode="idle"} 3.12340388e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 12224.95 node_cpu_seconds_total{cpu="39",mode="irq"} 5337.19 node_cpu_seconds_total{cpu="39",mode="nice"} 183015.08 node_cpu_seconds_total{cpu="39",mode="softirq"} 1380.19 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 42465.24 node_cpu_seconds_total{cpu="39",mode="user"} 43412.52 node_cpu_seconds_total{cpu="4",mode="idle"} 3.11687082e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 24193 node_cpu_seconds_total{cpu="4",mode="irq"} 7665.37 node_cpu_seconds_total{cpu="4",mode="nice"} 160647.62 node_cpu_seconds_total{cpu="4",mode="softirq"} 4239.38 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 46448.56 node_cpu_seconds_total{cpu="4",mode="user"} 48886.41 node_cpu_seconds_total{cpu="40",mode="idle"} 3.16606595e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 16289.27 node_cpu_seconds_total{cpu="40",mode="irq"} 5034.44 node_cpu_seconds_total{cpu="40",mode="nice"} 144602.25 node_cpu_seconds_total{cpu="40",mode="softirq"} 1296.46 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 37904.76 node_cpu_seconds_total{cpu="40",mode="user"} 40325.38 node_cpu_seconds_total{cpu="41",mode="idle"} 3.1681503e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 10911 node_cpu_seconds_total{cpu="41",mode="irq"} 5073.38 node_cpu_seconds_total{cpu="41",mode="nice"} 148769.84 node_cpu_seconds_total{cpu="41",mode="softirq"} 1290.38 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 37328.54 node_cpu_seconds_total{cpu="41",mode="user"} 40166.94 node_cpu_seconds_total{cpu="42",mode="idle"} 3.12089487e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 11538.08 node_cpu_seconds_total{cpu="42",mode="irq"} 5345.75 node_cpu_seconds_total{cpu="42",mode="nice"} 187303.29 node_cpu_seconds_total{cpu="42",mode="softirq"} 1347.25 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 42211.21 node_cpu_seconds_total{cpu="42",mode="user"} 42748.66 node_cpu_seconds_total{cpu="43",mode="idle"} 3.17505024e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 14895.05 node_cpu_seconds_total{cpu="43",mode="irq"} 4978.96 node_cpu_seconds_total{cpu="43",mode="nice"} 137279.94 node_cpu_seconds_total{cpu="43",mode="softirq"} 1292.03 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 37711.45 node_cpu_seconds_total{cpu="43",mode="user"} 40412.86 node_cpu_seconds_total{cpu="44",mode="idle"} 3.17411384e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 9935.59 node_cpu_seconds_total{cpu="44",mode="irq"} 5007.42 node_cpu_seconds_total{cpu="44",mode="nice"} 144318.6 node_cpu_seconds_total{cpu="44",mode="softirq"} 1287.49 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 37088.56 node_cpu_seconds_total{cpu="44",mode="user"} 40086.33 node_cpu_seconds_total{cpu="45",mode="idle"} 3.1256197e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 11811.13 node_cpu_seconds_total{cpu="45",mode="irq"} 5336.44 node_cpu_seconds_total{cpu="45",mode="nice"} 182053.56 node_cpu_seconds_total{cpu="45",mode="softirq"} 1368.62 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 41877.43 node_cpu_seconds_total{cpu="45",mode="user"} 43297.42 node_cpu_seconds_total{cpu="46",mode="idle"} 3.17458286e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 11471.71 node_cpu_seconds_total{cpu="46",mode="irq"} 4976.16 node_cpu_seconds_total{cpu="46",mode="nice"} 141302.15 node_cpu_seconds_total{cpu="46",mode="softirq"} 1287.09 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 37458.49 node_cpu_seconds_total{cpu="46",mode="user"} 40663.14 node_cpu_seconds_total{cpu="47",mode="idle"} 3.17230225e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 11402.75 node_cpu_seconds_total{cpu="47",mode="irq"} 5035.15 node_cpu_seconds_total{cpu="47",mode="nice"} 144047.47 node_cpu_seconds_total{cpu="47",mode="softirq"} 1288.71 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 37274.05 node_cpu_seconds_total{cpu="47",mode="user"} 40485.95 node_cpu_seconds_total{cpu="48",mode="idle"} 2.95530878e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 22726.54 node_cpu_seconds_total{cpu="48",mode="irq"} 8503.34 node_cpu_seconds_total{cpu="48",mode="nice"} 299167.84 node_cpu_seconds_total{cpu="48",mode="softirq"} 2274.79 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 49904.92 node_cpu_seconds_total{cpu="48",mode="user"} 70847.14 node_cpu_seconds_total{cpu="49",mode="idle"} 3.16034465e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 19493.89 node_cpu_seconds_total{cpu="49",mode="irq"} 6794.6 node_cpu_seconds_total{cpu="49",mode="nice"} 120409.3 node_cpu_seconds_total{cpu="49",mode="softirq"} 1845.06 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 41685.51 node_cpu_seconds_total{cpu="49",mode="user"} 59033.19 node_cpu_seconds_total{cpu="5",mode="idle"} 3.11487182e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 21500.42 node_cpu_seconds_total{cpu="5",mode="irq"} 8158.88 node_cpu_seconds_total{cpu="5",mode="nice"} 159453.39 node_cpu_seconds_total{cpu="5",mode="softirq"} 11938.84 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 46837.11 node_cpu_seconds_total{cpu="5",mode="user"} 46551.92 node_cpu_seconds_total{cpu="50",mode="idle"} 3.16080467e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 23109.83 node_cpu_seconds_total{cpu="50",mode="irq"} 8971.41 node_cpu_seconds_total{cpu="50",mode="nice"} 63902.37 node_cpu_seconds_total{cpu="50",mode="softirq"} 45307.2 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 50326.94 node_cpu_seconds_total{cpu="50",mode="user"} 56734.6 node_cpu_seconds_total{cpu="51",mode="idle"} 3.15048255e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 20483.17 node_cpu_seconds_total{cpu="51",mode="irq"} 7478.6 node_cpu_seconds_total{cpu="51",mode="nice"} 134749.88 node_cpu_seconds_total{cpu="51",mode="softirq"} 3553.81 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 46283.03 node_cpu_seconds_total{cpu="51",mode="user"} 46425.64 node_cpu_seconds_total{cpu="52",mode="idle"} 3.15883479e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 21512.18 node_cpu_seconds_total{cpu="52",mode="irq"} 9437.74 node_cpu_seconds_total{cpu="52",mode="nice"} 89775.9 node_cpu_seconds_total{cpu="52",mode="softirq"} 31885.1 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 49471.28 node_cpu_seconds_total{cpu="52",mode="user"} 48828.48 node_cpu_seconds_total{cpu="53",mode="idle"} 3.17505962e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 24603.78 node_cpu_seconds_total{cpu="53",mode="irq"} 7726.56 node_cpu_seconds_total{cpu="53",mode="nice"} 102440.84 node_cpu_seconds_total{cpu="53",mode="softirq"} 4205.51 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 46799.1 node_cpu_seconds_total{cpu="53",mode="user"} 48959.3 node_cpu_seconds_total{cpu="54",mode="idle"} 3.14332044e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 22574 node_cpu_seconds_total{cpu="54",mode="irq"} 7719.58 node_cpu_seconds_total{cpu="54",mode="nice"} 136861.43 node_cpu_seconds_total{cpu="54",mode="softirq"} 2050.61 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 49323.01 node_cpu_seconds_total{cpu="54",mode="user"} 46735.98 node_cpu_seconds_total{cpu="55",mode="idle"} 3.16416557e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 27427.49 node_cpu_seconds_total{cpu="55",mode="irq"} 7400.49 node_cpu_seconds_total{cpu="55",mode="nice"} 110402.44 node_cpu_seconds_total{cpu="55",mode="softirq"} 4802.95 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 48510.42 node_cpu_seconds_total{cpu="55",mode="user"} 45628.64 node_cpu_seconds_total{cpu="56",mode="idle"} 3.17012079e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 23991.73 node_cpu_seconds_total{cpu="56",mode="irq"} 7899.3 node_cpu_seconds_total{cpu="56",mode="nice"} 99353.65 node_cpu_seconds_total{cpu="56",mode="softirq"} 11005.61 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 50065.55 node_cpu_seconds_total{cpu="56",mode="user"} 45749.52 node_cpu_seconds_total{cpu="57",mode="idle"} 3.10699162e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 25991.5 node_cpu_seconds_total{cpu="57",mode="irq"} 7834.05 node_cpu_seconds_total{cpu="57",mode="nice"} 168203.84 node_cpu_seconds_total{cpu="57",mode="softirq"} 5319.84 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 49061.2 node_cpu_seconds_total{cpu="57",mode="user"} 45973.31 node_cpu_seconds_total{cpu="58",mode="idle"} 3.16977847e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 27146.44 node_cpu_seconds_total{cpu="58",mode="irq"} 7647.83 node_cpu_seconds_total{cpu="58",mode="nice"} 108296.19 node_cpu_seconds_total{cpu="58",mode="softirq"} 2390.83 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 47483.64 node_cpu_seconds_total{cpu="58",mode="user"} 46062.93 node_cpu_seconds_total{cpu="59",mode="idle"} 3.16338836e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 23470.12 node_cpu_seconds_total{cpu="59",mode="irq"} 7838.27 node_cpu_seconds_total{cpu="59",mode="nice"} 116689.11 node_cpu_seconds_total{cpu="59",mode="softirq"} 3865.13 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 46601.54 node_cpu_seconds_total{cpu="59",mode="user"} 46992.98 node_cpu_seconds_total{cpu="6",mode="idle"} 3.04047436e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 21337.59 node_cpu_seconds_total{cpu="6",mode="irq"} 9222.58 node_cpu_seconds_total{cpu="6",mode="nice"} 199768.46 node_cpu_seconds_total{cpu="6",mode="softirq"} 22954.1 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 60554.25 node_cpu_seconds_total{cpu="6",mode="user"} 53215.99 node_cpu_seconds_total{cpu="60",mode="idle"} 3.14836238e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 27548.6 node_cpu_seconds_total{cpu="60",mode="irq"} 7586.81 node_cpu_seconds_total{cpu="60",mode="nice"} 129122.85 node_cpu_seconds_total{cpu="60",mode="softirq"} 1906.52 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 49260.01 node_cpu_seconds_total{cpu="60",mode="user"} 44390.92 node_cpu_seconds_total{cpu="61",mode="idle"} 3.15302476e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 18265.86 node_cpu_seconds_total{cpu="61",mode="irq"} 9315.97 node_cpu_seconds_total{cpu="61",mode="nice"} 82807.38 node_cpu_seconds_total{cpu="61",mode="softirq"} 35656.39 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 59505.44 node_cpu_seconds_total{cpu="61",mode="user"} 48953.97 node_cpu_seconds_total{cpu="62",mode="idle"} 3.14177266e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 27756.84 node_cpu_seconds_total{cpu="62",mode="irq"} 7869.39 node_cpu_seconds_total{cpu="62",mode="nice"} 127837.57 node_cpu_seconds_total{cpu="62",mode="softirq"} 2373.55 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 52952.63 node_cpu_seconds_total{cpu="62",mode="user"} 47587.71 node_cpu_seconds_total{cpu="63",mode="idle"} 3.1490956e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 18107.72 node_cpu_seconds_total{cpu="63",mode="irq"} 9482.39 node_cpu_seconds_total{cpu="63",mode="nice"} 97481.74 node_cpu_seconds_total{cpu="63",mode="softirq"} 36128.62 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 52825.59 node_cpu_seconds_total{cpu="63",mode="user"} 46839.67 node_cpu_seconds_total{cpu="64",mode="idle"} 3.16404337e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 26184.24 node_cpu_seconds_total{cpu="64",mode="irq"} 7913.92 node_cpu_seconds_total{cpu="64",mode="nice"} 115526.37 node_cpu_seconds_total{cpu="64",mode="softirq"} 2490.7 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 46988.14 node_cpu_seconds_total{cpu="64",mode="user"} 46675.27 node_cpu_seconds_total{cpu="65",mode="idle"} 3.15377557e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 23685.79 node_cpu_seconds_total{cpu="65",mode="irq"} 8872.52 node_cpu_seconds_total{cpu="65",mode="nice"} 106672.15 node_cpu_seconds_total{cpu="65",mode="softirq"} 20422.26 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 49427.51 node_cpu_seconds_total{cpu="65",mode="user"} 46647.24 node_cpu_seconds_total{cpu="66",mode="idle"} 3.1642928e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 24778.72 node_cpu_seconds_total{cpu="66",mode="irq"} 8171.81 node_cpu_seconds_total{cpu="66",mode="nice"} 108844.43 node_cpu_seconds_total{cpu="66",mode="softirq"} 10394.51 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 48539.97 node_cpu_seconds_total{cpu="66",mode="user"} 43718.36 node_cpu_seconds_total{cpu="67",mode="idle"} 3.17066525e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 22684.3 node_cpu_seconds_total{cpu="67",mode="irq"} 21452.71 node_cpu_seconds_total{cpu="67",mode="nice"} 77175.37 node_cpu_seconds_total{cpu="67",mode="softirq"} 20562.18 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 49741.49 node_cpu_seconds_total{cpu="67",mode="user"} 46370.74 node_cpu_seconds_total{cpu="68",mode="idle"} 3.12542794e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 24736.19 node_cpu_seconds_total{cpu="68",mode="irq"} 9331.3 node_cpu_seconds_total{cpu="68",mode="nice"} 127314.98 node_cpu_seconds_total{cpu="68",mode="softirq"} 20744.27 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 51414.89 node_cpu_seconds_total{cpu="68",mode="user"} 50123.92 node_cpu_seconds_total{cpu="69",mode="idle"} 3.12125427e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 17526.29 node_cpu_seconds_total{cpu="69",mode="irq"} 10972.25 node_cpu_seconds_total{cpu="69",mode="nice"} 101863.19 node_cpu_seconds_total{cpu="69",mode="softirq"} 51638.77 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 57616.55 node_cpu_seconds_total{cpu="69",mode="user"} 49058.23 node_cpu_seconds_total{cpu="7",mode="idle"} 3.12320416e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 22057.81 node_cpu_seconds_total{cpu="7",mode="irq"} 7908.4 node_cpu_seconds_total{cpu="7",mode="nice"} 150234.85 node_cpu_seconds_total{cpu="7",mode="softirq"} 5377.31 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 51806.88 node_cpu_seconds_total{cpu="7",mode="user"} 47722.19 node_cpu_seconds_total{cpu="70",mode="idle"} 3.15859192e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 23609.89 node_cpu_seconds_total{cpu="70",mode="irq"} 10471.64 node_cpu_seconds_total{cpu="70",mode="nice"} 69043.82 node_cpu_seconds_total{cpu="70",mode="softirq"} 42223.8 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 55149.47 node_cpu_seconds_total{cpu="70",mode="user"} 50180.11 node_cpu_seconds_total{cpu="71",mode="idle"} 3.13583299e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 26179.45 node_cpu_seconds_total{cpu="71",mode="irq"} 8265.29 node_cpu_seconds_total{cpu="71",mode="nice"} 142511.62 node_cpu_seconds_total{cpu="71",mode="softirq"} 2880.86 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 46411.55 node_cpu_seconds_total{cpu="71",mode="user"} 48189.2 node_cpu_seconds_total{cpu="72",mode="idle"} 3.18592795e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 19295.96 node_cpu_seconds_total{cpu="72",mode="irq"} 5787.94 node_cpu_seconds_total{cpu="72",mode="nice"} 106727.42 node_cpu_seconds_total{cpu="72",mode="softirq"} 1387.15 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 38053.79 node_cpu_seconds_total{cpu="72",mode="user"} 52630.95 node_cpu_seconds_total{cpu="73",mode="idle"} 3.15594565e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 17905.42 node_cpu_seconds_total{cpu="73",mode="irq"} 5830.35 node_cpu_seconds_total{cpu="73",mode="nice"} 144517 node_cpu_seconds_total{cpu="73",mode="softirq"} 1371.25 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 36279.34 node_cpu_seconds_total{cpu="73",mode="user"} 49121.59 node_cpu_seconds_total{cpu="74",mode="idle"} 3.14364862e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 19198.4 node_cpu_seconds_total{cpu="74",mode="irq"} 6024.63 node_cpu_seconds_total{cpu="74",mode="nice"} 156794.87 node_cpu_seconds_total{cpu="74",mode="softirq"} 1427.9 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 36103.48 node_cpu_seconds_total{cpu="74",mode="user"} 47668.46 node_cpu_seconds_total{cpu="75",mode="idle"} 3.16856065e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 11422.34 node_cpu_seconds_total{cpu="75",mode="irq"} 5048.86 node_cpu_seconds_total{cpu="75",mode="nice"} 146487.64 node_cpu_seconds_total{cpu="75",mode="softirq"} 1242.4 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 38617.62 node_cpu_seconds_total{cpu="75",mode="user"} 40117.65 node_cpu_seconds_total{cpu="76",mode="idle"} 3.19397117e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 15167.24 node_cpu_seconds_total{cpu="76",mode="irq"} 4968.57 node_cpu_seconds_total{cpu="76",mode="nice"} 118360.5 node_cpu_seconds_total{cpu="76",mode="softirq"} 1290.1 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 36895.83 node_cpu_seconds_total{cpu="76",mode="user"} 40984.75 node_cpu_seconds_total{cpu="77",mode="idle"} 3.15586609e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 12475.66 node_cpu_seconds_total{cpu="77",mode="irq"} 5246.01 node_cpu_seconds_total{cpu="77",mode="nice"} 158789.6 node_cpu_seconds_total{cpu="77",mode="softirq"} 1258.39 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 37391.73 node_cpu_seconds_total{cpu="77",mode="user"} 40586.65 node_cpu_seconds_total{cpu="78",mode="idle"} 3.16914399e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 20782.19 node_cpu_seconds_total{cpu="78",mode="irq"} 5031.56 node_cpu_seconds_total{cpu="78",mode="nice"} 136639.44 node_cpu_seconds_total{cpu="78",mode="softirq"} 1258.02 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 38429.29 node_cpu_seconds_total{cpu="78",mode="user"} 40316.11 node_cpu_seconds_total{cpu="79",mode="idle"} 3.1844818e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 11520.2 node_cpu_seconds_total{cpu="79",mode="irq"} 4967.42 node_cpu_seconds_total{cpu="79",mode="nice"} 131988.5 node_cpu_seconds_total{cpu="79",mode="softirq"} 1268.89 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 37396.39 node_cpu_seconds_total{cpu="79",mode="user"} 40002.21 node_cpu_seconds_total{cpu="8",mode="idle"} 3.11633144e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 19137.51 node_cpu_seconds_total{cpu="8",mode="irq"} 7725.47 node_cpu_seconds_total{cpu="8",mode="nice"} 167084.9 node_cpu_seconds_total{cpu="8",mode="softirq"} 2702.56 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 49132.38 node_cpu_seconds_total{cpu="8",mode="user"} 46479.34 node_cpu_seconds_total{cpu="80",mode="idle"} 3.15086715e+06 node_cpu_seconds_total{cpu="80",mode="iowait"} 11760.07 node_cpu_seconds_total{cpu="80",mode="irq"} 5213.6 node_cpu_seconds_total{cpu="80",mode="nice"} 165601.8 node_cpu_seconds_total{cpu="80",mode="softirq"} 1242.97 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 36838.12 node_cpu_seconds_total{cpu="80",mode="user"} 40178.46 node_cpu_seconds_total{cpu="81",mode="idle"} 3.1491238e+06 node_cpu_seconds_total{cpu="81",mode="iowait"} 11203.08 node_cpu_seconds_total{cpu="81",mode="irq"} 5145.63 node_cpu_seconds_total{cpu="81",mode="nice"} 166716.91 node_cpu_seconds_total{cpu="81",mode="softirq"} 1219.78 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 38479.67 node_cpu_seconds_total{cpu="81",mode="user"} 39968.51 node_cpu_seconds_total{cpu="82",mode="idle"} 3.1835593e+06 node_cpu_seconds_total{cpu="82",mode="iowait"} 13267.65 node_cpu_seconds_total{cpu="82",mode="irq"} 4960.16 node_cpu_seconds_total{cpu="82",mode="nice"} 131944.03 node_cpu_seconds_total{cpu="82",mode="softirq"} 1224.3 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 36514.22 node_cpu_seconds_total{cpu="82",mode="user"} 40379.94 node_cpu_seconds_total{cpu="83",mode="idle"} 3.157592e+06 node_cpu_seconds_total{cpu="83",mode="iowait"} 11941.88 node_cpu_seconds_total{cpu="83",mode="irq"} 5169.76 node_cpu_seconds_total{cpu="83",mode="nice"} 159323.46 node_cpu_seconds_total{cpu="83",mode="softirq"} 1220.06 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 36260.81 node_cpu_seconds_total{cpu="83",mode="user"} 40445.15 node_cpu_seconds_total{cpu="84",mode="idle"} 3.17259553e+06 node_cpu_seconds_total{cpu="84",mode="iowait"} 12842.05 node_cpu_seconds_total{cpu="84",mode="irq"} 5067.06 node_cpu_seconds_total{cpu="84",mode="nice"} 141998.32 node_cpu_seconds_total{cpu="84",mode="softirq"} 1262.46 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 37766.2 node_cpu_seconds_total{cpu="84",mode="user"} 40193.98 node_cpu_seconds_total{cpu="85",mode="idle"} 3.13412316e+06 node_cpu_seconds_total{cpu="85",mode="iowait"} 13990.6 node_cpu_seconds_total{cpu="85",mode="irq"} 5267.03 node_cpu_seconds_total{cpu="85",mode="nice"} 181738.09 node_cpu_seconds_total{cpu="85",mode="softirq"} 1262.78 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 36189.98 node_cpu_seconds_total{cpu="85",mode="user"} 39349.74 node_cpu_seconds_total{cpu="86",mode="idle"} 3.1666928e+06 node_cpu_seconds_total{cpu="86",mode="iowait"} 12292.96 node_cpu_seconds_total{cpu="86",mode="irq"} 5122.11 node_cpu_seconds_total{cpu="86",mode="nice"} 148651.24 node_cpu_seconds_total{cpu="86",mode="softirq"} 1239.11 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 36887.36 node_cpu_seconds_total{cpu="86",mode="user"} 40923.04 node_cpu_seconds_total{cpu="87",mode="idle"} 3.16837979e+06 node_cpu_seconds_total{cpu="87",mode="iowait"} 13937.35 node_cpu_seconds_total{cpu="87",mode="irq"} 5026.05 node_cpu_seconds_total{cpu="87",mode="nice"} 145890.56 node_cpu_seconds_total{cpu="87",mode="softirq"} 1215.32 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 37148.62 node_cpu_seconds_total{cpu="87",mode="user"} 40240.28 node_cpu_seconds_total{cpu="88",mode="idle"} 3.17742773e+06 node_cpu_seconds_total{cpu="88",mode="iowait"} 12372.32 node_cpu_seconds_total{cpu="88",mode="irq"} 5051.14 node_cpu_seconds_total{cpu="88",mode="nice"} 138408.04 node_cpu_seconds_total{cpu="88",mode="softirq"} 1228.42 node_cpu_seconds_total{cpu="88",mode="steal"} 0 node_cpu_seconds_total{cpu="88",mode="system"} 36743.36 node_cpu_seconds_total{cpu="88",mode="user"} 40599.82 node_cpu_seconds_total{cpu="89",mode="idle"} 3.15964221e+06 node_cpu_seconds_total{cpu="89",mode="iowait"} 11850.35 node_cpu_seconds_total{cpu="89",mode="irq"} 5154.59 node_cpu_seconds_total{cpu="89",mode="nice"} 157370.24 node_cpu_seconds_total{cpu="89",mode="softirq"} 1218.04 node_cpu_seconds_total{cpu="89",mode="steal"} 0 node_cpu_seconds_total{cpu="89",mode="system"} 36210.59 node_cpu_seconds_total{cpu="89",mode="user"} 40538.54 node_cpu_seconds_total{cpu="9",mode="idle"} 3.0635905e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 31617.44 node_cpu_seconds_total{cpu="9",mode="irq"} 8835.03 node_cpu_seconds_total{cpu="9",mode="nice"} 175059.89 node_cpu_seconds_total{cpu="9",mode="softirq"} 20605.3 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 57825.4 node_cpu_seconds_total{cpu="9",mode="user"} 50490.27 node_cpu_seconds_total{cpu="90",mode="idle"} 3.17510114e+06 node_cpu_seconds_total{cpu="90",mode="iowait"} 12285.57 node_cpu_seconds_total{cpu="90",mode="irq"} 5753.57 node_cpu_seconds_total{cpu="90",mode="nice"} 139154.51 node_cpu_seconds_total{cpu="90",mode="softirq"} 1351.35 node_cpu_seconds_total{cpu="90",mode="steal"} 0 node_cpu_seconds_total{cpu="90",mode="system"} 37750.98 node_cpu_seconds_total{cpu="90",mode="user"} 40439.25 node_cpu_seconds_total{cpu="91",mode="idle"} 3.16920312e+06 node_cpu_seconds_total{cpu="91",mode="iowait"} 12034.73 node_cpu_seconds_total{cpu="91",mode="irq"} 5042.58 node_cpu_seconds_total{cpu="91",mode="nice"} 148096.12 node_cpu_seconds_total{cpu="91",mode="softirq"} 1233.66 node_cpu_seconds_total{cpu="91",mode="steal"} 0 node_cpu_seconds_total{cpu="91",mode="system"} 36041.05 node_cpu_seconds_total{cpu="91",mode="user"} 40349.69 node_cpu_seconds_total{cpu="92",mode="idle"} 3.15926596e+06 node_cpu_seconds_total{cpu="92",mode="iowait"} 11882.12 node_cpu_seconds_total{cpu="92",mode="irq"} 5160.41 node_cpu_seconds_total{cpu="92",mode="nice"} 158125.76 node_cpu_seconds_total{cpu="92",mode="softirq"} 1225.64 node_cpu_seconds_total{cpu="92",mode="steal"} 0 node_cpu_seconds_total{cpu="92",mode="system"} 35971.1 node_cpu_seconds_total{cpu="92",mode="user"} 40486.57 node_cpu_seconds_total{cpu="93",mode="idle"} 3.16902643e+06 node_cpu_seconds_total{cpu="93",mode="iowait"} 12004.63 node_cpu_seconds_total{cpu="93",mode="irq"} 5036.64 node_cpu_seconds_total{cpu="93",mode="nice"} 147095.51 node_cpu_seconds_total{cpu="93",mode="softirq"} 1220.24 node_cpu_seconds_total{cpu="93",mode="steal"} 0 node_cpu_seconds_total{cpu="93",mode="system"} 37196.98 node_cpu_seconds_total{cpu="93",mode="user"} 40363.36 node_cpu_seconds_total{cpu="94",mode="idle"} 3.17856905e+06 node_cpu_seconds_total{cpu="94",mode="iowait"} 12285.87 node_cpu_seconds_total{cpu="94",mode="irq"} 5023.3 node_cpu_seconds_total{cpu="94",mode="nice"} 137914.06 node_cpu_seconds_total{cpu="94",mode="softirq"} 1248.18 node_cpu_seconds_total{cpu="94",mode="steal"} 0 node_cpu_seconds_total{cpu="94",mode="system"} 36423.39 node_cpu_seconds_total{cpu="94",mode="user"} 40526.57 node_cpu_seconds_total{cpu="95",mode="idle"} 3.14445351e+06 node_cpu_seconds_total{cpu="95",mode="iowait"} 18372.57 node_cpu_seconds_total{cpu="95",mode="irq"} 5223.18 node_cpu_seconds_total{cpu="95",mode="nice"} 166314.1 node_cpu_seconds_total{cpu="95",mode="softirq"} 1217.45 node_cpu_seconds_total{cpu="95",mode="steal"} 0 node_cpu_seconds_total{cpu="95",mode="system"} 36085.03 node_cpu_seconds_total{cpu="95",mode="user"} 40459 # 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="sdc"} 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="sdc"} 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-60b2b5ba-8a6a-4833-8bc0-b63914e4d79e",name="ceph--022ef958--e118--44f0--8c60--5b329ed0ac13-osd--block--60b2b5ba--8a6a--4833--8bc0--b63914e4d79e",uuid="LVM-iDpTcsprvXNVjihhrd6ZGzqOqDMjzXCYVTpGps7iIo3mcb7yXQ0NLHMRUCv6r2P8",vg_name="ceph-022ef958-e118-44f0-8c60-5b329ed0ac13"} 1 node_disk_device_mapper_info{device="dm-1",lv_layer="",lv_name="osd-block-8ff749fd-bcaa-4eec-87dc-b482c0fb55bf",name="ceph--1fdeaa52--85db--443a--98ff--0f038e248334-osd--block--8ff749fd--bcaa--4eec--87dc--b482c0fb55bf",uuid="LVM-xHBUcDlCG563J4ebY2xAAMNCd4qwKP5wnKMhGA0usiYz86WblHLP7C21eRwdQkvV",vg_name="ceph-1fdeaa52-85db-443a-98ff-0f038e248334"} 1 node_disk_device_mapper_info{device="dm-10",lv_layer="",lv_name="osd-block-49e09e03-4f4d-4d8b-9835-5111ccea4ae8",name="ceph--f135990b--4e93--4be0--93a8--fe20c4c99099-osd--block--49e09e03--4f4d--4d8b--9835--5111ccea4ae8",uuid="LVM-UjN4Z3x72Ov1PeYLViQo0gvgJkrIFEqaeDaMwkqgoWXWZJb13bzax4UE8KGA4Ajd",vg_name="ceph-f135990b-4e93-4be0-93a8-fe20c4c99099"} 1 node_disk_device_mapper_info{device="dm-11",lv_layer="",lv_name="osd-db-846416d4-3109-4030-b12e-abcade6ab10f",name="ceph--ceda09af--79b3--4997--9ac5--44d34229763b-osd--db--846416d4--3109--4030--b12e--abcade6ab10f",uuid="LVM-WyW6S9rBw2IEKDg05EQq88eNySFVmKkjwZmt2KYuKI6axR0sfN5NKOLSO4Vuw3De",vg_name="ceph-ceda09af-79b3-4997-9ac5-44d34229763b"} 1 node_disk_device_mapper_info{device="dm-12",lv_layer="",lv_name="osd-db-762c06b7-dad9-4ce6-b8b4-0682b7b35c98",name="ceph--ceda09af--79b3--4997--9ac5--44d34229763b-osd--db--762c06b7--dad9--4ce6--b8b4--0682b7b35c98",uuid="LVM-WyW6S9rBw2IEKDg05EQq88eNySFVmKkjQ6nab21299fHSqORQjrEqWwQ33ylmF66",vg_name="ceph-ceda09af-79b3-4997-9ac5-44d34229763b"} 1 node_disk_device_mapper_info{device="dm-13",lv_layer="",lv_name="osd-db-182687dd-9405-49d2-8e8e-e79c4fab9ad1",name="ceph--ceda09af--79b3--4997--9ac5--44d34229763b-osd--db--182687dd--9405--49d2--8e8e--e79c4fab9ad1",uuid="LVM-WyW6S9rBw2IEKDg05EQq88eNySFVmKkjqp9VB1tvgdcHkSxrgI8tTa93QBw31ywQ",vg_name="ceph-ceda09af-79b3-4997-9ac5-44d34229763b"} 1 node_disk_device_mapper_info{device="dm-14",lv_layer="",lv_name="osd-db-469434f3-833a-4195-be02-c20d21210dbf",name="ceph--ceda09af--79b3--4997--9ac5--44d34229763b-osd--db--469434f3--833a--4195--be02--c20d21210dbf",uuid="LVM-WyW6S9rBw2IEKDg05EQq88eNySFVmKkjvJ2HAW1hq2qf7Ta1eGpvkIWTF4eEnPnA",vg_name="ceph-ceda09af-79b3-4997-9ac5-44d34229763b"} 1 node_disk_device_mapper_info{device="dm-15",lv_layer="",lv_name="osd-db-9b22e80a-82c8-44e2-b235-1bf77fb4f50d",name="ceph--ceda09af--79b3--4997--9ac5--44d34229763b-osd--db--9b22e80a--82c8--44e2--b235--1bf77fb4f50d",uuid="LVM-WyW6S9rBw2IEKDg05EQq88eNySFVmKkjNmKnQoCxVezfBmIrJb5UJt8xTbGnNloQ",vg_name="ceph-ceda09af-79b3-4997-9ac5-44d34229763b"} 1 node_disk_device_mapper_info{device="dm-16",lv_layer="",lv_name="osd-db-7f29cd64-c231-4c3a-8f96-1301332c3c29",name="ceph--ceda09af--79b3--4997--9ac5--44d34229763b-osd--db--7f29cd64--c231--4c3a--8f96--1301332c3c29",uuid="LVM-WyW6S9rBw2IEKDg05EQq88eNySFVmKkjv87rQzFiavOdp53uBM7VEZU2Po20bB82",vg_name="ceph-ceda09af-79b3-4997-9ac5-44d34229763b"} 1 node_disk_device_mapper_info{device="dm-17",lv_layer="",lv_name="osd-db-ddbeaf04-4ae8-4f51-a8e5-0ee995bb38aa",name="ceph--ceda09af--79b3--4997--9ac5--44d34229763b-osd--db--ddbeaf04--4ae8--4f51--a8e5--0ee995bb38aa",uuid="LVM-WyW6S9rBw2IEKDg05EQq88eNySFVmKkjrUR1rnihamvuobjR4EQkiDHi7ZUzeAea",vg_name="ceph-ceda09af-79b3-4997-9ac5-44d34229763b"} 1 node_disk_device_mapper_info{device="dm-18",lv_layer="",lv_name="osd-db-867ada73-1165-4292-8e61-b3cbe709a104",name="ceph--ceda09af--79b3--4997--9ac5--44d34229763b-osd--db--867ada73--1165--4292--8e61--b3cbe709a104",uuid="LVM-WyW6S9rBw2IEKDg05EQq88eNySFVmKkjlZdxF2q5Togv5qAKA8hcwywvt3UrCxw3",vg_name="ceph-ceda09af-79b3-4997-9ac5-44d34229763b"} 1 node_disk_device_mapper_info{device="dm-19",lv_layer="",lv_name="osd-db-1a84a49a-fae1-472d-af1b-608a180e5fb1",name="ceph--ceda09af--79b3--4997--9ac5--44d34229763b-osd--db--1a84a49a--fae1--472d--af1b--608a180e5fb1",uuid="LVM-WyW6S9rBw2IEKDg05EQq88eNySFVmKkjlqbctUVBTjtunpyW2Xo2OSewhE4cW3Ed",vg_name="ceph-ceda09af-79b3-4997-9ac5-44d34229763b"} 1 node_disk_device_mapper_info{device="dm-2",lv_layer="",lv_name="osd-block-fa380ee1-8b19-4bee-9a0d-95ba1a5f7604",name="ceph--2a3e1a6b--0f4c--4bde--95a3--4b1c679dc578-osd--block--fa380ee1--8b19--4bee--9a0d--95ba1a5f7604",uuid="LVM-7usGALpVheq1VslBuWhrHwJw3Q0JR5A9DhaqnqFfeI3dy1Fl4PfkehUDvegmJZVn",vg_name="ceph-2a3e1a6b-0f4c-4bde-95a3-4b1c679dc578"} 1 node_disk_device_mapper_info{device="dm-20",lv_layer="",lv_name="osd-db-56984334-d062-4480-bfca-8a8503ec2d96",name="ceph--ceda09af--79b3--4997--9ac5--44d34229763b-osd--db--56984334--d062--4480--bfca--8a8503ec2d96",uuid="LVM-WyW6S9rBw2IEKDg05EQq88eNySFVmKkjdrYuK2R7gn1TakWeNLpfG309EJK7vsTX",vg_name="ceph-ceda09af-79b3-4997-9ac5-44d34229763b"} 1 node_disk_device_mapper_info{device="dm-21",lv_layer="",lv_name="osd-db-039f73f8-f966-4690-84b1-f71461bb87d4",name="ceph--ceda09af--79b3--4997--9ac5--44d34229763b-osd--db--039f73f8--f966--4690--84b1--f71461bb87d4",uuid="LVM-WyW6S9rBw2IEKDg05EQq88eNySFVmKkj0ngOGn0ZDDOrr0HG6dI6WnTvEMfwpc49",vg_name="ceph-ceda09af-79b3-4997-9ac5-44d34229763b"} 1 node_disk_device_mapper_info{device="dm-22",lv_layer="",lv_name="osd-db-cedaf4ad-9752-4f6f-a65e-d418154e9166",name="ceph--ceda09af--79b3--4997--9ac5--44d34229763b-osd--db--cedaf4ad--9752--4f6f--a65e--d418154e9166",uuid="LVM-WyW6S9rBw2IEKDg05EQq88eNySFVmKkjFW99isP39E0rk0PkNhK4PQFn2pmnyzCb",vg_name="ceph-ceda09af-79b3-4997-9ac5-44d34229763b"} 1 node_disk_device_mapper_info{device="dm-23",lv_layer="",lv_name="osd-block-56184c5c-bd24-4df0-bf90-029c2717e158",name="ceph--f994d1da--6413--4eb1--b22d--b28064d09732-osd--block--56184c5c--bd24--4df0--bf90--029c2717e158",uuid="LVM-daffHFecVq1FnVPCBhFrIAa6ZF18HMEzyLuSwVfTE0RRwIQwq7WmQizTzSsKwsgm",vg_name="ceph-f994d1da-6413-4eb1-b22d-b28064d09732"} 1 node_disk_device_mapper_info{device="dm-3",lv_layer="",lv_name="osd-block-abc90bbb-8683-4a99-84f6-bd7772738314",name="ceph--84e42db7--244f--4fec--be83--8343e8510d40-osd--block--abc90bbb--8683--4a99--84f6--bd7772738314",uuid="LVM-bFz7Mi3oFk3XnMC8xpdPBA10a5z7WKFZF5gIXPOpzxZ2fPMxhLw3vZB8fXK1AyMI",vg_name="ceph-84e42db7-244f-4fec-be83-8343e8510d40"} 1 node_disk_device_mapper_info{device="dm-4",lv_layer="",lv_name="osd-block-7a55848c-420e-43e0-a31d-4504f81d58eb",name="ceph--8589814b--8201--475d--b071--3e4f3032e49f-osd--block--7a55848c--420e--43e0--a31d--4504f81d58eb",uuid="LVM-RkeviK6jmnqTdTrD6ZhVOigMhzl1yNrE13sJCLg8oSIlo5obfGqIcW6QimSEM4yq",vg_name="ceph-8589814b-8201-475d-b071-3e4f3032e49f"} 1 node_disk_device_mapper_info{device="dm-5",lv_layer="",lv_name="osd-block-8d7924b9-148c-498e-91f6-e6aa3d1c7d2a",name="ceph--877c67f3--8358--4df7--8731--ae7a2c06b4fc-osd--block--8d7924b9--148c--498e--91f6--e6aa3d1c7d2a",uuid="LVM-StfF19oE0vnoeBcsRdKzX6C5B8MHlyIjohXvNZGcfPT1f4joOQLcSWtJhUy1d0K3",vg_name="ceph-877c67f3-8358-4df7-8731-ae7a2c06b4fc"} 1 node_disk_device_mapper_info{device="dm-6",lv_layer="",lv_name="osd-block-590fefb3-92a3-4492-b661-6e2ee7dcc09e",name="ceph--aeec6daa--22eb--4fa5--93db--b003b24921b6-osd--block--590fefb3--92a3--4492--b661--6e2ee7dcc09e",uuid="LVM-BeFRQwndlDUWAgE5fkH6xhzh0S1gz7VhV19NgPf5pzRUYq2fk50ft917h3eb0Bbt",vg_name="ceph-aeec6daa-22eb-4fa5-93db-b003b24921b6"} 1 node_disk_device_mapper_info{device="dm-7",lv_layer="",lv_name="osd-block-249e6547-d220-4c42-b38f-c5a7e2d3170d",name="ceph--b39a0f10--d936--4a02--98f6--16e8a69418fd-osd--block--249e6547--d220--4c42--b38f--c5a7e2d3170d",uuid="LVM-biuzS7zwT4fpaQKzaGgLcMY9zuNXqfaSv6PBHCheanerD3ae0XLTueT43giee7uT",vg_name="ceph-b39a0f10-d936-4a02-98f6-16e8a69418fd"} 1 node_disk_device_mapper_info{device="dm-8",lv_layer="",lv_name="osd-block-6ddacb0b-4355-42ee-b1cd-39ded855980b",name="ceph--8ead07fd--76a6--4156--9ab5--9ace74e0f9d8-osd--block--6ddacb0b--4355--42ee--b1cd--39ded855980b",uuid="LVM-ArrSKCAcLK6I8c3fKot2XAAmgLnfj5JyZp5ifwb1Qkw49iP3eZdrD1k4Q2uVfMbW",vg_name="ceph-8ead07fd-76a6-4156-9ab5-9ace74e0f9d8"} 1 node_disk_device_mapper_info{device="dm-9",lv_layer="",lv_name="osd-block-8329d010-1cbd-47fd-98d0-bf7a20b79199",name="ceph--db93e5a1--037b--408e--9ef7--3ce22b3ccaff-osd--block--8329d010--1cbd--47fd--98d0--bf7a20b79199",uuid="LVM-bB5YDy1JwS0ckBZNdehMGnilwh4h1OBV3M2yz9dwnprgeVMNuf9S71NFMR3NqDy8",vg_name="ceph-db93e5a1-037b-408e-9ef7-3ce22b3ccaff"} 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-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-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-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-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-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="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="nvme1n1",type="LVM2_member",usage="raid",uuid="3ELiWA-Lf0O-iyw8-3f1a-y4rz-cFYt-ui803Z",version="LVM2 001"} 1 node_disk_filesystem_info{device="sda",type="LVM2_member",usage="raid",uuid="LnOPFK-Jxo2-sTt4-VGc2-unYl-fJLY-hOpgP1",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdb",type="LVM2_member",usage="raid",uuid="OyUkVR-N1uJ-DGZ9-i21P-wql8-m3pn-Ypw34r",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdd",type="LVM2_member",usage="raid",uuid="aSEwyS-zgbl-tNPt-TqlL-FoFH-k31H-Wg697R",version="LVM2 001"} 1 node_disk_filesystem_info{device="sde",type="LVM2_member",usage="raid",uuid="fYhwZ7-26Y4-JGqm-FNea-3tHQ-Q6Kj-GSNjsq",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdf",type="LVM2_member",usage="raid",uuid="6fO77T-ADzR-DKav-Oojj-9fof-rItX-SeXssF",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdg",type="LVM2_member",usage="raid",uuid="YwnfyA-CHOb-g6Z4-bjox-hFTp-EM3D-irEz12",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdh",type="LVM2_member",usage="raid",uuid="iqpbHK-Dzm6-yWfK-PRQr-z0I2-cUeU-FhUTcB",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdi",type="LVM2_member",usage="raid",uuid="d62G3g-OySk-7rDe-GEKy-y2A8-S1vB-L0npw2",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdj",type="LVM2_member",usage="raid",uuid="CK7Drg-cy9q-aVfF-WH0K-5Pdz-eovh-t2Jf1N",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdk",type="LVM2_member",usage="raid",uuid="p3CXPr-8MfK-1Rg0-U1DF-mmnZ-DCZc-IFdXYD",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdl",type="LVM2_member",usage="raid",uuid="FoXYRT-6SRO-1LQf-0eBx-TcQd-LMu0-YrfCjp",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdm",type="LVM2_member",usage="raid",uuid="7hYzAb-VTJB-5QqU-K15n-F0Ol-xsOI-m6gSvm",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdn",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-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"} 189253.161 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 451367.009 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"} 2942.399 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"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="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-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"} 6.5434489e+07 node_disk_flush_requests_total{device="nvme1n1"} 1.85125652e+08 node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 0 node_disk_flush_requests_total{device="sdc"} 3.269064e+07 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"} 0 # 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-3",major="253",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-4",major="253",minor="4",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-5",major="253",minor="5",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-6",major="253",minor="6",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-7",major="253",minor="7",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-8",major="253",minor="8",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-9",major="253",minor="9",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd0",major="43",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd1",major="43",minor="32",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd10",major="43",minor="320",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd11",major="43",minor="352",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd12",major="43",minor="384",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd13",major="43",minor="416",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd14",major="43",minor="448",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd15",major="43",minor="480",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd2",major="43",minor="64",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd3",major="43",minor="96",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd4",major="43",minor="128",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd5",major="43",minor="160",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd6",major="43",minor="192",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd7",major="43",minor="224",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd8",major="43",minor="256",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd9",major="43",minor="288",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="0",model="Samsung SSD 980 PRO 1TB",path="pci-0000:22:00.0-nvme-1",revision="3B2QGXA7",rotational="0",serial="S5P2NG0R731188F",wwn="eui.002538b711512674"} 1 node_disk_info{device="nvme1n1",major="259",minor="1",model="CT2000P310SSD8",path="pci-0000:21:00.0-nvme-1",revision="VACR011",rotational="0",serial="254454233ED1",wwn="eui.00a0750154233ed1"} 1 node_disk_info{device="sda",major="8",minor="0",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="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="DELLBOSS_VD",path="pci-0000:a1:00.0-ata-1.0",revision="MV.R00-0",rotational="1",serial="c8d0f5e03afa0010",wwn=""} 1 node_disk_info{device="sdd",major="8",minor="48",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="sde",major="8",minor="64",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="sdf",major="8",minor="80",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="sdg",major="8",minor="96",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="sdh",major="8",minor="112",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="sdi",major="8",minor="128",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="sdj",major="8",minor="144",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="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:25:0",revision="US09",rotational="1",serial="2CH95XUN",wwn="0x5000cca2a1491468"} 1 node_disk_info{device="sdm",major="8",minor="192",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="sdn",major="8",minor="208",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 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="dm-0"} 0 node_disk_io_now{device="dm-1"} 0 node_disk_io_now{device="dm-10"} 0 node_disk_io_now{device="dm-11"} 0 node_disk_io_now{device="dm-12"} 0 node_disk_io_now{device="dm-13"} 0 node_disk_io_now{device="dm-14"} 0 node_disk_io_now{device="dm-15"} 0 node_disk_io_now{device="dm-16"} 0 node_disk_io_now{device="dm-17"} 0 node_disk_io_now{device="dm-18"} 0 node_disk_io_now{device="dm-19"} 0 node_disk_io_now{device="dm-2"} 0 node_disk_io_now{device="dm-20"} 0 node_disk_io_now{device="dm-21"} 0 node_disk_io_now{device="dm-22"} 0 node_disk_io_now{device="dm-23"} 1 node_disk_io_now{device="dm-3"} 13 node_disk_io_now{device="dm-4"} 10 node_disk_io_now{device="dm-5"} 0 node_disk_io_now{device="dm-6"} 0 node_disk_io_now{device="dm-7"} 0 node_disk_io_now{device="dm-8"} 16 node_disk_io_now{device="dm-9"} 8 node_disk_io_now{device="nbd0"} 0 node_disk_io_now{device="nbd1"} 0 node_disk_io_now{device="nbd10"} 0 node_disk_io_now{device="nbd11"} 0 node_disk_io_now{device="nbd12"} 0 node_disk_io_now{device="nbd13"} 0 node_disk_io_now{device="nbd14"} 0 node_disk_io_now{device="nbd15"} 0 node_disk_io_now{device="nbd2"} 0 node_disk_io_now{device="nbd3"} 0 node_disk_io_now{device="nbd4"} 0 node_disk_io_now{device="nbd5"} 0 node_disk_io_now{device="nbd6"} 0 node_disk_io_now{device="nbd7"} 0 node_disk_io_now{device="nbd8"} 0 node_disk_io_now{device="nbd9"} 0 node_disk_io_now{device="nvme0n1"} 0 node_disk_io_now{device="nvme1n1"} 0 node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sdb"} 0 node_disk_io_now{device="sdc"} 0 node_disk_io_now{device="sdd"} 1 node_disk_io_now{device="sde"} 0 node_disk_io_now{device="sdf"} 0 node_disk_io_now{device="sdg"} 5 node_disk_io_now{device="sdh"} 0 node_disk_io_now{device="sdi"} 6 node_disk_io_now{device="sdj"} 2 node_disk_io_now{device="sdk"} 0 node_disk_io_now{device="sdl"} 6 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"} 653305.1950000001 node_disk_io_time_seconds_total{device="dm-1"} 576614.54 node_disk_io_time_seconds_total{device="dm-10"} 650941.334 node_disk_io_time_seconds_total{device="dm-11"} 63858.66 node_disk_io_time_seconds_total{device="dm-12"} 54906.199 node_disk_io_time_seconds_total{device="dm-13"} 67255.445 node_disk_io_time_seconds_total{device="dm-14"} 52100.366 node_disk_io_time_seconds_total{device="dm-15"} 47749.783 node_disk_io_time_seconds_total{device="dm-16"} 65073.076 node_disk_io_time_seconds_total{device="dm-17"} 49303.301 node_disk_io_time_seconds_total{device="dm-18"} 61107.224 node_disk_io_time_seconds_total{device="dm-19"} 53408.404 node_disk_io_time_seconds_total{device="dm-2"} 786241.351 node_disk_io_time_seconds_total{device="dm-20"} 53700.819 node_disk_io_time_seconds_total{device="dm-21"} 52885.233 node_disk_io_time_seconds_total{device="dm-22"} 56114.453 node_disk_io_time_seconds_total{device="dm-23"} 785921.981 node_disk_io_time_seconds_total{device="dm-3"} 699204.971 node_disk_io_time_seconds_total{device="dm-4"} 603494.547 node_disk_io_time_seconds_total{device="dm-5"} 578114.547 node_disk_io_time_seconds_total{device="dm-6"} 614590.153 node_disk_io_time_seconds_total{device="dm-7"} 781903.404 node_disk_io_time_seconds_total{device="dm-8"} 621948.327 node_disk_io_time_seconds_total{device="dm-9"} 768017.635 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"} 227029.128 node_disk_io_time_seconds_total{device="nvme1n1"} 345221.20900000003 node_disk_io_time_seconds_total{device="sda"} 577955.134 node_disk_io_time_seconds_total{device="sdb"} 653101.963 node_disk_io_time_seconds_total{device="sdc"} 13554.083 node_disk_io_time_seconds_total{device="sdd"} 785745.434 node_disk_io_time_seconds_total{device="sde"} 781726.654 node_disk_io_time_seconds_total{device="sdf"} 614426.921 node_disk_io_time_seconds_total{device="sdg"} 699080.8 node_disk_io_time_seconds_total{device="sdh"} 576455.803 node_disk_io_time_seconds_total{device="sdi"} 603332.981 node_disk_io_time_seconds_total{device="sdj"} 767841.0210000001 node_disk_io_time_seconds_total{device="sdk"} 650779.68 node_disk_io_time_seconds_total{device="sdl"} 621791.242 node_disk_io_time_seconds_total{device="sdm"} 786046.6290000001 node_disk_io_time_seconds_total{device="sdn"} 34066.576 # 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"} 959525.235 node_disk_io_time_weighted_seconds_total{device="dm-1"} 1.499839609e+06 node_disk_io_time_weighted_seconds_total{device="dm-10"} 4.198209603e+06 node_disk_io_time_weighted_seconds_total{device="dm-11"} 159206.509 node_disk_io_time_weighted_seconds_total{device="dm-12"} 155047.133 node_disk_io_time_weighted_seconds_total{device="dm-13"} 190019.483 node_disk_io_time_weighted_seconds_total{device="dm-14"} 141140.333 node_disk_io_time_weighted_seconds_total{device="dm-15"} 121567.34 node_disk_io_time_weighted_seconds_total{device="dm-16"} 157631.35 node_disk_io_time_weighted_seconds_total{device="dm-17"} 138772.977 node_disk_io_time_weighted_seconds_total{device="dm-18"} 141609.924 node_disk_io_time_weighted_seconds_total{device="dm-19"} 126122.659 node_disk_io_time_weighted_seconds_total{device="dm-2"} 2.6088928850000002e+06 node_disk_io_time_weighted_seconds_total{device="dm-20"} 139672.059 node_disk_io_time_weighted_seconds_total{device="dm-21"} 147268.394 node_disk_io_time_weighted_seconds_total{device="dm-22"} 126566.09700000001 node_disk_io_time_weighted_seconds_total{device="dm-23"} 2.2486186550000003e+06 node_disk_io_time_weighted_seconds_total{device="dm-3"} 2.28780165e+06 node_disk_io_time_weighted_seconds_total{device="dm-4"} 2.32597443e+06 node_disk_io_time_weighted_seconds_total{device="dm-5"} 1.236643368e+06 node_disk_io_time_weighted_seconds_total{device="dm-6"} 2.77360377e+06 node_disk_io_time_weighted_seconds_total{device="dm-7"} 3.325500686e+06 node_disk_io_time_weighted_seconds_total{device="dm-8"} 2.272219967e+06 node_disk_io_time_weighted_seconds_total{device="dm-9"} 2.234016997e+06 node_disk_io_time_weighted_seconds_total{device="nbd0"} 0 node_disk_io_time_weighted_seconds_total{device="nbd1"} 0 node_disk_io_time_weighted_seconds_total{device="nbd10"} 0 node_disk_io_time_weighted_seconds_total{device="nbd11"} 0 node_disk_io_time_weighted_seconds_total{device="nbd12"} 0 node_disk_io_time_weighted_seconds_total{device="nbd13"} 0 node_disk_io_time_weighted_seconds_total{device="nbd14"} 0 node_disk_io_time_weighted_seconds_total{device="nbd15"} 0 node_disk_io_time_weighted_seconds_total{device="nbd2"} 0 node_disk_io_time_weighted_seconds_total{device="nbd3"} 0 node_disk_io_time_weighted_seconds_total{device="nbd4"} 0 node_disk_io_time_weighted_seconds_total{device="nbd5"} 0 node_disk_io_time_weighted_seconds_total{device="nbd6"} 0 node_disk_io_time_weighted_seconds_total{device="nbd7"} 0 node_disk_io_time_weighted_seconds_total{device="nbd8"} 0 node_disk_io_time_weighted_seconds_total{device="nbd9"} 0 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 449855.973 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 1.155480903e+06 node_disk_io_time_weighted_seconds_total{device="sda"} 4.026854204e+06 node_disk_io_time_weighted_seconds_total{device="sdb"} 1.306811933e+06 node_disk_io_time_weighted_seconds_total{device="sdc"} 99303.18800000001 node_disk_io_time_weighted_seconds_total{device="sdd"} 1.693035834e+06 node_disk_io_time_weighted_seconds_total{device="sde"} 2.1034816210000003e+06 node_disk_io_time_weighted_seconds_total{device="sdf"} 472833.277 node_disk_io_time_weighted_seconds_total{device="sdg"} 1.846067006e+06 node_disk_io_time_weighted_seconds_total{device="sdh"} 4.169782213e+06 node_disk_io_time_weighted_seconds_total{device="sdi"} 204037.131 node_disk_io_time_weighted_seconds_total{device="sdj"} 1.465933345e+06 node_disk_io_time_weighted_seconds_total{device="sdk"} 940242.677 node_disk_io_time_weighted_seconds_total{device="sdl"} 102936.268 node_disk_io_time_weighted_seconds_total{device="sdm"} 1.756005625e+06 node_disk_io_time_weighted_seconds_total{device="sdn"} 704261.3690000001 # 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"} 5.9109237694464e+13 node_disk_read_bytes_total{device="dm-1"} 5.824692711424e+13 node_disk_read_bytes_total{device="dm-10"} 6.2075842265088e+13 node_disk_read_bytes_total{device="dm-11"} 3.29521287168e+11 node_disk_read_bytes_total{device="dm-12"} 2.69444337664e+11 node_disk_read_bytes_total{device="dm-13"} 3.20184680448e+11 node_disk_read_bytes_total{device="dm-14"} 2.20218232832e+11 node_disk_read_bytes_total{device="dm-15"} 2.53836775424e+11 node_disk_read_bytes_total{device="dm-16"} 2.92112318464e+11 node_disk_read_bytes_total{device="dm-17"} 2.61785325568e+11 node_disk_read_bytes_total{device="dm-18"} 2.84601556992e+11 node_disk_read_bytes_total{device="dm-19"} 3.17163515904e+11 node_disk_read_bytes_total{device="dm-2"} 6.9978910375936e+13 node_disk_read_bytes_total{device="dm-20"} 2.57160142848e+11 node_disk_read_bytes_total{device="dm-21"} 2.5068365824e+11 node_disk_read_bytes_total{device="dm-22"} 2.0940357632e+11 node_disk_read_bytes_total{device="dm-23"} 6.958593294336e+13 node_disk_read_bytes_total{device="dm-3"} 6.4423793545216e+13 node_disk_read_bytes_total{device="dm-4"} 6.0213219381248e+13 node_disk_read_bytes_total{device="dm-5"} 5.9709918593024e+13 node_disk_read_bytes_total{device="dm-6"} 6.0421397467136e+13 node_disk_read_bytes_total{device="dm-7"} 6.982471190528e+13 node_disk_read_bytes_total{device="dm-8"} 6.175258863616e+13 node_disk_read_bytes_total{device="dm-9"} 6.9237143068672e+13 node_disk_read_bytes_total{device="nbd0"} 0 node_disk_read_bytes_total{device="nbd1"} 0 node_disk_read_bytes_total{device="nbd10"} 0 node_disk_read_bytes_total{device="nbd11"} 0 node_disk_read_bytes_total{device="nbd12"} 0 node_disk_read_bytes_total{device="nbd13"} 0 node_disk_read_bytes_total{device="nbd14"} 0 node_disk_read_bytes_total{device="nbd15"} 0 node_disk_read_bytes_total{device="nbd2"} 0 node_disk_read_bytes_total{device="nbd3"} 0 node_disk_read_bytes_total{device="nbd4"} 0 node_disk_read_bytes_total{device="nbd5"} 0 node_disk_read_bytes_total{device="nbd6"} 0 node_disk_read_bytes_total{device="nbd7"} 0 node_disk_read_bytes_total{device="nbd8"} 0 node_disk_read_bytes_total{device="nbd9"} 0 node_disk_read_bytes_total{device="nvme0n1"} 4.2940801024e+11 node_disk_read_bytes_total{device="nvme1n1"} 3.266136264704e+12 node_disk_read_bytes_total{device="sda"} 5.970993301504e+13 node_disk_read_bytes_total{device="sdb"} 5.9109252108288e+13 node_disk_read_bytes_total{device="sdc"} 2.7686344704e+10 node_disk_read_bytes_total{device="sdd"} 6.9585947308032e+13 node_disk_read_bytes_total{device="sde"} 6.9824726224896e+13 node_disk_read_bytes_total{device="sdf"} 6.0421411872768e+13 node_disk_read_bytes_total{device="sdg"} 6.4423808004096e+13 node_disk_read_bytes_total{device="sdh"} 5.8246941372416e+13 node_disk_read_bytes_total{device="sdi"} 6.0213233655808e+13 node_disk_read_bytes_total{device="sdj"} 6.9237157552128e+13 node_disk_read_bytes_total{device="sdk"} 6.2075856719872e+13 node_disk_read_bytes_total{device="sdl"} 6.1752603099136e+13 node_disk_read_bytes_total{device="sdm"} 6.99789246464e+13 node_disk_read_bytes_total{device="sdn"} 2.7955881806848e+13 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 3.794392841e+06 node_disk_read_time_seconds_total{device="dm-1"} 529701.769 node_disk_read_time_seconds_total{device="dm-10"} 3.131419539e+06 node_disk_read_time_seconds_total{device="dm-11"} 5497.434 node_disk_read_time_seconds_total{device="dm-12"} 4371.772 node_disk_read_time_seconds_total{device="dm-13"} 5261.066 node_disk_read_time_seconds_total{device="dm-14"} 3625.003 node_disk_read_time_seconds_total{device="dm-15"} 3737.929 node_disk_read_time_seconds_total{device="dm-16"} 5279.909000000001 node_disk_read_time_seconds_total{device="dm-17"} 4155.722 node_disk_read_time_seconds_total{device="dm-18"} 4728.008 node_disk_read_time_seconds_total{device="dm-19"} 4942.973 node_disk_read_time_seconds_total{device="dm-2"} 1.208195115e+06 node_disk_read_time_seconds_total{device="dm-20"} 4136.131 node_disk_read_time_seconds_total{device="dm-21"} 3576.226 node_disk_read_time_seconds_total{device="dm-22"} 3142.08 node_disk_read_time_seconds_total{device="dm-23"} 895270.872 node_disk_read_time_seconds_total{device="dm-3"} 894078.529 node_disk_read_time_seconds_total{device="dm-4"} 1.370256361e+06 node_disk_read_time_seconds_total{device="dm-5"} 343997.329 node_disk_read_time_seconds_total{device="dm-6"} 1.594182314e+06 node_disk_read_time_seconds_total{device="dm-7"} 1.87969224e+06 node_disk_read_time_seconds_total{device="dm-8"} 1.266194453e+06 node_disk_read_time_seconds_total{device="dm-9"} 342997.014 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"} 22248.345 node_disk_read_time_seconds_total{device="nvme1n1"} 52750.335 node_disk_read_time_seconds_total{device="sda"} 3.660541935e+06 node_disk_read_time_seconds_total{device="sdb"} 683914.419 node_disk_read_time_seconds_total{device="sdc"} 1649.2350000000001 node_disk_read_time_seconds_total{device="sdd"} 1.164074186e+06 node_disk_read_time_seconds_total{device="sde"} 1.581253295e+06 node_disk_read_time_seconds_total{device="sdf"} 4.16424558e+06 node_disk_read_time_seconds_total{device="sdg"} 1.256559587e+06 node_disk_read_time_seconds_total{device="sdh"} 3.732358577e+06 node_disk_read_time_seconds_total{device="sdi"} 4.059744946e+06 node_disk_read_time_seconds_total{device="sdj"} 904712.522 node_disk_read_time_seconds_total{device="sdk"} 456268.93 node_disk_read_time_seconds_total{device="sdl"} 4.001891853e+06 node_disk_read_time_seconds_total{device="sdm"} 1.2775004340000001e+06 node_disk_read_time_seconds_total{device="sdn"} 683848.856 # 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"} 9.4037619e+08 node_disk_reads_completed_total{device="dm-1"} 9.26327559e+08 node_disk_reads_completed_total{device="dm-10"} 9.86712414e+08 node_disk_reads_completed_total{device="dm-11"} 1.2495268e+07 node_disk_reads_completed_total{device="dm-12"} 1.1612179e+07 node_disk_reads_completed_total{device="dm-13"} 1.1981672e+07 node_disk_reads_completed_total{device="dm-14"} 8.842e+06 node_disk_reads_completed_total{device="dm-15"} 1.0515558e+07 node_disk_reads_completed_total{device="dm-16"} 1.2019815e+07 node_disk_reads_completed_total{device="dm-17"} 1.0385385e+07 node_disk_reads_completed_total{device="dm-18"} 1.1789926e+07 node_disk_reads_completed_total{device="dm-19"} 1.3090096e+07 node_disk_reads_completed_total{device="dm-2"} 1.114741465e+09 node_disk_reads_completed_total{device="dm-20"} 1.0864919e+07 node_disk_reads_completed_total{device="dm-21"} 8.960661e+06 node_disk_reads_completed_total{device="dm-22"} 8.608808e+06 node_disk_reads_completed_total{device="dm-23"} 1.111412726e+09 node_disk_reads_completed_total{device="dm-3"} 1.023318066e+09 node_disk_reads_completed_total{device="dm-4"} 9.58808817e+08 node_disk_reads_completed_total{device="dm-5"} 9.52614828e+08 node_disk_reads_completed_total{device="dm-6"} 9.61724523e+08 node_disk_reads_completed_total{device="dm-7"} 1.111925113e+09 node_disk_reads_completed_total{device="dm-8"} 9.83212409e+08 node_disk_reads_completed_total{device="dm-9"} 1.101630478e+09 node_disk_reads_completed_total{device="nbd0"} 0 node_disk_reads_completed_total{device="nbd1"} 0 node_disk_reads_completed_total{device="nbd10"} 0 node_disk_reads_completed_total{device="nbd11"} 0 node_disk_reads_completed_total{device="nbd12"} 0 node_disk_reads_completed_total{device="nbd13"} 0 node_disk_reads_completed_total{device="nbd14"} 0 node_disk_reads_completed_total{device="nbd15"} 0 node_disk_reads_completed_total{device="nbd2"} 0 node_disk_reads_completed_total{device="nbd3"} 0 node_disk_reads_completed_total{device="nbd4"} 0 node_disk_reads_completed_total{device="nbd5"} 0 node_disk_reads_completed_total{device="nbd6"} 0 node_disk_reads_completed_total{device="nbd7"} 0 node_disk_reads_completed_total{device="nbd8"} 0 node_disk_reads_completed_total{device="nbd9"} 0 node_disk_reads_completed_total{device="nvme0n1"} 1.8542292e+07 node_disk_reads_completed_total{device="nvme1n1"} 1.31169899e+08 node_disk_reads_completed_total{device="sda"} 3.69209628e+08 node_disk_reads_completed_total{device="sdb"} 3.65069781e+08 node_disk_reads_completed_total{device="sdc"} 910058 node_disk_reads_completed_total{device="sdd"} 4.26012429e+08 node_disk_reads_completed_total{device="sde"} 4.24453874e+08 node_disk_reads_completed_total{device="sdf"} 3.71900306e+08 node_disk_reads_completed_total{device="sdg"} 3.9437334e+08 node_disk_reads_completed_total{device="sdh"} 3.56845831e+08 node_disk_reads_completed_total{device="sdi"} 3.70930185e+08 node_disk_reads_completed_total{device="sdj"} 4.19559329e+08 node_disk_reads_completed_total{device="sdk"} 3.81283985e+08 node_disk_reads_completed_total{device="sdl"} 3.78419217e+08 node_disk_reads_completed_total{device="sdm"} 4.24605183e+08 node_disk_reads_completed_total{device="sdn"} 7.4509028e+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-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"} 1.0220083e+07 node_disk_reads_merged_total{device="nvme1n1"} 0 node_disk_reads_merged_total{device="sda"} 5.83405467e+08 node_disk_reads_merged_total{device="sdb"} 5.75306666e+08 node_disk_reads_merged_total{device="sdc"} 686764 node_disk_reads_merged_total{device="sdd"} 6.85400567e+08 node_disk_reads_merged_total{device="sde"} 6.8747149e+08 node_disk_reads_merged_total{device="sdf"} 5.89824476e+08 node_disk_reads_merged_total{device="sdg"} 6.28945e+08 node_disk_reads_merged_total{device="sdh"} 5.69481981e+08 node_disk_reads_merged_total{device="sdi"} 5.87878895e+08 node_disk_reads_merged_total{device="sdj"} 6.82071422e+08 node_disk_reads_merged_total{device="sdk"} 6.0542869e+08 node_disk_reads_merged_total{device="sdl"} 6.04793464e+08 node_disk_reads_merged_total{device="sdm"} 6.9013654e+08 node_disk_reads_merged_total{device="sdn"} 37673 # 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"} 1.46009969e+06 node_disk_write_time_seconds_total{device="dm-1"} 970137.84 node_disk_write_time_seconds_total{device="dm-10"} 1.066790064e+06 node_disk_write_time_seconds_total{device="dm-11"} 153709.075 node_disk_write_time_seconds_total{device="dm-12"} 150675.361 node_disk_write_time_seconds_total{device="dm-13"} 184758.41700000002 node_disk_write_time_seconds_total{device="dm-14"} 137515.33000000002 node_disk_write_time_seconds_total{device="dm-15"} 117829.41100000001 node_disk_write_time_seconds_total{device="dm-16"} 152351.441 node_disk_write_time_seconds_total{device="dm-17"} 134617.255 node_disk_write_time_seconds_total{device="dm-18"} 136881.916 node_disk_write_time_seconds_total{device="dm-19"} 121179.686 node_disk_write_time_seconds_total{device="dm-2"} 1.40069777e+06 node_disk_write_time_seconds_total{device="dm-20"} 135535.928 node_disk_write_time_seconds_total{device="dm-21"} 143692.168 node_disk_write_time_seconds_total{device="dm-22"} 123424.017 node_disk_write_time_seconds_total{device="dm-23"} 1.353347783e+06 node_disk_write_time_seconds_total{device="dm-3"} 1.393723121e+06 node_disk_write_time_seconds_total{device="dm-4"} 955718.069 node_disk_write_time_seconds_total{device="dm-5"} 892646.039 node_disk_write_time_seconds_total{device="dm-6"} 1.179421456e+06 node_disk_write_time_seconds_total{device="dm-7"} 1.445808446e+06 node_disk_write_time_seconds_total{device="dm-8"} 1.006025514e+06 node_disk_write_time_seconds_total{device="dm-9"} 1.891019983e+06 node_disk_write_time_seconds_total{device="nbd0"} 0 node_disk_write_time_seconds_total{device="nbd1"} 0 node_disk_write_time_seconds_total{device="nbd10"} 0 node_disk_write_time_seconds_total{device="nbd11"} 0 node_disk_write_time_seconds_total{device="nbd12"} 0 node_disk_write_time_seconds_total{device="nbd13"} 0 node_disk_write_time_seconds_total{device="nbd14"} 0 node_disk_write_time_seconds_total{device="nbd15"} 0 node_disk_write_time_seconds_total{device="nbd2"} 0 node_disk_write_time_seconds_total{device="nbd3"} 0 node_disk_write_time_seconds_total{device="nbd4"} 0 node_disk_write_time_seconds_total{device="nbd5"} 0 node_disk_write_time_seconds_total{device="nbd6"} 0 node_disk_write_time_seconds_total{device="nbd7"} 0 node_disk_write_time_seconds_total{device="nbd8"} 0 node_disk_write_time_seconds_total{device="nbd9"} 0 node_disk_write_time_seconds_total{device="nvme0n1"} 238354.465 node_disk_write_time_seconds_total{device="nvme1n1"} 651363.558 node_disk_write_time_seconds_total{device="sda"} 366312.268 node_disk_write_time_seconds_total{device="sdb"} 622897.514 node_disk_write_time_seconds_total{device="sdc"} 94711.554 node_disk_write_time_seconds_total{device="sdd"} 528961.647 node_disk_write_time_seconds_total{device="sde"} 522228.326 node_disk_write_time_seconds_total{device="sdf"} 603554.993 node_disk_write_time_seconds_total{device="sdg"} 589507.4180000001 node_disk_write_time_seconds_total{device="sdh"} 437423.636 node_disk_write_time_seconds_total{device="sdi"} 439259.48 node_disk_write_time_seconds_total{device="sdj"} 561220.823 node_disk_write_time_seconds_total{device="sdk"} 483973.746 node_disk_write_time_seconds_total{device="sdl"} 396011.711 node_disk_write_time_seconds_total{device="sdm"} 478505.19 node_disk_write_time_seconds_total{device="sdn"} 20412.512 # 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"} 4.9479899e+07 node_disk_writes_completed_total{device="dm-1"} 3.6837862e+07 node_disk_writes_completed_total{device="dm-10"} 3.8758464e+07 node_disk_writes_completed_total{device="dm-11"} 1.38907941e+08 node_disk_writes_completed_total{device="dm-12"} 1.15229817e+08 node_disk_writes_completed_total{device="dm-13"} 1.57914484e+08 node_disk_writes_completed_total{device="dm-14"} 1.1086284e+08 node_disk_writes_completed_total{device="dm-15"} 1.00251058e+08 node_disk_writes_completed_total{device="dm-16"} 1.37540357e+08 node_disk_writes_completed_total{device="dm-17"} 1.02548656e+08 node_disk_writes_completed_total{device="dm-18"} 1.36055072e+08 node_disk_writes_completed_total{device="dm-19"} 1.08340508e+08 node_disk_writes_completed_total{device="dm-2"} 5.6781503e+07 node_disk_writes_completed_total{device="dm-20"} 1.08266194e+08 node_disk_writes_completed_total{device="dm-21"} 1.14668787e+08 node_disk_writes_completed_total{device="dm-22"} 1.20278521e+08 node_disk_writes_completed_total{device="dm-23"} 5.0852858e+07 node_disk_writes_completed_total{device="dm-3"} 5.0593447e+07 node_disk_writes_completed_total{device="dm-4"} 3.5632434e+07 node_disk_writes_completed_total{device="dm-5"} 3.6876328e+07 node_disk_writes_completed_total{device="dm-6"} 3.9750637e+07 node_disk_writes_completed_total{device="dm-7"} 5.3106837e+07 node_disk_writes_completed_total{device="dm-8"} 3.9146456e+07 node_disk_writes_completed_total{device="dm-9"} 7.1910131e+07 node_disk_writes_completed_total{device="nbd0"} 0 node_disk_writes_completed_total{device="nbd1"} 0 node_disk_writes_completed_total{device="nbd10"} 0 node_disk_writes_completed_total{device="nbd11"} 0 node_disk_writes_completed_total{device="nbd12"} 0 node_disk_writes_completed_total{device="nbd13"} 0 node_disk_writes_completed_total{device="nbd14"} 0 node_disk_writes_completed_total{device="nbd15"} 0 node_disk_writes_completed_total{device="nbd2"} 0 node_disk_writes_completed_total{device="nbd3"} 0 node_disk_writes_completed_total{device="nbd4"} 0 node_disk_writes_completed_total{device="nbd5"} 0 node_disk_writes_completed_total{device="nbd6"} 0 node_disk_writes_completed_total{device="nbd7"} 0 node_disk_writes_completed_total{device="nbd8"} 0 node_disk_writes_completed_total{device="nbd9"} 0 node_disk_writes_completed_total{device="nvme0n1"} 1.87835753e+08 node_disk_writes_completed_total{device="nvme1n1"} 4.0627073e+08 node_disk_writes_completed_total{device="sda"} 6.59406e+06 node_disk_writes_completed_total{device="sdb"} 9.294743e+06 node_disk_writes_completed_total{device="sdc"} 7.3216658e+07 node_disk_writes_completed_total{device="sdd"} 8.875575e+06 node_disk_writes_completed_total{device="sde"} 8.972697e+06 node_disk_writes_completed_total{device="sdf"} 8.460539e+06 node_disk_writes_completed_total{device="sdg"} 8.959162e+06 node_disk_writes_completed_total{device="sdh"} 7.117782e+06 node_disk_writes_completed_total{device="sdi"} 6.852372e+06 node_disk_writes_completed_total{device="sdj"} 1.0623851e+07 node_disk_writes_completed_total{device="sdk"} 7.462319e+06 node_disk_writes_completed_total{device="sdl"} 7.10432e+06 node_disk_writes_completed_total{device="sdm"} 8.960731e+06 node_disk_writes_completed_total{device="sdn"} 1.6235148e+07 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="dm-1"} 0 node_disk_writes_merged_total{device="dm-10"} 0 node_disk_writes_merged_total{device="dm-11"} 0 node_disk_writes_merged_total{device="dm-12"} 0 node_disk_writes_merged_total{device="dm-13"} 0 node_disk_writes_merged_total{device="dm-14"} 0 node_disk_writes_merged_total{device="dm-15"} 0 node_disk_writes_merged_total{device="dm-16"} 0 node_disk_writes_merged_total{device="dm-17"} 0 node_disk_writes_merged_total{device="dm-18"} 0 node_disk_writes_merged_total{device="dm-19"} 0 node_disk_writes_merged_total{device="dm-2"} 0 node_disk_writes_merged_total{device="dm-20"} 0 node_disk_writes_merged_total{device="dm-21"} 0 node_disk_writes_merged_total{device="dm-22"} 0 node_disk_writes_merged_total{device="dm-23"} 0 node_disk_writes_merged_total{device="dm-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"} 5.06697129e+08 node_disk_writes_merged_total{device="nvme1n1"} 1.044955629e+09 node_disk_writes_merged_total{device="sda"} 3.0282278e+07 node_disk_writes_merged_total{device="sdb"} 4.0185163e+07 node_disk_writes_merged_total{device="sdc"} 2.01272922e+08 node_disk_writes_merged_total{device="sdd"} 4.1977296e+07 node_disk_writes_merged_total{device="sde"} 4.4134172e+07 node_disk_writes_merged_total{device="sdf"} 3.1290119e+07 node_disk_writes_merged_total{device="sdg"} 4.1634298e+07 node_disk_writes_merged_total{device="sdh"} 2.9720083e+07 node_disk_writes_merged_total{device="sdi"} 2.8780072e+07 node_disk_writes_merged_total{device="sdj"} 6.1286286e+07 node_disk_writes_merged_total{device="sdk"} 3.1296166e+07 node_disk_writes_merged_total{device="sdl"} 3.2042151e+07 node_disk_writes_merged_total{device="sdm"} 4.7820802e+07 node_disk_writes_merged_total{device="sdn"} 8.839737e+06 # 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.857861271552e+12 node_disk_written_bytes_total{device="dm-1"} 2.115657609216e+12 node_disk_written_bytes_total{device="dm-10"} 2.228603961344e+12 node_disk_written_bytes_total{device="dm-11"} 4.99507212288e+11 node_disk_written_bytes_total{device="dm-12"} 4.16089206784e+11 node_disk_written_bytes_total{device="dm-13"} 5.71230920704e+11 node_disk_written_bytes_total{device="dm-14"} 4.01640644608e+11 node_disk_written_bytes_total{device="dm-15"} 3.64717391872e+11 node_disk_written_bytes_total{device="dm-16"} 4.92063182848e+11 node_disk_written_bytes_total{device="dm-17"} 3.7230639104e+11 node_disk_written_bytes_total{device="dm-18"} 4.92908163072e+11 node_disk_written_bytes_total{device="dm-19"} 3.91044608e+11 node_disk_written_bytes_total{device="dm-2"} 3.386790416384e+12 node_disk_written_bytes_total{device="dm-20"} 3.89047201792e+11 node_disk_written_bytes_total{device="dm-21"} 4.15775719424e+11 node_disk_written_bytes_total{device="dm-22"} 4.3210119168e+11 node_disk_written_bytes_total{device="dm-23"} 2.981425983488e+12 node_disk_written_bytes_total{device="dm-3"} 2.957024595968e+12 node_disk_written_bytes_total{device="dm-4"} 2.05086717952e+12 node_disk_written_bytes_total{device="dm-5"} 2.150483259392e+12 node_disk_written_bytes_total{device="dm-6"} 2.233536376832e+12 node_disk_written_bytes_total{device="dm-7"} 3.131688198144e+12 node_disk_written_bytes_total{device="dm-8"} 2.276233383936e+12 node_disk_written_bytes_total{device="dm-9"} 4.33322262528e+12 node_disk_written_bytes_total{device="nbd0"} 0 node_disk_written_bytes_total{device="nbd1"} 0 node_disk_written_bytes_total{device="nbd10"} 0 node_disk_written_bytes_total{device="nbd11"} 0 node_disk_written_bytes_total{device="nbd12"} 0 node_disk_written_bytes_total{device="nbd13"} 0 node_disk_written_bytes_total{device="nbd14"} 0 node_disk_written_bytes_total{device="nbd15"} 0 node_disk_written_bytes_total{device="nbd2"} 0 node_disk_written_bytes_total{device="nbd3"} 0 node_disk_written_bytes_total{device="nbd4"} 0 node_disk_written_bytes_total{device="nbd5"} 0 node_disk_written_bytes_total{device="nbd6"} 0 node_disk_written_bytes_total{device="nbd7"} 0 node_disk_written_bytes_total{device="nbd8"} 0 node_disk_written_bytes_total{device="nbd9"} 0 node_disk_written_bytes_total{device="nvme0n1"} 2.993277595648e+12 node_disk_written_bytes_total{device="nvme1n1"} 5.238431834112e+12 node_disk_written_bytes_total{device="sda"} 2.150483259392e+12 node_disk_written_bytes_total{device="sdb"} 2.857861271552e+12 node_disk_written_bytes_total{device="sdc"} 1.917755675136e+12 node_disk_written_bytes_total{device="sdd"} 2.981425983488e+12 node_disk_written_bytes_total{device="sde"} 3.131688198144e+12 node_disk_written_bytes_total{device="sdf"} 2.233536376832e+12 node_disk_written_bytes_total{device="sdg"} 2.957024595968e+12 node_disk_written_bytes_total{device="sdh"} 2.115657609216e+12 node_disk_written_bytes_total{device="sdi"} 2.05086717952e+12 node_disk_written_bytes_total{device="sdj"} 4.33322262528e+12 node_disk_written_bytes_total{device="sdk"} 2.228603961344e+12 node_disk_written_bytes_total{device="sdl"} 2.276233383936e+12 node_disk_written_bytes_total{device="sdm"} 3.386790416384e+12 node_disk_written_bytes_total{device="sdn"} 3.612270491136e+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/24/2025",bios_release="2.21",bios_vendor="Dell Inc.",bios_version="2.21.1",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 13472 # 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/sdc1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.01437184e+08 node_filesystem_avail_bytes{device="/dev/sdc2",device_error="",fstype="ext4",mountpoint="/boot"} 5.53254912e+08 node_filesystem_avail_bytes{device="/dev/sdc3",device_error="",fstype="ext4",mountpoint="/"} 1.34048043008e+11 node_filesystem_avail_bytes{device="/dev/sdn",device_error="",fstype="xfs",mountpoint="/scratch"} 1.819704741888e+12 node_filesystem_avail_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 2.585859798859776e+15 node_filesystem_avail_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 2.585859798859776e+15 node_filesystem_avail_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 7.1685126488064e+13 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 2.551563776e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 2.551563776e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 2.551563776e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 2.551563776e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 2.551563776e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 2.551563776e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 2.551563776e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 2.551563776e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 2.551563776e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 2.551563776e+09 node_filesystem_avail_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 6.333122215936e+12 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.07294687232e+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/sdc1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sdc2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/sdc3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sdn",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_device_error{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_device_error{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_device_error{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 0 node_filesystem_device_error{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06db9d7dbf6151527bad0b6af746ebec840d736be283e70d71f91d3d5c8b2f67/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/136e7ee88ba65ecda9b0e6ff4f4a216bd43e22b7aa5813e6c4262d7eda19884b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14c898a1b509f079e616fe2d3f42554b1340fa2a2e4487502bf9b77f83dbab29/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1da1605f1a10829290ea8252fbd5f43a397a89de092e51ab481c9a8d2f3a3eb0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/244ee049c5f54c267aa79f67d68d648bf1de5329ae1d505d390ee0447ba06489/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3641c24b03eea7896c0310a14aa469a9115e3365dca612b5d829c6c0c2c0bb85/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3ca550288b63c07c5e8b7a7079ad31a85add8e6332c61c0973677bb99effea62/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4058741615dc6884f8d0471ec0ba2067060b65b14089d4084a7e22023cbe7c21/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/455032c73b69cb66fee38b3aef5e48482a716cb409a4c3b5b864a94b32d48b3c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f4575d960ca6690c9d557a47a5e04ff03e5fb303ed852b3ec63b41893c2b068/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58a861c425bcd0c073a439d7dad4414d89746e72432f53960e0f3529d1d6925d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f0f66665def2eb8ff883050d536de9e9aa6d32efb489ecca2e7827b3521dd45/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6d9d16e73f647a0f810aca660f1999c3a5664d5885aa27c2d93f1b7de88b1036/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6de1f31ee8acb32bc7e6e58205fbb209b437e1063d44d2f412272df02d01ee8f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/71aa5eec77e39ba91d718a673b74b496ccee06c66475cdb260191abad96faf73/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7d027998a16dbcaa3d5442941b5abb4aec9e0c9b734090af58e705ea8e514908/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/853f1f0239d5d8a2edfadf0e8ee169e3bce7f0d2703efd48dfa17a1f6c38f9e3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a234214d073ad9fe44343a642bb6f950b5572f931dd2bcad8db6ebaf1baf8a38/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af1be8fc9e60a25e55fe594184d58215cb4d804bb830e68d980da18cbab84a6a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c6da3ed064acce204021e70a9ada5d6605cd0a937a67f4ffde5c55d10a1e3fcb/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c7dbba7264f46e3ebbcc16426d446679c2a7436fc243ebcabd246d9027ac5a59/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c921f6ef1126749c7144f3269e8a7d5fc50520f98acdffb630f5123f2f458475/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d95d73461880790d8393ee4c0c2f4e9b6cf6cc17470d99026a0027c436fac1a6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ddb3dfb782eae50ae3b7cc0223169e3c393891421946e413eed3b88738b30026/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/de20cf941182604084322fbbe65056954f06afa5f40a541f9ea7f3b3fde0c772/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dec1b0d9b18f3e55471672dac9c37388b5ab352302fb53eca491da4e1ee1c3b2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df9f66b88a81a4c5876e18222da2f769dc15e6f951e11ac6f42fb3024396e3ee/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e6887358c48bfb01843dc3f51d59a5b111287edba882c35916613b946a456850/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e691746700ac522eb253a89f12cb82bc80e5e57ad44c12d843edb88c3c23f41c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f4eba1b46f004aa843f3c1b2b74048a41b93726ce641937efd37539aa1a499f1/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/sdc1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sdc2",device_error="",fstype="ext4",mountpoint="/boot"} 65536 node_filesystem_files{device="/dev/sdc3",device_error="",fstype="ext4",mountpoint="/"} 1.4573568e+07 node_filesystem_files{device="/dev/sdn",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87432128e+08 node_filesystem_files{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 9.43206837e+08 node_filesystem_files{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 9.43206837e+08 node_filesystem_files{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.7842736e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 13090 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 1.35319465e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 2.89108627e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 68 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 1031 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 3.2287842e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 2.37069938e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 7.74029713e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 1.287153e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 1.40705922e+09 node_filesystem_files{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.2592283428e+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/sdc1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sdc2",device_error="",fstype="ext4",mountpoint="/boot"} 65489 node_filesystem_files_free{device="/dev/sdc3",device_error="",fstype="ext4",mountpoint="/"} 1.368416e+07 node_filesystem_files_free{device="/dev/sdn",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87339258e+08 node_filesystem_files_free{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 1.8446744073709552e+19 node_filesystem_files_free{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 1.8446744073709552e+19 node_filesystem_files_free{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.8446744073709552e+19 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 0 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 1.35319412e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 2.89095222e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 0 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 3.228782e+07 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 2.37069926e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 7.74029685e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 1.24528e+07 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 1.407052393e+09 node_filesystem_files_free{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.2369377632e+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"} 814699 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sdc1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.01437184e+08 node_filesystem_free_bytes{device="/dev/sdc2",device_error="",fstype="ext4",mountpoint="/boot"} 6.237184e+08 node_filesystem_free_bytes{device="/dev/sdc3",device_error="",fstype="ext4",mountpoint="/"} 1.460000768e+11 node_filesystem_free_bytes{device="/dev/sdn",device_error="",fstype="xfs",mountpoint="/scratch"} 1.819704741888e+12 node_filesystem_free_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 2.585859798859776e+15 node_filesystem_free_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 2.585859798859776e+15 node_filesystem_free_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 7.1685126488064e+13 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 2.551563776e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 2.551563776e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 2.551563776e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 2.551563776e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 2.551563776e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 2.551563776e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 2.551563776e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 2.551563776e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 2.551563776e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 2.551563776e+09 node_filesystem_free_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 6.333122215936e+12 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.07294687232e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sdc1",major="8",minor="33",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sdc2",major="8",minor="34",mountpoint="/boot"} 1 node_filesystem_mount_info{device="/dev/sdc3",major="8",minor="35",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sdn",major="8",minor="208",mountpoint="/scratch"} 1 node_filesystem_mount_info{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",major="0",minor="47",mountpoint="/cold"} 1 node_filesystem_mount_info{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",major="0",minor="46",mountpoint="/data"} 1 node_filesystem_mount_info{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",major="0",minor="45",mountpoint="/work"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="231",mountpoint="/var/cvmfs/sw.hsf.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="512",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="519",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="559",mountpoint="/var/cvmfs/atlas.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="561",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="567",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="568",mountpoint="/var/cvmfs/sft.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="573",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="574",mountpoint="/var/cvmfs/unpacked.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="582",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="nfs.af.uchicago.edu:/export/home",major="0",minor="50",mountpoint="/home"} 1 node_filesystem_mount_info{device="none",major="0",minor="34",mountpoint="/run/credentials/systemd-sysctl.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="35",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="37",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",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/sdc1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sdc2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="/dev/sdc3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sdn",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_purgeable_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_purgeable_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_purgeable_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 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/sdc1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sdc2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sdc3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sdn",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_readonly{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_readonly{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_readonly{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 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/06db9d7dbf6151527bad0b6af746ebec840d736be283e70d71f91d3d5c8b2f67/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/136e7ee88ba65ecda9b0e6ff4f4a216bd43e22b7aa5813e6c4262d7eda19884b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14c898a1b509f079e616fe2d3f42554b1340fa2a2e4487502bf9b77f83dbab29/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1da1605f1a10829290ea8252fbd5f43a397a89de092e51ab481c9a8d2f3a3eb0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/244ee049c5f54c267aa79f67d68d648bf1de5329ae1d505d390ee0447ba06489/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3641c24b03eea7896c0310a14aa469a9115e3365dca612b5d829c6c0c2c0bb85/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3ca550288b63c07c5e8b7a7079ad31a85add8e6332c61c0973677bb99effea62/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4058741615dc6884f8d0471ec0ba2067060b65b14089d4084a7e22023cbe7c21/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/455032c73b69cb66fee38b3aef5e48482a716cb409a4c3b5b864a94b32d48b3c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f4575d960ca6690c9d557a47a5e04ff03e5fb303ed852b3ec63b41893c2b068/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58a861c425bcd0c073a439d7dad4414d89746e72432f53960e0f3529d1d6925d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f0f66665def2eb8ff883050d536de9e9aa6d32efb489ecca2e7827b3521dd45/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6d9d16e73f647a0f810aca660f1999c3a5664d5885aa27c2d93f1b7de88b1036/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6de1f31ee8acb32bc7e6e58205fbb209b437e1063d44d2f412272df02d01ee8f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/71aa5eec77e39ba91d718a673b74b496ccee06c66475cdb260191abad96faf73/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7d027998a16dbcaa3d5442941b5abb4aec9e0c9b734090af58e705ea8e514908/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/853f1f0239d5d8a2edfadf0e8ee169e3bce7f0d2703efd48dfa17a1f6c38f9e3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a234214d073ad9fe44343a642bb6f950b5572f931dd2bcad8db6ebaf1baf8a38/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af1be8fc9e60a25e55fe594184d58215cb4d804bb830e68d980da18cbab84a6a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c6da3ed064acce204021e70a9ada5d6605cd0a937a67f4ffde5c55d10a1e3fcb/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c7dbba7264f46e3ebbcc16426d446679c2a7436fc243ebcabd246d9027ac5a59/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c921f6ef1126749c7144f3269e8a7d5fc50520f98acdffb630f5123f2f458475/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d95d73461880790d8393ee4c0c2f4e9b6cf6cc17470d99026a0027c436fac1a6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ddb3dfb782eae50ae3b7cc0223169e3c393891421946e413eed3b88738b30026/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/de20cf941182604084322fbbe65056954f06afa5f40a541f9ea7f3b3fde0c772/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dec1b0d9b18f3e55471672dac9c37388b5ab352302fb53eca491da4e1ee1c3b2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df9f66b88a81a4c5876e18222da2f769dc15e6f951e11ac6f42fb3024396e3ee/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e6887358c48bfb01843dc3f51d59a5b111287edba882c35916613b946a456850/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e691746700ac522eb253a89f12cb82bc80e5e57ad44c12d843edb88c3c23f41c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f4eba1b46f004aa843f3c1b2b74048a41b93726ce641937efd37539aa1a499f1/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/sdc1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.0946944e+08 node_filesystem_size_bytes{device="/dev/sdc2",device_error="",fstype="ext4",mountpoint="/boot"} 1.02070272e+09 node_filesystem_size_bytes{device="/dev/sdc3",device_error="",fstype="ext4",mountpoint="/"} 2.33821335552e+11 node_filesystem_size_bytes{device="/dev/sdn",device_error="",fstype="xfs",mountpoint="/scratch"} 1.918367956992e+12 node_filesystem_size_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 6.42550729801728e+15 node_filesystem_size_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 6.42550729801728e+15 node_filesystem_size_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.30317247578112e+14 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 2.6088938930176e+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.08011798528e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 4.03916307e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="lnxsybus:00_acpi000d:00",chip_name="power_meter"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:18_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:19_3",chip_name="k10temp"} 1 # 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"} 459 # HELP node_hwmon_power_interval_max_watt Hardware monitor for power usage in watts (interval_max) # TYPE node_hwmon_power_interval_max_watt gauge node_hwmon_power_interval_max_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 604.8 # HELP node_hwmon_power_interval_min_watt Hardware monitor for power usage in watts (interval_min) # TYPE node_hwmon_power_interval_min_watt gauge node_hwmon_power_interval_min_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 0.002 # 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.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 35.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp5"} 37.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp7"} 35.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp9"} 38 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp1"} 39.125 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp3"} 40.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp5"} 38.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp7"} 38.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp9"} 36.75 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.62518087808e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 3.71 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 2.52 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 2.78 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 3.8193799168e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.07471204352e+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 6.9277405184e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 3.095396352e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 4.2196504576e+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.4851234816e+11 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.2381937664e+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.70029488128e+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 8.6665990144e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 4.54192791552e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 9.3872717824e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.263337472e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 237568 # 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 5.238398976e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.96134313984e+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 3.90895915008e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 7.4645504e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.424723968e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.84975607808e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 6.901133312e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.40058980352e+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.69603072e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.0277632e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.3056416768e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.435655168e+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 7.20838656e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.6492071936e+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.42916608e+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 765 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 3.0670535e+07 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 2.8843134e+07 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 2721 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 195161 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 242655 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1.471926735533e+12 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 2.0858579144e+10 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 9.5156583116824e+13 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.88498857683115e+14 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 3037 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 29 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 7 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 163 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 4.598568e+07 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 2 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 661758 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 872600 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 1.7602943e+07 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 6455 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 14327 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.8450848249e+10 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 7.7051274e+07 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 3.2165003017e+10 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1.8696098e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 2.690349e+07 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 47 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 7 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 199380 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 47 # 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.34367133e+08 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 5 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 52956 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 3.38317797e+08 # 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="cali0d14188a6e0"} 3 node_network_address_assign_type{device="cali5439f6c9b82"} 3 node_network_address_assign_type{device="calib3fe3cb132e"} 3 node_network_address_assign_type{device="calice5402ae53f"} 3 node_network_address_assign_type{device="calid506338cbf5"} 3 node_network_address_assign_type{device="calidfce73b4f2a"} 3 node_network_address_assign_type{device="calie661b367eb2"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eno1"} 0 node_network_address_assign_type{device="eno2"} 0 node_network_address_assign_type{device="eno33np0"} 0 node_network_address_assign_type{device="eno33np0.3604"} 2 node_network_address_assign_type{device="eno34np1"} 0 node_network_address_assign_type{device="lo"} 0 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="cali0d14188a6e0"} 1 node_network_carrier{device="cali5439f6c9b82"} 1 node_network_carrier{device="calib3fe3cb132e"} 1 node_network_carrier{device="calice5402ae53f"} 1 node_network_carrier{device="calid506338cbf5"} 1 node_network_carrier{device="calidfce73b4f2a"} 1 node_network_carrier{device="calie661b367eb2"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eno1"} 1 node_network_carrier{device="eno2"} 0 node_network_carrier{device="eno33np0"} 1 node_network_carrier{device="eno33np0.3604"} 1 node_network_carrier{device="eno34np1"} 0 node_network_carrier{device="lo"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="cali0d14188a6e0"} 2 node_network_carrier_changes_total{device="cali5439f6c9b82"} 2 node_network_carrier_changes_total{device="calib3fe3cb132e"} 2 node_network_carrier_changes_total{device="calice5402ae53f"} 2 node_network_carrier_changes_total{device="calid506338cbf5"} 2 node_network_carrier_changes_total{device="calidfce73b4f2a"} 2 node_network_carrier_changes_total{device="calie661b367eb2"} 2 node_network_carrier_changes_total{device="docker0"} 293 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="cali0d14188a6e0"} 1 node_network_carrier_down_changes_total{device="cali5439f6c9b82"} 1 node_network_carrier_down_changes_total{device="calib3fe3cb132e"} 1 node_network_carrier_down_changes_total{device="calice5402ae53f"} 1 node_network_carrier_down_changes_total{device="calid506338cbf5"} 1 node_network_carrier_down_changes_total{device="calidfce73b4f2a"} 1 node_network_carrier_down_changes_total{device="calie661b367eb2"} 1 node_network_carrier_down_changes_total{device="docker0"} 147 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="cali0d14188a6e0"} 1 node_network_carrier_up_changes_total{device="cali5439f6c9b82"} 1 node_network_carrier_up_changes_total{device="calib3fe3cb132e"} 1 node_network_carrier_up_changes_total{device="calice5402ae53f"} 1 node_network_carrier_up_changes_total{device="calid506338cbf5"} 1 node_network_carrier_up_changes_total{device="calidfce73b4f2a"} 1 node_network_carrier_up_changes_total{device="calie661b367eb2"} 1 node_network_carrier_up_changes_total{device="docker0"} 146 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="cali0d14188a6e0"} 0 node_network_device_id{device="cali5439f6c9b82"} 0 node_network_device_id{device="calib3fe3cb132e"} 0 node_network_device_id{device="calice5402ae53f"} 0 node_network_device_id{device="calid506338cbf5"} 0 node_network_device_id{device="calidfce73b4f2a"} 0 node_network_device_id{device="calie661b367eb2"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eno1"} 0 node_network_device_id{device="eno2"} 0 node_network_device_id{device="eno33np0"} 0 node_network_device_id{device="eno33np0.3604"} 0 node_network_device_id{device="eno34np1"} 0 node_network_device_id{device="lo"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="cali0d14188a6e0"} 0 node_network_dormant{device="cali5439f6c9b82"} 0 node_network_dormant{device="calib3fe3cb132e"} 0 node_network_dormant{device="calice5402ae53f"} 0 node_network_dormant{device="calid506338cbf5"} 0 node_network_dormant{device="calidfce73b4f2a"} 0 node_network_dormant{device="calie661b367eb2"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eno1"} 0 node_network_dormant{device="eno2"} 0 node_network_dormant{device="eno33np0"} 0 node_network_dormant{device="eno33np0.3604"} 0 node_network_dormant{device="eno34np1"} 0 node_network_dormant{device="lo"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="cali0d14188a6e0"} 4099 node_network_flags{device="cali5439f6c9b82"} 4099 node_network_flags{device="calib3fe3cb132e"} 4099 node_network_flags{device="calice5402ae53f"} 4099 node_network_flags{device="calid506338cbf5"} 4099 node_network_flags{device="calidfce73b4f2a"} 4099 node_network_flags{device="calie661b367eb2"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eno1"} 4099 node_network_flags{device="eno2"} 4099 node_network_flags{device="eno33np0"} 4099 node_network_flags{device="eno33np0.3604"} 4099 node_network_flags{device="eno34np1"} 4099 node_network_flags{device="lo"} 9 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="cali0d14188a6e0"} 13 node_network_iface_id{device="cali5439f6c9b82"} 685 node_network_iface_id{device="calib3fe3cb132e"} 10 node_network_iface_id{device="calice5402ae53f"} 887 node_network_iface_id{device="calid506338cbf5"} 49 node_network_iface_id{device="calidfce73b4f2a"} 12 node_network_iface_id{device="calie661b367eb2"} 214 node_network_iface_id{device="docker0"} 14 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="cali0d14188a6e0"} 2 node_network_iface_link{device="cali5439f6c9b82"} 2 node_network_iface_link{device="calib3fe3cb132e"} 2 node_network_iface_link{device="calice5402ae53f"} 2 node_network_iface_link{device="calid506338cbf5"} 2 node_network_iface_link{device="calidfce73b4f2a"} 2 node_network_iface_link{device="calie661b367eb2"} 2 node_network_iface_link{device="docker0"} 14 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="cali0d14188a6e0"} 0 node_network_iface_link_mode{device="cali5439f6c9b82"} 0 node_network_iface_link_mode{device="calib3fe3cb132e"} 0 node_network_iface_link_mode{device="calice5402ae53f"} 0 node_network_iface_link_mode{device="calid506338cbf5"} 0 node_network_iface_link_mode{device="calidfce73b4f2a"} 0 node_network_iface_link_mode{device="calie661b367eb2"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eno1"} 0 node_network_iface_link_mode{device="eno2"} 0 node_network_iface_link_mode{device="eno33np0"} 0 node_network_iface_link_mode{device="eno33np0.3604"} 0 node_network_iface_link_mode{device="eno34np1"} 0 node_network_iface_link_mode{device="lo"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="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="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="cali5439f6c9b82",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="calice5402ae53f",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="calid506338cbf5",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 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calie661b367eb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:2a:cc:0b:75:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="cali0d14188a6e0"} 9000 node_network_mtu_bytes{device="cali5439f6c9b82"} 9000 node_network_mtu_bytes{device="calib3fe3cb132e"} 9000 node_network_mtu_bytes{device="calice5402ae53f"} 9000 node_network_mtu_bytes{device="calid506338cbf5"} 9000 node_network_mtu_bytes{device="calidfce73b4f2a"} 9000 node_network_mtu_bytes{device="calie661b367eb2"} 9000 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eno1"} 9000 node_network_mtu_bytes{device="eno2"} 1500 node_network_mtu_bytes{device="eno33np0"} 9000 node_network_mtu_bytes{device="eno33np0.3604"} 9000 node_network_mtu_bytes{device="eno34np1"} 1500 node_network_mtu_bytes{device="lo"} 65536 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="cali0d14188a6e0"} 3 node_network_name_assign_type{device="cali5439f6c9b82"} 3 node_network_name_assign_type{device="calib3fe3cb132e"} 3 node_network_name_assign_type{device="calice5402ae53f"} 3 node_network_name_assign_type{device="calid506338cbf5"} 3 node_network_name_assign_type{device="calidfce73b4f2a"} 3 node_network_name_assign_type{device="calie661b367eb2"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="eno1"} 4 node_network_name_assign_type{device="eno2"} 4 node_network_name_assign_type{device="eno33np0"} 4 node_network_name_assign_type{device="eno33np0.3604"} 3 node_network_name_assign_type{device="eno34np1"} 4 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="cali0d14188a6e0"} 0 node_network_net_dev_group{device="cali5439f6c9b82"} 0 node_network_net_dev_group{device="calib3fe3cb132e"} 0 node_network_net_dev_group{device="calice5402ae53f"} 0 node_network_net_dev_group{device="calid506338cbf5"} 0 node_network_net_dev_group{device="calidfce73b4f2a"} 0 node_network_net_dev_group{device="calie661b367eb2"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eno1"} 0 node_network_net_dev_group{device="eno2"} 0 node_network_net_dev_group{device="eno33np0"} 0 node_network_net_dev_group{device="eno33np0.3604"} 0 node_network_net_dev_group{device="eno34np1"} 0 node_network_net_dev_group{device="lo"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="cali0d14188a6e0"} 1 node_network_protocol_type{device="cali5439f6c9b82"} 1 node_network_protocol_type{device="calib3fe3cb132e"} 1 node_network_protocol_type{device="calice5402ae53f"} 1 node_network_protocol_type{device="calid506338cbf5"} 1 node_network_protocol_type{device="calidfce73b4f2a"} 1 node_network_protocol_type{device="calie661b367eb2"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eno1"} 1 node_network_protocol_type{device="eno2"} 1 node_network_protocol_type{device="eno33np0"} 1 node_network_protocol_type{device="eno33np0.3604"} 1 node_network_protocol_type{device="eno34np1"} 1 node_network_protocol_type{device="lo"} 772 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="cali0d14188a6e0"} 3.11444745e+08 node_network_receive_bytes_total{device="cali5439f6c9b82"} 7.395138203e+09 node_network_receive_bytes_total{device="calib3fe3cb132e"} 8.29812928e+08 node_network_receive_bytes_total{device="calice5402ae53f"} 9.020971e+06 node_network_receive_bytes_total{device="calid506338cbf5"} 2.5935808234e+10 node_network_receive_bytes_total{device="calidfce73b4f2a"} 65310 node_network_receive_bytes_total{device="calie661b367eb2"} 4.099081687e+09 node_network_receive_bytes_total{device="docker0"} 9.653545495e+09 node_network_receive_bytes_total{device="eno1"} 3.825338545e+09 node_network_receive_bytes_total{device="eno2"} 0 node_network_receive_bytes_total{device="eno33np0"} 9.5922595255431e+13 node_network_receive_bytes_total{device="eno33np0.3604"} 9.5014477754923e+13 node_network_receive_bytes_total{device="eno34np1"} 0 node_network_receive_bytes_total{device="lo"} 1.470321397856e+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="cali0d14188a6e0"} 0 node_network_receive_compressed_total{device="cali5439f6c9b82"} 0 node_network_receive_compressed_total{device="calib3fe3cb132e"} 0 node_network_receive_compressed_total{device="calice5402ae53f"} 0 node_network_receive_compressed_total{device="calid506338cbf5"} 0 node_network_receive_compressed_total{device="calidfce73b4f2a"} 0 node_network_receive_compressed_total{device="calie661b367eb2"} 0 node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="eno1"} 0 node_network_receive_compressed_total{device="eno2"} 0 node_network_receive_compressed_total{device="eno33np0"} 0 node_network_receive_compressed_total{device="eno33np0.3604"} 0 node_network_receive_compressed_total{device="eno34np1"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="cali0d14188a6e0"} 0 node_network_receive_drop_total{device="cali5439f6c9b82"} 0 node_network_receive_drop_total{device="calib3fe3cb132e"} 0 node_network_receive_drop_total{device="calice5402ae53f"} 0 node_network_receive_drop_total{device="calid506338cbf5"} 0 node_network_receive_drop_total{device="calidfce73b4f2a"} 0 node_network_receive_drop_total{device="calie661b367eb2"} 0 node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="eno1"} 0 node_network_receive_drop_total{device="eno2"} 0 node_network_receive_drop_total{device="eno33np0"} 1.426444e+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="cali0d14188a6e0"} 0 node_network_receive_errs_total{device="cali5439f6c9b82"} 0 node_network_receive_errs_total{device="calib3fe3cb132e"} 0 node_network_receive_errs_total{device="calice5402ae53f"} 0 node_network_receive_errs_total{device="calid506338cbf5"} 0 node_network_receive_errs_total{device="calidfce73b4f2a"} 0 node_network_receive_errs_total{device="calie661b367eb2"} 0 node_network_receive_errs_total{device="docker0"} 0 node_network_receive_errs_total{device="eno1"} 0 node_network_receive_errs_total{device="eno2"} 0 node_network_receive_errs_total{device="eno33np0"} 0 node_network_receive_errs_total{device="eno33np0.3604"} 0 node_network_receive_errs_total{device="eno34np1"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="cali0d14188a6e0"} 0 node_network_receive_fifo_total{device="cali5439f6c9b82"} 0 node_network_receive_fifo_total{device="calib3fe3cb132e"} 0 node_network_receive_fifo_total{device="calice5402ae53f"} 0 node_network_receive_fifo_total{device="calid506338cbf5"} 0 node_network_receive_fifo_total{device="calidfce73b4f2a"} 0 node_network_receive_fifo_total{device="calie661b367eb2"} 0 node_network_receive_fifo_total{device="docker0"} 0 node_network_receive_fifo_total{device="eno1"} 0 node_network_receive_fifo_total{device="eno2"} 0 node_network_receive_fifo_total{device="eno33np0"} 0 node_network_receive_fifo_total{device="eno33np0.3604"} 0 node_network_receive_fifo_total{device="eno34np1"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="cali0d14188a6e0"} 0 node_network_receive_frame_total{device="cali5439f6c9b82"} 0 node_network_receive_frame_total{device="calib3fe3cb132e"} 0 node_network_receive_frame_total{device="calice5402ae53f"} 0 node_network_receive_frame_total{device="calid506338cbf5"} 0 node_network_receive_frame_total{device="calidfce73b4f2a"} 0 node_network_receive_frame_total{device="calie661b367eb2"} 0 node_network_receive_frame_total{device="docker0"} 0 node_network_receive_frame_total{device="eno1"} 0 node_network_receive_frame_total{device="eno2"} 0 node_network_receive_frame_total{device="eno33np0"} 0 node_network_receive_frame_total{device="eno33np0.3604"} 0 node_network_receive_frame_total{device="eno34np1"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="cali0d14188a6e0"} 0 node_network_receive_multicast_total{device="cali5439f6c9b82"} 0 node_network_receive_multicast_total{device="calib3fe3cb132e"} 0 node_network_receive_multicast_total{device="calice5402ae53f"} 0 node_network_receive_multicast_total{device="calid506338cbf5"} 0 node_network_receive_multicast_total{device="calidfce73b4f2a"} 0 node_network_receive_multicast_total{device="calie661b367eb2"} 0 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="eno1"} 3.173329e+07 node_network_receive_multicast_total{device="eno2"} 0 node_network_receive_multicast_total{device="eno33np0"} 2.677301e+06 node_network_receive_multicast_total{device="eno33np0.3604"} 1.527793e+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="cali0d14188a6e0"} 0 node_network_receive_nohandler_total{device="cali5439f6c9b82"} 0 node_network_receive_nohandler_total{device="calib3fe3cb132e"} 0 node_network_receive_nohandler_total{device="calice5402ae53f"} 0 node_network_receive_nohandler_total{device="calid506338cbf5"} 0 node_network_receive_nohandler_total{device="calidfce73b4f2a"} 0 node_network_receive_nohandler_total{device="calie661b367eb2"} 0 node_network_receive_nohandler_total{device="docker0"} 0 node_network_receive_nohandler_total{device="eno1"} 0 node_network_receive_nohandler_total{device="eno2"} 0 node_network_receive_nohandler_total{device="eno33np0"} 0 node_network_receive_nohandler_total{device="eno33np0.3604"} 0 node_network_receive_nohandler_total{device="eno34np1"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="cali0d14188a6e0"} 3.452573e+06 node_network_receive_packets_total{device="cali5439f6c9b82"} 990608 node_network_receive_packets_total{device="calib3fe3cb132e"} 8.481049e+06 node_network_receive_packets_total{device="calice5402ae53f"} 100248 node_network_receive_packets_total{device="calid506338cbf5"} 2.04135289e+08 node_network_receive_packets_total{device="calidfce73b4f2a"} 931 node_network_receive_packets_total{device="calie661b367eb2"} 3.5897076e+07 node_network_receive_packets_total{device="docker0"} 5.920654e+07 node_network_receive_packets_total{device="eno1"} 3.3476848e+07 node_network_receive_packets_total{device="eno2"} 0 node_network_receive_packets_total{device="eno33np0"} 2.7867946124e+10 node_network_receive_packets_total{device="eno33np0.3604"} 2.0161001345e+10 node_network_receive_packets_total{device="eno34np1"} 0 node_network_receive_packets_total{device="lo"} 7.1753871e+07 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="cali0d14188a6e0"} 1.25e+09 node_network_speed_bytes{device="cali5439f6c9b82"} 1.25e+09 node_network_speed_bytes{device="calib3fe3cb132e"} 1.25e+09 node_network_speed_bytes{device="calice5402ae53f"} 1.25e+09 node_network_speed_bytes{device="calid506338cbf5"} 1.25e+09 node_network_speed_bytes{device="calidfce73b4f2a"} 1.25e+09 node_network_speed_bytes{device="calie661b367eb2"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eno1"} 1.25e+08 node_network_speed_bytes{device="eno2"} -125000 node_network_speed_bytes{device="eno33np0"} 1.25e+09 node_network_speed_bytes{device="eno33np0.3604"} 1.25e+09 node_network_speed_bytes{device="eno34np1"} -125000 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="cali0d14188a6e0"} 3.2182922074e+10 node_network_transmit_bytes_total{device="cali5439f6c9b82"} 8.5387155e+07 node_network_transmit_bytes_total{device="calib3fe3cb132e"} 1.176310353e+09 node_network_transmit_bytes_total{device="calice5402ae53f"} 3.7203201e+07 node_network_transmit_bytes_total{device="calid506338cbf5"} 1.023618448796e+12 node_network_transmit_bytes_total{device="calidfce73b4f2a"} 3.0652443e+07 node_network_transmit_bytes_total{device="calie661b367eb2"} 1.15322913499e+11 node_network_transmit_bytes_total{device="docker0"} 1.774959127528e+12 node_network_transmit_bytes_total{device="eno1"} 3.0352207e+07 node_network_transmit_bytes_total{device="eno2"} 0 node_network_transmit_bytes_total{device="eno33np0"} 1.85300794801766e+14 node_network_transmit_bytes_total{device="eno33np0.3604"} 1.84103825463844e+14 node_network_transmit_bytes_total{device="eno34np1"} 0 node_network_transmit_bytes_total{device="lo"} 1.470321397856e+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="cali0d14188a6e0"} 0 node_network_transmit_carrier_total{device="cali5439f6c9b82"} 0 node_network_transmit_carrier_total{device="calib3fe3cb132e"} 0 node_network_transmit_carrier_total{device="calice5402ae53f"} 0 node_network_transmit_carrier_total{device="calid506338cbf5"} 0 node_network_transmit_carrier_total{device="calidfce73b4f2a"} 0 node_network_transmit_carrier_total{device="calie661b367eb2"} 0 node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="eno1"} 0 node_network_transmit_carrier_total{device="eno2"} 0 node_network_transmit_carrier_total{device="eno33np0"} 0 node_network_transmit_carrier_total{device="eno33np0.3604"} 0 node_network_transmit_carrier_total{device="eno34np1"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="cali0d14188a6e0"} 0 node_network_transmit_colls_total{device="cali5439f6c9b82"} 0 node_network_transmit_colls_total{device="calib3fe3cb132e"} 0 node_network_transmit_colls_total{device="calice5402ae53f"} 0 node_network_transmit_colls_total{device="calid506338cbf5"} 0 node_network_transmit_colls_total{device="calidfce73b4f2a"} 0 node_network_transmit_colls_total{device="calie661b367eb2"} 0 node_network_transmit_colls_total{device="docker0"} 0 node_network_transmit_colls_total{device="eno1"} 0 node_network_transmit_colls_total{device="eno2"} 0 node_network_transmit_colls_total{device="eno33np0"} 0 node_network_transmit_colls_total{device="eno33np0.3604"} 0 node_network_transmit_colls_total{device="eno34np1"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="cali0d14188a6e0"} 0 node_network_transmit_compressed_total{device="cali5439f6c9b82"} 0 node_network_transmit_compressed_total{device="calib3fe3cb132e"} 0 node_network_transmit_compressed_total{device="calice5402ae53f"} 0 node_network_transmit_compressed_total{device="calid506338cbf5"} 0 node_network_transmit_compressed_total{device="calidfce73b4f2a"} 0 node_network_transmit_compressed_total{device="calie661b367eb2"} 0 node_network_transmit_compressed_total{device="docker0"} 0 node_network_transmit_compressed_total{device="eno1"} 0 node_network_transmit_compressed_total{device="eno2"} 0 node_network_transmit_compressed_total{device="eno33np0"} 0 node_network_transmit_compressed_total{device="eno33np0.3604"} 0 node_network_transmit_compressed_total{device="eno34np1"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="cali0d14188a6e0"} 0 node_network_transmit_drop_total{device="cali5439f6c9b82"} 0 node_network_transmit_drop_total{device="calib3fe3cb132e"} 0 node_network_transmit_drop_total{device="calice5402ae53f"} 0 node_network_transmit_drop_total{device="calid506338cbf5"} 0 node_network_transmit_drop_total{device="calidfce73b4f2a"} 0 node_network_transmit_drop_total{device="calie661b367eb2"} 0 node_network_transmit_drop_total{device="docker0"} 1147 node_network_transmit_drop_total{device="eno1"} 2 node_network_transmit_drop_total{device="eno2"} 0 node_network_transmit_drop_total{device="eno33np0"} 0 node_network_transmit_drop_total{device="eno33np0.3604"} 0 node_network_transmit_drop_total{device="eno34np1"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="cali0d14188a6e0"} 0 node_network_transmit_errs_total{device="cali5439f6c9b82"} 0 node_network_transmit_errs_total{device="calib3fe3cb132e"} 0 node_network_transmit_errs_total{device="calice5402ae53f"} 0 node_network_transmit_errs_total{device="calid506338cbf5"} 0 node_network_transmit_errs_total{device="calidfce73b4f2a"} 0 node_network_transmit_errs_total{device="calie661b367eb2"} 0 node_network_transmit_errs_total{device="docker0"} 0 node_network_transmit_errs_total{device="eno1"} 0 node_network_transmit_errs_total{device="eno2"} 0 node_network_transmit_errs_total{device="eno33np0"} 0 node_network_transmit_errs_total{device="eno33np0.3604"} 0 node_network_transmit_errs_total{device="eno34np1"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="cali0d14188a6e0"} 0 node_network_transmit_fifo_total{device="cali5439f6c9b82"} 0 node_network_transmit_fifo_total{device="calib3fe3cb132e"} 0 node_network_transmit_fifo_total{device="calice5402ae53f"} 0 node_network_transmit_fifo_total{device="calid506338cbf5"} 0 node_network_transmit_fifo_total{device="calidfce73b4f2a"} 0 node_network_transmit_fifo_total{device="calie661b367eb2"} 0 node_network_transmit_fifo_total{device="docker0"} 0 node_network_transmit_fifo_total{device="eno1"} 0 node_network_transmit_fifo_total{device="eno2"} 0 node_network_transmit_fifo_total{device="eno33np0"} 0 node_network_transmit_fifo_total{device="eno33np0.3604"} 0 node_network_transmit_fifo_total{device="eno34np1"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="cali0d14188a6e0"} 6.329797e+06 node_network_transmit_packets_total{device="cali5439f6c9b82"} 950111 node_network_transmit_packets_total{device="calib3fe3cb132e"} 7.22701e+06 node_network_transmit_packets_total{device="calice5402ae53f"} 189585 node_network_transmit_packets_total{device="calid506338cbf5"} 3.00935458e+08 node_network_transmit_packets_total{device="calidfce73b4f2a"} 113953 node_network_transmit_packets_total{device="calie661b367eb2"} 3.6675341e+07 node_network_transmit_packets_total{device="docker0"} 2.65347556e+08 node_network_transmit_packets_total{device="eno1"} 118854 node_network_transmit_packets_total{device="eno2"} 0 node_network_transmit_packets_total{device="eno33np0"} 3.3375459535e+10 node_network_transmit_packets_total{device="eno33np0.3604"} 1.7259860638e+10 node_network_transmit_packets_total{device="eno34np1"} 0 node_network_transmit_packets_total{device="lo"} 7.1753871e+07 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="cali0d14188a6e0"} 0 node_network_transmit_queue_length{device="cali5439f6c9b82"} 0 node_network_transmit_queue_length{device="calib3fe3cb132e"} 0 node_network_transmit_queue_length{device="calice5402ae53f"} 0 node_network_transmit_queue_length{device="calid506338cbf5"} 0 node_network_transmit_queue_length{device="calidfce73b4f2a"} 0 node_network_transmit_queue_length{device="calie661b367eb2"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eno1"} 1000 node_network_transmit_queue_length{device="eno2"} 1000 node_network_transmit_queue_length{device="eno33np0"} 1000 node_network_transmit_queue_length{device="eno33np0.3604"} 1000 node_network_transmit_queue_length{device="eno34np1"} 1000 node_network_transmit_queue_length{device="lo"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="cali0d14188a6e0"} 1 node_network_up{device="cali5439f6c9b82"} 1 node_network_up{device="calib3fe3cb132e"} 1 node_network_up{device="calice5402ae53f"} 1 node_network_up{device="calid506338cbf5"} 1 node_network_up{device="calidfce73b4f2a"} 1 node_network_up{device="calie661b367eb2"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eno1"} 1 node_network_up{device="eno2"} 0 node_network_up{device="eno33np0"} 1 node_network_up{device="eno33np0.3604"} 1 node_network_up{device="eno34np1"} 0 node_network_up{device="lo"} 0 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 10083 # 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 175 # 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 5.599571e+06 # 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 175 # HELP node_nf_conntrack_stat_invalid Number of packets seen which can not be tracked. # TYPE node_nf_conntrack_stat_invalid gauge node_nf_conntrack_stat_invalid 1.325757e+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 8 # 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"} 4.157739e+06 node_nfs_requests_total{method="Allocate",proto="4"} 0 node_nfs_requests_total{method="BindConnToSession",proto="4"} 0 node_nfs_requests_total{method="Clone",proto="4"} 1 node_nfs_requests_total{method="Close",proto="4"} 4.176529e+06 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 9622 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"} 3170 node_nfs_requests_total{method="CreateSession",proto="4"} 1 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 122449 node_nfs_requests_total{method="DestroyClientID",proto="4"} 0 node_nfs_requests_total{method="DestroySession",proto="4"} 0 node_nfs_requests_total{method="ExchangeID",proto="4"} 10 node_nfs_requests_total{method="FreeStateID",proto="4"} 3918 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 20 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"} 0 node_nfs_requests_total{method="Getattr",proto="4"} 4.532152e+06 node_nfs_requests_total{method="LayoutCommit",proto="4"} 0 node_nfs_requests_total{method="LayoutGet",proto="4"} 0 node_nfs_requests_total{method="LayoutReturn",proto="4"} 0 node_nfs_requests_total{method="LayoutStats",proto="4"} 0 node_nfs_requests_total{method="Link",proto="2"} 0 node_nfs_requests_total{method="Link",proto="3"} 0 node_nfs_requests_total{method="Link",proto="4"} 0 node_nfs_requests_total{method="Lock",proto="4"} 3922 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 3918 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"} 3.94356e+06 node_nfs_requests_total{method="LookupRoot",proto="4"} 5 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"} 5 node_nfs_requests_total{method="Open",proto="4"} 97366 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 62 node_nfs_requests_total{method="OpenNoattr",proto="4"} 4.16177e+06 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 15 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"} 123660 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"} 42413 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"} 638 node_nfs_requests_total{method="ReclaimComplete",proto="4"} 1 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"} 21583 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"} 3690 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"} 5 node_nfs_requests_total{method="Seek",proto="4"} 20652 node_nfs_requests_total{method="Sequence",proto="4"} 0 node_nfs_requests_total{method="ServerCaps",proto="4"} 35 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"} 3.900018e+06 node_nfs_requests_total{method="StatFs",proto="4"} 508068 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"} 4803 node_nfs_requests_total{method="TestStateID",proto="4"} 0 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 3.970542e+06 # HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. # TYPE node_nfs_rpc_authentication_refreshes_total counter node_nfs_rpc_authentication_refreshes_total 2.981253e+07 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 0 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 2.9812382e+07 # HELP node_nvme_info Non-numeric data from /sys/class/nvme/, value is always 1. # TYPE node_nvme_info gauge node_nvme_info{device="nvme0",firmware_revision="3B2QGXA7",model="Samsung SSD 980 PRO 1TB",serial="S5P2NG0R731188F",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="VACR011",model="CT2000P310SSD8",serial="254454233ED1",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.8 (Olive Jaguar)",variant="",variant_id="",version="9.8 (Olive Jaguar)",version_codename="",version_id="9.8"} 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.8 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 3 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 112013.860751622 node_schedstat_running_seconds_total{cpu="1"} 231678.824003752 node_schedstat_running_seconds_total{cpu="10"} 252179.483847853 node_schedstat_running_seconds_total{cpu="11"} 239040.972397531 node_schedstat_running_seconds_total{cpu="12"} 327995.360778982 node_schedstat_running_seconds_total{cpu="13"} 246460.430931852 node_schedstat_running_seconds_total{cpu="14"} 245414.49608868 node_schedstat_running_seconds_total{cpu="15"} 323916.130415406 node_schedstat_running_seconds_total{cpu="16"} 244162.637438454 node_schedstat_running_seconds_total{cpu="17"} 245751.319941431 node_schedstat_running_seconds_total{cpu="18"} 322963.604825245 node_schedstat_running_seconds_total{cpu="19"} 259116.090380923 node_schedstat_running_seconds_total{cpu="2"} 224730.899906264 node_schedstat_running_seconds_total{cpu="20"} 243210.348645899 node_schedstat_running_seconds_total{cpu="21"} 292836.999812631 node_schedstat_running_seconds_total{cpu="22"} 246093.184053855 node_schedstat_running_seconds_total{cpu="23"} 216495.680706453 node_schedstat_running_seconds_total{cpu="24"} 313792.957786485 node_schedstat_running_seconds_total{cpu="25"} 263447.412471786 node_schedstat_running_seconds_total{cpu="26"} 260168.828715804 node_schedstat_running_seconds_total{cpu="27"} 281065.207599408 node_schedstat_running_seconds_total{cpu="28"} 240136.117576111 node_schedstat_running_seconds_total{cpu="29"} 233579.470537316 node_schedstat_running_seconds_total{cpu="3"} 351226.73331158 node_schedstat_running_seconds_total{cpu="30"} 286927.349542992 node_schedstat_running_seconds_total{cpu="31"} 228963.289290992 node_schedstat_running_seconds_total{cpu="32"} 232141.057580552 node_schedstat_running_seconds_total{cpu="33"} 267893.463405551 node_schedstat_running_seconds_total{cpu="34"} 227057.48286456 node_schedstat_running_seconds_total{cpu="35"} 228229.073743966 node_schedstat_running_seconds_total{cpu="36"} 275238.852594968 node_schedstat_running_seconds_total{cpu="37"} 205743.455674262 node_schedstat_running_seconds_total{cpu="38"} 229600.728841187 node_schedstat_running_seconds_total{cpu="39"} 274921.957209971 node_schedstat_running_seconds_total{cpu="4"} 263530.016717081 node_schedstat_running_seconds_total{cpu="40"} 228453.243591171 node_schedstat_running_seconds_total{cpu="41"} 231888.653695862 node_schedstat_running_seconds_total{cpu="42"} 278337.51895148 node_schedstat_running_seconds_total{cpu="43"} 220944.56653144 node_schedstat_running_seconds_total{cpu="44"} 227024.961808447 node_schedstat_running_seconds_total{cpu="45"} 273235.805626672 node_schedstat_running_seconds_total{cpu="46"} 224935.538968161 node_schedstat_running_seconds_total{cpu="47"} 227361.309012656 node_schedstat_running_seconds_total{cpu="48"} 430037.215313947 node_schedstat_running_seconds_total{cpu="49"} 228273.602258182 node_schedstat_running_seconds_total{cpu="5"} 261141.384643513 node_schedstat_running_seconds_total{cpu="50"} 182796.797724248 node_schedstat_running_seconds_total{cpu="51"} 234735.136145867 node_schedstat_running_seconds_total{cpu="52"} 197972.131515906 node_schedstat_running_seconds_total{cpu="53"} 205550.787635499 node_schedstat_running_seconds_total{cpu="54"} 240263.799313565 node_schedstat_running_seconds_total{cpu="55"} 211895.711160375 node_schedstat_running_seconds_total{cpu="56"} 203523.115468739 node_schedstat_running_seconds_total{cpu="57"} 271020.576067806 node_schedstat_running_seconds_total{cpu="58"} 208983.739773811 node_schedstat_running_seconds_total{cpu="59"} 217674.597314005 node_schedstat_running_seconds_total{cpu="6"} 325080.933937262 node_schedstat_running_seconds_total{cpu="60"} 230092.586760693 node_schedstat_running_seconds_total{cpu="61"} 202737.098077915 node_schedstat_running_seconds_total{cpu="62"} 235810.435510922 node_schedstat_running_seconds_total{cpu="63"} 208392.844783993 node_schedstat_running_seconds_total{cpu="64"} 216227.418930866 node_schedstat_running_seconds_total{cpu="65"} 212290.813905233 node_schedstat_running_seconds_total{cpu="66"} 209857.658375849 node_schedstat_running_seconds_total{cpu="67"} 182708.089127321 node_schedstat_running_seconds_total{cpu="68"} 237828.32934372 node_schedstat_running_seconds_total{cpu="69"} 222248.032608513 node_schedstat_running_seconds_total{cpu="7"} 257663.605738818 node_schedstat_running_seconds_total{cpu="70"} 186786.822586893 node_schedstat_running_seconds_total{cpu="71"} 244524.254104338 node_schedstat_running_seconds_total{cpu="72"} 204569.336858217 node_schedstat_running_seconds_total{cpu="73"} 236171.59526165 node_schedstat_running_seconds_total{cpu="74"} 246984.141395643 node_schedstat_running_seconds_total{cpu="75"} 230821.448705913 node_schedstat_running_seconds_total{cpu="76"} 201676.928831345 node_schedstat_running_seconds_total{cpu="77"} 242495.443842364 node_schedstat_running_seconds_total{cpu="78"} 220904.11324076 node_schedstat_running_seconds_total{cpu="79"} 214900.638686644 node_schedstat_running_seconds_total{cpu="8"} 270277.850031249 node_schedstat_running_seconds_total{cpu="80"} 248371.48264034 node_schedstat_running_seconds_total{cpu="81"} 250820.452385049 node_schedstat_running_seconds_total{cpu="82"} 214243.42087467 node_schedstat_running_seconds_total{cpu="83"} 241655.482223012 node_schedstat_running_seconds_total{cpu="84"} 225472.522195529 node_schedstat_running_seconds_total{cpu="85"} 263145.85630356 node_schedstat_running_seconds_total{cpu="86"} 232066.443287567 node_schedstat_running_seconds_total{cpu="87"} 228785.183280947 node_schedstat_running_seconds_total{cpu="88"} 221236.800253504 node_schedstat_running_seconds_total{cpu="89"} 239711.069621233 node_schedstat_running_seconds_total{cpu="9"} 294264.497288273 node_schedstat_running_seconds_total{cpu="90"} 222887.126792159 node_schedstat_running_seconds_total{cpu="91"} 230010.37130732 node_schedstat_running_seconds_total{cpu="92"} 240154.186148083 node_schedstat_running_seconds_total{cpu="93"} 230161.456259845 node_schedstat_running_seconds_total{cpu="94"} 220297.109594341 node_schedstat_running_seconds_total{cpu="95"} 248499.407591253 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 9.70637459e+08 node_schedstat_timeslices_total{cpu="1"} 1.214768212e+09 node_schedstat_timeslices_total{cpu="10"} 1.432884445e+09 node_schedstat_timeslices_total{cpu="11"} 1.448004728e+09 node_schedstat_timeslices_total{cpu="12"} 1.598758709e+09 node_schedstat_timeslices_total{cpu="13"} 1.606230366e+09 node_schedstat_timeslices_total{cpu="14"} 1.581594994e+09 node_schedstat_timeslices_total{cpu="15"} 1.39846099e+09 node_schedstat_timeslices_total{cpu="16"} 1.407965693e+09 node_schedstat_timeslices_total{cpu="17"} 1.458842615e+09 node_schedstat_timeslices_total{cpu="18"} 1.440915534e+09 node_schedstat_timeslices_total{cpu="19"} 1.450257941e+09 node_schedstat_timeslices_total{cpu="2"} 1.260611399e+09 node_schedstat_timeslices_total{cpu="20"} 1.450146231e+09 node_schedstat_timeslices_total{cpu="21"} 1.362797324e+09 node_schedstat_timeslices_total{cpu="22"} 1.406950632e+09 node_schedstat_timeslices_total{cpu="23"} 1.460341517e+09 node_schedstat_timeslices_total{cpu="24"} 1.221002293e+09 node_schedstat_timeslices_total{cpu="25"} 1.236936135e+09 node_schedstat_timeslices_total{cpu="26"} 1.226727742e+09 node_schedstat_timeslices_total{cpu="27"} 1.201335761e+09 node_schedstat_timeslices_total{cpu="28"} 1.171683056e+09 node_schedstat_timeslices_total{cpu="29"} 1.153945046e+09 node_schedstat_timeslices_total{cpu="3"} 1.420962924e+09 node_schedstat_timeslices_total{cpu="30"} 1.139819353e+09 node_schedstat_timeslices_total{cpu="31"} 1.176047216e+09 node_schedstat_timeslices_total{cpu="32"} 1.136496507e+09 node_schedstat_timeslices_total{cpu="33"} 1.166268811e+09 node_schedstat_timeslices_total{cpu="34"} 1.133824126e+09 node_schedstat_timeslices_total{cpu="35"} 1.113254219e+09 node_schedstat_timeslices_total{cpu="36"} 1.159536502e+09 node_schedstat_timeslices_total{cpu="37"} 1.124960152e+09 node_schedstat_timeslices_total{cpu="38"} 1.102320802e+09 node_schedstat_timeslices_total{cpu="39"} 1.163977299e+09 node_schedstat_timeslices_total{cpu="4"} 1.50183663e+09 node_schedstat_timeslices_total{cpu="40"} 1.136395357e+09 node_schedstat_timeslices_total{cpu="41"} 1.112346962e+09 node_schedstat_timeslices_total{cpu="42"} 1.136674204e+09 node_schedstat_timeslices_total{cpu="43"} 1.116544494e+09 node_schedstat_timeslices_total{cpu="44"} 1.088457695e+09 node_schedstat_timeslices_total{cpu="45"} 1.142541184e+09 node_schedstat_timeslices_total{cpu="46"} 1.103377917e+09 node_schedstat_timeslices_total{cpu="47"} 1.08948169e+09 node_schedstat_timeslices_total{cpu="48"} 1.338903369e+09 node_schedstat_timeslices_total{cpu="49"} 1.323847153e+09 node_schedstat_timeslices_total{cpu="5"} 1.402235643e+09 node_schedstat_timeslices_total{cpu="50"} 1.237666354e+09 node_schedstat_timeslices_total{cpu="51"} 1.402827602e+09 node_schedstat_timeslices_total{cpu="52"} 1.328726885e+09 node_schedstat_timeslices_total{cpu="53"} 1.355734463e+09 node_schedstat_timeslices_total{cpu="54"} 1.546735134e+09 node_schedstat_timeslices_total{cpu="55"} 1.556703252e+09 node_schedstat_timeslices_total{cpu="56"} 1.57179815e+09 node_schedstat_timeslices_total{cpu="57"} 1.443644707e+09 node_schedstat_timeslices_total{cpu="58"} 1.497067155e+09 node_schedstat_timeslices_total{cpu="59"} 1.485421427e+09 node_schedstat_timeslices_total{cpu="6"} 1.617264483e+09 node_schedstat_timeslices_total{cpu="60"} 1.5772217e+09 node_schedstat_timeslices_total{cpu="61"} 1.614639949e+09 node_schedstat_timeslices_total{cpu="62"} 1.570872493e+09 node_schedstat_timeslices_total{cpu="63"} 1.321990736e+09 node_schedstat_timeslices_total{cpu="64"} 1.355626415e+09 node_schedstat_timeslices_total{cpu="65"} 1.375533902e+09 node_schedstat_timeslices_total{cpu="66"} 1.480344951e+09 node_schedstat_timeslices_total{cpu="67"} 1.47473127e+09 node_schedstat_timeslices_total{cpu="68"} 1.418875003e+09 node_schedstat_timeslices_total{cpu="69"} 1.339160175e+09 node_schedstat_timeslices_total{cpu="7"} 1.54817568e+09 node_schedstat_timeslices_total{cpu="70"} 1.329771256e+09 node_schedstat_timeslices_total{cpu="71"} 1.30153675e+09 node_schedstat_timeslices_total{cpu="72"} 1.223316071e+09 node_schedstat_timeslices_total{cpu="73"} 1.226053354e+09 node_schedstat_timeslices_total{cpu="74"} 1.237686142e+09 node_schedstat_timeslices_total{cpu="75"} 1.142548267e+09 node_schedstat_timeslices_total{cpu="76"} 1.112012379e+09 node_schedstat_timeslices_total{cpu="77"} 1.121967187e+09 node_schedstat_timeslices_total{cpu="78"} 1.119450725e+09 node_schedstat_timeslices_total{cpu="79"} 1.117938408e+09 node_schedstat_timeslices_total{cpu="8"} 1.526032251e+09 node_schedstat_timeslices_total{cpu="80"} 1.104392648e+09 node_schedstat_timeslices_total{cpu="81"} 1.09205381e+09 node_schedstat_timeslices_total{cpu="82"} 1.092543029e+09 node_schedstat_timeslices_total{cpu="83"} 1.07843554e+09 node_schedstat_timeslices_total{cpu="84"} 1.101312037e+09 node_schedstat_timeslices_total{cpu="85"} 1.065848467e+09 node_schedstat_timeslices_total{cpu="86"} 1.085728831e+09 node_schedstat_timeslices_total{cpu="87"} 1.092378202e+09 node_schedstat_timeslices_total{cpu="88"} 1.091769346e+09 node_schedstat_timeslices_total{cpu="89"} 1.075751098e+09 node_schedstat_timeslices_total{cpu="9"} 1.573232588e+09 node_schedstat_timeslices_total{cpu="90"} 1.080687178e+09 node_schedstat_timeslices_total{cpu="91"} 1.064693294e+09 node_schedstat_timeslices_total{cpu="92"} 1.05145861e+09 node_schedstat_timeslices_total{cpu="93"} 1.074527905e+09 node_schedstat_timeslices_total{cpu="94"} 1.068968336e+09 node_schedstat_timeslices_total{cpu="95"} 1.050336517e+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"} 4446.568172955 node_schedstat_waiting_seconds_total{cpu="1"} 5008.443333212 node_schedstat_waiting_seconds_total{cpu="10"} 4711.685536226 node_schedstat_waiting_seconds_total{cpu="11"} 5722.095315974 node_schedstat_waiting_seconds_total{cpu="12"} 4815.346509678 node_schedstat_waiting_seconds_total{cpu="13"} 4763.901226661 node_schedstat_waiting_seconds_total{cpu="14"} 4918.846777598 node_schedstat_waiting_seconds_total{cpu="15"} 4199.254320569 node_schedstat_waiting_seconds_total{cpu="16"} 4484.648923742 node_schedstat_waiting_seconds_total{cpu="17"} 4294.819117591 node_schedstat_waiting_seconds_total{cpu="18"} 4419.318211011 node_schedstat_waiting_seconds_total{cpu="19"} 4718.960258136 node_schedstat_waiting_seconds_total{cpu="2"} 4772.713174001 node_schedstat_waiting_seconds_total{cpu="20"} 4507.134559593 node_schedstat_waiting_seconds_total{cpu="21"} 4464.191856026 node_schedstat_waiting_seconds_total{cpu="22"} 4458.448494772 node_schedstat_waiting_seconds_total{cpu="23"} 5259.94632951 node_schedstat_waiting_seconds_total{cpu="24"} 5294.191740599 node_schedstat_waiting_seconds_total{cpu="25"} 5239.043615476 node_schedstat_waiting_seconds_total{cpu="26"} 5066.575312607 node_schedstat_waiting_seconds_total{cpu="27"} 5271.021010278 node_schedstat_waiting_seconds_total{cpu="28"} 5245.543851277 node_schedstat_waiting_seconds_total{cpu="29"} 5237.625294913 node_schedstat_waiting_seconds_total{cpu="3"} 5181.718055645 node_schedstat_waiting_seconds_total{cpu="30"} 5220.425110364 node_schedstat_waiting_seconds_total{cpu="31"} 5297.241275868 node_schedstat_waiting_seconds_total{cpu="32"} 5236.162395249 node_schedstat_waiting_seconds_total{cpu="33"} 5223.574972791 node_schedstat_waiting_seconds_total{cpu="34"} 5248.02674359 node_schedstat_waiting_seconds_total{cpu="35"} 5237.149251508 node_schedstat_waiting_seconds_total{cpu="36"} 5195.652371599 node_schedstat_waiting_seconds_total{cpu="37"} 5364.301777453 node_schedstat_waiting_seconds_total{cpu="38"} 5247.607928105 node_schedstat_waiting_seconds_total{cpu="39"} 5238.710335605 node_schedstat_waiting_seconds_total{cpu="4"} 4670.127866062 node_schedstat_waiting_seconds_total{cpu="40"} 5353.603756399 node_schedstat_waiting_seconds_total{cpu="41"} 5306.8253766 node_schedstat_waiting_seconds_total{cpu="42"} 5187.958965343 node_schedstat_waiting_seconds_total{cpu="43"} 5344.103933518 node_schedstat_waiting_seconds_total{cpu="44"} 5263.789279883 node_schedstat_waiting_seconds_total{cpu="45"} 5274.174866226 node_schedstat_waiting_seconds_total{cpu="46"} 5246.943153485 node_schedstat_waiting_seconds_total{cpu="47"} 5278.771676491 node_schedstat_waiting_seconds_total{cpu="48"} 5046.989969906 node_schedstat_waiting_seconds_total{cpu="49"} 4804.985803024 node_schedstat_waiting_seconds_total{cpu="5"} 4803.932872541 node_schedstat_waiting_seconds_total{cpu="50"} 6055.700023437 node_schedstat_waiting_seconds_total{cpu="51"} 4610.040748252 node_schedstat_waiting_seconds_total{cpu="52"} 5711.530776794 node_schedstat_waiting_seconds_total{cpu="53"} 5177.867914014 node_schedstat_waiting_seconds_total{cpu="54"} 4601.55903847 node_schedstat_waiting_seconds_total{cpu="55"} 4663.534474897 node_schedstat_waiting_seconds_total{cpu="56"} 5526.484407211 node_schedstat_waiting_seconds_total{cpu="57"} 4550.5045543 node_schedstat_waiting_seconds_total{cpu="58"} 4828.272427674 node_schedstat_waiting_seconds_total{cpu="59"} 4689.947294167 node_schedstat_waiting_seconds_total{cpu="6"} 5346.900977026 node_schedstat_waiting_seconds_total{cpu="60"} 4845.770109533 node_schedstat_waiting_seconds_total{cpu="61"} 5945.103636868 node_schedstat_waiting_seconds_total{cpu="62"} 5122.922491532 node_schedstat_waiting_seconds_total{cpu="63"} 5527.027765427 node_schedstat_waiting_seconds_total{cpu="64"} 4696.454945059 node_schedstat_waiting_seconds_total{cpu="65"} 5472.352234329 node_schedstat_waiting_seconds_total{cpu="66"} 5249.367049262 node_schedstat_waiting_seconds_total{cpu="67"} 5339.406073673 node_schedstat_waiting_seconds_total{cpu="68"} 5070.89787781 node_schedstat_waiting_seconds_total{cpu="69"} 5817.091608611 node_schedstat_waiting_seconds_total{cpu="7"} 4902.943259827 node_schedstat_waiting_seconds_total{cpu="70"} 6712.959991856 node_schedstat_waiting_seconds_total{cpu="71"} 4894.327876691 node_schedstat_waiting_seconds_total{cpu="72"} 5338.799389592 node_schedstat_waiting_seconds_total{cpu="73"} 5167.282936989 node_schedstat_waiting_seconds_total{cpu="74"} 5142.619903578 node_schedstat_waiting_seconds_total{cpu="75"} 5196.201589967 node_schedstat_waiting_seconds_total{cpu="76"} 5394.308236697 node_schedstat_waiting_seconds_total{cpu="77"} 5371.82500041 node_schedstat_waiting_seconds_total{cpu="78"} 5297.616359725 node_schedstat_waiting_seconds_total{cpu="79"} 5358.621708169 node_schedstat_waiting_seconds_total{cpu="8"} 4594.332342871 node_schedstat_waiting_seconds_total{cpu="80"} 5280.676971783 node_schedstat_waiting_seconds_total{cpu="81"} 5173.741111588 node_schedstat_waiting_seconds_total{cpu="82"} 5317.812017167 node_schedstat_waiting_seconds_total{cpu="83"} 5270.794230807 node_schedstat_waiting_seconds_total{cpu="84"} 5309.138175172 node_schedstat_waiting_seconds_total{cpu="85"} 5262.28065928 node_schedstat_waiting_seconds_total{cpu="86"} 5374.562577625 node_schedstat_waiting_seconds_total{cpu="87"} 5315.703584225 node_schedstat_waiting_seconds_total{cpu="88"} 5355.193076612 node_schedstat_waiting_seconds_total{cpu="89"} 5366.169560122 node_schedstat_waiting_seconds_total{cpu="9"} 5484.539185321 node_schedstat_waiting_seconds_total{cpu="90"} 5366.888279955 node_schedstat_waiting_seconds_total{cpu="91"} 5397.883196703 node_schedstat_waiting_seconds_total{cpu="92"} 5396.53816552 node_schedstat_waiting_seconds_total{cpu="93"} 5284.367679134 node_schedstat_waiting_seconds_total{cpu="94"} 5400.022276889 node_schedstat_waiting_seconds_total{cpu="95"} 5323.79359359 # 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.001393316 node_scrape_collector_duration_seconds{collector="bcache"} 2.8684e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.2504e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.003469662 node_scrape_collector_duration_seconds{collector="conntrack"} 0.059174115 node_scrape_collector_duration_seconds{collector="cpu"} 0.009560776 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.05726927 node_scrape_collector_duration_seconds{collector="diskstats"} 0.105535519 node_scrape_collector_duration_seconds{collector="dmi"} 7.624e-06 node_scrape_collector_duration_seconds{collector="edac"} 0.00057008 node_scrape_collector_duration_seconds{collector="entropy"} 0.063819284 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.4247e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.058781638 node_scrape_collector_duration_seconds{collector="filesystem"} 0.099931219 node_scrape_collector_duration_seconds{collector="hwmon"} 0.06323126 node_scrape_collector_duration_seconds{collector="infiniband"} 1.3235e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.9275e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.061879563 node_scrape_collector_duration_seconds{collector="mdadm"} 7.0442e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.063261277 node_scrape_collector_duration_seconds{collector="netclass"} 0.0110331 node_scrape_collector_duration_seconds{collector="netdev"} 0.059480309 node_scrape_collector_duration_seconds{collector="netstat"} 0.001092912 node_scrape_collector_duration_seconds{collector="nfs"} 0.000167565 node_scrape_collector_duration_seconds{collector="nfsd"} 2.7151e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.064047152 node_scrape_collector_duration_seconds{collector="os"} 0.000187081 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.5849e-05 node_scrape_collector_duration_seconds{collector="pressure"} 6.0524e-05 node_scrape_collector_duration_seconds{collector="rapl"} 0.00028222 node_scrape_collector_duration_seconds{collector="schedstat"} 0.079220684 node_scrape_collector_duration_seconds{collector="selinux"} 0.000227166 node_scrape_collector_duration_seconds{collector="sockstat"} 0.062085389 node_scrape_collector_duration_seconds{collector="softnet"} 0.062162795 node_scrape_collector_duration_seconds{collector="stat"} 0.003845288 node_scrape_collector_duration_seconds{collector="tapestats"} 1.0349e-05 node_scrape_collector_duration_seconds{collector="textfile"} 1.6971e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.076562163 node_scrape_collector_duration_seconds{collector="time"} 0.00011756 node_scrape_collector_duration_seconds{collector="timex"} 1.6701e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.062028753 node_scrape_collector_duration_seconds{collector="uname"} 8.746e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.062095048 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000256111 node_scrape_collector_duration_seconds{collector="xfs"} 0.076882124 node_scrape_collector_duration_seconds{collector="zfs"} 1.2343e-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 169 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 6785 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 6431 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 7265 # 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.975744e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 3 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 166 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 5 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 7 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 11238 # 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.6030848e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7130 # 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"} 4.159469e+06 node_softnet_processed_total{cpu="1"} 5.596544e+06 node_softnet_processed_total{cpu="10"} 2.3290764e+08 node_softnet_processed_total{cpu="11"} 1.752199434e+09 node_softnet_processed_total{cpu="12"} 5.577039e+06 node_softnet_processed_total{cpu="13"} 1.94252068e+08 node_softnet_processed_total{cpu="14"} 1.5216468e+08 node_softnet_processed_total{cpu="15"} 1.0506043e+07 node_softnet_processed_total{cpu="16"} 9.515995e+06 node_softnet_processed_total{cpu="17"} 2.5703321e+08 node_softnet_processed_total{cpu="18"} 7.361109e+06 node_softnet_processed_total{cpu="19"} 2.038053953e+09 node_softnet_processed_total{cpu="2"} 5.874008e+06 node_softnet_processed_total{cpu="20"} 7.172239e+06 node_softnet_processed_total{cpu="21"} 1.9737895e+07 node_softnet_processed_total{cpu="22"} 3.6772014e+07 node_softnet_processed_total{cpu="23"} 1.844082165e+09 node_softnet_processed_total{cpu="24"} 1.2203474e+07 node_softnet_processed_total{cpu="25"} 1.1948262e+07 node_softnet_processed_total{cpu="26"} 1.1732159e+07 node_softnet_processed_total{cpu="27"} 1.3222968e+07 node_softnet_processed_total{cpu="28"} 1.3205242e+07 node_softnet_processed_total{cpu="29"} 1.3283767e+07 node_softnet_processed_total{cpu="3"} 5.87282813e+08 node_softnet_processed_total{cpu="30"} 1.3257965e+07 node_softnet_processed_total{cpu="31"} 1.3424686e+07 node_softnet_processed_total{cpu="32"} 1.3452816e+07 node_softnet_processed_total{cpu="33"} 1.3261852e+07 node_softnet_processed_total{cpu="34"} 1.3431753e+07 node_softnet_processed_total{cpu="35"} 1.3356357e+07 node_softnet_processed_total{cpu="36"} 1.3145997e+07 node_softnet_processed_total{cpu="37"} 1.3033817e+07 node_softnet_processed_total{cpu="38"} 1.3132465e+07 node_softnet_processed_total{cpu="39"} 1.2998845e+07 node_softnet_processed_total{cpu="4"} 9.3929e+06 node_softnet_processed_total{cpu="40"} 1.3170525e+07 node_softnet_processed_total{cpu="41"} 1.3148601e+07 node_softnet_processed_total{cpu="42"} 1.3066539e+07 node_softnet_processed_total{cpu="43"} 1.3250263e+07 node_softnet_processed_total{cpu="44"} 1.3207394e+07 node_softnet_processed_total{cpu="45"} 1.2965725e+07 node_softnet_processed_total{cpu="46"} 1.3145327e+07 node_softnet_processed_total{cpu="47"} 1.3261202e+07 node_softnet_processed_total{cpu="48"} 1.6776764e+07 node_softnet_processed_total{cpu="49"} 5.959216e+06 node_softnet_processed_total{cpu="5"} 8.77964355e+08 node_softnet_processed_total{cpu="50"} 1.20141339e+08 node_softnet_processed_total{cpu="51"} 1.31507587e+08 node_softnet_processed_total{cpu="52"} 2.905803613e+09 node_softnet_processed_total{cpu="53"} 1.75625376e+08 node_softnet_processed_total{cpu="54"} 7.06528e+06 node_softnet_processed_total{cpu="55"} 2.4030292e+08 node_softnet_processed_total{cpu="56"} 9.4410574e+08 node_softnet_processed_total{cpu="57"} 3.18064474e+08 node_softnet_processed_total{cpu="58"} 1.9274511e+07 node_softnet_processed_total{cpu="59"} 1.44237621e+08 node_softnet_processed_total{cpu="6"} 1.776966756e+09 node_softnet_processed_total{cpu="60"} 5.355076e+06 node_softnet_processed_total{cpu="61"} 3.199840032e+09 node_softnet_processed_total{cpu="62"} 5.916214e+06 node_softnet_processed_total{cpu="63"} 3.282214611e+09 node_softnet_processed_total{cpu="64"} 1.0764604e+07 node_softnet_processed_total{cpu="65"} 1.745998457e+09 node_softnet_processed_total{cpu="66"} 8.91243611e+08 node_softnet_processed_total{cpu="67"} 1.723763866e+09 node_softnet_processed_total{cpu="68"} 1.696515944e+09 node_softnet_processed_total{cpu="69"} 1.34605204e+08 node_softnet_processed_total{cpu="7"} 2.41147539e+08 node_softnet_processed_total{cpu="70"} 3.925634507e+09 node_softnet_processed_total{cpu="71"} 9.926991e+06 node_softnet_processed_total{cpu="72"} 1.1295383e+07 node_softnet_processed_total{cpu="73"} 1.1716319e+07 node_softnet_processed_total{cpu="74"} 1.5879548e+07 node_softnet_processed_total{cpu="75"} 1.323456e+07 node_softnet_processed_total{cpu="76"} 1.3523289e+07 node_softnet_processed_total{cpu="77"} 1.3040996e+07 node_softnet_processed_total{cpu="78"} 1.3358457e+07 node_softnet_processed_total{cpu="79"} 1.3424842e+07 node_softnet_processed_total{cpu="8"} 7.544435e+06 node_softnet_processed_total{cpu="80"} 1.3365611e+07 node_softnet_processed_total{cpu="81"} 1.3178219e+07 node_softnet_processed_total{cpu="82"} 1.3397342e+07 node_softnet_processed_total{cpu="83"} 1.3349036e+07 node_softnet_processed_total{cpu="84"} 1.3346796e+07 node_softnet_processed_total{cpu="85"} 1.3265587e+07 node_softnet_processed_total{cpu="86"} 1.2864883e+07 node_softnet_processed_total{cpu="87"} 1.3083399e+07 node_softnet_processed_total{cpu="88"} 1.3262598e+07 node_softnet_processed_total{cpu="89"} 1.3140306e+07 node_softnet_processed_total{cpu="9"} 1.775339455e+09 node_softnet_processed_total{cpu="90"} 1.3221612e+07 node_softnet_processed_total{cpu="91"} 1.31584e+07 node_softnet_processed_total{cpu="92"} 1.3243373e+07 node_softnet_processed_total{cpu="93"} 1.3130394e+07 node_softnet_processed_total{cpu="94"} 1.3491548e+07 node_softnet_processed_total{cpu="95"} 1.323481e+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"} 0 node_softnet_times_squeezed_total{cpu="1"} 1 node_softnet_times_squeezed_total{cpu="10"} 75 node_softnet_times_squeezed_total{cpu="11"} 5415 node_softnet_times_squeezed_total{cpu="12"} 0 node_softnet_times_squeezed_total{cpu="13"} 99 node_softnet_times_squeezed_total{cpu="14"} 121 node_softnet_times_squeezed_total{cpu="15"} 1 node_softnet_times_squeezed_total{cpu="16"} 0 node_softnet_times_squeezed_total{cpu="17"} 101 node_softnet_times_squeezed_total{cpu="18"} 1 node_softnet_times_squeezed_total{cpu="19"} 854 node_softnet_times_squeezed_total{cpu="2"} 0 node_softnet_times_squeezed_total{cpu="20"} 0 node_softnet_times_squeezed_total{cpu="21"} 6 node_softnet_times_squeezed_total{cpu="22"} 9 node_softnet_times_squeezed_total{cpu="23"} 952 node_softnet_times_squeezed_total{cpu="24"} 0 node_softnet_times_squeezed_total{cpu="25"} 2 node_softnet_times_squeezed_total{cpu="26"} 0 node_softnet_times_squeezed_total{cpu="27"} 1 node_softnet_times_squeezed_total{cpu="28"} 0 node_softnet_times_squeezed_total{cpu="29"} 0 node_softnet_times_squeezed_total{cpu="3"} 1573 node_softnet_times_squeezed_total{cpu="30"} 0 node_softnet_times_squeezed_total{cpu="31"} 1 node_softnet_times_squeezed_total{cpu="32"} 0 node_softnet_times_squeezed_total{cpu="33"} 0 node_softnet_times_squeezed_total{cpu="34"} 1 node_softnet_times_squeezed_total{cpu="35"} 0 node_softnet_times_squeezed_total{cpu="36"} 0 node_softnet_times_squeezed_total{cpu="37"} 0 node_softnet_times_squeezed_total{cpu="38"} 0 node_softnet_times_squeezed_total{cpu="39"} 0 node_softnet_times_squeezed_total{cpu="4"} 1 node_softnet_times_squeezed_total{cpu="40"} 0 node_softnet_times_squeezed_total{cpu="41"} 1 node_softnet_times_squeezed_total{cpu="42"} 0 node_softnet_times_squeezed_total{cpu="43"} 0 node_softnet_times_squeezed_total{cpu="44"} 0 node_softnet_times_squeezed_total{cpu="45"} 0 node_softnet_times_squeezed_total{cpu="46"} 0 node_softnet_times_squeezed_total{cpu="47"} 0 node_softnet_times_squeezed_total{cpu="48"} 0 node_softnet_times_squeezed_total{cpu="49"} 0 node_softnet_times_squeezed_total{cpu="5"} 675 node_softnet_times_squeezed_total{cpu="50"} 3578 node_softnet_times_squeezed_total{cpu="51"} 66 node_softnet_times_squeezed_total{cpu="52"} 4904 node_softnet_times_squeezed_total{cpu="53"} 38 node_softnet_times_squeezed_total{cpu="54"} 0 node_softnet_times_squeezed_total{cpu="55"} 66 node_softnet_times_squeezed_total{cpu="56"} 2596 node_softnet_times_squeezed_total{cpu="57"} 171 node_softnet_times_squeezed_total{cpu="58"} 2 node_softnet_times_squeezed_total{cpu="59"} 1484 node_softnet_times_squeezed_total{cpu="6"} 1265 node_softnet_times_squeezed_total{cpu="60"} 3 node_softnet_times_squeezed_total{cpu="61"} 3171 node_softnet_times_squeezed_total{cpu="62"} 1 node_softnet_times_squeezed_total{cpu="63"} 5050 node_softnet_times_squeezed_total{cpu="64"} 1 node_softnet_times_squeezed_total{cpu="65"} 3357 node_softnet_times_squeezed_total{cpu="66"} 3357 node_softnet_times_squeezed_total{cpu="67"} 1627 node_softnet_times_squeezed_total{cpu="68"} 1853 node_softnet_times_squeezed_total{cpu="69"} 2630 node_softnet_times_squeezed_total{cpu="7"} 94 node_softnet_times_squeezed_total{cpu="70"} 5103 node_softnet_times_squeezed_total{cpu="71"} 3 node_softnet_times_squeezed_total{cpu="72"} 0 node_softnet_times_squeezed_total{cpu="73"} 0 node_softnet_times_squeezed_total{cpu="74"} 0 node_softnet_times_squeezed_total{cpu="75"} 1 node_softnet_times_squeezed_total{cpu="76"} 1 node_softnet_times_squeezed_total{cpu="77"} 1 node_softnet_times_squeezed_total{cpu="78"} 0 node_softnet_times_squeezed_total{cpu="79"} 0 node_softnet_times_squeezed_total{cpu="8"} 3 node_softnet_times_squeezed_total{cpu="80"} 0 node_softnet_times_squeezed_total{cpu="81"} 2 node_softnet_times_squeezed_total{cpu="82"} 1 node_softnet_times_squeezed_total{cpu="83"} 0 node_softnet_times_squeezed_total{cpu="84"} 0 node_softnet_times_squeezed_total{cpu="85"} 0 node_softnet_times_squeezed_total{cpu="86"} 0 node_softnet_times_squeezed_total{cpu="87"} 3 node_softnet_times_squeezed_total{cpu="88"} 1 node_softnet_times_squeezed_total{cpu="89"} 2 node_softnet_times_squeezed_total{cpu="9"} 1777 node_softnet_times_squeezed_total{cpu="90"} 0 node_softnet_times_squeezed_total{cpu="91"} 0 node_softnet_times_squeezed_total{cpu="92"} 0 node_softnet_times_squeezed_total{cpu="93"} 1 node_softnet_times_squeezed_total{cpu="94"} 1 node_softnet_times_squeezed_total{cpu="95"} 0 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="tsc",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="tsc",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7874689620531542e+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 3.1e-05 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000010386810303 # 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.149394 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 0 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 37 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="c008.af.uchicago.edu",release="5.14.0-687.25.1.el9_8.x86_64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Mon Jul 13 11:40:33 EDT 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 786 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.03716930553e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 6.0552004e+07 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 7.77596592177e+11 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 4.5376103962e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP node_watchdog_bootstatus Value of /sys/class/watchdog//bootstatus # TYPE node_watchdog_bootstatus gauge node_watchdog_bootstatus{name="watchdog0"} 0 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="SP5100 TCO timer",name="watchdog0",options="",pretimeout_governor="",state="inactive",status="0x0"} 1 # HELP node_watchdog_nowayout Value of /sys/class/watchdog//nowayout # TYPE node_watchdog_nowayout gauge node_watchdog_nowayout{name="watchdog0"} 0 # HELP node_watchdog_timeleft_seconds Value of /sys/class/watchdog//timeleft # TYPE node_watchdog_timeleft_seconds gauge node_watchdog_timeleft_seconds{name="watchdog0"} 600 # HELP node_watchdog_timeout_seconds Value of /sys/class/watchdog//timeout # TYPE node_watchdog_timeout_seconds gauge node_watchdog_timeout_seconds{name="watchdog0"} 60 # HELP 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="sdn"} 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="sdn"} 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="sdn"} 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="sdn"} 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="sdn"} 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="sdn"} 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="sdn"} 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="sdn"} 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="sdn"} 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="sdn"} 1.7461206e+07 # 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="sdn"} 3.010566e+07 # 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="sdn"} 1.102467673e+09 # 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="sdn"} 1.70110403e+08 # 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="sdn"} 2.9985012e+07 # 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="sdn"} 8.64522998e+08 # 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="sdn"} 1.8108402e+07 # 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="sdn"} 1.60762236e+08 # 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="sdn"} 2.1593565e+07 # 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="sdn"} 1.8065706e+07 # 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="sdn"} 9.34060073e+08 # 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="sdn"} 9.22392293e+08 # 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="sdn"} 1.5217216e+07 # 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="sdn"} 1.5204196e+07 # 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="sdn"} 1.8193197e+07 # 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="sdn"} 3.0655988e+07 # 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="sdn"} 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="sdn"} 6.562577e+06 # 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="sdn"} 1.163062e+07 # 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="sdn"} 1.1585298e+07 # 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="sdn"} 5 # 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="sdn"} 7.29703029e+08 # 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="sdn"} 45322 # 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="sdn"} 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="sdn"} 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="sdn"} 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="sdn"} 1.8042631e+07 # 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="sdn"} 1.8042631e+07 # 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="sdn"} 1.8042631e+07 # 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="sdn"} 8.39838167e+08 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 18094.9 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # 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 9.5156583106209e+13 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.88498857600019e+14 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.4016512e+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.78421186032e+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"} 30831 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"} 108741 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0