# 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.3526e-05 go_gc_duration_seconds{quantile="0.25"} 2.3083e-05 go_gc_duration_seconds{quantile="0.5"} 3.5608e-05 go_gc_duration_seconds{quantile="0.75"} 5.1126e-05 go_gc_duration_seconds{quantile="1"} 0.000328248 go_gc_duration_seconds_sum 45.143177819 go_gc_duration_seconds_count 899407 # 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 4.9676e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 2.911599721912e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.426912e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 2.1451676084e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.53516e+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 4.9676e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 9.445376e+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 6.463488e+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 54088 # 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 5.390336e+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.5908864e+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.7515163401434362e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 2.1451730172e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 124800 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 103840 # 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.0029888e+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 636720 # 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 851968 # 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 851968 # 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 10 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cali066433ba2a4"} 1 node_arp_entries{device="cali218ae4a84f0"} 1 node_arp_entries{device="cali9c18b3beec5"} 1 node_arp_entries{device="calia8e07cb4a5e"} 1 node_arp_entries{device="eno33np0.3604"} 138 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.741121861e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 5.01771673365e+11 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="32",type="Processor"} 0 node_cooling_device_cur_state{name="33",type="Processor"} 0 node_cooling_device_cur_state{name="34",type="Processor"} 0 node_cooling_device_cur_state{name="35",type="Processor"} 0 node_cooling_device_cur_state{name="36",type="Processor"} 0 node_cooling_device_cur_state{name="37",type="Processor"} 0 node_cooling_device_cur_state{name="38",type="Processor"} 0 node_cooling_device_cur_state{name="39",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="40",type="Processor"} 0 node_cooling_device_cur_state{name="41",type="Processor"} 0 node_cooling_device_cur_state{name="42",type="Processor"} 0 node_cooling_device_cur_state{name="43",type="Processor"} 0 node_cooling_device_cur_state{name="44",type="Processor"} 0 node_cooling_device_cur_state{name="45",type="Processor"} 0 node_cooling_device_cur_state{name="46",type="Processor"} 0 node_cooling_device_cur_state{name="47",type="Processor"} 0 node_cooling_device_cur_state{name="48",type="Processor"} 0 node_cooling_device_cur_state{name="49",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="50",type="Processor"} 0 node_cooling_device_cur_state{name="51",type="Processor"} 0 node_cooling_device_cur_state{name="52",type="Processor"} 0 node_cooling_device_cur_state{name="53",type="Processor"} 0 node_cooling_device_cur_state{name="54",type="Processor"} 0 node_cooling_device_cur_state{name="55",type="Processor"} 0 node_cooling_device_cur_state{name="56",type="Processor"} 0 node_cooling_device_cur_state{name="57",type="Processor"} 0 node_cooling_device_cur_state{name="58",type="Processor"} 0 node_cooling_device_cur_state{name="59",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="60",type="Processor"} 0 node_cooling_device_cur_state{name="61",type="Processor"} 0 node_cooling_device_cur_state{name="62",type="Processor"} 0 node_cooling_device_cur_state{name="63",type="Processor"} 0 node_cooling_device_cur_state{name="64",type="Processor"} 0 node_cooling_device_cur_state{name="65",type="Processor"} 0 node_cooling_device_cur_state{name="66",type="Processor"} 0 node_cooling_device_cur_state{name="67",type="Processor"} 0 node_cooling_device_cur_state{name="68",type="Processor"} 0 node_cooling_device_cur_state{name="69",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="70",type="Processor"} 0 node_cooling_device_cur_state{name="71",type="Processor"} 0 node_cooling_device_cur_state{name="72",type="Processor"} 0 node_cooling_device_cur_state{name="73",type="Processor"} 0 node_cooling_device_cur_state{name="74",type="Processor"} 0 node_cooling_device_cur_state{name="75",type="Processor"} 0 node_cooling_device_cur_state{name="76",type="Processor"} 0 node_cooling_device_cur_state{name="77",type="Processor"} 0 node_cooling_device_cur_state{name="78",type="Processor"} 0 node_cooling_device_cur_state{name="79",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="80",type="Processor"} 0 node_cooling_device_cur_state{name="81",type="Processor"} 0 node_cooling_device_cur_state{name="82",type="Processor"} 0 node_cooling_device_cur_state{name="83",type="Processor"} 0 node_cooling_device_cur_state{name="84",type="Processor"} 0 node_cooling_device_cur_state{name="85",type="Processor"} 0 node_cooling_device_cur_state{name="86",type="Processor"} 0 node_cooling_device_cur_state{name="87",type="Processor"} 0 node_cooling_device_cur_state{name="88",type="Processor"} 0 node_cooling_device_cur_state{name="89",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 node_cooling_device_cur_state{name="90",type="Processor"} 0 node_cooling_device_cur_state{name="91",type="Processor"} 0 node_cooling_device_cur_state{name="92",type="Processor"} 0 node_cooling_device_cur_state{name="93",type="Processor"} 0 node_cooling_device_cur_state{name="94",type="Processor"} 0 node_cooling_device_cur_state{name="95",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 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"} 7.46899005e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 322392.78 node_cpu_seconds_total{cpu="0",mode="irq"} 34349.45 node_cpu_seconds_total{cpu="0",mode="nice"} 1.77043076e+06 node_cpu_seconds_total{cpu="0",mode="softirq"} 167798.21 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 344534.26 node_cpu_seconds_total{cpu="0",mode="user"} 183693.29 node_cpu_seconds_total{cpu="1",mode="idle"} 7.93459233e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 269195.05 node_cpu_seconds_total{cpu="1",mode="irq"} 70294.31 node_cpu_seconds_total{cpu="1",mode="nice"} 1.59568494e+06 node_cpu_seconds_total{cpu="1",mode="softirq"} 52114.53 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 227476.88 node_cpu_seconds_total{cpu="1",mode="user"} 180892.63 node_cpu_seconds_total{cpu="10",mode="idle"} 7.99483437e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 234787.18 node_cpu_seconds_total{cpu="10",mode="irq"} 31664.04 node_cpu_seconds_total{cpu="10",mode="nice"} 1.65899339e+06 node_cpu_seconds_total{cpu="10",mode="softirq"} 56863.3 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 231163.73 node_cpu_seconds_total{cpu="10",mode="user"} 131446.34 node_cpu_seconds_total{cpu="11",mode="idle"} 8.08156457e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 213706.69 node_cpu_seconds_total{cpu="11",mode="irq"} 30040.21 node_cpu_seconds_total{cpu="11",mode="nice"} 1.61184113e+06 node_cpu_seconds_total{cpu="11",mode="softirq"} 48583.06 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 228044.97 node_cpu_seconds_total{cpu="11",mode="user"} 125800.68 node_cpu_seconds_total{cpu="12",mode="idle"} 7.29447795e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 353972.36 node_cpu_seconds_total{cpu="12",mode="irq"} 32695.66 node_cpu_seconds_total{cpu="12",mode="nice"} 2.27882667e+06 node_cpu_seconds_total{cpu="12",mode="softirq"} 22989.07 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 235857.93 node_cpu_seconds_total{cpu="12",mode="user"} 126844.86 node_cpu_seconds_total{cpu="13",mode="idle"} 7.98260675e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 329905.27 node_cpu_seconds_total{cpu="13",mode="irq"} 27754.91 node_cpu_seconds_total{cpu="13",mode="nice"} 1.66321357e+06 node_cpu_seconds_total{cpu="13",mode="softirq"} 11533.26 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 198051.44 node_cpu_seconds_total{cpu="13",mode="user"} 131230.79 node_cpu_seconds_total{cpu="14",mode="idle"} 7.92066809e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 280716.04 node_cpu_seconds_total{cpu="14",mode="irq"} 27706.03 node_cpu_seconds_total{cpu="14",mode="nice"} 1.80664954e+06 node_cpu_seconds_total{cpu="14",mode="softirq"} 6559.43 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 183998.75 node_cpu_seconds_total{cpu="14",mode="user"} 120423.49 node_cpu_seconds_total{cpu="15",mode="idle"} 7.48225391e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 305412.56 node_cpu_seconds_total{cpu="15",mode="irq"} 30917.79 node_cpu_seconds_total{cpu="15",mode="nice"} 2.11120804e+06 node_cpu_seconds_total{cpu="15",mode="softirq"} 16465.91 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 276238.13 node_cpu_seconds_total{cpu="15",mode="user"} 123199.06 node_cpu_seconds_total{cpu="16",mode="idle"} 8.01077453e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 260730.07 node_cpu_seconds_total{cpu="16",mode="irq"} 26782.45 node_cpu_seconds_total{cpu="16",mode="nice"} 1.69302797e+06 node_cpu_seconds_total{cpu="16",mode="softirq"} 6477.7 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 228752.75 node_cpu_seconds_total{cpu="16",mode="user"} 119583.39 node_cpu_seconds_total{cpu="17",mode="idle"} 8.17763109e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 270414.58 node_cpu_seconds_total{cpu="17",mode="irq"} 29628.79 node_cpu_seconds_total{cpu="17",mode="nice"} 1.38449282e+06 node_cpu_seconds_total{cpu="17",mode="softirq"} 65602.18 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 283137.29 node_cpu_seconds_total{cpu="17",mode="user"} 127961.57 node_cpu_seconds_total{cpu="18",mode="idle"} 7.59413885e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 274980.57 node_cpu_seconds_total{cpu="18",mode="irq"} 31858.06 node_cpu_seconds_total{cpu="18",mode="nice"} 2.03830257e+06 node_cpu_seconds_total{cpu="18",mode="softirq"} 30437.81 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 241966.11 node_cpu_seconds_total{cpu="18",mode="user"} 130893.85 node_cpu_seconds_total{cpu="19",mode="idle"} 8.10882839e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 228571.65 node_cpu_seconds_total{cpu="19",mode="irq"} 29005.49 node_cpu_seconds_total{cpu="19",mode="nice"} 1.58850883e+06 node_cpu_seconds_total{cpu="19",mode="softirq"} 39844.86 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 224973.12 node_cpu_seconds_total{cpu="19",mode="user"} 123709.79 node_cpu_seconds_total{cpu="2",mode="idle"} 7.97317512e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 245561.42 node_cpu_seconds_total{cpu="2",mode="irq"} 28932.47 node_cpu_seconds_total{cpu="2",mode="nice"} 1.73630362e+06 node_cpu_seconds_total{cpu="2",mode="softirq"} 18853.96 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 185592.28 node_cpu_seconds_total{cpu="2",mode="user"} 153840.54 node_cpu_seconds_total{cpu="20",mode="idle"} 8.0755224e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 246045.44 node_cpu_seconds_total{cpu="20",mode="irq"} 29234.95 node_cpu_seconds_total{cpu="20",mode="nice"} 1.61129662e+06 node_cpu_seconds_total{cpu="20",mode="softirq"} 35399.34 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 215017.87 node_cpu_seconds_total{cpu="20",mode="user"} 129900.39 node_cpu_seconds_total{cpu="21",mode="idle"} 7.39989632e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 358603.6 node_cpu_seconds_total{cpu="21",mode="irq"} 31129.17 node_cpu_seconds_total{cpu="21",mode="nice"} 2.20529974e+06 node_cpu_seconds_total{cpu="21",mode="softirq"} 12495.1 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 215659.29 node_cpu_seconds_total{cpu="21",mode="user"} 123309.8 node_cpu_seconds_total{cpu="22",mode="idle"} 8.00954466e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 285533.13 node_cpu_seconds_total{cpu="22",mode="irq"} 27218.59 node_cpu_seconds_total{cpu="22",mode="nice"} 1.70636194e+06 node_cpu_seconds_total{cpu="22",mode="softirq"} 6514.87 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 182599.55 node_cpu_seconds_total{cpu="22",mode="user"} 125857.88 node_cpu_seconds_total{cpu="23",mode="idle"} 8.03340473e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 326454.12 node_cpu_seconds_total{cpu="23",mode="irq"} 28217.54 node_cpu_seconds_total{cpu="23",mode="nice"} 1.60877235e+06 node_cpu_seconds_total{cpu="23",mode="softirq"} 27696.34 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 195054.21 node_cpu_seconds_total{cpu="23",mode="user"} 124298.03 node_cpu_seconds_total{cpu="24",mode="idle"} 7.67491413e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 285580.78 node_cpu_seconds_total{cpu="24",mode="irq"} 30734.5 node_cpu_seconds_total{cpu="24",mode="nice"} 1.73947289e+06 node_cpu_seconds_total{cpu="24",mode="softirq"} 7755.75 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 338347.29 node_cpu_seconds_total{cpu="24",mode="user"} 268222.04 node_cpu_seconds_total{cpu="25",mode="idle"} 7.9953786e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 264501.75 node_cpu_seconds_total{cpu="25",mode="irq"} 27746.43 node_cpu_seconds_total{cpu="25",mode="nice"} 1.56285403e+06 node_cpu_seconds_total{cpu="25",mode="softirq"} 6210.05 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 249556.4 node_cpu_seconds_total{cpu="25",mode="user"} 239690.93 node_cpu_seconds_total{cpu="26",mode="idle"} 8.13701578e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 246581 node_cpu_seconds_total{cpu="26",mode="irq"} 26548.36 node_cpu_seconds_total{cpu="26",mode="nice"} 1.48911608e+06 node_cpu_seconds_total{cpu="26",mode="softirq"} 5752.39 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 225626.57 node_cpu_seconds_total{cpu="26",mode="user"} 215804.63 node_cpu_seconds_total{cpu="27",mode="idle"} 7.72580817e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 250733.19 node_cpu_seconds_total{cpu="27",mode="irq"} 28090.15 node_cpu_seconds_total{cpu="27",mode="nice"} 1.96887507e+06 node_cpu_seconds_total{cpu="27",mode="softirq"} 5444.86 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 239996.57 node_cpu_seconds_total{cpu="27",mode="user"} 134845.32 node_cpu_seconds_total{cpu="28",mode="idle"} 8.19419553e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 243123.85 node_cpu_seconds_total{cpu="28",mode="irq"} 25010.72 node_cpu_seconds_total{cpu="28",mode="nice"} 1.55707821e+06 node_cpu_seconds_total{cpu="28",mode="softirq"} 4693.35 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 200755.75 node_cpu_seconds_total{cpu="28",mode="user"} 128754.8 node_cpu_seconds_total{cpu="29",mode="idle"} 8.18258078e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 251765.2 node_cpu_seconds_total{cpu="29",mode="irq"} 24996.95 node_cpu_seconds_total{cpu="29",mode="nice"} 1.57007102e+06 node_cpu_seconds_total{cpu="29",mode="softirq"} 4639.99 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 194166.65 node_cpu_seconds_total{cpu="29",mode="user"} 125234.6 node_cpu_seconds_total{cpu="3",mode="idle"} 7.24226328e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 367705.54 node_cpu_seconds_total{cpu="3",mode="irq"} 36374.44 node_cpu_seconds_total{cpu="3",mode="nice"} 2.223263e+06 node_cpu_seconds_total{cpu="3",mode="softirq"} 73291.68 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 257292.15 node_cpu_seconds_total{cpu="3",mode="user"} 134840.2 node_cpu_seconds_total{cpu="30",mode="idle"} 7.83117149e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 245038.39 node_cpu_seconds_total{cpu="30",mode="irq"} 27108.09 node_cpu_seconds_total{cpu="30",mode="nice"} 1.88009532e+06 node_cpu_seconds_total{cpu="30",mode="softirq"} 5165.5 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 237042.21 node_cpu_seconds_total{cpu="30",mode="user"} 128600.65 node_cpu_seconds_total{cpu="31",mode="idle"} 8.46022965e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 244919.8 node_cpu_seconds_total{cpu="31",mode="irq"} 23213.29 node_cpu_seconds_total{cpu="31",mode="nice"} 1.29454174e+06 node_cpu_seconds_total{cpu="31",mode="softirq"} 4921.04 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 195403.27 node_cpu_seconds_total{cpu="31",mode="user"} 128383.77 node_cpu_seconds_total{cpu="32",mode="idle"} 8.37274468e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 245548.99 node_cpu_seconds_total{cpu="32",mode="irq"} 23970.16 node_cpu_seconds_total{cpu="32",mode="nice"} 1.37784818e+06 node_cpu_seconds_total{cpu="32",mode="softirq"} 4777.34 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 198116.63 node_cpu_seconds_total{cpu="32",mode="user"} 128487.99 node_cpu_seconds_total{cpu="33",mode="idle"} 7.68463226e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 252489.84 node_cpu_seconds_total{cpu="33",mode="irq"} 28306.8 node_cpu_seconds_total{cpu="33",mode="nice"} 2.0031339e+06 node_cpu_seconds_total{cpu="33",mode="softirq"} 5401.87 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 247762.49 node_cpu_seconds_total{cpu="33",mode="user"} 131814.35 node_cpu_seconds_total{cpu="34",mode="idle"} 8.21565584e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 243100.51 node_cpu_seconds_total{cpu="34",mode="irq"} 24690.67 node_cpu_seconds_total{cpu="34",mode="nice"} 1.54022709e+06 node_cpu_seconds_total{cpu="34",mode="softirq"} 4480.81 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 202124.6 node_cpu_seconds_total{cpu="34",mode="user"} 123686.24 node_cpu_seconds_total{cpu="35",mode="idle"} 8.20095277e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 245763.33 node_cpu_seconds_total{cpu="35",mode="irq"} 24865.05 node_cpu_seconds_total{cpu="35",mode="nice"} 1.56045361e+06 node_cpu_seconds_total{cpu="35",mode="softirq"} 4458.2 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 196321.79 node_cpu_seconds_total{cpu="35",mode="user"} 120950.04 node_cpu_seconds_total{cpu="36",mode="idle"} 7.80421184e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 256926.95 node_cpu_seconds_total{cpu="36",mode="irq"} 27387.97 node_cpu_seconds_total{cpu="36",mode="nice"} 1.89651018e+06 node_cpu_seconds_total{cpu="36",mode="softirq"} 4978.36 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 236773.46 node_cpu_seconds_total{cpu="36",mode="user"} 127442.62 node_cpu_seconds_total{cpu="37",mode="idle"} 8.22364621e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 243658.34 node_cpu_seconds_total{cpu="37",mode="irq"} 24765.67 node_cpu_seconds_total{cpu="37",mode="nice"} 1.53848426e+06 node_cpu_seconds_total{cpu="37",mode="softirq"} 4408.61 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 197362.79 node_cpu_seconds_total{cpu="37",mode="user"} 121817.03 node_cpu_seconds_total{cpu="38",mode="idle"} 8.20555957e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 242256.24 node_cpu_seconds_total{cpu="38",mode="irq"} 24913.65 node_cpu_seconds_total{cpu="38",mode="nice"} 1.56119665e+06 node_cpu_seconds_total{cpu="38",mode="softirq"} 4397.13 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 195825.33 node_cpu_seconds_total{cpu="38",mode="user"} 119888.39 node_cpu_seconds_total{cpu="39",mode="idle"} 7.78395021e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 249710.56 node_cpu_seconds_total{cpu="39",mode="irq"} 27740.01 node_cpu_seconds_total{cpu="39",mode="nice"} 1.92588249e+06 node_cpu_seconds_total{cpu="39",mode="softirq"} 4950.1 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 236409.93 node_cpu_seconds_total{cpu="39",mode="user"} 126165.08 node_cpu_seconds_total{cpu="4",mode="idle"} 7.94006091e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 389930.53 node_cpu_seconds_total{cpu="4",mode="irq"} 31565.69 node_cpu_seconds_total{cpu="4",mode="nice"} 1.4786769e+06 node_cpu_seconds_total{cpu="4",mode="softirq"} 79708.62 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 266940.01 node_cpu_seconds_total{cpu="4",mode="user"} 143947.68 node_cpu_seconds_total{cpu="40",mode="idle"} 8.23090716e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 243755.72 node_cpu_seconds_total{cpu="40",mode="irq"} 24585.56 node_cpu_seconds_total{cpu="40",mode="nice"} 1.53341273e+06 node_cpu_seconds_total{cpu="40",mode="softirq"} 4369.12 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 196040.16 node_cpu_seconds_total{cpu="40",mode="user"} 121207.32 node_cpu_seconds_total{cpu="41",mode="idle"} 8.22419523e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 240306.52 node_cpu_seconds_total{cpu="41",mode="irq"} 24812.7 node_cpu_seconds_total{cpu="41",mode="nice"} 1.54608113e+06 node_cpu_seconds_total{cpu="41",mode="softirq"} 4369.04 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 194990.01 node_cpu_seconds_total{cpu="41",mode="user"} 119478.87 node_cpu_seconds_total{cpu="42",mode="idle"} 7.69116557e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 248135.11 node_cpu_seconds_total{cpu="42",mode="irq"} 28216.7 node_cpu_seconds_total{cpu="42",mode="nice"} 2.01346862e+06 node_cpu_seconds_total{cpu="42",mode="softirq"} 5073.49 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 242187.86 node_cpu_seconds_total{cpu="42",mode="user"} 126672.68 node_cpu_seconds_total{cpu="43",mode="idle"} 8.22546994e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 235733.04 node_cpu_seconds_total{cpu="43",mode="irq"} 24685.06 node_cpu_seconds_total{cpu="43",mode="nice"} 1.54230609e+06 node_cpu_seconds_total{cpu="43",mode="softirq"} 4919.86 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 198546.27 node_cpu_seconds_total{cpu="43",mode="user"} 122320.76 node_cpu_seconds_total{cpu="44",mode="idle"} 8.20605485e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 241360.44 node_cpu_seconds_total{cpu="44",mode="irq"} 24822.11 node_cpu_seconds_total{cpu="44",mode="nice"} 1.56294752e+06 node_cpu_seconds_total{cpu="44",mode="softirq"} 4341.88 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 194961.83 node_cpu_seconds_total{cpu="44",mode="user"} 119462.79 node_cpu_seconds_total{cpu="45",mode="idle"} 7.73841013e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 247609.64 node_cpu_seconds_total{cpu="45",mode="irq"} 27769.83 node_cpu_seconds_total{cpu="45",mode="nice"} 1.97738565e+06 node_cpu_seconds_total{cpu="45",mode="softirq"} 4634.86 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 235691.63 node_cpu_seconds_total{cpu="45",mode="user"} 124268.76 node_cpu_seconds_total{cpu="46",mode="idle"} 8.24452791e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 238580 node_cpu_seconds_total{cpu="46",mode="irq"} 24558.51 node_cpu_seconds_total{cpu="46",mode="nice"} 1.51906638e+06 node_cpu_seconds_total{cpu="46",mode="softirq"} 4390.62 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 200984.26 node_cpu_seconds_total{cpu="46",mode="user"} 121876.17 node_cpu_seconds_total{cpu="47",mode="idle"} 8.21096233e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 241459.97 node_cpu_seconds_total{cpu="47",mode="irq"} 24666.24 node_cpu_seconds_total{cpu="47",mode="nice"} 1.55979417e+06 node_cpu_seconds_total{cpu="47",mode="softirq"} 4275.5 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 195903.83 node_cpu_seconds_total{cpu="47",mode="user"} 117431.27 node_cpu_seconds_total{cpu="48",mode="idle"} 7.46769431e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 197653.54 node_cpu_seconds_total{cpu="48",mode="irq"} 31633.22 node_cpu_seconds_total{cpu="48",mode="nice"} 2.34073872e+06 node_cpu_seconds_total{cpu="48",mode="softirq"} 5332.76 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 172515.77 node_cpu_seconds_total{cpu="48",mode="user"} 133945.38 node_cpu_seconds_total{cpu="49",mode="idle"} 8.0913561e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 212982.72 node_cpu_seconds_total{cpu="49",mode="irq"} 27598.75 node_cpu_seconds_total{cpu="49",mode="nice"} 1.68006435e+06 node_cpu_seconds_total{cpu="49",mode="softirq"} 14340.67 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 174260.78 node_cpu_seconds_total{cpu="49",mode="user"} 145105.27 node_cpu_seconds_total{cpu="5",mode="idle"} 8.00827639e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 368112.1 node_cpu_seconds_total{cpu="5",mode="irq"} 31227.46 node_cpu_seconds_total{cpu="5",mode="nice"} 1.46465328e+06 node_cpu_seconds_total{cpu="5",mode="softirq"} 67009.08 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 244919.87 node_cpu_seconds_total{cpu="5",mode="user"} 146735.17 node_cpu_seconds_total{cpu="50",mode="idle"} 8.21294049e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 220034.07 node_cpu_seconds_total{cpu="50",mode="irq"} 27863.01 node_cpu_seconds_total{cpu="50",mode="nice"} 1.52794434e+06 node_cpu_seconds_total{cpu="50",mode="softirq"} 29162.56 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 182009.98 node_cpu_seconds_total{cpu="50",mode="user"} 144619.33 node_cpu_seconds_total{cpu="51",mode="idle"} 7.33031051e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 398843.93 node_cpu_seconds_total{cpu="51",mode="irq"} 30541.22 node_cpu_seconds_total{cpu="51",mode="nice"} 2.24525163e+06 node_cpu_seconds_total{cpu="51",mode="softirq"} 6946.65 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 206084.24 node_cpu_seconds_total{cpu="51",mode="user"} 124547.6 node_cpu_seconds_total{cpu="52",mode="idle"} 7.9940487e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 372408 node_cpu_seconds_total{cpu="52",mode="irq"} 31430.68 node_cpu_seconds_total{cpu="52",mode="nice"} 1.47204158e+06 node_cpu_seconds_total{cpu="52",mode="softirq"} 72921.23 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 247029.92 node_cpu_seconds_total{cpu="52",mode="user"} 143728.88 node_cpu_seconds_total{cpu="53",mode="idle"} 7.69347547e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 409616.62 node_cpu_seconds_total{cpu="53",mode="irq"} 29087.3 node_cpu_seconds_total{cpu="53",mode="nice"} 1.87148638e+06 node_cpu_seconds_total{cpu="53",mode="softirq"} 15644.43 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 198035.03 node_cpu_seconds_total{cpu="53",mode="user"} 124399.98 node_cpu_seconds_total{cpu="54",mode="idle"} 7.80351532e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 283529.8 node_cpu_seconds_total{cpu="54",mode="irq"} 35864.35 node_cpu_seconds_total{cpu="54",mode="nice"} 1.66010589e+06 node_cpu_seconds_total{cpu="54",mode="softirq"} 118507.7 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 285652.58 node_cpu_seconds_total{cpu="54",mode="user"} 147442.71 node_cpu_seconds_total{cpu="55",mode="idle"} 7.70394929e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 396372.46 node_cpu_seconds_total{cpu="55",mode="irq"} 28786.53 node_cpu_seconds_total{cpu="55",mode="nice"} 1.89829235e+06 node_cpu_seconds_total{cpu="55",mode="softirq"} 7509.44 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 187753.6 node_cpu_seconds_total{cpu="55",mode="user"} 121094.49 node_cpu_seconds_total{cpu="56",mode="idle"} 8.18527673e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 303477.05 node_cpu_seconds_total{cpu="56",mode="irq"} 32865.54 node_cpu_seconds_total{cpu="56",mode="nice"} 1.30029318e+06 node_cpu_seconds_total{cpu="56",mode="softirq"} 100893.09 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 262609.22 node_cpu_seconds_total{cpu="56",mode="user"} 147823.79 node_cpu_seconds_total{cpu="57",mode="idle"} 7.51686057e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 213065.99 node_cpu_seconds_total{cpu="57",mode="irq"} 32739.99 node_cpu_seconds_total{cpu="57",mode="nice"} 2.17175768e+06 node_cpu_seconds_total{cpu="57",mode="softirq"} 33343.36 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 245149.66 node_cpu_seconds_total{cpu="57",mode="user"} 125082.98 node_cpu_seconds_total{cpu="58",mode="idle"} 8.10817279e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 238247.15 node_cpu_seconds_total{cpu="58",mode="irq"} 27461.02 node_cpu_seconds_total{cpu="58",mode="nice"} 1.60954396e+06 node_cpu_seconds_total{cpu="58",mode="softirq"} 16206.57 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 219976.66 node_cpu_seconds_total{cpu="58",mode="user"} 121947.01 node_cpu_seconds_total{cpu="59",mode="idle"} 8.00955808e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 227574.87 node_cpu_seconds_total{cpu="59",mode="irq"} 28508.91 node_cpu_seconds_total{cpu="59",mode="nice"} 1.71030081e+06 node_cpu_seconds_total{cpu="59",mode="softirq"} 21193.5 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 222066.05 node_cpu_seconds_total{cpu="59",mode="user"} 122373.22 node_cpu_seconds_total{cpu="6",mode="idle"} 7.19592622e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 381317.15 node_cpu_seconds_total{cpu="6",mode="irq"} 32148.76 node_cpu_seconds_total{cpu="6",mode="nice"} 2.39911698e+06 node_cpu_seconds_total{cpu="6",mode="softirq"} 9741.12 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 205203.09 node_cpu_seconds_total{cpu="6",mode="user"} 121369.16 node_cpu_seconds_total{cpu="60",mode="idle"} 7.68376675e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 307241.58 node_cpu_seconds_total{cpu="60",mode="irq"} 31582.51 node_cpu_seconds_total{cpu="60",mode="nice"} 1.92750257e+06 node_cpu_seconds_total{cpu="60",mode="softirq"} 40295.44 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 226690.75 node_cpu_seconds_total{cpu="60",mode="user"} 126267.18 node_cpu_seconds_total{cpu="61",mode="idle"} 7.90352533e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 277636.1 node_cpu_seconds_total{cpu="61",mode="irq"} 30897.8 node_cpu_seconds_total{cpu="61",mode="nice"} 1.76007739e+06 node_cpu_seconds_total{cpu="61",mode="softirq"} 49857.09 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 203657.08 node_cpu_seconds_total{cpu="61",mode="user"} 119255.21 node_cpu_seconds_total{cpu="62",mode="idle"} 8.14776724e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 249826.32 node_cpu_seconds_total{cpu="62",mode="irq"} 33584.48 node_cpu_seconds_total{cpu="62",mode="nice"} 1.36996052e+06 node_cpu_seconds_total{cpu="62",mode="softirq"} 110766.08 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 276141.04 node_cpu_seconds_total{cpu="62",mode="user"} 145560.77 node_cpu_seconds_total{cpu="63",mode="idle"} 7.65466958e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 253544.31 node_cpu_seconds_total{cpu="63",mode="irq"} 33585.68 node_cpu_seconds_total{cpu="63",mode="nice"} 1.88608546e+06 node_cpu_seconds_total{cpu="63",mode="softirq"} 79395.13 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 312816.63 node_cpu_seconds_total{cpu="63",mode="user"} 121741.7 node_cpu_seconds_total{cpu="64",mode="idle"} 8.19116445e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 224038.76 node_cpu_seconds_total{cpu="64",mode="irq"} 32300.63 node_cpu_seconds_total{cpu="64",mode="nice"} 1.3281935e+06 node_cpu_seconds_total{cpu="64",mode="softirq"} 105461.98 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 317837.49 node_cpu_seconds_total{cpu="64",mode="user"} 138481.4 node_cpu_seconds_total{cpu="65",mode="idle"} 7.69843529e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 320346.63 node_cpu_seconds_total{cpu="65",mode="irq"} 29297.44 node_cpu_seconds_total{cpu="65",mode="nice"} 1.88781737e+06 node_cpu_seconds_total{cpu="65",mode="softirq"} 10062.98 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 273662.84 node_cpu_seconds_total{cpu="65",mode="user"} 122953.3 node_cpu_seconds_total{cpu="66",mode="idle"} 7.49727979e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 241786.82 node_cpu_seconds_total{cpu="66",mode="irq"} 32494.3 node_cpu_seconds_total{cpu="66",mode="nice"} 2.18618834e+06 node_cpu_seconds_total{cpu="66",mode="softirq"} 35321.86 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 232006.59 node_cpu_seconds_total{cpu="66",mode="user"} 120449.51 node_cpu_seconds_total{cpu="67",mode="idle"} 8.0594029e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 227276.58 node_cpu_seconds_total{cpu="67",mode="irq"} 29561.86 node_cpu_seconds_total{cpu="67",mode="nice"} 1.6323107e+06 node_cpu_seconds_total{cpu="67",mode="softirq"} 37430.98 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 225852.13 node_cpu_seconds_total{cpu="67",mode="user"} 130704.44 node_cpu_seconds_total{cpu="68",mode="idle"} 7.8918222e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 236385.26 node_cpu_seconds_total{cpu="68",mode="irq"} 30459.07 node_cpu_seconds_total{cpu="68",mode="nice"} 1.79664186e+06 node_cpu_seconds_total{cpu="68",mode="softirq"} 32199.43 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 232271.95 node_cpu_seconds_total{cpu="68",mode="user"} 122346.87 node_cpu_seconds_total{cpu="69",mode="idle"} 7.67409583e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 300779.49 node_cpu_seconds_total{cpu="69",mode="irq"} 32362.81 node_cpu_seconds_total{cpu="69",mode="nice"} 1.93585813e+06 node_cpu_seconds_total{cpu="69",mode="softirq"} 57855.17 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 222744.3 node_cpu_seconds_total{cpu="69",mode="user"} 119724.01 node_cpu_seconds_total{cpu="7",mode="idle"} 7.87712253e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 398618.13 node_cpu_seconds_total{cpu="7",mode="irq"} 28500.33 node_cpu_seconds_total{cpu="7",mode="nice"} 1.69871759e+06 node_cpu_seconds_total{cpu="7",mode="softirq"} 20324.34 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 188951.94 node_cpu_seconds_total{cpu="7",mode="user"} 129391.96 node_cpu_seconds_total{cpu="70",mode="idle"} 8.22144903e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 222091.94 node_cpu_seconds_total{cpu="70",mode="irq"} 34920.4 node_cpu_seconds_total{cpu="70",mode="nice"} 1.27279642e+06 node_cpu_seconds_total{cpu="70",mode="softirq"} 132727.77 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 296521.38 node_cpu_seconds_total{cpu="70",mode="user"} 151848.83 node_cpu_seconds_total{cpu="71",mode="idle"} 7.66736653e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 378751.63 node_cpu_seconds_total{cpu="71",mode="irq"} 30802.97 node_cpu_seconds_total{cpu="71",mode="nice"} 1.88956163e+06 node_cpu_seconds_total{cpu="71",mode="softirq"} 23818.95 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 219425.94 node_cpu_seconds_total{cpu="71",mode="user"} 132348.88 node_cpu_seconds_total{cpu="72",mode="idle"} 7.92869117e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 241812.15 node_cpu_seconds_total{cpu="72",mode="irq"} 27250.85 node_cpu_seconds_total{cpu="72",mode="nice"} 1.69881087e+06 node_cpu_seconds_total{cpu="72",mode="softirq"} 5046.88 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 246889.63 node_cpu_seconds_total{cpu="72",mode="user"} 200244.93 node_cpu_seconds_total{cpu="73",mode="idle"} 8.11661065e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 246457.49 node_cpu_seconds_total{cpu="73",mode="irq"} 25857.42 node_cpu_seconds_total{cpu="73",mode="nice"} 1.55203798e+06 node_cpu_seconds_total{cpu="73",mode="softirq"} 4792.8 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 215724.07 node_cpu_seconds_total{cpu="73",mode="user"} 186578.34 node_cpu_seconds_total{cpu="74",mode="idle"} 7.96726479e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 237459.85 node_cpu_seconds_total{cpu="74",mode="irq"} 26852.74 node_cpu_seconds_total{cpu="74",mode="nice"} 1.72994225e+06 node_cpu_seconds_total{cpu="74",mode="softirq"} 4619.71 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 207182.07 node_cpu_seconds_total{cpu="74",mode="user"} 176031.14 node_cpu_seconds_total{cpu="75",mode="idle"} 7.75956269e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 243604.34 node_cpu_seconds_total{cpu="75",mode="irq"} 27756.35 node_cpu_seconds_total{cpu="75",mode="nice"} 1.98134518e+06 node_cpu_seconds_total{cpu="75",mode="softirq"} 4518.75 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 215260.34 node_cpu_seconds_total{cpu="75",mode="user"} 123085.67 node_cpu_seconds_total{cpu="76",mode="idle"} 8.14835799e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 242797.78 node_cpu_seconds_total{cpu="76",mode="irq"} 25170.53 node_cpu_seconds_total{cpu="76",mode="nice"} 1.61343076e+06 node_cpu_seconds_total{cpu="76",mode="softirq"} 4257.14 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 197230.81 node_cpu_seconds_total{cpu="76",mode="user"} 122937.09 node_cpu_seconds_total{cpu="77",mode="idle"} 8.07970864e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 245571.36 node_cpu_seconds_total{cpu="77",mode="irq"} 25546.13 node_cpu_seconds_total{cpu="77",mode="nice"} 1.68947288e+06 node_cpu_seconds_total{cpu="77",mode="softirq"} 4156.49 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 192450.63 node_cpu_seconds_total{cpu="77",mode="user"} 118004.36 node_cpu_seconds_total{cpu="78",mode="idle"} 7.84119936e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 241985.25 node_cpu_seconds_total{cpu="78",mode="irq"} 27268.66 node_cpu_seconds_total{cpu="78",mode="nice"} 1.90163972e+06 node_cpu_seconds_total{cpu="78",mode="softirq"} 4630.52 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 215756.36 node_cpu_seconds_total{cpu="78",mode="user"} 122126.59 node_cpu_seconds_total{cpu="79",mode="idle"} 7.75096803e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 242060.13 node_cpu_seconds_total{cpu="79",mode="irq"} 28204.26 node_cpu_seconds_total{cpu="79",mode="nice"} 2.01677461e+06 node_cpu_seconds_total{cpu="79",mode="softirq"} 5370.81 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 198732.6 node_cpu_seconds_total{cpu="79",mode="user"} 114087.63 node_cpu_seconds_total{cpu="8",mode="idle"} 7.84290726e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 330098.68 node_cpu_seconds_total{cpu="8",mode="irq"} 28347.68 node_cpu_seconds_total{cpu="8",mode="nice"} 1.83245095e+06 node_cpu_seconds_total{cpu="8",mode="softirq"} 10865.75 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 177866.94 node_cpu_seconds_total{cpu="8",mode="user"} 121017.32 node_cpu_seconds_total{cpu="80",mode="idle"} 7.86109897e+06 node_cpu_seconds_total{cpu="80",mode="iowait"} 230345.38 node_cpu_seconds_total{cpu="80",mode="irq"} 26960.24 node_cpu_seconds_total{cpu="80",mode="nice"} 1.93067887e+06 node_cpu_seconds_total{cpu="80",mode="softirq"} 3851.87 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 191228.65 node_cpu_seconds_total{cpu="80",mode="user"} 112129.47 node_cpu_seconds_total{cpu="81",mode="idle"} 7.90125044e+06 node_cpu_seconds_total{cpu="81",mode="iowait"} 240462.01 node_cpu_seconds_total{cpu="81",mode="irq"} 26626.97 node_cpu_seconds_total{cpu="81",mode="nice"} 1.86319821e+06 node_cpu_seconds_total{cpu="81",mode="softirq"} 4200.38 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 203756.26 node_cpu_seconds_total{cpu="81",mode="user"} 116255.39 node_cpu_seconds_total{cpu="82",mode="idle"} 8.14020029e+06 node_cpu_seconds_total{cpu="82",mode="iowait"} 237992.5 node_cpu_seconds_total{cpu="82",mode="irq"} 25133.76 node_cpu_seconds_total{cpu="82",mode="nice"} 1.6345106e+06 node_cpu_seconds_total{cpu="82",mode="softirq"} 4086.55 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 194908.55 node_cpu_seconds_total{cpu="82",mode="user"} 118175.81 node_cpu_seconds_total{cpu="83",mode="idle"} 8.06858918e+06 node_cpu_seconds_total{cpu="83",mode="iowait"} 232029.12 node_cpu_seconds_total{cpu="83",mode="irq"} 25509.83 node_cpu_seconds_total{cpu="83",mode="nice"} 1.72178951e+06 node_cpu_seconds_total{cpu="83",mode="softirq"} 3927.11 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 190568.49 node_cpu_seconds_total{cpu="83",mode="user"} 113437.09 node_cpu_seconds_total{cpu="84",mode="idle"} 7.80590042e+06 node_cpu_seconds_total{cpu="84",mode="iowait"} 238693.69 node_cpu_seconds_total{cpu="84",mode="irq"} 27401.96 node_cpu_seconds_total{cpu="84",mode="nice"} 1.95286088e+06 node_cpu_seconds_total{cpu="84",mode="softirq"} 4214.69 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 210688.62 node_cpu_seconds_total{cpu="84",mode="user"} 116103.94 node_cpu_seconds_total{cpu="85",mode="idle"} 8.11730046e+06 node_cpu_seconds_total{cpu="85",mode="iowait"} 242684.91 node_cpu_seconds_total{cpu="85",mode="irq"} 25309.22 node_cpu_seconds_total{cpu="85",mode="nice"} 1.65646158e+06 node_cpu_seconds_total{cpu="85",mode="softirq"} 3966.45 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 193149.17 node_cpu_seconds_total{cpu="85",mode="user"} 116648.47 node_cpu_seconds_total{cpu="86",mode="idle"} 8.07591536e+06 node_cpu_seconds_total{cpu="86",mode="iowait"} 233681.32 node_cpu_seconds_total{cpu="86",mode="irq"} 25512.6 node_cpu_seconds_total{cpu="86",mode="nice"} 1.70834363e+06 node_cpu_seconds_total{cpu="86",mode="softirq"} 3963.48 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 194043.55 node_cpu_seconds_total{cpu="86",mode="user"} 114113.02 node_cpu_seconds_total{cpu="87",mode="idle"} 7.83615202e+06 node_cpu_seconds_total{cpu="87",mode="iowait"} 239841.83 node_cpu_seconds_total{cpu="87",mode="irq"} 27321.88 node_cpu_seconds_total{cpu="87",mode="nice"} 1.91679775e+06 node_cpu_seconds_total{cpu="87",mode="softirq"} 4247.32 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 213374.32 node_cpu_seconds_total{cpu="87",mode="user"} 118107.55 node_cpu_seconds_total{cpu="88",mode="idle"} 8.13474714e+06 node_cpu_seconds_total{cpu="88",mode="iowait"} 237415.76 node_cpu_seconds_total{cpu="88",mode="irq"} 25345.84 node_cpu_seconds_total{cpu="88",mode="nice"} 1.64143939e+06 node_cpu_seconds_total{cpu="88",mode="softirq"} 4217 node_cpu_seconds_total{cpu="88",mode="steal"} 0 node_cpu_seconds_total{cpu="88",mode="system"} 193858.93 node_cpu_seconds_total{cpu="88",mode="user"} 117698.51 node_cpu_seconds_total{cpu="89",mode="idle"} 8.03203063e+06 node_cpu_seconds_total{cpu="89",mode="iowait"} 241956.57 node_cpu_seconds_total{cpu="89",mode="irq"} 25823.84 node_cpu_seconds_total{cpu="89",mode="nice"} 1.75042326e+06 node_cpu_seconds_total{cpu="89",mode="softirq"} 3867.38 node_cpu_seconds_total{cpu="89",mode="steal"} 0 node_cpu_seconds_total{cpu="89",mode="system"} 190018.68 node_cpu_seconds_total{cpu="89",mode="user"} 111987.72 node_cpu_seconds_total{cpu="9",mode="idle"} 7.46374694e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 239774.19 node_cpu_seconds_total{cpu="9",mode="irq"} 34187.25 node_cpu_seconds_total{cpu="9",mode="nice"} 2.14527185e+06 node_cpu_seconds_total{cpu="9",mode="softirq"} 54703.76 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 268789.55 node_cpu_seconds_total{cpu="9",mode="user"} 132209.31 node_cpu_seconds_total{cpu="90",mode="idle"} 7.99254138e+06 node_cpu_seconds_total{cpu="90",mode="iowait"} 233130.99 node_cpu_seconds_total{cpu="90",mode="irq"} 26243.15 node_cpu_seconds_total{cpu="90",mode="nice"} 1.77238388e+06 node_cpu_seconds_total{cpu="90",mode="softirq"} 4197.18 node_cpu_seconds_total{cpu="90",mode="steal"} 0 node_cpu_seconds_total{cpu="90",mode="system"} 209170.74 node_cpu_seconds_total{cpu="90",mode="user"} 117620.78 node_cpu_seconds_total{cpu="91",mode="idle"} 8.12661029e+06 node_cpu_seconds_total{cpu="91",mode="iowait"} 238031.06 node_cpu_seconds_total{cpu="91",mode="irq"} 25237.68 node_cpu_seconds_total{cpu="91",mode="nice"} 1.65312698e+06 node_cpu_seconds_total{cpu="91",mode="softirq"} 4019.72 node_cpu_seconds_total{cpu="91",mode="steal"} 0 node_cpu_seconds_total{cpu="91",mode="system"} 192134.94 node_cpu_seconds_total{cpu="91",mode="user"} 115713.51 node_cpu_seconds_total{cpu="92",mode="idle"} 8.00297658e+06 node_cpu_seconds_total{cpu="92",mode="iowait"} 234417.83 node_cpu_seconds_total{cpu="92",mode="irq"} 26012.12 node_cpu_seconds_total{cpu="92",mode="nice"} 1.78717551e+06 node_cpu_seconds_total{cpu="92",mode="softirq"} 3844.57 node_cpu_seconds_total{cpu="92",mode="steal"} 0 node_cpu_seconds_total{cpu="92",mode="system"} 190006.21 node_cpu_seconds_total{cpu="92",mode="user"} 111716.58 node_cpu_seconds_total{cpu="93",mode="idle"} 8.29838398e+06 node_cpu_seconds_total{cpu="93",mode="iowait"} 244917.32 node_cpu_seconds_total{cpu="93",mode="irq"} 24055.16 node_cpu_seconds_total{cpu="93",mode="nice"} 1.43705487e+06 node_cpu_seconds_total{cpu="93",mode="softirq"} 4390.86 node_cpu_seconds_total{cpu="93",mode="steal"} 0 node_cpu_seconds_total{cpu="93",mode="system"} 218359.23 node_cpu_seconds_total{cpu="93",mode="user"} 125227.89 node_cpu_seconds_total{cpu="94",mode="idle"} 8.09550225e+06 node_cpu_seconds_total{cpu="94",mode="iowait"} 237077.44 node_cpu_seconds_total{cpu="94",mode="irq"} 25462.72 node_cpu_seconds_total{cpu="94",mode="nice"} 1.68047509e+06 node_cpu_seconds_total{cpu="94",mode="softirq"} 4007.85 node_cpu_seconds_total{cpu="94",mode="steal"} 0 node_cpu_seconds_total{cpu="94",mode="system"} 196687.84 node_cpu_seconds_total{cpu="94",mode="user"} 116398.51 node_cpu_seconds_total{cpu="95",mode="idle"} 7.95344907e+06 node_cpu_seconds_total{cpu="95",mode="iowait"} 227247.39 node_cpu_seconds_total{cpu="95",mode="irq"} 26561.82 node_cpu_seconds_total{cpu="95",mode="nice"} 1.83652384e+06 node_cpu_seconds_total{cpu="95",mode="softirq"} 3967.55 node_cpu_seconds_total{cpu="95",mode="steal"} 0 node_cpu_seconds_total{cpu="95",mode="system"} 195433.91 node_cpu_seconds_total{cpu="95",mode="user"} 112626.27 # 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-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-1",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-10",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-11",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-12",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-13",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-14",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 node_disk_device_mapper_info{device="dm-15",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-16",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-17",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-18",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-19",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-2",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-20",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-21",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-22",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-23",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-24",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-3",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-4",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-5",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-6",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-7",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-8",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-9",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 # 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="0CRmNV-nxA6-vh26-rxPy-YkiH-VB6f-ZTzq5B",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="3qi8lz-Fl33-258q-s1CN-1m7A-O2DA-DxGdG0",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdd",type="LVM2_member",usage="raid",uuid="KIVTHb-Nkni-0W4D-nPaW-9xtf-MPhm-uVbkYX",version="LVM2 001"} 1 node_disk_filesystem_info{device="sde",type="LVM2_member",usage="raid",uuid="ZDesvO-PipY-GQWQ-83eQ-wPBW-yQI0-WW6kbF",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdf",type="LVM2_member",usage="raid",uuid="RtffXy-8GoP-U1kW-pDMY-s8rp-qIta-h1kRa0",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"} 3.296524568e+06 node_disk_flush_requests_time_seconds_total{device="nvme3n1"} 554625.2490000001 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"} 4356.429 # 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"} 1.340914699e+09 node_disk_flush_requests_total{device="nvme3n1"} 1.80223478e+08 node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 0 node_disk_flush_requests_total{device="sdc"} 0 node_disk_flush_requests_total{device="sdd"} 0 node_disk_flush_requests_total{device="sde"} 0 node_disk_flush_requests_total{device="sdf"} 0 node_disk_flush_requests_total{device="sdg"} 0 node_disk_flush_requests_total{device="sdh"} 0 node_disk_flush_requests_total{device="sdi"} 0 node_disk_flush_requests_total{device="sdj"} 0 node_disk_flush_requests_total{device="sdk"} 0 node_disk_flush_requests_total{device="sdl"} 0 node_disk_flush_requests_total{device="sdm"} 6.1334197e+07 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="253",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-1",major="253",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-10",major="253",minor="10",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-11",major="253",minor="11",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-12",major="253",minor="12",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-13",major="253",minor="13",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-14",major="253",minor="14",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-15",major="253",minor="15",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-16",major="253",minor="16",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-17",major="253",minor="17",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-18",major="253",minor="18",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-19",major="253",minor="19",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-2",major="253",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-20",major="253",minor="20",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-21",major="253",minor="21",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-22",major="253",minor="22",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-23",major="253",minor="23",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-24",major="253",minor="24",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-3",major="253",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-4",major="253",minor="4",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-5",major="253",minor="5",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-6",major="253",minor="6",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-7",major="253",minor="7",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-8",major="253",minor="8",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-9",major="253",minor="9",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd0",major="43",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd1",major="43",minor="32",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd10",major="43",minor="320",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd11",major="43",minor="352",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd12",major="43",minor="384",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd13",major="43",minor="416",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd14",major="43",minor="448",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd15",major="43",minor="480",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd2",major="43",minor="64",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd3",major="43",minor="96",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd4",major="43",minor="128",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd5",major="43",minor="160",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd6",major="43",minor="192",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd7",major="43",minor="224",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd8",major="43",minor="256",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd9",major="43",minor="288",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="1",model="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="0",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="3",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="2",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:3:0",revision="EJ09",rotational="1",serial="11X0A0UHF9SH",wwn="0x5000039aa84a50f5"} 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:0:0",revision="EJ09",rotational="1",serial="11X0A070F9SH",wwn="0x5000039aa849a235"} 1 node_disk_info{device="sdd",major="8",minor="48",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="sde",major="8",minor="64",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="sdf",major="8",minor="80",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="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"} 1 node_disk_io_now{device="dm-1"} 1 node_disk_io_now{device="dm-10"} 0 node_disk_io_now{device="dm-11"} 0 node_disk_io_now{device="dm-12"} 0 node_disk_io_now{device="dm-13"} 0 node_disk_io_now{device="dm-14"} 0 node_disk_io_now{device="dm-15"} 0 node_disk_io_now{device="dm-16"} 0 node_disk_io_now{device="dm-17"} 0 node_disk_io_now{device="dm-18"} 0 node_disk_io_now{device="dm-19"} 0 node_disk_io_now{device="dm-2"} 0 node_disk_io_now{device="dm-20"} 22 node_disk_io_now{device="dm-21"} 30 node_disk_io_now{device="dm-22"} 0 node_disk_io_now{device="dm-23"} 64 node_disk_io_now{device="dm-24"} 64 node_disk_io_now{device="dm-3"} 0 node_disk_io_now{device="dm-4"} 8 node_disk_io_now{device="dm-5"} 1 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"} 1 node_disk_io_now{device="sdb"} 10 node_disk_io_now{device="sdc"} 2 node_disk_io_now{device="sdd"} 42 node_disk_io_now{device="sde"} 0 node_disk_io_now{device="sdf"} 0 node_disk_io_now{device="sdg"} 0 node_disk_io_now{device="sdh"} 0 node_disk_io_now{device="sdi"} 1 node_disk_io_now{device="sdj"} 0 node_disk_io_now{device="sdk"} 1 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"} 1.653881947e+06 node_disk_io_time_seconds_total{device="dm-1"} 1.583099745e+06 node_disk_io_time_seconds_total{device="dm-10"} 1.133991744e+06 node_disk_io_time_seconds_total{device="dm-11"} 1.1515134780000001e+06 node_disk_io_time_seconds_total{device="dm-12"} 1.115310095e+06 node_disk_io_time_seconds_total{device="dm-13"} 1.261160138e+06 node_disk_io_time_seconds_total{device="dm-14"} 1.091602909e+06 node_disk_io_time_seconds_total{device="dm-15"} 1.213647669e+06 node_disk_io_time_seconds_total{device="dm-16"} 1.108404212e+06 node_disk_io_time_seconds_total{device="dm-17"} 1.09376577e+06 node_disk_io_time_seconds_total{device="dm-18"} 2.024619568e+06 node_disk_io_time_seconds_total{device="dm-19"} 1.994412697e+06 node_disk_io_time_seconds_total{device="dm-2"} 1.367227306e+06 node_disk_io_time_seconds_total{device="dm-20"} 1.9045835890000002e+06 node_disk_io_time_seconds_total{device="dm-21"} 1.9794003660000002e+06 node_disk_io_time_seconds_total{device="dm-22"} 618705.129 node_disk_io_time_seconds_total{device="dm-23"} 1.50217154e+06 node_disk_io_time_seconds_total{device="dm-24"} 1.761276742e+06 node_disk_io_time_seconds_total{device="dm-3"} 1.73149345e+06 node_disk_io_time_seconds_total{device="dm-4"} 2.014623566e+06 node_disk_io_time_seconds_total{device="dm-5"} 1.927204529e+06 node_disk_io_time_seconds_total{device="dm-6"} 1.009925731e+06 node_disk_io_time_seconds_total{device="dm-7"} 1.120197229e+06 node_disk_io_time_seconds_total{device="dm-8"} 1.18503749e+06 node_disk_io_time_seconds_total{device="dm-9"} 1.010623907e+06 node_disk_io_time_seconds_total{device="nbd0"} 0 node_disk_io_time_seconds_total{device="nbd1"} 0 node_disk_io_time_seconds_total{device="nbd10"} 0 node_disk_io_time_seconds_total{device="nbd11"} 0 node_disk_io_time_seconds_total{device="nbd12"} 0 node_disk_io_time_seconds_total{device="nbd13"} 0 node_disk_io_time_seconds_total{device="nbd14"} 0 node_disk_io_time_seconds_total{device="nbd15"} 0 node_disk_io_time_seconds_total{device="nbd2"} 0 node_disk_io_time_seconds_total{device="nbd3"} 0 node_disk_io_time_seconds_total{device="nbd4"} 0 node_disk_io_time_seconds_total{device="nbd5"} 0 node_disk_io_time_seconds_total{device="nbd6"} 0 node_disk_io_time_seconds_total{device="nbd7"} 0 node_disk_io_time_seconds_total{device="nbd8"} 0 node_disk_io_time_seconds_total{device="nbd9"} 0 node_disk_io_time_seconds_total{device="nvme0n1"} 256912.538 node_disk_io_time_seconds_total{device="nvme1n1"} 0.454 node_disk_io_time_seconds_total{device="nvme2n1"} 3.130033376e+06 node_disk_io_time_seconds_total{device="nvme3n1"} 617998.18 node_disk_io_time_seconds_total{device="sda"} 2.0240615690000001e+06 node_disk_io_time_seconds_total{device="sdb"} 1.9039951160000002e+06 node_disk_io_time_seconds_total{device="sdc"} 2.0140178e+06 node_disk_io_time_seconds_total{device="sdd"} 1.978811147e+06 node_disk_io_time_seconds_total{device="sde"} 1.501450986e+06 node_disk_io_time_seconds_total{device="sdf"} 1.730856061e+06 node_disk_io_time_seconds_total{device="sdg"} 1.366506778e+06 node_disk_io_time_seconds_total{device="sdh"} 1.760634223e+06 node_disk_io_time_seconds_total{device="sdi"} 1.6532163530000001e+06 node_disk_io_time_seconds_total{device="sdj"} 1.993877399e+06 node_disk_io_time_seconds_total{device="sdk"} 1.582465533e+06 node_disk_io_time_seconds_total{device="sdl"} 1.9265703090000001e+06 node_disk_io_time_seconds_total{device="sdm"} 22338.11 # 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"} 3.229256795e+06 node_disk_io_time_weighted_seconds_total{device="dm-1"} 315068.768 node_disk_io_time_weighted_seconds_total{device="dm-10"} 1.398859733e+06 node_disk_io_time_weighted_seconds_total{device="dm-11"} 1.41121587e+06 node_disk_io_time_weighted_seconds_total{device="dm-12"} 1.340178679e+06 node_disk_io_time_weighted_seconds_total{device="dm-13"} 1.54645517e+06 node_disk_io_time_weighted_seconds_total{device="dm-14"} 1.339090689e+06 node_disk_io_time_weighted_seconds_total{device="dm-15"} 1.4677736300000001e+06 node_disk_io_time_weighted_seconds_total{device="dm-16"} 1.373026622e+06 node_disk_io_time_weighted_seconds_total{device="dm-17"} 1.340578844e+06 node_disk_io_time_weighted_seconds_total{device="dm-18"} 2.291436856e+06 node_disk_io_time_weighted_seconds_total{device="dm-19"} 2.72937895e+06 node_disk_io_time_weighted_seconds_total{device="dm-2"} 2.699953102e+06 node_disk_io_time_weighted_seconds_total{device="dm-20"} 3.44933881e+06 node_disk_io_time_weighted_seconds_total{device="dm-21"} 3.9971345500000003e+06 node_disk_io_time_weighted_seconds_total{device="dm-22"} 1.748977983e+06 node_disk_io_time_weighted_seconds_total{device="dm-23"} 3.6125343850000002e+06 node_disk_io_time_weighted_seconds_total{device="dm-24"} 1.646367715e+06 node_disk_io_time_weighted_seconds_total{device="dm-3"} 772152.817 node_disk_io_time_weighted_seconds_total{device="dm-4"} 3.57115219e+06 node_disk_io_time_weighted_seconds_total{device="dm-5"} 3.920299129e+06 node_disk_io_time_weighted_seconds_total{device="dm-6"} 1.244681557e+06 node_disk_io_time_weighted_seconds_total{device="dm-7"} 1.387001784e+06 node_disk_io_time_weighted_seconds_total{device="dm-8"} 1.4388312280000001e+06 node_disk_io_time_weighted_seconds_total{device="dm-9"} 1.266396384e+06 node_disk_io_time_weighted_seconds_total{device="nbd0"} 0 node_disk_io_time_weighted_seconds_total{device="nbd1"} 0 node_disk_io_time_weighted_seconds_total{device="nbd10"} 0 node_disk_io_time_weighted_seconds_total{device="nbd11"} 0 node_disk_io_time_weighted_seconds_total{device="nbd12"} 0 node_disk_io_time_weighted_seconds_total{device="nbd13"} 0 node_disk_io_time_weighted_seconds_total{device="nbd14"} 0 node_disk_io_time_weighted_seconds_total{device="nbd15"} 0 node_disk_io_time_weighted_seconds_total{device="nbd2"} 0 node_disk_io_time_weighted_seconds_total{device="nbd3"} 0 node_disk_io_time_weighted_seconds_total{device="nbd4"} 0 node_disk_io_time_weighted_seconds_total{device="nbd5"} 0 node_disk_io_time_weighted_seconds_total{device="nbd6"} 0 node_disk_io_time_weighted_seconds_total{device="nbd7"} 0 node_disk_io_time_weighted_seconds_total{device="nbd8"} 0 node_disk_io_time_weighted_seconds_total{device="nbd9"} 0 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 2.10506588e+06 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 0.5710000000000001 node_disk_io_time_weighted_seconds_total{device="nvme2n1"} 3.9746512260000003e+06 node_disk_io_time_weighted_seconds_total{device="nvme3n1"} 1.323068268e+06 node_disk_io_time_weighted_seconds_total{device="sda"} 1.0162254720000001e+06 node_disk_io_time_weighted_seconds_total{device="sdb"} 359399.126 node_disk_io_time_weighted_seconds_total{device="sdc"} 2.762644269e+06 node_disk_io_time_weighted_seconds_total{device="sdd"} 1.295853108e+06 node_disk_io_time_weighted_seconds_total{device="sde"} 4.055198568e+06 node_disk_io_time_weighted_seconds_total{device="sdf"} 3.875905522e+06 node_disk_io_time_weighted_seconds_total{device="sdg"} 2.719246813e+06 node_disk_io_time_weighted_seconds_total{device="sdh"} 4.079643025e+06 node_disk_io_time_weighted_seconds_total{device="sdi"} 2.998505771e+06 node_disk_io_time_weighted_seconds_total{device="sdj"} 3.898079436e+06 node_disk_io_time_weighted_seconds_total{device="sdk"} 1.493312316e+06 node_disk_io_time_weighted_seconds_total{device="sdl"} 832491.808 node_disk_io_time_weighted_seconds_total{device="sdm"} 67651.27100000001 # 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"} 2.06804551241728e+14 node_disk_read_bytes_total{device="dm-1"} 2.09230800871424e+14 node_disk_read_bytes_total{device="dm-10"} 7.7504964608e+11 node_disk_read_bytes_total{device="dm-11"} 8.57084325888e+11 node_disk_read_bytes_total{device="dm-12"} 7.60622895104e+11 node_disk_read_bytes_total{device="dm-13"} 8.30380163072e+11 node_disk_read_bytes_total{device="dm-14"} 8.14670606336e+11 node_disk_read_bytes_total{device="dm-15"} 7.13024561152e+11 node_disk_read_bytes_total{device="dm-16"} 7.388537856e+11 node_disk_read_bytes_total{device="dm-17"} 8.41081765888e+11 node_disk_read_bytes_total{device="dm-18"} 2.21215736352768e+14 node_disk_read_bytes_total{device="dm-19"} 2.26140868841472e+14 node_disk_read_bytes_total{device="dm-2"} 2.02825708580864e+14 node_disk_read_bytes_total{device="dm-20"} 2.19255183675392e+14 node_disk_read_bytes_total{device="dm-21"} 2.1578184546304e+14 node_disk_read_bytes_total{device="dm-22"} 1.17788133376e+12 node_disk_read_bytes_total{device="dm-23"} 2.0037149253632e+14 node_disk_read_bytes_total{device="dm-24"} 2.13218334961664e+14 node_disk_read_bytes_total{device="dm-3"} 2.10499311284224e+14 node_disk_read_bytes_total{device="dm-4"} 2.24169015492608e+14 node_disk_read_bytes_total{device="dm-5"} 2.11889171288064e+14 node_disk_read_bytes_total{device="dm-6"} 7.72981157888e+11 node_disk_read_bytes_total{device="dm-7"} 9.01876764672e+11 node_disk_read_bytes_total{device="dm-8"} 8.84934680576e+11 node_disk_read_bytes_total{device="dm-9"} 9.09538729984e+11 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"} 2.3818639825408e+13 node_disk_read_bytes_total{device="nvme1n1"} 9.508864e+07 node_disk_read_bytes_total{device="nvme2n1"} 9.800140685312e+12 node_disk_read_bytes_total{device="nvme3n1"} 1.177909510144e+12 node_disk_read_bytes_total{device="sda"} 2.21215764762624e+14 node_disk_read_bytes_total{device="sdb"} 2.19255210221568e+14 node_disk_read_bytes_total{device="sdc"} 2.2416904394752e+14 node_disk_read_bytes_total{device="sdd"} 2.15781870383104e+14 node_disk_read_bytes_total{device="sde"} 2.00371520974848e+14 node_disk_read_bytes_total{device="sdf"} 2.10499340070912e+14 node_disk_read_bytes_total{device="sdg"} 2.02825737039872e+14 node_disk_read_bytes_total{device="sdh"} 2.1321836355584e+14 node_disk_read_bytes_total{device="sdi"} 2.06804579794944e+14 node_disk_read_bytes_total{device="sdj"} 2.26140896960512e+14 node_disk_read_bytes_total{device="sdk"} 2.09230829428736e+14 node_disk_read_bytes_total{device="sdl"} 2.11889199792128e+14 node_disk_read_bytes_total{device="sdm"} 8.6887189504e+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"} 278569.7 node_disk_read_time_seconds_total{device="dm-1"} 2.081680798e+06 node_disk_read_time_seconds_total{device="dm-10"} 11309.941 node_disk_read_time_seconds_total{device="dm-11"} 13532.664 node_disk_read_time_seconds_total{device="dm-12"} 12302.23 node_disk_read_time_seconds_total{device="dm-13"} 12934.195 node_disk_read_time_seconds_total{device="dm-14"} 13045.437 node_disk_read_time_seconds_total{device="dm-15"} 11855.295 node_disk_read_time_seconds_total{device="dm-16"} 12315.874 node_disk_read_time_seconds_total{device="dm-17"} 12950.713 node_disk_read_time_seconds_total{device="dm-18"} 2.753479276e+06 node_disk_read_time_seconds_total{device="dm-19"} 2.785036535e+06 node_disk_read_time_seconds_total{device="dm-2"} 376037.02 node_disk_read_time_seconds_total{device="dm-20"} 2.941239508e+06 node_disk_read_time_seconds_total{device="dm-21"} 792421.018 node_disk_read_time_seconds_total{device="dm-22"} 780776.507 node_disk_read_time_seconds_total{device="dm-23"} 733098.328 node_disk_read_time_seconds_total{device="dm-24"} 3.212570289e+06 node_disk_read_time_seconds_total{device="dm-3"} 2.141787654e+06 node_disk_read_time_seconds_total{device="dm-4"} 320747.721 node_disk_read_time_seconds_total{device="dm-5"} 1.007248741e+06 node_disk_read_time_seconds_total{device="dm-6"} 11701.67 node_disk_read_time_seconds_total{device="dm-7"} 14303.722 node_disk_read_time_seconds_total{device="dm-8"} 12751.357 node_disk_read_time_seconds_total{device="dm-9"} 14150.354000000001 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"} 224777.257 node_disk_read_time_seconds_total{device="nvme1n1"} 0.5710000000000001 node_disk_read_time_seconds_total{device="nvme2n1"} 151591.459 node_disk_read_time_seconds_total{device="nvme3n1"} 82232.796 node_disk_read_time_seconds_total{device="sda"} 63239.897000000004 node_disk_read_time_seconds_total{device="sdb"} 3.603070866e+06 node_disk_read_time_seconds_total{device="sdc"} 1.863372457e+06 node_disk_read_time_seconds_total{device="sdd"} 369389.805 node_disk_read_time_seconds_total{device="sde"} 3.151480611e+06 node_disk_read_time_seconds_total{device="sdf"} 2.943827379e+06 node_disk_read_time_seconds_total{device="sdg"} 1.862813582e+06 node_disk_read_time_seconds_total{device="sdh"} 3.175075518e+06 node_disk_read_time_seconds_total{device="sdi"} 2.137551167e+06 node_disk_read_time_seconds_total{device="sdj"} 2.843162163e+06 node_disk_read_time_seconds_total{device="sdk"} 635150.996 node_disk_read_time_seconds_total{device="sdl"} 4.222358135e+06 node_disk_read_time_seconds_total{device="sdm"} 4089.598 # 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"} 3.27920857e+09 node_disk_reads_completed_total{device="dm-1"} 3.319384972e+09 node_disk_reads_completed_total{device="dm-10"} 3.0242755e+07 node_disk_reads_completed_total{device="dm-11"} 3.4676748e+07 node_disk_reads_completed_total{device="dm-12"} 3.0220669e+07 node_disk_reads_completed_total{device="dm-13"} 3.2672817e+07 node_disk_reads_completed_total{device="dm-14"} 3.3559747e+07 node_disk_reads_completed_total{device="dm-15"} 3.0321804e+07 node_disk_reads_completed_total{device="dm-16"} 3.1453782e+07 node_disk_reads_completed_total{device="dm-17"} 3.3255022e+07 node_disk_reads_completed_total{device="dm-18"} 3.513944339e+09 node_disk_reads_completed_total{device="dm-19"} 3.585711142e+09 node_disk_reads_completed_total{device="dm-2"} 3.213648415e+09 node_disk_reads_completed_total{device="dm-20"} 3.472043049e+09 node_disk_reads_completed_total{device="dm-21"} 3.429077184e+09 node_disk_reads_completed_total{device="dm-22"} 2.03948201e+08 node_disk_reads_completed_total{device="dm-23"} 3.178634275e+09 node_disk_reads_completed_total{device="dm-24"} 3.386006187e+09 node_disk_reads_completed_total{device="dm-3"} 3.341795732e+09 node_disk_reads_completed_total{device="dm-4"} 3.549268963e+09 node_disk_reads_completed_total{device="dm-5"} 3.366771711e+09 node_disk_reads_completed_total{device="dm-6"} 3.0811777e+07 node_disk_reads_completed_total{device="dm-7"} 3.6765119e+07 node_disk_reads_completed_total{device="dm-8"} 3.4880765e+07 node_disk_reads_completed_total{device="dm-9"} 3.5920334e+07 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"} 3.97769626e+08 node_disk_reads_completed_total{device="nvme1n1"} 4438 node_disk_reads_completed_total{device="nvme2n1"} 3.94791124e+08 node_disk_reads_completed_total{device="nvme3n1"} 3.6669495e+07 node_disk_reads_completed_total{device="sda"} 1.660945184e+09 node_disk_reads_completed_total{device="sdb"} 1.634479864e+09 node_disk_reads_completed_total{device="sdc"} 1.664344076e+09 node_disk_reads_completed_total{device="sdd"} 1.655493726e+09 node_disk_reads_completed_total{device="sde"} 1.509318163e+09 node_disk_reads_completed_total{device="sdf"} 1.613958315e+09 node_disk_reads_completed_total{device="sdg"} 1.481220605e+09 node_disk_reads_completed_total{device="sdh"} 1.620367056e+09 node_disk_reads_completed_total{device="sdi"} 1.537765089e+09 node_disk_reads_completed_total{device="sdj"} 1.720022804e+09 node_disk_reads_completed_total{device="sdk"} 1.552348879e+09 node_disk_reads_completed_total{device="sdl"} 1.620676647e+09 node_disk_reads_completed_total{device="sdm"} 3.307972e+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"} 222359 node_disk_reads_merged_total{device="nvme1n1"} 0 node_disk_reads_merged_total{device="nvme2n1"} 0 node_disk_reads_merged_total{device="nvme3n1"} 1.67279258e+08 node_disk_reads_merged_total{device="sda"} 1.85299966e+09 node_disk_reads_merged_total{device="sdb"} 1.837563676e+09 node_disk_reads_merged_total{device="sdc"} 1.884925396e+09 node_disk_reads_merged_total{device="sdd"} 1.773583952e+09 node_disk_reads_merged_total{device="sde"} 1.669316615e+09 node_disk_reads_merged_total{device="sdf"} 1.72783794e+09 node_disk_reads_merged_total{device="sdg"} 1.732428317e+09 node_disk_reads_merged_total{device="sdh"} 1.765639639e+09 node_disk_reads_merged_total{device="sdi"} 1.741443982e+09 node_disk_reads_merged_total{device="sdj"} 1.865688842e+09 node_disk_reads_merged_total{device="sdk"} 1.767036593e+09 node_disk_reads_merged_total{device="sdl"} 1.74609556e+09 node_disk_reads_merged_total{device="sdm"} 819185 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="dm-0"} 2.950687095e+06 node_disk_write_time_seconds_total{device="dm-1"} 2.528355266e+06 node_disk_write_time_seconds_total{device="dm-10"} 1.3875497920000001e+06 node_disk_write_time_seconds_total{device="dm-11"} 1.397683206e+06 node_disk_write_time_seconds_total{device="dm-12"} 1.327876449e+06 node_disk_write_time_seconds_total{device="dm-13"} 1.533520975e+06 node_disk_write_time_seconds_total{device="dm-14"} 1.326045252e+06 node_disk_write_time_seconds_total{device="dm-15"} 1.455918335e+06 node_disk_write_time_seconds_total{device="dm-16"} 1.3607107480000001e+06 node_disk_write_time_seconds_total{device="dm-17"} 1.327628131e+06 node_disk_write_time_seconds_total{device="dm-18"} 3.832924876e+06 node_disk_write_time_seconds_total{device="dm-19"} 4.239309711e+06 node_disk_write_time_seconds_total{device="dm-2"} 2.323916082e+06 node_disk_write_time_seconds_total{device="dm-20"} 508099.302 node_disk_write_time_seconds_total{device="dm-21"} 3.204713532e+06 node_disk_write_time_seconds_total{device="dm-22"} 968201.476 node_disk_write_time_seconds_total{device="dm-23"} 2.879436057e+06 node_disk_write_time_seconds_total{device="dm-24"} 2.728764722e+06 node_disk_write_time_seconds_total{device="dm-3"} 2.9253324590000003e+06 node_disk_write_time_seconds_total{device="dm-4"} 3.250404469e+06 node_disk_write_time_seconds_total{device="dm-5"} 2.9130503880000003e+06 node_disk_write_time_seconds_total{device="dm-6"} 1.232979887e+06 node_disk_write_time_seconds_total{device="dm-7"} 1.372698062e+06 node_disk_write_time_seconds_total{device="dm-8"} 1.426079871e+06 node_disk_write_time_seconds_total{device="dm-9"} 1.25224603e+06 node_disk_write_time_seconds_total{device="nbd0"} 0 node_disk_write_time_seconds_total{device="nbd1"} 0 node_disk_write_time_seconds_total{device="nbd10"} 0 node_disk_write_time_seconds_total{device="nbd11"} 0 node_disk_write_time_seconds_total{device="nbd12"} 0 node_disk_write_time_seconds_total{device="nbd13"} 0 node_disk_write_time_seconds_total{device="nbd14"} 0 node_disk_write_time_seconds_total{device="nbd15"} 0 node_disk_write_time_seconds_total{device="nbd2"} 0 node_disk_write_time_seconds_total{device="nbd3"} 0 node_disk_write_time_seconds_total{device="nbd4"} 0 node_disk_write_time_seconds_total{device="nbd5"} 0 node_disk_write_time_seconds_total{device="nbd6"} 0 node_disk_write_time_seconds_total{device="nbd7"} 0 node_disk_write_time_seconds_total{device="nbd8"} 0 node_disk_write_time_seconds_total{device="nbd9"} 0 node_disk_write_time_seconds_total{device="nvme0n1"} 1.880288622e+06 node_disk_write_time_seconds_total{device="nvme1n1"} 0 node_disk_write_time_seconds_total{device="nvme2n1"} 526535.198 node_disk_write_time_seconds_total{device="nvme3n1"} 686210.2220000001 node_disk_write_time_seconds_total{device="sda"} 952985.574 node_disk_write_time_seconds_total{device="sdb"} 1.051295556e+06 node_disk_write_time_seconds_total{device="sdc"} 899271.812 node_disk_write_time_seconds_total{device="sdd"} 926463.302 node_disk_write_time_seconds_total{device="sde"} 903717.957 node_disk_write_time_seconds_total{device="sdf"} 932078.142 node_disk_write_time_seconds_total{device="sdg"} 856433.23 node_disk_write_time_seconds_total{device="sdh"} 904567.507 node_disk_write_time_seconds_total{device="sdi"} 860954.603 node_disk_write_time_seconds_total{device="sdj"} 1.054917273e+06 node_disk_write_time_seconds_total{device="sdk"} 858161.3200000001 node_disk_write_time_seconds_total{device="sdl"} 905100.968 node_disk_write_time_seconds_total{device="sdm"} 59205.243 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="dm-0"} 1.75406015e+08 node_disk_writes_completed_total{device="dm-1"} 1.60567829e+08 node_disk_writes_completed_total{device="dm-10"} 4.39811802e+08 node_disk_writes_completed_total{device="dm-11"} 4.4979825e+08 node_disk_writes_completed_total{device="dm-12"} 4.07731336e+08 node_disk_writes_completed_total{device="dm-13"} 5.09471624e+08 node_disk_writes_completed_total{device="dm-14"} 4.0688054e+08 node_disk_writes_completed_total{device="dm-15"} 4.5736421e+08 node_disk_writes_completed_total{device="dm-16"} 4.20268202e+08 node_disk_writes_completed_total{device="dm-17"} 4.22533278e+08 node_disk_writes_completed_total{device="dm-18"} 1.85185788e+08 node_disk_writes_completed_total{device="dm-19"} 1.97174863e+08 node_disk_writes_completed_total{device="dm-2"} 1.76934248e+08 node_disk_writes_completed_total{device="dm-20"} 1.96810297e+08 node_disk_writes_completed_total{device="dm-21"} 1.59077185e+08 node_disk_writes_completed_total{device="dm-22"} 3.639997771e+09 node_disk_writes_completed_total{device="dm-23"} 1.77040408e+08 node_disk_writes_completed_total{device="dm-24"} 1.56271708e+08 node_disk_writes_completed_total{device="dm-3"} 1.6356511e+08 node_disk_writes_completed_total{device="dm-4"} 1.67853926e+08 node_disk_writes_completed_total{device="dm-5"} 1.51915124e+08 node_disk_writes_completed_total{device="dm-6"} 3.83478422e+08 node_disk_writes_completed_total{device="dm-7"} 4.37676886e+08 node_disk_writes_completed_total{device="dm-8"} 4.51032474e+08 node_disk_writes_completed_total{device="dm-9"} 4.09717119e+08 node_disk_writes_completed_total{device="nbd0"} 0 node_disk_writes_completed_total{device="nbd1"} 0 node_disk_writes_completed_total{device="nbd10"} 0 node_disk_writes_completed_total{device="nbd11"} 0 node_disk_writes_completed_total{device="nbd12"} 0 node_disk_writes_completed_total{device="nbd13"} 0 node_disk_writes_completed_total{device="nbd14"} 0 node_disk_writes_completed_total{device="nbd15"} 0 node_disk_writes_completed_total{device="nbd2"} 0 node_disk_writes_completed_total{device="nbd3"} 0 node_disk_writes_completed_total{device="nbd4"} 0 node_disk_writes_completed_total{device="nbd5"} 0 node_disk_writes_completed_total{device="nbd6"} 0 node_disk_writes_completed_total{device="nbd7"} 0 node_disk_writes_completed_total{device="nbd8"} 0 node_disk_writes_completed_total{device="nbd9"} 0 node_disk_writes_completed_total{device="nvme0n1"} 7.71232823e+08 node_disk_writes_completed_total{device="nvme1n1"} 0 node_disk_writes_completed_total{device="nvme2n1"} 2.749857439e+09 node_disk_writes_completed_total{device="nvme3n1"} 1.223746719e+09 node_disk_writes_completed_total{device="sda"} 2.4294409e+07 node_disk_writes_completed_total{device="sdb"} 2.5183398e+07 node_disk_writes_completed_total{device="sdc"} 2.2884352e+07 node_disk_writes_completed_total{device="sdd"} 2.2884263e+07 node_disk_writes_completed_total{device="sde"} 2.3047331e+07 node_disk_writes_completed_total{device="sdf"} 2.1959954e+07 node_disk_writes_completed_total{device="sdg"} 2.4072533e+07 node_disk_writes_completed_total{device="sdh"} 2.2648279e+07 node_disk_writes_completed_total{device="sdi"} 2.2136267e+07 node_disk_writes_completed_total{device="sdj"} 2.7193336e+07 node_disk_writes_completed_total{device="sdk"} 2.1378222e+07 node_disk_writes_completed_total{device="sdl"} 2.2361316e+07 node_disk_writes_completed_total{device="sdm"} 1.4306893e+08 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="dm-1"} 0 node_disk_writes_merged_total{device="dm-10"} 0 node_disk_writes_merged_total{device="dm-11"} 0 node_disk_writes_merged_total{device="dm-12"} 0 node_disk_writes_merged_total{device="dm-13"} 0 node_disk_writes_merged_total{device="dm-14"} 0 node_disk_writes_merged_total{device="dm-15"} 0 node_disk_writes_merged_total{device="dm-16"} 0 node_disk_writes_merged_total{device="dm-17"} 0 node_disk_writes_merged_total{device="dm-18"} 0 node_disk_writes_merged_total{device="dm-19"} 0 node_disk_writes_merged_total{device="dm-2"} 0 node_disk_writes_merged_total{device="dm-20"} 0 node_disk_writes_merged_total{device="dm-21"} 0 node_disk_writes_merged_total{device="dm-22"} 0 node_disk_writes_merged_total{device="dm-23"} 0 node_disk_writes_merged_total{device="dm-24"} 0 node_disk_writes_merged_total{device="dm-3"} 0 node_disk_writes_merged_total{device="dm-4"} 0 node_disk_writes_merged_total{device="dm-5"} 0 node_disk_writes_merged_total{device="dm-6"} 0 node_disk_writes_merged_total{device="dm-7"} 0 node_disk_writes_merged_total{device="dm-8"} 0 node_disk_writes_merged_total{device="dm-9"} 0 node_disk_writes_merged_total{device="nbd0"} 0 node_disk_writes_merged_total{device="nbd1"} 0 node_disk_writes_merged_total{device="nbd10"} 0 node_disk_writes_merged_total{device="nbd11"} 0 node_disk_writes_merged_total{device="nbd12"} 0 node_disk_writes_merged_total{device="nbd13"} 0 node_disk_writes_merged_total{device="nbd14"} 0 node_disk_writes_merged_total{device="nbd15"} 0 node_disk_writes_merged_total{device="nbd2"} 0 node_disk_writes_merged_total{device="nbd3"} 0 node_disk_writes_merged_total{device="nbd4"} 0 node_disk_writes_merged_total{device="nbd5"} 0 node_disk_writes_merged_total{device="nbd6"} 0 node_disk_writes_merged_total{device="nbd7"} 0 node_disk_writes_merged_total{device="nbd8"} 0 node_disk_writes_merged_total{device="nbd9"} 0 node_disk_writes_merged_total{device="nvme0n1"} 1.2732684e+07 node_disk_writes_merged_total{device="nvme1n1"} 0 node_disk_writes_merged_total{device="nvme2n1"} 2.448529996e+09 node_disk_writes_merged_total{device="nvme3n1"} 2.426418409e+09 node_disk_writes_merged_total{device="sda"} 1.60891877e+08 node_disk_writes_merged_total{device="sdb"} 1.71627146e+08 node_disk_writes_merged_total{device="sdc"} 1.44969961e+08 node_disk_writes_merged_total{device="sdd"} 1.36193254e+08 node_disk_writes_merged_total{device="sde"} 1.53993336e+08 node_disk_writes_merged_total{device="sdf"} 1.41605376e+08 node_disk_writes_merged_total{device="sdg"} 1.52861997e+08 node_disk_writes_merged_total{device="sdh"} 1.33623751e+08 node_disk_writes_merged_total{device="sdi"} 1.5326999e+08 node_disk_writes_merged_total{device="sdj"} 1.69981801e+08 node_disk_writes_merged_total{device="sdk"} 1.39189939e+08 node_disk_writes_merged_total{device="sdl"} 1.29554102e+08 node_disk_writes_merged_total{device="sdm"} 3.41037449e+08 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="dm-0"} 1.0823455551488e+13 node_disk_written_bytes_total{device="dm-1"} 9.837545086976e+12 node_disk_written_bytes_total{device="dm-10"} 1.36593989632e+12 node_disk_written_bytes_total{device="dm-11"} 1.39964841984e+12 node_disk_written_bytes_total{device="dm-12"} 1.268575162368e+12 node_disk_written_bytes_total{device="dm-13"} 1.56787316736e+12 node_disk_written_bytes_total{device="dm-14"} 1.273884389376e+12 node_disk_written_bytes_total{device="dm-15"} 1.391299198976e+12 node_disk_written_bytes_total{device="dm-16"} 1.311078453248e+12 node_disk_written_bytes_total{device="dm-17"} 1.329505697792e+12 node_disk_written_bytes_total{device="dm-18"} 1.136782239744e+13 node_disk_written_bytes_total{device="dm-19"} 1.20194784256e+13 node_disk_written_bytes_total{device="dm-2"} 1.0808482361344e+13 node_disk_written_bytes_total{device="dm-20"} 1.2121690083328e+13 node_disk_written_bytes_total{device="dm-21"} 9.641568374784e+12 node_disk_written_bytes_total{device="dm-22"} 1.734058422272e+13 node_disk_written_bytes_total{device="dm-23"} 1.0884460896256e+13 node_disk_written_bytes_total{device="dm-24"} 9.460937109504e+12 node_disk_written_bytes_total{device="dm-3"} 1.000964622336e+13 node_disk_written_bytes_total{device="dm-4"} 1.0255264366592e+13 node_disk_written_bytes_total{device="dm-5"} 9.174635700224e+12 node_disk_written_bytes_total{device="dm-6"} 1.21132371968e+12 node_disk_written_bytes_total{device="dm-7"} 1.367600553984e+12 node_disk_written_bytes_total{device="dm-8"} 1.39044755456e+12 node_disk_written_bytes_total{device="dm-9"} 1.303321575424e+12 node_disk_written_bytes_total{device="nbd0"} 0 node_disk_written_bytes_total{device="nbd1"} 0 node_disk_written_bytes_total{device="nbd10"} 0 node_disk_written_bytes_total{device="nbd11"} 0 node_disk_written_bytes_total{device="nbd12"} 0 node_disk_written_bytes_total{device="nbd13"} 0 node_disk_written_bytes_total{device="nbd14"} 0 node_disk_written_bytes_total{device="nbd15"} 0 node_disk_written_bytes_total{device="nbd2"} 0 node_disk_written_bytes_total{device="nbd3"} 0 node_disk_written_bytes_total{device="nbd4"} 0 node_disk_written_bytes_total{device="nbd5"} 0 node_disk_written_bytes_total{device="nbd6"} 0 node_disk_written_bytes_total{device="nbd7"} 0 node_disk_written_bytes_total{device="nbd8"} 0 node_disk_written_bytes_total{device="nbd9"} 0 node_disk_written_bytes_total{device="nvme0n1"} 8.2027689348608e+13 node_disk_written_bytes_total{device="nvme1n1"} 0 node_disk_written_bytes_total{device="nvme2n1"} 1.6180497788928e+13 node_disk_written_bytes_total{device="nvme3n1"} 1.734058422272e+13 node_disk_written_bytes_total{device="sda"} 1.136782239744e+13 node_disk_written_bytes_total{device="sdb"} 1.2121690083328e+13 node_disk_written_bytes_total{device="sdc"} 1.0255264366592e+13 node_disk_written_bytes_total{device="sdd"} 9.641568374784e+12 node_disk_written_bytes_total{device="sde"} 1.0884460896256e+13 node_disk_written_bytes_total{device="sdf"} 1.000964622336e+13 node_disk_written_bytes_total{device="sdg"} 1.0808482361344e+13 node_disk_written_bytes_total{device="sdh"} 9.460937109504e+12 node_disk_written_bytes_total{device="sdi"} 1.0823455551488e+13 node_disk_written_bytes_total{device="sdj"} 1.20194784256e+13 node_disk_written_bytes_total{device="sdk"} 9.837545086976e+12 node_disk_written_bytes_total{device="sdl"} 9.174635700224e+12 node_disk_written_bytes_total{device="sdm"} 2.532447302144e+12 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="09/10/2024",bios_release="2.16",bios_vendor="Dell Inc.",bios_version="2.16.3",board_name="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 14432 # 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.884845072384e+12 node_filesystem_avail_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.02059776e+08 node_filesystem_avail_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 5.95890176e+08 node_filesystem_avail_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.5284011008e+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"} 1.72006712541184e+15 node_filesystem_avail_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 1.72006712541184e+15 node_filesystem_avail_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 9.3161372254208e+13 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 1.926318336e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1.926318336e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 1.926318336e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1.926318336e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/geant4.cern.ch"} 1.926318336e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 1.926318336e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1.926318336e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 1.926318336e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 1.926318336e+10 node_filesystem_avail_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.18359851008e+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/01f957bd688ef03b7cc1390dd1f4cb0f235cb9482ef597d172dfc9250842b83e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cc76c6c0e41799a21bb2d5b30b38206eed81d3bead4d072e29e8564de6bebc8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fefc82921e9d0d86bdfe4188885a91396adeac13090b22f1b28d1447d088843/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14ab15c8118a1664ed6a9ff6434d0e2531f9f2d4a5fd6091fb71b17db680cece/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/209e6804600f10409d5096a2caedba1d9d46e6db168c2680e8f2c74b1dd740e8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21a412a85db17939160ce60329dc90310b84f7594008b629d9a80c13b3b7fee0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2c0a84bb3faf68baf304f647fffea8be5a7b096eeaaf47e0cc55733aa9a8f51d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35476a039e36476d57024e4f01c24fc9e70777a2817ecfaa52f2c6a753671977/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e108e3d162dea014fae3f4c21554e8f4f570a1c9c5fdfea377456db4d71589a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c695fef3df55db2c7e74d4872302c9554efd537e1b84943664aac5b530a4f9/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a847016330f32cfabb68a28c310ad5c315e857e433a7f2392895d102cfee6ff/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/650281e9c78a039c6307e40e0b4a16b5940185588afb57d6e9f4300d81acc4c2/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6581be2cb318fea6b33da98dd3d6ea63e1a1cda64a850277176902a5273673ba/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6f9ade12f2e10f867c673e21df41462164206a6a8d83491c0ff85c57c7ad77da/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7751d3b7773c31bf7133258177c8d6d2ebc5c952289073b6336fffcafa8a7c86/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/786aacafcd8fdedc5565316a7c696b7a1b2608b139b252c6820ee4673df425a8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7fa9ca2e4d1dfb71db98b88cdc53fc9ddc17ab88d1c9d1e941f869c8b6c56234/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9500548b4f5346d7c1dcac26381bf5ffaf04820cd9e6f6b6d3417965de63d360/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/994ad5765218e456363f88a548726b0d3d1ba94d21bd8ee6c130e4e76136756e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0378f950055da4090a8fd41aabcc0f92f3e220a6de1a6841d6dd51df234193d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8bfef8c6c90ca2c33b9126f4a1afd7735670c6e87219ed3a14221efa78c2942/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af92f690113465f7621e418640060dfce83e2514b30999faa58ebb1feaae96c6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfd59e91dca8eed7b34a54cb3d5a2b1ee13a5e79ec5ecb2a0e5a86da2ac661cf/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfc9eac7b601ea6dcae4a5fb3382754227263b3653c1216ffdb7843697a9f63/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d32cb64f89221df67920bb55de8258e1fe5f98b2ef87abb43669b212b526ab65/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d44f57717357e9fd67e38cc8443897c86df8643c1b7931d2d6a15a39be5c0d46/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec4efd8139446ff7237adfec623a421987e90112f8aa7cedce97756a29c151cf/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.05950158848e+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/geant4.cern.ch"} 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/01f957bd688ef03b7cc1390dd1f4cb0f235cb9482ef597d172dfc9250842b83e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cc76c6c0e41799a21bb2d5b30b38206eed81d3bead4d072e29e8564de6bebc8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fefc82921e9d0d86bdfe4188885a91396adeac13090b22f1b28d1447d088843/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14ab15c8118a1664ed6a9ff6434d0e2531f9f2d4a5fd6091fb71b17db680cece/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/209e6804600f10409d5096a2caedba1d9d46e6db168c2680e8f2c74b1dd740e8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21a412a85db17939160ce60329dc90310b84f7594008b629d9a80c13b3b7fee0/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2c0a84bb3faf68baf304f647fffea8be5a7b096eeaaf47e0cc55733aa9a8f51d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35476a039e36476d57024e4f01c24fc9e70777a2817ecfaa52f2c6a753671977/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e108e3d162dea014fae3f4c21554e8f4f570a1c9c5fdfea377456db4d71589a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c695fef3df55db2c7e74d4872302c9554efd537e1b84943664aac5b530a4f9/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a847016330f32cfabb68a28c310ad5c315e857e433a7f2392895d102cfee6ff/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/650281e9c78a039c6307e40e0b4a16b5940185588afb57d6e9f4300d81acc4c2/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6581be2cb318fea6b33da98dd3d6ea63e1a1cda64a850277176902a5273673ba/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6f9ade12f2e10f867c673e21df41462164206a6a8d83491c0ff85c57c7ad77da/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7751d3b7773c31bf7133258177c8d6d2ebc5c952289073b6336fffcafa8a7c86/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/786aacafcd8fdedc5565316a7c696b7a1b2608b139b252c6820ee4673df425a8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7fa9ca2e4d1dfb71db98b88cdc53fc9ddc17ab88d1c9d1e941f869c8b6c56234/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9500548b4f5346d7c1dcac26381bf5ffaf04820cd9e6f6b6d3417965de63d360/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/994ad5765218e456363f88a548726b0d3d1ba94d21bd8ee6c130e4e76136756e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0378f950055da4090a8fd41aabcc0f92f3e220a6de1a6841d6dd51df234193d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8bfef8c6c90ca2c33b9126f4a1afd7735670c6e87219ed3a14221efa78c2942/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af92f690113465f7621e418640060dfce83e2514b30999faa58ebb1feaae96c6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfd59e91dca8eed7b34a54cb3d5a2b1ee13a5e79ec5ecb2a0e5a86da2ac661cf/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfc9eac7b601ea6dcae4a5fb3382754227263b3653c1216ffdb7843697a9f63/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d32cb64f89221df67920bb55de8258e1fe5f98b2ef87abb43669b212b526ab65/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d44f57717357e9fd67e38cc8443897c86df8643c1b7931d2d6a15a39be5c0d46/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec4efd8139446ff7237adfec623a421987e90112f8aa7cedce97756a29c151cf/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"} 5.15900313e+08 node_filesystem_files{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 5.15900313e+08 node_filesystem_files{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 6.153426e+06 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 12935 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1.77601416e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.52346297e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 75 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/geant4.cern.ch"} 2.3561433e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 3.0374608e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1.83889464e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 6.27057953e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 2.1648724471e+10 node_filesystem_files{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 2.325704722e+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/01f957bd688ef03b7cc1390dd1f4cb0f235cb9482ef597d172dfc9250842b83e/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cc76c6c0e41799a21bb2d5b30b38206eed81d3bead4d072e29e8564de6bebc8/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fefc82921e9d0d86bdfe4188885a91396adeac13090b22f1b28d1447d088843/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14ab15c8118a1664ed6a9ff6434d0e2531f9f2d4a5fd6091fb71b17db680cece/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/209e6804600f10409d5096a2caedba1d9d46e6db168c2680e8f2c74b1dd740e8/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21a412a85db17939160ce60329dc90310b84f7594008b629d9a80c13b3b7fee0/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2c0a84bb3faf68baf304f647fffea8be5a7b096eeaaf47e0cc55733aa9a8f51d/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35476a039e36476d57024e4f01c24fc9e70777a2817ecfaa52f2c6a753671977/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e108e3d162dea014fae3f4c21554e8f4f570a1c9c5fdfea377456db4d71589a/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c695fef3df55db2c7e74d4872302c9554efd537e1b84943664aac5b530a4f9/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a847016330f32cfabb68a28c310ad5c315e857e433a7f2392895d102cfee6ff/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/650281e9c78a039c6307e40e0b4a16b5940185588afb57d6e9f4300d81acc4c2/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6581be2cb318fea6b33da98dd3d6ea63e1a1cda64a850277176902a5273673ba/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6f9ade12f2e10f867c673e21df41462164206a6a8d83491c0ff85c57c7ad77da/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7751d3b7773c31bf7133258177c8d6d2ebc5c952289073b6336fffcafa8a7c86/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/786aacafcd8fdedc5565316a7c696b7a1b2608b139b252c6820ee4673df425a8/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7fa9ca2e4d1dfb71db98b88cdc53fc9ddc17ab88d1c9d1e941f869c8b6c56234/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9500548b4f5346d7c1dcac26381bf5ffaf04820cd9e6f6b6d3417965de63d360/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/994ad5765218e456363f88a548726b0d3d1ba94d21bd8ee6c130e4e76136756e/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0378f950055da4090a8fd41aabcc0f92f3e220a6de1a6841d6dd51df234193d/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8bfef8c6c90ca2c33b9126f4a1afd7735670c6e87219ed3a14221efa78c2942/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af92f690113465f7621e418640060dfce83e2514b30999faa58ebb1feaae96c6/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfd59e91dca8eed7b34a54cb3d5a2b1ee13a5e79ec5ecb2a0e5a86da2ac661cf/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfc9eac7b601ea6dcae4a5fb3382754227263b3653c1216ffdb7843697a9f63/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d32cb64f89221df67920bb55de8258e1fe5f98b2ef87abb43669b212b526ab65/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d44f57717357e9fd67e38cc8443897c86df8643c1b7931d2d6a15a39be5c0d46/shm"} 6.5925568e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec4efd8139446ff7237adfec623a421987e90112f8aa7cedce97756a29c151cf/shm"} 6.5925568e+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.87498139e+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.3179768e+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.77601363e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.5233346e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/geant4.cern.ch"} 2.3401406e+07 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 3.0374586e+07 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1.83889452e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 6.27057925e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 2.1648629013e+10 node_filesystem_files_free{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 2.3117156672e+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/01f957bd688ef03b7cc1390dd1f4cb0f235cb9482ef597d172dfc9250842b83e/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cc76c6c0e41799a21bb2d5b30b38206eed81d3bead4d072e29e8564de6bebc8/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fefc82921e9d0d86bdfe4188885a91396adeac13090b22f1b28d1447d088843/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14ab15c8118a1664ed6a9ff6434d0e2531f9f2d4a5fd6091fb71b17db680cece/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/209e6804600f10409d5096a2caedba1d9d46e6db168c2680e8f2c74b1dd740e8/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21a412a85db17939160ce60329dc90310b84f7594008b629d9a80c13b3b7fee0/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2c0a84bb3faf68baf304f647fffea8be5a7b096eeaaf47e0cc55733aa9a8f51d/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35476a039e36476d57024e4f01c24fc9e70777a2817ecfaa52f2c6a753671977/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e108e3d162dea014fae3f4c21554e8f4f570a1c9c5fdfea377456db4d71589a/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c695fef3df55db2c7e74d4872302c9554efd537e1b84943664aac5b530a4f9/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a847016330f32cfabb68a28c310ad5c315e857e433a7f2392895d102cfee6ff/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/650281e9c78a039c6307e40e0b4a16b5940185588afb57d6e9f4300d81acc4c2/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6581be2cb318fea6b33da98dd3d6ea63e1a1cda64a850277176902a5273673ba/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6f9ade12f2e10f867c673e21df41462164206a6a8d83491c0ff85c57c7ad77da/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7751d3b7773c31bf7133258177c8d6d2ebc5c952289073b6336fffcafa8a7c86/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/786aacafcd8fdedc5565316a7c696b7a1b2608b139b252c6820ee4673df425a8/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7fa9ca2e4d1dfb71db98b88cdc53fc9ddc17ab88d1c9d1e941f869c8b6c56234/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9500548b4f5346d7c1dcac26381bf5ffaf04820cd9e6f6b6d3417965de63d360/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/994ad5765218e456363f88a548726b0d3d1ba94d21bd8ee6c130e4e76136756e/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0378f950055da4090a8fd41aabcc0f92f3e220a6de1a6841d6dd51df234193d/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8bfef8c6c90ca2c33b9126f4a1afd7735670c6e87219ed3a14221efa78c2942/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af92f690113465f7621e418640060dfce83e2514b30999faa58ebb1feaae96c6/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfd59e91dca8eed7b34a54cb3d5a2b1ee13a5e79ec5ecb2a0e5a86da2ac661cf/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfc9eac7b601ea6dcae4a5fb3382754227263b3653c1216ffdb7843697a9f63/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d32cb64f89221df67920bb55de8258e1fe5f98b2ef87abb43669b212b526ab65/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d44f57717357e9fd67e38cc8443897c86df8643c1b7931d2d6a15a39be5c0d46/shm"} 6.5925567e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec4efd8139446ff7237adfec623a421987e90112f8aa7cedce97756a29c151cf/shm"} 6.5925567e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 815254 # 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.884845072384e+12 node_filesystem_free_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.02059776e+08 node_filesystem_free_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 6.66353664e+08 node_filesystem_free_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.64792143872e+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"} 1.72006712541184e+15 node_filesystem_free_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 1.72006712541184e+15 node_filesystem_free_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 9.3161372254208e+13 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 1.926318336e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1.926318336e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 1.926318336e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1.926318336e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/geant4.cern.ch"} 1.926318336e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 1.926318336e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1.926318336e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 1.926318336e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 1.926318336e+10 node_filesystem_free_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.18359851008e+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/01f957bd688ef03b7cc1390dd1f4cb0f235cb9482ef597d172dfc9250842b83e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cc76c6c0e41799a21bb2d5b30b38206eed81d3bead4d072e29e8564de6bebc8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fefc82921e9d0d86bdfe4188885a91396adeac13090b22f1b28d1447d088843/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14ab15c8118a1664ed6a9ff6434d0e2531f9f2d4a5fd6091fb71b17db680cece/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/209e6804600f10409d5096a2caedba1d9d46e6db168c2680e8f2c74b1dd740e8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21a412a85db17939160ce60329dc90310b84f7594008b629d9a80c13b3b7fee0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2c0a84bb3faf68baf304f647fffea8be5a7b096eeaaf47e0cc55733aa9a8f51d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35476a039e36476d57024e4f01c24fc9e70777a2817ecfaa52f2c6a753671977/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e108e3d162dea014fae3f4c21554e8f4f570a1c9c5fdfea377456db4d71589a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c695fef3df55db2c7e74d4872302c9554efd537e1b84943664aac5b530a4f9/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a847016330f32cfabb68a28c310ad5c315e857e433a7f2392895d102cfee6ff/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/650281e9c78a039c6307e40e0b4a16b5940185588afb57d6e9f4300d81acc4c2/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6581be2cb318fea6b33da98dd3d6ea63e1a1cda64a850277176902a5273673ba/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6f9ade12f2e10f867c673e21df41462164206a6a8d83491c0ff85c57c7ad77da/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7751d3b7773c31bf7133258177c8d6d2ebc5c952289073b6336fffcafa8a7c86/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/786aacafcd8fdedc5565316a7c696b7a1b2608b139b252c6820ee4673df425a8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7fa9ca2e4d1dfb71db98b88cdc53fc9ddc17ab88d1c9d1e941f869c8b6c56234/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9500548b4f5346d7c1dcac26381bf5ffaf04820cd9e6f6b6d3417965de63d360/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/994ad5765218e456363f88a548726b0d3d1ba94d21bd8ee6c130e4e76136756e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0378f950055da4090a8fd41aabcc0f92f3e220a6de1a6841d6dd51df234193d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8bfef8c6c90ca2c33b9126f4a1afd7735670c6e87219ed3a14221efa78c2942/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af92f690113465f7621e418640060dfce83e2514b30999faa58ebb1feaae96c6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfd59e91dca8eed7b34a54cb3d5a2b1ee13a5e79ec5ecb2a0e5a86da2ac661cf/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfc9eac7b601ea6dcae4a5fb3382754227263b3653c1216ffdb7843697a9f63/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d32cb64f89221df67920bb55de8258e1fe5f98b2ef87abb43669b212b526ab65/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d44f57717357e9fd67e38cc8443897c86df8643c1b7931d2d6a15a39be5c0d46/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec4efd8139446ff7237adfec623a421987e90112f8aa7cedce97756a29c151cf/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.05950158848e+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="1",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="704",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="587",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="590",mountpoint="/work"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="445",mountpoint="/cvmfs/atlas-condb.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="45",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="576",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="580",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="595",mountpoint="/cvmfs/unpacked.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="596",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="602",mountpoint="/cvmfs/atlas.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="614",mountpoint="/cvmfs/sft.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="638",mountpoint="/cvmfs/geant4.cern.ch"} 1 node_filesystem_mount_info{device="nfs.af.uchicago.edu:/export/home",major="0",minor="48",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="104",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec4efd8139446ff7237adfec623a421987e90112f8aa7cedce97756a29c151cf/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="112",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/650281e9c78a039c6307e40e0b4a16b5940185588afb57d6e9f4300d81acc4c2/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="116",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9500548b4f5346d7c1dcac26381bf5ffaf04820cd9e6f6b6d3417965de63d360/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="121",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c695fef3df55db2c7e74d4872302c9554efd537e1b84943664aac5b530a4f9/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="131",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/786aacafcd8fdedc5565316a7c696b7a1b2608b139b252c6820ee4673df425a8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="137",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14ab15c8118a1664ed6a9ff6434d0e2531f9f2d4a5fd6091fb71b17db680cece/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="146",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af92f690113465f7621e418640060dfce83e2514b30999faa58ebb1feaae96c6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="151",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d32cb64f89221df67920bb55de8258e1fe5f98b2ef87abb43669b212b526ab65/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="172",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfd59e91dca8eed7b34a54cb3d5a2b1ee13a5e79ec5ecb2a0e5a86da2ac661cf/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="206",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0378f950055da4090a8fd41aabcc0f92f3e220a6de1a6841d6dd51df234193d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="208",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7751d3b7773c31bf7133258177c8d6d2ebc5c952289073b6336fffcafa8a7c86/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="222",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cc76c6c0e41799a21bb2d5b30b38206eed81d3bead4d072e29e8564de6bebc8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="243",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/209e6804600f10409d5096a2caedba1d9d46e6db168c2680e8f2c74b1dd740e8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="246",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fefc82921e9d0d86bdfe4188885a91396adeac13090b22f1b28d1447d088843/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="249",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35476a039e36476d57024e4f01c24fc9e70777a2817ecfaa52f2c6a753671977/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="258",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6f9ade12f2e10f867c673e21df41462164206a6a8d83491c0ff85c57c7ad77da/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="261",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6581be2cb318fea6b33da98dd3d6ea63e1a1cda64a850277176902a5273673ba/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="269",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8bfef8c6c90ca2c33b9126f4a1afd7735670c6e87219ed3a14221efa78c2942/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="306",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2c0a84bb3faf68baf304f647fffea8be5a7b096eeaaf47e0cc55733aa9a8f51d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="314",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21a412a85db17939160ce60329dc90310b84f7594008b629d9a80c13b3b7fee0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="360",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/01f957bd688ef03b7cc1390dd1f4cb0f235cb9482ef597d172dfc9250842b83e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="507",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a847016330f32cfabb68a28c310ad5c315e857e433a7f2392895d102cfee6ff/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="76",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/994ad5765218e456363f88a548726b0d3d1ba94d21bd8ee6c130e4e76136756e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="92",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d44f57717357e9fd67e38cc8443897c86df8643c1b7931d2d6a15a39be5c0d46/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="93",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e108e3d162dea014fae3f4c21554e8f4f570a1c9c5fdfea377456db4d71589a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="94",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7fa9ca2e4d1dfb71db98b88cdc53fc9ddc17ab88d1c9d1e941f869c8b6c56234/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="97",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfc9eac7b601ea6dcae4a5fb3382754227263b3653c1216ffdb7843697a9f63/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/geant4.cern.ch"} 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/01f957bd688ef03b7cc1390dd1f4cb0f235cb9482ef597d172dfc9250842b83e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cc76c6c0e41799a21bb2d5b30b38206eed81d3bead4d072e29e8564de6bebc8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fefc82921e9d0d86bdfe4188885a91396adeac13090b22f1b28d1447d088843/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14ab15c8118a1664ed6a9ff6434d0e2531f9f2d4a5fd6091fb71b17db680cece/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/209e6804600f10409d5096a2caedba1d9d46e6db168c2680e8f2c74b1dd740e8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21a412a85db17939160ce60329dc90310b84f7594008b629d9a80c13b3b7fee0/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2c0a84bb3faf68baf304f647fffea8be5a7b096eeaaf47e0cc55733aa9a8f51d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35476a039e36476d57024e4f01c24fc9e70777a2817ecfaa52f2c6a753671977/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e108e3d162dea014fae3f4c21554e8f4f570a1c9c5fdfea377456db4d71589a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c695fef3df55db2c7e74d4872302c9554efd537e1b84943664aac5b530a4f9/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a847016330f32cfabb68a28c310ad5c315e857e433a7f2392895d102cfee6ff/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/650281e9c78a039c6307e40e0b4a16b5940185588afb57d6e9f4300d81acc4c2/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6581be2cb318fea6b33da98dd3d6ea63e1a1cda64a850277176902a5273673ba/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6f9ade12f2e10f867c673e21df41462164206a6a8d83491c0ff85c57c7ad77da/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7751d3b7773c31bf7133258177c8d6d2ebc5c952289073b6336fffcafa8a7c86/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/786aacafcd8fdedc5565316a7c696b7a1b2608b139b252c6820ee4673df425a8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7fa9ca2e4d1dfb71db98b88cdc53fc9ddc17ab88d1c9d1e941f869c8b6c56234/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9500548b4f5346d7c1dcac26381bf5ffaf04820cd9e6f6b6d3417965de63d360/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/994ad5765218e456363f88a548726b0d3d1ba94d21bd8ee6c130e4e76136756e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0378f950055da4090a8fd41aabcc0f92f3e220a6de1a6841d6dd51df234193d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8bfef8c6c90ca2c33b9126f4a1afd7735670c6e87219ed3a14221efa78c2942/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af92f690113465f7621e418640060dfce83e2514b30999faa58ebb1feaae96c6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfd59e91dca8eed7b34a54cb3d5a2b1ee13a5e79ec5ecb2a0e5a86da2ac661cf/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfc9eac7b601ea6dcae4a5fb3382754227263b3653c1216ffdb7843697a9f63/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d32cb64f89221df67920bb55de8258e1fe5f98b2ef87abb43669b212b526ab65/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d44f57717357e9fd67e38cc8443897c86df8643c1b7931d2d6a15a39be5c0d46/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec4efd8139446ff7237adfec623a421987e90112f8aa7cedce97756a29c151cf/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/geant4.cern.ch"} 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/01f957bd688ef03b7cc1390dd1f4cb0f235cb9482ef597d172dfc9250842b83e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cc76c6c0e41799a21bb2d5b30b38206eed81d3bead4d072e29e8564de6bebc8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fefc82921e9d0d86bdfe4188885a91396adeac13090b22f1b28d1447d088843/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14ab15c8118a1664ed6a9ff6434d0e2531f9f2d4a5fd6091fb71b17db680cece/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/209e6804600f10409d5096a2caedba1d9d46e6db168c2680e8f2c74b1dd740e8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21a412a85db17939160ce60329dc90310b84f7594008b629d9a80c13b3b7fee0/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2c0a84bb3faf68baf304f647fffea8be5a7b096eeaaf47e0cc55733aa9a8f51d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35476a039e36476d57024e4f01c24fc9e70777a2817ecfaa52f2c6a753671977/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e108e3d162dea014fae3f4c21554e8f4f570a1c9c5fdfea377456db4d71589a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c695fef3df55db2c7e74d4872302c9554efd537e1b84943664aac5b530a4f9/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a847016330f32cfabb68a28c310ad5c315e857e433a7f2392895d102cfee6ff/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/650281e9c78a039c6307e40e0b4a16b5940185588afb57d6e9f4300d81acc4c2/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6581be2cb318fea6b33da98dd3d6ea63e1a1cda64a850277176902a5273673ba/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6f9ade12f2e10f867c673e21df41462164206a6a8d83491c0ff85c57c7ad77da/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7751d3b7773c31bf7133258177c8d6d2ebc5c952289073b6336fffcafa8a7c86/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/786aacafcd8fdedc5565316a7c696b7a1b2608b139b252c6820ee4673df425a8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7fa9ca2e4d1dfb71db98b88cdc53fc9ddc17ab88d1c9d1e941f869c8b6c56234/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9500548b4f5346d7c1dcac26381bf5ffaf04820cd9e6f6b6d3417965de63d360/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/994ad5765218e456363f88a548726b0d3d1ba94d21bd8ee6c130e4e76136756e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0378f950055da4090a8fd41aabcc0f92f3e220a6de1a6841d6dd51df234193d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8bfef8c6c90ca2c33b9126f4a1afd7735670c6e87219ed3a14221efa78c2942/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af92f690113465f7621e418640060dfce83e2514b30999faa58ebb1feaae96c6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfd59e91dca8eed7b34a54cb3d5a2b1ee13a5e79ec5ecb2a0e5a86da2ac661cf/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfc9eac7b601ea6dcae4a5fb3382754227263b3653c1216ffdb7843697a9f63/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d32cb64f89221df67920bb55de8258e1fe5f98b2ef87abb43669b212b526ab65/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d44f57717357e9fd67e38cc8443897c86df8643c1b7931d2d6a15a39be5c0d46/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec4efd8139446ff7237adfec623a421987e90112f8aa7cedce97756a29c151cf/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"} 4.698323185303552e+15 node_filesystem_size_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 4.698323185303552e+15 node_filesystem_size_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.18943322734592e+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/geant4.cern.ch"} 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.3340121063424e+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/01f957bd688ef03b7cc1390dd1f4cb0f235cb9482ef597d172dfc9250842b83e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cc76c6c0e41799a21bb2d5b30b38206eed81d3bead4d072e29e8564de6bebc8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fefc82921e9d0d86bdfe4188885a91396adeac13090b22f1b28d1447d088843/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14ab15c8118a1664ed6a9ff6434d0e2531f9f2d4a5fd6091fb71b17db680cece/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/209e6804600f10409d5096a2caedba1d9d46e6db168c2680e8f2c74b1dd740e8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21a412a85db17939160ce60329dc90310b84f7594008b629d9a80c13b3b7fee0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2c0a84bb3faf68baf304f647fffea8be5a7b096eeaaf47e0cc55733aa9a8f51d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35476a039e36476d57024e4f01c24fc9e70777a2817ecfaa52f2c6a753671977/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e108e3d162dea014fae3f4c21554e8f4f570a1c9c5fdfea377456db4d71589a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c695fef3df55db2c7e74d4872302c9554efd537e1b84943664aac5b530a4f9/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a847016330f32cfabb68a28c310ad5c315e857e433a7f2392895d102cfee6ff/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/650281e9c78a039c6307e40e0b4a16b5940185588afb57d6e9f4300d81acc4c2/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6581be2cb318fea6b33da98dd3d6ea63e1a1cda64a850277176902a5273673ba/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6f9ade12f2e10f867c673e21df41462164206a6a8d83491c0ff85c57c7ad77da/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7751d3b7773c31bf7133258177c8d6d2ebc5c952289073b6336fffcafa8a7c86/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/786aacafcd8fdedc5565316a7c696b7a1b2608b139b252c6820ee4673df425a8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7fa9ca2e4d1dfb71db98b88cdc53fc9ddc17ab88d1c9d1e941f869c8b6c56234/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9500548b4f5346d7c1dcac26381bf5ffaf04820cd9e6f6b6d3417965de63d360/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/994ad5765218e456363f88a548726b0d3d1ba94d21bd8ee6c130e4e76136756e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0378f950055da4090a8fd41aabcc0f92f3e220a6de1a6841d6dd51df234193d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8bfef8c6c90ca2c33b9126f4a1afd7735670c6e87219ed3a14221efa78c2942/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af92f690113465f7621e418640060dfce83e2514b30999faa58ebb1feaae96c6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bfd59e91dca8eed7b34a54cb3d5a2b1ee13a5e79ec5ecb2a0e5a86da2ac661cf/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfc9eac7b601ea6dcae4a5fb3382754227263b3653c1216ffdb7843697a9f63/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d32cb64f89221df67920bb55de8258e1fe5f98b2ef87abb43669b212b526ab65/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d44f57717357e9fd67e38cc8443897c86df8643c1b7931d2d6a15a39be5c0d46/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec4efd8139446ff7237adfec623a421987e90112f8aa7cedce97756a29c151cf/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.08012453888e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 9.24292599e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="pci0000:00_0000:00:18_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:19_3",chip_name="k10temp"} 1 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd7",sensor="temp9"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tctl",sensor="temp1"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd7",sensor="temp9"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tctl",sensor="temp1"} 1 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp1"} 51.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 47.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp5"} 51.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp7"} 44.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp9"} 43.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp1"} 51 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp3"} 45 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp5"} 47.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp7"} 51 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp9"} 48 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 4.14698346788e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 58.06 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 61.79 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 63.57 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 4.2390683648e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 5.6713068544e+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 1.4322384896e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 7.83286272e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 4.2480771072e+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.76549996544e+11 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.0066987008e+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.70031126528e+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.39884023808e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.79030863872e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.68518746112e+11 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.779236864e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 110592 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 2.3527424e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.63196092416e+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.60843350016e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 7.5071488e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.609490432e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.85315915776e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 9.4620246016e+10 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.40062253056e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 1.39419648e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.05528832e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.9036864512e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.313250304e+09 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 2.066046976e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.2350114816e+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.53889792e+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 15731 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 9.9247875e+07 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 9.3366297e+07 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 18026 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 825004 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 2.710656e+06 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1.9089162912616e+13 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 2.120443405507e+12 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 4.75397203781758e+14 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 7.04255764220679e+14 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 78 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 5 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 13359 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 3.70804444e+08 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 12 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 8.320585e+06 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 1.4454925e+07 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 3.5311848e+07 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 6626 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 65047 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 7.5987562493e+10 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 7.51032e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.29829853666e+11 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 3.768279e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 4.76863048e+08 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 185 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 37 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 3381 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 185 # 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 6.433229e+07 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 8 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 112116 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 7.6186893e+07 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="cali066433ba2a4"} 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="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 1 node_network_carrier{device="cali28a7b91fa52"} 1 node_network_carrier{device="cali9c18b3beec5"} 1 node_network_carrier{device="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 2 node_network_carrier_changes_total{device="cali28a7b91fa52"} 2 node_network_carrier_changes_total{device="cali9c18b3beec5"} 2 node_network_carrier_changes_total{device="calia8e07cb4a5e"} 2 node_network_carrier_changes_total{device="docker0"} 29 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="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="calia8e07cb4a5e"} 1 node_network_carrier_down_changes_total{device="docker0"} 15 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="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="calia8e07cb4a5e"} 1 node_network_carrier_up_changes_total{device="docker0"} 14 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="cali218ae4a84f0"} 0 node_network_device_id{device="cali28a7b91fa52"} 0 node_network_device_id{device="cali9c18b3beec5"} 0 node_network_device_id{device="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 0 node_network_dormant{device="cali28a7b91fa52"} 0 node_network_dormant{device="cali9c18b3beec5"} 0 node_network_dormant{device="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 4099 node_network_flags{device="cali28a7b91fa52"} 4099 node_network_flags{device="cali9c18b3beec5"} 4099 node_network_flags{device="calia8e07cb4a5e"} 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"} 21 node_network_iface_id{device="cali218ae4a84f0"} 7 node_network_iface_id{device="cali28a7b91fa52"} 26 node_network_iface_id{device="cali9c18b3beec5"} 10 node_network_iface_id{device="calia8e07cb4a5e"} 8 node_network_iface_id{device="docker0"} 12 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="cali218ae4a84f0"} 2 node_network_iface_link{device="cali28a7b91fa52"} 2 node_network_iface_link{device="cali9c18b3beec5"} 2 node_network_iface_link{device="calia8e07cb4a5e"} 2 node_network_iface_link{device="docker0"} 12 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="cali218ae4a84f0"} 0 node_network_iface_link_mode{device="cali28a7b91fa52"} 0 node_network_iface_link_mode{device="cali9c18b3beec5"} 0 node_network_iface_link_mode{device="calia8e07cb4a5e"} 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="02:42:eb:d4:df:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 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="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="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 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calia8e07cb4a5e",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="cali218ae4a84f0"} 1500 node_network_mtu_bytes{device="cali28a7b91fa52"} 1500 node_network_mtu_bytes{device="cali9c18b3beec5"} 1500 node_network_mtu_bytes{device="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 3 node_network_name_assign_type{device="cali28a7b91fa52"} 3 node_network_name_assign_type{device="cali9c18b3beec5"} 3 node_network_name_assign_type{device="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 0 node_network_net_dev_group{device="cali28a7b91fa52"} 0 node_network_net_dev_group{device="cali9c18b3beec5"} 0 node_network_net_dev_group{device="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 1 node_network_protocol_type{device="cali28a7b91fa52"} 1 node_network_protocol_type{device="cali9c18b3beec5"} 1 node_network_protocol_type{device="calia8e07cb4a5e"} 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.4378832202e+10 node_network_receive_bytes_total{device="cali218ae4a84f0"} 2.324222028e+09 node_network_receive_bytes_total{device="cali28a7b91fa52"} 192430 node_network_receive_bytes_total{device="cali9c18b3beec5"} 2.97398176e+08 node_network_receive_bytes_total{device="calia8e07cb4a5e"} 2.058611461e+09 node_network_receive_bytes_total{device="docker0"} 2.150783e+07 node_network_receive_bytes_total{device="eno1"} 1.1747488597e+10 node_network_receive_bytes_total{device="eno2"} 0 node_network_receive_bytes_total{device="eno33np0"} 4.91744599564297e+14 node_network_receive_bytes_total{device="eno33np0.3604"} 4.87713846662207e+14 node_network_receive_bytes_total{device="eno34np1"} 0 node_network_receive_bytes_total{device="lo"} 6.582215701328e+12 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="cali066433ba2a4"} 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="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 0 node_network_receive_drop_total{device="cali28a7b91fa52"} 0 node_network_receive_drop_total{device="cali9c18b3beec5"} 0 node_network_receive_drop_total{device="calia8e07cb4a5e"} 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"} 460394 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="cali218ae4a84f0"} 0 node_network_receive_errs_total{device="cali28a7b91fa52"} 0 node_network_receive_errs_total{device="cali9c18b3beec5"} 0 node_network_receive_errs_total{device="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 0 node_network_receive_fifo_total{device="cali28a7b91fa52"} 0 node_network_receive_fifo_total{device="cali9c18b3beec5"} 0 node_network_receive_fifo_total{device="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 0 node_network_receive_frame_total{device="cali28a7b91fa52"} 0 node_network_receive_frame_total{device="cali9c18b3beec5"} 0 node_network_receive_frame_total{device="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 0 node_network_receive_multicast_total{device="cali28a7b91fa52"} 0 node_network_receive_multicast_total{device="cali9c18b3beec5"} 0 node_network_receive_multicast_total{device="calia8e07cb4a5e"} 0 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="eno1"} 1.0182864e+08 node_network_receive_multicast_total{device="eno2"} 0 node_network_receive_multicast_total{device="eno33np0"} 7.684865e+06 node_network_receive_multicast_total{device="eno33np0.3604"} 4.307302e+06 node_network_receive_multicast_total{device="eno34np1"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="cali066433ba2a4"} 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="calia8e07cb4a5e"} 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.74611339e+08 node_network_receive_packets_total{device="cali218ae4a84f0"} 2.3630122e+07 node_network_receive_packets_total{device="cali28a7b91fa52"} 2747 node_network_receive_packets_total{device="cali9c18b3beec5"} 2.387565e+06 node_network_receive_packets_total{device="calia8e07cb4a5e"} 1.1873833e+07 node_network_receive_packets_total{device="docker0"} 60550 node_network_receive_packets_total{device="eno1"} 1.07786115e+08 node_network_receive_packets_total{device="eno2"} 0 node_network_receive_packets_total{device="eno33np0"} 1.14070064459e+11 node_network_receive_packets_total{device="eno33np0.3604"} 7.7031633043e+10 node_network_receive_packets_total{device="eno34np1"} 0 node_network_receive_packets_total{device="lo"} 2.80703217e+08 # 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="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="calia8e07cb4a5e"} 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"} 9.49123076396e+11 node_network_transmit_bytes_total{device="cali218ae4a84f0"} 3.49644393e+09 node_network_transmit_bytes_total{device="cali28a7b91fa52"} 9.0746916e+07 node_network_transmit_bytes_total{device="cali9c18b3beec5"} 2.30334973e+08 node_network_transmit_bytes_total{device="calia8e07cb4a5e"} 1.3192284561e+10 node_network_transmit_bytes_total{device="docker0"} 4.962736e+06 node_network_transmit_bytes_total{device="eno1"} 1.03650531e+08 node_network_transmit_bytes_total{device="eno2"} 0 node_network_transmit_bytes_total{device="eno33np0"} 7.02799554578295e+14 node_network_transmit_bytes_total{device="eno33np0.3604"} 6.98392308986433e+14 node_network_transmit_bytes_total{device="eno34np1"} 0 node_network_transmit_bytes_total{device="lo"} 6.582215701328e+12 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="cali066433ba2a4"} 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="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 0 node_network_transmit_colls_total{device="cali28a7b91fa52"} 0 node_network_transmit_colls_total{device="cali9c18b3beec5"} 0 node_network_transmit_colls_total{device="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 0 node_network_transmit_compressed_total{device="cali28a7b91fa52"} 0 node_network_transmit_compressed_total{device="cali9c18b3beec5"} 0 node_network_transmit_compressed_total{device="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 0 node_network_transmit_drop_total{device="cali28a7b91fa52"} 0 node_network_transmit_drop_total{device="cali9c18b3beec5"} 0 node_network_transmit_drop_total{device="calia8e07cb4a5e"} 0 node_network_transmit_drop_total{device="docker0"} 0 node_network_transmit_drop_total{device="eno1"} 0 node_network_transmit_drop_total{device="eno2"} 0 node_network_transmit_drop_total{device="eno33np0"} 0 node_network_transmit_drop_total{device="eno33np0.3604"} 0 node_network_transmit_drop_total{device="eno34np1"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="cali066433ba2a4"} 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="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 0 node_network_transmit_fifo_total{device="cali28a7b91fa52"} 0 node_network_transmit_fifo_total{device="cali9c18b3beec5"} 0 node_network_transmit_fifo_total{device="calia8e07cb4a5e"} 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"} 2.91756186e+08 node_network_transmit_packets_total{device="cali218ae4a84f0"} 1.9847038e+07 node_network_transmit_packets_total{device="cali28a7b91fa52"} 339879 node_network_transmit_packets_total{device="cali9c18b3beec5"} 2.386153e+06 node_network_transmit_packets_total{device="calia8e07cb4a5e"} 1.1707069e+07 node_network_transmit_packets_total{device="docker0"} 31866 node_network_transmit_packets_total{device="eno1"} 472949 node_network_transmit_packets_total{device="eno2"} 0 node_network_transmit_packets_total{device="eno33np0"} 1.30686549514e+11 node_network_transmit_packets_total{device="eno33np0.3604"} 7.191698285e+10 node_network_transmit_packets_total{device="eno34np1"} 0 node_network_transmit_packets_total{device="lo"} 2.80703217e+08 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="cali066433ba2a4"} 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="calia8e07cb4a5e"} 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="cali218ae4a84f0"} 1 node_network_up{device="cali28a7b91fa52"} 1 node_network_up{device="cali9c18b3beec5"} 1 node_network_up{device="calia8e07cb4a5e"} 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 8940 # 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 46928 # 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 1.200548e+06 # HELP node_nf_conntrack_stat_ignore Number of packets seen which are already connected to a conntrack entry. # TYPE node_nf_conntrack_stat_ignore gauge node_nf_conntrack_stat_ignore 0 # HELP node_nf_conntrack_stat_insert Number of entries inserted into the list. # TYPE node_nf_conntrack_stat_insert gauge node_nf_conntrack_stat_insert 0 # HELP node_nf_conntrack_stat_insert_failed Number of entries for which list insertion was attempted but failed. # TYPE node_nf_conntrack_stat_insert_failed gauge node_nf_conntrack_stat_insert_failed 46928 # 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.382696e+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"} 2.4612095e+07 node_nfs_requests_total{method="Allocate",proto="4"} 0 node_nfs_requests_total{method="BindConnToSession",proto="4"} 0 node_nfs_requests_total{method="Clone",proto="4"} 1 node_nfs_requests_total{method="Close",proto="4"} 3.9023608e+07 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 658773 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"} 22468 node_nfs_requests_total{method="CreateSession",proto="4"} 7 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 2.0187204e+07 node_nfs_requests_total{method="DestroyClientID",proto="4"} 0 node_nfs_requests_total{method="DestroySession",proto="4"} 3 node_nfs_requests_total{method="ExchangeID",proto="4"} 15 node_nfs_requests_total{method="FreeStateID",proto="4"} 380 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 32 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"} 3 node_nfs_requests_total{method="Getattr",proto="4"} 3.7852193e+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"} 395 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 380 node_nfs_requests_total{method="Lookup",proto="2"} 0 node_nfs_requests_total{method="Lookup",proto="3"} 0 node_nfs_requests_total{method="Lookup",proto="4"} 3.7271646e+07 node_nfs_requests_total{method="LookupRoot",proto="4"} 8 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"} 6 node_nfs_requests_total{method="Open",proto="4"} 1.2554732e+07 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 74 node_nfs_requests_total{method="OpenNoattr",proto="4"} 3.0095468e+07 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 24 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.2652599e+07 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"} 351924 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"} 5074 node_nfs_requests_total{method="ReclaimComplete",proto="4"} 4 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.1344925e+07 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"} 339350 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"} 8 node_nfs_requests_total{method="Seek",proto="4"} 747649 node_nfs_requests_total{method="Sequence",proto="4"} 84 node_nfs_requests_total{method="ServerCaps",proto="4"} 56 node_nfs_requests_total{method="SetACL",proto="4"} 0 node_nfs_requests_total{method="SetAttr",proto="2"} 0 node_nfs_requests_total{method="SetAttr",proto="3"} 0 node_nfs_requests_total{method="SetClientID",proto="4"} 0 node_nfs_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfs_requests_total{method="Setattr",proto="4"} 2.8813043e+07 node_nfs_requests_total{method="StatFs",proto="4"} 490850 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"} 787 node_nfs_requests_total{method="TestStateID",proto="4"} 4.189595069e+09 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.1703288e+07 # HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. # TYPE node_nfs_rpc_authentication_refreshes_total counter node_nfs_rpc_authentication_refreshes_total 1.73352595e+08 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 36 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 1.73233176e+08 # 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 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 79 # 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"} 2.36445623535645e+06 node_schedstat_running_seconds_total{cpu="1"} 2.070942677966087e+06 node_schedstat_running_seconds_total{cpu="10"} 2.08894269499051e+06 node_schedstat_running_seconds_total{cpu="11"} 2.030392663541066e+06 node_schedstat_running_seconds_total{cpu="12"} 2.70522064208105e+06 node_schedstat_running_seconds_total{cpu="13"} 2.047473074376567e+06 node_schedstat_running_seconds_total{cpu="14"} 2.166786478336121e+06 node_schedstat_running_seconds_total{cpu="15"} 2.572751127832026e+06 node_schedstat_running_seconds_total{cpu="16"} 2.0953377934593e+06 node_schedstat_running_seconds_total{cpu="17"} 1.880887888630923e+06 node_schedstat_running_seconds_total{cpu="18"} 2.479122945814876e+06 node_schedstat_running_seconds_total{cpu="19"} 2.006954607902338e+06 node_schedstat_running_seconds_total{cpu="2"} 2.132229993985051e+06 node_schedstat_running_seconds_total{cpu="20"} 2.018458680106787e+06 node_schedstat_running_seconds_total{cpu="21"} 2.604577759605671e+06 node_schedstat_running_seconds_total{cpu="22"} 2.072493054875474e+06 node_schedstat_running_seconds_total{cpu="23"} 1.990144796591008e+06 node_schedstat_running_seconds_total{cpu="24"} 2.400863078995842e+06 node_schedstat_running_seconds_total{cpu="25"} 2.103589299283581e+06 node_schedstat_running_seconds_total{cpu="26"} 1.980675992038673e+06 node_schedstat_running_seconds_total{cpu="27"} 2.39175774013524e+06 node_schedstat_running_seconds_total{cpu="28"} 1.93127156850633e+06 node_schedstat_running_seconds_total{cpu="29"} 1.934068542966179e+06 node_schedstat_running_seconds_total{cpu="3"} 2.6973193506229e+06 node_schedstat_running_seconds_total{cpu="30"} 2.292749715267759e+06 node_schedstat_running_seconds_total{cpu="31"} 1.661227264906227e+06 node_schedstat_running_seconds_total{cpu="32"} 1.748155243357305e+06 node_schedstat_running_seconds_total{cpu="33"} 2.431112917699424e+06 node_schedstat_running_seconds_total{cpu="34"} 1.909993382388228e+06 node_schedstat_running_seconds_total{cpu="35"} 1.921933765766942e+06 node_schedstat_running_seconds_total{cpu="36"} 2.307668776432365e+06 node_schedstat_running_seconds_total{cpu="37"} 1.901669433357976e+06 node_schedstat_running_seconds_total{cpu="38"} 1.921007394212634e+06 node_schedstat_running_seconds_total{cpu="39"} 2.335484155821221e+06 node_schedstat_running_seconds_total{cpu="4"} 1.990983597655843e+06 node_schedstat_running_seconds_total{cpu="40"} 1.894486026583203e+06 node_schedstat_running_seconds_total{cpu="41"} 1.904304684599927e+06 node_schedstat_running_seconds_total{cpu="42"} 2.430068919458852e+06 node_schedstat_running_seconds_total{cpu="43"} 1.907377854732499e+06 node_schedstat_running_seconds_total{cpu="44"} 1.921600307339688e+06 node_schedstat_running_seconds_total{cpu="45"} 2.384206520589524e+06 node_schedstat_running_seconds_total{cpu="46"} 1.885805199020449e+06 node_schedstat_running_seconds_total{cpu="47"} 1.916966155078849e+06 node_schedstat_running_seconds_total{cpu="48"} 2.705632076970404e+06 node_schedstat_running_seconds_total{cpu="49"} 2.055484546972766e+06 node_schedstat_running_seconds_total{cpu="5"} 1.933810387288856e+06 node_schedstat_running_seconds_total{cpu="50"} 1.914198107819833e+06 node_schedstat_running_seconds_total{cpu="51"} 2.637664801191032e+06 node_schedstat_running_seconds_total{cpu="52"} 1.942192835358485e+06 node_schedstat_running_seconds_total{cpu="53"} 2.256945303168159e+06 node_schedstat_running_seconds_total{cpu="54"} 2.197761520985952e+06 node_schedstat_running_seconds_total{cpu="55"} 2.265310837670022e+06 node_schedstat_running_seconds_total{cpu="56"} 1.80754008281699e+06 node_schedstat_running_seconds_total{cpu="57"} 2.613662959260835e+06 node_schedstat_running_seconds_total{cpu="58"} 2.011107784320443e+06 node_schedstat_running_seconds_total{cpu="59"} 2.117635877200665e+06 node_schedstat_running_seconds_total{cpu="6"} 2.789418325228325e+06 node_schedstat_running_seconds_total{cpu="60"} 2.347201117480765e+06 node_schedstat_running_seconds_total{cpu="61"} 2.14654383125007e+06 node_schedstat_running_seconds_total{cpu="62"} 1.889067965674452e+06 node_schedstat_running_seconds_total{cpu="63"} 2.404746506731416e+06 node_schedstat_running_seconds_total{cpu="64"} 1.858522432135604e+06 node_schedstat_running_seconds_total{cpu="65"} 2.343796964761848e+06 node_schedstat_running_seconds_total{cpu="66"} 2.604556167413081e+06 node_schedstat_running_seconds_total{cpu="67"} 2.052679436639166e+06 node_schedstat_running_seconds_total{cpu="68"} 2.231499455265931e+06 node_schedstat_running_seconds_total{cpu="69"} 2.349037382657707e+06 node_schedstat_running_seconds_total{cpu="7"} 2.075757457484686e+06 node_schedstat_running_seconds_total{cpu="70"} 1.833190361726766e+06 node_schedstat_running_seconds_total{cpu="71"} 2.306160035658309e+06 node_schedstat_running_seconds_total{cpu="72"} 2.196623591229071e+06 node_schedstat_running_seconds_total{cpu="73"} 2.003913661205929e+06 node_schedstat_running_seconds_total{cpu="74"} 2.163446084569241e+06 node_schedstat_running_seconds_total{cpu="75"} 2.366632266977931e+06 node_schedstat_running_seconds_total{cpu="76"} 1.97823242694328e+06 node_schedstat_running_seconds_total{cpu="77"} 2.044722283488522e+06 node_schedstat_running_seconds_total{cpu="78"} 2.286064965281211e+06 node_schedstat_running_seconds_total{cpu="79"} 2.376629688504997e+06 node_schedstat_running_seconds_total{cpu="8"} 2.190712999763103e+06 node_schedstat_running_seconds_total{cpu="80"} 2.280404328527123e+06 node_schedstat_running_seconds_total{cpu="81"} 2.228457434002472e+06 node_schedstat_running_seconds_total{cpu="82"} 1.991656016216602e+06 node_schedstat_running_seconds_total{cpu="83"} 2.070168591058e+06 node_schedstat_running_seconds_total{cpu="84"} 2.325755523546978e+06 node_schedstat_running_seconds_total{cpu="85"} 2.010261521032227e+06 node_schedstat_running_seconds_total{cpu="86"} 2.061087594888223e+06 node_schedstat_running_seconds_total{cpu="87"} 2.294179198542013e+06 node_schedstat_running_seconds_total{cpu="88"} 1.997487112451963e+06 node_schedstat_running_seconds_total{cpu="89"} 2.096974918817683e+06 node_schedstat_running_seconds_total{cpu="9"} 2.637416624589847e+06 node_schedstat_running_seconds_total{cpu="90"} 2.144057289113446e+06 node_schedstat_running_seconds_total{cpu="91"} 2.005424431771095e+06 node_schedstat_running_seconds_total{cpu="92"} 2.13382410791477e+06 node_schedstat_running_seconds_total{cpu="93"} 1.824504129049765e+06 node_schedstat_running_seconds_total{cpu="94"} 2.037684691227333e+06 node_schedstat_running_seconds_total{cpu="95"} 2.190123400972539e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.984703332e+09 node_schedstat_timeslices_total{cpu="1"} 3.006753286e+09 node_schedstat_timeslices_total{cpu="10"} 3.010920478e+09 node_schedstat_timeslices_total{cpu="11"} 3.184443939e+09 node_schedstat_timeslices_total{cpu="12"} 3.028586111e+09 node_schedstat_timeslices_total{cpu="13"} 3.097516312e+09 node_schedstat_timeslices_total{cpu="14"} 2.888294287e+09 node_schedstat_timeslices_total{cpu="15"} 3.042802841e+09 node_schedstat_timeslices_total{cpu="16"} 2.991383573e+09 node_schedstat_timeslices_total{cpu="17"} 3.347751146e+09 node_schedstat_timeslices_total{cpu="18"} 2.771665222e+09 node_schedstat_timeslices_total{cpu="19"} 2.863344738e+09 node_schedstat_timeslices_total{cpu="2"} 2.78270556e+09 node_schedstat_timeslices_total{cpu="20"} 2.915751565e+09 node_schedstat_timeslices_total{cpu="21"} 2.766338769e+09 node_schedstat_timeslices_total{cpu="22"} 2.852387103e+09 node_schedstat_timeslices_total{cpu="23"} 2.997975531e+09 node_schedstat_timeslices_total{cpu="24"} 3.106757883e+09 node_schedstat_timeslices_total{cpu="25"} 3.077054835e+09 node_schedstat_timeslices_total{cpu="26"} 3.018812749e+09 node_schedstat_timeslices_total{cpu="27"} 2.593016274e+09 node_schedstat_timeslices_total{cpu="28"} 2.673100992e+09 node_schedstat_timeslices_total{cpu="29"} 2.685905559e+09 node_schedstat_timeslices_total{cpu="3"} 2.993930562e+09 node_schedstat_timeslices_total{cpu="30"} 2.571195318e+09 node_schedstat_timeslices_total{cpu="31"} 2.783184314e+09 node_schedstat_timeslices_total{cpu="32"} 2.801312933e+09 node_schedstat_timeslices_total{cpu="33"} 2.621321457e+09 node_schedstat_timeslices_total{cpu="34"} 2.681912282e+09 node_schedstat_timeslices_total{cpu="35"} 2.687735311e+09 node_schedstat_timeslices_total{cpu="36"} 2.587699093e+09 node_schedstat_timeslices_total{cpu="37"} 2.671011019e+09 node_schedstat_timeslices_total{cpu="38"} 2.683436026e+09 node_schedstat_timeslices_total{cpu="39"} 2.575163625e+09 node_schedstat_timeslices_total{cpu="4"} 3.321587857e+09 node_schedstat_timeslices_total{cpu="40"} 2.659989865e+09 node_schedstat_timeslices_total{cpu="41"} 2.694009512e+09 node_schedstat_timeslices_total{cpu="42"} 2.532619743e+09 node_schedstat_timeslices_total{cpu="43"} 2.645982642e+09 node_schedstat_timeslices_total{cpu="44"} 2.664362011e+09 node_schedstat_timeslices_total{cpu="45"} 2.529156735e+09 node_schedstat_timeslices_total{cpu="46"} 2.657369642e+09 node_schedstat_timeslices_total{cpu="47"} 2.644460598e+09 node_schedstat_timeslices_total{cpu="48"} 2.458333211e+09 node_schedstat_timeslices_total{cpu="49"} 2.694369608e+09 node_schedstat_timeslices_total{cpu="5"} 3.307792333e+09 node_schedstat_timeslices_total{cpu="50"} 2.842323384e+09 node_schedstat_timeslices_total{cpu="51"} 2.775982912e+09 node_schedstat_timeslices_total{cpu="52"} 3.326817331e+09 node_schedstat_timeslices_total{cpu="53"} 2.907059814e+09 node_schedstat_timeslices_total{cpu="54"} 3.277280958e+09 node_schedstat_timeslices_total{cpu="55"} 2.769427341e+09 node_schedstat_timeslices_total{cpu="56"} 3.358854029e+09 node_schedstat_timeslices_total{cpu="57"} 2.894704646e+09 node_schedstat_timeslices_total{cpu="58"} 2.954578266e+09 node_schedstat_timeslices_total{cpu="59"} 2.901594025e+09 node_schedstat_timeslices_total{cpu="6"} 2.655597612e+09 node_schedstat_timeslices_total{cpu="60"} 2.991665066e+09 node_schedstat_timeslices_total{cpu="61"} 3.030081018e+09 node_schedstat_timeslices_total{cpu="62"} 3.718627896e+09 node_schedstat_timeslices_total{cpu="63"} 3.258613969e+09 node_schedstat_timeslices_total{cpu="64"} 3.662670738e+09 node_schedstat_timeslices_total{cpu="65"} 3.262755122e+09 node_schedstat_timeslices_total{cpu="66"} 2.682267112e+09 node_schedstat_timeslices_total{cpu="67"} 2.937536385e+09 node_schedstat_timeslices_total{cpu="68"} 2.912648237e+09 node_schedstat_timeslices_total{cpu="69"} 2.86837455e+09 node_schedstat_timeslices_total{cpu="7"} 2.865211081e+09 node_schedstat_timeslices_total{cpu="70"} 3.611610532e+09 node_schedstat_timeslices_total{cpu="71"} 2.97579366e+09 node_schedstat_timeslices_total{cpu="72"} 2.794375685e+09 node_schedstat_timeslices_total{cpu="73"} 2.842279928e+09 node_schedstat_timeslices_total{cpu="74"} 2.79004456e+09 node_schedstat_timeslices_total{cpu="75"} 2.542644637e+09 node_schedstat_timeslices_total{cpu="76"} 2.632658545e+09 node_schedstat_timeslices_total{cpu="77"} 2.59763742e+09 node_schedstat_timeslices_total{cpu="78"} 2.601136722e+09 node_schedstat_timeslices_total{cpu="79"} 2.485995591e+09 node_schedstat_timeslices_total{cpu="8"} 2.764574074e+09 node_schedstat_timeslices_total{cpu="80"} 2.484626767e+09 node_schedstat_timeslices_total{cpu="81"} 2.546914754e+09 node_schedstat_timeslices_total{cpu="82"} 2.623705707e+09 node_schedstat_timeslices_total{cpu="83"} 2.567101313e+09 node_schedstat_timeslices_total{cpu="84"} 2.543221193e+09 node_schedstat_timeslices_total{cpu="85"} 2.604053404e+09 node_schedstat_timeslices_total{cpu="86"} 2.574414093e+09 node_schedstat_timeslices_total{cpu="87"} 2.5475403e+09 node_schedstat_timeslices_total{cpu="88"} 2.636846827e+09 node_schedstat_timeslices_total{cpu="89"} 2.559780487e+09 node_schedstat_timeslices_total{cpu="9"} 2.997431939e+09 node_schedstat_timeslices_total{cpu="90"} 2.572334571e+09 node_schedstat_timeslices_total{cpu="91"} 2.59561514e+09 node_schedstat_timeslices_total{cpu="92"} 2.530608874e+09 node_schedstat_timeslices_total{cpu="93"} 2.68503189e+09 node_schedstat_timeslices_total{cpu="94"} 2.58673635e+09 node_schedstat_timeslices_total{cpu="95"} 2.534930963e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 983198.630058277 node_schedstat_waiting_seconds_total{cpu="1"} 1.039623922575608e+06 node_schedstat_waiting_seconds_total{cpu="10"} 934713.087122626 node_schedstat_waiting_seconds_total{cpu="11"} 938114.837619022 node_schedstat_waiting_seconds_total{cpu="12"} 1.052333700311246e+06 node_schedstat_waiting_seconds_total{cpu="13"} 1.047508642276691e+06 node_schedstat_waiting_seconds_total{cpu="14"} 991820.55891138 node_schedstat_waiting_seconds_total{cpu="15"} 894660.085990849 node_schedstat_waiting_seconds_total{cpu="16"} 1.02376647750222e+06 node_schedstat_waiting_seconds_total{cpu="17"} 908411.648726692 node_schedstat_waiting_seconds_total{cpu="18"} 988848.716821853 node_schedstat_waiting_seconds_total{cpu="19"} 910912.765641401 node_schedstat_waiting_seconds_total{cpu="2"} 1.029237284583975e+06 node_schedstat_waiting_seconds_total{cpu="20"} 866487.038430385 node_schedstat_waiting_seconds_total{cpu="21"} 952228.340743596 node_schedstat_waiting_seconds_total{cpu="22"} 783025.444935106 node_schedstat_waiting_seconds_total{cpu="23"} 786064.62902702 node_schedstat_waiting_seconds_total{cpu="24"} 490597.91245955 node_schedstat_waiting_seconds_total{cpu="25"} 574285.348613044 node_schedstat_waiting_seconds_total{cpu="26"} 577125.471135507 node_schedstat_waiting_seconds_total{cpu="27"} 968656.270290975 node_schedstat_waiting_seconds_total{cpu="28"} 954154.887550763 node_schedstat_waiting_seconds_total{cpu="29"} 953986.934079159 node_schedstat_waiting_seconds_total{cpu="3"} 888178.908296359 node_schedstat_waiting_seconds_total{cpu="30"} 977601.555881473 node_schedstat_waiting_seconds_total{cpu="31"} 957744.214034935 node_schedstat_waiting_seconds_total{cpu="32"} 960206.863981969 node_schedstat_waiting_seconds_total{cpu="33"} 976022.553966862 node_schedstat_waiting_seconds_total{cpu="34"} 974676.978868485 node_schedstat_waiting_seconds_total{cpu="35"} 974159.006927734 node_schedstat_waiting_seconds_total{cpu="36"} 984619.584879963 node_schedstat_waiting_seconds_total{cpu="37"} 974303.656038851 node_schedstat_waiting_seconds_total{cpu="38"} 965716.775739404 node_schedstat_waiting_seconds_total{cpu="39"} 942226.811291108 node_schedstat_waiting_seconds_total{cpu="4"} 594233.551581428 node_schedstat_waiting_seconds_total{cpu="40"} 937379.53589206 node_schedstat_waiting_seconds_total{cpu="41"} 930062.649286345 node_schedstat_waiting_seconds_total{cpu="42"} 968295.162124727 node_schedstat_waiting_seconds_total{cpu="43"} 952073.716331971 node_schedstat_waiting_seconds_total{cpu="44"} 952455.952271905 node_schedstat_waiting_seconds_total{cpu="45"} 962279.623407307 node_schedstat_waiting_seconds_total{cpu="46"} 951394.410117006 node_schedstat_waiting_seconds_total{cpu="47"} 950929.77109909 node_schedstat_waiting_seconds_total{cpu="48"} 953261.53282803 node_schedstat_waiting_seconds_total{cpu="49"} 1.00569318880286e+06 node_schedstat_waiting_seconds_total{cpu="5"} 799045.289727895 node_schedstat_waiting_seconds_total{cpu="50"} 980123.426516115 node_schedstat_waiting_seconds_total{cpu="51"} 884626.347447269 node_schedstat_waiting_seconds_total{cpu="52"} 512414.913305387 node_schedstat_waiting_seconds_total{cpu="53"} 704334.259700383 node_schedstat_waiting_seconds_total{cpu="54"} 717067.120786783 node_schedstat_waiting_seconds_total{cpu="55"} 978095.394400865 node_schedstat_waiting_seconds_total{cpu="56"} 798908.84233588 node_schedstat_waiting_seconds_total{cpu="57"} 869165.392392093 node_schedstat_waiting_seconds_total{cpu="58"} 871891.897964463 node_schedstat_waiting_seconds_total{cpu="59"} 862333.777012519 node_schedstat_waiting_seconds_total{cpu="6"} 843366.230888288 node_schedstat_waiting_seconds_total{cpu="60"} 1.024607408997109e+06 node_schedstat_waiting_seconds_total{cpu="61"} 1.021547926524644e+06 node_schedstat_waiting_seconds_total{cpu="62"} 921262.397760028 node_schedstat_waiting_seconds_total{cpu="63"} 902707.672897013 node_schedstat_waiting_seconds_total{cpu="64"} 1.009941267960629e+06 node_schedstat_waiting_seconds_total{cpu="65"} 916124.112005043 node_schedstat_waiting_seconds_total{cpu="66"} 977564.737822006 node_schedstat_waiting_seconds_total{cpu="67"} 832867.371468382 node_schedstat_waiting_seconds_total{cpu="68"} 811979.74611256 node_schedstat_waiting_seconds_total{cpu="69"} 949063.974032588 node_schedstat_waiting_seconds_total{cpu="7"} 979586.5530684 node_schedstat_waiting_seconds_total{cpu="70"} 652470.413111308 node_schedstat_waiting_seconds_total{cpu="71"} 810484.918987733 node_schedstat_waiting_seconds_total{cpu="72"} 489721.846785146 node_schedstat_waiting_seconds_total{cpu="73"} 555139.550871533 node_schedstat_waiting_seconds_total{cpu="74"} 554923.184316474 node_schedstat_waiting_seconds_total{cpu="75"} 931682.083955387 node_schedstat_waiting_seconds_total{cpu="76"} 918252.301731544 node_schedstat_waiting_seconds_total{cpu="77"} 917744.088465121 node_schedstat_waiting_seconds_total{cpu="78"} 940618.112034284 node_schedstat_waiting_seconds_total{cpu="79"} 926083.264843643 node_schedstat_waiting_seconds_total{cpu="8"} 881777.3678003 node_schedstat_waiting_seconds_total{cpu="80"} 924191.215577816 node_schedstat_waiting_seconds_total{cpu="81"} 943537.124026388 node_schedstat_waiting_seconds_total{cpu="82"} 938498.859729607 node_schedstat_waiting_seconds_total{cpu="83"} 937984.087421209 node_schedstat_waiting_seconds_total{cpu="84"} 946060.598971064 node_schedstat_waiting_seconds_total{cpu="85"} 937786.810061749 node_schedstat_waiting_seconds_total{cpu="86"} 931607.213892494 node_schedstat_waiting_seconds_total{cpu="87"} 903453.521632095 node_schedstat_waiting_seconds_total{cpu="88"} 903709.423160326 node_schedstat_waiting_seconds_total{cpu="89"} 897336.620742632 node_schedstat_waiting_seconds_total{cpu="9"} 853336.891504745 node_schedstat_waiting_seconds_total{cpu="90"} 933792.525021506 node_schedstat_waiting_seconds_total{cpu="91"} 917828.36098634 node_schedstat_waiting_seconds_total{cpu="92"} 918441.443636409 node_schedstat_waiting_seconds_total{cpu="93"} 930571.354419923 node_schedstat_waiting_seconds_total{cpu="94"} 915697.967751003 node_schedstat_waiting_seconds_total{cpu="95"} 917207.763500161 # 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.001562052 node_scrape_collector_duration_seconds{collector="bcache"} 5.3681e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.7192e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.002648129 node_scrape_collector_duration_seconds{collector="conntrack"} 0.00060494 node_scrape_collector_duration_seconds{collector="cpu"} 0.031699955 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000961622 node_scrape_collector_duration_seconds{collector="diskstats"} 0.106788827 node_scrape_collector_duration_seconds{collector="dmi"} 2.0309e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.000581445 node_scrape_collector_duration_seconds{collector="entropy"} 0.000119365 node_scrape_collector_duration_seconds{collector="fibrechannel"} 2.9846e-05 node_scrape_collector_duration_seconds{collector="filefd"} 5.6206e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.110579117 node_scrape_collector_duration_seconds{collector="hwmon"} 0.023769586 node_scrape_collector_duration_seconds{collector="infiniband"} 1.2654e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 3.8683e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.02310215 node_scrape_collector_duration_seconds{collector="mdadm"} 7.1575e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000225876 node_scrape_collector_duration_seconds{collector="netclass"} 0.029689549 node_scrape_collector_duration_seconds{collector="netdev"} 0.087909262 node_scrape_collector_duration_seconds{collector="netstat"} 0.001090304 node_scrape_collector_duration_seconds{collector="nfs"} 0.000275599 node_scrape_collector_duration_seconds{collector="nfsd"} 4.5616e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000548313 node_scrape_collector_duration_seconds{collector="os"} 0.023049821 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.0909e-05 node_scrape_collector_duration_seconds{collector="pressure"} 5.2068e-05 node_scrape_collector_duration_seconds{collector="rapl"} 0.000337095 node_scrape_collector_duration_seconds{collector="schedstat"} 0.049755238 node_scrape_collector_duration_seconds{collector="selinux"} 5.1467e-05 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000218571 node_scrape_collector_duration_seconds{collector="softnet"} 0.000745936 node_scrape_collector_duration_seconds{collector="stat"} 0.001742502 node_scrape_collector_duration_seconds{collector="tapestats"} 3.0608e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.023064318 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.030923343 node_scrape_collector_duration_seconds{collector="time"} 0.000157637 node_scrape_collector_duration_seconds{collector="timex"} 2.0378e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000696933 node_scrape_collector_duration_seconds{collector="uname"} 1.1522e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000423578 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000273645 node_scrape_collector_duration_seconds{collector="xfs"} 0.067092468 node_scrape_collector_duration_seconds{collector="zfs"} 2.084e-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 155 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 8590 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 8410 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 1778 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 664 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 6 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 9 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 10168 # 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.1648128e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7376 # 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"} 7.099226e+06 node_softnet_processed_total{cpu="1"} 5.766567e+06 node_softnet_processed_total{cpu="10"} 6.9022383e+08 node_softnet_processed_total{cpu="11"} 1.71709946e+08 node_softnet_processed_total{cpu="12"} 1.508137966e+09 node_softnet_processed_total{cpu="13"} 5.4643151e+08 node_softnet_processed_total{cpu="14"} 6.503699e+06 node_softnet_processed_total{cpu="15"} 9.11274933e+08 node_softnet_processed_total{cpu="16"} 4.468917e+06 node_softnet_processed_total{cpu="17"} 1.323502838e+09 node_softnet_processed_total{cpu="18"} 1.705917496e+09 node_softnet_processed_total{cpu="19"} 3.673961722e+09 node_softnet_processed_total{cpu="2"} 2.95406412e+08 node_softnet_processed_total{cpu="20"} 3.406274903e+09 node_softnet_processed_total{cpu="21"} 5.56024693e+08 node_softnet_processed_total{cpu="22"} 5.076536e+06 node_softnet_processed_total{cpu="23"} 2.598863137e+09 node_softnet_processed_total{cpu="24"} 6.749856e+06 node_softnet_processed_total{cpu="25"} 6.118231e+06 node_softnet_processed_total{cpu="26"} 5.479043e+06 node_softnet_processed_total{cpu="27"} 4.735883e+06 node_softnet_processed_total{cpu="28"} 4.925119e+06 node_softnet_processed_total{cpu="29"} 4.901352e+06 node_softnet_processed_total{cpu="3"} 1.496234066e+09 node_softnet_processed_total{cpu="30"} 4.564878e+06 node_softnet_processed_total{cpu="31"} 4.949271e+06 node_softnet_processed_total{cpu="32"} 5.082132e+06 node_softnet_processed_total{cpu="33"} 4.573672e+06 node_softnet_processed_total{cpu="34"} 4.688816e+06 node_softnet_processed_total{cpu="35"} 4.694631e+06 node_softnet_processed_total{cpu="36"} 4.624444e+06 node_softnet_processed_total{cpu="37"} 4.69642e+06 node_softnet_processed_total{cpu="38"} 4.731274e+06 node_softnet_processed_total{cpu="39"} 4.536332e+06 node_softnet_processed_total{cpu="4"} 1.45201073e+09 node_softnet_processed_total{cpu="40"} 4.725409e+06 node_softnet_processed_total{cpu="41"} 4.70683e+06 node_softnet_processed_total{cpu="42"} 4.503139e+06 node_softnet_processed_total{cpu="43"} 4.722958e+06 node_softnet_processed_total{cpu="44"} 4.678554e+06 node_softnet_processed_total{cpu="45"} 4.478855e+06 node_softnet_processed_total{cpu="46"} 4.726834e+06 node_softnet_processed_total{cpu="47"} 4.700368e+06 node_softnet_processed_total{cpu="48"} 4.280988e+06 node_softnet_processed_total{cpu="49"} 1.170256792e+09 node_softnet_processed_total{cpu="5"} 1.386435665e+09 node_softnet_processed_total{cpu="50"} 2.699312545e+09 node_softnet_processed_total{cpu="51"} 6.864996e+06 node_softnet_processed_total{cpu="52"} 2.830436099e+09 node_softnet_processed_total{cpu="53"} 1.050684998e+09 node_softnet_processed_total{cpu="54"} 2.303911507e+09 node_softnet_processed_total{cpu="55"} 2.22208398e+08 node_softnet_processed_total{cpu="56"} 4.75311556e+08 node_softnet_processed_total{cpu="57"} 2.205960777e+09 node_softnet_processed_total{cpu="58"} 1.154173362e+09 node_softnet_processed_total{cpu="59"} 1.416528918e+09 node_softnet_processed_total{cpu="6"} 5.233562e+06 node_softnet_processed_total{cpu="60"} 2.987851041e+09 node_softnet_processed_total{cpu="61"} 7.38600984e+08 node_softnet_processed_total{cpu="62"} 1.862597898e+09 node_softnet_processed_total{cpu="63"} 3.945647424e+09 node_softnet_processed_total{cpu="64"} 2.299236585e+09 node_softnet_processed_total{cpu="65"} 4.57033357e+08 node_softnet_processed_total{cpu="66"} 2.783201796e+09 node_softnet_processed_total{cpu="67"} 3.370024748e+09 node_softnet_processed_total{cpu="68"} 1.856951039e+09 node_softnet_processed_total{cpu="69"} 1.148690609e+09 node_softnet_processed_total{cpu="7"} 1.505591064e+09 node_softnet_processed_total{cpu="70"} 3.427378758e+09 node_softnet_processed_total{cpu="71"} 1.30436197e+09 node_softnet_processed_total{cpu="72"} 5.313063e+06 node_softnet_processed_total{cpu="73"} 5.028554e+06 node_softnet_processed_total{cpu="74"} 4.82513e+06 node_softnet_processed_total{cpu="75"} 4.533079e+06 node_softnet_processed_total{cpu="76"} 4.819551e+06 node_softnet_processed_total{cpu="77"} 4.682275e+06 node_softnet_processed_total{cpu="78"} 9.280364e+06 node_softnet_processed_total{cpu="79"} 4.52909e+06 node_softnet_processed_total{cpu="8"} 4.51491295e+08 node_softnet_processed_total{cpu="80"} 4.399344e+06 node_softnet_processed_total{cpu="81"} 4.466578e+06 node_softnet_processed_total{cpu="82"} 4.976644e+06 node_softnet_processed_total{cpu="83"} 4.545568e+06 node_softnet_processed_total{cpu="84"} 4.422074e+06 node_softnet_processed_total{cpu="85"} 4.607312e+06 node_softnet_processed_total{cpu="86"} 4.894311e+06 node_softnet_processed_total{cpu="87"} 4.414693e+06 node_softnet_processed_total{cpu="88"} 1.3694049e+07 node_softnet_processed_total{cpu="89"} 4.606477e+06 node_softnet_processed_total{cpu="9"} 3.831802529e+09 node_softnet_processed_total{cpu="90"} 4.476689e+06 node_softnet_processed_total{cpu="91"} 4.60722e+06 node_softnet_processed_total{cpu="92"} 4.466145e+06 node_softnet_processed_total{cpu="93"} 4.756144e+06 node_softnet_processed_total{cpu="94"} 4.892929e+06 node_softnet_processed_total{cpu="95"} 4.550343e+06 # 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"} 112 node_softnet_times_squeezed_total{cpu="1"} 69 node_softnet_times_squeezed_total{cpu="10"} 10229 node_softnet_times_squeezed_total{cpu="11"} 8090 node_softnet_times_squeezed_total{cpu="12"} 3444 node_softnet_times_squeezed_total{cpu="13"} 2449 node_softnet_times_squeezed_total{cpu="14"} 94 node_softnet_times_squeezed_total{cpu="15"} 4786 node_softnet_times_squeezed_total{cpu="16"} 65 node_softnet_times_squeezed_total{cpu="17"} 393697 node_softnet_times_squeezed_total{cpu="18"} 6694 node_softnet_times_squeezed_total{cpu="19"} 190550 node_softnet_times_squeezed_total{cpu="2"} 786 node_softnet_times_squeezed_total{cpu="20"} 8876 node_softnet_times_squeezed_total{cpu="21"} 1911 node_softnet_times_squeezed_total{cpu="22"} 102 node_softnet_times_squeezed_total{cpu="23"} 8487 node_softnet_times_squeezed_total{cpu="24"} 298 node_softnet_times_squeezed_total{cpu="25"} 154 node_softnet_times_squeezed_total{cpu="26"} 182 node_softnet_times_squeezed_total{cpu="27"} 176 node_softnet_times_squeezed_total{cpu="28"} 195 node_softnet_times_squeezed_total{cpu="29"} 171 node_softnet_times_squeezed_total{cpu="3"} 43924 node_softnet_times_squeezed_total{cpu="30"} 179 node_softnet_times_squeezed_total{cpu="31"} 194 node_softnet_times_squeezed_total{cpu="32"} 162 node_softnet_times_squeezed_total{cpu="33"} 163 node_softnet_times_squeezed_total{cpu="34"} 179 node_softnet_times_squeezed_total{cpu="35"} 143 node_softnet_times_squeezed_total{cpu="36"} 132 node_softnet_times_squeezed_total{cpu="37"} 159 node_softnet_times_squeezed_total{cpu="38"} 211 node_softnet_times_squeezed_total{cpu="39"} 127 node_softnet_times_squeezed_total{cpu="4"} 476808 node_softnet_times_squeezed_total{cpu="40"} 168 node_softnet_times_squeezed_total{cpu="41"} 153 node_softnet_times_squeezed_total{cpu="42"} 143 node_softnet_times_squeezed_total{cpu="43"} 158 node_softnet_times_squeezed_total{cpu="44"} 164 node_softnet_times_squeezed_total{cpu="45"} 172 node_softnet_times_squeezed_total{cpu="46"} 190 node_softnet_times_squeezed_total{cpu="47"} 197 node_softnet_times_squeezed_total{cpu="48"} 80 node_softnet_times_squeezed_total{cpu="49"} 1852 node_softnet_times_squeezed_total{cpu="5"} 71711 node_softnet_times_squeezed_total{cpu="50"} 7131 node_softnet_times_squeezed_total{cpu="51"} 51 node_softnet_times_squeezed_total{cpu="52"} 48092 node_softnet_times_squeezed_total{cpu="53"} 4837 node_softnet_times_squeezed_total{cpu="54"} 409230 node_softnet_times_squeezed_total{cpu="55"} 538 node_softnet_times_squeezed_total{cpu="56"} 432805 node_softnet_times_squeezed_total{cpu="57"} 19064 node_softnet_times_squeezed_total{cpu="58"} 2192 node_softnet_times_squeezed_total{cpu="59"} 6009 node_softnet_times_squeezed_total{cpu="6"} 181 node_softnet_times_squeezed_total{cpu="60"} 6714 node_softnet_times_squeezed_total{cpu="61"} 19913 node_softnet_times_squeezed_total{cpu="62"} 378186 node_softnet_times_squeezed_total{cpu="63"} 192447 node_softnet_times_squeezed_total{cpu="64"} 53025 node_softnet_times_squeezed_total{cpu="65"} 1682 node_softnet_times_squeezed_total{cpu="66"} 5846 node_softnet_times_squeezed_total{cpu="67"} 12757 node_softnet_times_squeezed_total{cpu="68"} 389521 node_softnet_times_squeezed_total{cpu="69"} 61664 node_softnet_times_squeezed_total{cpu="7"} 4299 node_softnet_times_squeezed_total{cpu="70"} 496472 node_softnet_times_squeezed_total{cpu="71"} 3333 node_softnet_times_squeezed_total{cpu="72"} 294 node_softnet_times_squeezed_total{cpu="73"} 174 node_softnet_times_squeezed_total{cpu="74"} 114 node_softnet_times_squeezed_total{cpu="75"} 159 node_softnet_times_squeezed_total{cpu="76"} 184 node_softnet_times_squeezed_total{cpu="77"} 144 node_softnet_times_squeezed_total{cpu="78"} 1124 node_softnet_times_squeezed_total{cpu="79"} 178 node_softnet_times_squeezed_total{cpu="8"} 1066 node_softnet_times_squeezed_total{cpu="80"} 185 node_softnet_times_squeezed_total{cpu="81"} 168 node_softnet_times_squeezed_total{cpu="82"} 314 node_softnet_times_squeezed_total{cpu="83"} 159 node_softnet_times_squeezed_total{cpu="84"} 156 node_softnet_times_squeezed_total{cpu="85"} 139 node_softnet_times_squeezed_total{cpu="86"} 195 node_softnet_times_squeezed_total{cpu="87"} 132 node_softnet_times_squeezed_total{cpu="88"} 316 node_softnet_times_squeezed_total{cpu="89"} 144 node_softnet_times_squeezed_total{cpu="9"} 324651 node_softnet_times_squeezed_total{cpu="90"} 157 node_softnet_times_squeezed_total{cpu="91"} 151 node_softnet_times_squeezed_total{cpu="92"} 158 node_softnet_times_squeezed_total{cpu="93"} 149 node_softnet_times_squeezed_total{cpu="94"} 146 node_softnet_times_squeezed_total{cpu="95"} 176 # 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.7515163429553416e+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 1e-05 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0001087505645752 # 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.013579 # 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.009999 # 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-503.26.1.el9_5.x86_64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Mon Mar 3 05:56:39 EST 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 8285 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.51953787931e+12 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 1.38872721e+08 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.535435592373e+12 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.38756059804e+11 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP node_watchdog_bootstatus Value of /sys/class/watchdog//bootstatus # TYPE node_watchdog_bootstatus gauge node_watchdog_bootstatus{name="watchdog0"} 0 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="SP5100 TCO timer",name="watchdog0",options="",pretimeout_governor="",state="inactive",status="0x0"} 1 # HELP node_watchdog_nowayout Value of /sys/class/watchdog//nowayout # TYPE node_watchdog_nowayout gauge node_watchdog_nowayout{name="watchdog0"} 0 # HELP node_watchdog_timeleft_seconds Value of /sys/class/watchdog//timeleft # TYPE node_watchdog_timeleft_seconds gauge node_watchdog_timeleft_seconds{name="watchdog0"} 600 # HELP node_watchdog_timeout_seconds Value of /sys/class/watchdog//timeout # TYPE node_watchdog_timeout_seconds gauge node_watchdog_timeout_seconds{name="watchdog0"} 60 # HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="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"} 5.1397092e+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"} 1.03583627e+08 # 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"} 2.980466786e+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"} 9.94730472e+08 # HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem. # TYPE node_xfs_block_mapping_unmaps_total counter node_xfs_block_mapping_unmaps_total{device="nvme0n1"} 6.6981383e+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.767372404e+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"} 2.7255832e+07 # HELP node_xfs_directory_operation_getdents_total Number of times the directory getdents operation was performed for a filesystem. # TYPE node_xfs_directory_operation_getdents_total counter node_xfs_directory_operation_getdents_total{device="nvme0n1"} 3.17534678e+08 # HELP node_xfs_directory_operation_lookup_total Number of file name directory lookups which miss the operating systems directory name lookup cache. # TYPE node_xfs_directory_operation_lookup_total counter node_xfs_directory_operation_lookup_total{device="nvme0n1"} 4.9783712e+07 # HELP node_xfs_directory_operation_remove_total Number of times an existing directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_remove_total counter node_xfs_directory_operation_remove_total{device="nvme0n1"} 2.7249574e+07 # HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem. # TYPE node_xfs_extent_allocation_blocks_allocated_total counter node_xfs_extent_allocation_blocks_allocated_total{device="nvme0n1"} 2.398248084e+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"} 2.397882414e+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"} 4.4971432e+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"} 4.6301781e+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"} 2.7038053e+07 # HELP node_xfs_inode_operation_attribute_changes_total Number of times the OS explicitly changed the attributes of an XFS inode. # TYPE node_xfs_inode_operation_attribute_changes_total counter node_xfs_inode_operation_attribute_changes_total{device="nvme0n1"} 4.5065863e+07 # HELP node_xfs_inode_operation_duplicates_total Number of times the OS tried to add a missing XFS inode to the inode cache, but found it had already been added by another process. # TYPE node_xfs_inode_operation_duplicates_total counter node_xfs_inode_operation_duplicates_total{device="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"} 1.0436052e+07 # 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"} 1.6602001e+07 # HELP node_xfs_inode_operation_reclaims_total Number of times the OS reclaimed an XFS inode from the inode cache to free memory for another purpose. # TYPE node_xfs_inode_operation_reclaims_total counter node_xfs_inode_operation_reclaims_total{device="nvme0n1"} 1.6562805e+07 # HELP node_xfs_inode_operation_recycled_total Number of times the OS found an XFS inode in the cache, but could not use it as it was being recycled. # TYPE node_xfs_inode_operation_recycled_total counter node_xfs_inode_operation_recycled_total{device="nvme0n1"} 9 # 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.980159009e+09 # 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"} 39196 # 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"} 2.6595339e+07 # HELP node_xfs_vnode_release_total Number of times vn_rele called for a filesystem. # TYPE node_xfs_vnode_release_total counter node_xfs_vnode_release_total{device="nvme0n1"} 2.6595339e+07 # HELP node_xfs_vnode_remove_total Number of times vn_remove called for a filesystem. # TYPE node_xfs_vnode_remove_total counter node_xfs_vnode_remove_total{device="nvme0n1"} 2.6595339e+07 # HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem. # TYPE node_xfs_write_calls_total counter node_xfs_write_calls_total{device="nvme0n1"} 1.654225607e+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 27806.97 # 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.75397203752771e+14 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 7.04255759938693e+14 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.1010048e+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.74595134288e+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"} 1490 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"} 185578 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0