# 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"} 1.069e-05 go_gc_duration_seconds{quantile="0.25"} 1.7283e-05 go_gc_duration_seconds{quantile="0.5"} 2.3134e-05 go_gc_duration_seconds{quantile="0.75"} 3.0767e-05 go_gc_duration_seconds{quantile="1"} 7.4691e-05 go_gc_duration_seconds_sum 11.063745457 go_gc_duration_seconds_count 223281 # 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.053416e+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 7.16182070992e+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.362272e+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.293553294e+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.539208e+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.053416e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.217152e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 8.72448e+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 58367 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 4.62848e+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.5941632e+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.7606159092213197e+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.293611661e+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 122080 # 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.047932e+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 697312 # 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 819200 # 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 819200 # 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.3680264e+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 8 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cali066433ba2a4"} 1 node_arp_entries{device="cali0dd57c7135a"} 1 node_arp_entries{device="cali218ae4a84f0"} 1 node_arp_entries{device="cali9c18b3beec5"} 1 node_arp_entries{device="eno33np0.3604"} 140 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.759246456e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 6.2485037812e+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"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",type="Processor"} 0 node_cooling_device_max_state{name="16",type="Processor"} 0 node_cooling_device_max_state{name="17",type="Processor"} 0 node_cooling_device_max_state{name="18",type="Processor"} 0 node_cooling_device_max_state{name="19",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="20",type="Processor"} 0 node_cooling_device_max_state{name="21",type="Processor"} 0 node_cooling_device_max_state{name="22",type="Processor"} 0 node_cooling_device_max_state{name="23",type="Processor"} 0 node_cooling_device_max_state{name="24",type="Processor"} 0 node_cooling_device_max_state{name="25",type="Processor"} 0 node_cooling_device_max_state{name="26",type="Processor"} 0 node_cooling_device_max_state{name="27",type="Processor"} 0 node_cooling_device_max_state{name="28",type="Processor"} 0 node_cooling_device_max_state{name="29",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="30",type="Processor"} 0 node_cooling_device_max_state{name="31",type="Processor"} 0 node_cooling_device_max_state{name="32",type="Processor"} 0 node_cooling_device_max_state{name="33",type="Processor"} 0 node_cooling_device_max_state{name="34",type="Processor"} 0 node_cooling_device_max_state{name="35",type="Processor"} 0 node_cooling_device_max_state{name="36",type="Processor"} 0 node_cooling_device_max_state{name="37",type="Processor"} 0 node_cooling_device_max_state{name="38",type="Processor"} 0 node_cooling_device_max_state{name="39",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="40",type="Processor"} 0 node_cooling_device_max_state{name="41",type="Processor"} 0 node_cooling_device_max_state{name="42",type="Processor"} 0 node_cooling_device_max_state{name="43",type="Processor"} 0 node_cooling_device_max_state{name="44",type="Processor"} 0 node_cooling_device_max_state{name="45",type="Processor"} 0 node_cooling_device_max_state{name="46",type="Processor"} 0 node_cooling_device_max_state{name="47",type="Processor"} 0 node_cooling_device_max_state{name="48",type="Processor"} 0 node_cooling_device_max_state{name="49",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="50",type="Processor"} 0 node_cooling_device_max_state{name="51",type="Processor"} 0 node_cooling_device_max_state{name="52",type="Processor"} 0 node_cooling_device_max_state{name="53",type="Processor"} 0 node_cooling_device_max_state{name="54",type="Processor"} 0 node_cooling_device_max_state{name="55",type="Processor"} 0 node_cooling_device_max_state{name="56",type="Processor"} 0 node_cooling_device_max_state{name="57",type="Processor"} 0 node_cooling_device_max_state{name="58",type="Processor"} 0 node_cooling_device_max_state{name="59",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="60",type="Processor"} 0 node_cooling_device_max_state{name="61",type="Processor"} 0 node_cooling_device_max_state{name="62",type="Processor"} 0 node_cooling_device_max_state{name="63",type="Processor"} 0 node_cooling_device_max_state{name="64",type="Processor"} 0 node_cooling_device_max_state{name="65",type="Processor"} 0 node_cooling_device_max_state{name="66",type="Processor"} 0 node_cooling_device_max_state{name="67",type="Processor"} 0 node_cooling_device_max_state{name="68",type="Processor"} 0 node_cooling_device_max_state{name="69",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="70",type="Processor"} 0 node_cooling_device_max_state{name="71",type="Processor"} 0 node_cooling_device_max_state{name="72",type="Processor"} 0 node_cooling_device_max_state{name="73",type="Processor"} 0 node_cooling_device_max_state{name="74",type="Processor"} 0 node_cooling_device_max_state{name="75",type="Processor"} 0 node_cooling_device_max_state{name="76",type="Processor"} 0 node_cooling_device_max_state{name="77",type="Processor"} 0 node_cooling_device_max_state{name="78",type="Processor"} 0 node_cooling_device_max_state{name="79",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="80",type="Processor"} 0 node_cooling_device_max_state{name="81",type="Processor"} 0 node_cooling_device_max_state{name="82",type="Processor"} 0 node_cooling_device_max_state{name="83",type="Processor"} 0 node_cooling_device_max_state{name="84",type="Processor"} 0 node_cooling_device_max_state{name="85",type="Processor"} 0 node_cooling_device_max_state{name="86",type="Processor"} 0 node_cooling_device_max_state{name="87",type="Processor"} 0 node_cooling_device_max_state{name="88",type="Processor"} 0 node_cooling_device_max_state{name="89",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 node_cooling_device_max_state{name="90",type="Processor"} 0 node_cooling_device_max_state{name="91",type="Processor"} 0 node_cooling_device_max_state{name="92",type="Processor"} 0 node_cooling_device_max_state{name="93",type="Processor"} 0 node_cooling_device_max_state{name="94",type="Processor"} 0 node_cooling_device_max_state{name="95",type="Processor"} 0 # 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_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 1.14300852e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 73445.78 node_cpu_seconds_total{cpu="0",mode="irq"} 1560.43 node_cpu_seconds_total{cpu="0",mode="nice"} 19050.41 node_cpu_seconds_total{cpu="0",mode="softirq"} 96752.23 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 12285.51 node_cpu_seconds_total{cpu="0",mode="user"} 11669.07 node_cpu_seconds_total{cpu="1",mode="idle"} 1.21489332e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 68944.29 node_cpu_seconds_total{cpu="1",mode="irq"} 6922.5 node_cpu_seconds_total{cpu="1",mode="nice"} 38073.44 node_cpu_seconds_total{cpu="1",mode="softirq"} 9420.93 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 11922.95 node_cpu_seconds_total{cpu="1",mode="user"} 15926.67 node_cpu_seconds_total{cpu="10",mode="idle"} 1.23775826e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 51709.08 node_cpu_seconds_total{cpu="10",mode="irq"} 1874.47 node_cpu_seconds_total{cpu="10",mode="nice"} 45052.5 node_cpu_seconds_total{cpu="10",mode="softirq"} 3643.22 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 13680.6 node_cpu_seconds_total{cpu="10",mode="user"} 13466.56 node_cpu_seconds_total{cpu="11",mode="idle"} 1.20173298e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 87897.76 node_cpu_seconds_total{cpu="11",mode="irq"} 1698.67 node_cpu_seconds_total{cpu="11",mode="nice"} 49399.42 node_cpu_seconds_total{cpu="11",mode="softirq"} 622.98 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 12647.84 node_cpu_seconds_total{cpu="11",mode="user"} 13260.09 node_cpu_seconds_total{cpu="12",mode="idle"} 1.15221769e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 80350.19 node_cpu_seconds_total{cpu="12",mode="irq"} 2404.59 node_cpu_seconds_total{cpu="12",mode="nice"} 93348.44 node_cpu_seconds_total{cpu="12",mode="softirq"} 7868.76 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 18183.3 node_cpu_seconds_total{cpu="12",mode="user"} 12692.16 node_cpu_seconds_total{cpu="13",mode="idle"} 1.1216152e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 172548.48 node_cpu_seconds_total{cpu="13",mode="irq"} 1639.75 node_cpu_seconds_total{cpu="13",mode="nice"} 43648.54 node_cpu_seconds_total{cpu="13",mode="softirq"} 646.32 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 13478.31 node_cpu_seconds_total{cpu="13",mode="user"} 13595.59 node_cpu_seconds_total{cpu="14",mode="idle"} 1.18446243e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 113828.27 node_cpu_seconds_total{cpu="14",mode="irq"} 1721.44 node_cpu_seconds_total{cpu="14",mode="nice"} 38643.36 node_cpu_seconds_total{cpu="14",mode="softirq"} 2224.57 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 13039.07 node_cpu_seconds_total{cpu="14",mode="user"} 13248.92 node_cpu_seconds_total{cpu="15",mode="idle"} 1.01505388e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 220539.06 node_cpu_seconds_total{cpu="15",mode="irq"} 1931.22 node_cpu_seconds_total{cpu="15",mode="nice"} 101503.94 node_cpu_seconds_total{cpu="15",mode="softirq"} 732.89 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 14926.69 node_cpu_seconds_total{cpu="15",mode="user"} 12497.41 node_cpu_seconds_total{cpu="16",mode="idle"} 1.1263337e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 170690.72 node_cpu_seconds_total{cpu="16",mode="irq"} 1580.83 node_cpu_seconds_total{cpu="16",mode="nice"} 43240.96 node_cpu_seconds_total{cpu="16",mode="softirq"} 547.57 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 12035.89 node_cpu_seconds_total{cpu="16",mode="user"} 12774.94 node_cpu_seconds_total{cpu="17",mode="idle"} 1.1457625e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 153978 node_cpu_seconds_total{cpu="17",mode="irq"} 1558.33 node_cpu_seconds_total{cpu="17",mode="nice"} 41302.87 node_cpu_seconds_total{cpu="17",mode="softirq"} 562.22 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 11675.54 node_cpu_seconds_total{cpu="17",mode="user"} 12388.65 node_cpu_seconds_total{cpu="18",mode="idle"} 1.07454909e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 181629.33 node_cpu_seconds_total{cpu="18",mode="irq"} 1808.4 node_cpu_seconds_total{cpu="18",mode="nice"} 82825.86 node_cpu_seconds_total{cpu="18",mode="softirq"} 620.07 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 13520.9 node_cpu_seconds_total{cpu="18",mode="user"} 12375.86 node_cpu_seconds_total{cpu="19",mode="idle"} 1.19965475e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 91243.52 node_cpu_seconds_total{cpu="19",mode="irq"} 2106.18 node_cpu_seconds_total{cpu="19",mode="nice"} 38084.79 node_cpu_seconds_total{cpu="19",mode="softirq"} 7998.43 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 14982.13 node_cpu_seconds_total{cpu="19",mode="user"} 12957.72 node_cpu_seconds_total{cpu="2",mode="idle"} 1.13863875e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 163886.96 node_cpu_seconds_total{cpu="2",mode="irq"} 1560.96 node_cpu_seconds_total{cpu="2",mode="nice"} 31657.91 node_cpu_seconds_total{cpu="2",mode="softirq"} 3503.55 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 11741.38 node_cpu_seconds_total{cpu="2",mode="user"} 15856.53 node_cpu_seconds_total{cpu="20",mode="idle"} 1.17732021e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 117108.68 node_cpu_seconds_total{cpu="20",mode="irq"} 2335.85 node_cpu_seconds_total{cpu="20",mode="nice"} 29445.24 node_cpu_seconds_total{cpu="20",mode="softirq"} 10276.03 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 17141.89 node_cpu_seconds_total{cpu="20",mode="user"} 13337.17 node_cpu_seconds_total{cpu="21",mode="idle"} 1.19454119e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 48070.78 node_cpu_seconds_total{cpu="21",mode="irq"} 2390.07 node_cpu_seconds_total{cpu="21",mode="nice"} 82098.82 node_cpu_seconds_total{cpu="21",mode="softirq"} 9124.79 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 18261.7 node_cpu_seconds_total{cpu="21",mode="user"} 12568.33 node_cpu_seconds_total{cpu="22",mode="idle"} 1.10018642e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 200585.33 node_cpu_seconds_total{cpu="22",mode="irq"} 1583.36 node_cpu_seconds_total{cpu="22",mode="nice"} 37566.85 node_cpu_seconds_total{cpu="22",mode="softirq"} 587.77 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 13268.75 node_cpu_seconds_total{cpu="22",mode="user"} 13375.18 node_cpu_seconds_total{cpu="23",mode="idle"} 1.16863008e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 128595.62 node_cpu_seconds_total{cpu="23",mode="irq"} 1603.36 node_cpu_seconds_total{cpu="23",mode="nice"} 42341.37 node_cpu_seconds_total{cpu="23",mode="softirq"} 508.58 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 12452.99 node_cpu_seconds_total{cpu="23",mode="user"} 13094.15 node_cpu_seconds_total{cpu="24",mode="idle"} 953709.9 node_cpu_seconds_total{cpu="24",mode="iowait"} 301903.12 node_cpu_seconds_total{cpu="24",mode="irq"} 1649.46 node_cpu_seconds_total{cpu="24",mode="nice"} 59219.88 node_cpu_seconds_total{cpu="24",mode="softirq"} 544.91 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 23566.12 node_cpu_seconds_total{cpu="24",mode="user"} 26850.41 node_cpu_seconds_total{cpu="25",mode="idle"} 1.01109746e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 274390.25 node_cpu_seconds_total{cpu="25",mode="irq"} 1396.11 node_cpu_seconds_total{cpu="25",mode="nice"} 37482.7 node_cpu_seconds_total{cpu="25",mode="softirq"} 437.86 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 15637.09 node_cpu_seconds_total{cpu="25",mode="user"} 27021.11 node_cpu_seconds_total{cpu="26",mode="idle"} 1.08885258e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 196451 node_cpu_seconds_total{cpu="26",mode="irq"} 1459.8 node_cpu_seconds_total{cpu="26",mode="nice"} 37864.27 node_cpu_seconds_total{cpu="26",mode="softirq"} 678.68 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 15986.88 node_cpu_seconds_total{cpu="26",mode="user"} 26113.16 node_cpu_seconds_total{cpu="27",mode="idle"} 1.15161971e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 96083.32 node_cpu_seconds_total{cpu="27",mode="irq"} 1528.21 node_cpu_seconds_total{cpu="27",mode="nice"} 91600.53 node_cpu_seconds_total{cpu="27",mode="softirq"} 376.22 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 13825.74 node_cpu_seconds_total{cpu="27",mode="user"} 12783.9 node_cpu_seconds_total{cpu="28",mode="idle"} 1.22852056e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 73427.84 node_cpu_seconds_total{cpu="28",mode="irq"} 1173.6 node_cpu_seconds_total{cpu="28",mode="nice"} 40943.06 node_cpu_seconds_total{cpu="28",mode="softirq"} 315.98 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 11014.28 node_cpu_seconds_total{cpu="28",mode="user"} 12379.25 node_cpu_seconds_total{cpu="29",mode="idle"} 1.22880718e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 74704.88 node_cpu_seconds_total{cpu="29",mode="irq"} 1163.88 node_cpu_seconds_total{cpu="29",mode="nice"} 40163.7 node_cpu_seconds_total{cpu="29",mode="softirq"} 314.07 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 10656.7 node_cpu_seconds_total{cpu="29",mode="user"} 11958.44 node_cpu_seconds_total{cpu="3",mode="idle"} 1.02970054e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 175106.64 node_cpu_seconds_total{cpu="3",mode="irq"} 2297.06 node_cpu_seconds_total{cpu="3",mode="nice"} 119194.01 node_cpu_seconds_total{cpu="3",mode="softirq"} 5578.83 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 20873.18 node_cpu_seconds_total{cpu="3",mode="user"} 14286.89 node_cpu_seconds_total{cpu="30",mode="idle"} 1.15326056e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 94107.76 node_cpu_seconds_total{cpu="30",mode="irq"} 1536.3 node_cpu_seconds_total{cpu="30",mode="nice"} 92606.95 node_cpu_seconds_total{cpu="30",mode="softirq"} 364.99 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 13581.53 node_cpu_seconds_total{cpu="30",mode="user"} 12353.48 node_cpu_seconds_total{cpu="31",mode="idle"} 1.24213895e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 58655.21 node_cpu_seconds_total{cpu="31",mode="irq"} 1183.94 node_cpu_seconds_total{cpu="31",mode="nice"} 42426.58 node_cpu_seconds_total{cpu="31",mode="softirq"} 314.52 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 10872.62 node_cpu_seconds_total{cpu="31",mode="user"} 12186.39 node_cpu_seconds_total{cpu="32",mode="idle"} 1.24174428e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 62474.02 node_cpu_seconds_total{cpu="32",mode="irq"} 1154.27 node_cpu_seconds_total{cpu="32",mode="nice"} 39536.31 node_cpu_seconds_total{cpu="32",mode="softirq"} 307.63 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 10580.08 node_cpu_seconds_total{cpu="32",mode="user"} 11967.97 node_cpu_seconds_total{cpu="33",mode="idle"} 1.09236404e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 152305.38 node_cpu_seconds_total{cpu="33",mode="irq"} 1551.45 node_cpu_seconds_total{cpu="33",mode="nice"} 95662.28 node_cpu_seconds_total{cpu="33",mode="softirq"} 353.59 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 13342.66 node_cpu_seconds_total{cpu="33",mode="user"} 12242.63 node_cpu_seconds_total{cpu="34",mode="idle"} 1.22084612e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 78457.23 node_cpu_seconds_total{cpu="34",mode="irq"} 1182.33 node_cpu_seconds_total{cpu="34",mode="nice"} 44193.14 node_cpu_seconds_total{cpu="34",mode="softirq"} 309.84 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 10819.25 node_cpu_seconds_total{cpu="34",mode="user"} 11962.49 node_cpu_seconds_total{cpu="35",mode="idle"} 1.24332957e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 59740.09 node_cpu_seconds_total{cpu="35",mode="irq"} 1161.27 node_cpu_seconds_total{cpu="35",mode="nice"} 40869.06 node_cpu_seconds_total{cpu="35",mode="softirq"} 304.79 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 10535.76 node_cpu_seconds_total{cpu="35",mode="user"} 11820.3 node_cpu_seconds_total{cpu="36",mode="idle"} 1.16328174e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 93138.95 node_cpu_seconds_total{cpu="36",mode="irq"} 1479.57 node_cpu_seconds_total{cpu="36",mode="nice"} 84794.65 node_cpu_seconds_total{cpu="36",mode="softirq"} 335.04 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 12726.37 node_cpu_seconds_total{cpu="36",mode="user"} 12045.44 node_cpu_seconds_total{cpu="37",mode="idle"} 1.22714538e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 74164.08 node_cpu_seconds_total{cpu="37",mode="irq"} 1181.37 node_cpu_seconds_total{cpu="37",mode="nice"} 42533.01 node_cpu_seconds_total{cpu="37",mode="softirq"} 300.58 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 10581.6 node_cpu_seconds_total{cpu="37",mode="user"} 11875.97 node_cpu_seconds_total{cpu="38",mode="idle"} 1.22998216e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 72417.46 node_cpu_seconds_total{cpu="38",mode="irq"} 1176 node_cpu_seconds_total{cpu="38",mode="nice"} 42062.99 node_cpu_seconds_total{cpu="38",mode="softirq"} 330.62 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 10179.26 node_cpu_seconds_total{cpu="38",mode="user"} 11627.4 node_cpu_seconds_total{cpu="39",mode="idle"} 1.16808157e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 88620.49 node_cpu_seconds_total{cpu="39",mode="irq"} 1478.5 node_cpu_seconds_total{cpu="39",mode="nice"} 83833.21 node_cpu_seconds_total{cpu="39",mode="softirq"} 333.86 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 13110.89 node_cpu_seconds_total{cpu="39",mode="user"} 12354.32 node_cpu_seconds_total{cpu="4",mode="idle"} 1.19345985e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 93787.68 node_cpu_seconds_total{cpu="4",mode="irq"} 1919.02 node_cpu_seconds_total{cpu="4",mode="nice"} 43410.58 node_cpu_seconds_total{cpu="4",mode="softirq"} 5237.02 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 14752.34 node_cpu_seconds_total{cpu="4",mode="user"} 14353.03 node_cpu_seconds_total{cpu="40",mode="idle"} 1.23787619e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 67467.16 node_cpu_seconds_total{cpu="40",mode="irq"} 1154 node_cpu_seconds_total{cpu="40",mode="nice"} 38694.51 node_cpu_seconds_total{cpu="40",mode="softirq"} 301.96 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 10426.84 node_cpu_seconds_total{cpu="40",mode="user"} 11827.63 node_cpu_seconds_total{cpu="41",mode="idle"} 1.24959973e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 60975.69 node_cpu_seconds_total{cpu="41",mode="irq"} 1114.97 node_cpu_seconds_total{cpu="41",mode="nice"} 33729.34 node_cpu_seconds_total{cpu="41",mode="softirq"} 297.72 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 10242.64 node_cpu_seconds_total{cpu="41",mode="user"} 11782.65 node_cpu_seconds_total{cpu="42",mode="idle"} 1.16025295e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 91907.77 node_cpu_seconds_total{cpu="42",mode="irq"} 1514.49 node_cpu_seconds_total{cpu="42",mode="nice"} 89411.01 node_cpu_seconds_total{cpu="42",mode="softirq"} 328.82 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 12556.94 node_cpu_seconds_total{cpu="42",mode="user"} 11822.2 node_cpu_seconds_total{cpu="43",mode="idle"} 1.22972839e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 67951.64 node_cpu_seconds_total{cpu="43",mode="irq"} 1202.7 node_cpu_seconds_total{cpu="43",mode="nice"} 46503.38 node_cpu_seconds_total{cpu="43",mode="softirq"} 300.59 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 10356.85 node_cpu_seconds_total{cpu="43",mode="user"} 11722.66 node_cpu_seconds_total{cpu="44",mode="idle"} 1.2460662e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 62327.85 node_cpu_seconds_total{cpu="44",mode="irq"} 1131.26 node_cpu_seconds_total{cpu="44",mode="nice"} 36071.23 node_cpu_seconds_total{cpu="44",mode="softirq"} 292.48 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 10234.25 node_cpu_seconds_total{cpu="44",mode="user"} 11644.86 node_cpu_seconds_total{cpu="45",mode="idle"} 1.17212022e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 84070.88 node_cpu_seconds_total{cpu="45",mode="irq"} 1480.3 node_cpu_seconds_total{cpu="45",mode="nice"} 85115.08 node_cpu_seconds_total{cpu="45",mode="softirq"} 323.12 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 12736.27 node_cpu_seconds_total{cpu="45",mode="user"} 11959.93 node_cpu_seconds_total{cpu="46",mode="idle"} 1.22714257e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 75185.53 node_cpu_seconds_total{cpu="46",mode="irq"} 1165.94 node_cpu_seconds_total{cpu="46",mode="nice"} 41495.99 node_cpu_seconds_total{cpu="46",mode="softirq"} 298.43 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 10598.02 node_cpu_seconds_total{cpu="46",mode="user"} 11874.75 node_cpu_seconds_total{cpu="47",mode="idle"} 1.24190988e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 59733.77 node_cpu_seconds_total{cpu="47",mode="irq"} 1174.9 node_cpu_seconds_total{cpu="47",mode="nice"} 42975.67 node_cpu_seconds_total{cpu="47",mode="softirq"} 292.93 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 10139.75 node_cpu_seconds_total{cpu="47",mode="user"} 11549.63 node_cpu_seconds_total{cpu="48",mode="idle"} 1.14159277e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 100152.17 node_cpu_seconds_total{cpu="48",mode="irq"} 1950.1 node_cpu_seconds_total{cpu="48",mode="nice"} 91092.64 node_cpu_seconds_total{cpu="48",mode="softirq"} 512.88 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 13513.06 node_cpu_seconds_total{cpu="48",mode="user"} 18322.1 node_cpu_seconds_total{cpu="49",mode="idle"} 1.26084753e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 34554.96 node_cpu_seconds_total{cpu="49",mode="irq"} 2221.26 node_cpu_seconds_total{cpu="49",mode="nice"} 24826.2 node_cpu_seconds_total{cpu="49",mode="softirq"} 11493.38 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 15480.28 node_cpu_seconds_total{cpu="49",mode="user"} 17821.12 node_cpu_seconds_total{cpu="5",mode="idle"} 1.2207739e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 69545.95 node_cpu_seconds_total{cpu="5",mode="irq"} 1896.72 node_cpu_seconds_total{cpu="5",mode="nice"} 41531.06 node_cpu_seconds_total{cpu="5",mode="softirq"} 4835.77 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 14554.12 node_cpu_seconds_total{cpu="5",mode="user"} 13801.56 node_cpu_seconds_total{cpu="50",mode="idle"} 1.13850964e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 158822.7 node_cpu_seconds_total{cpu="50",mode="irq"} 1643.86 node_cpu_seconds_total{cpu="50",mode="nice"} 37383.31 node_cpu_seconds_total{cpu="50",mode="softirq"} 2497.07 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 12404.59 node_cpu_seconds_total{cpu="50",mode="user"} 16174.11 node_cpu_seconds_total{cpu="51",mode="idle"} 1.15875897e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 121169.79 node_cpu_seconds_total{cpu="51",mode="irq"} 1651.98 node_cpu_seconds_total{cpu="51",mode="nice"} 57945.18 node_cpu_seconds_total{cpu="51",mode="softirq"} 734.37 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 13736.53 node_cpu_seconds_total{cpu="51",mode="user"} 13247.63 node_cpu_seconds_total{cpu="52",mode="idle"} 1.23310392e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 73693.74 node_cpu_seconds_total{cpu="52",mode="irq"} 1485.29 node_cpu_seconds_total{cpu="52",mode="nice"} 33788.44 node_cpu_seconds_total{cpu="52",mode="softirq"} 448.63 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 11630.2 node_cpu_seconds_total{cpu="52",mode="user"} 13182.21 node_cpu_seconds_total{cpu="53",mode="idle"} 1.23756881e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 59992.83 node_cpu_seconds_total{cpu="53",mode="irq"} 1703.96 node_cpu_seconds_total{cpu="53",mode="nice"} 40034.51 node_cpu_seconds_total{cpu="53",mode="softirq"} 2488.4 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 12512.29 node_cpu_seconds_total{cpu="53",mode="user"} 12946.27 node_cpu_seconds_total{cpu="54",mode="idle"} 1.14229173e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 134145.55 node_cpu_seconds_total{cpu="54",mode="irq"} 1880.98 node_cpu_seconds_total{cpu="54",mode="nice"} 56962.36 node_cpu_seconds_total{cpu="54",mode="softirq"} 3497.28 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 15081.17 node_cpu_seconds_total{cpu="54",mode="user"} 13399.14 node_cpu_seconds_total{cpu="55",mode="idle"} 1.22378146e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 80270.81 node_cpu_seconds_total{cpu="55",mode="irq"} 1531.1 node_cpu_seconds_total{cpu="55",mode="nice"} 36443.27 node_cpu_seconds_total{cpu="55",mode="softirq"} 465.3 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 11780.63 node_cpu_seconds_total{cpu="55",mode="user"} 13064.49 node_cpu_seconds_total{cpu="56",mode="idle"} 1.1655282e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 140035.61 node_cpu_seconds_total{cpu="56",mode="irq"} 1738.8 node_cpu_seconds_total{cpu="56",mode="nice"} 31078.53 node_cpu_seconds_total{cpu="56",mode="softirq"} 3281.71 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 12660.38 node_cpu_seconds_total{cpu="56",mode="user"} 12972.91 node_cpu_seconds_total{cpu="57",mode="idle"} 1.19051154e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 90597.43 node_cpu_seconds_total{cpu="57",mode="irq"} 1666.88 node_cpu_seconds_total{cpu="57",mode="nice"} 58064.06 node_cpu_seconds_total{cpu="57",mode="softirq"} 449.65 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 13229.4 node_cpu_seconds_total{cpu="57",mode="user"} 12838.48 node_cpu_seconds_total{cpu="58",mode="idle"} 1.25347448e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 56005.62 node_cpu_seconds_total{cpu="58",mode="irq"} 1509.7 node_cpu_seconds_total{cpu="58",mode="nice"} 31188.58 node_cpu_seconds_total{cpu="58",mode="softirq"} 480.31 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 11697.13 node_cpu_seconds_total{cpu="58",mode="user"} 12983.6 node_cpu_seconds_total{cpu="59",mode="idle"} 1.24374557e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 59182.94 node_cpu_seconds_total{cpu="59",mode="irq"} 1571.19 node_cpu_seconds_total{cpu="59",mode="nice"} 37633.59 node_cpu_seconds_total{cpu="59",mode="softirq"} 751.27 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 11677.72 node_cpu_seconds_total{cpu="59",mode="user"} 12817.77 node_cpu_seconds_total{cpu="6",mode="idle"} 1.05829509e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 161339.68 node_cpu_seconds_total{cpu="6",mode="irq"} 2032.18 node_cpu_seconds_total{cpu="6",mode="nice"} 115243.28 node_cpu_seconds_total{cpu="6",mode="softirq"} 1116.32 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 16098.34 node_cpu_seconds_total{cpu="6",mode="user"} 13176.3 node_cpu_seconds_total{cpu="60",mode="idle"} 1.18403374e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 82701.13 node_cpu_seconds_total{cpu="60",mode="irq"} 1732.55 node_cpu_seconds_total{cpu="60",mode="nice"} 73174.31 node_cpu_seconds_total{cpu="60",mode="softirq"} 493.55 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 12951.39 node_cpu_seconds_total{cpu="60",mode="user"} 12271.09 node_cpu_seconds_total{cpu="61",mode="idle"} 1.18326235e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 122363.03 node_cpu_seconds_total{cpu="61",mode="irq"} 1504.79 node_cpu_seconds_total{cpu="61",mode="nice"} 35554.18 node_cpu_seconds_total{cpu="61",mode="softirq"} 421.07 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 11553.89 node_cpu_seconds_total{cpu="61",mode="user"} 12683.74 node_cpu_seconds_total{cpu="62",mode="idle"} 1.20993834e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 91067.87 node_cpu_seconds_total{cpu="62",mode="irq"} 1672.47 node_cpu_seconds_total{cpu="62",mode="nice"} 36674.08 node_cpu_seconds_total{cpu="62",mode="softirq"} 3106.39 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 12402.52 node_cpu_seconds_total{cpu="62",mode="user"} 12457.19 node_cpu_seconds_total{cpu="63",mode="idle"} 1.19966922e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 72856.12 node_cpu_seconds_total{cpu="63",mode="irq"} 2390.57 node_cpu_seconds_total{cpu="63",mode="nice"} 53720.51 node_cpu_seconds_total{cpu="63",mode="softirq"} 9222.18 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 16784.13 node_cpu_seconds_total{cpu="63",mode="user"} 12422 node_cpu_seconds_total{cpu="64",mode="idle"} 1.12459203e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 173765.46 node_cpu_seconds_total{cpu="64",mode="irq"} 1894.77 node_cpu_seconds_total{cpu="64",mode="nice"} 33891.94 node_cpu_seconds_total{cpu="64",mode="softirq"} 4704.32 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 15043.78 node_cpu_seconds_total{cpu="64",mode="user"} 13156.92 node_cpu_seconds_total{cpu="65",mode="idle"} 1.16118632e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 130825.73 node_cpu_seconds_total{cpu="65",mode="irq"} 1939.95 node_cpu_seconds_total{cpu="65",mode="nice"} 38923.54 node_cpu_seconds_total{cpu="65",mode="softirq"} 6087.39 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 14879.76 node_cpu_seconds_total{cpu="65",mode="user"} 13166.39 node_cpu_seconds_total{cpu="66",mode="idle"} 1.08938718e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 174555 node_cpu_seconds_total{cpu="66",mode="irq"} 1951.67 node_cpu_seconds_total{cpu="66",mode="nice"} 69233.94 node_cpu_seconds_total{cpu="66",mode="softirq"} 3288.81 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 15670.45 node_cpu_seconds_total{cpu="66",mode="user"} 13097.01 node_cpu_seconds_total{cpu="67",mode="idle"} 1.17535182e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 122603.87 node_cpu_seconds_total{cpu="67",mode="irq"} 1607.79 node_cpu_seconds_total{cpu="67",mode="nice"} 41308.68 node_cpu_seconds_total{cpu="67",mode="softirq"} 524.22 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 12759.71 node_cpu_seconds_total{cpu="67",mode="user"} 13043.37 node_cpu_seconds_total{cpu="68",mode="idle"} 1.18336521e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 115571.95 node_cpu_seconds_total{cpu="68",mode="irq"} 1617.72 node_cpu_seconds_total{cpu="68",mode="nice"} 40694.53 node_cpu_seconds_total{cpu="68",mode="softirq"} 1282.78 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 12140.19 node_cpu_seconds_total{cpu="68",mode="user"} 12602.48 node_cpu_seconds_total{cpu="69",mode="idle"} 1.19492691e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 76830.08 node_cpu_seconds_total{cpu="69",mode="irq"} 1731.66 node_cpu_seconds_total{cpu="69",mode="nice"} 68219.88 node_cpu_seconds_total{cpu="69",mode="softirq"} 853.67 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 12596.47 node_cpu_seconds_total{cpu="69",mode="user"} 12199.91 node_cpu_seconds_total{cpu="7",mode="idle"} 1.2341638e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 47292.87 node_cpu_seconds_total{cpu="7",mode="irq"} 2249.27 node_cpu_seconds_total{cpu="7",mode="nice"} 42108.09 node_cpu_seconds_total{cpu="7",mode="softirq"} 10685.99 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 16765.95 node_cpu_seconds_total{cpu="7",mode="user"} 13723.68 node_cpu_seconds_total{cpu="70",mode="idle"} 1.16369849e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 139570.06 node_cpu_seconds_total{cpu="70",mode="irq"} 1695 node_cpu_seconds_total{cpu="70",mode="nice"} 33977.76 node_cpu_seconds_total{cpu="70",mode="softirq"} 3258.28 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 12438.8 node_cpu_seconds_total{cpu="70",mode="user"} 12641.66 node_cpu_seconds_total{cpu="71",mode="idle"} 1.18402002e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 112306.82 node_cpu_seconds_total{cpu="71",mode="irq"} 1570.67 node_cpu_seconds_total{cpu="71",mode="nice"} 45157.84 node_cpu_seconds_total{cpu="71",mode="softirq"} 414.25 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 11533.92 node_cpu_seconds_total{cpu="71",mode="user"} 12366.91 node_cpu_seconds_total{cpu="72",mode="idle"} 997331.97 node_cpu_seconds_total{cpu="72",mode="iowait"} 268289.01 node_cpu_seconds_total{cpu="72",mode="irq"} 1443.88 node_cpu_seconds_total{cpu="72",mode="nice"} 60504.83 node_cpu_seconds_total{cpu="72",mode="softirq"} 358.1 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 16508.88 node_cpu_seconds_total{cpu="72",mode="user"} 23131.48 node_cpu_seconds_total{cpu="73",mode="idle"} 1.05305273e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 237216.75 node_cpu_seconds_total{cpu="73",mode="irq"} 1276.49 node_cpu_seconds_total{cpu="73",mode="nice"} 42139.11 node_cpu_seconds_total{cpu="73",mode="softirq"} 314.29 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 12504.88 node_cpu_seconds_total{cpu="73",mode="user"} 21079.15 node_cpu_seconds_total{cpu="74",mode="idle"} 1.07828157e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 227140.88 node_cpu_seconds_total{cpu="74",mode="irq"} 1172.87 node_cpu_seconds_total{cpu="74",mode="nice"} 32378.97 node_cpu_seconds_total{cpu="74",mode="softirq"} 295.69 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 10271.52 node_cpu_seconds_total{cpu="74",mode="user"} 18041.82 node_cpu_seconds_total{cpu="75",mode="idle"} 1.19427949e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 83879.77 node_cpu_seconds_total{cpu="75",mode="irq"} 1329.5 node_cpu_seconds_total{cpu="75",mode="nice"} 64959.58 node_cpu_seconds_total{cpu="75",mode="softirq"} 295.65 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 11187.56 node_cpu_seconds_total{cpu="75",mode="user"} 11868.62 node_cpu_seconds_total{cpu="76",mode="idle"} 1.21997639e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 81399.73 node_cpu_seconds_total{cpu="76",mode="irq"} 1172.26 node_cpu_seconds_total{cpu="76",mode="nice"} 42404.45 node_cpu_seconds_total{cpu="76",mode="softirq"} 282.07 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 10481.4 node_cpu_seconds_total{cpu="76",mode="user"} 12088.75 node_cpu_seconds_total{cpu="77",mode="idle"} 1.23996404e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 59172.08 node_cpu_seconds_total{cpu="77",mode="irq"} 1190.77 node_cpu_seconds_total{cpu="77",mode="nice"} 44851.3 node_cpu_seconds_total{cpu="77",mode="softirq"} 281.55 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 10411.04 node_cpu_seconds_total{cpu="77",mode="user"} 11921.63 node_cpu_seconds_total{cpu="78",mode="idle"} 1.21698329e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 59995.21 node_cpu_seconds_total{cpu="78",mode="irq"} 1336.71 node_cpu_seconds_total{cpu="78",mode="nice"} 66111.55 node_cpu_seconds_total{cpu="78",mode="softirq"} 305.42 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 11216.02 node_cpu_seconds_total{cpu="78",mode="user"} 11865.26 node_cpu_seconds_total{cpu="79",mode="idle"} 1.25687422e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 48186.31 node_cpu_seconds_total{cpu="79",mode="irq"} 1148.89 node_cpu_seconds_total{cpu="79",mode="nice"} 38450.05 node_cpu_seconds_total{cpu="79",mode="softirq"} 281.32 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 10790.4 node_cpu_seconds_total{cpu="79",mode="user"} 12064.35 node_cpu_seconds_total{cpu="8",mode="idle"} 1.09177113e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 198134.27 node_cpu_seconds_total{cpu="8",mode="irq"} 1662.48 node_cpu_seconds_total{cpu="8",mode="nice"} 47348.04 node_cpu_seconds_total{cpu="8",mode="softirq"} 730.9 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 13773.91 node_cpu_seconds_total{cpu="8",mode="user"} 13732.82 node_cpu_seconds_total{cpu="80",mode="idle"} 1.25217495e+06 node_cpu_seconds_total{cpu="80",mode="iowait"} 46309.91 node_cpu_seconds_total{cpu="80",mode="irq"} 1195.57 node_cpu_seconds_total{cpu="80",mode="nice"} 44873.02 node_cpu_seconds_total{cpu="80",mode="softirq"} 285.28 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 10871.97 node_cpu_seconds_total{cpu="80",mode="user"} 12085.71 node_cpu_seconds_total{cpu="81",mode="idle"} 1.215537e+06 node_cpu_seconds_total{cpu="81",mode="iowait"} 73994.34 node_cpu_seconds_total{cpu="81",mode="irq"} 1241.16 node_cpu_seconds_total{cpu="81",mode="nice"} 53781.71 node_cpu_seconds_total{cpu="81",mode="softirq"} 293.12 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 11132.69 node_cpu_seconds_total{cpu="81",mode="user"} 11778.96 node_cpu_seconds_total{cpu="82",mode="idle"} 1.2057117e+06 node_cpu_seconds_total{cpu="82",mode="iowait"} 97684.56 node_cpu_seconds_total{cpu="82",mode="irq"} 1150.27 node_cpu_seconds_total{cpu="82",mode="nice"} 40999.42 node_cpu_seconds_total{cpu="82",mode="softirq"} 280.88 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 10306.69 node_cpu_seconds_total{cpu="82",mode="user"} 11659.47 node_cpu_seconds_total{cpu="83",mode="idle"} 1.2420546e+06 node_cpu_seconds_total{cpu="83",mode="iowait"} 59497.27 node_cpu_seconds_total{cpu="83",mode="irq"} 1171.91 node_cpu_seconds_total{cpu="83",mode="nice"} 42940.41 node_cpu_seconds_total{cpu="83",mode="softirq"} 282.45 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 10240.13 node_cpu_seconds_total{cpu="83",mode="user"} 11609.76 node_cpu_seconds_total{cpu="84",mode="idle"} 1.17657741e+06 node_cpu_seconds_total{cpu="84",mode="iowait"} 98022.82 node_cpu_seconds_total{cpu="84",mode="irq"} 1357.56 node_cpu_seconds_total{cpu="84",mode="nice"} 68696.37 node_cpu_seconds_total{cpu="84",mode="softirq"} 289.08 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 11100.31 node_cpu_seconds_total{cpu="84",mode="user"} 11780.13 node_cpu_seconds_total{cpu="85",mode="idle"} 1.23491158e+06 node_cpu_seconds_total{cpu="85",mode="iowait"} 67217 node_cpu_seconds_total{cpu="85",mode="irq"} 1175.29 node_cpu_seconds_total{cpu="85",mode="nice"} 42619.05 node_cpu_seconds_total{cpu="85",mode="softirq"} 274.2 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 10001.38 node_cpu_seconds_total{cpu="85",mode="user"} 11613.92 node_cpu_seconds_total{cpu="86",mode="idle"} 1.23686413e+06 node_cpu_seconds_total{cpu="86",mode="iowait"} 70454.07 node_cpu_seconds_total{cpu="86",mode="irq"} 1139.23 node_cpu_seconds_total{cpu="86",mode="nice"} 37458.97 node_cpu_seconds_total{cpu="86",mode="softirq"} 350.6 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 9954.25 node_cpu_seconds_total{cpu="86",mode="user"} 11572.41 node_cpu_seconds_total{cpu="87",mode="idle"} 1.20665803e+06 node_cpu_seconds_total{cpu="87",mode="iowait"} 75421.94 node_cpu_seconds_total{cpu="87",mode="irq"} 1306.79 node_cpu_seconds_total{cpu="87",mode="nice"} 61428.42 node_cpu_seconds_total{cpu="87",mode="softirq"} 288.23 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 10992.49 node_cpu_seconds_total{cpu="87",mode="user"} 11690.68 node_cpu_seconds_total{cpu="88",mode="idle"} 1.21731529e+06 node_cpu_seconds_total{cpu="88",mode="iowait"} 83687.88 node_cpu_seconds_total{cpu="88",mode="irq"} 1186.89 node_cpu_seconds_total{cpu="88",mode="nice"} 42781.02 node_cpu_seconds_total{cpu="88",mode="softirq"} 319.79 node_cpu_seconds_total{cpu="88",mode="steal"} 0 node_cpu_seconds_total{cpu="88",mode="system"} 10543.43 node_cpu_seconds_total{cpu="88",mode="user"} 11941.09 node_cpu_seconds_total{cpu="89",mode="idle"} 1.22911054e+06 node_cpu_seconds_total{cpu="89",mode="iowait"} 51347.94 node_cpu_seconds_total{cpu="89",mode="irq"} 1326.94 node_cpu_seconds_total{cpu="89",mode="nice"} 63862.5 node_cpu_seconds_total{cpu="89",mode="softirq"} 282.4 node_cpu_seconds_total{cpu="89",mode="steal"} 0 node_cpu_seconds_total{cpu="89",mode="system"} 10404.92 node_cpu_seconds_total{cpu="89",mode="user"} 11501.21 node_cpu_seconds_total{cpu="9",mode="idle"} 1.08135302e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 132017.41 node_cpu_seconds_total{cpu="9",mode="irq"} 2260.66 node_cpu_seconds_total{cpu="9",mode="nice"} 118523.97 node_cpu_seconds_total{cpu="9",mode="softirq"} 2956.75 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 16918.34 node_cpu_seconds_total{cpu="9",mode="user"} 13317.93 node_cpu_seconds_total{cpu="90",mode="idle"} 1.19690581e+06 node_cpu_seconds_total{cpu="90",mode="iowait"} 76213.01 node_cpu_seconds_total{cpu="90",mode="irq"} 1372.26 node_cpu_seconds_total{cpu="90",mode="nice"} 70883.14 node_cpu_seconds_total{cpu="90",mode="softirq"} 285.22 node_cpu_seconds_total{cpu="90",mode="steal"} 0 node_cpu_seconds_total{cpu="90",mode="system"} 10741.2 node_cpu_seconds_total{cpu="90",mode="user"} 11416.41 node_cpu_seconds_total{cpu="91",mode="idle"} 1.23731643e+06 node_cpu_seconds_total{cpu="91",mode="iowait"} 61285.52 node_cpu_seconds_total{cpu="91",mode="irq"} 1204.11 node_cpu_seconds_total{cpu="91",mode="nice"} 45898.16 node_cpu_seconds_total{cpu="91",mode="softirq"} 279.35 node_cpu_seconds_total{cpu="91",mode="steal"} 0 node_cpu_seconds_total{cpu="91",mode="system"} 10201.81 node_cpu_seconds_total{cpu="91",mode="user"} 11602.16 node_cpu_seconds_total{cpu="92",mode="idle"} 1.25932782e+06 node_cpu_seconds_total{cpu="92",mode="iowait"} 58643.98 node_cpu_seconds_total{cpu="92",mode="irq"} 1059.14 node_cpu_seconds_total{cpu="92",mode="nice"} 26262.55 node_cpu_seconds_total{cpu="92",mode="softirq"} 272.32 node_cpu_seconds_total{cpu="92",mode="steal"} 0 node_cpu_seconds_total{cpu="92",mode="system"} 10494.14 node_cpu_seconds_total{cpu="92",mode="user"} 11558.17 node_cpu_seconds_total{cpu="93",mode="idle"} 1.21025539e+06 node_cpu_seconds_total{cpu="93",mode="iowait"} 71217.7 node_cpu_seconds_total{cpu="93",mode="irq"} 1307.46 node_cpu_seconds_total{cpu="93",mode="nice"} 62615.46 node_cpu_seconds_total{cpu="93",mode="softirq"} 280.8 node_cpu_seconds_total{cpu="93",mode="steal"} 0 node_cpu_seconds_total{cpu="93",mode="system"} 10715.38 node_cpu_seconds_total{cpu="93",mode="user"} 11412.34 node_cpu_seconds_total{cpu="94",mode="idle"} 1.23542686e+06 node_cpu_seconds_total{cpu="94",mode="iowait"} 65793.32 node_cpu_seconds_total{cpu="94",mode="irq"} 1182.86 node_cpu_seconds_total{cpu="94",mode="nice"} 43293.69 node_cpu_seconds_total{cpu="94",mode="softirq"} 290.46 node_cpu_seconds_total{cpu="94",mode="steal"} 0 node_cpu_seconds_total{cpu="94",mode="system"} 10199.65 node_cpu_seconds_total{cpu="94",mode="user"} 11551.43 node_cpu_seconds_total{cpu="95",mode="idle"} 1.25662543e+06 node_cpu_seconds_total{cpu="95",mode="iowait"} 54347.27 node_cpu_seconds_total{cpu="95",mode="irq"} 1107.23 node_cpu_seconds_total{cpu="95",mode="nice"} 33473.82 node_cpu_seconds_total{cpu="95",mode="softirq"} 281.15 node_cpu_seconds_total{cpu="95",mode="steal"} 0 node_cpu_seconds_total{cpu="95",mode="system"} 10338.39 node_cpu_seconds_total{cpu="95",mode="user"} 11577.06 # 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="sdm"} 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="sdm"} 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-db-ead94616-7a33-4f2d-b515-adb1165772ca",name="ceph--aee9ada0--abdb--4bd0--a4eb--7820c0567fd7-osd--db--ead94616--7a33--4f2d--b515--adb1165772ca",uuid="LVM-hXKHAYK26abL5j4mXeKWoclg1hApVNGl5S8kZCeXIl2oBz2BKn79gt4Osy5zzkN0",vg_name="ceph-aee9ada0-abdb-4bd0-a4eb-7820c0567fd7"} 1 node_disk_device_mapper_info{device="dm-1",lv_layer="",lv_name="osd-db-843f9a65-a8a4-4787-a492-775d81fb245e",name="ceph--aee9ada0--abdb--4bd0--a4eb--7820c0567fd7-osd--db--843f9a65--a8a4--4787--a492--775d81fb245e",uuid="LVM-hXKHAYK26abL5j4mXeKWoclg1hApVNGlZszQGNofsTe4xzdajOiQtNXIiZg7eDui",vg_name="ceph-aee9ada0-abdb-4bd0-a4eb-7820c0567fd7"} 1 node_disk_device_mapper_info{device="dm-10",lv_layer="",lv_name="osd-db-7b22c05f-deb3-4f13-abd2-858747e387d9",name="ceph--aee9ada0--abdb--4bd0--a4eb--7820c0567fd7-osd--db--7b22c05f--deb3--4f13--abd2--858747e387d9",uuid="LVM-hXKHAYK26abL5j4mXeKWoclg1hApVNGlwPJntPArfEgOYfy4jHRGly2OBIKe8Kp8",vg_name="ceph-aee9ada0-abdb-4bd0-a4eb-7820c0567fd7"} 1 node_disk_device_mapper_info{device="dm-11",lv_layer="",lv_name="osd-db-4f71167a-3419-43eb-ae29-af830a07b296",name="ceph--aee9ada0--abdb--4bd0--a4eb--7820c0567fd7-osd--db--4f71167a--3419--43eb--ae29--af830a07b296",uuid="LVM-hXKHAYK26abL5j4mXeKWoclg1hApVNGlMnMNAzOOu41AyzwKkvOIqpLmmBcBIlwE",vg_name="ceph-aee9ada0-abdb-4bd0-a4eb-7820c0567fd7"} 1 node_disk_device_mapper_info{device="dm-12",lv_layer="",lv_name="osd-db-6d62f274-0371-4a6d-b551-33a224769631",name="ceph--aee9ada0--abdb--4bd0--a4eb--7820c0567fd7-osd--db--6d62f274--0371--4a6d--b551--33a224769631",uuid="LVM-hXKHAYK26abL5j4mXeKWoclg1hApVNGlwY3QLNDPz6sl1cttV2C762GwrS99LGoF",vg_name="ceph-aee9ada0-abdb-4bd0-a4eb-7820c0567fd7"} 1 node_disk_device_mapper_info{device="dm-13",lv_layer="",lv_name="osd-block-ee3c9e83-a4ab-48b8-a9d1-4b0cc03de071",name="ceph--2fd940e9--159d--41c5--b652--e845022bf409-osd--block--ee3c9e83--a4ab--48b8--a9d1--4b0cc03de071",uuid="LVM-Nc9BpjlZm47dolgXJznWLMYnRBIvKdxXbgT9205rvTdxHI2SwCn06KNdWS0nnxs6",vg_name="ceph-2fd940e9-159d-41c5-b652-e845022bf409"} 1 node_disk_device_mapper_info{device="dm-14",lv_layer="",lv_name="osd-block-cad9ab60-405a-4403-a81d-47c30397f53e",name="ceph--63e4d53b--a57b--4633--bc2b--07e02939dd53-osd--block--cad9ab60--405a--4403--a81d--47c30397f53e",uuid="LVM-dINY0cVUUkllHSwbGBQw2xpzX7tq1JRaveeaj96WP9N11ikCh3B4h9lWZ4c4pxLg",vg_name="ceph-63e4d53b-a57b-4633-bc2b-07e02939dd53"} 1 node_disk_device_mapper_info{device="dm-15",lv_layer="",lv_name="osd-block-c45fc347-83b4-4c48-a12a-e193b26fbf0a",name="ceph--88aa6e0a--170e--495a--a533--141f08888bbc-osd--block--c45fc347--83b4--4c48--a12a--e193b26fbf0a",uuid="LVM-3Xyttw6fBn607lOKGhs97zL12uP9vgVd9AW9SaJ5O3afdDZL9vke4bAfrdgi75BY",vg_name="ceph-88aa6e0a-170e-495a-a533-141f08888bbc"} 1 node_disk_device_mapper_info{device="dm-16",lv_layer="",lv_name="osd-block-5011fdf2-d769-4e89-855d-cbce703a815a",name="ceph--ace3a32c--5f39--42a4--b6f3--898ac9b95783-osd--block--5011fdf2--d769--4e89--855d--cbce703a815a",uuid="LVM-qcTiTCIgDF9DBDJ7Xa6gWyAhLdFzhzEvZe1XDHLKf1fktDCch2pRh82J9CODVC7l",vg_name="ceph-ace3a32c-5f39-42a4-b6f3-898ac9b95783"} 1 node_disk_device_mapper_info{device="dm-17",lv_layer="",lv_name="osd-block-2179e823-5750-429a-a2fe-27425d718cc2",name="ceph--e9a4b066--9206--41a1--8a9d--81d45a38fa15-osd--block--2179e823--5750--429a--a2fe--27425d718cc2",uuid="LVM-d2gUipXGiSXauFxFy8VGxUBF3ZSMSTMDAlmFwbXcZ4QOl0FmxzgKMdo2NhFdEurn",vg_name="ceph-e9a4b066-9206-41a1-8a9d-81d45a38fa15"} 1 node_disk_device_mapper_info{device="dm-18",lv_layer="",lv_name="osd-block-9f33617a-c8b7-4724-b009-d05f622e038b",name="ceph--e9d43560--c18a--422a--b1ee--6fe4cd4e2b1e-osd--block--9f33617a--c8b7--4724--b009--d05f622e038b",uuid="LVM-T5aqhyblffD10EwGxjoP15ZmKxiLt98aFFEpB1449rva4rvssKPnQHwBOjLEdgDf",vg_name="ceph-e9d43560-c18a-422a-b1ee-6fe4cd4e2b1e"} 1 node_disk_device_mapper_info{device="dm-19",lv_layer="",lv_name="osd-block-39ce4a56-2925-4dc7-86ab-7bc4f6574638",name="ceph--39edff66--40b8--451f--8420--4755951f5a1b-osd--block--39ce4a56--2925--4dc7--86ab--7bc4f6574638",uuid="LVM-9tv5yg8GAQSEhYRwBYruz9L6OxACcgZmfT2R98roG1MBawdoerm4QIrV08VNbORd",vg_name="ceph-39edff66-40b8-451f-8420-4755951f5a1b"} 1 node_disk_device_mapper_info{device="dm-2",lv_layer="",lv_name="osd-db-0c018d15-5837-4739-9794-5e07b8eae270",name="ceph--aee9ada0--abdb--4bd0--a4eb--7820c0567fd7-osd--db--0c018d15--5837--4739--9794--5e07b8eae270",uuid="LVM-hXKHAYK26abL5j4mXeKWoclg1hApVNGlTP0RUF2w3kYtNdvPMeHbulUHhnsD88YP",vg_name="ceph-aee9ada0-abdb-4bd0-a4eb-7820c0567fd7"} 1 node_disk_device_mapper_info{device="dm-20",lv_layer="",lv_name="osd-block-6c24b616-593a-4518-9bd5-9299a91df9ab",name="ceph--84a585d5--e954--44ad--a468--4512b9ab8c5c-osd--block--6c24b616--593a--4518--9bd5--9299a91df9ab",uuid="LVM-NlL3sTeeIzryk6pRj2Q6Xd5G1n2HH2f5rhTwoo7I9wyltkpS85sZkgNrYTuQ5j61",vg_name="ceph-84a585d5-e954-44ad-a468-4512b9ab8c5c"} 1 node_disk_device_mapper_info{device="dm-21",lv_layer="",lv_name="osd-block-f706e3bc-bdb6-4d52-9f34-948b9b8d06ae",name="ceph--13efed62--ba73--424f--a580--06b74056b39e-osd--block--f706e3bc--bdb6--4d52--9f34--948b9b8d06ae",uuid="LVM-Y0Ktia6hPLmXmhie3fzCQjoiRVU602CtBMc7WWZuQc9dJhRyk1DTqglHXKEtsgdY",vg_name="ceph-13efed62-ba73-424f-a580-06b74056b39e"} 1 node_disk_device_mapper_info{device="dm-22",lv_layer="",lv_name="osd-block-d8c7eb39-3824-436b-ac1e-ed5a608e2f07",name="ceph--d44011a6--ec94--49eb--925e--aa0143790f8e-osd--block--d8c7eb39--3824--436b--ac1e--ed5a608e2f07",uuid="LVM-ElQvpGGProdA6aZqornV5aFXs7d1TLD3rhCPsiSeAeXcwrwI25BsZpdYV9nAtGUK",vg_name="ceph-d44011a6-ec94-49eb-925e-aa0143790f8e"} 1 node_disk_device_mapper_info{device="dm-23",lv_layer="",lv_name="osd-block-c511a2be-045a-45a2-8d7b-a8ac0a86983c",name="ceph--e1846732--f78c--4664--89ef--c4cee4f56bd9-osd--block--c511a2be--045a--45a2--8d7b--a8ac0a86983c",uuid="LVM-tXlJ6j46TI0vyefR1ARwkmQsJuWdlYT6BdFMxDARTUe7kdIPcyIMdTVoVh9rKzoW",vg_name="ceph-e1846732-f78c-4664-89ef-c4cee4f56bd9"} 1 node_disk_device_mapper_info{device="dm-24",lv_layer="",lv_name="osd-block-79ebac5b-d00d-43c5-9c8a-6fe50685f15a",name="ceph--7a76c109--a9e5--41c8--ac73--4e38fa4dfe08-osd--block--79ebac5b--d00d--43c5--9c8a--6fe50685f15a",uuid="LVM-UI54nprbfsSgmGEzuP3xmj5xJ3Azd0rkO5LRf0XYF8gxy5c7OfXOYovF97E2EyVH",vg_name="ceph-7a76c109-a9e5-41c8-ac73-4e38fa4dfe08"} 1 node_disk_device_mapper_info{device="dm-3",lv_layer="",lv_name="osd-db-2608b45a-beec-428a-b7e6-7a842529f99e",name="ceph--aee9ada0--abdb--4bd0--a4eb--7820c0567fd7-osd--db--2608b45a--beec--428a--b7e6--7a842529f99e",uuid="LVM-hXKHAYK26abL5j4mXeKWoclg1hApVNGlFZ0ziriWxlWhig881Yh816w1YHJS0ZHz",vg_name="ceph-aee9ada0-abdb-4bd0-a4eb-7820c0567fd7"} 1 node_disk_device_mapper_info{device="dm-4",lv_layer="",lv_name="osd-db-9372177f-4957-4cd4-855b-0b840307e028",name="ceph--aee9ada0--abdb--4bd0--a4eb--7820c0567fd7-osd--db--9372177f--4957--4cd4--855b--0b840307e028",uuid="LVM-hXKHAYK26abL5j4mXeKWoclg1hApVNGlnd2YipSAd9Ad6fY3OAeKwQ7d64swT2z4",vg_name="ceph-aee9ada0-abdb-4bd0-a4eb-7820c0567fd7"} 1 node_disk_device_mapper_info{device="dm-5",lv_layer="",lv_name="osd-db-f98e1320-1e37-4356-88e2-f2f8b9f830d5",name="ceph--aee9ada0--abdb--4bd0--a4eb--7820c0567fd7-osd--db--f98e1320--1e37--4356--88e2--f2f8b9f830d5",uuid="LVM-hXKHAYK26abL5j4mXeKWoclg1hApVNGlHHLdGDf52RHRu616MYa5GnqVJC1yV7LO",vg_name="ceph-aee9ada0-abdb-4bd0-a4eb-7820c0567fd7"} 1 node_disk_device_mapper_info{device="dm-6",lv_layer="",lv_name="osd-block-02c018ba-af5c-4c79-91c2-0a2673179bae",name="ceph--f0ec0232--2a10--44e4--b95d--5040dce72705-osd--block--02c018ba--af5c--4c79--91c2--0a2673179bae",uuid="LVM-gL0DRg231FAFdYpT0BQ2UBY1befTAcjBsOj00Jc3t5OcTHhMcjHWVt72Adcg6jC9",vg_name="ceph-f0ec0232-2a10-44e4-b95d-5040dce72705"} 1 node_disk_device_mapper_info{device="dm-7",lv_layer="",lv_name="osd-db-415bcb3c-2bd8-49ba-8aa2-d499a1800135",name="ceph--aee9ada0--abdb--4bd0--a4eb--7820c0567fd7-osd--db--415bcb3c--2bd8--49ba--8aa2--d499a1800135",uuid="LVM-hXKHAYK26abL5j4mXeKWoclg1hApVNGlo2Wh1nNq1LefGOhywCqpJImtBFdxln5F",vg_name="ceph-aee9ada0-abdb-4bd0-a4eb-7820c0567fd7"} 1 node_disk_device_mapper_info{device="dm-8",lv_layer="",lv_name="osd-db-fa765621-ef40-46b1-bd59-8e0ace246e42",name="ceph--aee9ada0--abdb--4bd0--a4eb--7820c0567fd7-osd--db--fa765621--ef40--46b1--bd59--8e0ace246e42",uuid="LVM-hXKHAYK26abL5j4mXeKWoclg1hApVNGlEKKxin110w7AESHGDoIAe1ikzRMMmyph",vg_name="ceph-aee9ada0-abdb-4bd0-a4eb-7820c0567fd7"} 1 node_disk_device_mapper_info{device="dm-9",lv_layer="",lv_name="osd-db-d340bc02-f9d7-4ad5-b95c-3c37b4e050b2",name="ceph--aee9ada0--abdb--4bd0--a4eb--7820c0567fd7-osd--db--d340bc02--f9d7--4ad5--b95c--3c37b4e050b2",uuid="LVM-hXKHAYK26abL5j4mXeKWoclg1hApVNGldJKkcmgpZWsC62cnixc2RDHyw7iIJla4",vg_name="ceph-aee9ada0-abdb-4bd0-a4eb-7820c0567fd7"} 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="nvme2n1"} 0 node_disk_discard_time_seconds_total{device="nvme3n1"} 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 # 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="nvme2n1"} 0 node_disk_discarded_sectors_total{device="nvme3n1"} 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 # 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="nvme2n1"} 0 node_disk_discards_completed_total{device="nvme3n1"} 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 # 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="nvme2n1"} 0 node_disk_discards_merged_total{device="nvme3n1"} 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 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="dm-0",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-1",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-10",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-11",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-12",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-13",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-14",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-15",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-16",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-17",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-18",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-19",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-2",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-20",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-21",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-22",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-23",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-24",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-3",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-4",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-5",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-6",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-7",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-8",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-9",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="nvme0n1",type="xfs",usage="filesystem",uuid="958261b2-2fc0-45ba-9d60-7f9185913146",version=""} 1 node_disk_filesystem_info{device="nvme1n1",type="xfs",usage="filesystem",uuid="5b4eda62-055a-44c3-929b-a5a8048d601d",version=""} 1 node_disk_filesystem_info{device="nvme2n1",type="LVM2_member",usage="raid",uuid="OD1b2U-mDDV-pp5e-sG4A-j4vQ-TZd6-VnUfJF",version="LVM2 001"} 1 node_disk_filesystem_info{device="nvme3n1",type="LVM2_member",usage="raid",uuid="MdEr43-OdOh-hlRJ-NhnA-4f1Y-nAe8-ft8DsA",version="LVM2 001"} 1 node_disk_filesystem_info{device="sda",type="LVM2_member",usage="raid",uuid="3qi8lz-Fl33-258q-s1CN-1m7A-O2DA-DxGdG0",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdb",type="LVM2_member",usage="raid",uuid="gdeM2y-IAbk-6LVD-y8TA-3aYd-pggm-PnmHTr",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdc",type="LVM2_member",usage="raid",uuid="KIVTHb-Nkni-0W4D-nPaW-9xtf-MPhm-uVbkYX",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdd",type="LVM2_member",usage="raid",uuid="0CRmNV-nxA6-vh26-rxPy-YkiH-VB6f-ZTzq5B",version="LVM2 001"} 1 node_disk_filesystem_info{device="sde",type="LVM2_member",usage="raid",uuid="RtffXy-8GoP-U1kW-pDMY-s8rp-qIta-h1kRa0",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdf",type="LVM2_member",usage="raid",uuid="ZDesvO-PipY-GQWQ-83eQ-wPBW-yQI0-WW6kbF",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdg",type="LVM2_member",usage="raid",uuid="YfC5sE-53mN-5jDG-dDnX-4Kfm-DxfZ-fzXCH4",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdh",type="LVM2_member",usage="raid",uuid="4PKUks-4XNq-620T-3fEI-0uy5-wKWO-RMhtOU",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdi",type="LVM2_member",usage="raid",uuid="1LWD7v-E0Zx-PsH7-dQzG-Ugby-2g9E-NlOdLA",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdj",type="LVM2_member",usage="raid",uuid="D5lQng-EJ5w-Oy4l-9q2C-Savr-qPXt-S7tmkb",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdk",type="LVM2_member",usage="raid",uuid="D5VHTd-ePY1-uTPx-qAlw-obfy-ZEx0-YI1nvh",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdl",type="LVM2_member",usage="raid",uuid="kV3WhB-F381-yIhV-lnii-gRfb-50da-QeCk7K",version="LVM2 001"} 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"} 0 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 0 node_disk_flush_requests_time_seconds_total{device="nvme2n1"} 169326.391 node_disk_flush_requests_time_seconds_total{device="nvme3n1"} 24220.382 node_disk_flush_requests_time_seconds_total{device="sda"} 0 node_disk_flush_requests_time_seconds_total{device="sdb"} 0 node_disk_flush_requests_time_seconds_total{device="sdc"} 0 node_disk_flush_requests_time_seconds_total{device="sdd"} 0 node_disk_flush_requests_time_seconds_total{device="sde"} 0 node_disk_flush_requests_time_seconds_total{device="sdf"} 0 node_disk_flush_requests_time_seconds_total{device="sdg"} 0 node_disk_flush_requests_time_seconds_total{device="sdh"} 0 node_disk_flush_requests_time_seconds_total{device="sdi"} 0 node_disk_flush_requests_time_seconds_total{device="sdj"} 0 node_disk_flush_requests_time_seconds_total{device="sdk"} 0 node_disk_flush_requests_time_seconds_total{device="sdl"} 0 node_disk_flush_requests_time_seconds_total{device="sdm"} 744.549 # 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"} 0 node_disk_flush_requests_total{device="nvme1n1"} 0 node_disk_flush_requests_total{device="nvme2n1"} 3.8886769e+07 node_disk_flush_requests_total{device="nvme3n1"} 8.394564e+06 node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 0 node_disk_flush_requests_total{device="sdc"} 0 node_disk_flush_requests_total{device="sdd"} 0 node_disk_flush_requests_total{device="sde"} 0 node_disk_flush_requests_total{device="sdf"} 0 node_disk_flush_requests_total{device="sdg"} 0 node_disk_flush_requests_total{device="sdh"} 0 node_disk_flush_requests_total{device="sdi"} 0 node_disk_flush_requests_total{device="sdj"} 0 node_disk_flush_requests_total{device="sdk"} 0 node_disk_flush_requests_total{device="sdl"} 0 node_disk_flush_requests_total{device="sdm"} 1.1214806e+07 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="253",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-1",major="253",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-10",major="253",minor="10",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-11",major="253",minor="11",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-12",major="253",minor="12",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-13",major="253",minor="13",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-14",major="253",minor="14",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-15",major="253",minor="15",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-16",major="253",minor="16",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-17",major="253",minor="17",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-18",major="253",minor="18",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-19",major="253",minor="19",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-2",major="253",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-20",major="253",minor="20",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-21",major="253",minor="21",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-22",major="253",minor="22",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-23",major="253",minor="23",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-24",major="253",minor="24",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-3",major="253",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-4",major="253",minor="4",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-5",major="253",minor="5",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-6",major="253",minor="6",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-7",major="253",minor="7",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-8",major="253",minor="8",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-9",major="253",minor="9",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd0",major="43",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd1",major="43",minor="32",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd10",major="43",minor="320",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd11",major="43",minor="352",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd12",major="43",minor="384",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd13",major="43",minor="416",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd14",major="43",minor="448",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd15",major="43",minor="480",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd2",major="43",minor="64",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd3",major="43",minor="96",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd4",major="43",minor="128",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd5",major="43",minor="160",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd6",major="43",minor="192",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd7",major="43",minor="224",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd8",major="43",minor="256",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd9",major="43",minor="288",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="0",model="Dell Ent NVMe P5500 RI U.2 1.92TB",path="pci-0000:01:00.0-nvme-1",revision="1.2.4",rotational="0",serial="PHAB113500X61P9SGN",wwn="eui.01000000000000005cd2e4c448405351"} 1 node_disk_info{device="nvme1n1",major="259",minor="1",model="Dell Ent NVMe P5500 RI U.2 1.92TB",path="pci-0000:02:00.0-nvme-1",revision="1.2.4",rotational="0",serial="PHAB113500ZQ1P9SGN",wwn="eui.01000000000000005cd2e4e049405351"} 1 node_disk_info{device="nvme2n1",major="259",minor="2",model="Samsung SSD 980 PRO 1TB",path="pci-0000:21:00.0-nvme-1",revision="3B2QGXA7",rotational="0",serial="S5P2NG0R735571R",wwn="eui.002538b711515b11"} 1 node_disk_info{device="nvme3n1",major="259",minor="3",model="Samsung SSD 980 PRO 1TB",path="pci-0000:22:00.0-nvme-1",revision="3B2QGXA7",rotational="0",serial="S5P2NG0R735556M",wwn="eui.002538b711515b02"} 1 node_disk_info{device="sda",major="8",minor="0",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:0:0",revision="EJ09",rotational="1",serial="11X0A070F9SH",wwn="0x5000039aa849a235"} 1 node_disk_info{device="sdb",major="8",minor="16",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:1:0",revision="EJ09",rotational="1",serial="11X0A0S4F9SH",wwn="0x5000039aa84a44d1"} 1 node_disk_info{device="sdc",major="8",minor="32",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:2:0",revision="EJ09",rotational="1",serial="11X0A0U9F9SH",wwn="0x5000039aa84a4fed"} 1 node_disk_info{device="sdd",major="8",minor="48",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:3:0",revision="EJ09",rotational="1",serial="11X0A0UHF9SH",wwn="0x5000039aa84a50f5"} 1 node_disk_info{device="sde",major="8",minor="64",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:4:0",revision="EJ09",rotational="1",serial="11X0A0TZF9SH",wwn="0x5000039aa84a4b25"} 1 node_disk_info{device="sdf",major="8",minor="80",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:5:0",revision="EJ09",rotational="1",serial="11X0A053F9SH",wwn="0x5000039aa84997ad"} 1 node_disk_info{device="sdg",major="8",minor="96",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:6:0",revision="EJ09",rotational="1",serial="11X0A075F9SH",wwn="0x5000039aa849a2ed"} 1 node_disk_info{device="sdh",major="8",minor="112",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:7:0",revision="EJ09",rotational="1",serial="11X0A0XEF9SH",wwn="0x5000039aa84a7a85"} 1 node_disk_info{device="sdi",major="8",minor="128",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:8:0",revision="EJ09",rotational="1",serial="11X0A0UGF9SH",wwn="0x5000039aa84a5089"} 1 node_disk_info{device="sdj",major="8",minor="144",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:9:0",revision="EJ09",rotational="1",serial="11X0A06LF9SH",wwn="0x5000039aa8499e5d"} 1 node_disk_info{device="sdk",major="8",minor="160",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:10:0",revision="EJ09",rotational="1",serial="11X0A05AF9SH",wwn="0x5000039aa8499801"} 1 node_disk_info{device="sdl",major="8",minor="176",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:11:0",revision="EJ09",rotational="1",serial="11X0A0UWF9SH",wwn="0x5000039aa84a5569"} 1 node_disk_info{device="sdm",major="8",minor="192",model="DELLBOSS_VD",path="pci-0000:03:00.0-ata-1.0",revision="MV.R00-0",rotational="1",serial="c60ab40883810010",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="dm-0"} 0 node_disk_io_now{device="dm-1"} 0 node_disk_io_now{device="dm-10"} 0 node_disk_io_now{device="dm-11"} 0 node_disk_io_now{device="dm-12"} 0 node_disk_io_now{device="dm-13"} 22 node_disk_io_now{device="dm-14"} 0 node_disk_io_now{device="dm-15"} 0 node_disk_io_now{device="dm-16"} 3 node_disk_io_now{device="dm-17"} 17 node_disk_io_now{device="dm-18"} 103 node_disk_io_now{device="dm-19"} 80 node_disk_io_now{device="dm-2"} 0 node_disk_io_now{device="dm-20"} 45 node_disk_io_now{device="dm-21"} 16 node_disk_io_now{device="dm-22"} 74 node_disk_io_now{device="dm-23"} 13 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="nvme2n1"} 0 node_disk_io_now{device="nvme3n1"} 0 node_disk_io_now{device="sda"} 14 node_disk_io_now{device="sdb"} 7 node_disk_io_now{device="sdc"} 70 node_disk_io_now{device="sdd"} 48 node_disk_io_now{device="sde"} 0 node_disk_io_now{device="sdf"} 12 node_disk_io_now{device="sdg"} 0 node_disk_io_now{device="sdh"} 0 node_disk_io_now{device="sdi"} 13 node_disk_io_now{device="sdj"} 11 node_disk_io_now{device="sdk"} 54 node_disk_io_now{device="sdl"} 1 node_disk_io_now{device="sdm"} 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"} 17549.772 node_disk_io_time_seconds_total{device="dm-1"} 16870.585 node_disk_io_time_seconds_total{device="dm-10"} 16470.976 node_disk_io_time_seconds_total{device="dm-11"} 18855.755 node_disk_io_time_seconds_total{device="dm-12"} 20094.583 node_disk_io_time_seconds_total{device="dm-13"} 939586.61 node_disk_io_time_seconds_total{device="dm-14"} 755883.933 node_disk_io_time_seconds_total{device="dm-15"} 791170.636 node_disk_io_time_seconds_total{device="dm-16"} 798468.405 node_disk_io_time_seconds_total{device="dm-17"} 798244.81 node_disk_io_time_seconds_total{device="dm-18"} 938795.068 node_disk_io_time_seconds_total{device="dm-19"} 892013.795 node_disk_io_time_seconds_total{device="dm-2"} 17432.508 node_disk_io_time_seconds_total{device="dm-20"} 858159.563 node_disk_io_time_seconds_total{device="dm-21"} 889104.23 node_disk_io_time_seconds_total{device="dm-22"} 973141.5210000001 node_disk_io_time_seconds_total{device="dm-23"} 771717.4230000001 node_disk_io_time_seconds_total{device="dm-24"} 808224.208 node_disk_io_time_seconds_total{device="dm-3"} 22716.564000000002 node_disk_io_time_seconds_total{device="dm-4"} 17351.474000000002 node_disk_io_time_seconds_total{device="dm-5"} 16977.54 node_disk_io_time_seconds_total{device="dm-6"} 32110.173 node_disk_io_time_seconds_total{device="dm-7"} 20271.351 node_disk_io_time_seconds_total{device="dm-8"} 15619.678 node_disk_io_time_seconds_total{device="dm-9"} 18256.762 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"} 44848.72 node_disk_io_time_seconds_total{device="nvme1n1"} 0.129 node_disk_io_time_seconds_total{device="nvme2n1"} 137072.59100000001 node_disk_io_time_seconds_total{device="nvme3n1"} 32101.281 node_disk_io_time_seconds_total{device="sda"} 858131.2490000001 node_disk_io_time_seconds_total{device="sdb"} 798215.7980000001 node_disk_io_time_seconds_total{device="sdc"} 938766.3300000001 node_disk_io_time_seconds_total{device="sdd"} 973103.0920000001 node_disk_io_time_seconds_total{device="sde"} 808187.2930000001 node_disk_io_time_seconds_total{device="sdf"} 889066.898 node_disk_io_time_seconds_total{device="sdg"} 755851.211 node_disk_io_time_seconds_total{device="sdh"} 791136.307 node_disk_io_time_seconds_total{device="sdi"} 939553.0530000001 node_disk_io_time_seconds_total{device="sdj"} 771678.3910000001 node_disk_io_time_seconds_total{device="sdk"} 891976.368 node_disk_io_time_seconds_total{device="sdl"} 798422.515 node_disk_io_time_seconds_total{device="sdm"} 3799.646 # 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"} 60857.677 node_disk_io_time_weighted_seconds_total{device="dm-1"} 61617.544 node_disk_io_time_weighted_seconds_total{device="dm-10"} 20206.943 node_disk_io_time_weighted_seconds_total{device="dm-11"} 61601.037000000004 node_disk_io_time_weighted_seconds_total{device="dm-12"} 65379.037000000004 node_disk_io_time_weighted_seconds_total{device="dm-13"} 2.506810332e+06 node_disk_io_time_weighted_seconds_total{device="dm-14"} 3.880721734e+06 node_disk_io_time_weighted_seconds_total{device="dm-15"} 2.380070778e+06 node_disk_io_time_weighted_seconds_total{device="dm-16"} 3.2710927290000003e+06 node_disk_io_time_weighted_seconds_total{device="dm-17"} 1.756677549e+06 node_disk_io_time_weighted_seconds_total{device="dm-18"} 4.198952227e+06 node_disk_io_time_weighted_seconds_total{device="dm-19"} 115906.03 node_disk_io_time_weighted_seconds_total{device="dm-2"} 60494.504 node_disk_io_time_weighted_seconds_total{device="dm-20"} 4.059764395e+06 node_disk_io_time_weighted_seconds_total{device="dm-21"} 3.833598525e+06 node_disk_io_time_weighted_seconds_total{device="dm-22"} 3.3461528170000003e+06 node_disk_io_time_weighted_seconds_total{device="dm-23"} 961703.057 node_disk_io_time_weighted_seconds_total{device="dm-24"} 2.544607985e+06 node_disk_io_time_weighted_seconds_total{device="dm-3"} 67771.677 node_disk_io_time_weighted_seconds_total{device="dm-4"} 45667.191 node_disk_io_time_weighted_seconds_total{device="dm-5"} 52118.952 node_disk_io_time_weighted_seconds_total{device="dm-6"} 64462.266 node_disk_io_time_weighted_seconds_total{device="dm-7"} 69716.796 node_disk_io_time_weighted_seconds_total{device="dm-8"} 57929.951 node_disk_io_time_weighted_seconds_total{device="dm-9"} 48066.79 node_disk_io_time_weighted_seconds_total{device="nbd0"} 0 node_disk_io_time_weighted_seconds_total{device="nbd1"} 0 node_disk_io_time_weighted_seconds_total{device="nbd10"} 0 node_disk_io_time_weighted_seconds_total{device="nbd11"} 0 node_disk_io_time_weighted_seconds_total{device="nbd12"} 0 node_disk_io_time_weighted_seconds_total{device="nbd13"} 0 node_disk_io_time_weighted_seconds_total{device="nbd14"} 0 node_disk_io_time_weighted_seconds_total{device="nbd15"} 0 node_disk_io_time_weighted_seconds_total{device="nbd2"} 0 node_disk_io_time_weighted_seconds_total{device="nbd3"} 0 node_disk_io_time_weighted_seconds_total{device="nbd4"} 0 node_disk_io_time_weighted_seconds_total{device="nbd5"} 0 node_disk_io_time_weighted_seconds_total{device="nbd6"} 0 node_disk_io_time_weighted_seconds_total{device="nbd7"} 0 node_disk_io_time_weighted_seconds_total{device="nbd8"} 0 node_disk_io_time_weighted_seconds_total{device="nbd9"} 0 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 2.535334344e+06 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 0.17400000000000002 node_disk_io_time_weighted_seconds_total{device="nvme2n1"} 402581.052 node_disk_io_time_weighted_seconds_total{device="nvme3n1"} 64977.546 node_disk_io_time_weighted_seconds_total{device="sda"} 510822.77400000003 node_disk_io_time_weighted_seconds_total{device="sdb"} 3.578885036e+06 node_disk_io_time_weighted_seconds_total{device="sdc"} 3.208587495e+06 node_disk_io_time_weighted_seconds_total{device="sdd"} 2.370967845e+06 node_disk_io_time_weighted_seconds_total{device="sde"} 3.930033805e+06 node_disk_io_time_weighted_seconds_total{device="sdf"} 434507.634 node_disk_io_time_weighted_seconds_total{device="sdg"} 2.239887557e+06 node_disk_io_time_weighted_seconds_total{device="sdh"} 3.906469867e+06 node_disk_io_time_weighted_seconds_total{device="sdi"} 1.883304071e+06 node_disk_io_time_weighted_seconds_total{device="sdj"} 3.069481742e+06 node_disk_io_time_weighted_seconds_total{device="sdk"} 821718.365 node_disk_io_time_weighted_seconds_total{device="sdl"} 172728.902 node_disk_io_time_weighted_seconds_total{device="sdm"} 13880.455 # 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"} 6.0842446848e+10 node_disk_read_bytes_total{device="dm-1"} 6.597392384e+10 node_disk_read_bytes_total{device="dm-10"} 5.5420719104e+10 node_disk_read_bytes_total{device="dm-11"} 7.9481831424e+10 node_disk_read_bytes_total{device="dm-12"} 8.5033148416e+10 node_disk_read_bytes_total{device="dm-13"} 3.139390810112e+13 node_disk_read_bytes_total{device="dm-14"} 2.5755090784256e+13 node_disk_read_bytes_total{device="dm-15"} 2.6047295225856e+13 node_disk_read_bytes_total{device="dm-16"} 2.651820756992e+13 node_disk_read_bytes_total{device="dm-17"} 2.6722426413056e+13 node_disk_read_bytes_total{device="dm-18"} 3.089526448128e+13 node_disk_read_bytes_total{device="dm-19"} 3.047373379584e+13 node_disk_read_bytes_total{device="dm-2"} 6.3189979136e+10 node_disk_read_bytes_total{device="dm-20"} 2.9182696259584e+13 node_disk_read_bytes_total{device="dm-21"} 2.9695347675136e+13 node_disk_read_bytes_total{device="dm-22"} 3.2432427835392e+13 node_disk_read_bytes_total{device="dm-23"} 2.620246863872e+13 node_disk_read_bytes_total{device="dm-24"} 2.680765718528e+13 node_disk_read_bytes_total{device="dm-3"} 7.4267951104e+10 node_disk_read_bytes_total{device="dm-4"} 6.636228608e+10 node_disk_read_bytes_total{device="dm-5"} 6.2901317632e+10 node_disk_read_bytes_total{device="dm-6"} 6.705385472e+10 node_disk_read_bytes_total{device="dm-7"} 7.4181902336e+10 node_disk_read_bytes_total{device="dm-8"} 4.17837056e+10 node_disk_read_bytes_total{device="dm-9"} 5.9554033664e+10 node_disk_read_bytes_total{device="nbd0"} 0 node_disk_read_bytes_total{device="nbd1"} 0 node_disk_read_bytes_total{device="nbd10"} 0 node_disk_read_bytes_total{device="nbd11"} 0 node_disk_read_bytes_total{device="nbd12"} 0 node_disk_read_bytes_total{device="nbd13"} 0 node_disk_read_bytes_total{device="nbd14"} 0 node_disk_read_bytes_total{device="nbd15"} 0 node_disk_read_bytes_total{device="nbd2"} 0 node_disk_read_bytes_total{device="nbd3"} 0 node_disk_read_bytes_total{device="nbd4"} 0 node_disk_read_bytes_total{device="nbd5"} 0 node_disk_read_bytes_total{device="nbd6"} 0 node_disk_read_bytes_total{device="nbd7"} 0 node_disk_read_bytes_total{device="nbd8"} 0 node_disk_read_bytes_total{device="nbd9"} 0 node_disk_read_bytes_total{device="nvme0n1"} 3.78460653568e+11 node_disk_read_bytes_total{device="nvme1n1"} 2.5997312e+07 node_disk_read_bytes_total{device="nvme2n1"} 7.8900647936e+11 node_disk_read_bytes_total{device="nvme3n1"} 6.706276352e+10 node_disk_read_bytes_total{device="sda"} 2.9182705086464e+13 node_disk_read_bytes_total{device="sdb"} 2.6722435309568e+13 node_disk_read_bytes_total{device="sdc"} 3.0895273304064e+13 node_disk_read_bytes_total{device="sdd"} 3.2432436580352e+13 node_disk_read_bytes_total{device="sde"} 2.6807666020352e+13 node_disk_read_bytes_total{device="sdf"} 2.9695356616704e+13 node_disk_read_bytes_total{device="sdg"} 2.5755099693056e+13 node_disk_read_bytes_total{device="sdh"} 2.604730404864e+13 node_disk_read_bytes_total{device="sdi"} 3.1393916932096e+13 node_disk_read_bytes_total{device="sdj"} 2.620247752704e+13 node_disk_read_bytes_total{device="sdk"} 3.0473742618624e+13 node_disk_read_bytes_total{device="sdl"} 2.6518216511488e+13 node_disk_read_bytes_total{device="sdm"} 4.1835763712e+10 # 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"} 1843.351 node_disk_read_time_seconds_total{device="dm-1"} 1856.3600000000001 node_disk_read_time_seconds_total{device="dm-10"} 1633.5040000000001 node_disk_read_time_seconds_total{device="dm-11"} 2060.367 node_disk_read_time_seconds_total{device="dm-12"} 2006.787 node_disk_read_time_seconds_total{device="dm-13"} 1.290478289e+06 node_disk_read_time_seconds_total{device="dm-14"} 3.27421102e+06 node_disk_read_time_seconds_total{device="dm-15"} 1.637148534e+06 node_disk_read_time_seconds_total{device="dm-16"} 2.709567703e+06 node_disk_read_time_seconds_total{device="dm-17"} 1.231378808e+06 node_disk_read_time_seconds_total{device="dm-18"} 3.520897556e+06 node_disk_read_time_seconds_total{device="dm-19"} 3.869690098e+06 node_disk_read_time_seconds_total{device="dm-2"} 1723.693 node_disk_read_time_seconds_total{device="dm-20"} 3.586674703e+06 node_disk_read_time_seconds_total{device="dm-21"} 3.1587142970000003e+06 node_disk_read_time_seconds_total{device="dm-22"} 2.171436462e+06 node_disk_read_time_seconds_total{device="dm-23"} 461312.867 node_disk_read_time_seconds_total{device="dm-24"} 1.885386747e+06 node_disk_read_time_seconds_total{device="dm-3"} 2046.694 node_disk_read_time_seconds_total{device="dm-4"} 1783.943 node_disk_read_time_seconds_total{device="dm-5"} 1915.998 node_disk_read_time_seconds_total{device="dm-6"} 8556.569 node_disk_read_time_seconds_total{device="dm-7"} 2128.618 node_disk_read_time_seconds_total{device="dm-8"} 1246.83 node_disk_read_time_seconds_total{device="dm-9"} 1600.503 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"} 5150.289 node_disk_read_time_seconds_total{device="nvme1n1"} 0.17400000000000002 node_disk_read_time_seconds_total{device="nvme2n1"} 21903.683 node_disk_read_time_seconds_total{device="nvme3n1"} 5263.003 node_disk_read_time_seconds_total{device="sda"} 472515.295 node_disk_read_time_seconds_total{device="sdb"} 3.538028931e+06 node_disk_read_time_seconds_total{device="sdc"} 3.1568409e+06 node_disk_read_time_seconds_total{device="sdd"} 2.287455593e+06 node_disk_read_time_seconds_total{device="sde"} 3.878437772e+06 node_disk_read_time_seconds_total{device="sdf"} 383953.342 node_disk_read_time_seconds_total{device="sdg"} 2.192709093e+06 node_disk_read_time_seconds_total{device="sdh"} 3.850496293e+06 node_disk_read_time_seconds_total{device="sdi"} 1.798610036e+06 node_disk_read_time_seconds_total{device="sdj"} 3.031463735e+06 node_disk_read_time_seconds_total{device="sdk"} 780173.843 node_disk_read_time_seconds_total{device="sdl"} 127967.874 node_disk_read_time_seconds_total{device="sdm"} 2812.525 # 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.775048e+06 node_disk_reads_completed_total{device="dm-1"} 2.879077e+06 node_disk_reads_completed_total{device="dm-10"} 2.94517e+06 node_disk_reads_completed_total{device="dm-11"} 3.5578e+06 node_disk_reads_completed_total{device="dm-12"} 3.355187e+06 node_disk_reads_completed_total{device="dm-13"} 5.00228709e+08 node_disk_reads_completed_total{device="dm-14"} 4.1243139e+08 node_disk_reads_completed_total{device="dm-15"} 4.19275275e+08 node_disk_reads_completed_total{device="dm-16"} 4.26345785e+08 node_disk_reads_completed_total{device="dm-17"} 4.28636779e+08 node_disk_reads_completed_total{device="dm-18"} 4.94347555e+08 node_disk_reads_completed_total{device="dm-19"} 4.86279079e+08 node_disk_reads_completed_total{device="dm-2"} 2.569837e+06 node_disk_reads_completed_total{device="dm-20"} 4.67716479e+08 node_disk_reads_completed_total{device="dm-21"} 4.74452412e+08 node_disk_reads_completed_total{device="dm-22"} 5.18339777e+08 node_disk_reads_completed_total{device="dm-23"} 4.21080633e+08 node_disk_reads_completed_total{device="dm-24"} 4.3049848e+08 node_disk_reads_completed_total{device="dm-3"} 3.275153e+06 node_disk_reads_completed_total{device="dm-4"} 2.719482e+06 node_disk_reads_completed_total{device="dm-5"} 2.826383e+06 node_disk_reads_completed_total{device="dm-6"} 3.975131e+06 node_disk_reads_completed_total{device="dm-7"} 3.080969e+06 node_disk_reads_completed_total{device="dm-8"} 1.773399e+06 node_disk_reads_completed_total{device="dm-9"} 2.692471e+06 node_disk_reads_completed_total{device="nbd0"} 0 node_disk_reads_completed_total{device="nbd1"} 0 node_disk_reads_completed_total{device="nbd10"} 0 node_disk_reads_completed_total{device="nbd11"} 0 node_disk_reads_completed_total{device="nbd12"} 0 node_disk_reads_completed_total{device="nbd13"} 0 node_disk_reads_completed_total{device="nbd14"} 0 node_disk_reads_completed_total{device="nbd15"} 0 node_disk_reads_completed_total{device="nbd2"} 0 node_disk_reads_completed_total{device="nbd3"} 0 node_disk_reads_completed_total{device="nbd4"} 0 node_disk_reads_completed_total{device="nbd5"} 0 node_disk_reads_completed_total{device="nbd6"} 0 node_disk_reads_completed_total{device="nbd7"} 0 node_disk_reads_completed_total{device="nbd8"} 0 node_disk_reads_completed_total{device="nbd9"} 0 node_disk_reads_completed_total{device="nvme0n1"} 6.169082e+06 node_disk_reads_completed_total{device="nvme1n1"} 1190 node_disk_reads_completed_total{device="nvme2n1"} 3.445176e+07 node_disk_reads_completed_total{device="nvme3n1"} 2.650114e+06 node_disk_reads_completed_total{device="sda"} 2.44597435e+08 node_disk_reads_completed_total{device="sdb"} 2.25054673e+08 node_disk_reads_completed_total{device="sdc"} 2.66662309e+08 node_disk_reads_completed_total{device="sdd"} 2.79042636e+08 node_disk_reads_completed_total{device="sde"} 2.26187976e+08 node_disk_reads_completed_total{device="sdf"} 2.53393699e+08 node_disk_reads_completed_total{device="sdg"} 2.14596852e+08 node_disk_reads_completed_total{device="sdh"} 2.18971701e+08 node_disk_reads_completed_total{device="sdi"} 2.68487649e+08 node_disk_reads_completed_total{device="sdj"} 2.19493066e+08 node_disk_reads_completed_total{device="sdk"} 2.595884e+08 node_disk_reads_completed_total{device="sdl"} 2.25251188e+08 node_disk_reads_completed_total{device="sdm"} 2.08648e+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"} 53 node_disk_reads_merged_total{device="nvme1n1"} 0 node_disk_reads_merged_total{device="nvme2n1"} 0 node_disk_reads_merged_total{device="nvme3n1"} 1.3252e+06 node_disk_reads_merged_total{device="sda"} 2.23119212e+08 node_disk_reads_merged_total{device="sdb"} 2.03582285e+08 node_disk_reads_merged_total{device="sdc"} 2.27685439e+08 node_disk_reads_merged_total{device="sdd"} 2.39297336e+08 node_disk_reads_merged_total{device="sde"} 2.04310667e+08 node_disk_reads_merged_total{device="sdf"} 2.2105888e+08 node_disk_reads_merged_total{device="sdg"} 1.97834704e+08 node_disk_reads_merged_total{device="sdh"} 2.00303734e+08 node_disk_reads_merged_total{device="sdi"} 2.31741231e+08 node_disk_reads_merged_total{device="sdj"} 2.01587737e+08 node_disk_reads_merged_total{device="sdk"} 2.26690865e+08 node_disk_reads_merged_total{device="sdl"} 2.01094762e+08 node_disk_reads_merged_total{device="sdm"} 174383 # 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"} 59014.326 node_disk_write_time_seconds_total{device="dm-1"} 59761.184 node_disk_write_time_seconds_total{device="dm-10"} 18573.439000000002 node_disk_write_time_seconds_total{device="dm-11"} 59540.67 node_disk_write_time_seconds_total{device="dm-12"} 63372.25 node_disk_write_time_seconds_total{device="dm-13"} 1.216332043e+06 node_disk_write_time_seconds_total{device="dm-14"} 606510.714 node_disk_write_time_seconds_total{device="dm-15"} 742922.2440000001 node_disk_write_time_seconds_total{device="dm-16"} 561525.026 node_disk_write_time_seconds_total{device="dm-17"} 525298.741 node_disk_write_time_seconds_total{device="dm-18"} 678054.671 node_disk_write_time_seconds_total{device="dm-19"} 541183.228 node_disk_write_time_seconds_total{device="dm-2"} 58770.811 node_disk_write_time_seconds_total{device="dm-20"} 473089.692 node_disk_write_time_seconds_total{device="dm-21"} 674884.228 node_disk_write_time_seconds_total{device="dm-22"} 1.174716355e+06 node_disk_write_time_seconds_total{device="dm-23"} 500390.19 node_disk_write_time_seconds_total{device="dm-24"} 659221.238 node_disk_write_time_seconds_total{device="dm-3"} 65724.98300000001 node_disk_write_time_seconds_total{device="dm-4"} 43883.248 node_disk_write_time_seconds_total{device="dm-5"} 50202.954 node_disk_write_time_seconds_total{device="dm-6"} 55905.697 node_disk_write_time_seconds_total{device="dm-7"} 67588.178 node_disk_write_time_seconds_total{device="dm-8"} 56683.121 node_disk_write_time_seconds_total{device="dm-9"} 46466.287000000004 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"} 2.530184055e+06 node_disk_write_time_seconds_total{device="nvme1n1"} 0 node_disk_write_time_seconds_total{device="nvme2n1"} 211350.977 node_disk_write_time_seconds_total{device="nvme3n1"} 35494.16 node_disk_write_time_seconds_total{device="sda"} 38307.479 node_disk_write_time_seconds_total{device="sdb"} 40856.104 node_disk_write_time_seconds_total{device="sdc"} 51746.594000000005 node_disk_write_time_seconds_total{device="sdd"} 83512.25200000001 node_disk_write_time_seconds_total{device="sde"} 51596.033 node_disk_write_time_seconds_total{device="sdf"} 50554.291 node_disk_write_time_seconds_total{device="sdg"} 47178.463 node_disk_write_time_seconds_total{device="sdh"} 55973.573000000004 node_disk_write_time_seconds_total{device="sdi"} 84694.034 node_disk_write_time_seconds_total{device="sdj"} 38018.006 node_disk_write_time_seconds_total{device="sdk"} 41544.521 node_disk_write_time_seconds_total{device="sdl"} 44761.028 node_disk_write_time_seconds_total{device="sdm"} 10323.380000000001 # 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"} 2.1538731e+07 node_disk_writes_completed_total{device="dm-1"} 2.023356e+07 node_disk_writes_completed_total{device="dm-10"} 1.4294528e+07 node_disk_writes_completed_total{device="dm-11"} 2.3285142e+07 node_disk_writes_completed_total{device="dm-12"} 2.4153238e+07 node_disk_writes_completed_total{device="dm-13"} 2.6203802e+07 node_disk_writes_completed_total{device="dm-14"} 1.9378971e+07 node_disk_writes_completed_total{device="dm-15"} 2.0593758e+07 node_disk_writes_completed_total{device="dm-16"} 1.5665896e+07 node_disk_writes_completed_total{device="dm-17"} 1.7957023e+07 node_disk_writes_completed_total{device="dm-18"} 1.6409629e+07 node_disk_writes_completed_total{device="dm-19"} 1.741028e+07 node_disk_writes_completed_total{device="dm-2"} 2.1338599e+07 node_disk_writes_completed_total{device="dm-20"} 1.3165215e+07 node_disk_writes_completed_total{device="dm-21"} 2.0833374e+07 node_disk_writes_completed_total{device="dm-22"} 3.2117172e+07 node_disk_writes_completed_total{device="dm-23"} 1.3994849e+07 node_disk_writes_completed_total{device="dm-24"} 1.9672753e+07 node_disk_writes_completed_total{device="dm-3"} 2.6385655e+07 node_disk_writes_completed_total{device="dm-4"} 2.5584592e+07 node_disk_writes_completed_total{device="dm-5"} 1.7580243e+07 node_disk_writes_completed_total{device="dm-6"} 7.8512777e+07 node_disk_writes_completed_total{device="dm-7"} 2.5450894e+07 node_disk_writes_completed_total{device="dm-8"} 1.5421693e+07 node_disk_writes_completed_total{device="dm-9"} 2.033059e+07 node_disk_writes_completed_total{device="nbd0"} 0 node_disk_writes_completed_total{device="nbd1"} 0 node_disk_writes_completed_total{device="nbd10"} 0 node_disk_writes_completed_total{device="nbd11"} 0 node_disk_writes_completed_total{device="nbd12"} 0 node_disk_writes_completed_total{device="nbd13"} 0 node_disk_writes_completed_total{device="nbd14"} 0 node_disk_writes_completed_total{device="nbd15"} 0 node_disk_writes_completed_total{device="nbd2"} 0 node_disk_writes_completed_total{device="nbd3"} 0 node_disk_writes_completed_total{device="nbd4"} 0 node_disk_writes_completed_total{device="nbd5"} 0 node_disk_writes_completed_total{device="nbd6"} 0 node_disk_writes_completed_total{device="nbd7"} 0 node_disk_writes_completed_total{device="nbd8"} 0 node_disk_writes_completed_total{device="nbd9"} 0 node_disk_writes_completed_total{device="nvme0n1"} 1.26242051e+08 node_disk_writes_completed_total{device="nvme1n1"} 0 node_disk_writes_completed_total{device="nvme2n1"} 8.3471028e+07 node_disk_writes_completed_total{device="nvme3n1"} 2.2593673e+07 node_disk_writes_completed_total{device="sda"} 1.312768e+06 node_disk_writes_completed_total{device="sdb"} 1.614754e+06 node_disk_writes_completed_total{device="sdc"} 1.524219e+06 node_disk_writes_completed_total{device="sdd"} 2.678982e+06 node_disk_writes_completed_total{device="sde"} 1.752369e+06 node_disk_writes_completed_total{device="sdf"} 1.865615e+06 node_disk_writes_completed_total{device="sdg"} 1.724637e+06 node_disk_writes_completed_total{device="sdh"} 1.827497e+06 node_disk_writes_completed_total{device="sdi"} 2.206228e+06 node_disk_writes_completed_total{device="sdj"} 1.314916e+06 node_disk_writes_completed_total{device="sdk"} 1.576528e+06 node_disk_writes_completed_total{device="sdl"} 1.469353e+06 node_disk_writes_completed_total{device="sdm"} 2.2867157e+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"} 2.01874e+06 node_disk_writes_merged_total{device="nvme1n1"} 0 node_disk_writes_merged_total{device="nvme2n1"} 1.72202471e+08 node_disk_writes_merged_total{device="nvme3n1"} 5.5921737e+07 node_disk_writes_merged_total{device="sda"} 1.1852481e+07 node_disk_writes_merged_total{device="sdb"} 1.6342272e+07 node_disk_writes_merged_total{device="sdc"} 1.4885411e+07 node_disk_writes_merged_total{device="sdd"} 2.9438194e+07 node_disk_writes_merged_total{device="sde"} 1.7920391e+07 node_disk_writes_merged_total{device="sdf"} 1.8967764e+07 node_disk_writes_merged_total{device="sdg"} 1.7654338e+07 node_disk_writes_merged_total{device="sdh"} 1.8766265e+07 node_disk_writes_merged_total{device="sdi"} 2.3997576e+07 node_disk_writes_merged_total{device="sdj"} 1.2679945e+07 node_disk_writes_merged_total{device="sdk"} 1.5833759e+07 node_disk_writes_merged_total{device="sdl"} 1.4196543e+07 node_disk_writes_merged_total{device="sdm"} 5.9960717e+07 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="dm-0"} 7.6505088e+10 node_disk_written_bytes_total{device="dm-1"} 7.223179264e+10 node_disk_written_bytes_total{device="dm-10"} 4.750010368e+10 node_disk_written_bytes_total{device="dm-11"} 8.2654208e+10 node_disk_written_bytes_total{device="dm-12"} 8.5288927232e+10 node_disk_written_bytes_total{device="dm-13"} 1.67586312192e+12 node_disk_written_bytes_total{device="dm-14"} 1.231728328704e+12 node_disk_written_bytes_total{device="dm-15"} 1.308962664448e+12 node_disk_written_bytes_total{device="dm-16"} 9.8909970432e+11 node_disk_written_bytes_total{device="dm-17"} 1.139547406336e+12 node_disk_written_bytes_total{device="dm-18"} 1.037745946624e+12 node_disk_written_bytes_total{device="dm-19"} 1.10414553088e+12 node_disk_written_bytes_total{device="dm-2"} 7.5802779648e+10 node_disk_written_bytes_total{device="dm-20"} 8.24477753344e+11 node_disk_written_bytes_total{device="dm-21"} 1.324726366208e+12 node_disk_written_bytes_total{device="dm-22"} 2.057406734336e+12 node_disk_written_bytes_total{device="dm-23"} 8.83247845376e+11 node_disk_written_bytes_total{device="dm-24"} 1.249753657344e+12 node_disk_written_bytes_total{device="dm-3"} 9.1244208128e+10 node_disk_written_bytes_total{device="dm-4"} 9.3260320768e+10 node_disk_written_bytes_total{device="dm-5"} 6.0934098944e+10 node_disk_written_bytes_total{device="dm-6"} 3.45968615424e+11 node_disk_written_bytes_total{device="dm-7"} 9.0010386432e+10 node_disk_written_bytes_total{device="dm-8"} 5.290627072e+10 node_disk_written_bytes_total{device="dm-9"} 7.0713151488e+10 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"} 1.2138766839808e+13 node_disk_written_bytes_total{device="nvme1n1"} 0 node_disk_written_bytes_total{device="nvme2n1"} 8.9905133568e+11 node_disk_written_bytes_total{device="nvme3n1"} 3.45968615424e+11 node_disk_written_bytes_total{device="sda"} 8.24477753344e+11 node_disk_written_bytes_total{device="sdb"} 1.139547406336e+12 node_disk_written_bytes_total{device="sdc"} 1.037745946624e+12 node_disk_written_bytes_total{device="sdd"} 2.057406734336e+12 node_disk_written_bytes_total{device="sde"} 1.249753657344e+12 node_disk_written_bytes_total{device="sdf"} 1.324726366208e+12 node_disk_written_bytes_total{device="sdg"} 1.231728328704e+12 node_disk_written_bytes_total{device="sdh"} 1.308962664448e+12 node_disk_written_bytes_total{device="sdi"} 1.67586312192e+12 node_disk_written_bytes_total{device="sdj"} 8.83247845376e+11 node_disk_written_bytes_total{device="sdk"} 1.10414553088e+12 node_disk_written_bytes_total{device="sdl"} 9.8909970432e+11 node_disk_written_bytes_total{device="sdm"} 4.322976896e+11 # 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="0590KW",board_vendor="Dell Inc.",board_version="A01",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 30368 # 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/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.871436333056e+12 node_filesystem_avail_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.02039296e+08 node_filesystem_avail_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 5.76557056e+08 node_filesystem_avail_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.50982045696e+11 node_filesystem_avail_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 2.061196995854336e+15 node_filesystem_avail_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 2.061196995854336e+15 node_filesystem_avail_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 8.2194710134784e+13 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 5.870542848e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 5.870542848e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 5.870542848e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 5.870542848e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 5.870542848e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 5.870542848e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 5.870542848e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 5.870542848e+09 node_filesystem_avail_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.1378059378688e+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/08f7b24fbf55589d0cd99f635eda9c5a9f5e82838a0e9e9a1efa06e3ca6259a4/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0a49bfef3ce7bad6307159bbccddeba2ff40e5990f45aeeaa56513d7ef55f7f2/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f112413e88e9f621e74604b4bda296dff488ec31857508c8f6c16dec01ae2d0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/119999339d3b875a9ce23470567c46bab4204f58d26ecb4e8a531d330ee7983e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3244df623d2554c1979fd7289eb094d97cd892253849a10298f9ac27dbc7dd3c/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/34e7fb6f48a09507ed4d36a56bae4c7de590fa6bb4ea072747a08438f19d2c5d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3564e0a0cec1377ce0ecfd654128daada3c6f1c74ff6cb9a0817cc66d426001b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/380842c70252a97b4e2eaeeb16ab6a562a5d3a86fb72cf2c6374fc00934b4b53/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b05160dc9758f8705b94129b0c03bd4d94d5b5cc61daa494477c95f3efde9d7/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4e7ce0ffbb13b275d6eedc217dd7d6b317e3dd4aa87a7cfeefc6983dcaee68bc/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a47c247d0f8886ec672d9444997fcaccac7fe8a8816f76e232bd53698de5968/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d374b97296356ec8984d5de17c458279a304123c76b1a8d1d581b19c8e514be/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/77b4975c5ab195934c9dc40fb27eb318fcbae2cde3d4ad764e8edb37a1a516a7/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/794344c6d215eb203f780475ba4b30a8444a2fe70414760ae3114e3e7957a569/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e520e4799d6d81c86893b7008692c0dcad177298017b41f927f260dc7a3dc0d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83d0e84e212ffbe22650f5c405f48270b13150303e040392695dc4d7d23a2a99/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/950728b8a4f54f2853b35711c7712f2507ca25616c6e0e20965c97be6caba62d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a58fe120ae700c404e5a86e47bcfd5fc08e2c74b78e330ef9babf4e6797ddce0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a6c79c6cb705212d304e85c035f779ed9a0e691437ffe4a5929d8e4575df7fc9/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2d7c31671d81c921d90ecba55b5d5e010a7c8e3826dddd789cbef0ee193d304/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba6017037aec4eea26ba60aa16e4a67bfc3fb13f0fbc03fffe47a26182023619/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bea621a18a204fd3193fa84c6afcb9919e793ff9332acd440a64ab600ed90f0b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cc1b81f21ba867731dbef51ba210725ee693f6f56ade15e5ad50543a745be6c4/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d0cc87c29734147035c48b13e88b8e056313089eca2e0910101bd388ee4b1033/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da0ba1fed02186f8451b23e8c5413e4a90b4ed58a4e6cba37bfd6fc1c9e795b5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e06c7ac183f9edd661e7c53616f4c9b169ba04b4e63ad19334eba209efe15136/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8efea3449937984edbe14ae92d619c3ac8528ec892d211ea1ea76c1d57d2383/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.076371456e+11 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_device_error{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_device_error{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_device_error{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",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/08f7b24fbf55589d0cd99f635eda9c5a9f5e82838a0e9e9a1efa06e3ca6259a4/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0a49bfef3ce7bad6307159bbccddeba2ff40e5990f45aeeaa56513d7ef55f7f2/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f112413e88e9f621e74604b4bda296dff488ec31857508c8f6c16dec01ae2d0/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/119999339d3b875a9ce23470567c46bab4204f58d26ecb4e8a531d330ee7983e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3244df623d2554c1979fd7289eb094d97cd892253849a10298f9ac27dbc7dd3c/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/34e7fb6f48a09507ed4d36a56bae4c7de590fa6bb4ea072747a08438f19d2c5d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3564e0a0cec1377ce0ecfd654128daada3c6f1c74ff6cb9a0817cc66d426001b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/380842c70252a97b4e2eaeeb16ab6a562a5d3a86fb72cf2c6374fc00934b4b53/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b05160dc9758f8705b94129b0c03bd4d94d5b5cc61daa494477c95f3efde9d7/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4e7ce0ffbb13b275d6eedc217dd7d6b317e3dd4aa87a7cfeefc6983dcaee68bc/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a47c247d0f8886ec672d9444997fcaccac7fe8a8816f76e232bd53698de5968/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d374b97296356ec8984d5de17c458279a304123c76b1a8d1d581b19c8e514be/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/77b4975c5ab195934c9dc40fb27eb318fcbae2cde3d4ad764e8edb37a1a516a7/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/794344c6d215eb203f780475ba4b30a8444a2fe70414760ae3114e3e7957a569/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e520e4799d6d81c86893b7008692c0dcad177298017b41f927f260dc7a3dc0d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83d0e84e212ffbe22650f5c405f48270b13150303e040392695dc4d7d23a2a99/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/950728b8a4f54f2853b35711c7712f2507ca25616c6e0e20965c97be6caba62d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a58fe120ae700c404e5a86e47bcfd5fc08e2c74b78e330ef9babf4e6797ddce0/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a6c79c6cb705212d304e85c035f779ed9a0e691437ffe4a5929d8e4575df7fc9/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2d7c31671d81c921d90ecba55b5d5e010a7c8e3826dddd789cbef0ee193d304/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba6017037aec4eea26ba60aa16e4a67bfc3fb13f0fbc03fffe47a26182023619/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bea621a18a204fd3193fa84c6afcb9919e793ff9332acd440a64ab600ed90f0b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cc1b81f21ba867731dbef51ba210725ee693f6f56ade15e5ad50543a745be6c4/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d0cc87c29734147035c48b13e88b8e056313089eca2e0910101bd388ee4b1033/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da0ba1fed02186f8451b23e8c5413e4a90b4ed58a4e6cba37bfd6fc1c9e795b5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e06c7ac183f9edd661e7c53616f4c9b169ba04b4e63ad19334eba209efe15136/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8efea3449937984edbe14ae92d619c3ac8528ec892d211ea1ea76c1d57d2383/shm"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87537408e+08 node_filesystem_files{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 65536 node_filesystem_files{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.4573568e+07 node_filesystem_files{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 7.16396199e+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"} 7.16396199e+08 node_filesystem_files{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.2035286e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 13022 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1.4105438e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.62034628e+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.0764875e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1.65992231e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 6.53542568e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 2.5957956247e+10 node_filesystem_files{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 2.2368862769e+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/08f7b24fbf55589d0cd99f635eda9c5a9f5e82838a0e9e9a1efa06e3ca6259a4/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0a49bfef3ce7bad6307159bbccddeba2ff40e5990f45aeeaa56513d7ef55f7f2/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f112413e88e9f621e74604b4bda296dff488ec31857508c8f6c16dec01ae2d0/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/119999339d3b875a9ce23470567c46bab4204f58d26ecb4e8a531d330ee7983e/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3244df623d2554c1979fd7289eb094d97cd892253849a10298f9ac27dbc7dd3c/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/34e7fb6f48a09507ed4d36a56bae4c7de590fa6bb4ea072747a08438f19d2c5d/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3564e0a0cec1377ce0ecfd654128daada3c6f1c74ff6cb9a0817cc66d426001b/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/380842c70252a97b4e2eaeeb16ab6a562a5d3a86fb72cf2c6374fc00934b4b53/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b05160dc9758f8705b94129b0c03bd4d94d5b5cc61daa494477c95f3efde9d7/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4e7ce0ffbb13b275d6eedc217dd7d6b317e3dd4aa87a7cfeefc6983dcaee68bc/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a47c247d0f8886ec672d9444997fcaccac7fe8a8816f76e232bd53698de5968/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d374b97296356ec8984d5de17c458279a304123c76b1a8d1d581b19c8e514be/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/77b4975c5ab195934c9dc40fb27eb318fcbae2cde3d4ad764e8edb37a1a516a7/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/794344c6d215eb203f780475ba4b30a8444a2fe70414760ae3114e3e7957a569/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e520e4799d6d81c86893b7008692c0dcad177298017b41f927f260dc7a3dc0d/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83d0e84e212ffbe22650f5c405f48270b13150303e040392695dc4d7d23a2a99/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/950728b8a4f54f2853b35711c7712f2507ca25616c6e0e20965c97be6caba62d/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a58fe120ae700c404e5a86e47bcfd5fc08e2c74b78e330ef9babf4e6797ddce0/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a6c79c6cb705212d304e85c035f779ed9a0e691437ffe4a5929d8e4575df7fc9/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2d7c31671d81c921d90ecba55b5d5e010a7c8e3826dddd789cbef0ee193d304/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba6017037aec4eea26ba60aa16e4a67bfc3fb13f0fbc03fffe47a26182023619/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bea621a18a204fd3193fa84c6afcb9919e793ff9332acd440a64ab600ed90f0b/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cc1b81f21ba867731dbef51ba210725ee693f6f56ade15e5ad50543a745be6c4/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d0cc87c29734147035c48b13e88b8e056313089eca2e0910101bd388ee4b1033/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da0ba1fed02186f8451b23e8c5413e4a90b4ed58a4e6cba37bfd6fc1c9e795b5/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e06c7ac183f9edd661e7c53616f4c9b169ba04b4e63ad19334eba209efe15136/shm"} 6.5925192e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8efea3449937984edbe14ae92d619c3ac8528ec892d211ea1ea76c1d57d2383/shm"} 6.5925192e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 819200 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87489551e+08 node_filesystem_files_free{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 65490 node_filesystem_files_free{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.3398136e+07 node_filesystem_files_free{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 1.8446744073709552e+19 node_filesystem_files_free{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 1.8446744073709552e+19 node_filesystem_files_free{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.8446744073709552e+19 node_filesystem_files_free{device="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.41053878e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.61994534e+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.0764853e+07 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1.65992216e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 6.51355182e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 2.5957947854e+10 node_filesystem_files_free{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 2.2222772432e+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/08f7b24fbf55589d0cd99f635eda9c5a9f5e82838a0e9e9a1efa06e3ca6259a4/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0a49bfef3ce7bad6307159bbccddeba2ff40e5990f45aeeaa56513d7ef55f7f2/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f112413e88e9f621e74604b4bda296dff488ec31857508c8f6c16dec01ae2d0/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/119999339d3b875a9ce23470567c46bab4204f58d26ecb4e8a531d330ee7983e/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3244df623d2554c1979fd7289eb094d97cd892253849a10298f9ac27dbc7dd3c/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/34e7fb6f48a09507ed4d36a56bae4c7de590fa6bb4ea072747a08438f19d2c5d/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3564e0a0cec1377ce0ecfd654128daada3c6f1c74ff6cb9a0817cc66d426001b/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/380842c70252a97b4e2eaeeb16ab6a562a5d3a86fb72cf2c6374fc00934b4b53/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b05160dc9758f8705b94129b0c03bd4d94d5b5cc61daa494477c95f3efde9d7/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4e7ce0ffbb13b275d6eedc217dd7d6b317e3dd4aa87a7cfeefc6983dcaee68bc/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a47c247d0f8886ec672d9444997fcaccac7fe8a8816f76e232bd53698de5968/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d374b97296356ec8984d5de17c458279a304123c76b1a8d1d581b19c8e514be/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/77b4975c5ab195934c9dc40fb27eb318fcbae2cde3d4ad764e8edb37a1a516a7/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/794344c6d215eb203f780475ba4b30a8444a2fe70414760ae3114e3e7957a569/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e520e4799d6d81c86893b7008692c0dcad177298017b41f927f260dc7a3dc0d/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83d0e84e212ffbe22650f5c405f48270b13150303e040392695dc4d7d23a2a99/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/950728b8a4f54f2853b35711c7712f2507ca25616c6e0e20965c97be6caba62d/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a58fe120ae700c404e5a86e47bcfd5fc08e2c74b78e330ef9babf4e6797ddce0/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a6c79c6cb705212d304e85c035f779ed9a0e691437ffe4a5929d8e4575df7fc9/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2d7c31671d81c921d90ecba55b5d5e010a7c8e3826dddd789cbef0ee193d304/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba6017037aec4eea26ba60aa16e4a67bfc3fb13f0fbc03fffe47a26182023619/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bea621a18a204fd3193fa84c6afcb9919e793ff9332acd440a64ab600ed90f0b/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cc1b81f21ba867731dbef51ba210725ee693f6f56ade15e5ad50543a745be6c4/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d0cc87c29734147035c48b13e88b8e056313089eca2e0910101bd388ee4b1033/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da0ba1fed02186f8451b23e8c5413e4a90b4ed58a4e6cba37bfd6fc1c9e795b5/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e06c7ac183f9edd661e7c53616f4c9b169ba04b4e63ad19334eba209efe15136/shm"} 6.5925191e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8efea3449937984edbe14ae92d619c3ac8528ec892d211ea1ea76c1d57d2383/shm"} 6.5925191e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 815270 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.871436333056e+12 node_filesystem_free_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.02039296e+08 node_filesystem_free_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 6.47020544e+08 node_filesystem_free_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.62934079488e+11 node_filesystem_free_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 2.061196995854336e+15 node_filesystem_free_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 2.061196995854336e+15 node_filesystem_free_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 8.2194710134784e+13 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 5.870542848e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 5.870542848e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 5.870542848e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 5.870542848e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 5.870542848e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 5.870542848e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 5.870542848e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 5.870542848e+09 node_filesystem_free_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.1378059378688e+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/08f7b24fbf55589d0cd99f635eda9c5a9f5e82838a0e9e9a1efa06e3ca6259a4/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0a49bfef3ce7bad6307159bbccddeba2ff40e5990f45aeeaa56513d7ef55f7f2/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f112413e88e9f621e74604b4bda296dff488ec31857508c8f6c16dec01ae2d0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/119999339d3b875a9ce23470567c46bab4204f58d26ecb4e8a531d330ee7983e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3244df623d2554c1979fd7289eb094d97cd892253849a10298f9ac27dbc7dd3c/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/34e7fb6f48a09507ed4d36a56bae4c7de590fa6bb4ea072747a08438f19d2c5d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3564e0a0cec1377ce0ecfd654128daada3c6f1c74ff6cb9a0817cc66d426001b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/380842c70252a97b4e2eaeeb16ab6a562a5d3a86fb72cf2c6374fc00934b4b53/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b05160dc9758f8705b94129b0c03bd4d94d5b5cc61daa494477c95f3efde9d7/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4e7ce0ffbb13b275d6eedc217dd7d6b317e3dd4aa87a7cfeefc6983dcaee68bc/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a47c247d0f8886ec672d9444997fcaccac7fe8a8816f76e232bd53698de5968/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d374b97296356ec8984d5de17c458279a304123c76b1a8d1d581b19c8e514be/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/77b4975c5ab195934c9dc40fb27eb318fcbae2cde3d4ad764e8edb37a1a516a7/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/794344c6d215eb203f780475ba4b30a8444a2fe70414760ae3114e3e7957a569/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e520e4799d6d81c86893b7008692c0dcad177298017b41f927f260dc7a3dc0d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83d0e84e212ffbe22650f5c405f48270b13150303e040392695dc4d7d23a2a99/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/950728b8a4f54f2853b35711c7712f2507ca25616c6e0e20965c97be6caba62d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a58fe120ae700c404e5a86e47bcfd5fc08e2c74b78e330ef9babf4e6797ddce0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a6c79c6cb705212d304e85c035f779ed9a0e691437ffe4a5929d8e4575df7fc9/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2d7c31671d81c921d90ecba55b5d5e010a7c8e3826dddd789cbef0ee193d304/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba6017037aec4eea26ba60aa16e4a67bfc3fb13f0fbc03fffe47a26182023619/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bea621a18a204fd3193fa84c6afcb9919e793ff9332acd440a64ab600ed90f0b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cc1b81f21ba867731dbef51ba210725ee693f6f56ade15e5ad50543a745be6c4/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d0cc87c29734147035c48b13e88b8e056313089eca2e0910101bd388ee4b1033/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da0ba1fed02186f8451b23e8c5413e4a90b4ed58a4e6cba37bfd6fc1c9e795b5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e06c7ac183f9edd661e7c53616f4c9b169ba04b4e63ad19334eba209efe15136/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8efea3449937984edbe14ae92d619c3ac8528ec892d211ea1ea76c1d57d2383/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.076371456e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/nvme0n1",major="259",minor="0",mountpoint="/scratch"} 1 node_filesystem_mount_info{device="/dev/sdm1",major="8",minor="193",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sdm2",major="8",minor="194",mountpoint="/boot"} 1 node_filesystem_mount_info{device="/dev/sdm3",major="8",minor="195",mountpoint="/"} 1 node_filesystem_mount_info{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",major="0",minor="445",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="46",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="45",mountpoint="/work"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="432",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="599",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="600",mountpoint="/cvmfs/atlas.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="601",mountpoint="/cvmfs/sft.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="605",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="606",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="608",mountpoint="/cvmfs/unpacked.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="621",mountpoint="/cvmfs/atlas-condb.cern.ch"} 1 node_filesystem_mount_info{device="nfs.af.uchicago.edu:/export/home",major="0",minor="49",mountpoint="/home"} 1 node_filesystem_mount_info{device="none",major="0",minor="33",mountpoint="/run/credentials/systemd-sysctl.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="34",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="36",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 1 node_filesystem_mount_info{device="shm",major="0",minor="115",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a6c79c6cb705212d304e85c035f779ed9a0e691437ffe4a5929d8e4575df7fc9/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="119",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d374b97296356ec8984d5de17c458279a304123c76b1a8d1d581b19c8e514be/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="131",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b05160dc9758f8705b94129b0c03bd4d94d5b5cc61daa494477c95f3efde9d7/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="138",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4e7ce0ffbb13b275d6eedc217dd7d6b317e3dd4aa87a7cfeefc6983dcaee68bc/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="139",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bea621a18a204fd3193fa84c6afcb9919e793ff9332acd440a64ab600ed90f0b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="143",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cc1b81f21ba867731dbef51ba210725ee693f6f56ade15e5ad50543a745be6c4/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="159",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8efea3449937984edbe14ae92d619c3ac8528ec892d211ea1ea76c1d57d2383/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="165",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/380842c70252a97b4e2eaeeb16ab6a562a5d3a86fb72cf2c6374fc00934b4b53/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="173",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/119999339d3b875a9ce23470567c46bab4204f58d26ecb4e8a531d330ee7983e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="201",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da0ba1fed02186f8451b23e8c5413e4a90b4ed58a4e6cba37bfd6fc1c9e795b5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="218",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a47c247d0f8886ec672d9444997fcaccac7fe8a8816f76e232bd53698de5968/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="227",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2d7c31671d81c921d90ecba55b5d5e010a7c8e3826dddd789cbef0ee193d304/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="232",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83d0e84e212ffbe22650f5c405f48270b13150303e040392695dc4d7d23a2a99/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="233",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e520e4799d6d81c86893b7008692c0dcad177298017b41f927f260dc7a3dc0d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="242",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/950728b8a4f54f2853b35711c7712f2507ca25616c6e0e20965c97be6caba62d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="247",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/794344c6d215eb203f780475ba4b30a8444a2fe70414760ae3114e3e7957a569/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="250",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/77b4975c5ab195934c9dc40fb27eb318fcbae2cde3d4ad764e8edb37a1a516a7/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="251",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3564e0a0cec1377ce0ecfd654128daada3c6f1c74ff6cb9a0817cc66d426001b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="254",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba6017037aec4eea26ba60aa16e4a67bfc3fb13f0fbc03fffe47a26182023619/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="257",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/08f7b24fbf55589d0cd99f635eda9c5a9f5e82838a0e9e9a1efa06e3ca6259a4/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="258",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e06c7ac183f9edd661e7c53616f4c9b169ba04b4e63ad19334eba209efe15136/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="287",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a58fe120ae700c404e5a86e47bcfd5fc08e2c74b78e330ef9babf4e6797ddce0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="288",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f112413e88e9f621e74604b4bda296dff488ec31857508c8f6c16dec01ae2d0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="289",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3244df623d2554c1979fd7289eb094d97cd892253849a10298f9ac27dbc7dd3c/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="442",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d0cc87c29734147035c48b13e88b8e056313089eca2e0910101bd388ee4b1033/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="562",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/34e7fb6f48a09507ed4d36a56bae4c7de590fa6bb4ea072747a08438f19d2c5d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="76",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0a49bfef3ce7bad6307159bbccddeba2ff40e5990f45aeeaa56513d7ef55f7f2/shm"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="24",mountpoint="/run"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_purgeable_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_purgeable_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_purgeable_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_purgeable_bytes{device="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/08f7b24fbf55589d0cd99f635eda9c5a9f5e82838a0e9e9a1efa06e3ca6259a4/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0a49bfef3ce7bad6307159bbccddeba2ff40e5990f45aeeaa56513d7ef55f7f2/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f112413e88e9f621e74604b4bda296dff488ec31857508c8f6c16dec01ae2d0/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/119999339d3b875a9ce23470567c46bab4204f58d26ecb4e8a531d330ee7983e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3244df623d2554c1979fd7289eb094d97cd892253849a10298f9ac27dbc7dd3c/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/34e7fb6f48a09507ed4d36a56bae4c7de590fa6bb4ea072747a08438f19d2c5d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3564e0a0cec1377ce0ecfd654128daada3c6f1c74ff6cb9a0817cc66d426001b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/380842c70252a97b4e2eaeeb16ab6a562a5d3a86fb72cf2c6374fc00934b4b53/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b05160dc9758f8705b94129b0c03bd4d94d5b5cc61daa494477c95f3efde9d7/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4e7ce0ffbb13b275d6eedc217dd7d6b317e3dd4aa87a7cfeefc6983dcaee68bc/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a47c247d0f8886ec672d9444997fcaccac7fe8a8816f76e232bd53698de5968/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d374b97296356ec8984d5de17c458279a304123c76b1a8d1d581b19c8e514be/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/77b4975c5ab195934c9dc40fb27eb318fcbae2cde3d4ad764e8edb37a1a516a7/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/794344c6d215eb203f780475ba4b30a8444a2fe70414760ae3114e3e7957a569/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e520e4799d6d81c86893b7008692c0dcad177298017b41f927f260dc7a3dc0d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83d0e84e212ffbe22650f5c405f48270b13150303e040392695dc4d7d23a2a99/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/950728b8a4f54f2853b35711c7712f2507ca25616c6e0e20965c97be6caba62d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a58fe120ae700c404e5a86e47bcfd5fc08e2c74b78e330ef9babf4e6797ddce0/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a6c79c6cb705212d304e85c035f779ed9a0e691437ffe4a5929d8e4575df7fc9/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2d7c31671d81c921d90ecba55b5d5e010a7c8e3826dddd789cbef0ee193d304/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba6017037aec4eea26ba60aa16e4a67bfc3fb13f0fbc03fffe47a26182023619/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bea621a18a204fd3193fa84c6afcb9919e793ff9332acd440a64ab600ed90f0b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cc1b81f21ba867731dbef51ba210725ee693f6f56ade15e5ad50543a745be6c4/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d0cc87c29734147035c48b13e88b8e056313089eca2e0910101bd388ee4b1033/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da0ba1fed02186f8451b23e8c5413e4a90b4ed58a4e6cba37bfd6fc1c9e795b5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e06c7ac183f9edd661e7c53616f4c9b169ba04b4e63ad19334eba209efe15136/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8efea3449937984edbe14ae92d619c3ac8528ec892d211ea1ea76c1d57d2383/shm"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_readonly{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_readonly{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_readonly{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_readonly{device="cvmfs2",device_error="",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/08f7b24fbf55589d0cd99f635eda9c5a9f5e82838a0e9e9a1efa06e3ca6259a4/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0a49bfef3ce7bad6307159bbccddeba2ff40e5990f45aeeaa56513d7ef55f7f2/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f112413e88e9f621e74604b4bda296dff488ec31857508c8f6c16dec01ae2d0/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/119999339d3b875a9ce23470567c46bab4204f58d26ecb4e8a531d330ee7983e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3244df623d2554c1979fd7289eb094d97cd892253849a10298f9ac27dbc7dd3c/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/34e7fb6f48a09507ed4d36a56bae4c7de590fa6bb4ea072747a08438f19d2c5d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3564e0a0cec1377ce0ecfd654128daada3c6f1c74ff6cb9a0817cc66d426001b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/380842c70252a97b4e2eaeeb16ab6a562a5d3a86fb72cf2c6374fc00934b4b53/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b05160dc9758f8705b94129b0c03bd4d94d5b5cc61daa494477c95f3efde9d7/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4e7ce0ffbb13b275d6eedc217dd7d6b317e3dd4aa87a7cfeefc6983dcaee68bc/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a47c247d0f8886ec672d9444997fcaccac7fe8a8816f76e232bd53698de5968/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d374b97296356ec8984d5de17c458279a304123c76b1a8d1d581b19c8e514be/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/77b4975c5ab195934c9dc40fb27eb318fcbae2cde3d4ad764e8edb37a1a516a7/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/794344c6d215eb203f780475ba4b30a8444a2fe70414760ae3114e3e7957a569/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e520e4799d6d81c86893b7008692c0dcad177298017b41f927f260dc7a3dc0d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83d0e84e212ffbe22650f5c405f48270b13150303e040392695dc4d7d23a2a99/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/950728b8a4f54f2853b35711c7712f2507ca25616c6e0e20965c97be6caba62d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a58fe120ae700c404e5a86e47bcfd5fc08e2c74b78e330ef9babf4e6797ddce0/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a6c79c6cb705212d304e85c035f779ed9a0e691437ffe4a5929d8e4575df7fc9/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2d7c31671d81c921d90ecba55b5d5e010a7c8e3826dddd789cbef0ee193d304/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba6017037aec4eea26ba60aa16e4a67bfc3fb13f0fbc03fffe47a26182023619/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bea621a18a204fd3193fa84c6afcb9919e793ff9332acd440a64ab600ed90f0b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cc1b81f21ba867731dbef51ba210725ee693f6f56ade15e5ad50543a745be6c4/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d0cc87c29734147035c48b13e88b8e056313089eca2e0910101bd388ee4b1033/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da0ba1fed02186f8451b23e8c5413e4a90b4ed58a4e6cba37bfd6fc1c9e795b5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e06c7ac183f9edd661e7c53616f4c9b169ba04b4e63ad19334eba209efe15136/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8efea3449937984edbe14ae92d619c3ac8528ec892d211ea1ea76c1d57d2383/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.919445725184e+12 node_filesystem_size_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.0946944e+08 node_filesystem_size_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 1.02070272e+09 node_filesystem_size_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 2.33821335552e+11 node_filesystem_size_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 5.10234636320768e+15 node_filesystem_size_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 5.10234636320768e+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.21269496315904e+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.4311849025536e+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/08f7b24fbf55589d0cd99f635eda9c5a9f5e82838a0e9e9a1efa06e3ca6259a4/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0a49bfef3ce7bad6307159bbccddeba2ff40e5990f45aeeaa56513d7ef55f7f2/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f112413e88e9f621e74604b4bda296dff488ec31857508c8f6c16dec01ae2d0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/119999339d3b875a9ce23470567c46bab4204f58d26ecb4e8a531d330ee7983e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3244df623d2554c1979fd7289eb094d97cd892253849a10298f9ac27dbc7dd3c/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/34e7fb6f48a09507ed4d36a56bae4c7de590fa6bb4ea072747a08438f19d2c5d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3564e0a0cec1377ce0ecfd654128daada3c6f1c74ff6cb9a0817cc66d426001b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/380842c70252a97b4e2eaeeb16ab6a562a5d3a86fb72cf2c6374fc00934b4b53/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b05160dc9758f8705b94129b0c03bd4d94d5b5cc61daa494477c95f3efde9d7/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4e7ce0ffbb13b275d6eedc217dd7d6b317e3dd4aa87a7cfeefc6983dcaee68bc/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a47c247d0f8886ec672d9444997fcaccac7fe8a8816f76e232bd53698de5968/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d374b97296356ec8984d5de17c458279a304123c76b1a8d1d581b19c8e514be/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/77b4975c5ab195934c9dc40fb27eb318fcbae2cde3d4ad764e8edb37a1a516a7/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/794344c6d215eb203f780475ba4b30a8444a2fe70414760ae3114e3e7957a569/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e520e4799d6d81c86893b7008692c0dcad177298017b41f927f260dc7a3dc0d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83d0e84e212ffbe22650f5c405f48270b13150303e040392695dc4d7d23a2a99/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/950728b8a4f54f2853b35711c7712f2507ca25616c6e0e20965c97be6caba62d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a58fe120ae700c404e5a86e47bcfd5fc08e2c74b78e330ef9babf4e6797ddce0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a6c79c6cb705212d304e85c035f779ed9a0e691437ffe4a5929d8e4575df7fc9/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2d7c31671d81c921d90ecba55b5d5e010a7c8e3826dddd789cbef0ee193d304/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ba6017037aec4eea26ba60aa16e4a67bfc3fb13f0fbc03fffe47a26182023619/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bea621a18a204fd3193fa84c6afcb9919e793ff9332acd440a64ab600ed90f0b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cc1b81f21ba867731dbef51ba210725ee693f6f56ade15e5ad50543a745be6c4/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d0cc87c29734147035c48b13e88b8e056313089eca2e0910101bd388ee4b1033/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da0ba1fed02186f8451b23e8c5413e4a90b4ed58a4e6cba37bfd6fc1c9e795b5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e06c7ac183f9edd661e7c53616f4c9b169ba04b4e63ad19334eba209efe15136/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8efea3449937984edbe14ae92d619c3ac8528ec892d211ea1ea76c1d57d2383/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.08011835392e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.46975481e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="pci0000:00_0000:00:18_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:19_3",chip_name="k10temp"} 1 # HELP node_hwmon_power_average_interval_max_seconds Hardware monitor power usage update interval (average_interval_max) # TYPE node_hwmon_power_average_interval_max_seconds gauge node_hwmon_power_average_interval_max_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 604800 # HELP node_hwmon_power_average_interval_min_seconds Hardware monitor power usage update interval (average_interval_min) # TYPE node_hwmon_power_average_interval_min_seconds gauge node_hwmon_power_average_interval_min_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 2 # HELP node_hwmon_power_average_interval_seconds Hardware monitor power usage update interval (average_interval) # TYPE node_hwmon_power_average_interval_seconds gauge node_hwmon_power_average_interval_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 2 # HELP node_hwmon_power_average_watt Hardware monitor for power usage in watts (average) # TYPE node_hwmon_power_average_watt gauge node_hwmon_power_average_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 507 # HELP node_hwmon_power_is_battery_watt Hardware monitor for power usage in watts (is_battery) # TYPE node_hwmon_power_is_battery_watt gauge node_hwmon_power_is_battery_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 0 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd7",sensor="temp9"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tctl",sensor="temp1"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd7",sensor="temp9"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tctl",sensor="temp1"} 1 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp1"} 40 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 33.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp5"} 36.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp7"} 36 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp9"} 35.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp1"} 41.125 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp3"} 37 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp5"} 38.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp7"} 41.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp9"} 38 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 3.8913167823e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 53.82 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 53.22 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 53.29 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 6.2886064128e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 8.6342324224e+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.3456260096e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 6.24951296e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 7.7234782208e+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.07744319488e+11 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.14843564032e+11 # HELP node_memory_CmaFree_bytes Memory information field CmaFree_bytes. # TYPE node_memory_CmaFree_bytes gauge node_memory_CmaFree_bytes 0 # HELP node_memory_CmaTotal_bytes Memory information field CmaTotal_bytes. # TYPE node_memory_CmaTotal_bytes gauge node_memory_CmaTotal_bytes 0 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.70029586432e+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.92762626048e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 4.91773755392e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 5.6595841024e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 9.59250432e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 32768 # 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.5096860672e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 4.13865496576e+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.98768635904e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.8878336e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.17868288e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.52764246016e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 5.223006208e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.4005917696e+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 3.268608e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.75644416e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.8823003136e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.92409344e+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 3.78617856e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 3.1747096576e+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.50457344e+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 788 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 1.1794161e+07 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 1.1018452e+07 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 1753 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 95608 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 366102 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 7.088657299063e+12 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 3.0917901398e+10 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 4.6038577766171e+13 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 8.5973471509421e+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 42 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 35 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 16 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 189 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 515 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 1.4591462e+07 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 54027 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 192125 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 6.395943e+06 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 5029 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 1.128381e+06 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 6.368430337e+09 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 1.116957e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.3567590307e+10 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 5.754904e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 2.7077146e+07 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 17 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 4 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 602 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 17 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 3.673744e+06 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 6 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 15183 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 5.348028e+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="cali066433ba2a4"} 3 node_network_address_assign_type{device="cali0dd57c7135a"} 3 node_network_address_assign_type{device="cali218ae4a84f0"} 3 node_network_address_assign_type{device="cali28a7b91fa52"} 3 node_network_address_assign_type{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 1 node_network_carrier{device="cali0dd57c7135a"} 1 node_network_carrier{device="cali218ae4a84f0"} 1 node_network_carrier{device="cali28a7b91fa52"} 1 node_network_carrier{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 2 node_network_carrier_changes_total{device="cali0dd57c7135a"} 2 node_network_carrier_changes_total{device="cali218ae4a84f0"} 2 node_network_carrier_changes_total{device="cali28a7b91fa52"} 2 node_network_carrier_changes_total{device="cali9c18b3beec5"} 2 node_network_carrier_changes_total{device="docker0"} 5 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="cali066433ba2a4"} 1 node_network_carrier_down_changes_total{device="cali0dd57c7135a"} 1 node_network_carrier_down_changes_total{device="cali218ae4a84f0"} 1 node_network_carrier_down_changes_total{device="cali28a7b91fa52"} 1 node_network_carrier_down_changes_total{device="cali9c18b3beec5"} 1 node_network_carrier_down_changes_total{device="docker0"} 3 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="cali066433ba2a4"} 1 node_network_carrier_up_changes_total{device="cali0dd57c7135a"} 1 node_network_carrier_up_changes_total{device="cali218ae4a84f0"} 1 node_network_carrier_up_changes_total{device="cali28a7b91fa52"} 1 node_network_carrier_up_changes_total{device="cali9c18b3beec5"} 1 node_network_carrier_up_changes_total{device="docker0"} 2 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="cali066433ba2a4"} 0 node_network_device_id{device="cali0dd57c7135a"} 0 node_network_device_id{device="cali218ae4a84f0"} 0 node_network_device_id{device="cali28a7b91fa52"} 0 node_network_device_id{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 0 node_network_dormant{device="cali0dd57c7135a"} 0 node_network_dormant{device="cali218ae4a84f0"} 0 node_network_dormant{device="cali28a7b91fa52"} 0 node_network_dormant{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 4099 node_network_flags{device="cali0dd57c7135a"} 4099 node_network_flags{device="cali218ae4a84f0"} 4099 node_network_flags{device="cali28a7b91fa52"} 4099 node_network_flags{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 10 node_network_iface_id{device="cali0dd57c7135a"} 11 node_network_iface_id{device="cali218ae4a84f0"} 12 node_network_iface_id{device="cali28a7b91fa52"} 14 node_network_iface_id{device="cali9c18b3beec5"} 13 node_network_iface_id{device="docker0"} 9 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="cali066433ba2a4"} 2 node_network_iface_link{device="cali0dd57c7135a"} 2 node_network_iface_link{device="cali218ae4a84f0"} 2 node_network_iface_link{device="cali28a7b91fa52"} 2 node_network_iface_link{device="cali9c18b3beec5"} 2 node_network_iface_link{device="docker0"} 9 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="cali066433ba2a4"} 0 node_network_iface_link_mode{device="cali0dd57c7135a"} 0 node_network_iface_link_mode{device="cali218ae4a84f0"} 0 node_network_iface_link_mode{device="cali28a7b91fa52"} 0 node_network_iface_link_mode{device="cali9c18b3beec5"} 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="70:b5:e8:f0:77:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="70:b5:e8:f0:77:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno2",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="b6:1f:86:1f:cb:05",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:91:a0",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:91:a0",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:91:a1",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="cali066433ba2a4",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="cali0dd57c7135a",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="cali218ae4a84f0",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="cali28a7b91fa52",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="cali9c18b3beec5",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="cali066433ba2a4"} 1500 node_network_mtu_bytes{device="cali0dd57c7135a"} 1500 node_network_mtu_bytes{device="cali218ae4a84f0"} 1500 node_network_mtu_bytes{device="cali28a7b91fa52"} 1500 node_network_mtu_bytes{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 3 node_network_name_assign_type{device="cali0dd57c7135a"} 3 node_network_name_assign_type{device="cali218ae4a84f0"} 3 node_network_name_assign_type{device="cali28a7b91fa52"} 3 node_network_name_assign_type{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 0 node_network_net_dev_group{device="cali0dd57c7135a"} 0 node_network_net_dev_group{device="cali218ae4a84f0"} 0 node_network_net_dev_group{device="cali28a7b91fa52"} 0 node_network_net_dev_group{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 1 node_network_protocol_type{device="cali0dd57c7135a"} 1 node_network_protocol_type{device="cali218ae4a84f0"} 1 node_network_protocol_type{device="cali28a7b91fa52"} 1 node_network_protocol_type{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 2.446839133e+09 node_network_receive_bytes_total{device="cali0dd57c7135a"} 2.92598158e+08 node_network_receive_bytes_total{device="cali218ae4a84f0"} 3.07270045e+08 node_network_receive_bytes_total{device="cali28a7b91fa52"} 26880 node_network_receive_bytes_total{device="cali9c18b3beec5"} 3.9102108e+07 node_network_receive_bytes_total{device="docker0"} 56 node_network_receive_bytes_total{device="eno1"} 1.467453603e+09 node_network_receive_bytes_total{device="eno2"} 0 node_network_receive_bytes_total{device="eno33np0"} 5.2650572256062e+13 node_network_receive_bytes_total{device="eno33np0.3604"} 5.2221962506194e+13 node_network_receive_bytes_total{device="eno34np1"} 0 node_network_receive_bytes_total{device="lo"} 9.05902684383e+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="cali066433ba2a4"} 0 node_network_receive_compressed_total{device="cali0dd57c7135a"} 0 node_network_receive_compressed_total{device="cali218ae4a84f0"} 0 node_network_receive_compressed_total{device="cali28a7b91fa52"} 0 node_network_receive_compressed_total{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 0 node_network_receive_drop_total{device="cali0dd57c7135a"} 0 node_network_receive_drop_total{device="cali218ae4a84f0"} 0 node_network_receive_drop_total{device="cali28a7b91fa52"} 0 node_network_receive_drop_total{device="cali9c18b3beec5"} 0 node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="eno1"} 0 node_network_receive_drop_total{device="eno2"} 0 node_network_receive_drop_total{device="eno33np0"} 1.423407e+06 node_network_receive_drop_total{device="eno33np0.3604"} 0 node_network_receive_drop_total{device="eno34np1"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="cali066433ba2a4"} 0 node_network_receive_errs_total{device="cali0dd57c7135a"} 0 node_network_receive_errs_total{device="cali218ae4a84f0"} 0 node_network_receive_errs_total{device="cali28a7b91fa52"} 0 node_network_receive_errs_total{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 0 node_network_receive_fifo_total{device="cali0dd57c7135a"} 0 node_network_receive_fifo_total{device="cali218ae4a84f0"} 0 node_network_receive_fifo_total{device="cali28a7b91fa52"} 0 node_network_receive_fifo_total{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 0 node_network_receive_frame_total{device="cali0dd57c7135a"} 0 node_network_receive_frame_total{device="cali218ae4a84f0"} 0 node_network_receive_frame_total{device="cali28a7b91fa52"} 0 node_network_receive_frame_total{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 0 node_network_receive_multicast_total{device="cali0dd57c7135a"} 0 node_network_receive_multicast_total{device="cali218ae4a84f0"} 0 node_network_receive_multicast_total{device="cali28a7b91fa52"} 0 node_network_receive_multicast_total{device="cali9c18b3beec5"} 0 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="eno1"} 1.2766135e+07 node_network_receive_multicast_total{device="eno2"} 0 node_network_receive_multicast_total{device="eno33np0"} 1.037229e+06 node_network_receive_multicast_total{device="eno33np0.3604"} 594025 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="cali066433ba2a4"} 0 node_network_receive_nohandler_total{device="cali0dd57c7135a"} 0 node_network_receive_nohandler_total{device="cali218ae4a84f0"} 0 node_network_receive_nohandler_total{device="cali28a7b91fa52"} 0 node_network_receive_nohandler_total{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 2.5015319e+07 node_network_receive_packets_total{device="cali0dd57c7135a"} 1.870625e+06 node_network_receive_packets_total{device="cali218ae4a84f0"} 3.123732e+06 node_network_receive_packets_total{device="cali28a7b91fa52"} 382 node_network_receive_packets_total{device="cali9c18b3beec5"} 313654 node_network_receive_packets_total{device="docker0"} 2 node_network_receive_packets_total{device="eno1"} 1.3501608e+07 node_network_receive_packets_total{device="eno2"} 0 node_network_receive_packets_total{device="eno33np0"} 1.0703318089e+10 node_network_receive_packets_total{device="eno33np0.3604"} 6.476050192e+09 node_network_receive_packets_total{device="eno34np1"} 0 node_network_receive_packets_total{device="lo"} 3.3945867e+07 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="cali066433ba2a4"} 1.25e+09 node_network_speed_bytes{device="cali0dd57c7135a"} 1.25e+09 node_network_speed_bytes{device="cali218ae4a84f0"} 1.25e+09 node_network_speed_bytes{device="cali28a7b91fa52"} 1.25e+09 node_network_speed_bytes{device="cali9c18b3beec5"} 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"} 3.125e+09 node_network_speed_bytes{device="eno33np0.3604"} 3.125e+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="cali066433ba2a4"} 1.39469403931e+11 node_network_transmit_bytes_total{device="cali0dd57c7135a"} 3.52568136e+09 node_network_transmit_bytes_total{device="cali218ae4a84f0"} 4.62165611e+08 node_network_transmit_bytes_total{device="cali28a7b91fa52"} 1.223088e+07 node_network_transmit_bytes_total{device="cali9c18b3beec5"} 3.032854e+07 node_network_transmit_bytes_total{device="docker0"} 430 node_network_transmit_bytes_total{device="eno1"} 1.2302019e+07 node_network_transmit_bytes_total{device="eno2"} 0 node_network_transmit_bytes_total{device="eno33np0"} 8.5593094508126e+13 node_network_transmit_bytes_total{device="eno33np0.3604"} 8.5039220697511e+13 node_network_transmit_bytes_total{device="eno34np1"} 0 node_network_transmit_bytes_total{device="lo"} 9.05902684383e+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="cali066433ba2a4"} 0 node_network_transmit_carrier_total{device="cali0dd57c7135a"} 0 node_network_transmit_carrier_total{device="cali218ae4a84f0"} 0 node_network_transmit_carrier_total{device="cali28a7b91fa52"} 0 node_network_transmit_carrier_total{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 0 node_network_transmit_colls_total{device="cali0dd57c7135a"} 0 node_network_transmit_colls_total{device="cali218ae4a84f0"} 0 node_network_transmit_colls_total{device="cali28a7b91fa52"} 0 node_network_transmit_colls_total{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 0 node_network_transmit_compressed_total{device="cali0dd57c7135a"} 0 node_network_transmit_compressed_total{device="cali218ae4a84f0"} 0 node_network_transmit_compressed_total{device="cali28a7b91fa52"} 0 node_network_transmit_compressed_total{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 0 node_network_transmit_drop_total{device="cali0dd57c7135a"} 0 node_network_transmit_drop_total{device="cali218ae4a84f0"} 0 node_network_transmit_drop_total{device="cali28a7b91fa52"} 0 node_network_transmit_drop_total{device="cali9c18b3beec5"} 0 node_network_transmit_drop_total{device="docker0"} 10 node_network_transmit_drop_total{device="eno1"} 0 node_network_transmit_drop_total{device="eno2"} 1994 node_network_transmit_drop_total{device="eno33np0"} 0 node_network_transmit_drop_total{device="eno33np0.3604"} 0 node_network_transmit_drop_total{device="eno34np1"} 1994 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="cali066433ba2a4"} 0 node_network_transmit_errs_total{device="cali0dd57c7135a"} 0 node_network_transmit_errs_total{device="cali218ae4a84f0"} 0 node_network_transmit_errs_total{device="cali28a7b91fa52"} 0 node_network_transmit_errs_total{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 0 node_network_transmit_fifo_total{device="cali0dd57c7135a"} 0 node_network_transmit_fifo_total{device="cali218ae4a84f0"} 0 node_network_transmit_fifo_total{device="cali28a7b91fa52"} 0 node_network_transmit_fifo_total{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 3.9114087e+07 node_network_transmit_packets_total{device="cali0dd57c7135a"} 1.929829e+06 node_network_transmit_packets_total{device="cali218ae4a84f0"} 2.621588e+06 node_network_transmit_packets_total{device="cali28a7b91fa52"} 45641 node_network_transmit_packets_total{device="cali9c18b3beec5"} 313355 node_network_transmit_packets_total{device="docker0"} 3 node_network_transmit_packets_total{device="eno1"} 50542 node_network_transmit_packets_total{device="eno2"} 0 node_network_transmit_packets_total{device="eno33np0"} 1.3609883529e+10 node_network_transmit_packets_total{device="eno33np0.3604"} 6.036317121e+09 node_network_transmit_packets_total{device="eno34np1"} 0 node_network_transmit_packets_total{device="lo"} 3.3945867e+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="cali066433ba2a4"} 1000 node_network_transmit_queue_length{device="cali0dd57c7135a"} 1000 node_network_transmit_queue_length{device="cali218ae4a84f0"} 1000 node_network_transmit_queue_length{device="cali28a7b91fa52"} 1000 node_network_transmit_queue_length{device="cali9c18b3beec5"} 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="cali066433ba2a4"} 1 node_network_up{device="cali0dd57c7135a"} 1 node_network_up{device="cali218ae4a84f0"} 1 node_network_up{device="cali28a7b91fa52"} 1 node_network_up{device="cali9c18b3beec5"} 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 7486 # 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 0 # 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 5666 # 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 0 # HELP node_nf_conntrack_stat_invalid Number of packets seen which can not be tracked. # TYPE node_nf_conntrack_stat_invalid gauge node_nf_conntrack_stat_invalid 1.331846e+06 # HELP node_nf_conntrack_stat_search_restart Number of conntrack table lookups which had to be restarted due to hashtable resizes. # TYPE node_nf_conntrack_stat_search_restart gauge node_nf_conntrack_stat_search_restart 0 # HELP node_nfs_connections_total Total number of NFSd TCP connections. # TYPE node_nfs_connections_total counter node_nfs_connections_total 0 # HELP node_nfs_packets_total Total NFSd network packets (sent+received) by protocol type. # TYPE node_nfs_packets_total counter node_nfs_packets_total{protocol="tcp"} 0 node_nfs_packets_total{protocol="udp"} 0 # HELP node_nfs_requests_total Number of NFS procedures invoked. # TYPE node_nfs_requests_total counter node_nfs_requests_total{method="Access",proto="3"} 0 node_nfs_requests_total{method="Access",proto="4"} 5.887878e+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"} 0 node_nfs_requests_total{method="Close",proto="4"} 8.536568e+06 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 366 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"} 137 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"} 5.272731e+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"} 8 node_nfs_requests_total{method="FreeStateID",proto="4"} 36 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 16 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"} 1.0493273e+07 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"} 38 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 36 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"} 5.245962e+06 node_nfs_requests_total{method="LookupRoot",proto="4"} 4 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"} 4 node_nfs_requests_total{method="Open",proto="4"} 1.386874e+06 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 0 node_nfs_requests_total{method="OpenNoattr",proto="4"} 7.680829e+06 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 12 node_nfs_requests_total{method="Read",proto="2"} 0 node_nfs_requests_total{method="Read",proto="3"} 0 node_nfs_requests_total{method="Read",proto="4"} 1.647835e+06 node_nfs_requests_total{method="ReadDir",proto="2"} 0 node_nfs_requests_total{method="ReadDir",proto="3"} 0 node_nfs_requests_total{method="ReadDir",proto="4"} 9122 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"} 2216 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"} 1.324601e+06 node_nfs_requests_total{method="Rename",proto="2"} 0 node_nfs_requests_total{method="Rename",proto="3"} 0 node_nfs_requests_total{method="Rename",proto="4"} 149 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"} 4 node_nfs_requests_total{method="Seek",proto="4"} 3126 node_nfs_requests_total{method="Sequence",proto="4"} 9 node_nfs_requests_total{method="ServerCaps",proto="4"} 28 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"} 5.297894e+06 node_nfs_requests_total{method="StatFs",proto="4"} 62607 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 0 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 0 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 2.673719e+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 5.5525854e+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 5.5524054e+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="1.2.4",model="Dell Ent NVMe P5500 RI U.2 1.92TB",serial="PHAB113500X61P9SGN",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="1.2.4",model="Dell Ent NVMe P5500 RI U.2 1.92TB",serial="PHAB113500ZQ1P9SGN",state="live"} 1 node_nvme_info{device="nvme2",firmware_revision="3B2QGXA7",model="Samsung SSD 980 PRO 1TB",serial="S5P2NG0R735571R",state="live"} 1 node_nvme_info{device="nvme3",firmware_revision="3B2QGXA7",model="Samsung SSD 980 PRO 1TB",serial="S5P2NG0R735556M",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 52 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 2 # 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"} 51377.817134649 node_schedstat_running_seconds_total{cpu="1"} 68507.755569529 node_schedstat_running_seconds_total{cpu="10"} 74146.664049616 node_schedstat_running_seconds_total{cpu="11"} 76827.105778312 node_schedstat_running_seconds_total{cpu="12"} 127671.298673983 node_schedstat_running_seconds_total{cpu="13"} 72210.529242445 node_schedstat_running_seconds_total{cpu="14"} 66591.430584895 node_schedstat_running_seconds_total{cpu="15"} 130929.065936424 node_schedstat_running_seconds_total{cpu="16"} 69544.629582727 node_schedstat_running_seconds_total{cpu="17"} 66829.225753029 node_schedstat_running_seconds_total{cpu="18"} 110522.792078611 node_schedstat_running_seconds_total{cpu="19"} 68533.747955357 node_schedstat_running_seconds_total{cpu="2"} 61094.010579835 node_schedstat_running_seconds_total{cpu="20"} 63114.554080878 node_schedstat_running_seconds_total{cpu="21"} 116477.268297047 node_schedstat_running_seconds_total{cpu="22"} 65668.416334986 node_schedstat_running_seconds_total{cpu="23"} 69354.800280824 node_schedstat_running_seconds_total{cpu="24"} 111429.159365696 node_schedstat_running_seconds_total{cpu="25"} 81662.561633355 node_schedstat_running_seconds_total{cpu="26"} 81494.479662688 node_schedstat_running_seconds_total{cpu="27"} 119865.570391137 node_schedstat_running_seconds_total{cpu="28"} 65569.183689 node_schedstat_running_seconds_total{cpu="29"} 64007.374330001 node_schedstat_running_seconds_total{cpu="3"} 157665.488353468 node_schedstat_running_seconds_total{cpu="30"} 120202.871076379 node_schedstat_running_seconds_total{cpu="31"} 66731.077214249 node_schedstat_running_seconds_total{cpu="32"} 63314.906489402 node_schedstat_running_seconds_total{cpu="33"} 122924.59843012 node_schedstat_running_seconds_total{cpu="34"} 68230.768354168 node_schedstat_running_seconds_total{cpu="35"} 64465.080067678 node_schedstat_running_seconds_total{cpu="36"} 111150.304248648 node_schedstat_running_seconds_total{cpu="37"} 66222.275938119 node_schedstat_running_seconds_total{cpu="38"} 65087.79192987 node_schedstat_running_seconds_total{cpu="39"} 110869.936143162 node_schedstat_running_seconds_total{cpu="4"} 74954.292682244 node_schedstat_running_seconds_total{cpu="40"} 62173.17418338 node_schedstat_running_seconds_total{cpu="41"} 56937.420500921 node_schedstat_running_seconds_total{cpu="42"} 115409.564168944 node_schedstat_running_seconds_total{cpu="43"} 69852.033729913 node_schedstat_running_seconds_total{cpu="44"} 59137.351777117 node_schedstat_running_seconds_total{cpu="45"} 111387.777584107 node_schedstat_running_seconds_total{cpu="46"} 65193.913972869 node_schedstat_running_seconds_total{cpu="47"} 65902.396420623 node_schedstat_running_seconds_total{cpu="48"} 125126.301078243 node_schedstat_running_seconds_total{cpu="49"} 61224.218390112 node_schedstat_running_seconds_total{cpu="5"} 72267.582945972 node_schedstat_running_seconds_total{cpu="50"} 67536.213874421 node_schedstat_running_seconds_total{cpu="51"} 86611.853642355 node_schedstat_running_seconds_total{cpu="52"} 59969.800701005 node_schedstat_running_seconds_total{cpu="53"} 67265.768545936 node_schedstat_running_seconds_total{cpu="54"} 87605.256994982 node_schedstat_running_seconds_total{cpu="55"} 62674.917163391 node_schedstat_running_seconds_total{cpu="56"} 58420.581524694 node_schedstat_running_seconds_total{cpu="57"} 85660.855131454 node_schedstat_running_seconds_total{cpu="58"} 57189.71175386 node_schedstat_running_seconds_total{cpu="59"} 63542.234000303 node_schedstat_running_seconds_total{cpu="6"} 146792.411053974 node_schedstat_running_seconds_total{cpu="60"} 100043.421964421 node_schedstat_running_seconds_total{cpu="61"} 61119.61724677 node_schedstat_running_seconds_total{cpu="62"} 63258.061930631 node_schedstat_running_seconds_total{cpu="63"} 86198.604442107 node_schedstat_running_seconds_total{cpu="64"} 64395.719584407 node_schedstat_running_seconds_total{cpu="65"} 69230.867611899 node_schedstat_running_seconds_total{cpu="66"} 100211.409249993 node_schedstat_running_seconds_total{cpu="67"} 68583.279031625 node_schedstat_running_seconds_total{cpu="68"} 67023.220178476 node_schedstat_running_seconds_total{cpu="69"} 94693.877660635 node_schedstat_running_seconds_total{cpu="7"} 75812.70448079 node_schedstat_running_seconds_total{cpu="70"} 60757.145227283 node_schedstat_running_seconds_total{cpu="71"} 70474.339608942 node_schedstat_running_seconds_total{cpu="72"} 101780.358356158 node_schedstat_running_seconds_total{cpu="73"} 77156.333147643 node_schedstat_running_seconds_total{cpu="74"} 61992.120085795 node_schedstat_running_seconds_total{cpu="75"} 89413.792064825 node_schedstat_running_seconds_total{cpu="76"} 66195.604669138 node_schedstat_running_seconds_total{cpu="77"} 68431.666190631 node_schedstat_running_seconds_total{cpu="78"} 90612.209906256 node_schedstat_running_seconds_total{cpu="79"} 62509.875348854 node_schedstat_running_seconds_total{cpu="8"} 76416.944097249 node_schedstat_running_seconds_total{cpu="80"} 69094.652788577 node_schedstat_running_seconds_total{cpu="81"} 78037.136824393 node_schedstat_running_seconds_total{cpu="82"} 64184.249674161 node_schedstat_running_seconds_total{cpu="83"} 66024.514875001 node_schedstat_running_seconds_total{cpu="84"} 93002.986281963 node_schedstat_running_seconds_total{cpu="85"} 65449.434950238 node_schedstat_running_seconds_total{cpu="86"} 60161.167055784 node_schedstat_running_seconds_total{cpu="87"} 85502.641453703 node_schedstat_running_seconds_total{cpu="88"} 66510.203812519 node_schedstat_running_seconds_total{cpu="89"} 87143.107536965 node_schedstat_running_seconds_total{cpu="9"} 151269.603706066 node_schedstat_running_seconds_total{cpu="90"} 94485.087007811 node_schedstat_running_seconds_total{cpu="91"} 68964.654779981 node_schedstat_running_seconds_total{cpu="92"} 49575.778653339 node_schedstat_running_seconds_total{cpu="93"} 86128.062787299 node_schedstat_running_seconds_total{cpu="94"} 66319.328922824 node_schedstat_running_seconds_total{cpu="95"} 56556.007448727 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 3.89313511e+08 node_schedstat_timeslices_total{cpu="1"} 3.52123297e+08 node_schedstat_timeslices_total{cpu="10"} 3.49041566e+08 node_schedstat_timeslices_total{cpu="11"} 3.50811583e+08 node_schedstat_timeslices_total{cpu="12"} 3.44586681e+08 node_schedstat_timeslices_total{cpu="13"} 3.59634821e+08 node_schedstat_timeslices_total{cpu="14"} 3.5991736e+08 node_schedstat_timeslices_total{cpu="15"} 3.54968836e+08 node_schedstat_timeslices_total{cpu="16"} 3.63156078e+08 node_schedstat_timeslices_total{cpu="17"} 3.63387726e+08 node_schedstat_timeslices_total{cpu="18"} 3.36268974e+08 node_schedstat_timeslices_total{cpu="19"} 3.58833797e+08 node_schedstat_timeslices_total{cpu="2"} 3.43827055e+08 node_schedstat_timeslices_total{cpu="20"} 3.67566484e+08 node_schedstat_timeslices_total{cpu="21"} 3.42393264e+08 node_schedstat_timeslices_total{cpu="22"} 3.5828118e+08 node_schedstat_timeslices_total{cpu="23"} 3.54938865e+08 node_schedstat_timeslices_total{cpu="24"} 3.34159078e+08 node_schedstat_timeslices_total{cpu="25"} 3.33253287e+08 node_schedstat_timeslices_total{cpu="26"} 3.32182301e+08 node_schedstat_timeslices_total{cpu="27"} 3.05298548e+08 node_schedstat_timeslices_total{cpu="28"} 3.13874175e+08 node_schedstat_timeslices_total{cpu="29"} 3.13239532e+08 node_schedstat_timeslices_total{cpu="3"} 3.39468746e+08 node_schedstat_timeslices_total{cpu="30"} 3.02772361e+08 node_schedstat_timeslices_total{cpu="31"} 3.10556088e+08 node_schedstat_timeslices_total{cpu="32"} 3.10065933e+08 node_schedstat_timeslices_total{cpu="33"} 3.01749585e+08 node_schedstat_timeslices_total{cpu="34"} 3.11443887e+08 node_schedstat_timeslices_total{cpu="35"} 3.1248857e+08 node_schedstat_timeslices_total{cpu="36"} 3.06988999e+08 node_schedstat_timeslices_total{cpu="37"} 3.13931401e+08 node_schedstat_timeslices_total{cpu="38"} 3.13598425e+08 node_schedstat_timeslices_total{cpu="39"} 3.07536674e+08 node_schedstat_timeslices_total{cpu="4"} 3.61930333e+08 node_schedstat_timeslices_total{cpu="40"} 3.15524055e+08 node_schedstat_timeslices_total{cpu="41"} 3.14713017e+08 node_schedstat_timeslices_total{cpu="42"} 3.06880018e+08 node_schedstat_timeslices_total{cpu="43"} 3.13021162e+08 node_schedstat_timeslices_total{cpu="44"} 3.13941283e+08 node_schedstat_timeslices_total{cpu="45"} 3.05941096e+08 node_schedstat_timeslices_total{cpu="46"} 3.13853504e+08 node_schedstat_timeslices_total{cpu="47"} 3.11934676e+08 node_schedstat_timeslices_total{cpu="48"} 3.19936717e+08 node_schedstat_timeslices_total{cpu="49"} 3.28818531e+08 node_schedstat_timeslices_total{cpu="5"} 3.57535493e+08 node_schedstat_timeslices_total{cpu="50"} 3.28532626e+08 node_schedstat_timeslices_total{cpu="51"} 3.44528469e+08 node_schedstat_timeslices_total{cpu="52"} 3.47131349e+08 node_schedstat_timeslices_total{cpu="53"} 3.58229938e+08 node_schedstat_timeslices_total{cpu="54"} 3.42278773e+08 node_schedstat_timeslices_total{cpu="55"} 3.41289746e+08 node_schedstat_timeslices_total{cpu="56"} 3.42442789e+08 node_schedstat_timeslices_total{cpu="57"} 3.39785354e+08 node_schedstat_timeslices_total{cpu="58"} 3.47916841e+08 node_schedstat_timeslices_total{cpu="59"} 3.41851601e+08 node_schedstat_timeslices_total{cpu="6"} 3.2504367e+08 node_schedstat_timeslices_total{cpu="60"} 3.37713412e+08 node_schedstat_timeslices_total{cpu="61"} 3.48967639e+08 node_schedstat_timeslices_total{cpu="62"} 3.480413e+08 node_schedstat_timeslices_total{cpu="63"} 3.62630807e+08 node_schedstat_timeslices_total{cpu="64"} 3.76950085e+08 node_schedstat_timeslices_total{cpu="65"} 3.74849142e+08 node_schedstat_timeslices_total{cpu="66"} 3.54194657e+08 node_schedstat_timeslices_total{cpu="67"} 3.55355863e+08 node_schedstat_timeslices_total{cpu="68"} 3.48897592e+08 node_schedstat_timeslices_total{cpu="69"} 3.39636053e+08 node_schedstat_timeslices_total{cpu="7"} 3.52263688e+08 node_schedstat_timeslices_total{cpu="70"} 3.4659742e+08 node_schedstat_timeslices_total{cpu="71"} 3.43021764e+08 node_schedstat_timeslices_total{cpu="72"} 3.2099424e+08 node_schedstat_timeslices_total{cpu="73"} 3.23632379e+08 node_schedstat_timeslices_total{cpu="74"} 3.29072364e+08 node_schedstat_timeslices_total{cpu="75"} 3.05445184e+08 node_schedstat_timeslices_total{cpu="76"} 3.09089244e+08 node_schedstat_timeslices_total{cpu="77"} 3.08649296e+08 node_schedstat_timeslices_total{cpu="78"} 2.9926909e+08 node_schedstat_timeslices_total{cpu="79"} 3.06107543e+08 node_schedstat_timeslices_total{cpu="8"} 3.55627293e+08 node_schedstat_timeslices_total{cpu="80"} 3.04798942e+08 node_schedstat_timeslices_total{cpu="81"} 3.03669249e+08 node_schedstat_timeslices_total{cpu="82"} 3.06357149e+08 node_schedstat_timeslices_total{cpu="83"} 3.06712317e+08 node_schedstat_timeslices_total{cpu="84"} 3.03078852e+08 node_schedstat_timeslices_total{cpu="85"} 3.09307325e+08 node_schedstat_timeslices_total{cpu="86"} 3.09999663e+08 node_schedstat_timeslices_total{cpu="87"} 3.04930532e+08 node_schedstat_timeslices_total{cpu="88"} 3.10510599e+08 node_schedstat_timeslices_total{cpu="89"} 3.05692254e+08 node_schedstat_timeslices_total{cpu="9"} 3.29570799e+08 node_schedstat_timeslices_total{cpu="90"} 3.02534953e+08 node_schedstat_timeslices_total{cpu="91"} 3.09010502e+08 node_schedstat_timeslices_total{cpu="92"} 3.11742834e+08 node_schedstat_timeslices_total{cpu="93"} 3.02800658e+08 node_schedstat_timeslices_total{cpu="94"} 3.08241873e+08 node_schedstat_timeslices_total{cpu="95"} 3.12034558e+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"} 28410.210422628 node_schedstat_waiting_seconds_total{cpu="1"} 25124.878380982 node_schedstat_waiting_seconds_total{cpu="10"} 27883.376796424 node_schedstat_waiting_seconds_total{cpu="11"} 29143.917671653 node_schedstat_waiting_seconds_total{cpu="12"} 27319.072306197 node_schedstat_waiting_seconds_total{cpu="13"} 28410.527718415 node_schedstat_waiting_seconds_total{cpu="14"} 28902.427320647 node_schedstat_waiting_seconds_total{cpu="15"} 23463.651747053 node_schedstat_waiting_seconds_total{cpu="16"} 22681.412438968 node_schedstat_waiting_seconds_total{cpu="17"} 23472.314464781 node_schedstat_waiting_seconds_total{cpu="18"} 29618.012857395 node_schedstat_waiting_seconds_total{cpu="19"} 26613.61913881 node_schedstat_waiting_seconds_total{cpu="2"} 25490.35917346 node_schedstat_waiting_seconds_total{cpu="20"} 25915.594686995 node_schedstat_waiting_seconds_total{cpu="21"} 27286.803205635 node_schedstat_waiting_seconds_total{cpu="22"} 32202.739898633 node_schedstat_waiting_seconds_total{cpu="23"} 30970.305462606 node_schedstat_waiting_seconds_total{cpu="24"} 18111.759653036 node_schedstat_waiting_seconds_total{cpu="25"} 24426.164523641 node_schedstat_waiting_seconds_total{cpu="26"} 25258.763793668 node_schedstat_waiting_seconds_total{cpu="27"} 36284.304856901 node_schedstat_waiting_seconds_total{cpu="28"} 35114.824270396 node_schedstat_waiting_seconds_total{cpu="29"} 35655.019583278 node_schedstat_waiting_seconds_total{cpu="3"} 20966.943639378 node_schedstat_waiting_seconds_total{cpu="30"} 37475.534514323 node_schedstat_waiting_seconds_total{cpu="31"} 35397.335440168 node_schedstat_waiting_seconds_total{cpu="32"} 34995.677304072 node_schedstat_waiting_seconds_total{cpu="33"} 34244.169755072 node_schedstat_waiting_seconds_total{cpu="34"} 34422.66373409 node_schedstat_waiting_seconds_total{cpu="35"} 37331.394184263 node_schedstat_waiting_seconds_total{cpu="36"} 41217.670899272 node_schedstat_waiting_seconds_total{cpu="37"} 44195.051055825 node_schedstat_waiting_seconds_total{cpu="38"} 42664.925012911 node_schedstat_waiting_seconds_total{cpu="39"} 45377.475722229 node_schedstat_waiting_seconds_total{cpu="4"} 19450.420909872 node_schedstat_waiting_seconds_total{cpu="40"} 46201.535802788 node_schedstat_waiting_seconds_total{cpu="41"} 44212.759457657 node_schedstat_waiting_seconds_total{cpu="42"} 36217.270461189 node_schedstat_waiting_seconds_total{cpu="43"} 37840.302589234 node_schedstat_waiting_seconds_total{cpu="44"} 34875.409241157 node_schedstat_waiting_seconds_total{cpu="45"} 34479.637270959 node_schedstat_waiting_seconds_total{cpu="46"} 31659.034047235 node_schedstat_waiting_seconds_total{cpu="47"} 34357.747946713 node_schedstat_waiting_seconds_total{cpu="48"} 28528.928712681 node_schedstat_waiting_seconds_total{cpu="49"} 20527.836345611 node_schedstat_waiting_seconds_total{cpu="5"} 18504.129688503 node_schedstat_waiting_seconds_total{cpu="50"} 22994.541893616 node_schedstat_waiting_seconds_total{cpu="51"} 21120.407294886 node_schedstat_waiting_seconds_total{cpu="52"} 19311.830989181 node_schedstat_waiting_seconds_total{cpu="53"} 15250.506845435 node_schedstat_waiting_seconds_total{cpu="54"} 26560.525489389 node_schedstat_waiting_seconds_total{cpu="55"} 23476.252905741 node_schedstat_waiting_seconds_total{cpu="56"} 26815.802900577 node_schedstat_waiting_seconds_total{cpu="57"} 24260.589464286 node_schedstat_waiting_seconds_total{cpu="58"} 27956.579019662 node_schedstat_waiting_seconds_total{cpu="59"} 28116.962170488 node_schedstat_waiting_seconds_total{cpu="6"} 26372.770805408 node_schedstat_waiting_seconds_total{cpu="60"} 28120.896222296 node_schedstat_waiting_seconds_total{cpu="61"} 27814.342799756 node_schedstat_waiting_seconds_total{cpu="62"} 29010.865077755 node_schedstat_waiting_seconds_total{cpu="63"} 21264.872434154 node_schedstat_waiting_seconds_total{cpu="64"} 21119.789582541 node_schedstat_waiting_seconds_total{cpu="65"} 22684.545026949 node_schedstat_waiting_seconds_total{cpu="66"} 30504.923419831 node_schedstat_waiting_seconds_total{cpu="67"} 28687.542698286 node_schedstat_waiting_seconds_total{cpu="68"} 26543.148218481 node_schedstat_waiting_seconds_total{cpu="69"} 26356.033854892 node_schedstat_waiting_seconds_total{cpu="7"} 23565.187037436 node_schedstat_waiting_seconds_total{cpu="70"} 31934.040539232 node_schedstat_waiting_seconds_total{cpu="71"} 30848.444885548 node_schedstat_waiting_seconds_total{cpu="72"} 19048.684327894 node_schedstat_waiting_seconds_total{cpu="73"} 25911.711477886 node_schedstat_waiting_seconds_total{cpu="74"} 25926.310269649 node_schedstat_waiting_seconds_total{cpu="75"} 36157.956759516 node_schedstat_waiting_seconds_total{cpu="76"} 34338.555206747 node_schedstat_waiting_seconds_total{cpu="77"} 34435.098005484 node_schedstat_waiting_seconds_total{cpu="78"} 36593.12104551 node_schedstat_waiting_seconds_total{cpu="79"} 34223.359610768 node_schedstat_waiting_seconds_total{cpu="8"} 27557.713508224 node_schedstat_waiting_seconds_total{cpu="80"} 34543.453575571 node_schedstat_waiting_seconds_total{cpu="81"} 34173.543154949 node_schedstat_waiting_seconds_total{cpu="82"} 33637.226805156 node_schedstat_waiting_seconds_total{cpu="83"} 36981.240915005 node_schedstat_waiting_seconds_total{cpu="84"} 40304.496771564 node_schedstat_waiting_seconds_total{cpu="85"} 43499.741406398 node_schedstat_waiting_seconds_total{cpu="86"} 41800.58132566 node_schedstat_waiting_seconds_total{cpu="87"} 45352.59092726 node_schedstat_waiting_seconds_total{cpu="88"} 45426.330528491 node_schedstat_waiting_seconds_total{cpu="89"} 42654.957089433 node_schedstat_waiting_seconds_total{cpu="9"} 23616.448698242 node_schedstat_waiting_seconds_total{cpu="90"} 35416.32349551 node_schedstat_waiting_seconds_total{cpu="91"} 36493.169669391 node_schedstat_waiting_seconds_total{cpu="92"} 33536.201500437 node_schedstat_waiting_seconds_total{cpu="93"} 33469.086385852 node_schedstat_waiting_seconds_total{cpu="94"} 30152.434527532 node_schedstat_waiting_seconds_total{cpu="95"} 33720.227199104 # 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.001273988 node_scrape_collector_duration_seconds{collector="bcache"} 1.03e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.2113e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.002378677 node_scrape_collector_duration_seconds{collector="conntrack"} 0.036802826 node_scrape_collector_duration_seconds{collector="cpu"} 0.039725107 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.001022715 node_scrape_collector_duration_seconds{collector="diskstats"} 0.101562251 node_scrape_collector_duration_seconds{collector="dmi"} 1.061e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.000543894 node_scrape_collector_duration_seconds{collector="entropy"} 0.000112292 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.9156e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.048016442 node_scrape_collector_duration_seconds{collector="filesystem"} 0.028336211 node_scrape_collector_duration_seconds{collector="hwmon"} 0.055927421 node_scrape_collector_duration_seconds{collector="infiniband"} 1.9237e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.7291e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 3.8072e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 3.746e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.036778801 node_scrape_collector_duration_seconds{collector="netclass"} 0.009873513 node_scrape_collector_duration_seconds{collector="netdev"} 0.052970286 node_scrape_collector_duration_seconds{collector="netstat"} 0.066294613 node_scrape_collector_duration_seconds{collector="nfs"} 0.00036158 node_scrape_collector_duration_seconds{collector="nfsd"} 3.2782e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.036738456 node_scrape_collector_duration_seconds{collector="os"} 0.052259337 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.697e-05 node_scrape_collector_duration_seconds{collector="pressure"} 5.301e-05 node_scrape_collector_duration_seconds{collector="rapl"} 0.051389621 node_scrape_collector_duration_seconds{collector="schedstat"} 0.053299205 node_scrape_collector_duration_seconds{collector="selinux"} 0.036321441 node_scrape_collector_duration_seconds{collector="sockstat"} 0.06614936 node_scrape_collector_duration_seconds{collector="softnet"} 0.036697558 node_scrape_collector_duration_seconds{collector="stat"} 0.001244052 node_scrape_collector_duration_seconds{collector="tapestats"} 1.4387e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.036415658 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.007683491 node_scrape_collector_duration_seconds{collector="time"} 0.000139553 node_scrape_collector_duration_seconds{collector="timex"} 1.1923e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.037012711 node_scrape_collector_duration_seconds{collector="uname"} 0.036286434 node_scrape_collector_duration_seconds{collector="vmstat"} 0.054942246 node_scrape_collector_duration_seconds{collector="watchdog"} 0.00027106 node_scrape_collector_duration_seconds{collector="xfs"} 0.066267963 node_scrape_collector_duration_seconds{collector="zfs"} 1.2423e-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 157 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 5258 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 5093 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 9041 # 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 3.7031936e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 16 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 463 # 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 10525 # 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.31104e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 5831 # 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"} 757978 node_softnet_processed_total{cpu="1"} 719521 node_softnet_processed_total{cpu="10"} 3.46951314e+08 node_softnet_processed_total{cpu="11"} 6.897631e+06 node_softnet_processed_total{cpu="12"} 8.68325393e+08 node_softnet_processed_total{cpu="13"} 764756 node_softnet_processed_total{cpu="14"} 1.95783873e+08 node_softnet_processed_total{cpu="15"} 817573 node_softnet_processed_total{cpu="16"} 762197 node_softnet_processed_total{cpu="17"} 7.104238e+06 node_softnet_processed_total{cpu="18"} 773767 node_softnet_processed_total{cpu="19"} 8.82137845e+08 node_softnet_processed_total{cpu="2"} 794592 node_softnet_processed_total{cpu="20"} 1.131358937e+09 node_softnet_processed_total{cpu="21"} 9.82577101e+08 node_softnet_processed_total{cpu="22"} 967753 node_softnet_processed_total{cpu="23"} 823637 node_softnet_processed_total{cpu="24"} 534494 node_softnet_processed_total{cpu="25"} 501979 node_softnet_processed_total{cpu="26"} 486411 node_softnet_processed_total{cpu="27"} 456824 node_softnet_processed_total{cpu="28"} 495264 node_softnet_processed_total{cpu="29"} 494162 node_softnet_processed_total{cpu="3"} 3.1789423e+08 node_softnet_processed_total{cpu="30"} 474768 node_softnet_processed_total{cpu="31"} 502286 node_softnet_processed_total{cpu="32"} 498344 node_softnet_processed_total{cpu="33"} 453208 node_softnet_processed_total{cpu="34"} 488117 node_softnet_processed_total{cpu="35"} 486205 node_softnet_processed_total{cpu="36"} 479956 node_softnet_processed_total{cpu="37"} 493749 node_softnet_processed_total{cpu="38"} 495475 node_softnet_processed_total{cpu="39"} 473104 node_softnet_processed_total{cpu="4"} 4.52703491e+08 node_softnet_processed_total{cpu="40"} 487296 node_softnet_processed_total{cpu="41"} 500807 node_softnet_processed_total{cpu="42"} 467137 node_softnet_processed_total{cpu="43"} 494483 node_softnet_processed_total{cpu="44"} 500901 node_softnet_processed_total{cpu="45"} 471728 node_softnet_processed_total{cpu="46"} 501942 node_softnet_processed_total{cpu="47"} 494163 node_softnet_processed_total{cpu="48"} 719502 node_softnet_processed_total{cpu="49"} 1.30395618e+09 node_softnet_processed_total{cpu="5"} 4.88800584e+08 node_softnet_processed_total{cpu="50"} 2.26518556e+08 node_softnet_processed_total{cpu="51"} 2.4700237e+07 node_softnet_processed_total{cpu="52"} 629003 node_softnet_processed_total{cpu="53"} 2.27773502e+08 node_softnet_processed_total{cpu="54"} 3.3325608e+08 node_softnet_processed_total{cpu="55"} 725929 node_softnet_processed_total{cpu="56"} 3.0535097e+08 node_softnet_processed_total{cpu="57"} 915734 node_softnet_processed_total{cpu="58"} 9.298331e+06 node_softnet_processed_total{cpu="59"} 4.3410681e+07 node_softnet_processed_total{cpu="6"} 684655 node_softnet_processed_total{cpu="60"} 564180 node_softnet_processed_total{cpu="61"} 684397 node_softnet_processed_total{cpu="62"} 3.50646772e+08 node_softnet_processed_total{cpu="63"} 9.84019626e+08 node_softnet_processed_total{cpu="64"} 4.9803759e+08 node_softnet_processed_total{cpu="65"} 6.95213049e+08 node_softnet_processed_total{cpu="66"} 3.37596328e+08 node_softnet_processed_total{cpu="67"} 819739 node_softnet_processed_total{cpu="68"} 9.2579511e+07 node_softnet_processed_total{cpu="69"} 4.7090244e+07 node_softnet_processed_total{cpu="7"} 1.317742604e+09 node_softnet_processed_total{cpu="70"} 3.43941114e+08 node_softnet_processed_total{cpu="71"} 657092 node_softnet_processed_total{cpu="72"} 435687 node_softnet_processed_total{cpu="73"} 435451 node_softnet_processed_total{cpu="74"} 432973 node_softnet_processed_total{cpu="75"} 480489 node_softnet_processed_total{cpu="76"} 483077 node_softnet_processed_total{cpu="77"} 482979 node_softnet_processed_total{cpu="78"} 602231 node_softnet_processed_total{cpu="79"} 508075 node_softnet_processed_total{cpu="8"} 865273 node_softnet_processed_total{cpu="80"} 496899 node_softnet_processed_total{cpu="81"} 492429 node_softnet_processed_total{cpu="82"} 484328 node_softnet_processed_total{cpu="83"} 486483 node_softnet_processed_total{cpu="84"} 497851 node_softnet_processed_total{cpu="85"} 500165 node_softnet_processed_total{cpu="86"} 575916 node_softnet_processed_total{cpu="87"} 478866 node_softnet_processed_total{cpu="88"} 2.133881e+06 node_softnet_processed_total{cpu="89"} 507424 node_softnet_processed_total{cpu="9"} 2.23785526e+08 node_softnet_processed_total{cpu="90"} 481304 node_softnet_processed_total{cpu="91"} 491072 node_softnet_processed_total{cpu="92"} 494390 node_softnet_processed_total{cpu="93"} 480981 node_softnet_processed_total{cpu="94"} 575721 node_softnet_processed_total{cpu="95"} 504761 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="20"} 0 node_softnet_received_rps_total{cpu="21"} 0 node_softnet_received_rps_total{cpu="22"} 0 node_softnet_received_rps_total{cpu="23"} 0 node_softnet_received_rps_total{cpu="24"} 0 node_softnet_received_rps_total{cpu="25"} 0 node_softnet_received_rps_total{cpu="26"} 0 node_softnet_received_rps_total{cpu="27"} 0 node_softnet_received_rps_total{cpu="28"} 0 node_softnet_received_rps_total{cpu="29"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="30"} 0 node_softnet_received_rps_total{cpu="31"} 0 node_softnet_received_rps_total{cpu="32"} 0 node_softnet_received_rps_total{cpu="33"} 0 node_softnet_received_rps_total{cpu="34"} 0 node_softnet_received_rps_total{cpu="35"} 0 node_softnet_received_rps_total{cpu="36"} 0 node_softnet_received_rps_total{cpu="37"} 0 node_softnet_received_rps_total{cpu="38"} 0 node_softnet_received_rps_total{cpu="39"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="40"} 0 node_softnet_received_rps_total{cpu="41"} 0 node_softnet_received_rps_total{cpu="42"} 0 node_softnet_received_rps_total{cpu="43"} 0 node_softnet_received_rps_total{cpu="44"} 0 node_softnet_received_rps_total{cpu="45"} 0 node_softnet_received_rps_total{cpu="46"} 0 node_softnet_received_rps_total{cpu="47"} 0 node_softnet_received_rps_total{cpu="48"} 0 node_softnet_received_rps_total{cpu="49"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="50"} 0 node_softnet_received_rps_total{cpu="51"} 0 node_softnet_received_rps_total{cpu="52"} 0 node_softnet_received_rps_total{cpu="53"} 0 node_softnet_received_rps_total{cpu="54"} 0 node_softnet_received_rps_total{cpu="55"} 0 node_softnet_received_rps_total{cpu="56"} 0 node_softnet_received_rps_total{cpu="57"} 0 node_softnet_received_rps_total{cpu="58"} 0 node_softnet_received_rps_total{cpu="59"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="60"} 0 node_softnet_received_rps_total{cpu="61"} 0 node_softnet_received_rps_total{cpu="62"} 0 node_softnet_received_rps_total{cpu="63"} 0 node_softnet_received_rps_total{cpu="64"} 0 node_softnet_received_rps_total{cpu="65"} 0 node_softnet_received_rps_total{cpu="66"} 0 node_softnet_received_rps_total{cpu="67"} 0 node_softnet_received_rps_total{cpu="68"} 0 node_softnet_received_rps_total{cpu="69"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="70"} 0 node_softnet_received_rps_total{cpu="71"} 0 node_softnet_received_rps_total{cpu="72"} 0 node_softnet_received_rps_total{cpu="73"} 0 node_softnet_received_rps_total{cpu="74"} 0 node_softnet_received_rps_total{cpu="75"} 0 node_softnet_received_rps_total{cpu="76"} 0 node_softnet_received_rps_total{cpu="77"} 0 node_softnet_received_rps_total{cpu="78"} 0 node_softnet_received_rps_total{cpu="79"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="80"} 0 node_softnet_received_rps_total{cpu="81"} 0 node_softnet_received_rps_total{cpu="82"} 0 node_softnet_received_rps_total{cpu="83"} 0 node_softnet_received_rps_total{cpu="84"} 0 node_softnet_received_rps_total{cpu="85"} 0 node_softnet_received_rps_total{cpu="86"} 0 node_softnet_received_rps_total{cpu="87"} 0 node_softnet_received_rps_total{cpu="88"} 0 node_softnet_received_rps_total{cpu="89"} 0 node_softnet_received_rps_total{cpu="9"} 0 node_softnet_received_rps_total{cpu="90"} 0 node_softnet_received_rps_total{cpu="91"} 0 node_softnet_received_rps_total{cpu="92"} 0 node_softnet_received_rps_total{cpu="93"} 0 node_softnet_received_rps_total{cpu="94"} 0 node_softnet_received_rps_total{cpu="95"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 0 node_softnet_times_squeezed_total{cpu="1"} 0 node_softnet_times_squeezed_total{cpu="10"} 317 node_softnet_times_squeezed_total{cpu="11"} 8 node_softnet_times_squeezed_total{cpu="12"} 446 node_softnet_times_squeezed_total{cpu="13"} 2 node_softnet_times_squeezed_total{cpu="14"} 69 node_softnet_times_squeezed_total{cpu="15"} 0 node_softnet_times_squeezed_total{cpu="16"} 0 node_softnet_times_squeezed_total{cpu="17"} 11 node_softnet_times_squeezed_total{cpu="18"} 1 node_softnet_times_squeezed_total{cpu="19"} 418 node_softnet_times_squeezed_total{cpu="2"} 0 node_softnet_times_squeezed_total{cpu="20"} 544 node_softnet_times_squeezed_total{cpu="21"} 629 node_softnet_times_squeezed_total{cpu="22"} 2 node_softnet_times_squeezed_total{cpu="23"} 0 node_softnet_times_squeezed_total{cpu="24"} 0 node_softnet_times_squeezed_total{cpu="25"} 0 node_softnet_times_squeezed_total{cpu="26"} 0 node_softnet_times_squeezed_total{cpu="27"} 0 node_softnet_times_squeezed_total{cpu="28"} 0 node_softnet_times_squeezed_total{cpu="29"} 0 node_softnet_times_squeezed_total{cpu="3"} 433 node_softnet_times_squeezed_total{cpu="30"} 0 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"} 337 node_softnet_times_squeezed_total{cpu="40"} 0 node_softnet_times_squeezed_total{cpu="41"} 0 node_softnet_times_squeezed_total{cpu="42"} 0 node_softnet_times_squeezed_total{cpu="43"} 0 node_softnet_times_squeezed_total{cpu="44"} 0 node_softnet_times_squeezed_total{cpu="45"} 0 node_softnet_times_squeezed_total{cpu="46"} 0 node_softnet_times_squeezed_total{cpu="47"} 0 node_softnet_times_squeezed_total{cpu="48"} 0 node_softnet_times_squeezed_total{cpu="49"} 1014 node_softnet_times_squeezed_total{cpu="5"} 155 node_softnet_times_squeezed_total{cpu="50"} 173 node_softnet_times_squeezed_total{cpu="51"} 68 node_softnet_times_squeezed_total{cpu="52"} 0 node_softnet_times_squeezed_total{cpu="53"} 261 node_softnet_times_squeezed_total{cpu="54"} 239 node_softnet_times_squeezed_total{cpu="55"} 3 node_softnet_times_squeezed_total{cpu="56"} 220 node_softnet_times_squeezed_total{cpu="57"} 5 node_softnet_times_squeezed_total{cpu="58"} 10 node_softnet_times_squeezed_total{cpu="59"} 8 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="60"} 1 node_softnet_times_squeezed_total{cpu="61"} 0 node_softnet_times_squeezed_total{cpu="62"} 471 node_softnet_times_squeezed_total{cpu="63"} 507 node_softnet_times_squeezed_total{cpu="64"} 354 node_softnet_times_squeezed_total{cpu="65"} 598 node_softnet_times_squeezed_total{cpu="66"} 422 node_softnet_times_squeezed_total{cpu="67"} 0 node_softnet_times_squeezed_total{cpu="68"} 57 node_softnet_times_squeezed_total{cpu="69"} 43 node_softnet_times_squeezed_total{cpu="7"} 870 node_softnet_times_squeezed_total{cpu="70"} 261 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"} 0 node_softnet_times_squeezed_total{cpu="79"} 0 node_softnet_times_squeezed_total{cpu="8"} 1 node_softnet_times_squeezed_total{cpu="80"} 1 node_softnet_times_squeezed_total{cpu="81"} 0 node_softnet_times_squeezed_total{cpu="82"} 0 node_softnet_times_squeezed_total{cpu="83"} 0 node_softnet_times_squeezed_total{cpu="84"} 0 node_softnet_times_squeezed_total{cpu="85"} 0 node_softnet_times_squeezed_total{cpu="86"} 0 node_softnet_times_squeezed_total{cpu="87"} 0 node_softnet_times_squeezed_total{cpu="88"} 0 node_softnet_times_squeezed_total{cpu="89"} 0 node_softnet_times_squeezed_total{cpu="9"} 162 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"} 0 node_softnet_times_squeezed_total{cpu="95"} 1 # 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.7606159337964478e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 1.7e-05 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.000007399658203 # 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.083353 # 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="c018.af.uchicago.edu",release="5.14.0-570.44.1.el9_6.x86_64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Wed Sep 17 10:32:11 EDT 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 136 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 8.3237316842e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 2.959792e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 3.35354533692e+11 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.7971475784e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP node_watchdog_bootstatus Value of /sys/class/watchdog//bootstatus # TYPE node_watchdog_bootstatus gauge node_watchdog_bootstatus{name="watchdog0"} 0 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="SP5100 TCO timer",name="watchdog0",options="",pretimeout_governor="",state="inactive",status="0x0"} 1 # HELP node_watchdog_nowayout Value of /sys/class/watchdog//nowayout # TYPE node_watchdog_nowayout gauge node_watchdog_nowayout{name="watchdog0"} 0 # HELP node_watchdog_timeleft_seconds Value of /sys/class/watchdog//timeleft # TYPE node_watchdog_timeleft_seconds gauge node_watchdog_timeleft_seconds{name="watchdog0"} 600 # HELP node_watchdog_timeout_seconds Value of /sys/class/watchdog//timeout # TYPE node_watchdog_timeout_seconds gauge node_watchdog_timeout_seconds{name="watchdog0"} 60 # HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="nvme0n1"} 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="nvme0n1"} 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="nvme0n1"} 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="nvme0n1"} 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="nvme0n1"} 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="nvme0n1"} 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="nvme0n1"} 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="nvme0n1"} 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="nvme0n1"} 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="nvme0n1"} 1.2180167e+07 # HELP node_xfs_block_mapping_extent_list_insertions_total Number of extent list insertions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_insertions_total counter node_xfs_block_mapping_extent_list_insertions_total{device="nvme0n1"} 3.1075711e+07 # HELP node_xfs_block_mapping_extent_list_lookups_total Number of extent list lookups for a filesystem. # TYPE node_xfs_block_mapping_extent_list_lookups_total counter node_xfs_block_mapping_extent_list_lookups_total{device="nvme0n1"} 1.721439202e+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="nvme0n1"} 5.1873025e+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="nvme0n1"} 1.4023387e+07 # HELP node_xfs_block_mapping_writes_total Number of block map for write operations for a filesystem. # TYPE node_xfs_block_mapping_writes_total counter node_xfs_block_mapping_writes_total{device="nvme0n1"} 1.61382799e+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="nvme0n1"} 5.516337e+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="nvme0n1"} 1.2722091e+07 # 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="nvme0n1"} 6.65386e+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="nvme0n1"} 5.516648e+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="nvme0n1"} 3.404882857e+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="nvme0n1"} 3.406028002e+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="nvme0n1"} 1.0982672e+07 # HELP node_xfs_extent_allocation_extents_freed_total Number of extents freed for a filesystem. # TYPE node_xfs_extent_allocation_extents_freed_total counter node_xfs_extent_allocation_extents_freed_total{device="nvme0n1"} 1.1367758e+07 # HELP node_xfs_inode_operation_attempts_total Number of times the OS looked for an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_attempts_total counter node_xfs_inode_operation_attempts_total{device="nvme0n1"} 5.48416e+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="nvme0n1"} 9.945688e+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="nvme0n1"} 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="nvme0n1"} 2.929867e+06 # HELP node_xfs_inode_operation_missed_total Number of times the OS looked for an XFS inode in the cache, but did not find it. # TYPE node_xfs_inode_operation_missed_total counter node_xfs_inode_operation_missed_total{device="nvme0n1"} 2.554293e+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="nvme0n1"} 2.506432e+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="nvme0n1"} 5 # HELP node_xfs_read_calls_total Number of read(2) system calls made to files in a filesystem. # TYPE node_xfs_read_calls_total counter node_xfs_read_calls_total{device="nvme0n1"} 3.09862343e+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="nvme0n1"} 47861 # 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="nvme0n1"} 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="nvme0n1"} 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="nvme0n1"} 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="nvme0n1"} 5.430554e+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="nvme0n1"} 5.430554e+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="nvme0n1"} 5.430554e+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="nvme0n1"} 1.57517175e+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 5397.42 # 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 4.6038577729835e+13 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 8.5973466719442e+13 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.9546112e+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.75924647966e+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"} 3516 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"} 45678 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0