# 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.478e-06 go_gc_duration_seconds{quantile="0.25"} 1.3205e-05 go_gc_duration_seconds{quantile="0.5"} 2.0769e-05 go_gc_duration_seconds{quantile="0.75"} 3.1649e-05 go_gc_duration_seconds{quantile="1"} 8.5511e-05 go_gc_duration_seconds_sum 11.348312252 go_gc_duration_seconds_count 253982 # 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.250536e+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 8.36262056128e+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.36216e+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 5.83616438e+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.529064e+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.250536e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.0166272e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 9.084928e+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 67942 # 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 7.806976e+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.92512e+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.7515180924014199e+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 5.836232322e+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 139360 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 195840 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 1.1377088e+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 707568 # 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.703936e+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.703936e+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="cali046b54800e5"} 1 node_arp_entries{device="cali2cba6a5a71b"} 1 node_arp_entries{device="cali44f75276c85"} 1 node_arp_entries{device="calid8eadb6664e"} 1 node_arp_entries{device="calif0588163608"} 1 node_arp_entries{device="eno33np0.3604"} 137 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.750274513e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 8.3832965244e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="32",type="Processor"} 0 node_cooling_device_cur_state{name="33",type="Processor"} 0 node_cooling_device_cur_state{name="34",type="Processor"} 0 node_cooling_device_cur_state{name="35",type="Processor"} 0 node_cooling_device_cur_state{name="36",type="Processor"} 0 node_cooling_device_cur_state{name="37",type="Processor"} 0 node_cooling_device_cur_state{name="38",type="Processor"} 0 node_cooling_device_cur_state{name="39",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="40",type="Processor"} 0 node_cooling_device_cur_state{name="41",type="Processor"} 0 node_cooling_device_cur_state{name="42",type="Processor"} 0 node_cooling_device_cur_state{name="43",type="Processor"} 0 node_cooling_device_cur_state{name="44",type="Processor"} 0 node_cooling_device_cur_state{name="45",type="Processor"} 0 node_cooling_device_cur_state{name="46",type="Processor"} 0 node_cooling_device_cur_state{name="47",type="Processor"} 0 node_cooling_device_cur_state{name="48",type="Processor"} 0 node_cooling_device_cur_state{name="49",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="50",type="Processor"} 0 node_cooling_device_cur_state{name="51",type="Processor"} 0 node_cooling_device_cur_state{name="52",type="Processor"} 0 node_cooling_device_cur_state{name="53",type="Processor"} 0 node_cooling_device_cur_state{name="54",type="Processor"} 0 node_cooling_device_cur_state{name="55",type="Processor"} 0 node_cooling_device_cur_state{name="56",type="Processor"} 0 node_cooling_device_cur_state{name="57",type="Processor"} 0 node_cooling_device_cur_state{name="58",type="Processor"} 0 node_cooling_device_cur_state{name="59",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="60",type="Processor"} 0 node_cooling_device_cur_state{name="61",type="Processor"} 0 node_cooling_device_cur_state{name="62",type="Processor"} 0 node_cooling_device_cur_state{name="63",type="Processor"} 0 node_cooling_device_cur_state{name="64",type="Processor"} 0 node_cooling_device_cur_state{name="65",type="Processor"} 0 node_cooling_device_cur_state{name="66",type="Processor"} 0 node_cooling_device_cur_state{name="67",type="Processor"} 0 node_cooling_device_cur_state{name="68",type="Processor"} 0 node_cooling_device_cur_state{name="69",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="70",type="Processor"} 0 node_cooling_device_cur_state{name="71",type="Processor"} 0 node_cooling_device_cur_state{name="72",type="Processor"} 0 node_cooling_device_cur_state{name="73",type="Processor"} 0 node_cooling_device_cur_state{name="74",type="Processor"} 0 node_cooling_device_cur_state{name="75",type="Processor"} 0 node_cooling_device_cur_state{name="76",type="Processor"} 0 node_cooling_device_cur_state{name="77",type="Processor"} 0 node_cooling_device_cur_state{name="78",type="Processor"} 0 node_cooling_device_cur_state{name="79",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="80",type="Processor"} 0 node_cooling_device_cur_state{name="81",type="Processor"} 0 node_cooling_device_cur_state{name="82",type="Processor"} 0 node_cooling_device_cur_state{name="83",type="Processor"} 0 node_cooling_device_cur_state{name="84",type="Processor"} 0 node_cooling_device_cur_state{name="85",type="Processor"} 0 node_cooling_device_cur_state{name="86",type="Processor"} 0 node_cooling_device_cur_state{name="87",type="Processor"} 0 node_cooling_device_cur_state{name="88",type="Processor"} 0 node_cooling_device_cur_state{name="89",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 node_cooling_device_cur_state{name="90",type="Processor"} 0 node_cooling_device_cur_state{name="91",type="Processor"} 0 node_cooling_device_cur_state{name="92",type="Processor"} 0 node_cooling_device_cur_state{name="93",type="Processor"} 0 node_cooling_device_cur_state{name="94",type="Processor"} 0 node_cooling_device_cur_state{name="95",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 3 node_cooling_device_max_state{name="1",type="Processor"} 3 node_cooling_device_max_state{name="10",type="Processor"} 3 node_cooling_device_max_state{name="11",type="Processor"} 3 node_cooling_device_max_state{name="12",type="Processor"} 3 node_cooling_device_max_state{name="13",type="Processor"} 3 node_cooling_device_max_state{name="14",type="Processor"} 3 node_cooling_device_max_state{name="15",type="Processor"} 3 node_cooling_device_max_state{name="16",type="Processor"} 3 node_cooling_device_max_state{name="17",type="Processor"} 3 node_cooling_device_max_state{name="18",type="Processor"} 3 node_cooling_device_max_state{name="19",type="Processor"} 3 node_cooling_device_max_state{name="2",type="Processor"} 3 node_cooling_device_max_state{name="20",type="Processor"} 3 node_cooling_device_max_state{name="21",type="Processor"} 3 node_cooling_device_max_state{name="22",type="Processor"} 3 node_cooling_device_max_state{name="23",type="Processor"} 3 node_cooling_device_max_state{name="24",type="Processor"} 3 node_cooling_device_max_state{name="25",type="Processor"} 3 node_cooling_device_max_state{name="26",type="Processor"} 3 node_cooling_device_max_state{name="27",type="Processor"} 3 node_cooling_device_max_state{name="28",type="Processor"} 3 node_cooling_device_max_state{name="29",type="Processor"} 3 node_cooling_device_max_state{name="3",type="Processor"} 3 node_cooling_device_max_state{name="30",type="Processor"} 3 node_cooling_device_max_state{name="31",type="Processor"} 3 node_cooling_device_max_state{name="32",type="Processor"} 3 node_cooling_device_max_state{name="33",type="Processor"} 3 node_cooling_device_max_state{name="34",type="Processor"} 3 node_cooling_device_max_state{name="35",type="Processor"} 3 node_cooling_device_max_state{name="36",type="Processor"} 3 node_cooling_device_max_state{name="37",type="Processor"} 3 node_cooling_device_max_state{name="38",type="Processor"} 3 node_cooling_device_max_state{name="39",type="Processor"} 3 node_cooling_device_max_state{name="4",type="Processor"} 3 node_cooling_device_max_state{name="40",type="Processor"} 3 node_cooling_device_max_state{name="41",type="Processor"} 3 node_cooling_device_max_state{name="42",type="Processor"} 3 node_cooling_device_max_state{name="43",type="Processor"} 3 node_cooling_device_max_state{name="44",type="Processor"} 3 node_cooling_device_max_state{name="45",type="Processor"} 3 node_cooling_device_max_state{name="46",type="Processor"} 3 node_cooling_device_max_state{name="47",type="Processor"} 3 node_cooling_device_max_state{name="48",type="Processor"} 3 node_cooling_device_max_state{name="49",type="Processor"} 3 node_cooling_device_max_state{name="5",type="Processor"} 3 node_cooling_device_max_state{name="50",type="Processor"} 3 node_cooling_device_max_state{name="51",type="Processor"} 3 node_cooling_device_max_state{name="52",type="Processor"} 3 node_cooling_device_max_state{name="53",type="Processor"} 3 node_cooling_device_max_state{name="54",type="Processor"} 3 node_cooling_device_max_state{name="55",type="Processor"} 3 node_cooling_device_max_state{name="56",type="Processor"} 3 node_cooling_device_max_state{name="57",type="Processor"} 3 node_cooling_device_max_state{name="58",type="Processor"} 3 node_cooling_device_max_state{name="59",type="Processor"} 3 node_cooling_device_max_state{name="6",type="Processor"} 3 node_cooling_device_max_state{name="60",type="Processor"} 3 node_cooling_device_max_state{name="61",type="Processor"} 3 node_cooling_device_max_state{name="62",type="Processor"} 3 node_cooling_device_max_state{name="63",type="Processor"} 3 node_cooling_device_max_state{name="64",type="Processor"} 3 node_cooling_device_max_state{name="65",type="Processor"} 3 node_cooling_device_max_state{name="66",type="Processor"} 3 node_cooling_device_max_state{name="67",type="Processor"} 3 node_cooling_device_max_state{name="68",type="Processor"} 3 node_cooling_device_max_state{name="69",type="Processor"} 3 node_cooling_device_max_state{name="7",type="Processor"} 3 node_cooling_device_max_state{name="70",type="Processor"} 3 node_cooling_device_max_state{name="71",type="Processor"} 3 node_cooling_device_max_state{name="72",type="Processor"} 3 node_cooling_device_max_state{name="73",type="Processor"} 3 node_cooling_device_max_state{name="74",type="Processor"} 3 node_cooling_device_max_state{name="75",type="Processor"} 3 node_cooling_device_max_state{name="76",type="Processor"} 3 node_cooling_device_max_state{name="77",type="Processor"} 3 node_cooling_device_max_state{name="78",type="Processor"} 3 node_cooling_device_max_state{name="79",type="Processor"} 3 node_cooling_device_max_state{name="8",type="Processor"} 3 node_cooling_device_max_state{name="80",type="Processor"} 3 node_cooling_device_max_state{name="81",type="Processor"} 3 node_cooling_device_max_state{name="82",type="Processor"} 3 node_cooling_device_max_state{name="83",type="Processor"} 3 node_cooling_device_max_state{name="84",type="Processor"} 3 node_cooling_device_max_state{name="85",type="Processor"} 3 node_cooling_device_max_state{name="86",type="Processor"} 3 node_cooling_device_max_state{name="87",type="Processor"} 3 node_cooling_device_max_state{name="88",type="Processor"} 3 node_cooling_device_max_state{name="89",type="Processor"} 3 node_cooling_device_max_state{name="9",type="Processor"} 3 node_cooling_device_max_state{name="90",type="Processor"} 3 node_cooling_device_max_state{name="91",type="Processor"} 3 node_cooling_device_max_state{name="92",type="Processor"} 3 node_cooling_device_max_state{name="93",type="Processor"} 3 node_cooling_device_max_state{name="94",type="Processor"} 3 node_cooling_device_max_state{name="95",type="Processor"} 3 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="1"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="10"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="11"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="12"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="13"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="14"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="15"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="16"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="17"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="18"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="19"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="2"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="20"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="21"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="22"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="23"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="24"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="25"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="26"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="27"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="28"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="29"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="3"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="30"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="31"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="32"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="33"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="34"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="35"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="36"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="37"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="38"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="39"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="4"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="40"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="41"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="42"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="43"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="44"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="45"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="46"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="47"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="48"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="49"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="5"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="50"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="51"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="52"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="53"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="54"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="55"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="56"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="57"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="58"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="59"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="6"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="60"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="61"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="62"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="63"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="64"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="65"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="66"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="67"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="68"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="69"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="7"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="70"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="71"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="72"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="73"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="74"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="75"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="76"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="77"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="78"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="79"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="8"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="80"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="81"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="82"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="83"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="84"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="85"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="86"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="87"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="88"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="89"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="9"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="90"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="91"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="92"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="93"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="94"} 2.8e+09 node_cpu_frequency_max_hertz{cpu="95"} 2.8e+09 # HELP node_cpu_frequency_min_hertz Minimum CPU thread frequency in hertz. # TYPE node_cpu_frequency_min_hertz gauge node_cpu_frequency_min_hertz{cpu="0"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="1"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="10"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="11"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="12"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="13"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="14"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="15"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="16"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="17"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="18"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="19"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="2"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="20"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="21"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="22"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="23"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="24"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="25"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="26"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="27"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="28"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="29"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="3"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="30"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="31"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="32"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="33"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="34"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="35"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="36"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="37"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="38"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="39"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="4"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="40"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="41"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="42"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="43"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="44"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="45"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="46"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="47"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="48"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="49"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="5"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="50"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="51"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="52"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="53"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="54"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="55"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="56"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="57"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="58"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="59"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="6"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="60"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="61"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="62"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="63"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="64"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="65"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="66"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="67"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="68"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="69"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="7"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="70"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="71"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="72"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="73"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="74"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="75"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="76"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="77"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="78"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="79"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="8"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="80"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="81"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="82"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="83"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="84"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="85"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="86"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="87"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="88"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="89"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="9"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="90"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="91"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="92"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="93"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="94"} 1.5e+09 node_cpu_frequency_min_hertz{cpu="95"} 1.5e+09 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 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.343318e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 3.331991e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 3.310587e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 3.334818e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 3.221156e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 3.343345e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 3.343332e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 3.343279e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 3.343326e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 3.343365e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 3.343327e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 3.34317e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 3.343605e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 3.342448e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 3.34259e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 3.341852e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 3.343356e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 3.343377e+09 node_cpu_scaling_frequency_hertz{cpu="25"} 3.343349e+09 node_cpu_scaling_frequency_hertz{cpu="26"} 3.343307e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 3.34333e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 3.343361e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 3.343373e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 3.343289e+09 node_cpu_scaling_frequency_hertz{cpu="30"} 3.342489e+09 node_cpu_scaling_frequency_hertz{cpu="31"} 3.342473e+09 node_cpu_scaling_frequency_hertz{cpu="32"} 3.343344e+09 node_cpu_scaling_frequency_hertz{cpu="33"} 3.343291e+09 node_cpu_scaling_frequency_hertz{cpu="34"} 3.3434e+09 node_cpu_scaling_frequency_hertz{cpu="35"} 3.343397e+09 node_cpu_scaling_frequency_hertz{cpu="36"} 3.340437e+09 node_cpu_scaling_frequency_hertz{cpu="37"} 3.342677e+09 node_cpu_scaling_frequency_hertz{cpu="38"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="39"} 3.296525e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="40"} 3.343358e+09 node_cpu_scaling_frequency_hertz{cpu="41"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="42"} 3.343348e+09 node_cpu_scaling_frequency_hertz{cpu="43"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 3.291702e+09 node_cpu_scaling_frequency_hertz{cpu="45"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="47"} 3.343351e+09 node_cpu_scaling_frequency_hertz{cpu="48"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="49"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 3.343348e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="51"} 3.33919e+09 node_cpu_scaling_frequency_hertz{cpu="52"} 2.8e+09 node_cpu_scaling_frequency_hertz{cpu="53"} 3.342639e+09 node_cpu_scaling_frequency_hertz{cpu="54"} 3.33466e+09 node_cpu_scaling_frequency_hertz{cpu="55"} 2.824144e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 3.33651e+09 node_cpu_scaling_frequency_hertz{cpu="57"} 2.636839e+09 node_cpu_scaling_frequency_hertz{cpu="58"} 3.342876e+09 node_cpu_scaling_frequency_hertz{cpu="59"} 3.085234e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 3.341919e+09 node_cpu_scaling_frequency_hertz{cpu="60"} 2.926486e+09 node_cpu_scaling_frequency_hertz{cpu="61"} 3.341721e+09 node_cpu_scaling_frequency_hertz{cpu="62"} 3.341725e+09 node_cpu_scaling_frequency_hertz{cpu="63"} 3.339516e+09 node_cpu_scaling_frequency_hertz{cpu="64"} 3.343123e+09 node_cpu_scaling_frequency_hertz{cpu="65"} 3.343266e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 3.338307e+09 node_cpu_scaling_frequency_hertz{cpu="67"} 3.319484e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 3.330649e+09 node_cpu_scaling_frequency_hertz{cpu="69"} 3.34325e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 2.857932e+09 node_cpu_scaling_frequency_hertz{cpu="70"} 3.34326e+09 node_cpu_scaling_frequency_hertz{cpu="71"} 3.343316e+09 node_cpu_scaling_frequency_hertz{cpu="72"} 3.165854e+09 node_cpu_scaling_frequency_hertz{cpu="73"} 3.343379e+09 node_cpu_scaling_frequency_hertz{cpu="74"} 3.343146e+09 node_cpu_scaling_frequency_hertz{cpu="75"} 3.343305e+09 node_cpu_scaling_frequency_hertz{cpu="76"} 3.343377e+09 node_cpu_scaling_frequency_hertz{cpu="77"} 3.34334e+09 node_cpu_scaling_frequency_hertz{cpu="78"} 3.343293e+09 node_cpu_scaling_frequency_hertz{cpu="79"} 3.343609e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 3.343339e+09 node_cpu_scaling_frequency_hertz{cpu="80"} 3.343332e+09 node_cpu_scaling_frequency_hertz{cpu="81"} 3.34336e+09 node_cpu_scaling_frequency_hertz{cpu="82"} 3.343314e+09 node_cpu_scaling_frequency_hertz{cpu="83"} 3.343359e+09 node_cpu_scaling_frequency_hertz{cpu="84"} 3.343343e+09 node_cpu_scaling_frequency_hertz{cpu="85"} 3.342741e+09 node_cpu_scaling_frequency_hertz{cpu="86"} 3.343287e+09 node_cpu_scaling_frequency_hertz{cpu="87"} 2.361306e+09 node_cpu_scaling_frequency_hertz{cpu="88"} 3.34331e+09 node_cpu_scaling_frequency_hertz{cpu="89"} 3.343338e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 3.038788e+09 node_cpu_scaling_frequency_hertz{cpu="90"} 2.316052e+09 node_cpu_scaling_frequency_hertz{cpu="91"} 2.280884e+09 node_cpu_scaling_frequency_hertz{cpu="92"} 3.087282e+09 node_cpu_scaling_frequency_hertz{cpu="93"} 3.343362e+09 node_cpu_scaling_frequency_hertz{cpu="94"} 3.343306e+09 node_cpu_scaling_frequency_hertz{cpu="95"} 3.343383e+09 # HELP node_cpu_scaling_frequency_max_hertz Maximum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_max_hertz gauge node_cpu_scaling_frequency_max_hertz{cpu="0"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="16"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="17"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="18"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="19"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="20"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="21"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="22"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="23"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="24"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="25"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="26"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="27"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="28"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="29"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="30"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="31"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="32"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="33"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="34"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="35"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="36"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="37"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="38"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="39"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="40"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="41"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="42"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="43"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="44"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="45"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="46"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="47"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="48"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="49"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="50"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="51"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="52"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="53"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="54"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="55"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="56"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="57"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="58"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="59"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="60"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="61"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="62"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="63"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="64"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="65"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="66"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="67"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="68"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="69"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="70"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="71"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="72"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="73"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="74"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="75"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="76"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="77"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="78"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="79"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="80"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="81"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="82"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="83"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="84"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="85"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="86"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="87"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="88"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="89"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="90"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="91"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="92"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="93"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="94"} 2.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="95"} 2.8e+09 # HELP node_cpu_scaling_frequency_min_hertz Minimum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_min_hertz gauge node_cpu_scaling_frequency_min_hertz{cpu="0"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="1"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="10"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="11"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="12"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="13"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="14"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="15"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="16"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="17"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="18"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="19"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="2"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="20"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="21"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="22"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="23"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="24"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="25"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="26"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="27"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="28"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="29"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="3"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="30"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="31"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="32"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="33"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="34"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="35"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="36"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="37"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="38"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="39"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="4"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="40"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="41"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="42"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="43"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="44"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="45"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="46"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="47"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="48"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="49"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="5"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="50"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="51"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="52"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="53"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="54"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="55"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="56"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="57"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="58"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="59"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="6"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="60"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="61"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="62"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="63"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="64"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="65"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="66"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="67"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="68"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="69"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="7"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="70"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="71"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="72"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="73"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="74"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="75"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="76"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="77"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="78"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="79"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="8"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="80"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="81"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="82"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="83"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="84"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="85"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="86"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="87"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="88"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="89"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="9"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="90"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="91"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="92"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="93"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="94"} 1.5e+09 node_cpu_scaling_frequency_min_hertz{cpu="95"} 1.5e+09 # HELP node_cpu_scaling_governor Current enabled CPU frequency governor. # TYPE node_cpu_scaling_governor gauge node_cpu_scaling_governor{cpu="0",governor="conservative"} 0 node_cpu_scaling_governor{cpu="0",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="0",governor="performance"} 1 node_cpu_scaling_governor{cpu="0",governor="powersave"} 0 node_cpu_scaling_governor{cpu="0",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="0",governor="userspace"} 0 node_cpu_scaling_governor{cpu="1",governor="conservative"} 0 node_cpu_scaling_governor{cpu="1",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="1",governor="performance"} 1 node_cpu_scaling_governor{cpu="1",governor="powersave"} 0 node_cpu_scaling_governor{cpu="1",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="1",governor="userspace"} 0 node_cpu_scaling_governor{cpu="10",governor="conservative"} 0 node_cpu_scaling_governor{cpu="10",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="10",governor="performance"} 1 node_cpu_scaling_governor{cpu="10",governor="powersave"} 0 node_cpu_scaling_governor{cpu="10",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="10",governor="userspace"} 0 node_cpu_scaling_governor{cpu="11",governor="conservative"} 0 node_cpu_scaling_governor{cpu="11",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="11",governor="performance"} 1 node_cpu_scaling_governor{cpu="11",governor="powersave"} 0 node_cpu_scaling_governor{cpu="11",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="11",governor="userspace"} 0 node_cpu_scaling_governor{cpu="12",governor="conservative"} 0 node_cpu_scaling_governor{cpu="12",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="12",governor="performance"} 1 node_cpu_scaling_governor{cpu="12",governor="powersave"} 0 node_cpu_scaling_governor{cpu="12",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="12",governor="userspace"} 0 node_cpu_scaling_governor{cpu="13",governor="conservative"} 0 node_cpu_scaling_governor{cpu="13",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="13",governor="performance"} 1 node_cpu_scaling_governor{cpu="13",governor="powersave"} 0 node_cpu_scaling_governor{cpu="13",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="13",governor="userspace"} 0 node_cpu_scaling_governor{cpu="14",governor="conservative"} 0 node_cpu_scaling_governor{cpu="14",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="14",governor="performance"} 1 node_cpu_scaling_governor{cpu="14",governor="powersave"} 0 node_cpu_scaling_governor{cpu="14",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="14",governor="userspace"} 0 node_cpu_scaling_governor{cpu="15",governor="conservative"} 0 node_cpu_scaling_governor{cpu="15",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="15",governor="performance"} 1 node_cpu_scaling_governor{cpu="15",governor="powersave"} 0 node_cpu_scaling_governor{cpu="15",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="15",governor="userspace"} 0 node_cpu_scaling_governor{cpu="16",governor="conservative"} 0 node_cpu_scaling_governor{cpu="16",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="16",governor="performance"} 1 node_cpu_scaling_governor{cpu="16",governor="powersave"} 0 node_cpu_scaling_governor{cpu="16",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="16",governor="userspace"} 0 node_cpu_scaling_governor{cpu="17",governor="conservative"} 0 node_cpu_scaling_governor{cpu="17",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="17",governor="performance"} 1 node_cpu_scaling_governor{cpu="17",governor="powersave"} 0 node_cpu_scaling_governor{cpu="17",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="17",governor="userspace"} 0 node_cpu_scaling_governor{cpu="18",governor="conservative"} 0 node_cpu_scaling_governor{cpu="18",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="18",governor="performance"} 1 node_cpu_scaling_governor{cpu="18",governor="powersave"} 0 node_cpu_scaling_governor{cpu="18",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="18",governor="userspace"} 0 node_cpu_scaling_governor{cpu="19",governor="conservative"} 0 node_cpu_scaling_governor{cpu="19",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="19",governor="performance"} 1 node_cpu_scaling_governor{cpu="19",governor="powersave"} 0 node_cpu_scaling_governor{cpu="19",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="19",governor="userspace"} 0 node_cpu_scaling_governor{cpu="2",governor="conservative"} 0 node_cpu_scaling_governor{cpu="2",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="2",governor="performance"} 1 node_cpu_scaling_governor{cpu="2",governor="powersave"} 0 node_cpu_scaling_governor{cpu="2",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="2",governor="userspace"} 0 node_cpu_scaling_governor{cpu="20",governor="conservative"} 0 node_cpu_scaling_governor{cpu="20",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="20",governor="performance"} 1 node_cpu_scaling_governor{cpu="20",governor="powersave"} 0 node_cpu_scaling_governor{cpu="20",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="20",governor="userspace"} 0 node_cpu_scaling_governor{cpu="21",governor="conservative"} 0 node_cpu_scaling_governor{cpu="21",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="21",governor="performance"} 1 node_cpu_scaling_governor{cpu="21",governor="powersave"} 0 node_cpu_scaling_governor{cpu="21",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="21",governor="userspace"} 0 node_cpu_scaling_governor{cpu="22",governor="conservative"} 0 node_cpu_scaling_governor{cpu="22",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="22",governor="performance"} 1 node_cpu_scaling_governor{cpu="22",governor="powersave"} 0 node_cpu_scaling_governor{cpu="22",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="22",governor="userspace"} 0 node_cpu_scaling_governor{cpu="23",governor="conservative"} 0 node_cpu_scaling_governor{cpu="23",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="23",governor="performance"} 1 node_cpu_scaling_governor{cpu="23",governor="powersave"} 0 node_cpu_scaling_governor{cpu="23",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="23",governor="userspace"} 0 node_cpu_scaling_governor{cpu="24",governor="conservative"} 0 node_cpu_scaling_governor{cpu="24",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="24",governor="performance"} 1 node_cpu_scaling_governor{cpu="24",governor="powersave"} 0 node_cpu_scaling_governor{cpu="24",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="24",governor="userspace"} 0 node_cpu_scaling_governor{cpu="25",governor="conservative"} 0 node_cpu_scaling_governor{cpu="25",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="25",governor="performance"} 1 node_cpu_scaling_governor{cpu="25",governor="powersave"} 0 node_cpu_scaling_governor{cpu="25",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="25",governor="userspace"} 0 node_cpu_scaling_governor{cpu="26",governor="conservative"} 0 node_cpu_scaling_governor{cpu="26",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="26",governor="performance"} 1 node_cpu_scaling_governor{cpu="26",governor="powersave"} 0 node_cpu_scaling_governor{cpu="26",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="26",governor="userspace"} 0 node_cpu_scaling_governor{cpu="27",governor="conservative"} 0 node_cpu_scaling_governor{cpu="27",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="27",governor="performance"} 1 node_cpu_scaling_governor{cpu="27",governor="powersave"} 0 node_cpu_scaling_governor{cpu="27",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="27",governor="userspace"} 0 node_cpu_scaling_governor{cpu="28",governor="conservative"} 0 node_cpu_scaling_governor{cpu="28",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="28",governor="performance"} 1 node_cpu_scaling_governor{cpu="28",governor="powersave"} 0 node_cpu_scaling_governor{cpu="28",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="28",governor="userspace"} 0 node_cpu_scaling_governor{cpu="29",governor="conservative"} 0 node_cpu_scaling_governor{cpu="29",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="29",governor="performance"} 1 node_cpu_scaling_governor{cpu="29",governor="powersave"} 0 node_cpu_scaling_governor{cpu="29",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="29",governor="userspace"} 0 node_cpu_scaling_governor{cpu="3",governor="conservative"} 0 node_cpu_scaling_governor{cpu="3",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="3",governor="performance"} 1 node_cpu_scaling_governor{cpu="3",governor="powersave"} 0 node_cpu_scaling_governor{cpu="3",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="3",governor="userspace"} 0 node_cpu_scaling_governor{cpu="30",governor="conservative"} 0 node_cpu_scaling_governor{cpu="30",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="30",governor="performance"} 1 node_cpu_scaling_governor{cpu="30",governor="powersave"} 0 node_cpu_scaling_governor{cpu="30",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="30",governor="userspace"} 0 node_cpu_scaling_governor{cpu="31",governor="conservative"} 0 node_cpu_scaling_governor{cpu="31",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="31",governor="performance"} 1 node_cpu_scaling_governor{cpu="31",governor="powersave"} 0 node_cpu_scaling_governor{cpu="31",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="31",governor="userspace"} 0 node_cpu_scaling_governor{cpu="32",governor="conservative"} 0 node_cpu_scaling_governor{cpu="32",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="32",governor="performance"} 1 node_cpu_scaling_governor{cpu="32",governor="powersave"} 0 node_cpu_scaling_governor{cpu="32",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="32",governor="userspace"} 0 node_cpu_scaling_governor{cpu="33",governor="conservative"} 0 node_cpu_scaling_governor{cpu="33",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="33",governor="performance"} 1 node_cpu_scaling_governor{cpu="33",governor="powersave"} 0 node_cpu_scaling_governor{cpu="33",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="33",governor="userspace"} 0 node_cpu_scaling_governor{cpu="34",governor="conservative"} 0 node_cpu_scaling_governor{cpu="34",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="34",governor="performance"} 1 node_cpu_scaling_governor{cpu="34",governor="powersave"} 0 node_cpu_scaling_governor{cpu="34",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="34",governor="userspace"} 0 node_cpu_scaling_governor{cpu="35",governor="conservative"} 0 node_cpu_scaling_governor{cpu="35",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="35",governor="performance"} 1 node_cpu_scaling_governor{cpu="35",governor="powersave"} 0 node_cpu_scaling_governor{cpu="35",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="35",governor="userspace"} 0 node_cpu_scaling_governor{cpu="36",governor="conservative"} 0 node_cpu_scaling_governor{cpu="36",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="36",governor="performance"} 1 node_cpu_scaling_governor{cpu="36",governor="powersave"} 0 node_cpu_scaling_governor{cpu="36",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="36",governor="userspace"} 0 node_cpu_scaling_governor{cpu="37",governor="conservative"} 0 node_cpu_scaling_governor{cpu="37",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="37",governor="performance"} 1 node_cpu_scaling_governor{cpu="37",governor="powersave"} 0 node_cpu_scaling_governor{cpu="37",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="37",governor="userspace"} 0 node_cpu_scaling_governor{cpu="38",governor="conservative"} 0 node_cpu_scaling_governor{cpu="38",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="38",governor="performance"} 1 node_cpu_scaling_governor{cpu="38",governor="powersave"} 0 node_cpu_scaling_governor{cpu="38",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="38",governor="userspace"} 0 node_cpu_scaling_governor{cpu="39",governor="conservative"} 0 node_cpu_scaling_governor{cpu="39",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="39",governor="performance"} 1 node_cpu_scaling_governor{cpu="39",governor="powersave"} 0 node_cpu_scaling_governor{cpu="39",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="39",governor="userspace"} 0 node_cpu_scaling_governor{cpu="4",governor="conservative"} 0 node_cpu_scaling_governor{cpu="4",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="4",governor="performance"} 1 node_cpu_scaling_governor{cpu="4",governor="powersave"} 0 node_cpu_scaling_governor{cpu="4",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="4",governor="userspace"} 0 node_cpu_scaling_governor{cpu="40",governor="conservative"} 0 node_cpu_scaling_governor{cpu="40",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="40",governor="performance"} 1 node_cpu_scaling_governor{cpu="40",governor="powersave"} 0 node_cpu_scaling_governor{cpu="40",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="40",governor="userspace"} 0 node_cpu_scaling_governor{cpu="41",governor="conservative"} 0 node_cpu_scaling_governor{cpu="41",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="41",governor="performance"} 1 node_cpu_scaling_governor{cpu="41",governor="powersave"} 0 node_cpu_scaling_governor{cpu="41",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="41",governor="userspace"} 0 node_cpu_scaling_governor{cpu="42",governor="conservative"} 0 node_cpu_scaling_governor{cpu="42",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="42",governor="performance"} 1 node_cpu_scaling_governor{cpu="42",governor="powersave"} 0 node_cpu_scaling_governor{cpu="42",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="42",governor="userspace"} 0 node_cpu_scaling_governor{cpu="43",governor="conservative"} 0 node_cpu_scaling_governor{cpu="43",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="43",governor="performance"} 1 node_cpu_scaling_governor{cpu="43",governor="powersave"} 0 node_cpu_scaling_governor{cpu="43",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="43",governor="userspace"} 0 node_cpu_scaling_governor{cpu="44",governor="conservative"} 0 node_cpu_scaling_governor{cpu="44",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="44",governor="performance"} 1 node_cpu_scaling_governor{cpu="44",governor="powersave"} 0 node_cpu_scaling_governor{cpu="44",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="44",governor="userspace"} 0 node_cpu_scaling_governor{cpu="45",governor="conservative"} 0 node_cpu_scaling_governor{cpu="45",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="45",governor="performance"} 1 node_cpu_scaling_governor{cpu="45",governor="powersave"} 0 node_cpu_scaling_governor{cpu="45",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="45",governor="userspace"} 0 node_cpu_scaling_governor{cpu="46",governor="conservative"} 0 node_cpu_scaling_governor{cpu="46",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="46",governor="performance"} 1 node_cpu_scaling_governor{cpu="46",governor="powersave"} 0 node_cpu_scaling_governor{cpu="46",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="46",governor="userspace"} 0 node_cpu_scaling_governor{cpu="47",governor="conservative"} 0 node_cpu_scaling_governor{cpu="47",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="47",governor="performance"} 1 node_cpu_scaling_governor{cpu="47",governor="powersave"} 0 node_cpu_scaling_governor{cpu="47",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="47",governor="userspace"} 0 node_cpu_scaling_governor{cpu="48",governor="conservative"} 0 node_cpu_scaling_governor{cpu="48",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="48",governor="performance"} 1 node_cpu_scaling_governor{cpu="48",governor="powersave"} 0 node_cpu_scaling_governor{cpu="48",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="48",governor="userspace"} 0 node_cpu_scaling_governor{cpu="49",governor="conservative"} 0 node_cpu_scaling_governor{cpu="49",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="49",governor="performance"} 1 node_cpu_scaling_governor{cpu="49",governor="powersave"} 0 node_cpu_scaling_governor{cpu="49",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="49",governor="userspace"} 0 node_cpu_scaling_governor{cpu="5",governor="conservative"} 0 node_cpu_scaling_governor{cpu="5",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="5",governor="performance"} 1 node_cpu_scaling_governor{cpu="5",governor="powersave"} 0 node_cpu_scaling_governor{cpu="5",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="5",governor="userspace"} 0 node_cpu_scaling_governor{cpu="50",governor="conservative"} 0 node_cpu_scaling_governor{cpu="50",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="50",governor="performance"} 1 node_cpu_scaling_governor{cpu="50",governor="powersave"} 0 node_cpu_scaling_governor{cpu="50",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="50",governor="userspace"} 0 node_cpu_scaling_governor{cpu="51",governor="conservative"} 0 node_cpu_scaling_governor{cpu="51",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="51",governor="performance"} 1 node_cpu_scaling_governor{cpu="51",governor="powersave"} 0 node_cpu_scaling_governor{cpu="51",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="51",governor="userspace"} 0 node_cpu_scaling_governor{cpu="52",governor="conservative"} 0 node_cpu_scaling_governor{cpu="52",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="52",governor="performance"} 1 node_cpu_scaling_governor{cpu="52",governor="powersave"} 0 node_cpu_scaling_governor{cpu="52",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="52",governor="userspace"} 0 node_cpu_scaling_governor{cpu="53",governor="conservative"} 0 node_cpu_scaling_governor{cpu="53",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="53",governor="performance"} 1 node_cpu_scaling_governor{cpu="53",governor="powersave"} 0 node_cpu_scaling_governor{cpu="53",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="53",governor="userspace"} 0 node_cpu_scaling_governor{cpu="54",governor="conservative"} 0 node_cpu_scaling_governor{cpu="54",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="54",governor="performance"} 1 node_cpu_scaling_governor{cpu="54",governor="powersave"} 0 node_cpu_scaling_governor{cpu="54",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="54",governor="userspace"} 0 node_cpu_scaling_governor{cpu="55",governor="conservative"} 0 node_cpu_scaling_governor{cpu="55",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="55",governor="performance"} 1 node_cpu_scaling_governor{cpu="55",governor="powersave"} 0 node_cpu_scaling_governor{cpu="55",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="55",governor="userspace"} 0 node_cpu_scaling_governor{cpu="56",governor="conservative"} 0 node_cpu_scaling_governor{cpu="56",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="56",governor="performance"} 1 node_cpu_scaling_governor{cpu="56",governor="powersave"} 0 node_cpu_scaling_governor{cpu="56",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="56",governor="userspace"} 0 node_cpu_scaling_governor{cpu="57",governor="conservative"} 0 node_cpu_scaling_governor{cpu="57",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="57",governor="performance"} 1 node_cpu_scaling_governor{cpu="57",governor="powersave"} 0 node_cpu_scaling_governor{cpu="57",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="57",governor="userspace"} 0 node_cpu_scaling_governor{cpu="58",governor="conservative"} 0 node_cpu_scaling_governor{cpu="58",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="58",governor="performance"} 1 node_cpu_scaling_governor{cpu="58",governor="powersave"} 0 node_cpu_scaling_governor{cpu="58",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="58",governor="userspace"} 0 node_cpu_scaling_governor{cpu="59",governor="conservative"} 0 node_cpu_scaling_governor{cpu="59",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="59",governor="performance"} 1 node_cpu_scaling_governor{cpu="59",governor="powersave"} 0 node_cpu_scaling_governor{cpu="59",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="59",governor="userspace"} 0 node_cpu_scaling_governor{cpu="6",governor="conservative"} 0 node_cpu_scaling_governor{cpu="6",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="6",governor="performance"} 1 node_cpu_scaling_governor{cpu="6",governor="powersave"} 0 node_cpu_scaling_governor{cpu="6",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="6",governor="userspace"} 0 node_cpu_scaling_governor{cpu="60",governor="conservative"} 0 node_cpu_scaling_governor{cpu="60",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="60",governor="performance"} 1 node_cpu_scaling_governor{cpu="60",governor="powersave"} 0 node_cpu_scaling_governor{cpu="60",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="60",governor="userspace"} 0 node_cpu_scaling_governor{cpu="61",governor="conservative"} 0 node_cpu_scaling_governor{cpu="61",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="61",governor="performance"} 1 node_cpu_scaling_governor{cpu="61",governor="powersave"} 0 node_cpu_scaling_governor{cpu="61",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="61",governor="userspace"} 0 node_cpu_scaling_governor{cpu="62",governor="conservative"} 0 node_cpu_scaling_governor{cpu="62",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="62",governor="performance"} 1 node_cpu_scaling_governor{cpu="62",governor="powersave"} 0 node_cpu_scaling_governor{cpu="62",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="62",governor="userspace"} 0 node_cpu_scaling_governor{cpu="63",governor="conservative"} 0 node_cpu_scaling_governor{cpu="63",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="63",governor="performance"} 1 node_cpu_scaling_governor{cpu="63",governor="powersave"} 0 node_cpu_scaling_governor{cpu="63",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="63",governor="userspace"} 0 node_cpu_scaling_governor{cpu="64",governor="conservative"} 0 node_cpu_scaling_governor{cpu="64",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="64",governor="performance"} 1 node_cpu_scaling_governor{cpu="64",governor="powersave"} 0 node_cpu_scaling_governor{cpu="64",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="64",governor="userspace"} 0 node_cpu_scaling_governor{cpu="65",governor="conservative"} 0 node_cpu_scaling_governor{cpu="65",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="65",governor="performance"} 1 node_cpu_scaling_governor{cpu="65",governor="powersave"} 0 node_cpu_scaling_governor{cpu="65",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="65",governor="userspace"} 0 node_cpu_scaling_governor{cpu="66",governor="conservative"} 0 node_cpu_scaling_governor{cpu="66",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="66",governor="performance"} 1 node_cpu_scaling_governor{cpu="66",governor="powersave"} 0 node_cpu_scaling_governor{cpu="66",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="66",governor="userspace"} 0 node_cpu_scaling_governor{cpu="67",governor="conservative"} 0 node_cpu_scaling_governor{cpu="67",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="67",governor="performance"} 1 node_cpu_scaling_governor{cpu="67",governor="powersave"} 0 node_cpu_scaling_governor{cpu="67",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="67",governor="userspace"} 0 node_cpu_scaling_governor{cpu="68",governor="conservative"} 0 node_cpu_scaling_governor{cpu="68",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="68",governor="performance"} 1 node_cpu_scaling_governor{cpu="68",governor="powersave"} 0 node_cpu_scaling_governor{cpu="68",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="68",governor="userspace"} 0 node_cpu_scaling_governor{cpu="69",governor="conservative"} 0 node_cpu_scaling_governor{cpu="69",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="69",governor="performance"} 1 node_cpu_scaling_governor{cpu="69",governor="powersave"} 0 node_cpu_scaling_governor{cpu="69",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="69",governor="userspace"} 0 node_cpu_scaling_governor{cpu="7",governor="conservative"} 0 node_cpu_scaling_governor{cpu="7",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="7",governor="performance"} 1 node_cpu_scaling_governor{cpu="7",governor="powersave"} 0 node_cpu_scaling_governor{cpu="7",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="7",governor="userspace"} 0 node_cpu_scaling_governor{cpu="70",governor="conservative"} 0 node_cpu_scaling_governor{cpu="70",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="70",governor="performance"} 1 node_cpu_scaling_governor{cpu="70",governor="powersave"} 0 node_cpu_scaling_governor{cpu="70",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="70",governor="userspace"} 0 node_cpu_scaling_governor{cpu="71",governor="conservative"} 0 node_cpu_scaling_governor{cpu="71",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="71",governor="performance"} 1 node_cpu_scaling_governor{cpu="71",governor="powersave"} 0 node_cpu_scaling_governor{cpu="71",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="71",governor="userspace"} 0 node_cpu_scaling_governor{cpu="72",governor="conservative"} 0 node_cpu_scaling_governor{cpu="72",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="72",governor="performance"} 1 node_cpu_scaling_governor{cpu="72",governor="powersave"} 0 node_cpu_scaling_governor{cpu="72",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="72",governor="userspace"} 0 node_cpu_scaling_governor{cpu="73",governor="conservative"} 0 node_cpu_scaling_governor{cpu="73",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="73",governor="performance"} 1 node_cpu_scaling_governor{cpu="73",governor="powersave"} 0 node_cpu_scaling_governor{cpu="73",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="73",governor="userspace"} 0 node_cpu_scaling_governor{cpu="74",governor="conservative"} 0 node_cpu_scaling_governor{cpu="74",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="74",governor="performance"} 1 node_cpu_scaling_governor{cpu="74",governor="powersave"} 0 node_cpu_scaling_governor{cpu="74",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="74",governor="userspace"} 0 node_cpu_scaling_governor{cpu="75",governor="conservative"} 0 node_cpu_scaling_governor{cpu="75",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="75",governor="performance"} 1 node_cpu_scaling_governor{cpu="75",governor="powersave"} 0 node_cpu_scaling_governor{cpu="75",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="75",governor="userspace"} 0 node_cpu_scaling_governor{cpu="76",governor="conservative"} 0 node_cpu_scaling_governor{cpu="76",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="76",governor="performance"} 1 node_cpu_scaling_governor{cpu="76",governor="powersave"} 0 node_cpu_scaling_governor{cpu="76",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="76",governor="userspace"} 0 node_cpu_scaling_governor{cpu="77",governor="conservative"} 0 node_cpu_scaling_governor{cpu="77",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="77",governor="performance"} 1 node_cpu_scaling_governor{cpu="77",governor="powersave"} 0 node_cpu_scaling_governor{cpu="77",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="77",governor="userspace"} 0 node_cpu_scaling_governor{cpu="78",governor="conservative"} 0 node_cpu_scaling_governor{cpu="78",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="78",governor="performance"} 1 node_cpu_scaling_governor{cpu="78",governor="powersave"} 0 node_cpu_scaling_governor{cpu="78",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="78",governor="userspace"} 0 node_cpu_scaling_governor{cpu="79",governor="conservative"} 0 node_cpu_scaling_governor{cpu="79",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="79",governor="performance"} 1 node_cpu_scaling_governor{cpu="79",governor="powersave"} 0 node_cpu_scaling_governor{cpu="79",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="79",governor="userspace"} 0 node_cpu_scaling_governor{cpu="8",governor="conservative"} 0 node_cpu_scaling_governor{cpu="8",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="8",governor="performance"} 1 node_cpu_scaling_governor{cpu="8",governor="powersave"} 0 node_cpu_scaling_governor{cpu="8",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="8",governor="userspace"} 0 node_cpu_scaling_governor{cpu="80",governor="conservative"} 0 node_cpu_scaling_governor{cpu="80",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="80",governor="performance"} 1 node_cpu_scaling_governor{cpu="80",governor="powersave"} 0 node_cpu_scaling_governor{cpu="80",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="80",governor="userspace"} 0 node_cpu_scaling_governor{cpu="81",governor="conservative"} 0 node_cpu_scaling_governor{cpu="81",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="81",governor="performance"} 1 node_cpu_scaling_governor{cpu="81",governor="powersave"} 0 node_cpu_scaling_governor{cpu="81",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="81",governor="userspace"} 0 node_cpu_scaling_governor{cpu="82",governor="conservative"} 0 node_cpu_scaling_governor{cpu="82",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="82",governor="performance"} 1 node_cpu_scaling_governor{cpu="82",governor="powersave"} 0 node_cpu_scaling_governor{cpu="82",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="82",governor="userspace"} 0 node_cpu_scaling_governor{cpu="83",governor="conservative"} 0 node_cpu_scaling_governor{cpu="83",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="83",governor="performance"} 1 node_cpu_scaling_governor{cpu="83",governor="powersave"} 0 node_cpu_scaling_governor{cpu="83",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="83",governor="userspace"} 0 node_cpu_scaling_governor{cpu="84",governor="conservative"} 0 node_cpu_scaling_governor{cpu="84",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="84",governor="performance"} 1 node_cpu_scaling_governor{cpu="84",governor="powersave"} 0 node_cpu_scaling_governor{cpu="84",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="84",governor="userspace"} 0 node_cpu_scaling_governor{cpu="85",governor="conservative"} 0 node_cpu_scaling_governor{cpu="85",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="85",governor="performance"} 1 node_cpu_scaling_governor{cpu="85",governor="powersave"} 0 node_cpu_scaling_governor{cpu="85",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="85",governor="userspace"} 0 node_cpu_scaling_governor{cpu="86",governor="conservative"} 0 node_cpu_scaling_governor{cpu="86",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="86",governor="performance"} 1 node_cpu_scaling_governor{cpu="86",governor="powersave"} 0 node_cpu_scaling_governor{cpu="86",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="86",governor="userspace"} 0 node_cpu_scaling_governor{cpu="87",governor="conservative"} 0 node_cpu_scaling_governor{cpu="87",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="87",governor="performance"} 1 node_cpu_scaling_governor{cpu="87",governor="powersave"} 0 node_cpu_scaling_governor{cpu="87",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="87",governor="userspace"} 0 node_cpu_scaling_governor{cpu="88",governor="conservative"} 0 node_cpu_scaling_governor{cpu="88",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="88",governor="performance"} 1 node_cpu_scaling_governor{cpu="88",governor="powersave"} 0 node_cpu_scaling_governor{cpu="88",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="88",governor="userspace"} 0 node_cpu_scaling_governor{cpu="89",governor="conservative"} 0 node_cpu_scaling_governor{cpu="89",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="89",governor="performance"} 1 node_cpu_scaling_governor{cpu="89",governor="powersave"} 0 node_cpu_scaling_governor{cpu="89",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="89",governor="userspace"} 0 node_cpu_scaling_governor{cpu="9",governor="conservative"} 0 node_cpu_scaling_governor{cpu="9",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="9",governor="performance"} 1 node_cpu_scaling_governor{cpu="9",governor="powersave"} 0 node_cpu_scaling_governor{cpu="9",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="9",governor="userspace"} 0 node_cpu_scaling_governor{cpu="90",governor="conservative"} 0 node_cpu_scaling_governor{cpu="90",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="90",governor="performance"} 1 node_cpu_scaling_governor{cpu="90",governor="powersave"} 0 node_cpu_scaling_governor{cpu="90",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="90",governor="userspace"} 0 node_cpu_scaling_governor{cpu="91",governor="conservative"} 0 node_cpu_scaling_governor{cpu="91",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="91",governor="performance"} 1 node_cpu_scaling_governor{cpu="91",governor="powersave"} 0 node_cpu_scaling_governor{cpu="91",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="91",governor="userspace"} 0 node_cpu_scaling_governor{cpu="92",governor="conservative"} 0 node_cpu_scaling_governor{cpu="92",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="92",governor="performance"} 1 node_cpu_scaling_governor{cpu="92",governor="powersave"} 0 node_cpu_scaling_governor{cpu="92",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="92",governor="userspace"} 0 node_cpu_scaling_governor{cpu="93",governor="conservative"} 0 node_cpu_scaling_governor{cpu="93",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="93",governor="performance"} 1 node_cpu_scaling_governor{cpu="93",governor="powersave"} 0 node_cpu_scaling_governor{cpu="93",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="93",governor="userspace"} 0 node_cpu_scaling_governor{cpu="94",governor="conservative"} 0 node_cpu_scaling_governor{cpu="94",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="94",governor="performance"} 1 node_cpu_scaling_governor{cpu="94",governor="powersave"} 0 node_cpu_scaling_governor{cpu="94",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="94",governor="userspace"} 0 node_cpu_scaling_governor{cpu="95",governor="conservative"} 0 node_cpu_scaling_governor{cpu="95",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="95",governor="performance"} 1 node_cpu_scaling_governor{cpu="95",governor="powersave"} 0 node_cpu_scaling_governor{cpu="95",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="95",governor="userspace"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 1.02624986e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 33469.87 node_cpu_seconds_total{cpu="0",mode="irq"} 2973.86 node_cpu_seconds_total{cpu="0",mode="nice"} 41125.95 node_cpu_seconds_total{cpu="0",mode="softirq"} 104401.1 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 18679.9 node_cpu_seconds_total{cpu="0",mode="user"} 13572.86 node_cpu_seconds_total{cpu="1",mode="idle"} 1.07511225e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 61431.91 node_cpu_seconds_total{cpu="1",mode="irq"} 2673.66 node_cpu_seconds_total{cpu="1",mode="nice"} 55522.56 node_cpu_seconds_total{cpu="1",mode="softirq"} 9688.83 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 20305.85 node_cpu_seconds_total{cpu="1",mode="user"} 14644.74 node_cpu_seconds_total{cpu="10",mode="idle"} 1.07632952e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 66977.22 node_cpu_seconds_total{cpu="10",mode="irq"} 2775.33 node_cpu_seconds_total{cpu="10",mode="nice"} 58337.09 node_cpu_seconds_total{cpu="10",mode="softirq"} 806.61 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 20738.37 node_cpu_seconds_total{cpu="10",mode="user"} 12942.05 node_cpu_seconds_total{cpu="11",mode="idle"} 1.05695885e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 58269.17 node_cpu_seconds_total{cpu="11",mode="irq"} 4617.59 node_cpu_seconds_total{cpu="11",mode="nice"} 42511.19 node_cpu_seconds_total{cpu="11",mode="softirq"} 25057.99 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 32263.44 node_cpu_seconds_total{cpu="11",mode="user"} 18266.53 node_cpu_seconds_total{cpu="12",mode="idle"} 1.03931108e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 66872.76 node_cpu_seconds_total{cpu="12",mode="irq"} 3059.96 node_cpu_seconds_total{cpu="12",mode="nice"} 89038.52 node_cpu_seconds_total{cpu="12",mode="softirq"} 1028.27 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 24009.55 node_cpu_seconds_total{cpu="12",mode="user"} 15587.48 node_cpu_seconds_total{cpu="13",mode="idle"} 1.07230925e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 67313.1 node_cpu_seconds_total{cpu="13",mode="irq"} 2866.77 node_cpu_seconds_total{cpu="13",mode="nice"} 57677.22 node_cpu_seconds_total{cpu="13",mode="softirq"} 812.47 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 22041.67 node_cpu_seconds_total{cpu="13",mode="user"} 15841.21 node_cpu_seconds_total{cpu="14",mode="idle"} 1.06910623e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 64293.27 node_cpu_seconds_total{cpu="14",mode="irq"} 2874.84 node_cpu_seconds_total{cpu="14",mode="nice"} 62735.79 node_cpu_seconds_total{cpu="14",mode="softirq"} 737.37 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 23147.11 node_cpu_seconds_total{cpu="14",mode="user"} 16188.7 node_cpu_seconds_total{cpu="15",mode="idle"} 1.04496017e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 64062.5 node_cpu_seconds_total{cpu="15",mode="irq"} 3030.67 node_cpu_seconds_total{cpu="15",mode="nice"} 86859.71 node_cpu_seconds_total{cpu="15",mode="softirq"} 944.49 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 24601 node_cpu_seconds_total{cpu="15",mode="user"} 14726.52 node_cpu_seconds_total{cpu="16",mode="idle"} 1.07535343e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 65860.85 node_cpu_seconds_total{cpu="16",mode="irq"} 2798.92 node_cpu_seconds_total{cpu="16",mode="nice"} 57163.53 node_cpu_seconds_total{cpu="16",mode="softirq"} 773.62 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 22852.73 node_cpu_seconds_total{cpu="16",mode="user"} 14266.71 node_cpu_seconds_total{cpu="17",mode="idle"} 1.07605566e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 67125.49 node_cpu_seconds_total{cpu="17",mode="irq"} 2804.35 node_cpu_seconds_total{cpu="17",mode="nice"} 59216.55 node_cpu_seconds_total{cpu="17",mode="softirq"} 751.42 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 20951.62 node_cpu_seconds_total{cpu="17",mode="user"} 12025.41 node_cpu_seconds_total{cpu="18",mode="idle"} 1.0301508e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 62850.47 node_cpu_seconds_total{cpu="18",mode="irq"} 2985.44 node_cpu_seconds_total{cpu="18",mode="nice"} 106081.15 node_cpu_seconds_total{cpu="18",mode="softirq"} 768.22 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 21832.03 node_cpu_seconds_total{cpu="18",mode="user"} 14404.16 node_cpu_seconds_total{cpu="19",mode="idle"} 1.07896443e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 62431.64 node_cpu_seconds_total{cpu="19",mode="irq"} 2688.48 node_cpu_seconds_total{cpu="19",mode="nice"} 58464.16 node_cpu_seconds_total{cpu="19",mode="softirq"} 630.55 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 20733.36 node_cpu_seconds_total{cpu="19",mode="user"} 15169.27 node_cpu_seconds_total{cpu="2",mode="idle"} 1.0756504e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 63044.09 node_cpu_seconds_total{cpu="2",mode="irq"} 2847.29 node_cpu_seconds_total{cpu="2",mode="nice"} 56405.54 node_cpu_seconds_total{cpu="2",mode="softirq"} 5637.29 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 21440.78 node_cpu_seconds_total{cpu="2",mode="user"} 14023.06 node_cpu_seconds_total{cpu="20",mode="idle"} 1.0780261e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 62411.13 node_cpu_seconds_total{cpu="20",mode="irq"} 2869.79 node_cpu_seconds_total{cpu="20",mode="nice"} 55714.63 node_cpu_seconds_total{cpu="20",mode="softirq"} 3328.27 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 21715.76 node_cpu_seconds_total{cpu="20",mode="user"} 14790.92 node_cpu_seconds_total{cpu="21",mode="idle"} 1.03171034e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 61834.55 node_cpu_seconds_total{cpu="21",mode="irq"} 2983.38 node_cpu_seconds_total{cpu="21",mode="nice"} 106505.77 node_cpu_seconds_total{cpu="21",mode="softirq"} 720.2 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 21809.9 node_cpu_seconds_total{cpu="21",mode="user"} 13521.9 node_cpu_seconds_total{cpu="22",mode="idle"} 1.08137749e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 61537.05 node_cpu_seconds_total{cpu="22",mode="irq"} 2675.94 node_cpu_seconds_total{cpu="22",mode="nice"} 58305.82 node_cpu_seconds_total{cpu="22",mode="softirq"} 605.93 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 20511.48 node_cpu_seconds_total{cpu="22",mode="user"} 14061.22 node_cpu_seconds_total{cpu="23",mode="idle"} 1.08232997e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 61610.84 node_cpu_seconds_total{cpu="23",mode="irq"} 2689.9 node_cpu_seconds_total{cpu="23",mode="nice"} 57837.46 node_cpu_seconds_total{cpu="23",mode="softirq"} 594.32 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 20418.17 node_cpu_seconds_total{cpu="23",mode="user"} 13492.86 node_cpu_seconds_total{cpu="24",mode="idle"} 1.06391598e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 42577.78 node_cpu_seconds_total{cpu="24",mode="irq"} 3134.51 node_cpu_seconds_total{cpu="24",mode="nice"} 76667.47 node_cpu_seconds_total{cpu="24",mode="softirq"} 800.81 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 30451.55 node_cpu_seconds_total{cpu="24",mode="user"} 21712 node_cpu_seconds_total{cpu="25",mode="idle"} 1.09288895e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 38185.98 node_cpu_seconds_total{cpu="25",mode="irq"} 2853 node_cpu_seconds_total{cpu="25",mode="nice"} 57736.32 node_cpu_seconds_total{cpu="25",mode="softirq"} 644.38 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 25267.61 node_cpu_seconds_total{cpu="25",mode="user"} 21574.01 node_cpu_seconds_total{cpu="26",mode="idle"} 1.10220123e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 34788.29 node_cpu_seconds_total{cpu="26",mode="irq"} 2702.55 node_cpu_seconds_total{cpu="26",mode="nice"} 57096.04 node_cpu_seconds_total{cpu="26",mode="softirq"} 565.33 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 22763.11 node_cpu_seconds_total{cpu="26",mode="user"} 19154.55 node_cpu_seconds_total{cpu="27",mode="idle"} 1.0834428e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 37305.12 node_cpu_seconds_total{cpu="27",mode="irq"} 2474.63 node_cpu_seconds_total{cpu="27",mode="nice"} 81985.8 node_cpu_seconds_total{cpu="27",mode="softirq"} 476.12 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 22311.68 node_cpu_seconds_total{cpu="27",mode="user"} 11713.9 node_cpu_seconds_total{cpu="28",mode="idle"} 1.10865686e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 36603.21 node_cpu_seconds_total{cpu="28",mode="irq"} 2343.97 node_cpu_seconds_total{cpu="28",mode="nice"} 60299.47 node_cpu_seconds_total{cpu="28",mode="softirq"} 438.92 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 19974.5 node_cpu_seconds_total{cpu="28",mode="user"} 11298.41 node_cpu_seconds_total{cpu="29",mode="idle"} 1.1092472e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 36072.1 node_cpu_seconds_total{cpu="29",mode="irq"} 2339.64 node_cpu_seconds_total{cpu="29",mode="nice"} 60505.35 node_cpu_seconds_total{cpu="29",mode="softirq"} 424.73 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 19955.45 node_cpu_seconds_total{cpu="29",mode="user"} 11090.68 node_cpu_seconds_total{cpu="3",mode="idle"} 1.01864671e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 73350.42 node_cpu_seconds_total{cpu="3",mode="irq"} 3131.93 node_cpu_seconds_total{cpu="3",mode="nice"} 101871.73 node_cpu_seconds_total{cpu="3",mode="softirq"} 2108.42 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 25055.52 node_cpu_seconds_total{cpu="3",mode="user"} 14818.66 node_cpu_seconds_total{cpu="30",mode="idle"} 1.08673999e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 36651.55 node_cpu_seconds_total{cpu="30",mode="irq"} 2460.8 node_cpu_seconds_total{cpu="30",mode="nice"} 79295.26 node_cpu_seconds_total{cpu="30",mode="softirq"} 466.67 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 22326.81 node_cpu_seconds_total{cpu="30",mode="user"} 11676.97 node_cpu_seconds_total{cpu="31",mode="idle"} 1.11010856e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 36659.66 node_cpu_seconds_total{cpu="31",mode="irq"} 2328.83 node_cpu_seconds_total{cpu="31",mode="nice"} 59063.44 node_cpu_seconds_total{cpu="31",mode="softirq"} 426.74 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 19873.47 node_cpu_seconds_total{cpu="31",mode="user"} 11144.85 node_cpu_seconds_total{cpu="32",mode="idle"} 1.11103459e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 36371.72 node_cpu_seconds_total{cpu="32",mode="irq"} 2325.35 node_cpu_seconds_total{cpu="32",mode="nice"} 58867.48 node_cpu_seconds_total{cpu="32",mode="softirq"} 416.33 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 19587.89 node_cpu_seconds_total{cpu="32",mode="user"} 10992.26 node_cpu_seconds_total{cpu="33",mode="idle"} 1.084639e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 36358.99 node_cpu_seconds_total{cpu="33",mode="irq"} 2452.49 node_cpu_seconds_total{cpu="33",mode="nice"} 81353.72 node_cpu_seconds_total{cpu="33",mode="softirq"} 446.06 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 22563.74 node_cpu_seconds_total{cpu="33",mode="user"} 11853 node_cpu_seconds_total{cpu="34",mode="idle"} 1.11179849e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 36585.07 node_cpu_seconds_total{cpu="34",mode="irq"} 2304.41 node_cpu_seconds_total{cpu="34",mode="nice"} 56905.93 node_cpu_seconds_total{cpu="34",mode="softirq"} 420.25 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 20303.91 node_cpu_seconds_total{cpu="34",mode="user"} 11282.5 node_cpu_seconds_total{cpu="35",mode="idle"} 1.11241241e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 35725.09 node_cpu_seconds_total{cpu="35",mode="irq"} 2311.7 node_cpu_seconds_total{cpu="35",mode="nice"} 57983.92 node_cpu_seconds_total{cpu="35",mode="softirq"} 409 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 19718.59 node_cpu_seconds_total{cpu="35",mode="user"} 11052.43 node_cpu_seconds_total{cpu="36",mode="idle"} 1.09284576e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 37212.4 node_cpu_seconds_total{cpu="36",mode="irq"} 2415.09 node_cpu_seconds_total{cpu="36",mode="nice"} 73062.15 node_cpu_seconds_total{cpu="36",mode="softirq"} 435.99 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 22101.37 node_cpu_seconds_total{cpu="36",mode="user"} 11584.32 node_cpu_seconds_total{cpu="37",mode="idle"} 1.11308489e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 37040.53 node_cpu_seconds_total{cpu="37",mode="irq"} 2309.14 node_cpu_seconds_total{cpu="37",mode="nice"} 55528.39 node_cpu_seconds_total{cpu="37",mode="softirq"} 408.42 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 20171.05 node_cpu_seconds_total{cpu="37",mode="user"} 11098.56 node_cpu_seconds_total{cpu="38",mode="idle"} 1.11561497e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 37584.53 node_cpu_seconds_total{cpu="38",mode="irq"} 2288.9 node_cpu_seconds_total{cpu="38",mode="nice"} 53607.92 node_cpu_seconds_total{cpu="38",mode="softirq"} 413.56 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 19244.26 node_cpu_seconds_total{cpu="38",mode="user"} 10829.96 node_cpu_seconds_total{cpu="39",mode="idle"} 1.08991529e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 35621.18 node_cpu_seconds_total{cpu="39",mode="irq"} 2438.08 node_cpu_seconds_total{cpu="39",mode="nice"} 77336.28 node_cpu_seconds_total{cpu="39",mode="softirq"} 431.74 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 22207.69 node_cpu_seconds_total{cpu="39",mode="user"} 11731.93 node_cpu_seconds_total{cpu="4",mode="idle"} 1.06097081e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 74840.98 node_cpu_seconds_total{cpu="4",mode="irq"} 2927.71 node_cpu_seconds_total{cpu="4",mode="nice"} 63748.2 node_cpu_seconds_total{cpu="4",mode="softirq"} 1415.55 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 21832.3 node_cpu_seconds_total{cpu="4",mode="user"} 13178.91 node_cpu_seconds_total{cpu="40",mode="idle"} 1.10999198e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 36436.31 node_cpu_seconds_total{cpu="40",mode="irq"} 2319 node_cpu_seconds_total{cpu="40",mode="nice"} 59556.77 node_cpu_seconds_total{cpu="40",mode="softirq"} 414.18 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 19733.38 node_cpu_seconds_total{cpu="40",mode="user"} 11241.63 node_cpu_seconds_total{cpu="41",mode="idle"} 1.11158333e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 35954.66 node_cpu_seconds_total{cpu="41",mode="irq"} 2313.66 node_cpu_seconds_total{cpu="41",mode="nice"} 58259.73 node_cpu_seconds_total{cpu="41",mode="softirq"} 401.88 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 19957.22 node_cpu_seconds_total{cpu="41",mode="user"} 11227.37 node_cpu_seconds_total{cpu="42",mode="idle"} 1.0888225e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 36722.64 node_cpu_seconds_total{cpu="42",mode="irq"} 2442.73 node_cpu_seconds_total{cpu="42",mode="nice"} 78498.68 node_cpu_seconds_total{cpu="42",mode="softirq"} 428.64 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 21573.79 node_cpu_seconds_total{cpu="42",mode="user"} 11227.92 node_cpu_seconds_total{cpu="43",mode="idle"} 1.11003959e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 36753.39 node_cpu_seconds_total{cpu="43",mode="irq"} 2319.29 node_cpu_seconds_total{cpu="43",mode="nice"} 59335.73 node_cpu_seconds_total{cpu="43",mode="softirq"} 400.51 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 19695.95 node_cpu_seconds_total{cpu="43",mode="user"} 11133.96 node_cpu_seconds_total{cpu="44",mode="idle"} 1.11238472e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 36829.76 node_cpu_seconds_total{cpu="44",mode="irq"} 2309.66 node_cpu_seconds_total{cpu="44",mode="nice"} 57195.41 node_cpu_seconds_total{cpu="44",mode="softirq"} 401.97 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 19557.97 node_cpu_seconds_total{cpu="44",mode="user"} 10982.99 node_cpu_seconds_total{cpu="45",mode="idle"} 1.0915324e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 35587.79 node_cpu_seconds_total{cpu="45",mode="irq"} 2409.39 node_cpu_seconds_total{cpu="45",mode="nice"} 75720.29 node_cpu_seconds_total{cpu="45",mode="softirq"} 417.26 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 22301.75 node_cpu_seconds_total{cpu="45",mode="user"} 11776.62 node_cpu_seconds_total{cpu="46",mode="idle"} 1.1092124e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 35848.18 node_cpu_seconds_total{cpu="46",mode="irq"} 2417.23 node_cpu_seconds_total{cpu="46",mode="nice"} 59137.64 node_cpu_seconds_total{cpu="46",mode="softirq"} 688.08 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 20566.72 node_cpu_seconds_total{cpu="46",mode="user"} 11743.55 node_cpu_seconds_total{cpu="47",mode="idle"} 1.11187845e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 35630.5 node_cpu_seconds_total{cpu="47",mode="irq"} 2312.61 node_cpu_seconds_total{cpu="47",mode="nice"} 58201.7 node_cpu_seconds_total{cpu="47",mode="softirq"} 398.37 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 19900.24 node_cpu_seconds_total{cpu="47",mode="user"} 11338.57 node_cpu_seconds_total{cpu="48",mode="idle"} 1.04101153e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 52090.28 node_cpu_seconds_total{cpu="48",mode="irq"} 4361.58 node_cpu_seconds_total{cpu="48",mode="nice"} 60711.78 node_cpu_seconds_total{cpu="48",mode="softirq"} 21686.89 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 35281.18 node_cpu_seconds_total{cpu="48",mode="user"} 22633.38 node_cpu_seconds_total{cpu="49",mode="idle"} 1.08652542e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 48398.61 node_cpu_seconds_total{cpu="49",mode="irq"} 2795.81 node_cpu_seconds_total{cpu="49",mode="nice"} 57089.42 node_cpu_seconds_total{cpu="49",mode="softirq"} 826.75 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 26922.5 node_cpu_seconds_total{cpu="49",mode="user"} 16313.11 node_cpu_seconds_total{cpu="5",mode="idle"} 1.05059451e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 62660.79 node_cpu_seconds_total{cpu="5",mode="irq"} 4472.87 node_cpu_seconds_total{cpu="5",mode="nice"} 49572 node_cpu_seconds_total{cpu="5",mode="softirq"} 22536.42 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 31173.57 node_cpu_seconds_total{cpu="5",mode="user"} 17149.11 node_cpu_seconds_total{cpu="50",mode="idle"} 1.09668701e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 45299.19 node_cpu_seconds_total{cpu="50",mode="irq"} 2636.16 node_cpu_seconds_total{cpu="50",mode="nice"} 57128.77 node_cpu_seconds_total{cpu="50",mode="softirq"} 642.2 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 22812.84 node_cpu_seconds_total{cpu="50",mode="user"} 13963.16 node_cpu_seconds_total{cpu="51",mode="idle"} 1.03643271e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 55348.32 node_cpu_seconds_total{cpu="51",mode="irq"} 4697.69 node_cpu_seconds_total{cpu="51",mode="nice"} 64998.95 node_cpu_seconds_total{cpu="51",mode="softirq"} 24842.96 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 34039.25 node_cpu_seconds_total{cpu="51",mode="user"} 17616.16 node_cpu_seconds_total{cpu="52",mode="idle"} 1.07543e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 59484.93 node_cpu_seconds_total{cpu="52",mode="irq"} 3066.39 node_cpu_seconds_total{cpu="52",mode="nice"} 58016.51 node_cpu_seconds_total{cpu="52",mode="softirq"} 978.75 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 27298.28 node_cpu_seconds_total{cpu="52",mode="user"} 14350.7 node_cpu_seconds_total{cpu="53",mode="idle"} 1.07174941e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 60354.41 node_cpu_seconds_total{cpu="53",mode="irq"} 2927.66 node_cpu_seconds_total{cpu="53",mode="nice"} 63933.16 node_cpu_seconds_total{cpu="53",mode="softirq"} 742.19 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 24447.5 node_cpu_seconds_total{cpu="53",mode="user"} 14938.57 node_cpu_seconds_total{cpu="54",mode="idle"} 1.06025434e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 55607.59 node_cpu_seconds_total{cpu="54",mode="irq"} 3031.23 node_cpu_seconds_total{cpu="54",mode="nice"} 79414.91 node_cpu_seconds_total{cpu="54",mode="softirq"} 794.43 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 25063.31 node_cpu_seconds_total{cpu="54",mode="user"} 14877.17 node_cpu_seconds_total{cpu="55",mode="idle"} 1.07306749e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 59186.17 node_cpu_seconds_total{cpu="55",mode="irq"} 2853.11 node_cpu_seconds_total{cpu="55",mode="nice"} 66075.44 node_cpu_seconds_total{cpu="55",mode="softirq"} 656.1 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 23192.14 node_cpu_seconds_total{cpu="55",mode="user"} 14059.55 node_cpu_seconds_total{cpu="56",mode="idle"} 1.07892354e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 57113.78 node_cpu_seconds_total{cpu="56",mode="irq"} 2852.02 node_cpu_seconds_total{cpu="56",mode="nice"} 65240.91 node_cpu_seconds_total{cpu="56",mode="softirq"} 653.85 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 21373.02 node_cpu_seconds_total{cpu="56",mode="user"} 12848.41 node_cpu_seconds_total{cpu="57",mode="idle"} 1.05364772e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 60695.99 node_cpu_seconds_total{cpu="57",mode="irq"} 3072.11 node_cpu_seconds_total{cpu="57",mode="nice"} 80051.48 node_cpu_seconds_total{cpu="57",mode="softirq"} 891.22 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 26461.86 node_cpu_seconds_total{cpu="57",mode="user"} 13884.37 node_cpu_seconds_total{cpu="58",mode="idle"} 1.08062301e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 59845.22 node_cpu_seconds_total{cpu="58",mode="irq"} 2869.53 node_cpu_seconds_total{cpu="58",mode="nice"} 58217.16 node_cpu_seconds_total{cpu="58",mode="softirq"} 692.67 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 23410.53 node_cpu_seconds_total{cpu="58",mode="user"} 13146.23 node_cpu_seconds_total{cpu="59",mode="idle"} 1.06617954e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 58862.83 node_cpu_seconds_total{cpu="59",mode="irq"} 2850.1 node_cpu_seconds_total{cpu="59",mode="nice"} 73155.17 node_cpu_seconds_total{cpu="59",mode="softirq"} 611.36 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 23044.11 node_cpu_seconds_total{cpu="59",mode="user"} 14768.04 node_cpu_seconds_total{cpu="6",mode="idle"} 1.02951845e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 60803.14 node_cpu_seconds_total{cpu="6",mode="irq"} 4472.23 node_cpu_seconds_total{cpu="6",mode="nice"} 71164.49 node_cpu_seconds_total{cpu="6",mode="softirq"} 24886.65 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 31075.68 node_cpu_seconds_total{cpu="6",mode="user"} 16289.64 node_cpu_seconds_total{cpu="60",mode="idle"} 1.06098301e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 61838.85 node_cpu_seconds_total{cpu="60",mode="irq"} 2852.07 node_cpu_seconds_total{cpu="60",mode="nice"} 76543 node_cpu_seconds_total{cpu="60",mode="softirq"} 579.33 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 21968.83 node_cpu_seconds_total{cpu="60",mode="user"} 14239.51 node_cpu_seconds_total{cpu="61",mode="idle"} 1.07925528e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 60537.55 node_cpu_seconds_total{cpu="61",mode="irq"} 2752.41 node_cpu_seconds_total{cpu="61",mode="nice"} 59900.42 node_cpu_seconds_total{cpu="61",mode="softirq"} 538.89 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 21978.37 node_cpu_seconds_total{cpu="61",mode="user"} 14065.66 node_cpu_seconds_total{cpu="62",mode="idle"} 1.07930006e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 57235.66 node_cpu_seconds_total{cpu="62",mode="irq"} 3666.64 node_cpu_seconds_total{cpu="62",mode="nice"} 41363.9 node_cpu_seconds_total{cpu="62",mode="softirq"} 14602.63 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 26279.14 node_cpu_seconds_total{cpu="62",mode="user"} 16141.84 node_cpu_seconds_total{cpu="63",mode="idle"} 1.03780913e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 58016.48 node_cpu_seconds_total{cpu="63",mode="irq"} 4625.7 node_cpu_seconds_total{cpu="63",mode="nice"} 64941 node_cpu_seconds_total{cpu="63",mode="softirq"} 24337.98 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 32139.93 node_cpu_seconds_total{cpu="63",mode="user"} 16216.5 node_cpu_seconds_total{cpu="64",mode="idle"} 1.05213661e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 58494.81 node_cpu_seconds_total{cpu="64",mode="irq"} 4143.56 node_cpu_seconds_total{cpu="64",mode="nice"} 58038.53 node_cpu_seconds_total{cpu="64",mode="softirq"} 17361.93 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 31102.9 node_cpu_seconds_total{cpu="64",mode="user"} 17086.23 node_cpu_seconds_total{cpu="65",mode="idle"} 1.06783163e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 62448.76 node_cpu_seconds_total{cpu="65",mode="irq"} 3023.91 node_cpu_seconds_total{cpu="65",mode="nice"} 65050.56 node_cpu_seconds_total{cpu="65",mode="softirq"} 857.57 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 26260.64 node_cpu_seconds_total{cpu="65",mode="user"} 13284.92 node_cpu_seconds_total{cpu="66",mode="idle"} 1.05016982e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 59645.7 node_cpu_seconds_total{cpu="66",mode="irq"} 2868.49 node_cpu_seconds_total{cpu="66",mode="nice"} 90397.28 node_cpu_seconds_total{cpu="66",mode="softirq"} 551.51 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 21662.19 node_cpu_seconds_total{cpu="66",mode="user"} 13745.87 node_cpu_seconds_total{cpu="67",mode="idle"} 1.07226831e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 59335.34 node_cpu_seconds_total{cpu="67",mode="irq"} 7499.03 node_cpu_seconds_total{cpu="67",mode="nice"} 61682.78 node_cpu_seconds_total{cpu="67",mode="softirq"} 701.28 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 22256.33 node_cpu_seconds_total{cpu="67",mode="user"} 15019.14 node_cpu_seconds_total{cpu="68",mode="idle"} 1.06234087e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 59503.27 node_cpu_seconds_total{cpu="68",mode="irq"} 2839.45 node_cpu_seconds_total{cpu="68",mode="nice"} 77520.99 node_cpu_seconds_total{cpu="68",mode="softirq"} 534.77 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 21923.91 node_cpu_seconds_total{cpu="68",mode="user"} 14460.64 node_cpu_seconds_total{cpu="69",mode="idle"} 1.05496199e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 59073.11 node_cpu_seconds_total{cpu="69",mode="irq"} 2844.36 node_cpu_seconds_total{cpu="69",mode="nice"} 87028.37 node_cpu_seconds_total{cpu="69",mode="softirq"} 498.67 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 21703.78 node_cpu_seconds_total{cpu="69",mode="user"} 12956.97 node_cpu_seconds_total{cpu="7",mode="idle"} 1.05735889e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 61018.54 node_cpu_seconds_total{cpu="7",mode="irq"} 3771.71 node_cpu_seconds_total{cpu="7",mode="nice"} 59003.95 node_cpu_seconds_total{cpu="7",mode="softirq"} 11528.77 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 28320.46 node_cpu_seconds_total{cpu="7",mode="user"} 17192.7 node_cpu_seconds_total{cpu="70",mode="idle"} 1.07182734e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 58823.95 node_cpu_seconds_total{cpu="70",mode="irq"} 2949.99 node_cpu_seconds_total{cpu="70",mode="nice"} 64141.66 node_cpu_seconds_total{cpu="70",mode="softirq"} 3844.69 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 22841.25 node_cpu_seconds_total{cpu="70",mode="user"} 14592.43 node_cpu_seconds_total{cpu="71",mode="idle"} 1.05812537e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 59093.15 node_cpu_seconds_total{cpu="71",mode="irq"} 2862.68 node_cpu_seconds_total{cpu="71",mode="nice"} 83924.58 node_cpu_seconds_total{cpu="71",mode="softirq"} 521.69 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 21481.05 node_cpu_seconds_total{cpu="71",mode="user"} 13062.49 node_cpu_seconds_total{cpu="72",mode="idle"} 1.09856353e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 31402.75 node_cpu_seconds_total{cpu="72",mode="irq"} 2623.72 node_cpu_seconds_total{cpu="72",mode="nice"} 64387.38 node_cpu_seconds_total{cpu="72",mode="softirq"} 462.25 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 23828.67 node_cpu_seconds_total{cpu="72",mode="user"} 18190.06 node_cpu_seconds_total{cpu="73",mode="idle"} 1.10661961e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 32026.93 node_cpu_seconds_total{cpu="73",mode="irq"} 2578.26 node_cpu_seconds_total{cpu="73",mode="nice"} 59040.15 node_cpu_seconds_total{cpu="73",mode="softirq"} 444.64 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 21922.49 node_cpu_seconds_total{cpu="73",mode="user"} 16743.61 node_cpu_seconds_total{cpu="74",mode="idle"} 1.1063546e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 31720.57 node_cpu_seconds_total{cpu="74",mode="irq"} 2574.92 node_cpu_seconds_total{cpu="74",mode="nice"} 59846.24 node_cpu_seconds_total{cpu="74",mode="softirq"} 433.01 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 22132.35 node_cpu_seconds_total{cpu="74",mode="user"} 16332.71 node_cpu_seconds_total{cpu="75",mode="idle"} 1.0948775e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 35031.13 node_cpu_seconds_total{cpu="75",mode="irq"} 2422.9 node_cpu_seconds_total{cpu="75",mode="nice"} 74063.92 node_cpu_seconds_total{cpu="75",mode="softirq"} 381.1 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 21792.97 node_cpu_seconds_total{cpu="75",mode="user"} 11051.64 node_cpu_seconds_total{cpu="76",mode="idle"} 1.10768619e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 35410.46 node_cpu_seconds_total{cpu="76",mode="irq"} 2346.45 node_cpu_seconds_total{cpu="76",mode="nice"} 61779.61 node_cpu_seconds_total{cpu="76",mode="softirq"} 372.86 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 21077.77 node_cpu_seconds_total{cpu="76",mode="user"} 10982.18 node_cpu_seconds_total{cpu="77",mode="idle"} 1.10616352e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 34886.66 node_cpu_seconds_total{cpu="77",mode="irq"} 2362.96 node_cpu_seconds_total{cpu="77",mode="nice"} 64003.82 node_cpu_seconds_total{cpu="77",mode="softirq"} 376.21 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 20955.91 node_cpu_seconds_total{cpu="77",mode="user"} 10890.05 node_cpu_seconds_total{cpu="78",mode="idle"} 1.09516371e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 35067.26 node_cpu_seconds_total{cpu="78",mode="irq"} 2414.08 node_cpu_seconds_total{cpu="78",mode="nice"} 73997.68 node_cpu_seconds_total{cpu="78",mode="softirq"} 381.32 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 21523.54 node_cpu_seconds_total{cpu="78",mode="user"} 11071.55 node_cpu_seconds_total{cpu="79",mode="idle"} 1.10421407e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 35308.54 node_cpu_seconds_total{cpu="79",mode="irq"} 2405.28 node_cpu_seconds_total{cpu="79",mode="nice"} 64152.5 node_cpu_seconds_total{cpu="79",mode="softirq"} 416.22 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 21715.34 node_cpu_seconds_total{cpu="79",mode="user"} 11263.98 node_cpu_seconds_total{cpu="8",mode="idle"} 1.0729951e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 63792.72 node_cpu_seconds_total{cpu="8",mode="irq"} 3476.79 node_cpu_seconds_total{cpu="8",mode="nice"} 47092.08 node_cpu_seconds_total{cpu="8",mode="softirq"} 8245.84 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 27547.21 node_cpu_seconds_total{cpu="8",mode="user"} 15125.79 node_cpu_seconds_total{cpu="80",mode="idle"} 1.10123611e+06 node_cpu_seconds_total{cpu="80",mode="iowait"} 35582.23 node_cpu_seconds_total{cpu="80",mode="irq"} 2408.08 node_cpu_seconds_total{cpu="80",mode="nice"} 68700.01 node_cpu_seconds_total{cpu="80",mode="softirq"} 377 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 20630.31 node_cpu_seconds_total{cpu="80",mode="user"} 10630.35 node_cpu_seconds_total{cpu="81",mode="idle"} 1.09977855e+06 node_cpu_seconds_total{cpu="81",mode="iowait"} 35025.58 node_cpu_seconds_total{cpu="81",mode="irq"} 2388.8 node_cpu_seconds_total{cpu="81",mode="nice"} 68804.68 node_cpu_seconds_total{cpu="81",mode="softirq"} 373.85 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 21997.96 node_cpu_seconds_total{cpu="81",mode="user"} 11169.06 node_cpu_seconds_total{cpu="82",mode="idle"} 1.10387983e+06 node_cpu_seconds_total{cpu="82",mode="iowait"} 34967.27 node_cpu_seconds_total{cpu="82",mode="irq"} 2366.98 node_cpu_seconds_total{cpu="82",mode="nice"} 65311.94 node_cpu_seconds_total{cpu="82",mode="softirq"} 405.26 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 21563.73 node_cpu_seconds_total{cpu="82",mode="user"} 11159.41 node_cpu_seconds_total{cpu="83",mode="idle"} 1.11018084e+06 node_cpu_seconds_total{cpu="83",mode="iowait"} 35154.89 node_cpu_seconds_total{cpu="83",mode="irq"} 2327.01 node_cpu_seconds_total{cpu="83",mode="nice"} 59847.14 node_cpu_seconds_total{cpu="83",mode="softirq"} 362.47 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 20890.37 node_cpu_seconds_total{cpu="83",mode="user"} 10815.29 node_cpu_seconds_total{cpu="84",mode="idle"} 1.0981407e+06 node_cpu_seconds_total{cpu="84",mode="iowait"} 36052.84 node_cpu_seconds_total{cpu="84",mode="irq"} 2397.59 node_cpu_seconds_total{cpu="84",mode="nice"} 69874.98 node_cpu_seconds_total{cpu="84",mode="softirq"} 378.17 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 21856.16 node_cpu_seconds_total{cpu="84",mode="user"} 10966.34 node_cpu_seconds_total{cpu="85",mode="idle"} 1.10945001e+06 node_cpu_seconds_total{cpu="85",mode="iowait"} 35943.16 node_cpu_seconds_total{cpu="85",mode="irq"} 2334.05 node_cpu_seconds_total{cpu="85",mode="nice"} 59454.81 node_cpu_seconds_total{cpu="85",mode="softirq"} 365.3 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 21247.56 node_cpu_seconds_total{cpu="85",mode="user"} 10825.9 node_cpu_seconds_total{cpu="86",mode="idle"} 1.07007869e+06 node_cpu_seconds_total{cpu="86",mode="iowait"} 35773.39 node_cpu_seconds_total{cpu="86",mode="irq"} 2579.79 node_cpu_seconds_total{cpu="86",mode="nice"} 98947.87 node_cpu_seconds_total{cpu="86",mode="softirq"} 371.01 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 21357.44 node_cpu_seconds_total{cpu="86",mode="user"} 10617.58 node_cpu_seconds_total{cpu="87",mode="idle"} 1.0967073e+06 node_cpu_seconds_total{cpu="87",mode="iowait"} 34918.28 node_cpu_seconds_total{cpu="87",mode="irq"} 2399.58 node_cpu_seconds_total{cpu="87",mode="nice"} 71252.75 node_cpu_seconds_total{cpu="87",mode="softirq"} 369.76 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 22694.94 node_cpu_seconds_total{cpu="87",mode="user"} 11309.15 node_cpu_seconds_total{cpu="88",mode="idle"} 1.10816708e+06 node_cpu_seconds_total{cpu="88",mode="iowait"} 35348.35 node_cpu_seconds_total{cpu="88",mode="irq"} 2336.79 node_cpu_seconds_total{cpu="88",mode="nice"} 61260.56 node_cpu_seconds_total{cpu="88",mode="softirq"} 361.52 node_cpu_seconds_total{cpu="88",mode="steal"} 0 node_cpu_seconds_total{cpu="88",mode="system"} 21352.71 node_cpu_seconds_total{cpu="88",mode="user"} 10845.59 node_cpu_seconds_total{cpu="89",mode="idle"} 1.1099568e+06 node_cpu_seconds_total{cpu="89",mode="iowait"} 34724.81 node_cpu_seconds_total{cpu="89",mode="irq"} 2333.39 node_cpu_seconds_total{cpu="89",mode="nice"} 60531.19 node_cpu_seconds_total{cpu="89",mode="softirq"} 364.12 node_cpu_seconds_total{cpu="89",mode="steal"} 0 node_cpu_seconds_total{cpu="89",mode="system"} 20956.78 node_cpu_seconds_total{cpu="89",mode="user"} 10800.45 node_cpu_seconds_total{cpu="9",mode="idle"} 1.03547456e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 68395.91 node_cpu_seconds_total{cpu="9",mode="irq"} 2993.74 node_cpu_seconds_total{cpu="9",mode="nice"} 96153.33 node_cpu_seconds_total{cpu="9",mode="softirq"} 1068.48 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 22205.19 node_cpu_seconds_total{cpu="9",mode="user"} 12686.07 node_cpu_seconds_total{cpu="90",mode="idle"} 1.09996562e+06 node_cpu_seconds_total{cpu="90",mode="iowait"} 35965.41 node_cpu_seconds_total{cpu="90",mode="irq"} 2530.23 node_cpu_seconds_total{cpu="90",mode="nice"} 68848.5 node_cpu_seconds_total{cpu="90",mode="softirq"} 394.61 node_cpu_seconds_total{cpu="90",mode="steal"} 0 node_cpu_seconds_total{cpu="90",mode="system"} 21045.5 node_cpu_seconds_total{cpu="90",mode="user"} 10890.11 node_cpu_seconds_total{cpu="91",mode="idle"} 1.1078032e+06 node_cpu_seconds_total{cpu="91",mode="iowait"} 35737.43 node_cpu_seconds_total{cpu="91",mode="irq"} 2355.03 node_cpu_seconds_total{cpu="91",mode="nice"} 61086.62 node_cpu_seconds_total{cpu="91",mode="softirq"} 363.57 node_cpu_seconds_total{cpu="91",mode="steal"} 0 node_cpu_seconds_total{cpu="91",mode="system"} 21402.23 node_cpu_seconds_total{cpu="91",mode="user"} 10925.03 node_cpu_seconds_total{cpu="92",mode="idle"} 1.09616472e+06 node_cpu_seconds_total{cpu="92",mode="iowait"} 35257.95 node_cpu_seconds_total{cpu="92",mode="irq"} 2419.32 node_cpu_seconds_total{cpu="92",mode="nice"} 73095.8 node_cpu_seconds_total{cpu="92",mode="softirq"} 374.3 node_cpu_seconds_total{cpu="92",mode="steal"} 0 node_cpu_seconds_total{cpu="92",mode="system"} 21584.94 node_cpu_seconds_total{cpu="92",mode="user"} 10821.9 node_cpu_seconds_total{cpu="93",mode="idle"} 1.09358097e+06 node_cpu_seconds_total{cpu="93",mode="iowait"} 34593.65 node_cpu_seconds_total{cpu="93",mode="irq"} 2427.37 node_cpu_seconds_total{cpu="93",mode="nice"} 75138.13 node_cpu_seconds_total{cpu="93",mode="softirq"} 396.14 node_cpu_seconds_total{cpu="93",mode="steal"} 0 node_cpu_seconds_total{cpu="93",mode="system"} 22085.72 node_cpu_seconds_total{cpu="93",mode="user"} 11469.15 node_cpu_seconds_total{cpu="94",mode="idle"} 1.1112985e+06 node_cpu_seconds_total{cpu="94",mode="iowait"} 34338.07 node_cpu_seconds_total{cpu="94",mode="irq"} 2329.37 node_cpu_seconds_total{cpu="94",mode="nice"} 59056.66 node_cpu_seconds_total{cpu="94",mode="softirq"} 437.51 node_cpu_seconds_total{cpu="94",mode="steal"} 0 node_cpu_seconds_total{cpu="94",mode="system"} 21264.02 node_cpu_seconds_total{cpu="94",mode="user"} 10952.36 node_cpu_seconds_total{cpu="95",mode="idle"} 1.09472955e+06 node_cpu_seconds_total{cpu="95",mode="iowait"} 34229.61 node_cpu_seconds_total{cpu="95",mode="irq"} 2438.61 node_cpu_seconds_total{cpu="95",mode="nice"} 75382.15 node_cpu_seconds_total{cpu="95",mode="softirq"} 364.34 node_cpu_seconds_total{cpu="95",mode="steal"} 0 node_cpu_seconds_total{cpu="95",mode="system"} 21382.04 node_cpu_seconds_total{cpu="95",mode="user"} 11146.41 # 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="sda"} 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="sda"} 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-1a598f20-9680-46a1-b62b-b2b42c8d63ec",name="ceph--e6e830f0--4115--409e--889e--c9000a33f45c-osd--block--1a598f20--9680--46a1--b62b--b2b42c8d63ec",uuid="LVM-vDtNMthOg5o0A6DsXGIN2CD75mH01qzOW6eHICneIRSzGlRfQUl7lLREizwyePSE",vg_name="ceph-e6e830f0-4115-409e-889e-c9000a33f45c"} 1 node_disk_device_mapper_info{device="dm-1",lv_layer="",lv_name="osd-block-e8ad8bc4-bb17-4b5b-abe9-f8f5afea07b6",name="ceph--af2c5250--d1b3--4d57--bbcd--b4d2b2dbc962-osd--block--e8ad8bc4--bb17--4b5b--abe9--f8f5afea07b6",uuid="LVM-vISnxwxKxgz1iV4ppCYwJDUZZu9J0VQdoh8JYvQmQSnoch3EUTJdYqex4e69PNbQ",vg_name="ceph-af2c5250-d1b3-4d57-bbcd-b4d2b2dbc962"} 1 node_disk_device_mapper_info{device="dm-10",lv_layer="",lv_name="osd-db-41257bf5-bce0-4d3a-998a-2c9c489688ef",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--41257bf5--bce0--4d3a--998a--2c9c489688ef",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqN2p2moz5czYr0vTPkx0VchzcccdjyZ4f",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-11",lv_layer="",lv_name="osd-block-5218b0d7-16ed-4711-9990-fce40fe97237",name="ceph--9a004e98--2042--4132--90a9--42f61e76da83-osd--block--5218b0d7--16ed--4711--9990--fce40fe97237",uuid="LVM-QMv2PezPRVcUuftLjgW3sDIsDnUckV2HvK9YUsWGYFsZqFwlpLPPWQSTIlWwQU4p",vg_name="ceph-9a004e98-2042-4132-90a9-42f61e76da83"} 1 node_disk_device_mapper_info{device="dm-12",lv_layer="",lv_name="osd-db-dc95a932-0e48-4be7-9c47-f66b61634f81",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--dc95a932--0e48--4be7--9c47--f66b61634f81",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqBu7FBk4EWzpqWEhj8gXA0RlwpXhAVijV",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-13",lv_layer="",lv_name="osd-block-86182cdb-1f1a-459f-98ea-dbea3c2027d1",name="ceph--94402e8b--fc62--4a33--a4bd--3fb217604128-osd--block--86182cdb--1f1a--459f--98ea--dbea3c2027d1",uuid="LVM-MWAxQwt3oTct4MSsuj7uud6DHeQffOZ75m2VJ8JD0WJ6FkTm7aVzv3JpzuHKarqc",vg_name="ceph-94402e8b-fc62-4a33-a4bd-3fb217604128"} 1 node_disk_device_mapper_info{device="dm-14",lv_layer="",lv_name="osd-db-1034b6c3-490b-4954-946f-1e5e00fa1cb5",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--1034b6c3--490b--4954--946f--1e5e00fa1cb5",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq8EqES4gJQoL3zWv6d1HxmgEw10zg4DEi",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-15",lv_layer="",lv_name="osd-block-8e4d3fdc-0785-47ac-a78a-4f33d31fea1f",name="ceph--d0320c32--d8be--469e--ae81--0fd6708e6ccb-osd--block--8e4d3fdc--0785--47ac--a78a--4f33d31fea1f",uuid="LVM-3Kg2fioQYb74hhrCFbQWpJ0ubOd6bpmoCZwDYlkmqhzudRPcsywIxJ2VkwhGDJQ8",vg_name="ceph-d0320c32-d8be-469e-ae81-0fd6708e6ccb"} 1 node_disk_device_mapper_info{device="dm-16",lv_layer="",lv_name="osd-db-f84d70bb-ef64-497c-8759-9d226561f092",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--f84d70bb--ef64--497c--8759--9d226561f092",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq3IBODOEfklHBeCpaRaJ7nfGHi7otwm3z",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-17",lv_layer="",lv_name="osd-block-afe0077b-a0bc-494d-b594-156e547d3b1a",name="ceph--0b4b6a57--a828--4de2--a82b--5877adc3bc70-osd--block--afe0077b--a0bc--494d--b594--156e547d3b1a",uuid="LVM-U6ucBv9Rh1lSuw3X2L1AamOxU5CA0lxjG0L3HXJjTZytiEcPLonBteAfu0wQfCN9",vg_name="ceph-0b4b6a57-a828-4de2-a82b-5877adc3bc70"} 1 node_disk_device_mapper_info{device="dm-18",lv_layer="",lv_name="osd-db-5e3c310c-caa5-4de6-9deb-17145cae4e53",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--5e3c310c--caa5--4de6--9deb--17145cae4e53",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq41HsPDhYwt9IUmaO8CHU5zDIYYdLYXdw",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-19",lv_layer="",lv_name="osd-block-3735e9ba-92e1-4a2c-bb02-837e31c62bc4",name="ceph--014b7291--1a92--4191--98c9--52d970b0e948-osd--block--3735e9ba--92e1--4a2c--bb02--837e31c62bc4",uuid="LVM-89PINAugFGt8J3l6fVuQnsAJIZDmZ2lyteIgnkCwqYVh9BFYSW6QT8qUcJN5XfHW",vg_name="ceph-014b7291-1a92-4191-98c9-52d970b0e948"} 1 node_disk_device_mapper_info{device="dm-2",lv_layer="",lv_name="osd-db-9ec0a086-83a7-4424-b320-8e0c3a15a150",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--9ec0a086--83a7--4424--b320--8e0c3a15a150",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq3ASQrdkCZVtcTKIVeo4tEyH01TDbBPs1",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-20",lv_layer="",lv_name="osd-db-accef9d4-488e-4124-b9bf-25dd2011b0c9",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--accef9d4--488e--4124--b9bf--25dd2011b0c9",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqmuDBysXFXGnAmoN0lwgX3cXkMuLIfzwy",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-21",lv_layer="",lv_name="osd-block-e5875102-a229-48e5-aa4c-8c8ddcc56b81",name="ceph--df6d5814--91bd--4ee9--b1ce--75b7f1b48577-osd--block--e5875102--a229--48e5--aa4c--8c8ddcc56b81",uuid="LVM-z3Ay0txq7vNW82PekIYJ5kFgi3XIhYuft06ApDSZerRTazseU2LoTfvKIJtPx83R",vg_name="ceph-df6d5814-91bd-4ee9-b1ce-75b7f1b48577"} 1 node_disk_device_mapper_info{device="dm-22",lv_layer="",lv_name="osd-db-a639d712-89de-4af6-b740-76a3988d3df3",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--a639d712--89de--4af6--b740--76a3988d3df3",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq8Wla0lABz9ufnIGRHRuBTFa6iOo03yEo",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-23",lv_layer="",lv_name="osd-block-fa84f6ab-3e58-42d4-8bbd-ce021e2beafa",name="ceph--29055180--99fa--4429--99c9--b1224eb835ad-osd--block--fa84f6ab--3e58--42d4--8bbd--ce021e2beafa",uuid="LVM-b4KEZLvWdg8lIRdOSEo1gByIFqE48GrNcxouPImNWgOGEW50BcahokBmNeZURUnH",vg_name="ceph-29055180-99fa-4429-99c9-b1224eb835ad"} 1 node_disk_device_mapper_info{device="dm-24",lv_layer="",lv_name="osd-db-17ddead3-4417-4555-b219-151d7eca2eac",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--17ddead3--4417--4555--b219--151d7eca2eac",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2Bq5Tdo2KXk3EPpc2pb2uiew5OKZ547JaQu",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-3",lv_layer="",lv_name="osd-block-9d2add68-e705-426b-80fa-460a682664ea",name="ceph--7d5366eb--f0e7--4f85--9e57--9ac25d1f1773-osd--block--9d2add68--e705--426b--80fa--460a682664ea",uuid="LVM-JQN1tA1vl25haNYXahAmNBz1jfIrnhUoU0mRksTJCzYz9c2nPDTOOzfnLCcVjpeN",vg_name="ceph-7d5366eb-f0e7-4f85-9e57-9ac25d1f1773"} 1 node_disk_device_mapper_info{device="dm-4",lv_layer="",lv_name="osd-db-714a372e-d0ad-43f0-8320-6338ceb3cad4",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--714a372e--d0ad--43f0--8320--6338ceb3cad4",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqFoqB0avMcnsQyZwcqkEW2s328GT8ysYB",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-5",lv_layer="",lv_name="osd-block-946ccba0-2de5-47d4-bfb2-9097b5d1690d",name="ceph--885bfc7f--b9b6--4fc7--b80c--92bb159cc630-osd--block--946ccba0--2de5--47d4--bfb2--9097b5d1690d",uuid="LVM-j6RbwazejWKZcdaeh47C68Xv5fFEQ0YCbBrxJvoF2cI2g2OH3q3UuZm27lynUBn4",vg_name="ceph-885bfc7f-b9b6-4fc7-b80c-92bb159cc630"} 1 node_disk_device_mapper_info{device="dm-6",lv_layer="",lv_name="osd-db-ed123bb5-3f24-47bf-b41e-cd61bef534ed",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--ed123bb5--3f24--47bf--b41e--cd61bef534ed",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqZcDbTY2iimrczr4gwlK7NzitLP3CO1yn",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-7",lv_layer="",lv_name="osd-block-0789cb08-cb4b-4dc3-941f-eee0394b0171",name="ceph--1ea63f08--ec5d--4fd8--aa84--bc9796fe4d3d-osd--block--0789cb08--cb4b--4dc3--941f--eee0394b0171",uuid="LVM-6B5FKhBTuuIYvO2FvxeOEFNczx40ZELIwU0JUrAbLfJiMATUIYQp1Pw9FiWPkyUT",vg_name="ceph-1ea63f08-ec5d-4fd8-aa84-bc9796fe4d3d"} 1 node_disk_device_mapper_info{device="dm-8",lv_layer="",lv_name="osd-db-1ec26954-5c9a-4520-97cb-d4f10b230e3a",name="ceph--bc128f02--f369--4d51--9f2e--689f768c9579-osd--db--1ec26954--5c9a--4520--97cb--d4f10b230e3a",uuid="LVM-t5vh7J5pSCNlCeaMOoCEIx3WlipZA2BqcdJTeOB24eppzF0Efizq3C7CobfdogsJ",vg_name="ceph-bc128f02-f369-4d51-9f2e-689f768c9579"} 1 node_disk_device_mapper_info{device="dm-9",lv_layer="",lv_name="osd-block-458c3774-6b68-4b04-8dc0-2c75147530a6",name="ceph--e2115f58--df1c--4826--9d74--af4a943d8588-osd--block--458c3774--6b68--4b04--8dc0--2c75147530a6",uuid="LVM-0qin07JSAtKkHPz3XdfHddUgCY1SYsupRGf0b9AOz4MXsXVVoq0B2YeDDZfGX0x9",vg_name="ceph-e2115f58-df1c-4826-9d74-af4a943d8588"} 1 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="dm-0"} 0 node_disk_discard_time_seconds_total{device="dm-1"} 0 node_disk_discard_time_seconds_total{device="dm-10"} 0 node_disk_discard_time_seconds_total{device="dm-11"} 0 node_disk_discard_time_seconds_total{device="dm-12"} 0 node_disk_discard_time_seconds_total{device="dm-13"} 0 node_disk_discard_time_seconds_total{device="dm-14"} 0 node_disk_discard_time_seconds_total{device="dm-15"} 0 node_disk_discard_time_seconds_total{device="dm-16"} 0 node_disk_discard_time_seconds_total{device="dm-17"} 0 node_disk_discard_time_seconds_total{device="dm-18"} 0 node_disk_discard_time_seconds_total{device="dm-19"} 0 node_disk_discard_time_seconds_total{device="dm-2"} 0 node_disk_discard_time_seconds_total{device="dm-20"} 0 node_disk_discard_time_seconds_total{device="dm-21"} 0 node_disk_discard_time_seconds_total{device="dm-22"} 0 node_disk_discard_time_seconds_total{device="dm-23"} 0 node_disk_discard_time_seconds_total{device="dm-24"} 0 node_disk_discard_time_seconds_total{device="dm-3"} 0 node_disk_discard_time_seconds_total{device="dm-4"} 0 node_disk_discard_time_seconds_total{device="dm-5"} 0 node_disk_discard_time_seconds_total{device="dm-6"} 0 node_disk_discard_time_seconds_total{device="dm-7"} 0 node_disk_discard_time_seconds_total{device="dm-8"} 0 node_disk_discard_time_seconds_total{device="dm-9"} 0 node_disk_discard_time_seconds_total{device="nbd0"} 0 node_disk_discard_time_seconds_total{device="nbd1"} 0 node_disk_discard_time_seconds_total{device="nbd10"} 0 node_disk_discard_time_seconds_total{device="nbd11"} 0 node_disk_discard_time_seconds_total{device="nbd12"} 0 node_disk_discard_time_seconds_total{device="nbd13"} 0 node_disk_discard_time_seconds_total{device="nbd14"} 0 node_disk_discard_time_seconds_total{device="nbd15"} 0 node_disk_discard_time_seconds_total{device="nbd2"} 0 node_disk_discard_time_seconds_total{device="nbd3"} 0 node_disk_discard_time_seconds_total{device="nbd4"} 0 node_disk_discard_time_seconds_total{device="nbd5"} 0 node_disk_discard_time_seconds_total{device="nbd6"} 0 node_disk_discard_time_seconds_total{device="nbd7"} 0 node_disk_discard_time_seconds_total{device="nbd8"} 0 node_disk_discard_time_seconds_total{device="nbd9"} 0 node_disk_discard_time_seconds_total{device="nvme0n1"} 0 node_disk_discard_time_seconds_total{device="nvme1n1"} 0 node_disk_discard_time_seconds_total{device="sda"} 0 node_disk_discard_time_seconds_total{device="sdb"} 0 node_disk_discard_time_seconds_total{device="sdc"} 0 node_disk_discard_time_seconds_total{device="sdd"} 0 node_disk_discard_time_seconds_total{device="sde"} 0 node_disk_discard_time_seconds_total{device="sdf"} 0 node_disk_discard_time_seconds_total{device="sdg"} 0 node_disk_discard_time_seconds_total{device="sdh"} 0 node_disk_discard_time_seconds_total{device="sdi"} 0 node_disk_discard_time_seconds_total{device="sdj"} 0 node_disk_discard_time_seconds_total{device="sdk"} 0 node_disk_discard_time_seconds_total{device="sdl"} 0 node_disk_discard_time_seconds_total{device="sdm"} 0 node_disk_discard_time_seconds_total{device="sdn"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="dm-0"} 0 node_disk_discarded_sectors_total{device="dm-1"} 0 node_disk_discarded_sectors_total{device="dm-10"} 0 node_disk_discarded_sectors_total{device="dm-11"} 0 node_disk_discarded_sectors_total{device="dm-12"} 0 node_disk_discarded_sectors_total{device="dm-13"} 0 node_disk_discarded_sectors_total{device="dm-14"} 0 node_disk_discarded_sectors_total{device="dm-15"} 0 node_disk_discarded_sectors_total{device="dm-16"} 0 node_disk_discarded_sectors_total{device="dm-17"} 0 node_disk_discarded_sectors_total{device="dm-18"} 0 node_disk_discarded_sectors_total{device="dm-19"} 0 node_disk_discarded_sectors_total{device="dm-2"} 0 node_disk_discarded_sectors_total{device="dm-20"} 0 node_disk_discarded_sectors_total{device="dm-21"} 0 node_disk_discarded_sectors_total{device="dm-22"} 0 node_disk_discarded_sectors_total{device="dm-23"} 0 node_disk_discarded_sectors_total{device="dm-24"} 0 node_disk_discarded_sectors_total{device="dm-3"} 0 node_disk_discarded_sectors_total{device="dm-4"} 0 node_disk_discarded_sectors_total{device="dm-5"} 0 node_disk_discarded_sectors_total{device="dm-6"} 0 node_disk_discarded_sectors_total{device="dm-7"} 0 node_disk_discarded_sectors_total{device="dm-8"} 0 node_disk_discarded_sectors_total{device="dm-9"} 0 node_disk_discarded_sectors_total{device="nbd0"} 0 node_disk_discarded_sectors_total{device="nbd1"} 0 node_disk_discarded_sectors_total{device="nbd10"} 0 node_disk_discarded_sectors_total{device="nbd11"} 0 node_disk_discarded_sectors_total{device="nbd12"} 0 node_disk_discarded_sectors_total{device="nbd13"} 0 node_disk_discarded_sectors_total{device="nbd14"} 0 node_disk_discarded_sectors_total{device="nbd15"} 0 node_disk_discarded_sectors_total{device="nbd2"} 0 node_disk_discarded_sectors_total{device="nbd3"} 0 node_disk_discarded_sectors_total{device="nbd4"} 0 node_disk_discarded_sectors_total{device="nbd5"} 0 node_disk_discarded_sectors_total{device="nbd6"} 0 node_disk_discarded_sectors_total{device="nbd7"} 0 node_disk_discarded_sectors_total{device="nbd8"} 0 node_disk_discarded_sectors_total{device="nbd9"} 0 node_disk_discarded_sectors_total{device="nvme0n1"} 0 node_disk_discarded_sectors_total{device="nvme1n1"} 0 node_disk_discarded_sectors_total{device="sda"} 0 node_disk_discarded_sectors_total{device="sdb"} 0 node_disk_discarded_sectors_total{device="sdc"} 0 node_disk_discarded_sectors_total{device="sdd"} 0 node_disk_discarded_sectors_total{device="sde"} 0 node_disk_discarded_sectors_total{device="sdf"} 0 node_disk_discarded_sectors_total{device="sdg"} 0 node_disk_discarded_sectors_total{device="sdh"} 0 node_disk_discarded_sectors_total{device="sdi"} 0 node_disk_discarded_sectors_total{device="sdj"} 0 node_disk_discarded_sectors_total{device="sdk"} 0 node_disk_discarded_sectors_total{device="sdl"} 0 node_disk_discarded_sectors_total{device="sdm"} 0 node_disk_discarded_sectors_total{device="sdn"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="dm-0"} 0 node_disk_discards_completed_total{device="dm-1"} 0 node_disk_discards_completed_total{device="dm-10"} 0 node_disk_discards_completed_total{device="dm-11"} 0 node_disk_discards_completed_total{device="dm-12"} 0 node_disk_discards_completed_total{device="dm-13"} 0 node_disk_discards_completed_total{device="dm-14"} 0 node_disk_discards_completed_total{device="dm-15"} 0 node_disk_discards_completed_total{device="dm-16"} 0 node_disk_discards_completed_total{device="dm-17"} 0 node_disk_discards_completed_total{device="dm-18"} 0 node_disk_discards_completed_total{device="dm-19"} 0 node_disk_discards_completed_total{device="dm-2"} 0 node_disk_discards_completed_total{device="dm-20"} 0 node_disk_discards_completed_total{device="dm-21"} 0 node_disk_discards_completed_total{device="dm-22"} 0 node_disk_discards_completed_total{device="dm-23"} 0 node_disk_discards_completed_total{device="dm-24"} 0 node_disk_discards_completed_total{device="dm-3"} 0 node_disk_discards_completed_total{device="dm-4"} 0 node_disk_discards_completed_total{device="dm-5"} 0 node_disk_discards_completed_total{device="dm-6"} 0 node_disk_discards_completed_total{device="dm-7"} 0 node_disk_discards_completed_total{device="dm-8"} 0 node_disk_discards_completed_total{device="dm-9"} 0 node_disk_discards_completed_total{device="nbd0"} 0 node_disk_discards_completed_total{device="nbd1"} 0 node_disk_discards_completed_total{device="nbd10"} 0 node_disk_discards_completed_total{device="nbd11"} 0 node_disk_discards_completed_total{device="nbd12"} 0 node_disk_discards_completed_total{device="nbd13"} 0 node_disk_discards_completed_total{device="nbd14"} 0 node_disk_discards_completed_total{device="nbd15"} 0 node_disk_discards_completed_total{device="nbd2"} 0 node_disk_discards_completed_total{device="nbd3"} 0 node_disk_discards_completed_total{device="nbd4"} 0 node_disk_discards_completed_total{device="nbd5"} 0 node_disk_discards_completed_total{device="nbd6"} 0 node_disk_discards_completed_total{device="nbd7"} 0 node_disk_discards_completed_total{device="nbd8"} 0 node_disk_discards_completed_total{device="nbd9"} 0 node_disk_discards_completed_total{device="nvme0n1"} 0 node_disk_discards_completed_total{device="nvme1n1"} 0 node_disk_discards_completed_total{device="sda"} 0 node_disk_discards_completed_total{device="sdb"} 0 node_disk_discards_completed_total{device="sdc"} 0 node_disk_discards_completed_total{device="sdd"} 0 node_disk_discards_completed_total{device="sde"} 0 node_disk_discards_completed_total{device="sdf"} 0 node_disk_discards_completed_total{device="sdg"} 0 node_disk_discards_completed_total{device="sdh"} 0 node_disk_discards_completed_total{device="sdi"} 0 node_disk_discards_completed_total{device="sdj"} 0 node_disk_discards_completed_total{device="sdk"} 0 node_disk_discards_completed_total{device="sdl"} 0 node_disk_discards_completed_total{device="sdm"} 0 node_disk_discards_completed_total{device="sdn"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="dm-0"} 0 node_disk_discards_merged_total{device="dm-1"} 0 node_disk_discards_merged_total{device="dm-10"} 0 node_disk_discards_merged_total{device="dm-11"} 0 node_disk_discards_merged_total{device="dm-12"} 0 node_disk_discards_merged_total{device="dm-13"} 0 node_disk_discards_merged_total{device="dm-14"} 0 node_disk_discards_merged_total{device="dm-15"} 0 node_disk_discards_merged_total{device="dm-16"} 0 node_disk_discards_merged_total{device="dm-17"} 0 node_disk_discards_merged_total{device="dm-18"} 0 node_disk_discards_merged_total{device="dm-19"} 0 node_disk_discards_merged_total{device="dm-2"} 0 node_disk_discards_merged_total{device="dm-20"} 0 node_disk_discards_merged_total{device="dm-21"} 0 node_disk_discards_merged_total{device="dm-22"} 0 node_disk_discards_merged_total{device="dm-23"} 0 node_disk_discards_merged_total{device="dm-24"} 0 node_disk_discards_merged_total{device="dm-3"} 0 node_disk_discards_merged_total{device="dm-4"} 0 node_disk_discards_merged_total{device="dm-5"} 0 node_disk_discards_merged_total{device="dm-6"} 0 node_disk_discards_merged_total{device="dm-7"} 0 node_disk_discards_merged_total{device="dm-8"} 0 node_disk_discards_merged_total{device="dm-9"} 0 node_disk_discards_merged_total{device="nbd0"} 0 node_disk_discards_merged_total{device="nbd1"} 0 node_disk_discards_merged_total{device="nbd10"} 0 node_disk_discards_merged_total{device="nbd11"} 0 node_disk_discards_merged_total{device="nbd12"} 0 node_disk_discards_merged_total{device="nbd13"} 0 node_disk_discards_merged_total{device="nbd14"} 0 node_disk_discards_merged_total{device="nbd15"} 0 node_disk_discards_merged_total{device="nbd2"} 0 node_disk_discards_merged_total{device="nbd3"} 0 node_disk_discards_merged_total{device="nbd4"} 0 node_disk_discards_merged_total{device="nbd5"} 0 node_disk_discards_merged_total{device="nbd6"} 0 node_disk_discards_merged_total{device="nbd7"} 0 node_disk_discards_merged_total{device="nbd8"} 0 node_disk_discards_merged_total{device="nbd9"} 0 node_disk_discards_merged_total{device="nvme0n1"} 0 node_disk_discards_merged_total{device="nvme1n1"} 0 node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 node_disk_discards_merged_total{device="sdc"} 0 node_disk_discards_merged_total{device="sdd"} 0 node_disk_discards_merged_total{device="sde"} 0 node_disk_discards_merged_total{device="sdf"} 0 node_disk_discards_merged_total{device="sdg"} 0 node_disk_discards_merged_total{device="sdh"} 0 node_disk_discards_merged_total{device="sdi"} 0 node_disk_discards_merged_total{device="sdj"} 0 node_disk_discards_merged_total{device="sdk"} 0 node_disk_discards_merged_total{device="sdl"} 0 node_disk_discards_merged_total{device="sdm"} 0 node_disk_discards_merged_total{device="sdn"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="dm-0",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="nvme0n1",type="LVM2_member",usage="raid",uuid="589Vjp-fTId-iRE3-kHly-LBzH-DRzm-yOBT7F",version="LVM2 001"} 1 node_disk_filesystem_info{device="nvme1n1",type="LVM2_member",usage="raid",uuid="upgVOF-qeSg-0XPA-CxUX-Ri5m-hLai-JX83bN",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdb",type="LVM2_member",usage="raid",uuid="JYECVn-IkVU-f62F-KLXw-oNeX-Pd8d-L30VzN",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdc",type="LVM2_member",usage="raid",uuid="ZLM4zI-UmVz-ssW2-CuTr-Dgm0-2fc0-Yf354W",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdd",type="LVM2_member",usage="raid",uuid="ecydYg-Q08H-swDx-TmM3-Rbe1-L1SU-thUdcs",version="LVM2 001"} 1 node_disk_filesystem_info{device="sde",type="LVM2_member",usage="raid",uuid="4ce5rC-RYrV-0JCB-1Bzo-8rBc-Z52o-qSZDaj",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdf",type="LVM2_member",usage="raid",uuid="oOEVDO-dbmb-FRkK-Q9XQ-sBZl-pX1i-cTjJwH",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdg",type="LVM2_member",usage="raid",uuid="OW7bdE-6wxZ-9d1j-7sN0-gO7j-iD1I-TDLNi5",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdh",type="LVM2_member",usage="raid",uuid="TObOdh-NLi1-30nA-KQ8j-9BbX-ipGV-x6G2r9",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdi",type="LVM2_member",usage="raid",uuid="MzQmec-hfMB-nyqd-QlGq-wj3k-vXUk-5dgdyZ",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdj",type="LVM2_member",usage="raid",uuid="SlvVDT-tQez-ES4e-TOKt-pstD-LBvT-c0ANgM",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdk",type="LVM2_member",usage="raid",uuid="pJHEy2-F1mb-Xp6V-uNI5-IEun-2BS5-m7H8qr",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdl",type="LVM2_member",usage="raid",uuid="xrn3fL-Cpvo-ZLgl-CcGn-2O6d-b4Eh-jcegOS",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdm",type="LVM2_member",usage="raid",uuid="WMDffQ-4izj-uHST-ehCQ-0RKz-7GfG-WcTXbC",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-24"} 0 node_disk_flush_requests_time_seconds_total{device="dm-3"} 0 node_disk_flush_requests_time_seconds_total{device="dm-4"} 0 node_disk_flush_requests_time_seconds_total{device="dm-5"} 0 node_disk_flush_requests_time_seconds_total{device="dm-6"} 0 node_disk_flush_requests_time_seconds_total{device="dm-7"} 0 node_disk_flush_requests_time_seconds_total{device="dm-8"} 0 node_disk_flush_requests_time_seconds_total{device="dm-9"} 0 node_disk_flush_requests_time_seconds_total{device="nbd0"} 0 node_disk_flush_requests_time_seconds_total{device="nbd1"} 0 node_disk_flush_requests_time_seconds_total{device="nbd10"} 0 node_disk_flush_requests_time_seconds_total{device="nbd11"} 0 node_disk_flush_requests_time_seconds_total{device="nbd12"} 0 node_disk_flush_requests_time_seconds_total{device="nbd13"} 0 node_disk_flush_requests_time_seconds_total{device="nbd14"} 0 node_disk_flush_requests_time_seconds_total{device="nbd15"} 0 node_disk_flush_requests_time_seconds_total{device="nbd2"} 0 node_disk_flush_requests_time_seconds_total{device="nbd3"} 0 node_disk_flush_requests_time_seconds_total{device="nbd4"} 0 node_disk_flush_requests_time_seconds_total{device="nbd5"} 0 node_disk_flush_requests_time_seconds_total{device="nbd6"} 0 node_disk_flush_requests_time_seconds_total{device="nbd7"} 0 node_disk_flush_requests_time_seconds_total{device="nbd8"} 0 node_disk_flush_requests_time_seconds_total{device="nbd9"} 0 node_disk_flush_requests_time_seconds_total{device="nvme0n1"} 3.895292501e+06 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 149831.34900000002 node_disk_flush_requests_time_seconds_total{device="sda"} 455.383 node_disk_flush_requests_time_seconds_total{device="sdb"} 0 node_disk_flush_requests_time_seconds_total{device="sdc"} 0 node_disk_flush_requests_time_seconds_total{device="sdd"} 0 node_disk_flush_requests_time_seconds_total{device="sde"} 0 node_disk_flush_requests_time_seconds_total{device="sdf"} 0 node_disk_flush_requests_time_seconds_total{device="sdg"} 0 node_disk_flush_requests_time_seconds_total{device="sdh"} 0 node_disk_flush_requests_time_seconds_total{device="sdi"} 0 node_disk_flush_requests_time_seconds_total{device="sdj"} 0 node_disk_flush_requests_time_seconds_total{device="sdk"} 0 node_disk_flush_requests_time_seconds_total{device="sdl"} 0 node_disk_flush_requests_time_seconds_total{device="sdm"} 0 node_disk_flush_requests_time_seconds_total{device="sdn"} 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-24"} 0 node_disk_flush_requests_total{device="dm-3"} 0 node_disk_flush_requests_total{device="dm-4"} 0 node_disk_flush_requests_total{device="dm-5"} 0 node_disk_flush_requests_total{device="dm-6"} 0 node_disk_flush_requests_total{device="dm-7"} 0 node_disk_flush_requests_total{device="dm-8"} 0 node_disk_flush_requests_total{device="dm-9"} 0 node_disk_flush_requests_total{device="nbd0"} 0 node_disk_flush_requests_total{device="nbd1"} 0 node_disk_flush_requests_total{device="nbd10"} 0 node_disk_flush_requests_total{device="nbd11"} 0 node_disk_flush_requests_total{device="nbd12"} 0 node_disk_flush_requests_total{device="nbd13"} 0 node_disk_flush_requests_total{device="nbd14"} 0 node_disk_flush_requests_total{device="nbd15"} 0 node_disk_flush_requests_total{device="nbd2"} 0 node_disk_flush_requests_total{device="nbd3"} 0 node_disk_flush_requests_total{device="nbd4"} 0 node_disk_flush_requests_total{device="nbd5"} 0 node_disk_flush_requests_total{device="nbd6"} 0 node_disk_flush_requests_total{device="nbd7"} 0 node_disk_flush_requests_total{device="nbd8"} 0 node_disk_flush_requests_total{device="nbd9"} 0 node_disk_flush_requests_total{device="nvme0n1"} 3.65903558e+08 node_disk_flush_requests_total{device="nvme1n1"} 4.624891e+07 node_disk_flush_requests_total{device="sda"} 5.823179e+06 node_disk_flush_requests_total{device="sdb"} 0 node_disk_flush_requests_total{device="sdc"} 0 node_disk_flush_requests_total{device="sdd"} 0 node_disk_flush_requests_total{device="sde"} 0 node_disk_flush_requests_total{device="sdf"} 0 node_disk_flush_requests_total{device="sdg"} 0 node_disk_flush_requests_total{device="sdh"} 0 node_disk_flush_requests_total{device="sdi"} 0 node_disk_flush_requests_total{device="sdj"} 0 node_disk_flush_requests_total{device="sdk"} 0 node_disk_flush_requests_total{device="sdl"} 0 node_disk_flush_requests_total{device="sdm"} 0 node_disk_flush_requests_total{device="sdn"} 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-24",major="253",minor="24",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-3",major="253",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-4",major="253",minor="4",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-5",major="253",minor="5",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-6",major="253",minor="6",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-7",major="253",minor="7",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-8",major="253",minor="8",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-9",major="253",minor="9",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd0",major="43",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd1",major="43",minor="32",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd10",major="43",minor="320",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd11",major="43",minor="352",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd12",major="43",minor="384",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd13",major="43",minor="416",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd14",major="43",minor="448",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd15",major="43",minor="480",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd2",major="43",minor="64",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd3",major="43",minor="96",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd4",major="43",minor="128",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd5",major="43",minor="160",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd6",major="43",minor="192",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd7",major="43",minor="224",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd8",major="43",minor="256",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd9",major="43",minor="288",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="0",model="Samsung SSD 980 PRO 1TB",path="pci-0000:21:00.0-nvme-1",revision="5B2QGXA7",rotational="0",serial="S5P2NG0R108608Y",wwn="eui.002538b111503118"} 1 node_disk_info{device="nvme1n1",major="259",minor="1",model="Samsung SSD 980 PRO 1TB",path="pci-0000:22:00.0-nvme-1",revision="3B2QGXA7",rotational="0",serial="S5P2NG0R731188F",wwn="eui.002538b711512674"} 1 node_disk_info{device="sda",major="8",minor="0",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="sdb",major="8",minor="16",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:16:0",revision="US07",rotational="1",serial="2CHZAJLL",wwn="0x5000cca2a16f88bc"} 1 node_disk_info{device="sdc",major="8",minor="32",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:17:0",revision="US07",rotational="1",serial="2CHZAJ2L",wwn="0x5000cca2a16f887c"} 1 node_disk_info{device="sdd",major="8",minor="48",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:18:0",revision="US07",rotational="1",serial="2CHW7G7P",wwn="0x5000cca2a169e618"} 1 node_disk_info{device="sde",major="8",minor="64",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:19:0",revision="US07",rotational="1",serial="3WJJ9E5K",wwn="0x5000cca2848e614c"} 1 node_disk_info{device="sdf",major="8",minor="80",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:20:0",revision="US07",rotational="1",serial="2BHSEJLD",wwn="0x5000cca29562fb64"} 1 node_disk_info{device="sdg",major="8",minor="96",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:21:0",revision="US07",rotational="1",serial="2CHL99RN",wwn="0x5000cca2a159a494"} 1 node_disk_info{device="sdh",major="8",minor="112",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:22:0",revision="US07",rotational="1",serial="2CHNRB8P",wwn="0x5000cca2a15e0b80"} 1 node_disk_info{device="sdi",major="8",minor="128",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:23:0",revision="US07",rotational="1",serial="2CHSS0TP",wwn="0x5000cca2a16389e4"} 1 node_disk_info{device="sdj",major="8",minor="144",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:24:0",revision="US07",rotational="1",serial="2CHW7G9P",wwn="0x5000cca2a169e620"} 1 node_disk_info{device="sdk",major="8",minor="160",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:25:0",revision="US07",rotational="1",serial="2CH95XUN",wwn="0x5000cca2a1491468"} 1 node_disk_info{device="sdl",major="8",minor="176",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:26:0",revision="US07",rotational="1",serial="2CHW7L7P",wwn="0x5000cca2a169e808"} 1 node_disk_info{device="sdm",major="8",minor="192",model="WUH721816AL5200",path="pci-0000:41:00.0-scsi-0:2:27:0",revision="US07",rotational="1",serial="2CHZWX6L",wwn="0x5000cca2a1708da0"} 1 node_disk_info{device="sdn",major="8",minor="208",model="PERC_H745_Adp",path="pci-0000:41:00.0-scsi-0:3:111:0",revision="5.16",rotational="0",serial="009151c836bed5ee2800feb4cb50b207",wwn="0x6b07b250cbb4fe00"} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="dm-0"} 0 node_disk_io_now{device="dm-1"} 0 node_disk_io_now{device="dm-10"} 0 node_disk_io_now{device="dm-11"} 38 node_disk_io_now{device="dm-12"} 0 node_disk_io_now{device="dm-13"} 0 node_disk_io_now{device="dm-14"} 0 node_disk_io_now{device="dm-15"} 0 node_disk_io_now{device="dm-16"} 0 node_disk_io_now{device="dm-17"} 0 node_disk_io_now{device="dm-18"} 0 node_disk_io_now{device="dm-19"} 0 node_disk_io_now{device="dm-2"} 0 node_disk_io_now{device="dm-20"} 0 node_disk_io_now{device="dm-21"} 12 node_disk_io_now{device="dm-22"} 0 node_disk_io_now{device="dm-23"} 0 node_disk_io_now{device="dm-24"} 0 node_disk_io_now{device="dm-3"} 0 node_disk_io_now{device="dm-4"} 0 node_disk_io_now{device="dm-5"} 0 node_disk_io_now{device="dm-6"} 0 node_disk_io_now{device="dm-7"} 0 node_disk_io_now{device="dm-8"} 0 node_disk_io_now{device="dm-9"} 0 node_disk_io_now{device="nbd0"} 0 node_disk_io_now{device="nbd1"} 0 node_disk_io_now{device="nbd10"} 0 node_disk_io_now{device="nbd11"} 0 node_disk_io_now{device="nbd12"} 0 node_disk_io_now{device="nbd13"} 0 node_disk_io_now{device="nbd14"} 0 node_disk_io_now{device="nbd15"} 0 node_disk_io_now{device="nbd2"} 0 node_disk_io_now{device="nbd3"} 0 node_disk_io_now{device="nbd4"} 0 node_disk_io_now{device="nbd5"} 0 node_disk_io_now{device="nbd6"} 0 node_disk_io_now{device="nbd7"} 0 node_disk_io_now{device="nbd8"} 0 node_disk_io_now{device="nbd9"} 0 node_disk_io_now{device="nvme0n1"} 0 node_disk_io_now{device="nvme1n1"} 0 node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sdb"} 1 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"} 18 node_disk_io_now{device="sdj"} 0 node_disk_io_now{device="sdk"} 0 node_disk_io_now{device="sdl"} 0 node_disk_io_now{device="sdm"} 0 node_disk_io_now{device="sdn"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="dm-0"} 160613.57 node_disk_io_time_seconds_total{device="dm-1"} 128093.016 node_disk_io_time_seconds_total{device="dm-10"} 419596.905 node_disk_io_time_seconds_total{device="dm-11"} 128116.067 node_disk_io_time_seconds_total{device="dm-12"} 381626.37 node_disk_io_time_seconds_total{device="dm-13"} 171782.259 node_disk_io_time_seconds_total{device="dm-14"} 406451.608 node_disk_io_time_seconds_total{device="dm-15"} 111584.743 node_disk_io_time_seconds_total{device="dm-16"} 367514.09 node_disk_io_time_seconds_total{device="dm-17"} 117352.565 node_disk_io_time_seconds_total{device="dm-18"} 317938.97500000003 node_disk_io_time_seconds_total{device="dm-19"} 167284.263 node_disk_io_time_seconds_total{device="dm-2"} 308965.831 node_disk_io_time_seconds_total{device="dm-20"} 361873.742 node_disk_io_time_seconds_total{device="dm-21"} 159828.442 node_disk_io_time_seconds_total{device="dm-22"} 343530.27 node_disk_io_time_seconds_total{device="dm-23"} 165233.664 node_disk_io_time_seconds_total{device="dm-24"} 399675.311 node_disk_io_time_seconds_total{device="dm-3"} 148661.241 node_disk_io_time_seconds_total{device="dm-4"} 394129.28 node_disk_io_time_seconds_total{device="dm-5"} 146297.347 node_disk_io_time_seconds_total{device="dm-6"} 354161.846 node_disk_io_time_seconds_total{device="dm-7"} 133111.04 node_disk_io_time_seconds_total{device="dm-8"} 321051.665 node_disk_io_time_seconds_total{device="dm-9"} 189390.976 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"} 790178.202 node_disk_io_time_seconds_total{device="nvme1n1"} 160574.122 node_disk_io_time_seconds_total{device="sda"} 2092.908 node_disk_io_time_seconds_total{device="sdb"} 159714.597 node_disk_io_time_seconds_total{device="sdc"} 165134.467 node_disk_io_time_seconds_total{device="sdd"} 146218.501 node_disk_io_time_seconds_total{device="sde"} 171680.751 node_disk_io_time_seconds_total{device="sdf"} 111529.59 node_disk_io_time_seconds_total{device="sdg"} 117254.728 node_disk_io_time_seconds_total{device="sdh"} 133030.89 node_disk_io_time_seconds_total{device="sdi"} 128037.648 node_disk_io_time_seconds_total{device="sdj"} 167175.225 node_disk_io_time_seconds_total{device="sdk"} 128026.67 node_disk_io_time_seconds_total{device="sdl"} 189310.233 node_disk_io_time_seconds_total{device="sdm"} 148566.015 node_disk_io_time_seconds_total{device="sdn"} 29105.549 # 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"} 266828.724 node_disk_io_time_weighted_seconds_total{device="dm-1"} 526672.098 node_disk_io_time_weighted_seconds_total{device="dm-10"} 524112.375 node_disk_io_time_weighted_seconds_total{device="dm-11"} 748374.856 node_disk_io_time_weighted_seconds_total{device="dm-12"} 458735.656 node_disk_io_time_weighted_seconds_total{device="dm-13"} 2.734880537e+06 node_disk_io_time_weighted_seconds_total{device="dm-14"} 494356.901 node_disk_io_time_weighted_seconds_total{device="dm-15"} 360468.841 node_disk_io_time_weighted_seconds_total{device="dm-16"} 436977.73 node_disk_io_time_weighted_seconds_total{device="dm-17"} 411347.855 node_disk_io_time_weighted_seconds_total{device="dm-18"} 396812.407 node_disk_io_time_weighted_seconds_total{device="dm-19"} 2.800679125e+06 node_disk_io_time_weighted_seconds_total{device="dm-2"} 381204.029 node_disk_io_time_weighted_seconds_total{device="dm-20"} 447429.89400000003 node_disk_io_time_weighted_seconds_total{device="dm-21"} 2.0624139270000001e+06 node_disk_io_time_weighted_seconds_total{device="dm-22"} 432717.036 node_disk_io_time_weighted_seconds_total{device="dm-23"} 2.1930895270000002e+06 node_disk_io_time_weighted_seconds_total{device="dm-24"} 482867.00800000003 node_disk_io_time_weighted_seconds_total{device="dm-3"} 2.209428969e+06 node_disk_io_time_weighted_seconds_total{device="dm-4"} 484612.947 node_disk_io_time_weighted_seconds_total{device="dm-5"} 2.116032654e+06 node_disk_io_time_weighted_seconds_total{device="dm-6"} 431157.23600000003 node_disk_io_time_weighted_seconds_total{device="dm-7"} 1.495354522e+06 node_disk_io_time_weighted_seconds_total{device="dm-8"} 395125.588 node_disk_io_time_weighted_seconds_total{device="dm-9"} 3.590226095e+06 node_disk_io_time_weighted_seconds_total{device="nbd0"} 0 node_disk_io_time_weighted_seconds_total{device="nbd1"} 0 node_disk_io_time_weighted_seconds_total{device="nbd10"} 0 node_disk_io_time_weighted_seconds_total{device="nbd11"} 0 node_disk_io_time_weighted_seconds_total{device="nbd12"} 0 node_disk_io_time_weighted_seconds_total{device="nbd13"} 0 node_disk_io_time_weighted_seconds_total{device="nbd14"} 0 node_disk_io_time_weighted_seconds_total{device="nbd15"} 0 node_disk_io_time_weighted_seconds_total{device="nbd2"} 0 node_disk_io_time_weighted_seconds_total{device="nbd3"} 0 node_disk_io_time_weighted_seconds_total{device="nbd4"} 0 node_disk_io_time_weighted_seconds_total{device="nbd5"} 0 node_disk_io_time_weighted_seconds_total{device="nbd6"} 0 node_disk_io_time_weighted_seconds_total{device="nbd7"} 0 node_disk_io_time_weighted_seconds_total{device="nbd8"} 0 node_disk_io_time_weighted_seconds_total{device="nbd9"} 0 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 3.995025417e+06 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 321401.404 node_disk_io_time_weighted_seconds_total{device="sda"} 9837.213 node_disk_io_time_weighted_seconds_total{device="sdb"} 1.660016216e+06 node_disk_io_time_weighted_seconds_total{device="sdc"} 1.8296337140000002e+06 node_disk_io_time_weighted_seconds_total{device="sdd"} 1.460204681e+06 node_disk_io_time_weighted_seconds_total{device="sde"} 1.759964237e+06 node_disk_io_time_weighted_seconds_total{device="sdf"} 983642.4890000001 node_disk_io_time_weighted_seconds_total{device="sdg"} 1.022055456e+06 node_disk_io_time_weighted_seconds_total{device="sdh"} 1.2889183020000001e+06 node_disk_io_time_weighted_seconds_total{device="sdi"} 971854.117 node_disk_io_time_weighted_seconds_total{device="sdj"} 1.865966702e+06 node_disk_io_time_weighted_seconds_total{device="sdk"} 1.074689181e+06 node_disk_io_time_weighted_seconds_total{device="sdl"} 2.180309933e+06 node_disk_io_time_weighted_seconds_total{device="sdm"} 1.577186518e+06 node_disk_io_time_weighted_seconds_total{device="sdn"} 205366.971 # 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.89740896256e+11 node_disk_read_bytes_total{device="dm-1"} 9.225554010112e+12 node_disk_read_bytes_total{device="dm-10"} 5.2044283904e+10 node_disk_read_bytes_total{device="dm-11"} 7.965264945152e+12 node_disk_read_bytes_total{device="dm-12"} 5.7822650368e+10 node_disk_read_bytes_total{device="dm-13"} 1.043014578176e+13 node_disk_read_bytes_total{device="dm-14"} 7.738056704e+10 node_disk_read_bytes_total{device="dm-15"} 6.734868414464e+12 node_disk_read_bytes_total{device="dm-16"} 7.2770719744e+10 node_disk_read_bytes_total{device="dm-17"} 6.791056019456e+12 node_disk_read_bytes_total{device="dm-18"} 7.6722352128e+10 node_disk_read_bytes_total{device="dm-19"} 8.737481117696e+12 node_disk_read_bytes_total{device="dm-2"} 8.8278867968e+10 node_disk_read_bytes_total{device="dm-20"} 8.2593878016e+10 node_disk_read_bytes_total{device="dm-21"} 1.0205465554944e+13 node_disk_read_bytes_total{device="dm-22"} 8.3621453824e+10 node_disk_read_bytes_total{device="dm-23"} 1.012006279168e+13 node_disk_read_bytes_total{device="dm-24"} 5.6529068032e+10 node_disk_read_bytes_total{device="dm-3"} 8.476056813568e+12 node_disk_read_bytes_total{device="dm-4"} 8.37971968e+10 node_disk_read_bytes_total{device="dm-5"} 7.68829763584e+12 node_disk_read_bytes_total{device="dm-6"} 7.162011648e+10 node_disk_read_bytes_total{device="dm-7"} 7.8789714944e+12 node_disk_read_bytes_total{device="dm-8"} 4.7206014976e+10 node_disk_read_bytes_total{device="dm-9"} 1.1968597086208e+13 node_disk_read_bytes_total{device="nbd0"} 0 node_disk_read_bytes_total{device="nbd1"} 0 node_disk_read_bytes_total{device="nbd10"} 0 node_disk_read_bytes_total{device="nbd11"} 0 node_disk_read_bytes_total{device="nbd12"} 0 node_disk_read_bytes_total{device="nbd13"} 0 node_disk_read_bytes_total{device="nbd14"} 0 node_disk_read_bytes_total{device="nbd15"} 0 node_disk_read_bytes_total{device="nbd2"} 0 node_disk_read_bytes_total{device="nbd3"} 0 node_disk_read_bytes_total{device="nbd4"} 0 node_disk_read_bytes_total{device="nbd5"} 0 node_disk_read_bytes_total{device="nbd6"} 0 node_disk_read_bytes_total{device="nbd7"} 0 node_disk_read_bytes_total{device="nbd8"} 0 node_disk_read_bytes_total{device="nbd9"} 0 node_disk_read_bytes_total{device="nvme0n1"} 8.50533871616e+11 node_disk_read_bytes_total{device="nvme1n1"} 1.90139695104e+11 node_disk_read_bytes_total{device="sda"} 1.6117983232e+10 node_disk_read_bytes_total{device="sdb"} 1.0205590421504e+13 node_disk_read_bytes_total{device="sdc"} 1.0120179470336e+13 node_disk_read_bytes_total{device="sdd"} 7.688425525248e+12 node_disk_read_bytes_total{device="sde"} 1.0430271545344e+13 node_disk_read_bytes_total{device="sdf"} 6.734993649664e+12 node_disk_read_bytes_total{device="sdg"} 6.791180730368e+12 node_disk_read_bytes_total{device="sdh"} 7.879098826752e+12 node_disk_read_bytes_total{device="sdi"} 7.965390901248e+12 node_disk_read_bytes_total{device="sdj"} 8.737605308416e+12 node_disk_read_bytes_total{device="sdk"} 9.22568370176e+12 node_disk_read_bytes_total{device="sdl"} 1.196872390656e+13 node_disk_read_bytes_total{device="sdm"} 8.476185194496e+12 node_disk_read_bytes_total{device="sdn"} 1.400493345792e+12 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 54783.581 node_disk_read_time_seconds_total{device="dm-1"} 1.76634772e+06 node_disk_read_time_seconds_total{device="dm-10"} 347.315 node_disk_read_time_seconds_total{device="dm-11"} 1.645935074e+06 node_disk_read_time_seconds_total{device="dm-12"} 306.735 node_disk_read_time_seconds_total{device="dm-13"} 2.909992853e+06 node_disk_read_time_seconds_total{device="dm-14"} 397.478 node_disk_read_time_seconds_total{device="dm-15"} 1.7238609540000001e+06 node_disk_read_time_seconds_total{device="dm-16"} 250.404 node_disk_read_time_seconds_total{device="dm-17"} 1.509627899e+06 node_disk_read_time_seconds_total{device="dm-18"} 299.737 node_disk_read_time_seconds_total{device="dm-19"} 2.725006431e+06 node_disk_read_time_seconds_total{device="dm-2"} 457.031 node_disk_read_time_seconds_total{device="dm-20"} 377.536 node_disk_read_time_seconds_total{device="dm-21"} 2.531568592e+06 node_disk_read_time_seconds_total{device="dm-22"} 378.712 node_disk_read_time_seconds_total{device="dm-23"} 2.721048023e+06 node_disk_read_time_seconds_total{device="dm-24"} 343.171 node_disk_read_time_seconds_total{device="dm-3"} 2.688039634e+06 node_disk_read_time_seconds_total{device="dm-4"} 415.62 node_disk_read_time_seconds_total{device="dm-5"} 2.324134236e+06 node_disk_read_time_seconds_total{device="dm-6"} 326.23900000000003 node_disk_read_time_seconds_total{device="dm-7"} 2.200781926e+06 node_disk_read_time_seconds_total{device="dm-8"} 282.182 node_disk_read_time_seconds_total{device="dm-9"} 3.633187323e+06 node_disk_read_time_seconds_total{device="nbd0"} 0 node_disk_read_time_seconds_total{device="nbd1"} 0 node_disk_read_time_seconds_total{device="nbd10"} 0 node_disk_read_time_seconds_total{device="nbd11"} 0 node_disk_read_time_seconds_total{device="nbd12"} 0 node_disk_read_time_seconds_total{device="nbd13"} 0 node_disk_read_time_seconds_total{device="nbd14"} 0 node_disk_read_time_seconds_total{device="nbd15"} 0 node_disk_read_time_seconds_total{device="nbd2"} 0 node_disk_read_time_seconds_total{device="nbd3"} 0 node_disk_read_time_seconds_total{device="nbd4"} 0 node_disk_read_time_seconds_total{device="nbd5"} 0 node_disk_read_time_seconds_total{device="nbd6"} 0 node_disk_read_time_seconds_total{device="nbd7"} 0 node_disk_read_time_seconds_total{device="nbd8"} 0 node_disk_read_time_seconds_total{device="nbd9"} 0 node_disk_read_time_seconds_total{device="nvme0n1"} 4145.158 node_disk_read_time_seconds_total{device="nvme1n1"} 4935.435 node_disk_read_time_seconds_total{device="sda"} 831.312 node_disk_read_time_seconds_total{device="sdb"} 1.372930161e+06 node_disk_read_time_seconds_total{device="sdc"} 1.545819191e+06 node_disk_read_time_seconds_total{device="sdd"} 1.167076014e+06 node_disk_read_time_seconds_total{device="sde"} 1.442331631e+06 node_disk_read_time_seconds_total{device="sdf"} 766324.79 node_disk_read_time_seconds_total{device="sdg"} 794282.096 node_disk_read_time_seconds_total{device="sdh"} 1.023960282e+06 node_disk_read_time_seconds_total{device="sdi"} 724613.211 node_disk_read_time_seconds_total{device="sdj"} 1.54944284e+06 node_disk_read_time_seconds_total{device="sdk"} 853574.748 node_disk_read_time_seconds_total{device="sdl"} 1.850062708e+06 node_disk_read_time_seconds_total{device="sdm"} 1.288423155e+06 node_disk_read_time_seconds_total{device="sdn"} 44541.403 # 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.5884999e+07 node_disk_reads_completed_total{device="dm-1"} 1.46658805e+08 node_disk_reads_completed_total{device="dm-10"} 1.049701e+06 node_disk_reads_completed_total{device="dm-11"} 1.26943209e+08 node_disk_reads_completed_total{device="dm-12"} 1.289928e+06 node_disk_reads_completed_total{device="dm-13"} 1.66210582e+08 node_disk_reads_completed_total{device="dm-14"} 1.546338e+06 node_disk_reads_completed_total{device="dm-15"} 1.07840035e+08 node_disk_reads_completed_total{device="dm-16"} 1.108078e+06 node_disk_reads_completed_total{device="dm-17"} 1.0810351e+08 node_disk_reads_completed_total{device="dm-18"} 1.262779e+06 node_disk_reads_completed_total{device="dm-19"} 1.39271147e+08 node_disk_reads_completed_total{device="dm-2"} 1.681288e+06 node_disk_reads_completed_total{device="dm-20"} 1.546938e+06 node_disk_reads_completed_total{device="dm-21"} 1.62286782e+08 node_disk_reads_completed_total{device="dm-22"} 1.524956e+06 node_disk_reads_completed_total{device="dm-23"} 1.61501732e+08 node_disk_reads_completed_total{device="dm-24"} 1.270493e+06 node_disk_reads_completed_total{device="dm-3"} 1.35618481e+08 node_disk_reads_completed_total{device="dm-4"} 1.56545e+06 node_disk_reads_completed_total{device="dm-5"} 1.22702475e+08 node_disk_reads_completed_total{device="dm-6"} 1.198274e+06 node_disk_reads_completed_total{device="dm-7"} 1.25616747e+08 node_disk_reads_completed_total{device="dm-8"} 1.001374e+06 node_disk_reads_completed_total{device="dm-9"} 1.90854884e+08 node_disk_reads_completed_total{device="nbd0"} 0 node_disk_reads_completed_total{device="nbd1"} 0 node_disk_reads_completed_total{device="nbd10"} 0 node_disk_reads_completed_total{device="nbd11"} 0 node_disk_reads_completed_total{device="nbd12"} 0 node_disk_reads_completed_total{device="nbd13"} 0 node_disk_reads_completed_total{device="nbd14"} 0 node_disk_reads_completed_total{device="nbd15"} 0 node_disk_reads_completed_total{device="nbd2"} 0 node_disk_reads_completed_total{device="nbd3"} 0 node_disk_reads_completed_total{device="nbd4"} 0 node_disk_reads_completed_total{device="nbd5"} 0 node_disk_reads_completed_total{device="nbd6"} 0 node_disk_reads_completed_total{device="nbd7"} 0 node_disk_reads_completed_total{device="nbd8"} 0 node_disk_reads_completed_total{device="nbd9"} 0 node_disk_reads_completed_total{device="nvme0n1"} 1.6052586e+07 node_disk_reads_completed_total{device="nvme1n1"} 5.624803e+06 node_disk_reads_completed_total{device="sda"} 228275 node_disk_reads_completed_total{device="sdb"} 8.432826e+07 node_disk_reads_completed_total{device="sdc"} 8.3910844e+07 node_disk_reads_completed_total{device="sdd"} 5.6557357e+07 node_disk_reads_completed_total{device="sde"} 7.6185463e+07 node_disk_reads_completed_total{device="sdf"} 4.4404838e+07 node_disk_reads_completed_total{device="sdg"} 5.0956746e+07 node_disk_reads_completed_total{device="sdh"} 5.5669518e+07 node_disk_reads_completed_total{device="sdi"} 5.4590385e+07 node_disk_reads_completed_total{device="sdj"} 7.2565399e+07 node_disk_reads_completed_total{device="sdk"} 6.7944686e+07 node_disk_reads_completed_total{device="sdl"} 8.9737321e+07 node_disk_reads_completed_total{device="sdm"} 6.0765937e+07 node_disk_reads_completed_total{device="sdn"} 4.763063e+06 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="dm-0"} 0 node_disk_reads_merged_total{device="dm-1"} 0 node_disk_reads_merged_total{device="dm-10"} 0 node_disk_reads_merged_total{device="dm-11"} 0 node_disk_reads_merged_total{device="dm-12"} 0 node_disk_reads_merged_total{device="dm-13"} 0 node_disk_reads_merged_total{device="dm-14"} 0 node_disk_reads_merged_total{device="dm-15"} 0 node_disk_reads_merged_total{device="dm-16"} 0 node_disk_reads_merged_total{device="dm-17"} 0 node_disk_reads_merged_total{device="dm-18"} 0 node_disk_reads_merged_total{device="dm-19"} 0 node_disk_reads_merged_total{device="dm-2"} 0 node_disk_reads_merged_total{device="dm-20"} 0 node_disk_reads_merged_total{device="dm-21"} 0 node_disk_reads_merged_total{device="dm-22"} 0 node_disk_reads_merged_total{device="dm-23"} 0 node_disk_reads_merged_total{device="dm-24"} 0 node_disk_reads_merged_total{device="dm-3"} 0 node_disk_reads_merged_total{device="dm-4"} 0 node_disk_reads_merged_total{device="dm-5"} 0 node_disk_reads_merged_total{device="dm-6"} 0 node_disk_reads_merged_total{device="dm-7"} 0 node_disk_reads_merged_total{device="dm-8"} 0 node_disk_reads_merged_total{device="dm-9"} 0 node_disk_reads_merged_total{device="nbd0"} 0 node_disk_reads_merged_total{device="nbd1"} 0 node_disk_reads_merged_total{device="nbd10"} 0 node_disk_reads_merged_total{device="nbd11"} 0 node_disk_reads_merged_total{device="nbd12"} 0 node_disk_reads_merged_total{device="nbd13"} 0 node_disk_reads_merged_total{device="nbd14"} 0 node_disk_reads_merged_total{device="nbd15"} 0 node_disk_reads_merged_total{device="nbd2"} 0 node_disk_reads_merged_total{device="nbd3"} 0 node_disk_reads_merged_total{device="nbd4"} 0 node_disk_reads_merged_total{device="nbd5"} 0 node_disk_reads_merged_total{device="nbd6"} 0 node_disk_reads_merged_total{device="nbd7"} 0 node_disk_reads_merged_total{device="nbd8"} 0 node_disk_reads_merged_total{device="nbd9"} 0 node_disk_reads_merged_total{device="nvme0n1"} 0 node_disk_reads_merged_total{device="nvme1n1"} 2.0263434e+07 node_disk_reads_merged_total{device="sda"} 39377 node_disk_reads_merged_total{device="sdb"} 7.7963022e+07 node_disk_reads_merged_total{device="sdc"} 7.7595017e+07 node_disk_reads_merged_total{device="sdd"} 6.614959e+07 node_disk_reads_merged_total{device="sde"} 9.0029568e+07 node_disk_reads_merged_total{device="sdf"} 6.3439641e+07 node_disk_reads_merged_total{device="sdg"} 5.7151204e+07 node_disk_reads_merged_total{device="sdh"} 6.9951689e+07 node_disk_reads_merged_total{device="sdi"} 7.2357296e+07 node_disk_reads_merged_total{device="sdj"} 6.6710185e+07 node_disk_reads_merged_total{device="sdk"} 7.8718597e+07 node_disk_reads_merged_total{device="sdl"} 1.01122022e+08 node_disk_reads_merged_total{device="sdm"} 7.4857012e+07 node_disk_reads_merged_total{device="sdn"} 1848 # 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"} 212045.143 node_disk_write_time_seconds_total{device="dm-1"} 3.055291674e+06 node_disk_write_time_seconds_total{device="dm-10"} 523765.06 node_disk_write_time_seconds_total{device="dm-11"} 3.397407078e+06 node_disk_write_time_seconds_total{device="dm-12"} 458428.92100000003 node_disk_write_time_seconds_total{device="dm-13"} 4.11985498e+06 node_disk_write_time_seconds_total{device="dm-14"} 493959.423 node_disk_write_time_seconds_total{device="dm-15"} 2.931575183e+06 node_disk_write_time_seconds_total{device="dm-16"} 436727.326 node_disk_write_time_seconds_total{device="dm-17"} 3.196687252e+06 node_disk_write_time_seconds_total{device="dm-18"} 396512.67 node_disk_write_time_seconds_total{device="dm-19"} 75672.694 node_disk_write_time_seconds_total{device="dm-2"} 380746.998 node_disk_write_time_seconds_total{device="dm-20"} 447052.358 node_disk_write_time_seconds_total{device="dm-21"} 3.825812631e+06 node_disk_write_time_seconds_total{device="dm-22"} 432338.324 node_disk_write_time_seconds_total{device="dm-23"} 3.7670088000000003e+06 node_disk_write_time_seconds_total{device="dm-24"} 482523.837 node_disk_write_time_seconds_total{device="dm-3"} 3.816356631e+06 node_disk_write_time_seconds_total{device="dm-4"} 484197.327 node_disk_write_time_seconds_total{device="dm-5"} 4.086865714e+06 node_disk_write_time_seconds_total{device="dm-6"} 430830.99700000003 node_disk_write_time_seconds_total{device="dm-7"} 3.589539892e+06 node_disk_write_time_seconds_total{device="dm-8"} 394843.406 node_disk_write_time_seconds_total{device="dm-9"} 4.252006068e+06 node_disk_write_time_seconds_total{device="nbd0"} 0 node_disk_write_time_seconds_total{device="nbd1"} 0 node_disk_write_time_seconds_total{device="nbd10"} 0 node_disk_write_time_seconds_total{device="nbd11"} 0 node_disk_write_time_seconds_total{device="nbd12"} 0 node_disk_write_time_seconds_total{device="nbd13"} 0 node_disk_write_time_seconds_total{device="nbd14"} 0 node_disk_write_time_seconds_total{device="nbd15"} 0 node_disk_write_time_seconds_total{device="nbd2"} 0 node_disk_write_time_seconds_total{device="nbd3"} 0 node_disk_write_time_seconds_total{device="nbd4"} 0 node_disk_write_time_seconds_total{device="nbd5"} 0 node_disk_write_time_seconds_total{device="nbd6"} 0 node_disk_write_time_seconds_total{device="nbd7"} 0 node_disk_write_time_seconds_total{device="nbd8"} 0 node_disk_write_time_seconds_total{device="nbd9"} 0 node_disk_write_time_seconds_total{device="nvme0n1"} 95587.757 node_disk_write_time_seconds_total{device="nvme1n1"} 166634.619 node_disk_write_time_seconds_total{device="sda"} 8550.516 node_disk_write_time_seconds_total{device="sdb"} 287086.055 node_disk_write_time_seconds_total{device="sdc"} 283814.523 node_disk_write_time_seconds_total{device="sdd"} 293128.666 node_disk_write_time_seconds_total{device="sde"} 317632.605 node_disk_write_time_seconds_total{device="sdf"} 217317.699 node_disk_write_time_seconds_total{device="sdg"} 227773.36000000002 node_disk_write_time_seconds_total{device="sdh"} 264958.02 node_disk_write_time_seconds_total{device="sdi"} 247240.90600000002 node_disk_write_time_seconds_total{device="sdj"} 316523.862 node_disk_write_time_seconds_total{device="sdk"} 221114.432 node_disk_write_time_seconds_total{device="sdl"} 330247.22500000003 node_disk_write_time_seconds_total{device="sdm"} 288763.362 node_disk_write_time_seconds_total{device="sdn"} 160825.567 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="dm-0"} 4.829867e+08 node_disk_writes_completed_total{device="dm-1"} 1.87460244e+08 node_disk_writes_completed_total{device="dm-10"} 1.53172712e+08 node_disk_writes_completed_total{device="dm-11"} 2.0845149e+08 node_disk_writes_completed_total{device="dm-12"} 1.24322787e+08 node_disk_writes_completed_total{device="dm-13"} 2.33165938e+08 node_disk_writes_completed_total{device="dm-14"} 1.42562607e+08 node_disk_writes_completed_total{device="dm-15"} 1.7985104e+08 node_disk_writes_completed_total{device="dm-16"} 1.10928326e+08 node_disk_writes_completed_total{device="dm-17"} 1.96680284e+08 node_disk_writes_completed_total{device="dm-18"} 1.08202602e+08 node_disk_writes_completed_total{device="dm-19"} 2.4926323e+08 node_disk_writes_completed_total{device="dm-2"} 1.0654371e+08 node_disk_writes_completed_total{device="dm-20"} 1.38629411e+08 node_disk_writes_completed_total{device="dm-21"} 2.23182938e+08 node_disk_writes_completed_total{device="dm-22"} 1.30391465e+08 node_disk_writes_completed_total{device="dm-23"} 2.25704168e+08 node_disk_writes_completed_total{device="dm-24"} 1.38497491e+08 node_disk_writes_completed_total{device="dm-3"} 2.23634348e+08 node_disk_writes_completed_total{device="dm-4"} 1.3708558e+08 node_disk_writes_completed_total{device="dm-5"} 2.37484211e+08 node_disk_writes_completed_total{device="dm-6"} 1.29101026e+08 node_disk_writes_completed_total{device="dm-7"} 2.17502619e+08 node_disk_writes_completed_total{device="dm-8"} 1.14932579e+08 node_disk_writes_completed_total{device="dm-9"} 2.41017731e+08 node_disk_writes_completed_total{device="nbd0"} 0 node_disk_writes_completed_total{device="nbd1"} 0 node_disk_writes_completed_total{device="nbd10"} 0 node_disk_writes_completed_total{device="nbd11"} 0 node_disk_writes_completed_total{device="nbd12"} 0 node_disk_writes_completed_total{device="nbd13"} 0 node_disk_writes_completed_total{device="nbd14"} 0 node_disk_writes_completed_total{device="nbd15"} 0 node_disk_writes_completed_total{device="nbd2"} 0 node_disk_writes_completed_total{device="nbd3"} 0 node_disk_writes_completed_total{device="nbd4"} 0 node_disk_writes_completed_total{device="nbd5"} 0 node_disk_writes_completed_total{device="nbd6"} 0 node_disk_writes_completed_total{device="nbd7"} 0 node_disk_writes_completed_total{device="nbd8"} 0 node_disk_writes_completed_total{device="nbd9"} 0 node_disk_writes_completed_total{device="nvme0n1"} 7.50205031e+08 node_disk_writes_completed_total{device="nvme1n1"} 1.77878946e+08 node_disk_writes_completed_total{device="sda"} 1.3627414e+07 node_disk_writes_completed_total{device="sdb"} 1.8506952e+07 node_disk_writes_completed_total{device="sdc"} 1.8508827e+07 node_disk_writes_completed_total{device="sdd"} 1.889873e+07 node_disk_writes_completed_total{device="sde"} 2.0495915e+07 node_disk_writes_completed_total{device="sdf"} 1.496514e+07 node_disk_writes_completed_total{device="sdg"} 1.5868096e+07 node_disk_writes_completed_total{device="sdh"} 1.7553899e+07 node_disk_writes_completed_total{device="sdi"} 1.67551e+07 node_disk_writes_completed_total{device="sdj"} 1.9944399e+07 node_disk_writes_completed_total{device="sdk"} 1.5003888e+07 node_disk_writes_completed_total{device="sdl"} 2.1380209e+07 node_disk_writes_completed_total{device="sdm"} 1.8580241e+07 node_disk_writes_completed_total{device="sdn"} 5.0343791e+07 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="dm-1"} 0 node_disk_writes_merged_total{device="dm-10"} 0 node_disk_writes_merged_total{device="dm-11"} 0 node_disk_writes_merged_total{device="dm-12"} 0 node_disk_writes_merged_total{device="dm-13"} 0 node_disk_writes_merged_total{device="dm-14"} 0 node_disk_writes_merged_total{device="dm-15"} 0 node_disk_writes_merged_total{device="dm-16"} 0 node_disk_writes_merged_total{device="dm-17"} 0 node_disk_writes_merged_total{device="dm-18"} 0 node_disk_writes_merged_total{device="dm-19"} 0 node_disk_writes_merged_total{device="dm-2"} 0 node_disk_writes_merged_total{device="dm-20"} 0 node_disk_writes_merged_total{device="dm-21"} 0 node_disk_writes_merged_total{device="dm-22"} 0 node_disk_writes_merged_total{device="dm-23"} 0 node_disk_writes_merged_total{device="dm-24"} 0 node_disk_writes_merged_total{device="dm-3"} 0 node_disk_writes_merged_total{device="dm-4"} 0 node_disk_writes_merged_total{device="dm-5"} 0 node_disk_writes_merged_total{device="dm-6"} 0 node_disk_writes_merged_total{device="dm-7"} 0 node_disk_writes_merged_total{device="dm-8"} 0 node_disk_writes_merged_total{device="dm-9"} 0 node_disk_writes_merged_total{device="nbd0"} 0 node_disk_writes_merged_total{device="nbd1"} 0 node_disk_writes_merged_total{device="nbd10"} 0 node_disk_writes_merged_total{device="nbd11"} 0 node_disk_writes_merged_total{device="nbd12"} 0 node_disk_writes_merged_total{device="nbd13"} 0 node_disk_writes_merged_total{device="nbd14"} 0 node_disk_writes_merged_total{device="nbd15"} 0 node_disk_writes_merged_total{device="nbd2"} 0 node_disk_writes_merged_total{device="nbd3"} 0 node_disk_writes_merged_total{device="nbd4"} 0 node_disk_writes_merged_total{device="nbd5"} 0 node_disk_writes_merged_total{device="nbd6"} 0 node_disk_writes_merged_total{device="nbd7"} 0 node_disk_writes_merged_total{device="nbd8"} 0 node_disk_writes_merged_total{device="nbd9"} 0 node_disk_writes_merged_total{device="nvme0n1"} 7.8488096e+08 node_disk_writes_merged_total{device="nvme1n1"} 3.05167002e+08 node_disk_writes_merged_total{device="sda"} 3.1995472e+07 node_disk_writes_merged_total{device="sdb"} 2.04676481e+08 node_disk_writes_merged_total{device="sdc"} 2.07195757e+08 node_disk_writes_merged_total{device="sdd"} 2.18585882e+08 node_disk_writes_merged_total{device="sde"} 2.12670264e+08 node_disk_writes_merged_total{device="sdf"} 1.64886167e+08 node_disk_writes_merged_total{device="sdg"} 1.80812493e+08 node_disk_writes_merged_total{device="sdh"} 1.99949142e+08 node_disk_writes_merged_total{device="sdi"} 1.91696651e+08 node_disk_writes_merged_total{device="sdj"} 2.29319326e+08 node_disk_writes_merged_total{device="sdk"} 1.72456747e+08 node_disk_writes_merged_total{device="sdl"} 2.19637809e+08 node_disk_writes_merged_total{device="sdm"} 2.05054429e+08 node_disk_writes_merged_total{device="sdn"} 1.805098e+06 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="dm-0"} 2.13162631168e+12 node_disk_written_bytes_total{device="dm-1"} 1.2105127215104e+13 node_disk_written_bytes_total{device="dm-10"} 4.91258359808e+11 node_disk_written_bytes_total{device="dm-11"} 1.3453117784064e+13 node_disk_written_bytes_total{device="dm-12"} 3.88584640512e+11 node_disk_written_bytes_total{device="dm-13"} 1.4934704889856e+13 node_disk_written_bytes_total{device="dm-14"} 4.50486181888e+11 node_disk_written_bytes_total{device="dm-15"} 1.1575520374784e+13 node_disk_written_bytes_total{device="dm-16"} 3.44089370624e+11 node_disk_written_bytes_total{device="dm-17"} 1.2690490568704e+13 node_disk_written_bytes_total{device="dm-18"} 3.48133625856e+11 node_disk_written_bytes_total{device="dm-19"} 1.6092273016832e+13 node_disk_written_bytes_total{device="dm-2"} 3.40789088256e+11 node_disk_written_bytes_total{device="dm-20"} 4.4915470336e+11 node_disk_written_bytes_total{device="dm-21"} 1.436892770304e+13 node_disk_written_bytes_total{device="dm-22"} 4.26949435392e+11 node_disk_written_bytes_total{device="dm-23"} 1.4544323281408e+13 node_disk_written_bytes_total{device="dm-24"} 4.38259908608e+11 node_disk_written_bytes_total{device="dm-3"} 1.439452438528e+13 node_disk_written_bytes_total{device="dm-4"} 4.34121568256e+11 node_disk_written_bytes_total{device="dm-5"} 1.5332997771264e+13 node_disk_written_bytes_total{device="dm-6"} 4.13640822784e+11 node_disk_written_bytes_total{device="dm-7"} 1.403349454848e+13 node_disk_written_bytes_total{device="dm-8"} 3.67741140992e+11 node_disk_written_bytes_total{device="dm-9"} 1.5424540389376e+13 node_disk_written_bytes_total{device="nbd0"} 0 node_disk_written_bytes_total{device="nbd1"} 0 node_disk_written_bytes_total{device="nbd10"} 0 node_disk_written_bytes_total{device="nbd11"} 0 node_disk_written_bytes_total{device="nbd12"} 0 node_disk_written_bytes_total{device="nbd13"} 0 node_disk_written_bytes_total{device="nbd14"} 0 node_disk_written_bytes_total{device="nbd15"} 0 node_disk_written_bytes_total{device="nbd2"} 0 node_disk_written_bytes_total{device="nbd3"} 0 node_disk_written_bytes_total{device="nbd4"} 0 node_disk_written_bytes_total{device="nbd5"} 0 node_disk_written_bytes_total{device="nbd6"} 0 node_disk_written_bytes_total{device="nbd7"} 0 node_disk_written_bytes_total{device="nbd8"} 0 node_disk_written_bytes_total{device="nbd9"} 0 node_disk_written_bytes_total{device="nvme0n1"} 4.89321613056e+12 node_disk_written_bytes_total{device="nvme1n1"} 2.13162631168e+12 node_disk_written_bytes_total{device="sda"} 2.79731667456e+11 node_disk_written_bytes_total{device="sdb"} 1.4369033455104e+13 node_disk_written_bytes_total{device="sdc"} 1.4544324130816e+13 node_disk_written_bytes_total{device="sdd"} 1.5333103523328e+13 node_disk_written_bytes_total{device="sde"} 1.493481064192e+13 node_disk_written_bytes_total{device="sdf"} 1.1575626126848e+13 node_disk_written_bytes_total{device="sdg"} 1.2690596320768e+13 node_disk_written_bytes_total{device="sdh"} 1.4033600300544e+13 node_disk_written_bytes_total{device="sdi"} 1.3453223536128e+13 node_disk_written_bytes_total{device="sdj"} 1.6092378768896e+13 node_disk_written_bytes_total{device="sdk"} 1.2105232967168e+13 node_disk_written_bytes_total{device="sdl"} 1.542464614144e+13 node_disk_written_bytes_total{device="sdm"} 1.4394630137344e+13 node_disk_written_bytes_total{device="sdn"} 1.9660094701568e+13 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="09/10/2024",bios_release="2.16",bios_vendor="Dell Inc.",bios_version="2.16.3",board_name="03WYW4",board_vendor="Dell Inc.",board_version="A05",chassis_asset_tag="",chassis_vendor="Dell Inc.",chassis_version="",product_family="PowerEdge",product_name="PowerEdge R7525",product_sku="SKU=08FF;ModelName=PowerEdge R7525",product_version="",system_vendor="Dell Inc."} 1 # HELP node_edac_correctable_errors_total Total correctable memory errors. # TYPE node_edac_correctable_errors_total counter node_edac_correctable_errors_total{controller="0"} 0 node_edac_correctable_errors_total{controller="1"} 0 # HELP node_edac_csrow_correctable_errors_total Total correctable memory errors for this csrow. # TYPE node_edac_csrow_correctable_errors_total counter node_edac_csrow_correctable_errors_total{controller="0",csrow="2"} 0 node_edac_csrow_correctable_errors_total{controller="0",csrow="3"} 0 node_edac_csrow_correctable_errors_total{controller="0",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="1",csrow="2"} 0 node_edac_csrow_correctable_errors_total{controller="1",csrow="3"} 0 node_edac_csrow_correctable_errors_total{controller="1",csrow="unknown"} 0 # HELP node_edac_csrow_uncorrectable_errors_total Total uncorrectable memory errors for this csrow. # TYPE node_edac_csrow_uncorrectable_errors_total counter node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="2"} 0 node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="3"} 0 node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="2"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="3"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="unknown"} 0 # HELP node_edac_uncorrectable_errors_total Total uncorrectable memory errors. # TYPE node_edac_uncorrectable_errors_total counter node_edac_uncorrectable_errors_total{controller="0"} 0 node_edac_uncorrectable_errors_total{controller="1"} 0 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 13824 # 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/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.02059776e+08 node_filesystem_avail_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 5.97004288e+08 node_filesystem_avail_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 1.4197712896e+11 node_filesystem_avail_bytes{device="/dev/sdn",device_error="",fstype="xfs",mountpoint="/scratch"} 1.883809878016e+12 node_filesystem_avail_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 1.719116285083648e+15 node_filesystem_avail_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 1.719116285083648e+15 node_filesystem_avail_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 9.316090249216e+13 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 1.9306495488e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1.9306495488e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 1.9306495488e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1.9306495488e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 1.9306495488e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1.9306495488e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 1.9306495488e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 1.9306495488e+10 node_filesystem_avail_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.1836063744e+13 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06f06ae75d30d0f14f2aeb3b4f5fe5a078276bddca5f6e1996ceb3a174b147d3/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0705c05e5745b3a4a29ef2762a548b10ba4e1f09e36ab4acc7d15cef2f1e36d1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1248a4ddcca2dc273d0d3c8f5c7aa5fff1875462a978b5933d13e8aa332ff80d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3311d9d8782dd17b9b44f0c36049d045ba7a6b812b2507323e4bb8b366a7010a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/37ff89b6ddbf2ab8b15d83acd319e5460a11c319dae3c54016dedeac294f9fe6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41bf2bf861a060ec7e625aaf1a90fb8efc9dd081795fe15a74cd877911d9c097/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4ae39095852ea5e6ab6b521d8e6a619033716240eb4e5341474ede8e1bd5655e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4db94b5e5e59a33ab2fa715db93932c6d162ec2dad961704a16ca11b92b6cce6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cf1ec474f707928b5ebb7eeec4f8e816bb26aa21f92fff95897b42a272fcdf1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b1a3cb2a2f7bf623bd43ebcfe31c7e3ed087012a83ecc76de09c80723357fb1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6bdbfce86072c29a267db3040eb37c67484a72a7024b1baad64aaf326fbe6a9b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8662aa0f8154ee1b6cda7df35aa38bc6131b38f7f600e7dadd808631da580455/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/91d983a0e1e0c88f6c5a6c9595bf52c9cbd11b5bacabec64d93f2542d83de3a3/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b4a59d7f7249f1be73bfb498844e437791600585ef172e44d072471ea7266f9/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9d36d121989aa056eea0e66d5dab4d0c56d9890113d91805aa74e37aa80ba5b3/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a514193966483b230355fe229906314cd4b2d8f54886c706e7d5d5857070caa5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a763b6b47c84a309cfbd4027256847dd96b00a3b3673f05740943836f7ff4d5e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b67f18d1f326397a6807e0a605056a38913252d1bf9b66a9ed3df668c825d671/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfe6437d4cebe699c672a82c8e826e764ef834512784194d71dddcd41e6d3a40/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c732fbd9d9b9eb89be5c3fddab0836bbfc7cdb2763f1a925a23329b094e4ff40/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d42142fbf8be5b053e4e3bbeca53dbaa20dd95f792f92e7b32aea93e447fc3e0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db8665bdcbf07d5f5523382425e8b81e5da0de7a83e386071a1027458bf286b1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd8665c484db2f2d7a6e770e743414fcb4f154527447efc77b72bf5f4424e27a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/de42556107d8463b65673b0d9eda9ef316b9007e5e9c67ca7718885a0f6bd749/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f066d3cfc4f51ff79f7a744e573de50bdd1865ee5ffc9cb337474887f05a3e19/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1503df9946d325ac24315adfa2794d60b56b4a7b3e7a96d1b5235a29f50a090/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5d884fb376f4d07ecc9255efd762be53556585306f5272b7c09e7e7fd34c5c2/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fde48a3db7d4e79ee296993978d44843729f0bbca76cb19caba3ede3fb1facfa/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.07733233664e+11 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 5.4006222848e+10 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/sda3",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.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_device_error{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_device_error{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/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="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06f06ae75d30d0f14f2aeb3b4f5fe5a078276bddca5f6e1996ceb3a174b147d3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0705c05e5745b3a4a29ef2762a548b10ba4e1f09e36ab4acc7d15cef2f1e36d1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1248a4ddcca2dc273d0d3c8f5c7aa5fff1875462a978b5933d13e8aa332ff80d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3311d9d8782dd17b9b44f0c36049d045ba7a6b812b2507323e4bb8b366a7010a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/37ff89b6ddbf2ab8b15d83acd319e5460a11c319dae3c54016dedeac294f9fe6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41bf2bf861a060ec7e625aaf1a90fb8efc9dd081795fe15a74cd877911d9c097/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4ae39095852ea5e6ab6b521d8e6a619033716240eb4e5341474ede8e1bd5655e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4db94b5e5e59a33ab2fa715db93932c6d162ec2dad961704a16ca11b92b6cce6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cf1ec474f707928b5ebb7eeec4f8e816bb26aa21f92fff95897b42a272fcdf1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b1a3cb2a2f7bf623bd43ebcfe31c7e3ed087012a83ecc76de09c80723357fb1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6bdbfce86072c29a267db3040eb37c67484a72a7024b1baad64aaf326fbe6a9b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8662aa0f8154ee1b6cda7df35aa38bc6131b38f7f600e7dadd808631da580455/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/91d983a0e1e0c88f6c5a6c9595bf52c9cbd11b5bacabec64d93f2542d83de3a3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b4a59d7f7249f1be73bfb498844e437791600585ef172e44d072471ea7266f9/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9d36d121989aa056eea0e66d5dab4d0c56d9890113d91805aa74e37aa80ba5b3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a514193966483b230355fe229906314cd4b2d8f54886c706e7d5d5857070caa5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a763b6b47c84a309cfbd4027256847dd96b00a3b3673f05740943836f7ff4d5e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b67f18d1f326397a6807e0a605056a38913252d1bf9b66a9ed3df668c825d671/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfe6437d4cebe699c672a82c8e826e764ef834512784194d71dddcd41e6d3a40/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c732fbd9d9b9eb89be5c3fddab0836bbfc7cdb2763f1a925a23329b094e4ff40/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d42142fbf8be5b053e4e3bbeca53dbaa20dd95f792f92e7b32aea93e447fc3e0/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db8665bdcbf07d5f5523382425e8b81e5da0de7a83e386071a1027458bf286b1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd8665c484db2f2d7a6e770e743414fcb4f154527447efc77b72bf5f4424e27a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/de42556107d8463b65673b0d9eda9ef316b9007e5e9c67ca7718885a0f6bd749/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f066d3cfc4f51ff79f7a744e573de50bdd1865ee5ffc9cb337474887f05a3e19/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1503df9946d325ac24315adfa2794d60b56b4a7b3e7a96d1b5235a29f50a090/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5d884fb376f4d07ecc9255efd762be53556585306f5272b7c09e7e7fd34c5c2/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fde48a3db7d4e79ee296993978d44843729f0bbca76cb19caba3ede3fb1facfa/shm"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 65536 node_filesystem_files{device="/dev/sda3",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.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 5.15911973e+08 node_filesystem_files{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 5.15911973e+08 node_filesystem_files{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 6.153426e+06 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 12935 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1.77601416e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.52346297e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 75 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 3.0374608e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1.83889464e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 6.27057953e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 2.1648724471e+10 node_filesystem_files{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 2.3257200936e+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="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06f06ae75d30d0f14f2aeb3b4f5fe5a078276bddca5f6e1996ceb3a174b147d3/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0705c05e5745b3a4a29ef2762a548b10ba4e1f09e36ab4acc7d15cef2f1e36d1/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1248a4ddcca2dc273d0d3c8f5c7aa5fff1875462a978b5933d13e8aa332ff80d/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3311d9d8782dd17b9b44f0c36049d045ba7a6b812b2507323e4bb8b366a7010a/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/37ff89b6ddbf2ab8b15d83acd319e5460a11c319dae3c54016dedeac294f9fe6/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41bf2bf861a060ec7e625aaf1a90fb8efc9dd081795fe15a74cd877911d9c097/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4ae39095852ea5e6ab6b521d8e6a619033716240eb4e5341474ede8e1bd5655e/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4db94b5e5e59a33ab2fa715db93932c6d162ec2dad961704a16ca11b92b6cce6/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cf1ec474f707928b5ebb7eeec4f8e816bb26aa21f92fff95897b42a272fcdf1/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b1a3cb2a2f7bf623bd43ebcfe31c7e3ed087012a83ecc76de09c80723357fb1/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6bdbfce86072c29a267db3040eb37c67484a72a7024b1baad64aaf326fbe6a9b/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8662aa0f8154ee1b6cda7df35aa38bc6131b38f7f600e7dadd808631da580455/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/91d983a0e1e0c88f6c5a6c9595bf52c9cbd11b5bacabec64d93f2542d83de3a3/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b4a59d7f7249f1be73bfb498844e437791600585ef172e44d072471ea7266f9/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9d36d121989aa056eea0e66d5dab4d0c56d9890113d91805aa74e37aa80ba5b3/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a514193966483b230355fe229906314cd4b2d8f54886c706e7d5d5857070caa5/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a763b6b47c84a309cfbd4027256847dd96b00a3b3673f05740943836f7ff4d5e/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b67f18d1f326397a6807e0a605056a38913252d1bf9b66a9ed3df668c825d671/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfe6437d4cebe699c672a82c8e826e764ef834512784194d71dddcd41e6d3a40/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c732fbd9d9b9eb89be5c3fddab0836bbfc7cdb2763f1a925a23329b094e4ff40/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d42142fbf8be5b053e4e3bbeca53dbaa20dd95f792f92e7b32aea93e447fc3e0/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db8665bdcbf07d5f5523382425e8b81e5da0de7a83e386071a1027458bf286b1/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd8665c484db2f2d7a6e770e743414fcb4f154527447efc77b72bf5f4424e27a/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/de42556107d8463b65673b0d9eda9ef316b9007e5e9c67ca7718885a0f6bd749/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f066d3cfc4f51ff79f7a744e573de50bdd1865ee5ffc9cb337474887f05a3e19/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1503df9946d325ac24315adfa2794d60b56b4a7b3e7a96d1b5235a29f50a090/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5d884fb376f4d07ecc9255efd762be53556585306f5272b7c09e7e7fd34c5c2/shm"} 6.5925569e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fde48a3db7d4e79ee296993978d44843729f0bbca76cb19caba3ede3fb1facfa/shm"} 6.5925569e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 819200 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3185113e+07 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 65490 node_filesystem_files_free{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 1.3211203e+07 node_filesystem_files_free{device="/dev/sdn",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87392032e+08 node_filesystem_files_free{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 1.8446744073709552e+19 node_filesystem_files_free{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 1.8446744073709552e+19 node_filesystem_files_free{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.8446744073709552e+19 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 0 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1.77601363e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.5233346e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 3.0339343e+07 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1.83889452e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 6.27057925e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 2.1648629013e+10 node_filesystem_files_free{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 2.3117310224e+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="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06f06ae75d30d0f14f2aeb3b4f5fe5a078276bddca5f6e1996ceb3a174b147d3/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0705c05e5745b3a4a29ef2762a548b10ba4e1f09e36ab4acc7d15cef2f1e36d1/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1248a4ddcca2dc273d0d3c8f5c7aa5fff1875462a978b5933d13e8aa332ff80d/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3311d9d8782dd17b9b44f0c36049d045ba7a6b812b2507323e4bb8b366a7010a/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/37ff89b6ddbf2ab8b15d83acd319e5460a11c319dae3c54016dedeac294f9fe6/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41bf2bf861a060ec7e625aaf1a90fb8efc9dd081795fe15a74cd877911d9c097/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4ae39095852ea5e6ab6b521d8e6a619033716240eb4e5341474ede8e1bd5655e/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4db94b5e5e59a33ab2fa715db93932c6d162ec2dad961704a16ca11b92b6cce6/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cf1ec474f707928b5ebb7eeec4f8e816bb26aa21f92fff95897b42a272fcdf1/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b1a3cb2a2f7bf623bd43ebcfe31c7e3ed087012a83ecc76de09c80723357fb1/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6bdbfce86072c29a267db3040eb37c67484a72a7024b1baad64aaf326fbe6a9b/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8662aa0f8154ee1b6cda7df35aa38bc6131b38f7f600e7dadd808631da580455/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/91d983a0e1e0c88f6c5a6c9595bf52c9cbd11b5bacabec64d93f2542d83de3a3/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b4a59d7f7249f1be73bfb498844e437791600585ef172e44d072471ea7266f9/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9d36d121989aa056eea0e66d5dab4d0c56d9890113d91805aa74e37aa80ba5b3/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a514193966483b230355fe229906314cd4b2d8f54886c706e7d5d5857070caa5/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a763b6b47c84a309cfbd4027256847dd96b00a3b3673f05740943836f7ff4d5e/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b67f18d1f326397a6807e0a605056a38913252d1bf9b66a9ed3df668c825d671/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfe6437d4cebe699c672a82c8e826e764ef834512784194d71dddcd41e6d3a40/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c732fbd9d9b9eb89be5c3fddab0836bbfc7cdb2763f1a925a23329b094e4ff40/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d42142fbf8be5b053e4e3bbeca53dbaa20dd95f792f92e7b32aea93e447fc3e0/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db8665bdcbf07d5f5523382425e8b81e5da0de7a83e386071a1027458bf286b1/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd8665c484db2f2d7a6e770e743414fcb4f154527447efc77b72bf5f4424e27a/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/de42556107d8463b65673b0d9eda9ef316b9007e5e9c67ca7718885a0f6bd749/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f066d3cfc4f51ff79f7a744e573de50bdd1865ee5ffc9cb337474887f05a3e19/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1503df9946d325ac24315adfa2794d60b56b4a7b3e7a96d1b5235a29f50a090/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5d884fb376f4d07ecc9255efd762be53556585306f5272b7c09e7e7fd34c5c2/shm"} 6.5925568e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fde48a3db7d4e79ee296993978d44843729f0bbca76cb19caba3ede3fb1facfa/shm"} 6.5925568e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 815373 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3185098e+07 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.02059776e+08 node_filesystem_free_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 6.67467776e+08 node_filesystem_free_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 1.53929162752e+11 node_filesystem_free_bytes{device="/dev/sdn",device_error="",fstype="xfs",mountpoint="/scratch"} 1.883809878016e+12 node_filesystem_free_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 1.719116285083648e+15 node_filesystem_free_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 1.719116285083648e+15 node_filesystem_free_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 9.316090249216e+13 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 1.9306495488e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1.9306495488e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 1.9306495488e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1.9306495488e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 1.9306495488e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1.9306495488e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 1.9306495488e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 1.9306495488e+10 node_filesystem_free_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.1836063744e+13 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06f06ae75d30d0f14f2aeb3b4f5fe5a078276bddca5f6e1996ceb3a174b147d3/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0705c05e5745b3a4a29ef2762a548b10ba4e1f09e36ab4acc7d15cef2f1e36d1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1248a4ddcca2dc273d0d3c8f5c7aa5fff1875462a978b5933d13e8aa332ff80d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3311d9d8782dd17b9b44f0c36049d045ba7a6b812b2507323e4bb8b366a7010a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/37ff89b6ddbf2ab8b15d83acd319e5460a11c319dae3c54016dedeac294f9fe6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41bf2bf861a060ec7e625aaf1a90fb8efc9dd081795fe15a74cd877911d9c097/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4ae39095852ea5e6ab6b521d8e6a619033716240eb4e5341474ede8e1bd5655e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4db94b5e5e59a33ab2fa715db93932c6d162ec2dad961704a16ca11b92b6cce6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cf1ec474f707928b5ebb7eeec4f8e816bb26aa21f92fff95897b42a272fcdf1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b1a3cb2a2f7bf623bd43ebcfe31c7e3ed087012a83ecc76de09c80723357fb1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6bdbfce86072c29a267db3040eb37c67484a72a7024b1baad64aaf326fbe6a9b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8662aa0f8154ee1b6cda7df35aa38bc6131b38f7f600e7dadd808631da580455/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/91d983a0e1e0c88f6c5a6c9595bf52c9cbd11b5bacabec64d93f2542d83de3a3/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b4a59d7f7249f1be73bfb498844e437791600585ef172e44d072471ea7266f9/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9d36d121989aa056eea0e66d5dab4d0c56d9890113d91805aa74e37aa80ba5b3/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a514193966483b230355fe229906314cd4b2d8f54886c706e7d5d5857070caa5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a763b6b47c84a309cfbd4027256847dd96b00a3b3673f05740943836f7ff4d5e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b67f18d1f326397a6807e0a605056a38913252d1bf9b66a9ed3df668c825d671/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfe6437d4cebe699c672a82c8e826e764ef834512784194d71dddcd41e6d3a40/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c732fbd9d9b9eb89be5c3fddab0836bbfc7cdb2763f1a925a23329b094e4ff40/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d42142fbf8be5b053e4e3bbeca53dbaa20dd95f792f92e7b32aea93e447fc3e0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db8665bdcbf07d5f5523382425e8b81e5da0de7a83e386071a1027458bf286b1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd8665c484db2f2d7a6e770e743414fcb4f154527447efc77b72bf5f4424e27a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/de42556107d8463b65673b0d9eda9ef316b9007e5e9c67ca7718885a0f6bd749/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f066d3cfc4f51ff79f7a744e573de50bdd1865ee5ffc9cb337474887f05a3e19/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1503df9946d325ac24315adfa2794d60b56b4a7b3e7a96d1b5235a29f50a090/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5d884fb376f4d07ecc9255efd762be53556585306f5272b7c09e7e7fd34c5c2/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fde48a3db7d4e79ee296993978d44843729f0bbca76cb19caba3ede3fb1facfa/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.07733233664e+11 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 5.4006222848e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sda2",major="8",minor="2",mountpoint="/boot"} 1 node_filesystem_mount_info{device="/dev/sda3",major="8",minor="3",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sdn",major="8",minor="208",mountpoint="/scratch"} 1 node_filesystem_mount_info{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",major="0",minor="44",mountpoint="/cold"} 1 node_filesystem_mount_info{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",major="0",minor="45",mountpoint="/data"} 1 node_filesystem_mount_info{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",major="0",minor="46",mountpoint="/work"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="442",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="443",mountpoint="/cvmfs/atlas.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="447",mountpoint="/cvmfs/sft.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="448",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="449",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="455",mountpoint="/cvmfs/atlas-condb.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="456",mountpoint="/cvmfs/unpacked.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="457",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 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="shm",major="0",minor="100",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a514193966483b230355fe229906314cd4b2d8f54886c706e7d5d5857070caa5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="109",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6bdbfce86072c29a267db3040eb37c67484a72a7024b1baad64aaf326fbe6a9b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="112",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1248a4ddcca2dc273d0d3c8f5c7aa5fff1875462a978b5933d13e8aa332ff80d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="127",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b1a3cb2a2f7bf623bd43ebcfe31c7e3ed087012a83ecc76de09c80723357fb1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="135",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4ae39095852ea5e6ab6b521d8e6a619033716240eb4e5341474ede8e1bd5655e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="139",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c732fbd9d9b9eb89be5c3fddab0836bbfc7cdb2763f1a925a23329b094e4ff40/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="145",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3311d9d8782dd17b9b44f0c36049d045ba7a6b812b2507323e4bb8b366a7010a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="187",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8662aa0f8154ee1b6cda7df35aa38bc6131b38f7f600e7dadd808631da580455/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="241",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06f06ae75d30d0f14f2aeb3b4f5fe5a078276bddca5f6e1996ceb3a174b147d3/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="269",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5d884fb376f4d07ecc9255efd762be53556585306f5272b7c09e7e7fd34c5c2/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="289",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f066d3cfc4f51ff79f7a744e573de50bdd1865ee5ffc9cb337474887f05a3e19/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="337",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/de42556107d8463b65673b0d9eda9ef316b9007e5e9c67ca7718885a0f6bd749/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="380",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d42142fbf8be5b053e4e3bbeca53dbaa20dd95f792f92e7b32aea93e447fc3e0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="398",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b67f18d1f326397a6807e0a605056a38913252d1bf9b66a9ed3df668c825d671/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="401",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/37ff89b6ddbf2ab8b15d83acd319e5460a11c319dae3c54016dedeac294f9fe6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="42",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1503df9946d325ac24315adfa2794d60b56b4a7b3e7a96d1b5235a29f50a090/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="462",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd8665c484db2f2d7a6e770e743414fcb4f154527447efc77b72bf5f4424e27a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="484",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0705c05e5745b3a4a29ef2762a548b10ba4e1f09e36ab4acc7d15cef2f1e36d1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="517",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a763b6b47c84a309cfbd4027256847dd96b00a3b3673f05740943836f7ff4d5e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="529",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41bf2bf861a060ec7e625aaf1a90fb8efc9dd081795fe15a74cd877911d9c097/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="580",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db8665bdcbf07d5f5523382425e8b81e5da0de7a83e386071a1027458bf286b1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="638",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/91d983a0e1e0c88f6c5a6c9595bf52c9cbd11b5bacabec64d93f2542d83de3a3/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="643",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4db94b5e5e59a33ab2fa715db93932c6d162ec2dad961704a16ca11b92b6cce6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="664",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cf1ec474f707928b5ebb7eeec4f8e816bb26aa21f92fff95897b42a272fcdf1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="687",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fde48a3db7d4e79ee296993978d44843729f0bbca76cb19caba3ede3fb1facfa/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="76",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9d36d121989aa056eea0e66d5dab4d0c56d9890113d91805aa74e37aa80ba5b3/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="77",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b4a59d7f7249f1be73bfb498844e437791600585ef172e44d072471ea7266f9/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="85",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfe6437d4cebe699c672a82c8e826e764ef834512784194d71dddcd41e6d3a40/shm"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="24",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="356",mountpoint="/run/user/0"} 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/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="/dev/sda3",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.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_purgeable_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_purgeable_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/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="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06f06ae75d30d0f14f2aeb3b4f5fe5a078276bddca5f6e1996ceb3a174b147d3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0705c05e5745b3a4a29ef2762a548b10ba4e1f09e36ab4acc7d15cef2f1e36d1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1248a4ddcca2dc273d0d3c8f5c7aa5fff1875462a978b5933d13e8aa332ff80d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3311d9d8782dd17b9b44f0c36049d045ba7a6b812b2507323e4bb8b366a7010a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/37ff89b6ddbf2ab8b15d83acd319e5460a11c319dae3c54016dedeac294f9fe6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41bf2bf861a060ec7e625aaf1a90fb8efc9dd081795fe15a74cd877911d9c097/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4ae39095852ea5e6ab6b521d8e6a619033716240eb4e5341474ede8e1bd5655e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4db94b5e5e59a33ab2fa715db93932c6d162ec2dad961704a16ca11b92b6cce6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cf1ec474f707928b5ebb7eeec4f8e816bb26aa21f92fff95897b42a272fcdf1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b1a3cb2a2f7bf623bd43ebcfe31c7e3ed087012a83ecc76de09c80723357fb1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6bdbfce86072c29a267db3040eb37c67484a72a7024b1baad64aaf326fbe6a9b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8662aa0f8154ee1b6cda7df35aa38bc6131b38f7f600e7dadd808631da580455/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/91d983a0e1e0c88f6c5a6c9595bf52c9cbd11b5bacabec64d93f2542d83de3a3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b4a59d7f7249f1be73bfb498844e437791600585ef172e44d072471ea7266f9/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9d36d121989aa056eea0e66d5dab4d0c56d9890113d91805aa74e37aa80ba5b3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a514193966483b230355fe229906314cd4b2d8f54886c706e7d5d5857070caa5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a763b6b47c84a309cfbd4027256847dd96b00a3b3673f05740943836f7ff4d5e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b67f18d1f326397a6807e0a605056a38913252d1bf9b66a9ed3df668c825d671/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfe6437d4cebe699c672a82c8e826e764ef834512784194d71dddcd41e6d3a40/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c732fbd9d9b9eb89be5c3fddab0836bbfc7cdb2763f1a925a23329b094e4ff40/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d42142fbf8be5b053e4e3bbeca53dbaa20dd95f792f92e7b32aea93e447fc3e0/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db8665bdcbf07d5f5523382425e8b81e5da0de7a83e386071a1027458bf286b1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd8665c484db2f2d7a6e770e743414fcb4f154527447efc77b72bf5f4424e27a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/de42556107d8463b65673b0d9eda9ef316b9007e5e9c67ca7718885a0f6bd749/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f066d3cfc4f51ff79f7a744e573de50bdd1865ee5ffc9cb337474887f05a3e19/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1503df9946d325ac24315adfa2794d60b56b4a7b3e7a96d1b5235a29f50a090/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5d884fb376f4d07ecc9255efd762be53556585306f5272b7c09e7e7fd34c5c2/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fde48a3db7d4e79ee296993978d44843729f0bbca76cb19caba3ede3fb1facfa/shm"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sda3",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.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_readonly{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_readonly{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/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="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06f06ae75d30d0f14f2aeb3b4f5fe5a078276bddca5f6e1996ceb3a174b147d3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0705c05e5745b3a4a29ef2762a548b10ba4e1f09e36ab4acc7d15cef2f1e36d1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1248a4ddcca2dc273d0d3c8f5c7aa5fff1875462a978b5933d13e8aa332ff80d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3311d9d8782dd17b9b44f0c36049d045ba7a6b812b2507323e4bb8b366a7010a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/37ff89b6ddbf2ab8b15d83acd319e5460a11c319dae3c54016dedeac294f9fe6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41bf2bf861a060ec7e625aaf1a90fb8efc9dd081795fe15a74cd877911d9c097/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4ae39095852ea5e6ab6b521d8e6a619033716240eb4e5341474ede8e1bd5655e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4db94b5e5e59a33ab2fa715db93932c6d162ec2dad961704a16ca11b92b6cce6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cf1ec474f707928b5ebb7eeec4f8e816bb26aa21f92fff95897b42a272fcdf1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b1a3cb2a2f7bf623bd43ebcfe31c7e3ed087012a83ecc76de09c80723357fb1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6bdbfce86072c29a267db3040eb37c67484a72a7024b1baad64aaf326fbe6a9b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8662aa0f8154ee1b6cda7df35aa38bc6131b38f7f600e7dadd808631da580455/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/91d983a0e1e0c88f6c5a6c9595bf52c9cbd11b5bacabec64d93f2542d83de3a3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b4a59d7f7249f1be73bfb498844e437791600585ef172e44d072471ea7266f9/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9d36d121989aa056eea0e66d5dab4d0c56d9890113d91805aa74e37aa80ba5b3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a514193966483b230355fe229906314cd4b2d8f54886c706e7d5d5857070caa5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a763b6b47c84a309cfbd4027256847dd96b00a3b3673f05740943836f7ff4d5e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b67f18d1f326397a6807e0a605056a38913252d1bf9b66a9ed3df668c825d671/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfe6437d4cebe699c672a82c8e826e764ef834512784194d71dddcd41e6d3a40/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c732fbd9d9b9eb89be5c3fddab0836bbfc7cdb2763f1a925a23329b094e4ff40/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d42142fbf8be5b053e4e3bbeca53dbaa20dd95f792f92e7b32aea93e447fc3e0/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db8665bdcbf07d5f5523382425e8b81e5da0de7a83e386071a1027458bf286b1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd8665c484db2f2d7a6e770e743414fcb4f154527447efc77b72bf5f4424e27a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/de42556107d8463b65673b0d9eda9ef316b9007e5e9c67ca7718885a0f6bd749/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f066d3cfc4f51ff79f7a744e573de50bdd1865ee5ffc9cb337474887f05a3e19/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1503df9946d325ac24315adfa2794d60b56b4a7b3e7a96d1b5235a29f50a090/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5d884fb376f4d07ecc9255efd762be53556585306f5272b7c09e7e7fd34c5c2/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fde48a3db7d4e79ee296993978d44843729f0bbca76cb19caba3ede3fb1facfa/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.0946944e+08 node_filesystem_size_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 1.02070272e+09 node_filesystem_size_bytes{device="/dev/sda3",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.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 4.698323185303552e+15 node_filesystem_size_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 4.698323185303552e+15 node_filesystem_size_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.18942852972544e+14 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/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.334011686912e+13 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06f06ae75d30d0f14f2aeb3b4f5fe5a078276bddca5f6e1996ceb3a174b147d3/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0705c05e5745b3a4a29ef2762a548b10ba4e1f09e36ab4acc7d15cef2f1e36d1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1248a4ddcca2dc273d0d3c8f5c7aa5fff1875462a978b5933d13e8aa332ff80d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3311d9d8782dd17b9b44f0c36049d045ba7a6b812b2507323e4bb8b366a7010a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/37ff89b6ddbf2ab8b15d83acd319e5460a11c319dae3c54016dedeac294f9fe6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41bf2bf861a060ec7e625aaf1a90fb8efc9dd081795fe15a74cd877911d9c097/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4ae39095852ea5e6ab6b521d8e6a619033716240eb4e5341474ede8e1bd5655e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4db94b5e5e59a33ab2fa715db93932c6d162ec2dad961704a16ca11b92b6cce6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cf1ec474f707928b5ebb7eeec4f8e816bb26aa21f92fff95897b42a272fcdf1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b1a3cb2a2f7bf623bd43ebcfe31c7e3ed087012a83ecc76de09c80723357fb1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6bdbfce86072c29a267db3040eb37c67484a72a7024b1baad64aaf326fbe6a9b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8662aa0f8154ee1b6cda7df35aa38bc6131b38f7f600e7dadd808631da580455/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/91d983a0e1e0c88f6c5a6c9595bf52c9cbd11b5bacabec64d93f2542d83de3a3/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b4a59d7f7249f1be73bfb498844e437791600585ef172e44d072471ea7266f9/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9d36d121989aa056eea0e66d5dab4d0c56d9890113d91805aa74e37aa80ba5b3/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a514193966483b230355fe229906314cd4b2d8f54886c706e7d5d5857070caa5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a763b6b47c84a309cfbd4027256847dd96b00a3b3673f05740943836f7ff4d5e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b67f18d1f326397a6807e0a605056a38913252d1bf9b66a9ed3df668c825d671/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfe6437d4cebe699c672a82c8e826e764ef834512784194d71dddcd41e6d3a40/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c732fbd9d9b9eb89be5c3fddab0836bbfc7cdb2763f1a925a23329b094e4ff40/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d42142fbf8be5b053e4e3bbeca53dbaa20dd95f792f92e7b32aea93e447fc3e0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db8665bdcbf07d5f5523382425e8b81e5da0de7a83e386071a1027458bf286b1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd8665c484db2f2d7a6e770e743414fcb4f154527447efc77b72bf5f4424e27a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/de42556107d8463b65673b0d9eda9ef316b9007e5e9c67ca7718885a0f6bd749/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f066d3cfc4f51ff79f7a744e573de50bdd1865ee5ffc9cb337474887f05a3e19/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1503df9946d325ac24315adfa2794d60b56b4a7b3e7a96d1b5235a29f50a090/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5d884fb376f4d07ecc9255efd762be53556585306f5272b7c09e7e7fd34c5c2/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fde48a3db7d4e79ee296993978d44843729f0bbca76cb19caba3ede3fb1facfa/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.08012453888e+11 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 5.4006222848e+10 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.3548401e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="pci0000:00_0000:00:18_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:19_3",chip_name="k10temp"} 1 # HELP node_hwmon_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"} 41 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 37.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp5"} 38.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp7"} 38 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp9"} 38.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp1"} 42.625 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp3"} 43.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp5"} 37 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp7"} 40.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp9"} 41.75 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 7.1100090519e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 6.95 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 10.72 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 10.34 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 5.4270046208e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 8.1962135552e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 2.7692089344e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 4.473225216e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 5.4777761792e+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.555556864e+11 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 9.5835025408e+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.70031130624e+11 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.53504079872e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 5.18617300992e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.9953622016e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 7.5792384e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 139264 # 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.01840896e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.24448940032e+11 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 3.23430531072e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.8009984e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.92331776e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.75887955968e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.11889637376e+11 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.40062261248e+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.65974016e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.72105472e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.6432959488e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.609504256e+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 2.82959872e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.9042463744e+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.44096256e+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 185 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 1.0499778e+07 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 9.79126e+06 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 263 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 131088 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 143080 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 5.00425886753e+11 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 7.5915998622e+11 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.84366549360154e+14 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 7.5526229663288e+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 22 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 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 6.5775619e+07 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 3 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 1.436805e+06 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 1.211099e+06 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 5.793303e+06 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 7518 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 3760 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.2360063245e+10 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 967098 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.6496079271e+10 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 5.277568e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1.3702323e+07 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 15 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 6 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 236 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 15 # 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 5.881723e+06 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 14907 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 7.320859e+06 # 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="cali046b54800e5"} 3 node_network_address_assign_type{device="cali2a9213fb429"} 3 node_network_address_assign_type{device="cali2cba6a5a71b"} 3 node_network_address_assign_type{device="cali44f75276c85"} 3 node_network_address_assign_type{device="calid8eadb6664e"} 3 node_network_address_assign_type{device="calif0588163608"} 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="cali046b54800e5"} 1 node_network_carrier{device="cali2a9213fb429"} 1 node_network_carrier{device="cali2cba6a5a71b"} 1 node_network_carrier{device="cali44f75276c85"} 1 node_network_carrier{device="calid8eadb6664e"} 1 node_network_carrier{device="calif0588163608"} 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="cali046b54800e5"} 2 node_network_carrier_changes_total{device="cali2a9213fb429"} 2 node_network_carrier_changes_total{device="cali2cba6a5a71b"} 2 node_network_carrier_changes_total{device="cali44f75276c85"} 2 node_network_carrier_changes_total{device="calid8eadb6664e"} 2 node_network_carrier_changes_total{device="calif0588163608"} 2 node_network_carrier_changes_total{device="docker0"} 3 node_network_carrier_changes_total{device="eno1"} 1 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="cali046b54800e5"} 1 node_network_carrier_down_changes_total{device="cali2a9213fb429"} 1 node_network_carrier_down_changes_total{device="cali2cba6a5a71b"} 1 node_network_carrier_down_changes_total{device="cali44f75276c85"} 1 node_network_carrier_down_changes_total{device="calid8eadb6664e"} 1 node_network_carrier_down_changes_total{device="calif0588163608"} 1 node_network_carrier_down_changes_total{device="docker0"} 2 node_network_carrier_down_changes_total{device="eno1"} 0 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="cali046b54800e5"} 1 node_network_carrier_up_changes_total{device="cali2a9213fb429"} 1 node_network_carrier_up_changes_total{device="cali2cba6a5a71b"} 1 node_network_carrier_up_changes_total{device="cali44f75276c85"} 1 node_network_carrier_up_changes_total{device="calid8eadb6664e"} 1 node_network_carrier_up_changes_total{device="calif0588163608"} 1 node_network_carrier_up_changes_total{device="docker0"} 1 node_network_carrier_up_changes_total{device="eno1"} 1 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="cali046b54800e5"} 0 node_network_device_id{device="cali2a9213fb429"} 0 node_network_device_id{device="cali2cba6a5a71b"} 0 node_network_device_id{device="cali44f75276c85"} 0 node_network_device_id{device="calid8eadb6664e"} 0 node_network_device_id{device="calif0588163608"} 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="cali046b54800e5"} 0 node_network_dormant{device="cali2a9213fb429"} 0 node_network_dormant{device="cali2cba6a5a71b"} 0 node_network_dormant{device="cali44f75276c85"} 0 node_network_dormant{device="calid8eadb6664e"} 0 node_network_dormant{device="calif0588163608"} 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="cali046b54800e5"} 4099 node_network_flags{device="cali2a9213fb429"} 4099 node_network_flags{device="cali2cba6a5a71b"} 4099 node_network_flags{device="cali44f75276c85"} 4099 node_network_flags{device="calid8eadb6664e"} 4099 node_network_flags{device="calif0588163608"} 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="cali046b54800e5"} 9 node_network_iface_id{device="cali2a9213fb429"} 12 node_network_iface_id{device="cali2cba6a5a71b"} 13 node_network_iface_id{device="cali44f75276c85"} 10 node_network_iface_id{device="calid8eadb6664e"} 11 node_network_iface_id{device="calif0588163608"} 22 node_network_iface_id{device="docker0"} 40 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="cali046b54800e5"} 2 node_network_iface_link{device="cali2a9213fb429"} 2 node_network_iface_link{device="cali2cba6a5a71b"} 2 node_network_iface_link{device="cali44f75276c85"} 2 node_network_iface_link{device="calid8eadb6664e"} 2 node_network_iface_link{device="calif0588163608"} 2 node_network_iface_link{device="docker0"} 40 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="cali046b54800e5"} 0 node_network_iface_link_mode{device="cali2a9213fb429"} 0 node_network_iface_link_mode{device="cali2cba6a5a71b"} 0 node_network_iface_link_mode{device="cali44f75276c85"} 0 node_network_iface_link_mode{device="calid8eadb6664e"} 0 node_network_iface_link_mode{device="calif0588163608"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eno1"} 0 node_network_iface_link_mode{device="eno2"} 0 node_network_iface_link_mode{device="eno33np0"} 0 node_network_iface_link_mode{device="eno33np0.3604"} 0 node_network_iface_link_mode{device="eno34np1"} 0 node_network_iface_link_mode{device="lo"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="c4:5a:b1:ab:86:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c4:5a:b1:ab:86:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno2",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="d2:32:ca:61:28:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",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="cali046b54800e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali2a9213fb429",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali2cba6a5a71b",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="cali44f75276c85",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="calid8eadb6664e",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="calif0588163608",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="cali046b54800e5"} 1500 node_network_mtu_bytes{device="cali2a9213fb429"} 1500 node_network_mtu_bytes{device="cali2cba6a5a71b"} 1500 node_network_mtu_bytes{device="cali44f75276c85"} 1500 node_network_mtu_bytes{device="calid8eadb6664e"} 1500 node_network_mtu_bytes{device="calif0588163608"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eno1"} 1500 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="cali046b54800e5"} 3 node_network_name_assign_type{device="cali2a9213fb429"} 3 node_network_name_assign_type{device="cali2cba6a5a71b"} 3 node_network_name_assign_type{device="cali44f75276c85"} 3 node_network_name_assign_type{device="calid8eadb6664e"} 3 node_network_name_assign_type{device="calif0588163608"} 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="cali046b54800e5"} 0 node_network_net_dev_group{device="cali2a9213fb429"} 0 node_network_net_dev_group{device="cali2cba6a5a71b"} 0 node_network_net_dev_group{device="cali44f75276c85"} 0 node_network_net_dev_group{device="calid8eadb6664e"} 0 node_network_net_dev_group{device="calif0588163608"} 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="cali046b54800e5"} 1 node_network_protocol_type{device="cali2a9213fb429"} 1 node_network_protocol_type{device="cali2cba6a5a71b"} 1 node_network_protocol_type{device="cali44f75276c85"} 1 node_network_protocol_type{device="calid8eadb6664e"} 1 node_network_protocol_type{device="calif0588163608"} 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="cali046b54800e5"} 2.4940222e+08 node_network_receive_bytes_total{device="cali2a9213fb429"} 24640 node_network_receive_bytes_total{device="cali2cba6a5a71b"} 3.5545683e+07 node_network_receive_bytes_total{device="cali44f75276c85"} 2.82635648e+09 node_network_receive_bytes_total{device="calid8eadb6664e"} 3.00394854e+08 node_network_receive_bytes_total{device="calif0588163608"} 1.79146247e+08 node_network_receive_bytes_total{device="docker0"} 28 node_network_receive_bytes_total{device="eno1"} 1.417811646e+09 node_network_receive_bytes_total{device="eno2"} 0 node_network_receive_bytes_total{device="eno33np0"} 1.85635171600708e+14 node_network_receive_bytes_total{device="eno33np0.3604"} 1.84383571718377e+14 node_network_receive_bytes_total{device="eno34np1"} 0 node_network_receive_bytes_total{device="lo"} 4.62083739747e+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="cali046b54800e5"} 0 node_network_receive_compressed_total{device="cali2a9213fb429"} 0 node_network_receive_compressed_total{device="cali2cba6a5a71b"} 0 node_network_receive_compressed_total{device="cali44f75276c85"} 0 node_network_receive_compressed_total{device="calid8eadb6664e"} 0 node_network_receive_compressed_total{device="calif0588163608"} 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="cali046b54800e5"} 0 node_network_receive_drop_total{device="cali2a9213fb429"} 0 node_network_receive_drop_total{device="cali2cba6a5a71b"} 0 node_network_receive_drop_total{device="cali44f75276c85"} 0 node_network_receive_drop_total{device="calid8eadb6664e"} 0 node_network_receive_drop_total{device="calif0588163608"} 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"} 60655 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="cali046b54800e5"} 0 node_network_receive_errs_total{device="cali2a9213fb429"} 0 node_network_receive_errs_total{device="cali2cba6a5a71b"} 0 node_network_receive_errs_total{device="cali44f75276c85"} 0 node_network_receive_errs_total{device="calid8eadb6664e"} 0 node_network_receive_errs_total{device="calif0588163608"} 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="cali046b54800e5"} 0 node_network_receive_fifo_total{device="cali2a9213fb429"} 0 node_network_receive_fifo_total{device="cali2cba6a5a71b"} 0 node_network_receive_fifo_total{device="cali44f75276c85"} 0 node_network_receive_fifo_total{device="calid8eadb6664e"} 0 node_network_receive_fifo_total{device="calif0588163608"} 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="cali046b54800e5"} 0 node_network_receive_frame_total{device="cali2a9213fb429"} 0 node_network_receive_frame_total{device="cali2cba6a5a71b"} 0 node_network_receive_frame_total{device="cali44f75276c85"} 0 node_network_receive_frame_total{device="calid8eadb6664e"} 0 node_network_receive_frame_total{device="calif0588163608"} 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="cali046b54800e5"} 0 node_network_receive_multicast_total{device="cali2a9213fb429"} 0 node_network_receive_multicast_total{device="cali2cba6a5a71b"} 0 node_network_receive_multicast_total{device="cali44f75276c85"} 0 node_network_receive_multicast_total{device="calid8eadb6664e"} 0 node_network_receive_multicast_total{device="calif0588163608"} 0 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="eno1"} 1.2213097e+07 node_network_receive_multicast_total{device="eno2"} 0 node_network_receive_multicast_total{device="eno33np0"} 917126 node_network_receive_multicast_total{device="eno33np0.3604"} 510865 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="cali046b54800e5"} 0 node_network_receive_nohandler_total{device="cali2a9213fb429"} 0 node_network_receive_nohandler_total{device="cali2cba6a5a71b"} 0 node_network_receive_nohandler_total{device="cali44f75276c85"} 0 node_network_receive_nohandler_total{device="calid8eadb6664e"} 0 node_network_receive_nohandler_total{device="calif0588163608"} 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="cali046b54800e5"} 1.463899e+06 node_network_receive_packets_total{device="cali2a9213fb429"} 350 node_network_receive_packets_total{device="cali2cba6a5a71b"} 285356 node_network_receive_packets_total{device="cali44f75276c85"} 3.1884106e+07 node_network_receive_packets_total{device="calid8eadb6664e"} 3.069869e+06 node_network_receive_packets_total{device="calif0588163608"} 1.805755e+06 node_network_receive_packets_total{device="docker0"} 1 node_network_receive_packets_total{device="eno1"} 1.3049796e+07 node_network_receive_packets_total{device="eno2"} 0 node_network_receive_packets_total{device="eno33np0"} 2.7227814772e+10 node_network_receive_packets_total{device="eno33np0.3604"} 1.2620227677e+10 node_network_receive_packets_total{device="eno34np1"} 0 node_network_receive_packets_total{device="lo"} 2.455317e+07 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="cali046b54800e5"} 1.25e+09 node_network_speed_bytes{device="cali2a9213fb429"} 1.25e+09 node_network_speed_bytes{device="cali2cba6a5a71b"} 1.25e+09 node_network_speed_bytes{device="cali44f75276c85"} 1.25e+09 node_network_speed_bytes{device="calid8eadb6664e"} 1.25e+09 node_network_speed_bytes{device="calif0588163608"} 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="cali046b54800e5"} 1.572801427e+09 node_network_transmit_bytes_total{device="cali2a9213fb429"} 1.1065447e+07 node_network_transmit_bytes_total{device="cali2cba6a5a71b"} 2.7552907e+07 node_network_transmit_bytes_total{device="cali44f75276c85"} 1.14243295068e+11 node_network_transmit_bytes_total{device="calid8eadb6664e"} 4.64538008e+08 node_network_transmit_bytes_total{device="calif0588163608"} 1.86725059e+08 node_network_transmit_bytes_total{device="docker0"} 346 node_network_transmit_bytes_total{device="eno1"} 1.403459e+07 node_network_transmit_bytes_total{device="eno2"} 0 node_network_transmit_bytes_total{device="eno33np0"} 7.580472496356e+13 node_network_transmit_bytes_total{device="eno33np0.3604"} 7.5274751071345e+13 node_network_transmit_bytes_total{device="eno34np1"} 0 node_network_transmit_bytes_total{device="lo"} 4.62083739747e+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="cali046b54800e5"} 0 node_network_transmit_carrier_total{device="cali2a9213fb429"} 0 node_network_transmit_carrier_total{device="cali2cba6a5a71b"} 0 node_network_transmit_carrier_total{device="cali44f75276c85"} 0 node_network_transmit_carrier_total{device="calid8eadb6664e"} 0 node_network_transmit_carrier_total{device="calif0588163608"} 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="cali046b54800e5"} 0 node_network_transmit_colls_total{device="cali2a9213fb429"} 0 node_network_transmit_colls_total{device="cali2cba6a5a71b"} 0 node_network_transmit_colls_total{device="cali44f75276c85"} 0 node_network_transmit_colls_total{device="calid8eadb6664e"} 0 node_network_transmit_colls_total{device="calif0588163608"} 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="cali046b54800e5"} 0 node_network_transmit_compressed_total{device="cali2a9213fb429"} 0 node_network_transmit_compressed_total{device="cali2cba6a5a71b"} 0 node_network_transmit_compressed_total{device="cali44f75276c85"} 0 node_network_transmit_compressed_total{device="calid8eadb6664e"} 0 node_network_transmit_compressed_total{device="calif0588163608"} 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="cali046b54800e5"} 0 node_network_transmit_drop_total{device="cali2a9213fb429"} 0 node_network_transmit_drop_total{device="cali2cba6a5a71b"} 0 node_network_transmit_drop_total{device="cali44f75276c85"} 0 node_network_transmit_drop_total{device="calid8eadb6664e"} 0 node_network_transmit_drop_total{device="calif0588163608"} 0 node_network_transmit_drop_total{device="docker0"} 0 node_network_transmit_drop_total{device="eno1"} 0 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="cali046b54800e5"} 0 node_network_transmit_errs_total{device="cali2a9213fb429"} 0 node_network_transmit_errs_total{device="cali2cba6a5a71b"} 0 node_network_transmit_errs_total{device="cali44f75276c85"} 0 node_network_transmit_errs_total{device="calid8eadb6664e"} 0 node_network_transmit_errs_total{device="calif0588163608"} 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="cali046b54800e5"} 0 node_network_transmit_fifo_total{device="cali2a9213fb429"} 0 node_network_transmit_fifo_total{device="cali2cba6a5a71b"} 0 node_network_transmit_fifo_total{device="cali44f75276c85"} 0 node_network_transmit_fifo_total{device="calid8eadb6664e"} 0 node_network_transmit_fifo_total{device="calif0588163608"} 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="cali046b54800e5"} 1.403602e+06 node_network_transmit_packets_total{device="cali2a9213fb429"} 41447 node_network_transmit_packets_total{device="cali2cba6a5a71b"} 285563 node_network_transmit_packets_total{device="cali44f75276c85"} 3.4067876e+07 node_network_transmit_packets_total{device="calid8eadb6664e"} 2.622632e+06 node_network_transmit_packets_total{device="calif0588163608"} 2.059824e+06 node_network_transmit_packets_total{device="docker0"} 3 node_network_transmit_packets_total{device="eno1"} 67231 node_network_transmit_packets_total{device="eno2"} 0 node_network_transmit_packets_total{device="eno33np0"} 1.6678213889e+10 node_network_transmit_packets_total{device="eno33np0.3604"} 9.767086325e+09 node_network_transmit_packets_total{device="eno34np1"} 0 node_network_transmit_packets_total{device="lo"} 2.455317e+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="cali046b54800e5"} 1000 node_network_transmit_queue_length{device="cali2a9213fb429"} 1000 node_network_transmit_queue_length{device="cali2cba6a5a71b"} 1000 node_network_transmit_queue_length{device="cali44f75276c85"} 1000 node_network_transmit_queue_length{device="calid8eadb6664e"} 1000 node_network_transmit_queue_length{device="calif0588163608"} 1000 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eno1"} 1000 node_network_transmit_queue_length{device="eno2"} 1000 node_network_transmit_queue_length{device="eno33np0"} 1000 node_network_transmit_queue_length{device="eno33np0.3604"} 1000 node_network_transmit_queue_length{device="eno34np1"} 1000 node_network_transmit_queue_length{device="lo"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="cali046b54800e5"} 1 node_network_up{device="cali2a9213fb429"} 1 node_network_up{device="cali2cba6a5a71b"} 1 node_network_up{device="cali44f75276c85"} 1 node_network_up{device="calid8eadb6664e"} 1 node_network_up{device="calif0588163608"} 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 9149 # 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 7356 # 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 47790 # 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 7356 # 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 63938 # 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"} 1.616352e+06 node_nfs_requests_total{method="Allocate",proto="4"} 0 node_nfs_requests_total{method="BindConnToSession",proto="4"} 0 node_nfs_requests_total{method="Clone",proto="4"} 1 node_nfs_requests_total{method="Close",proto="4"} 2.815894e+06 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 5831 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"} 1735 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"} 1.420022e+06 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"} 4 node_nfs_requests_total{method="FreeStateID",proto="4"} 851 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 8 node_nfs_requests_total{method="FsLocations",proto="4"} 0 node_nfs_requests_total{method="FsStat",proto="2"} 0 node_nfs_requests_total{method="FsStat",proto="3"} 0 node_nfs_requests_total{method="FsidPresent",proto="4"} 0 node_nfs_requests_total{method="GetACL",proto="4"} 0 node_nfs_requests_total{method="GetAttr",proto="2"} 0 node_nfs_requests_total{method="GetAttr",proto="3"} 0 node_nfs_requests_total{method="GetDeviceInfo",proto="4"} 0 node_nfs_requests_total{method="GetDeviceList",proto="4"} 0 node_nfs_requests_total{method="GetLeaseTime",proto="4"} 0 node_nfs_requests_total{method="Getattr",proto="4"} 2.291005e+06 node_nfs_requests_total{method="LayoutCommit",proto="4"} 0 node_nfs_requests_total{method="LayoutGet",proto="4"} 0 node_nfs_requests_total{method="LayoutReturn",proto="4"} 0 node_nfs_requests_total{method="LayoutStats",proto="4"} 0 node_nfs_requests_total{method="Link",proto="2"} 0 node_nfs_requests_total{method="Link",proto="3"} 0 node_nfs_requests_total{method="Link",proto="4"} 0 node_nfs_requests_total{method="Lock",proto="4"} 862 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 851 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"} 2.688247e+06 node_nfs_requests_total{method="LookupRoot",proto="4"} 2 node_nfs_requests_total{method="MkDir",proto="2"} 0 node_nfs_requests_total{method="MkDir",proto="3"} 0 node_nfs_requests_total{method="MkNod",proto="3"} 0 node_nfs_requests_total{method="Null",proto="2"} 0 node_nfs_requests_total{method="Null",proto="3"} 0 node_nfs_requests_total{method="Null",proto="4"} 2 node_nfs_requests_total{method="Open",proto="4"} 736396 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 0 node_nfs_requests_total{method="OpenNoattr",proto="4"} 2.115326e+06 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 6 node_nfs_requests_total{method="Read",proto="2"} 0 node_nfs_requests_total{method="Read",proto="3"} 0 node_nfs_requests_total{method="Read",proto="4"} 779837 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"} 5471 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"} 363 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"} 673908 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"} 1190 node_nfs_requests_total{method="Renew",proto="4"} 0 node_nfs_requests_total{method="RmDir",proto="2"} 0 node_nfs_requests_total{method="RmDir",proto="3"} 0 node_nfs_requests_total{method="Root",proto="2"} 0 node_nfs_requests_total{method="Secinfo",proto="4"} 0 node_nfs_requests_total{method="SecinfoNoName",proto="4"} 2 node_nfs_requests_total{method="Seek",proto="4"} 127737 node_nfs_requests_total{method="Sequence",proto="4"} 0 node_nfs_requests_total{method="ServerCaps",proto="4"} 14 node_nfs_requests_total{method="SetACL",proto="4"} 0 node_nfs_requests_total{method="SetAttr",proto="2"} 0 node_nfs_requests_total{method="SetAttr",proto="3"} 0 node_nfs_requests_total{method="SetClientID",proto="4"} 0 node_nfs_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfs_requests_total{method="Setattr",proto="4"} 2.673123e+06 node_nfs_requests_total{method="StatFs",proto="4"} 177619 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"} 84 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"} 1.388924e+06 # HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. # TYPE node_nfs_rpc_authentication_refreshes_total counter node_nfs_rpc_authentication_refreshes_total 1.9521454e+07 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 0 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 1.9521145e+07 # HELP node_nvme_info Non-numeric data from /sys/class/nvme/, value is always 1. # TYPE node_nvme_info gauge node_nvme_info{device="nvme0",firmware_revision="5B2QGXA7",model="Samsung SSD 980 PRO 1TB",serial="S5P2NG0R108608Y",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="3B2QGXA7",model="Samsung SSD 980 PRO 1TB",serial="S5P2NG0R731188F",state="live"} 1 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="almalinux",id_like="rhel centos fedora",image_id="",image_version="",name="AlmaLinux",pretty_name="AlmaLinux 9.6 (Sage Margay)",variant="",variant_id="",version="9.6 (Sage Margay)",version_codename="",version_id="9.6"} 1 # HELP node_os_support_end_timestamp_seconds Metric containing the end-of-life date timestamp of the OS. # TYPE node_os_support_end_timestamp_seconds gauge node_os_support_end_timestamp_seconds 1.9696608e+09 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="almalinux",id_like="rhel centos fedora",name="AlmaLinux"} 9.6 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 4 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 75925.025193366 node_schedstat_running_seconds_total{cpu="1"} 93282.021965236 node_schedstat_running_seconds_total{cpu="10"} 94895.126901396 node_schedstat_running_seconds_total{cpu="11"} 99890.866559709 node_schedstat_running_seconds_total{cpu="12"} 131855.425112396 node_schedstat_running_seconds_total{cpu="13"} 98494.350583374 node_schedstat_running_seconds_total{cpu="14"} 105033.521991108 node_schedstat_running_seconds_total{cpu="15"} 129274.138850505 node_schedstat_running_seconds_total{cpu="16"} 97086.519466909 node_schedstat_running_seconds_total{cpu="17"} 95060.899692668 node_schedstat_running_seconds_total{cpu="18"} 145522.164084442 node_schedstat_running_seconds_total{cpu="19"} 97164.832853194 node_schedstat_running_seconds_total{cpu="2"} 95346.858373317 node_schedstat_running_seconds_total{cpu="20"} 95603.252619961 node_schedstat_running_seconds_total{cpu="21"} 144964.435367557 node_schedstat_running_seconds_total{cpu="22"} 95633.806115656 node_schedstat_running_seconds_total{cpu="23"} 94536.970036636 node_schedstat_running_seconds_total{cpu="24"} 131990.076174429 node_schedstat_running_seconds_total{cpu="25"} 107481.608479257 node_schedstat_running_seconds_total{cpu="26"} 101781.357735331 node_schedstat_running_seconds_total{cpu="27"} 118625.275227347 node_schedstat_running_seconds_total{cpu="28"} 94028.333986139 node_schedstat_running_seconds_total{cpu="29"} 93998.217222239 node_schedstat_running_seconds_total{cpu="3"} 145323.794633791 node_schedstat_running_seconds_total{cpu="30"} 115916.447614118 node_schedstat_running_seconds_total{cpu="31"} 92540.718973489 node_schedstat_running_seconds_total{cpu="32"} 91897.318622188 node_schedstat_running_seconds_total{cpu="33"} 118363.030775224 node_schedstat_running_seconds_total{cpu="34"} 90909.710254537 node_schedstat_running_seconds_total{cpu="35"} 91187.166964367 node_schedstat_running_seconds_total{cpu="36"} 109278.32090342 node_schedstat_running_seconds_total{cpu="37"} 89204.713366588 node_schedstat_running_seconds_total{cpu="38"} 86120.769597743 node_schedstat_running_seconds_total{cpu="39"} 113823.945413895 node_schedstat_running_seconds_total{cpu="4"} 101781.643805813 node_schedstat_running_seconds_total{cpu="40"} 92941.838693231 node_schedstat_running_seconds_total{cpu="41"} 91848.821601779 node_schedstat_running_seconds_total{cpu="42"} 113859.196370946 node_schedstat_running_seconds_total{cpu="43"} 92593.723876524 node_schedstat_running_seconds_total{cpu="44"} 90141.265880961 node_schedstat_running_seconds_total{cpu="45"} 112338.189639343 node_schedstat_running_seconds_total{cpu="46"} 93886.345083344 node_schedstat_running_seconds_total{cpu="47"} 91861.567357822 node_schedstat_running_seconds_total{cpu="48"} 126155.477489755 node_schedstat_running_seconds_total{cpu="49"} 103238.168500217 node_schedstat_running_seconds_total{cpu="5"} 104199.626627922 node_schedstat_running_seconds_total{cpu="50"} 96640.250612295 node_schedstat_running_seconds_total{cpu="51"} 123931.748181203 node_schedstat_running_seconds_total{cpu="52"} 102751.046932335 node_schedstat_running_seconds_total{cpu="53"} 106188.870401485 node_schedstat_running_seconds_total{cpu="54"} 122423.036172024 node_schedstat_running_seconds_total{cpu="55"} 106214.285219046 node_schedstat_running_seconds_total{cpu="56"} 102409.142415821 node_schedstat_running_seconds_total{cpu="57"} 123581.555752683 node_schedstat_running_seconds_total{cpu="58"} 97698.050935625 node_schedstat_running_seconds_total{cpu="59"} 113805.693950767 node_schedstat_running_seconds_total{cpu="6"} 126093.732522539 node_schedstat_running_seconds_total{cpu="60"} 115711.381655985 node_schedstat_running_seconds_total{cpu="61"} 98773.571619552 node_schedstat_running_seconds_total{cpu="62"} 89615.883476435 node_schedstat_running_seconds_total{cpu="63"} 120486.23151375 node_schedstat_running_seconds_total{cpu="64"} 111570.691107033 node_schedstat_running_seconds_total{cpu="65"} 107664.721985664 node_schedstat_running_seconds_total{cpu="66"} 128787.858296743 node_schedstat_running_seconds_total{cpu="67"} 102439.2788557 node_schedstat_running_seconds_total{cpu="68"} 116859.884991109 node_schedstat_running_seconds_total{cpu="69"} 124631.993733903 node_schedstat_running_seconds_total{cpu="7"} 108744.108812244 node_schedstat_running_seconds_total{cpu="70"} 104756.497095432 node_schedstat_running_seconds_total{cpu="71"} 121394.683052857 node_schedstat_running_seconds_total{cpu="72"} 109133.086967619 node_schedstat_running_seconds_total{cpu="73"} 100389.057427665 node_schedstat_running_seconds_total{cpu="74"} 100980.955115525 node_schedstat_running_seconds_total{cpu="75"} 109452.335982788 node_schedstat_running_seconds_total{cpu="76"} 96293.002115611 node_schedstat_running_seconds_total{cpu="77"} 98319.162993107 node_schedstat_running_seconds_total{cpu="78"} 109146.878376746 node_schedstat_running_seconds_total{cpu="79"} 99688.663716647 node_schedstat_running_seconds_total{cpu="8"} 94261.007573444 node_schedstat_running_seconds_total{cpu="80"} 102518.806455899 node_schedstat_running_seconds_total{cpu="81"} 104475.100036942 node_schedstat_running_seconds_total{cpu="82"} 100504.317152055 node_schedstat_running_seconds_total{cpu="83"} 93987.71616238 node_schedstat_running_seconds_total{cpu="84"} 105183.478748964 node_schedstat_running_seconds_total{cpu="85"} 93954.74029807 node_schedstat_running_seconds_total{cpu="86"} 133603.332370347 node_schedstat_running_seconds_total{cpu="87"} 107752.145210433 node_schedstat_running_seconds_total{cpu="88"} 95885.300074821 node_schedstat_running_seconds_total{cpu="89"} 94716.965000278 node_schedstat_running_seconds_total{cpu="9"} 134273.493746428 node_schedstat_running_seconds_total{cpu="90"} 103307.085098243 node_schedstat_running_seconds_total{cpu="91"} 95873.058301503 node_schedstat_running_seconds_total{cpu="92"} 108027.9244302 node_schedstat_running_seconds_total{cpu="93"} 111230.925428997 node_schedstat_running_seconds_total{cpu="94"} 93705.279058822 node_schedstat_running_seconds_total{cpu="95"} 110453.917462108 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 4.35677664e+08 node_schedstat_timeslices_total{cpu="1"} 4.59547105e+08 node_schedstat_timeslices_total{cpu="10"} 4.9084373e+08 node_schedstat_timeslices_total{cpu="11"} 5.93363525e+08 node_schedstat_timeslices_total{cpu="12"} 4.88827048e+08 node_schedstat_timeslices_total{cpu="13"} 4.91079535e+08 node_schedstat_timeslices_total{cpu="14"} 4.83882978e+08 node_schedstat_timeslices_total{cpu="15"} 4.98480874e+08 node_schedstat_timeslices_total{cpu="16"} 5.03242753e+08 node_schedstat_timeslices_total{cpu="17"} 4.92882128e+08 node_schedstat_timeslices_total{cpu="18"} 4.61387245e+08 node_schedstat_timeslices_total{cpu="19"} 4.66158338e+08 node_schedstat_timeslices_total{cpu="2"} 4.66605252e+08 node_schedstat_timeslices_total{cpu="20"} 4.79793287e+08 node_schedstat_timeslices_total{cpu="21"} 4.64249936e+08 node_schedstat_timeslices_total{cpu="22"} 4.70129089e+08 node_schedstat_timeslices_total{cpu="23"} 4.75103438e+08 node_schedstat_timeslices_total{cpu="24"} 4.91282202e+08 node_schedstat_timeslices_total{cpu="25"} 4.95488393e+08 node_schedstat_timeslices_total{cpu="26"} 4.77874719e+08 node_schedstat_timeslices_total{cpu="27"} 4.25863452e+08 node_schedstat_timeslices_total{cpu="28"} 4.36811477e+08 node_schedstat_timeslices_total{cpu="29"} 4.36781635e+08 node_schedstat_timeslices_total{cpu="3"} 5.05195204e+08 node_schedstat_timeslices_total{cpu="30"} 4.37480187e+08 node_schedstat_timeslices_total{cpu="31"} 4.38070783e+08 node_schedstat_timeslices_total{cpu="32"} 4.39736753e+08 node_schedstat_timeslices_total{cpu="33"} 4.26089728e+08 node_schedstat_timeslices_total{cpu="34"} 4.38526829e+08 node_schedstat_timeslices_total{cpu="35"} 4.37450098e+08 node_schedstat_timeslices_total{cpu="36"} 4.32390026e+08 node_schedstat_timeslices_total{cpu="37"} 4.35872173e+08 node_schedstat_timeslices_total{cpu="38"} 4.36531856e+08 node_schedstat_timeslices_total{cpu="39"} 4.29784431e+08 node_schedstat_timeslices_total{cpu="4"} 5.01436728e+08 node_schedstat_timeslices_total{cpu="40"} 4.31261162e+08 node_schedstat_timeslices_total{cpu="41"} 4.31439903e+08 node_schedstat_timeslices_total{cpu="42"} 4.27710663e+08 node_schedstat_timeslices_total{cpu="43"} 4.31210704e+08 node_schedstat_timeslices_total{cpu="44"} 4.34325989e+08 node_schedstat_timeslices_total{cpu="45"} 4.2299864e+08 node_schedstat_timeslices_total{cpu="46"} 4.33100298e+08 node_schedstat_timeslices_total{cpu="47"} 4.35194927e+08 node_schedstat_timeslices_total{cpu="48"} 5.87072807e+08 node_schedstat_timeslices_total{cpu="49"} 5.26918215e+08 node_schedstat_timeslices_total{cpu="5"} 5.97520867e+08 node_schedstat_timeslices_total{cpu="50"} 4.81359995e+08 node_schedstat_timeslices_total{cpu="51"} 6.2909635e+08 node_schedstat_timeslices_total{cpu="52"} 5.61778565e+08 node_schedstat_timeslices_total{cpu="53"} 5.25820738e+08 node_schedstat_timeslices_total{cpu="54"} 5.27663824e+08 node_schedstat_timeslices_total{cpu="55"} 5.16007453e+08 node_schedstat_timeslices_total{cpu="56"} 5.10980445e+08 node_schedstat_timeslices_total{cpu="57"} 5.39942083e+08 node_schedstat_timeslices_total{cpu="58"} 5.19904916e+08 node_schedstat_timeslices_total{cpu="59"} 4.84624038e+08 node_schedstat_timeslices_total{cpu="6"} 5.82095581e+08 node_schedstat_timeslices_total{cpu="60"} 4.86492296e+08 node_schedstat_timeslices_total{cpu="61"} 4.83281952e+08 node_schedstat_timeslices_total{cpu="62"} 5.23808634e+08 node_schedstat_timeslices_total{cpu="63"} 5.89515205e+08 node_schedstat_timeslices_total{cpu="64"} 5.91395472e+08 node_schedstat_timeslices_total{cpu="65"} 5.38423097e+08 node_schedstat_timeslices_total{cpu="66"} 4.73201236e+08 node_schedstat_timeslices_total{cpu="67"} 4.84306073e+08 node_schedstat_timeslices_total{cpu="68"} 4.71002265e+08 node_schedstat_timeslices_total{cpu="69"} 4.7392196e+08 node_schedstat_timeslices_total{cpu="7"} 5.8387729e+08 node_schedstat_timeslices_total{cpu="70"} 4.84726755e+08 node_schedstat_timeslices_total{cpu="71"} 4.77244341e+08 node_schedstat_timeslices_total{cpu="72"} 4.65263392e+08 node_schedstat_timeslices_total{cpu="73"} 4.66275089e+08 node_schedstat_timeslices_total{cpu="74"} 4.67076318e+08 node_schedstat_timeslices_total{cpu="75"} 4.41147112e+08 node_schedstat_timeslices_total{cpu="76"} 4.38467726e+08 node_schedstat_timeslices_total{cpu="77"} 4.39461186e+08 node_schedstat_timeslices_total{cpu="78"} 4.41374466e+08 node_schedstat_timeslices_total{cpu="79"} 4.6408436e+08 node_schedstat_timeslices_total{cpu="8"} 5.75850098e+08 node_schedstat_timeslices_total{cpu="80"} 4.51182901e+08 node_schedstat_timeslices_total{cpu="81"} 4.48796089e+08 node_schedstat_timeslices_total{cpu="82"} 4.36771687e+08 node_schedstat_timeslices_total{cpu="83"} 4.4432263e+08 node_schedstat_timeslices_total{cpu="84"} 4.36038776e+08 node_schedstat_timeslices_total{cpu="85"} 4.44035656e+08 node_schedstat_timeslices_total{cpu="86"} 4.30589453e+08 node_schedstat_timeslices_total{cpu="87"} 4.36968748e+08 node_schedstat_timeslices_total{cpu="88"} 4.36011196e+08 node_schedstat_timeslices_total{cpu="89"} 4.40286117e+08 node_schedstat_timeslices_total{cpu="9"} 4.83559743e+08 node_schedstat_timeslices_total{cpu="90"} 4.39896972e+08 node_schedstat_timeslices_total{cpu="91"} 4.37918756e+08 node_schedstat_timeslices_total{cpu="92"} 4.31464754e+08 node_schedstat_timeslices_total{cpu="93"} 4.31834664e+08 node_schedstat_timeslices_total{cpu="94"} 4.37027132e+08 node_schedstat_timeslices_total{cpu="95"} 4.37283775e+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"} 31316.542031608 node_schedstat_waiting_seconds_total{cpu="1"} 44260.920096182 node_schedstat_waiting_seconds_total{cpu="10"} 35254.55850563 node_schedstat_waiting_seconds_total{cpu="11"} 27124.337447321 node_schedstat_waiting_seconds_total{cpu="12"} 42702.917136351 node_schedstat_waiting_seconds_total{cpu="13"} 41886.958988692 node_schedstat_waiting_seconds_total{cpu="14"} 30529.836925786 node_schedstat_waiting_seconds_total{cpu="15"} 34097.608475422 node_schedstat_waiting_seconds_total{cpu="16"} 33313.335476755 node_schedstat_waiting_seconds_total{cpu="17"} 41991.070706609 node_schedstat_waiting_seconds_total{cpu="18"} 40021.74466997 node_schedstat_waiting_seconds_total{cpu="19"} 41135.778506392 node_schedstat_waiting_seconds_total{cpu="2"} 44662.069235341 node_schedstat_waiting_seconds_total{cpu="20"} 42786.065518094 node_schedstat_waiting_seconds_total{cpu="21"} 39322.603615706 node_schedstat_waiting_seconds_total{cpu="22"} 40355.953533927 node_schedstat_waiting_seconds_total{cpu="23"} 40207.028826951 node_schedstat_waiting_seconds_total{cpu="24"} 26339.631514991 node_schedstat_waiting_seconds_total{cpu="25"} 29569.180122613 node_schedstat_waiting_seconds_total{cpu="26"} 31019.197213144 node_schedstat_waiting_seconds_total{cpu="27"} 38824.923853621 node_schedstat_waiting_seconds_total{cpu="28"} 39295.40830255 node_schedstat_waiting_seconds_total{cpu="29"} 38924.407982253 node_schedstat_waiting_seconds_total{cpu="3"} 35075.349915532 node_schedstat_waiting_seconds_total{cpu="30"} 40754.844675287 node_schedstat_waiting_seconds_total{cpu="31"} 41572.616625297 node_schedstat_waiting_seconds_total{cpu="32"} 41958.360492099 node_schedstat_waiting_seconds_total{cpu="33"} 39205.527055514 node_schedstat_waiting_seconds_total{cpu="34"} 39893.704799263 node_schedstat_waiting_seconds_total{cpu="35"} 39214.175050257 node_schedstat_waiting_seconds_total{cpu="36"} 32558.425394331 node_schedstat_waiting_seconds_total{cpu="37"} 33165.463073137 node_schedstat_waiting_seconds_total{cpu="38"} 33140.979969178 node_schedstat_waiting_seconds_total{cpu="39"} 38403.670848182 node_schedstat_waiting_seconds_total{cpu="4"} 40664.918415779 node_schedstat_waiting_seconds_total{cpu="40"} 37486.441273308 node_schedstat_waiting_seconds_total{cpu="41"} 37816.488498243 node_schedstat_waiting_seconds_total{cpu="42"} 40654.641756432 node_schedstat_waiting_seconds_total{cpu="43"} 40143.056737748 node_schedstat_waiting_seconds_total{cpu="44"} 40373.988941616 node_schedstat_waiting_seconds_total{cpu="45"} 42915.184819194 node_schedstat_waiting_seconds_total{cpu="46"} 42622.52165389 node_schedstat_waiting_seconds_total{cpu="47"} 42424.063034058 node_schedstat_waiting_seconds_total{cpu="48"} 33601.121378311 node_schedstat_waiting_seconds_total{cpu="49"} 45511.894635376 node_schedstat_waiting_seconds_total{cpu="5"} 32085.217953416 node_schedstat_waiting_seconds_total{cpu="50"} 44887.84818467 node_schedstat_waiting_seconds_total{cpu="51"} 29906.258880696 node_schedstat_waiting_seconds_total{cpu="52"} 43193.414508314 node_schedstat_waiting_seconds_total{cpu="53"} 34304.93097507 node_schedstat_waiting_seconds_total{cpu="54"} 37654.925015446 node_schedstat_waiting_seconds_total{cpu="55"} 49011.150063265 node_schedstat_waiting_seconds_total{cpu="56"} 45550.997063331 node_schedstat_waiting_seconds_total{cpu="57"} 37767.427980266 node_schedstat_waiting_seconds_total{cpu="58"} 36238.070094844 node_schedstat_waiting_seconds_total{cpu="59"} 25853.996216552 node_schedstat_waiting_seconds_total{cpu="6"} 40440.881414468 node_schedstat_waiting_seconds_total{cpu="60"} 44361.263016571 node_schedstat_waiting_seconds_total{cpu="61"} 42474.514041738 node_schedstat_waiting_seconds_total{cpu="62"} 25297.675515797 node_schedstat_waiting_seconds_total{cpu="63"} 28482.164906915 node_schedstat_waiting_seconds_total{cpu="64"} 27442.983160852 node_schedstat_waiting_seconds_total{cpu="65"} 43901.39592443 node_schedstat_waiting_seconds_total{cpu="66"} 39084.683086657 node_schedstat_waiting_seconds_total{cpu="67"} 40207.294633218 node_schedstat_waiting_seconds_total{cpu="68"} 40719.99178331 node_schedstat_waiting_seconds_total{cpu="69"} 38448.053481758 node_schedstat_waiting_seconds_total{cpu="7"} 48499.795091059 node_schedstat_waiting_seconds_total{cpu="70"} 38919.704013377 node_schedstat_waiting_seconds_total{cpu="71"} 39386.969746017 node_schedstat_waiting_seconds_total{cpu="72"} 26900.406172436 node_schedstat_waiting_seconds_total{cpu="73"} 29072.055556243 node_schedstat_waiting_seconds_total{cpu="74"} 30645.749748646 node_schedstat_waiting_seconds_total{cpu="75"} 38520.098856432 node_schedstat_waiting_seconds_total{cpu="76"} 38364.845231745 node_schedstat_waiting_seconds_total{cpu="77"} 38228.957278222 node_schedstat_waiting_seconds_total{cpu="78"} 39662.981190275 node_schedstat_waiting_seconds_total{cpu="79"} 40368.958767441 node_schedstat_waiting_seconds_total{cpu="8"} 46136.956588773 node_schedstat_waiting_seconds_total{cpu="80"} 41024.243639349 node_schedstat_waiting_seconds_total{cpu="81"} 38748.773092822 node_schedstat_waiting_seconds_total{cpu="82"} 38724.289315126 node_schedstat_waiting_seconds_total{cpu="83"} 38481.297572137 node_schedstat_waiting_seconds_total{cpu="84"} 31950.55418907 node_schedstat_waiting_seconds_total{cpu="85"} 32295.080945224 node_schedstat_waiting_seconds_total{cpu="86"} 32452.010241618 node_schedstat_waiting_seconds_total{cpu="87"} 37110.008684731 node_schedstat_waiting_seconds_total{cpu="88"} 36327.193441958 node_schedstat_waiting_seconds_total{cpu="89"} 36843.03570192 node_schedstat_waiting_seconds_total{cpu="9"} 37187.953920014 node_schedstat_waiting_seconds_total{cpu="90"} 39190.107241247 node_schedstat_waiting_seconds_total{cpu="91"} 39232.52382089 node_schedstat_waiting_seconds_total{cpu="92"} 39009.283439547 node_schedstat_waiting_seconds_total{cpu="93"} 41916.065478743 node_schedstat_waiting_seconds_total{cpu="94"} 41131.283241617 node_schedstat_waiting_seconds_total{cpu="95"} 41239.691530826 # 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.00282346 node_scrape_collector_duration_seconds{collector="bcache"} 1.0489e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.5469e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.131794871 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000750819 node_scrape_collector_duration_seconds{collector="cpu"} 0.102075354 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.072577524 node_scrape_collector_duration_seconds{collector="diskstats"} 0.132983792 node_scrape_collector_duration_seconds{collector="dmi"} 1.3856e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.000586571 node_scrape_collector_duration_seconds{collector="entropy"} 0.128991559 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.5258e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.000157826 node_scrape_collector_duration_seconds{collector="filesystem"} 0.142519792 node_scrape_collector_duration_seconds{collector="hwmon"} 0.101681374 node_scrape_collector_duration_seconds{collector="infiniband"} 1.0701e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.7893e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 3.3372e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000175349 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000241102 node_scrape_collector_duration_seconds{collector="netclass"} 0.011355175 node_scrape_collector_duration_seconds{collector="netdev"} 0.118532014 node_scrape_collector_duration_seconds{collector="netstat"} 0.076604814 node_scrape_collector_duration_seconds{collector="nfs"} 0.075336693 node_scrape_collector_duration_seconds{collector="nfsd"} 3.2001e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.092478861 node_scrape_collector_duration_seconds{collector="os"} 0.000302959 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.1476e-05 node_scrape_collector_duration_seconds{collector="pressure"} 6.4461e-05 node_scrape_collector_duration_seconds{collector="rapl"} 0.000309741 node_scrape_collector_duration_seconds{collector="schedstat"} 0.077100404 node_scrape_collector_duration_seconds{collector="selinux"} 0.101916756 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000219142 node_scrape_collector_duration_seconds{collector="softnet"} 0.075216257 node_scrape_collector_duration_seconds{collector="stat"} 0.076708929 node_scrape_collector_duration_seconds{collector="tapestats"} 1.2945e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.2422e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.007305433 node_scrape_collector_duration_seconds{collector="time"} 0.075687883 node_scrape_collector_duration_seconds{collector="timex"} 1.067e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.075634653 node_scrape_collector_duration_seconds{collector="uname"} 7.614e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000337794 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000327826 node_scrape_collector_duration_seconds{collector="xfs"} 0.073787926 node_scrape_collector_duration_seconds{collector="zfs"} 7.1174e-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 3 # 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 153 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 7680 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 7519 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 109 # 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 10082 # 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.1295872e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 8248 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 0 node_softnet_backlog_len{cpu="24"} 0 node_softnet_backlog_len{cpu="25"} 0 node_softnet_backlog_len{cpu="26"} 0 node_softnet_backlog_len{cpu="27"} 0 node_softnet_backlog_len{cpu="28"} 0 node_softnet_backlog_len{cpu="29"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="30"} 0 node_softnet_backlog_len{cpu="31"} 0 node_softnet_backlog_len{cpu="32"} 0 node_softnet_backlog_len{cpu="33"} 0 node_softnet_backlog_len{cpu="34"} 0 node_softnet_backlog_len{cpu="35"} 0 node_softnet_backlog_len{cpu="36"} 0 node_softnet_backlog_len{cpu="37"} 0 node_softnet_backlog_len{cpu="38"} 0 node_softnet_backlog_len{cpu="39"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="40"} 0 node_softnet_backlog_len{cpu="41"} 0 node_softnet_backlog_len{cpu="42"} 0 node_softnet_backlog_len{cpu="43"} 0 node_softnet_backlog_len{cpu="44"} 0 node_softnet_backlog_len{cpu="45"} 0 node_softnet_backlog_len{cpu="46"} 0 node_softnet_backlog_len{cpu="47"} 0 node_softnet_backlog_len{cpu="48"} 0 node_softnet_backlog_len{cpu="49"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="50"} 0 node_softnet_backlog_len{cpu="51"} 0 node_softnet_backlog_len{cpu="52"} 0 node_softnet_backlog_len{cpu="53"} 0 node_softnet_backlog_len{cpu="54"} 0 node_softnet_backlog_len{cpu="55"} 0 node_softnet_backlog_len{cpu="56"} 0 node_softnet_backlog_len{cpu="57"} 0 node_softnet_backlog_len{cpu="58"} 0 node_softnet_backlog_len{cpu="59"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="60"} 0 node_softnet_backlog_len{cpu="61"} 0 node_softnet_backlog_len{cpu="62"} 0 node_softnet_backlog_len{cpu="63"} 0 node_softnet_backlog_len{cpu="64"} 0 node_softnet_backlog_len{cpu="65"} 0 node_softnet_backlog_len{cpu="66"} 0 node_softnet_backlog_len{cpu="67"} 0 node_softnet_backlog_len{cpu="68"} 0 node_softnet_backlog_len{cpu="69"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="70"} 0 node_softnet_backlog_len{cpu="71"} 0 node_softnet_backlog_len{cpu="72"} 0 node_softnet_backlog_len{cpu="73"} 0 node_softnet_backlog_len{cpu="74"} 0 node_softnet_backlog_len{cpu="75"} 0 node_softnet_backlog_len{cpu="76"} 0 node_softnet_backlog_len{cpu="77"} 0 node_softnet_backlog_len{cpu="78"} 0 node_softnet_backlog_len{cpu="79"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="80"} 0 node_softnet_backlog_len{cpu="81"} 0 node_softnet_backlog_len{cpu="82"} 0 node_softnet_backlog_len{cpu="83"} 0 node_softnet_backlog_len{cpu="84"} 0 node_softnet_backlog_len{cpu="85"} 0 node_softnet_backlog_len{cpu="86"} 0 node_softnet_backlog_len{cpu="87"} 0 node_softnet_backlog_len{cpu="88"} 0 node_softnet_backlog_len{cpu="89"} 0 node_softnet_backlog_len{cpu="9"} 0 node_softnet_backlog_len{cpu="90"} 0 node_softnet_backlog_len{cpu="91"} 0 node_softnet_backlog_len{cpu="92"} 0 node_softnet_backlog_len{cpu="93"} 0 node_softnet_backlog_len{cpu="94"} 0 node_softnet_backlog_len{cpu="95"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 0 node_softnet_cpu_collision_total{cpu="24"} 0 node_softnet_cpu_collision_total{cpu="25"} 0 node_softnet_cpu_collision_total{cpu="26"} 0 node_softnet_cpu_collision_total{cpu="27"} 0 node_softnet_cpu_collision_total{cpu="28"} 0 node_softnet_cpu_collision_total{cpu="29"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="30"} 0 node_softnet_cpu_collision_total{cpu="31"} 0 node_softnet_cpu_collision_total{cpu="32"} 0 node_softnet_cpu_collision_total{cpu="33"} 0 node_softnet_cpu_collision_total{cpu="34"} 0 node_softnet_cpu_collision_total{cpu="35"} 0 node_softnet_cpu_collision_total{cpu="36"} 0 node_softnet_cpu_collision_total{cpu="37"} 0 node_softnet_cpu_collision_total{cpu="38"} 0 node_softnet_cpu_collision_total{cpu="39"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="40"} 0 node_softnet_cpu_collision_total{cpu="41"} 0 node_softnet_cpu_collision_total{cpu="42"} 0 node_softnet_cpu_collision_total{cpu="43"} 0 node_softnet_cpu_collision_total{cpu="44"} 0 node_softnet_cpu_collision_total{cpu="45"} 0 node_softnet_cpu_collision_total{cpu="46"} 0 node_softnet_cpu_collision_total{cpu="47"} 0 node_softnet_cpu_collision_total{cpu="48"} 0 node_softnet_cpu_collision_total{cpu="49"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="50"} 0 node_softnet_cpu_collision_total{cpu="51"} 0 node_softnet_cpu_collision_total{cpu="52"} 0 node_softnet_cpu_collision_total{cpu="53"} 0 node_softnet_cpu_collision_total{cpu="54"} 0 node_softnet_cpu_collision_total{cpu="55"} 0 node_softnet_cpu_collision_total{cpu="56"} 0 node_softnet_cpu_collision_total{cpu="57"} 0 node_softnet_cpu_collision_total{cpu="58"} 0 node_softnet_cpu_collision_total{cpu="59"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="60"} 0 node_softnet_cpu_collision_total{cpu="61"} 0 node_softnet_cpu_collision_total{cpu="62"} 0 node_softnet_cpu_collision_total{cpu="63"} 0 node_softnet_cpu_collision_total{cpu="64"} 0 node_softnet_cpu_collision_total{cpu="65"} 0 node_softnet_cpu_collision_total{cpu="66"} 0 node_softnet_cpu_collision_total{cpu="67"} 0 node_softnet_cpu_collision_total{cpu="68"} 0 node_softnet_cpu_collision_total{cpu="69"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="70"} 0 node_softnet_cpu_collision_total{cpu="71"} 0 node_softnet_cpu_collision_total{cpu="72"} 0 node_softnet_cpu_collision_total{cpu="73"} 0 node_softnet_cpu_collision_total{cpu="74"} 0 node_softnet_cpu_collision_total{cpu="75"} 0 node_softnet_cpu_collision_total{cpu="76"} 0 node_softnet_cpu_collision_total{cpu="77"} 0 node_softnet_cpu_collision_total{cpu="78"} 0 node_softnet_cpu_collision_total{cpu="79"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="80"} 0 node_softnet_cpu_collision_total{cpu="81"} 0 node_softnet_cpu_collision_total{cpu="82"} 0 node_softnet_cpu_collision_total{cpu="83"} 0 node_softnet_cpu_collision_total{cpu="84"} 0 node_softnet_cpu_collision_total{cpu="85"} 0 node_softnet_cpu_collision_total{cpu="86"} 0 node_softnet_cpu_collision_total{cpu="87"} 0 node_softnet_cpu_collision_total{cpu="88"} 0 node_softnet_cpu_collision_total{cpu="89"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 node_softnet_cpu_collision_total{cpu="90"} 0 node_softnet_cpu_collision_total{cpu="91"} 0 node_softnet_cpu_collision_total{cpu="92"} 0 node_softnet_cpu_collision_total{cpu="93"} 0 node_softnet_cpu_collision_total{cpu="94"} 0 node_softnet_cpu_collision_total{cpu="95"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="20"} 0 node_softnet_dropped_total{cpu="21"} 0 node_softnet_dropped_total{cpu="22"} 0 node_softnet_dropped_total{cpu="23"} 0 node_softnet_dropped_total{cpu="24"} 0 node_softnet_dropped_total{cpu="25"} 0 node_softnet_dropped_total{cpu="26"} 0 node_softnet_dropped_total{cpu="27"} 0 node_softnet_dropped_total{cpu="28"} 0 node_softnet_dropped_total{cpu="29"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="30"} 0 node_softnet_dropped_total{cpu="31"} 0 node_softnet_dropped_total{cpu="32"} 0 node_softnet_dropped_total{cpu="33"} 0 node_softnet_dropped_total{cpu="34"} 0 node_softnet_dropped_total{cpu="35"} 0 node_softnet_dropped_total{cpu="36"} 0 node_softnet_dropped_total{cpu="37"} 0 node_softnet_dropped_total{cpu="38"} 0 node_softnet_dropped_total{cpu="39"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="40"} 0 node_softnet_dropped_total{cpu="41"} 0 node_softnet_dropped_total{cpu="42"} 0 node_softnet_dropped_total{cpu="43"} 0 node_softnet_dropped_total{cpu="44"} 0 node_softnet_dropped_total{cpu="45"} 0 node_softnet_dropped_total{cpu="46"} 0 node_softnet_dropped_total{cpu="47"} 0 node_softnet_dropped_total{cpu="48"} 0 node_softnet_dropped_total{cpu="49"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="50"} 0 node_softnet_dropped_total{cpu="51"} 0 node_softnet_dropped_total{cpu="52"} 0 node_softnet_dropped_total{cpu="53"} 0 node_softnet_dropped_total{cpu="54"} 0 node_softnet_dropped_total{cpu="55"} 0 node_softnet_dropped_total{cpu="56"} 0 node_softnet_dropped_total{cpu="57"} 0 node_softnet_dropped_total{cpu="58"} 0 node_softnet_dropped_total{cpu="59"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="60"} 0 node_softnet_dropped_total{cpu="61"} 0 node_softnet_dropped_total{cpu="62"} 0 node_softnet_dropped_total{cpu="63"} 0 node_softnet_dropped_total{cpu="64"} 0 node_softnet_dropped_total{cpu="65"} 0 node_softnet_dropped_total{cpu="66"} 0 node_softnet_dropped_total{cpu="67"} 0 node_softnet_dropped_total{cpu="68"} 0 node_softnet_dropped_total{cpu="69"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="70"} 0 node_softnet_dropped_total{cpu="71"} 0 node_softnet_dropped_total{cpu="72"} 0 node_softnet_dropped_total{cpu="73"} 0 node_softnet_dropped_total{cpu="74"} 0 node_softnet_dropped_total{cpu="75"} 0 node_softnet_dropped_total{cpu="76"} 0 node_softnet_dropped_total{cpu="77"} 0 node_softnet_dropped_total{cpu="78"} 0 node_softnet_dropped_total{cpu="79"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="80"} 0 node_softnet_dropped_total{cpu="81"} 0 node_softnet_dropped_total{cpu="82"} 0 node_softnet_dropped_total{cpu="83"} 0 node_softnet_dropped_total{cpu="84"} 0 node_softnet_dropped_total{cpu="85"} 0 node_softnet_dropped_total{cpu="86"} 0 node_softnet_dropped_total{cpu="87"} 0 node_softnet_dropped_total{cpu="88"} 0 node_softnet_dropped_total{cpu="89"} 0 node_softnet_dropped_total{cpu="9"} 0 node_softnet_dropped_total{cpu="90"} 0 node_softnet_dropped_total{cpu="91"} 0 node_softnet_dropped_total{cpu="92"} 0 node_softnet_dropped_total{cpu="93"} 0 node_softnet_dropped_total{cpu="94"} 0 node_softnet_dropped_total{cpu="95"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="20"} 0 node_softnet_flow_limit_count_total{cpu="21"} 0 node_softnet_flow_limit_count_total{cpu="22"} 0 node_softnet_flow_limit_count_total{cpu="23"} 0 node_softnet_flow_limit_count_total{cpu="24"} 0 node_softnet_flow_limit_count_total{cpu="25"} 0 node_softnet_flow_limit_count_total{cpu="26"} 0 node_softnet_flow_limit_count_total{cpu="27"} 0 node_softnet_flow_limit_count_total{cpu="28"} 0 node_softnet_flow_limit_count_total{cpu="29"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="30"} 0 node_softnet_flow_limit_count_total{cpu="31"} 0 node_softnet_flow_limit_count_total{cpu="32"} 0 node_softnet_flow_limit_count_total{cpu="33"} 0 node_softnet_flow_limit_count_total{cpu="34"} 0 node_softnet_flow_limit_count_total{cpu="35"} 0 node_softnet_flow_limit_count_total{cpu="36"} 0 node_softnet_flow_limit_count_total{cpu="37"} 0 node_softnet_flow_limit_count_total{cpu="38"} 0 node_softnet_flow_limit_count_total{cpu="39"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="40"} 0 node_softnet_flow_limit_count_total{cpu="41"} 0 node_softnet_flow_limit_count_total{cpu="42"} 0 node_softnet_flow_limit_count_total{cpu="43"} 0 node_softnet_flow_limit_count_total{cpu="44"} 0 node_softnet_flow_limit_count_total{cpu="45"} 0 node_softnet_flow_limit_count_total{cpu="46"} 0 node_softnet_flow_limit_count_total{cpu="47"} 0 node_softnet_flow_limit_count_total{cpu="48"} 0 node_softnet_flow_limit_count_total{cpu="49"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="50"} 0 node_softnet_flow_limit_count_total{cpu="51"} 0 node_softnet_flow_limit_count_total{cpu="52"} 0 node_softnet_flow_limit_count_total{cpu="53"} 0 node_softnet_flow_limit_count_total{cpu="54"} 0 node_softnet_flow_limit_count_total{cpu="55"} 0 node_softnet_flow_limit_count_total{cpu="56"} 0 node_softnet_flow_limit_count_total{cpu="57"} 0 node_softnet_flow_limit_count_total{cpu="58"} 0 node_softnet_flow_limit_count_total{cpu="59"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="60"} 0 node_softnet_flow_limit_count_total{cpu="61"} 0 node_softnet_flow_limit_count_total{cpu="62"} 0 node_softnet_flow_limit_count_total{cpu="63"} 0 node_softnet_flow_limit_count_total{cpu="64"} 0 node_softnet_flow_limit_count_total{cpu="65"} 0 node_softnet_flow_limit_count_total{cpu="66"} 0 node_softnet_flow_limit_count_total{cpu="67"} 0 node_softnet_flow_limit_count_total{cpu="68"} 0 node_softnet_flow_limit_count_total{cpu="69"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="70"} 0 node_softnet_flow_limit_count_total{cpu="71"} 0 node_softnet_flow_limit_count_total{cpu="72"} 0 node_softnet_flow_limit_count_total{cpu="73"} 0 node_softnet_flow_limit_count_total{cpu="74"} 0 node_softnet_flow_limit_count_total{cpu="75"} 0 node_softnet_flow_limit_count_total{cpu="76"} 0 node_softnet_flow_limit_count_total{cpu="77"} 0 node_softnet_flow_limit_count_total{cpu="78"} 0 node_softnet_flow_limit_count_total{cpu="79"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="80"} 0 node_softnet_flow_limit_count_total{cpu="81"} 0 node_softnet_flow_limit_count_total{cpu="82"} 0 node_softnet_flow_limit_count_total{cpu="83"} 0 node_softnet_flow_limit_count_total{cpu="84"} 0 node_softnet_flow_limit_count_total{cpu="85"} 0 node_softnet_flow_limit_count_total{cpu="86"} 0 node_softnet_flow_limit_count_total{cpu="87"} 0 node_softnet_flow_limit_count_total{cpu="88"} 0 node_softnet_flow_limit_count_total{cpu="89"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 node_softnet_flow_limit_count_total{cpu="90"} 0 node_softnet_flow_limit_count_total{cpu="91"} 0 node_softnet_flow_limit_count_total{cpu="92"} 0 node_softnet_flow_limit_count_total{cpu="93"} 0 node_softnet_flow_limit_count_total{cpu="94"} 0 node_softnet_flow_limit_count_total{cpu="95"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.145918e+06 node_softnet_processed_total{cpu="1"} 1.358923e+06 node_softnet_processed_total{cpu="10"} 1.392624e+06 node_softnet_processed_total{cpu="11"} 3.02390692e+09 node_softnet_processed_total{cpu="12"} 1.471005e+06 node_softnet_processed_total{cpu="13"} 1.428708e+06 node_softnet_processed_total{cpu="14"} 1.372953e+06 node_softnet_processed_total{cpu="15"} 1.343601e+06 node_softnet_processed_total{cpu="16"} 1.3198e+06 node_softnet_processed_total{cpu="17"} 1.298281e+06 node_softnet_processed_total{cpu="18"} 1.31103e+06 node_softnet_processed_total{cpu="19"} 1.282672e+06 node_softnet_processed_total{cpu="2"} 3.21290589e+08 node_softnet_processed_total{cpu="20"} 2.77166784e+08 node_softnet_processed_total{cpu="21"} 1.376387e+06 node_softnet_processed_total{cpu="22"} 1.332953e+06 node_softnet_processed_total{cpu="23"} 1.332625e+06 node_softnet_processed_total{cpu="24"} 945675 node_softnet_processed_total{cpu="25"} 879848 node_softnet_processed_total{cpu="26"} 801302 node_softnet_processed_total{cpu="27"} 889441 node_softnet_processed_total{cpu="28"} 899328 node_softnet_processed_total{cpu="29"} 905764 node_softnet_processed_total{cpu="3"} 1.326267e+06 node_softnet_processed_total{cpu="30"} 893325 node_softnet_processed_total{cpu="31"} 897219 node_softnet_processed_total{cpu="32"} 892814 node_softnet_processed_total{cpu="33"} 901553 node_softnet_processed_total{cpu="34"} 964335 node_softnet_processed_total{cpu="35"} 902523 node_softnet_processed_total{cpu="36"} 888447 node_softnet_processed_total{cpu="37"} 897245 node_softnet_processed_total{cpu="38"} 905926 node_softnet_processed_total{cpu="39"} 907551 node_softnet_processed_total{cpu="4"} 1.329251e+06 node_softnet_processed_total{cpu="40"} 987696 node_softnet_processed_total{cpu="41"} 922189 node_softnet_processed_total{cpu="42"} 881727 node_softnet_processed_total{cpu="43"} 896135 node_softnet_processed_total{cpu="44"} 895020 node_softnet_processed_total{cpu="45"} 878883 node_softnet_processed_total{cpu="46"} 896495 node_softnet_processed_total{cpu="47"} 895228 node_softnet_processed_total{cpu="48"} 2.92918068e+09 node_softnet_processed_total{cpu="49"} 1.613474e+06 node_softnet_processed_total{cpu="5"} 2.865138812e+09 node_softnet_processed_total{cpu="50"} 1.403711e+06 node_softnet_processed_total{cpu="51"} 3.168337372e+09 node_softnet_processed_total{cpu="52"} 1.550045e+06 node_softnet_processed_total{cpu="53"} 1.290774e+06 node_softnet_processed_total{cpu="54"} 1.535896e+06 node_softnet_processed_total{cpu="55"} 1.43778e+06 node_softnet_processed_total{cpu="56"} 2.638058e+06 node_softnet_processed_total{cpu="57"} 1.659331e+06 node_softnet_processed_total{cpu="58"} 1.47637e+06 node_softnet_processed_total{cpu="59"} 1.341837e+06 node_softnet_processed_total{cpu="6"} 3.157150962e+09 node_softnet_processed_total{cpu="60"} 1.333145e+06 node_softnet_processed_total{cpu="61"} 1.286082e+06 node_softnet_processed_total{cpu="62"} 1.720050905e+09 node_softnet_processed_total{cpu="63"} 2.999790927e+09 node_softnet_processed_total{cpu="64"} 2.328511657e+09 node_softnet_processed_total{cpu="65"} 1.481896e+06 node_softnet_processed_total{cpu="66"} 2.632474e+06 node_softnet_processed_total{cpu="67"} 1.445258e+06 node_softnet_processed_total{cpu="68"} 1.337324e+06 node_softnet_processed_total{cpu="69"} 1.28416e+06 node_softnet_processed_total{cpu="7"} 1.551331394e+09 node_softnet_processed_total{cpu="70"} 4.35314693e+08 node_softnet_processed_total{cpu="71"} 1.403015e+06 node_softnet_processed_total{cpu="72"} 766981 node_softnet_processed_total{cpu="73"} 754500 node_softnet_processed_total{cpu="74"} 741715 node_softnet_processed_total{cpu="75"} 880178 node_softnet_processed_total{cpu="76"} 887148 node_softnet_processed_total{cpu="77"} 893556 node_softnet_processed_total{cpu="78"} 878692 node_softnet_processed_total{cpu="79"} 885349 node_softnet_processed_total{cpu="8"} 7.87412428e+08 node_softnet_processed_total{cpu="80"} 898484 node_softnet_processed_total{cpu="81"} 891070 node_softnet_processed_total{cpu="82"} 2.53262e+06 node_softnet_processed_total{cpu="83"} 923841 node_softnet_processed_total{cpu="84"} 969756 node_softnet_processed_total{cpu="85"} 899536 node_softnet_processed_total{cpu="86"} 872090 node_softnet_processed_total{cpu="87"} 895520 node_softnet_processed_total{cpu="88"} 896326 node_softnet_processed_total{cpu="89"} 908186 node_softnet_processed_total{cpu="9"} 2.671906e+06 node_softnet_processed_total{cpu="90"} 881553 node_softnet_processed_total{cpu="91"} 893508 node_softnet_processed_total{cpu="92"} 957429 node_softnet_processed_total{cpu="93"} 875398 node_softnet_processed_total{cpu="94"} 1.002068e+06 node_softnet_processed_total{cpu="95"} 874691 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="20"} 0 node_softnet_received_rps_total{cpu="21"} 0 node_softnet_received_rps_total{cpu="22"} 0 node_softnet_received_rps_total{cpu="23"} 0 node_softnet_received_rps_total{cpu="24"} 0 node_softnet_received_rps_total{cpu="25"} 0 node_softnet_received_rps_total{cpu="26"} 0 node_softnet_received_rps_total{cpu="27"} 0 node_softnet_received_rps_total{cpu="28"} 0 node_softnet_received_rps_total{cpu="29"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="30"} 0 node_softnet_received_rps_total{cpu="31"} 0 node_softnet_received_rps_total{cpu="32"} 0 node_softnet_received_rps_total{cpu="33"} 0 node_softnet_received_rps_total{cpu="34"} 0 node_softnet_received_rps_total{cpu="35"} 0 node_softnet_received_rps_total{cpu="36"} 0 node_softnet_received_rps_total{cpu="37"} 0 node_softnet_received_rps_total{cpu="38"} 0 node_softnet_received_rps_total{cpu="39"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="40"} 0 node_softnet_received_rps_total{cpu="41"} 0 node_softnet_received_rps_total{cpu="42"} 0 node_softnet_received_rps_total{cpu="43"} 0 node_softnet_received_rps_total{cpu="44"} 0 node_softnet_received_rps_total{cpu="45"} 0 node_softnet_received_rps_total{cpu="46"} 0 node_softnet_received_rps_total{cpu="47"} 0 node_softnet_received_rps_total{cpu="48"} 0 node_softnet_received_rps_total{cpu="49"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="50"} 0 node_softnet_received_rps_total{cpu="51"} 0 node_softnet_received_rps_total{cpu="52"} 0 node_softnet_received_rps_total{cpu="53"} 0 node_softnet_received_rps_total{cpu="54"} 0 node_softnet_received_rps_total{cpu="55"} 0 node_softnet_received_rps_total{cpu="56"} 0 node_softnet_received_rps_total{cpu="57"} 0 node_softnet_received_rps_total{cpu="58"} 0 node_softnet_received_rps_total{cpu="59"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="60"} 0 node_softnet_received_rps_total{cpu="61"} 0 node_softnet_received_rps_total{cpu="62"} 0 node_softnet_received_rps_total{cpu="63"} 0 node_softnet_received_rps_total{cpu="64"} 0 node_softnet_received_rps_total{cpu="65"} 0 node_softnet_received_rps_total{cpu="66"} 0 node_softnet_received_rps_total{cpu="67"} 0 node_softnet_received_rps_total{cpu="68"} 0 node_softnet_received_rps_total{cpu="69"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="70"} 0 node_softnet_received_rps_total{cpu="71"} 0 node_softnet_received_rps_total{cpu="72"} 0 node_softnet_received_rps_total{cpu="73"} 0 node_softnet_received_rps_total{cpu="74"} 0 node_softnet_received_rps_total{cpu="75"} 0 node_softnet_received_rps_total{cpu="76"} 0 node_softnet_received_rps_total{cpu="77"} 0 node_softnet_received_rps_total{cpu="78"} 0 node_softnet_received_rps_total{cpu="79"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="80"} 0 node_softnet_received_rps_total{cpu="81"} 0 node_softnet_received_rps_total{cpu="82"} 0 node_softnet_received_rps_total{cpu="83"} 0 node_softnet_received_rps_total{cpu="84"} 0 node_softnet_received_rps_total{cpu="85"} 0 node_softnet_received_rps_total{cpu="86"} 0 node_softnet_received_rps_total{cpu="87"} 0 node_softnet_received_rps_total{cpu="88"} 0 node_softnet_received_rps_total{cpu="89"} 0 node_softnet_received_rps_total{cpu="9"} 0 node_softnet_received_rps_total{cpu="90"} 0 node_softnet_received_rps_total{cpu="91"} 0 node_softnet_received_rps_total{cpu="92"} 0 node_softnet_received_rps_total{cpu="93"} 0 node_softnet_received_rps_total{cpu="94"} 0 node_softnet_received_rps_total{cpu="95"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 1 node_softnet_times_squeezed_total{cpu="1"} 1 node_softnet_times_squeezed_total{cpu="10"} 1 node_softnet_times_squeezed_total{cpu="11"} 7512 node_softnet_times_squeezed_total{cpu="12"} 0 node_softnet_times_squeezed_total{cpu="13"} 0 node_softnet_times_squeezed_total{cpu="14"} 0 node_softnet_times_squeezed_total{cpu="15"} 1 node_softnet_times_squeezed_total{cpu="16"} 0 node_softnet_times_squeezed_total{cpu="17"} 1 node_softnet_times_squeezed_total{cpu="18"} 0 node_softnet_times_squeezed_total{cpu="19"} 0 node_softnet_times_squeezed_total{cpu="2"} 403 node_softnet_times_squeezed_total{cpu="20"} 232 node_softnet_times_squeezed_total{cpu="21"} 2 node_softnet_times_squeezed_total{cpu="22"} 0 node_softnet_times_squeezed_total{cpu="23"} 0 node_softnet_times_squeezed_total{cpu="24"} 1 node_softnet_times_squeezed_total{cpu="25"} 1 node_softnet_times_squeezed_total{cpu="26"} 1 node_softnet_times_squeezed_total{cpu="27"} 0 node_softnet_times_squeezed_total{cpu="28"} 0 node_softnet_times_squeezed_total{cpu="29"} 0 node_softnet_times_squeezed_total{cpu="3"} 1 node_softnet_times_squeezed_total{cpu="30"} 1 node_softnet_times_squeezed_total{cpu="31"} 0 node_softnet_times_squeezed_total{cpu="32"} 1 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"} 1 node_softnet_times_squeezed_total{cpu="44"} 1 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"} 7201 node_softnet_times_squeezed_total{cpu="49"} 0 node_softnet_times_squeezed_total{cpu="5"} 6387 node_softnet_times_squeezed_total{cpu="50"} 0 node_softnet_times_squeezed_total{cpu="51"} 7281 node_softnet_times_squeezed_total{cpu="52"} 0 node_softnet_times_squeezed_total{cpu="53"} 0 node_softnet_times_squeezed_total{cpu="54"} 1 node_softnet_times_squeezed_total{cpu="55"} 0 node_softnet_times_squeezed_total{cpu="56"} 0 node_softnet_times_squeezed_total{cpu="57"} 0 node_softnet_times_squeezed_total{cpu="58"} 0 node_softnet_times_squeezed_total{cpu="59"} 0 node_softnet_times_squeezed_total{cpu="6"} 10121 node_softnet_times_squeezed_total{cpu="60"} 0 node_softnet_times_squeezed_total{cpu="61"} 0 node_softnet_times_squeezed_total{cpu="62"} 9265 node_softnet_times_squeezed_total{cpu="63"} 6513 node_softnet_times_squeezed_total{cpu="64"} 5886 node_softnet_times_squeezed_total{cpu="65"} 0 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"} 0 node_softnet_times_squeezed_total{cpu="7"} 701 node_softnet_times_squeezed_total{cpu="70"} 141 node_softnet_times_squeezed_total{cpu="71"} 0 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"} 1 node_softnet_times_squeezed_total{cpu="77"} 0 node_softnet_times_squeezed_total{cpu="78"} 1 node_softnet_times_squeezed_total{cpu="79"} 1 node_softnet_times_squeezed_total{cpu="8"} 823 node_softnet_times_squeezed_total{cpu="80"} 0 node_softnet_times_squeezed_total{cpu="81"} 0 node_softnet_times_squeezed_total{cpu="82"} 2 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"} 1 node_softnet_times_squeezed_total{cpu="87"} 0 node_softnet_times_squeezed_total{cpu="88"} 1 node_softnet_times_squeezed_total{cpu="89"} 0 node_softnet_times_squeezed_total{cpu="9"} 0 node_softnet_times_squeezed_total{cpu="90"} 0 node_softnet_times_squeezed_total{cpu="91"} 0 node_softnet_times_squeezed_total{cpu="92"} 0 node_softnet_times_squeezed_total{cpu="93"} 0 node_softnet_times_squeezed_total{cpu="94"} 1 node_softnet_times_squeezed_total{cpu="95"} 0 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="tsc",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="tsc",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7515181128629358e+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 5.9e-05 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000017073516845 # 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.039446 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 0 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 37 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="c008.af.uchicago.edu",release="5.14.0-503.26.1.el9_5.x86_64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Mon Mar 3 05:56:39 EST 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 92 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.25881420409e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 6.799859e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.06133399549e+11 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.91324096549e+11 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP node_watchdog_bootstatus Value of /sys/class/watchdog//bootstatus # TYPE node_watchdog_bootstatus gauge node_watchdog_bootstatus{name="watchdog0"} 0 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="SP5100 TCO timer",name="watchdog0",options="",pretimeout_governor="",state="inactive",status="0x0"} 1 # HELP node_watchdog_nowayout Value of /sys/class/watchdog//nowayout # TYPE node_watchdog_nowayout gauge node_watchdog_nowayout{name="watchdog0"} 0 # HELP node_watchdog_timeleft_seconds Value of /sys/class/watchdog//timeleft # TYPE node_watchdog_timeleft_seconds gauge node_watchdog_timeleft_seconds{name="watchdog0"} 600 # HELP node_watchdog_timeout_seconds Value of /sys/class/watchdog//timeout # TYPE node_watchdog_timeout_seconds gauge node_watchdog_timeout_seconds{name="watchdog0"} 60 # HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="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"} 2.767559e+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"} 8.911733e+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"} 2.224786933e+09 # HELP node_xfs_block_mapping_reads_total Number of block map for read operations for a filesystem. # TYPE node_xfs_block_mapping_reads_total counter node_xfs_block_mapping_reads_total{device="sdn"} 2.8631757e+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"} 3.744362e+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"} 2.178803507e+09 # 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"} 2.243551e+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"} 4.201776e+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"} 2.863922e+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"} 2.222414e+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"} 3.167572773e+09 # 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"} 3.162876588e+09 # 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"} 2.034781e+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"} 2.145227e+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"} 2.191052e+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"} 2.06268e+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"} 664451 # HELP node_xfs_inode_operation_missed_total Number of times the OS looked for an XFS inode in the cache, but did not find it. # TYPE node_xfs_inode_operation_missed_total counter node_xfs_inode_operation_missed_total{device="sdn"} 1.526601e+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"} 1.491524e+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"} 0 # HELP node_xfs_read_calls_total Number of read(2) system calls made to files in a filesystem. # TYPE node_xfs_read_calls_total counter node_xfs_read_calls_total{device="sdn"} 4.18695387e+08 # HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem. # TYPE node_xfs_vnode_active_total counter node_xfs_vnode_active_total{device="sdn"} 35077 # 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"} 2.151155e+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"} 2.151155e+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"} 2.151155e+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"} 2.165727265e+09 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 6595.83 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.073741816e+09 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.84366549358394e+14 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 7.5526229663288e+13 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.7870848e+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.75027453803e+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"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 41471 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0