# 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.4247e-05 go_gc_duration_seconds{quantile="0.25"} 2.7342e-05 go_gc_duration_seconds{quantile="0.5"} 3.5758e-05 go_gc_duration_seconds{quantile="0.75"} 4.3762e-05 go_gc_duration_seconds{quantile="1"} 9.3367e-05 go_gc_duration_seconds_sum 10.916053396 go_gc_duration_seconds_count 262546 # 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.518624e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 8.64127912216e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.382216e+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 6.47074573e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.547448e+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.518624e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.8079744e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 6.152192e+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 49670 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 1.359872e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 2.4231936e+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.7579641792443247e+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 6.4707954e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 124800 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 102560 # 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 277440 # 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 9.271696e+06 # 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 587528 # 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 917504 # 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 917504 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 3.2068872e+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="cali16d13f3b842"} 1 node_arp_entries{device="cali218ae4a84f0"} 1 node_arp_entries{device="cali26bb92978dc"} 1 node_arp_entries{device="cali9c18b3beec5"} 1 node_arp_entries{device="calia8e07cb4a5e"} 1 node_arp_entries{device="eno33np0.3604"} 139 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.756310789e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 7.7267525936e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="32",type="Processor"} 0 node_cooling_device_cur_state{name="33",type="Processor"} 0 node_cooling_device_cur_state{name="34",type="Processor"} 0 node_cooling_device_cur_state{name="35",type="Processor"} 0 node_cooling_device_cur_state{name="36",type="Processor"} 0 node_cooling_device_cur_state{name="37",type="Processor"} 0 node_cooling_device_cur_state{name="38",type="Processor"} 0 node_cooling_device_cur_state{name="39",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="40",type="Processor"} 0 node_cooling_device_cur_state{name="41",type="Processor"} 0 node_cooling_device_cur_state{name="42",type="Processor"} 0 node_cooling_device_cur_state{name="43",type="Processor"} 0 node_cooling_device_cur_state{name="44",type="Processor"} 0 node_cooling_device_cur_state{name="45",type="Processor"} 0 node_cooling_device_cur_state{name="46",type="Processor"} 0 node_cooling_device_cur_state{name="47",type="Processor"} 0 node_cooling_device_cur_state{name="48",type="Processor"} 0 node_cooling_device_cur_state{name="49",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="50",type="Processor"} 0 node_cooling_device_cur_state{name="51",type="Processor"} 0 node_cooling_device_cur_state{name="52",type="Processor"} 0 node_cooling_device_cur_state{name="53",type="Processor"} 0 node_cooling_device_cur_state{name="54",type="Processor"} 0 node_cooling_device_cur_state{name="55",type="Processor"} 0 node_cooling_device_cur_state{name="56",type="Processor"} 0 node_cooling_device_cur_state{name="57",type="Processor"} 0 node_cooling_device_cur_state{name="58",type="Processor"} 0 node_cooling_device_cur_state{name="59",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="60",type="Processor"} 0 node_cooling_device_cur_state{name="61",type="Processor"} 0 node_cooling_device_cur_state{name="62",type="Processor"} 0 node_cooling_device_cur_state{name="63",type="Processor"} 0 node_cooling_device_cur_state{name="64",type="Processor"} 0 node_cooling_device_cur_state{name="65",type="Processor"} 0 node_cooling_device_cur_state{name="66",type="Processor"} 0 node_cooling_device_cur_state{name="67",type="Processor"} 0 node_cooling_device_cur_state{name="68",type="Processor"} 0 node_cooling_device_cur_state{name="69",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="70",type="Processor"} 0 node_cooling_device_cur_state{name="71",type="Processor"} 0 node_cooling_device_cur_state{name="72",type="Processor"} 0 node_cooling_device_cur_state{name="73",type="Processor"} 0 node_cooling_device_cur_state{name="74",type="Processor"} 0 node_cooling_device_cur_state{name="75",type="Processor"} 0 node_cooling_device_cur_state{name="76",type="Processor"} 0 node_cooling_device_cur_state{name="77",type="Processor"} 0 node_cooling_device_cur_state{name="78",type="Processor"} 0 node_cooling_device_cur_state{name="79",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="80",type="Processor"} 0 node_cooling_device_cur_state{name="81",type="Processor"} 0 node_cooling_device_cur_state{name="82",type="Processor"} 0 node_cooling_device_cur_state{name="83",type="Processor"} 0 node_cooling_device_cur_state{name="84",type="Processor"} 0 node_cooling_device_cur_state{name="85",type="Processor"} 0 node_cooling_device_cur_state{name="86",type="Processor"} 0 node_cooling_device_cur_state{name="87",type="Processor"} 0 node_cooling_device_cur_state{name="88",type="Processor"} 0 node_cooling_device_cur_state{name="89",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 node_cooling_device_cur_state{name="90",type="Processor"} 0 node_cooling_device_cur_state{name="91",type="Processor"} 0 node_cooling_device_cur_state{name="92",type="Processor"} 0 node_cooling_device_cur_state{name="93",type="Processor"} 0 node_cooling_device_cur_state{name="94",type="Processor"} 0 node_cooling_device_cur_state{name="95",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",type="Processor"} 0 node_cooling_device_max_state{name="16",type="Processor"} 0 node_cooling_device_max_state{name="17",type="Processor"} 0 node_cooling_device_max_state{name="18",type="Processor"} 0 node_cooling_device_max_state{name="19",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="20",type="Processor"} 0 node_cooling_device_max_state{name="21",type="Processor"} 0 node_cooling_device_max_state{name="22",type="Processor"} 0 node_cooling_device_max_state{name="23",type="Processor"} 0 node_cooling_device_max_state{name="24",type="Processor"} 0 node_cooling_device_max_state{name="25",type="Processor"} 0 node_cooling_device_max_state{name="26",type="Processor"} 0 node_cooling_device_max_state{name="27",type="Processor"} 0 node_cooling_device_max_state{name="28",type="Processor"} 0 node_cooling_device_max_state{name="29",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="30",type="Processor"} 0 node_cooling_device_max_state{name="31",type="Processor"} 0 node_cooling_device_max_state{name="32",type="Processor"} 0 node_cooling_device_max_state{name="33",type="Processor"} 0 node_cooling_device_max_state{name="34",type="Processor"} 0 node_cooling_device_max_state{name="35",type="Processor"} 0 node_cooling_device_max_state{name="36",type="Processor"} 0 node_cooling_device_max_state{name="37",type="Processor"} 0 node_cooling_device_max_state{name="38",type="Processor"} 0 node_cooling_device_max_state{name="39",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="40",type="Processor"} 0 node_cooling_device_max_state{name="41",type="Processor"} 0 node_cooling_device_max_state{name="42",type="Processor"} 0 node_cooling_device_max_state{name="43",type="Processor"} 0 node_cooling_device_max_state{name="44",type="Processor"} 0 node_cooling_device_max_state{name="45",type="Processor"} 0 node_cooling_device_max_state{name="46",type="Processor"} 0 node_cooling_device_max_state{name="47",type="Processor"} 0 node_cooling_device_max_state{name="48",type="Processor"} 0 node_cooling_device_max_state{name="49",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="50",type="Processor"} 0 node_cooling_device_max_state{name="51",type="Processor"} 0 node_cooling_device_max_state{name="52",type="Processor"} 0 node_cooling_device_max_state{name="53",type="Processor"} 0 node_cooling_device_max_state{name="54",type="Processor"} 0 node_cooling_device_max_state{name="55",type="Processor"} 0 node_cooling_device_max_state{name="56",type="Processor"} 0 node_cooling_device_max_state{name="57",type="Processor"} 0 node_cooling_device_max_state{name="58",type="Processor"} 0 node_cooling_device_max_state{name="59",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="60",type="Processor"} 0 node_cooling_device_max_state{name="61",type="Processor"} 0 node_cooling_device_max_state{name="62",type="Processor"} 0 node_cooling_device_max_state{name="63",type="Processor"} 0 node_cooling_device_max_state{name="64",type="Processor"} 0 node_cooling_device_max_state{name="65",type="Processor"} 0 node_cooling_device_max_state{name="66",type="Processor"} 0 node_cooling_device_max_state{name="67",type="Processor"} 0 node_cooling_device_max_state{name="68",type="Processor"} 0 node_cooling_device_max_state{name="69",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="70",type="Processor"} 0 node_cooling_device_max_state{name="71",type="Processor"} 0 node_cooling_device_max_state{name="72",type="Processor"} 0 node_cooling_device_max_state{name="73",type="Processor"} 0 node_cooling_device_max_state{name="74",type="Processor"} 0 node_cooling_device_max_state{name="75",type="Processor"} 0 node_cooling_device_max_state{name="76",type="Processor"} 0 node_cooling_device_max_state{name="77",type="Processor"} 0 node_cooling_device_max_state{name="78",type="Processor"} 0 node_cooling_device_max_state{name="79",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="80",type="Processor"} 0 node_cooling_device_max_state{name="81",type="Processor"} 0 node_cooling_device_max_state{name="82",type="Processor"} 0 node_cooling_device_max_state{name="83",type="Processor"} 0 node_cooling_device_max_state{name="84",type="Processor"} 0 node_cooling_device_max_state{name="85",type="Processor"} 0 node_cooling_device_max_state{name="86",type="Processor"} 0 node_cooling_device_max_state{name="87",type="Processor"} 0 node_cooling_device_max_state{name="88",type="Processor"} 0 node_cooling_device_max_state{name="89",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 node_cooling_device_max_state{name="90",type="Processor"} 0 node_cooling_device_max_state{name="91",type="Processor"} 0 node_cooling_device_max_state{name="92",type="Processor"} 0 node_cooling_device_max_state{name="93",type="Processor"} 0 node_cooling_device_max_state{name="94",type="Processor"} 0 node_cooling_device_max_state{name="95",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 0 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 0 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",mode="user"} 0 node_cpu_guest_seconds_total{cpu="16",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="16",mode="user"} 0 node_cpu_guest_seconds_total{cpu="17",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="17",mode="user"} 0 node_cpu_guest_seconds_total{cpu="18",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="18",mode="user"} 0 node_cpu_guest_seconds_total{cpu="19",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="19",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="20",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="20",mode="user"} 0 node_cpu_guest_seconds_total{cpu="21",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="21",mode="user"} 0 node_cpu_guest_seconds_total{cpu="22",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="22",mode="user"} 0 node_cpu_guest_seconds_total{cpu="23",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="23",mode="user"} 0 node_cpu_guest_seconds_total{cpu="24",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="24",mode="user"} 0 node_cpu_guest_seconds_total{cpu="25",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="25",mode="user"} 0 node_cpu_guest_seconds_total{cpu="26",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="26",mode="user"} 0 node_cpu_guest_seconds_total{cpu="27",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="27",mode="user"} 0 node_cpu_guest_seconds_total{cpu="28",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="28",mode="user"} 0 node_cpu_guest_seconds_total{cpu="29",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="29",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="30",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="30",mode="user"} 0 node_cpu_guest_seconds_total{cpu="31",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="31",mode="user"} 0 node_cpu_guest_seconds_total{cpu="32",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="32",mode="user"} 0 node_cpu_guest_seconds_total{cpu="33",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="33",mode="user"} 0 node_cpu_guest_seconds_total{cpu="34",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="34",mode="user"} 0 node_cpu_guest_seconds_total{cpu="35",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="35",mode="user"} 0 node_cpu_guest_seconds_total{cpu="36",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="36",mode="user"} 0 node_cpu_guest_seconds_total{cpu="37",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="37",mode="user"} 0 node_cpu_guest_seconds_total{cpu="38",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="38",mode="user"} 0 node_cpu_guest_seconds_total{cpu="39",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="39",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="40",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="40",mode="user"} 0 node_cpu_guest_seconds_total{cpu="41",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="41",mode="user"} 0 node_cpu_guest_seconds_total{cpu="42",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="42",mode="user"} 0 node_cpu_guest_seconds_total{cpu="43",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="43",mode="user"} 0 node_cpu_guest_seconds_total{cpu="44",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="44",mode="user"} 0 node_cpu_guest_seconds_total{cpu="45",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="45",mode="user"} 0 node_cpu_guest_seconds_total{cpu="46",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="46",mode="user"} 0 node_cpu_guest_seconds_total{cpu="47",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="47",mode="user"} 0 node_cpu_guest_seconds_total{cpu="48",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="48",mode="user"} 0 node_cpu_guest_seconds_total{cpu="49",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="49",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="50",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="50",mode="user"} 0 node_cpu_guest_seconds_total{cpu="51",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="51",mode="user"} 0 node_cpu_guest_seconds_total{cpu="52",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="52",mode="user"} 0 node_cpu_guest_seconds_total{cpu="53",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="53",mode="user"} 0 node_cpu_guest_seconds_total{cpu="54",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="54",mode="user"} 0 node_cpu_guest_seconds_total{cpu="55",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="55",mode="user"} 0 node_cpu_guest_seconds_total{cpu="56",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="56",mode="user"} 0 node_cpu_guest_seconds_total{cpu="57",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="57",mode="user"} 0 node_cpu_guest_seconds_total{cpu="58",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="58",mode="user"} 0 node_cpu_guest_seconds_total{cpu="59",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="59",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="60",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="60",mode="user"} 0 node_cpu_guest_seconds_total{cpu="61",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="61",mode="user"} 0 node_cpu_guest_seconds_total{cpu="62",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="62",mode="user"} 0 node_cpu_guest_seconds_total{cpu="63",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="63",mode="user"} 0 node_cpu_guest_seconds_total{cpu="64",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="64",mode="user"} 0 node_cpu_guest_seconds_total{cpu="65",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="65",mode="user"} 0 node_cpu_guest_seconds_total{cpu="66",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="66",mode="user"} 0 node_cpu_guest_seconds_total{cpu="67",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="67",mode="user"} 0 node_cpu_guest_seconds_total{cpu="68",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="68",mode="user"} 0 node_cpu_guest_seconds_total{cpu="69",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="69",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="70",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="70",mode="user"} 0 node_cpu_guest_seconds_total{cpu="71",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="71",mode="user"} 0 node_cpu_guest_seconds_total{cpu="72",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="72",mode="user"} 0 node_cpu_guest_seconds_total{cpu="73",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="73",mode="user"} 0 node_cpu_guest_seconds_total{cpu="74",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="74",mode="user"} 0 node_cpu_guest_seconds_total{cpu="75",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="75",mode="user"} 0 node_cpu_guest_seconds_total{cpu="76",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="76",mode="user"} 0 node_cpu_guest_seconds_total{cpu="77",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="77",mode="user"} 0 node_cpu_guest_seconds_total{cpu="78",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="78",mode="user"} 0 node_cpu_guest_seconds_total{cpu="79",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="79",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="80",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="80",mode="user"} 0 node_cpu_guest_seconds_total{cpu="81",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="81",mode="user"} 0 node_cpu_guest_seconds_total{cpu="82",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="82",mode="user"} 0 node_cpu_guest_seconds_total{cpu="83",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="83",mode="user"} 0 node_cpu_guest_seconds_total{cpu="84",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="84",mode="user"} 0 node_cpu_guest_seconds_total{cpu="85",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="85",mode="user"} 0 node_cpu_guest_seconds_total{cpu="86",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="86",mode="user"} 0 node_cpu_guest_seconds_total{cpu="87",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="87",mode="user"} 0 node_cpu_guest_seconds_total{cpu="88",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="88",mode="user"} 0 node_cpu_guest_seconds_total{cpu="89",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="89",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 node_cpu_guest_seconds_total{cpu="90",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="90",mode="user"} 0 node_cpu_guest_seconds_total{cpu="91",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="91",mode="user"} 0 node_cpu_guest_seconds_total{cpu="92",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="92",mode="user"} 0 node_cpu_guest_seconds_total{cpu="93",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="93",mode="user"} 0 node_cpu_guest_seconds_total{cpu="94",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="94",mode="user"} 0 node_cpu_guest_seconds_total{cpu="95",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="95",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 1.38675223e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 13317.56 node_cpu_seconds_total{cpu="0",mode="irq"} 2242.49 node_cpu_seconds_total{cpu="0",mode="nice"} 46846.3 node_cpu_seconds_total{cpu="0",mode="softirq"} 158963.11 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 15211.71 node_cpu_seconds_total{cpu="0",mode="user"} 12393.38 node_cpu_seconds_total{cpu="1",mode="idle"} 1.51581422e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 26315.66 node_cpu_seconds_total{cpu="1",mode="irq"} 8663.8 node_cpu_seconds_total{cpu="1",mode="nice"} 44740.51 node_cpu_seconds_total{cpu="1",mode="softirq"} 14441.62 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 17844.28 node_cpu_seconds_total{cpu="1",mode="user"} 20341.44 node_cpu_seconds_total{cpu="10",mode="idle"} 1.50872809e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 25237.9 node_cpu_seconds_total{cpu="10",mode="irq"} 2715.09 node_cpu_seconds_total{cpu="10",mode="nice"} 66794.06 node_cpu_seconds_total{cpu="10",mode="softirq"} 5941.06 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 21166.23 node_cpu_seconds_total{cpu="10",mode="user"} 19685.45 node_cpu_seconds_total{cpu="11",mode="idle"} 1.503043e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 25149.72 node_cpu_seconds_total{cpu="11",mode="irq"} 2444.73 node_cpu_seconds_total{cpu="11",mode="nice"} 83252.29 node_cpu_seconds_total{cpu="11",mode="softirq"} 742.57 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 17147.35 node_cpu_seconds_total{cpu="11",mode="user"} 18667.76 node_cpu_seconds_total{cpu="12",mode="idle"} 1.2035547e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 25610.84 node_cpu_seconds_total{cpu="12",mode="irq"} 4079.26 node_cpu_seconds_total{cpu="12",mode="nice"} 384792.4 node_cpu_seconds_total{cpu="12",mode="softirq"} 1287.46 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 18040.01 node_cpu_seconds_total{cpu="12",mode="user"} 13614.58 node_cpu_seconds_total{cpu="13",mode="idle"} 1.51521524e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 25908.68 node_cpu_seconds_total{cpu="13",mode="irq"} 2577.33 node_cpu_seconds_total{cpu="13",mode="nice"} 65336.7 node_cpu_seconds_total{cpu="13",mode="softirq"} 4568.77 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 18336.65 node_cpu_seconds_total{cpu="13",mode="user"} 18435.93 node_cpu_seconds_total{cpu="14",mode="idle"} 1.5126822e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 24700.88 node_cpu_seconds_total{cpu="14",mode="irq"} 2371.19 node_cpu_seconds_total{cpu="14",mode="nice"} 75083.45 node_cpu_seconds_total{cpu="14",mode="softirq"} 746.46 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 16817.18 node_cpu_seconds_total{cpu="14",mode="user"} 18068.8 node_cpu_seconds_total{cpu="15",mode="idle"} 1.18994418e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 24692.6 node_cpu_seconds_total{cpu="15",mode="irq"} 4181.23 node_cpu_seconds_total{cpu="15",mode="nice"} 398191.8 node_cpu_seconds_total{cpu="15",mode="softirq"} 1223.02 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 18918.63 node_cpu_seconds_total{cpu="15",mode="user"} 13798.46 node_cpu_seconds_total{cpu="16",mode="idle"} 1.51655817e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 24757.39 node_cpu_seconds_total{cpu="16",mode="irq"} 2334.15 node_cpu_seconds_total{cpu="16",mode="nice"} 69452.44 node_cpu_seconds_total{cpu="16",mode="softirq"} 789.41 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 17954.6 node_cpu_seconds_total{cpu="16",mode="user"} 18587.7 node_cpu_seconds_total{cpu="17",mode="idle"} 1.51400597e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 24591.12 node_cpu_seconds_total{cpu="17",mode="irq"} 2397.59 node_cpu_seconds_total{cpu="17",mode="nice"} 73055.36 node_cpu_seconds_total{cpu="17",mode="softirq"} 1839.63 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 16581.37 node_cpu_seconds_total{cpu="17",mode="user"} 17966.26 node_cpu_seconds_total{cpu="18",mode="idle"} 1.23910316e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 27682.45 node_cpu_seconds_total{cpu="18",mode="irq"} 3896.83 node_cpu_seconds_total{cpu="18",mode="nice"} 345182.24 node_cpu_seconds_total{cpu="18",mode="softirq"} 1954.5 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 18910.5 node_cpu_seconds_total{cpu="18",mode="user"} 14082.31 node_cpu_seconds_total{cpu="19",mode="idle"} 1.52297216e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 24977.52 node_cpu_seconds_total{cpu="19",mode="irq"} 2594.12 node_cpu_seconds_total{cpu="19",mode="nice"} 56614.63 node_cpu_seconds_total{cpu="19",mode="softirq"} 5595.78 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 18790.65 node_cpu_seconds_total{cpu="19",mode="user"} 18764.26 node_cpu_seconds_total{cpu="2",mode="idle"} 1.52299587e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 23767.85 node_cpu_seconds_total{cpu="2",mode="irq"} 2426.62 node_cpu_seconds_total{cpu="2",mode="nice"} 54888.11 node_cpu_seconds_total{cpu="2",mode="softirq"} 6853.79 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 17637.52 node_cpu_seconds_total{cpu="2",mode="user"} 20858.82 node_cpu_seconds_total{cpu="20",mode="idle"} 1.51025126e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 27048.48 node_cpu_seconds_total{cpu="20",mode="irq"} 3480.81 node_cpu_seconds_total{cpu="20",mode="nice"} 47278.95 node_cpu_seconds_total{cpu="20",mode="softirq"} 19232.03 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 23495.32 node_cpu_seconds_total{cpu="20",mode="user"} 19134.83 node_cpu_seconds_total{cpu="21",mode="idle"} 1.21220339e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 26017.6 node_cpu_seconds_total{cpu="21",mode="irq"} 4035.58 node_cpu_seconds_total{cpu="21",mode="nice"} 374928.43 node_cpu_seconds_total{cpu="21",mode="softirq"} 1098.61 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 18680.63 node_cpu_seconds_total{cpu="21",mode="user"} 13905.47 node_cpu_seconds_total{cpu="22",mode="idle"} 1.51547707e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 28030.73 node_cpu_seconds_total{cpu="22",mode="irq"} 2278.65 node_cpu_seconds_total{cpu="22",mode="nice"} 67306.53 node_cpu_seconds_total{cpu="22",mode="softirq"} 633.3 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 17938.55 node_cpu_seconds_total{cpu="22",mode="user"} 18659.56 node_cpu_seconds_total{cpu="23",mode="idle"} 1.51999296e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 24596.43 node_cpu_seconds_total{cpu="23",mode="irq"} 2253.18 node_cpu_seconds_total{cpu="23",mode="nice"} 69019.45 node_cpu_seconds_total{cpu="23",mode="softirq"} 587.74 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 16099.82 node_cpu_seconds_total{cpu="23",mode="user"} 17840.98 node_cpu_seconds_total{cpu="24",mode="idle"} 1.37021322e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 24374.85 node_cpu_seconds_total{cpu="24",mode="irq"} 3033.16 node_cpu_seconds_total{cpu="24",mode="nice"} 201777.93 node_cpu_seconds_total{cpu="24",mode="softirq"} 744.28 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 25116.92 node_cpu_seconds_total{cpu="24",mode="user"} 25594.97 node_cpu_seconds_total{cpu="25",mode="idle"} 1.50538695e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 20396.26 node_cpu_seconds_total{cpu="25",mode="irq"} 2180.23 node_cpu_seconds_total{cpu="25",mode="nice"} 74544.68 node_cpu_seconds_total{cpu="25",mode="softirq"} 568.01 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 19632.04 node_cpu_seconds_total{cpu="25",mode="user"} 27994.5 node_cpu_seconds_total{cpu="26",mode="idle"} 1.5186422e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 18591.78 node_cpu_seconds_total{cpu="26",mode="irq"} 2026.35 node_cpu_seconds_total{cpu="26",mode="nice"} 70084.37 node_cpu_seconds_total{cpu="26",mode="softirq"} 526.96 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 16099.63 node_cpu_seconds_total{cpu="26",mode="user"} 24767.24 node_cpu_seconds_total{cpu="27",mode="idle"} 1.30346957e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 14867.2 node_cpu_seconds_total{cpu="27",mode="irq"} 3158.63 node_cpu_seconds_total{cpu="27",mode="nice"} 301627.84 node_cpu_seconds_total{cpu="27",mode="softirq"} 621.18 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 14275.07 node_cpu_seconds_total{cpu="27",mode="user"} 13318 node_cpu_seconds_total{cpu="28",mode="idle"} 1.53703997e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 14636.65 node_cpu_seconds_total{cpu="28",mode="irq"} 1718.88 node_cpu_seconds_total{cpu="28",mode="nice"} 69623.84 node_cpu_seconds_total{cpu="28",mode="softirq"} 391.57 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 12497.03 node_cpu_seconds_total{cpu="28",mode="user"} 15152.81 node_cpu_seconds_total{cpu="29",mode="idle"} 1.52611254e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 13576.14 node_cpu_seconds_total{cpu="29",mode="irq"} 1807.25 node_cpu_seconds_total{cpu="29",mode="nice"} 82388.78 node_cpu_seconds_total{cpu="29",mode="softirq"} 401.78 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 11937.28 node_cpu_seconds_total{cpu="29",mode="user"} 14842.64 node_cpu_seconds_total{cpu="3",mode="idle"} 1.08089763e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 24284.98 node_cpu_seconds_total{cpu="3",mode="irq"} 4784.68 node_cpu_seconds_total{cpu="3",mode="nice"} 504376.92 node_cpu_seconds_total{cpu="3",mode="softirq"} 6230.11 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 17642.69 node_cpu_seconds_total{cpu="3",mode="user"} 12543.5 node_cpu_seconds_total{cpu="30",mode="idle"} 1.29781365e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 13666.5 node_cpu_seconds_total{cpu="30",mode="irq"} 3189.8 node_cpu_seconds_total{cpu="30",mode="nice"} 308634.6 node_cpu_seconds_total{cpu="30",mode="softirq"} 576.51 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 14223.11 node_cpu_seconds_total{cpu="30",mode="user"} 13252.66 node_cpu_seconds_total{cpu="31",mode="idle"} 1.51641833e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 15071.82 node_cpu_seconds_total{cpu="31",mode="irq"} 1830.89 node_cpu_seconds_total{cpu="31",mode="nice"} 89766.68 node_cpu_seconds_total{cpu="31",mode="softirq"} 391.84 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 12501.22 node_cpu_seconds_total{cpu="31",mode="user"} 15107.31 node_cpu_seconds_total{cpu="32",mode="idle"} 1.52073546e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 14000.4 node_cpu_seconds_total{cpu="32",mode="irq"} 1820.59 node_cpu_seconds_total{cpu="32",mode="nice"} 87513.19 node_cpu_seconds_total{cpu="32",mode="softirq"} 387.32 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 11894.23 node_cpu_seconds_total{cpu="32",mode="user"} 14700.24 node_cpu_seconds_total{cpu="33",mode="idle"} 1.28812167e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 14032.03 node_cpu_seconds_total{cpu="33",mode="irq"} 3246.58 node_cpu_seconds_total{cpu="33",mode="nice"} 318224.52 node_cpu_seconds_total{cpu="33",mode="softirq"} 523.44 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 14138.07 node_cpu_seconds_total{cpu="33",mode="user"} 13063.65 node_cpu_seconds_total{cpu="34",mode="idle"} 1.51017016e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 13976.56 node_cpu_seconds_total{cpu="34",mode="irq"} 1872.32 node_cpu_seconds_total{cpu="34",mode="nice"} 96958.62 node_cpu_seconds_total{cpu="34",mode="softirq"} 381.84 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 12709.35 node_cpu_seconds_total{cpu="34",mode="user"} 15032.15 node_cpu_seconds_total{cpu="35",mode="idle"} 1.51843835e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 12185.76 node_cpu_seconds_total{cpu="35",mode="irq"} 1849.34 node_cpu_seconds_total{cpu="35",mode="nice"} 91563.16 node_cpu_seconds_total{cpu="35",mode="softirq"} 379.05 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 11883.11 node_cpu_seconds_total{cpu="35",mode="user"} 14787.01 node_cpu_seconds_total{cpu="36",mode="idle"} 1.27068934e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 14910.83 node_cpu_seconds_total{cpu="36",mode="irq"} 3405.28 node_cpu_seconds_total{cpu="36",mode="nice"} 333849.68 node_cpu_seconds_total{cpu="36",mode="softirq"} 499.01 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 14660.37 node_cpu_seconds_total{cpu="36",mode="user"} 13386.92 node_cpu_seconds_total{cpu="37",mode="idle"} 1.5240395e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 13003.5 node_cpu_seconds_total{cpu="37",mode="irq"} 1812.81 node_cpu_seconds_total{cpu="37",mode="nice"} 83591.65 node_cpu_seconds_total{cpu="37",mode="softirq"} 406.22 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 13126.97 node_cpu_seconds_total{cpu="37",mode="user"} 14933.86 node_cpu_seconds_total{cpu="38",mode="idle"} 1.51516726e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 12328.91 node_cpu_seconds_total{cpu="38",mode="irq"} 1885.6 node_cpu_seconds_total{cpu="38",mode="nice"} 94903.49 node_cpu_seconds_total{cpu="38",mode="softirq"} 376.07 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 11734.85 node_cpu_seconds_total{cpu="38",mode="user"} 14720.22 node_cpu_seconds_total{cpu="39",mode="idle"} 1.27027322e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 13146.57 node_cpu_seconds_total{cpu="39",mode="irq"} 3405.08 node_cpu_seconds_total{cpu="39",mode="nice"} 336294.99 node_cpu_seconds_total{cpu="39",mode="softirq"} 482.27 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 14585.51 node_cpu_seconds_total{cpu="39",mode="user"} 13215.01 node_cpu_seconds_total{cpu="4",mode="idle"} 1.50788691e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 24232.53 node_cpu_seconds_total{cpu="4",mode="irq"} 2526.68 node_cpu_seconds_total{cpu="4",mode="nice"} 74990.56 node_cpu_seconds_total{cpu="4",mode="softirq"} 4781.52 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 17499.92 node_cpu_seconds_total{cpu="4",mode="user"} 18220.52 node_cpu_seconds_total{cpu="40",mode="idle"} 1.50399614e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 14101.17 node_cpu_seconds_total{cpu="40",mode="irq"} 1941.41 node_cpu_seconds_total{cpu="40",mode="nice"} 102916.88 node_cpu_seconds_total{cpu="40",mode="softirq"} 380.23 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 12739.68 node_cpu_seconds_total{cpu="40",mode="user"} 15037.87 node_cpu_seconds_total{cpu="41",mode="idle"} 1.50878292e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 13399.72 node_cpu_seconds_total{cpu="41",mode="irq"} 1912.93 node_cpu_seconds_total{cpu="41",mode="nice"} 99799.18 node_cpu_seconds_total{cpu="41",mode="softirq"} 377.66 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 12163.95 node_cpu_seconds_total{cpu="41",mode="user"} 14683.77 node_cpu_seconds_total{cpu="42",mode="idle"} 1.26297191e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 14370.24 node_cpu_seconds_total{cpu="42",mode="irq"} 3441.13 node_cpu_seconds_total{cpu="42",mode="nice"} 341962.74 node_cpu_seconds_total{cpu="42",mode="softirq"} 471.76 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 14945.51 node_cpu_seconds_total{cpu="42",mode="user"} 13241.14 node_cpu_seconds_total{cpu="43",mode="idle"} 1.50515934e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 14072.56 node_cpu_seconds_total{cpu="43",mode="irq"} 1922.25 node_cpu_seconds_total{cpu="43",mode="nice"} 101295.4 node_cpu_seconds_total{cpu="43",mode="softirq"} 378.58 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 13133.62 node_cpu_seconds_total{cpu="43",mode="user"} 15127.96 node_cpu_seconds_total{cpu="44",mode="idle"} 1.50327639e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 14710 node_cpu_seconds_total{cpu="44",mode="irq"} 1933.28 node_cpu_seconds_total{cpu="44",mode="nice"} 103829.63 node_cpu_seconds_total{cpu="44",mode="softirq"} 375.43 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 12276.54 node_cpu_seconds_total{cpu="44",mode="user"} 14695.24 node_cpu_seconds_total{cpu="45",mode="idle"} 1.2791971e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 14415.91 node_cpu_seconds_total{cpu="45",mode="irq"} 3346.41 node_cpu_seconds_total{cpu="45",mode="nice"} 325759.66 node_cpu_seconds_total{cpu="45",mode="softirq"} 453.83 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 14807.83 node_cpu_seconds_total{cpu="45",mode="user"} 13389.14 node_cpu_seconds_total{cpu="46",mode="idle"} 1.50868511e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 12996 node_cpu_seconds_total{cpu="46",mode="irq"} 1902.64 node_cpu_seconds_total{cpu="46",mode="nice"} 99195.6 node_cpu_seconds_total{cpu="46",mode="softirq"} 372.47 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 12826.64 node_cpu_seconds_total{cpu="46",mode="user"} 15117.47 node_cpu_seconds_total{cpu="47",mode="idle"} 1.51205119e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 12365.65 node_cpu_seconds_total{cpu="47",mode="irq"} 1890.88 node_cpu_seconds_total{cpu="47",mode="nice"} 97733.9 node_cpu_seconds_total{cpu="47",mode="softirq"} 374.83 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 12059.23 node_cpu_seconds_total{cpu="47",mode="user"} 14611.31 node_cpu_seconds_total{cpu="48",mode="idle"} 1.35092144e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 23891.22 node_cpu_seconds_total{cpu="48",mode="irq"} 3365.1 node_cpu_seconds_total{cpu="48",mode="nice"} 227330.42 node_cpu_seconds_total{cpu="48",mode="softirq"} 777.77 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 21050.94 node_cpu_seconds_total{cpu="48",mode="user"} 22661.65 node_cpu_seconds_total{cpu="49",mode="idle"} 1.53412614e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 22915.52 node_cpu_seconds_total{cpu="49",mode="irq"} 2070.63 node_cpu_seconds_total{cpu="49",mode="nice"} 50894.04 node_cpu_seconds_total{cpu="49",mode="softirq"} 475.05 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 16713.59 node_cpu_seconds_total{cpu="49",mode="user"} 23126.57 node_cpu_seconds_total{cpu="5",mode="idle"} 1.50593018e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 24278.92 node_cpu_seconds_total{cpu="5",mode="irq"} 2668.72 node_cpu_seconds_total{cpu="5",mode="nice"} 78050.84 node_cpu_seconds_total{cpu="5",mode="softirq"} 5189.59 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 16530.06 node_cpu_seconds_total{cpu="5",mode="user"} 17726.82 node_cpu_seconds_total{cpu="50",mode="idle"} 1.5443523e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 19025.59 node_cpu_seconds_total{cpu="50",mode="irq"} 2876.99 node_cpu_seconds_total{cpu="50",mode="nice"} 27864.13 node_cpu_seconds_total{cpu="50",mode="softirq"} 14887.85 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 19085.43 node_cpu_seconds_total{cpu="50",mode="user"} 21861.63 node_cpu_seconds_total{cpu="51",mode="idle"} 1.38266769e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 21061.89 node_cpu_seconds_total{cpu="51",mode="irq"} 3001.05 node_cpu_seconds_total{cpu="51",mode="nice"} 214385.97 node_cpu_seconds_total{cpu="51",mode="softirq"} 581.28 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 14450.63 node_cpu_seconds_total{cpu="51",mode="user"} 14603.49 node_cpu_seconds_total{cpu="52",mode="idle"} 1.54605435e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 21727.6 node_cpu_seconds_total{cpu="52",mode="irq"} 2111.8 node_cpu_seconds_total{cpu="52",mode="nice"} 46669.06 node_cpu_seconds_total{cpu="52",mode="softirq"} 478.72 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 15397.44 node_cpu_seconds_total{cpu="52",mode="user"} 18120.89 node_cpu_seconds_total{cpu="53",mode="idle"} 1.47774692e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 21698.71 node_cpu_seconds_total{cpu="53",mode="irq"} 2685.34 node_cpu_seconds_total{cpu="53",mode="nice"} 114434.89 node_cpu_seconds_total{cpu="53",mode="softirq"} 754.62 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 15537.35 node_cpu_seconds_total{cpu="53",mode="user"} 17647.46 node_cpu_seconds_total{cpu="54",mode="idle"} 1.43098988e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 23496.79 node_cpu_seconds_total{cpu="54",mode="irq"} 2711.95 node_cpu_seconds_total{cpu="54",mode="nice"} 161331.17 node_cpu_seconds_total{cpu="54",mode="softirq"} 779.65 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 15658.07 node_cpu_seconds_total{cpu="54",mode="user"} 15712.96 node_cpu_seconds_total{cpu="55",mode="idle"} 1.54655298e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 21785.18 node_cpu_seconds_total{cpu="55",mode="irq"} 2553.84 node_cpu_seconds_total{cpu="55",mode="nice"} 34651.05 node_cpu_seconds_total{cpu="55",mode="softirq"} 7281.23 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 18299.26 node_cpu_seconds_total{cpu="55",mode="user"} 19069.22 node_cpu_seconds_total{cpu="56",mode="idle"} 1.53479759e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 23070.96 node_cpu_seconds_total{cpu="56",mode="irq"} 2209.8 node_cpu_seconds_total{cpu="56",mode="nice"} 54008.92 node_cpu_seconds_total{cpu="56",mode="softirq"} 573.36 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 17066.32 node_cpu_seconds_total{cpu="56",mode="user"} 18781.43 node_cpu_seconds_total{cpu="57",mode="idle"} 1.46009129e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 24318.85 node_cpu_seconds_total{cpu="57",mode="irq"} 2779.68 node_cpu_seconds_total{cpu="57",mode="nice"} 125775.82 node_cpu_seconds_total{cpu="57",mode="softirq"} 4264.41 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 16724.68 node_cpu_seconds_total{cpu="57",mode="user"} 16368.48 node_cpu_seconds_total{cpu="58",mode="idle"} 1.53326679e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 25221.41 node_cpu_seconds_total{cpu="58",mode="irq"} 2186.69 node_cpu_seconds_total{cpu="58",mode="nice"} 54135.28 node_cpu_seconds_total{cpu="58",mode="softirq"} 543.68 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 16729.39 node_cpu_seconds_total{cpu="58",mode="user"} 18459.35 node_cpu_seconds_total{cpu="59",mode="idle"} 1.52141174e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 22671.44 node_cpu_seconds_total{cpu="59",mode="irq"} 2740.6 node_cpu_seconds_total{cpu="59",mode="nice"} 57248.58 node_cpu_seconds_total{cpu="59",mode="softirq"} 8681.2 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 18870.93 node_cpu_seconds_total{cpu="59",mode="user"} 18797.07 node_cpu_seconds_total{cpu="6",mode="idle"} 1.078442e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 24300.66 node_cpu_seconds_total{cpu="6",mode="irq"} 4818.53 node_cpu_seconds_total{cpu="6",mode="nice"} 509672.5 node_cpu_seconds_total{cpu="6",mode="softirq"} 2366.9 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 18536.6 node_cpu_seconds_total{cpu="6",mode="user"} 12972.81 node_cpu_seconds_total{cpu="60",mode="idle"} 1.34521302e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 23143.26 node_cpu_seconds_total{cpu="60",mode="irq"} 4052.53 node_cpu_seconds_total{cpu="60",mode="nice"} 229626.58 node_cpu_seconds_total{cpu="60",mode="softirq"} 12766.75 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 20342.68 node_cpu_seconds_total{cpu="60",mode="user"} 15402.89 node_cpu_seconds_total{cpu="61",mode="idle"} 1.52600584e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 27112.65 node_cpu_seconds_total{cpu="61",mode="irq"} 2293.84 node_cpu_seconds_total{cpu="61",mode="nice"} 57642.55 node_cpu_seconds_total{cpu="61",mode="softirq"} 640.1 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 17974.2 node_cpu_seconds_total{cpu="61",mode="user"} 18756.76 node_cpu_seconds_total{cpu="62",mode="idle"} 1.52489984e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 25560.69 node_cpu_seconds_total{cpu="62",mode="irq"} 2337.52 node_cpu_seconds_total{cpu="62",mode="nice"} 60635.85 node_cpu_seconds_total{cpu="62",mode="softirq"} 1164.43 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 17181.78 node_cpu_seconds_total{cpu="62",mode="user"} 18664.26 node_cpu_seconds_total{cpu="63",mode="idle"} 1.3860406e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 24581.01 node_cpu_seconds_total{cpu="63",mode="irq"} 3432.44 node_cpu_seconds_total{cpu="63",mode="nice"} 192688.62 node_cpu_seconds_total{cpu="63",mode="softirq"} 8567.16 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 19433.09 node_cpu_seconds_total{cpu="63",mode="user"} 15760.6 node_cpu_seconds_total{cpu="64",mode="idle"} 1.52794186e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 27626.53 node_cpu_seconds_total{cpu="64",mode="irq"} 2865.06 node_cpu_seconds_total{cpu="64",mode="nice"} 41623.34 node_cpu_seconds_total{cpu="64",mode="softirq"} 10235.91 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 20851.7 node_cpu_seconds_total{cpu="64",mode="user"} 19033.7 node_cpu_seconds_total{cpu="65",mode="idle"} 1.50123556e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 28423.32 node_cpu_seconds_total{cpu="65",mode="irq"} 3039.21 node_cpu_seconds_total{cpu="65",mode="nice"} 68363.9 node_cpu_seconds_total{cpu="65",mode="softirq"} 9737.66 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 20493.08 node_cpu_seconds_total{cpu="65",mode="user"} 19009.66 node_cpu_seconds_total{cpu="66",mode="idle"} 1.34932424e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 28918.69 node_cpu_seconds_total{cpu="66",mode="irq"} 3275.94 node_cpu_seconds_total{cpu="66",mode="nice"} 234257.75 node_cpu_seconds_total{cpu="66",mode="softirq"} 1290.2 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 17903.04 node_cpu_seconds_total{cpu="66",mode="user"} 15624.54 node_cpu_seconds_total{cpu="67",mode="idle"} 1.53212862e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 28955.12 node_cpu_seconds_total{cpu="67",mode="irq"} 2917.58 node_cpu_seconds_total{cpu="67",mode="nice"} 32794.64 node_cpu_seconds_total{cpu="67",mode="softirq"} 11057.01 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 22497.52 node_cpu_seconds_total{cpu="67",mode="user"} 19577.1 node_cpu_seconds_total{cpu="68",mode="idle"} 1.51048516e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 27630.34 node_cpu_seconds_total{cpu="68",mode="irq"} 2418.86 node_cpu_seconds_total{cpu="68",mode="nice"} 72093.98 node_cpu_seconds_total{cpu="68",mode="softirq"} 757.14 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 18440.5 node_cpu_seconds_total{cpu="68",mode="user"} 18459.48 node_cpu_seconds_total{cpu="69",mode="idle"} 1.39376377e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 23228.56 node_cpu_seconds_total{cpu="69",mode="irq"} 3479.35 node_cpu_seconds_total{cpu="69",mode="nice"} 186965.76 node_cpu_seconds_total{cpu="69",mode="softirq"} 7982.27 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 19123.32 node_cpu_seconds_total{cpu="69",mode="user"} 15835.75 node_cpu_seconds_total{cpu="7",mode="idle"} 1.50250868e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 23270.66 node_cpu_seconds_total{cpu="7",mode="irq"} 2736.09 node_cpu_seconds_total{cpu="7",mode="nice"} 77636.59 node_cpu_seconds_total{cpu="7",mode="softirq"} 5959.15 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 19558.82 node_cpu_seconds_total{cpu="7",mode="user"} 18694.24 node_cpu_seconds_total{cpu="70",mode="idle"} 1.52741254e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 29025.81 node_cpu_seconds_total{cpu="70",mode="irq"} 2550.96 node_cpu_seconds_total{cpu="70",mode="nice"} 48701.9 node_cpu_seconds_total{cpu="70",mode="softirq"} 6322.92 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 17896.82 node_cpu_seconds_total{cpu="70",mode="user"} 18336.33 node_cpu_seconds_total{cpu="71",mode="idle"} 1.50633201e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 25584.93 node_cpu_seconds_total{cpu="71",mode="irq"} 2890.28 node_cpu_seconds_total{cpu="71",mode="nice"} 67544.01 node_cpu_seconds_total{cpu="71",mode="softirq"} 8563.46 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 20626.91 node_cpu_seconds_total{cpu="71",mode="user"} 18623.13 node_cpu_seconds_total{cpu="72",mode="idle"} 1.44536768e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 19541.22 node_cpu_seconds_total{cpu="72",mode="irq"} 2360.13 node_cpu_seconds_total{cpu="72",mode="nice"} 145519.49 node_cpu_seconds_total{cpu="72",mode="softirq"} 455.62 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 16026.3 node_cpu_seconds_total{cpu="72",mode="user"} 21720.7 node_cpu_seconds_total{cpu="73",mode="idle"} 1.51918805e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 16926.73 node_cpu_seconds_total{cpu="73",mode="irq"} 1926.44 node_cpu_seconds_total{cpu="73",mode="nice"} 75770.19 node_cpu_seconds_total{cpu="73",mode="softirq"} 417.78 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 14943.88 node_cpu_seconds_total{cpu="73",mode="user"} 21739.42 node_cpu_seconds_total{cpu="74",mode="idle"} 1.46896688e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 16954.05 node_cpu_seconds_total{cpu="74",mode="irq"} 2250.58 node_cpu_seconds_total{cpu="74",mode="nice"} 127155.39 node_cpu_seconds_total{cpu="74",mode="softirq"} 418.19 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 14410.38 node_cpu_seconds_total{cpu="74",mode="user"} 20860.7 node_cpu_seconds_total{cpu="75",mode="idle"} 1.34436797e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 13669.24 node_cpu_seconds_total{cpu="75",mode="irq"} 2960.73 node_cpu_seconds_total{cpu="75",mode="nice"} 264289.1 node_cpu_seconds_total{cpu="75",mode="softirq"} 411.34 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 12174.71 node_cpu_seconds_total{cpu="75",mode="user"} 13431.5 node_cpu_seconds_total{cpu="76",mode="idle"} 1.47527278e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 15030.99 node_cpu_seconds_total{cpu="76",mode="irq"} 2129.19 node_cpu_seconds_total{cpu="76",mode="nice"} 131828.33 node_cpu_seconds_total{cpu="76",mode="softirq"} 359.21 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 11953.31 node_cpu_seconds_total{cpu="76",mode="user"} 14577.04 node_cpu_seconds_total{cpu="77",mode="idle"} 1.4862249e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 13688.29 node_cpu_seconds_total{cpu="77",mode="irq"} 2074.9 node_cpu_seconds_total{cpu="77",mode="nice"} 122183.39 node_cpu_seconds_total{cpu="77",mode="softirq"} 368.59 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 11996.74 node_cpu_seconds_total{cpu="77",mode="user"} 14618.21 node_cpu_seconds_total{cpu="78",mode="idle"} 1.41163577e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 12354.26 node_cpu_seconds_total{cpu="78",mode="irq"} 2546.31 node_cpu_seconds_total{cpu="78",mode="nice"} 198870.76 node_cpu_seconds_total{cpu="78",mode="softirq"} 446.52 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 11694.34 node_cpu_seconds_total{cpu="78",mode="user"} 13643.57 node_cpu_seconds_total{cpu="79",mode="idle"} 1.52900272e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 14360.4 node_cpu_seconds_total{cpu="79",mode="irq"} 1777.23 node_cpu_seconds_total{cpu="79",mode="nice"} 79156.49 node_cpu_seconds_total{cpu="79",mode="softirq"} 348.12 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 11711.18 node_cpu_seconds_total{cpu="79",mode="user"} 14735.88 node_cpu_seconds_total{cpu="8",mode="idle"} 1.49482635e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 24649.37 node_cpu_seconds_total{cpu="8",mode="irq"} 2634.99 node_cpu_seconds_total{cpu="8",mode="nice"} 88747.57 node_cpu_seconds_total{cpu="8",mode="softirq"} 3222 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 17793.64 node_cpu_seconds_total{cpu="8",mode="user"} 18539.74 node_cpu_seconds_total{cpu="80",mode="idle"} 1.38652078e+06 node_cpu_seconds_total{cpu="80",mode="iowait"} 13418.67 node_cpu_seconds_total{cpu="80",mode="irq"} 2760.95 node_cpu_seconds_total{cpu="80",mode="nice"} 222264.09 node_cpu_seconds_total{cpu="80",mode="softirq"} 377.87 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 11900.27 node_cpu_seconds_total{cpu="80",mode="user"} 14009.14 node_cpu_seconds_total{cpu="81",mode="idle"} 1.38891006e+06 node_cpu_seconds_total{cpu="81",mode="iowait"} 14138.91 node_cpu_seconds_total{cpu="81",mode="irq"} 2633.67 node_cpu_seconds_total{cpu="81",mode="nice"} 219065.53 node_cpu_seconds_total{cpu="81",mode="softirq"} 388.25 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 12279.65 node_cpu_seconds_total{cpu="81",mode="user"} 13829.36 node_cpu_seconds_total{cpu="82",mode="idle"} 1.51654069e+06 node_cpu_seconds_total{cpu="82",mode="iowait"} 13772.49 node_cpu_seconds_total{cpu="82",mode="irq"} 1854.16 node_cpu_seconds_total{cpu="82",mode="nice"} 91681.88 node_cpu_seconds_total{cpu="82",mode="softirq"} 358.34 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 12008.12 node_cpu_seconds_total{cpu="82",mode="user"} 14893.25 node_cpu_seconds_total{cpu="83",mode="idle"} 1.4676297e+06 node_cpu_seconds_total{cpu="83",mode="iowait"} 14276.84 node_cpu_seconds_total{cpu="83",mode="irq"} 2197.66 node_cpu_seconds_total{cpu="83",mode="nice"} 140252.5 node_cpu_seconds_total{cpu="83",mode="softirq"} 363.75 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 11856.42 node_cpu_seconds_total{cpu="83",mode="user"} 14565.54 node_cpu_seconds_total{cpu="84",mode="idle"} 1.41245506e+06 node_cpu_seconds_total{cpu="84",mode="iowait"} 13606.2 node_cpu_seconds_total{cpu="84",mode="irq"} 2544.2 node_cpu_seconds_total{cpu="84",mode="nice"} 196783.99 node_cpu_seconds_total{cpu="84",mode="softirq"} 379.12 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 11832.48 node_cpu_seconds_total{cpu="84",mode="user"} 13634.51 node_cpu_seconds_total{cpu="85",mode="idle"} 1.54023721e+06 node_cpu_seconds_total{cpu="85",mode="iowait"} 12716.47 node_cpu_seconds_total{cpu="85",mode="irq"} 1722.57 node_cpu_seconds_total{cpu="85",mode="nice"} 68752.75 node_cpu_seconds_total{cpu="85",mode="softirq"} 426.05 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 12169.51 node_cpu_seconds_total{cpu="85",mode="user"} 15043.33 node_cpu_seconds_total{cpu="86",mode="idle"} 1.47191736e+06 node_cpu_seconds_total{cpu="86",mode="iowait"} 13194.8 node_cpu_seconds_total{cpu="86",mode="irq"} 2191.26 node_cpu_seconds_total{cpu="86",mode="nice"} 137035.66 node_cpu_seconds_total{cpu="86",mode="softirq"} 362.75 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 11972.87 node_cpu_seconds_total{cpu="86",mode="user"} 14501.15 node_cpu_seconds_total{cpu="87",mode="idle"} 1.42566359e+06 node_cpu_seconds_total{cpu="87",mode="iowait"} 13482.65 node_cpu_seconds_total{cpu="87",mode="irq"} 2453.56 node_cpu_seconds_total{cpu="87",mode="nice"} 183392.33 node_cpu_seconds_total{cpu="87",mode="softirq"} 378.7 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 12026.78 node_cpu_seconds_total{cpu="87",mode="user"} 13817.84 node_cpu_seconds_total{cpu="88",mode="idle"} 1.52383017e+06 node_cpu_seconds_total{cpu="88",mode="iowait"} 14134.72 node_cpu_seconds_total{cpu="88",mode="irq"} 1819.8 node_cpu_seconds_total{cpu="88",mode="nice"} 83605.15 node_cpu_seconds_total{cpu="88",mode="softirq"} 356.02 node_cpu_seconds_total{cpu="88",mode="steal"} 0 node_cpu_seconds_total{cpu="88",mode="system"} 12331.65 node_cpu_seconds_total{cpu="88",mode="user"} 15026.91 node_cpu_seconds_total{cpu="89",mode="idle"} 1.50274022e+06 node_cpu_seconds_total{cpu="89",mode="iowait"} 13744.2 node_cpu_seconds_total{cpu="89",mode="irq"} 1973.65 node_cpu_seconds_total{cpu="89",mode="nice"} 105783.56 node_cpu_seconds_total{cpu="89",mode="softirq"} 354 node_cpu_seconds_total{cpu="89",mode="steal"} 0 node_cpu_seconds_total{cpu="89",mode="system"} 12007.77 node_cpu_seconds_total{cpu="89",mode="user"} 14556.56 node_cpu_seconds_total{cpu="9",mode="idle"} 1.09693816e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 26126.34 node_cpu_seconds_total{cpu="9",mode="irq"} 4744.49 node_cpu_seconds_total{cpu="9",mode="nice"} 489974.97 node_cpu_seconds_total{cpu="9",mode="softirq"} 1541.63 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 18695.93 node_cpu_seconds_total{cpu="9",mode="user"} 13150.53 node_cpu_seconds_total{cpu="90",mode="idle"} 1.472576e+06 node_cpu_seconds_total{cpu="90",mode="iowait"} 14144.48 node_cpu_seconds_total{cpu="90",mode="irq"} 2137.78 node_cpu_seconds_total{cpu="90",mode="nice"} 135476.93 node_cpu_seconds_total{cpu="90",mode="softirq"} 372.04 node_cpu_seconds_total{cpu="90",mode="steal"} 0 node_cpu_seconds_total{cpu="90",mode="system"} 12193.34 node_cpu_seconds_total{cpu="90",mode="user"} 14194.49 node_cpu_seconds_total{cpu="91",mode="idle"} 1.51140695e+06 node_cpu_seconds_total{cpu="91",mode="iowait"} 14793.57 node_cpu_seconds_total{cpu="91",mode="irq"} 1903.7 node_cpu_seconds_total{cpu="91",mode="nice"} 95301.25 node_cpu_seconds_total{cpu="91",mode="softirq"} 353.77 node_cpu_seconds_total{cpu="91",mode="steal"} 0 node_cpu_seconds_total{cpu="91",mode="system"} 12451.2 node_cpu_seconds_total{cpu="91",mode="user"} 14907.48 node_cpu_seconds_total{cpu="92",mode="idle"} 1.47994267e+06 node_cpu_seconds_total{cpu="92",mode="iowait"} 13291.17 node_cpu_seconds_total{cpu="92",mode="irq"} 2135.81 node_cpu_seconds_total{cpu="92",mode="nice"} 128857.72 node_cpu_seconds_total{cpu="92",mode="softirq"} 365.53 node_cpu_seconds_total{cpu="92",mode="steal"} 0 node_cpu_seconds_total{cpu="92",mode="system"} 11987.63 node_cpu_seconds_total{cpu="92",mode="user"} 14559.68 node_cpu_seconds_total{cpu="93",mode="idle"} 1.43558285e+06 node_cpu_seconds_total{cpu="93",mode="iowait"} 14338.59 node_cpu_seconds_total{cpu="93",mode="irq"} 2389.6 node_cpu_seconds_total{cpu="93",mode="nice"} 172347 node_cpu_seconds_total{cpu="93",mode="softirq"} 371.23 node_cpu_seconds_total{cpu="93",mode="steal"} 0 node_cpu_seconds_total{cpu="93",mode="system"} 12145.21 node_cpu_seconds_total{cpu="93",mode="user"} 14025.77 node_cpu_seconds_total{cpu="94",mode="idle"} 1.51766518e+06 node_cpu_seconds_total{cpu="94",mode="iowait"} 13062.7 node_cpu_seconds_total{cpu="94",mode="irq"} 1872.21 node_cpu_seconds_total{cpu="94",mode="nice"} 91256.59 node_cpu_seconds_total{cpu="94",mode="softirq"} 347.46 node_cpu_seconds_total{cpu="94",mode="steal"} 0 node_cpu_seconds_total{cpu="94",mode="system"} 12118.48 node_cpu_seconds_total{cpu="94",mode="user"} 14802.37 node_cpu_seconds_total{cpu="95",mode="idle"} 1.47538114e+06 node_cpu_seconds_total{cpu="95",mode="iowait"} 13528.31 node_cpu_seconds_total{cpu="95",mode="irq"} 2175.88 node_cpu_seconds_total{cpu="95",mode="nice"} 132217.44 node_cpu_seconds_total{cpu="95",mode="softirq"} 360.93 node_cpu_seconds_total{cpu="95",mode="steal"} 0 node_cpu_seconds_total{cpu="95",mode="system"} 12737.26 node_cpu_seconds_total{cpu="95",mode="user"} 14746.61 # 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-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-11",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-12",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-13",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-14",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-15",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-16",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-17",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-18",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-19",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-2",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-20",lv_layer="",lv_name="osd-block-6c24b616-593a-4518-9bd5-9299a91df9ab",name="ceph--84a585d5--e954--44ad--a468--4512b9ab8c5c-osd--block--6c24b616--593a--4518--9bd5--9299a91df9ab",uuid="LVM-NlL3sTeeIzryk6pRj2Q6Xd5G1n2HH2f5rhTwoo7I9wyltkpS85sZkgNrYTuQ5j61",vg_name="ceph-84a585d5-e954-44ad-a468-4512b9ab8c5c"} 1 node_disk_device_mapper_info{device="dm-21",lv_layer="",lv_name="osd-block-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-22",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-23",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-24",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-3",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-4",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-5",lv_layer="",lv_name="osd-db-2608b45a-beec-428a-b7e6-7a842529f99e",name="ceph--aee9ada0--abdb--4bd0--a4eb--7820c0567fd7-osd--db--2608b45a--beec--428a--b7e6--7a842529f99e",uuid="LVM-hXKHAYK26abL5j4mXeKWoclg1hApVNGlFZ0ziriWxlWhig881Yh816w1YHJS0ZHz",vg_name="ceph-aee9ada0-abdb-4bd0-a4eb-7820c0567fd7"} 1 node_disk_device_mapper_info{device="dm-6",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-7",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-8",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-9",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 # 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="5b4eda62-055a-44c3-929b-a5a8048d601d",version=""} 1 node_disk_filesystem_info{device="nvme1n1",type="xfs",usage="filesystem",uuid="958261b2-2fc0-45ba-9d60-7f9185913146",version=""} 1 node_disk_filesystem_info{device="nvme2n1",type="LVM2_member",usage="raid",uuid="OD1b2U-mDDV-pp5e-sG4A-j4vQ-TZd6-VnUfJF",version="LVM2 001"} 1 node_disk_filesystem_info{device="nvme3n1",type="LVM2_member",usage="raid",uuid="MdEr43-OdOh-hlRJ-NhnA-4f1Y-nAe8-ft8DsA",version="LVM2 001"} 1 node_disk_filesystem_info{device="sda",type="LVM2_member",usage="raid",uuid="3qi8lz-Fl33-258q-s1CN-1m7A-O2DA-DxGdG0",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdb",type="LVM2_member",usage="raid",uuid="KIVTHb-Nkni-0W4D-nPaW-9xtf-MPhm-uVbkYX",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdc",type="LVM2_member",usage="raid",uuid="gdeM2y-IAbk-6LVD-y8TA-3aYd-pggm-PnmHTr",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdd",type="LVM2_member",usage="raid",uuid="0CRmNV-nxA6-vh26-rxPy-YkiH-VB6f-ZTzq5B",version="LVM2 001"} 1 node_disk_filesystem_info{device="sde",type="LVM2_member",usage="raid",uuid="RtffXy-8GoP-U1kW-pDMY-s8rp-qIta-h1kRa0",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdf",type="LVM2_member",usage="raid",uuid="ZDesvO-PipY-GQWQ-83eQ-wPBW-yQI0-WW6kbF",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdg",type="LVM2_member",usage="raid",uuid="YfC5sE-53mN-5jDG-dDnX-4Kfm-DxfZ-fzXCH4",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdh",type="LVM2_member",usage="raid",uuid="D5lQng-EJ5w-Oy4l-9q2C-Savr-qPXt-S7tmkb",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="4PKUks-4XNq-620T-3fEI-0uy5-wKWO-RMhtOU",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"} 809948.091 node_disk_flush_requests_time_seconds_total{device="nvme3n1"} 53884.879 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"} 1142.0910000000001 # 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.15206203e+08 node_disk_flush_requests_total{device="nvme3n1"} 1.8413732e+07 node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 0 node_disk_flush_requests_total{device="sdc"} 0 node_disk_flush_requests_total{device="sdd"} 0 node_disk_flush_requests_total{device="sde"} 0 node_disk_flush_requests_total{device="sdf"} 0 node_disk_flush_requests_total{device="sdg"} 0 node_disk_flush_requests_total{device="sdh"} 0 node_disk_flush_requests_total{device="sdi"} 0 node_disk_flush_requests_total{device="sdj"} 0 node_disk_flush_requests_total{device="sdk"} 0 node_disk_flush_requests_total{device="sdl"} 0 node_disk_flush_requests_total{device="sdm"} 1.5490816e+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:02:00.0-nvme-1",revision="1.2.4",rotational="0",serial="PHAB113500ZQ1P9SGN",wwn="eui.01000000000000005cd2e4e049405351"} 1 node_disk_info{device="nvme1n1",major="259",minor="0",model="Dell Ent NVMe P5500 RI U.2 1.92TB",path="pci-0000:01:00.0-nvme-1",revision="1.2.4",rotational="0",serial="PHAB113500X61P9SGN",wwn="eui.01000000000000005cd2e4c448405351"} 1 node_disk_info{device="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:0:0",revision="EJ09",rotational="1",serial="11X0A070F9SH",wwn="0x5000039aa849a235"} 1 node_disk_info{device="sdb",major="8",minor="16",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:2:0",revision="EJ09",rotational="1",serial="11X0A0U9F9SH",wwn="0x5000039aa84a4fed"} 1 node_disk_info{device="sdc",major="8",minor="32",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="sdd",major="8",minor="48",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:3:0",revision="EJ09",rotational="1",serial="11X0A0UHF9SH",wwn="0x5000039aa84a50f5"} 1 node_disk_info{device="sde",major="8",minor="64",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:4:0",revision="EJ09",rotational="1",serial="11X0A0TZF9SH",wwn="0x5000039aa84a4b25"} 1 node_disk_info{device="sdf",major="8",minor="80",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:5:0",revision="EJ09",rotational="1",serial="11X0A053F9SH",wwn="0x5000039aa84997ad"} 1 node_disk_info{device="sdg",major="8",minor="96",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:6:0",revision="EJ09",rotational="1",serial="11X0A075F9SH",wwn="0x5000039aa849a2ed"} 1 node_disk_info{device="sdh",major="8",minor="112",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:9:0",revision="EJ09",rotational="1",serial="11X0A06LF9SH",wwn="0x5000039aa8499e5d"} 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:7:0",revision="EJ09",rotational="1",serial="11X0A0XEF9SH",wwn="0x5000039aa84a7a85"} 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"} 16 node_disk_io_now{device="dm-1"} 99 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"} 12 node_disk_io_now{device="dm-16"} 0 node_disk_io_now{device="dm-17"} 0 node_disk_io_now{device="dm-18"} 16 node_disk_io_now{device="dm-19"} 152 node_disk_io_now{device="dm-2"} 0 node_disk_io_now{device="dm-20"} 79 node_disk_io_now{device="dm-21"} 35 node_disk_io_now{device="dm-22"} 42 node_disk_io_now{device="dm-23"} 0 node_disk_io_now{device="dm-24"} 45 node_disk_io_now{device="dm-3"} 0 node_disk_io_now{device="dm-4"} 0 node_disk_io_now{device="dm-5"} 0 node_disk_io_now{device="dm-6"} 0 node_disk_io_now{device="dm-7"} 0 node_disk_io_now{device="dm-8"} 0 node_disk_io_now{device="dm-9"} 56 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"} 48 node_disk_io_now{device="sdb"} 6 node_disk_io_now{device="sdc"} 26 node_disk_io_now{device="sdd"} 0 node_disk_io_now{device="sde"} 89 node_disk_io_now{device="sdf"} 0 node_disk_io_now{device="sdg"} 6 node_disk_io_now{device="sdh"} 39 node_disk_io_now{device="sdi"} 8 node_disk_io_now{device="sdj"} 7 node_disk_io_now{device="sdk"} 74 node_disk_io_now{device="sdl"} 18 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.0178837320000001e+06 node_disk_io_time_seconds_total{device="dm-1"} 1.086415161e+06 node_disk_io_time_seconds_total{device="dm-10"} 77177.058 node_disk_io_time_seconds_total{device="dm-11"} 77425.541 node_disk_io_time_seconds_total{device="dm-12"} 83117.185 node_disk_io_time_seconds_total{device="dm-13"} 82928.601 node_disk_io_time_seconds_total{device="dm-14"} 75384.623 node_disk_io_time_seconds_total{device="dm-15"} 1.08033009e+06 node_disk_io_time_seconds_total{device="dm-16"} 65079.020000000004 node_disk_io_time_seconds_total{device="dm-17"} 1.032333833e+06 node_disk_io_time_seconds_total{device="dm-18"} 1.07034136e+06 node_disk_io_time_seconds_total{device="dm-19"} 1.117850769e+06 node_disk_io_time_seconds_total{device="dm-2"} 73788.982 node_disk_io_time_seconds_total{device="dm-20"} 1.2150585960000001e+06 node_disk_io_time_seconds_total{device="dm-21"} 1.040633096e+06 node_disk_io_time_seconds_total{device="dm-22"} 1.12592031e+06 node_disk_io_time_seconds_total{device="dm-23"} 1.092957706e+06 node_disk_io_time_seconds_total{device="dm-24"} 1.07942947e+06 node_disk_io_time_seconds_total{device="dm-3"} 79499.291 node_disk_io_time_seconds_total{device="dm-4"} 78588.167 node_disk_io_time_seconds_total{device="dm-5"} 76284.815 node_disk_io_time_seconds_total{device="dm-6"} 77305.046 node_disk_io_time_seconds_total{device="dm-7"} 72806.87700000001 node_disk_io_time_seconds_total{device="dm-8"} 83312.458 node_disk_io_time_seconds_total{device="dm-9"} 1.090073704e+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"} 0.084 node_disk_io_time_seconds_total{device="nvme1n1"} 14872.436 node_disk_io_time_seconds_total{device="nvme2n1"} 314835.224 node_disk_io_time_seconds_total{device="nvme3n1"} 65146.505000000005 node_disk_io_time_seconds_total{device="sda"} 1.2149987210000001e+06 node_disk_io_time_seconds_total{device="sdb"} 1.080249862e+06 node_disk_io_time_seconds_total{device="sdc"} 1.07934378e+06 node_disk_io_time_seconds_total{device="sdd"} 1.092899224e+06 node_disk_io_time_seconds_total{device="sde"} 1.117795817e+06 node_disk_io_time_seconds_total{device="sdf"} 1.032266528e+06 node_disk_io_time_seconds_total{device="sdg"} 1.070271546e+06 node_disk_io_time_seconds_total{device="sdh"} 1.090013028e+06 node_disk_io_time_seconds_total{device="sdi"} 1.017820645e+06 node_disk_io_time_seconds_total{device="sdj"} 1.0405366070000001e+06 node_disk_io_time_seconds_total{device="sdk"} 1.086360502e+06 node_disk_io_time_seconds_total{device="sdl"} 1.1258415860000001e+06 node_disk_io_time_seconds_total{device="sdm"} 16066.033 # 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"} 1.696152036e+06 node_disk_io_time_weighted_seconds_total{device="dm-1"} 89253.917 node_disk_io_time_weighted_seconds_total{device="dm-10"} 102143.214 node_disk_io_time_weighted_seconds_total{device="dm-11"} 102696.335 node_disk_io_time_weighted_seconds_total{device="dm-12"} 111604.445 node_disk_io_time_weighted_seconds_total{device="dm-13"} 113165.882 node_disk_io_time_weighted_seconds_total{device="dm-14"} 98416.90000000001 node_disk_io_time_weighted_seconds_total{device="dm-15"} 3.395949435e+06 node_disk_io_time_weighted_seconds_total{device="dm-16"} 114166.003 node_disk_io_time_weighted_seconds_total{device="dm-17"} 3.591132234e+06 node_disk_io_time_weighted_seconds_total{device="dm-18"} 3.045153325e+06 node_disk_io_time_weighted_seconds_total{device="dm-19"} 2.991825753e+06 node_disk_io_time_weighted_seconds_total{device="dm-2"} 98522.464 node_disk_io_time_weighted_seconds_total{device="dm-20"} 124146.519 node_disk_io_time_weighted_seconds_total{device="dm-21"} 3.695034913e+06 node_disk_io_time_weighted_seconds_total{device="dm-22"} 3.69793337e+06 node_disk_io_time_weighted_seconds_total{device="dm-23"} 2.205208229e+06 node_disk_io_time_weighted_seconds_total{device="dm-24"} 590241.826 node_disk_io_time_weighted_seconds_total{device="dm-3"} 100033.63100000001 node_disk_io_time_weighted_seconds_total{device="dm-4"} 102287.995 node_disk_io_time_weighted_seconds_total{device="dm-5"} 107878.289 node_disk_io_time_weighted_seconds_total{device="dm-6"} 103463.442 node_disk_io_time_weighted_seconds_total{device="dm-7"} 97956.70300000001 node_disk_io_time_weighted_seconds_total{device="dm-8"} 111007.818 node_disk_io_time_weighted_seconds_total{device="dm-9"} 532318.674 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"} 0.122 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 254958.56 node_disk_io_time_weighted_seconds_total{device="nvme2n1"} 1.755979361e+06 node_disk_io_time_weighted_seconds_total{device="nvme3n1"} 132306.433 node_disk_io_time_weighted_seconds_total{device="sda"} 3.747652895e+06 node_disk_io_time_weighted_seconds_total{device="sdb"} 3.455260875e+06 node_disk_io_time_weighted_seconds_total{device="sdc"} 1.551224465e+06 node_disk_io_time_weighted_seconds_total{device="sdd"} 2.056307041e+06 node_disk_io_time_weighted_seconds_total{device="sde"} 2.917345575e+06 node_disk_io_time_weighted_seconds_total{device="sdf"} 2.7378923880000003e+06 node_disk_io_time_weighted_seconds_total{device="sdg"} 189595.182 node_disk_io_time_weighted_seconds_total{device="sdh"} 1.5017744540000001e+06 node_disk_io_time_weighted_seconds_total{device="sdi"} 3.874106015e+06 node_disk_io_time_weighted_seconds_total{device="sdj"} 951202.791 node_disk_io_time_weighted_seconds_total{device="sdk"} 1.150011068e+06 node_disk_io_time_weighted_seconds_total{device="sdl"} 2.8735396580000003e+06 node_disk_io_time_weighted_seconds_total{device="sdm"} 33628.889 # 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"} 3.4826272301056e+13 node_disk_read_bytes_total{device="dm-1"} 3.750086619136e+13 node_disk_read_bytes_total{device="dm-10"} 1.20319373312e+11 node_disk_read_bytes_total{device="dm-11"} 1.14769383424e+11 node_disk_read_bytes_total{device="dm-12"} 1.50217342976e+11 node_disk_read_bytes_total{device="dm-13"} 1.25985267712e+11 node_disk_read_bytes_total{device="dm-14"} 9.67099392e+10 node_disk_read_bytes_total{device="dm-15"} 3.7088301203456e+13 node_disk_read_bytes_total{device="dm-16"} 1.27031975936e+11 node_disk_read_bytes_total{device="dm-17"} 3.46633294848e+13 node_disk_read_bytes_total{device="dm-18"} 3.740957380608e+13 node_disk_read_bytes_total{device="dm-19"} 3.8136241496064e+13 node_disk_read_bytes_total{device="dm-2"} 1.15524091904e+11 node_disk_read_bytes_total{device="dm-20"} 4.23715785728e+13 node_disk_read_bytes_total{device="dm-21"} 3.5547984293888e+13 node_disk_read_bytes_total{device="dm-22"} 3.9103931441152e+13 node_disk_read_bytes_total{device="dm-23"} 3.7802442940416e+13 node_disk_read_bytes_total{device="dm-24"} 3.761348544512e+13 node_disk_read_bytes_total{device="dm-3"} 1.2682717184e+11 node_disk_read_bytes_total{device="dm-4"} 1.33611159552e+11 node_disk_read_bytes_total{device="dm-5"} 1.54335916032e+11 node_disk_read_bytes_total{device="dm-6"} 1.3158408192e+11 node_disk_read_bytes_total{device="dm-7"} 1.20468533248e+11 node_disk_read_bytes_total{device="dm-8"} 1.47250122752e+11 node_disk_read_bytes_total{device="dm-9"} 3.8451740332032e+13 node_disk_read_bytes_total{device="nbd0"} 0 node_disk_read_bytes_total{device="nbd1"} 0 node_disk_read_bytes_total{device="nbd10"} 0 node_disk_read_bytes_total{device="nbd11"} 0 node_disk_read_bytes_total{device="nbd12"} 0 node_disk_read_bytes_total{device="nbd13"} 0 node_disk_read_bytes_total{device="nbd14"} 0 node_disk_read_bytes_total{device="nbd15"} 0 node_disk_read_bytes_total{device="nbd2"} 0 node_disk_read_bytes_total{device="nbd3"} 0 node_disk_read_bytes_total{device="nbd4"} 0 node_disk_read_bytes_total{device="nbd5"} 0 node_disk_read_bytes_total{device="nbd6"} 0 node_disk_read_bytes_total{device="nbd7"} 0 node_disk_read_bytes_total{device="nbd8"} 0 node_disk_read_bytes_total{device="nbd9"} 0 node_disk_read_bytes_total{device="nvme0n1"} 2.1639168e+07 node_disk_read_bytes_total{device="nvme1n1"} 2.8070488064e+10 node_disk_read_bytes_total{device="nvme2n1"} 1.537615683584e+12 node_disk_read_bytes_total{device="nvme3n1"} 1.27040937984e+11 node_disk_read_bytes_total{device="sda"} 4.2371587559424e+13 node_disk_read_bytes_total{device="sdb"} 3.7088310194176e+13 node_disk_read_bytes_total{device="sdc"} 3.7613494448128e+13 node_disk_read_bytes_total{device="sdd"} 3.7802451931136e+13 node_disk_read_bytes_total{device="sde"} 3.8136250486784e+13 node_disk_read_bytes_total{device="sdf"} 3.4663338487808e+13 node_disk_read_bytes_total{device="sdg"} 3.740958273536e+13 node_disk_read_bytes_total{device="sdh"} 3.845174945792e+13 node_disk_read_bytes_total{device="sdi"} 3.4826281291776e+13 node_disk_read_bytes_total{device="sdj"} 3.5547993300992e+13 node_disk_read_bytes_total{device="sdk"} 3.7500875186176e+13 node_disk_read_bytes_total{device="sdl"} 3.9103940431872e+13 node_disk_read_bytes_total{device="sdm"} 1.6560629248e+12 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 165869.096 node_disk_read_time_seconds_total{device="dm-1"} 2.780581671e+06 node_disk_read_time_seconds_total{device="dm-10"} 1734.051 node_disk_read_time_seconds_total{device="dm-11"} 1821.121 node_disk_read_time_seconds_total{device="dm-12"} 2655.908 node_disk_read_time_seconds_total{device="dm-13"} 2254.947 node_disk_read_time_seconds_total{device="dm-14"} 2051.759 node_disk_read_time_seconds_total{device="dm-15"} 1.7737744780000001e+06 node_disk_read_time_seconds_total{device="dm-16"} 12428.169 node_disk_read_time_seconds_total{device="dm-17"} 2.54493389e+06 node_disk_read_time_seconds_total{device="dm-18"} 1.62935434e+06 node_disk_read_time_seconds_total{device="dm-19"} 1.3037334440000001e+06 node_disk_read_time_seconds_total{device="dm-2"} 2026.339 node_disk_read_time_seconds_total{device="dm-20"} 3.053917195e+06 node_disk_read_time_seconds_total{device="dm-21"} 2.427830271e+06 node_disk_read_time_seconds_total{device="dm-22"} 1.5834469270000001e+06 node_disk_read_time_seconds_total{device="dm-23"} 141240.54200000002 node_disk_read_time_seconds_total{device="dm-24"} 3.5861960700000003e+06 node_disk_read_time_seconds_total{device="dm-3"} 2337.055 node_disk_read_time_seconds_total{device="dm-4"} 2383.611 node_disk_read_time_seconds_total{device="dm-5"} 2555.851 node_disk_read_time_seconds_total{device="dm-6"} 2345.764 node_disk_read_time_seconds_total{device="dm-7"} 2187.053 node_disk_read_time_seconds_total{device="dm-8"} 2271.64 node_disk_read_time_seconds_total{device="dm-9"} 3.199329624e+06 node_disk_read_time_seconds_total{device="nbd0"} 0 node_disk_read_time_seconds_total{device="nbd1"} 0 node_disk_read_time_seconds_total{device="nbd10"} 0 node_disk_read_time_seconds_total{device="nbd11"} 0 node_disk_read_time_seconds_total{device="nbd12"} 0 node_disk_read_time_seconds_total{device="nbd13"} 0 node_disk_read_time_seconds_total{device="nbd14"} 0 node_disk_read_time_seconds_total{device="nbd15"} 0 node_disk_read_time_seconds_total{device="nbd2"} 0 node_disk_read_time_seconds_total{device="nbd3"} 0 node_disk_read_time_seconds_total{device="nbd4"} 0 node_disk_read_time_seconds_total{device="nbd5"} 0 node_disk_read_time_seconds_total{device="nbd6"} 0 node_disk_read_time_seconds_total{device="nbd7"} 0 node_disk_read_time_seconds_total{device="nbd8"} 0 node_disk_read_time_seconds_total{device="nbd9"} 0 node_disk_read_time_seconds_total{device="nvme0n1"} 0.122 node_disk_read_time_seconds_total{device="nvme1n1"} 159.228 node_disk_read_time_seconds_total{device="nvme2n1"} 26714.892 node_disk_read_time_seconds_total{device="nvme3n1"} 8038.759 node_disk_read_time_seconds_total{device="sda"} 3.624725114e+06 node_disk_read_time_seconds_total{device="sdb"} 3.313241899e+06 node_disk_read_time_seconds_total{device="sdc"} 1.434780351e+06 node_disk_read_time_seconds_total{device="sdd"} 1.888747534e+06 node_disk_read_time_seconds_total{device="sde"} 2.7706802830000003e+06 node_disk_read_time_seconds_total{device="sdf"} 2.637841973e+06 node_disk_read_time_seconds_total{device="sdg"} 66634.37 node_disk_read_time_seconds_total{device="sdh"} 1.3680953900000001e+06 node_disk_read_time_seconds_total{device="sdi"} 3.738342904e+06 node_disk_read_time_seconds_total{device="sdj"} 834931.203 node_disk_read_time_seconds_total{device="sdk"} 1.017530297e+06 node_disk_read_time_seconds_total{device="sdl"} 2.701297937e+06 node_disk_read_time_seconds_total{device="sdm"} 17709.167 # 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"} 5.57895788e+08 node_disk_reads_completed_total{device="dm-1"} 6.02009383e+08 node_disk_reads_completed_total{device="dm-10"} 4.72763e+06 node_disk_reads_completed_total{device="dm-11"} 4.781199e+06 node_disk_reads_completed_total{device="dm-12"} 6.357992e+06 node_disk_reads_completed_total{device="dm-13"} 5.26895e+06 node_disk_reads_completed_total{device="dm-14"} 4.709711e+06 node_disk_reads_completed_total{device="dm-15"} 5.95874487e+08 node_disk_reads_completed_total{device="dm-16"} 8.217878e+06 node_disk_reads_completed_total{device="dm-17"} 5.57750324e+08 node_disk_reads_completed_total{device="dm-18"} 5.98343773e+08 node_disk_reads_completed_total{device="dm-19"} 6.12351605e+08 node_disk_reads_completed_total{device="dm-2"} 5.276327e+06 node_disk_reads_completed_total{device="dm-20"} 6.79223044e+08 node_disk_reads_completed_total{device="dm-21"} 5.70769575e+08 node_disk_reads_completed_total{device="dm-22"} 6.28741485e+08 node_disk_reads_completed_total{device="dm-23"} 6.07560677e+08 node_disk_reads_completed_total{device="dm-24"} 6.03067409e+08 node_disk_reads_completed_total{device="dm-3"} 5.828728e+06 node_disk_reads_completed_total{device="dm-4"} 5.705888e+06 node_disk_reads_completed_total{device="dm-5"} 6.309973e+06 node_disk_reads_completed_total{device="dm-6"} 5.842778e+06 node_disk_reads_completed_total{device="dm-7"} 5.263498e+06 node_disk_reads_completed_total{device="dm-8"} 5.29853e+06 node_disk_reads_completed_total{device="dm-9"} 6.17952507e+08 node_disk_reads_completed_total{device="nbd0"} 0 node_disk_reads_completed_total{device="nbd1"} 0 node_disk_reads_completed_total{device="nbd10"} 0 node_disk_reads_completed_total{device="nbd11"} 0 node_disk_reads_completed_total{device="nbd12"} 0 node_disk_reads_completed_total{device="nbd13"} 0 node_disk_reads_completed_total{device="nbd14"} 0 node_disk_reads_completed_total{device="nbd15"} 0 node_disk_reads_completed_total{device="nbd2"} 0 node_disk_reads_completed_total{device="nbd3"} 0 node_disk_reads_completed_total{device="nbd4"} 0 node_disk_reads_completed_total{device="nbd5"} 0 node_disk_reads_completed_total{device="nbd6"} 0 node_disk_reads_completed_total{device="nbd7"} 0 node_disk_reads_completed_total{device="nbd8"} 0 node_disk_reads_completed_total{device="nbd9"} 0 node_disk_reads_completed_total{device="nvme0n1"} 986 node_disk_reads_completed_total{device="nvme1n1"} 691209 node_disk_reads_completed_total{device="nvme2n1"} 6.5373835e+07 node_disk_reads_completed_total{device="nvme3n1"} 5.440651e+06 node_disk_reads_completed_total{device="sda"} 3.65237819e+08 node_disk_reads_completed_total{device="sdb"} 3.29144732e+08 node_disk_reads_completed_total{device="sdc"} 3.2318523e+08 node_disk_reads_completed_total{device="sdd"} 3.25571312e+08 node_disk_reads_completed_total{device="sde"} 3.34733507e+08 node_disk_reads_completed_total{device="sdf"} 2.99196328e+08 node_disk_reads_completed_total{device="sdg"} 3.17269214e+08 node_disk_reads_completed_total{device="sdh"} 3.32906362e+08 node_disk_reads_completed_total{device="sdi"} 2.99432753e+08 node_disk_reads_completed_total{device="sdj"} 3.07955648e+08 node_disk_reads_completed_total{device="sdk"} 3.25297733e+08 node_disk_reads_completed_total{device="sdl"} 3.37792385e+08 node_disk_reads_completed_total{device="sdm"} 5.4628077e+07 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="dm-0"} 0 node_disk_reads_merged_total{device="dm-1"} 0 node_disk_reads_merged_total{device="dm-10"} 0 node_disk_reads_merged_total{device="dm-11"} 0 node_disk_reads_merged_total{device="dm-12"} 0 node_disk_reads_merged_total{device="dm-13"} 0 node_disk_reads_merged_total{device="dm-14"} 0 node_disk_reads_merged_total{device="dm-15"} 0 node_disk_reads_merged_total{device="dm-16"} 0 node_disk_reads_merged_total{device="dm-17"} 0 node_disk_reads_merged_total{device="dm-18"} 0 node_disk_reads_merged_total{device="dm-19"} 0 node_disk_reads_merged_total{device="dm-2"} 0 node_disk_reads_merged_total{device="dm-20"} 0 node_disk_reads_merged_total{device="dm-21"} 0 node_disk_reads_merged_total{device="dm-22"} 0 node_disk_reads_merged_total{device="dm-23"} 0 node_disk_reads_merged_total{device="dm-24"} 0 node_disk_reads_merged_total{device="dm-3"} 0 node_disk_reads_merged_total{device="dm-4"} 0 node_disk_reads_merged_total{device="dm-5"} 0 node_disk_reads_merged_total{device="dm-6"} 0 node_disk_reads_merged_total{device="dm-7"} 0 node_disk_reads_merged_total{device="dm-8"} 0 node_disk_reads_merged_total{device="dm-9"} 0 node_disk_reads_merged_total{device="nbd0"} 0 node_disk_reads_merged_total{device="nbd1"} 0 node_disk_reads_merged_total{device="nbd10"} 0 node_disk_reads_merged_total{device="nbd11"} 0 node_disk_reads_merged_total{device="nbd12"} 0 node_disk_reads_merged_total{device="nbd13"} 0 node_disk_reads_merged_total{device="nbd14"} 0 node_disk_reads_merged_total{device="nbd15"} 0 node_disk_reads_merged_total{device="nbd2"} 0 node_disk_reads_merged_total{device="nbd3"} 0 node_disk_reads_merged_total{device="nbd4"} 0 node_disk_reads_merged_total{device="nbd5"} 0 node_disk_reads_merged_total{device="nbd6"} 0 node_disk_reads_merged_total{device="nbd7"} 0 node_disk_reads_merged_total{device="nbd8"} 0 node_disk_reads_merged_total{device="nbd9"} 0 node_disk_reads_merged_total{device="nvme0n1"} 0 node_disk_reads_merged_total{device="nvme1n1"} 40 node_disk_reads_merged_total{device="nvme2n1"} 0 node_disk_reads_merged_total{device="nvme3n1"} 2.777429e+06 node_disk_reads_merged_total{device="sda"} 3.13985422e+08 node_disk_reads_merged_total{device="sdb"} 2.66729928e+08 node_disk_reads_merged_total{device="sdc"} 2.79882367e+08 node_disk_reads_merged_total{device="sdd"} 2.81989532e+08 node_disk_reads_merged_total{device="sde"} 2.77618328e+08 node_disk_reads_merged_total{device="sdf"} 2.58554165e+08 node_disk_reads_merged_total{device="sdg"} 2.81074729e+08 node_disk_reads_merged_total{device="sdh"} 2.85046331e+08 node_disk_reads_merged_total{device="sdi"} 2.5846321e+08 node_disk_reads_merged_total{device="sdj"} 2.62814125e+08 node_disk_reads_merged_total{device="sdk"} 2.76711843e+08 node_disk_reads_merged_total{device="sdl"} 2.90949291e+08 node_disk_reads_merged_total{device="sdm"} 238145 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="dm-0"} 1.53028294e+06 node_disk_write_time_seconds_total{device="dm-1"} 1.6036395420000001e+06 node_disk_write_time_seconds_total{device="dm-10"} 100409.163 node_disk_write_time_seconds_total{device="dm-11"} 100875.214 node_disk_write_time_seconds_total{device="dm-12"} 108948.537 node_disk_write_time_seconds_total{device="dm-13"} 110910.935 node_disk_write_time_seconds_total{device="dm-14"} 96365.141 node_disk_write_time_seconds_total{device="dm-15"} 1.622174957e+06 node_disk_write_time_seconds_total{device="dm-16"} 101737.834 node_disk_write_time_seconds_total{device="dm-17"} 1.046198344e+06 node_disk_write_time_seconds_total{device="dm-18"} 1.415798985e+06 node_disk_write_time_seconds_total{device="dm-19"} 1.6880923090000001e+06 node_disk_write_time_seconds_total{device="dm-2"} 96496.125 node_disk_write_time_seconds_total{device="dm-20"} 1.36519662e+06 node_disk_write_time_seconds_total{device="dm-21"} 1.267204642e+06 node_disk_write_time_seconds_total{device="dm-22"} 2.114486443e+06 node_disk_write_time_seconds_total{device="dm-23"} 2.0639676870000002e+06 node_disk_write_time_seconds_total{device="dm-24"} 1.2990130520000001e+06 node_disk_write_time_seconds_total{device="dm-3"} 97696.576 node_disk_write_time_seconds_total{device="dm-4"} 99904.384 node_disk_write_time_seconds_total{device="dm-5"} 105322.43800000001 node_disk_write_time_seconds_total{device="dm-6"} 101117.678 node_disk_write_time_seconds_total{device="dm-7"} 95769.65000000001 node_disk_write_time_seconds_total{device="dm-8"} 108736.178 node_disk_write_time_seconds_total{device="dm-9"} 1.6279563460000001e+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"} 0 node_disk_write_time_seconds_total{device="nvme1n1"} 254799.332 node_disk_write_time_seconds_total{device="nvme2n1"} 919316.377 node_disk_write_time_seconds_total{device="nvme3n1"} 70382.794 node_disk_write_time_seconds_total{device="sda"} 122927.78 node_disk_write_time_seconds_total{device="sdb"} 142018.975 node_disk_write_time_seconds_total{device="sdc"} 116444.114 node_disk_write_time_seconds_total{device="sdd"} 167559.507 node_disk_write_time_seconds_total{device="sde"} 146665.291 node_disk_write_time_seconds_total{device="sdf"} 100050.41500000001 node_disk_write_time_seconds_total{device="sdg"} 122960.812 node_disk_write_time_seconds_total{device="sdh"} 133679.064 node_disk_write_time_seconds_total{device="sdi"} 135763.11000000002 node_disk_write_time_seconds_total{device="sdj"} 116271.587 node_disk_write_time_seconds_total{device="sdk"} 132480.771 node_disk_write_time_seconds_total{device="sdl"} 172241.721 node_disk_write_time_seconds_total{device="sdm"} 14777.630000000001 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="dm-0"} 4.4992178e+07 node_disk_writes_completed_total{device="dm-1"} 3.3163082e+07 node_disk_writes_completed_total{device="dm-10"} 4.9586075e+07 node_disk_writes_completed_total{device="dm-11"} 5.0321483e+07 node_disk_writes_completed_total{device="dm-12"} 5.7563416e+07 node_disk_writes_completed_total{device="dm-13"} 6.069336e+07 node_disk_writes_completed_total{device="dm-14"} 4.5518302e+07 node_disk_writes_completed_total{device="dm-15"} 3.6101358e+07 node_disk_writes_completed_total{device="dm-16"} 2.1588212e+08 node_disk_writes_completed_total{device="dm-17"} 2.6626347e+07 node_disk_writes_completed_total{device="dm-18"} 3.7578621e+07 node_disk_writes_completed_total{device="dm-19"} 3.6943424e+07 node_disk_writes_completed_total{device="dm-2"} 4.8979959e+07 node_disk_writes_completed_total{device="dm-20"} 3.3261574e+07 node_disk_writes_completed_total{device="dm-21"} 3.2211929e+07 node_disk_writes_completed_total{device="dm-22"} 4.2179072e+07 node_disk_writes_completed_total{device="dm-23"} 4.1544605e+07 node_disk_writes_completed_total{device="dm-24"} 3.1087224e+07 node_disk_writes_completed_total{device="dm-3"} 4.905348e+07 node_disk_writes_completed_total{device="dm-4"} 5.3689864e+07 node_disk_writes_completed_total{device="dm-5"} 5.6241854e+07 node_disk_writes_completed_total{device="dm-6"} 5.0549588e+07 node_disk_writes_completed_total{device="dm-7"} 4.6041085e+07 node_disk_writes_completed_total{device="dm-8"} 6.3098328e+07 node_disk_writes_completed_total{device="dm-9"} 3.569857e+07 node_disk_writes_completed_total{device="nbd0"} 0 node_disk_writes_completed_total{device="nbd1"} 0 node_disk_writes_completed_total{device="nbd10"} 0 node_disk_writes_completed_total{device="nbd11"} 0 node_disk_writes_completed_total{device="nbd12"} 0 node_disk_writes_completed_total{device="nbd13"} 0 node_disk_writes_completed_total{device="nbd14"} 0 node_disk_writes_completed_total{device="nbd15"} 0 node_disk_writes_completed_total{device="nbd2"} 0 node_disk_writes_completed_total{device="nbd3"} 0 node_disk_writes_completed_total{device="nbd4"} 0 node_disk_writes_completed_total{device="nbd5"} 0 node_disk_writes_completed_total{device="nbd6"} 0 node_disk_writes_completed_total{device="nbd7"} 0 node_disk_writes_completed_total{device="nbd8"} 0 node_disk_writes_completed_total{device="nbd9"} 0 node_disk_writes_completed_total{device="nvme0n1"} 0 node_disk_writes_completed_total{device="nvme1n1"} 2.5650878e+07 node_disk_writes_completed_total{device="nvme2n1"} 2.41661442e+08 node_disk_writes_completed_total{device="nvme3n1"} 5.7251088e+07 node_disk_writes_completed_total{device="sda"} 3.751065e+06 node_disk_writes_completed_total{device="sdb"} 3.865549e+06 node_disk_writes_completed_total{device="sdc"} 3.38532e+06 node_disk_writes_completed_total{device="sdd"} 4.366561e+06 node_disk_writes_completed_total{device="sde"} 3.947482e+06 node_disk_writes_completed_total{device="sdf"} 3.062716e+06 node_disk_writes_completed_total{device="sdg"} 3.784108e+06 node_disk_writes_completed_total{device="sdh"} 3.624644e+06 node_disk_writes_completed_total{device="sdi"} 4.423236e+06 node_disk_writes_completed_total{device="sdj"} 3.545693e+06 node_disk_writes_completed_total{device="sdk"} 3.683328e+06 node_disk_writes_completed_total{device="sdl"} 4.313813e+06 node_disk_writes_completed_total{device="sdm"} 3.0414845e+07 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="dm-1"} 0 node_disk_writes_merged_total{device="dm-10"} 0 node_disk_writes_merged_total{device="dm-11"} 0 node_disk_writes_merged_total{device="dm-12"} 0 node_disk_writes_merged_total{device="dm-13"} 0 node_disk_writes_merged_total{device="dm-14"} 0 node_disk_writes_merged_total{device="dm-15"} 0 node_disk_writes_merged_total{device="dm-16"} 0 node_disk_writes_merged_total{device="dm-17"} 0 node_disk_writes_merged_total{device="dm-18"} 0 node_disk_writes_merged_total{device="dm-19"} 0 node_disk_writes_merged_total{device="dm-2"} 0 node_disk_writes_merged_total{device="dm-20"} 0 node_disk_writes_merged_total{device="dm-21"} 0 node_disk_writes_merged_total{device="dm-22"} 0 node_disk_writes_merged_total{device="dm-23"} 0 node_disk_writes_merged_total{device="dm-24"} 0 node_disk_writes_merged_total{device="dm-3"} 0 node_disk_writes_merged_total{device="dm-4"} 0 node_disk_writes_merged_total{device="dm-5"} 0 node_disk_writes_merged_total{device="dm-6"} 0 node_disk_writes_merged_total{device="dm-7"} 0 node_disk_writes_merged_total{device="dm-8"} 0 node_disk_writes_merged_total{device="dm-9"} 0 node_disk_writes_merged_total{device="nbd0"} 0 node_disk_writes_merged_total{device="nbd1"} 0 node_disk_writes_merged_total{device="nbd10"} 0 node_disk_writes_merged_total{device="nbd11"} 0 node_disk_writes_merged_total{device="nbd12"} 0 node_disk_writes_merged_total{device="nbd13"} 0 node_disk_writes_merged_total{device="nbd14"} 0 node_disk_writes_merged_total{device="nbd15"} 0 node_disk_writes_merged_total{device="nbd2"} 0 node_disk_writes_merged_total{device="nbd3"} 0 node_disk_writes_merged_total{device="nbd4"} 0 node_disk_writes_merged_total{device="nbd5"} 0 node_disk_writes_merged_total{device="nbd6"} 0 node_disk_writes_merged_total{device="nbd7"} 0 node_disk_writes_merged_total{device="nbd8"} 0 node_disk_writes_merged_total{device="nbd9"} 0 node_disk_writes_merged_total{device="nvme0n1"} 0 node_disk_writes_merged_total{device="nvme1n1"} 3.309952e+06 node_disk_writes_merged_total{device="nvme2n1"} 3.89900752e+08 node_disk_writes_merged_total{device="nvme3n1"} 1.58643612e+08 node_disk_writes_merged_total{device="sda"} 2.9510509e+07 node_disk_writes_merged_total{device="sdb"} 3.223581e+07 node_disk_writes_merged_total{device="sdc"} 2.7701909e+07 node_disk_writes_merged_total{device="sdd"} 3.7178048e+07 node_disk_writes_merged_total{device="sde"} 3.2995947e+07 node_disk_writes_merged_total{device="sdf"} 2.3563633e+07 node_disk_writes_merged_total{device="sdg"} 3.3794513e+07 node_disk_writes_merged_total{device="sdh"} 3.2073931e+07 node_disk_writes_merged_total{device="sdi"} 4.0568942e+07 node_disk_writes_merged_total{device="sdj"} 2.8666237e+07 node_disk_writes_merged_total{device="sdk"} 2.9479756e+07 node_disk_writes_merged_total{device="sdl"} 3.786526e+07 node_disk_writes_merged_total{device="sdm"} 7.9686818e+07 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="dm-0"} 2.848751333376e+12 node_disk_written_bytes_total{device="dm-1"} 2.070975275008e+12 node_disk_written_bytes_total{device="dm-10"} 1.67585837056e+11 node_disk_written_bytes_total{device="dm-11"} 1.70388115456e+11 node_disk_written_bytes_total{device="dm-12"} 1.9708901376e+11 node_disk_written_bytes_total{device="dm-13"} 2.09269551104e+11 node_disk_written_bytes_total{device="dm-14"} 1.5275388928e+11 node_disk_written_bytes_total{device="dm-15"} 2.26436990976e+12 node_disk_written_bytes_total{device="dm-16"} 9.31100225536e+11 node_disk_written_bytes_total{device="dm-17"} 1.656271609856e+12 node_disk_written_bytes_total{device="dm-18"} 2.37131177984e+12 node_disk_written_bytes_total{device="dm-19"} 2.317493108736e+12 node_disk_written_bytes_total{device="dm-2"} 1.66006611968e+11 node_disk_written_bytes_total{device="dm-20"} 2.071406845952e+12 node_disk_written_bytes_total{device="dm-21"} 2.013503397888e+12 node_disk_written_bytes_total{device="dm-22"} 2.657992671232e+12 node_disk_written_bytes_total{device="dm-23"} 2.610369585152e+12 node_disk_written_bytes_total{device="dm-24"} 1.94361606144e+12 node_disk_written_bytes_total{device="dm-3"} 1.63596980224e+11 node_disk_written_bytes_total{device="dm-4"} 1.82213537792e+11 node_disk_written_bytes_total{device="dm-5"} 1.93441972224e+11 node_disk_written_bytes_total{device="dm-6"} 1.72203872256e+11 node_disk_written_bytes_total{device="dm-7"} 1.55377360896e+11 node_disk_written_bytes_total{device="dm-8"} 2.17877635072e+11 node_disk_written_bytes_total{device="dm-9"} 2.250112352256e+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"} 0 node_disk_written_bytes_total{device="nvme1n1"} 1.555682006528e+12 node_disk_written_bytes_total{device="nvme2n1"} 2.147804377088e+12 node_disk_written_bytes_total{device="nvme3n1"} 9.31100225536e+11 node_disk_written_bytes_total{device="sda"} 2.071406845952e+12 node_disk_written_bytes_total{device="sdb"} 2.26436990976e+12 node_disk_written_bytes_total{device="sdc"} 1.94361606144e+12 node_disk_written_bytes_total{device="sdd"} 2.610369585152e+12 node_disk_written_bytes_total{device="sde"} 2.317493108736e+12 node_disk_written_bytes_total{device="sdf"} 1.656271609856e+12 node_disk_written_bytes_total{device="sdg"} 2.37131177984e+12 node_disk_written_bytes_total{device="sdh"} 2.250112352256e+12 node_disk_written_bytes_total{device="sdi"} 2.848751333376e+12 node_disk_written_bytes_total{device="sdj"} 2.013503397888e+12 node_disk_written_bytes_total{device="sdk"} 2.070975275008e+12 node_disk_written_bytes_total{device="sdl"} 2.657992671232e+12 node_disk_written_bytes_total{device="sdm"} 6.64920617472e+11 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="09/10/2024",bios_release="2.16",bios_vendor="Dell Inc.",bios_version="2.16.3",board_name="0590KW",board_vendor="Dell Inc.",board_version="A01",chassis_asset_tag="",chassis_vendor="Dell Inc.",chassis_version="",product_family="PowerEdge",product_name="PowerEdge R7525",product_sku="SKU=08FF;ModelName=PowerEdge R7525",product_version="",system_vendor="Dell Inc."} 1 # HELP node_edac_correctable_errors_total Total correctable memory errors. # TYPE node_edac_correctable_errors_total counter node_edac_correctable_errors_total{controller="0"} 0 node_edac_correctable_errors_total{controller="1"} 0 # HELP node_edac_csrow_correctable_errors_total Total correctable memory errors for this csrow. # TYPE node_edac_csrow_correctable_errors_total counter node_edac_csrow_correctable_errors_total{controller="0",csrow="2"} 0 node_edac_csrow_correctable_errors_total{controller="0",csrow="3"} 0 node_edac_csrow_correctable_errors_total{controller="0",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="1",csrow="2"} 0 node_edac_csrow_correctable_errors_total{controller="1",csrow="3"} 0 node_edac_csrow_correctable_errors_total{controller="1",csrow="unknown"} 0 # HELP node_edac_csrow_uncorrectable_errors_total Total uncorrectable memory errors for this csrow. # TYPE node_edac_csrow_uncorrectable_errors_total counter node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="2"} 0 node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="3"} 0 node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="2"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="3"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="unknown"} 0 # HELP node_edac_uncorrectable_errors_total Total uncorrectable memory errors. # TYPE node_edac_uncorrectable_errors_total counter node_edac_uncorrectable_errors_total{controller="0"} 0 node_edac_uncorrectable_errors_total{controller="1"} 0 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 17472 # 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/nvme1n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.868152721408e+12 node_filesystem_avail_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.02039296e+08 node_filesystem_avail_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 5.83000064e+08 node_filesystem_avail_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.5013015552e+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.958706300321792e+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.958706300321792e+15 node_filesystem_avail_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 8.8765750050816e+13 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 2.565559296e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 2.565559296e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.565559296e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 2.565559296e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 2.565559296e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 2.565559296e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 2.565559296e+09 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 2.565559296e+09 node_filesystem_avail_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 3.813358436352e+12 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/029c1c55d859c7df2dcb4339963c7bc062f268787b6dfb6e56e7696d85482fd7/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09e415523210a6b600bbfcb67c09c3d138d1cf3073021a74557491e89d368e00/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f03c29b43cbffd26dfdbbc29a73bb142b498c35258c0f05cb97aeccd928be84/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/114737db40f79826f57f6f1cf212b5c547ab9182225bf2d85ddeef56f7ac2108/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13e5da2fe9be952490cdcfc0903671763f60aad7f0e9ffca509e4d8038bada6d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1f316133187b7be4a88a6ce7453d80430a40686c55a7442d16462c21ec38a14e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2246c783bb29bca738800f0fd0e87c94078496a69b8d03904a03a8416aa1ff4c/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/286143c350fd10082872ff2d78079746de2d52efd669877090f0e848217450a1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3d5d7c372120e583485c74bf168843567152413103a6ac9153031a81d5e3d3e8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41f1a22dcfd141bdbf9e08bad9e2b9f141c8f705d5993a13490c11d9267f6eb7/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45ed4697120590a886803183fcfc6fe779aef37252c2f7424fab0f01c4182cbb/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b2dbf329b71e796ea5d23267682c84da97f1995be798ba2bae84cf1d02c25b7/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4eb19a790aeff730ae6af7c36d0bbc76066c45e0467abd566dc1e2957a4dcd91/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934678db5a9e43c8a7797f449a0cd392914e2548132538d396ea33aaa35a9c08/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/96014436907e8fe9f8733e8406c0bde85d5000eec458d1193962dbf59181d4a6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9857f1930e3074a7213cbc9aace78e011310fcb7ac45c02e3910dd43b83838b8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9bbe3a636e7c99bca3d1babc23a8ed89e4907edc110935629e37a0530e9a8b20/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0a9c69fe44fbf719239dd05290c2700e7ed8497bb0be66d29e7df9c4ac3d550/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ac44bb309a9fb2c3ea2269dead56b70105238058ca1143ac29b7d4afe3742490/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afd5485e215dccb2b76e56a900b34e6f871234860a6b21460674d08f3a3d84ad/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2a6f817dc978c8dab63be98744d882027858f0f7c98bb1ef99a3c6dbade1350/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b36e89782bb1a2373592f5d0331074526eb6c838079e0f9926d7d944eb01c326/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c09777db67b8d2ec7e4b0dc9766302cac6bcbeae97f387f370517158b3561911/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2874a10b9f400cede9b17aba5ec5da10e87f3dff85f02a3ee93f0d144bb3c5a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4a93851ede6c3313e3eea599916029085abdf0bc3e6cdf3b2064cd29a54e972/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e94236e6906cb9b256f376c1e778011dc4768350c32c70697f492e9e6f864971/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec90ee7676ffab182fa1099ebb451a6a64a2ad8fb3be5427fefaf1346bdd9874/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f09cf22a8dde2c62ef862fd9adac6a05fffcbae16e76434a89ad4fecbb485bb1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fda8bf0af2c99c4425a97c2aa04277515c2e7f28878f4abaf5fe977a4974d114/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.07658870784e+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/nvme1n1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_device_error{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_device_error{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_device_error{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 0 node_filesystem_device_error{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/029c1c55d859c7df2dcb4339963c7bc062f268787b6dfb6e56e7696d85482fd7/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09e415523210a6b600bbfcb67c09c3d138d1cf3073021a74557491e89d368e00/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f03c29b43cbffd26dfdbbc29a73bb142b498c35258c0f05cb97aeccd928be84/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/114737db40f79826f57f6f1cf212b5c547ab9182225bf2d85ddeef56f7ac2108/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13e5da2fe9be952490cdcfc0903671763f60aad7f0e9ffca509e4d8038bada6d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1f316133187b7be4a88a6ce7453d80430a40686c55a7442d16462c21ec38a14e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2246c783bb29bca738800f0fd0e87c94078496a69b8d03904a03a8416aa1ff4c/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/286143c350fd10082872ff2d78079746de2d52efd669877090f0e848217450a1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3d5d7c372120e583485c74bf168843567152413103a6ac9153031a81d5e3d3e8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41f1a22dcfd141bdbf9e08bad9e2b9f141c8f705d5993a13490c11d9267f6eb7/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45ed4697120590a886803183fcfc6fe779aef37252c2f7424fab0f01c4182cbb/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b2dbf329b71e796ea5d23267682c84da97f1995be798ba2bae84cf1d02c25b7/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4eb19a790aeff730ae6af7c36d0bbc76066c45e0467abd566dc1e2957a4dcd91/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934678db5a9e43c8a7797f449a0cd392914e2548132538d396ea33aaa35a9c08/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/96014436907e8fe9f8733e8406c0bde85d5000eec458d1193962dbf59181d4a6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9857f1930e3074a7213cbc9aace78e011310fcb7ac45c02e3910dd43b83838b8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9bbe3a636e7c99bca3d1babc23a8ed89e4907edc110935629e37a0530e9a8b20/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0a9c69fe44fbf719239dd05290c2700e7ed8497bb0be66d29e7df9c4ac3d550/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ac44bb309a9fb2c3ea2269dead56b70105238058ca1143ac29b7d4afe3742490/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afd5485e215dccb2b76e56a900b34e6f871234860a6b21460674d08f3a3d84ad/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2a6f817dc978c8dab63be98744d882027858f0f7c98bb1ef99a3c6dbade1350/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b36e89782bb1a2373592f5d0331074526eb6c838079e0f9926d7d944eb01c326/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c09777db67b8d2ec7e4b0dc9766302cac6bcbeae97f387f370517158b3561911/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2874a10b9f400cede9b17aba5ec5da10e87f3dff85f02a3ee93f0d144bb3c5a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4a93851ede6c3313e3eea599916029085abdf0bc3e6cdf3b2064cd29a54e972/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e94236e6906cb9b256f376c1e778011dc4768350c32c70697f492e9e6f864971/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec90ee7676ffab182fa1099ebb451a6a64a2ad8fb3be5427fefaf1346bdd9874/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f09cf22a8dde2c62ef862fd9adac6a05fffcbae16e76434a89ad4fecbb485bb1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fda8bf0af2c99c4425a97c2aa04277515c2e7f28878f4abaf5fe977a4974d114/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/nvme1n1",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"} 6.77296539e+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"} 6.77296539e+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"} 9.632046e+06 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 12984 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1.21366695e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.59433598e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 75 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 3.065852e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1.78998734e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 6.49679717e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 2.4893272672e+10 node_filesystem_files{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 7.593543672e+09 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/029c1c55d859c7df2dcb4339963c7bc062f268787b6dfb6e56e7696d85482fd7/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09e415523210a6b600bbfcb67c09c3d138d1cf3073021a74557491e89d368e00/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f03c29b43cbffd26dfdbbc29a73bb142b498c35258c0f05cb97aeccd928be84/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/114737db40f79826f57f6f1cf212b5c547ab9182225bf2d85ddeef56f7ac2108/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13e5da2fe9be952490cdcfc0903671763f60aad7f0e9ffca509e4d8038bada6d/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1f316133187b7be4a88a6ce7453d80430a40686c55a7442d16462c21ec38a14e/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2246c783bb29bca738800f0fd0e87c94078496a69b8d03904a03a8416aa1ff4c/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/286143c350fd10082872ff2d78079746de2d52efd669877090f0e848217450a1/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3d5d7c372120e583485c74bf168843567152413103a6ac9153031a81d5e3d3e8/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41f1a22dcfd141bdbf9e08bad9e2b9f141c8f705d5993a13490c11d9267f6eb7/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45ed4697120590a886803183fcfc6fe779aef37252c2f7424fab0f01c4182cbb/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b2dbf329b71e796ea5d23267682c84da97f1995be798ba2bae84cf1d02c25b7/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4eb19a790aeff730ae6af7c36d0bbc76066c45e0467abd566dc1e2957a4dcd91/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934678db5a9e43c8a7797f449a0cd392914e2548132538d396ea33aaa35a9c08/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/96014436907e8fe9f8733e8406c0bde85d5000eec458d1193962dbf59181d4a6/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9857f1930e3074a7213cbc9aace78e011310fcb7ac45c02e3910dd43b83838b8/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9bbe3a636e7c99bca3d1babc23a8ed89e4907edc110935629e37a0530e9a8b20/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0a9c69fe44fbf719239dd05290c2700e7ed8497bb0be66d29e7df9c4ac3d550/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ac44bb309a9fb2c3ea2269dead56b70105238058ca1143ac29b7d4afe3742490/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afd5485e215dccb2b76e56a900b34e6f871234860a6b21460674d08f3a3d84ad/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2a6f817dc978c8dab63be98744d882027858f0f7c98bb1ef99a3c6dbade1350/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b36e89782bb1a2373592f5d0331074526eb6c838079e0f9926d7d944eb01c326/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c09777db67b8d2ec7e4b0dc9766302cac6bcbeae97f387f370517158b3561911/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2874a10b9f400cede9b17aba5ec5da10e87f3dff85f02a3ee93f0d144bb3c5a/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4a93851ede6c3313e3eea599916029085abdf0bc3e6cdf3b2064cd29a54e972/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e94236e6906cb9b256f376c1e778011dc4768350c32c70697f492e9e6f864971/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec90ee7676ffab182fa1099ebb451a6a64a2ad8fb3be5427fefaf1346bdd9874/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f09cf22a8dde2c62ef862fd9adac6a05fffcbae16e76434a89ad4fecbb485bb1/shm"} 6.5925195e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fda8bf0af2c99c4425a97c2aa04277515c2e7f28878f4abaf5fe977a4974d114/shm"} 6.5925195e+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/nvme1n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.8749651e+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.3397654e+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.17817899e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.59420758e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 3.0658498e+07 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1.78998719e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 6.49666763e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 2.4893264414e+10 node_filesystem_files_free{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 7.44796416e+09 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/029c1c55d859c7df2dcb4339963c7bc062f268787b6dfb6e56e7696d85482fd7/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09e415523210a6b600bbfcb67c09c3d138d1cf3073021a74557491e89d368e00/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f03c29b43cbffd26dfdbbc29a73bb142b498c35258c0f05cb97aeccd928be84/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/114737db40f79826f57f6f1cf212b5c547ab9182225bf2d85ddeef56f7ac2108/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13e5da2fe9be952490cdcfc0903671763f60aad7f0e9ffca509e4d8038bada6d/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1f316133187b7be4a88a6ce7453d80430a40686c55a7442d16462c21ec38a14e/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2246c783bb29bca738800f0fd0e87c94078496a69b8d03904a03a8416aa1ff4c/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/286143c350fd10082872ff2d78079746de2d52efd669877090f0e848217450a1/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3d5d7c372120e583485c74bf168843567152413103a6ac9153031a81d5e3d3e8/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41f1a22dcfd141bdbf9e08bad9e2b9f141c8f705d5993a13490c11d9267f6eb7/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45ed4697120590a886803183fcfc6fe779aef37252c2f7424fab0f01c4182cbb/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b2dbf329b71e796ea5d23267682c84da97f1995be798ba2bae84cf1d02c25b7/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4eb19a790aeff730ae6af7c36d0bbc76066c45e0467abd566dc1e2957a4dcd91/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934678db5a9e43c8a7797f449a0cd392914e2548132538d396ea33aaa35a9c08/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/96014436907e8fe9f8733e8406c0bde85d5000eec458d1193962dbf59181d4a6/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9857f1930e3074a7213cbc9aace78e011310fcb7ac45c02e3910dd43b83838b8/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9bbe3a636e7c99bca3d1babc23a8ed89e4907edc110935629e37a0530e9a8b20/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0a9c69fe44fbf719239dd05290c2700e7ed8497bb0be66d29e7df9c4ac3d550/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ac44bb309a9fb2c3ea2269dead56b70105238058ca1143ac29b7d4afe3742490/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afd5485e215dccb2b76e56a900b34e6f871234860a6b21460674d08f3a3d84ad/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2a6f817dc978c8dab63be98744d882027858f0f7c98bb1ef99a3c6dbade1350/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b36e89782bb1a2373592f5d0331074526eb6c838079e0f9926d7d944eb01c326/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c09777db67b8d2ec7e4b0dc9766302cac6bcbeae97f387f370517158b3561911/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2874a10b9f400cede9b17aba5ec5da10e87f3dff85f02a3ee93f0d144bb3c5a/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4a93851ede6c3313e3eea599916029085abdf0bc3e6cdf3b2064cd29a54e972/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e94236e6906cb9b256f376c1e778011dc4768350c32c70697f492e9e6f864971/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec90ee7676ffab182fa1099ebb451a6a64a2ad8fb3be5427fefaf1346bdd9874/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f09cf22a8dde2c62ef862fd9adac6a05fffcbae16e76434a89ad4fecbb485bb1/shm"} 6.5925194e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fda8bf0af2c99c4425a97c2aa04277515c2e7f28878f4abaf5fe977a4974d114/shm"} 6.5925194e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 815136 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/nvme1n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.868152721408e+12 node_filesystem_free_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.02039296e+08 node_filesystem_free_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 6.53463552e+08 node_filesystem_free_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.62082189312e+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.958706300321792e+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.958706300321792e+15 node_filesystem_free_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 8.8765750050816e+13 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 2.565559296e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 2.565559296e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.565559296e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 2.565559296e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 2.565559296e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 2.565559296e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 2.565559296e+09 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 2.565559296e+09 node_filesystem_free_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 3.813358436352e+12 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/029c1c55d859c7df2dcb4339963c7bc062f268787b6dfb6e56e7696d85482fd7/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09e415523210a6b600bbfcb67c09c3d138d1cf3073021a74557491e89d368e00/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f03c29b43cbffd26dfdbbc29a73bb142b498c35258c0f05cb97aeccd928be84/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/114737db40f79826f57f6f1cf212b5c547ab9182225bf2d85ddeef56f7ac2108/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13e5da2fe9be952490cdcfc0903671763f60aad7f0e9ffca509e4d8038bada6d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1f316133187b7be4a88a6ce7453d80430a40686c55a7442d16462c21ec38a14e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2246c783bb29bca738800f0fd0e87c94078496a69b8d03904a03a8416aa1ff4c/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/286143c350fd10082872ff2d78079746de2d52efd669877090f0e848217450a1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3d5d7c372120e583485c74bf168843567152413103a6ac9153031a81d5e3d3e8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41f1a22dcfd141bdbf9e08bad9e2b9f141c8f705d5993a13490c11d9267f6eb7/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45ed4697120590a886803183fcfc6fe779aef37252c2f7424fab0f01c4182cbb/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b2dbf329b71e796ea5d23267682c84da97f1995be798ba2bae84cf1d02c25b7/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4eb19a790aeff730ae6af7c36d0bbc76066c45e0467abd566dc1e2957a4dcd91/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934678db5a9e43c8a7797f449a0cd392914e2548132538d396ea33aaa35a9c08/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/96014436907e8fe9f8733e8406c0bde85d5000eec458d1193962dbf59181d4a6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9857f1930e3074a7213cbc9aace78e011310fcb7ac45c02e3910dd43b83838b8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9bbe3a636e7c99bca3d1babc23a8ed89e4907edc110935629e37a0530e9a8b20/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0a9c69fe44fbf719239dd05290c2700e7ed8497bb0be66d29e7df9c4ac3d550/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ac44bb309a9fb2c3ea2269dead56b70105238058ca1143ac29b7d4afe3742490/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afd5485e215dccb2b76e56a900b34e6f871234860a6b21460674d08f3a3d84ad/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2a6f817dc978c8dab63be98744d882027858f0f7c98bb1ef99a3c6dbade1350/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b36e89782bb1a2373592f5d0331074526eb6c838079e0f9926d7d944eb01c326/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c09777db67b8d2ec7e4b0dc9766302cac6bcbeae97f387f370517158b3561911/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2874a10b9f400cede9b17aba5ec5da10e87f3dff85f02a3ee93f0d144bb3c5a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4a93851ede6c3313e3eea599916029085abdf0bc3e6cdf3b2064cd29a54e972/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e94236e6906cb9b256f376c1e778011dc4768350c32c70697f492e9e6f864971/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec90ee7676ffab182fa1099ebb451a6a64a2ad8fb3be5427fefaf1346bdd9874/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f09cf22a8dde2c62ef862fd9adac6a05fffcbae16e76434a89ad4fecbb485bb1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fda8bf0af2c99c4425a97c2aa04277515c2e7f28878f4abaf5fe977a4974d114/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.07658870784e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/nvme1n1",major="259",minor="0",mountpoint="/scratch"} 1 node_filesystem_mount_info{device="/dev/sdm1",major="8",minor="193",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sdm2",major="8",minor="194",mountpoint="/boot"} 1 node_filesystem_mount_info{device="/dev/sdm3",major="8",minor="195",mountpoint="/"} 1 node_filesystem_mount_info{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",major="0",minor="654",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="653",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="651",mountpoint="/work"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="605",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="606",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="607",mountpoint="/cvmfs/atlas.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="608",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="637",mountpoint="/cvmfs/sft.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="638",mountpoint="/cvmfs/atlas-condb.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="650",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="652",mountpoint="/cvmfs/unpacked.cern.ch"} 1 node_filesystem_mount_info{device="nfs.af.uchicago.edu:/export/home",major="0",minor="49",mountpoint="/home"} 1 node_filesystem_mount_info{device="none",major="0",minor="33",mountpoint="/run/credentials/systemd-sysctl.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="34",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="36",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 1 node_filesystem_mount_info{device="shm",major="0",minor="118",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13e5da2fe9be952490cdcfc0903671763f60aad7f0e9ffca509e4d8038bada6d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="119",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b36e89782bb1a2373592f5d0331074526eb6c838079e0f9926d7d944eb01c326/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="124",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/96014436907e8fe9f8733e8406c0bde85d5000eec458d1193962dbf59181d4a6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="127",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934678db5a9e43c8a7797f449a0cd392914e2548132538d396ea33aaa35a9c08/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="133",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afd5485e215dccb2b76e56a900b34e6f871234860a6b21460674d08f3a3d84ad/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="139",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4a93851ede6c3313e3eea599916029085abdf0bc3e6cdf3b2064cd29a54e972/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="156",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4eb19a790aeff730ae6af7c36d0bbc76066c45e0467abd566dc1e2957a4dcd91/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="167",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3d5d7c372120e583485c74bf168843567152413103a6ac9153031a81d5e3d3e8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="168",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b2dbf329b71e796ea5d23267682c84da97f1995be798ba2bae84cf1d02c25b7/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="175",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ac44bb309a9fb2c3ea2269dead56b70105238058ca1143ac29b7d4afe3742490/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="192",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45ed4697120590a886803183fcfc6fe779aef37252c2f7424fab0f01c4182cbb/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="194",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2a6f817dc978c8dab63be98744d882027858f0f7c98bb1ef99a3c6dbade1350/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="262",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/286143c350fd10082872ff2d78079746de2d52efd669877090f0e848217450a1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="276",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fda8bf0af2c99c4425a97c2aa04277515c2e7f28878f4abaf5fe977a4974d114/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="312",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2246c783bb29bca738800f0fd0e87c94078496a69b8d03904a03a8416aa1ff4c/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="313",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e94236e6906cb9b256f376c1e778011dc4768350c32c70697f492e9e6f864971/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="315",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec90ee7676ffab182fa1099ebb451a6a64a2ad8fb3be5427fefaf1346bdd9874/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="344",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9857f1930e3074a7213cbc9aace78e011310fcb7ac45c02e3910dd43b83838b8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="351",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/029c1c55d859c7df2dcb4339963c7bc062f268787b6dfb6e56e7696d85482fd7/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="355",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f03c29b43cbffd26dfdbbc29a73bb142b498c35258c0f05cb97aeccd928be84/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="364",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1f316133187b7be4a88a6ce7453d80430a40686c55a7442d16462c21ec38a14e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="373",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/114737db40f79826f57f6f1cf212b5c547ab9182225bf2d85ddeef56f7ac2108/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="376",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41f1a22dcfd141bdbf9e08bad9e2b9f141c8f705d5993a13490c11d9267f6eb7/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="42",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0a9c69fe44fbf719239dd05290c2700e7ed8497bb0be66d29e7df9c4ac3d550/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="477",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2874a10b9f400cede9b17aba5ec5da10e87f3dff85f02a3ee93f0d144bb3c5a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="487",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09e415523210a6b600bbfcb67c09c3d138d1cf3073021a74557491e89d368e00/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="536",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c09777db67b8d2ec7e4b0dc9766302cac6bcbeae97f387f370517158b3561911/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="553",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f09cf22a8dde2c62ef862fd9adac6a05fffcbae16e76434a89ad4fecbb485bb1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="569",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9bbe3a636e7c99bca3d1babc23a8ed89e4907edc110935629e37a0530e9a8b20/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/nvme1n1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_purgeable_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_purgeable_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_purgeable_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 0 node_filesystem_purgeable_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/029c1c55d859c7df2dcb4339963c7bc062f268787b6dfb6e56e7696d85482fd7/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09e415523210a6b600bbfcb67c09c3d138d1cf3073021a74557491e89d368e00/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f03c29b43cbffd26dfdbbc29a73bb142b498c35258c0f05cb97aeccd928be84/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/114737db40f79826f57f6f1cf212b5c547ab9182225bf2d85ddeef56f7ac2108/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13e5da2fe9be952490cdcfc0903671763f60aad7f0e9ffca509e4d8038bada6d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1f316133187b7be4a88a6ce7453d80430a40686c55a7442d16462c21ec38a14e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2246c783bb29bca738800f0fd0e87c94078496a69b8d03904a03a8416aa1ff4c/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/286143c350fd10082872ff2d78079746de2d52efd669877090f0e848217450a1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3d5d7c372120e583485c74bf168843567152413103a6ac9153031a81d5e3d3e8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41f1a22dcfd141bdbf9e08bad9e2b9f141c8f705d5993a13490c11d9267f6eb7/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45ed4697120590a886803183fcfc6fe779aef37252c2f7424fab0f01c4182cbb/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b2dbf329b71e796ea5d23267682c84da97f1995be798ba2bae84cf1d02c25b7/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4eb19a790aeff730ae6af7c36d0bbc76066c45e0467abd566dc1e2957a4dcd91/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934678db5a9e43c8a7797f449a0cd392914e2548132538d396ea33aaa35a9c08/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/96014436907e8fe9f8733e8406c0bde85d5000eec458d1193962dbf59181d4a6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9857f1930e3074a7213cbc9aace78e011310fcb7ac45c02e3910dd43b83838b8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9bbe3a636e7c99bca3d1babc23a8ed89e4907edc110935629e37a0530e9a8b20/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0a9c69fe44fbf719239dd05290c2700e7ed8497bb0be66d29e7df9c4ac3d550/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ac44bb309a9fb2c3ea2269dead56b70105238058ca1143ac29b7d4afe3742490/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afd5485e215dccb2b76e56a900b34e6f871234860a6b21460674d08f3a3d84ad/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2a6f817dc978c8dab63be98744d882027858f0f7c98bb1ef99a3c6dbade1350/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b36e89782bb1a2373592f5d0331074526eb6c838079e0f9926d7d944eb01c326/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c09777db67b8d2ec7e4b0dc9766302cac6bcbeae97f387f370517158b3561911/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2874a10b9f400cede9b17aba5ec5da10e87f3dff85f02a3ee93f0d144bb3c5a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4a93851ede6c3313e3eea599916029085abdf0bc3e6cdf3b2064cd29a54e972/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e94236e6906cb9b256f376c1e778011dc4768350c32c70697f492e9e6f864971/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec90ee7676ffab182fa1099ebb451a6a64a2ad8fb3be5427fefaf1346bdd9874/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f09cf22a8dde2c62ef862fd9adac6a05fffcbae16e76434a89ad4fecbb485bb1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fda8bf0af2c99c4425a97c2aa04277515c2e7f28878f4abaf5fe977a4974d114/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/nvme1n1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_readonly{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_readonly{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_readonly{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 1 node_filesystem_readonly{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 0 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 1 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 1 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 1 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/029c1c55d859c7df2dcb4339963c7bc062f268787b6dfb6e56e7696d85482fd7/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09e415523210a6b600bbfcb67c09c3d138d1cf3073021a74557491e89d368e00/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f03c29b43cbffd26dfdbbc29a73bb142b498c35258c0f05cb97aeccd928be84/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/114737db40f79826f57f6f1cf212b5c547ab9182225bf2d85ddeef56f7ac2108/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13e5da2fe9be952490cdcfc0903671763f60aad7f0e9ffca509e4d8038bada6d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1f316133187b7be4a88a6ce7453d80430a40686c55a7442d16462c21ec38a14e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2246c783bb29bca738800f0fd0e87c94078496a69b8d03904a03a8416aa1ff4c/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/286143c350fd10082872ff2d78079746de2d52efd669877090f0e848217450a1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3d5d7c372120e583485c74bf168843567152413103a6ac9153031a81d5e3d3e8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41f1a22dcfd141bdbf9e08bad9e2b9f141c8f705d5993a13490c11d9267f6eb7/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45ed4697120590a886803183fcfc6fe779aef37252c2f7424fab0f01c4182cbb/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b2dbf329b71e796ea5d23267682c84da97f1995be798ba2bae84cf1d02c25b7/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4eb19a790aeff730ae6af7c36d0bbc76066c45e0467abd566dc1e2957a4dcd91/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934678db5a9e43c8a7797f449a0cd392914e2548132538d396ea33aaa35a9c08/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/96014436907e8fe9f8733e8406c0bde85d5000eec458d1193962dbf59181d4a6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9857f1930e3074a7213cbc9aace78e011310fcb7ac45c02e3910dd43b83838b8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9bbe3a636e7c99bca3d1babc23a8ed89e4907edc110935629e37a0530e9a8b20/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0a9c69fe44fbf719239dd05290c2700e7ed8497bb0be66d29e7df9c4ac3d550/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ac44bb309a9fb2c3ea2269dead56b70105238058ca1143ac29b7d4afe3742490/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afd5485e215dccb2b76e56a900b34e6f871234860a6b21460674d08f3a3d84ad/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2a6f817dc978c8dab63be98744d882027858f0f7c98bb1ef99a3c6dbade1350/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b36e89782bb1a2373592f5d0331074526eb6c838079e0f9926d7d944eb01c326/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c09777db67b8d2ec7e4b0dc9766302cac6bcbeae97f387f370517158b3561911/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2874a10b9f400cede9b17aba5ec5da10e87f3dff85f02a3ee93f0d144bb3c5a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4a93851ede6c3313e3eea599916029085abdf0bc3e6cdf3b2064cd29a54e972/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e94236e6906cb9b256f376c1e778011dc4768350c32c70697f492e9e6f864971/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec90ee7676ffab182fa1099ebb451a6a64a2ad8fb3be5427fefaf1346bdd9874/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f09cf22a8dde2c62ef862fd9adac6a05fffcbae16e76434a89ad4fecbb485bb1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fda8bf0af2c99c4425a97c2aa04277515c2e7f28878f4abaf5fe977a4974d114/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/nvme1n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.919445725184e+12 node_filesystem_size_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.0946944e+08 node_filesystem_size_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 1.02070272e+09 node_filesystem_size_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 2.33821335552e+11 node_filesystem_size_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 5.056263511605248e+15 node_filesystem_size_bytes{device="192.170.240.135:6789,192.170.240.148:6789,192.170.240.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 5.056263511605248e+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.22695224131584e+14 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/oasis.opensciencegrid.org"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.631278596096e+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/029c1c55d859c7df2dcb4339963c7bc062f268787b6dfb6e56e7696d85482fd7/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09e415523210a6b600bbfcb67c09c3d138d1cf3073021a74557491e89d368e00/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f03c29b43cbffd26dfdbbc29a73bb142b498c35258c0f05cb97aeccd928be84/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/114737db40f79826f57f6f1cf212b5c547ab9182225bf2d85ddeef56f7ac2108/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13e5da2fe9be952490cdcfc0903671763f60aad7f0e9ffca509e4d8038bada6d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1f316133187b7be4a88a6ce7453d80430a40686c55a7442d16462c21ec38a14e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2246c783bb29bca738800f0fd0e87c94078496a69b8d03904a03a8416aa1ff4c/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/286143c350fd10082872ff2d78079746de2d52efd669877090f0e848217450a1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3d5d7c372120e583485c74bf168843567152413103a6ac9153031a81d5e3d3e8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41f1a22dcfd141bdbf9e08bad9e2b9f141c8f705d5993a13490c11d9267f6eb7/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45ed4697120590a886803183fcfc6fe779aef37252c2f7424fab0f01c4182cbb/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4b2dbf329b71e796ea5d23267682c84da97f1995be798ba2bae84cf1d02c25b7/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4eb19a790aeff730ae6af7c36d0bbc76066c45e0467abd566dc1e2957a4dcd91/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934678db5a9e43c8a7797f449a0cd392914e2548132538d396ea33aaa35a9c08/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/96014436907e8fe9f8733e8406c0bde85d5000eec458d1193962dbf59181d4a6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9857f1930e3074a7213cbc9aace78e011310fcb7ac45c02e3910dd43b83838b8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9bbe3a636e7c99bca3d1babc23a8ed89e4907edc110935629e37a0530e9a8b20/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a0a9c69fe44fbf719239dd05290c2700e7ed8497bb0be66d29e7df9c4ac3d550/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ac44bb309a9fb2c3ea2269dead56b70105238058ca1143ac29b7d4afe3742490/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afd5485e215dccb2b76e56a900b34e6f871234860a6b21460674d08f3a3d84ad/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b2a6f817dc978c8dab63be98744d882027858f0f7c98bb1ef99a3c6dbade1350/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b36e89782bb1a2373592f5d0331074526eb6c838079e0f9926d7d944eb01c326/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c09777db67b8d2ec7e4b0dc9766302cac6bcbeae97f387f370517158b3561911/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2874a10b9f400cede9b17aba5ec5da10e87f3dff85f02a3ee93f0d144bb3c5a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4a93851ede6c3313e3eea599916029085abdf0bc3e6cdf3b2064cd29a54e972/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e94236e6906cb9b256f376c1e778011dc4768350c32c70697f492e9e6f864971/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec90ee7676ffab182fa1099ebb451a6a64a2ad8fb3be5427fefaf1346bdd9874/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f09cf22a8dde2c62ef862fd9adac6a05fffcbae16e76434a89ad4fecbb485bb1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fda8bf0af2c99c4425a97c2aa04277515c2e7f28878f4abaf5fe977a4974d114/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.08011839488e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.58800538e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="pci0000:00_0000:00:18_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:19_3",chip_name="k10temp"} 1 # HELP node_hwmon_power_average_interval_max_seconds Hardware monitor power usage update interval (average_interval_max) # TYPE node_hwmon_power_average_interval_max_seconds gauge node_hwmon_power_average_interval_max_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 604800 # HELP node_hwmon_power_average_interval_min_seconds Hardware monitor power usage update interval (average_interval_min) # TYPE node_hwmon_power_average_interval_min_seconds gauge node_hwmon_power_average_interval_min_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 2 # HELP node_hwmon_power_average_interval_seconds Hardware monitor power usage update interval (average_interval) # TYPE node_hwmon_power_average_interval_seconds gauge node_hwmon_power_average_interval_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 2 # HELP node_hwmon_power_average_watt Hardware monitor for power usage in watts (average) # TYPE node_hwmon_power_average_watt gauge node_hwmon_power_average_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 566 # HELP node_hwmon_power_is_battery_watt Hardware monitor for power usage in watts (is_battery) # TYPE node_hwmon_power_is_battery_watt gauge node_hwmon_power_is_battery_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 0 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd7",sensor="temp9"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tctl",sensor="temp1"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tccd7",sensor="temp9"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tctl",sensor="temp1"} 1 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp1"} 47.125 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 42.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp5"} 47.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp7"} 45.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp9"} 45.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp1"} 48.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp3"} 45.75 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"} 47.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp9"} 47 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 5.6978035255e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 17.42 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 15.72 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 15.66 # 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.9742196736e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.04359497728e+11 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 5.4617300992e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 3.508535296e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 5.1150983168e+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.50543517696e+11 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 3.080220672e+10 # HELP node_memory_CmaFree_bytes Memory information field CmaFree_bytes. # TYPE node_memory_CmaFree_bytes gauge node_memory_CmaFree_bytes 0 # HELP node_memory_CmaTotal_bytes Memory information field CmaTotal_bytes. # TYPE node_memory_CmaTotal_bytes gauge node_memory_CmaTotal_bytes 0 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.7002959872e+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.5740475392e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 4.87478788096e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 6.0997763072e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 8.5229568e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 131072 # 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.180329472e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.28576169984e+11 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 2.26395840512e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 7.1974912e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.539633152e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.76876333056e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.74060019712e+11 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.4005919744e+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.76574464e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.75644416e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.697521152e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.0477312e+09 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 3.56810752e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 3.002294272e+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.5246848e+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 215970 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 1.4819982e+07 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 1.5170243e+07 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 39579 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 182733 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 493438 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 3.645228797827e+12 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 5.831242761e+10 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 5.4303498459276e+13 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.43451848409567e+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 15 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 9 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 2815 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 1.8109723e+07 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 380654 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 881674 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 9.412499e+06 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 5323 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 1.00282e+06 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 8.73232772e+09 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 1.44237e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.090415149e+10 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 7.533562e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1.9622966e+07 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 18 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 6 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 307 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 18 # 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 1.1613351e+07 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 6 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 67766 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 1.3479347e+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="cali16d13f3b842"} 3 node_network_address_assign_type{device="cali218ae4a84f0"} 3 node_network_address_assign_type{device="cali26bb92978dc"} 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="cali16d13f3b842"} 1 node_network_carrier{device="cali218ae4a84f0"} 1 node_network_carrier{device="cali26bb92978dc"} 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="cali16d13f3b842"} 2 node_network_carrier_changes_total{device="cali218ae4a84f0"} 2 node_network_carrier_changes_total{device="cali26bb92978dc"} 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"} 19 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="cali16d13f3b842"} 1 node_network_carrier_down_changes_total{device="cali218ae4a84f0"} 1 node_network_carrier_down_changes_total{device="cali26bb92978dc"} 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"} 10 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="cali16d13f3b842"} 1 node_network_carrier_up_changes_total{device="cali218ae4a84f0"} 1 node_network_carrier_up_changes_total{device="cali26bb92978dc"} 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"} 9 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="cali16d13f3b842"} 0 node_network_device_id{device="cali218ae4a84f0"} 0 node_network_device_id{device="cali26bb92978dc"} 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="cali16d13f3b842"} 0 node_network_dormant{device="cali218ae4a84f0"} 0 node_network_dormant{device="cali26bb92978dc"} 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="cali16d13f3b842"} 4099 node_network_flags{device="cali218ae4a84f0"} 4099 node_network_flags{device="cali26bb92978dc"} 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"} 8 node_network_iface_id{device="cali16d13f3b842"} 12 node_network_iface_id{device="cali218ae4a84f0"} 9 node_network_iface_id{device="cali26bb92978dc"} 11 node_network_iface_id{device="cali28a7b91fa52"} 16 node_network_iface_id{device="cali9c18b3beec5"} 15 node_network_iface_id{device="calia8e07cb4a5e"} 10 node_network_iface_id{device="docker0"} 7 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="cali16d13f3b842"} 2 node_network_iface_link{device="cali218ae4a84f0"} 2 node_network_iface_link{device="cali26bb92978dc"} 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"} 7 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="cali16d13f3b842"} 0 node_network_iface_link_mode{device="cali218ae4a84f0"} 0 node_network_iface_link_mode{device="cali26bb92978dc"} 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="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="ae:a2:19:7f:d3:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="e4:3d:1a:03:91:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno33np0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e4:3d:1a:03:91:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno33np0.3604",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e4:3d:1a:03:91:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno34np1",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali066433ba2a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali16d13f3b842",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="cali26bb92978dc",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="cali16d13f3b842"} 1500 node_network_mtu_bytes{device="cali218ae4a84f0"} 1500 node_network_mtu_bytes{device="cali26bb92978dc"} 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="cali16d13f3b842"} 3 node_network_name_assign_type{device="cali218ae4a84f0"} 3 node_network_name_assign_type{device="cali26bb92978dc"} 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="cali16d13f3b842"} 0 node_network_net_dev_group{device="cali218ae4a84f0"} 0 node_network_net_dev_group{device="cali26bb92978dc"} 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="cali16d13f3b842"} 1 node_network_protocol_type{device="cali218ae4a84f0"} 1 node_network_protocol_type{device="cali26bb92978dc"} 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.931989874e+09 node_network_receive_bytes_total{device="cali16d13f3b842"} 1.226087754e+10 node_network_receive_bytes_total{device="cali218ae4a84f0"} 3.70765841e+08 node_network_receive_bytes_total{device="cali26bb92978dc"} 2.93946259e+08 node_network_receive_bytes_total{device="cali28a7b91fa52"} 32130 node_network_receive_bytes_total{device="cali9c18b3beec5"} 4.7224497e+07 node_network_receive_bytes_total{device="calia8e07cb4a5e"} 3.2775236e+08 node_network_receive_bytes_total{device="docker0"} 252 node_network_receive_bytes_total{device="eno1"} 1.777414935e+09 node_network_receive_bytes_total{device="eno2"} 0 node_network_receive_bytes_total{device="eno33np0"} 5.7427266889849e+13 node_network_receive_bytes_total{device="eno33np0.3604"} 5.6953060743555e+13 node_network_receive_bytes_total{device="eno34np1"} 0 node_network_receive_bytes_total{device="lo"} 9.84594286204e+11 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="cali066433ba2a4"} 0 node_network_receive_compressed_total{device="cali16d13f3b842"} 0 node_network_receive_compressed_total{device="cali218ae4a84f0"} 0 node_network_receive_compressed_total{device="cali26bb92978dc"} 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="cali16d13f3b842"} 0 node_network_receive_drop_total{device="cali218ae4a84f0"} 0 node_network_receive_drop_total{device="cali26bb92978dc"} 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"} 267052 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="cali16d13f3b842"} 0 node_network_receive_errs_total{device="cali218ae4a84f0"} 0 node_network_receive_errs_total{device="cali26bb92978dc"} 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="cali16d13f3b842"} 0 node_network_receive_fifo_total{device="cali218ae4a84f0"} 0 node_network_receive_fifo_total{device="cali26bb92978dc"} 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="cali16d13f3b842"} 0 node_network_receive_frame_total{device="cali218ae4a84f0"} 0 node_network_receive_frame_total{device="cali26bb92978dc"} 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="cali16d13f3b842"} 0 node_network_receive_multicast_total{device="cali218ae4a84f0"} 0 node_network_receive_multicast_total{device="cali26bb92978dc"} 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.5433593e+07 node_network_receive_multicast_total{device="eno2"} 0 node_network_receive_multicast_total{device="eno33np0"} 1.241649e+06 node_network_receive_multicast_total{device="eno33np0.3604"} 705051 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="cali16d13f3b842"} 0 node_network_receive_nohandler_total{device="cali218ae4a84f0"} 0 node_network_receive_nohandler_total{device="cali26bb92978dc"} 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"} 3.0274968e+07 node_network_receive_packets_total{device="cali16d13f3b842"} 1.1733111e+07 node_network_receive_packets_total{device="cali218ae4a84f0"} 3.77003e+06 node_network_receive_packets_total{device="cali26bb92978dc"} 2.234397e+06 node_network_receive_packets_total{device="cali28a7b91fa52"} 457 node_network_receive_packets_total{device="cali9c18b3beec5"} 379330 node_network_receive_packets_total{device="calia8e07cb4a5e"} 1.889448e+06 node_network_receive_packets_total{device="docker0"} 9 node_network_receive_packets_total{device="eno1"} 1.6376356e+07 node_network_receive_packets_total{device="eno2"} 0 node_network_receive_packets_total{device="eno33np0"} 1.3364730046e+10 node_network_receive_packets_total{device="eno33np0.3604"} 9.010557638e+09 node_network_receive_packets_total{device="eno34np1"} 0 node_network_receive_packets_total{device="lo"} 4.174226e+07 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="cali066433ba2a4"} 1.25e+09 node_network_speed_bytes{device="cali16d13f3b842"} 1.25e+09 node_network_speed_bytes{device="cali218ae4a84f0"} 1.25e+09 node_network_speed_bytes{device="cali26bb92978dc"} 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"} 1.57297094496e+11 node_network_transmit_bytes_total{device="cali16d13f3b842"} 1.7177514133e+10 node_network_transmit_bytes_total{device="cali218ae4a84f0"} 5.57754283e+08 node_network_transmit_bytes_total{device="cali26bb92978dc"} 4.01928406e+08 node_network_transmit_bytes_total{device="cali28a7b91fa52"} 1.4766696e+07 node_network_transmit_bytes_total{device="cali9c18b3beec5"} 3.6670035e+07 node_network_transmit_bytes_total{device="calia8e07cb4a5e"} 2.150612254e+09 node_network_transmit_bytes_total{device="docker0"} 1910 node_network_transmit_bytes_total{device="eno1"} 1.4852153e+07 node_network_transmit_bytes_total{device="eno2"} 0 node_network_transmit_bytes_total{device="eno33np0"} 1.43367337630929e+14 node_network_transmit_bytes_total{device="eno33np0.3604"} 1.42428514102922e+14 node_network_transmit_bytes_total{device="eno34np1"} 0 node_network_transmit_bytes_total{device="lo"} 9.84594286204e+11 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="cali066433ba2a4"} 0 node_network_transmit_carrier_total{device="cali16d13f3b842"} 0 node_network_transmit_carrier_total{device="cali218ae4a84f0"} 0 node_network_transmit_carrier_total{device="cali26bb92978dc"} 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="cali16d13f3b842"} 0 node_network_transmit_colls_total{device="cali218ae4a84f0"} 0 node_network_transmit_colls_total{device="cali26bb92978dc"} 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="cali16d13f3b842"} 0 node_network_transmit_compressed_total{device="cali218ae4a84f0"} 0 node_network_transmit_compressed_total{device="cali26bb92978dc"} 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="cali16d13f3b842"} 0 node_network_transmit_drop_total{device="cali218ae4a84f0"} 0 node_network_transmit_drop_total{device="cali26bb92978dc"} 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"} 14 node_network_transmit_drop_total{device="eno1"} 0 node_network_transmit_drop_total{device="eno2"} 2208 node_network_transmit_drop_total{device="eno33np0"} 0 node_network_transmit_drop_total{device="eno33np0.3604"} 0 node_network_transmit_drop_total{device="eno34np1"} 2208 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="cali16d13f3b842"} 0 node_network_transmit_errs_total{device="cali218ae4a84f0"} 0 node_network_transmit_errs_total{device="cali26bb92978dc"} 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="cali16d13f3b842"} 0 node_network_transmit_fifo_total{device="cali218ae4a84f0"} 0 node_network_transmit_fifo_total{device="cali26bb92978dc"} 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"} 4.4609179e+07 node_network_transmit_packets_total{device="cali16d13f3b842"} 1.2671448e+07 node_network_transmit_packets_total{device="cali218ae4a84f0"} 3.16505e+06 node_network_transmit_packets_total{device="cali26bb92978dc"} 2.467953e+06 node_network_transmit_packets_total{device="cali28a7b91fa52"} 55103 node_network_transmit_packets_total{device="cali9c18b3beec5"} 379085 node_network_transmit_packets_total{device="calia8e07cb4a5e"} 1.847958e+06 node_network_transmit_packets_total{device="docker0"} 13 node_network_transmit_packets_total{device="eno1"} 61127 node_network_transmit_packets_total{device="eno2"} 0 node_network_transmit_packets_total{device="eno33np0"} 2.0964345219e+10 node_network_transmit_packets_total{device="eno33np0.3604"} 8.004995647e+09 node_network_transmit_packets_total{device="eno34np1"} 0 node_network_transmit_packets_total{device="lo"} 4.174226e+07 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="cali066433ba2a4"} 1000 node_network_transmit_queue_length{device="cali16d13f3b842"} 1000 node_network_transmit_queue_length{device="cali218ae4a84f0"} 1000 node_network_transmit_queue_length{device="cali26bb92978dc"} 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="cali16d13f3b842"} 1 node_network_up{device="cali218ae4a84f0"} 1 node_network_up{device="cali26bb92978dc"} 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 6399 # 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 4354 # 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 202064 # 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 4354 # 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.036623e+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"} 7.783299e+06 node_nfs_requests_total{method="Allocate",proto="4"} 0 node_nfs_requests_total{method="BindConnToSession",proto="4"} 0 node_nfs_requests_total{method="Clone",proto="4"} 2 node_nfs_requests_total{method="Close",proto="4"} 2.1356797e+07 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 9872 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"} 2248 node_nfs_requests_total{method="CreateSession",proto="4"} 5 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 4.786264e+06 node_nfs_requests_total{method="DestroyClientID",proto="4"} 0 node_nfs_requests_total{method="DestroySession",proto="4"} 2 node_nfs_requests_total{method="ExchangeID",proto="4"} 8 node_nfs_requests_total{method="FreeStateID",proto="4"} 23 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 12 node_nfs_requests_total{method="FsLocations",proto="4"} 0 node_nfs_requests_total{method="FsStat",proto="2"} 0 node_nfs_requests_total{method="FsStat",proto="3"} 0 node_nfs_requests_total{method="FsidPresent",proto="4"} 0 node_nfs_requests_total{method="GetACL",proto="4"} 0 node_nfs_requests_total{method="GetAttr",proto="2"} 0 node_nfs_requests_total{method="GetAttr",proto="3"} 0 node_nfs_requests_total{method="GetDeviceInfo",proto="4"} 0 node_nfs_requests_total{method="GetDeviceList",proto="4"} 0 node_nfs_requests_total{method="GetLeaseTime",proto="4"} 2 node_nfs_requests_total{method="Getattr",proto="4"} 1.1211161e+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"} 23 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 23 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"} 9.875226e+06 node_nfs_requests_total{method="LookupRoot",proto="4"} 3 node_nfs_requests_total{method="MkDir",proto="2"} 0 node_nfs_requests_total{method="MkDir",proto="3"} 0 node_nfs_requests_total{method="MkNod",proto="3"} 0 node_nfs_requests_total{method="Null",proto="2"} 0 node_nfs_requests_total{method="Null",proto="3"} 0 node_nfs_requests_total{method="Null",proto="4"} 3 node_nfs_requests_total{method="Open",proto="4"} 2.692885e+06 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 0 node_nfs_requests_total{method="OpenNoattr",proto="4"} 1.9043016e+07 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 9 node_nfs_requests_total{method="Read",proto="2"} 0 node_nfs_requests_total{method="Read",proto="3"} 0 node_nfs_requests_total{method="Read",proto="4"} 2.067172e+06 node_nfs_requests_total{method="ReadDir",proto="2"} 0 node_nfs_requests_total{method="ReadDir",proto="3"} 0 node_nfs_requests_total{method="ReadDir",proto="4"} 15871 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"} 1709 node_nfs_requests_total{method="ReclaimComplete",proto="4"} 3 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"} 2.448826e+06 node_nfs_requests_total{method="Rename",proto="2"} 0 node_nfs_requests_total{method="Rename",proto="3"} 0 node_nfs_requests_total{method="Rename",proto="4"} 10397 node_nfs_requests_total{method="Renew",proto="4"} 0 node_nfs_requests_total{method="RmDir",proto="2"} 0 node_nfs_requests_total{method="RmDir",proto="3"} 0 node_nfs_requests_total{method="Root",proto="2"} 0 node_nfs_requests_total{method="Secinfo",proto="4"} 0 node_nfs_requests_total{method="SecinfoNoName",proto="4"} 3 node_nfs_requests_total{method="Seek",proto="4"} 367247 node_nfs_requests_total{method="Sequence",proto="4"} 720 node_nfs_requests_total{method="ServerCaps",proto="4"} 21 node_nfs_requests_total{method="SetACL",proto="4"} 0 node_nfs_requests_total{method="SetAttr",proto="2"} 0 node_nfs_requests_total{method="SetAttr",proto="3"} 0 node_nfs_requests_total{method="SetClientID",proto="4"} 0 node_nfs_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfs_requests_total{method="Setattr",proto="4"} 1.9592867e+07 node_nfs_requests_total{method="StatFs",proto="4"} 244177 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"} 114 node_nfs_requests_total{method="TestStateID",proto="4"} 1 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 1.6031383e+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.17598714e+08 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 14769 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 1.17598543e+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="PHAB113500ZQ1P9SGN",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="1.2.4",model="Dell Ent NVMe P5500 RI U.2 1.92TB",serial="PHAB113500X61P9SGN",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 16 # 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"} 87871.058667544 node_schedstat_running_seconds_total{cpu="1"} 86887.738188645 node_schedstat_running_seconds_total{cpu="10"} 111069.479871821 node_schedstat_running_seconds_total{cpu="11"} 121402.049649624 node_schedstat_running_seconds_total{cpu="12"} 421161.6674547 node_schedstat_running_seconds_total{cpu="13"} 104652.249144855 node_schedstat_running_seconds_total{cpu="14"} 112199.689318402 node_schedstat_running_seconds_total{cpu="15"} 435612.029880406 node_schedstat_running_seconds_total{cpu="16"} 108206.936690498 node_schedstat_running_seconds_total{cpu="17"} 109925.990435363 node_schedstat_running_seconds_total{cpu="18"} 382730.067785664 node_schedstat_running_seconds_total{cpu="19"} 96987.483302186 node_schedstat_running_seconds_total{cpu="2"} 96511.594006911 node_schedstat_running_seconds_total{cpu="20"} 94781.343997533 node_schedstat_running_seconds_total{cpu="21"} 411995.576365221 node_schedstat_running_seconds_total{cpu="22"} 106139.482850302 node_schedstat_running_seconds_total{cpu="23"} 105166.00244889 node_schedstat_running_seconds_total{cpu="24"} 255666.751269156 node_schedstat_running_seconds_total{cpu="25"} 124382.156546024 node_schedstat_running_seconds_total{cpu="26"} 113084.306490523 node_schedstat_running_seconds_total{cpu="27"} 332772.555425554 node_schedstat_running_seconds_total{cpu="28"} 99117.366317293 node_schedstat_running_seconds_total{cpu="29"} 111108.905148613 node_schedstat_running_seconds_total{cpu="3"} 541688.8817878 node_schedstat_running_seconds_total{cpu="30"} 339650.414216523 node_schedstat_running_seconds_total{cpu="31"} 119342.015384411 node_schedstat_running_seconds_total{cpu="32"} 116071.557749713 node_schedstat_running_seconds_total{cpu="33"} 349000.912253465 node_schedstat_running_seconds_total{cpu="34"} 126705.297964036 node_schedstat_running_seconds_total{cpu="35"} 120217.800715693 node_schedstat_running_seconds_total{cpu="36"} 365568.409907859 node_schedstat_running_seconds_total{cpu="37"} 113767.016934892 node_schedstat_running_seconds_total{cpu="38"} 123350.036598921 node_schedstat_running_seconds_total{cpu="39"} 367739.681943985 node_schedstat_running_seconds_total{cpu="4"} 113676.244898615 node_schedstat_running_seconds_total{cpu="40"} 132743.431668391 node_schedstat_running_seconds_total{cpu="41"} 128665.346893958 node_schedstat_running_seconds_total{cpu="42"} 373834.91223158 node_schedstat_running_seconds_total{cpu="43"} 131601.095831412 node_schedstat_running_seconds_total{cpu="44"} 132852.971946383 node_schedstat_running_seconds_total{cpu="45"} 357533.374749483 node_schedstat_running_seconds_total{cpu="46"} 129168.625486092 node_schedstat_running_seconds_total{cpu="47"} 126409.96718794 node_schedstat_running_seconds_total{cpu="48"} 275102.560158811 node_schedstat_running_seconds_total{cpu="49"} 92831.573433225 node_schedstat_running_seconds_total{cpu="5"} 115222.321201462 node_schedstat_running_seconds_total{cpu="50"} 72791.329848531 node_schedstat_running_seconds_total{cpu="51"} 246570.513029739 node_schedstat_running_seconds_total{cpu="52"} 82113.888392308 node_schedstat_running_seconds_total{cpu="53"} 150069.536791999 node_schedstat_running_seconds_total{cpu="54"} 195482.777843872 node_schedstat_running_seconds_total{cpu="55"} 74797.186788562 node_schedstat_running_seconds_total{cpu="56"} 91877.583336776 node_schedstat_running_seconds_total{cpu="57"} 162338.479436766 node_schedstat_running_seconds_total{cpu="58"} 91324.805113049 node_schedstat_running_seconds_total{cpu="59"} 97965.102110232 node_schedstat_running_seconds_total{cpu="6"} 547358.477255391 node_schedstat_running_seconds_total{cpu="60"} 271641.761359418 node_schedstat_running_seconds_total{cpu="61"} 96453.0058813 node_schedstat_running_seconds_total{cpu="62"} 98629.031854041 node_schedstat_running_seconds_total{cpu="63"} 232788.109007505 node_schedstat_running_seconds_total{cpu="64"} 85177.56913148 node_schedstat_running_seconds_total{cpu="65"} 111412.155313625 node_schedstat_running_seconds_total{cpu="66"} 271259.725227763 node_schedstat_running_seconds_total{cpu="67"} 78547.846754083 node_schedstat_running_seconds_total{cpu="68"} 111271.361226898 node_schedstat_running_seconds_total{cpu="69"} 226894.130871302 node_schedstat_running_seconds_total{cpu="7"} 118962.031484451 node_schedstat_running_seconds_total{cpu="70"} 87500.660916291 node_schedstat_running_seconds_total{cpu="71"} 110309.316977129 node_schedstat_running_seconds_total{cpu="72"} 185766.618831361 node_schedstat_running_seconds_total{cpu="73"} 114487.353648094 node_schedstat_running_seconds_total{cpu="74"} 164793.939484741 node_schedstat_running_seconds_total{cpu="75"} 293047.220843273 node_schedstat_running_seconds_total{cpu="76"} 160592.327307587 node_schedstat_running_seconds_total{cpu="77"} 150985.943506351 node_schedstat_running_seconds_total{cpu="78"} 226950.747097795 node_schedstat_running_seconds_total{cpu="79"} 107488.266564826 node_schedstat_running_seconds_total{cpu="8"} 127804.440451879 node_schedstat_running_seconds_total{cpu="80"} 251080.129157648 node_schedstat_running_seconds_total{cpu="81"} 247979.684564336 node_schedstat_running_seconds_total{cpu="82"} 120553.964444277 node_schedstat_running_seconds_total{cpu="83"} 169021.244574273 node_schedstat_running_seconds_total{cpu="84"} 224950.549437129 node_schedstat_running_seconds_total{cpu="85"} 97778.55557803 node_schedstat_running_seconds_total{cpu="86"} 165804.160112023 node_schedstat_running_seconds_total{cpu="87"} 211827.785050685 node_schedstat_running_seconds_total{cpu="88"} 112894.097999459 node_schedstat_running_seconds_total{cpu="89"} 134419.607134968 node_schedstat_running_seconds_total{cpu="9"} 527430.424280673 node_schedstat_running_seconds_total{cpu="90"} 164154.174168156 node_schedstat_running_seconds_total{cpu="91"} 124661.418690256 node_schedstat_running_seconds_total{cpu="92"} 157660.997765706 node_schedstat_running_seconds_total{cpu="93"} 201048.494739216 node_schedstat_running_seconds_total{cpu="94"} 120147.818120028 node_schedstat_running_seconds_total{cpu="95"} 161998.539363613 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 6.27257454e+08 node_schedstat_timeslices_total{cpu="1"} 5.29809641e+08 node_schedstat_timeslices_total{cpu="10"} 4.53472997e+08 node_schedstat_timeslices_total{cpu="11"} 4.47982484e+08 node_schedstat_timeslices_total{cpu="12"} 3.64266683e+08 node_schedstat_timeslices_total{cpu="13"} 4.54664366e+08 node_schedstat_timeslices_total{cpu="14"} 4.58316892e+08 node_schedstat_timeslices_total{cpu="15"} 3.6928228e+08 node_schedstat_timeslices_total{cpu="16"} 4.57338501e+08 node_schedstat_timeslices_total{cpu="17"} 4.57371922e+08 node_schedstat_timeslices_total{cpu="18"} 3.96721008e+08 node_schedstat_timeslices_total{cpu="19"} 4.64539537e+08 node_schedstat_timeslices_total{cpu="2"} 5.09701757e+08 node_schedstat_timeslices_total{cpu="20"} 4.78214482e+08 node_schedstat_timeslices_total{cpu="21"} 3.82437234e+08 node_schedstat_timeslices_total{cpu="22"} 4.65105099e+08 node_schedstat_timeslices_total{cpu="23"} 4.63576537e+08 node_schedstat_timeslices_total{cpu="24"} 3.95326322e+08 node_schedstat_timeslices_total{cpu="25"} 4.21757718e+08 node_schedstat_timeslices_total{cpu="26"} 4.11911124e+08 node_schedstat_timeslices_total{cpu="27"} 3.37160652e+08 node_schedstat_timeslices_total{cpu="28"} 3.85399408e+08 node_schedstat_timeslices_total{cpu="29"} 3.85528038e+08 node_schedstat_timeslices_total{cpu="3"} 3.46101183e+08 node_schedstat_timeslices_total{cpu="30"} 3.39406997e+08 node_schedstat_timeslices_total{cpu="31"} 3.8551672e+08 node_schedstat_timeslices_total{cpu="32"} 3.85544235e+08 node_schedstat_timeslices_total{cpu="33"} 3.32876504e+08 node_schedstat_timeslices_total{cpu="34"} 3.80891921e+08 node_schedstat_timeslices_total{cpu="35"} 3.80597939e+08 node_schedstat_timeslices_total{cpu="36"} 3.31191263e+08 node_schedstat_timeslices_total{cpu="37"} 3.80041601e+08 node_schedstat_timeslices_total{cpu="38"} 3.8028264e+08 node_schedstat_timeslices_total{cpu="39"} 3.33835215e+08 node_schedstat_timeslices_total{cpu="4"} 4.49790933e+08 node_schedstat_timeslices_total{cpu="40"} 3.81360795e+08 node_schedstat_timeslices_total{cpu="41"} 3.80750704e+08 node_schedstat_timeslices_total{cpu="42"} 3.33016451e+08 node_schedstat_timeslices_total{cpu="43"} 3.82371053e+08 node_schedstat_timeslices_total{cpu="44"} 3.81631283e+08 node_schedstat_timeslices_total{cpu="45"} 3.35725574e+08 node_schedstat_timeslices_total{cpu="46"} 3.81501053e+08 node_schedstat_timeslices_total{cpu="47"} 3.82354805e+08 node_schedstat_timeslices_total{cpu="48"} 4.47707413e+08 node_schedstat_timeslices_total{cpu="49"} 4.78249543e+08 node_schedstat_timeslices_total{cpu="5"} 4.40686395e+08 node_schedstat_timeslices_total{cpu="50"} 4.86801314e+08 node_schedstat_timeslices_total{cpu="51"} 3.87180111e+08 node_schedstat_timeslices_total{cpu="52"} 4.42775916e+08 node_schedstat_timeslices_total{cpu="53"} 4.37105121e+08 node_schedstat_timeslices_total{cpu="54"} 4.06637468e+08 node_schedstat_timeslices_total{cpu="55"} 4.46423968e+08 node_schedstat_timeslices_total{cpu="56"} 4.45778552e+08 node_schedstat_timeslices_total{cpu="57"} 4.15542251e+08 node_schedstat_timeslices_total{cpu="58"} 4.51410474e+08 node_schedstat_timeslices_total{cpu="59"} 4.50108676e+08 node_schedstat_timeslices_total{cpu="6"} 3.38528932e+08 node_schedstat_timeslices_total{cpu="60"} 4.04638437e+08 node_schedstat_timeslices_total{cpu="61"} 4.58127772e+08 node_schedstat_timeslices_total{cpu="62"} 4.61207052e+08 node_schedstat_timeslices_total{cpu="63"} 4.24331779e+08 node_schedstat_timeslices_total{cpu="64"} 4.69272863e+08 node_schedstat_timeslices_total{cpu="65"} 4.62987396e+08 node_schedstat_timeslices_total{cpu="66"} 4.22046462e+08 node_schedstat_timeslices_total{cpu="67"} 5.02603092e+08 node_schedstat_timeslices_total{cpu="68"} 4.82235023e+08 node_schedstat_timeslices_total{cpu="69"} 4.31452202e+08 node_schedstat_timeslices_total{cpu="7"} 4.47592191e+08 node_schedstat_timeslices_total{cpu="70"} 4.74066498e+08 node_schedstat_timeslices_total{cpu="71"} 4.80731649e+08 node_schedstat_timeslices_total{cpu="72"} 3.81023636e+08 node_schedstat_timeslices_total{cpu="73"} 3.96104948e+08 node_schedstat_timeslices_total{cpu="74"} 3.82816305e+08 node_schedstat_timeslices_total{cpu="75"} 3.40785477e+08 node_schedstat_timeslices_total{cpu="76"} 3.75937546e+08 node_schedstat_timeslices_total{cpu="77"} 3.73616295e+08 node_schedstat_timeslices_total{cpu="78"} 3.58449314e+08 node_schedstat_timeslices_total{cpu="79"} 3.85104599e+08 node_schedstat_timeslices_total{cpu="8"} 4.48489416e+08 node_schedstat_timeslices_total{cpu="80"} 3.59844451e+08 node_schedstat_timeslices_total{cpu="81"} 3.50008517e+08 node_schedstat_timeslices_total{cpu="82"} 3.79549115e+08 node_schedstat_timeslices_total{cpu="83"} 3.69328999e+08 node_schedstat_timeslices_total{cpu="84"} 3.52956858e+08 node_schedstat_timeslices_total{cpu="85"} 3.85720307e+08 node_schedstat_timeslices_total{cpu="86"} 3.71021391e+08 node_schedstat_timeslices_total{cpu="87"} 3.58835603e+08 node_schedstat_timeslices_total{cpu="88"} 3.81516371e+08 node_schedstat_timeslices_total{cpu="89"} 3.74999611e+08 node_schedstat_timeslices_total{cpu="9"} 3.38025313e+08 node_schedstat_timeslices_total{cpu="90"} 3.70222836e+08 node_schedstat_timeslices_total{cpu="91"} 3.81445465e+08 node_schedstat_timeslices_total{cpu="92"} 3.74158238e+08 node_schedstat_timeslices_total{cpu="93"} 3.59782098e+08 node_schedstat_timeslices_total{cpu="94"} 3.78528507e+08 node_schedstat_timeslices_total{cpu="95"} 3.72707997e+08 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 8011.716965568 node_schedstat_waiting_seconds_total{cpu="1"} 8285.10140191 node_schedstat_waiting_seconds_total{cpu="10"} 5834.17496449 node_schedstat_waiting_seconds_total{cpu="11"} 6931.825770321 node_schedstat_waiting_seconds_total{cpu="12"} 8025.005146532 node_schedstat_waiting_seconds_total{cpu="13"} 8407.722250962 node_schedstat_waiting_seconds_total{cpu="14"} 8313.010322498 node_schedstat_waiting_seconds_total{cpu="15"} 6598.809261155 node_schedstat_waiting_seconds_total{cpu="16"} 7300.988899774 node_schedstat_waiting_seconds_total{cpu="17"} 7321.435295413 node_schedstat_waiting_seconds_total{cpu="18"} 6837.219663931 node_schedstat_waiting_seconds_total{cpu="19"} 6712.13749013 node_schedstat_waiting_seconds_total{cpu="2"} 7982.071476669 node_schedstat_waiting_seconds_total{cpu="20"} 6272.972443696 node_schedstat_waiting_seconds_total{cpu="21"} 5600.861975501 node_schedstat_waiting_seconds_total{cpu="22"} 7900.486276048 node_schedstat_waiting_seconds_total{cpu="23"} 7422.990216321 node_schedstat_waiting_seconds_total{cpu="24"} 8870.635910851 node_schedstat_waiting_seconds_total{cpu="25"} 10580.194736406 node_schedstat_waiting_seconds_total{cpu="26"} 10893.699434454 node_schedstat_waiting_seconds_total{cpu="27"} 10714.30633253 node_schedstat_waiting_seconds_total{cpu="28"} 11503.509314677 node_schedstat_waiting_seconds_total{cpu="29"} 11789.846186915 node_schedstat_waiting_seconds_total{cpu="3"} 6120.864877519 node_schedstat_waiting_seconds_total{cpu="30"} 11725.803187392 node_schedstat_waiting_seconds_total{cpu="31"} 11245.539368635 node_schedstat_waiting_seconds_total{cpu="32"} 11676.23501249 node_schedstat_waiting_seconds_total{cpu="33"} 11487.812205026 node_schedstat_waiting_seconds_total{cpu="34"} 11864.264687366 node_schedstat_waiting_seconds_total{cpu="35"} 12035.010330715 node_schedstat_waiting_seconds_total{cpu="36"} 10991.21501788 node_schedstat_waiting_seconds_total{cpu="37"} 11377.046009564 node_schedstat_waiting_seconds_total{cpu="38"} 11966.280362382 node_schedstat_waiting_seconds_total{cpu="39"} 12501.037645785 node_schedstat_waiting_seconds_total{cpu="4"} 6910.126841133 node_schedstat_waiting_seconds_total{cpu="40"} 13281.780377339 node_schedstat_waiting_seconds_total{cpu="41"} 13801.294844879 node_schedstat_waiting_seconds_total{cpu="42"} 14065.4932059 node_schedstat_waiting_seconds_total{cpu="43"} 14754.404089692 node_schedstat_waiting_seconds_total{cpu="44"} 14761.152382976 node_schedstat_waiting_seconds_total{cpu="45"} 11063.047576418 node_schedstat_waiting_seconds_total{cpu="46"} 10830.926818277 node_schedstat_waiting_seconds_total{cpu="47"} 10754.00836044 node_schedstat_waiting_seconds_total{cpu="48"} 7500.886140291 node_schedstat_waiting_seconds_total{cpu="49"} 7481.382258346 node_schedstat_waiting_seconds_total{cpu="5"} 7065.542365373 node_schedstat_waiting_seconds_total{cpu="50"} 8200.413469567 node_schedstat_waiting_seconds_total{cpu="51"} 6264.795198401 node_schedstat_waiting_seconds_total{cpu="52"} 6353.797369093 node_schedstat_waiting_seconds_total{cpu="53"} 6498.136290506 node_schedstat_waiting_seconds_total{cpu="54"} 7698.884233774 node_schedstat_waiting_seconds_total{cpu="55"} 7992.917553095 node_schedstat_waiting_seconds_total{cpu="56"} 7741.847264312 node_schedstat_waiting_seconds_total{cpu="57"} 6723.381828899 node_schedstat_waiting_seconds_total{cpu="58"} 5569.046622895 node_schedstat_waiting_seconds_total{cpu="59"} 6848.85970145 node_schedstat_waiting_seconds_total{cpu="6"} 7378.400149534 node_schedstat_waiting_seconds_total{cpu="60"} 7955.128727889 node_schedstat_waiting_seconds_total{cpu="61"} 8255.817676702 node_schedstat_waiting_seconds_total{cpu="62"} 8009.680967202 node_schedstat_waiting_seconds_total{cpu="63"} 6168.972160575 node_schedstat_waiting_seconds_total{cpu="64"} 6599.349792603 node_schedstat_waiting_seconds_total{cpu="65"} 6547.932442109 node_schedstat_waiting_seconds_total{cpu="66"} 7086.638751052 node_schedstat_waiting_seconds_total{cpu="67"} 6014.994229148 node_schedstat_waiting_seconds_total{cpu="68"} 6246.194796215 node_schedstat_waiting_seconds_total{cpu="69"} 5233.681275869 node_schedstat_waiting_seconds_total{cpu="7"} 8305.614574452 node_schedstat_waiting_seconds_total{cpu="70"} 7752.604431688 node_schedstat_waiting_seconds_total{cpu="71"} 7607.560183873 node_schedstat_waiting_seconds_total{cpu="72"} 8896.819572722 node_schedstat_waiting_seconds_total{cpu="73"} 10618.417969354 node_schedstat_waiting_seconds_total{cpu="74"} 10421.665137262 node_schedstat_waiting_seconds_total{cpu="75"} 10428.442369625 node_schedstat_waiting_seconds_total{cpu="76"} 10947.465403521 node_schedstat_waiting_seconds_total{cpu="77"} 11329.954891073 node_schedstat_waiting_seconds_total{cpu="78"} 11511.725344857 node_schedstat_waiting_seconds_total{cpu="79"} 10748.395036215 node_schedstat_waiting_seconds_total{cpu="8"} 8110.640032083 node_schedstat_waiting_seconds_total{cpu="80"} 11033.175539081 node_schedstat_waiting_seconds_total{cpu="81"} 11206.405304984 node_schedstat_waiting_seconds_total{cpu="82"} 11392.603787265 node_schedstat_waiting_seconds_total{cpu="83"} 11350.275644995 node_schedstat_waiting_seconds_total{cpu="84"} 10871.573494215 node_schedstat_waiting_seconds_total{cpu="85"} 10982.892929588 node_schedstat_waiting_seconds_total{cpu="86"} 11559.754817169 node_schedstat_waiting_seconds_total{cpu="87"} 12288.451693553 node_schedstat_waiting_seconds_total{cpu="88"} 12963.21800372 node_schedstat_waiting_seconds_total{cpu="89"} 13303.226769642 node_schedstat_waiting_seconds_total{cpu="9"} 6237.476424315 node_schedstat_waiting_seconds_total{cpu="90"} 13609.468418746 node_schedstat_waiting_seconds_total{cpu="91"} 14272.40918305 node_schedstat_waiting_seconds_total{cpu="92"} 13585.253579884 node_schedstat_waiting_seconds_total{cpu="93"} 10840.283554644 node_schedstat_waiting_seconds_total{cpu="94"} 10307.068662518 node_schedstat_waiting_seconds_total{cpu="95"} 10348.201637893 # 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.001568653 node_scrape_collector_duration_seconds{collector="bcache"} 1.8345e-05 node_scrape_collector_duration_seconds{collector="bonding"} 8.5831e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.036076224 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000624245 node_scrape_collector_duration_seconds{collector="cpu"} 0.062110315 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.052732872 node_scrape_collector_duration_seconds{collector="diskstats"} 0.099502106 node_scrape_collector_duration_seconds{collector="dmi"} 1.2894e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.00053629 node_scrape_collector_duration_seconds{collector="entropy"} 0.035860198 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.5409e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.000301788 node_scrape_collector_duration_seconds{collector="filesystem"} 0.010327061 node_scrape_collector_duration_seconds{collector="hwmon"} 0.003816485 node_scrape_collector_duration_seconds{collector="infiniband"} 2.5688e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.8575e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.052218914 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000101992 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000234482 node_scrape_collector_duration_seconds{collector="netclass"} 0.01162238 node_scrape_collector_duration_seconds{collector="netdev"} 0.053747812 node_scrape_collector_duration_seconds{collector="netstat"} 0.001085734 node_scrape_collector_duration_seconds{collector="nfs"} 0.000163598 node_scrape_collector_duration_seconds{collector="nfsd"} 7.7196e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000477168 node_scrape_collector_duration_seconds{collector="os"} 0.062975253 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.7699e-05 node_scrape_collector_duration_seconds{collector="pressure"} 5.4623e-05 node_scrape_collector_duration_seconds{collector="rapl"} 0.00037193 node_scrape_collector_duration_seconds{collector="schedstat"} 0.033891912 node_scrape_collector_duration_seconds{collector="selinux"} 4.0236e-05 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000208332 node_scrape_collector_duration_seconds{collector="softnet"} 0.000740073 node_scrape_collector_duration_seconds{collector="stat"} 0.001282244 node_scrape_collector_duration_seconds{collector="tapestats"} 1.5449e-05 node_scrape_collector_duration_seconds{collector="textfile"} 1.9557e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.055453934 node_scrape_collector_duration_seconds{collector="time"} 0.031911635 node_scrape_collector_duration_seconds{collector="timex"} 2.1561e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.054886165 node_scrape_collector_duration_seconds{collector="uname"} 8.917e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.034404849 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000277823 node_scrape_collector_duration_seconds{collector="xfs"} 0.036836556 node_scrape_collector_duration_seconds{collector="zfs"} 1.581e-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 178 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 5531 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 5334 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 75 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 5 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 7 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 12089 # 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.9516544e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 6111 # 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"} 838274 node_softnet_processed_total{cpu="1"} 1.000208e+06 node_softnet_processed_total{cpu="10"} 5.7941453e+08 node_softnet_processed_total{cpu="11"} 1.047781e+06 node_softnet_processed_total{cpu="12"} 753579 node_softnet_processed_total{cpu="13"} 4.62461728e+08 node_softnet_processed_total{cpu="14"} 1.1544717e+07 node_softnet_processed_total{cpu="15"} 893615 node_softnet_processed_total{cpu="16"} 1.0041756e+07 node_softnet_processed_total{cpu="17"} 1.32920912e+08 node_softnet_processed_total{cpu="18"} 1.03614503e+08 node_softnet_processed_total{cpu="19"} 6.04017467e+08 node_softnet_processed_total{cpu="2"} 2.7698553e+08 node_softnet_processed_total{cpu="20"} 2.229197054e+09 node_softnet_processed_total{cpu="21"} 9.398601e+06 node_softnet_processed_total{cpu="22"} 1.027564e+06 node_softnet_processed_total{cpu="23"} 930089 node_softnet_processed_total{cpu="24"} 989082 node_softnet_processed_total{cpu="25"} 986544 node_softnet_processed_total{cpu="26"} 901340 node_softnet_processed_total{cpu="27"} 726312 node_softnet_processed_total{cpu="28"} 886469 node_softnet_processed_total{cpu="29"} 911885 node_softnet_processed_total{cpu="3"} 818684 node_softnet_processed_total{cpu="30"} 753753 node_softnet_processed_total{cpu="31"} 908150 node_softnet_processed_total{cpu="32"} 895649 node_softnet_processed_total{cpu="33"} 710153 node_softnet_processed_total{cpu="34"} 867375 node_softnet_processed_total{cpu="35"} 881095 node_softnet_processed_total{cpu="36"} 689676 node_softnet_processed_total{cpu="37"} 873580 node_softnet_processed_total{cpu="38"} 870609 node_softnet_processed_total{cpu="39"} 719741 node_softnet_processed_total{cpu="4"} 2.07907861e+08 node_softnet_processed_total{cpu="40"} 859125 node_softnet_processed_total{cpu="41"} 871690 node_softnet_processed_total{cpu="42"} 707674 node_softnet_processed_total{cpu="43"} 858270 node_softnet_processed_total{cpu="44"} 860103 node_softnet_processed_total{cpu="45"} 735192 node_softnet_processed_total{cpu="46"} 874233 node_softnet_processed_total{cpu="47"} 882339 node_softnet_processed_total{cpu="48"} 893564 node_softnet_processed_total{cpu="49"} 912818 node_softnet_processed_total{cpu="5"} 4.39505728e+08 node_softnet_processed_total{cpu="50"} 1.753062875e+09 node_softnet_processed_total{cpu="51"} 730365 node_softnet_processed_total{cpu="52"} 857382 node_softnet_processed_total{cpu="53"} 829550 node_softnet_processed_total{cpu="54"} 1.7846042e+07 node_softnet_processed_total{cpu="55"} 7.91507267e+08 node_softnet_processed_total{cpu="56"} 965877 node_softnet_processed_total{cpu="57"} 4.02950309e+08 node_softnet_processed_total{cpu="58"} 967353 node_softnet_processed_total{cpu="59"} 9.6301887e+08 node_softnet_processed_total{cpu="6"} 806463 node_softnet_processed_total{cpu="60"} 1.206074815e+09 node_softnet_processed_total{cpu="61"} 1.064168e+06 node_softnet_processed_total{cpu="62"} 6.5371221e+07 node_softnet_processed_total{cpu="63"} 1.008812391e+09 node_softnet_processed_total{cpu="64"} 1.105359182e+09 node_softnet_processed_total{cpu="65"} 1.104911051e+09 node_softnet_processed_total{cpu="66"} 4.1339545e+07 node_softnet_processed_total{cpu="67"} 1.336138109e+09 node_softnet_processed_total{cpu="68"} 1.061143e+06 node_softnet_processed_total{cpu="69"} 7.89255115e+08 node_softnet_processed_total{cpu="7"} 5.33337069e+08 node_softnet_processed_total{cpu="70"} 7.48277663e+08 node_softnet_processed_total{cpu="71"} 9.44799745e+08 node_softnet_processed_total{cpu="72"} 960393 node_softnet_processed_total{cpu="73"} 910463 node_softnet_processed_total{cpu="74"} 873219 node_softnet_processed_total{cpu="75"} 753641 node_softnet_processed_total{cpu="76"} 881838 node_softnet_processed_total{cpu="77"} 899322 node_softnet_processed_total{cpu="78"} 2.929412e+06 node_softnet_processed_total{cpu="79"} 988937 node_softnet_processed_total{cpu="8"} 2.71780048e+08 node_softnet_processed_total{cpu="80"} 862785 node_softnet_processed_total{cpu="81"} 783807 node_softnet_processed_total{cpu="82"} 1.00135e+06 node_softnet_processed_total{cpu="83"} 875360 node_softnet_processed_total{cpu="84"} 779240 node_softnet_processed_total{cpu="85"} 910364 node_softnet_processed_total{cpu="86"} 875654 node_softnet_processed_total{cpu="87"} 818275 node_softnet_processed_total{cpu="88"} 982147 node_softnet_processed_total{cpu="89"} 880612 node_softnet_processed_total{cpu="9"} 854370 node_softnet_processed_total{cpu="90"} 872872 node_softnet_processed_total{cpu="91"} 903667 node_softnet_processed_total{cpu="92"} 873072 node_softnet_processed_total{cpu="93"} 849026 node_softnet_processed_total{cpu="94"} 919467 node_softnet_processed_total{cpu="95"} 887139 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="20"} 0 node_softnet_received_rps_total{cpu="21"} 0 node_softnet_received_rps_total{cpu="22"} 0 node_softnet_received_rps_total{cpu="23"} 0 node_softnet_received_rps_total{cpu="24"} 0 node_softnet_received_rps_total{cpu="25"} 0 node_softnet_received_rps_total{cpu="26"} 0 node_softnet_received_rps_total{cpu="27"} 0 node_softnet_received_rps_total{cpu="28"} 0 node_softnet_received_rps_total{cpu="29"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="30"} 0 node_softnet_received_rps_total{cpu="31"} 0 node_softnet_received_rps_total{cpu="32"} 0 node_softnet_received_rps_total{cpu="33"} 0 node_softnet_received_rps_total{cpu="34"} 0 node_softnet_received_rps_total{cpu="35"} 0 node_softnet_received_rps_total{cpu="36"} 0 node_softnet_received_rps_total{cpu="37"} 0 node_softnet_received_rps_total{cpu="38"} 0 node_softnet_received_rps_total{cpu="39"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="40"} 0 node_softnet_received_rps_total{cpu="41"} 0 node_softnet_received_rps_total{cpu="42"} 0 node_softnet_received_rps_total{cpu="43"} 0 node_softnet_received_rps_total{cpu="44"} 0 node_softnet_received_rps_total{cpu="45"} 0 node_softnet_received_rps_total{cpu="46"} 0 node_softnet_received_rps_total{cpu="47"} 0 node_softnet_received_rps_total{cpu="48"} 0 node_softnet_received_rps_total{cpu="49"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="50"} 0 node_softnet_received_rps_total{cpu="51"} 0 node_softnet_received_rps_total{cpu="52"} 0 node_softnet_received_rps_total{cpu="53"} 0 node_softnet_received_rps_total{cpu="54"} 0 node_softnet_received_rps_total{cpu="55"} 0 node_softnet_received_rps_total{cpu="56"} 0 node_softnet_received_rps_total{cpu="57"} 0 node_softnet_received_rps_total{cpu="58"} 0 node_softnet_received_rps_total{cpu="59"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="60"} 0 node_softnet_received_rps_total{cpu="61"} 0 node_softnet_received_rps_total{cpu="62"} 0 node_softnet_received_rps_total{cpu="63"} 0 node_softnet_received_rps_total{cpu="64"} 0 node_softnet_received_rps_total{cpu="65"} 0 node_softnet_received_rps_total{cpu="66"} 0 node_softnet_received_rps_total{cpu="67"} 0 node_softnet_received_rps_total{cpu="68"} 0 node_softnet_received_rps_total{cpu="69"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="70"} 0 node_softnet_received_rps_total{cpu="71"} 0 node_softnet_received_rps_total{cpu="72"} 0 node_softnet_received_rps_total{cpu="73"} 0 node_softnet_received_rps_total{cpu="74"} 0 node_softnet_received_rps_total{cpu="75"} 0 node_softnet_received_rps_total{cpu="76"} 0 node_softnet_received_rps_total{cpu="77"} 0 node_softnet_received_rps_total{cpu="78"} 0 node_softnet_received_rps_total{cpu="79"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="80"} 0 node_softnet_received_rps_total{cpu="81"} 0 node_softnet_received_rps_total{cpu="82"} 0 node_softnet_received_rps_total{cpu="83"} 0 node_softnet_received_rps_total{cpu="84"} 0 node_softnet_received_rps_total{cpu="85"} 0 node_softnet_received_rps_total{cpu="86"} 0 node_softnet_received_rps_total{cpu="87"} 0 node_softnet_received_rps_total{cpu="88"} 0 node_softnet_received_rps_total{cpu="89"} 0 node_softnet_received_rps_total{cpu="9"} 0 node_softnet_received_rps_total{cpu="90"} 0 node_softnet_received_rps_total{cpu="91"} 0 node_softnet_received_rps_total{cpu="92"} 0 node_softnet_received_rps_total{cpu="93"} 0 node_softnet_received_rps_total{cpu="94"} 0 node_softnet_received_rps_total{cpu="95"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 1 node_softnet_times_squeezed_total{cpu="1"} 0 node_softnet_times_squeezed_total{cpu="10"} 792 node_softnet_times_squeezed_total{cpu="11"} 0 node_softnet_times_squeezed_total{cpu="12"} 0 node_softnet_times_squeezed_total{cpu="13"} 126 node_softnet_times_squeezed_total{cpu="14"} 19 node_softnet_times_squeezed_total{cpu="15"} 0 node_softnet_times_squeezed_total{cpu="16"} 7 node_softnet_times_squeezed_total{cpu="17"} 29 node_softnet_times_squeezed_total{cpu="18"} 72 node_softnet_times_squeezed_total{cpu="19"} 457 node_softnet_times_squeezed_total{cpu="2"} 78 node_softnet_times_squeezed_total{cpu="20"} 1355 node_softnet_times_squeezed_total{cpu="21"} 8 node_softnet_times_squeezed_total{cpu="22"} 0 node_softnet_times_squeezed_total{cpu="23"} 1 node_softnet_times_squeezed_total{cpu="24"} 0 node_softnet_times_squeezed_total{cpu="25"} 0 node_softnet_times_squeezed_total{cpu="26"} 0 node_softnet_times_squeezed_total{cpu="27"} 0 node_softnet_times_squeezed_total{cpu="28"} 0 node_softnet_times_squeezed_total{cpu="29"} 0 node_softnet_times_squeezed_total{cpu="3"} 0 node_softnet_times_squeezed_total{cpu="30"} 0 node_softnet_times_squeezed_total{cpu="31"} 3 node_softnet_times_squeezed_total{cpu="32"} 0 node_softnet_times_squeezed_total{cpu="33"} 0 node_softnet_times_squeezed_total{cpu="34"} 0 node_softnet_times_squeezed_total{cpu="35"} 0 node_softnet_times_squeezed_total{cpu="36"} 0 node_softnet_times_squeezed_total{cpu="37"} 0 node_softnet_times_squeezed_total{cpu="38"} 0 node_softnet_times_squeezed_total{cpu="39"} 0 node_softnet_times_squeezed_total{cpu="4"} 88 node_softnet_times_squeezed_total{cpu="40"} 0 node_softnet_times_squeezed_total{cpu="41"} 0 node_softnet_times_squeezed_total{cpu="42"} 0 node_softnet_times_squeezed_total{cpu="43"} 0 node_softnet_times_squeezed_total{cpu="44"} 0 node_softnet_times_squeezed_total{cpu="45"} 0 node_softnet_times_squeezed_total{cpu="46"} 0 node_softnet_times_squeezed_total{cpu="47"} 0 node_softnet_times_squeezed_total{cpu="48"} 0 node_softnet_times_squeezed_total{cpu="49"} 0 node_softnet_times_squeezed_total{cpu="5"} 232 node_softnet_times_squeezed_total{cpu="50"} 1327 node_softnet_times_squeezed_total{cpu="51"} 0 node_softnet_times_squeezed_total{cpu="52"} 0 node_softnet_times_squeezed_total{cpu="53"} 0 node_softnet_times_squeezed_total{cpu="54"} 6 node_softnet_times_squeezed_total{cpu="55"} 695 node_softnet_times_squeezed_total{cpu="56"} 1 node_softnet_times_squeezed_total{cpu="57"} 371 node_softnet_times_squeezed_total{cpu="58"} 0 node_softnet_times_squeezed_total{cpu="59"} 568 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="60"} 945 node_softnet_times_squeezed_total{cpu="61"} 0 node_softnet_times_squeezed_total{cpu="62"} 8 node_softnet_times_squeezed_total{cpu="63"} 817 node_softnet_times_squeezed_total{cpu="64"} 1194 node_softnet_times_squeezed_total{cpu="65"} 784 node_softnet_times_squeezed_total{cpu="66"} 14 node_softnet_times_squeezed_total{cpu="67"} 1238 node_softnet_times_squeezed_total{cpu="68"} 0 node_softnet_times_squeezed_total{cpu="69"} 816 node_softnet_times_squeezed_total{cpu="7"} 121 node_softnet_times_squeezed_total{cpu="70"} 207 node_softnet_times_squeezed_total{cpu="71"} 656 node_softnet_times_squeezed_total{cpu="72"} 0 node_softnet_times_squeezed_total{cpu="73"} 0 node_softnet_times_squeezed_total{cpu="74"} 0 node_softnet_times_squeezed_total{cpu="75"} 1 node_softnet_times_squeezed_total{cpu="76"} 1 node_softnet_times_squeezed_total{cpu="77"} 0 node_softnet_times_squeezed_total{cpu="78"} 1 node_softnet_times_squeezed_total{cpu="79"} 2 node_softnet_times_squeezed_total{cpu="8"} 187 node_softnet_times_squeezed_total{cpu="80"} 0 node_softnet_times_squeezed_total{cpu="81"} 0 node_softnet_times_squeezed_total{cpu="82"} 0 node_softnet_times_squeezed_total{cpu="83"} 0 node_softnet_times_squeezed_total{cpu="84"} 1 node_softnet_times_squeezed_total{cpu="85"} 0 node_softnet_times_squeezed_total{cpu="86"} 0 node_softnet_times_squeezed_total{cpu="87"} 0 node_softnet_times_squeezed_total{cpu="88"} 0 node_softnet_times_squeezed_total{cpu="89"} 0 node_softnet_times_squeezed_total{cpu="9"} 1 node_softnet_times_squeezed_total{cpu="90"} 0 node_softnet_times_squeezed_total{cpu="91"} 0 node_softnet_times_squeezed_total{cpu="92"} 0 node_softnet_times_squeezed_total{cpu="93"} 0 node_softnet_times_squeezed_total{cpu="94"} 0 node_softnet_times_squeezed_total{cpu="95"} 1 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="tsc",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="tsc",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7579641860475059e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 1.7e-05 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000071690216064 # 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.008074 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 0 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 37 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="c018.af.uchicago.edu",release="5.14.0-570.35.1.el9_6.x86_64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Thu Aug 21 06:22:32 EDT 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 1417 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.40660672798e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 1.4851992e+07 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.43227247412e+11 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 3.161687613e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP node_watchdog_bootstatus Value of /sys/class/watchdog//bootstatus # TYPE node_watchdog_bootstatus gauge node_watchdog_bootstatus{name="watchdog0"} 0 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="SP5100 TCO timer",name="watchdog0",options="",pretimeout_governor="",state="inactive",status="0x0"} 1 # HELP node_watchdog_nowayout Value of /sys/class/watchdog//nowayout # TYPE node_watchdog_nowayout gauge node_watchdog_nowayout{name="watchdog0"} 0 # HELP node_watchdog_timeleft_seconds Value of /sys/class/watchdog//timeleft # TYPE node_watchdog_timeleft_seconds gauge node_watchdog_timeleft_seconds{name="watchdog0"} 600 # HELP node_watchdog_timeout_seconds Value of /sys/class/watchdog//timeout # TYPE node_watchdog_timeout_seconds gauge node_watchdog_timeout_seconds{name="watchdog0"} 60 # HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="nvme1n1"} 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="nvme1n1"} 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="nvme1n1"} 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="nvme1n1"} 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="nvme1n1"} 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="nvme1n1"} 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="nvme1n1"} 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="nvme1n1"} 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="nvme1n1"} 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="nvme1n1"} 1.398056e+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="nvme1n1"} 2.4999155e+07 # HELP node_xfs_block_mapping_extent_list_lookups_total Number of extent list lookups for a filesystem. # TYPE node_xfs_block_mapping_extent_list_lookups_total counter node_xfs_block_mapping_extent_list_lookups_total{device="nvme1n1"} 6.85579776e+08 # HELP node_xfs_block_mapping_reads_total Number of block map for read operations for a filesystem. # TYPE node_xfs_block_mapping_reads_total counter node_xfs_block_mapping_reads_total{device="nvme1n1"} 9.4027747e+07 # HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem. # TYPE node_xfs_block_mapping_unmaps_total counter node_xfs_block_mapping_unmaps_total{device="nvme1n1"} 1.9955462e+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="nvme1n1"} 5.44633643e+08 # HELP node_xfs_directory_operation_create_total Number of times a new directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_create_total counter node_xfs_directory_operation_create_total{device="nvme1n1"} 9.088279e+06 # HELP node_xfs_directory_operation_getdents_total Number of times the directory getdents operation was performed for a filesystem. # TYPE node_xfs_directory_operation_getdents_total counter node_xfs_directory_operation_getdents_total{device="nvme1n1"} 2.0054304e+07 # HELP node_xfs_directory_operation_lookup_total Number of file name directory lookups which miss the operating systems directory name lookup cache. # TYPE node_xfs_directory_operation_lookup_total counter node_xfs_directory_operation_lookup_total{device="nvme1n1"} 9.318993e+06 # HELP node_xfs_directory_operation_remove_total Number of times an existing directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_remove_total counter node_xfs_directory_operation_remove_total{device="nvme1n1"} 9.080949e+06 # HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem. # TYPE node_xfs_extent_allocation_blocks_allocated_total counter node_xfs_extent_allocation_blocks_allocated_total{device="nvme1n1"} 4.9927198e+08 # HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem. # TYPE node_xfs_extent_allocation_blocks_freed_total counter node_xfs_extent_allocation_blocks_freed_total{device="nvme1n1"} 4.95983296e+08 # HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem. # TYPE node_xfs_extent_allocation_extents_allocated_total counter node_xfs_extent_allocation_extents_allocated_total{device="nvme1n1"} 1.261801e+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="nvme1n1"} 1.2760585e+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="nvme1n1"} 8.159099e+06 # HELP node_xfs_inode_operation_attribute_changes_total Number of times the OS explicitly changed the attributes of an XFS inode. # TYPE node_xfs_inode_operation_attribute_changes_total counter node_xfs_inode_operation_attribute_changes_total{device="nvme1n1"} 1.1913414e+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="nvme1n1"} 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="nvme1n1"} 4.507146e+06 # HELP node_xfs_inode_operation_missed_total Number of times the OS looked for an XFS inode in the cache, but did not find it. # TYPE node_xfs_inode_operation_missed_total counter node_xfs_inode_operation_missed_total{device="nvme1n1"} 3.651953e+06 # HELP node_xfs_inode_operation_reclaims_total Number of times the OS reclaimed an XFS inode from the inode cache to free memory for another purpose. # TYPE node_xfs_inode_operation_reclaims_total counter node_xfs_inode_operation_reclaims_total{device="nvme1n1"} 3.611049e+06 # HELP node_xfs_inode_operation_recycled_total Number of times the OS found an XFS inode in the cache, but could not use it as it was being recycled. # TYPE node_xfs_inode_operation_recycled_total counter node_xfs_inode_operation_recycled_total{device="nvme1n1"} 4 # 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="nvme1n1"} 6.45710353e+08 # HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem. # TYPE node_xfs_vnode_active_total counter node_xfs_vnode_active_total{device="nvme1n1"} 40904 # 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="nvme1n1"} 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="nvme1n1"} 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="nvme1n1"} 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="nvme1n1"} 8.055447e+06 # HELP node_xfs_vnode_release_total Number of times vn_rele called for a filesystem. # TYPE node_xfs_vnode_release_total counter node_xfs_vnode_release_total{device="nvme1n1"} 8.055447e+06 # HELP node_xfs_vnode_remove_total Number of times vn_remove called for a filesystem. # TYPE node_xfs_vnode_remove_total counter node_xfs_vnode_remove_total{device="nvme1n1"} 8.055447e+06 # HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem. # TYPE node_xfs_write_calls_total counter node_xfs_write_calls_total{device="nvme1n1"} 5.2663392e+08 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 6737.89 # 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 5.4303498423647e+13 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.43451835081592e+14 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 6.291456e+06 # 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.75632067095e+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"} 9155 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"} 54667 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0