# 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.808e-06 go_gc_duration_seconds{quantile="0.25"} 1.4938e-05 go_gc_duration_seconds{quantile="0.5"} 2.0368e-05 go_gc_duration_seconds{quantile="0.75"} 3.0146e-05 go_gc_duration_seconds{quantile="1"} 7.4651e-05 go_gc_duration_seconds_sum 3.734380938 go_gc_duration_seconds_count 116679 # 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.83776e+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 3.885719688e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.314248e+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 2.718669736e+09 # 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.54964e+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.83776e+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 9.551872e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 9.633792e+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 70255 # 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 8.716288e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.9185664e+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.7796928882967553e+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 2.718739991e+09 # 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 134240 # 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 228480 # 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.0536248e+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 702264 # 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 1.769472e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.769472e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.7874568e+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 29 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cali0d14188a6e0"} 1 node_arp_entries{device="cali45bed3bb4d9"} 1 node_arp_entries{device="cali820b5c4ea42"} 1 node_arp_entries{device="cali843dd96c301"} 1 node_arp_entries{device="calib08334272e8"} 1 node_arp_entries{device="calib3fe3cb132e"} 1 node_arp_entries{device="calib98c286dcf7"} 1 node_arp_entries{device="calieca045dba4e"} 1 node_arp_entries{device="eno33np0.3604"} 142 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.779119536e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 5.9369521258e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="32",type="Processor"} 0 node_cooling_device_cur_state{name="33",type="Processor"} 0 node_cooling_device_cur_state{name="34",type="Processor"} 0 node_cooling_device_cur_state{name="35",type="Processor"} 0 node_cooling_device_cur_state{name="36",type="Processor"} 0 node_cooling_device_cur_state{name="37",type="Processor"} 0 node_cooling_device_cur_state{name="38",type="Processor"} 0 node_cooling_device_cur_state{name="39",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="40",type="Processor"} 0 node_cooling_device_cur_state{name="41",type="Processor"} 0 node_cooling_device_cur_state{name="42",type="Processor"} 0 node_cooling_device_cur_state{name="43",type="Processor"} 0 node_cooling_device_cur_state{name="44",type="Processor"} 0 node_cooling_device_cur_state{name="45",type="Processor"} 0 node_cooling_device_cur_state{name="46",type="Processor"} 0 node_cooling_device_cur_state{name="47",type="Processor"} 0 node_cooling_device_cur_state{name="48",type="Processor"} 0 node_cooling_device_cur_state{name="49",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="50",type="Processor"} 0 node_cooling_device_cur_state{name="51",type="Processor"} 0 node_cooling_device_cur_state{name="52",type="Processor"} 0 node_cooling_device_cur_state{name="53",type="Processor"} 0 node_cooling_device_cur_state{name="54",type="Processor"} 0 node_cooling_device_cur_state{name="55",type="Processor"} 0 node_cooling_device_cur_state{name="56",type="Processor"} 0 node_cooling_device_cur_state{name="57",type="Processor"} 0 node_cooling_device_cur_state{name="58",type="Processor"} 0 node_cooling_device_cur_state{name="59",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="60",type="Processor"} 0 node_cooling_device_cur_state{name="61",type="Processor"} 0 node_cooling_device_cur_state{name="62",type="Processor"} 0 node_cooling_device_cur_state{name="63",type="Processor"} 0 node_cooling_device_cur_state{name="64",type="Processor"} 0 node_cooling_device_cur_state{name="65",type="Processor"} 0 node_cooling_device_cur_state{name="66",type="Processor"} 0 node_cooling_device_cur_state{name="67",type="Processor"} 0 node_cooling_device_cur_state{name="68",type="Processor"} 0 node_cooling_device_cur_state{name="69",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="70",type="Processor"} 0 node_cooling_device_cur_state{name="71",type="Processor"} 0 node_cooling_device_cur_state{name="72",type="Processor"} 0 node_cooling_device_cur_state{name="73",type="Processor"} 0 node_cooling_device_cur_state{name="74",type="Processor"} 0 node_cooling_device_cur_state{name="75",type="Processor"} 0 node_cooling_device_cur_state{name="76",type="Processor"} 0 node_cooling_device_cur_state{name="77",type="Processor"} 0 node_cooling_device_cur_state{name="78",type="Processor"} 0 node_cooling_device_cur_state{name="79",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="80",type="Processor"} 0 node_cooling_device_cur_state{name="81",type="Processor"} 0 node_cooling_device_cur_state{name="82",type="Processor"} 0 node_cooling_device_cur_state{name="83",type="Processor"} 0 node_cooling_device_cur_state{name="84",type="Processor"} 0 node_cooling_device_cur_state{name="85",type="Processor"} 0 node_cooling_device_cur_state{name="86",type="Processor"} 0 node_cooling_device_cur_state{name="87",type="Processor"} 0 node_cooling_device_cur_state{name="88",type="Processor"} 0 node_cooling_device_cur_state{name="89",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 node_cooling_device_cur_state{name="90",type="Processor"} 0 node_cooling_device_cur_state{name="91",type="Processor"} 0 node_cooling_device_cur_state{name="92",type="Processor"} 0 node_cooling_device_cur_state{name="93",type="Processor"} 0 node_cooling_device_cur_state{name="94",type="Processor"} 0 node_cooling_device_cur_state{name="95",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 3 node_cooling_device_max_state{name="1",type="Processor"} 3 node_cooling_device_max_state{name="10",type="Processor"} 3 node_cooling_device_max_state{name="11",type="Processor"} 3 node_cooling_device_max_state{name="12",type="Processor"} 3 node_cooling_device_max_state{name="13",type="Processor"} 3 node_cooling_device_max_state{name="14",type="Processor"} 3 node_cooling_device_max_state{name="15",type="Processor"} 3 node_cooling_device_max_state{name="16",type="Processor"} 3 node_cooling_device_max_state{name="17",type="Processor"} 3 node_cooling_device_max_state{name="18",type="Processor"} 3 node_cooling_device_max_state{name="19",type="Processor"} 3 node_cooling_device_max_state{name="2",type="Processor"} 3 node_cooling_device_max_state{name="20",type="Processor"} 3 node_cooling_device_max_state{name="21",type="Processor"} 3 node_cooling_device_max_state{name="22",type="Processor"} 3 node_cooling_device_max_state{name="23",type="Processor"} 3 node_cooling_device_max_state{name="24",type="Processor"} 3 node_cooling_device_max_state{name="25",type="Processor"} 3 node_cooling_device_max_state{name="26",type="Processor"} 3 node_cooling_device_max_state{name="27",type="Processor"} 3 node_cooling_device_max_state{name="28",type="Processor"} 3 node_cooling_device_max_state{name="29",type="Processor"} 3 node_cooling_device_max_state{name="3",type="Processor"} 3 node_cooling_device_max_state{name="30",type="Processor"} 3 node_cooling_device_max_state{name="31",type="Processor"} 3 node_cooling_device_max_state{name="32",type="Processor"} 3 node_cooling_device_max_state{name="33",type="Processor"} 3 node_cooling_device_max_state{name="34",type="Processor"} 3 node_cooling_device_max_state{name="35",type="Processor"} 3 node_cooling_device_max_state{name="36",type="Processor"} 3 node_cooling_device_max_state{name="37",type="Processor"} 3 node_cooling_device_max_state{name="38",type="Processor"} 3 node_cooling_device_max_state{name="39",type="Processor"} 3 node_cooling_device_max_state{name="4",type="Processor"} 3 node_cooling_device_max_state{name="40",type="Processor"} 3 node_cooling_device_max_state{name="41",type="Processor"} 3 node_cooling_device_max_state{name="42",type="Processor"} 3 node_cooling_device_max_state{name="43",type="Processor"} 3 node_cooling_device_max_state{name="44",type="Processor"} 3 node_cooling_device_max_state{name="45",type="Processor"} 3 node_cooling_device_max_state{name="46",type="Processor"} 3 node_cooling_device_max_state{name="47",type="Processor"} 3 node_cooling_device_max_state{name="48",type="Processor"} 3 node_cooling_device_max_state{name="49",type="Processor"} 3 node_cooling_device_max_state{name="5",type="Processor"} 3 node_cooling_device_max_state{name="50",type="Processor"} 3 node_cooling_device_max_state{name="51",type="Processor"} 3 node_cooling_device_max_state{name="52",type="Processor"} 3 node_cooling_device_max_state{name="53",type="Processor"} 3 node_cooling_device_max_state{name="54",type="Processor"} 3 node_cooling_device_max_state{name="55",type="Processor"} 3 node_cooling_device_max_state{name="56",type="Processor"} 3 node_cooling_device_max_state{name="57",type="Processor"} 3 node_cooling_device_max_state{name="58",type="Processor"} 3 node_cooling_device_max_state{name="59",type="Processor"} 3 node_cooling_device_max_state{name="6",type="Processor"} 3 node_cooling_device_max_state{name="60",type="Processor"} 3 node_cooling_device_max_state{name="61",type="Processor"} 3 node_cooling_device_max_state{name="62",type="Processor"} 3 node_cooling_device_max_state{name="63",type="Processor"} 3 node_cooling_device_max_state{name="64",type="Processor"} 3 node_cooling_device_max_state{name="65",type="Processor"} 3 node_cooling_device_max_state{name="66",type="Processor"} 3 node_cooling_device_max_state{name="67",type="Processor"} 3 node_cooling_device_max_state{name="68",type="Processor"} 3 node_cooling_device_max_state{name="69",type="Processor"} 3 node_cooling_device_max_state{name="7",type="Processor"} 3 node_cooling_device_max_state{name="70",type="Processor"} 3 node_cooling_device_max_state{name="71",type="Processor"} 3 node_cooling_device_max_state{name="72",type="Processor"} 3 node_cooling_device_max_state{name="73",type="Processor"} 3 node_cooling_device_max_state{name="74",type="Processor"} 3 node_cooling_device_max_state{name="75",type="Processor"} 3 node_cooling_device_max_state{name="76",type="Processor"} 3 node_cooling_device_max_state{name="77",type="Processor"} 3 node_cooling_device_max_state{name="78",type="Processor"} 3 node_cooling_device_max_state{name="79",type="Processor"} 3 node_cooling_device_max_state{name="8",type="Processor"} 3 node_cooling_device_max_state{name="80",type="Processor"} 3 node_cooling_device_max_state{name="81",type="Processor"} 3 node_cooling_device_max_state{name="82",type="Processor"} 3 node_cooling_device_max_state{name="83",type="Processor"} 3 node_cooling_device_max_state{name="84",type="Processor"} 3 node_cooling_device_max_state{name="85",type="Processor"} 3 node_cooling_device_max_state{name="86",type="Processor"} 3 node_cooling_device_max_state{name="87",type="Processor"} 3 node_cooling_device_max_state{name="88",type="Processor"} 3 node_cooling_device_max_state{name="89",type="Processor"} 3 node_cooling_device_max_state{name="9",type="Processor"} 3 node_cooling_device_max_state{name="90",type="Processor"} 3 node_cooling_device_max_state{name="91",type="Processor"} 3 node_cooling_device_max_state{name="92",type="Processor"} 3 node_cooling_device_max_state{name="93",type="Processor"} 3 node_cooling_device_max_state{name="94",type="Processor"} 3 node_cooling_device_max_state{name="95",type="Processor"} 3 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 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.343983e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 3.343553e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 3.343187e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 3.335346e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 3.341437e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 3.342496e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 3.309297e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 3.343174e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 3.341222e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 3.342643e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 3.343708e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 1.671737e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 3.346177e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 3.344606e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 3.344495e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 3.343722e+09 node_cpu_scaling_frequency_hertz{cpu="25"} 3.340602e+09 node_cpu_scaling_frequency_hertz{cpu="26"} 3.343031e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 3.343516e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 3.343718e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 2.907214e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 3.338463e+09 node_cpu_scaling_frequency_hertz{cpu="30"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="31"} 3.343617e+09 node_cpu_scaling_frequency_hertz{cpu="32"} 3.343035e+09 node_cpu_scaling_frequency_hertz{cpu="33"} 3.342632e+09 node_cpu_scaling_frequency_hertz{cpu="34"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="35"} 3.343506e+09 node_cpu_scaling_frequency_hertz{cpu="36"} 3.343709e+09 node_cpu_scaling_frequency_hertz{cpu="37"} 3.343431e+09 node_cpu_scaling_frequency_hertz{cpu="38"} 3.342193e+09 node_cpu_scaling_frequency_hertz{cpu="39"} 3.341147e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 3.339515e+09 node_cpu_scaling_frequency_hertz{cpu="40"} 3.342658e+09 node_cpu_scaling_frequency_hertz{cpu="41"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="42"} 3.345794e+09 node_cpu_scaling_frequency_hertz{cpu="43"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="45"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 3.342841e+09 node_cpu_scaling_frequency_hertz{cpu="47"} 3.343682e+09 node_cpu_scaling_frequency_hertz{cpu="48"} 3.343271e+09 node_cpu_scaling_frequency_hertz{cpu="49"} 3.336667e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 3.343495e+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"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="53"} 3.343402e+09 node_cpu_scaling_frequency_hertz{cpu="54"} 3.341893e+09 node_cpu_scaling_frequency_hertz{cpu="55"} 3.344383e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 3.343417e+09 node_cpu_scaling_frequency_hertz{cpu="57"} 3.306978e+09 node_cpu_scaling_frequency_hertz{cpu="58"} 3.340556e+09 node_cpu_scaling_frequency_hertz{cpu="59"} 3.343442e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="60"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="61"} 3.34374e+09 node_cpu_scaling_frequency_hertz{cpu="62"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="63"} 3.343385e+09 node_cpu_scaling_frequency_hertz{cpu="64"} 3.34307e+09 node_cpu_scaling_frequency_hertz{cpu="65"} 3.3425e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 3.343568e+09 node_cpu_scaling_frequency_hertz{cpu="67"} 3.343296e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 3.334277e+09 node_cpu_scaling_frequency_hertz{cpu="69"} 3.342996e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="70"} 3.343208e+09 node_cpu_scaling_frequency_hertz{cpu="71"} 3.34319e+09 node_cpu_scaling_frequency_hertz{cpu="72"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="73"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="74"} 3.343568e+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"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="78"} 2.588693e+09 node_cpu_scaling_frequency_hertz{cpu="79"} 3.33942e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 3.340004e+09 node_cpu_scaling_frequency_hertz{cpu="80"} 3.334969e+09 node_cpu_scaling_frequency_hertz{cpu="81"} 3.335386e+09 node_cpu_scaling_frequency_hertz{cpu="82"} 3.343209e+09 node_cpu_scaling_frequency_hertz{cpu="83"} 3.343462e+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"} 3.346872e+09 node_cpu_scaling_frequency_hertz{cpu="87"} 3.333969e+09 node_cpu_scaling_frequency_hertz{cpu="88"} 3.343717e+09 node_cpu_scaling_frequency_hertz{cpu="89"} 3.321723e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 3.334392e+09 node_cpu_scaling_frequency_hertz{cpu="90"} 3.338596e+09 node_cpu_scaling_frequency_hertz{cpu="91"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="92"} 3.343989e+09 node_cpu_scaling_frequency_hertz{cpu="93"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="94"} 3.343417e+09 node_cpu_scaling_frequency_hertz{cpu="95"} 2.8e+09 # HELP node_cpu_scaling_frequency_max_hertz Maximum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_max_hertz gauge node_cpu_scaling_frequency_max_hertz{cpu="0"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="16"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="17"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="18"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="19"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="20"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="21"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="22"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="23"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="24"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="25"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="26"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="27"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="28"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="29"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="30"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="31"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="32"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="33"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="34"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="35"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="36"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="37"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="38"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="39"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="40"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="41"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="42"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="43"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="44"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="45"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="46"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="47"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="48"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="49"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="50"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="51"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="52"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="53"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="54"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="55"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="56"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="57"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="58"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="59"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="60"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="61"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="62"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="63"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="64"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="65"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="66"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="67"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="68"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="69"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="70"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="71"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="72"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="73"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="74"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="75"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="76"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="77"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="78"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="79"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="80"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="81"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="82"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="83"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="84"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="85"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="86"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="87"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="88"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="89"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="90"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="91"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="92"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="93"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="94"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="95"} 2.8e+09 # HELP node_cpu_scaling_frequency_min_hertz Minimum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_min_hertz gauge node_cpu_scaling_frequency_min_hertz{cpu="0"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="1"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="10"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="11"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="12"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="13"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="14"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="15"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="16"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="17"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="18"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="19"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="2"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="20"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="21"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="22"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="23"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="24"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="25"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="26"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="27"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="28"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="29"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="3"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="30"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="31"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="32"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="33"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="34"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="35"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="36"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="37"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="38"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="39"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="4"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="40"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="41"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="42"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="43"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="44"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="45"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="46"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="47"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="48"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="49"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="5"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="50"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="51"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="52"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="53"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="54"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="55"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="56"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="57"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="58"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="59"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="6"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="60"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="61"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="62"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="63"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="64"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="65"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="66"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="67"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="68"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="69"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="7"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="70"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="71"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="72"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="73"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="74"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="75"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="76"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="77"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="78"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="79"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="8"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="80"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="81"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="82"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="83"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="84"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="85"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="86"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="87"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="88"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="89"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="9"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="90"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="91"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="92"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="93"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="94"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="95"} 1.5e+09 # HELP node_cpu_scaling_governor Current enabled CPU frequency governor. # TYPE node_cpu_scaling_governor gauge node_cpu_scaling_governor{cpu="0",governor="conservative"} 0 node_cpu_scaling_governor{cpu="0",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="0",governor="performance"} 1 node_cpu_scaling_governor{cpu="0",governor="powersave"} 0 node_cpu_scaling_governor{cpu="0",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="0",governor="userspace"} 0 node_cpu_scaling_governor{cpu="1",governor="conservative"} 0 node_cpu_scaling_governor{cpu="1",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="1",governor="performance"} 1 node_cpu_scaling_governor{cpu="1",governor="powersave"} 0 node_cpu_scaling_governor{cpu="1",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="1",governor="userspace"} 0 node_cpu_scaling_governor{cpu="10",governor="conservative"} 0 node_cpu_scaling_governor{cpu="10",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="10",governor="performance"} 1 node_cpu_scaling_governor{cpu="10",governor="powersave"} 0 node_cpu_scaling_governor{cpu="10",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="10",governor="userspace"} 0 node_cpu_scaling_governor{cpu="11",governor="conservative"} 0 node_cpu_scaling_governor{cpu="11",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="11",governor="performance"} 1 node_cpu_scaling_governor{cpu="11",governor="powersave"} 0 node_cpu_scaling_governor{cpu="11",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="11",governor="userspace"} 0 node_cpu_scaling_governor{cpu="12",governor="conservative"} 0 node_cpu_scaling_governor{cpu="12",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="12",governor="performance"} 1 node_cpu_scaling_governor{cpu="12",governor="powersave"} 0 node_cpu_scaling_governor{cpu="12",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="12",governor="userspace"} 0 node_cpu_scaling_governor{cpu="13",governor="conservative"} 0 node_cpu_scaling_governor{cpu="13",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="13",governor="performance"} 1 node_cpu_scaling_governor{cpu="13",governor="powersave"} 0 node_cpu_scaling_governor{cpu="13",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="13",governor="userspace"} 0 node_cpu_scaling_governor{cpu="14",governor="conservative"} 0 node_cpu_scaling_governor{cpu="14",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="14",governor="performance"} 1 node_cpu_scaling_governor{cpu="14",governor="powersave"} 0 node_cpu_scaling_governor{cpu="14",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="14",governor="userspace"} 0 node_cpu_scaling_governor{cpu="15",governor="conservative"} 0 node_cpu_scaling_governor{cpu="15",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="15",governor="performance"} 1 node_cpu_scaling_governor{cpu="15",governor="powersave"} 0 node_cpu_scaling_governor{cpu="15",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="15",governor="userspace"} 0 node_cpu_scaling_governor{cpu="16",governor="conservative"} 0 node_cpu_scaling_governor{cpu="16",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="16",governor="performance"} 1 node_cpu_scaling_governor{cpu="16",governor="powersave"} 0 node_cpu_scaling_governor{cpu="16",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="16",governor="userspace"} 0 node_cpu_scaling_governor{cpu="17",governor="conservative"} 0 node_cpu_scaling_governor{cpu="17",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="17",governor="performance"} 1 node_cpu_scaling_governor{cpu="17",governor="powersave"} 0 node_cpu_scaling_governor{cpu="17",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="17",governor="userspace"} 0 node_cpu_scaling_governor{cpu="18",governor="conservative"} 0 node_cpu_scaling_governor{cpu="18",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="18",governor="performance"} 1 node_cpu_scaling_governor{cpu="18",governor="powersave"} 0 node_cpu_scaling_governor{cpu="18",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="18",governor="userspace"} 0 node_cpu_scaling_governor{cpu="19",governor="conservative"} 0 node_cpu_scaling_governor{cpu="19",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="19",governor="performance"} 1 node_cpu_scaling_governor{cpu="19",governor="powersave"} 0 node_cpu_scaling_governor{cpu="19",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="19",governor="userspace"} 0 node_cpu_scaling_governor{cpu="2",governor="conservative"} 0 node_cpu_scaling_governor{cpu="2",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="2",governor="performance"} 1 node_cpu_scaling_governor{cpu="2",governor="powersave"} 0 node_cpu_scaling_governor{cpu="2",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="2",governor="userspace"} 0 node_cpu_scaling_governor{cpu="20",governor="conservative"} 0 node_cpu_scaling_governor{cpu="20",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="20",governor="performance"} 1 node_cpu_scaling_governor{cpu="20",governor="powersave"} 0 node_cpu_scaling_governor{cpu="20",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="20",governor="userspace"} 0 node_cpu_scaling_governor{cpu="21",governor="conservative"} 0 node_cpu_scaling_governor{cpu="21",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="21",governor="performance"} 1 node_cpu_scaling_governor{cpu="21",governor="powersave"} 0 node_cpu_scaling_governor{cpu="21",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="21",governor="userspace"} 0 node_cpu_scaling_governor{cpu="22",governor="conservative"} 0 node_cpu_scaling_governor{cpu="22",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="22",governor="performance"} 1 node_cpu_scaling_governor{cpu="22",governor="powersave"} 0 node_cpu_scaling_governor{cpu="22",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="22",governor="userspace"} 0 node_cpu_scaling_governor{cpu="23",governor="conservative"} 0 node_cpu_scaling_governor{cpu="23",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="23",governor="performance"} 1 node_cpu_scaling_governor{cpu="23",governor="powersave"} 0 node_cpu_scaling_governor{cpu="23",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="23",governor="userspace"} 0 node_cpu_scaling_governor{cpu="24",governor="conservative"} 0 node_cpu_scaling_governor{cpu="24",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="24",governor="performance"} 1 node_cpu_scaling_governor{cpu="24",governor="powersave"} 0 node_cpu_scaling_governor{cpu="24",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="24",governor="userspace"} 0 node_cpu_scaling_governor{cpu="25",governor="conservative"} 0 node_cpu_scaling_governor{cpu="25",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="25",governor="performance"} 1 node_cpu_scaling_governor{cpu="25",governor="powersave"} 0 node_cpu_scaling_governor{cpu="25",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="25",governor="userspace"} 0 node_cpu_scaling_governor{cpu="26",governor="conservative"} 0 node_cpu_scaling_governor{cpu="26",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="26",governor="performance"} 1 node_cpu_scaling_governor{cpu="26",governor="powersave"} 0 node_cpu_scaling_governor{cpu="26",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="26",governor="userspace"} 0 node_cpu_scaling_governor{cpu="27",governor="conservative"} 0 node_cpu_scaling_governor{cpu="27",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="27",governor="performance"} 1 node_cpu_scaling_governor{cpu="27",governor="powersave"} 0 node_cpu_scaling_governor{cpu="27",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="27",governor="userspace"} 0 node_cpu_scaling_governor{cpu="28",governor="conservative"} 0 node_cpu_scaling_governor{cpu="28",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="28",governor="performance"} 1 node_cpu_scaling_governor{cpu="28",governor="powersave"} 0 node_cpu_scaling_governor{cpu="28",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="28",governor="userspace"} 0 node_cpu_scaling_governor{cpu="29",governor="conservative"} 0 node_cpu_scaling_governor{cpu="29",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="29",governor="performance"} 1 node_cpu_scaling_governor{cpu="29",governor="powersave"} 0 node_cpu_scaling_governor{cpu="29",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="29",governor="userspace"} 0 node_cpu_scaling_governor{cpu="3",governor="conservative"} 0 node_cpu_scaling_governor{cpu="3",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="3",governor="performance"} 1 node_cpu_scaling_governor{cpu="3",governor="powersave"} 0 node_cpu_scaling_governor{cpu="3",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="3",governor="userspace"} 0 node_cpu_scaling_governor{cpu="30",governor="conservative"} 0 node_cpu_scaling_governor{cpu="30",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="30",governor="performance"} 1 node_cpu_scaling_governor{cpu="30",governor="powersave"} 0 node_cpu_scaling_governor{cpu="30",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="30",governor="userspace"} 0 node_cpu_scaling_governor{cpu="31",governor="conservative"} 0 node_cpu_scaling_governor{cpu="31",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="31",governor="performance"} 1 node_cpu_scaling_governor{cpu="31",governor="powersave"} 0 node_cpu_scaling_governor{cpu="31",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="31",governor="userspace"} 0 node_cpu_scaling_governor{cpu="32",governor="conservative"} 0 node_cpu_scaling_governor{cpu="32",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="32",governor="performance"} 1 node_cpu_scaling_governor{cpu="32",governor="powersave"} 0 node_cpu_scaling_governor{cpu="32",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="32",governor="userspace"} 0 node_cpu_scaling_governor{cpu="33",governor="conservative"} 0 node_cpu_scaling_governor{cpu="33",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="33",governor="performance"} 1 node_cpu_scaling_governor{cpu="33",governor="powersave"} 0 node_cpu_scaling_governor{cpu="33",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="33",governor="userspace"} 0 node_cpu_scaling_governor{cpu="34",governor="conservative"} 0 node_cpu_scaling_governor{cpu="34",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="34",governor="performance"} 1 node_cpu_scaling_governor{cpu="34",governor="powersave"} 0 node_cpu_scaling_governor{cpu="34",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="34",governor="userspace"} 0 node_cpu_scaling_governor{cpu="35",governor="conservative"} 0 node_cpu_scaling_governor{cpu="35",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="35",governor="performance"} 1 node_cpu_scaling_governor{cpu="35",governor="powersave"} 0 node_cpu_scaling_governor{cpu="35",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="35",governor="userspace"} 0 node_cpu_scaling_governor{cpu="36",governor="conservative"} 0 node_cpu_scaling_governor{cpu="36",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="36",governor="performance"} 1 node_cpu_scaling_governor{cpu="36",governor="powersave"} 0 node_cpu_scaling_governor{cpu="36",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="36",governor="userspace"} 0 node_cpu_scaling_governor{cpu="37",governor="conservative"} 0 node_cpu_scaling_governor{cpu="37",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="37",governor="performance"} 1 node_cpu_scaling_governor{cpu="37",governor="powersave"} 0 node_cpu_scaling_governor{cpu="37",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="37",governor="userspace"} 0 node_cpu_scaling_governor{cpu="38",governor="conservative"} 0 node_cpu_scaling_governor{cpu="38",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="38",governor="performance"} 1 node_cpu_scaling_governor{cpu="38",governor="powersave"} 0 node_cpu_scaling_governor{cpu="38",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="38",governor="userspace"} 0 node_cpu_scaling_governor{cpu="39",governor="conservative"} 0 node_cpu_scaling_governor{cpu="39",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="39",governor="performance"} 1 node_cpu_scaling_governor{cpu="39",governor="powersave"} 0 node_cpu_scaling_governor{cpu="39",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="39",governor="userspace"} 0 node_cpu_scaling_governor{cpu="4",governor="conservative"} 0 node_cpu_scaling_governor{cpu="4",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="4",governor="performance"} 1 node_cpu_scaling_governor{cpu="4",governor="powersave"} 0 node_cpu_scaling_governor{cpu="4",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="4",governor="userspace"} 0 node_cpu_scaling_governor{cpu="40",governor="conservative"} 0 node_cpu_scaling_governor{cpu="40",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="40",governor="performance"} 1 node_cpu_scaling_governor{cpu="40",governor="powersave"} 0 node_cpu_scaling_governor{cpu="40",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="40",governor="userspace"} 0 node_cpu_scaling_governor{cpu="41",governor="conservative"} 0 node_cpu_scaling_governor{cpu="41",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="41",governor="performance"} 1 node_cpu_scaling_governor{cpu="41",governor="powersave"} 0 node_cpu_scaling_governor{cpu="41",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="41",governor="userspace"} 0 node_cpu_scaling_governor{cpu="42",governor="conservative"} 0 node_cpu_scaling_governor{cpu="42",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="42",governor="performance"} 1 node_cpu_scaling_governor{cpu="42",governor="powersave"} 0 node_cpu_scaling_governor{cpu="42",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="42",governor="userspace"} 0 node_cpu_scaling_governor{cpu="43",governor="conservative"} 0 node_cpu_scaling_governor{cpu="43",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="43",governor="performance"} 1 node_cpu_scaling_governor{cpu="43",governor="powersave"} 0 node_cpu_scaling_governor{cpu="43",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="43",governor="userspace"} 0 node_cpu_scaling_governor{cpu="44",governor="conservative"} 0 node_cpu_scaling_governor{cpu="44",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="44",governor="performance"} 1 node_cpu_scaling_governor{cpu="44",governor="powersave"} 0 node_cpu_scaling_governor{cpu="44",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="44",governor="userspace"} 0 node_cpu_scaling_governor{cpu="45",governor="conservative"} 0 node_cpu_scaling_governor{cpu="45",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="45",governor="performance"} 1 node_cpu_scaling_governor{cpu="45",governor="powersave"} 0 node_cpu_scaling_governor{cpu="45",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="45",governor="userspace"} 0 node_cpu_scaling_governor{cpu="46",governor="conservative"} 0 node_cpu_scaling_governor{cpu="46",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="46",governor="performance"} 1 node_cpu_scaling_governor{cpu="46",governor="powersave"} 0 node_cpu_scaling_governor{cpu="46",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="46",governor="userspace"} 0 node_cpu_scaling_governor{cpu="47",governor="conservative"} 0 node_cpu_scaling_governor{cpu="47",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="47",governor="performance"} 1 node_cpu_scaling_governor{cpu="47",governor="powersave"} 0 node_cpu_scaling_governor{cpu="47",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="47",governor="userspace"} 0 node_cpu_scaling_governor{cpu="48",governor="conservative"} 0 node_cpu_scaling_governor{cpu="48",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="48",governor="performance"} 1 node_cpu_scaling_governor{cpu="48",governor="powersave"} 0 node_cpu_scaling_governor{cpu="48",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="48",governor="userspace"} 0 node_cpu_scaling_governor{cpu="49",governor="conservative"} 0 node_cpu_scaling_governor{cpu="49",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="49",governor="performance"} 1 node_cpu_scaling_governor{cpu="49",governor="powersave"} 0 node_cpu_scaling_governor{cpu="49",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="49",governor="userspace"} 0 node_cpu_scaling_governor{cpu="5",governor="conservative"} 0 node_cpu_scaling_governor{cpu="5",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="5",governor="performance"} 1 node_cpu_scaling_governor{cpu="5",governor="powersave"} 0 node_cpu_scaling_governor{cpu="5",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="5",governor="userspace"} 0 node_cpu_scaling_governor{cpu="50",governor="conservative"} 0 node_cpu_scaling_governor{cpu="50",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="50",governor="performance"} 1 node_cpu_scaling_governor{cpu="50",governor="powersave"} 0 node_cpu_scaling_governor{cpu="50",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="50",governor="userspace"} 0 node_cpu_scaling_governor{cpu="51",governor="conservative"} 0 node_cpu_scaling_governor{cpu="51",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="51",governor="performance"} 1 node_cpu_scaling_governor{cpu="51",governor="powersave"} 0 node_cpu_scaling_governor{cpu="51",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="51",governor="userspace"} 0 node_cpu_scaling_governor{cpu="52",governor="conservative"} 0 node_cpu_scaling_governor{cpu="52",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="52",governor="performance"} 1 node_cpu_scaling_governor{cpu="52",governor="powersave"} 0 node_cpu_scaling_governor{cpu="52",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="52",governor="userspace"} 0 node_cpu_scaling_governor{cpu="53",governor="conservative"} 0 node_cpu_scaling_governor{cpu="53",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="53",governor="performance"} 1 node_cpu_scaling_governor{cpu="53",governor="powersave"} 0 node_cpu_scaling_governor{cpu="53",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="53",governor="userspace"} 0 node_cpu_scaling_governor{cpu="54",governor="conservative"} 0 node_cpu_scaling_governor{cpu="54",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="54",governor="performance"} 1 node_cpu_scaling_governor{cpu="54",governor="powersave"} 0 node_cpu_scaling_governor{cpu="54",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="54",governor="userspace"} 0 node_cpu_scaling_governor{cpu="55",governor="conservative"} 0 node_cpu_scaling_governor{cpu="55",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="55",governor="performance"} 1 node_cpu_scaling_governor{cpu="55",governor="powersave"} 0 node_cpu_scaling_governor{cpu="55",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="55",governor="userspace"} 0 node_cpu_scaling_governor{cpu="56",governor="conservative"} 0 node_cpu_scaling_governor{cpu="56",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="56",governor="performance"} 1 node_cpu_scaling_governor{cpu="56",governor="powersave"} 0 node_cpu_scaling_governor{cpu="56",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="56",governor="userspace"} 0 node_cpu_scaling_governor{cpu="57",governor="conservative"} 0 node_cpu_scaling_governor{cpu="57",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="57",governor="performance"} 1 node_cpu_scaling_governor{cpu="57",governor="powersave"} 0 node_cpu_scaling_governor{cpu="57",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="57",governor="userspace"} 0 node_cpu_scaling_governor{cpu="58",governor="conservative"} 0 node_cpu_scaling_governor{cpu="58",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="58",governor="performance"} 1 node_cpu_scaling_governor{cpu="58",governor="powersave"} 0 node_cpu_scaling_governor{cpu="58",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="58",governor="userspace"} 0 node_cpu_scaling_governor{cpu="59",governor="conservative"} 0 node_cpu_scaling_governor{cpu="59",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="59",governor="performance"} 1 node_cpu_scaling_governor{cpu="59",governor="powersave"} 0 node_cpu_scaling_governor{cpu="59",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="59",governor="userspace"} 0 node_cpu_scaling_governor{cpu="6",governor="conservative"} 0 node_cpu_scaling_governor{cpu="6",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="6",governor="performance"} 1 node_cpu_scaling_governor{cpu="6",governor="powersave"} 0 node_cpu_scaling_governor{cpu="6",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="6",governor="userspace"} 0 node_cpu_scaling_governor{cpu="60",governor="conservative"} 0 node_cpu_scaling_governor{cpu="60",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="60",governor="performance"} 1 node_cpu_scaling_governor{cpu="60",governor="powersave"} 0 node_cpu_scaling_governor{cpu="60",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="60",governor="userspace"} 0 node_cpu_scaling_governor{cpu="61",governor="conservative"} 0 node_cpu_scaling_governor{cpu="61",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="61",governor="performance"} 1 node_cpu_scaling_governor{cpu="61",governor="powersave"} 0 node_cpu_scaling_governor{cpu="61",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="61",governor="userspace"} 0 node_cpu_scaling_governor{cpu="62",governor="conservative"} 0 node_cpu_scaling_governor{cpu="62",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="62",governor="performance"} 1 node_cpu_scaling_governor{cpu="62",governor="powersave"} 0 node_cpu_scaling_governor{cpu="62",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="62",governor="userspace"} 0 node_cpu_scaling_governor{cpu="63",governor="conservative"} 0 node_cpu_scaling_governor{cpu="63",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="63",governor="performance"} 1 node_cpu_scaling_governor{cpu="63",governor="powersave"} 0 node_cpu_scaling_governor{cpu="63",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="63",governor="userspace"} 0 node_cpu_scaling_governor{cpu="64",governor="conservative"} 0 node_cpu_scaling_governor{cpu="64",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="64",governor="performance"} 1 node_cpu_scaling_governor{cpu="64",governor="powersave"} 0 node_cpu_scaling_governor{cpu="64",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="64",governor="userspace"} 0 node_cpu_scaling_governor{cpu="65",governor="conservative"} 0 node_cpu_scaling_governor{cpu="65",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="65",governor="performance"} 1 node_cpu_scaling_governor{cpu="65",governor="powersave"} 0 node_cpu_scaling_governor{cpu="65",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="65",governor="userspace"} 0 node_cpu_scaling_governor{cpu="66",governor="conservative"} 0 node_cpu_scaling_governor{cpu="66",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="66",governor="performance"} 1 node_cpu_scaling_governor{cpu="66",governor="powersave"} 0 node_cpu_scaling_governor{cpu="66",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="66",governor="userspace"} 0 node_cpu_scaling_governor{cpu="67",governor="conservative"} 0 node_cpu_scaling_governor{cpu="67",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="67",governor="performance"} 1 node_cpu_scaling_governor{cpu="67",governor="powersave"} 0 node_cpu_scaling_governor{cpu="67",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="67",governor="userspace"} 0 node_cpu_scaling_governor{cpu="68",governor="conservative"} 0 node_cpu_scaling_governor{cpu="68",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="68",governor="performance"} 1 node_cpu_scaling_governor{cpu="68",governor="powersave"} 0 node_cpu_scaling_governor{cpu="68",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="68",governor="userspace"} 0 node_cpu_scaling_governor{cpu="69",governor="conservative"} 0 node_cpu_scaling_governor{cpu="69",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="69",governor="performance"} 1 node_cpu_scaling_governor{cpu="69",governor="powersave"} 0 node_cpu_scaling_governor{cpu="69",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="69",governor="userspace"} 0 node_cpu_scaling_governor{cpu="7",governor="conservative"} 0 node_cpu_scaling_governor{cpu="7",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="7",governor="performance"} 1 node_cpu_scaling_governor{cpu="7",governor="powersave"} 0 node_cpu_scaling_governor{cpu="7",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="7",governor="userspace"} 0 node_cpu_scaling_governor{cpu="70",governor="conservative"} 0 node_cpu_scaling_governor{cpu="70",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="70",governor="performance"} 1 node_cpu_scaling_governor{cpu="70",governor="powersave"} 0 node_cpu_scaling_governor{cpu="70",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="70",governor="userspace"} 0 node_cpu_scaling_governor{cpu="71",governor="conservative"} 0 node_cpu_scaling_governor{cpu="71",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="71",governor="performance"} 1 node_cpu_scaling_governor{cpu="71",governor="powersave"} 0 node_cpu_scaling_governor{cpu="71",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="71",governor="userspace"} 0 node_cpu_scaling_governor{cpu="72",governor="conservative"} 0 node_cpu_scaling_governor{cpu="72",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="72",governor="performance"} 1 node_cpu_scaling_governor{cpu="72",governor="powersave"} 0 node_cpu_scaling_governor{cpu="72",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="72",governor="userspace"} 0 node_cpu_scaling_governor{cpu="73",governor="conservative"} 0 node_cpu_scaling_governor{cpu="73",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="73",governor="performance"} 1 node_cpu_scaling_governor{cpu="73",governor="powersave"} 0 node_cpu_scaling_governor{cpu="73",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="73",governor="userspace"} 0 node_cpu_scaling_governor{cpu="74",governor="conservative"} 0 node_cpu_scaling_governor{cpu="74",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="74",governor="performance"} 1 node_cpu_scaling_governor{cpu="74",governor="powersave"} 0 node_cpu_scaling_governor{cpu="74",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="74",governor="userspace"} 0 node_cpu_scaling_governor{cpu="75",governor="conservative"} 0 node_cpu_scaling_governor{cpu="75",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="75",governor="performance"} 1 node_cpu_scaling_governor{cpu="75",governor="powersave"} 0 node_cpu_scaling_governor{cpu="75",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="75",governor="userspace"} 0 node_cpu_scaling_governor{cpu="76",governor="conservative"} 0 node_cpu_scaling_governor{cpu="76",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="76",governor="performance"} 1 node_cpu_scaling_governor{cpu="76",governor="powersave"} 0 node_cpu_scaling_governor{cpu="76",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="76",governor="userspace"} 0 node_cpu_scaling_governor{cpu="77",governor="conservative"} 0 node_cpu_scaling_governor{cpu="77",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="77",governor="performance"} 1 node_cpu_scaling_governor{cpu="77",governor="powersave"} 0 node_cpu_scaling_governor{cpu="77",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="77",governor="userspace"} 0 node_cpu_scaling_governor{cpu="78",governor="conservative"} 0 node_cpu_scaling_governor{cpu="78",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="78",governor="performance"} 1 node_cpu_scaling_governor{cpu="78",governor="powersave"} 0 node_cpu_scaling_governor{cpu="78",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="78",governor="userspace"} 0 node_cpu_scaling_governor{cpu="79",governor="conservative"} 0 node_cpu_scaling_governor{cpu="79",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="79",governor="performance"} 1 node_cpu_scaling_governor{cpu="79",governor="powersave"} 0 node_cpu_scaling_governor{cpu="79",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="79",governor="userspace"} 0 node_cpu_scaling_governor{cpu="8",governor="conservative"} 0 node_cpu_scaling_governor{cpu="8",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="8",governor="performance"} 1 node_cpu_scaling_governor{cpu="8",governor="powersave"} 0 node_cpu_scaling_governor{cpu="8",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="8",governor="userspace"} 0 node_cpu_scaling_governor{cpu="80",governor="conservative"} 0 node_cpu_scaling_governor{cpu="80",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="80",governor="performance"} 1 node_cpu_scaling_governor{cpu="80",governor="powersave"} 0 node_cpu_scaling_governor{cpu="80",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="80",governor="userspace"} 0 node_cpu_scaling_governor{cpu="81",governor="conservative"} 0 node_cpu_scaling_governor{cpu="81",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="81",governor="performance"} 1 node_cpu_scaling_governor{cpu="81",governor="powersave"} 0 node_cpu_scaling_governor{cpu="81",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="81",governor="userspace"} 0 node_cpu_scaling_governor{cpu="82",governor="conservative"} 0 node_cpu_scaling_governor{cpu="82",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="82",governor="performance"} 1 node_cpu_scaling_governor{cpu="82",governor="powersave"} 0 node_cpu_scaling_governor{cpu="82",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="82",governor="userspace"} 0 node_cpu_scaling_governor{cpu="83",governor="conservative"} 0 node_cpu_scaling_governor{cpu="83",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="83",governor="performance"} 1 node_cpu_scaling_governor{cpu="83",governor="powersave"} 0 node_cpu_scaling_governor{cpu="83",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="83",governor="userspace"} 0 node_cpu_scaling_governor{cpu="84",governor="conservative"} 0 node_cpu_scaling_governor{cpu="84",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="84",governor="performance"} 1 node_cpu_scaling_governor{cpu="84",governor="powersave"} 0 node_cpu_scaling_governor{cpu="84",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="84",governor="userspace"} 0 node_cpu_scaling_governor{cpu="85",governor="conservative"} 0 node_cpu_scaling_governor{cpu="85",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="85",governor="performance"} 1 node_cpu_scaling_governor{cpu="85",governor="powersave"} 0 node_cpu_scaling_governor{cpu="85",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="85",governor="userspace"} 0 node_cpu_scaling_governor{cpu="86",governor="conservative"} 0 node_cpu_scaling_governor{cpu="86",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="86",governor="performance"} 1 node_cpu_scaling_governor{cpu="86",governor="powersave"} 0 node_cpu_scaling_governor{cpu="86",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="86",governor="userspace"} 0 node_cpu_scaling_governor{cpu="87",governor="conservative"} 0 node_cpu_scaling_governor{cpu="87",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="87",governor="performance"} 1 node_cpu_scaling_governor{cpu="87",governor="powersave"} 0 node_cpu_scaling_governor{cpu="87",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="87",governor="userspace"} 0 node_cpu_scaling_governor{cpu="88",governor="conservative"} 0 node_cpu_scaling_governor{cpu="88",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="88",governor="performance"} 1 node_cpu_scaling_governor{cpu="88",governor="powersave"} 0 node_cpu_scaling_governor{cpu="88",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="88",governor="userspace"} 0 node_cpu_scaling_governor{cpu="89",governor="conservative"} 0 node_cpu_scaling_governor{cpu="89",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="89",governor="performance"} 1 node_cpu_scaling_governor{cpu="89",governor="powersave"} 0 node_cpu_scaling_governor{cpu="89",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="89",governor="userspace"} 0 node_cpu_scaling_governor{cpu="9",governor="conservative"} 0 node_cpu_scaling_governor{cpu="9",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="9",governor="performance"} 1 node_cpu_scaling_governor{cpu="9",governor="powersave"} 0 node_cpu_scaling_governor{cpu="9",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="9",governor="userspace"} 0 node_cpu_scaling_governor{cpu="90",governor="conservative"} 0 node_cpu_scaling_governor{cpu="90",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="90",governor="performance"} 1 node_cpu_scaling_governor{cpu="90",governor="powersave"} 0 node_cpu_scaling_governor{cpu="90",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="90",governor="userspace"} 0 node_cpu_scaling_governor{cpu="91",governor="conservative"} 0 node_cpu_scaling_governor{cpu="91",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="91",governor="performance"} 1 node_cpu_scaling_governor{cpu="91",governor="powersave"} 0 node_cpu_scaling_governor{cpu="91",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="91",governor="userspace"} 0 node_cpu_scaling_governor{cpu="92",governor="conservative"} 0 node_cpu_scaling_governor{cpu="92",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="92",governor="performance"} 1 node_cpu_scaling_governor{cpu="92",governor="powersave"} 0 node_cpu_scaling_governor{cpu="92",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="92",governor="userspace"} 0 node_cpu_scaling_governor{cpu="93",governor="conservative"} 0 node_cpu_scaling_governor{cpu="93",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="93",governor="performance"} 1 node_cpu_scaling_governor{cpu="93",governor="powersave"} 0 node_cpu_scaling_governor{cpu="93",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="93",governor="userspace"} 0 node_cpu_scaling_governor{cpu="94",governor="conservative"} 0 node_cpu_scaling_governor{cpu="94",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="94",governor="performance"} 1 node_cpu_scaling_governor{cpu="94",governor="powersave"} 0 node_cpu_scaling_governor{cpu="94",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="94",governor="userspace"} 0 node_cpu_scaling_governor{cpu="95",governor="conservative"} 0 node_cpu_scaling_governor{cpu="95",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="95",governor="performance"} 1 node_cpu_scaling_governor{cpu="95",governor="powersave"} 0 node_cpu_scaling_governor{cpu="95",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="95",governor="userspace"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 464765.04 node_cpu_seconds_total{cpu="0",mode="iowait"} 5150.62 node_cpu_seconds_total{cpu="0",mode="irq"} 1705.21 node_cpu_seconds_total{cpu="0",mode="nice"} 17029.3 node_cpu_seconds_total{cpu="0",mode="softirq"} 71278.31 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 6629.03 node_cpu_seconds_total{cpu="0",mode="user"} 4366.42 node_cpu_seconds_total{cpu="1",mode="idle"} 490121.54 node_cpu_seconds_total{cpu="1",mode="iowait"} 10697.39 node_cpu_seconds_total{cpu="1",mode="irq"} 1574.81 node_cpu_seconds_total{cpu="1",mode="nice"} 40624.46 node_cpu_seconds_total{cpu="1",mode="softirq"} 8843.18 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 10247.26 node_cpu_seconds_total{cpu="1",mode="user"} 8202.52 node_cpu_seconds_total{cpu="10",mode="idle"} 469606.44 node_cpu_seconds_total{cpu="10",mode="iowait"} 11552.54 node_cpu_seconds_total{cpu="10",mode="irq"} 1950.33 node_cpu_seconds_total{cpu="10",mode="nice"} 63907.12 node_cpu_seconds_total{cpu="10",mode="softirq"} 688.03 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 13530.25 node_cpu_seconds_total{cpu="10",mode="user"} 9135.94 node_cpu_seconds_total{cpu="11",mode="idle"} 469622.26 node_cpu_seconds_total{cpu="11",mode="iowait"} 11465.31 node_cpu_seconds_total{cpu="11",mode="irq"} 1950.21 node_cpu_seconds_total{cpu="11",mode="nice"} 63923.2 node_cpu_seconds_total{cpu="11",mode="softirq"} 656.05 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 13278.74 node_cpu_seconds_total{cpu="11",mode="user"} 9225.58 node_cpu_seconds_total{cpu="12",mode="idle"} 422176.61 node_cpu_seconds_total{cpu="12",mode="iowait"} 14163.91 node_cpu_seconds_total{cpu="12",mode="irq"} 2147.55 node_cpu_seconds_total{cpu="12",mode="nice"} 110964.31 node_cpu_seconds_total{cpu="12",mode="softirq"} 616.86 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 12606.03 node_cpu_seconds_total{cpu="12",mode="user"} 7695.46 node_cpu_seconds_total{cpu="13",mode="idle"} 488969.06 node_cpu_seconds_total{cpu="13",mode="iowait"} 5881.56 node_cpu_seconds_total{cpu="13",mode="irq"} 2633.03 node_cpu_seconds_total{cpu="13",mode="nice"} 33752.84 node_cpu_seconds_total{cpu="13",mode="softirq"} 15010.36 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 15597.32 node_cpu_seconds_total{cpu="13",mode="user"} 8450.97 node_cpu_seconds_total{cpu="14",mode="idle"} 465719.76 node_cpu_seconds_total{cpu="14",mode="iowait"} 13132.83 node_cpu_seconds_total{cpu="14",mode="irq"} 1909.93 node_cpu_seconds_total{cpu="14",mode="nice"} 68654.12 node_cpu_seconds_total{cpu="14",mode="softirq"} 545.73 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 12230.99 node_cpu_seconds_total{cpu="14",mode="user"} 8264.36 node_cpu_seconds_total{cpu="15",mode="idle"} 430367.35 node_cpu_seconds_total{cpu="15",mode="iowait"} 11940.13 node_cpu_seconds_total{cpu="15",mode="irq"} 2216.55 node_cpu_seconds_total{cpu="15",mode="nice"} 101440.96 node_cpu_seconds_total{cpu="15",mode="softirq"} 871.89 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 14559.68 node_cpu_seconds_total{cpu="15",mode="user"} 9130.44 node_cpu_seconds_total{cpu="16",mode="idle"} 472677.21 node_cpu_seconds_total{cpu="16",mode="iowait"} 11686.81 node_cpu_seconds_total{cpu="16",mode="irq"} 1947.74 node_cpu_seconds_total{cpu="16",mode="nice"} 62350.43 node_cpu_seconds_total{cpu="16",mode="softirq"} 640.89 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 12166.83 node_cpu_seconds_total{cpu="16",mode="user"} 9124.39 node_cpu_seconds_total{cpu="17",mode="idle"} 481662.73 node_cpu_seconds_total{cpu="17",mode="iowait"} 5966.63 node_cpu_seconds_total{cpu="17",mode="irq"} 2654.98 node_cpu_seconds_total{cpu="17",mode="nice"} 43013.45 node_cpu_seconds_total{cpu="17",mode="softirq"} 12068.22 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 15678.53 node_cpu_seconds_total{cpu="17",mode="user"} 9146.99 node_cpu_seconds_total{cpu="18",mode="idle"} 425297.85 node_cpu_seconds_total{cpu="18",mode="iowait"} 15127.3 node_cpu_seconds_total{cpu="18",mode="irq"} 2146.58 node_cpu_seconds_total{cpu="18",mode="nice"} 106642.97 node_cpu_seconds_total{cpu="18",mode="softirq"} 554.77 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 12660.15 node_cpu_seconds_total{cpu="18",mode="user"} 7837.89 node_cpu_seconds_total{cpu="19",mode="idle"} 480902.94 node_cpu_seconds_total{cpu="19",mode="iowait"} 14876.92 node_cpu_seconds_total{cpu="19",mode="irq"} 2114.33 node_cpu_seconds_total{cpu="19",mode="nice"} 46129.6 node_cpu_seconds_total{cpu="19",mode="softirq"} 4966.35 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 12311.45 node_cpu_seconds_total{cpu="19",mode="user"} 8934.67 node_cpu_seconds_total{cpu="2",mode="idle"} 496876.39 node_cpu_seconds_total{cpu="2",mode="iowait"} 10877.26 node_cpu_seconds_total{cpu="2",mode="irq"} 1543.35 node_cpu_seconds_total{cpu="2",mode="nice"} 38655.97 node_cpu_seconds_total{cpu="2",mode="softirq"} 2677.52 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 10772.12 node_cpu_seconds_total{cpu="2",mode="user"} 8757.98 node_cpu_seconds_total{cpu="20",mode="idle"} 459661.97 node_cpu_seconds_total{cpu="20",mode="iowait"} 15005.97 node_cpu_seconds_total{cpu="20",mode="irq"} 1964.83 node_cpu_seconds_total{cpu="20",mode="nice"} 73182.27 node_cpu_seconds_total{cpu="20",mode="softirq"} 502.53 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 11608.08 node_cpu_seconds_total{cpu="20",mode="user"} 8448.48 node_cpu_seconds_total{cpu="21",mode="idle"} 435741.62 node_cpu_seconds_total{cpu="21",mode="iowait"} 12581.44 node_cpu_seconds_total{cpu="21",mode="irq"} 2146.03 node_cpu_seconds_total{cpu="21",mode="nice"} 98216.9 node_cpu_seconds_total{cpu="21",mode="softirq"} 700.56 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 12719.29 node_cpu_seconds_total{cpu="21",mode="user"} 8349.03 node_cpu_seconds_total{cpu="22",mode="idle"} 458852.91 node_cpu_seconds_total{cpu="22",mode="iowait"} 14954.69 node_cpu_seconds_total{cpu="22",mode="irq"} 1976.87 node_cpu_seconds_total{cpu="22",mode="nice"} 72455.48 node_cpu_seconds_total{cpu="22",mode="softirq"} 569.75 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 12324.26 node_cpu_seconds_total{cpu="22",mode="user"} 8900.06 node_cpu_seconds_total{cpu="23",mode="idle"} 470922.97 node_cpu_seconds_total{cpu="23",mode="iowait"} 14480.55 node_cpu_seconds_total{cpu="23",mode="irq"} 1879.61 node_cpu_seconds_total{cpu="23",mode="nice"} 62988.89 node_cpu_seconds_total{cpu="23",mode="softirq"} 519.38 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 11168.82 node_cpu_seconds_total{cpu="23",mode="user"} 8368.42 node_cpu_seconds_total{cpu="24",mode="idle"} 418490.32 node_cpu_seconds_total{cpu="24",mode="iowait"} 10260.77 node_cpu_seconds_total{cpu="24",mode="irq"} 1956.74 node_cpu_seconds_total{cpu="24",mode="nice"} 119389.72 node_cpu_seconds_total{cpu="24",mode="softirq"} 396.04 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 10285.34 node_cpu_seconds_total{cpu="24",mode="user"} 10446.19 node_cpu_seconds_total{cpu="25",mode="idle"} 472504.41 node_cpu_seconds_total{cpu="25",mode="iowait"} 10164.19 node_cpu_seconds_total{cpu="25",mode="irq"} 1565.22 node_cpu_seconds_total{cpu="25",mode="nice"} 67306.31 node_cpu_seconds_total{cpu="25",mode="softirq"} 348.66 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 8676.85 node_cpu_seconds_total{cpu="25",mode="user"} 10599.17 node_cpu_seconds_total{cpu="26",mode="idle"} 474432.47 node_cpu_seconds_total{cpu="26",mode="iowait"} 9081.98 node_cpu_seconds_total{cpu="26",mode="irq"} 1521.07 node_cpu_seconds_total{cpu="26",mode="nice"} 68019.08 node_cpu_seconds_total{cpu="26",mode="softirq"} 329.71 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 8087.91 node_cpu_seconds_total{cpu="26",mode="user"} 9753.71 node_cpu_seconds_total{cpu="27",mode="idle"} 432846.29 node_cpu_seconds_total{cpu="27",mode="iowait"} 10160.21 node_cpu_seconds_total{cpu="27",mode="irq"} 1675.19 node_cpu_seconds_total{cpu="27",mode="nice"} 110404.58 node_cpu_seconds_total{cpu="27",mode="softirq"} 344.52 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 8570.29 node_cpu_seconds_total{cpu="27",mode="user"} 7299.58 node_cpu_seconds_total{cpu="28",mode="idle"} 475094.95 node_cpu_seconds_total{cpu="28",mode="iowait"} 11124.23 node_cpu_seconds_total{cpu="28",mode="irq"} 1359.04 node_cpu_seconds_total{cpu="28",mode="nice"} 68567.76 node_cpu_seconds_total{cpu="28",mode="softirq"} 277.88 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 7345.24 node_cpu_seconds_total{cpu="28",mode="user"} 7512.38 node_cpu_seconds_total{cpu="29",mode="idle"} 478687.06 node_cpu_seconds_total{cpu="29",mode="iowait"} 9457.01 node_cpu_seconds_total{cpu="29",mode="irq"} 1376.99 node_cpu_seconds_total{cpu="29",mode="nice"} 66482.41 node_cpu_seconds_total{cpu="29",mode="softirq"} 290.8 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 7557.38 node_cpu_seconds_total{cpu="29",mode="user"} 7432.36 node_cpu_seconds_total{cpu="3",mode="idle"} 411872.8 node_cpu_seconds_total{cpu="3",mode="iowait"} 12767.59 node_cpu_seconds_total{cpu="3",mode="irq"} 2268.52 node_cpu_seconds_total{cpu="3",mode="nice"} 120819.93 node_cpu_seconds_total{cpu="3",mode="softirq"} 2208.19 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 12657.07 node_cpu_seconds_total{cpu="3",mode="user"} 7859.57 node_cpu_seconds_total{cpu="30",mode="idle"} 431904.7 node_cpu_seconds_total{cpu="30",mode="iowait"} 10338.94 node_cpu_seconds_total{cpu="30",mode="irq"} 1672.33 node_cpu_seconds_total{cpu="30",mode="nice"} 111992.12 node_cpu_seconds_total{cpu="30",mode="softirq"} 305.2 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 8170.07 node_cpu_seconds_total{cpu="30",mode="user"} 6985.23 node_cpu_seconds_total{cpu="31",mode="idle"} 474746.85 node_cpu_seconds_total{cpu="31",mode="iowait"} 10503.2 node_cpu_seconds_total{cpu="31",mode="irq"} 1357.45 node_cpu_seconds_total{cpu="31",mode="nice"} 69639 node_cpu_seconds_total{cpu="31",mode="softirq"} 273.29 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 7328.92 node_cpu_seconds_total{cpu="31",mode="user"} 7489.74 node_cpu_seconds_total{cpu="32",mode="idle"} 475430.88 node_cpu_seconds_total{cpu="32",mode="iowait"} 8894.45 node_cpu_seconds_total{cpu="32",mode="irq"} 1399.58 node_cpu_seconds_total{cpu="32",mode="nice"} 71362.95 node_cpu_seconds_total{cpu="32",mode="softirq"} 283.07 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 6975.84 node_cpu_seconds_total{cpu="32",mode="user"} 7026.56 node_cpu_seconds_total{cpu="33",mode="idle"} 433290.44 node_cpu_seconds_total{cpu="33",mode="iowait"} 9576.07 node_cpu_seconds_total{cpu="33",mode="irq"} 1658.98 node_cpu_seconds_total{cpu="33",mode="nice"} 111692.57 node_cpu_seconds_total{cpu="33",mode="softirq"} 319.12 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 7975.04 node_cpu_seconds_total{cpu="33",mode="user"} 6823.47 node_cpu_seconds_total{cpu="34",mode="idle"} 478001.85 node_cpu_seconds_total{cpu="34",mode="iowait"} 9159.21 node_cpu_seconds_total{cpu="34",mode="irq"} 1362.36 node_cpu_seconds_total{cpu="34",mode="nice"} 68179.86 node_cpu_seconds_total{cpu="34",mode="softirq"} 274.55 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 7086.05 node_cpu_seconds_total{cpu="34",mode="user"} 7232.38 node_cpu_seconds_total{cpu="35",mode="idle"} 474662.88 node_cpu_seconds_total{cpu="35",mode="iowait"} 10514.58 node_cpu_seconds_total{cpu="35",mode="irq"} 1403.72 node_cpu_seconds_total{cpu="35",mode="nice"} 70511.7 node_cpu_seconds_total{cpu="35",mode="softirq"} 280.29 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 6900.31 node_cpu_seconds_total{cpu="35",mode="user"} 7049.9 node_cpu_seconds_total{cpu="36",mode="idle"} 424795.16 node_cpu_seconds_total{cpu="36",mode="iowait"} 11267.11 node_cpu_seconds_total{cpu="36",mode="irq"} 1712.19 node_cpu_seconds_total{cpu="36",mode="nice"} 118304.9 node_cpu_seconds_total{cpu="36",mode="softirq"} 294.7 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 8242.11 node_cpu_seconds_total{cpu="36",mode="user"} 6722.77 node_cpu_seconds_total{cpu="37",mode="idle"} 466757.46 node_cpu_seconds_total{cpu="37",mode="iowait"} 10410.74 node_cpu_seconds_total{cpu="37",mode="irq"} 1398.67 node_cpu_seconds_total{cpu="37",mode="nice"} 78344.51 node_cpu_seconds_total{cpu="37",mode="softirq"} 259.82 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 7144.31 node_cpu_seconds_total{cpu="37",mode="user"} 7004.63 node_cpu_seconds_total{cpu="38",mode="idle"} 474716.29 node_cpu_seconds_total{cpu="38",mode="iowait"} 8726.62 node_cpu_seconds_total{cpu="38",mode="irq"} 1404.06 node_cpu_seconds_total{cpu="38",mode="nice"} 72448.17 node_cpu_seconds_total{cpu="38",mode="softirq"} 280.68 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 6953.91 node_cpu_seconds_total{cpu="38",mode="user"} 6833.6 node_cpu_seconds_total{cpu="39",mode="idle"} 433442.28 node_cpu_seconds_total{cpu="39",mode="iowait"} 9639.34 node_cpu_seconds_total{cpu="39",mode="irq"} 1673.27 node_cpu_seconds_total{cpu="39",mode="nice"} 111592.62 node_cpu_seconds_total{cpu="39",mode="softirq"} 322.56 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 7890.09 node_cpu_seconds_total{cpu="39",mode="user"} 6787.04 node_cpu_seconds_total{cpu="4",mode="idle"} 461698.76 node_cpu_seconds_total{cpu="4",mode="iowait"} 14100.07 node_cpu_seconds_total{cpu="4",mode="irq"} 1968.66 node_cpu_seconds_total{cpu="4",mode="nice"} 71212.88 node_cpu_seconds_total{cpu="4",mode="softirq"} 1385.16 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 11468.64 node_cpu_seconds_total{cpu="4",mode="user"} 8440.87 node_cpu_seconds_total{cpu="40",mode="idle"} 472151.79 node_cpu_seconds_total{cpu="40",mode="iowait"} 10271.89 node_cpu_seconds_total{cpu="40",mode="irq"} 1374.09 node_cpu_seconds_total{cpu="40",mode="nice"} 73069.9 node_cpu_seconds_total{cpu="40",mode="softirq"} 263.34 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 6928.44 node_cpu_seconds_total{cpu="40",mode="user"} 7263.14 node_cpu_seconds_total{cpu="41",mode="idle"} 475515.64 node_cpu_seconds_total{cpu="41",mode="iowait"} 11034.1 node_cpu_seconds_total{cpu="41",mode="irq"} 1395.27 node_cpu_seconds_total{cpu="41",mode="nice"} 69441.94 node_cpu_seconds_total{cpu="41",mode="softirq"} 281.88 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 6689.91 node_cpu_seconds_total{cpu="41",mode="user"} 6967.11 node_cpu_seconds_total{cpu="42",mode="idle"} 437605.99 node_cpu_seconds_total{cpu="42",mode="iowait"} 10563.26 node_cpu_seconds_total{cpu="42",mode="irq"} 1633.92 node_cpu_seconds_total{cpu="42",mode="nice"} 106513.63 node_cpu_seconds_total{cpu="42",mode="softirq"} 297.06 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 8035.66 node_cpu_seconds_total{cpu="42",mode="user"} 6672.07 node_cpu_seconds_total{cpu="43",mode="idle"} 481276.93 node_cpu_seconds_total{cpu="43",mode="iowait"} 10512.61 node_cpu_seconds_total{cpu="43",mode="irq"} 1325.41 node_cpu_seconds_total{cpu="43",mode="nice"} 63481.25 node_cpu_seconds_total{cpu="43",mode="softirq"} 267.6 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 7304.81 node_cpu_seconds_total{cpu="43",mode="user"} 7122.25 node_cpu_seconds_total{cpu="44",mode="idle"} 481614.69 node_cpu_seconds_total{cpu="44",mode="iowait"} 9476.93 node_cpu_seconds_total{cpu="44",mode="irq"} 1380.14 node_cpu_seconds_total{cpu="44",mode="nice"} 65198.06 node_cpu_seconds_total{cpu="44",mode="softirq"} 301.99 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 6608.96 node_cpu_seconds_total{cpu="44",mode="user"} 6772.42 node_cpu_seconds_total{cpu="45",mode="idle"} 442732.66 node_cpu_seconds_total{cpu="45",mode="iowait"} 10226.26 node_cpu_seconds_total{cpu="45",mode="irq"} 1586.65 node_cpu_seconds_total{cpu="45",mode="nice"} 101999.24 node_cpu_seconds_total{cpu="45",mode="softirq"} 312.28 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 7695.17 node_cpu_seconds_total{cpu="45",mode="user"} 6807.6 node_cpu_seconds_total{cpu="46",mode="idle"} 482147.51 node_cpu_seconds_total{cpu="46",mode="iowait"} 9395.01 node_cpu_seconds_total{cpu="46",mode="irq"} 1307.69 node_cpu_seconds_total{cpu="46",mode="nice"} 64310.51 node_cpu_seconds_total{cpu="46",mode="softirq"} 256.28 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 6872.97 node_cpu_seconds_total{cpu="46",mode="user"} 7042.15 node_cpu_seconds_total{cpu="47",mode="idle"} 483048.12 node_cpu_seconds_total{cpu="47",mode="iowait"} 10176.51 node_cpu_seconds_total{cpu="47",mode="irq"} 1378.92 node_cpu_seconds_total{cpu="47",mode="nice"} 63101.9 node_cpu_seconds_total{cpu="47",mode="softirq"} 293.87 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 6620.22 node_cpu_seconds_total{cpu="47",mode="user"} 6781.87 node_cpu_seconds_total{cpu="48",mode="idle"} 367807.51 node_cpu_seconds_total{cpu="48",mode="iowait"} 9639.35 node_cpu_seconds_total{cpu="48",mode="irq"} 2488.47 node_cpu_seconds_total{cpu="48",mode="nice"} 163213.27 node_cpu_seconds_total{cpu="48",mode="softirq"} 487.15 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 15461 node_cpu_seconds_total{cpu="48",mode="user"} 10997.21 node_cpu_seconds_total{cpu="49",mode="idle"} 461657.58 node_cpu_seconds_total{cpu="49",mode="iowait"} 9516.94 node_cpu_seconds_total{cpu="49",mode="irq"} 1738.48 node_cpu_seconds_total{cpu="49",mode="nice"} 75181.65 node_cpu_seconds_total{cpu="49",mode="softirq"} 354.35 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 11830.05 node_cpu_seconds_total{cpu="49",mode="user"} 9809.72 node_cpu_seconds_total{cpu="5",mode="idle"} 481633.14 node_cpu_seconds_total{cpu="5",mode="iowait"} 6262.55 node_cpu_seconds_total{cpu="5",mode="irq"} 2513.4 node_cpu_seconds_total{cpu="5",mode="nice"} 44190.3 node_cpu_seconds_total{cpu="5",mode="softirq"} 12869.65 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 14516.2 node_cpu_seconds_total{cpu="5",mode="user"} 8235.44 node_cpu_seconds_total{cpu="50",mode="idle"} 479678.11 node_cpu_seconds_total{cpu="50",mode="iowait"} 12202.06 node_cpu_seconds_total{cpu="50",mode="irq"} 1685.63 node_cpu_seconds_total{cpu="50",mode="nice"} 55851.31 node_cpu_seconds_total{cpu="50",mode="softirq"} 324.81 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 11171.28 node_cpu_seconds_total{cpu="50",mode="user"} 9137.88 node_cpu_seconds_total{cpu="51",mode="idle"} 445231.92 node_cpu_seconds_total{cpu="51",mode="iowait"} 12438.73 node_cpu_seconds_total{cpu="51",mode="irq"} 2060.51 node_cpu_seconds_total{cpu="51",mode="nice"} 90543.53 node_cpu_seconds_total{cpu="51",mode="softirq"} 533.1 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 11894.34 node_cpu_seconds_total{cpu="51",mode="user"} 7703.08 node_cpu_seconds_total{cpu="52",mode="idle"} 483150.86 node_cpu_seconds_total{cpu="52",mode="iowait"} 12214.82 node_cpu_seconds_total{cpu="52",mode="irq"} 1971.68 node_cpu_seconds_total{cpu="52",mode="nice"} 52747.97 node_cpu_seconds_total{cpu="52",mode="softirq"} 445.62 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 11207.31 node_cpu_seconds_total{cpu="52",mode="user"} 8509.5 node_cpu_seconds_total{cpu="53",mode="idle"} 475211.69 node_cpu_seconds_total{cpu="53",mode="iowait"} 12176.25 node_cpu_seconds_total{cpu="53",mode="irq"} 2303.32 node_cpu_seconds_total{cpu="53",mode="nice"} 54028.14 node_cpu_seconds_total{cpu="53",mode="softirq"} 4769.21 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 12683.97 node_cpu_seconds_total{cpu="53",mode="user"} 9020.36 node_cpu_seconds_total{cpu="54",mode="idle"} 457144.31 node_cpu_seconds_total{cpu="54",mode="iowait"} 11884.33 node_cpu_seconds_total{cpu="54",mode="irq"} 2275.09 node_cpu_seconds_total{cpu="54",mode="nice"} 75747.88 node_cpu_seconds_total{cpu="54",mode="softirq"} 2029.29 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 12913.22 node_cpu_seconds_total{cpu="54",mode="user"} 7794.54 node_cpu_seconds_total{cpu="55",mode="idle"} 478406.69 node_cpu_seconds_total{cpu="55",mode="iowait"} 14140.22 node_cpu_seconds_total{cpu="55",mode="irq"} 1816.51 node_cpu_seconds_total{cpu="55",mode="nice"} 55390.78 node_cpu_seconds_total{cpu="55",mode="softirq"} 455.05 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 11721.88 node_cpu_seconds_total{cpu="55",mode="user"} 7921.72 node_cpu_seconds_total{cpu="56",mode="idle"} 480841.18 node_cpu_seconds_total{cpu="56",mode="iowait"} 12843.55 node_cpu_seconds_total{cpu="56",mode="irq"} 1963.16 node_cpu_seconds_total{cpu="56",mode="nice"} 53717.94 node_cpu_seconds_total{cpu="56",mode="softirq"} 469.32 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 11843.01 node_cpu_seconds_total{cpu="56",mode="user"} 8117.18 node_cpu_seconds_total{cpu="57",mode="idle"} 418002.15 node_cpu_seconds_total{cpu="57",mode="iowait"} 12076.9 node_cpu_seconds_total{cpu="57",mode="irq"} 2226.49 node_cpu_seconds_total{cpu="57",mode="nice"} 116681.53 node_cpu_seconds_total{cpu="57",mode="softirq"} 606.2 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 13083.42 node_cpu_seconds_total{cpu="57",mode="user"} 7675.13 node_cpu_seconds_total{cpu="58",mode="idle"} 484473.49 node_cpu_seconds_total{cpu="58",mode="iowait"} 12106.81 node_cpu_seconds_total{cpu="58",mode="irq"} 1922.08 node_cpu_seconds_total{cpu="58",mode="nice"} 51376.99 node_cpu_seconds_total{cpu="58",mode="softirq"} 461.14 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 11229.3 node_cpu_seconds_total{cpu="58",mode="user"} 8702.92 node_cpu_seconds_total{cpu="59",mode="idle"} 501372.85 node_cpu_seconds_total{cpu="59",mode="iowait"} 4633.07 node_cpu_seconds_total{cpu="59",mode="irq"} 2915.34 node_cpu_seconds_total{cpu="59",mode="nice"} 19798.34 node_cpu_seconds_total{cpu="59",mode="softirq"} 17324.56 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 15032.96 node_cpu_seconds_total{cpu="59",mode="user"} 9152.66 node_cpu_seconds_total{cpu="6",mode="idle"} 412804.88 node_cpu_seconds_total{cpu="6",mode="iowait"} 14424.42 node_cpu_seconds_total{cpu="6",mode="irq"} 2211.31 node_cpu_seconds_total{cpu="6",mode="nice"} 118613.59 node_cpu_seconds_total{cpu="6",mode="softirq"} 906.02 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 13550.24 node_cpu_seconds_total{cpu="6",mode="user"} 7435.54 node_cpu_seconds_total{cpu="60",mode="idle"} 463722.41 node_cpu_seconds_total{cpu="60",mode="iowait"} 11016.88 node_cpu_seconds_total{cpu="60",mode="irq"} 2122.84 node_cpu_seconds_total{cpu="60",mode="nice"} 73122.02 node_cpu_seconds_total{cpu="60",mode="softirq"} 504.4 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 11782.01 node_cpu_seconds_total{cpu="60",mode="user"} 8107.88 node_cpu_seconds_total{cpu="61",mode="idle"} 461301.16 node_cpu_seconds_total{cpu="61",mode="iowait"} 11119.94 node_cpu_seconds_total{cpu="61",mode="irq"} 1948.58 node_cpu_seconds_total{cpu="61",mode="nice"} 74910.63 node_cpu_seconds_total{cpu="61",mode="softirq"} 525.9 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 12342.88 node_cpu_seconds_total{cpu="61",mode="user"} 8136.48 node_cpu_seconds_total{cpu="62",mode="idle"} 479436.81 node_cpu_seconds_total{cpu="62",mode="iowait"} 14600.98 node_cpu_seconds_total{cpu="62",mode="irq"} 1918.61 node_cpu_seconds_total{cpu="62",mode="nice"} 54256.82 node_cpu_seconds_total{cpu="62",mode="softirq"} 438.52 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 11239.84 node_cpu_seconds_total{cpu="62",mode="user"} 8380.05 node_cpu_seconds_total{cpu="63",mode="idle"} 471640.34 node_cpu_seconds_total{cpu="63",mode="iowait"} 5349.33 node_cpu_seconds_total{cpu="63",mode="irq"} 2941.45 node_cpu_seconds_total{cpu="63",mode="nice"} 49152.59 node_cpu_seconds_total{cpu="63",mode="softirq"} 14805.77 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 17409.29 node_cpu_seconds_total{cpu="63",mode="user"} 9093.16 node_cpu_seconds_total{cpu="64",mode="idle"} 479478.1 node_cpu_seconds_total{cpu="64",mode="iowait"} 10574.82 node_cpu_seconds_total{cpu="64",mode="irq"} 2000.86 node_cpu_seconds_total{cpu="64",mode="nice"} 55510.94 node_cpu_seconds_total{cpu="64",mode="softirq"} 591.99 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 12988.24 node_cpu_seconds_total{cpu="64",mode="user"} 9434.4 node_cpu_seconds_total{cpu="65",mode="idle"} 492014.81 node_cpu_seconds_total{cpu="65",mode="iowait"} 5265.42 node_cpu_seconds_total{cpu="65",mode="irq"} 3127.26 node_cpu_seconds_total{cpu="65",mode="nice"} 26654.08 node_cpu_seconds_total{cpu="65",mode="softirq"} 16780.3 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 16628.79 node_cpu_seconds_total{cpu="65",mode="user"} 9771.89 node_cpu_seconds_total{cpu="66",mode="idle"} 454491.41 node_cpu_seconds_total{cpu="66",mode="iowait"} 12871.42 node_cpu_seconds_total{cpu="66",mode="irq"} 2221.84 node_cpu_seconds_total{cpu="66",mode="nice"} 80383.7 node_cpu_seconds_total{cpu="66",mode="softirq"} 493.16 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 11587.61 node_cpu_seconds_total{cpu="66",mode="user"} 8183.31 node_cpu_seconds_total{cpu="67",mode="idle"} 471829.74 node_cpu_seconds_total{cpu="67",mode="iowait"} 12349.55 node_cpu_seconds_total{cpu="67",mode="irq"} 4069.14 node_cpu_seconds_total{cpu="67",mode="nice"} 62785.56 node_cpu_seconds_total{cpu="67",mode="softirq"} 536.78 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 10857.13 node_cpu_seconds_total{cpu="67",mode="user"} 7848.29 node_cpu_seconds_total{cpu="68",mode="idle"} 494269.62 node_cpu_seconds_total{cpu="68",mode="iowait"} 14838.07 node_cpu_seconds_total{cpu="68",mode="irq"} 1917.26 node_cpu_seconds_total{cpu="68",mode="nice"} 39029.38 node_cpu_seconds_total{cpu="68",mode="softirq"} 456.88 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 10976.82 node_cpu_seconds_total{cpu="68",mode="user"} 8604.63 node_cpu_seconds_total{cpu="69",mode="idle"} 448428.09 node_cpu_seconds_total{cpu="69",mode="iowait"} 12415.94 node_cpu_seconds_total{cpu="69",mode="irq"} 2038.03 node_cpu_seconds_total{cpu="69",mode="nice"} 88185.04 node_cpu_seconds_total{cpu="69",mode="softirq"} 489.58 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 11250.36 node_cpu_seconds_total{cpu="69",mode="user"} 7529.4 node_cpu_seconds_total{cpu="7",mode="idle"} 463777.69 node_cpu_seconds_total{cpu="7",mode="iowait"} 14523.96 node_cpu_seconds_total{cpu="7",mode="irq"} 1898.34 node_cpu_seconds_total{cpu="7",mode="nice"} 68973.43 node_cpu_seconds_total{cpu="7",mode="softirq"} 677.71 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 12217.59 node_cpu_seconds_total{cpu="7",mode="user"} 7723.45 node_cpu_seconds_total{cpu="70",mode="idle"} 507965.78 node_cpu_seconds_total{cpu="70",mode="iowait"} 5742.78 node_cpu_seconds_total{cpu="70",mode="irq"} 2737.44 node_cpu_seconds_total{cpu="70",mode="nice"} 14372.67 node_cpu_seconds_total{cpu="70",mode="softirq"} 16235.9 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 14031.08 node_cpu_seconds_total{cpu="70",mode="user"} 8899.16 node_cpu_seconds_total{cpu="71",mode="idle"} 482173.71 node_cpu_seconds_total{cpu="71",mode="iowait"} 12687.26 node_cpu_seconds_total{cpu="71",mode="irq"} 2244.68 node_cpu_seconds_total{cpu="71",mode="nice"} 47358.55 node_cpu_seconds_total{cpu="71",mode="softirq"} 4092.18 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 12693.51 node_cpu_seconds_total{cpu="71",mode="user"} 9059.34 node_cpu_seconds_total{cpu="72",mode="idle"} 466757.9 node_cpu_seconds_total{cpu="72",mode="iowait"} 9829.52 node_cpu_seconds_total{cpu="72",mode="irq"} 1654.78 node_cpu_seconds_total{cpu="72",mode="nice"} 75905.38 node_cpu_seconds_total{cpu="72",mode="softirq"} 329.18 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 7708.51 node_cpu_seconds_total{cpu="72",mode="user"} 9015.42 node_cpu_seconds_total{cpu="73",mode="idle"} 473589.83 node_cpu_seconds_total{cpu="73",mode="iowait"} 9090.43 node_cpu_seconds_total{cpu="73",mode="irq"} 1468.28 node_cpu_seconds_total{cpu="73",mode="nice"} 70058.28 node_cpu_seconds_total{cpu="73",mode="softirq"} 303.08 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 7765.49 node_cpu_seconds_total{cpu="73",mode="user"} 8925.7 node_cpu_seconds_total{cpu="74",mode="idle"} 472170.11 node_cpu_seconds_total{cpu="74",mode="iowait"} 9945.25 node_cpu_seconds_total{cpu="74",mode="irq"} 1550.45 node_cpu_seconds_total{cpu="74",mode="nice"} 71404.03 node_cpu_seconds_total{cpu="74",mode="softirq"} 294.14 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 7143.85 node_cpu_seconds_total{cpu="74",mode="user"} 8692.15 node_cpu_seconds_total{cpu="75",mode="idle"} 465846.09 node_cpu_seconds_total{cpu="75",mode="iowait"} 9648.44 node_cpu_seconds_total{cpu="75",mode="irq"} 1500.54 node_cpu_seconds_total{cpu="75",mode="nice"} 79315.3 node_cpu_seconds_total{cpu="75",mode="softirq"} 293.09 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 7366.7 node_cpu_seconds_total{cpu="75",mode="user"} 7310.37 node_cpu_seconds_total{cpu="76",mode="idle"} 482176.64 node_cpu_seconds_total{cpu="76",mode="iowait"} 9827.67 node_cpu_seconds_total{cpu="76",mode="irq"} 1429.9 node_cpu_seconds_total{cpu="76",mode="nice"} 62756.82 node_cpu_seconds_total{cpu="76",mode="softirq"} 262.64 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 7113.97 node_cpu_seconds_total{cpu="76",mode="user"} 7646.66 node_cpu_seconds_total{cpu="77",mode="idle"} 469799.43 node_cpu_seconds_total{cpu="77",mode="iowait"} 10383.19 node_cpu_seconds_total{cpu="77",mode="irq"} 1490.71 node_cpu_seconds_total{cpu="77",mode="nice"} 74404.78 node_cpu_seconds_total{cpu="77",mode="softirq"} 266.26 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 7489.29 node_cpu_seconds_total{cpu="77",mode="user"} 7445.14 node_cpu_seconds_total{cpu="78",mode="idle"} 465509.06 node_cpu_seconds_total{cpu="78",mode="iowait"} 10373.53 node_cpu_seconds_total{cpu="78",mode="irq"} 1594.84 node_cpu_seconds_total{cpu="78",mode="nice"} 79382.74 node_cpu_seconds_total{cpu="78",mode="softirq"} 315.04 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 7044.31 node_cpu_seconds_total{cpu="78",mode="user"} 7102.54 node_cpu_seconds_total{cpu="79",mode="idle"} 488836.63 node_cpu_seconds_total{cpu="79",mode="iowait"} 10793.25 node_cpu_seconds_total{cpu="79",mode="irq"} 1272.82 node_cpu_seconds_total{cpu="79",mode="nice"} 56008.3 node_cpu_seconds_total{cpu="79",mode="softirq"} 290.24 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 6699.38 node_cpu_seconds_total{cpu="79",mode="user"} 7368.61 node_cpu_seconds_total{cpu="8",mode="idle"} 461893.26 node_cpu_seconds_total{cpu="8",mode="iowait"} 13099.35 node_cpu_seconds_total{cpu="8",mode="irq"} 1907.56 node_cpu_seconds_total{cpu="8",mode="nice"} 72915.27 node_cpu_seconds_total{cpu="8",mode="softirq"} 581.6 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 11914.41 node_cpu_seconds_total{cpu="8",mode="user"} 7528.01 node_cpu_seconds_total{cpu="80",mode="idle"} 459625.21 node_cpu_seconds_total{cpu="80",mode="iowait"} 10231.57 node_cpu_seconds_total{cpu="80",mode="irq"} 1558.77 node_cpu_seconds_total{cpu="80",mode="nice"} 85227.44 node_cpu_seconds_total{cpu="80",mode="softirq"} 259.65 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 7124.55 node_cpu_seconds_total{cpu="80",mode="user"} 7334.63 node_cpu_seconds_total{cpu="81",mode="idle"} 463156.65 node_cpu_seconds_total{cpu="81",mode="iowait"} 9529.3 node_cpu_seconds_total{cpu="81",mode="irq"} 1495.73 node_cpu_seconds_total{cpu="81",mode="nice"} 83088.96 node_cpu_seconds_total{cpu="81",mode="softirq"} 276.04 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 6829.43 node_cpu_seconds_total{cpu="81",mode="user"} 6940.98 node_cpu_seconds_total{cpu="82",mode="idle"} 481533.36 node_cpu_seconds_total{cpu="82",mode="iowait"} 8302.38 node_cpu_seconds_total{cpu="82",mode="irq"} 1454.7 node_cpu_seconds_total{cpu="82",mode="nice"} 65695.89 node_cpu_seconds_total{cpu="82",mode="softirq"} 261.75 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 6684.42 node_cpu_seconds_total{cpu="82",mode="user"} 7348.29 node_cpu_seconds_total{cpu="83",mode="idle"} 453871.95 node_cpu_seconds_total{cpu="83",mode="iowait"} 10682.94 node_cpu_seconds_total{cpu="83",mode="irq"} 1597.78 node_cpu_seconds_total{cpu="83",mode="nice"} 90228.13 node_cpu_seconds_total{cpu="83",mode="softirq"} 258.76 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 7754.77 node_cpu_seconds_total{cpu="83",mode="user"} 6990.63 node_cpu_seconds_total{cpu="84",mode="idle"} 460888.11 node_cpu_seconds_total{cpu="84",mode="iowait"} 9737.58 node_cpu_seconds_total{cpu="84",mode="irq"} 1624.69 node_cpu_seconds_total{cpu="84",mode="nice"} 84563.8 node_cpu_seconds_total{cpu="84",mode="softirq"} 291.93 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 7378.41 node_cpu_seconds_total{cpu="84",mode="user"} 6812.76 node_cpu_seconds_total{cpu="85",mode="idle"} 493735.68 node_cpu_seconds_total{cpu="85",mode="iowait"} 9050.72 node_cpu_seconds_total{cpu="85",mode="irq"} 1269.46 node_cpu_seconds_total{cpu="85",mode="nice"} 52947.15 node_cpu_seconds_total{cpu="85",mode="softirq"} 284.25 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 6734.78 node_cpu_seconds_total{cpu="85",mode="user"} 7239.38 node_cpu_seconds_total{cpu="86",mode="idle"} 453568.84 node_cpu_seconds_total{cpu="86",mode="iowait"} 9814.84 node_cpu_seconds_total{cpu="86",mode="irq"} 1595.51 node_cpu_seconds_total{cpu="86",mode="nice"} 91984.38 node_cpu_seconds_total{cpu="86",mode="softirq"} 259.12 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 7430.36 node_cpu_seconds_total{cpu="86",mode="user"} 6701.24 node_cpu_seconds_total{cpu="87",mode="idle"} 453183.23 node_cpu_seconds_total{cpu="87",mode="iowait"} 10473.33 node_cpu_seconds_total{cpu="87",mode="irq"} 1543.6 node_cpu_seconds_total{cpu="87",mode="nice"} 92248.88 node_cpu_seconds_total{cpu="87",mode="softirq"} 269.95 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 6868.96 node_cpu_seconds_total{cpu="87",mode="user"} 6758.82 node_cpu_seconds_total{cpu="88",mode="idle"} 489033.52 node_cpu_seconds_total{cpu="88",mode="iowait"} 9473.68 node_cpu_seconds_total{cpu="88",mode="irq"} 1396.52 node_cpu_seconds_total{cpu="88",mode="nice"} 57392.36 node_cpu_seconds_total{cpu="88",mode="softirq"} 269.42 node_cpu_seconds_total{cpu="88",mode="steal"} 0 node_cpu_seconds_total{cpu="88",mode="system"} 6574.62 node_cpu_seconds_total{cpu="88",mode="user"} 7140.79 node_cpu_seconds_total{cpu="89",mode="idle"} 454608.66 node_cpu_seconds_total{cpu="89",mode="iowait"} 9729.8 node_cpu_seconds_total{cpu="89",mode="irq"} 1594.51 node_cpu_seconds_total{cpu="89",mode="nice"} 91258.11 node_cpu_seconds_total{cpu="89",mode="softirq"} 258.29 node_cpu_seconds_total{cpu="89",mode="steal"} 0 node_cpu_seconds_total{cpu="89",mode="system"} 6905.82 node_cpu_seconds_total{cpu="89",mode="user"} 6986.73 node_cpu_seconds_total{cpu="9",mode="idle"} 449882.88 node_cpu_seconds_total{cpu="9",mode="iowait"} 4885.69 node_cpu_seconds_total{cpu="9",mode="irq"} 2807.51 node_cpu_seconds_total{cpu="9",mode="nice"} 74898.84 node_cpu_seconds_total{cpu="9",mode="softirq"} 11924.69 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 17547.75 node_cpu_seconds_total{cpu="9",mode="user"} 8255.6 node_cpu_seconds_total{cpu="90",mode="idle"} 460415.34 node_cpu_seconds_total{cpu="90",mode="iowait"} 9276.49 node_cpu_seconds_total{cpu="90",mode="irq"} 1733.93 node_cpu_seconds_total{cpu="90",mode="nice"} 85255.39 node_cpu_seconds_total{cpu="90",mode="softirq"} 300.6 node_cpu_seconds_total{cpu="90",mode="steal"} 0 node_cpu_seconds_total{cpu="90",mode="system"} 7511.32 node_cpu_seconds_total{cpu="90",mode="user"} 6806.25 node_cpu_seconds_total{cpu="91",mode="idle"} 473133.89 node_cpu_seconds_total{cpu="91",mode="iowait"} 9617.98 node_cpu_seconds_total{cpu="91",mode="irq"} 1375.79 node_cpu_seconds_total{cpu="91",mode="nice"} 73010.74 node_cpu_seconds_total{cpu="91",mode="softirq"} 271.13 node_cpu_seconds_total{cpu="91",mode="steal"} 0 node_cpu_seconds_total{cpu="91",mode="system"} 7035.36 node_cpu_seconds_total{cpu="91",mode="user"} 6869.17 node_cpu_seconds_total{cpu="92",mode="idle"} 435033.68 node_cpu_seconds_total{cpu="92",mode="iowait"} 10153.7 node_cpu_seconds_total{cpu="92",mode="irq"} 1736.26 node_cpu_seconds_total{cpu="92",mode="nice"} 111051.19 node_cpu_seconds_total{cpu="92",mode="softirq"} 367.31 node_cpu_seconds_total{cpu="92",mode="steal"} 0 node_cpu_seconds_total{cpu="92",mode="system"} 6542.31 node_cpu_seconds_total{cpu="92",mode="user"} 6454.79 node_cpu_seconds_total{cpu="93",mode="idle"} 464678.82 node_cpu_seconds_total{cpu="93",mode="iowait"} 9418.49 node_cpu_seconds_total{cpu="93",mode="irq"} 1482.6 node_cpu_seconds_total{cpu="93",mode="nice"} 81384.77 node_cpu_seconds_total{cpu="93",mode="softirq"} 278.66 node_cpu_seconds_total{cpu="93",mode="steal"} 0 node_cpu_seconds_total{cpu="93",mode="system"} 7530.98 node_cpu_seconds_total{cpu="93",mode="user"} 6569.74 node_cpu_seconds_total{cpu="94",mode="idle"} 477933.03 node_cpu_seconds_total{cpu="94",mode="iowait"} 8360.91 node_cpu_seconds_total{cpu="94",mode="irq"} 1461.32 node_cpu_seconds_total{cpu="94",mode="nice"} 69997.86 node_cpu_seconds_total{cpu="94",mode="softirq"} 251.39 node_cpu_seconds_total{cpu="94",mode="steal"} 0 node_cpu_seconds_total{cpu="94",mode="system"} 6580.88 node_cpu_seconds_total{cpu="94",mode="user"} 6750.72 node_cpu_seconds_total{cpu="95",mode="idle"} 407166.8 node_cpu_seconds_total{cpu="95",mode="iowait"} 10035.15 node_cpu_seconds_total{cpu="95",mode="irq"} 1894.49 node_cpu_seconds_total{cpu="95",mode="nice"} 138247.38 node_cpu_seconds_total{cpu="95",mode="softirq"} 255.17 node_cpu_seconds_total{cpu="95",mode="steal"} 0 node_cpu_seconds_total{cpu="95",mode="system"} 7492.1 node_cpu_seconds_total{cpu="95",mode="user"} 6366.53 # 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="sdb"} 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="sdb"} 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-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-1",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-10",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-11",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-12",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-13",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-14",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-15",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-16",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-17",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-18",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-19",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-2",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-20",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-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-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-23",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-3",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-4",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 node_disk_device_mapper_info{device="dm-5",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-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-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-8",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-9",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 # 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="nvme0n1",type="LVM2_member",usage="raid",uuid="3ELiWA-Lf0O-iyw8-3f1a-y4rz-cFYt-ui803Z",version="LVM2 001"} 1 node_disk_filesystem_info{device="nvme1n1",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="sda",type="LVM2_member",usage="raid",uuid="6fO77T-ADzR-DKav-Oojj-9fof-rItX-SeXssF",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdc",type="LVM2_member",usage="raid",uuid="aSEwyS-zgbl-tNPt-TqlL-FoFH-k31H-Wg697R",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdd",type="LVM2_member",usage="raid",uuid="OyUkVR-N1uJ-DGZ9-i21P-wql8-m3pn-Ypw34r",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="LnOPFK-Jxo2-sTt4-VGc2-unYl-fJLY-hOpgP1",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="d62G3g-OySk-7rDe-GEKy-y2A8-S1vB-L0npw2",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdi",type="LVM2_member",usage="raid",uuid="iqpbHK-Dzm6-yWfK-PRQr-z0I2-cUeU-FhUTcB",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdj",type="LVM2_member",usage="raid",uuid="FoXYRT-6SRO-1LQf-0eBx-TcQd-LMu0-YrfCjp",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdk",type="LVM2_member",usage="raid",uuid="CK7Drg-cy9q-aVfF-WH0K-5Pdz-eovh-t2Jf1N",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdl",type="LVM2_member",usage="raid",uuid="p3CXPr-8MfK-1Rg0-U1DF-mmnZ-DCZc-IFdXYD",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"} 281082.879 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 35493.396 node_disk_flush_requests_time_seconds_total{device="sda"} 0 node_disk_flush_requests_time_seconds_total{device="sdb"} 394.50100000000003 node_disk_flush_requests_time_seconds_total{device="sdc"} 0 node_disk_flush_requests_time_seconds_total{device="sdd"} 0 node_disk_flush_requests_time_seconds_total{device="sde"} 0 node_disk_flush_requests_time_seconds_total{device="sdf"} 0 node_disk_flush_requests_time_seconds_total{device="sdg"} 0 node_disk_flush_requests_time_seconds_total{device="sdh"} 0 node_disk_flush_requests_time_seconds_total{device="sdi"} 0 node_disk_flush_requests_time_seconds_total{device="sdj"} 0 node_disk_flush_requests_time_seconds_total{device="sdk"} 0 node_disk_flush_requests_time_seconds_total{device="sdl"} 0 node_disk_flush_requests_time_seconds_total{device="sdm"} 0 node_disk_flush_requests_time_seconds_total{device="sdn"} 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"} 1.66508676e+08 node_disk_flush_requests_total{device="nvme1n1"} 1.207799e+07 node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 4.977001e+06 node_disk_flush_requests_total{device="sdc"} 0 node_disk_flush_requests_total{device="sdd"} 0 node_disk_flush_requests_total{device="sde"} 0 node_disk_flush_requests_total{device="sdf"} 0 node_disk_flush_requests_total{device="sdg"} 0 node_disk_flush_requests_total{device="sdh"} 0 node_disk_flush_requests_total{device="sdi"} 0 node_disk_flush_requests_total{device="sdj"} 0 node_disk_flush_requests_total{device="sdk"} 0 node_disk_flush_requests_total{device="sdl"} 0 node_disk_flush_requests_total{device="sdm"} 0 node_disk_flush_requests_total{device="sdn"} 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="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="nvme1n1",major="259",minor="0",model="Samsung SSD 980 PRO 1TB",path="pci-0000:22:00.0-nvme-1",revision="3B2QGXA7",rotational="0",serial="S5P2NG0R731188F",wwn="eui.002538b711512674"} 1 node_disk_info{device="sda",major="8",minor="0",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:20:0",revision="US09",rotational="1",serial="2BHSEJLD",wwn="0x5000cca29562fb64"} 1 node_disk_info{device="sdb",major="8",minor="16",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="sdc",major="8",minor="32",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="sdd",major="8",minor="48",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="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:17:0",revision="US09",rotational="1",serial="2CHZAJ2L",wwn="0x5000cca2a16f887c"} 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:23:0",revision="US09",rotational="1",serial="2CHSS0TP",wwn="0x5000cca2a16389e4"} 1 node_disk_info{device="sdi",major="8",minor="128",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:22:0",revision="US09",rotational="1",serial="2CHNRB8P",wwn="0x5000cca2a15e0b80"} 1 node_disk_info{device="sdj",major="8",minor="144",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:25:0",revision="US09",rotational="1",serial="2CH95XUN",wwn="0x5000cca2a1491468"} 1 node_disk_info{device="sdk",major="8",minor="160",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:24:0",revision="US09",rotational="1",serial="2CHW7G9P",wwn="0x5000cca2a169e620"} 1 node_disk_info{device="sdl",major="8",minor="176",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="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"} 4 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"} 8 node_disk_io_now{device="dm-20"} 0 node_disk_io_now{device="dm-21"} 0 node_disk_io_now{device="dm-22"} 8 node_disk_io_now{device="dm-23"} 0 node_disk_io_now{device="dm-3"} 0 node_disk_io_now{device="dm-4"} 1 node_disk_io_now{device="dm-5"} 0 node_disk_io_now{device="dm-6"} 2 node_disk_io_now{device="dm-7"} 0 node_disk_io_now{device="dm-8"} 0 node_disk_io_now{device="dm-9"} 0 node_disk_io_now{device="nbd0"} 0 node_disk_io_now{device="nbd1"} 0 node_disk_io_now{device="nbd10"} 0 node_disk_io_now{device="nbd11"} 0 node_disk_io_now{device="nbd12"} 0 node_disk_io_now{device="nbd13"} 0 node_disk_io_now{device="nbd14"} 0 node_disk_io_now{device="nbd15"} 0 node_disk_io_now{device="nbd2"} 0 node_disk_io_now{device="nbd3"} 0 node_disk_io_now{device="nbd4"} 0 node_disk_io_now{device="nbd5"} 0 node_disk_io_now{device="nbd6"} 0 node_disk_io_now{device="nbd7"} 0 node_disk_io_now{device="nbd8"} 0 node_disk_io_now{device="nbd9"} 0 node_disk_io_now{device="nvme0n1"} 0 node_disk_io_now{device="nvme1n1"} 0 node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sdb"} 0 node_disk_io_now{device="sdc"} 0 node_disk_io_now{device="sdd"} 0 node_disk_io_now{device="sde"} 0 node_disk_io_now{device="sdf"} 0 node_disk_io_now{device="sdg"} 0 node_disk_io_now{device="sdh"} 0 node_disk_io_now{device="sdi"} 0 node_disk_io_now{device="sdj"} 3 node_disk_io_now{device="sdk"} 1 node_disk_io_now{device="sdl"} 0 node_disk_io_now{device="sdm"} 0 node_disk_io_now{device="sdn"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="dm-0"} 178507.691 node_disk_io_time_seconds_total{device="dm-1"} 38810.146 node_disk_io_time_seconds_total{device="dm-10"} 160087.009 node_disk_io_time_seconds_total{device="dm-11"} 40546.384 node_disk_io_time_seconds_total{device="dm-12"} 136199.521 node_disk_io_time_seconds_total{device="dm-13"} 33793.088 node_disk_io_time_seconds_total{device="dm-14"} 149632.56100000002 node_disk_io_time_seconds_total{device="dm-15"} 38260.712 node_disk_io_time_seconds_total{device="dm-16"} 164911.42 node_disk_io_time_seconds_total{device="dm-17"} 38881.739 node_disk_io_time_seconds_total{device="dm-18"} 133445.385 node_disk_io_time_seconds_total{device="dm-19"} 37528.576 node_disk_io_time_seconds_total{device="dm-2"} 160103.395 node_disk_io_time_seconds_total{device="dm-20"} 146893.765 node_disk_io_time_seconds_total{device="dm-21"} 35343.902 node_disk_io_time_seconds_total{device="dm-22"} 143143.259 node_disk_io_time_seconds_total{device="dm-23"} 34039.109000000004 node_disk_io_time_seconds_total{device="dm-3"} 36863.087 node_disk_io_time_seconds_total{device="dm-4"} 140060.492 node_disk_io_time_seconds_total{device="dm-5"} 35651.197 node_disk_io_time_seconds_total{device="dm-6"} 137454.549 node_disk_io_time_seconds_total{device="dm-7"} 34824.686 node_disk_io_time_seconds_total{device="dm-8"} 130162.864 node_disk_io_time_seconds_total{device="dm-9"} 34044.64 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"} 140851.452 node_disk_io_time_seconds_total{device="nvme1n1"} 41227.51 node_disk_io_time_seconds_total{device="sda"} 137397.78 node_disk_io_time_seconds_total{device="sdb"} 1931.603 node_disk_io_time_seconds_total{device="sdc"} 160032.653 node_disk_io_time_seconds_total{device="sdd"} 143076.248 node_disk_io_time_seconds_total{device="sde"} 178443.278 node_disk_io_time_seconds_total{device="sdf"} 136135.429 node_disk_io_time_seconds_total{device="sdg"} 164861.942 node_disk_io_time_seconds_total{device="sdh"} 130103.94900000001 node_disk_io_time_seconds_total{device="sdi"} 133387.212 node_disk_io_time_seconds_total{device="sdj"} 160027.614 node_disk_io_time_seconds_total{device="sdk"} 139995.741 node_disk_io_time_seconds_total{device="sdl"} 146834.249 node_disk_io_time_seconds_total{device="sdm"} 149564.573 node_disk_io_time_seconds_total{device="sdn"} 9870.118 # 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"} 2.136364875e+06 node_disk_io_time_weighted_seconds_total{device="dm-1"} 95061.999 node_disk_io_time_weighted_seconds_total{device="dm-10"} 626311.6510000001 node_disk_io_time_weighted_seconds_total{device="dm-11"} 101106.68800000001 node_disk_io_time_weighted_seconds_total{device="dm-12"} 203504.033 node_disk_io_time_weighted_seconds_total{device="dm-13"} 90616.52 node_disk_io_time_weighted_seconds_total{device="dm-14"} 694142.797 node_disk_io_time_weighted_seconds_total{device="dm-15"} 94964.25600000001 node_disk_io_time_weighted_seconds_total{device="dm-16"} 2.135225795e+06 node_disk_io_time_weighted_seconds_total{device="dm-17"} 96113.111 node_disk_io_time_weighted_seconds_total{device="dm-18"} 138861.789 node_disk_io_time_weighted_seconds_total{device="dm-19"} 91910.868 node_disk_io_time_weighted_seconds_total{device="dm-2"} 1.107380964e+06 node_disk_io_time_weighted_seconds_total{device="dm-20"} 546151.658 node_disk_io_time_weighted_seconds_total{device="dm-21"} 89992.925 node_disk_io_time_weighted_seconds_total{device="dm-22"} 556541.128 node_disk_io_time_weighted_seconds_total{device="dm-23"} 85201.712 node_disk_io_time_weighted_seconds_total{device="dm-3"} 98303.89600000001 node_disk_io_time_weighted_seconds_total{device="dm-4"} 638326.3200000001 node_disk_io_time_weighted_seconds_total{device="dm-5"} 91692.151 node_disk_io_time_weighted_seconds_total{device="dm-6"} 478867.79000000004 node_disk_io_time_weighted_seconds_total{device="dm-7"} 92201.715 node_disk_io_time_weighted_seconds_total{device="dm-8"} 147941.901 node_disk_io_time_weighted_seconds_total{device="dm-9"} 86127.947 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"} 725560.011 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 81890.498 node_disk_io_time_weighted_seconds_total{device="sda"} 1.2036824710000001e+06 node_disk_io_time_weighted_seconds_total{device="sdb"} 7992.872 node_disk_io_time_weighted_seconds_total{device="sdc"} 1.2339866130000001e+06 node_disk_io_time_weighted_seconds_total{device="sdd"} 1.267281483e+06 node_disk_io_time_weighted_seconds_total{device="sde"} 1.755520021e+06 node_disk_io_time_weighted_seconds_total{device="sdf"} 1.130649235e+06 node_disk_io_time_weighted_seconds_total{device="sdg"} 1.773552516e+06 node_disk_io_time_weighted_seconds_total{device="sdh"} 1.11440577e+06 node_disk_io_time_weighted_seconds_total{device="sdi"} 1.065088164e+06 node_disk_io_time_weighted_seconds_total{device="sdj"} 1.395458328e+06 node_disk_io_time_weighted_seconds_total{device="sdk"} 1.2968526030000001e+06 node_disk_io_time_weighted_seconds_total{device="sdl"} 1.250518166e+06 node_disk_io_time_weighted_seconds_total{device="sdm"} 1.2804940250000001e+06 node_disk_io_time_weighted_seconds_total{device="sdn"} 13709.897 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="dm-0"} 1.2636138254336e+13 node_disk_read_bytes_total{device="dm-1"} 1.7109520384e+10 node_disk_read_bytes_total{device="dm-10"} 1.1382560866304e+13 node_disk_read_bytes_total{device="dm-11"} 5.4747009024e+10 node_disk_read_bytes_total{device="dm-12"} 1.0181588103168e+13 node_disk_read_bytes_total{device="dm-13"} 2.7671371776e+10 node_disk_read_bytes_total{device="dm-14"} 1.0781152141312e+13 node_disk_read_bytes_total{device="dm-15"} 4.758140928e+10 node_disk_read_bytes_total{device="dm-16"} 1.1897095995392e+13 node_disk_read_bytes_total{device="dm-17"} 6.0193878016e+10 node_disk_read_bytes_total{device="dm-18"} 9.594279358464e+12 node_disk_read_bytes_total{device="dm-19"} 5.3267914752e+10 node_disk_read_bytes_total{device="dm-2"} 1.1843722534912e+13 node_disk_read_bytes_total{device="dm-20"} 1.108235757568e+13 node_disk_read_bytes_total{device="dm-21"} 4.6275158016e+10 node_disk_read_bytes_total{device="dm-22"} 1.0605453328384e+13 node_disk_read_bytes_total{device="dm-23"} 5.0172174336e+10 node_disk_read_bytes_total{device="dm-3"} 2.0747411456e+10 node_disk_read_bytes_total{device="dm-4"} 1.0480647184384e+13 node_disk_read_bytes_total{device="dm-5"} 3.9201972224e+10 node_disk_read_bytes_total{device="dm-6"} 1.0204154155008e+13 node_disk_read_bytes_total{device="dm-7"} 2.9360963584e+10 node_disk_read_bytes_total{device="dm-8"} 9.511789842432e+12 node_disk_read_bytes_total{device="dm-9"} 4.1618907136e+10 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.88778493952e+11 node_disk_read_bytes_total{device="nvme1n1"} 4.7792021504e+10 node_disk_read_bytes_total{device="sda"} 1.0205060718592e+13 node_disk_read_bytes_total{device="sdb"} 4.3717023744e+10 node_disk_read_bytes_total{device="sdc"} 1.1383463936e+13 node_disk_read_bytes_total{device="sdd"} 1.0606351650816e+13 node_disk_read_bytes_total{device="sde"} 1.263705049088e+13 node_disk_read_bytes_total{device="sdf"} 1.0182489337856e+13 node_disk_read_bytes_total{device="sdg"} 1.1898000904192e+13 node_disk_read_bytes_total{device="sdh"} 9.51269261312e+12 node_disk_read_bytes_total{device="sdi"} 9.595175006208e+12 node_disk_read_bytes_total{device="sdj"} 1.1844635078656e+13 node_disk_read_bytes_total{device="sdk"} 1.0481555828736e+13 node_disk_read_bytes_total{device="sdl"} 1.1083251294208e+13 node_disk_read_bytes_total{device="sdm"} 1.0782051749888e+13 node_disk_read_bytes_total{device="sdn"} 1.531872256e+09 # 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.5349511920000003e+06 node_disk_read_time_seconds_total{device="dm-1"} 284.717 node_disk_read_time_seconds_total{device="dm-10"} 2.486088756e+06 node_disk_read_time_seconds_total{device="dm-11"} 783.674 node_disk_read_time_seconds_total{device="dm-12"} 2.241537014e+06 node_disk_read_time_seconds_total{device="dm-13"} 422.794 node_disk_read_time_seconds_total{device="dm-14"} 2.535828173e+06 node_disk_read_time_seconds_total{device="dm-15"} 717.251 node_disk_read_time_seconds_total{device="dm-16"} 3.7650628710000003e+06 node_disk_read_time_seconds_total{device="dm-17"} 848.437 node_disk_read_time_seconds_total{device="dm-18"} 2.06688795e+06 node_disk_read_time_seconds_total{device="dm-19"} 754.42 node_disk_read_time_seconds_total{device="dm-2"} 2.8767424e+06 node_disk_read_time_seconds_total{device="dm-20"} 2.4696823340000003e+06 node_disk_read_time_seconds_total{device="dm-21"} 746.068 node_disk_read_time_seconds_total{device="dm-22"} 2.551913007e+06 node_disk_read_time_seconds_total{device="dm-23"} 754.1270000000001 node_disk_read_time_seconds_total{device="dm-3"} 264.22700000000003 node_disk_read_time_seconds_total{device="dm-4"} 2.574835173e+06 node_disk_read_time_seconds_total{device="dm-5"} 639.657 node_disk_read_time_seconds_total{device="dm-6"} 2.383493054e+06 node_disk_read_time_seconds_total{device="dm-7"} 452.294 node_disk_read_time_seconds_total{device="dm-8"} 2.224012598e+06 node_disk_read_time_seconds_total{device="dm-9"} 621.371 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"} 7356.853 node_disk_read_time_seconds_total{device="nvme1n1"} 3300.751 node_disk_read_time_seconds_total{device="sda"} 1.0034216780000001e+06 node_disk_read_time_seconds_total{device="sdb"} 535.908 node_disk_read_time_seconds_total{device="sdc"} 1.023355438e+06 node_disk_read_time_seconds_total{device="sdd"} 1.074869019e+06 node_disk_read_time_seconds_total{device="sde"} 1.518078235e+06 node_disk_read_time_seconds_total{device="sdf"} 941680.925 node_disk_read_time_seconds_total{device="sdg"} 1.54906928e+06 node_disk_read_time_seconds_total{device="sdh"} 925782.7390000001 node_disk_read_time_seconds_total{device="sdi"} 864283.1290000001 node_disk_read_time_seconds_total{device="sdj"} 1.183195083e+06 node_disk_read_time_seconds_total{device="sdk"} 1.099128572e+06 node_disk_read_time_seconds_total{device="sdl"} 1.052727746e+06 node_disk_read_time_seconds_total{device="sdm"} 1.071740112e+06 node_disk_read_time_seconds_total{device="sdn"} 19.218 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="dm-0"} 2.00427516e+08 node_disk_reads_completed_total{device="dm-1"} 984957 node_disk_reads_completed_total{device="dm-10"} 1.80669626e+08 node_disk_reads_completed_total{device="dm-11"} 1.887337e+06 node_disk_reads_completed_total{device="dm-12"} 1.6188793e+08 node_disk_reads_completed_total{device="dm-13"} 1.334189e+06 node_disk_reads_completed_total{device="dm-14"} 1.71007133e+08 node_disk_reads_completed_total{device="dm-15"} 1.902554e+06 node_disk_reads_completed_total{device="dm-16"} 1.88788944e+08 node_disk_reads_completed_total{device="dm-17"} 1.893737e+06 node_disk_reads_completed_total{device="dm-18"} 1.52512499e+08 node_disk_reads_completed_total{device="dm-19"} 1.532002e+06 node_disk_reads_completed_total{device="dm-2"} 1.8834799e+08 node_disk_reads_completed_total{device="dm-20"} 1.76178808e+08 node_disk_reads_completed_total{device="dm-21"} 1.97297e+06 node_disk_reads_completed_total{device="dm-22"} 1.68517566e+08 node_disk_reads_completed_total{device="dm-23"} 2.006135e+06 node_disk_reads_completed_total{device="dm-3"} 1.038806e+06 node_disk_reads_completed_total{device="dm-4"} 1.66414997e+08 node_disk_reads_completed_total{device="dm-5"} 1.747326e+06 node_disk_reads_completed_total{device="dm-6"} 1.62064837e+08 node_disk_reads_completed_total{device="dm-7"} 1.651462e+06 node_disk_reads_completed_total{device="dm-8"} 1.5116423e+08 node_disk_reads_completed_total{device="dm-9"} 1.962229e+06 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.9947598e+07 node_disk_reads_completed_total{device="nvme1n1"} 2.760367e+06 node_disk_reads_completed_total{device="sda"} 6.4123461e+07 node_disk_reads_completed_total{device="sdb"} 1.243637e+06 node_disk_reads_completed_total{device="sdc"} 7.0765705e+07 node_disk_reads_completed_total{device="sdd"} 6.6999364e+07 node_disk_reads_completed_total{device="sde"} 8.029508e+07 node_disk_reads_completed_total{device="sdf"} 6.4213719e+07 node_disk_reads_completed_total{device="sdg"} 7.4981801e+07 node_disk_reads_completed_total{device="sdh"} 5.988417e+07 node_disk_reads_completed_total{device="sdi"} 6.0149069e+07 node_disk_reads_completed_total{device="sdj"} 7.4484491e+07 node_disk_reads_completed_total{device="sdk"} 6.6416062e+07 node_disk_reads_completed_total{device="sdl"} 7.0156233e+07 node_disk_reads_completed_total{device="sdm"} 6.758518e+07 node_disk_reads_completed_total{device="sdn"} 14321 # 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"} 0 node_disk_reads_merged_total{device="nvme1n1"} 2.170572e+06 node_disk_reads_merged_total{device="sda"} 9.797393e+07 node_disk_reads_merged_total{device="sdb"} 63767 node_disk_reads_merged_total{device="sdc"} 1.09936421e+08 node_disk_reads_merged_total{device="sdd"} 1.01550859e+08 node_disk_reads_merged_total{device="sde"} 1.20165022e+08 node_disk_reads_merged_total{device="sdf"} 9.770677e+07 node_disk_reads_merged_total{device="sdg"} 1.13839783e+08 node_disk_reads_merged_total{device="sdh"} 9.1312538e+07 node_disk_reads_merged_total{device="sdi"} 9.2395938e+07 node_disk_reads_merged_total{device="sdj"} 1.13896194e+08 node_disk_reads_merged_total{device="sdk"} 1.00031512e+08 node_disk_reads_merged_total{device="sdl"} 1.06054996e+08 node_disk_reads_merged_total{device="sdm"} 1.0345446e+08 node_disk_reads_merged_total{device="sdn"} 13 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="dm-0"} 2.8963809790000003e+06 node_disk_write_time_seconds_total{device="dm-1"} 94777.282 node_disk_write_time_seconds_total{device="dm-10"} 2.435190191e+06 node_disk_write_time_seconds_total{device="dm-11"} 100323.014 node_disk_write_time_seconds_total{device="dm-12"} 2.256934315e+06 node_disk_write_time_seconds_total{device="dm-13"} 90193.726 node_disk_write_time_seconds_total{device="dm-14"} 2.45328192e+06 node_disk_write_time_seconds_total{device="dm-15"} 94247.005 node_disk_write_time_seconds_total{device="dm-16"} 2.66513022e+06 node_disk_write_time_seconds_total{device="dm-17"} 95264.674 node_disk_write_time_seconds_total{device="dm-18"} 2.3669411350000002e+06 node_disk_write_time_seconds_total{device="dm-19"} 91156.448 node_disk_write_time_seconds_total{device="dm-2"} 2.52560586e+06 node_disk_write_time_seconds_total{device="dm-20"} 2.37143662e+06 node_disk_write_time_seconds_total{device="dm-21"} 89246.857 node_disk_write_time_seconds_total{device="dm-22"} 2.299595417e+06 node_disk_write_time_seconds_total{device="dm-23"} 84447.585 node_disk_write_time_seconds_total{device="dm-3"} 98039.66900000001 node_disk_write_time_seconds_total{device="dm-4"} 2.358458443e+06 node_disk_write_time_seconds_total{device="dm-5"} 91052.494 node_disk_write_time_seconds_total{device="dm-6"} 2.390342032e+06 node_disk_write_time_seconds_total{device="dm-7"} 91749.421 node_disk_write_time_seconds_total{device="dm-8"} 2.218896599e+06 node_disk_write_time_seconds_total{device="dm-9"} 85506.576 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"} 437120.278 node_disk_write_time_seconds_total{device="nvme1n1"} 43096.351 node_disk_write_time_seconds_total{device="sda"} 200260.79200000002 node_disk_write_time_seconds_total{device="sdb"} 7062.462 node_disk_write_time_seconds_total{device="sdc"} 210631.17500000002 node_disk_write_time_seconds_total{device="sdd"} 192412.464 node_disk_write_time_seconds_total{device="sde"} 237441.786 node_disk_write_time_seconds_total{device="sdf"} 188968.309 node_disk_write_time_seconds_total{device="sdg"} 224483.23500000002 node_disk_write_time_seconds_total{device="sdh"} 188623.03 node_disk_write_time_seconds_total{device="sdi"} 200805.035 node_disk_write_time_seconds_total{device="sdj"} 212263.245 node_disk_write_time_seconds_total{device="sdk"} 197724.03 node_disk_write_time_seconds_total{device="sdl"} 197790.419 node_disk_write_time_seconds_total{device="sdm"} 208753.913 node_disk_write_time_seconds_total{device="sdn"} 13690.678 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="dm-0"} 1.66504652e+08 node_disk_writes_completed_total{device="dm-1"} 8.0052411e+07 node_disk_writes_completed_total{device="dm-10"} 1.66683203e+08 node_disk_writes_completed_total{device="dm-11"} 8.4618997e+07 node_disk_writes_completed_total{device="dm-12"} 1.4451397e+08 node_disk_writes_completed_total{device="dm-13"} 6.7827098e+07 node_disk_writes_completed_total{device="dm-14"} 1.60683724e+08 node_disk_writes_completed_total{device="dm-15"} 7.5684375e+07 node_disk_writes_completed_total{device="dm-16"} 1.60375952e+08 node_disk_writes_completed_total{device="dm-17"} 8.0860453e+07 node_disk_writes_completed_total{device="dm-18"} 1.54564327e+08 node_disk_writes_completed_total{device="dm-19"} 7.4312634e+07 node_disk_writes_completed_total{device="dm-2"} 1.58599309e+08 node_disk_writes_completed_total{device="dm-20"} 1.48726382e+08 node_disk_writes_completed_total{device="dm-21"} 6.7212538e+07 node_disk_writes_completed_total{device="dm-22"} 1.42668572e+08 node_disk_writes_completed_total{device="dm-23"} 6.5026433e+07 node_disk_writes_completed_total{device="dm-3"} 7.6784968e+07 node_disk_writes_completed_total{device="dm-4"} 1.50488994e+08 node_disk_writes_completed_total{device="dm-5"} 6.9957553e+07 node_disk_writes_completed_total{device="dm-6"} 1.4869344e+08 node_disk_writes_completed_total{device="dm-7"} 6.8223948e+07 node_disk_writes_completed_total{device="dm-8"} 1.42698331e+08 node_disk_writes_completed_total{device="dm-9"} 6.4558024e+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"} 3.42877707e+08 node_disk_writes_completed_total{device="nvme1n1"} 3.6210466e+07 node_disk_writes_completed_total{device="sda"} 1.2765421e+07 node_disk_writes_completed_total{device="sdb"} 1.1223493e+07 node_disk_writes_completed_total{device="sdc"} 1.4385011e+07 node_disk_writes_completed_total{device="sdd"} 1.224213e+07 node_disk_writes_completed_total{device="sde"} 1.418675e+07 node_disk_writes_completed_total{device="sdf"} 1.2399556e+07 node_disk_writes_completed_total{device="sdg"} 1.3864915e+07 node_disk_writes_completed_total{device="sdh"} 1.2327383e+07 node_disk_writes_completed_total{device="sdi"} 1.3366697e+07 node_disk_writes_completed_total{device="sdj"} 1.3709585e+07 node_disk_writes_completed_total{device="sdk"} 1.2920675e+07 node_disk_writes_completed_total{device="sdl"} 1.2748233e+07 node_disk_writes_completed_total{device="sdm"} 1.3743457e+07 node_disk_writes_completed_total{device="sdn"} 3.561272e+06 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="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.32567576e+08 node_disk_writes_merged_total{device="nvme1n1"} 1.20812787e+08 node_disk_writes_merged_total{device="sda"} 1.35928268e+08 node_disk_writes_merged_total{device="sdb"} 2.7517771e+07 node_disk_writes_merged_total{device="sdc"} 1.52298441e+08 node_disk_writes_merged_total{device="sdd"} 1.30426689e+08 node_disk_writes_merged_total{device="sde"} 1.52318152e+08 node_disk_writes_merged_total{device="sdf"} 1.32114661e+08 node_disk_writes_merged_total{device="sdg"} 1.46511282e+08 node_disk_writes_merged_total{device="sdh"} 1.30371197e+08 node_disk_writes_merged_total{device="sdi"} 1.41197877e+08 node_disk_writes_merged_total{device="sdj"} 1.44889972e+08 node_disk_writes_merged_total{device="sdk"} 1.37568565e+08 node_disk_writes_merged_total{device="sdl"} 1.35978396e+08 node_disk_writes_merged_total{device="sdm"} 1.4694051e+08 node_disk_writes_merged_total{device="sdn"} 2.611015e+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"} 1.0696329682944e+13 node_disk_written_bytes_total{device="dm-1"} 2.69483180032e+11 node_disk_written_bytes_total{device="dm-10"} 1.0695143583744e+13 node_disk_written_bytes_total{device="dm-11"} 2.85427945472e+11 node_disk_written_bytes_total{device="dm-12"} 9.27794731008e+12 node_disk_written_bytes_total{device="dm-13"} 2.30238019584e+11 node_disk_written_bytes_total{device="dm-14"} 1.0318644281344e+13 node_disk_written_bytes_total{device="dm-15"} 2.53726728192e+11 node_disk_written_bytes_total{device="dm-16"} 1.0289241808896e+13 node_disk_written_bytes_total{device="dm-17"} 2.7320434688e+11 node_disk_written_bytes_total{device="dm-18"} 9.916064477184e+12 node_disk_written_bytes_total{device="dm-19"} 2.49664045056e+11 node_disk_written_bytes_total{device="dm-2"} 1.0175293288448e+13 node_disk_written_bytes_total{device="dm-20"} 9.549314830336e+12 node_disk_written_bytes_total{device="dm-21"} 2.26341736448e+11 node_disk_written_bytes_total{device="dm-22"} 9.159725391872e+12 node_disk_written_bytes_total{device="dm-23"} 2.18479579136e+11 node_disk_written_bytes_total{device="dm-3"} 2.60610613248e+11 node_disk_written_bytes_total{device="dm-4"} 9.661023883264e+12 node_disk_written_bytes_total{device="dm-5"} 2.36286803968e+11 node_disk_written_bytes_total{device="dm-6"} 9.545622167552e+12 node_disk_written_bytes_total{device="dm-7"} 2.31195467776e+11 node_disk_written_bytes_total{device="dm-8"} 9.15573874688e+12 node_disk_written_bytes_total{device="dm-9"} 2.16541351936e+11 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.951207101952e+12 node_disk_written_bytes_total{device="nvme1n1"} 6.44250079232e+11 node_disk_written_bytes_total{device="sda"} 9.545832822272e+12 node_disk_written_bytes_total{device="sdb"} 2.23033881088e+11 node_disk_written_bytes_total{device="sdc"} 1.0695354238464e+13 node_disk_written_bytes_total{device="sdd"} 9.159936046592e+12 node_disk_written_bytes_total{device="sde"} 1.0696540337664e+13 node_disk_written_bytes_total{device="sdf"} 9.2781579648e+12 node_disk_written_bytes_total{device="sdg"} 1.0289452463616e+13 node_disk_written_bytes_total{device="sdh"} 9.1559494016e+12 node_disk_written_bytes_total{device="sdi"} 9.916275131904e+12 node_disk_written_bytes_total{device="sdj"} 1.0175503943168e+13 node_disk_written_bytes_total{device="sdk"} 9.661234537984e+12 node_disk_written_bytes_total{device="sdl"} 9.549525485056e+12 node_disk_written_bytes_total{device="sdm"} 1.0318854936064e+13 node_disk_written_bytes_total{device="sdn"} 1.763262503424e+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 12512 # 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/sdb1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.01682944e+08 node_filesystem_avail_bytes{device="/dev/sdb2",device_error="",fstype="ext4",mountpoint="/boot"} 5.90036992e+08 node_filesystem_avail_bytes{device="/dev/sdb3",device_error="",fstype="ext4",mountpoint="/"} 1.42001360896e+11 node_filesystem_avail_bytes{device="/dev/sdn",device_error="",fstype="xfs",mountpoint="/scratch"} 1.852264996864e+12 node_filesystem_avail_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 3.027098138574848e+15 node_filesystem_avail_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 3.027098138574848e+15 node_filesystem_avail_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 8.3151380545536e+13 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 3.5107326464e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 3.5107326464e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 3.5107326464e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 3.5107326464e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 3.5107326464e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 3.5107326464e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 3.5107326464e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 3.5107326464e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 3.5107326464e+10 node_filesystem_avail_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 9.461493137408e+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.07826286592e+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/sdb1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sdb2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/sdb3",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.135: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.135: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.135: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/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/037d34fd240be51d9b02ceb8a14da1a07047d6c97409501b522b22f425d72d6d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/058e9362fecd7ceaaa6d2b2652d5355506b2a97803c35e8fb863b5adb428c055/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09cbea2766c083dfe1374d4131c82bfe5172522df12ae2ac2f28a048735ad2c9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f664344ccfa0dd65ec2295432ce87c21fafaf939f55ae93f6a462fc5c77d81d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/122c67ba0ffe41b8898f2d004ca6d9ac78fb4727c494a65fe786ee83d46cf318/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2386ce86b48aeea3593ed4389f960fe5d98761af187607cdf9e551c3f4ff4a0d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/23bd78c16e81d8130983ebf353469bf8ac8329076544b2559842bd2670bba66d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2de44a8e02f1ffae879e020b8c85576df5891274408c9d2d71219794c37ef418/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/301e0597e59d466d6e7c2c818dbb5931046cc3f4de06bc6848dc025c0a120b4e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/33ba13d586c7adaf2e67e4229ceb0cc4298d0646e3f016b29592362d5e28fd60/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39641a330dbe06a7c057da5656efd4e9ab4e990cc005ecad671a12bbeec43a3a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41e96ad73ec98d1128c0479da10224865ad26e70e1918d75e437e88493764c9e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/544d47fa835565077b1d0228113acc2fd9d4c5f94614a579b0f83adbcf433797/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58c3cc89dd6ac36690e09289a6b53053ae4569366cd4cfb68ece6dd7b2a577c4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f56f9490dd4df599e469b3194937b0aa4778f5a47dd218133ed3579d6f83d4e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/640018f55c27e9e474222a9f8e0eee4dfd77e500a59c58c3553de594d3fac6b2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6484b25cf58df549aac4672ba5122c3bba1f979c724b976d46391c38756c0f73/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7277792b7fb668b2dee746c67f2b31289869fb0c47781da8baf3a91046738457/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/995f97c2dcd8a96395a94d662c6e580eeed4be5e9fc9bb19579ff4dde75c51d9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9d69b4a029fc35bfe828e1180fbad278310a51a487266d15714b7fea904e483e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aaef0789a32de34bf8d90e248af4bc8e1ffb5d1588e94969d6317f010013d761/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c9bcd437b2e4c38b62a15f495c6bff32b3bbf5241b629775f3b5ad80f89c78b1/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cabd2181dae20fa69728aa3c7ba46002adc5a2c6b32a779f86b10969fab839e0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d0cb37b23025779520fc04a75f51792b44a8ed5b2141ec5f36401ae7c16d1e08/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d73dc3aa2f49cd024f96d7a3cd2fd41339779d4247b74f3f6abeb59cf8ec81b4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4e11db6776ae48067640822b806f6b272d38f0080e2c62d6fad411211d02573/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e53cd319304aab734a33882cd6b72f709315155ce65f38b8937709ea4a46faa2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e90cb3cfaacee6f6ccbd27be763aa5bf9c7db96b0bea35ab61ffb452566720cd/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f0e444c896a35508776bb9afb937d76264aa51b64a44483604909c98176f9403/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f0f40f72220947d6833637b85584e961e5145954b94a188337cb6323c06811c4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff43bc3ab6e605d05677f5f555b1bc3d85c09432b2dec01c205aa18afbd79b5c/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/sdb1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sdb2",device_error="",fstype="ext4",mountpoint="/boot"} 65536 node_filesystem_files{device="/dev/sdb3",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.135:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 9.40267477e+08 node_filesystem_files{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 9.40267477e+08 node_filesystem_files{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.3778679e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 13086 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 1.41900249e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 2.81585374e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 66 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.2003592e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 2.28662444e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 7.34249421e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 1.017545242e+09 node_filesystem_files{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.866836074e+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/sdb1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sdb2",device_error="",fstype="ext4",mountpoint="/boot"} 65490 node_filesystem_files_free{device="/dev/sdb3",device_error="",fstype="ext4",mountpoint="/"} 1.3892211e+07 node_filesystem_files_free{device="/dev/sdn",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87355602e+08 node_filesystem_files_free{device="192.170.241.193:6789,192.170.240.135: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.135: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.135: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.41900196e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 2.80445439e+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.200357e+07 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 2.28662432e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 7.30719521e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 1.017538816e+09 node_filesystem_files_free{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.8479478448e+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"} 814560 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sdb1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.01682944e+08 node_filesystem_free_bytes{device="/dev/sdb2",device_error="",fstype="ext4",mountpoint="/boot"} 6.6050048e+08 node_filesystem_free_bytes{device="/dev/sdb3",device_error="",fstype="ext4",mountpoint="/"} 1.53953394688e+11 node_filesystem_free_bytes{device="/dev/sdn",device_error="",fstype="xfs",mountpoint="/scratch"} 1.852264996864e+12 node_filesystem_free_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 3.027098138574848e+15 node_filesystem_free_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 3.027098138574848e+15 node_filesystem_free_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 8.3151380545536e+13 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 3.5107326464e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 3.5107326464e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 3.5107326464e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 3.5107326464e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 3.5107326464e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 3.5107326464e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 3.5107326464e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 3.5107326464e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 3.5107326464e+10 node_filesystem_free_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 9.461493137408e+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.07826286592e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sdb1",major="8",minor="17",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sdb2",major="8",minor="18",mountpoint="/boot"} 1 node_filesystem_mount_info{device="/dev/sdb3",major="8",minor="19",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.135:6789,192.170.241.192:6789:/cold",major="0",minor="44",mountpoint="/cold"} 1 node_filesystem_mount_info{device="192.170.241.193:6789,192.170.240.135: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.135:6789,192.170.241.192:6789:/work",major="0",minor="45",mountpoint="/work"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="205",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="239",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="245",mountpoint="/var/cvmfs/sft.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="254",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="256",mountpoint="/var/cvmfs/atlas.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="257",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="290",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="294",mountpoint="/var/cvmfs/unpacked.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="389",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="nfs.af.uchicago.edu:/export/home",major="0",minor="49",mountpoint="/home"} 1 node_filesystem_mount_info{device="none",major="0",minor="33",mountpoint="/run/credentials/systemd-sysctl.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="34",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="36",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="24",mountpoint="/run"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sdb1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sdb2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="/dev/sdb3",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.135: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.135: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.135: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/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/sdb1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sdb2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sdb3",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.135: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.135: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.135: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/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/037d34fd240be51d9b02ceb8a14da1a07047d6c97409501b522b22f425d72d6d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/058e9362fecd7ceaaa6d2b2652d5355506b2a97803c35e8fb863b5adb428c055/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09cbea2766c083dfe1374d4131c82bfe5172522df12ae2ac2f28a048735ad2c9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f664344ccfa0dd65ec2295432ce87c21fafaf939f55ae93f6a462fc5c77d81d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/122c67ba0ffe41b8898f2d004ca6d9ac78fb4727c494a65fe786ee83d46cf318/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2386ce86b48aeea3593ed4389f960fe5d98761af187607cdf9e551c3f4ff4a0d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/23bd78c16e81d8130983ebf353469bf8ac8329076544b2559842bd2670bba66d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2de44a8e02f1ffae879e020b8c85576df5891274408c9d2d71219794c37ef418/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/301e0597e59d466d6e7c2c818dbb5931046cc3f4de06bc6848dc025c0a120b4e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/33ba13d586c7adaf2e67e4229ceb0cc4298d0646e3f016b29592362d5e28fd60/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39641a330dbe06a7c057da5656efd4e9ab4e990cc005ecad671a12bbeec43a3a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41e96ad73ec98d1128c0479da10224865ad26e70e1918d75e437e88493764c9e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/544d47fa835565077b1d0228113acc2fd9d4c5f94614a579b0f83adbcf433797/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58c3cc89dd6ac36690e09289a6b53053ae4569366cd4cfb68ece6dd7b2a577c4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f56f9490dd4df599e469b3194937b0aa4778f5a47dd218133ed3579d6f83d4e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/640018f55c27e9e474222a9f8e0eee4dfd77e500a59c58c3553de594d3fac6b2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6484b25cf58df549aac4672ba5122c3bba1f979c724b976d46391c38756c0f73/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7277792b7fb668b2dee746c67f2b31289869fb0c47781da8baf3a91046738457/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/995f97c2dcd8a96395a94d662c6e580eeed4be5e9fc9bb19579ff4dde75c51d9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9d69b4a029fc35bfe828e1180fbad278310a51a487266d15714b7fea904e483e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aaef0789a32de34bf8d90e248af4bc8e1ffb5d1588e94969d6317f010013d761/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c9bcd437b2e4c38b62a15f495c6bff32b3bbf5241b629775f3b5ad80f89c78b1/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cabd2181dae20fa69728aa3c7ba46002adc5a2c6b32a779f86b10969fab839e0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d0cb37b23025779520fc04a75f51792b44a8ed5b2141ec5f36401ae7c16d1e08/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d73dc3aa2f49cd024f96d7a3cd2fd41339779d4247b74f3f6abeb59cf8ec81b4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4e11db6776ae48067640822b806f6b272d38f0080e2c62d6fad411211d02573/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e53cd319304aab734a33882cd6b72f709315155ce65f38b8937709ea4a46faa2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e90cb3cfaacee6f6ccbd27be763aa5bf9c7db96b0bea35ab61ffb452566720cd/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f0e444c896a35508776bb9afb937d76264aa51b64a44483604909c98176f9403/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f0f40f72220947d6833637b85584e961e5145954b94a188337cb6323c06811c4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff43bc3ab6e605d05677f5f555b1bc3d85c09432b2dec01c205aa18afbd79b5c/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/sdb1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.0946944e+08 node_filesystem_size_bytes{device="/dev/sdb2",device_error="",fstype="ext4",mountpoint="/boot"} 1.02070272e+09 node_filesystem_size_bytes{device="/dev/sdb3",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.135:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 6.456842297278464e+15 node_filesystem_size_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 6.456842297278464e+15 node_filesystem_size_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.25570637627392e+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/unpacked.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 2.658185248768e+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.08011761664e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 5.2790549e+07 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="pci0000:00_0000:00:18_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:19_3",chip_name="k10temp"} 1 # HELP node_hwmon_power_average_interval_max_seconds Hardware monitor power usage update interval (average_interval_max) # TYPE node_hwmon_power_average_interval_max_seconds gauge node_hwmon_power_average_interval_max_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 604800 # HELP node_hwmon_power_average_interval_min_seconds Hardware monitor power usage update interval (average_interval_min) # TYPE node_hwmon_power_average_interval_min_seconds gauge node_hwmon_power_average_interval_min_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 2 # HELP node_hwmon_power_average_interval_seconds Hardware monitor power usage update interval (average_interval) # TYPE node_hwmon_power_average_interval_seconds gauge node_hwmon_power_average_interval_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 2 # HELP node_hwmon_power_average_watt Hardware monitor for power usage in watts (average) # TYPE node_hwmon_power_average_watt gauge node_hwmon_power_average_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 480 # 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"} 46.375 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 38.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp5"} 39.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp7"} 37.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp9"} 46.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp1"} 47.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp3"} 35.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp5"} 43.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp7"} 48 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp9"} 37.75 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 4.6459228913e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 6.85 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 4.69 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 5.07 # 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.893921792e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.1078017024e+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 7.184095232e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 5.907677184e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 3.8425174016e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.77670674432e+11 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 4.4536717312e+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.70029402112e+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 7.9135023104e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 4.66003951616e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 8.227127296e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.053622272e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 163840 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.79867648e+08 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.50361769984e+11 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 2.50181902336e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 8.323072e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.992548352e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.91142066176e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.53588727808e+11 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.4005880832e+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.5622144e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.27155712e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.9209351168e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.668273664e+09 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 1.89227008e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.1877624832e+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.60676864e+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 63 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 5.132467e+06 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 4.787601e+06 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 7536 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 32691 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 33837 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1.51395907285e+11 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 3.465302593e+09 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.44247610659883e+14 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 4.5600930997399e+13 # 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 5 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 1 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 1.06345676e+08 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 5565 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 18511 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 3.297007e+06 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 6402 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 2007 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 7.680007306e+09 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 1.719624e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.0159010836e+10 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2.998256e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 4.832035e+06 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 8 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 342 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 8 # 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.8403354e+07 # 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 9200 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 3.917177e+07 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="cali0d14188a6e0"} 3 node_network_address_assign_type{device="cali45bed3bb4d9"} 3 node_network_address_assign_type{device="cali820b5c4ea42"} 3 node_network_address_assign_type{device="cali843dd96c301"} 3 node_network_address_assign_type{device="calib08334272e8"} 3 node_network_address_assign_type{device="calib3fe3cb132e"} 3 node_network_address_assign_type{device="calib98c286dcf7"} 3 node_network_address_assign_type{device="calidfce73b4f2a"} 3 node_network_address_assign_type{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 1 node_network_carrier{device="cali820b5c4ea42"} 1 node_network_carrier{device="cali843dd96c301"} 1 node_network_carrier{device="calib08334272e8"} 1 node_network_carrier{device="calib3fe3cb132e"} 1 node_network_carrier{device="calib98c286dcf7"} 1 node_network_carrier{device="calidfce73b4f2a"} 1 node_network_carrier{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 2 node_network_carrier_changes_total{device="cali820b5c4ea42"} 2 node_network_carrier_changes_total{device="cali843dd96c301"} 2 node_network_carrier_changes_total{device="calib08334272e8"} 2 node_network_carrier_changes_total{device="calib3fe3cb132e"} 2 node_network_carrier_changes_total{device="calib98c286dcf7"} 2 node_network_carrier_changes_total{device="calidfce73b4f2a"} 2 node_network_carrier_changes_total{device="calieca045dba4e"} 2 node_network_carrier_changes_total{device="docker0"} 17 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="cali45bed3bb4d9"} 1 node_network_carrier_down_changes_total{device="cali820b5c4ea42"} 1 node_network_carrier_down_changes_total{device="cali843dd96c301"} 1 node_network_carrier_down_changes_total{device="calib08334272e8"} 1 node_network_carrier_down_changes_total{device="calib3fe3cb132e"} 1 node_network_carrier_down_changes_total{device="calib98c286dcf7"} 1 node_network_carrier_down_changes_total{device="calidfce73b4f2a"} 1 node_network_carrier_down_changes_total{device="calieca045dba4e"} 1 node_network_carrier_down_changes_total{device="docker0"} 9 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="cali45bed3bb4d9"} 1 node_network_carrier_up_changes_total{device="cali820b5c4ea42"} 1 node_network_carrier_up_changes_total{device="cali843dd96c301"} 1 node_network_carrier_up_changes_total{device="calib08334272e8"} 1 node_network_carrier_up_changes_total{device="calib3fe3cb132e"} 1 node_network_carrier_up_changes_total{device="calib98c286dcf7"} 1 node_network_carrier_up_changes_total{device="calidfce73b4f2a"} 1 node_network_carrier_up_changes_total{device="calieca045dba4e"} 1 node_network_carrier_up_changes_total{device="docker0"} 8 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="cali45bed3bb4d9"} 0 node_network_device_id{device="cali820b5c4ea42"} 0 node_network_device_id{device="cali843dd96c301"} 0 node_network_device_id{device="calib08334272e8"} 0 node_network_device_id{device="calib3fe3cb132e"} 0 node_network_device_id{device="calib98c286dcf7"} 0 node_network_device_id{device="calidfce73b4f2a"} 0 node_network_device_id{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 0 node_network_dormant{device="cali820b5c4ea42"} 0 node_network_dormant{device="cali843dd96c301"} 0 node_network_dormant{device="calib08334272e8"} 0 node_network_dormant{device="calib3fe3cb132e"} 0 node_network_dormant{device="calib98c286dcf7"} 0 node_network_dormant{device="calidfce73b4f2a"} 0 node_network_dormant{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 4099 node_network_flags{device="cali820b5c4ea42"} 4099 node_network_flags{device="cali843dd96c301"} 4099 node_network_flags{device="calib08334272e8"} 4099 node_network_flags{device="calib3fe3cb132e"} 4099 node_network_flags{device="calib98c286dcf7"} 4099 node_network_flags{device="calidfce73b4f2a"} 4099 node_network_flags{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 403 node_network_iface_id{device="cali820b5c4ea42"} 61 node_network_iface_id{device="cali843dd96c301"} 9 node_network_iface_id{device="calib08334272e8"} 12 node_network_iface_id{device="calib3fe3cb132e"} 10 node_network_iface_id{device="calib98c286dcf7"} 401 node_network_iface_id{device="calidfce73b4f2a"} 11 node_network_iface_id{device="calieca045dba4e"} 53 node_network_iface_id{device="docker0"} 373 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="cali45bed3bb4d9"} 2 node_network_iface_link{device="cali820b5c4ea42"} 2 node_network_iface_link{device="cali843dd96c301"} 2 node_network_iface_link{device="calib08334272e8"} 2 node_network_iface_link{device="calib3fe3cb132e"} 2 node_network_iface_link{device="calib98c286dcf7"} 2 node_network_iface_link{device="calidfce73b4f2a"} 2 node_network_iface_link{device="calieca045dba4e"} 2 node_network_iface_link{device="docker0"} 373 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="cali45bed3bb4d9"} 0 node_network_iface_link_mode{device="cali820b5c4ea42"} 0 node_network_iface_link_mode{device="cali843dd96c301"} 0 node_network_iface_link_mode{device="calib08334272e8"} 0 node_network_iface_link_mode{device="calib3fe3cb132e"} 0 node_network_iface_link_mode{device="calib98c286dcf7"} 0 node_network_iface_link_mode{device="calidfce73b4f2a"} 0 node_network_iface_link_mode{device="calieca045dba4e"} 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="be:86:4d:df:8d:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="c4:5a:b1:ab:86:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c4:5a:b1:ab:86:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno2",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="e4:3d:1a:03:85:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno33np0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e4:3d:1a:03:85:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno33np0.3604",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e4:3d:1a:03:85:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno34np1",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="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="cali45bed3bb4d9",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="cali820b5c4ea42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali843dd96c301",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calib08334272e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calib3fe3cb132e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calib98c286dcf7",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="calieca045dba4e",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="cali0d14188a6e0"} 9000 node_network_mtu_bytes{device="cali45bed3bb4d9"} 9000 node_network_mtu_bytes{device="cali820b5c4ea42"} 9000 node_network_mtu_bytes{device="cali843dd96c301"} 9000 node_network_mtu_bytes{device="calib08334272e8"} 9000 node_network_mtu_bytes{device="calib3fe3cb132e"} 9000 node_network_mtu_bytes{device="calib98c286dcf7"} 9000 node_network_mtu_bytes{device="calidfce73b4f2a"} 9000 node_network_mtu_bytes{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 3 node_network_name_assign_type{device="cali820b5c4ea42"} 3 node_network_name_assign_type{device="cali843dd96c301"} 3 node_network_name_assign_type{device="calib08334272e8"} 3 node_network_name_assign_type{device="calib3fe3cb132e"} 3 node_network_name_assign_type{device="calib98c286dcf7"} 3 node_network_name_assign_type{device="calidfce73b4f2a"} 3 node_network_name_assign_type{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 0 node_network_net_dev_group{device="cali820b5c4ea42"} 0 node_network_net_dev_group{device="cali843dd96c301"} 0 node_network_net_dev_group{device="calib08334272e8"} 0 node_network_net_dev_group{device="calib3fe3cb132e"} 0 node_network_net_dev_group{device="calib98c286dcf7"} 0 node_network_net_dev_group{device="calidfce73b4f2a"} 0 node_network_net_dev_group{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 1 node_network_protocol_type{device="cali820b5c4ea42"} 1 node_network_protocol_type{device="cali843dd96c301"} 1 node_network_protocol_type{device="calib08334272e8"} 1 node_network_protocol_type{device="calib3fe3cb132e"} 1 node_network_protocol_type{device="calib98c286dcf7"} 1 node_network_protocol_type{device="calidfce73b4f2a"} 1 node_network_protocol_type{device="calieca045dba4e"} 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"} 6.5011033e+07 node_network_receive_bytes_total{device="cali45bed3bb4d9"} 1.473586e+07 node_network_receive_bytes_total{device="cali820b5c4ea42"} 1.64682474806e+11 node_network_receive_bytes_total{device="cali843dd96c301"} 6.71099742e+08 node_network_receive_bytes_total{device="calib08334272e8"} 1.6365428e+07 node_network_receive_bytes_total{device="calib3fe3cb132e"} 1.39097356e+08 node_network_receive_bytes_total{device="calib98c286dcf7"} 2.3934397e+07 node_network_receive_bytes_total{device="calidfce73b4f2a"} 11830 node_network_receive_bytes_total{device="calieca045dba4e"} 1.680177527e+09 node_network_receive_bytes_total{device="docker0"} 8.8634638e+07 node_network_receive_bytes_total{device="eno1"} 6.38016055e+08 node_network_receive_bytes_total{device="eno2"} 0 node_network_receive_bytes_total{device="eno33np0"} 1.44414776711232e+14 node_network_receive_bytes_total{device="eno33np0.3604"} 1.43478493780232e+14 node_network_receive_bytes_total{device="eno34np1"} 0 node_network_receive_bytes_total{device="lo"} 7.53718315999e+11 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="cali0d14188a6e0"} 0 node_network_receive_compressed_total{device="cali45bed3bb4d9"} 0 node_network_receive_compressed_total{device="cali820b5c4ea42"} 0 node_network_receive_compressed_total{device="cali843dd96c301"} 0 node_network_receive_compressed_total{device="calib08334272e8"} 0 node_network_receive_compressed_total{device="calib3fe3cb132e"} 0 node_network_receive_compressed_total{device="calib98c286dcf7"} 0 node_network_receive_compressed_total{device="calidfce73b4f2a"} 0 node_network_receive_compressed_total{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 0 node_network_receive_drop_total{device="cali820b5c4ea42"} 0 node_network_receive_drop_total{device="cali843dd96c301"} 0 node_network_receive_drop_total{device="calib08334272e8"} 0 node_network_receive_drop_total{device="calib3fe3cb132e"} 0 node_network_receive_drop_total{device="calib98c286dcf7"} 0 node_network_receive_drop_total{device="calidfce73b4f2a"} 0 node_network_receive_drop_total{device="calieca045dba4e"} 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"} 141019 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="cali45bed3bb4d9"} 0 node_network_receive_errs_total{device="cali820b5c4ea42"} 0 node_network_receive_errs_total{device="cali843dd96c301"} 0 node_network_receive_errs_total{device="calib08334272e8"} 0 node_network_receive_errs_total{device="calib3fe3cb132e"} 0 node_network_receive_errs_total{device="calib98c286dcf7"} 0 node_network_receive_errs_total{device="calidfce73b4f2a"} 0 node_network_receive_errs_total{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 0 node_network_receive_fifo_total{device="cali820b5c4ea42"} 0 node_network_receive_fifo_total{device="cali843dd96c301"} 0 node_network_receive_fifo_total{device="calib08334272e8"} 0 node_network_receive_fifo_total{device="calib3fe3cb132e"} 0 node_network_receive_fifo_total{device="calib98c286dcf7"} 0 node_network_receive_fifo_total{device="calidfce73b4f2a"} 0 node_network_receive_fifo_total{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 0 node_network_receive_frame_total{device="cali820b5c4ea42"} 0 node_network_receive_frame_total{device="cali843dd96c301"} 0 node_network_receive_frame_total{device="calib08334272e8"} 0 node_network_receive_frame_total{device="calib3fe3cb132e"} 0 node_network_receive_frame_total{device="calib98c286dcf7"} 0 node_network_receive_frame_total{device="calidfce73b4f2a"} 0 node_network_receive_frame_total{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 0 node_network_receive_multicast_total{device="cali820b5c4ea42"} 0 node_network_receive_multicast_total{device="cali843dd96c301"} 0 node_network_receive_multicast_total{device="calib08334272e8"} 0 node_network_receive_multicast_total{device="calib3fe3cb132e"} 0 node_network_receive_multicast_total{device="calib98c286dcf7"} 0 node_network_receive_multicast_total{device="calidfce73b4f2a"} 0 node_network_receive_multicast_total{device="calieca045dba4e"} 0 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="eno1"} 5.314144e+06 node_network_receive_multicast_total{device="eno2"} 0 node_network_receive_multicast_total{device="eno33np0"} 451344 node_network_receive_multicast_total{device="eno33np0.3604"} 255015 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="cali45bed3bb4d9"} 0 node_network_receive_nohandler_total{device="cali820b5c4ea42"} 0 node_network_receive_nohandler_total{device="cali843dd96c301"} 0 node_network_receive_nohandler_total{device="calib08334272e8"} 0 node_network_receive_nohandler_total{device="calib3fe3cb132e"} 0 node_network_receive_nohandler_total{device="calib98c286dcf7"} 0 node_network_receive_nohandler_total{device="calidfce73b4f2a"} 0 node_network_receive_nohandler_total{device="calieca045dba4e"} 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"} 630613 node_network_receive_packets_total{device="cali45bed3bb4d9"} 29856 node_network_receive_packets_total{device="cali820b5c4ea42"} 2.1043895e+07 node_network_receive_packets_total{device="cali843dd96c301"} 5.836062e+06 node_network_receive_packets_total{device="calib08334272e8"} 131302 node_network_receive_packets_total{device="calib3fe3cb132e"} 1.421654e+06 node_network_receive_packets_total{device="calib98c286dcf7"} 28203 node_network_receive_packets_total{device="calidfce73b4f2a"} 167 node_network_receive_packets_total{device="calieca045dba4e"} 1.1210745e+07 node_network_receive_packets_total{device="docker0"} 958205 node_network_receive_packets_total{device="eno1"} 5.602e+06 node_network_receive_packets_total{device="eno2"} 0 node_network_receive_packets_total{device="eno33np0"} 1.9163298862e+10 node_network_receive_packets_total{device="eno33np0.3604"} 7.808866338e+09 node_network_receive_packets_total{device="eno34np1"} 0 node_network_receive_packets_total{device="lo"} 2.4689964e+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="cali45bed3bb4d9"} 1.25e+09 node_network_speed_bytes{device="cali820b5c4ea42"} 1.25e+09 node_network_speed_bytes{device="cali843dd96c301"} 1.25e+09 node_network_speed_bytes{device="calib08334272e8"} 1.25e+09 node_network_speed_bytes{device="calib3fe3cb132e"} 1.25e+09 node_network_speed_bytes{device="calib98c286dcf7"} 1.25e+09 node_network_speed_bytes{device="calidfce73b4f2a"} 1.25e+09 node_network_speed_bytes{device="calieca045dba4e"} 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"} 7.974262478e+09 node_network_transmit_bytes_total{device="cali45bed3bb4d9"} 4.8026731e+07 node_network_transmit_bytes_total{device="cali820b5c4ea42"} 1.66862198632e+11 node_network_transmit_bytes_total{device="cali843dd96c301"} 2.138565134e+10 node_network_transmit_bytes_total{device="calib08334272e8"} 1.2767946e+07 node_network_transmit_bytes_total{device="calib3fe3cb132e"} 2.14883831e+08 node_network_transmit_bytes_total{device="calib98c286dcf7"} 7.4608796e+07 node_network_transmit_bytes_total{device="calidfce73b4f2a"} 5.197532e+06 node_network_transmit_bytes_total{device="calieca045dba4e"} 6.8177599215e+10 node_network_transmit_bytes_total{device="docker0"} 5.572560035e+10 node_network_transmit_bytes_total{device="eno1"} 5.394794e+06 node_network_transmit_bytes_total{device="eno2"} 0 node_network_transmit_bytes_total{device="eno33np0"} 4.4843043924963e+13 node_network_transmit_bytes_total{device="eno33np0.3604"} 4.4532616225776e+13 node_network_transmit_bytes_total{device="eno34np1"} 0 node_network_transmit_bytes_total{device="lo"} 7.53718315999e+11 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="cali0d14188a6e0"} 0 node_network_transmit_carrier_total{device="cali45bed3bb4d9"} 0 node_network_transmit_carrier_total{device="cali820b5c4ea42"} 0 node_network_transmit_carrier_total{device="cali843dd96c301"} 0 node_network_transmit_carrier_total{device="calib08334272e8"} 0 node_network_transmit_carrier_total{device="calib3fe3cb132e"} 0 node_network_transmit_carrier_total{device="calib98c286dcf7"} 0 node_network_transmit_carrier_total{device="calidfce73b4f2a"} 0 node_network_transmit_carrier_total{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 0 node_network_transmit_colls_total{device="cali820b5c4ea42"} 0 node_network_transmit_colls_total{device="cali843dd96c301"} 0 node_network_transmit_colls_total{device="calib08334272e8"} 0 node_network_transmit_colls_total{device="calib3fe3cb132e"} 0 node_network_transmit_colls_total{device="calib98c286dcf7"} 0 node_network_transmit_colls_total{device="calidfce73b4f2a"} 0 node_network_transmit_colls_total{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 0 node_network_transmit_compressed_total{device="cali820b5c4ea42"} 0 node_network_transmit_compressed_total{device="cali843dd96c301"} 0 node_network_transmit_compressed_total{device="calib08334272e8"} 0 node_network_transmit_compressed_total{device="calib3fe3cb132e"} 0 node_network_transmit_compressed_total{device="calib98c286dcf7"} 0 node_network_transmit_compressed_total{device="calidfce73b4f2a"} 0 node_network_transmit_compressed_total{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 0 node_network_transmit_drop_total{device="cali820b5c4ea42"} 0 node_network_transmit_drop_total{device="cali843dd96c301"} 0 node_network_transmit_drop_total{device="calib08334272e8"} 0 node_network_transmit_drop_total{device="calib3fe3cb132e"} 0 node_network_transmit_drop_total{device="calib98c286dcf7"} 0 node_network_transmit_drop_total{device="calidfce73b4f2a"} 0 node_network_transmit_drop_total{device="calieca045dba4e"} 0 node_network_transmit_drop_total{device="docker0"} 95 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="cali45bed3bb4d9"} 0 node_network_transmit_errs_total{device="cali820b5c4ea42"} 0 node_network_transmit_errs_total{device="cali843dd96c301"} 0 node_network_transmit_errs_total{device="calib08334272e8"} 0 node_network_transmit_errs_total{device="calib3fe3cb132e"} 0 node_network_transmit_errs_total{device="calib98c286dcf7"} 0 node_network_transmit_errs_total{device="calidfce73b4f2a"} 0 node_network_transmit_errs_total{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 0 node_network_transmit_fifo_total{device="cali820b5c4ea42"} 0 node_network_transmit_fifo_total{device="cali843dd96c301"} 0 node_network_transmit_fifo_total{device="calib08334272e8"} 0 node_network_transmit_fifo_total{device="calib3fe3cb132e"} 0 node_network_transmit_fifo_total{device="calib98c286dcf7"} 0 node_network_transmit_fifo_total{device="calidfce73b4f2a"} 0 node_network_transmit_fifo_total{device="calieca045dba4e"} 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"} 1.512437e+06 node_network_transmit_packets_total{device="cali45bed3bb4d9"} 43105 node_network_transmit_packets_total{device="cali820b5c4ea42"} 3.8691897e+07 node_network_transmit_packets_total{device="cali843dd96c301"} 6.02488e+06 node_network_transmit_packets_total{device="calib08334272e8"} 131161 node_network_transmit_packets_total{device="calib3fe3cb132e"} 1.211656e+06 node_network_transmit_packets_total{device="calib98c286dcf7"} 45146 node_network_transmit_packets_total{device="calidfce73b4f2a"} 19112 node_network_transmit_packets_total{device="calieca045dba4e"} 1.233494e+07 node_network_transmit_packets_total{device="docker0"} 7.798918e+06 node_network_transmit_packets_total{device="eno1"} 20636 node_network_transmit_packets_total{device="eno2"} 0 node_network_transmit_packets_total{device="eno33np0"} 1.0334198945e+10 node_network_transmit_packets_total{device="eno33np0.3604"} 6.256929295e+09 node_network_transmit_packets_total{device="eno34np1"} 0 node_network_transmit_packets_total{device="lo"} 2.4689964e+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="cali45bed3bb4d9"} 0 node_network_transmit_queue_length{device="cali820b5c4ea42"} 0 node_network_transmit_queue_length{device="cali843dd96c301"} 0 node_network_transmit_queue_length{device="calib08334272e8"} 0 node_network_transmit_queue_length{device="calib3fe3cb132e"} 0 node_network_transmit_queue_length{device="calib98c286dcf7"} 0 node_network_transmit_queue_length{device="calidfce73b4f2a"} 0 node_network_transmit_queue_length{device="calieca045dba4e"} 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="cali45bed3bb4d9"} 1 node_network_up{device="cali820b5c4ea42"} 1 node_network_up{device="cali843dd96c301"} 1 node_network_up{device="calib08334272e8"} 1 node_network_up{device="calib3fe3cb132e"} 1 node_network_up{device="calib98c286dcf7"} 1 node_network_up{device="calidfce73b4f2a"} 1 node_network_up{device="calieca045dba4e"} 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 21755 # 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 48 # 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 768699 # 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 48 # 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 159083 # HELP node_nf_conntrack_stat_search_restart Number of conntrack table lookups which had to be restarted due to hashtable resizes. # TYPE node_nf_conntrack_stat_search_restart gauge node_nf_conntrack_stat_search_restart 0 # HELP node_nfs_connections_total Total number of NFSd TCP connections. # TYPE node_nfs_connections_total counter node_nfs_connections_total 0 # HELP node_nfs_packets_total Total NFSd network packets (sent+received) by protocol type. # TYPE node_nfs_packets_total counter node_nfs_packets_total{protocol="tcp"} 0 node_nfs_packets_total{protocol="udp"} 0 # HELP node_nfs_requests_total Number of NFS procedures invoked. # TYPE node_nfs_requests_total counter node_nfs_requests_total{method="Access",proto="3"} 0 node_nfs_requests_total{method="Access",proto="4"} 733708 node_nfs_requests_total{method="Allocate",proto="4"} 0 node_nfs_requests_total{method="BindConnToSession",proto="4"} 0 node_nfs_requests_total{method="Clone",proto="4"} 0 node_nfs_requests_total{method="Close",proto="4"} 648676 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 408 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"} 1165 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"} 48275 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"} 6 node_nfs_requests_total{method="FreeStateID",proto="4"} 18 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 12 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"} 901568 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"} 18 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 18 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"} 602286 node_nfs_requests_total{method="LookupRoot",proto="4"} 3 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"} 3 node_nfs_requests_total{method="Open",proto="4"} 21250 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 3 node_nfs_requests_total{method="OpenNoattr",proto="4"} 635747 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 9 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"} 32254 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"} 3773 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"} 326 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"} 1668 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"} 309 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"} 3 node_nfs_requests_total{method="Seek",proto="4"} 177 node_nfs_requests_total{method="Sequence",proto="4"} 2 node_nfs_requests_total{method="ServerCaps",proto="4"} 21 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"} 581261 node_nfs_requests_total{method="StatFs",proto="4"} 25597 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"} 1 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"} 597251 # HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. # TYPE node_nfs_rpc_authentication_refreshes_total counter node_nfs_rpc_authentication_refreshes_total 4.835815e+06 # 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 4.835774e+06 # HELP node_nvme_info Non-numeric data from /sys/class/nvme/, value is always 1. # TYPE node_nvme_info gauge node_nvme_info{device="nvme0",firmware_revision="VACR011",model="CT2000P310SSD8",serial="254454233ED1",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="3B2QGXA7",model="Samsung SSD 980 PRO 1TB",serial="S5P2NG0R731188F",state="live"} 1 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="almalinux",id_like="rhel centos fedora",image_id="",image_version="",name="AlmaLinux",pretty_name="AlmaLinux 9.7 (Moss Jungle Cat)",variant="",variant_id="",version="9.7 (Moss Jungle Cat)",version_codename="",version_id="9.7"} 1 # HELP node_os_support_end_timestamp_seconds Metric containing the end-of-life date timestamp of the OS. # TYPE node_os_support_end_timestamp_seconds gauge node_os_support_end_timestamp_seconds 1.9696608e+09 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="almalinux",id_like="rhel centos fedora",name="AlmaLinux"} 9.7 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 10 # 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"} 29386.54259962 node_schedstat_running_seconds_total{cpu="1"} 60827.136151493 node_schedstat_running_seconds_total{cpu="10"} 88631.386599056 node_schedstat_running_seconds_total{cpu="11"} 88651.809005201 node_schedstat_running_seconds_total{cpu="12"} 133642.904812379 node_schedstat_running_seconds_total{cpu="13"} 62039.851867169 node_schedstat_running_seconds_total{cpu="14"} 91155.760882894 node_schedstat_running_seconds_total{cpu="15"} 127658.46239673 node_schedstat_running_seconds_total{cpu="16"} 85639.601670728 node_schedstat_running_seconds_total{cpu="17"} 72112.545229141 node_schedstat_running_seconds_total{cpu="18"} 129481.871463065 node_schedstat_running_seconds_total{cpu="19"} 70151.913473835 node_schedstat_running_seconds_total{cpu="2"} 59996.021965168 node_schedstat_running_seconds_total{cpu="20"} 95285.144962266 node_schedstat_running_seconds_total{cpu="21"} 121654.820547006 node_schedstat_running_seconds_total{cpu="22"} 96081.059849011 node_schedstat_running_seconds_total{cpu="23"} 84592.457365207 node_schedstat_running_seconds_total{cpu="24"} 142167.858980824 node_schedstat_running_seconds_total{cpu="25"} 88255.756465321 node_schedstat_running_seconds_total{cpu="26"} 87505.278791433 node_schedstat_running_seconds_total{cpu="27"} 128140.891958536 node_schedstat_running_seconds_total{cpu="28"} 84979.399544485 node_schedstat_running_seconds_total{cpu="29"} 83005.003217433 node_schedstat_running_seconds_total{cpu="3"} 143944.212418037 node_schedstat_running_seconds_total{cpu="30"} 128993.519623822 node_schedstat_running_seconds_total{cpu="31"} 85994.610494483 node_schedstat_running_seconds_total{cpu="32"} 86894.675870586 node_schedstat_running_seconds_total{cpu="33"} 128338.622914372 node_schedstat_running_seconds_total{cpu="34"} 84030.349372246 node_schedstat_running_seconds_total{cpu="35"} 86002.72019786 node_schedstat_running_seconds_total{cpu="36"} 135158.796653266 node_schedstat_running_seconds_total{cpu="37"} 94087.613022772 node_schedstat_running_seconds_total{cpu="38"} 87767.358575014 node_schedstat_running_seconds_total{cpu="39"} 128103.110253015 node_schedstat_running_seconds_total{cpu="4"} 93229.21986571 node_schedstat_running_seconds_total{cpu="40"} 88815.936962867 node_schedstat_running_seconds_total{cpu="41"} 84620.024803868 node_schedstat_running_seconds_total{cpu="42"} 123034.572778833 node_schedstat_running_seconds_total{cpu="43"} 79423.223679654 node_schedstat_running_seconds_total{cpu="44"} 80063.565898688 node_schedstat_running_seconds_total{cpu="45"} 118266.786051806 node_schedstat_running_seconds_total{cpu="46"} 79715.514789253 node_schedstat_running_seconds_total{cpu="47"} 77958.719934244 node_schedstat_running_seconds_total{cpu="48"} 192764.09814246 node_schedstat_running_seconds_total{cpu="49"} 98908.149457332 node_schedstat_running_seconds_total{cpu="5"} 70710.230609424 node_schedstat_running_seconds_total{cpu="50"} 78080.372418635 node_schedstat_running_seconds_total{cpu="51"} 112328.890641887 node_schedstat_running_seconds_total{cpu="52"} 74435.176138345 node_schedstat_running_seconds_total{cpu="53"} 78549.845862271 node_schedstat_running_seconds_total{cpu="54"} 98965.202696957 node_schedstat_running_seconds_total{cpu="55"} 77042.397368942 node_schedstat_running_seconds_total{cpu="56"} 75713.852009446 node_schedstat_running_seconds_total{cpu="57"} 139967.933718758 node_schedstat_running_seconds_total{cpu="58"} 73242.921957007 node_schedstat_running_seconds_total{cpu="59"} 48086.55019077 node_schedstat_running_seconds_total{cpu="6"} 142181.311031669 node_schedstat_running_seconds_total{cpu="60"} 95092.532785762 node_schedstat_running_seconds_total{cpu="61"} 97583.484865603 node_schedstat_running_seconds_total{cpu="62"} 75829.577691415 node_schedstat_running_seconds_total{cpu="63"} 80541.700336056 node_schedstat_running_seconds_total{cpu="64"} 79917.537362825 node_schedstat_running_seconds_total{cpu="65"} 57962.941936442 node_schedstat_running_seconds_total{cpu="66"} 102319.824395533 node_schedstat_running_seconds_total{cpu="67"} 83655.112354731 node_schedstat_running_seconds_total{cpu="68"} 60527.146376582 node_schedstat_running_seconds_total{cpu="69"} 109183.524384356 node_schedstat_running_seconds_total{cpu="7"} 91058.746813866 node_schedstat_running_seconds_total{cpu="70"} 41365.504553089 node_schedstat_running_seconds_total{cpu="71"} 71818.734806576 node_schedstat_running_seconds_total{cpu="72"} 94327.358514553 node_schedstat_running_seconds_total{cpu="73"} 88398.514884501 node_schedstat_running_seconds_total{cpu="74"} 88901.506785868 node_schedstat_running_seconds_total{cpu="75"} 95612.089721528 node_schedstat_running_seconds_total{cpu="76"} 79059.980836947 node_schedstat_running_seconds_total{cpu="77"} 90961.924070361 node_schedstat_running_seconds_total{cpu="78"} 95157.436054803 node_schedstat_running_seconds_total{cpu="79"} 71556.954040395 node_schedstat_running_seconds_total{cpu="8"} 94510.973307088 node_schedstat_running_seconds_total{cpu="80"} 101361.589748294 node_schedstat_running_seconds_total{cpu="81"} 98484.167875825 node_schedstat_running_seconds_total{cpu="82"} 81278.233379327 node_schedstat_running_seconds_total{cpu="83"} 106680.275517956 node_schedstat_running_seconds_total{cpu="84"} 100409.538872326 node_schedstat_running_seconds_total{cpu="85"} 68355.891544066 node_schedstat_running_seconds_total{cpu="86"} 107826.866908519 node_schedstat_running_seconds_total{cpu="87"} 107565.7321198 node_schedstat_running_seconds_total{cpu="88"} 72609.212261012 node_schedstat_running_seconds_total{cpu="89"} 106859.601802203 node_schedstat_running_seconds_total{cpu="9"} 105293.42821187 node_schedstat_running_seconds_total{cpu="90"} 101266.328216327 node_schedstat_running_seconds_total{cpu="91"} 88490.243735915 node_schedstat_running_seconds_total{cpu="92"} 125921.876765768 node_schedstat_running_seconds_total{cpu="93"} 97102.716593203 node_schedstat_running_seconds_total{cpu="94"} 84880.254780007 node_schedstat_running_seconds_total{cpu="95"} 154134.619508009 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.72163311e+08 node_schedstat_timeslices_total{cpu="1"} 3.71138307e+08 node_schedstat_timeslices_total{cpu="10"} 3.96391548e+08 node_schedstat_timeslices_total{cpu="11"} 4.17795378e+08 node_schedstat_timeslices_total{cpu="12"} 3.7608954e+08 node_schedstat_timeslices_total{cpu="13"} 3.52128214e+08 node_schedstat_timeslices_total{cpu="14"} 3.77212682e+08 node_schedstat_timeslices_total{cpu="15"} 3.71230207e+08 node_schedstat_timeslices_total{cpu="16"} 3.62219966e+08 node_schedstat_timeslices_total{cpu="17"} 3.70807058e+08 node_schedstat_timeslices_total{cpu="18"} 3.84120397e+08 node_schedstat_timeslices_total{cpu="19"} 3.76881244e+08 node_schedstat_timeslices_total{cpu="2"} 3.8878895e+08 node_schedstat_timeslices_total{cpu="20"} 3.74464769e+08 node_schedstat_timeslices_total{cpu="21"} 3.51750836e+08 node_schedstat_timeslices_total{cpu="22"} 4.02372594e+08 node_schedstat_timeslices_total{cpu="23"} 3.83903607e+08 node_schedstat_timeslices_total{cpu="24"} 2.57314828e+08 node_schedstat_timeslices_total{cpu="25"} 2.65242199e+08 node_schedstat_timeslices_total{cpu="26"} 2.55917313e+08 node_schedstat_timeslices_total{cpu="27"} 2.40743439e+08 node_schedstat_timeslices_total{cpu="28"} 2.46054002e+08 node_schedstat_timeslices_total{cpu="29"} 2.46444203e+08 node_schedstat_timeslices_total{cpu="3"} 3.61543428e+08 node_schedstat_timeslices_total{cpu="30"} 2.32406517e+08 node_schedstat_timeslices_total{cpu="31"} 2.3940852e+08 node_schedstat_timeslices_total{cpu="32"} 2.33755957e+08 node_schedstat_timeslices_total{cpu="33"} 2.36305158e+08 node_schedstat_timeslices_total{cpu="34"} 2.43097499e+08 node_schedstat_timeslices_total{cpu="35"} 2.38580838e+08 node_schedstat_timeslices_total{cpu="36"} 2.36216999e+08 node_schedstat_timeslices_total{cpu="37"} 2.42529577e+08 node_schedstat_timeslices_total{cpu="38"} 2.36226121e+08 node_schedstat_timeslices_total{cpu="39"} 2.34860486e+08 node_schedstat_timeslices_total{cpu="4"} 3.8543598e+08 node_schedstat_timeslices_total{cpu="40"} 2.42166226e+08 node_schedstat_timeslices_total{cpu="41"} 2.39945661e+08 node_schedstat_timeslices_total{cpu="42"} 2.40124282e+08 node_schedstat_timeslices_total{cpu="43"} 2.46108369e+08 node_schedstat_timeslices_total{cpu="44"} 2.37235538e+08 node_schedstat_timeslices_total{cpu="45"} 2.32697313e+08 node_schedstat_timeslices_total{cpu="46"} 2.39521457e+08 node_schedstat_timeslices_total{cpu="47"} 2.28548281e+08 node_schedstat_timeslices_total{cpu="48"} 3.77743591e+08 node_schedstat_timeslices_total{cpu="49"} 4.01553715e+08 node_schedstat_timeslices_total{cpu="5"} 3.75472825e+08 node_schedstat_timeslices_total{cpu="50"} 4.05217914e+08 node_schedstat_timeslices_total{cpu="51"} 3.80975326e+08 node_schedstat_timeslices_total{cpu="52"} 3.93285413e+08 node_schedstat_timeslices_total{cpu="53"} 3.84790427e+08 node_schedstat_timeslices_total{cpu="54"} 4.42383917e+08 node_schedstat_timeslices_total{cpu="55"} 4.43729666e+08 node_schedstat_timeslices_total{cpu="56"} 4.45551119e+08 node_schedstat_timeslices_total{cpu="57"} 3.84002686e+08 node_schedstat_timeslices_total{cpu="58"} 3.95979976e+08 node_schedstat_timeslices_total{cpu="59"} 3.49443046e+08 node_schedstat_timeslices_total{cpu="6"} 4.30737537e+08 node_schedstat_timeslices_total{cpu="60"} 3.73614188e+08 node_schedstat_timeslices_total{cpu="61"} 3.95783043e+08 node_schedstat_timeslices_total{cpu="62"} 3.90537625e+08 node_schedstat_timeslices_total{cpu="63"} 3.53589168e+08 node_schedstat_timeslices_total{cpu="64"} 3.71474483e+08 node_schedstat_timeslices_total{cpu="65"} 3.54286431e+08 node_schedstat_timeslices_total{cpu="66"} 3.83452173e+08 node_schedstat_timeslices_total{cpu="67"} 3.88014899e+08 node_schedstat_timeslices_total{cpu="68"} 3.9862116e+08 node_schedstat_timeslices_total{cpu="69"} 3.75085864e+08 node_schedstat_timeslices_total{cpu="7"} 4.4963196e+08 node_schedstat_timeslices_total{cpu="70"} 3.48600814e+08 node_schedstat_timeslices_total{cpu="71"} 3.660775e+08 node_schedstat_timeslices_total{cpu="72"} 2.53548332e+08 node_schedstat_timeslices_total{cpu="73"} 2.56260426e+08 node_schedstat_timeslices_total{cpu="74"} 2.52466567e+08 node_schedstat_timeslices_total{cpu="75"} 2.45218085e+08 node_schedstat_timeslices_total{cpu="76"} 2.52896706e+08 node_schedstat_timeslices_total{cpu="77"} 2.44633683e+08 node_schedstat_timeslices_total{cpu="78"} 2.35364749e+08 node_schedstat_timeslices_total{cpu="79"} 2.42408487e+08 node_schedstat_timeslices_total{cpu="8"} 4.45323571e+08 node_schedstat_timeslices_total{cpu="80"} 2.3238127e+08 node_schedstat_timeslices_total{cpu="81"} 2.40082775e+08 node_schedstat_timeslices_total{cpu="82"} 2.41543492e+08 node_schedstat_timeslices_total{cpu="83"} 2.30472772e+08 node_schedstat_timeslices_total{cpu="84"} 2.39546362e+08 node_schedstat_timeslices_total{cpu="85"} 2.46443823e+08 node_schedstat_timeslices_total{cpu="86"} 2.34348854e+08 node_schedstat_timeslices_total{cpu="87"} 2.37771332e+08 node_schedstat_timeslices_total{cpu="88"} 2.40886361e+08 node_schedstat_timeslices_total{cpu="89"} 2.35995398e+08 node_schedstat_timeslices_total{cpu="9"} 3.68935661e+08 node_schedstat_timeslices_total{cpu="90"} 2.39901355e+08 node_schedstat_timeslices_total{cpu="91"} 2.40433465e+08 node_schedstat_timeslices_total{cpu="92"} 2.37279153e+08 node_schedstat_timeslices_total{cpu="93"} 2.35321324e+08 node_schedstat_timeslices_total{cpu="94"} 2.37147872e+08 node_schedstat_timeslices_total{cpu="95"} 2.1846908e+08 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 646.242809611 node_schedstat_waiting_seconds_total{cpu="1"} 769.139603646 node_schedstat_waiting_seconds_total{cpu="10"} 761.083538287 node_schedstat_waiting_seconds_total{cpu="11"} 722.902019965 node_schedstat_waiting_seconds_total{cpu="12"} 657.733786771 node_schedstat_waiting_seconds_total{cpu="13"} 1062.165215257 node_schedstat_waiting_seconds_total{cpu="14"} 719.060520685 node_schedstat_waiting_seconds_total{cpu="15"} 655.580298892 node_schedstat_waiting_seconds_total{cpu="16"} 686.502296887 node_schedstat_waiting_seconds_total{cpu="17"} 981.205059692 node_schedstat_waiting_seconds_total{cpu="18"} 675.448543516 node_schedstat_waiting_seconds_total{cpu="19"} 853.166753508 node_schedstat_waiting_seconds_total{cpu="2"} 826.751581585 node_schedstat_waiting_seconds_total{cpu="20"} 729.585479877 node_schedstat_waiting_seconds_total{cpu="21"} 733.334691812 node_schedstat_waiting_seconds_total{cpu="22"} 728.059582545 node_schedstat_waiting_seconds_total{cpu="23"} 693.964998062 node_schedstat_waiting_seconds_total{cpu="24"} 706.932687197 node_schedstat_waiting_seconds_total{cpu="25"} 776.987914519 node_schedstat_waiting_seconds_total{cpu="26"} 750.48262191 node_schedstat_waiting_seconds_total{cpu="27"} 742.750101699 node_schedstat_waiting_seconds_total{cpu="28"} 790.069280642 node_schedstat_waiting_seconds_total{cpu="29"} 788.533519059 node_schedstat_waiting_seconds_total{cpu="3"} 695.70567494 node_schedstat_waiting_seconds_total{cpu="30"} 734.346271686 node_schedstat_waiting_seconds_total{cpu="31"} 775.518513689 node_schedstat_waiting_seconds_total{cpu="32"} 779.064612253 node_schedstat_waiting_seconds_total{cpu="33"} 717.560528164 node_schedstat_waiting_seconds_total{cpu="34"} 772.612151313 node_schedstat_waiting_seconds_total{cpu="35"} 768.508997522 node_schedstat_waiting_seconds_total{cpu="36"} 723.159196773 node_schedstat_waiting_seconds_total{cpu="37"} 759.329816392 node_schedstat_waiting_seconds_total{cpu="38"} 755.602407521 node_schedstat_waiting_seconds_total{cpu="39"} 709.317861282 node_schedstat_waiting_seconds_total{cpu="4"} 727.613059673 node_schedstat_waiting_seconds_total{cpu="40"} 760.597482932 node_schedstat_waiting_seconds_total{cpu="41"} 769.3330323 node_schedstat_waiting_seconds_total{cpu="42"} 718.334904898 node_schedstat_waiting_seconds_total{cpu="43"} 765.652012477 node_schedstat_waiting_seconds_total{cpu="44"} 721.881753831 node_schedstat_waiting_seconds_total{cpu="45"} 725.971540207 node_schedstat_waiting_seconds_total{cpu="46"} 772.433954079 node_schedstat_waiting_seconds_total{cpu="47"} 756.581673787 node_schedstat_waiting_seconds_total{cpu="48"} 750.617540248 node_schedstat_waiting_seconds_total{cpu="49"} 748.036588999 node_schedstat_waiting_seconds_total{cpu="5"} 988.569807556 node_schedstat_waiting_seconds_total{cpu="50"} 743.088777401 node_schedstat_waiting_seconds_total{cpu="51"} 670.832978887 node_schedstat_waiting_seconds_total{cpu="52"} 744.048187544 node_schedstat_waiting_seconds_total{cpu="53"} 832.902309311 node_schedstat_waiting_seconds_total{cpu="54"} 726.209978317 node_schedstat_waiting_seconds_total{cpu="55"} 740.013782136 node_schedstat_waiting_seconds_total{cpu="56"} 760.539742468 node_schedstat_waiting_seconds_total{cpu="57"} 623.701584285 node_schedstat_waiting_seconds_total{cpu="58"} 677.809877685 node_schedstat_waiting_seconds_total{cpu="59"} 1017.872124302 node_schedstat_waiting_seconds_total{cpu="6"} 675.701602363 node_schedstat_waiting_seconds_total{cpu="60"} 716.28752904 node_schedstat_waiting_seconds_total{cpu="61"} 724.319302701 node_schedstat_waiting_seconds_total{cpu="62"} 742.208467285 node_schedstat_waiting_seconds_total{cpu="63"} 1004.998062008 node_schedstat_waiting_seconds_total{cpu="64"} 703.385977806 node_schedstat_waiting_seconds_total{cpu="65"} 1093.141405856 node_schedstat_waiting_seconds_total{cpu="66"} 709.341235504 node_schedstat_waiting_seconds_total{cpu="67"} 725.845314775 node_schedstat_waiting_seconds_total{cpu="68"} 764.490714611 node_schedstat_waiting_seconds_total{cpu="69"} 649.376119137 node_schedstat_waiting_seconds_total{cpu="7"} 728.786753391 node_schedstat_waiting_seconds_total{cpu="70"} 1094.399998708 node_schedstat_waiting_seconds_total{cpu="71"} 820.948319218 node_schedstat_waiting_seconds_total{cpu="72"} 739.128583852 node_schedstat_waiting_seconds_total{cpu="73"} 758.909097557 node_schedstat_waiting_seconds_total{cpu="74"} 768.1724576 node_schedstat_waiting_seconds_total{cpu="75"} 773.162134996 node_schedstat_waiting_seconds_total{cpu="76"} 827.228618587 node_schedstat_waiting_seconds_total{cpu="77"} 796.14403673 node_schedstat_waiting_seconds_total{cpu="78"} 744.245315055 node_schedstat_waiting_seconds_total{cpu="79"} 822.357179165 node_schedstat_waiting_seconds_total{cpu="8"} 695.277345204 node_schedstat_waiting_seconds_total{cpu="80"} 779.319191855 node_schedstat_waiting_seconds_total{cpu="81"} 726.012717969 node_schedstat_waiting_seconds_total{cpu="82"} 793.399209402 node_schedstat_waiting_seconds_total{cpu="83"} 754.729621561 node_schedstat_waiting_seconds_total{cpu="84"} 721.05249454 node_schedstat_waiting_seconds_total{cpu="85"} 813.932844825 node_schedstat_waiting_seconds_total{cpu="86"} 741.627471484 node_schedstat_waiting_seconds_total{cpu="87"} 724.336671215 node_schedstat_waiting_seconds_total{cpu="88"} 797.713077489 node_schedstat_waiting_seconds_total{cpu="89"} 756.785964057 node_schedstat_waiting_seconds_total{cpu="9"} 1012.460009437 node_schedstat_waiting_seconds_total{cpu="90"} 738.699271275 node_schedstat_waiting_seconds_total{cpu="91"} 761.044967573 node_schedstat_waiting_seconds_total{cpu="92"} 697.670331463 node_schedstat_waiting_seconds_total{cpu="93"} 740.632189349 node_schedstat_waiting_seconds_total{cpu="94"} 767.719570712 node_schedstat_waiting_seconds_total{cpu="95"} 705.46833501 # 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.06051199 node_scrape_collector_duration_seconds{collector="bcache"} 1.6421e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.588e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.12574854 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000803489 node_scrape_collector_duration_seconds{collector="cpu"} 0.037545118 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.113851256 node_scrape_collector_duration_seconds{collector="diskstats"} 0.136383944 node_scrape_collector_duration_seconds{collector="dmi"} 0.036467795 node_scrape_collector_duration_seconds{collector="edac"} 0.030959015 node_scrape_collector_duration_seconds{collector="entropy"} 0.03645983 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.1551e-05 node_scrape_collector_duration_seconds{collector="filefd"} 3.715e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.047522607 node_scrape_collector_duration_seconds{collector="hwmon"} 0.081733426 node_scrape_collector_duration_seconds{collector="infiniband"} 1.1772e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 7.5963e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 3.8632e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 4.4584e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000236924 node_scrape_collector_duration_seconds{collector="netclass"} 0.071797255 node_scrape_collector_duration_seconds{collector="netdev"} 0.122546579 node_scrape_collector_duration_seconds{collector="netstat"} 0.114563864 node_scrape_collector_duration_seconds{collector="nfs"} 0.000248336 node_scrape_collector_duration_seconds{collector="nfsd"} 3.21e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.074318497 node_scrape_collector_duration_seconds{collector="os"} 8.4088e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.0755e-05 node_scrape_collector_duration_seconds{collector="pressure"} 4.6077e-05 node_scrape_collector_duration_seconds{collector="rapl"} 0.113506008 node_scrape_collector_duration_seconds{collector="schedstat"} 0.12669736 node_scrape_collector_duration_seconds{collector="selinux"} 0.02061075 node_scrape_collector_duration_seconds{collector="sockstat"} 0.076425803 node_scrape_collector_duration_seconds{collector="softnet"} 0.035941347 node_scrape_collector_duration_seconds{collector="stat"} 0.036622786 node_scrape_collector_duration_seconds{collector="tapestats"} 2.5308e-05 node_scrape_collector_duration_seconds{collector="textfile"} 1.4627e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.036947576 node_scrape_collector_duration_seconds{collector="time"} 0.030561979 node_scrape_collector_duration_seconds{collector="timex"} 0.035566203 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.075312403 node_scrape_collector_duration_seconds{collector="uname"} 0.035554371 node_scrape_collector_duration_seconds{collector="vmstat"} 0.077919567 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000326993 node_scrape_collector_duration_seconds{collector="xfs"} 0.000690876 node_scrape_collector_duration_seconds{collector="zfs"} 2.3955e-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 164 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 6579 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 6380 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 7061 # 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.8921856e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 70 # 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 11008 # 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.5088768e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7078 # 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"} 395653 node_softnet_processed_total{cpu="1"} 599016 node_softnet_processed_total{cpu="10"} 946181 node_softnet_processed_total{cpu="11"} 879073 node_softnet_processed_total{cpu="12"} 615261 node_softnet_processed_total{cpu="13"} 1.935971598e+09 node_softnet_processed_total{cpu="14"} 727327 node_softnet_processed_total{cpu="15"} 881802 node_softnet_processed_total{cpu="16"} 847024 node_softnet_processed_total{cpu="17"} 1.554091399e+09 node_softnet_processed_total{cpu="18"} 530426 node_softnet_processed_total{cpu="19"} 4.5624871e+08 node_softnet_processed_total{cpu="2"} 2.05678e+06 node_softnet_processed_total{cpu="20"} 667130 node_softnet_processed_total{cpu="21"} 1.038655e+06 node_softnet_processed_total{cpu="22"} 689023 node_softnet_processed_total{cpu="23"} 684555 node_softnet_processed_total{cpu="24"} 761806 node_softnet_processed_total{cpu="25"} 830216 node_softnet_processed_total{cpu="26"} 859712 node_softnet_processed_total{cpu="27"} 684879 node_softnet_processed_total{cpu="28"} 731122 node_softnet_processed_total{cpu="29"} 767081 node_softnet_processed_total{cpu="3"} 880275 node_softnet_processed_total{cpu="30"} 665914 node_softnet_processed_total{cpu="31"} 653219 node_softnet_processed_total{cpu="32"} 686545 node_softnet_processed_total{cpu="33"} 670996 node_softnet_processed_total{cpu="34"} 689553 node_softnet_processed_total{cpu="35"} 598648 node_softnet_processed_total{cpu="36"} 754953 node_softnet_processed_total{cpu="37"} 650704 node_softnet_processed_total{cpu="38"} 728881 node_softnet_processed_total{cpu="39"} 651146 node_softnet_processed_total{cpu="4"} 674704 node_softnet_processed_total{cpu="40"} 697615 node_softnet_processed_total{cpu="41"} 575201 node_softnet_processed_total{cpu="42"} 632293 node_softnet_processed_total{cpu="43"} 652261 node_softnet_processed_total{cpu="44"} 651690 node_softnet_processed_total{cpu="45"} 673730 node_softnet_processed_total{cpu="46"} 687622 node_softnet_processed_total{cpu="47"} 573248 node_softnet_processed_total{cpu="48"} 571013 node_softnet_processed_total{cpu="49"} 548055 node_softnet_processed_total{cpu="5"} 1.685302409e+09 node_softnet_processed_total{cpu="50"} 586689 node_softnet_processed_total{cpu="51"} 678573 node_softnet_processed_total{cpu="52"} 652205 node_softnet_processed_total{cpu="53"} 3.94851529e+08 node_softnet_processed_total{cpu="54"} 1.38045272e+08 node_softnet_processed_total{cpu="55"} 498098 node_softnet_processed_total{cpu="56"} 3.033327e+06 node_softnet_processed_total{cpu="57"} 1.752873e+06 node_softnet_processed_total{cpu="58"} 1.454945e+06 node_softnet_processed_total{cpu="59"} 2.026134971e+09 node_softnet_processed_total{cpu="6"} 500416 node_softnet_processed_total{cpu="60"} 643179 node_softnet_processed_total{cpu="61"} 1.316246e+06 node_softnet_processed_total{cpu="62"} 1.174027e+06 node_softnet_processed_total{cpu="63"} 1.76254283e+09 node_softnet_processed_total{cpu="64"} 1.46929e+06 node_softnet_processed_total{cpu="65"} 1.977080118e+09 node_softnet_processed_total{cpu="66"} 582914 node_softnet_processed_total{cpu="67"} 577078 node_softnet_processed_total{cpu="68"} 1.133684e+06 node_softnet_processed_total{cpu="69"} 672130 node_softnet_processed_total{cpu="7"} 488462 node_softnet_processed_total{cpu="70"} 2.016696626e+09 node_softnet_processed_total{cpu="71"} 3.40238379e+08 node_softnet_processed_total{cpu="72"} 813045 node_softnet_processed_total{cpu="73"} 764067 node_softnet_processed_total{cpu="74"} 867647 node_softnet_processed_total{cpu="75"} 730590 node_softnet_processed_total{cpu="76"} 737747 node_softnet_processed_total{cpu="77"} 740011 node_softnet_processed_total{cpu="78"} 1.365758e+06 node_softnet_processed_total{cpu="79"} 675777 node_softnet_processed_total{cpu="8"} 480907 node_softnet_processed_total{cpu="80"} 730341 node_softnet_processed_total{cpu="81"} 682897 node_softnet_processed_total{cpu="82"} 726791 node_softnet_processed_total{cpu="83"} 559597 node_softnet_processed_total{cpu="84"} 753636 node_softnet_processed_total{cpu="85"} 627853 node_softnet_processed_total{cpu="86"} 692548 node_softnet_processed_total{cpu="87"} 688102 node_softnet_processed_total{cpu="88"} 770153 node_softnet_processed_total{cpu="89"} 538833 node_softnet_processed_total{cpu="9"} 1.428818433e+09 node_softnet_processed_total{cpu="90"} 666583 node_softnet_processed_total{cpu="91"} 636401 node_softnet_processed_total{cpu="92"} 641833 node_softnet_processed_total{cpu="93"} 663026 node_softnet_processed_total{cpu="94"} 708631 node_softnet_processed_total{cpu="95"} 541815 # 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"} 0 node_softnet_times_squeezed_total{cpu="10"} 0 node_softnet_times_squeezed_total{cpu="11"} 0 node_softnet_times_squeezed_total{cpu="12"} 0 node_softnet_times_squeezed_total{cpu="13"} 474 node_softnet_times_squeezed_total{cpu="14"} 0 node_softnet_times_squeezed_total{cpu="15"} 0 node_softnet_times_squeezed_total{cpu="16"} 1 node_softnet_times_squeezed_total{cpu="17"} 265 node_softnet_times_squeezed_total{cpu="18"} 0 node_softnet_times_squeezed_total{cpu="19"} 315 node_softnet_times_squeezed_total{cpu="2"} 1 node_softnet_times_squeezed_total{cpu="20"} 0 node_softnet_times_squeezed_total{cpu="21"} 0 node_softnet_times_squeezed_total{cpu="22"} 0 node_softnet_times_squeezed_total{cpu="23"} 0 node_softnet_times_squeezed_total{cpu="24"} 0 node_softnet_times_squeezed_total{cpu="25"} 2 node_softnet_times_squeezed_total{cpu="26"} 0 node_softnet_times_squeezed_total{cpu="27"} 0 node_softnet_times_squeezed_total{cpu="28"} 0 node_softnet_times_squeezed_total{cpu="29"} 1 node_softnet_times_squeezed_total{cpu="3"} 1 node_softnet_times_squeezed_total{cpu="30"} 0 node_softnet_times_squeezed_total{cpu="31"} 0 node_softnet_times_squeezed_total{cpu="32"} 0 node_softnet_times_squeezed_total{cpu="33"} 0 node_softnet_times_squeezed_total{cpu="34"} 0 node_softnet_times_squeezed_total{cpu="35"} 0 node_softnet_times_squeezed_total{cpu="36"} 0 node_softnet_times_squeezed_total{cpu="37"} 0 node_softnet_times_squeezed_total{cpu="38"} 0 node_softnet_times_squeezed_total{cpu="39"} 0 node_softnet_times_squeezed_total{cpu="4"} 0 node_softnet_times_squeezed_total{cpu="40"} 0 node_softnet_times_squeezed_total{cpu="41"} 0 node_softnet_times_squeezed_total{cpu="42"} 0 node_softnet_times_squeezed_total{cpu="43"} 0 node_softnet_times_squeezed_total{cpu="44"} 0 node_softnet_times_squeezed_total{cpu="45"} 0 node_softnet_times_squeezed_total{cpu="46"} 0 node_softnet_times_squeezed_total{cpu="47"} 0 node_softnet_times_squeezed_total{cpu="48"} 0 node_softnet_times_squeezed_total{cpu="49"} 0 node_softnet_times_squeezed_total{cpu="5"} 1965 node_softnet_times_squeezed_total{cpu="50"} 0 node_softnet_times_squeezed_total{cpu="51"} 0 node_softnet_times_squeezed_total{cpu="52"} 0 node_softnet_times_squeezed_total{cpu="53"} 216 node_softnet_times_squeezed_total{cpu="54"} 367 node_softnet_times_squeezed_total{cpu="55"} 0 node_softnet_times_squeezed_total{cpu="56"} 0 node_softnet_times_squeezed_total{cpu="57"} 1 node_softnet_times_squeezed_total{cpu="58"} 0 node_softnet_times_squeezed_total{cpu="59"} 522 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="60"} 0 node_softnet_times_squeezed_total{cpu="61"} 0 node_softnet_times_squeezed_total{cpu="62"} 0 node_softnet_times_squeezed_total{cpu="63"} 408 node_softnet_times_squeezed_total{cpu="64"} 2 node_softnet_times_squeezed_total{cpu="65"} 302 node_softnet_times_squeezed_total{cpu="66"} 0 node_softnet_times_squeezed_total{cpu="67"} 0 node_softnet_times_squeezed_total{cpu="68"} 1 node_softnet_times_squeezed_total{cpu="69"} 1 node_softnet_times_squeezed_total{cpu="7"} 0 node_softnet_times_squeezed_total{cpu="70"} 470 node_softnet_times_squeezed_total{cpu="71"} 99 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"} 0 node_softnet_times_squeezed_total{cpu="76"} 0 node_softnet_times_squeezed_total{cpu="77"} 0 node_softnet_times_squeezed_total{cpu="78"} 1 node_softnet_times_squeezed_total{cpu="79"} 0 node_softnet_times_squeezed_total{cpu="8"} 0 node_softnet_times_squeezed_total{cpu="80"} 0 node_softnet_times_squeezed_total{cpu="81"} 0 node_softnet_times_squeezed_total{cpu="82"} 0 node_softnet_times_squeezed_total{cpu="83"} 0 node_softnet_times_squeezed_total{cpu="84"} 0 node_softnet_times_squeezed_total{cpu="85"} 0 node_softnet_times_squeezed_total{cpu="86"} 0 node_softnet_times_squeezed_total{cpu="87"} 0 node_softnet_times_squeezed_total{cpu="88"} 0 node_softnet_times_squeezed_total{cpu="89"} 0 node_softnet_times_squeezed_total{cpu="9"} 315 node_softnet_times_squeezed_total{cpu="90"} 0 node_softnet_times_squeezed_total{cpu="91"} 0 node_softnet_times_squeezed_total{cpu="92"} 1 node_softnet_times_squeezed_total{cpu="93"} 0 node_softnet_times_squeezed_total{cpu="94"} 0 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.7796928907536612e+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 1.8e-05 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999029407806397 # 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.132567 # 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.010001 # 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-611.41.1.el9_7.x86_64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Thu Mar 19 03:50:11 EDT 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 141 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 4.7357152622e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 3.091163e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.27728136005e+11 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.21117549886e+11 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP node_watchdog_bootstatus Value of /sys/class/watchdog//bootstatus # TYPE node_watchdog_bootstatus gauge node_watchdog_bootstatus{name="watchdog0"} 0 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="SP5100 TCO timer",name="watchdog0",options="",pretimeout_governor="",state="inactive",status="0x0"} 1 # HELP node_watchdog_nowayout Value of /sys/class/watchdog//nowayout # TYPE node_watchdog_nowayout gauge node_watchdog_nowayout{name="watchdog0"} 0 # HELP node_watchdog_timeleft_seconds Value of /sys/class/watchdog//timeleft # TYPE node_watchdog_timeleft_seconds gauge node_watchdog_timeleft_seconds{name="watchdog0"} 0 # 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"} 3.279214e+06 # 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"} 6.154167e+06 # 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.52709153e+08 # 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.2431399e+07 # 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"} 6.255016e+06 # 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"} 1.27082578e+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"} 3.802385e+06 # 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"} 8.37198e+06 # HELP node_xfs_directory_operation_lookup_total Number of file name directory lookups which miss the operating systems directory name lookup cache. # TYPE node_xfs_directory_operation_lookup_total counter node_xfs_directory_operation_lookup_total{device="sdn"} 3.734804e+06 # 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"} 3.773606e+06 # 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"} 4.28472136e+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"} 4.2392143e+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"} 3.062883e+06 # 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"} 3.032463e+06 # 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"} 3.771351e+06 # 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"} 6.461292e+06 # 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"} 650529 # 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"} 3.120822e+06 # 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"} 3.091139e+06 # 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"} 1 # 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"} 2.1527946e+07 # 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"} 29683 # 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"} 3.740738e+06 # 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"} 3.740738e+06 # 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"} 3.740738e+06 # 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"} 1.23201061e+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 3115.52 # 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 1.44247610462412e+14 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 4.5600930692264e+13 # 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.1014144e+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.77911956103e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273413632e+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"} 8262 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"} 19141 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0