# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 9.929e-06 go_gc_duration_seconds{quantile="0.25"} 1.628e-05 go_gc_duration_seconds{quantile="0.5"} 2.5348e-05 go_gc_duration_seconds{quantile="0.75"} 3.5297e-05 go_gc_duration_seconds{quantile="1"} 8.6783e-05 go_gc_duration_seconds_sum 9.67715082 go_gc_duration_seconds_count 375304 # 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 6.722248e+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 1.198305877272e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.419168e+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 8.839643679e+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.559808e+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 6.722248e+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.1812864e+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 8.421376e+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 64860 # 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 9.814016e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 2.023424e+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.773607169246526e+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 8.839708539e+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 121120 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 195840 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 1.0023536e+07 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 357672 # 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 720896 # 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 720896 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.7612424e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 8 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cali066433ba2a4"} 1 node_arp_entries{device="cali0dd57c7135a"} 1 node_arp_entries{device="cali147b5054f79"} 1 node_arp_entries{device="cali152c1cfaf8a"} 1 node_arp_entries{device="cali1c233e8da21"} 1 node_arp_entries{device="cali20d04f3450a"} 1 node_arp_entries{device="cali218ae4a84f0"} 1 node_arp_entries{device="cali2491ed3a932"} 1 node_arp_entries{device="cali38bae129f9e"} 1 node_arp_entries{device="cali41f1bacbcfd"} 1 node_arp_entries{device="cali451b7bebb68"} 1 node_arp_entries{device="cali4c57cd12d72"} 1 node_arp_entries{device="cali55c77211c26"} 1 node_arp_entries{device="cali5a701f8133d"} 1 node_arp_entries{device="cali729b775075d"} 1 node_arp_entries{device="cali7fc6d3b16ec"} 1 node_arp_entries{device="cali81a48c7b411"} 1 node_arp_entries{device="cali99d20532b96"} 1 node_arp_entries{device="cali9c18b3beec5"} 1 node_arp_entries{device="calib179e115a4f"} 1 node_arp_entries{device="calid6804b55fc2"} 1 node_arp_entries{device="calidc956f0396a"} 1 node_arp_entries{device="caliddf1e6c4a7e"} 1 node_arp_entries{device="calif87c8ed5651"} 1 node_arp_entries{device="califdc930821f6"} 1 node_arp_entries{device="eno33np0.3604"} 140 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.77134648e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 6.8733003021e+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"} 2.10521647e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 5790.83 node_cpu_seconds_total{cpu="0",mode="irq"} 1750.57 node_cpu_seconds_total{cpu="0",mode="nice"} 25.53 node_cpu_seconds_total{cpu="0",mode="softirq"} 102469.22 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 11529.71 node_cpu_seconds_total{cpu="0",mode="user"} 19337.24 node_cpu_seconds_total{cpu="1",mode="idle"} 2.19490665e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 8365.43 node_cpu_seconds_total{cpu="1",mode="irq"} 10352.19 node_cpu_seconds_total{cpu="1",mode="nice"} 46.89 node_cpu_seconds_total{cpu="1",mode="softirq"} 7833.56 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 10887.6 node_cpu_seconds_total{cpu="1",mode="user"} 24214.75 node_cpu_seconds_total{cpu="10",mode="idle"} 2.2116082e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 8222.2 node_cpu_seconds_total{cpu="10",mode="irq"} 1561.43 node_cpu_seconds_total{cpu="10",mode="nice"} 48.65 node_cpu_seconds_total{cpu="10",mode="softirq"} 1348.62 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 11618.78 node_cpu_seconds_total{cpu="10",mode="user"} 23564.69 node_cpu_seconds_total{cpu="11",mode="idle"} 2.2114021e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 7542.46 node_cpu_seconds_total{cpu="11",mode="irq"} 1612.51 node_cpu_seconds_total{cpu="11",mode="nice"} 46.37 node_cpu_seconds_total{cpu="11",mode="softirq"} 2365.34 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 11379.43 node_cpu_seconds_total{cpu="11",mode="user"} 23677.25 node_cpu_seconds_total{cpu="12",mode="idle"} 2.19987342e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 8282.53 node_cpu_seconds_total{cpu="12",mode="irq"} 1740.58 node_cpu_seconds_total{cpu="12",mode="nice"} 57.49 node_cpu_seconds_total{cpu="12",mode="softirq"} 1207.5 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 15375 node_cpu_seconds_total{cpu="12",mode="user"} 31154.98 node_cpu_seconds_total{cpu="13",mode="idle"} 2.21113048e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 7985.81 node_cpu_seconds_total{cpu="13",mode="irq"} 1565.47 node_cpu_seconds_total{cpu="13",mode="nice"} 55.18 node_cpu_seconds_total{cpu="13",mode="softirq"} 773.21 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 12112.02 node_cpu_seconds_total{cpu="13",mode="user"} 24364.96 node_cpu_seconds_total{cpu="14",mode="idle"} 2.21536074e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 7597.78 node_cpu_seconds_total{cpu="14",mode="irq"} 1406.59 node_cpu_seconds_total{cpu="14",mode="nice"} 48.64 node_cpu_seconds_total{cpu="14",mode="softirq"} 626.84 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 10339.94 node_cpu_seconds_total{cpu="14",mode="user"} 22645.81 node_cpu_seconds_total{cpu="15",mode="idle"} 2.19880231e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 8913.5 node_cpu_seconds_total{cpu="15",mode="irq"} 1748.76 node_cpu_seconds_total{cpu="15",mode="nice"} 59.42 node_cpu_seconds_total{cpu="15",mode="softirq"} 1306.79 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 16230.78 node_cpu_seconds_total{cpu="15",mode="user"} 30608.91 node_cpu_seconds_total{cpu="16",mode="idle"} 2.21150206e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 8267.93 node_cpu_seconds_total{cpu="16",mode="irq"} 1542.23 node_cpu_seconds_total{cpu="16",mode="nice"} 52.36 node_cpu_seconds_total{cpu="16",mode="softirq"} 814.35 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 12323.91 node_cpu_seconds_total{cpu="16",mode="user"} 23417.35 node_cpu_seconds_total{cpu="17",mode="idle"} 2.21434769e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 8248.38 node_cpu_seconds_total{cpu="17",mode="irq"} 1393.16 node_cpu_seconds_total{cpu="17",mode="nice"} 43.07 node_cpu_seconds_total{cpu="17",mode="softirq"} 659.82 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 10507.32 node_cpu_seconds_total{cpu="17",mode="user"} 22825.33 node_cpu_seconds_total{cpu="18",mode="idle"} 2.19909523e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 7132.43 node_cpu_seconds_total{cpu="18",mode="irq"} 2040.65 node_cpu_seconds_total{cpu="18",mode="nice"} 43.42 node_cpu_seconds_total{cpu="18",mode="softirq"} 6972.44 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 13442.03 node_cpu_seconds_total{cpu="18",mode="user"} 28942.75 node_cpu_seconds_total{cpu="19",mode="idle"} 2.21234766e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 7229.32 node_cpu_seconds_total{cpu="19",mode="irq"} 1672.27 node_cpu_seconds_total{cpu="19",mode="nice"} 49.98 node_cpu_seconds_total{cpu="19",mode="softirq"} 1246.11 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 11674.75 node_cpu_seconds_total{cpu="19",mode="user"} 23572.72 node_cpu_seconds_total{cpu="2",mode="idle"} 2.21152077e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 7697.61 node_cpu_seconds_total{cpu="2",mode="irq"} 1540.32 node_cpu_seconds_total{cpu="2",mode="nice"} 49.79 node_cpu_seconds_total{cpu="2",mode="softirq"} 2739.06 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 10630.04 node_cpu_seconds_total{cpu="2",mode="user"} 23297.81 node_cpu_seconds_total{cpu="20",mode="idle"} 2.18541189e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 5156.91 node_cpu_seconds_total{cpu="20",mode="irq"} 3120.38 node_cpu_seconds_total{cpu="20",mode="nice"} 48.16 node_cpu_seconds_total{cpu="20",mode="softirq"} 23298.96 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 18237.69 node_cpu_seconds_total{cpu="20",mode="user"} 22118.22 node_cpu_seconds_total{cpu="21",mode="idle"} 2.19184905e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 7977.05 node_cpu_seconds_total{cpu="21",mode="irq"} 2221.83 node_cpu_seconds_total{cpu="21",mode="nice"} 51.34 node_cpu_seconds_total{cpu="21",mode="softirq"} 10698.7 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 17439.82 node_cpu_seconds_total{cpu="21",mode="user"} 27218.18 node_cpu_seconds_total{cpu="22",mode="idle"} 2.21091374e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 7209.84 node_cpu_seconds_total{cpu="22",mode="irq"} 1550.7 node_cpu_seconds_total{cpu="22",mode="nice"} 51.65 node_cpu_seconds_total{cpu="22",mode="softirq"} 835.97 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 13581.72 node_cpu_seconds_total{cpu="22",mode="user"} 23830.18 node_cpu_seconds_total{cpu="23",mode="idle"} 2.21556138e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 7203.85 node_cpu_seconds_total{cpu="23",mode="irq"} 1421.95 node_cpu_seconds_total{cpu="23",mode="nice"} 40.95 node_cpu_seconds_total{cpu="23",mode="softirq"} 658.9 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 11071.12 node_cpu_seconds_total{cpu="23",mode="user"} 22066.09 node_cpu_seconds_total{cpu="24",mode="idle"} 2.19351377e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 4169.33 node_cpu_seconds_total{cpu="24",mode="irq"} 1772.23 node_cpu_seconds_total{cpu="24",mode="nice"} 34.17 node_cpu_seconds_total{cpu="24",mode="softirq"} 1030.77 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 17168.08 node_cpu_seconds_total{cpu="24",mode="user"} 40116.42 node_cpu_seconds_total{cpu="25",mode="idle"} 2.19579277e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 3904.15 node_cpu_seconds_total{cpu="25",mode="irq"} 1557.33 node_cpu_seconds_total{cpu="25",mode="nice"} 29.03 node_cpu_seconds_total{cpu="25",mode="softirq"} 733.24 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 12526.5 node_cpu_seconds_total{cpu="25",mode="user"} 43590.42 node_cpu_seconds_total{cpu="26",mode="idle"} 2.20850433e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 3072.95 node_cpu_seconds_total{cpu="26",mode="irq"} 1403.2 node_cpu_seconds_total{cpu="26",mode="nice"} 27.77 node_cpu_seconds_total{cpu="26",mode="softirq"} 600.66 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 10963.79 node_cpu_seconds_total{cpu="26",mode="user"} 33853.68 node_cpu_seconds_total{cpu="27",mode="idle"} 2.21585164e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 6470.81 node_cpu_seconds_total{cpu="27",mode="irq"} 1119.2 node_cpu_seconds_total{cpu="27",mode="nice"} 70.19 node_cpu_seconds_total{cpu="27",mode="softirq"} 460.33 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 8976.3 node_cpu_seconds_total{cpu="27",mode="user"} 25737.23 node_cpu_seconds_total{cpu="28",mode="idle"} 2.22371118e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 5201.24 node_cpu_seconds_total{cpu="28",mode="irq"} 1067.35 node_cpu_seconds_total{cpu="28",mode="nice"} 67.63 node_cpu_seconds_total{cpu="28",mode="softirq"} 367.49 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 8541.46 node_cpu_seconds_total{cpu="28",mode="user"} 19771.3 node_cpu_seconds_total{cpu="29",mode="idle"} 2.22399663e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 4590.99 node_cpu_seconds_total{cpu="29",mode="irq"} 1073.3 node_cpu_seconds_total{cpu="29",mode="nice"} 63.93 node_cpu_seconds_total{cpu="29",mode="softirq"} 364.44 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 8560.46 node_cpu_seconds_total{cpu="29",mode="user"} 20088.97 node_cpu_seconds_total{cpu="3",mode="idle"} 2.19630792e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 12778.57 node_cpu_seconds_total{cpu="3",mode="irq"} 1639.21 node_cpu_seconds_total{cpu="3",mode="nice"} 64.81 node_cpu_seconds_total{cpu="3",mode="softirq"} 1794.24 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 12067.9 node_cpu_seconds_total{cpu="3",mode="user"} 33169.88 node_cpu_seconds_total{cpu="30",mode="idle"} 2.21733506e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 5120.43 node_cpu_seconds_total{cpu="30",mode="irq"} 1108.63 node_cpu_seconds_total{cpu="30",mode="nice"} 66.1 node_cpu_seconds_total{cpu="30",mode="softirq"} 392.91 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 8820.43 node_cpu_seconds_total{cpu="30",mode="user"} 25887.55 node_cpu_seconds_total{cpu="31",mode="idle"} 2.22414098e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 4621.45 node_cpu_seconds_total{cpu="31",mode="irq"} 1066.03 node_cpu_seconds_total{cpu="31",mode="nice"} 59.95 node_cpu_seconds_total{cpu="31",mode="softirq"} 363.85 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 8501.75 node_cpu_seconds_total{cpu="31",mode="user"} 19989.8 node_cpu_seconds_total{cpu="32",mode="idle"} 2.22553043e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 3621.04 node_cpu_seconds_total{cpu="32",mode="irq"} 1069.09 node_cpu_seconds_total{cpu="32",mode="nice"} 62.73 node_cpu_seconds_total{cpu="32",mode="softirq"} 357.51 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 8411.16 node_cpu_seconds_total{cpu="32",mode="user"} 19694.37 node_cpu_seconds_total{cpu="33",mode="idle"} 2.21681553e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 6240.99 node_cpu_seconds_total{cpu="33",mode="irq"} 1089.21 node_cpu_seconds_total{cpu="33",mode="nice"} 80.67 node_cpu_seconds_total{cpu="33",mode="softirq"} 434.23 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 8829.66 node_cpu_seconds_total{cpu="33",mode="user"} 25224.41 node_cpu_seconds_total{cpu="34",mode="idle"} 2.22406433e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 5001.02 node_cpu_seconds_total{cpu="34",mode="irq"} 1045.55 node_cpu_seconds_total{cpu="34",mode="nice"} 68.18 node_cpu_seconds_total{cpu="34",mode="softirq"} 350.23 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 8478.76 node_cpu_seconds_total{cpu="34",mode="user"} 19749.3 node_cpu_seconds_total{cpu="35",mode="idle"} 2.22498422e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 4333.39 node_cpu_seconds_total{cpu="35",mode="irq"} 1055.08 node_cpu_seconds_total{cpu="35",mode="nice"} 63.02 node_cpu_seconds_total{cpu="35",mode="softirq"} 351.53 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 8449.51 node_cpu_seconds_total{cpu="35",mode="user"} 19481.84 node_cpu_seconds_total{cpu="36",mode="idle"} 2.21794739e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 5128.12 node_cpu_seconds_total{cpu="36",mode="irq"} 1088.91 node_cpu_seconds_total{cpu="36",mode="nice"} 67.73 node_cpu_seconds_total{cpu="36",mode="softirq"} 375.59 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 8816.15 node_cpu_seconds_total{cpu="36",mode="user"} 25345.22 node_cpu_seconds_total{cpu="37",mode="idle"} 2.22458353e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 4592.61 node_cpu_seconds_total{cpu="37",mode="irq"} 1049.33 node_cpu_seconds_total{cpu="37",mode="nice"} 73.51 node_cpu_seconds_total{cpu="37",mode="softirq"} 351.06 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 8468.49 node_cpu_seconds_total{cpu="37",mode="user"} 19665.67 node_cpu_seconds_total{cpu="38",mode="idle"} 2.2262699e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 3599.74 node_cpu_seconds_total{cpu="38",mode="irq"} 1046.62 node_cpu_seconds_total{cpu="38",mode="nice"} 72.88 node_cpu_seconds_total{cpu="38",mode="softirq"} 346.76 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 8433.93 node_cpu_seconds_total{cpu="38",mode="user"} 19023.98 node_cpu_seconds_total{cpu="39",mode="idle"} 2.21772715e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 6332.03 node_cpu_seconds_total{cpu="39",mode="irq"} 1087.5 node_cpu_seconds_total{cpu="39",mode="nice"} 66.1 node_cpu_seconds_total{cpu="39",mode="softirq"} 428.84 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 8713.78 node_cpu_seconds_total{cpu="39",mode="user"} 24358.19 node_cpu_seconds_total{cpu="4",mode="idle"} 2.20778737e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 11693.05 node_cpu_seconds_total{cpu="4",mode="irq"} 1535.41 node_cpu_seconds_total{cpu="4",mode="nice"} 50.33 node_cpu_seconds_total{cpu="4",mode="softirq"} 953.58 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 11212.23 node_cpu_seconds_total{cpu="4",mode="user"} 24762.77 node_cpu_seconds_total{cpu="40",mode="idle"} 2.22406946e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 5131.25 node_cpu_seconds_total{cpu="40",mode="irq"} 1054.17 node_cpu_seconds_total{cpu="40",mode="nice"} 68.08 node_cpu_seconds_total{cpu="40",mode="softirq"} 349.48 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 8445.76 node_cpu_seconds_total{cpu="40",mode="user"} 19609.38 node_cpu_seconds_total{cpu="41",mode="idle"} 2.22436388e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 4521.54 node_cpu_seconds_total{cpu="41",mode="irq"} 1058.43 node_cpu_seconds_total{cpu="41",mode="nice"} 70.56 node_cpu_seconds_total{cpu="41",mode="softirq"} 344.5 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 8486.56 node_cpu_seconds_total{cpu="41",mode="user"} 19925.24 node_cpu_seconds_total{cpu="42",mode="idle"} 2.21849352e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 5096.77 node_cpu_seconds_total{cpu="42",mode="irq"} 1086.81 node_cpu_seconds_total{cpu="42",mode="nice"} 74.56 node_cpu_seconds_total{cpu="42",mode="softirq"} 369.36 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 8665.87 node_cpu_seconds_total{cpu="42",mode="user"} 24964.94 node_cpu_seconds_total{cpu="43",mode="idle"} 2.22494402e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 4505.21 node_cpu_seconds_total{cpu="43",mode="irq"} 1059.86 node_cpu_seconds_total{cpu="43",mode="nice"} 77.94 node_cpu_seconds_total{cpu="43",mode="softirq"} 347.72 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 8384.2 node_cpu_seconds_total{cpu="43",mode="user"} 19391.69 node_cpu_seconds_total{cpu="44",mode="idle"} 2.2257303e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 3581.98 node_cpu_seconds_total{cpu="44",mode="irq"} 1056.49 node_cpu_seconds_total{cpu="44",mode="nice"} 76.53 node_cpu_seconds_total{cpu="44",mode="softirq"} 343.02 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 8389.08 node_cpu_seconds_total{cpu="44",mode="user"} 19592.56 node_cpu_seconds_total{cpu="45",mode="idle"} 2.21758475e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 6180.03 node_cpu_seconds_total{cpu="45",mode="irq"} 1094.57 node_cpu_seconds_total{cpu="45",mode="nice"} 68.12 node_cpu_seconds_total{cpu="45",mode="softirq"} 428.84 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 8703.75 node_cpu_seconds_total{cpu="45",mode="user"} 24637.79 node_cpu_seconds_total{cpu="46",mode="idle"} 2.22417295e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 5078.33 node_cpu_seconds_total{cpu="46",mode="irq"} 1056.27 node_cpu_seconds_total{cpu="46",mode="nice"} 65.39 node_cpu_seconds_total{cpu="46",mode="softirq"} 346.42 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 8452.96 node_cpu_seconds_total{cpu="46",mode="user"} 19560.31 node_cpu_seconds_total{cpu="47",mode="idle"} 2.22489852e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 4393.16 node_cpu_seconds_total{cpu="47",mode="irq"} 1063.14 node_cpu_seconds_total{cpu="47",mode="nice"} 62.47 node_cpu_seconds_total{cpu="47",mode="softirq"} 346.71 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 8460.43 node_cpu_seconds_total{cpu="47",mode="user"} 19517.36 node_cpu_seconds_total{cpu="48",mode="idle"} 2.1989193e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 9144.18 node_cpu_seconds_total{cpu="48",mode="irq"} 1729.74 node_cpu_seconds_total{cpu="48",mode="nice"} 56.6 node_cpu_seconds_total{cpu="48",mode="softirq"} 579.38 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 11799.23 node_cpu_seconds_total{cpu="48",mode="user"} 35747.31 node_cpu_seconds_total{cpu="49",mode="idle"} 2.21020363e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 6734.81 node_cpu_seconds_total{cpu="49",mode="irq"} 1417.86 node_cpu_seconds_total{cpu="49",mode="nice"} 34.55 node_cpu_seconds_total{cpu="49",mode="softirq"} 535.65 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 10279.84 node_cpu_seconds_total{cpu="49",mode="user"} 29067.93 node_cpu_seconds_total{cpu="5",mode="idle"} 2.18467358e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 9192.81 node_cpu_seconds_total{cpu="5",mode="irq"} 3013.92 node_cpu_seconds_total{cpu="5",mode="nice"} 51.39 node_cpu_seconds_total{cpu="5",mode="softirq"} 19699.15 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 17997.53 node_cpu_seconds_total{cpu="5",mode="user"} 22604.19 node_cpu_seconds_total{cpu="50",mode="idle"} 2.21354513e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 8256.68 node_cpu_seconds_total{cpu="50",mode="irq"} 1512.01 node_cpu_seconds_total{cpu="50",mode="nice"} 28.12 node_cpu_seconds_total{cpu="50",mode="softirq"} 556.18 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 9753 node_cpu_seconds_total{cpu="50",mode="user"} 24712.36 node_cpu_seconds_total{cpu="51",mode="idle"} 2.20877668e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 6125.65 node_cpu_seconds_total{cpu="51",mode="irq"} 1648.76 node_cpu_seconds_total{cpu="51",mode="nice"} 55.01 node_cpu_seconds_total{cpu="51",mode="softirq"} 861.1 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 14878.01 node_cpu_seconds_total{cpu="51",mode="user"} 25618.37 node_cpu_seconds_total{cpu="52",mode="idle"} 2.20927559e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 10413.43 node_cpu_seconds_total{cpu="52",mode="irq"} 1832.49 node_cpu_seconds_total{cpu="52",mode="nice"} 48.22 node_cpu_seconds_total{cpu="52",mode="softirq"} 684.74 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 12562.18 node_cpu_seconds_total{cpu="52",mode="user"} 23157 node_cpu_seconds_total{cpu="53",mode="idle"} 2.21097301e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 10284.47 node_cpu_seconds_total{cpu="53",mode="irq"} 1597.78 node_cpu_seconds_total{cpu="53",mode="nice"} 44.2 node_cpu_seconds_total{cpu="53",mode="softirq"} 567 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 10757.42 node_cpu_seconds_total{cpu="53",mode="user"} 23779.02 node_cpu_seconds_total{cpu="54",mode="idle"} 2.19897945e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 10702.18 node_cpu_seconds_total{cpu="54",mode="irq"} 2318.83 node_cpu_seconds_total{cpu="54",mode="nice"} 48.47 node_cpu_seconds_total{cpu="54",mode="softirq"} 8722.76 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 13096.31 node_cpu_seconds_total{cpu="54",mode="user"} 24025.77 node_cpu_seconds_total{cpu="55",mode="idle"} 2.21182385e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 9350.52 node_cpu_seconds_total{cpu="55",mode="irq"} 1521.42 node_cpu_seconds_total{cpu="55",mode="nice"} 46 node_cpu_seconds_total{cpu="55",mode="softirq"} 656.5 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 11917.08 node_cpu_seconds_total{cpu="55",mode="user"} 22700.69 node_cpu_seconds_total{cpu="56",mode="idle"} 2.19969845e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 11163.57 node_cpu_seconds_total{cpu="56",mode="irq"} 2139.85 node_cpu_seconds_total{cpu="56",mode="nice"} 60.62 node_cpu_seconds_total{cpu="56",mode="softirq"} 6318.9 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 13104.17 node_cpu_seconds_total{cpu="56",mode="user"} 25330.54 node_cpu_seconds_total{cpu="57",mode="idle"} 2.20011405e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 5507.48 node_cpu_seconds_total{cpu="57",mode="irq"} 2264.57 node_cpu_seconds_total{cpu="57",mode="nice"} 47.02 node_cpu_seconds_total{cpu="57",mode="softirq"} 11687.11 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 15641.91 node_cpu_seconds_total{cpu="57",mode="user"} 22575.64 node_cpu_seconds_total{cpu="58",mode="idle"} 2.19970136e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 8226.97 node_cpu_seconds_total{cpu="58",mode="irq"} 2325.79 node_cpu_seconds_total{cpu="58",mode="nice"} 46.94 node_cpu_seconds_total{cpu="58",mode="softirq"} 9405.45 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 16015.5 node_cpu_seconds_total{cpu="58",mode="user"} 22060.16 node_cpu_seconds_total{cpu="59",mode="idle"} 2.19691607e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 7885.93 node_cpu_seconds_total{cpu="59",mode="irq"} 2462.85 node_cpu_seconds_total{cpu="59",mode="nice"} 48.17 node_cpu_seconds_total{cpu="59",mode="softirq"} 10914.96 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 16199.07 node_cpu_seconds_total{cpu="59",mode="user"} 22958.27 node_cpu_seconds_total{cpu="6",mode="idle"} 2.19989577e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 10455.48 node_cpu_seconds_total{cpu="6",mode="irq"} 1634.76 node_cpu_seconds_total{cpu="6",mode="nice"} 69.95 node_cpu_seconds_total{cpu="6",mode="softirq"} 982.32 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 12642.65 node_cpu_seconds_total{cpu="6",mode="user"} 32171.37 node_cpu_seconds_total{cpu="60",mode="idle"} 2.21218491e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 9719.35 node_cpu_seconds_total{cpu="60",mode="irq"} 1652.84 node_cpu_seconds_total{cpu="60",mode="nice"} 47.07 node_cpu_seconds_total{cpu="60",mode="softirq"} 549.26 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 10694.06 node_cpu_seconds_total{cpu="60",mode="user"} 23242.41 node_cpu_seconds_total{cpu="61",mode="idle"} 2.2143663e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 9081.05 node_cpu_seconds_total{cpu="61",mode="irq"} 1426.35 node_cpu_seconds_total{cpu="61",mode="nice"} 50.4 node_cpu_seconds_total{cpu="61",mode="softirq"} 771.45 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 10483.82 node_cpu_seconds_total{cpu="61",mode="user"} 21995.42 node_cpu_seconds_total{cpu="62",mode="idle"} 2.18045965e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 10286.55 node_cpu_seconds_total{cpu="62",mode="irq"} 3336.31 node_cpu_seconds_total{cpu="62",mode="nice"} 51.22 node_cpu_seconds_total{cpu="62",mode="softirq"} 22438.95 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 18466.16 node_cpu_seconds_total{cpu="62",mode="user"} 22306.9 node_cpu_seconds_total{cpu="63",mode="idle"} 2.21631808e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 6573.04 node_cpu_seconds_total{cpu="63",mode="irq"} 1397.04 node_cpu_seconds_total{cpu="63",mode="nice"} 40.16 node_cpu_seconds_total{cpu="63",mode="softirq"} 536.47 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 10440.49 node_cpu_seconds_total{cpu="63",mode="user"} 22946.65 node_cpu_seconds_total{cpu="64",mode="idle"} 2.20107697e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 8641.17 node_cpu_seconds_total{cpu="64",mode="irq"} 2288.71 node_cpu_seconds_total{cpu="64",mode="nice"} 40.37 node_cpu_seconds_total{cpu="64",mode="softirq"} 9603.22 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 13212.15 node_cpu_seconds_total{cpu="64",mode="user"} 22962.72 node_cpu_seconds_total{cpu="65",mode="idle"} 2.17590346e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 8601.7 node_cpu_seconds_total{cpu="65",mode="irq"} 3587.85 node_cpu_seconds_total{cpu="65",mode="nice"} 57.39 node_cpu_seconds_total{cpu="65",mode="softirq"} 26037.08 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 20255.05 node_cpu_seconds_total{cpu="65",mode="user"} 22717.13 node_cpu_seconds_total{cpu="66",mode="idle"} 2.2073399e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 7931.79 node_cpu_seconds_total{cpu="66",mode="irq"} 1758.24 node_cpu_seconds_total{cpu="66",mode="nice"} 48.99 node_cpu_seconds_total{cpu="66",mode="softirq"} 908.11 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 14763.9 node_cpu_seconds_total{cpu="66",mode="user"} 25013.87 node_cpu_seconds_total{cpu="67",mode="idle"} 2.20017804e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 6792.1 node_cpu_seconds_total{cpu="67",mode="irq"} 2179.95 node_cpu_seconds_total{cpu="67",mode="nice"} 48.3 node_cpu_seconds_total{cpu="67",mode="softirq"} 10585.33 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 16050.11 node_cpu_seconds_total{cpu="67",mode="user"} 21885.83 node_cpu_seconds_total{cpu="68",mode="idle"} 2.20989034e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 8715.11 node_cpu_seconds_total{cpu="68",mode="irq"} 1591.87 node_cpu_seconds_total{cpu="68",mode="nice"} 45.2 node_cpu_seconds_total{cpu="68",mode="softirq"} 700.85 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 12809.54 node_cpu_seconds_total{cpu="68",mode="user"} 24080.09 node_cpu_seconds_total{cpu="69",mode="idle"} 2.20520811e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 6006.28 node_cpu_seconds_total{cpu="69",mode="irq"} 1924.83 node_cpu_seconds_total{cpu="69",mode="nice"} 44.68 node_cpu_seconds_total{cpu="69",mode="softirq"} 7314.7 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 12152.35 node_cpu_seconds_total{cpu="69",mode="user"} 25197.95 node_cpu_seconds_total{cpu="7",mode="idle"} 2.21015962e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 9622.14 node_cpu_seconds_total{cpu="7",mode="irq"} 1596.67 node_cpu_seconds_total{cpu="7",mode="nice"} 68.97 node_cpu_seconds_total{cpu="7",mode="softirq"} 1206.06 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 11385.44 node_cpu_seconds_total{cpu="7",mode="user"} 23949.56 node_cpu_seconds_total{cpu="70",mode="idle"} 2.21238908e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 8144.66 node_cpu_seconds_total{cpu="70",mode="irq"} 1666.87 node_cpu_seconds_total{cpu="70",mode="nice"} 49.88 node_cpu_seconds_total{cpu="70",mode="softirq"} 659.82 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 11519.92 node_cpu_seconds_total{cpu="70",mode="user"} 23622.05 node_cpu_seconds_total{cpu="71",mode="idle"} 2.18649485e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 8056.16 node_cpu_seconds_total{cpu="71",mode="irq"} 3038.87 node_cpu_seconds_total{cpu="71",mode="nice"} 47.67 node_cpu_seconds_total{cpu="71",mode="softirq"} 19144.82 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 16985.78 node_cpu_seconds_total{cpu="71",mode="user"} 23743.99 node_cpu_seconds_total{cpu="72",mode="idle"} 2.21049304e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 5682.53 node_cpu_seconds_total{cpu="72",mode="irq"} 1391.1 node_cpu_seconds_total{cpu="72",mode="nice"} 22.95 node_cpu_seconds_total{cpu="72",mode="softirq"} 462.95 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 9556.33 node_cpu_seconds_total{cpu="72",mode="user"} 30860.08 node_cpu_seconds_total{cpu="73",mode="idle"} 2.21714472e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 4673.62 node_cpu_seconds_total{cpu="73",mode="irq"} 1198.21 node_cpu_seconds_total{cpu="73",mode="nice"} 25.79 node_cpu_seconds_total{cpu="73",mode="softirq"} 451.44 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 9062.35 node_cpu_seconds_total{cpu="73",mode="user"} 25960.78 node_cpu_seconds_total{cpu="74",mode="idle"} 2.21708461e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 5703.84 node_cpu_seconds_total{cpu="74",mode="irq"} 1292.16 node_cpu_seconds_total{cpu="74",mode="nice"} 29.29 node_cpu_seconds_total{cpu="74",mode="softirq"} 418.5 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 8982.96 node_cpu_seconds_total{cpu="74",mode="user"} 24989.57 node_cpu_seconds_total{cpu="75",mode="idle"} 2.22548655e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 3737.17 node_cpu_seconds_total{cpu="75",mode="irq"} 1075.22 node_cpu_seconds_total{cpu="75",mode="nice"} 67.76 node_cpu_seconds_total{cpu="75",mode="softirq"} 323.33 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 8380.72 node_cpu_seconds_total{cpu="75",mode="user"} 19646.99 node_cpu_seconds_total{cpu="76",mode="idle"} 2.22320103e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 6594.32 node_cpu_seconds_total{cpu="76",mode="irq"} 1212.25 node_cpu_seconds_total{cpu="76",mode="nice"} 68.16 node_cpu_seconds_total{cpu="76",mode="softirq"} 352.33 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 8580.07 node_cpu_seconds_total{cpu="76",mode="user"} 18659.29 node_cpu_seconds_total{cpu="77",mode="idle"} 2.22296528e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 6400.1 node_cpu_seconds_total{cpu="77",mode="irq"} 1169.6 node_cpu_seconds_total{cpu="77",mode="nice"} 57.43 node_cpu_seconds_total{cpu="77",mode="softirq"} 340.24 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 8584.77 node_cpu_seconds_total{cpu="77",mode="user"} 19150.72 node_cpu_seconds_total{cpu="78",mode="idle"} 2.22257298e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 6509.8 node_cpu_seconds_total{cpu="78",mode="irq"} 1216.24 node_cpu_seconds_total{cpu="78",mode="nice"} 64.13 node_cpu_seconds_total{cpu="78",mode="softirq"} 351.03 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 8620.89 node_cpu_seconds_total{cpu="78",mode="user"} 19322.9 node_cpu_seconds_total{cpu="79",mode="idle"} 2.22421239e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 5665.46 node_cpu_seconds_total{cpu="79",mode="irq"} 1059.79 node_cpu_seconds_total{cpu="79",mode="nice"} 56.3 node_cpu_seconds_total{cpu="79",mode="softirq"} 373.61 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 8527.7 node_cpu_seconds_total{cpu="79",mode="user"} 18809.33 node_cpu_seconds_total{cpu="8",mode="idle"} 2.21398152e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 8232.84 node_cpu_seconds_total{cpu="8",mode="irq"} 1516.88 node_cpu_seconds_total{cpu="8",mode="nice"} 54.02 node_cpu_seconds_total{cpu="8",mode="softirq"} 702.85 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 10736.54 node_cpu_seconds_total{cpu="8",mode="user"} 22615.44 node_cpu_seconds_total{cpu="80",mode="idle"} 2.22254891e+06 node_cpu_seconds_total{cpu="80",mode="iowait"} 6930.24 node_cpu_seconds_total{cpu="80",mode="irq"} 1173.22 node_cpu_seconds_total{cpu="80",mode="nice"} 63.61 node_cpu_seconds_total{cpu="80",mode="softirq"} 337.09 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 8586.58 node_cpu_seconds_total{cpu="80",mode="user"} 19035.94 node_cpu_seconds_total{cpu="81",mode="idle"} 2.22603415e+06 node_cpu_seconds_total{cpu="81",mode="iowait"} 3605.51 node_cpu_seconds_total{cpu="81",mode="irq"} 1048.86 node_cpu_seconds_total{cpu="81",mode="nice"} 63.09 node_cpu_seconds_total{cpu="81",mode="softirq"} 313.65 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 8345.22 node_cpu_seconds_total{cpu="81",mode="user"} 19340.4 node_cpu_seconds_total{cpu="82",mode="idle"} 2.2228635e+06 node_cpu_seconds_total{cpu="82",mode="iowait"} 6344.27 node_cpu_seconds_total{cpu="82",mode="irq"} 1187.08 node_cpu_seconds_total{cpu="82",mode="nice"} 69.81 node_cpu_seconds_total{cpu="82",mode="softirq"} 348.44 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 8608.62 node_cpu_seconds_total{cpu="82",mode="user"} 19274.16 node_cpu_seconds_total{cpu="83",mode="idle"} 2.22363714e+06 node_cpu_seconds_total{cpu="83",mode="iowait"} 6213.53 node_cpu_seconds_total{cpu="83",mode="irq"} 1141.49 node_cpu_seconds_total{cpu="83",mode="nice"} 71.94 node_cpu_seconds_total{cpu="83",mode="softirq"} 333.18 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 8530.07 node_cpu_seconds_total{cpu="83",mode="user"} 18782.17 node_cpu_seconds_total{cpu="84",mode="idle"} 2.22205665e+06 node_cpu_seconds_total{cpu="84",mode="iowait"} 6467.44 node_cpu_seconds_total{cpu="84",mode="irq"} 1201.35 node_cpu_seconds_total{cpu="84",mode="nice"} 66.73 node_cpu_seconds_total{cpu="84",mode="softirq"} 353.46 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 8568.34 node_cpu_seconds_total{cpu="84",mode="user"} 19994.73 node_cpu_seconds_total{cpu="85",mode="idle"} 2.22490024e+06 node_cpu_seconds_total{cpu="85",mode="iowait"} 5513.8 node_cpu_seconds_total{cpu="85",mode="irq"} 1048.16 node_cpu_seconds_total{cpu="85",mode="nice"} 70.25 node_cpu_seconds_total{cpu="85",mode="softirq"} 365.5 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 8446.28 node_cpu_seconds_total{cpu="85",mode="user"} 18340.56 node_cpu_seconds_total{cpu="86",mode="idle"} 2.22274444e+06 node_cpu_seconds_total{cpu="86",mode="iowait"} 6833.06 node_cpu_seconds_total{cpu="86",mode="irq"} 1162.09 node_cpu_seconds_total{cpu="86",mode="nice"} 70.08 node_cpu_seconds_total{cpu="86",mode="softirq"} 332.75 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 8566.33 node_cpu_seconds_total{cpu="86",mode="user"} 18987.67 node_cpu_seconds_total{cpu="87",mode="idle"} 2.22561789e+06 node_cpu_seconds_total{cpu="87",mode="iowait"} 3753.33 node_cpu_seconds_total{cpu="87",mode="irq"} 1045.96 node_cpu_seconds_total{cpu="87",mode="nice"} 62.19 node_cpu_seconds_total{cpu="87",mode="softirq"} 315.56 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 8985.71 node_cpu_seconds_total{cpu="87",mode="user"} 18701.43 node_cpu_seconds_total{cpu="88",mode="idle"} 2.22365532e+06 node_cpu_seconds_total{cpu="88",mode="iowait"} 6532.21 node_cpu_seconds_total{cpu="88",mode="irq"} 1195.64 node_cpu_seconds_total{cpu="88",mode="nice"} 74.53 node_cpu_seconds_total{cpu="88",mode="softirq"} 337.6 node_cpu_seconds_total{cpu="88",mode="steal"} 0 node_cpu_seconds_total{cpu="88",mode="system"} 8544.91 node_cpu_seconds_total{cpu="88",mode="user"} 18331.24 node_cpu_seconds_total{cpu="89",mode="idle"} 2.22243422e+06 node_cpu_seconds_total{cpu="89",mode="iowait"} 6446.08 node_cpu_seconds_total{cpu="89",mode="irq"} 1157.3 node_cpu_seconds_total{cpu="89",mode="nice"} 66.19 node_cpu_seconds_total{cpu="89",mode="softirq"} 330.25 node_cpu_seconds_total{cpu="89",mode="steal"} 0 node_cpu_seconds_total{cpu="89",mode="system"} 8558.94 node_cpu_seconds_total{cpu="89",mode="user"} 19726.72 node_cpu_seconds_total{cpu="9",mode="idle"} 2.20195025e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 8658.21 node_cpu_seconds_total{cpu="9",mode="irq"} 1661.95 node_cpu_seconds_total{cpu="9",mode="nice"} 62.67 node_cpu_seconds_total{cpu="9",mode="softirq"} 1181.37 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 13410.59 node_cpu_seconds_total{cpu="9",mode="user"} 30886.38 node_cpu_seconds_total{cpu="90",mode="idle"} 2.22284395e+06 node_cpu_seconds_total{cpu="90",mode="iowait"} 6436.05 node_cpu_seconds_total{cpu="90",mode="irq"} 1199.77 node_cpu_seconds_total{cpu="90",mode="nice"} 63.46 node_cpu_seconds_total{cpu="90",mode="softirq"} 338.99 node_cpu_seconds_total{cpu="90",mode="steal"} 0 node_cpu_seconds_total{cpu="90",mode="system"} 8574.67 node_cpu_seconds_total{cpu="90",mode="user"} 19227.25 node_cpu_seconds_total{cpu="91",mode="idle"} 2.22457888e+06 node_cpu_seconds_total{cpu="91",mode="iowait"} 5466.98 node_cpu_seconds_total{cpu="91",mode="irq"} 1062.42 node_cpu_seconds_total{cpu="91",mode="nice"} 72.52 node_cpu_seconds_total{cpu="91",mode="softirq"} 361.54 node_cpu_seconds_total{cpu="91",mode="steal"} 0 node_cpu_seconds_total{cpu="91",mode="system"} 8388.27 node_cpu_seconds_total{cpu="91",mode="user"} 18732.78 node_cpu_seconds_total{cpu="92",mode="idle"} 2.22208569e+06 node_cpu_seconds_total{cpu="92",mode="iowait"} 6766.91 node_cpu_seconds_total{cpu="92",mode="irq"} 1184.23 node_cpu_seconds_total{cpu="92",mode="nice"} 62.9 node_cpu_seconds_total{cpu="92",mode="softirq"} 383.71 node_cpu_seconds_total{cpu="92",mode="steal"} 0 node_cpu_seconds_total{cpu="92",mode="system"} 8566.16 node_cpu_seconds_total{cpu="92",mode="user"} 19635.79 node_cpu_seconds_total{cpu="93",mode="idle"} 2.22625682e+06 node_cpu_seconds_total{cpu="93",mode="iowait"} 3573.6 node_cpu_seconds_total{cpu="93",mode="irq"} 1056.26 node_cpu_seconds_total{cpu="93",mode="nice"} 63.09 node_cpu_seconds_total{cpu="93",mode="softirq"} 312.84 node_cpu_seconds_total{cpu="93",mode="steal"} 0 node_cpu_seconds_total{cpu="93",mode="system"} 8343.43 node_cpu_seconds_total{cpu="93",mode="user"} 19177.28 node_cpu_seconds_total{cpu="94",mode="idle"} 2.22309425e+06 node_cpu_seconds_total{cpu="94",mode="iowait"} 6371.92 node_cpu_seconds_total{cpu="94",mode="irq"} 1206.41 node_cpu_seconds_total{cpu="94",mode="nice"} 66.26 node_cpu_seconds_total{cpu="94",mode="softirq"} 337.06 node_cpu_seconds_total{cpu="94",mode="steal"} 0 node_cpu_seconds_total{cpu="94",mode="system"} 8532.28 node_cpu_seconds_total{cpu="94",mode="user"} 19087.83 node_cpu_seconds_total{cpu="95",mode="idle"} 2.222841e+06 node_cpu_seconds_total{cpu="95",mode="iowait"} 6301.6 node_cpu_seconds_total{cpu="95",mode="irq"} 1172.41 node_cpu_seconds_total{cpu="95",mode="nice"} 60.04 node_cpu_seconds_total{cpu="95",mode="softirq"} 327.1 node_cpu_seconds_total{cpu="95",mode="steal"} 0 node_cpu_seconds_total{cpu="95",mode="system"} 8583.64 node_cpu_seconds_total{cpu="95",mode="user"} 19409.38 # 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-307d88d3-bafd-41ff-8cd5-b7aef33ebadb",name="ceph--5fc3723e--18b8--41d0--bde8--1a0febad0a49-osd--block--307d88d3--bafd--41ff--8cd5--b7aef33ebadb",uuid="LVM-nO3V6TOMkljlsbZHy98F8lpQ4PM3K1eNcO42ZUdNNU8TmdYyGlWzHfSiJt7beYua",vg_name="ceph-5fc3723e-18b8-41d0-bde8-1a0febad0a49"} 1 node_disk_device_mapper_info{device="dm-1",lv_layer="",lv_name="osd-db-4cddd265-641e-4da2-8978-c2075e836a6e",name="ceph--62096ba3--23b8--45e7--bebd--6847df8723dc-osd--db--4cddd265--641e--4da2--8978--c2075e836a6e",uuid="LVM-y2uxWI0cDPIJ40aFiCDMkQ13yEUNiEjBqRY6u35wALc54evtA1akgVERW7NArZEa",vg_name="ceph-62096ba3-23b8-45e7-bebd-6847df8723dc"} 1 node_disk_device_mapper_info{device="dm-10",lv_layer="",lv_name="osd-block-984378fc-713a-44de-af36-55541e293e99",name="ceph--bc8c9484--4164--44e2--bb97--60168b754267-osd--block--984378fc--713a--44de--af36--55541e293e99",uuid="LVM-fRDS30l5ZXLc0IQrhAEImRZuwmzsNm4JTps0nz4o73S4qbL2rN8AKwPKR2RSYVqp",vg_name="ceph-bc8c9484-4164-44e2-bb97-60168b754267"} 1 node_disk_device_mapper_info{device="dm-11",lv_layer="",lv_name="osd-db-96234516-46dc-4242-9a9e-5f09a5708779",name="ceph--62096ba3--23b8--45e7--bebd--6847df8723dc-osd--db--96234516--46dc--4242--9a9e--5f09a5708779",uuid="LVM-y2uxWI0cDPIJ40aFiCDMkQ13yEUNiEjBzntk4oMNDoxmQiwnEd2c6QFWRriY56A0",vg_name="ceph-62096ba3-23b8-45e7-bebd-6847df8723dc"} 1 node_disk_device_mapper_info{device="dm-12",lv_layer="",lv_name="osd-block-7e3a4777-e51a-4830-967e-ec65393fe108",name="ceph--018c58f1--c648--4db2--8212--6cfd0d5e273a-osd--block--7e3a4777--e51a--4830--967e--ec65393fe108",uuid="LVM-qRxe9GpEixSc4Fip9r4nHNr8ZtDiLyv0DrOh5ElzxxMI8eaOvV1do73vsfn3HvAR",vg_name="ceph-018c58f1-c648-4db2-8212-6cfd0d5e273a"} 1 node_disk_device_mapper_info{device="dm-13",lv_layer="",lv_name="osd-db-1f560857-4218-4678-ba08-e9b9666aafeb",name="ceph--62096ba3--23b8--45e7--bebd--6847df8723dc-osd--db--1f560857--4218--4678--ba08--e9b9666aafeb",uuid="LVM-y2uxWI0cDPIJ40aFiCDMkQ13yEUNiEjB89GoYZ5tZSGxr2v3hjc5go1HGxyWuT8A",vg_name="ceph-62096ba3-23b8-45e7-bebd-6847df8723dc"} 1 node_disk_device_mapper_info{device="dm-14",lv_layer="",lv_name="osd-block-650841e4-f172-4467-bf3d-12f2ebad28cc",name="ceph--252cc1b6--1652--4163--9c63--2005b7507973-osd--block--650841e4--f172--4467--bf3d--12f2ebad28cc",uuid="LVM-4N0FZhP5cMOEVSpivEkdldHkPyHII69epJP6ntFxh0f7G5aJXAmHsYk1AwukTLOL",vg_name="ceph-252cc1b6-1652-4163-9c63-2005b7507973"} 1 node_disk_device_mapper_info{device="dm-15",lv_layer="",lv_name="osd-db-2941f721-82c3-4ef5-b38c-8d2053603f44",name="ceph--62096ba3--23b8--45e7--bebd--6847df8723dc-osd--db--2941f721--82c3--4ef5--b38c--8d2053603f44",uuid="LVM-y2uxWI0cDPIJ40aFiCDMkQ13yEUNiEjBIuUQGN3teker6GcIZf6ig6xCZ1ptbIuz",vg_name="ceph-62096ba3-23b8-45e7-bebd-6847df8723dc"} 1 node_disk_device_mapper_info{device="dm-16",lv_layer="",lv_name="osd-block-b8e47995-3bb1-4bfa-b425-da35a6a3e2b9",name="ceph--de01197f--32ef--4055--8671--d22129dc7294-osd--block--b8e47995--3bb1--4bfa--b425--da35a6a3e2b9",uuid="LVM-oeFnsbLfDN41SbIWrBXPlrEgMMZKlQrSF0Si425xpeEZ2Xe3mpFHNNY84wNL4xzy",vg_name="ceph-de01197f-32ef-4055-8671-d22129dc7294"} 1 node_disk_device_mapper_info{device="dm-17",lv_layer="",lv_name="osd-db-9b2aa76e-c109-4482-937e-67d4259e65ab",name="ceph--62096ba3--23b8--45e7--bebd--6847df8723dc-osd--db--9b2aa76e--c109--4482--937e--67d4259e65ab",uuid="LVM-y2uxWI0cDPIJ40aFiCDMkQ13yEUNiEjBllXeVCqsDa2OdZd2KCo4lrDvqQoKK28O",vg_name="ceph-62096ba3-23b8-45e7-bebd-6847df8723dc"} 1 node_disk_device_mapper_info{device="dm-18",lv_layer="",lv_name="osd-block-6f723bc8-2ff6-4b8b-87ab-c0732c4c2dfb",name="ceph--a807ee4b--7a3d--487c--8301--0aa8ad36551b-osd--block--6f723bc8--2ff6--4b8b--87ab--c0732c4c2dfb",uuid="LVM-xUTgVYbQWdhO7At4rmbZ2QDQbS17RNOLaNZnqiPp9CRkUtIl4vIKC42wRPVsRMyu",vg_name="ceph-a807ee4b-7a3d-487c-8301-0aa8ad36551b"} 1 node_disk_device_mapper_info{device="dm-19",lv_layer="",lv_name="osd-db-7ce145bd-0e2b-44d7-a298-bc8ba03b654f",name="ceph--62096ba3--23b8--45e7--bebd--6847df8723dc-osd--db--7ce145bd--0e2b--44d7--a298--bc8ba03b654f",uuid="LVM-y2uxWI0cDPIJ40aFiCDMkQ13yEUNiEjBEwCBdJ6H5ELD2GDyrkYL5sKzZR15d1Ty",vg_name="ceph-62096ba3-23b8-45e7-bebd-6847df8723dc"} 1 node_disk_device_mapper_info{device="dm-2",lv_layer="",lv_name="osd-block-6dc08013-a5eb-4b58-a5df-bcdd7a82ec01",name="ceph--d54f15e2--efd3--4f3b--b7d8--dc66df4f179f-osd--block--6dc08013--a5eb--4b58--a5df--bcdd7a82ec01",uuid="LVM-VCAwJQJUq3qoaAQ3SKMCNmsJL8pX3UKIwvhriqZKKow3r27ZR5Ndi6Fj8OBNZh7k",vg_name="ceph-d54f15e2-efd3-4f3b-b7d8-dc66df4f179f"} 1 node_disk_device_mapper_info{device="dm-20",lv_layer="",lv_name="osd-block-fccff076-287a-4b7a-b577-285729fdd556",name="ceph--423e30c4--f7b1--4c08--a321--f5d4401171f5-osd--block--fccff076--287a--4b7a--b577--285729fdd556",uuid="LVM-qptcTmnSjVZ6e3ZG1NNcQEVK6YDGzvNmnRowb4UfKjTefKgwOL6KJPNnSK4nOJYn",vg_name="ceph-423e30c4-f7b1-4c08-a321-f5d4401171f5"} 1 node_disk_device_mapper_info{device="dm-21",lv_layer="",lv_name="osd-db-3f43fd31-78db-4d92-94b6-fdcc520469ee",name="ceph--62096ba3--23b8--45e7--bebd--6847df8723dc-osd--db--3f43fd31--78db--4d92--94b6--fdcc520469ee",uuid="LVM-y2uxWI0cDPIJ40aFiCDMkQ13yEUNiEjBGlQwfZQ89jm1hg4beQjdQnRcYOt03frr",vg_name="ceph-62096ba3-23b8-45e7-bebd-6847df8723dc"} 1 node_disk_device_mapper_info{device="dm-22",lv_layer="",lv_name="osd-block-ef541da5-c0b1-4d00-9190-70d3d44a1545",name="ceph--5225ee97--66de--42bc--8d44--f6e7d0a162ac-osd--block--ef541da5--c0b1--4d00--9190--70d3d44a1545",uuid="LVM-E0XvQVR3gXgFgwK8UWBV1oQ1NopnQG3Rx4mLAKiFbADonzoxa73yB0UXPRlz2cbb",vg_name="ceph-5225ee97-66de-42bc-8d44-f6e7d0a162ac"} 1 node_disk_device_mapper_info{device="dm-23",lv_layer="",lv_name="osd-db-ac45041a-c42c-4bb1-b79d-1d2c330f59d8",name="ceph--62096ba3--23b8--45e7--bebd--6847df8723dc-osd--db--ac45041a--c42c--4bb1--b79d--1d2c330f59d8",uuid="LVM-y2uxWI0cDPIJ40aFiCDMkQ13yEUNiEjBbJKiRbao1UdBg9Dj23pEOWwmLcP4hJuc",vg_name="ceph-62096ba3-23b8-45e7-bebd-6847df8723dc"} 1 node_disk_device_mapper_info{device="dm-3",lv_layer="",lv_name="osd-db-0877b515-cfae-4d58-90ae-d19b1d4b405a",name="ceph--62096ba3--23b8--45e7--bebd--6847df8723dc-osd--db--0877b515--cfae--4d58--90ae--d19b1d4b405a",uuid="LVM-y2uxWI0cDPIJ40aFiCDMkQ13yEUNiEjBVXSe0GnprzMSxrwpb2mAZxOLKVahMDeK",vg_name="ceph-62096ba3-23b8-45e7-bebd-6847df8723dc"} 1 node_disk_device_mapper_info{device="dm-4",lv_layer="",lv_name="osd-block-2b6488db-6db4-49ca-9e52-f2a59893ca43",name="ceph--046aac01--4998--4fb1--886f--6551be5b3749-osd--block--2b6488db--6db4--49ca--9e52--f2a59893ca43",uuid="LVM-yQJcePwGQbAteLE1HpYfOGLQB07M3cm1SbuDItVrthFh7nnV1nSZIrhCuaPFe9zM",vg_name="ceph-046aac01-4998-4fb1-886f-6551be5b3749"} 1 node_disk_device_mapper_info{device="dm-5",lv_layer="",lv_name="osd-db-cf146eda-251e-44cb-9164-6d141ba31ce3",name="ceph--62096ba3--23b8--45e7--bebd--6847df8723dc-osd--db--cf146eda--251e--44cb--9164--6d141ba31ce3",uuid="LVM-y2uxWI0cDPIJ40aFiCDMkQ13yEUNiEjBZQNgps7zlue7wO1esAL9IZoIdDSsb5WH",vg_name="ceph-62096ba3-23b8-45e7-bebd-6847df8723dc"} 1 node_disk_device_mapper_info{device="dm-6",lv_layer="",lv_name="osd-block-f318035b-37cd-4919-906b-c858970cf49c",name="ceph--c6b381b1--36fb--46cc--94a1--9aec28c5002a-osd--block--f318035b--37cd--4919--906b--c858970cf49c",uuid="LVM-Oq0OetI6rptuR2F8gq4TijY4kXBmG7FW302aghFv8gZhKliSGyrXfRFTnDPfi71F",vg_name="ceph-c6b381b1-36fb-46cc-94a1-9aec28c5002a"} 1 node_disk_device_mapper_info{device="dm-7",lv_layer="",lv_name="osd-db-8ec23f1d-8825-4272-bb89-628f0d298938",name="ceph--62096ba3--23b8--45e7--bebd--6847df8723dc-osd--db--8ec23f1d--8825--4272--bb89--628f0d298938",uuid="LVM-y2uxWI0cDPIJ40aFiCDMkQ13yEUNiEjBNaeVE7ko1PlMNujyqksO3LoDUZAPkUTE",vg_name="ceph-62096ba3-23b8-45e7-bebd-6847df8723dc"} 1 node_disk_device_mapper_info{device="dm-8",lv_layer="",lv_name="osd-block-b1b57af1-e785-4719-88d2-a34962741d99",name="ceph--b2bf5e16--2d14--4b12--a913--71c9e03c757d-osd--block--b1b57af1--e785--4719--88d2--a34962741d99",uuid="LVM-FUksq4x0KfEkrJnPUqavr72Z1eEGGUyJKwyWvp0oLpJIp6Hv02JclxMtPKziUNnO",vg_name="ceph-b2bf5e16-2d14-4b12-a913-71c9e03c757d"} 1 node_disk_device_mapper_info{device="dm-9",lv_layer="",lv_name="osd-db-a5b073bc-f346-4a93-ba5c-88340cbe150e",name="ceph--62096ba3--23b8--45e7--bebd--6847df8723dc-osd--db--a5b073bc--f346--4a93--ba5c--88340cbe150e",uuid="LVM-y2uxWI0cDPIJ40aFiCDMkQ13yEUNiEjBrFaV1gAfeFCG3WbjiDa3GALmewIam0bj",vg_name="ceph-62096ba3-23b8-45e7-bebd-6847df8723dc"} 1 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="dm-0"} 0 node_disk_discard_time_seconds_total{device="dm-1"} 0 node_disk_discard_time_seconds_total{device="dm-10"} 0 node_disk_discard_time_seconds_total{device="dm-11"} 0 node_disk_discard_time_seconds_total{device="dm-12"} 0 node_disk_discard_time_seconds_total{device="dm-13"} 0 node_disk_discard_time_seconds_total{device="dm-14"} 0 node_disk_discard_time_seconds_total{device="dm-15"} 0 node_disk_discard_time_seconds_total{device="dm-16"} 0 node_disk_discard_time_seconds_total{device="dm-17"} 0 node_disk_discard_time_seconds_total{device="dm-18"} 0 node_disk_discard_time_seconds_total{device="dm-19"} 0 node_disk_discard_time_seconds_total{device="dm-2"} 0 node_disk_discard_time_seconds_total{device="dm-20"} 0 node_disk_discard_time_seconds_total{device="dm-21"} 0 node_disk_discard_time_seconds_total{device="dm-22"} 0 node_disk_discard_time_seconds_total{device="dm-23"} 0 node_disk_discard_time_seconds_total{device="dm-3"} 0 node_disk_discard_time_seconds_total{device="dm-4"} 0 node_disk_discard_time_seconds_total{device="dm-5"} 0 node_disk_discard_time_seconds_total{device="dm-6"} 0 node_disk_discard_time_seconds_total{device="dm-7"} 0 node_disk_discard_time_seconds_total{device="dm-8"} 0 node_disk_discard_time_seconds_total{device="dm-9"} 0 node_disk_discard_time_seconds_total{device="nbd0"} 0 node_disk_discard_time_seconds_total{device="nbd1"} 0 node_disk_discard_time_seconds_total{device="nbd10"} 0 node_disk_discard_time_seconds_total{device="nbd11"} 0 node_disk_discard_time_seconds_total{device="nbd12"} 0 node_disk_discard_time_seconds_total{device="nbd13"} 0 node_disk_discard_time_seconds_total{device="nbd14"} 0 node_disk_discard_time_seconds_total{device="nbd15"} 0 node_disk_discard_time_seconds_total{device="nbd2"} 0 node_disk_discard_time_seconds_total{device="nbd3"} 0 node_disk_discard_time_seconds_total{device="nbd4"} 0 node_disk_discard_time_seconds_total{device="nbd5"} 0 node_disk_discard_time_seconds_total{device="nbd6"} 0 node_disk_discard_time_seconds_total{device="nbd7"} 0 node_disk_discard_time_seconds_total{device="nbd8"} 0 node_disk_discard_time_seconds_total{device="nbd9"} 0 node_disk_discard_time_seconds_total{device="nvme0n1"} 0 node_disk_discard_time_seconds_total{device="nvme1n1"} 0 node_disk_discard_time_seconds_total{device="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-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-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-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="nvme0n1",type="xfs",usage="filesystem",uuid="958261b2-2fc0-45ba-9d60-7f9185913146",version=""} 1 node_disk_filesystem_info{device="nvme1n1",type="xfs",usage="filesystem",uuid="5b4eda62-055a-44c3-929b-a5a8048d601d",version=""} 1 node_disk_filesystem_info{device="nvme2n1",type="LVM2_member",usage="raid",uuid="ZrQY2F-eG8m-lbRB-84oc-OHir-3Mn8-yv1MDA",version="LVM2 001"} 1 node_disk_filesystem_info{device="nvme3n1",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="sda",type="LVM2_member",usage="raid",uuid="5mrBuC-9fxN-tbnm-wDdx-fUi9-en2D-0JnOKb",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdb",type="LVM2_member",usage="raid",uuid="wY8lRg-4Wui-jgOE-5yjI-BEBc-bR83-MZP6bZ",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdc",type="LVM2_member",usage="raid",uuid="yguegk-pO6l-JLp0-OqIy-1nkE-IWRl-oHByYB",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdd",type="LVM2_member",usage="raid",uuid="sX3gUL-GhBT-z7R4-HNLs-U00b-cIr1-27kaqg",version="LVM2 001"} 1 node_disk_filesystem_info{device="sde",type="LVM2_member",usage="raid",uuid="h05DGy-27ab-zFGr-ZWDb-VD92-5qIx-SueXbe",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdf",type="LVM2_member",usage="raid",uuid="qiITcR-B7pe-VaUj-MqrM-EEqV-q97P-r9Bpu4",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdg",type="LVM2_member",usage="raid",uuid="l63Q2e-MRCB-2cFx-oOHz-BcYl-5oNb-Gfa1V0",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdh",type="LVM2_member",usage="raid",uuid="VakF89-kEd4-5mHi-NwAJ-mgDm-Zpyd-qix7Kg",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdi",type="LVM2_member",usage="raid",uuid="Uqgjhs-uHuk-6Lvf-GZVP-dnq5-0yuy-28dBz0",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdj",type="LVM2_member",usage="raid",uuid="MZdyy0-rvr6-xQwy-5UZR-qM6f-sa8b-C7xKKi",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdk",type="LVM2_member",usage="raid",uuid="sdG0N9-eB5A-UHO2-vtDw-IcLA-YQ4e-CpQEkQ",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdl",type="LVM2_member",usage="raid",uuid="7O2zzd-2bdj-pJ80-9N4D-Sxx7-mOEN-TmFXGV",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-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"} 415118.876 node_disk_flush_requests_time_seconds_total{device="nvme3n1"} 127250.863 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"} 2103.4120000000003 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="dm-0"} 0 node_disk_flush_requests_total{device="dm-1"} 0 node_disk_flush_requests_total{device="dm-10"} 0 node_disk_flush_requests_total{device="dm-11"} 0 node_disk_flush_requests_total{device="dm-12"} 0 node_disk_flush_requests_total{device="dm-13"} 0 node_disk_flush_requests_total{device="dm-14"} 0 node_disk_flush_requests_total{device="dm-15"} 0 node_disk_flush_requests_total{device="dm-16"} 0 node_disk_flush_requests_total{device="dm-17"} 0 node_disk_flush_requests_total{device="dm-18"} 0 node_disk_flush_requests_total{device="dm-19"} 0 node_disk_flush_requests_total{device="dm-2"} 0 node_disk_flush_requests_total{device="dm-20"} 0 node_disk_flush_requests_total{device="dm-21"} 0 node_disk_flush_requests_total{device="dm-22"} 0 node_disk_flush_requests_total{device="dm-23"} 0 node_disk_flush_requests_total{device="dm-3"} 0 node_disk_flush_requests_total{device="dm-4"} 0 node_disk_flush_requests_total{device="dm-5"} 0 node_disk_flush_requests_total{device="dm-6"} 0 node_disk_flush_requests_total{device="dm-7"} 0 node_disk_flush_requests_total{device="dm-8"} 0 node_disk_flush_requests_total{device="dm-9"} 0 node_disk_flush_requests_total{device="nbd0"} 0 node_disk_flush_requests_total{device="nbd1"} 0 node_disk_flush_requests_total{device="nbd10"} 0 node_disk_flush_requests_total{device="nbd11"} 0 node_disk_flush_requests_total{device="nbd12"} 0 node_disk_flush_requests_total{device="nbd13"} 0 node_disk_flush_requests_total{device="nbd14"} 0 node_disk_flush_requests_total{device="nbd15"} 0 node_disk_flush_requests_total{device="nbd2"} 0 node_disk_flush_requests_total{device="nbd3"} 0 node_disk_flush_requests_total{device="nbd4"} 0 node_disk_flush_requests_total{device="nbd5"} 0 node_disk_flush_requests_total{device="nbd6"} 0 node_disk_flush_requests_total{device="nbd7"} 0 node_disk_flush_requests_total{device="nbd8"} 0 node_disk_flush_requests_total{device="nbd9"} 0 node_disk_flush_requests_total{device="nvme0n1"} 0 node_disk_flush_requests_total{device="nvme1n1"} 0 node_disk_flush_requests_total{device="nvme2n1"} 3.00885831e+08 node_disk_flush_requests_total{device="nvme3n1"} 4.3041377e+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"} 3.05693e+06 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="253",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-1",major="253",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-10",major="253",minor="10",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-11",major="253",minor="11",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-12",major="253",minor="12",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-13",major="253",minor="13",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-14",major="253",minor="14",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-15",major="253",minor="15",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-16",major="253",minor="16",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-17",major="253",minor="17",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-18",major="253",minor="18",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-19",major="253",minor="19",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-2",major="253",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-20",major="253",minor="20",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-21",major="253",minor="21",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-22",major="253",minor="22",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-23",major="253",minor="23",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-3",major="253",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-4",major="253",minor="4",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-5",major="253",minor="5",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-6",major="253",minor="6",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-7",major="253",minor="7",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-8",major="253",minor="8",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-9",major="253",minor="9",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd0",major="43",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd1",major="43",minor="32",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd10",major="43",minor="320",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd11",major="43",minor="352",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd12",major="43",minor="384",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd13",major="43",minor="416",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd14",major="43",minor="448",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd15",major="43",minor="480",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd2",major="43",minor="64",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd3",major="43",minor="96",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd4",major="43",minor="128",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd5",major="43",minor="160",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd6",major="43",minor="192",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd7",major="43",minor="224",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd8",major="43",minor="256",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd9",major="43",minor="288",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="2",model="Dell Ent NVMe P5500 RI U.2 1.92TB",path="pci-0000:01:00.0-nvme-1",revision="1.2.4",rotational="0",serial="PHAB113500X61P9SGN",wwn="eui.01000000000000005cd2e4c448405351"} 1 node_disk_info{device="nvme1n1",major="259",minor="1",model="Dell Ent NVMe P5500 RI U.2 1.92TB",path="pci-0000:02:00.0-nvme-1",revision="1.2.4",rotational="0",serial="PHAB113500ZQ1P9SGN",wwn="eui.01000000000000005cd2e4e049405351"} 1 node_disk_info{device="nvme2n1",major="259",minor="0",model="CT2000P310SSD8",path="pci-0000:21:00.0-nvme-1",revision="VACR011",rotational="0",serial="254454233ECE",wwn="eui.00a0750154233ece"} 1 node_disk_info{device="nvme3n1",major="259",minor="3",model="Samsung SSD 980 PRO 1TB",path="pci-0000:22:00.0-nvme-1",revision="3B2QGXA7",rotational="0",serial="S5P2NG0R735556M",wwn="eui.002538b711515b02"} 1 node_disk_info{device="sda",major="8",minor="0",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:0:0",revision="EJ09",rotational="1",serial="11X0A070F9SH",wwn="0x5000039aa849a235"} 1 node_disk_info{device="sdb",major="8",minor="16",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:1:0",revision="EJ09",rotational="1",serial="11X0A0S4F9SH",wwn="0x5000039aa84a44d1"} 1 node_disk_info{device="sdc",major="8",minor="32",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:2:0",revision="EJ09",rotational="1",serial="11X0A0U9F9SH",wwn="0x5000039aa84a4fed"} 1 node_disk_info{device="sdd",major="8",minor="48",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:3:0",revision="EJ09",rotational="1",serial="11X0A0UHF9SH",wwn="0x5000039aa84a50f5"} 1 node_disk_info{device="sde",major="8",minor="64",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:4:0",revision="EJ09",rotational="1",serial="11X0A0TZF9SH",wwn="0x5000039aa84a4b25"} 1 node_disk_info{device="sdf",major="8",minor="80",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:5:0",revision="EJ09",rotational="1",serial="11X0A053F9SH",wwn="0x5000039aa84997ad"} 1 node_disk_info{device="sdg",major="8",minor="96",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:6:0",revision="EJ09",rotational="1",serial="11X0A075F9SH",wwn="0x5000039aa849a2ed"} 1 node_disk_info{device="sdh",major="8",minor="112",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:7:0",revision="EJ09",rotational="1",serial="11X0A0XEF9SH",wwn="0x5000039aa84a7a85"} 1 node_disk_info{device="sdi",major="8",minor="128",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:8:0",revision="EJ09",rotational="1",serial="11X0A0UGF9SH",wwn="0x5000039aa84a5089"} 1 node_disk_info{device="sdj",major="8",minor="144",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:9:0",revision="EJ09",rotational="1",serial="11X0A06LF9SH",wwn="0x5000039aa8499e5d"} 1 node_disk_info{device="sdk",major="8",minor="160",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:10:0",revision="EJ09",rotational="1",serial="11X0A05AF9SH",wwn="0x5000039aa8499801"} 1 node_disk_info{device="sdl",major="8",minor="176",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:11:0",revision="EJ09",rotational="1",serial="11X0A0UWF9SH",wwn="0x5000039aa84a5569"} 1 node_disk_info{device="sdm",major="8",minor="192",model="DELLBOSS_VD",path="pci-0000:03:00.0-ata-1.0",revision="MV.R00-0",rotational="1",serial="c60ab40883810010",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="dm-0"} 0 node_disk_io_now{device="dm-1"} 0 node_disk_io_now{device="dm-10"} 5 node_disk_io_now{device="dm-11"} 0 node_disk_io_now{device="dm-12"} 0 node_disk_io_now{device="dm-13"} 0 node_disk_io_now{device="dm-14"} 0 node_disk_io_now{device="dm-15"} 0 node_disk_io_now{device="dm-16"} 0 node_disk_io_now{device="dm-17"} 0 node_disk_io_now{device="dm-18"} 0 node_disk_io_now{device="dm-19"} 0 node_disk_io_now{device="dm-2"} 0 node_disk_io_now{device="dm-20"} 0 node_disk_io_now{device="dm-21"} 0 node_disk_io_now{device="dm-22"} 0 node_disk_io_now{device="dm-23"} 0 node_disk_io_now{device="dm-3"} 0 node_disk_io_now{device="dm-4"} 0 node_disk_io_now{device="dm-5"} 0 node_disk_io_now{device="dm-6"} 48 node_disk_io_now{device="dm-7"} 0 node_disk_io_now{device="dm-8"} 0 node_disk_io_now{device="dm-9"} 0 node_disk_io_now{device="nbd0"} 0 node_disk_io_now{device="nbd1"} 0 node_disk_io_now{device="nbd10"} 0 node_disk_io_now{device="nbd11"} 0 node_disk_io_now{device="nbd12"} 0 node_disk_io_now{device="nbd13"} 0 node_disk_io_now{device="nbd14"} 0 node_disk_io_now{device="nbd15"} 0 node_disk_io_now{device="nbd2"} 0 node_disk_io_now{device="nbd3"} 0 node_disk_io_now{device="nbd4"} 0 node_disk_io_now{device="nbd5"} 0 node_disk_io_now{device="nbd6"} 0 node_disk_io_now{device="nbd7"} 0 node_disk_io_now{device="nbd8"} 0 node_disk_io_now{device="nbd9"} 0 node_disk_io_now{device="nvme0n1"} 0 node_disk_io_now{device="nvme1n1"} 0 node_disk_io_now{device="nvme2n1"} 0 node_disk_io_now{device="nvme3n1"} 0 node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sdb"} 0 node_disk_io_now{device="sdc"} 0 node_disk_io_now{device="sdd"} 0 node_disk_io_now{device="sde"} 0 node_disk_io_now{device="sdf"} 0 node_disk_io_now{device="sdg"} 0 node_disk_io_now{device="sdh"} 0 node_disk_io_now{device="sdi"} 0 node_disk_io_now{device="sdj"} 0 node_disk_io_now{device="sdk"} 0 node_disk_io_now{device="sdl"} 1 node_disk_io_now{device="sdm"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="dm-0"} 699514.198 node_disk_io_time_seconds_total{device="dm-1"} 47751.776 node_disk_io_time_seconds_total{device="dm-10"} 635155.72 node_disk_io_time_seconds_total{device="dm-11"} 41111.005 node_disk_io_time_seconds_total{device="dm-12"} 572494.596 node_disk_io_time_seconds_total{device="dm-13"} 41147.501000000004 node_disk_io_time_seconds_total{device="dm-14"} 732128.9230000001 node_disk_io_time_seconds_total{device="dm-15"} 47620.188 node_disk_io_time_seconds_total{device="dm-16"} 626065.434 node_disk_io_time_seconds_total{device="dm-17"} 41254.849 node_disk_io_time_seconds_total{device="dm-18"} 646508.134 node_disk_io_time_seconds_total{device="dm-19"} 46392.151 node_disk_io_time_seconds_total{device="dm-2"} 590224.33 node_disk_io_time_seconds_total{device="dm-20"} 671266.478 node_disk_io_time_seconds_total{device="dm-21"} 46453.952 node_disk_io_time_seconds_total{device="dm-22"} 785647.454 node_disk_io_time_seconds_total{device="dm-23"} 50263.971 node_disk_io_time_seconds_total{device="dm-3"} 43667.270000000004 node_disk_io_time_seconds_total{device="dm-4"} 699066.969 node_disk_io_time_seconds_total{device="dm-5"} 48556.414000000004 node_disk_io_time_seconds_total{device="dm-6"} 460075.181 node_disk_io_time_seconds_total{device="dm-7"} 33893.351 node_disk_io_time_seconds_total{device="dm-8"} 742064.715 node_disk_io_time_seconds_total{device="dm-9"} 49065.132 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"} 1015.323 node_disk_io_time_seconds_total{device="nvme1n1"} 3.3040000000000003 node_disk_io_time_seconds_total{device="nvme2n1"} 320065.13800000004 node_disk_io_time_seconds_total{device="nvme3n1"} 145323.051 node_disk_io_time_seconds_total{device="sda"} 459998.213 node_disk_io_time_seconds_total{device="sdb"} 646423.368 node_disk_io_time_seconds_total{device="sdc"} 732048.936 node_disk_io_time_seconds_total{device="sdd"} 671172.035 node_disk_io_time_seconds_total{device="sde"} 625986.656 node_disk_io_time_seconds_total{device="sdf"} 699393.589 node_disk_io_time_seconds_total{device="sdg"} 785532.628 node_disk_io_time_seconds_total{device="sdh"} 741973.264 node_disk_io_time_seconds_total{device="sdi"} 590157.453 node_disk_io_time_seconds_total{device="sdj"} 572402.955 node_disk_io_time_seconds_total{device="sdk"} 698891.475 node_disk_io_time_seconds_total{device="sdl"} 635041.703 node_disk_io_time_seconds_total{device="sdm"} 9212.629 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="dm-0"} 3.019246074e+06 node_disk_io_time_weighted_seconds_total{device="dm-1"} 89551.596 node_disk_io_time_weighted_seconds_total{device="dm-10"} 318412.05 node_disk_io_time_weighted_seconds_total{device="dm-11"} 73650.004 node_disk_io_time_weighted_seconds_total{device="dm-12"} 3.640404872e+06 node_disk_io_time_weighted_seconds_total{device="dm-13"} 74417.091 node_disk_io_time_weighted_seconds_total{device="dm-14"} 3.363132909e+06 node_disk_io_time_weighted_seconds_total{device="dm-15"} 88686.73300000001 node_disk_io_time_weighted_seconds_total{device="dm-16"} 1.458686026e+06 node_disk_io_time_weighted_seconds_total{device="dm-17"} 77446.84300000001 node_disk_io_time_weighted_seconds_total{device="dm-18"} 2.917409624e+06 node_disk_io_time_weighted_seconds_total{device="dm-19"} 82913.352 node_disk_io_time_weighted_seconds_total{device="dm-2"} 765798.743 node_disk_io_time_weighted_seconds_total{device="dm-20"} 1.034007763e+06 node_disk_io_time_weighted_seconds_total{device="dm-21"} 85352.02 node_disk_io_time_weighted_seconds_total{device="dm-22"} 2.415830697e+06 node_disk_io_time_weighted_seconds_total{device="dm-23"} 93343.925 node_disk_io_time_weighted_seconds_total{device="dm-3"} 78935.179 node_disk_io_time_weighted_seconds_total{device="dm-4"} 3.870399309e+06 node_disk_io_time_weighted_seconds_total{device="dm-5"} 91119.653 node_disk_io_time_weighted_seconds_total{device="dm-6"} 4.057555863e+06 node_disk_io_time_weighted_seconds_total{device="dm-7"} 57406.918 node_disk_io_time_weighted_seconds_total{device="dm-8"} 4.0773864050000003e+06 node_disk_io_time_weighted_seconds_total{device="dm-9"} 88031.189 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"} 350.944 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 4.405 node_disk_io_time_weighted_seconds_total{device="nvme2n1"} 960306.549 node_disk_io_time_weighted_seconds_total{device="nvme3n1"} 290847.89900000003 node_disk_io_time_weighted_seconds_total{device="sda"} 2.478745934e+06 node_disk_io_time_weighted_seconds_total{device="sdb"} 967941.938 node_disk_io_time_weighted_seconds_total{device="sdc"} 987565.687 node_disk_io_time_weighted_seconds_total{device="sdd"} 4.220893866e+06 node_disk_io_time_weighted_seconds_total{device="sde"} 416173.114 node_disk_io_time_weighted_seconds_total{device="sdf"} 781272.11 node_disk_io_time_weighted_seconds_total{device="sdg"} 2.165977208e+06 node_disk_io_time_weighted_seconds_total{device="sdh"} 1.017093799e+06 node_disk_io_time_weighted_seconds_total{device="sdi"} 105730.589 node_disk_io_time_weighted_seconds_total{device="sdj"} 3.89831922e+06 node_disk_io_time_weighted_seconds_total{device="sdk"} 1.060009412e+06 node_disk_io_time_weighted_seconds_total{device="sdl"} 43360.598 node_disk_io_time_weighted_seconds_total{device="sdm"} 82658.064 # 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.6710959587328e+13 node_disk_read_bytes_total{device="dm-1"} 8.8814624768e+10 node_disk_read_bytes_total{device="dm-10"} 3.5328168013824e+13 node_disk_read_bytes_total{device="dm-11"} 5.0144468992e+10 node_disk_read_bytes_total{device="dm-12"} 3.2562361872384e+13 node_disk_read_bytes_total{device="dm-13"} 5.2132876288e+10 node_disk_read_bytes_total{device="dm-14"} 3.8555593920512e+13 node_disk_read_bytes_total{device="dm-15"} 4.4075094016e+10 node_disk_read_bytes_total{device="dm-16"} 3.4393543319552e+13 node_disk_read_bytes_total{device="dm-17"} 6.1347254272e+10 node_disk_read_bytes_total{device="dm-18"} 3.4414714175488e+13 node_disk_read_bytes_total{device="dm-19"} 8.6264152064e+10 node_disk_read_bytes_total{device="dm-2"} 3.1891916828672e+13 node_disk_read_bytes_total{device="dm-20"} 3.5885120630784e+13 node_disk_read_bytes_total{device="dm-21"} 7.6201168896e+10 node_disk_read_bytes_total{device="dm-22"} 4.1219651518464e+13 node_disk_read_bytes_total{device="dm-23"} 6.5312735232e+10 node_disk_read_bytes_total{device="dm-3"} 4.4548984832e+10 node_disk_read_bytes_total{device="dm-4"} 3.7046445277184e+13 node_disk_read_bytes_total{device="dm-5"} 6.4212512768e+10 node_disk_read_bytes_total{device="dm-6"} 2.739351140352e+13 node_disk_read_bytes_total{device="dm-7"} 3.0666817536e+10 node_disk_read_bytes_total{device="dm-8"} 3.9358590803968e+13 node_disk_read_bytes_total{device="dm-9"} 6.4602591232e+10 node_disk_read_bytes_total{device="nbd0"} 0 node_disk_read_bytes_total{device="nbd1"} 0 node_disk_read_bytes_total{device="nbd10"} 0 node_disk_read_bytes_total{device="nbd11"} 0 node_disk_read_bytes_total{device="nbd12"} 0 node_disk_read_bytes_total{device="nbd13"} 0 node_disk_read_bytes_total{device="nbd14"} 0 node_disk_read_bytes_total{device="nbd15"} 0 node_disk_read_bytes_total{device="nbd2"} 0 node_disk_read_bytes_total{device="nbd3"} 0 node_disk_read_bytes_total{device="nbd4"} 0 node_disk_read_bytes_total{device="nbd5"} 0 node_disk_read_bytes_total{device="nbd6"} 0 node_disk_read_bytes_total{device="nbd7"} 0 node_disk_read_bytes_total{device="nbd8"} 0 node_disk_read_bytes_total{device="nbd9"} 0 node_disk_read_bytes_total{device="nvme0n1"} 3.299525632e+09 node_disk_read_bytes_total{device="nvme1n1"} 6.99793408e+08 node_disk_read_bytes_total{device="nvme2n1"} 7.28387330048e+11 node_disk_read_bytes_total{device="nvme3n1"} 1.45833099264e+11 node_disk_read_bytes_total{device="sda"} 2.7393568346112e+13 node_disk_read_bytes_total{device="sdb"} 3.441476796416e+13 node_disk_read_bytes_total{device="sdc"} 3.8555648733184e+13 node_disk_read_bytes_total{device="sdd"} 3.5885173977088e+13 node_disk_read_bytes_total{device="sde"} 3.4393597702144e+13 node_disk_read_bytes_total{device="sdf"} 3.6711018749952e+13 node_disk_read_bytes_total{device="sdg"} 4.1219704250368e+13 node_disk_read_bytes_total{device="sdh"} 3.9358647287808e+13 node_disk_read_bytes_total{device="sdi"} 3.1891974828032e+13 node_disk_read_bytes_total{device="sdj"} 3.2562417287168e+13 node_disk_read_bytes_total{device="sdk"} 3.7046502752256e+13 node_disk_read_bytes_total{device="sdl"} 3.5328219885568e+13 node_disk_read_bytes_total{device="sdm"} 1.3716957184e+10 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 2.492437826e+06 node_disk_read_time_seconds_total{device="dm-1"} 1433.53 node_disk_read_time_seconds_total{device="dm-10"} 617099.255 node_disk_read_time_seconds_total{device="dm-11"} 917.4830000000001 node_disk_read_time_seconds_total{device="dm-12"} 3.919367421e+06 node_disk_read_time_seconds_total{device="dm-13"} 841.624 node_disk_read_time_seconds_total{device="dm-14"} 2.4902608710000003e+06 node_disk_read_time_seconds_total{device="dm-15"} 836.883 node_disk_read_time_seconds_total{device="dm-16"} 1.821996436e+06 node_disk_read_time_seconds_total{device="dm-17"} 980.37 node_disk_read_time_seconds_total{device="dm-18"} 2.525006217e+06 node_disk_read_time_seconds_total{device="dm-19"} 1448.402 node_disk_read_time_seconds_total{device="dm-2"} 646001.389 node_disk_read_time_seconds_total{device="dm-20"} 371222.56200000003 node_disk_read_time_seconds_total{device="dm-21"} 1001.8480000000001 node_disk_read_time_seconds_total{device="dm-22"} 1.327872781e+06 node_disk_read_time_seconds_total{device="dm-23"} 1142.258 node_disk_read_time_seconds_total{device="dm-3"} 736.7520000000001 node_disk_read_time_seconds_total{device="dm-4"} 2.985341467e+06 node_disk_read_time_seconds_total{device="dm-5"} 980.726 node_disk_read_time_seconds_total{device="dm-6"} 891819.731 node_disk_read_time_seconds_total{device="dm-7"} 601.029 node_disk_read_time_seconds_total{device="dm-8"} 3.1993753200000003e+06 node_disk_read_time_seconds_total{device="dm-9"} 1212.1870000000001 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"} 17.709 node_disk_read_time_seconds_total{device="nvme1n1"} 4.405 node_disk_read_time_seconds_total{device="nvme2n1"} 12219.266 node_disk_read_time_seconds_total{device="nvme3n1"} 7615.066 node_disk_read_time_seconds_total{device="sda"} 2.212057037e+06 node_disk_read_time_seconds_total{device="sdb"} 559073.812 node_disk_read_time_seconds_total{device="sdc"} 521609.585 node_disk_read_time_seconds_total{device="sdd"} 3.794760649e+06 node_disk_read_time_seconds_total{device="sde"} 55986.547 node_disk_read_time_seconds_total{device="sdf"} 346917.78 node_disk_read_time_seconds_total{device="sdg"} 1.6895495250000001e+06 node_disk_read_time_seconds_total{device="sdh"} 575088.713 node_disk_read_time_seconds_total{device="sdi"} 4.012336804e+06 node_disk_read_time_seconds_total{device="sdj"} 3.554217251e+06 node_disk_read_time_seconds_total{device="sdk"} 624816.354 node_disk_read_time_seconds_total{device="sdl"} 3.99857236e+06 node_disk_read_time_seconds_total{device="sdm"} 546.796 # 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.83534765e+08 node_disk_reads_completed_total{device="dm-1"} 4.938664e+06 node_disk_reads_completed_total{device="dm-10"} 5.61104749e+08 node_disk_reads_completed_total{device="dm-11"} 3.130791e+06 node_disk_reads_completed_total{device="dm-12"} 5.17584557e+08 node_disk_reads_completed_total{device="dm-13"} 2.977274e+06 node_disk_reads_completed_total{device="dm-14"} 6.12941111e+08 node_disk_reads_completed_total{device="dm-15"} 2.808549e+06 node_disk_reads_completed_total{device="dm-16"} 5.46497502e+08 node_disk_reads_completed_total{device="dm-17"} 3.625959e+06 node_disk_reads_completed_total{device="dm-18"} 5.46886644e+08 node_disk_reads_completed_total{device="dm-19"} 4.978619e+06 node_disk_reads_completed_total{device="dm-2"} 5.07154578e+08 node_disk_reads_completed_total{device="dm-20"} 5.70476363e+08 node_disk_reads_completed_total{device="dm-21"} 3.431809e+06 node_disk_reads_completed_total{device="dm-22"} 6.53040158e+08 node_disk_reads_completed_total{device="dm-23"} 3.592196e+06 node_disk_reads_completed_total{device="dm-3"} 2.36388e+06 node_disk_reads_completed_total{device="dm-4"} 5.8876962e+08 node_disk_reads_completed_total{device="dm-5"} 3.429571e+06 node_disk_reads_completed_total{device="dm-6"} 4.34710091e+08 node_disk_reads_completed_total{device="dm-7"} 1.946276e+06 node_disk_reads_completed_total{device="dm-8"} 6.25375454e+08 node_disk_reads_completed_total{device="dm-9"} 4.109391e+06 node_disk_reads_completed_total{device="nbd0"} 0 node_disk_reads_completed_total{device="nbd1"} 0 node_disk_reads_completed_total{device="nbd10"} 0 node_disk_reads_completed_total{device="nbd11"} 0 node_disk_reads_completed_total{device="nbd12"} 0 node_disk_reads_completed_total{device="nbd13"} 0 node_disk_reads_completed_total{device="nbd14"} 0 node_disk_reads_completed_total{device="nbd15"} 0 node_disk_reads_completed_total{device="nbd2"} 0 node_disk_reads_completed_total{device="nbd3"} 0 node_disk_reads_completed_total{device="nbd4"} 0 node_disk_reads_completed_total{device="nbd5"} 0 node_disk_reads_completed_total{device="nbd6"} 0 node_disk_reads_completed_total{device="nbd7"} 0 node_disk_reads_completed_total{device="nbd8"} 0 node_disk_reads_completed_total{device="nbd9"} 0 node_disk_reads_completed_total{device="nvme0n1"} 94608 node_disk_reads_completed_total{device="nvme1n1"} 32207 node_disk_reads_completed_total{device="nvme2n1"} 4.1335467e+07 node_disk_reads_completed_total{device="nvme3n1"} 5.92976e+06 node_disk_reads_completed_total{device="sda"} 1.70094425e+08 node_disk_reads_completed_total{device="sdb"} 2.17175924e+08 node_disk_reads_completed_total{device="sdc"} 2.42091102e+08 node_disk_reads_completed_total{device="sdd"} 2.23257001e+08 node_disk_reads_completed_total{device="sde"} 2.14859259e+08 node_disk_reads_completed_total{device="sdf"} 2.29019609e+08 node_disk_reads_completed_total{device="sdg"} 2.56693088e+08 node_disk_reads_completed_total{device="sdh"} 2.43594063e+08 node_disk_reads_completed_total{device="sdi"} 1.98570507e+08 node_disk_reads_completed_total{device="sdj"} 2.03982051e+08 node_disk_reads_completed_total{device="sdk"} 2.30580952e+08 node_disk_reads_completed_total{device="sdl"} 2.20756987e+08 node_disk_reads_completed_total{device="sdm"} 880361 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="dm-0"} 0 node_disk_reads_merged_total{device="dm-1"} 0 node_disk_reads_merged_total{device="dm-10"} 0 node_disk_reads_merged_total{device="dm-11"} 0 node_disk_reads_merged_total{device="dm-12"} 0 node_disk_reads_merged_total{device="dm-13"} 0 node_disk_reads_merged_total{device="dm-14"} 0 node_disk_reads_merged_total{device="dm-15"} 0 node_disk_reads_merged_total{device="dm-16"} 0 node_disk_reads_merged_total{device="dm-17"} 0 node_disk_reads_merged_total{device="dm-18"} 0 node_disk_reads_merged_total{device="dm-19"} 0 node_disk_reads_merged_total{device="dm-2"} 0 node_disk_reads_merged_total{device="dm-20"} 0 node_disk_reads_merged_total{device="dm-21"} 0 node_disk_reads_merged_total{device="dm-22"} 0 node_disk_reads_merged_total{device="dm-23"} 0 node_disk_reads_merged_total{device="dm-3"} 0 node_disk_reads_merged_total{device="dm-4"} 0 node_disk_reads_merged_total{device="dm-5"} 0 node_disk_reads_merged_total{device="dm-6"} 0 node_disk_reads_merged_total{device="dm-7"} 0 node_disk_reads_merged_total{device="dm-8"} 0 node_disk_reads_merged_total{device="dm-9"} 0 node_disk_reads_merged_total{device="nbd0"} 0 node_disk_reads_merged_total{device="nbd1"} 0 node_disk_reads_merged_total{device="nbd10"} 0 node_disk_reads_merged_total{device="nbd11"} 0 node_disk_reads_merged_total{device="nbd12"} 0 node_disk_reads_merged_total{device="nbd13"} 0 node_disk_reads_merged_total{device="nbd14"} 0 node_disk_reads_merged_total{device="nbd15"} 0 node_disk_reads_merged_total{device="nbd2"} 0 node_disk_reads_merged_total{device="nbd3"} 0 node_disk_reads_merged_total{device="nbd4"} 0 node_disk_reads_merged_total{device="nbd5"} 0 node_disk_reads_merged_total{device="nbd6"} 0 node_disk_reads_merged_total{device="nbd7"} 0 node_disk_reads_merged_total{device="nbd8"} 0 node_disk_reads_merged_total{device="nbd9"} 0 node_disk_reads_merged_total{device="nvme0n1"} 27 node_disk_reads_merged_total{device="nvme1n1"} 0 node_disk_reads_merged_total{device="nvme2n1"} 0 node_disk_reads_merged_total{device="nvme3n1"} 5.872944e+06 node_disk_reads_merged_total{device="sda"} 2.64616505e+08 node_disk_reads_merged_total{device="sdb"} 3.29711533e+08 node_disk_reads_merged_total{device="sdc"} 3.70850824e+08 node_disk_reads_merged_total{device="sdd"} 3.47220191e+08 node_disk_reads_merged_total{device="sde"} 3.31639077e+08 node_disk_reads_merged_total{device="sdf"} 3.5451601e+08 node_disk_reads_merged_total{device="sdg"} 3.96347873e+08 node_disk_reads_merged_total{device="sdh"} 3.81782242e+08 node_disk_reads_merged_total{device="sdi"} 3.0858492e+08 node_disk_reads_merged_total{device="sdj"} 3.13603344e+08 node_disk_reads_merged_total{device="sdk"} 3.58189513e+08 node_disk_reads_merged_total{device="sdl"} 3.40348527e+08 node_disk_reads_merged_total{device="sdm"} 170437 # 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"} 526808.248 node_disk_write_time_seconds_total{device="dm-1"} 88118.066 node_disk_write_time_seconds_total{device="dm-10"} 3.996280091e+06 node_disk_write_time_seconds_total{device="dm-11"} 72732.52100000001 node_disk_write_time_seconds_total{device="dm-12"} 4.016004747e+06 node_disk_write_time_seconds_total{device="dm-13"} 73575.467 node_disk_write_time_seconds_total{device="dm-14"} 872872.0380000001 node_disk_write_time_seconds_total{device="dm-15"} 87849.85 node_disk_write_time_seconds_total{device="dm-16"} 3.931656886e+06 node_disk_write_time_seconds_total{device="dm-17"} 76466.473 node_disk_write_time_seconds_total{device="dm-18"} 392403.407 node_disk_write_time_seconds_total{device="dm-19"} 81464.95 node_disk_write_time_seconds_total{device="dm-2"} 119797.354 node_disk_write_time_seconds_total{device="dm-20"} 662785.201 node_disk_write_time_seconds_total{device="dm-21"} 84350.172 node_disk_write_time_seconds_total{device="dm-22"} 1.087957916e+06 node_disk_write_time_seconds_total{device="dm-23"} 92201.667 node_disk_write_time_seconds_total{device="dm-3"} 78198.427 node_disk_write_time_seconds_total{device="dm-4"} 885057.8420000001 node_disk_write_time_seconds_total{device="dm-5"} 90138.927 node_disk_write_time_seconds_total{device="dm-6"} 3.165736132e+06 node_disk_write_time_seconds_total{device="dm-7"} 56805.889 node_disk_write_time_seconds_total{device="dm-8"} 878011.085 node_disk_write_time_seconds_total{device="dm-9"} 86819.00200000001 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"} 333.235 node_disk_write_time_seconds_total{device="nvme1n1"} 0 node_disk_write_time_seconds_total{device="nvme2n1"} 532968.406 node_disk_write_time_seconds_total{device="nvme3n1"} 155981.969 node_disk_write_time_seconds_total{device="sda"} 266688.896 node_disk_write_time_seconds_total{device="sdb"} 408868.125 node_disk_write_time_seconds_total{device="sdc"} 465956.102 node_disk_write_time_seconds_total{device="sdd"} 426133.217 node_disk_write_time_seconds_total{device="sde"} 360186.567 node_disk_write_time_seconds_total{device="sdf"} 434354.329 node_disk_write_time_seconds_total{device="sdg"} 476427.683 node_disk_write_time_seconds_total{device="sdh"} 442005.085 node_disk_write_time_seconds_total{device="sdi"} 388361.081 node_disk_write_time_seconds_total{device="sdj"} 344101.968 node_disk_write_time_seconds_total{device="sdk"} 435193.05700000003 node_disk_write_time_seconds_total{device="sdl"} 339755.533 node_disk_write_time_seconds_total{device="sdm"} 80007.856 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="dm-0"} 1.99170725e+08 node_disk_writes_completed_total{device="dm-1"} 1.3286286e+08 node_disk_writes_completed_total{device="dm-10"} 1.68180556e+08 node_disk_writes_completed_total{device="dm-11"} 1.10467669e+08 node_disk_writes_completed_total{device="dm-12"} 1.70333626e+08 node_disk_writes_completed_total{device="dm-13"} 1.06795442e+08 node_disk_writes_completed_total{device="dm-14"} 2.06755052e+08 node_disk_writes_completed_total{device="dm-15"} 1.32703753e+08 node_disk_writes_completed_total{device="dm-16"} 1.7074774e+08 node_disk_writes_completed_total{device="dm-17"} 1.14210212e+08 node_disk_writes_completed_total{device="dm-18"} 1.93691335e+08 node_disk_writes_completed_total{device="dm-19"} 1.22341208e+08 node_disk_writes_completed_total{device="dm-2"} 1.85227713e+08 node_disk_writes_completed_total{device="dm-20"} 1.98668362e+08 node_disk_writes_completed_total{device="dm-21"} 1.33784991e+08 node_disk_writes_completed_total{device="dm-22"} 2.16254376e+08 node_disk_writes_completed_total{device="dm-23"} 1.45981235e+08 node_disk_writes_completed_total{device="dm-3"} 1.17409177e+08 node_disk_writes_completed_total{device="dm-4"} 2.0652695e+08 node_disk_writes_completed_total{device="dm-5"} 1.43171283e+08 node_disk_writes_completed_total{device="dm-6"} 1.40051167e+08 node_disk_writes_completed_total{device="dm-7"} 8.5223359e+07 node_disk_writes_completed_total{device="dm-8"} 2.03772604e+08 node_disk_writes_completed_total{device="dm-9"} 1.3615301e+08 node_disk_writes_completed_total{device="nbd0"} 0 node_disk_writes_completed_total{device="nbd1"} 0 node_disk_writes_completed_total{device="nbd10"} 0 node_disk_writes_completed_total{device="nbd11"} 0 node_disk_writes_completed_total{device="nbd12"} 0 node_disk_writes_completed_total{device="nbd13"} 0 node_disk_writes_completed_total{device="nbd14"} 0 node_disk_writes_completed_total{device="nbd15"} 0 node_disk_writes_completed_total{device="nbd2"} 0 node_disk_writes_completed_total{device="nbd3"} 0 node_disk_writes_completed_total{device="nbd4"} 0 node_disk_writes_completed_total{device="nbd5"} 0 node_disk_writes_completed_total{device="nbd6"} 0 node_disk_writes_completed_total{device="nbd7"} 0 node_disk_writes_completed_total{device="nbd8"} 0 node_disk_writes_completed_total{device="nbd9"} 0 node_disk_writes_completed_total{device="nvme0n1"} 821139 node_disk_writes_completed_total{device="nvme1n1"} 0 node_disk_writes_completed_total{device="nvme2n1"} 6.20015262e+08 node_disk_writes_completed_total{device="nvme3n1"} 1.27594339e+08 node_disk_writes_completed_total{device="sda"} 1.1981924e+07 node_disk_writes_completed_total{device="sdb"} 1.6498921e+07 node_disk_writes_completed_total{device="sdc"} 1.7730564e+07 node_disk_writes_completed_total{device="sdd"} 1.7057512e+07 node_disk_writes_completed_total{device="sde"} 1.4910548e+07 node_disk_writes_completed_total{device="sdf"} 1.7382722e+07 node_disk_writes_completed_total{device="sdg"} 1.871721e+07 node_disk_writes_completed_total{device="sdh"} 1.7574423e+07 node_disk_writes_completed_total{device="sdi"} 1.6016148e+07 node_disk_writes_completed_total{device="sdj"} 1.4543975e+07 node_disk_writes_completed_total{device="sdk"} 1.759751e+07 node_disk_writes_completed_total{device="sdl"} 1.4393564e+07 node_disk_writes_completed_total{device="sdm"} 2.4474644e+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-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"} 23531 node_disk_writes_merged_total{device="nvme1n1"} 0 node_disk_writes_merged_total{device="nvme2n1"} 8.61677428e+08 node_disk_writes_merged_total{device="nvme3n1"} 5.07201233e+08 node_disk_writes_merged_total{device="sda"} 1.28069252e+08 node_disk_writes_merged_total{device="sdb"} 1.77192436e+08 node_disk_writes_merged_total{device="sdc"} 1.89024513e+08 node_disk_writes_merged_total{device="sdd"} 1.81610874e+08 node_disk_writes_merged_total{device="sde"} 1.55837216e+08 node_disk_writes_merged_total{device="sdf"} 1.81788026e+08 node_disk_writes_merged_total{device="sdg"} 1.97537187e+08 node_disk_writes_merged_total{device="sdh"} 1.86198206e+08 node_disk_writes_merged_total{device="sdi"} 1.69211589e+08 node_disk_writes_merged_total{device="sdj"} 1.55789679e+08 node_disk_writes_merged_total{device="sdk"} 1.88929461e+08 node_disk_writes_merged_total{device="sdl"} 1.53787015e+08 node_disk_writes_merged_total{device="sdm"} 3.5716841e+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"} 1.2785416003584e+13 node_disk_written_bytes_total{device="dm-1"} 4.43604963328e+11 node_disk_written_bytes_total{device="dm-10"} 1.081267863552e+13 node_disk_written_bytes_total{device="dm-11"} 3.65440790528e+11 node_disk_written_bytes_total{device="dm-12"} 1.095448666112e+13 node_disk_written_bytes_total{device="dm-13"} 3.51199752192e+11 node_disk_written_bytes_total{device="dm-14"} 1.329099425792e+13 node_disk_written_bytes_total{device="dm-15"} 4.41369522176e+11 node_disk_written_bytes_total{device="dm-16"} 1.0961223397376e+13 node_disk_written_bytes_total{device="dm-17"} 3.81311377408e+11 node_disk_written_bytes_total{device="dm-18"} 1.245926834176e+13 node_disk_written_bytes_total{device="dm-19"} 4.02477686784e+11 node_disk_written_bytes_total{device="dm-2"} 1.1902304923648e+13 node_disk_written_bytes_total{device="dm-20"} 1.2770667573248e+13 node_disk_written_bytes_total{device="dm-21"} 4.47248420864e+11 node_disk_written_bytes_total{device="dm-22"} 1.389005101056e+13 node_disk_written_bytes_total{device="dm-23"} 4.87841390592e+11 node_disk_written_bytes_total{device="dm-3"} 3.87405840384e+11 node_disk_written_bytes_total{device="dm-4"} 1.3283575406592e+13 node_disk_written_bytes_total{device="dm-5"} 4.82275577856e+11 node_disk_written_bytes_total{device="dm-6"} 9.0028797952e+12 node_disk_written_bytes_total{device="dm-7"} 2.78811377664e+11 node_disk_written_bytes_total{device="dm-8"} 1.3095822282752e+13 node_disk_written_bytes_total{device="dm-9"} 4.53408833536e+11 node_disk_written_bytes_total{device="nbd0"} 0 node_disk_written_bytes_total{device="nbd1"} 0 node_disk_written_bytes_total{device="nbd10"} 0 node_disk_written_bytes_total{device="nbd11"} 0 node_disk_written_bytes_total{device="nbd12"} 0 node_disk_written_bytes_total{device="nbd13"} 0 node_disk_written_bytes_total{device="nbd14"} 0 node_disk_written_bytes_total{device="nbd15"} 0 node_disk_written_bytes_total{device="nbd2"} 0 node_disk_written_bytes_total{device="nbd3"} 0 node_disk_written_bytes_total{device="nbd4"} 0 node_disk_written_bytes_total{device="nbd5"} 0 node_disk_written_bytes_total{device="nbd6"} 0 node_disk_written_bytes_total{device="nbd7"} 0 node_disk_written_bytes_total{device="nbd8"} 0 node_disk_written_bytes_total{device="nbd9"} 0 node_disk_written_bytes_total{device="nvme0n1"} 1.6824564736e+10 node_disk_written_bytes_total{device="nvme1n1"} 0 node_disk_written_bytes_total{device="nvme2n1"} 4.922402817536e+12 node_disk_written_bytes_total{device="nvme3n1"} 2.682187137024e+12 node_disk_written_bytes_total{device="sda"} 9.002879596032e+12 node_disk_written_bytes_total{device="sdb"} 1.2459269191168e+13 node_disk_written_bytes_total{device="sdc"} 1.3290995107328e+13 node_disk_written_bytes_total{device="sdd"} 1.2770668422656e+13 node_disk_written_bytes_total{device="sde"} 1.0961224246784e+13 node_disk_written_bytes_total{device="sdf"} 1.2785416852992e+13 node_disk_written_bytes_total{device="sdg"} 1.3890051859968e+13 node_disk_written_bytes_total{device="sdh"} 1.309582313216e+13 node_disk_written_bytes_total{device="sdi"} 1.1902305773056e+13 node_disk_written_bytes_total{device="sdj"} 1.0954487510528e+13 node_disk_written_bytes_total{device="sdk"} 1.3283576256e+13 node_disk_written_bytes_total{device="sdl"} 1.0812679484928e+13 node_disk_written_bytes_total{device="sdm"} 9.72932502016e+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/24/2025",bios_release="2.21",bios_vendor="Dell Inc.",bios_version="2.21.1",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 13856 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.891107291136e+12 node_filesystem_avail_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.020352e+08 node_filesystem_avail_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 5.70789888e+08 node_filesystem_avail_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.622749184e+11 node_filesystem_avail_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 2.062129968447488e+15 node_filesystem_avail_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 2.062129968447488e+15 node_filesystem_avail_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 7.626129670144e+13 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 2.5517365248e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 2.5517365248e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.5517365248e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 2.5517365248e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 2.5517365248e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 2.5517365248e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 2.5517365248e+10 node_filesystem_avail_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.3422154481664e+13 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.03801167872e+11 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_device_error{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_device_error{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_device_error{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/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/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="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/00f5c81329752f609f545b7622bb5e21a756de8ef5e411e2d867363b992a94fe/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0272ec6e44dbb454c7fb2845761d0e3ba57566f54c7d23db89b3b04d1a3f0f4c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1261aafedb6dda9d2724a3710f3a81068ea57d6280ad9dbee55beddc32c4595a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/162607dac2f2457670e4cfb3b17b3cfab083225c0c01e5910ce2a6ed7882b193/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/20691bb833d8305eef596e4fe0949dd74080202be76fe8ef7445a86d5de9d4bf/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2c193d2ed15e7f2200e9208b567973fa52013c92dfbd833229c5eb1e7c9f38ef/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/329e73359c680336c07ada9fcc8af3d1cd0cec54f0ecaa904e787da2ab6bb7a4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/340968994fd49fc35d98969b9f403432104d2cf5f48dd7e7b5c8ef87dc0847a6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3810c5ee76ec333bbb31c944caeadb90a3ed4cd6415733faf51efdbb4d4cea21/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/40313fdd2b01285d968d435891fb59458614491aab3e043ab927e61998a59450/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d54a85893ff653c113b58ec7951602341c7e32bfc83f880ece0f5e58c3b0fad/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/50705641ce73d4878dd46540b839952ebc184031730001ad3b94dde8bc158f4e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5575264d51d6999533b68f9d687095fb75f1d7e9ee221a3d1b710a84c47a6d54/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a7ac9d60b34f0eb0a38c82287fd254390b7f8ac7f59ea2bbb86ad855c99869f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/60cf0d41247c9f0cc303f29345b7777bf9d2fa1ad145ab1ca3c6b1d48deb6f88/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6a799fc0df33df3040826a2690351ee0ac7329f22ddf063e35db248f8a568e41/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6c3d383cd7b87b9f8fb8a05b1fbd4a296aded9684a120ccf9af67ae807494687/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6c6054ea34f7a13153db1c7dd7487566725462368f7985f7ecb8a4550082a3b0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6d679f068bf38b2134a8c562a2fdd884a27304192842f3f9781a3dd392dd268e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/707e9ba1f8ddf37c3bcd1cc1c87179d2d69f9f3db58231d07da623719bb1ec73/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/75d957e91c5fdc8c06c0b4bf4bd24c029d2430dcf0e2fd2b1c32f25e514ee01c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/799c91bcbf73c3fb7a353b8ca5c6012c6b21ef3e02b1dfb1645fa18572a49e62/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7a0960525b4a359996a6e8185210396bd70b56a74badfa636a9efdfece1ed09d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7b8d057207278cdeed3181c74953df7dd71a259a2da69c6a31ae05aa2ac4ba7e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7dc34356ffa3adad66ace7b136c225790db5c8a62544f7ef2164c5e41cc562d8/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8a5fd8a080b3bcf27c6191aec988d2565a1c88222ebcf156fdd752cc31db6552/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a462a4a4b9a547af3f145d65003ed98fa768803030c0209c27507bdab16399dd/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a7f6a1b59d3c39a65c9bff44c290fe37947be41c93e259fe83ef0d672aa01202/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b8189e957e267fbe45c2d6a0997ec6f9cda60519c5b566b6e769ae9b73fbdc23/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd9345216b803ee997193a2dbdcaf8292b3a6812375ee36922cc4279f8cff8bf/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bec09d0f7717a7d2c41e804d6155ec372b6b5fd1994aa19b01896f2a8d0cc36d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c176a60338069af163924330257b8e2cb22ef3bd9759de2785075c3a0a510c64/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c39220887aefec0f48ee2bb86889060cd07c8b80d1f6e7f2dc6f4e1cfa59008e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c403b0e2e07e5e5738497408608a6714ffc0cd7308706310c037bb58bcbc17df/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c54fcc95a0fa8e9f91970e3b283346bfb8050e0d93194887454063df13ad1c05/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d0d97acddcd7ea93eed29e03e9bf5f9e518a68c1defe5b474c81bed15002695a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2f6f0098262d02f84603ee774918bde9e54bc766d768771360ff116cf363f5e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d3ea25fce72443e024ec720bae8d3b992ef872f01d6938b8025ad44906d94795/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d42eecfd07b8a7f3f8b9200963565a5c70f1e1c0da844d58bd071ebe1faff90a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da9bd270cd7b9d9da8931c12c77a262053c6b3775ecae59420eddbd1bf60a51e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dadf106e9dfe05bd4e06c41ce3ecf9a4ecbf55b848c9c521c0a26ceb268322e8/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd12dc8ba19c8ba4ce1990a1b9af057865644e3a8ba232add54489766dd73104/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e08efda01fc2ee1308e43d15473d963234ee3559b1e7b3a66c333a617e80b975/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e215aea58b096c14de74faf5bcfeb65aa8d37543234e2a4580d81016f1a7bb1a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e78bebaf6c3867ec1e673d456459a5d2c0cba7bba74b089d187c90f7a9964ff6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f62681b0a22f214b1be5b5e33f04cb99697585239f14490085485d0e14b35edd/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f78b02808ab6bc8b0e2dafcdedc90ecea4261069aac01ab0df3b5fb723910c5e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fad9b6c338f0e4cb1038c15ee8af75151e957580860955930954dcc6de62c489/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc01927a5711b8738466d1287f633ef2db053cc2a137169a22875081b37a53a7/shm"} 1 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87537408e+08 node_filesystem_files{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 65536 node_filesystem_files{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.4573568e+07 node_filesystem_files{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 8.63346132e+08 node_filesystem_files{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 8.63346132e+08 node_filesystem_files{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.3569036e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 13076 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1.58182591e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.7345392e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 66 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1.89482823e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 7.04551078e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 4.255182211e+09 node_filesystem_files{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 2.6386707291e+10 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 819200 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87502088e+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.4074815e+07 node_filesystem_files_free{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 1.8446744073709552e+19 node_filesystem_files_free{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 1.8446744073709552e+19 node_filesystem_files_free{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.8446744073709552e+19 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 0 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1.58182538e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.73440524e+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/sft-nightlies.cern.ch"} 1.89482811e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 7.0455105e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 4.255173108e+09 node_filesystem_files_free{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 2.62151444e+10 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 812957 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.891107291136e+12 node_filesystem_free_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.020352e+08 node_filesystem_free_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 6.41253376e+08 node_filesystem_free_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.74226952192e+11 node_filesystem_free_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 2.062129968447488e+15 node_filesystem_free_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 2.062129968447488e+15 node_filesystem_free_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 7.626129670144e+13 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 2.5517365248e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 2.5517365248e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.5517365248e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 2.5517365248e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 2.5517365248e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 2.5517365248e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 2.5517365248e+10 node_filesystem_free_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.3422154481664e+13 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.03801167872e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/nvme0n1",major="259",minor="2",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.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",major="0",minor="44",mountpoint="/cold"} 1 node_filesystem_mount_info{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",major="0",minor="46",mountpoint="/data"} 1 node_filesystem_mount_info{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",major="0",minor="45",mountpoint="/work"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="345",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="346",mountpoint="/cvmfs/atlas.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="467",mountpoint="/cvmfs/atlas-condb.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="620",mountpoint="/cvmfs/sft.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="621",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="623",mountpoint="/cvmfs/unpacked.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="639",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="nfs.af.uchicago.edu:/export/home",major="0",minor="49",mountpoint="/home"} 1 node_filesystem_mount_info{device="none",major="0",minor="33",mountpoint="/run/credentials/systemd-sysctl.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="34",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="36",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="24",mountpoint="/run"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_purgeable_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_purgeable_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_purgeable_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/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/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="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_readonly{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 0 node_filesystem_readonly{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 0 node_filesystem_readonly{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.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/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="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/00f5c81329752f609f545b7622bb5e21a756de8ef5e411e2d867363b992a94fe/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0272ec6e44dbb454c7fb2845761d0e3ba57566f54c7d23db89b3b04d1a3f0f4c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1261aafedb6dda9d2724a3710f3a81068ea57d6280ad9dbee55beddc32c4595a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/162607dac2f2457670e4cfb3b17b3cfab083225c0c01e5910ce2a6ed7882b193/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/20691bb833d8305eef596e4fe0949dd74080202be76fe8ef7445a86d5de9d4bf/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2c193d2ed15e7f2200e9208b567973fa52013c92dfbd833229c5eb1e7c9f38ef/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/329e73359c680336c07ada9fcc8af3d1cd0cec54f0ecaa904e787da2ab6bb7a4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/340968994fd49fc35d98969b9f403432104d2cf5f48dd7e7b5c8ef87dc0847a6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3810c5ee76ec333bbb31c944caeadb90a3ed4cd6415733faf51efdbb4d4cea21/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/40313fdd2b01285d968d435891fb59458614491aab3e043ab927e61998a59450/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d54a85893ff653c113b58ec7951602341c7e32bfc83f880ece0f5e58c3b0fad/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/50705641ce73d4878dd46540b839952ebc184031730001ad3b94dde8bc158f4e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5575264d51d6999533b68f9d687095fb75f1d7e9ee221a3d1b710a84c47a6d54/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a7ac9d60b34f0eb0a38c82287fd254390b7f8ac7f59ea2bbb86ad855c99869f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/60cf0d41247c9f0cc303f29345b7777bf9d2fa1ad145ab1ca3c6b1d48deb6f88/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6a799fc0df33df3040826a2690351ee0ac7329f22ddf063e35db248f8a568e41/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6c3d383cd7b87b9f8fb8a05b1fbd4a296aded9684a120ccf9af67ae807494687/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6c6054ea34f7a13153db1c7dd7487566725462368f7985f7ecb8a4550082a3b0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6d679f068bf38b2134a8c562a2fdd884a27304192842f3f9781a3dd392dd268e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/707e9ba1f8ddf37c3bcd1cc1c87179d2d69f9f3db58231d07da623719bb1ec73/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/75d957e91c5fdc8c06c0b4bf4bd24c029d2430dcf0e2fd2b1c32f25e514ee01c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/799c91bcbf73c3fb7a353b8ca5c6012c6b21ef3e02b1dfb1645fa18572a49e62/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7a0960525b4a359996a6e8185210396bd70b56a74badfa636a9efdfece1ed09d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7b8d057207278cdeed3181c74953df7dd71a259a2da69c6a31ae05aa2ac4ba7e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7dc34356ffa3adad66ace7b136c225790db5c8a62544f7ef2164c5e41cc562d8/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8a5fd8a080b3bcf27c6191aec988d2565a1c88222ebcf156fdd752cc31db6552/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a462a4a4b9a547af3f145d65003ed98fa768803030c0209c27507bdab16399dd/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a7f6a1b59d3c39a65c9bff44c290fe37947be41c93e259fe83ef0d672aa01202/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b8189e957e267fbe45c2d6a0997ec6f9cda60519c5b566b6e769ae9b73fbdc23/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd9345216b803ee997193a2dbdcaf8292b3a6812375ee36922cc4279f8cff8bf/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bec09d0f7717a7d2c41e804d6155ec372b6b5fd1994aa19b01896f2a8d0cc36d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c176a60338069af163924330257b8e2cb22ef3bd9759de2785075c3a0a510c64/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c39220887aefec0f48ee2bb86889060cd07c8b80d1f6e7f2dc6f4e1cfa59008e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c403b0e2e07e5e5738497408608a6714ffc0cd7308706310c037bb58bcbc17df/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c54fcc95a0fa8e9f91970e3b283346bfb8050e0d93194887454063df13ad1c05/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d0d97acddcd7ea93eed29e03e9bf5f9e518a68c1defe5b474c81bed15002695a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2f6f0098262d02f84603ee774918bde9e54bc766d768771360ff116cf363f5e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d3ea25fce72443e024ec720bae8d3b992ef872f01d6938b8025ad44906d94795/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d42eecfd07b8a7f3f8b9200963565a5c70f1e1c0da844d58bd071ebe1faff90a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da9bd270cd7b9d9da8931c12c77a262053c6b3775ecae59420eddbd1bf60a51e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dadf106e9dfe05bd4e06c41ce3ecf9a4ecbf55b848c9c521c0a26ceb268322e8/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd12dc8ba19c8ba4ce1990a1b9af057865644e3a8ba232add54489766dd73104/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e08efda01fc2ee1308e43d15473d963234ee3559b1e7b3a66c333a617e80b975/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e215aea58b096c14de74faf5bcfeb65aa8d37543234e2a4580d81016f1a7bb1a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e78bebaf6c3867ec1e673d456459a5d2c0cba7bba74b089d187c90f7a9964ff6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f62681b0a22f214b1be5b5e33f04cb99697585239f14490085485d0e14b35edd/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f78b02808ab6bc8b0e2dafcdedc90ecea4261069aac01ab0df3b5fb723910c5e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fad9b6c338f0e4cb1038c15ee8af75151e957580860955930954dcc6de62c489/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc01927a5711b8738466d1287f633ef2db053cc2a137169a22875081b37a53a7/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.919445725184e+12 node_filesystem_size_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.0946944e+08 node_filesystem_size_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 1.02070272e+09 node_filesystem_size_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 2.33821335552e+11 node_filesystem_size_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 5.338458251853824e+15 node_filesystem_size_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 5.338458251853824e+15 node_filesystem_size_bytes{device="192.170.241.193:6789,192.170.240.148:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.17913306529792e+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/sft-nightlies.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 2.8966260834304e+13 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.08011761664e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 8.4134659e+07 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="pci0000:00_0000:00:18_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:19_3",chip_name="k10temp"} 1 # HELP node_hwmon_power_average_interval_max_seconds Hardware monitor power usage update interval (average_interval_max) # TYPE node_hwmon_power_average_interval_max_seconds gauge node_hwmon_power_average_interval_max_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 604800 # HELP node_hwmon_power_average_interval_min_seconds Hardware monitor power usage update interval (average_interval_min) # TYPE node_hwmon_power_average_interval_min_seconds gauge node_hwmon_power_average_interval_min_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 2 # HELP node_hwmon_power_average_interval_seconds Hardware monitor power usage update interval (average_interval) # TYPE node_hwmon_power_average_interval_seconds gauge node_hwmon_power_average_interval_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 2 # HELP node_hwmon_power_average_watt Hardware monitor for power usage in watts (average) # TYPE node_hwmon_power_average_watt gauge node_hwmon_power_average_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 472 # 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"} 38.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 33.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp5"} 37 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp7"} 34.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp9"} 33.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp1"} 38 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp3"} 36 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp5"} 39.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp7"} 37.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp9"} 36.75 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 5.0688253855e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.39 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.29 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.7 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 3.5791917056e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.39030556672e+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 1.03238639616e+11 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.074083328e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 3.6044730368e+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 4.66768396288e+11 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 7.504654336e+09 # 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.70029398016e+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 8.165451776e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 5.14322333696e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 3.4126954496e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 8.79558656e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 237568 # 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 4.83608576e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.71647225856e+11 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 3.66811140096e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 7.5022336e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.568231424e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.9008760832e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 7.049158656e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.40058800128e+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.620992e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.31481088e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.6495570944e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.71519744e+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 4.235415552e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.9210768384e+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.53680896e+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 159744 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 108358 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 1.9732231e+07 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 1.9007559e+07 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 5235 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 155000 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 536200 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 3.25588410903e+11 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 2.62516053309e+11 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.54398783372667e+14 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 8.7279198558337e+13 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 5 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 2.6898073e+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 507944 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 731647 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 1.2394245e+07 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 6342 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 4469 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.2249603007e+10 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 2.045876e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.6838749637e+10 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1.1154034e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1.3693924e+07 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 25 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 4 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 856 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 25 # 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 4.87971e+06 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 1 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 30223 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 5.4461415e+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="cali0dd57c7135a"} 3 node_network_address_assign_type{device="cali147b5054f79"} 3 node_network_address_assign_type{device="cali152c1cfaf8a"} 3 node_network_address_assign_type{device="cali1c233e8da21"} 3 node_network_address_assign_type{device="cali20d04f3450a"} 3 node_network_address_assign_type{device="cali218ae4a84f0"} 3 node_network_address_assign_type{device="cali2491ed3a932"} 3 node_network_address_assign_type{device="cali38bae129f9e"} 3 node_network_address_assign_type{device="cali41f1bacbcfd"} 3 node_network_address_assign_type{device="cali451b7bebb68"} 3 node_network_address_assign_type{device="cali4c57cd12d72"} 3 node_network_address_assign_type{device="cali55c77211c26"} 3 node_network_address_assign_type{device="cali5a701f8133d"} 3 node_network_address_assign_type{device="cali729b775075d"} 3 node_network_address_assign_type{device="cali7fc6d3b16ec"} 3 node_network_address_assign_type{device="cali81a48c7b411"} 3 node_network_address_assign_type{device="cali99d20532b96"} 3 node_network_address_assign_type{device="cali9c18b3beec5"} 3 node_network_address_assign_type{device="calib179e115a4f"} 3 node_network_address_assign_type{device="calid6804b55fc2"} 3 node_network_address_assign_type{device="calidc956f0396a"} 3 node_network_address_assign_type{device="caliddf1e6c4a7e"} 3 node_network_address_assign_type{device="caliec9caf66b87"} 3 node_network_address_assign_type{device="calif75fc229b74"} 3 node_network_address_assign_type{device="calif87c8ed5651"} 3 node_network_address_assign_type{device="califdc930821f6"} 3 node_network_address_assign_type{device="eno1"} 0 node_network_address_assign_type{device="eno2"} 0 node_network_address_assign_type{device="eno33np0"} 0 node_network_address_assign_type{device="eno33np0.3604"} 2 node_network_address_assign_type{device="eno34np1"} 0 node_network_address_assign_type{device="lo"} 0 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="cali066433ba2a4"} 1 node_network_carrier{device="cali0dd57c7135a"} 1 node_network_carrier{device="cali147b5054f79"} 1 node_network_carrier{device="cali152c1cfaf8a"} 1 node_network_carrier{device="cali1c233e8da21"} 1 node_network_carrier{device="cali20d04f3450a"} 1 node_network_carrier{device="cali218ae4a84f0"} 1 node_network_carrier{device="cali2491ed3a932"} 1 node_network_carrier{device="cali38bae129f9e"} 1 node_network_carrier{device="cali41f1bacbcfd"} 1 node_network_carrier{device="cali451b7bebb68"} 1 node_network_carrier{device="cali4c57cd12d72"} 1 node_network_carrier{device="cali55c77211c26"} 1 node_network_carrier{device="cali5a701f8133d"} 1 node_network_carrier{device="cali729b775075d"} 1 node_network_carrier{device="cali7fc6d3b16ec"} 1 node_network_carrier{device="cali81a48c7b411"} 1 node_network_carrier{device="cali99d20532b96"} 1 node_network_carrier{device="cali9c18b3beec5"} 1 node_network_carrier{device="calib179e115a4f"} 1 node_network_carrier{device="calid6804b55fc2"} 1 node_network_carrier{device="calidc956f0396a"} 1 node_network_carrier{device="caliddf1e6c4a7e"} 1 node_network_carrier{device="caliec9caf66b87"} 1 node_network_carrier{device="calif75fc229b74"} 1 node_network_carrier{device="calif87c8ed5651"} 1 node_network_carrier{device="califdc930821f6"} 1 node_network_carrier{device="eno1"} 1 node_network_carrier{device="eno2"} 0 node_network_carrier{device="eno33np0"} 1 node_network_carrier{device="eno33np0.3604"} 1 node_network_carrier{device="eno34np1"} 0 node_network_carrier{device="lo"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="cali066433ba2a4"} 2 node_network_carrier_changes_total{device="cali0dd57c7135a"} 2 node_network_carrier_changes_total{device="cali147b5054f79"} 2 node_network_carrier_changes_total{device="cali152c1cfaf8a"} 2 node_network_carrier_changes_total{device="cali1c233e8da21"} 2 node_network_carrier_changes_total{device="cali20d04f3450a"} 2 node_network_carrier_changes_total{device="cali218ae4a84f0"} 2 node_network_carrier_changes_total{device="cali2491ed3a932"} 2 node_network_carrier_changes_total{device="cali38bae129f9e"} 2 node_network_carrier_changes_total{device="cali41f1bacbcfd"} 2 node_network_carrier_changes_total{device="cali451b7bebb68"} 2 node_network_carrier_changes_total{device="cali4c57cd12d72"} 2 node_network_carrier_changes_total{device="cali55c77211c26"} 2 node_network_carrier_changes_total{device="cali5a701f8133d"} 2 node_network_carrier_changes_total{device="cali729b775075d"} 2 node_network_carrier_changes_total{device="cali7fc6d3b16ec"} 2 node_network_carrier_changes_total{device="cali81a48c7b411"} 2 node_network_carrier_changes_total{device="cali99d20532b96"} 2 node_network_carrier_changes_total{device="cali9c18b3beec5"} 2 node_network_carrier_changes_total{device="calib179e115a4f"} 2 node_network_carrier_changes_total{device="calid6804b55fc2"} 2 node_network_carrier_changes_total{device="calidc956f0396a"} 2 node_network_carrier_changes_total{device="caliddf1e6c4a7e"} 2 node_network_carrier_changes_total{device="caliec9caf66b87"} 2 node_network_carrier_changes_total{device="calif75fc229b74"} 2 node_network_carrier_changes_total{device="calif87c8ed5651"} 2 node_network_carrier_changes_total{device="califdc930821f6"} 2 node_network_carrier_changes_total{device="eno1"} 1 node_network_carrier_changes_total{device="eno2"} 0 node_network_carrier_changes_total{device="eno33np0"} 4 node_network_carrier_changes_total{device="eno33np0.3604"} 0 node_network_carrier_changes_total{device="eno34np1"} 1 node_network_carrier_changes_total{device="lo"} 0 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="cali066433ba2a4"} 1 node_network_carrier_down_changes_total{device="cali0dd57c7135a"} 1 node_network_carrier_down_changes_total{device="cali147b5054f79"} 1 node_network_carrier_down_changes_total{device="cali152c1cfaf8a"} 1 node_network_carrier_down_changes_total{device="cali1c233e8da21"} 1 node_network_carrier_down_changes_total{device="cali20d04f3450a"} 1 node_network_carrier_down_changes_total{device="cali218ae4a84f0"} 1 node_network_carrier_down_changes_total{device="cali2491ed3a932"} 1 node_network_carrier_down_changes_total{device="cali38bae129f9e"} 1 node_network_carrier_down_changes_total{device="cali41f1bacbcfd"} 1 node_network_carrier_down_changes_total{device="cali451b7bebb68"} 1 node_network_carrier_down_changes_total{device="cali4c57cd12d72"} 1 node_network_carrier_down_changes_total{device="cali55c77211c26"} 1 node_network_carrier_down_changes_total{device="cali5a701f8133d"} 1 node_network_carrier_down_changes_total{device="cali729b775075d"} 1 node_network_carrier_down_changes_total{device="cali7fc6d3b16ec"} 1 node_network_carrier_down_changes_total{device="cali81a48c7b411"} 1 node_network_carrier_down_changes_total{device="cali99d20532b96"} 1 node_network_carrier_down_changes_total{device="cali9c18b3beec5"} 1 node_network_carrier_down_changes_total{device="calib179e115a4f"} 1 node_network_carrier_down_changes_total{device="calid6804b55fc2"} 1 node_network_carrier_down_changes_total{device="calidc956f0396a"} 1 node_network_carrier_down_changes_total{device="caliddf1e6c4a7e"} 1 node_network_carrier_down_changes_total{device="caliec9caf66b87"} 1 node_network_carrier_down_changes_total{device="calif75fc229b74"} 1 node_network_carrier_down_changes_total{device="calif87c8ed5651"} 1 node_network_carrier_down_changes_total{device="califdc930821f6"} 1 node_network_carrier_down_changes_total{device="eno1"} 0 node_network_carrier_down_changes_total{device="eno2"} 0 node_network_carrier_down_changes_total{device="eno33np0"} 2 node_network_carrier_down_changes_total{device="eno33np0.3604"} 0 node_network_carrier_down_changes_total{device="eno34np1"} 1 node_network_carrier_down_changes_total{device="lo"} 0 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="cali066433ba2a4"} 1 node_network_carrier_up_changes_total{device="cali0dd57c7135a"} 1 node_network_carrier_up_changes_total{device="cali147b5054f79"} 1 node_network_carrier_up_changes_total{device="cali152c1cfaf8a"} 1 node_network_carrier_up_changes_total{device="cali1c233e8da21"} 1 node_network_carrier_up_changes_total{device="cali20d04f3450a"} 1 node_network_carrier_up_changes_total{device="cali218ae4a84f0"} 1 node_network_carrier_up_changes_total{device="cali2491ed3a932"} 1 node_network_carrier_up_changes_total{device="cali38bae129f9e"} 1 node_network_carrier_up_changes_total{device="cali41f1bacbcfd"} 1 node_network_carrier_up_changes_total{device="cali451b7bebb68"} 1 node_network_carrier_up_changes_total{device="cali4c57cd12d72"} 1 node_network_carrier_up_changes_total{device="cali55c77211c26"} 1 node_network_carrier_up_changes_total{device="cali5a701f8133d"} 1 node_network_carrier_up_changes_total{device="cali729b775075d"} 1 node_network_carrier_up_changes_total{device="cali7fc6d3b16ec"} 1 node_network_carrier_up_changes_total{device="cali81a48c7b411"} 1 node_network_carrier_up_changes_total{device="cali99d20532b96"} 1 node_network_carrier_up_changes_total{device="cali9c18b3beec5"} 1 node_network_carrier_up_changes_total{device="calib179e115a4f"} 1 node_network_carrier_up_changes_total{device="calid6804b55fc2"} 1 node_network_carrier_up_changes_total{device="calidc956f0396a"} 1 node_network_carrier_up_changes_total{device="caliddf1e6c4a7e"} 1 node_network_carrier_up_changes_total{device="caliec9caf66b87"} 1 node_network_carrier_up_changes_total{device="calif75fc229b74"} 1 node_network_carrier_up_changes_total{device="calif87c8ed5651"} 1 node_network_carrier_up_changes_total{device="califdc930821f6"} 1 node_network_carrier_up_changes_total{device="eno1"} 1 node_network_carrier_up_changes_total{device="eno2"} 0 node_network_carrier_up_changes_total{device="eno33np0"} 2 node_network_carrier_up_changes_total{device="eno33np0.3604"} 0 node_network_carrier_up_changes_total{device="eno34np1"} 0 node_network_carrier_up_changes_total{device="lo"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="cali066433ba2a4"} 0 node_network_device_id{device="cali0dd57c7135a"} 0 node_network_device_id{device="cali147b5054f79"} 0 node_network_device_id{device="cali152c1cfaf8a"} 0 node_network_device_id{device="cali1c233e8da21"} 0 node_network_device_id{device="cali20d04f3450a"} 0 node_network_device_id{device="cali218ae4a84f0"} 0 node_network_device_id{device="cali2491ed3a932"} 0 node_network_device_id{device="cali38bae129f9e"} 0 node_network_device_id{device="cali41f1bacbcfd"} 0 node_network_device_id{device="cali451b7bebb68"} 0 node_network_device_id{device="cali4c57cd12d72"} 0 node_network_device_id{device="cali55c77211c26"} 0 node_network_device_id{device="cali5a701f8133d"} 0 node_network_device_id{device="cali729b775075d"} 0 node_network_device_id{device="cali7fc6d3b16ec"} 0 node_network_device_id{device="cali81a48c7b411"} 0 node_network_device_id{device="cali99d20532b96"} 0 node_network_device_id{device="cali9c18b3beec5"} 0 node_network_device_id{device="calib179e115a4f"} 0 node_network_device_id{device="calid6804b55fc2"} 0 node_network_device_id{device="calidc956f0396a"} 0 node_network_device_id{device="caliddf1e6c4a7e"} 0 node_network_device_id{device="caliec9caf66b87"} 0 node_network_device_id{device="calif75fc229b74"} 0 node_network_device_id{device="calif87c8ed5651"} 0 node_network_device_id{device="califdc930821f6"} 0 node_network_device_id{device="eno1"} 0 node_network_device_id{device="eno2"} 0 node_network_device_id{device="eno33np0"} 0 node_network_device_id{device="eno33np0.3604"} 0 node_network_device_id{device="eno34np1"} 0 node_network_device_id{device="lo"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="cali066433ba2a4"} 0 node_network_dormant{device="cali0dd57c7135a"} 0 node_network_dormant{device="cali147b5054f79"} 0 node_network_dormant{device="cali152c1cfaf8a"} 0 node_network_dormant{device="cali1c233e8da21"} 0 node_network_dormant{device="cali20d04f3450a"} 0 node_network_dormant{device="cali218ae4a84f0"} 0 node_network_dormant{device="cali2491ed3a932"} 0 node_network_dormant{device="cali38bae129f9e"} 0 node_network_dormant{device="cali41f1bacbcfd"} 0 node_network_dormant{device="cali451b7bebb68"} 0 node_network_dormant{device="cali4c57cd12d72"} 0 node_network_dormant{device="cali55c77211c26"} 0 node_network_dormant{device="cali5a701f8133d"} 0 node_network_dormant{device="cali729b775075d"} 0 node_network_dormant{device="cali7fc6d3b16ec"} 0 node_network_dormant{device="cali81a48c7b411"} 0 node_network_dormant{device="cali99d20532b96"} 0 node_network_dormant{device="cali9c18b3beec5"} 0 node_network_dormant{device="calib179e115a4f"} 0 node_network_dormant{device="calid6804b55fc2"} 0 node_network_dormant{device="calidc956f0396a"} 0 node_network_dormant{device="caliddf1e6c4a7e"} 0 node_network_dormant{device="caliec9caf66b87"} 0 node_network_dormant{device="calif75fc229b74"} 0 node_network_dormant{device="calif87c8ed5651"} 0 node_network_dormant{device="califdc930821f6"} 0 node_network_dormant{device="eno1"} 0 node_network_dormant{device="eno2"} 0 node_network_dormant{device="eno33np0"} 0 node_network_dormant{device="eno33np0.3604"} 0 node_network_dormant{device="eno34np1"} 0 node_network_dormant{device="lo"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="cali066433ba2a4"} 4099 node_network_flags{device="cali0dd57c7135a"} 4099 node_network_flags{device="cali147b5054f79"} 4099 node_network_flags{device="cali152c1cfaf8a"} 4099 node_network_flags{device="cali1c233e8da21"} 4099 node_network_flags{device="cali20d04f3450a"} 4099 node_network_flags{device="cali218ae4a84f0"} 4099 node_network_flags{device="cali2491ed3a932"} 4099 node_network_flags{device="cali38bae129f9e"} 4099 node_network_flags{device="cali41f1bacbcfd"} 4099 node_network_flags{device="cali451b7bebb68"} 4099 node_network_flags{device="cali4c57cd12d72"} 4099 node_network_flags{device="cali55c77211c26"} 4099 node_network_flags{device="cali5a701f8133d"} 4099 node_network_flags{device="cali729b775075d"} 4099 node_network_flags{device="cali7fc6d3b16ec"} 4099 node_network_flags{device="cali81a48c7b411"} 4099 node_network_flags{device="cali99d20532b96"} 4099 node_network_flags{device="cali9c18b3beec5"} 4099 node_network_flags{device="calib179e115a4f"} 4099 node_network_flags{device="calid6804b55fc2"} 4099 node_network_flags{device="calidc956f0396a"} 4099 node_network_flags{device="caliddf1e6c4a7e"} 4099 node_network_flags{device="caliec9caf66b87"} 4099 node_network_flags{device="calif75fc229b74"} 4099 node_network_flags{device="calif87c8ed5651"} 4099 node_network_flags{device="califdc930821f6"} 4099 node_network_flags{device="eno1"} 4099 node_network_flags{device="eno2"} 4099 node_network_flags{device="eno33np0"} 4099 node_network_flags{device="eno33np0.3604"} 4099 node_network_flags{device="eno34np1"} 4099 node_network_flags{device="lo"} 9 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="cali066433ba2a4"} 10 node_network_iface_id{device="cali0dd57c7135a"} 11 node_network_iface_id{device="cali147b5054f79"} 7297 node_network_iface_id{device="cali152c1cfaf8a"} 7294 node_network_iface_id{device="cali1c233e8da21"} 7274 node_network_iface_id{device="cali20d04f3450a"} 1098 node_network_iface_id{device="cali218ae4a84f0"} 9 node_network_iface_id{device="cali2491ed3a932"} 7279 node_network_iface_id{device="cali38bae129f9e"} 7283 node_network_iface_id{device="cali41f1bacbcfd"} 7273 node_network_iface_id{device="cali451b7bebb68"} 7298 node_network_iface_id{device="cali4c57cd12d72"} 7285 node_network_iface_id{device="cali55c77211c26"} 7278 node_network_iface_id{device="cali5a701f8133d"} 7289 node_network_iface_id{device="cali729b775075d"} 7290 node_network_iface_id{device="cali7fc6d3b16ec"} 7291 node_network_iface_id{device="cali81a48c7b411"} 7295 node_network_iface_id{device="cali99d20532b96"} 7272 node_network_iface_id{device="cali9c18b3beec5"} 12 node_network_iface_id{device="calib179e115a4f"} 7292 node_network_iface_id{device="calid6804b55fc2"} 7284 node_network_iface_id{device="calidc956f0396a"} 7282 node_network_iface_id{device="caliddf1e6c4a7e"} 7296 node_network_iface_id{device="caliec9caf66b87"} 13 node_network_iface_id{device="calif75fc229b74"} 1097 node_network_iface_id{device="calif87c8ed5651"} 7276 node_network_iface_id{device="califdc930821f6"} 7275 node_network_iface_id{device="eno1"} 4 node_network_iface_id{device="eno2"} 5 node_network_iface_id{device="eno33np0"} 2 node_network_iface_id{device="eno33np0.3604"} 6 node_network_iface_id{device="eno34np1"} 3 node_network_iface_id{device="lo"} 1 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="cali066433ba2a4"} 2 node_network_iface_link{device="cali0dd57c7135a"} 2 node_network_iface_link{device="cali147b5054f79"} 2 node_network_iface_link{device="cali152c1cfaf8a"} 2 node_network_iface_link{device="cali1c233e8da21"} 2 node_network_iface_link{device="cali20d04f3450a"} 2 node_network_iface_link{device="cali218ae4a84f0"} 2 node_network_iface_link{device="cali2491ed3a932"} 2 node_network_iface_link{device="cali38bae129f9e"} 2 node_network_iface_link{device="cali41f1bacbcfd"} 2 node_network_iface_link{device="cali451b7bebb68"} 2 node_network_iface_link{device="cali4c57cd12d72"} 2 node_network_iface_link{device="cali55c77211c26"} 2 node_network_iface_link{device="cali5a701f8133d"} 2 node_network_iface_link{device="cali729b775075d"} 2 node_network_iface_link{device="cali7fc6d3b16ec"} 2 node_network_iface_link{device="cali81a48c7b411"} 2 node_network_iface_link{device="cali99d20532b96"} 2 node_network_iface_link{device="cali9c18b3beec5"} 2 node_network_iface_link{device="calib179e115a4f"} 2 node_network_iface_link{device="calid6804b55fc2"} 2 node_network_iface_link{device="calidc956f0396a"} 2 node_network_iface_link{device="caliddf1e6c4a7e"} 2 node_network_iface_link{device="caliec9caf66b87"} 2 node_network_iface_link{device="calif75fc229b74"} 2 node_network_iface_link{device="calif87c8ed5651"} 2 node_network_iface_link{device="califdc930821f6"} 2 node_network_iface_link{device="eno1"} 4 node_network_iface_link{device="eno2"} 5 node_network_iface_link{device="eno33np0"} 2 node_network_iface_link{device="eno33np0.3604"} 2 node_network_iface_link{device="eno34np1"} 3 node_network_iface_link{device="lo"} 1 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="cali066433ba2a4"} 0 node_network_iface_link_mode{device="cali0dd57c7135a"} 0 node_network_iface_link_mode{device="cali147b5054f79"} 0 node_network_iface_link_mode{device="cali152c1cfaf8a"} 0 node_network_iface_link_mode{device="cali1c233e8da21"} 0 node_network_iface_link_mode{device="cali20d04f3450a"} 0 node_network_iface_link_mode{device="cali218ae4a84f0"} 0 node_network_iface_link_mode{device="cali2491ed3a932"} 0 node_network_iface_link_mode{device="cali38bae129f9e"} 0 node_network_iface_link_mode{device="cali41f1bacbcfd"} 0 node_network_iface_link_mode{device="cali451b7bebb68"} 0 node_network_iface_link_mode{device="cali4c57cd12d72"} 0 node_network_iface_link_mode{device="cali55c77211c26"} 0 node_network_iface_link_mode{device="cali5a701f8133d"} 0 node_network_iface_link_mode{device="cali729b775075d"} 0 node_network_iface_link_mode{device="cali7fc6d3b16ec"} 0 node_network_iface_link_mode{device="cali81a48c7b411"} 0 node_network_iface_link_mode{device="cali99d20532b96"} 0 node_network_iface_link_mode{device="cali9c18b3beec5"} 0 node_network_iface_link_mode{device="calib179e115a4f"} 0 node_network_iface_link_mode{device="calid6804b55fc2"} 0 node_network_iface_link_mode{device="calidc956f0396a"} 0 node_network_iface_link_mode{device="caliddf1e6c4a7e"} 0 node_network_iface_link_mode{device="caliec9caf66b87"} 0 node_network_iface_link_mode{device="calif75fc229b74"} 0 node_network_iface_link_mode{device="calif87c8ed5651"} 0 node_network_iface_link_mode{device="califdc930821f6"} 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="e4:3d:1a:03:91:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno33np0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e4:3d:1a:03:91:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno33np0.3604",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e4:3d:1a:03:91:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno34np1",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali066433ba2a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali0dd57c7135a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali147b5054f79",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="cali152c1cfaf8a",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="cali1c233e8da21",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="cali20d04f3450a",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="cali2491ed3a932",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="cali38bae129f9e",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="cali41f1bacbcfd",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="cali451b7bebb68",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="cali4c57cd12d72",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="cali55c77211c26",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="cali5a701f8133d",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="cali729b775075d",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="cali7fc6d3b16ec",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="cali81a48c7b411",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="cali99d20532b96",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="calib179e115a4f",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="calid6804b55fc2",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="calidc956f0396a",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="caliddf1e6c4a7e",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="caliec9caf66b87",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="calif75fc229b74",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="calif87c8ed5651",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="califdc930821f6",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="cali066433ba2a4"} 1500 node_network_mtu_bytes{device="cali0dd57c7135a"} 1500 node_network_mtu_bytes{device="cali147b5054f79"} 1500 node_network_mtu_bytes{device="cali152c1cfaf8a"} 1500 node_network_mtu_bytes{device="cali1c233e8da21"} 1500 node_network_mtu_bytes{device="cali20d04f3450a"} 1500 node_network_mtu_bytes{device="cali218ae4a84f0"} 1500 node_network_mtu_bytes{device="cali2491ed3a932"} 1500 node_network_mtu_bytes{device="cali38bae129f9e"} 1500 node_network_mtu_bytes{device="cali41f1bacbcfd"} 1500 node_network_mtu_bytes{device="cali451b7bebb68"} 1500 node_network_mtu_bytes{device="cali4c57cd12d72"} 1500 node_network_mtu_bytes{device="cali55c77211c26"} 1500 node_network_mtu_bytes{device="cali5a701f8133d"} 1500 node_network_mtu_bytes{device="cali729b775075d"} 1500 node_network_mtu_bytes{device="cali7fc6d3b16ec"} 1500 node_network_mtu_bytes{device="cali81a48c7b411"} 1500 node_network_mtu_bytes{device="cali99d20532b96"} 1500 node_network_mtu_bytes{device="cali9c18b3beec5"} 1500 node_network_mtu_bytes{device="calib179e115a4f"} 1500 node_network_mtu_bytes{device="calid6804b55fc2"} 1500 node_network_mtu_bytes{device="calidc956f0396a"} 1500 node_network_mtu_bytes{device="caliddf1e6c4a7e"} 1500 node_network_mtu_bytes{device="caliec9caf66b87"} 1500 node_network_mtu_bytes{device="calif75fc229b74"} 1500 node_network_mtu_bytes{device="calif87c8ed5651"} 1500 node_network_mtu_bytes{device="califdc930821f6"} 1500 node_network_mtu_bytes{device="eno1"} 1500 node_network_mtu_bytes{device="eno2"} 1500 node_network_mtu_bytes{device="eno33np0"} 9000 node_network_mtu_bytes{device="eno33np0.3604"} 9000 node_network_mtu_bytes{device="eno34np1"} 1500 node_network_mtu_bytes{device="lo"} 65536 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="cali066433ba2a4"} 3 node_network_name_assign_type{device="cali0dd57c7135a"} 3 node_network_name_assign_type{device="cali147b5054f79"} 3 node_network_name_assign_type{device="cali152c1cfaf8a"} 3 node_network_name_assign_type{device="cali1c233e8da21"} 3 node_network_name_assign_type{device="cali20d04f3450a"} 3 node_network_name_assign_type{device="cali218ae4a84f0"} 3 node_network_name_assign_type{device="cali2491ed3a932"} 3 node_network_name_assign_type{device="cali38bae129f9e"} 3 node_network_name_assign_type{device="cali41f1bacbcfd"} 3 node_network_name_assign_type{device="cali451b7bebb68"} 3 node_network_name_assign_type{device="cali4c57cd12d72"} 3 node_network_name_assign_type{device="cali55c77211c26"} 3 node_network_name_assign_type{device="cali5a701f8133d"} 3 node_network_name_assign_type{device="cali729b775075d"} 3 node_network_name_assign_type{device="cali7fc6d3b16ec"} 3 node_network_name_assign_type{device="cali81a48c7b411"} 3 node_network_name_assign_type{device="cali99d20532b96"} 3 node_network_name_assign_type{device="cali9c18b3beec5"} 3 node_network_name_assign_type{device="calib179e115a4f"} 3 node_network_name_assign_type{device="calid6804b55fc2"} 3 node_network_name_assign_type{device="calidc956f0396a"} 3 node_network_name_assign_type{device="caliddf1e6c4a7e"} 3 node_network_name_assign_type{device="caliec9caf66b87"} 3 node_network_name_assign_type{device="calif75fc229b74"} 3 node_network_name_assign_type{device="calif87c8ed5651"} 3 node_network_name_assign_type{device="califdc930821f6"} 3 node_network_name_assign_type{device="eno1"} 4 node_network_name_assign_type{device="eno2"} 4 node_network_name_assign_type{device="eno33np0"} 4 node_network_name_assign_type{device="eno33np0.3604"} 3 node_network_name_assign_type{device="eno34np1"} 4 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="cali066433ba2a4"} 0 node_network_net_dev_group{device="cali0dd57c7135a"} 0 node_network_net_dev_group{device="cali147b5054f79"} 0 node_network_net_dev_group{device="cali152c1cfaf8a"} 0 node_network_net_dev_group{device="cali1c233e8da21"} 0 node_network_net_dev_group{device="cali20d04f3450a"} 0 node_network_net_dev_group{device="cali218ae4a84f0"} 0 node_network_net_dev_group{device="cali2491ed3a932"} 0 node_network_net_dev_group{device="cali38bae129f9e"} 0 node_network_net_dev_group{device="cali41f1bacbcfd"} 0 node_network_net_dev_group{device="cali451b7bebb68"} 0 node_network_net_dev_group{device="cali4c57cd12d72"} 0 node_network_net_dev_group{device="cali55c77211c26"} 0 node_network_net_dev_group{device="cali5a701f8133d"} 0 node_network_net_dev_group{device="cali729b775075d"} 0 node_network_net_dev_group{device="cali7fc6d3b16ec"} 0 node_network_net_dev_group{device="cali81a48c7b411"} 0 node_network_net_dev_group{device="cali99d20532b96"} 0 node_network_net_dev_group{device="cali9c18b3beec5"} 0 node_network_net_dev_group{device="calib179e115a4f"} 0 node_network_net_dev_group{device="calid6804b55fc2"} 0 node_network_net_dev_group{device="calidc956f0396a"} 0 node_network_net_dev_group{device="caliddf1e6c4a7e"} 0 node_network_net_dev_group{device="caliec9caf66b87"} 0 node_network_net_dev_group{device="calif75fc229b74"} 0 node_network_net_dev_group{device="calif87c8ed5651"} 0 node_network_net_dev_group{device="califdc930821f6"} 0 node_network_net_dev_group{device="eno1"} 0 node_network_net_dev_group{device="eno2"} 0 node_network_net_dev_group{device="eno33np0"} 0 node_network_net_dev_group{device="eno33np0.3604"} 0 node_network_net_dev_group{device="eno34np1"} 0 node_network_net_dev_group{device="lo"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="cali066433ba2a4"} 1 node_network_protocol_type{device="cali0dd57c7135a"} 1 node_network_protocol_type{device="cali147b5054f79"} 1 node_network_protocol_type{device="cali152c1cfaf8a"} 1 node_network_protocol_type{device="cali1c233e8da21"} 1 node_network_protocol_type{device="cali20d04f3450a"} 1 node_network_protocol_type{device="cali218ae4a84f0"} 1 node_network_protocol_type{device="cali2491ed3a932"} 1 node_network_protocol_type{device="cali38bae129f9e"} 1 node_network_protocol_type{device="cali41f1bacbcfd"} 1 node_network_protocol_type{device="cali451b7bebb68"} 1 node_network_protocol_type{device="cali4c57cd12d72"} 1 node_network_protocol_type{device="cali55c77211c26"} 1 node_network_protocol_type{device="cali5a701f8133d"} 1 node_network_protocol_type{device="cali729b775075d"} 1 node_network_protocol_type{device="cali7fc6d3b16ec"} 1 node_network_protocol_type{device="cali81a48c7b411"} 1 node_network_protocol_type{device="cali99d20532b96"} 1 node_network_protocol_type{device="cali9c18b3beec5"} 1 node_network_protocol_type{device="calib179e115a4f"} 1 node_network_protocol_type{device="calid6804b55fc2"} 1 node_network_protocol_type{device="calidc956f0396a"} 1 node_network_protocol_type{device="caliddf1e6c4a7e"} 1 node_network_protocol_type{device="caliec9caf66b87"} 1 node_network_protocol_type{device="calif75fc229b74"} 1 node_network_protocol_type{device="calif87c8ed5651"} 1 node_network_protocol_type{device="califdc930821f6"} 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"} 4.363412923e+09 node_network_receive_bytes_total{device="cali0dd57c7135a"} 4.83953855e+08 node_network_receive_bytes_total{device="cali147b5054f79"} 2.238534e+06 node_network_receive_bytes_total{device="cali152c1cfaf8a"} 2.247001e+06 node_network_receive_bytes_total{device="cali1c233e8da21"} 2.240931e+06 node_network_receive_bytes_total{device="cali20d04f3450a"} 5.740956019e+09 node_network_receive_bytes_total{device="cali218ae4a84f0"} 5.0662524e+08 node_network_receive_bytes_total{device="cali2491ed3a932"} 2.249781e+06 node_network_receive_bytes_total{device="cali38bae129f9e"} 2.24583e+06 node_network_receive_bytes_total{device="cali41f1bacbcfd"} 2.236205e+06 node_network_receive_bytes_total{device="cali451b7bebb68"} 2.248093e+06 node_network_receive_bytes_total{device="cali4c57cd12d72"} 2.239664e+06 node_network_receive_bytes_total{device="cali55c77211c26"} 2.238782e+06 node_network_receive_bytes_total{device="cali5a701f8133d"} 2.239804e+06 node_network_receive_bytes_total{device="cali729b775075d"} 2.240281e+06 node_network_receive_bytes_total{device="cali7fc6d3b16ec"} 2.236393e+06 node_network_receive_bytes_total{device="cali81a48c7b411"} 2.241948e+06 node_network_receive_bytes_total{device="cali99d20532b96"} 2.240449e+06 node_network_receive_bytes_total{device="cali9c18b3beec5"} 6.4520255e+07 node_network_receive_bytes_total{device="calib179e115a4f"} 2.236002e+06 node_network_receive_bytes_total{device="calid6804b55fc2"} 2.23746e+06 node_network_receive_bytes_total{device="calidc956f0396a"} 2.246714e+06 node_network_receive_bytes_total{device="caliddf1e6c4a7e"} 2.243669e+06 node_network_receive_bytes_total{device="caliec9caf66b87"} 43540 node_network_receive_bytes_total{device="calif75fc229b74"} 6.055170368e+09 node_network_receive_bytes_total{device="calif87c8ed5651"} 2.240543e+06 node_network_receive_bytes_total{device="califdc930821f6"} 2.240951e+06 node_network_receive_bytes_total{device="eno1"} 2.577626742e+09 node_network_receive_bytes_total{device="eno2"} 0 node_network_receive_bytes_total{device="eno33np0"} 1.55665229518131e+14 node_network_receive_bytes_total{device="eno33np0.3604"} 1.54535479003072e+14 node_network_receive_bytes_total{device="eno34np1"} 0 node_network_receive_bytes_total{device="lo"} 7.087652872e+09 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="cali066433ba2a4"} 0 node_network_receive_compressed_total{device="cali0dd57c7135a"} 0 node_network_receive_compressed_total{device="cali147b5054f79"} 0 node_network_receive_compressed_total{device="cali152c1cfaf8a"} 0 node_network_receive_compressed_total{device="cali1c233e8da21"} 0 node_network_receive_compressed_total{device="cali20d04f3450a"} 0 node_network_receive_compressed_total{device="cali218ae4a84f0"} 0 node_network_receive_compressed_total{device="cali2491ed3a932"} 0 node_network_receive_compressed_total{device="cali38bae129f9e"} 0 node_network_receive_compressed_total{device="cali41f1bacbcfd"} 0 node_network_receive_compressed_total{device="cali451b7bebb68"} 0 node_network_receive_compressed_total{device="cali4c57cd12d72"} 0 node_network_receive_compressed_total{device="cali55c77211c26"} 0 node_network_receive_compressed_total{device="cali5a701f8133d"} 0 node_network_receive_compressed_total{device="cali729b775075d"} 0 node_network_receive_compressed_total{device="cali7fc6d3b16ec"} 0 node_network_receive_compressed_total{device="cali81a48c7b411"} 0 node_network_receive_compressed_total{device="cali99d20532b96"} 0 node_network_receive_compressed_total{device="cali9c18b3beec5"} 0 node_network_receive_compressed_total{device="calib179e115a4f"} 0 node_network_receive_compressed_total{device="calid6804b55fc2"} 0 node_network_receive_compressed_total{device="calidc956f0396a"} 0 node_network_receive_compressed_total{device="caliddf1e6c4a7e"} 0 node_network_receive_compressed_total{device="caliec9caf66b87"} 0 node_network_receive_compressed_total{device="calif75fc229b74"} 0 node_network_receive_compressed_total{device="calif87c8ed5651"} 0 node_network_receive_compressed_total{device="califdc930821f6"} 0 node_network_receive_compressed_total{device="eno1"} 0 node_network_receive_compressed_total{device="eno2"} 0 node_network_receive_compressed_total{device="eno33np0"} 0 node_network_receive_compressed_total{device="eno33np0.3604"} 0 node_network_receive_compressed_total{device="eno34np1"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="cali066433ba2a4"} 0 node_network_receive_drop_total{device="cali0dd57c7135a"} 0 node_network_receive_drop_total{device="cali147b5054f79"} 0 node_network_receive_drop_total{device="cali152c1cfaf8a"} 0 node_network_receive_drop_total{device="cali1c233e8da21"} 0 node_network_receive_drop_total{device="cali20d04f3450a"} 0 node_network_receive_drop_total{device="cali218ae4a84f0"} 0 node_network_receive_drop_total{device="cali2491ed3a932"} 0 node_network_receive_drop_total{device="cali38bae129f9e"} 0 node_network_receive_drop_total{device="cali41f1bacbcfd"} 0 node_network_receive_drop_total{device="cali451b7bebb68"} 0 node_network_receive_drop_total{device="cali4c57cd12d72"} 0 node_network_receive_drop_total{device="cali55c77211c26"} 0 node_network_receive_drop_total{device="cali5a701f8133d"} 0 node_network_receive_drop_total{device="cali729b775075d"} 0 node_network_receive_drop_total{device="cali7fc6d3b16ec"} 0 node_network_receive_drop_total{device="cali81a48c7b411"} 0 node_network_receive_drop_total{device="cali99d20532b96"} 0 node_network_receive_drop_total{device="cali9c18b3beec5"} 0 node_network_receive_drop_total{device="calib179e115a4f"} 0 node_network_receive_drop_total{device="calid6804b55fc2"} 0 node_network_receive_drop_total{device="calidc956f0396a"} 0 node_network_receive_drop_total{device="caliddf1e6c4a7e"} 0 node_network_receive_drop_total{device="caliec9caf66b87"} 0 node_network_receive_drop_total{device="calif75fc229b74"} 0 node_network_receive_drop_total{device="calif87c8ed5651"} 0 node_network_receive_drop_total{device="califdc930821f6"} 0 node_network_receive_drop_total{device="eno1"} 0 node_network_receive_drop_total{device="eno2"} 0 node_network_receive_drop_total{device="eno33np0"} 3.0303e+06 node_network_receive_drop_total{device="eno33np0.3604"} 0 node_network_receive_drop_total{device="eno34np1"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="cali066433ba2a4"} 0 node_network_receive_errs_total{device="cali0dd57c7135a"} 0 node_network_receive_errs_total{device="cali147b5054f79"} 0 node_network_receive_errs_total{device="cali152c1cfaf8a"} 0 node_network_receive_errs_total{device="cali1c233e8da21"} 0 node_network_receive_errs_total{device="cali20d04f3450a"} 0 node_network_receive_errs_total{device="cali218ae4a84f0"} 0 node_network_receive_errs_total{device="cali2491ed3a932"} 0 node_network_receive_errs_total{device="cali38bae129f9e"} 0 node_network_receive_errs_total{device="cali41f1bacbcfd"} 0 node_network_receive_errs_total{device="cali451b7bebb68"} 0 node_network_receive_errs_total{device="cali4c57cd12d72"} 0 node_network_receive_errs_total{device="cali55c77211c26"} 0 node_network_receive_errs_total{device="cali5a701f8133d"} 0 node_network_receive_errs_total{device="cali729b775075d"} 0 node_network_receive_errs_total{device="cali7fc6d3b16ec"} 0 node_network_receive_errs_total{device="cali81a48c7b411"} 0 node_network_receive_errs_total{device="cali99d20532b96"} 0 node_network_receive_errs_total{device="cali9c18b3beec5"} 0 node_network_receive_errs_total{device="calib179e115a4f"} 0 node_network_receive_errs_total{device="calid6804b55fc2"} 0 node_network_receive_errs_total{device="calidc956f0396a"} 0 node_network_receive_errs_total{device="caliddf1e6c4a7e"} 0 node_network_receive_errs_total{device="caliec9caf66b87"} 0 node_network_receive_errs_total{device="calif75fc229b74"} 0 node_network_receive_errs_total{device="calif87c8ed5651"} 0 node_network_receive_errs_total{device="califdc930821f6"} 0 node_network_receive_errs_total{device="eno1"} 0 node_network_receive_errs_total{device="eno2"} 0 node_network_receive_errs_total{device="eno33np0"} 0 node_network_receive_errs_total{device="eno33np0.3604"} 0 node_network_receive_errs_total{device="eno34np1"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="cali066433ba2a4"} 0 node_network_receive_fifo_total{device="cali0dd57c7135a"} 0 node_network_receive_fifo_total{device="cali147b5054f79"} 0 node_network_receive_fifo_total{device="cali152c1cfaf8a"} 0 node_network_receive_fifo_total{device="cali1c233e8da21"} 0 node_network_receive_fifo_total{device="cali20d04f3450a"} 0 node_network_receive_fifo_total{device="cali218ae4a84f0"} 0 node_network_receive_fifo_total{device="cali2491ed3a932"} 0 node_network_receive_fifo_total{device="cali38bae129f9e"} 0 node_network_receive_fifo_total{device="cali41f1bacbcfd"} 0 node_network_receive_fifo_total{device="cali451b7bebb68"} 0 node_network_receive_fifo_total{device="cali4c57cd12d72"} 0 node_network_receive_fifo_total{device="cali55c77211c26"} 0 node_network_receive_fifo_total{device="cali5a701f8133d"} 0 node_network_receive_fifo_total{device="cali729b775075d"} 0 node_network_receive_fifo_total{device="cali7fc6d3b16ec"} 0 node_network_receive_fifo_total{device="cali81a48c7b411"} 0 node_network_receive_fifo_total{device="cali99d20532b96"} 0 node_network_receive_fifo_total{device="cali9c18b3beec5"} 0 node_network_receive_fifo_total{device="calib179e115a4f"} 0 node_network_receive_fifo_total{device="calid6804b55fc2"} 0 node_network_receive_fifo_total{device="calidc956f0396a"} 0 node_network_receive_fifo_total{device="caliddf1e6c4a7e"} 0 node_network_receive_fifo_total{device="caliec9caf66b87"} 0 node_network_receive_fifo_total{device="calif75fc229b74"} 0 node_network_receive_fifo_total{device="calif87c8ed5651"} 0 node_network_receive_fifo_total{device="califdc930821f6"} 0 node_network_receive_fifo_total{device="eno1"} 0 node_network_receive_fifo_total{device="eno2"} 0 node_network_receive_fifo_total{device="eno33np0"} 0 node_network_receive_fifo_total{device="eno33np0.3604"} 0 node_network_receive_fifo_total{device="eno34np1"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="cali066433ba2a4"} 0 node_network_receive_frame_total{device="cali0dd57c7135a"} 0 node_network_receive_frame_total{device="cali147b5054f79"} 0 node_network_receive_frame_total{device="cali152c1cfaf8a"} 0 node_network_receive_frame_total{device="cali1c233e8da21"} 0 node_network_receive_frame_total{device="cali20d04f3450a"} 0 node_network_receive_frame_total{device="cali218ae4a84f0"} 0 node_network_receive_frame_total{device="cali2491ed3a932"} 0 node_network_receive_frame_total{device="cali38bae129f9e"} 0 node_network_receive_frame_total{device="cali41f1bacbcfd"} 0 node_network_receive_frame_total{device="cali451b7bebb68"} 0 node_network_receive_frame_total{device="cali4c57cd12d72"} 0 node_network_receive_frame_total{device="cali55c77211c26"} 0 node_network_receive_frame_total{device="cali5a701f8133d"} 0 node_network_receive_frame_total{device="cali729b775075d"} 0 node_network_receive_frame_total{device="cali7fc6d3b16ec"} 0 node_network_receive_frame_total{device="cali81a48c7b411"} 0 node_network_receive_frame_total{device="cali99d20532b96"} 0 node_network_receive_frame_total{device="cali9c18b3beec5"} 0 node_network_receive_frame_total{device="calib179e115a4f"} 0 node_network_receive_frame_total{device="calid6804b55fc2"} 0 node_network_receive_frame_total{device="calidc956f0396a"} 0 node_network_receive_frame_total{device="caliddf1e6c4a7e"} 0 node_network_receive_frame_total{device="caliec9caf66b87"} 0 node_network_receive_frame_total{device="calif75fc229b74"} 0 node_network_receive_frame_total{device="calif87c8ed5651"} 0 node_network_receive_frame_total{device="califdc930821f6"} 0 node_network_receive_frame_total{device="eno1"} 0 node_network_receive_frame_total{device="eno2"} 0 node_network_receive_frame_total{device="eno33np0"} 0 node_network_receive_frame_total{device="eno33np0.3604"} 0 node_network_receive_frame_total{device="eno34np1"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="cali066433ba2a4"} 0 node_network_receive_multicast_total{device="cali0dd57c7135a"} 0 node_network_receive_multicast_total{device="cali147b5054f79"} 0 node_network_receive_multicast_total{device="cali152c1cfaf8a"} 0 node_network_receive_multicast_total{device="cali1c233e8da21"} 0 node_network_receive_multicast_total{device="cali20d04f3450a"} 0 node_network_receive_multicast_total{device="cali218ae4a84f0"} 0 node_network_receive_multicast_total{device="cali2491ed3a932"} 0 node_network_receive_multicast_total{device="cali38bae129f9e"} 0 node_network_receive_multicast_total{device="cali41f1bacbcfd"} 0 node_network_receive_multicast_total{device="cali451b7bebb68"} 0 node_network_receive_multicast_total{device="cali4c57cd12d72"} 0 node_network_receive_multicast_total{device="cali55c77211c26"} 0 node_network_receive_multicast_total{device="cali5a701f8133d"} 0 node_network_receive_multicast_total{device="cali729b775075d"} 0 node_network_receive_multicast_total{device="cali7fc6d3b16ec"} 0 node_network_receive_multicast_total{device="cali81a48c7b411"} 0 node_network_receive_multicast_total{device="cali99d20532b96"} 0 node_network_receive_multicast_total{device="cali9c18b3beec5"} 0 node_network_receive_multicast_total{device="calib179e115a4f"} 0 node_network_receive_multicast_total{device="calid6804b55fc2"} 0 node_network_receive_multicast_total{device="calidc956f0396a"} 0 node_network_receive_multicast_total{device="caliddf1e6c4a7e"} 0 node_network_receive_multicast_total{device="caliec9caf66b87"} 0 node_network_receive_multicast_total{device="calif75fc229b74"} 0 node_network_receive_multicast_total{device="calif87c8ed5651"} 0 node_network_receive_multicast_total{device="califdc930821f6"} 0 node_network_receive_multicast_total{device="eno1"} 2.1369394e+07 node_network_receive_multicast_total{device="eno2"} 0 node_network_receive_multicast_total{device="eno33np0"} 1.703452e+06 node_network_receive_multicast_total{device="eno33np0.3604"} 956755 node_network_receive_multicast_total{device="eno34np1"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="cali066433ba2a4"} 0 node_network_receive_nohandler_total{device="cali0dd57c7135a"} 0 node_network_receive_nohandler_total{device="cali147b5054f79"} 0 node_network_receive_nohandler_total{device="cali152c1cfaf8a"} 0 node_network_receive_nohandler_total{device="cali1c233e8da21"} 0 node_network_receive_nohandler_total{device="cali20d04f3450a"} 0 node_network_receive_nohandler_total{device="cali218ae4a84f0"} 0 node_network_receive_nohandler_total{device="cali2491ed3a932"} 0 node_network_receive_nohandler_total{device="cali38bae129f9e"} 0 node_network_receive_nohandler_total{device="cali41f1bacbcfd"} 0 node_network_receive_nohandler_total{device="cali451b7bebb68"} 0 node_network_receive_nohandler_total{device="cali4c57cd12d72"} 0 node_network_receive_nohandler_total{device="cali55c77211c26"} 0 node_network_receive_nohandler_total{device="cali5a701f8133d"} 0 node_network_receive_nohandler_total{device="cali729b775075d"} 0 node_network_receive_nohandler_total{device="cali7fc6d3b16ec"} 0 node_network_receive_nohandler_total{device="cali81a48c7b411"} 0 node_network_receive_nohandler_total{device="cali99d20532b96"} 0 node_network_receive_nohandler_total{device="cali9c18b3beec5"} 0 node_network_receive_nohandler_total{device="calib179e115a4f"} 0 node_network_receive_nohandler_total{device="calid6804b55fc2"} 0 node_network_receive_nohandler_total{device="calidc956f0396a"} 0 node_network_receive_nohandler_total{device="caliddf1e6c4a7e"} 0 node_network_receive_nohandler_total{device="caliec9caf66b87"} 0 node_network_receive_nohandler_total{device="calif75fc229b74"} 0 node_network_receive_nohandler_total{device="calif87c8ed5651"} 0 node_network_receive_nohandler_total{device="califdc930821f6"} 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"} 4.5452536e+07 node_network_receive_packets_total{device="cali0dd57c7135a"} 3.0967e+06 node_network_receive_packets_total{device="cali147b5054f79"} 37095 node_network_receive_packets_total{device="cali152c1cfaf8a"} 37290 node_network_receive_packets_total{device="cali1c233e8da21"} 37150 node_network_receive_packets_total{device="cali20d04f3450a"} 3.3133854e+07 node_network_receive_packets_total{device="cali218ae4a84f0"} 5.150813e+06 node_network_receive_packets_total{device="cali2491ed3a932"} 37362 node_network_receive_packets_total{device="cali38bae129f9e"} 37268 node_network_receive_packets_total{device="cali41f1bacbcfd"} 37031 node_network_receive_packets_total{device="cali451b7bebb68"} 37322 node_network_receive_packets_total{device="cali4c57cd12d72"} 37123 node_network_receive_packets_total{device="cali55c77211c26"} 37103 node_network_receive_packets_total{device="cali5a701f8133d"} 37125 node_network_receive_packets_total{device="cali729b775075d"} 37136 node_network_receive_packets_total{device="cali7fc6d3b16ec"} 37038 node_network_receive_packets_total{device="cali81a48c7b411"} 37138 node_network_receive_packets_total{device="cali99d20532b96"} 37129 node_network_receive_packets_total{device="cali9c18b3beec5"} 517809 node_network_receive_packets_total{device="calib179e115a4f"} 37032 node_network_receive_packets_total{device="calid6804b55fc2"} 37074 node_network_receive_packets_total{device="calidc956f0396a"} 37285 node_network_receive_packets_total{device="caliddf1e6c4a7e"} 37215 node_network_receive_packets_total{device="caliec9caf66b87"} 620 node_network_receive_packets_total{device="calif75fc229b74"} 1.378649e+07 node_network_receive_packets_total{device="calif87c8ed5651"} 37144 node_network_receive_packets_total{device="califdc930821f6"} 37143 node_network_receive_packets_total{device="eno1"} 2.2543209e+07 node_network_receive_packets_total{device="eno2"} 0 node_network_receive_packets_total{device="eno33np0"} 2.5657482093e+10 node_network_receive_packets_total{device="eno33np0.3604"} 1.2828490006e+10 node_network_receive_packets_total{device="eno34np1"} 0 node_network_receive_packets_total{device="lo"} 1.6708571e+07 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="cali066433ba2a4"} 1.25e+09 node_network_speed_bytes{device="cali0dd57c7135a"} 1.25e+09 node_network_speed_bytes{device="cali147b5054f79"} 1.25e+09 node_network_speed_bytes{device="cali152c1cfaf8a"} 1.25e+09 node_network_speed_bytes{device="cali1c233e8da21"} 1.25e+09 node_network_speed_bytes{device="cali20d04f3450a"} 1.25e+09 node_network_speed_bytes{device="cali218ae4a84f0"} 1.25e+09 node_network_speed_bytes{device="cali2491ed3a932"} 1.25e+09 node_network_speed_bytes{device="cali38bae129f9e"} 1.25e+09 node_network_speed_bytes{device="cali41f1bacbcfd"} 1.25e+09 node_network_speed_bytes{device="cali451b7bebb68"} 1.25e+09 node_network_speed_bytes{device="cali4c57cd12d72"} 1.25e+09 node_network_speed_bytes{device="cali55c77211c26"} 1.25e+09 node_network_speed_bytes{device="cali5a701f8133d"} 1.25e+09 node_network_speed_bytes{device="cali729b775075d"} 1.25e+09 node_network_speed_bytes{device="cali7fc6d3b16ec"} 1.25e+09 node_network_speed_bytes{device="cali81a48c7b411"} 1.25e+09 node_network_speed_bytes{device="cali99d20532b96"} 1.25e+09 node_network_speed_bytes{device="cali9c18b3beec5"} 1.25e+09 node_network_speed_bytes{device="calib179e115a4f"} 1.25e+09 node_network_speed_bytes{device="calid6804b55fc2"} 1.25e+09 node_network_speed_bytes{device="calidc956f0396a"} 1.25e+09 node_network_speed_bytes{device="caliddf1e6c4a7e"} 1.25e+09 node_network_speed_bytes{device="caliec9caf66b87"} 1.25e+09 node_network_speed_bytes{device="calif75fc229b74"} 1.25e+09 node_network_speed_bytes{device="calif87c8ed5651"} 1.25e+09 node_network_speed_bytes{device="califdc930821f6"} 1.25e+09 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"} 2.62475232918e+11 node_network_transmit_bytes_total{device="cali0dd57c7135a"} 5.907243386e+09 node_network_transmit_bytes_total{device="cali147b5054f79"} 5.620298e+06 node_network_transmit_bytes_total{device="cali152c1cfaf8a"} 5.628773e+06 node_network_transmit_bytes_total{device="cali1c233e8da21"} 5.623454e+06 node_network_transmit_bytes_total{device="cali20d04f3450a"} 7.893300966e+09 node_network_transmit_bytes_total{device="cali218ae4a84f0"} 7.62984547e+08 node_network_transmit_bytes_total{device="cali2491ed3a932"} 5.631793e+06 node_network_transmit_bytes_total{device="cali38bae129f9e"} 5.628132e+06 node_network_transmit_bytes_total{device="cali41f1bacbcfd"} 5.618318e+06 node_network_transmit_bytes_total{device="cali451b7bebb68"} 5.629825e+06 node_network_transmit_bytes_total{device="cali4c57cd12d72"} 5.62204e+06 node_network_transmit_bytes_total{device="cali55c77211c26"} 5.6212e+06 node_network_transmit_bytes_total{device="cali5a701f8133d"} 5.62204e+06 node_network_transmit_bytes_total{device="cali729b775075d"} 5.622718e+06 node_network_transmit_bytes_total{device="cali7fc6d3b16ec"} 5.618296e+06 node_network_transmit_bytes_total{device="cali81a48c7b411"} 5.623887e+06 node_network_transmit_bytes_total{device="cali99d20532b96"} 5.622515e+06 node_network_transmit_bytes_total{device="cali9c18b3beec5"} 5.0348822e+07 node_network_transmit_bytes_total{device="calib179e115a4f"} 5.618095e+06 node_network_transmit_bytes_total{device="calid6804b55fc2"} 5.619649e+06 node_network_transmit_bytes_total{device="calidc956f0396a"} 5.629232e+06 node_network_transmit_bytes_total{device="caliddf1e6c4a7e"} 5.625532e+06 node_network_transmit_bytes_total{device="caliec9caf66b87"} 2.0492908e+07 node_network_transmit_bytes_total{device="calif75fc229b74"} 2.928813594e+09 node_network_transmit_bytes_total{device="calif87c8ed5651"} 5.622601e+06 node_network_transmit_bytes_total{device="califdc930821f6"} 5.622614e+06 node_network_transmit_bytes_total{device="eno1"} 2.407149e+07 node_network_transmit_bytes_total{device="eno2"} 0 node_network_transmit_bytes_total{device="eno33np0"} 8.6190293770367e+13 node_network_transmit_bytes_total{device="eno33np0.3604"} 8.5621687906022e+13 node_network_transmit_bytes_total{device="eno34np1"} 0 node_network_transmit_bytes_total{device="lo"} 7.087652872e+09 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="cali066433ba2a4"} 0 node_network_transmit_carrier_total{device="cali0dd57c7135a"} 0 node_network_transmit_carrier_total{device="cali147b5054f79"} 0 node_network_transmit_carrier_total{device="cali152c1cfaf8a"} 0 node_network_transmit_carrier_total{device="cali1c233e8da21"} 0 node_network_transmit_carrier_total{device="cali20d04f3450a"} 0 node_network_transmit_carrier_total{device="cali218ae4a84f0"} 0 node_network_transmit_carrier_total{device="cali2491ed3a932"} 0 node_network_transmit_carrier_total{device="cali38bae129f9e"} 0 node_network_transmit_carrier_total{device="cali41f1bacbcfd"} 0 node_network_transmit_carrier_total{device="cali451b7bebb68"} 0 node_network_transmit_carrier_total{device="cali4c57cd12d72"} 0 node_network_transmit_carrier_total{device="cali55c77211c26"} 0 node_network_transmit_carrier_total{device="cali5a701f8133d"} 0 node_network_transmit_carrier_total{device="cali729b775075d"} 0 node_network_transmit_carrier_total{device="cali7fc6d3b16ec"} 0 node_network_transmit_carrier_total{device="cali81a48c7b411"} 0 node_network_transmit_carrier_total{device="cali99d20532b96"} 0 node_network_transmit_carrier_total{device="cali9c18b3beec5"} 0 node_network_transmit_carrier_total{device="calib179e115a4f"} 0 node_network_transmit_carrier_total{device="calid6804b55fc2"} 0 node_network_transmit_carrier_total{device="calidc956f0396a"} 0 node_network_transmit_carrier_total{device="caliddf1e6c4a7e"} 0 node_network_transmit_carrier_total{device="caliec9caf66b87"} 0 node_network_transmit_carrier_total{device="calif75fc229b74"} 0 node_network_transmit_carrier_total{device="calif87c8ed5651"} 0 node_network_transmit_carrier_total{device="califdc930821f6"} 0 node_network_transmit_carrier_total{device="eno1"} 0 node_network_transmit_carrier_total{device="eno2"} 0 node_network_transmit_carrier_total{device="eno33np0"} 0 node_network_transmit_carrier_total{device="eno33np0.3604"} 0 node_network_transmit_carrier_total{device="eno34np1"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="cali066433ba2a4"} 0 node_network_transmit_colls_total{device="cali0dd57c7135a"} 0 node_network_transmit_colls_total{device="cali147b5054f79"} 0 node_network_transmit_colls_total{device="cali152c1cfaf8a"} 0 node_network_transmit_colls_total{device="cali1c233e8da21"} 0 node_network_transmit_colls_total{device="cali20d04f3450a"} 0 node_network_transmit_colls_total{device="cali218ae4a84f0"} 0 node_network_transmit_colls_total{device="cali2491ed3a932"} 0 node_network_transmit_colls_total{device="cali38bae129f9e"} 0 node_network_transmit_colls_total{device="cali41f1bacbcfd"} 0 node_network_transmit_colls_total{device="cali451b7bebb68"} 0 node_network_transmit_colls_total{device="cali4c57cd12d72"} 0 node_network_transmit_colls_total{device="cali55c77211c26"} 0 node_network_transmit_colls_total{device="cali5a701f8133d"} 0 node_network_transmit_colls_total{device="cali729b775075d"} 0 node_network_transmit_colls_total{device="cali7fc6d3b16ec"} 0 node_network_transmit_colls_total{device="cali81a48c7b411"} 0 node_network_transmit_colls_total{device="cali99d20532b96"} 0 node_network_transmit_colls_total{device="cali9c18b3beec5"} 0 node_network_transmit_colls_total{device="calib179e115a4f"} 0 node_network_transmit_colls_total{device="calid6804b55fc2"} 0 node_network_transmit_colls_total{device="calidc956f0396a"} 0 node_network_transmit_colls_total{device="caliddf1e6c4a7e"} 0 node_network_transmit_colls_total{device="caliec9caf66b87"} 0 node_network_transmit_colls_total{device="calif75fc229b74"} 0 node_network_transmit_colls_total{device="calif87c8ed5651"} 0 node_network_transmit_colls_total{device="califdc930821f6"} 0 node_network_transmit_colls_total{device="eno1"} 0 node_network_transmit_colls_total{device="eno2"} 0 node_network_transmit_colls_total{device="eno33np0"} 0 node_network_transmit_colls_total{device="eno33np0.3604"} 0 node_network_transmit_colls_total{device="eno34np1"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="cali066433ba2a4"} 0 node_network_transmit_compressed_total{device="cali0dd57c7135a"} 0 node_network_transmit_compressed_total{device="cali147b5054f79"} 0 node_network_transmit_compressed_total{device="cali152c1cfaf8a"} 0 node_network_transmit_compressed_total{device="cali1c233e8da21"} 0 node_network_transmit_compressed_total{device="cali20d04f3450a"} 0 node_network_transmit_compressed_total{device="cali218ae4a84f0"} 0 node_network_transmit_compressed_total{device="cali2491ed3a932"} 0 node_network_transmit_compressed_total{device="cali38bae129f9e"} 0 node_network_transmit_compressed_total{device="cali41f1bacbcfd"} 0 node_network_transmit_compressed_total{device="cali451b7bebb68"} 0 node_network_transmit_compressed_total{device="cali4c57cd12d72"} 0 node_network_transmit_compressed_total{device="cali55c77211c26"} 0 node_network_transmit_compressed_total{device="cali5a701f8133d"} 0 node_network_transmit_compressed_total{device="cali729b775075d"} 0 node_network_transmit_compressed_total{device="cali7fc6d3b16ec"} 0 node_network_transmit_compressed_total{device="cali81a48c7b411"} 0 node_network_transmit_compressed_total{device="cali99d20532b96"} 0 node_network_transmit_compressed_total{device="cali9c18b3beec5"} 0 node_network_transmit_compressed_total{device="calib179e115a4f"} 0 node_network_transmit_compressed_total{device="calid6804b55fc2"} 0 node_network_transmit_compressed_total{device="calidc956f0396a"} 0 node_network_transmit_compressed_total{device="caliddf1e6c4a7e"} 0 node_network_transmit_compressed_total{device="caliec9caf66b87"} 0 node_network_transmit_compressed_total{device="calif75fc229b74"} 0 node_network_transmit_compressed_total{device="calif87c8ed5651"} 0 node_network_transmit_compressed_total{device="califdc930821f6"} 0 node_network_transmit_compressed_total{device="eno1"} 0 node_network_transmit_compressed_total{device="eno2"} 0 node_network_transmit_compressed_total{device="eno33np0"} 0 node_network_transmit_compressed_total{device="eno33np0.3604"} 0 node_network_transmit_compressed_total{device="eno34np1"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="cali066433ba2a4"} 0 node_network_transmit_drop_total{device="cali0dd57c7135a"} 0 node_network_transmit_drop_total{device="cali147b5054f79"} 0 node_network_transmit_drop_total{device="cali152c1cfaf8a"} 0 node_network_transmit_drop_total{device="cali1c233e8da21"} 0 node_network_transmit_drop_total{device="cali20d04f3450a"} 0 node_network_transmit_drop_total{device="cali218ae4a84f0"} 0 node_network_transmit_drop_total{device="cali2491ed3a932"} 0 node_network_transmit_drop_total{device="cali38bae129f9e"} 0 node_network_transmit_drop_total{device="cali41f1bacbcfd"} 0 node_network_transmit_drop_total{device="cali451b7bebb68"} 0 node_network_transmit_drop_total{device="cali4c57cd12d72"} 0 node_network_transmit_drop_total{device="cali55c77211c26"} 0 node_network_transmit_drop_total{device="cali5a701f8133d"} 0 node_network_transmit_drop_total{device="cali729b775075d"} 0 node_network_transmit_drop_total{device="cali7fc6d3b16ec"} 0 node_network_transmit_drop_total{device="cali81a48c7b411"} 0 node_network_transmit_drop_total{device="cali99d20532b96"} 0 node_network_transmit_drop_total{device="cali9c18b3beec5"} 0 node_network_transmit_drop_total{device="calib179e115a4f"} 0 node_network_transmit_drop_total{device="calid6804b55fc2"} 0 node_network_transmit_drop_total{device="calidc956f0396a"} 0 node_network_transmit_drop_total{device="caliddf1e6c4a7e"} 0 node_network_transmit_drop_total{device="caliec9caf66b87"} 0 node_network_transmit_drop_total{device="calif75fc229b74"} 0 node_network_transmit_drop_total{device="calif87c8ed5651"} 0 node_network_transmit_drop_total{device="califdc930821f6"} 0 node_network_transmit_drop_total{device="eno1"} 0 node_network_transmit_drop_total{device="eno2"} 120 node_network_transmit_drop_total{device="eno33np0"} 0 node_network_transmit_drop_total{device="eno33np0.3604"} 0 node_network_transmit_drop_total{device="eno34np1"} 120 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="cali066433ba2a4"} 0 node_network_transmit_errs_total{device="cali0dd57c7135a"} 0 node_network_transmit_errs_total{device="cali147b5054f79"} 0 node_network_transmit_errs_total{device="cali152c1cfaf8a"} 0 node_network_transmit_errs_total{device="cali1c233e8da21"} 0 node_network_transmit_errs_total{device="cali20d04f3450a"} 0 node_network_transmit_errs_total{device="cali218ae4a84f0"} 0 node_network_transmit_errs_total{device="cali2491ed3a932"} 0 node_network_transmit_errs_total{device="cali38bae129f9e"} 0 node_network_transmit_errs_total{device="cali41f1bacbcfd"} 0 node_network_transmit_errs_total{device="cali451b7bebb68"} 0 node_network_transmit_errs_total{device="cali4c57cd12d72"} 0 node_network_transmit_errs_total{device="cali55c77211c26"} 0 node_network_transmit_errs_total{device="cali5a701f8133d"} 0 node_network_transmit_errs_total{device="cali729b775075d"} 0 node_network_transmit_errs_total{device="cali7fc6d3b16ec"} 0 node_network_transmit_errs_total{device="cali81a48c7b411"} 0 node_network_transmit_errs_total{device="cali99d20532b96"} 0 node_network_transmit_errs_total{device="cali9c18b3beec5"} 0 node_network_transmit_errs_total{device="calib179e115a4f"} 0 node_network_transmit_errs_total{device="calid6804b55fc2"} 0 node_network_transmit_errs_total{device="calidc956f0396a"} 0 node_network_transmit_errs_total{device="caliddf1e6c4a7e"} 0 node_network_transmit_errs_total{device="caliec9caf66b87"} 0 node_network_transmit_errs_total{device="calif75fc229b74"} 0 node_network_transmit_errs_total{device="calif87c8ed5651"} 0 node_network_transmit_errs_total{device="califdc930821f6"} 0 node_network_transmit_errs_total{device="eno1"} 0 node_network_transmit_errs_total{device="eno2"} 0 node_network_transmit_errs_total{device="eno33np0"} 0 node_network_transmit_errs_total{device="eno33np0.3604"} 0 node_network_transmit_errs_total{device="eno34np1"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="cali066433ba2a4"} 0 node_network_transmit_fifo_total{device="cali0dd57c7135a"} 0 node_network_transmit_fifo_total{device="cali147b5054f79"} 0 node_network_transmit_fifo_total{device="cali152c1cfaf8a"} 0 node_network_transmit_fifo_total{device="cali1c233e8da21"} 0 node_network_transmit_fifo_total{device="cali20d04f3450a"} 0 node_network_transmit_fifo_total{device="cali218ae4a84f0"} 0 node_network_transmit_fifo_total{device="cali2491ed3a932"} 0 node_network_transmit_fifo_total{device="cali38bae129f9e"} 0 node_network_transmit_fifo_total{device="cali41f1bacbcfd"} 0 node_network_transmit_fifo_total{device="cali451b7bebb68"} 0 node_network_transmit_fifo_total{device="cali4c57cd12d72"} 0 node_network_transmit_fifo_total{device="cali55c77211c26"} 0 node_network_transmit_fifo_total{device="cali5a701f8133d"} 0 node_network_transmit_fifo_total{device="cali729b775075d"} 0 node_network_transmit_fifo_total{device="cali7fc6d3b16ec"} 0 node_network_transmit_fifo_total{device="cali81a48c7b411"} 0 node_network_transmit_fifo_total{device="cali99d20532b96"} 0 node_network_transmit_fifo_total{device="cali9c18b3beec5"} 0 node_network_transmit_fifo_total{device="calib179e115a4f"} 0 node_network_transmit_fifo_total{device="calid6804b55fc2"} 0 node_network_transmit_fifo_total{device="calidc956f0396a"} 0 node_network_transmit_fifo_total{device="caliddf1e6c4a7e"} 0 node_network_transmit_fifo_total{device="caliec9caf66b87"} 0 node_network_transmit_fifo_total{device="calif75fc229b74"} 0 node_network_transmit_fifo_total{device="calif87c8ed5651"} 0 node_network_transmit_fifo_total{device="califdc930821f6"} 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"} 7.0637685e+07 node_network_transmit_packets_total{device="cali0dd57c7135a"} 3.257036e+06 node_network_transmit_packets_total{device="cali147b5054f79"} 49325 node_network_transmit_packets_total{device="cali152c1cfaf8a"} 49519 node_network_transmit_packets_total{device="cali1c233e8da21"} 49387 node_network_transmit_packets_total{device="cali20d04f3450a"} 3.7288006e+07 node_network_transmit_packets_total{device="cali218ae4a84f0"} 4.329e+06 node_network_transmit_packets_total{device="cali2491ed3a932"} 49593 node_network_transmit_packets_total{device="cali38bae129f9e"} 49501 node_network_transmit_packets_total{device="cali41f1bacbcfd"} 49262 node_network_transmit_packets_total{device="cali451b7bebb68"} 49552 node_network_transmit_packets_total{device="cali4c57cd12d72"} 49357 node_network_transmit_packets_total{device="cali55c77211c26"} 49337 node_network_transmit_packets_total{device="cali5a701f8133d"} 49357 node_network_transmit_packets_total{device="cali729b775075d"} 49370 node_network_transmit_packets_total{device="cali7fc6d3b16ec"} 49267 node_network_transmit_packets_total{device="cali81a48c7b411"} 49370 node_network_transmit_packets_total{device="cali99d20532b96"} 49360 node_network_transmit_packets_total{device="cali9c18b3beec5"} 517324 node_network_transmit_packets_total{device="calib179e115a4f"} 49264 node_network_transmit_packets_total{device="calid6804b55fc2"} 49307 node_network_transmit_packets_total{device="calidc956f0396a"} 49521 node_network_transmit_packets_total{device="caliddf1e6c4a7e"} 49447 node_network_transmit_packets_total{device="caliec9caf66b87"} 75345 node_network_transmit_packets_total{device="calif75fc229b74"} 1.4473515e+07 node_network_transmit_packets_total{device="calif87c8ed5651"} 49375 node_network_transmit_packets_total{device="califdc930821f6"} 49370 node_network_transmit_packets_total{device="eno1"} 91390 node_network_transmit_packets_total{device="eno2"} 0 node_network_transmit_packets_total{device="eno33np0"} 1.7191195752e+10 node_network_transmit_packets_total{device="eno33np0.3604"} 9.651512662e+09 node_network_transmit_packets_total{device="eno34np1"} 0 node_network_transmit_packets_total{device="lo"} 1.6708571e+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"} 0 node_network_transmit_queue_length{device="cali0dd57c7135a"} 0 node_network_transmit_queue_length{device="cali147b5054f79"} 0 node_network_transmit_queue_length{device="cali152c1cfaf8a"} 0 node_network_transmit_queue_length{device="cali1c233e8da21"} 0 node_network_transmit_queue_length{device="cali20d04f3450a"} 0 node_network_transmit_queue_length{device="cali218ae4a84f0"} 0 node_network_transmit_queue_length{device="cali2491ed3a932"} 0 node_network_transmit_queue_length{device="cali38bae129f9e"} 0 node_network_transmit_queue_length{device="cali41f1bacbcfd"} 0 node_network_transmit_queue_length{device="cali451b7bebb68"} 0 node_network_transmit_queue_length{device="cali4c57cd12d72"} 0 node_network_transmit_queue_length{device="cali55c77211c26"} 0 node_network_transmit_queue_length{device="cali5a701f8133d"} 0 node_network_transmit_queue_length{device="cali729b775075d"} 0 node_network_transmit_queue_length{device="cali7fc6d3b16ec"} 0 node_network_transmit_queue_length{device="cali81a48c7b411"} 0 node_network_transmit_queue_length{device="cali99d20532b96"} 0 node_network_transmit_queue_length{device="cali9c18b3beec5"} 0 node_network_transmit_queue_length{device="calib179e115a4f"} 0 node_network_transmit_queue_length{device="calid6804b55fc2"} 0 node_network_transmit_queue_length{device="calidc956f0396a"} 0 node_network_transmit_queue_length{device="caliddf1e6c4a7e"} 0 node_network_transmit_queue_length{device="caliec9caf66b87"} 0 node_network_transmit_queue_length{device="calif75fc229b74"} 0 node_network_transmit_queue_length{device="calif87c8ed5651"} 0 node_network_transmit_queue_length{device="califdc930821f6"} 0 node_network_transmit_queue_length{device="eno1"} 1000 node_network_transmit_queue_length{device="eno2"} 1000 node_network_transmit_queue_length{device="eno33np0"} 1000 node_network_transmit_queue_length{device="eno33np0.3604"} 1000 node_network_transmit_queue_length{device="eno34np1"} 1000 node_network_transmit_queue_length{device="lo"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="cali066433ba2a4"} 1 node_network_up{device="cali0dd57c7135a"} 1 node_network_up{device="cali147b5054f79"} 1 node_network_up{device="cali152c1cfaf8a"} 1 node_network_up{device="cali1c233e8da21"} 1 node_network_up{device="cali20d04f3450a"} 1 node_network_up{device="cali218ae4a84f0"} 1 node_network_up{device="cali2491ed3a932"} 1 node_network_up{device="cali38bae129f9e"} 1 node_network_up{device="cali41f1bacbcfd"} 1 node_network_up{device="cali451b7bebb68"} 1 node_network_up{device="cali4c57cd12d72"} 1 node_network_up{device="cali55c77211c26"} 1 node_network_up{device="cali5a701f8133d"} 1 node_network_up{device="cali729b775075d"} 1 node_network_up{device="cali7fc6d3b16ec"} 1 node_network_up{device="cali81a48c7b411"} 1 node_network_up{device="cali99d20532b96"} 1 node_network_up{device="cali9c18b3beec5"} 1 node_network_up{device="calib179e115a4f"} 1 node_network_up{device="calid6804b55fc2"} 1 node_network_up{device="calidc956f0396a"} 1 node_network_up{device="caliddf1e6c4a7e"} 1 node_network_up{device="caliec9caf66b87"} 1 node_network_up{device="calif75fc229b74"} 1 node_network_up{device="calif87c8ed5651"} 1 node_network_up{device="califdc930821f6"} 1 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 8489 # 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 4388 # 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 6487 # 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 4388 # 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 418978 # 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"} 28509 node_nfs_requests_total{method="Allocate",proto="4"} 0 node_nfs_requests_total{method="BindConnToSession",proto="4"} 0 node_nfs_requests_total{method="Clone",proto="4"} 0 node_nfs_requests_total{method="Close",proto="4"} 22557 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 0 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"} 0 node_nfs_requests_total{method="CreateSession",proto="4"} 1 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 18 node_nfs_requests_total{method="DestroyClientID",proto="4"} 0 node_nfs_requests_total{method="DestroySession",proto="4"} 0 node_nfs_requests_total{method="ExchangeID",proto="4"} 4 node_nfs_requests_total{method="FreeStateID",proto="4"} 0 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 8 node_nfs_requests_total{method="FsLocations",proto="4"} 0 node_nfs_requests_total{method="FsStat",proto="2"} 0 node_nfs_requests_total{method="FsStat",proto="3"} 0 node_nfs_requests_total{method="FsidPresent",proto="4"} 0 node_nfs_requests_total{method="GetACL",proto="4"} 0 node_nfs_requests_total{method="GetAttr",proto="2"} 0 node_nfs_requests_total{method="GetAttr",proto="3"} 0 node_nfs_requests_total{method="GetDeviceInfo",proto="4"} 0 node_nfs_requests_total{method="GetDeviceList",proto="4"} 0 node_nfs_requests_total{method="GetLeaseTime",proto="4"} 0 node_nfs_requests_total{method="Getattr",proto="4"} 32670 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"} 0 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 0 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"} 22809 node_nfs_requests_total{method="LookupRoot",proto="4"} 2 node_nfs_requests_total{method="MkDir",proto="2"} 0 node_nfs_requests_total{method="MkDir",proto="3"} 0 node_nfs_requests_total{method="MkNod",proto="3"} 0 node_nfs_requests_total{method="Null",proto="2"} 0 node_nfs_requests_total{method="Null",proto="3"} 0 node_nfs_requests_total{method="Null",proto="4"} 2 node_nfs_requests_total{method="Open",proto="4"} 20 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"} 22540 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 6 node_nfs_requests_total{method="Read",proto="2"} 0 node_nfs_requests_total{method="Read",proto="3"} 0 node_nfs_requests_total{method="Read",proto="4"} 14 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"} 1 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"} 0 node_nfs_requests_total{method="ReclaimComplete",proto="4"} 1 node_nfs_requests_total{method="ReleaseLockowner",proto="4"} 0 node_nfs_requests_total{method="Remove",proto="2"} 0 node_nfs_requests_total{method="Remove",proto="3"} 0 node_nfs_requests_total{method="Remove",proto="4"} 0 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"} 1 node_nfs_requests_total{method="Renew",proto="4"} 0 node_nfs_requests_total{method="RmDir",proto="2"} 0 node_nfs_requests_total{method="RmDir",proto="3"} 0 node_nfs_requests_total{method="Root",proto="2"} 0 node_nfs_requests_total{method="Secinfo",proto="4"} 0 node_nfs_requests_total{method="SecinfoNoName",proto="4"} 2 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 0 node_nfs_requests_total{method="ServerCaps",proto="4"} 14 node_nfs_requests_total{method="SetACL",proto="4"} 0 node_nfs_requests_total{method="SetAttr",proto="2"} 0 node_nfs_requests_total{method="SetAttr",proto="3"} 0 node_nfs_requests_total{method="SetClientID",proto="4"} 0 node_nfs_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfs_requests_total{method="Setattr",proto="4"} 22353 node_nfs_requests_total{method="StatFs",proto="4"} 308927 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 0 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 0 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 22538 # 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 482997 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 0 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 482997 # HELP node_nvme_info Non-numeric data from /sys/class/nvme/, value is always 1. # TYPE node_nvme_info gauge node_nvme_info{device="nvme0",firmware_revision="1.2.4",model="Dell Ent NVMe P5500 RI U.2 1.92TB",serial="PHAB113500X61P9SGN",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="1.2.4",model="Dell Ent NVMe P5500 RI U.2 1.92TB",serial="PHAB113500ZQ1P9SGN",state="live"} 1 node_nvme_info{device="nvme2",firmware_revision="VACR011",model="CT2000P310SSD8",serial="254454233ECE",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.7 (Moss Jungle Cat)",variant="",variant_id="",version="9.7 (Moss Jungle Cat)",version_codename="",version_id="9.7"} 1 # HELP node_os_support_end_timestamp_seconds Metric containing the end-of-life date timestamp of the OS. # TYPE node_os_support_end_timestamp_seconds gauge node_os_support_end_timestamp_seconds 1.9696608e+09 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="almalinux",id_like="rhel centos fedora",name="AlmaLinux"} 9.7 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 3 # 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"} 40195.201722822 node_schedstat_running_seconds_total{cpu="1"} 37815.587402809 node_schedstat_running_seconds_total{cpu="10"} 36564.148982435 node_schedstat_running_seconds_total{cpu="11"} 36505.566144774 node_schedstat_running_seconds_total{cpu="12"} 47967.566450591 node_schedstat_running_seconds_total{cpu="13"} 37819.409477352 node_schedstat_running_seconds_total{cpu="14"} 34320.627739441 node_schedstat_running_seconds_total{cpu="15"} 48303.697642957 node_schedstat_running_seconds_total{cpu="16"} 37100.548070943 node_schedstat_running_seconds_total{cpu="17"} 34660.196307818 node_schedstat_running_seconds_total{cpu="18"} 44231.887872604 node_schedstat_running_seconds_total{cpu="19"} 36659.335921221 node_schedstat_running_seconds_total{cpu="2"} 35876.624293766 node_schedstat_running_seconds_total{cpu="20"} 43523.533098245 node_schedstat_running_seconds_total{cpu="21"} 47062.06344236 node_schedstat_running_seconds_total{cpu="22"} 38671.445511254 node_schedstat_running_seconds_total{cpu="23"} 34414.650997031 node_schedstat_running_seconds_total{cpu="24"} 58963.028301307 node_schedstat_running_seconds_total{cpu="25"} 57679.317971584 node_schedstat_running_seconds_total{cpu="26"} 46199.512135148 node_schedstat_running_seconds_total{cpu="27"} 36010.032475053 node_schedstat_running_seconds_total{cpu="28"} 29520.546241765 node_schedstat_running_seconds_total{cpu="29"} 29852.429216106 node_schedstat_running_seconds_total{cpu="3"} 46942.29171177 node_schedstat_running_seconds_total{cpu="30"} 35977.69589394 node_schedstat_running_seconds_total{cpu="31"} 29693.752292671 node_schedstat_running_seconds_total{cpu="32"} 29317.945459678 node_schedstat_running_seconds_total{cpu="33"} 35351.838071592 node_schedstat_running_seconds_total{cpu="34"} 29432.579020531 node_schedstat_running_seconds_total{cpu="35"} 29131.786169946 node_schedstat_running_seconds_total{cpu="36"} 35402.381477036 node_schedstat_running_seconds_total{cpu="37"} 29328.379887306 node_schedstat_running_seconds_total{cpu="38"} 28648.902383977 node_schedstat_running_seconds_total{cpu="39"} 34337.845428483 node_schedstat_running_seconds_total{cpu="4"} 37429.584901498 node_schedstat_running_seconds_total{cpu="40"} 29265.86751793 node_schedstat_running_seconds_total{cpu="41"} 29611.681109282 node_schedstat_running_seconds_total{cpu="42"} 34886.287017769 node_schedstat_running_seconds_total{cpu="43"} 28990.069126699 node_schedstat_running_seconds_total{cpu="44"} 29197.419364277 node_schedstat_running_seconds_total{cpu="45"} 34617.889615698 node_schedstat_running_seconds_total{cpu="46"} 29226.238499909 node_schedstat_running_seconds_total{cpu="47"} 29183.725045927 node_schedstat_running_seconds_total{cpu="48"} 49320.655066807 node_schedstat_running_seconds_total{cpu="49"} 40684.12488796 node_schedstat_running_seconds_total{cpu="5"} 43785.69419092 node_schedstat_running_seconds_total{cpu="50"} 35767.6222158 node_schedstat_running_seconds_total{cpu="51"} 41845.491803247 node_schedstat_running_seconds_total{cpu="52"} 37121.153823105 node_schedstat_running_seconds_total{cpu="53"} 35947.730714723 node_schedstat_running_seconds_total{cpu="54"} 39051.885616719 node_schedstat_running_seconds_total{cpu="55"} 35871.054151048 node_schedstat_running_seconds_total{cpu="56"} 40186.459291381 node_schedstat_running_seconds_total{cpu="57"} 40665.825805792 node_schedstat_running_seconds_total{cpu="58"} 40419.786632075 node_schedstat_running_seconds_total{cpu="59"} 41276.903808932 node_schedstat_running_seconds_total{cpu="6"} 46359.938683919 node_schedstat_running_seconds_total{cpu="60"} 35289.192427396 node_schedstat_running_seconds_total{cpu="61"} 33775.279402353 node_schedstat_running_seconds_total{cpu="62"} 44036.301479359 node_schedstat_running_seconds_total{cpu="63"} 34614.283600038 node_schedstat_running_seconds_total{cpu="64"} 37991.31715509 node_schedstat_running_seconds_total{cpu="65"} 46554.727333032 node_schedstat_running_seconds_total{cpu="66"} 41135.19596754 node_schedstat_running_seconds_total{cpu="67"} 40252.897621536 node_schedstat_running_seconds_total{cpu="68"} 38327.869047765 node_schedstat_running_seconds_total{cpu="69"} 39046.582934347 node_schedstat_running_seconds_total{cpu="7"} 36745.97725571 node_schedstat_running_seconds_total{cpu="70"} 36466.25425417 node_schedstat_running_seconds_total{cpu="71"} 43577.174262985 node_schedstat_running_seconds_total{cpu="72"} 41811.061116176 node_schedstat_running_seconds_total{cpu="73"} 36339.019473949 node_schedstat_running_seconds_total{cpu="74"} 35315.342364036 node_schedstat_running_seconds_total{cpu="75"} 29229.9492839 node_schedstat_running_seconds_total{cpu="76"} 28492.410684975 node_schedstat_running_seconds_total{cpu="77"} 28983.334495301 node_schedstat_running_seconds_total{cpu="78"} 29214.921427481 node_schedstat_running_seconds_total{cpu="79"} 28551.880912482 node_schedstat_running_seconds_total{cpu="8"} 34895.119652578 node_schedstat_running_seconds_total{cpu="80"} 28871.12811 node_schedstat_running_seconds_total{cpu="81"} 28874.035941591 node_schedstat_running_seconds_total{cpu="82"} 29135.47978649 node_schedstat_running_seconds_total{cpu="83"} 28548.639282145 node_schedstat_running_seconds_total{cpu="84"} 29810.717266584 node_schedstat_running_seconds_total{cpu="85"} 27997.991869568 node_schedstat_running_seconds_total{cpu="86"} 28799.8641 node_schedstat_running_seconds_total{cpu="87"} 29180.665459798 node_schedstat_running_seconds_total{cpu="88"} 28132.391679611 node_schedstat_running_seconds_total{cpu="89"} 29522.068364906 node_schedstat_running_seconds_total{cpu="9"} 45783.610110658 node_schedstat_running_seconds_total{cpu="90"} 29060.09213528 node_schedstat_running_seconds_total{cpu="91"} 28356.668329423 node_schedstat_running_seconds_total{cpu="92"} 29457.128590523 node_schedstat_running_seconds_total{cpu="93"} 28705.568172615 node_schedstat_running_seconds_total{cpu="94"} 28867.284487068 node_schedstat_running_seconds_total{cpu="95"} 29238.672951319 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 4.42868215e+08 node_schedstat_timeslices_total{cpu="1"} 4.21040968e+08 node_schedstat_timeslices_total{cpu="10"} 4.16653037e+08 node_schedstat_timeslices_total{cpu="11"} 4.07277576e+08 node_schedstat_timeslices_total{cpu="12"} 4.48750198e+08 node_schedstat_timeslices_total{cpu="13"} 4.20511986e+08 node_schedstat_timeslices_total{cpu="14"} 4.04569479e+08 node_schedstat_timeslices_total{cpu="15"} 4.64946129e+08 node_schedstat_timeslices_total{cpu="16"} 4.22218809e+08 node_schedstat_timeslices_total{cpu="17"} 4.0325256e+08 node_schedstat_timeslices_total{cpu="18"} 4.35946268e+08 node_schedstat_timeslices_total{cpu="19"} 4.32783342e+08 node_schedstat_timeslices_total{cpu="2"} 3.99071913e+08 node_schedstat_timeslices_total{cpu="20"} 4.7236149e+08 node_schedstat_timeslices_total{cpu="21"} 4.59659277e+08 node_schedstat_timeslices_total{cpu="22"} 4.39052451e+08 node_schedstat_timeslices_total{cpu="23"} 4.11573599e+08 node_schedstat_timeslices_total{cpu="24"} 4.04750532e+08 node_schedstat_timeslices_total{cpu="25"} 3.71337146e+08 node_schedstat_timeslices_total{cpu="26"} 3.3586558e+08 node_schedstat_timeslices_total{cpu="27"} 2.98961198e+08 node_schedstat_timeslices_total{cpu="28"} 2.96360944e+08 node_schedstat_timeslices_total{cpu="29"} 2.951376e+08 node_schedstat_timeslices_total{cpu="3"} 4.09397722e+08 node_schedstat_timeslices_total{cpu="30"} 2.91317339e+08 node_schedstat_timeslices_total{cpu="31"} 2.91803767e+08 node_schedstat_timeslices_total{cpu="32"} 2.89312129e+08 node_schedstat_timeslices_total{cpu="33"} 2.90105688e+08 node_schedstat_timeslices_total{cpu="34"} 2.8761446e+08 node_schedstat_timeslices_total{cpu="35"} 2.86211748e+08 node_schedstat_timeslices_total{cpu="36"} 2.88266861e+08 node_schedstat_timeslices_total{cpu="37"} 2.89193782e+08 node_schedstat_timeslices_total{cpu="38"} 2.8697296e+08 node_schedstat_timeslices_total{cpu="39"} 2.9386149e+08 node_schedstat_timeslices_total{cpu="4"} 4.04408033e+08 node_schedstat_timeslices_total{cpu="40"} 2.91286781e+08 node_schedstat_timeslices_total{cpu="41"} 2.91155456e+08 node_schedstat_timeslices_total{cpu="42"} 2.89418515e+08 node_schedstat_timeslices_total{cpu="43"} 2.88972612e+08 node_schedstat_timeslices_total{cpu="44"} 2.8794846e+08 node_schedstat_timeslices_total{cpu="45"} 2.92656844e+08 node_schedstat_timeslices_total{cpu="46"} 2.91043398e+08 node_schedstat_timeslices_total{cpu="47"} 2.90223381e+08 node_schedstat_timeslices_total{cpu="48"} 3.81794812e+08 node_schedstat_timeslices_total{cpu="49"} 3.69502475e+08 node_schedstat_timeslices_total{cpu="5"} 4.46170974e+08 node_schedstat_timeslices_total{cpu="50"} 3.70833024e+08 node_schedstat_timeslices_total{cpu="51"} 4.34267187e+08 node_schedstat_timeslices_total{cpu="52"} 4.23202402e+08 node_schedstat_timeslices_total{cpu="53"} 4.09849864e+08 node_schedstat_timeslices_total{cpu="54"} 4.33541351e+08 node_schedstat_timeslices_total{cpu="55"} 4.29183088e+08 node_schedstat_timeslices_total{cpu="56"} 4.36368027e+08 node_schedstat_timeslices_total{cpu="57"} 4.26055216e+08 node_schedstat_timeslices_total{cpu="58"} 4.43418137e+08 node_schedstat_timeslices_total{cpu="59"} 4.56880909e+08 node_schedstat_timeslices_total{cpu="6"} 4.29010043e+08 node_schedstat_timeslices_total{cpu="60"} 4.02804802e+08 node_schedstat_timeslices_total{cpu="61"} 3.98047933e+08 node_schedstat_timeslices_total{cpu="62"} 4.58455603e+08 node_schedstat_timeslices_total{cpu="63"} 3.90321671e+08 node_schedstat_timeslices_total{cpu="64"} 4.20696105e+08 node_schedstat_timeslices_total{cpu="65"} 4.72816484e+08 node_schedstat_timeslices_total{cpu="66"} 4.69013798e+08 node_schedstat_timeslices_total{cpu="67"} 4.55383305e+08 node_schedstat_timeslices_total{cpu="68"} 4.39197742e+08 node_schedstat_timeslices_total{cpu="69"} 4.12240258e+08 node_schedstat_timeslices_total{cpu="7"} 4.21446833e+08 node_schedstat_timeslices_total{cpu="70"} 4.13959111e+08 node_schedstat_timeslices_total{cpu="71"} 4.47727766e+08 node_schedstat_timeslices_total{cpu="72"} 3.19148531e+08 node_schedstat_timeslices_total{cpu="73"} 3.17605636e+08 node_schedstat_timeslices_total{cpu="74"} 3.19912364e+08 node_schedstat_timeslices_total{cpu="75"} 2.93614099e+08 node_schedstat_timeslices_total{cpu="76"} 3.02547125e+08 node_schedstat_timeslices_total{cpu="77"} 3.01243777e+08 node_schedstat_timeslices_total{cpu="78"} 2.98434886e+08 node_schedstat_timeslices_total{cpu="79"} 2.95168026e+08 node_schedstat_timeslices_total{cpu="8"} 4.14164008e+08 node_schedstat_timeslices_total{cpu="80"} 2.96880243e+08 node_schedstat_timeslices_total{cpu="81"} 2.84269291e+08 node_schedstat_timeslices_total{cpu="82"} 2.92169205e+08 node_schedstat_timeslices_total{cpu="83"} 2.92798153e+08 node_schedstat_timeslices_total{cpu="84"} 2.94304904e+08 node_schedstat_timeslices_total{cpu="85"} 2.91251286e+08 node_schedstat_timeslices_total{cpu="86"} 2.93511647e+08 node_schedstat_timeslices_total{cpu="87"} 2.86833445e+08 node_schedstat_timeslices_total{cpu="88"} 2.96865049e+08 node_schedstat_timeslices_total{cpu="89"} 2.94945809e+08 node_schedstat_timeslices_total{cpu="9"} 4.33561828e+08 node_schedstat_timeslices_total{cpu="90"} 2.9540107e+08 node_schedstat_timeslices_total{cpu="91"} 2.91760636e+08 node_schedstat_timeslices_total{cpu="92"} 2.94784126e+08 node_schedstat_timeslices_total{cpu="93"} 2.88088197e+08 node_schedstat_timeslices_total{cpu="94"} 2.96193354e+08 node_schedstat_timeslices_total{cpu="95"} 2.95530638e+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"} 9605.995297468 node_schedstat_waiting_seconds_total{cpu="1"} 8791.878002946 node_schedstat_waiting_seconds_total{cpu="10"} 6873.463615149 node_schedstat_waiting_seconds_total{cpu="11"} 6920.507053759 node_schedstat_waiting_seconds_total{cpu="12"} 7146.31745214 node_schedstat_waiting_seconds_total{cpu="13"} 7166.376542875 node_schedstat_waiting_seconds_total{cpu="14"} 6894.524489449 node_schedstat_waiting_seconds_total{cpu="15"} 6860.628144803 node_schedstat_waiting_seconds_total{cpu="16"} 6877.749837822 node_schedstat_waiting_seconds_total{cpu="17"} 6626.420268692 node_schedstat_waiting_seconds_total{cpu="18"} 6918.053297378 node_schedstat_waiting_seconds_total{cpu="19"} 6886.589647765 node_schedstat_waiting_seconds_total{cpu="2"} 7116.321442065 node_schedstat_waiting_seconds_total{cpu="20"} 7030.651996097 node_schedstat_waiting_seconds_total{cpu="21"} 6993.116184353 node_schedstat_waiting_seconds_total{cpu="22"} 7055.563596576 node_schedstat_waiting_seconds_total{cpu="23"} 6850.791239083 node_schedstat_waiting_seconds_total{cpu="24"} 7159.719990546 node_schedstat_waiting_seconds_total{cpu="25"} 7085.153367967 node_schedstat_waiting_seconds_total{cpu="26"} 6866.046233023 node_schedstat_waiting_seconds_total{cpu="27"} 7286.259960495 node_schedstat_waiting_seconds_total{cpu="28"} 7317.475776114 node_schedstat_waiting_seconds_total{cpu="29"} 7419.462634711 node_schedstat_waiting_seconds_total{cpu="3"} 7330.348469948 node_schedstat_waiting_seconds_total{cpu="30"} 7244.980682771 node_schedstat_waiting_seconds_total{cpu="31"} 7381.519141323 node_schedstat_waiting_seconds_total{cpu="32"} 7393.079292129 node_schedstat_waiting_seconds_total{cpu="33"} 7271.206273669 node_schedstat_waiting_seconds_total{cpu="34"} 7302.27490854 node_schedstat_waiting_seconds_total{cpu="35"} 7320.678311031 node_schedstat_waiting_seconds_total{cpu="36"} 7371.950100315 node_schedstat_waiting_seconds_total{cpu="37"} 7496.195897246 node_schedstat_waiting_seconds_total{cpu="38"} 7450.13900013 node_schedstat_waiting_seconds_total{cpu="39"} 7475.079383354 node_schedstat_waiting_seconds_total{cpu="4"} 7247.469945895 node_schedstat_waiting_seconds_total{cpu="40"} 7617.075554421 node_schedstat_waiting_seconds_total{cpu="41"} 7441.219046965 node_schedstat_waiting_seconds_total{cpu="42"} 7388.361425434 node_schedstat_waiting_seconds_total{cpu="43"} 7505.818258771 node_schedstat_waiting_seconds_total{cpu="44"} 7418.824926349 node_schedstat_waiting_seconds_total{cpu="45"} 7360.514648819 node_schedstat_waiting_seconds_total{cpu="46"} 7493.517573164 node_schedstat_waiting_seconds_total{cpu="47"} 7386.674102301 node_schedstat_waiting_seconds_total{cpu="48"} 6574.979962492 node_schedstat_waiting_seconds_total{cpu="49"} 6160.623657495 node_schedstat_waiting_seconds_total{cpu="5"} 7278.13368275 node_schedstat_waiting_seconds_total{cpu="50"} 6044.298171706 node_schedstat_waiting_seconds_total{cpu="51"} 7044.72512267 node_schedstat_waiting_seconds_total{cpu="52"} 7087.714772535 node_schedstat_waiting_seconds_total{cpu="53"} 6889.275441575 node_schedstat_waiting_seconds_total{cpu="54"} 7128.471369013 node_schedstat_waiting_seconds_total{cpu="55"} 7225.778980674 node_schedstat_waiting_seconds_total{cpu="56"} 7155.625960642 node_schedstat_waiting_seconds_total{cpu="57"} 6763.802402696 node_schedstat_waiting_seconds_total{cpu="58"} 6796.18687137 node_schedstat_waiting_seconds_total{cpu="59"} 6903.490349118 node_schedstat_waiting_seconds_total{cpu="6"} 7191.026959567 node_schedstat_waiting_seconds_total{cpu="60"} 6778.781448837 node_schedstat_waiting_seconds_total{cpu="61"} 6841.594424188 node_schedstat_waiting_seconds_total{cpu="62"} 7205.538392577 node_schedstat_waiting_seconds_total{cpu="63"} 6633.919898475 node_schedstat_waiting_seconds_total{cpu="64"} 6757.291673293 node_schedstat_waiting_seconds_total{cpu="65"} 6904.658415048 node_schedstat_waiting_seconds_total{cpu="66"} 7077.432851689 node_schedstat_waiting_seconds_total{cpu="67"} 6989.156260522 node_schedstat_waiting_seconds_total{cpu="68"} 6753.176384228 node_schedstat_waiting_seconds_total{cpu="69"} 6888.229084655 node_schedstat_waiting_seconds_total{cpu="7"} 7186.58463254 node_schedstat_waiting_seconds_total{cpu="70"} 6927.329772209 node_schedstat_waiting_seconds_total{cpu="71"} 7114.921160432 node_schedstat_waiting_seconds_total{cpu="72"} 6711.028972477 node_schedstat_waiting_seconds_total{cpu="73"} 6807.132582417 node_schedstat_waiting_seconds_total{cpu="74"} 6904.65336303 node_schedstat_waiting_seconds_total{cpu="75"} 7333.023761031 node_schedstat_waiting_seconds_total{cpu="76"} 7331.787446133 node_schedstat_waiting_seconds_total{cpu="77"} 7411.764844304 node_schedstat_waiting_seconds_total{cpu="78"} 7383.476307513 node_schedstat_waiting_seconds_total{cpu="79"} 7505.402254132 node_schedstat_waiting_seconds_total{cpu="8"} 6998.188248688 node_schedstat_waiting_seconds_total{cpu="80"} 7337.666223113 node_schedstat_waiting_seconds_total{cpu="81"} 7223.618401899 node_schedstat_waiting_seconds_total{cpu="82"} 7382.839942908 node_schedstat_waiting_seconds_total{cpu="83"} 7332.030552241 node_schedstat_waiting_seconds_total{cpu="84"} 7378.416339017 node_schedstat_waiting_seconds_total{cpu="85"} 7567.261799241 node_schedstat_waiting_seconds_total{cpu="86"} 7667.36963531 node_schedstat_waiting_seconds_total{cpu="87"} 7410.146843497 node_schedstat_waiting_seconds_total{cpu="88"} 7673.362160189 node_schedstat_waiting_seconds_total{cpu="89"} 7566.346070495 node_schedstat_waiting_seconds_total{cpu="9"} 6972.198810176 node_schedstat_waiting_seconds_total{cpu="90"} 7448.600607421 node_schedstat_waiting_seconds_total{cpu="91"} 7592.125491887 node_schedstat_waiting_seconds_total{cpu="92"} 7470.30445122 node_schedstat_waiting_seconds_total{cpu="93"} 7364.023921029 node_schedstat_waiting_seconds_total{cpu="94"} 7466.395266362 node_schedstat_waiting_seconds_total{cpu="95"} 7410.327656763 # 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.029291683 node_scrape_collector_duration_seconds{collector="bcache"} 9.628e-06 node_scrape_collector_duration_seconds{collector="bonding"} 1.7273e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.038163836 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000571235 node_scrape_collector_duration_seconds{collector="cpu"} 0.07679419 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.02794528 node_scrape_collector_duration_seconds{collector="diskstats"} 0.131746313 node_scrape_collector_duration_seconds{collector="dmi"} 1.5389e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.027732139 node_scrape_collector_duration_seconds{collector="entropy"} 9.0621e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.7413e-05 node_scrape_collector_duration_seconds{collector="filefd"} 2.6039e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.10675985 node_scrape_collector_duration_seconds{collector="hwmon"} 0.067233781 node_scrape_collector_duration_seconds{collector="infiniband"} 1.5128e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.6541e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 4.5916e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 5.9161e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.0277009 node_scrape_collector_duration_seconds{collector="netclass"} 0.039101821 node_scrape_collector_duration_seconds{collector="netdev"} 0.097451948 node_scrape_collector_duration_seconds{collector="netstat"} 0.02881188 node_scrape_collector_duration_seconds{collector="nfs"} 0.00026046 node_scrape_collector_duration_seconds{collector="nfsd"} 4.0105e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000423708 node_scrape_collector_duration_seconds{collector="os"} 9.6562e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 8.6643e-05 node_scrape_collector_duration_seconds{collector="pressure"} 5.0255e-05 node_scrape_collector_duration_seconds{collector="rapl"} 0.028370149 node_scrape_collector_duration_seconds{collector="schedstat"} 0.098109575 node_scrape_collector_duration_seconds{collector="selinux"} 3.3412e-05 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000210907 node_scrape_collector_duration_seconds{collector="softnet"} 0.001268967 node_scrape_collector_duration_seconds{collector="stat"} 0.001476508 node_scrape_collector_duration_seconds{collector="tapestats"} 9.889e-06 node_scrape_collector_duration_seconds{collector="textfile"} 3.6338e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.032496493 node_scrape_collector_duration_seconds{collector="time"} 0.000137929 node_scrape_collector_duration_seconds{collector="timex"} 1.9296e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.028771835 node_scrape_collector_duration_seconds{collector="uname"} 1.8074e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000400634 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000241545 node_scrape_collector_duration_seconds{collector="xfs"} 0.000548823 node_scrape_collector_duration_seconds{collector="zfs"} 3.0859e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 1 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 1 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 1 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 0 node_scrape_collector_success{collector="rapl"} 0 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_config_mode Configured SELinux enforcement mode # TYPE node_selinux_config_mode gauge node_selinux_config_mode -1 # HELP node_selinux_current_mode Current SELinux enforcement mode # TYPE node_selinux_current_mode gauge node_selinux_current_mode 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 1 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 3 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 157 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 6634 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 6334 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 4326 # 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 1.7719296e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 72 # 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 10240 # 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.194304e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7239 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 0 node_softnet_backlog_len{cpu="24"} 0 node_softnet_backlog_len{cpu="25"} 0 node_softnet_backlog_len{cpu="26"} 0 node_softnet_backlog_len{cpu="27"} 0 node_softnet_backlog_len{cpu="28"} 0 node_softnet_backlog_len{cpu="29"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="30"} 0 node_softnet_backlog_len{cpu="31"} 0 node_softnet_backlog_len{cpu="32"} 0 node_softnet_backlog_len{cpu="33"} 0 node_softnet_backlog_len{cpu="34"} 0 node_softnet_backlog_len{cpu="35"} 0 node_softnet_backlog_len{cpu="36"} 0 node_softnet_backlog_len{cpu="37"} 0 node_softnet_backlog_len{cpu="38"} 0 node_softnet_backlog_len{cpu="39"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="40"} 0 node_softnet_backlog_len{cpu="41"} 0 node_softnet_backlog_len{cpu="42"} 0 node_softnet_backlog_len{cpu="43"} 0 node_softnet_backlog_len{cpu="44"} 0 node_softnet_backlog_len{cpu="45"} 0 node_softnet_backlog_len{cpu="46"} 0 node_softnet_backlog_len{cpu="47"} 0 node_softnet_backlog_len{cpu="48"} 0 node_softnet_backlog_len{cpu="49"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="50"} 0 node_softnet_backlog_len{cpu="51"} 0 node_softnet_backlog_len{cpu="52"} 0 node_softnet_backlog_len{cpu="53"} 0 node_softnet_backlog_len{cpu="54"} 0 node_softnet_backlog_len{cpu="55"} 0 node_softnet_backlog_len{cpu="56"} 0 node_softnet_backlog_len{cpu="57"} 0 node_softnet_backlog_len{cpu="58"} 0 node_softnet_backlog_len{cpu="59"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="60"} 0 node_softnet_backlog_len{cpu="61"} 0 node_softnet_backlog_len{cpu="62"} 0 node_softnet_backlog_len{cpu="63"} 0 node_softnet_backlog_len{cpu="64"} 0 node_softnet_backlog_len{cpu="65"} 0 node_softnet_backlog_len{cpu="66"} 0 node_softnet_backlog_len{cpu="67"} 0 node_softnet_backlog_len{cpu="68"} 0 node_softnet_backlog_len{cpu="69"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="70"} 0 node_softnet_backlog_len{cpu="71"} 0 node_softnet_backlog_len{cpu="72"} 0 node_softnet_backlog_len{cpu="73"} 0 node_softnet_backlog_len{cpu="74"} 0 node_softnet_backlog_len{cpu="75"} 0 node_softnet_backlog_len{cpu="76"} 0 node_softnet_backlog_len{cpu="77"} 0 node_softnet_backlog_len{cpu="78"} 0 node_softnet_backlog_len{cpu="79"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="80"} 0 node_softnet_backlog_len{cpu="81"} 0 node_softnet_backlog_len{cpu="82"} 0 node_softnet_backlog_len{cpu="83"} 0 node_softnet_backlog_len{cpu="84"} 0 node_softnet_backlog_len{cpu="85"} 0 node_softnet_backlog_len{cpu="86"} 0 node_softnet_backlog_len{cpu="87"} 0 node_softnet_backlog_len{cpu="88"} 0 node_softnet_backlog_len{cpu="89"} 0 node_softnet_backlog_len{cpu="9"} 0 node_softnet_backlog_len{cpu="90"} 0 node_softnet_backlog_len{cpu="91"} 0 node_softnet_backlog_len{cpu="92"} 0 node_softnet_backlog_len{cpu="93"} 0 node_softnet_backlog_len{cpu="94"} 0 node_softnet_backlog_len{cpu="95"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 0 node_softnet_cpu_collision_total{cpu="24"} 0 node_softnet_cpu_collision_total{cpu="25"} 0 node_softnet_cpu_collision_total{cpu="26"} 0 node_softnet_cpu_collision_total{cpu="27"} 0 node_softnet_cpu_collision_total{cpu="28"} 0 node_softnet_cpu_collision_total{cpu="29"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="30"} 0 node_softnet_cpu_collision_total{cpu="31"} 0 node_softnet_cpu_collision_total{cpu="32"} 0 node_softnet_cpu_collision_total{cpu="33"} 0 node_softnet_cpu_collision_total{cpu="34"} 0 node_softnet_cpu_collision_total{cpu="35"} 0 node_softnet_cpu_collision_total{cpu="36"} 0 node_softnet_cpu_collision_total{cpu="37"} 0 node_softnet_cpu_collision_total{cpu="38"} 0 node_softnet_cpu_collision_total{cpu="39"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="40"} 0 node_softnet_cpu_collision_total{cpu="41"} 0 node_softnet_cpu_collision_total{cpu="42"} 0 node_softnet_cpu_collision_total{cpu="43"} 0 node_softnet_cpu_collision_total{cpu="44"} 0 node_softnet_cpu_collision_total{cpu="45"} 0 node_softnet_cpu_collision_total{cpu="46"} 0 node_softnet_cpu_collision_total{cpu="47"} 0 node_softnet_cpu_collision_total{cpu="48"} 0 node_softnet_cpu_collision_total{cpu="49"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="50"} 0 node_softnet_cpu_collision_total{cpu="51"} 0 node_softnet_cpu_collision_total{cpu="52"} 0 node_softnet_cpu_collision_total{cpu="53"} 0 node_softnet_cpu_collision_total{cpu="54"} 0 node_softnet_cpu_collision_total{cpu="55"} 0 node_softnet_cpu_collision_total{cpu="56"} 0 node_softnet_cpu_collision_total{cpu="57"} 0 node_softnet_cpu_collision_total{cpu="58"} 0 node_softnet_cpu_collision_total{cpu="59"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="60"} 0 node_softnet_cpu_collision_total{cpu="61"} 0 node_softnet_cpu_collision_total{cpu="62"} 0 node_softnet_cpu_collision_total{cpu="63"} 0 node_softnet_cpu_collision_total{cpu="64"} 0 node_softnet_cpu_collision_total{cpu="65"} 0 node_softnet_cpu_collision_total{cpu="66"} 0 node_softnet_cpu_collision_total{cpu="67"} 0 node_softnet_cpu_collision_total{cpu="68"} 0 node_softnet_cpu_collision_total{cpu="69"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="70"} 0 node_softnet_cpu_collision_total{cpu="71"} 0 node_softnet_cpu_collision_total{cpu="72"} 0 node_softnet_cpu_collision_total{cpu="73"} 0 node_softnet_cpu_collision_total{cpu="74"} 0 node_softnet_cpu_collision_total{cpu="75"} 0 node_softnet_cpu_collision_total{cpu="76"} 0 node_softnet_cpu_collision_total{cpu="77"} 0 node_softnet_cpu_collision_total{cpu="78"} 0 node_softnet_cpu_collision_total{cpu="79"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="80"} 0 node_softnet_cpu_collision_total{cpu="81"} 0 node_softnet_cpu_collision_total{cpu="82"} 0 node_softnet_cpu_collision_total{cpu="83"} 0 node_softnet_cpu_collision_total{cpu="84"} 0 node_softnet_cpu_collision_total{cpu="85"} 0 node_softnet_cpu_collision_total{cpu="86"} 0 node_softnet_cpu_collision_total{cpu="87"} 0 node_softnet_cpu_collision_total{cpu="88"} 0 node_softnet_cpu_collision_total{cpu="89"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 node_softnet_cpu_collision_total{cpu="90"} 0 node_softnet_cpu_collision_total{cpu="91"} 0 node_softnet_cpu_collision_total{cpu="92"} 0 node_softnet_cpu_collision_total{cpu="93"} 0 node_softnet_cpu_collision_total{cpu="94"} 0 node_softnet_cpu_collision_total{cpu="95"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="20"} 0 node_softnet_dropped_total{cpu="21"} 0 node_softnet_dropped_total{cpu="22"} 0 node_softnet_dropped_total{cpu="23"} 0 node_softnet_dropped_total{cpu="24"} 0 node_softnet_dropped_total{cpu="25"} 0 node_softnet_dropped_total{cpu="26"} 0 node_softnet_dropped_total{cpu="27"} 0 node_softnet_dropped_total{cpu="28"} 0 node_softnet_dropped_total{cpu="29"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="30"} 0 node_softnet_dropped_total{cpu="31"} 0 node_softnet_dropped_total{cpu="32"} 0 node_softnet_dropped_total{cpu="33"} 0 node_softnet_dropped_total{cpu="34"} 0 node_softnet_dropped_total{cpu="35"} 0 node_softnet_dropped_total{cpu="36"} 0 node_softnet_dropped_total{cpu="37"} 0 node_softnet_dropped_total{cpu="38"} 0 node_softnet_dropped_total{cpu="39"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="40"} 0 node_softnet_dropped_total{cpu="41"} 0 node_softnet_dropped_total{cpu="42"} 0 node_softnet_dropped_total{cpu="43"} 0 node_softnet_dropped_total{cpu="44"} 0 node_softnet_dropped_total{cpu="45"} 0 node_softnet_dropped_total{cpu="46"} 0 node_softnet_dropped_total{cpu="47"} 0 node_softnet_dropped_total{cpu="48"} 0 node_softnet_dropped_total{cpu="49"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="50"} 0 node_softnet_dropped_total{cpu="51"} 0 node_softnet_dropped_total{cpu="52"} 0 node_softnet_dropped_total{cpu="53"} 0 node_softnet_dropped_total{cpu="54"} 0 node_softnet_dropped_total{cpu="55"} 0 node_softnet_dropped_total{cpu="56"} 0 node_softnet_dropped_total{cpu="57"} 0 node_softnet_dropped_total{cpu="58"} 0 node_softnet_dropped_total{cpu="59"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="60"} 0 node_softnet_dropped_total{cpu="61"} 0 node_softnet_dropped_total{cpu="62"} 0 node_softnet_dropped_total{cpu="63"} 0 node_softnet_dropped_total{cpu="64"} 0 node_softnet_dropped_total{cpu="65"} 0 node_softnet_dropped_total{cpu="66"} 0 node_softnet_dropped_total{cpu="67"} 0 node_softnet_dropped_total{cpu="68"} 0 node_softnet_dropped_total{cpu="69"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="70"} 0 node_softnet_dropped_total{cpu="71"} 0 node_softnet_dropped_total{cpu="72"} 0 node_softnet_dropped_total{cpu="73"} 0 node_softnet_dropped_total{cpu="74"} 0 node_softnet_dropped_total{cpu="75"} 0 node_softnet_dropped_total{cpu="76"} 0 node_softnet_dropped_total{cpu="77"} 0 node_softnet_dropped_total{cpu="78"} 0 node_softnet_dropped_total{cpu="79"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="80"} 0 node_softnet_dropped_total{cpu="81"} 0 node_softnet_dropped_total{cpu="82"} 0 node_softnet_dropped_total{cpu="83"} 0 node_softnet_dropped_total{cpu="84"} 0 node_softnet_dropped_total{cpu="85"} 0 node_softnet_dropped_total{cpu="86"} 0 node_softnet_dropped_total{cpu="87"} 0 node_softnet_dropped_total{cpu="88"} 0 node_softnet_dropped_total{cpu="89"} 0 node_softnet_dropped_total{cpu="9"} 0 node_softnet_dropped_total{cpu="90"} 0 node_softnet_dropped_total{cpu="91"} 0 node_softnet_dropped_total{cpu="92"} 0 node_softnet_dropped_total{cpu="93"} 0 node_softnet_dropped_total{cpu="94"} 0 node_softnet_dropped_total{cpu="95"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="20"} 0 node_softnet_flow_limit_count_total{cpu="21"} 0 node_softnet_flow_limit_count_total{cpu="22"} 0 node_softnet_flow_limit_count_total{cpu="23"} 0 node_softnet_flow_limit_count_total{cpu="24"} 0 node_softnet_flow_limit_count_total{cpu="25"} 0 node_softnet_flow_limit_count_total{cpu="26"} 0 node_softnet_flow_limit_count_total{cpu="27"} 0 node_softnet_flow_limit_count_total{cpu="28"} 0 node_softnet_flow_limit_count_total{cpu="29"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="30"} 0 node_softnet_flow_limit_count_total{cpu="31"} 0 node_softnet_flow_limit_count_total{cpu="32"} 0 node_softnet_flow_limit_count_total{cpu="33"} 0 node_softnet_flow_limit_count_total{cpu="34"} 0 node_softnet_flow_limit_count_total{cpu="35"} 0 node_softnet_flow_limit_count_total{cpu="36"} 0 node_softnet_flow_limit_count_total{cpu="37"} 0 node_softnet_flow_limit_count_total{cpu="38"} 0 node_softnet_flow_limit_count_total{cpu="39"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="40"} 0 node_softnet_flow_limit_count_total{cpu="41"} 0 node_softnet_flow_limit_count_total{cpu="42"} 0 node_softnet_flow_limit_count_total{cpu="43"} 0 node_softnet_flow_limit_count_total{cpu="44"} 0 node_softnet_flow_limit_count_total{cpu="45"} 0 node_softnet_flow_limit_count_total{cpu="46"} 0 node_softnet_flow_limit_count_total{cpu="47"} 0 node_softnet_flow_limit_count_total{cpu="48"} 0 node_softnet_flow_limit_count_total{cpu="49"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="50"} 0 node_softnet_flow_limit_count_total{cpu="51"} 0 node_softnet_flow_limit_count_total{cpu="52"} 0 node_softnet_flow_limit_count_total{cpu="53"} 0 node_softnet_flow_limit_count_total{cpu="54"} 0 node_softnet_flow_limit_count_total{cpu="55"} 0 node_softnet_flow_limit_count_total{cpu="56"} 0 node_softnet_flow_limit_count_total{cpu="57"} 0 node_softnet_flow_limit_count_total{cpu="58"} 0 node_softnet_flow_limit_count_total{cpu="59"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="60"} 0 node_softnet_flow_limit_count_total{cpu="61"} 0 node_softnet_flow_limit_count_total{cpu="62"} 0 node_softnet_flow_limit_count_total{cpu="63"} 0 node_softnet_flow_limit_count_total{cpu="64"} 0 node_softnet_flow_limit_count_total{cpu="65"} 0 node_softnet_flow_limit_count_total{cpu="66"} 0 node_softnet_flow_limit_count_total{cpu="67"} 0 node_softnet_flow_limit_count_total{cpu="68"} 0 node_softnet_flow_limit_count_total{cpu="69"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="70"} 0 node_softnet_flow_limit_count_total{cpu="71"} 0 node_softnet_flow_limit_count_total{cpu="72"} 0 node_softnet_flow_limit_count_total{cpu="73"} 0 node_softnet_flow_limit_count_total{cpu="74"} 0 node_softnet_flow_limit_count_total{cpu="75"} 0 node_softnet_flow_limit_count_total{cpu="76"} 0 node_softnet_flow_limit_count_total{cpu="77"} 0 node_softnet_flow_limit_count_total{cpu="78"} 0 node_softnet_flow_limit_count_total{cpu="79"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="80"} 0 node_softnet_flow_limit_count_total{cpu="81"} 0 node_softnet_flow_limit_count_total{cpu="82"} 0 node_softnet_flow_limit_count_total{cpu="83"} 0 node_softnet_flow_limit_count_total{cpu="84"} 0 node_softnet_flow_limit_count_total{cpu="85"} 0 node_softnet_flow_limit_count_total{cpu="86"} 0 node_softnet_flow_limit_count_total{cpu="87"} 0 node_softnet_flow_limit_count_total{cpu="88"} 0 node_softnet_flow_limit_count_total{cpu="89"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 node_softnet_flow_limit_count_total{cpu="90"} 0 node_softnet_flow_limit_count_total{cpu="91"} 0 node_softnet_flow_limit_count_total{cpu="92"} 0 node_softnet_flow_limit_count_total{cpu="93"} 0 node_softnet_flow_limit_count_total{cpu="94"} 0 node_softnet_flow_limit_count_total{cpu="95"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 7.671296e+06 node_softnet_processed_total{cpu="1"} 5.327598e+06 node_softnet_processed_total{cpu="10"} 7.843203e+07 node_softnet_processed_total{cpu="11"} 1.97587782e+08 node_softnet_processed_total{cpu="12"} 2.280639e+06 node_softnet_processed_total{cpu="13"} 2.013594e+06 node_softnet_processed_total{cpu="14"} 1.621269e+06 node_softnet_processed_total{cpu="15"} 2.596458e+06 node_softnet_processed_total{cpu="16"} 2.054427e+06 node_softnet_processed_total{cpu="17"} 1.74034e+06 node_softnet_processed_total{cpu="18"} 7.28085038e+08 node_softnet_processed_total{cpu="19"} 2.118353e+06 node_softnet_processed_total{cpu="2"} 2.592867e+06 node_softnet_processed_total{cpu="20"} 3.081436259e+09 node_softnet_processed_total{cpu="21"} 1.518875112e+09 node_softnet_processed_total{cpu="22"} 2.545195e+06 node_softnet_processed_total{cpu="23"} 2.010699e+06 node_softnet_processed_total{cpu="24"} 1.974002e+06 node_softnet_processed_total{cpu="25"} 1.790809e+06 node_softnet_processed_total{cpu="26"} 1.515175e+06 node_softnet_processed_total{cpu="27"} 1.364009e+06 node_softnet_processed_total{cpu="28"} 1.395315e+06 node_softnet_processed_total{cpu="29"} 1.396054e+06 node_softnet_processed_total{cpu="3"} 1.698397e+06 node_softnet_processed_total{cpu="30"} 1.372493e+06 node_softnet_processed_total{cpu="31"} 1.440175e+06 node_softnet_processed_total{cpu="32"} 1.439986e+06 node_softnet_processed_total{cpu="33"} 1.381097e+06 node_softnet_processed_total{cpu="34"} 1.403512e+06 node_softnet_processed_total{cpu="35"} 1.40804e+06 node_softnet_processed_total{cpu="36"} 1.387536e+06 node_softnet_processed_total{cpu="37"} 1.442298e+06 node_softnet_processed_total{cpu="38"} 1.475441e+06 node_softnet_processed_total{cpu="39"} 1.402568e+06 node_softnet_processed_total{cpu="4"} 1.579708e+06 node_softnet_processed_total{cpu="40"} 1.444183e+06 node_softnet_processed_total{cpu="41"} 1.424502e+06 node_softnet_processed_total{cpu="42"} 1.479404e+06 node_softnet_processed_total{cpu="43"} 1.468817e+06 node_softnet_processed_total{cpu="44"} 1.475212e+06 node_softnet_processed_total{cpu="45"} 1.396371e+06 node_softnet_processed_total{cpu="46"} 1.445103e+06 node_softnet_processed_total{cpu="47"} 1.459915e+06 node_softnet_processed_total{cpu="48"} 1.504346e+06 node_softnet_processed_total{cpu="49"} 1.416271e+06 node_softnet_processed_total{cpu="5"} 2.538956517e+09 node_softnet_processed_total{cpu="50"} 1.261987e+06 node_softnet_processed_total{cpu="51"} 2.293054e+06 node_softnet_processed_total{cpu="52"} 1.832973e+06 node_softnet_processed_total{cpu="53"} 1.520214e+06 node_softnet_processed_total{cpu="54"} 1.125144246e+09 node_softnet_processed_total{cpu="55"} 1.751566e+06 node_softnet_processed_total{cpu="56"} 6.83467233e+08 node_softnet_processed_total{cpu="57"} 1.616159933e+09 node_softnet_processed_total{cpu="58"} 1.399613107e+09 node_softnet_processed_total{cpu="59"} 1.153638329e+09 node_softnet_processed_total{cpu="6"} 1.642521e+06 node_softnet_processed_total{cpu="60"} 1.503155e+06 node_softnet_processed_total{cpu="61"} 2.867207e+07 node_softnet_processed_total{cpu="62"} 2.867090646e+09 node_softnet_processed_total{cpu="63"} 1.686272e+06 node_softnet_processed_total{cpu="64"} 1.122358676e+09 node_softnet_processed_total{cpu="65"} 3.372104775e+09 node_softnet_processed_total{cpu="66"} 2.745453e+06 node_softnet_processed_total{cpu="67"} 1.474909326e+09 node_softnet_processed_total{cpu="68"} 2.392538e+06 node_softnet_processed_total{cpu="69"} 8.2073873e+08 node_softnet_processed_total{cpu="7"} 5.8282841e+07 node_softnet_processed_total{cpu="70"} 2.089891e+06 node_softnet_processed_total{cpu="71"} 2.356513566e+09 node_softnet_processed_total{cpu="72"} 1.322057e+06 node_softnet_processed_total{cpu="73"} 1.256287e+06 node_softnet_processed_total{cpu="74"} 1.488649e+06 node_softnet_processed_total{cpu="75"} 1.357975e+06 node_softnet_processed_total{cpu="76"} 1.372835e+06 node_softnet_processed_total{cpu="77"} 1.384684e+06 node_softnet_processed_total{cpu="78"} 1.398988e+06 node_softnet_processed_total{cpu="79"} 1.42019e+06 node_softnet_processed_total{cpu="8"} 1.524885e+06 node_softnet_processed_total{cpu="80"} 1.424531e+06 node_softnet_processed_total{cpu="81"} 1.408785e+06 node_softnet_processed_total{cpu="82"} 1.553572e+06 node_softnet_processed_total{cpu="83"} 1.417115e+06 node_softnet_processed_total{cpu="84"} 1.544105e+06 node_softnet_processed_total{cpu="85"} 1.413203e+06 node_softnet_processed_total{cpu="86"} 1.422487e+06 node_softnet_processed_total{cpu="87"} 1.397238e+06 node_softnet_processed_total{cpu="88"} 1.408536e+06 node_softnet_processed_total{cpu="89"} 1.409833e+06 node_softnet_processed_total{cpu="9"} 9.496344e+06 node_softnet_processed_total{cpu="90"} 1.466902e+06 node_softnet_processed_total{cpu="91"} 1.415581e+06 node_softnet_processed_total{cpu="92"} 4.092561e+06 node_softnet_processed_total{cpu="93"} 1.415961e+06 node_softnet_processed_total{cpu="94"} 1.413845e+06 node_softnet_processed_total{cpu="95"} 1.421682e+06 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="20"} 0 node_softnet_received_rps_total{cpu="21"} 0 node_softnet_received_rps_total{cpu="22"} 0 node_softnet_received_rps_total{cpu="23"} 0 node_softnet_received_rps_total{cpu="24"} 0 node_softnet_received_rps_total{cpu="25"} 0 node_softnet_received_rps_total{cpu="26"} 0 node_softnet_received_rps_total{cpu="27"} 0 node_softnet_received_rps_total{cpu="28"} 0 node_softnet_received_rps_total{cpu="29"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="30"} 0 node_softnet_received_rps_total{cpu="31"} 0 node_softnet_received_rps_total{cpu="32"} 0 node_softnet_received_rps_total{cpu="33"} 0 node_softnet_received_rps_total{cpu="34"} 0 node_softnet_received_rps_total{cpu="35"} 0 node_softnet_received_rps_total{cpu="36"} 0 node_softnet_received_rps_total{cpu="37"} 0 node_softnet_received_rps_total{cpu="38"} 0 node_softnet_received_rps_total{cpu="39"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="40"} 0 node_softnet_received_rps_total{cpu="41"} 0 node_softnet_received_rps_total{cpu="42"} 0 node_softnet_received_rps_total{cpu="43"} 0 node_softnet_received_rps_total{cpu="44"} 0 node_softnet_received_rps_total{cpu="45"} 0 node_softnet_received_rps_total{cpu="46"} 0 node_softnet_received_rps_total{cpu="47"} 0 node_softnet_received_rps_total{cpu="48"} 0 node_softnet_received_rps_total{cpu="49"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="50"} 0 node_softnet_received_rps_total{cpu="51"} 0 node_softnet_received_rps_total{cpu="52"} 0 node_softnet_received_rps_total{cpu="53"} 0 node_softnet_received_rps_total{cpu="54"} 0 node_softnet_received_rps_total{cpu="55"} 0 node_softnet_received_rps_total{cpu="56"} 0 node_softnet_received_rps_total{cpu="57"} 0 node_softnet_received_rps_total{cpu="58"} 0 node_softnet_received_rps_total{cpu="59"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="60"} 0 node_softnet_received_rps_total{cpu="61"} 0 node_softnet_received_rps_total{cpu="62"} 0 node_softnet_received_rps_total{cpu="63"} 0 node_softnet_received_rps_total{cpu="64"} 0 node_softnet_received_rps_total{cpu="65"} 0 node_softnet_received_rps_total{cpu="66"} 0 node_softnet_received_rps_total{cpu="67"} 0 node_softnet_received_rps_total{cpu="68"} 0 node_softnet_received_rps_total{cpu="69"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="70"} 0 node_softnet_received_rps_total{cpu="71"} 0 node_softnet_received_rps_total{cpu="72"} 0 node_softnet_received_rps_total{cpu="73"} 0 node_softnet_received_rps_total{cpu="74"} 0 node_softnet_received_rps_total{cpu="75"} 0 node_softnet_received_rps_total{cpu="76"} 0 node_softnet_received_rps_total{cpu="77"} 0 node_softnet_received_rps_total{cpu="78"} 0 node_softnet_received_rps_total{cpu="79"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="80"} 0 node_softnet_received_rps_total{cpu="81"} 0 node_softnet_received_rps_total{cpu="82"} 0 node_softnet_received_rps_total{cpu="83"} 0 node_softnet_received_rps_total{cpu="84"} 0 node_softnet_received_rps_total{cpu="85"} 0 node_softnet_received_rps_total{cpu="86"} 0 node_softnet_received_rps_total{cpu="87"} 0 node_softnet_received_rps_total{cpu="88"} 0 node_softnet_received_rps_total{cpu="89"} 0 node_softnet_received_rps_total{cpu="9"} 0 node_softnet_received_rps_total{cpu="90"} 0 node_softnet_received_rps_total{cpu="91"} 0 node_softnet_received_rps_total{cpu="92"} 0 node_softnet_received_rps_total{cpu="93"} 0 node_softnet_received_rps_total{cpu="94"} 0 node_softnet_received_rps_total{cpu="95"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 0 node_softnet_times_squeezed_total{cpu="1"} 0 node_softnet_times_squeezed_total{cpu="10"} 188 node_softnet_times_squeezed_total{cpu="11"} 329 node_softnet_times_squeezed_total{cpu="12"} 0 node_softnet_times_squeezed_total{cpu="13"} 0 node_softnet_times_squeezed_total{cpu="14"} 1 node_softnet_times_squeezed_total{cpu="15"} 0 node_softnet_times_squeezed_total{cpu="16"} 0 node_softnet_times_squeezed_total{cpu="17"} 0 node_softnet_times_squeezed_total{cpu="18"} 1523 node_softnet_times_squeezed_total{cpu="19"} 0 node_softnet_times_squeezed_total{cpu="2"} 0 node_softnet_times_squeezed_total{cpu="20"} 7701 node_softnet_times_squeezed_total{cpu="21"} 7292 node_softnet_times_squeezed_total{cpu="22"} 0 node_softnet_times_squeezed_total{cpu="23"} 0 node_softnet_times_squeezed_total{cpu="24"} 0 node_softnet_times_squeezed_total{cpu="25"} 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"} 0 node_softnet_times_squeezed_total{cpu="32"} 0 node_softnet_times_squeezed_total{cpu="33"} 0 node_softnet_times_squeezed_total{cpu="34"} 0 node_softnet_times_squeezed_total{cpu="35"} 0 node_softnet_times_squeezed_total{cpu="36"} 0 node_softnet_times_squeezed_total{cpu="37"} 0 node_softnet_times_squeezed_total{cpu="38"} 0 node_softnet_times_squeezed_total{cpu="39"} 0 node_softnet_times_squeezed_total{cpu="4"} 0 node_softnet_times_squeezed_total{cpu="40"} 0 node_softnet_times_squeezed_total{cpu="41"} 0 node_softnet_times_squeezed_total{cpu="42"} 0 node_softnet_times_squeezed_total{cpu="43"} 0 node_softnet_times_squeezed_total{cpu="44"} 0 node_softnet_times_squeezed_total{cpu="45"} 0 node_softnet_times_squeezed_total{cpu="46"} 0 node_softnet_times_squeezed_total{cpu="47"} 0 node_softnet_times_squeezed_total{cpu="48"} 0 node_softnet_times_squeezed_total{cpu="49"} 0 node_softnet_times_squeezed_total{cpu="5"} 6440 node_softnet_times_squeezed_total{cpu="50"} 0 node_softnet_times_squeezed_total{cpu="51"} 0 node_softnet_times_squeezed_total{cpu="52"} 0 node_softnet_times_squeezed_total{cpu="53"} 0 node_softnet_times_squeezed_total{cpu="54"} 2602 node_softnet_times_squeezed_total{cpu="55"} 0 node_softnet_times_squeezed_total{cpu="56"} 1398 node_softnet_times_squeezed_total{cpu="57"} 5850 node_softnet_times_squeezed_total{cpu="58"} 3777 node_softnet_times_squeezed_total{cpu="59"} 6866 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="60"} 0 node_softnet_times_squeezed_total{cpu="61"} 20 node_softnet_times_squeezed_total{cpu="62"} 4121 node_softnet_times_squeezed_total{cpu="63"} 0 node_softnet_times_squeezed_total{cpu="64"} 2218 node_softnet_times_squeezed_total{cpu="65"} 9938 node_softnet_times_squeezed_total{cpu="66"} 0 node_softnet_times_squeezed_total{cpu="67"} 4910 node_softnet_times_squeezed_total{cpu="68"} 0 node_softnet_times_squeezed_total{cpu="69"} 3984 node_softnet_times_squeezed_total{cpu="7"} 148 node_softnet_times_squeezed_total{cpu="70"} 1 node_softnet_times_squeezed_total{cpu="71"} 2231 node_softnet_times_squeezed_total{cpu="72"} 0 node_softnet_times_squeezed_total{cpu="73"} 0 node_softnet_times_squeezed_total{cpu="74"} 0 node_softnet_times_squeezed_total{cpu="75"} 0 node_softnet_times_squeezed_total{cpu="76"} 0 node_softnet_times_squeezed_total{cpu="77"} 0 node_softnet_times_squeezed_total{cpu="78"} 0 node_softnet_times_squeezed_total{cpu="79"} 0 node_softnet_times_squeezed_total{cpu="8"} 0 node_softnet_times_squeezed_total{cpu="80"} 0 node_softnet_times_squeezed_total{cpu="81"} 0 node_softnet_times_squeezed_total{cpu="82"} 0 node_softnet_times_squeezed_total{cpu="83"} 0 node_softnet_times_squeezed_total{cpu="84"} 0 node_softnet_times_squeezed_total{cpu="85"} 0 node_softnet_times_squeezed_total{cpu="86"} 0 node_softnet_times_squeezed_total{cpu="87"} 0 node_softnet_times_squeezed_total{cpu="88"} 0 node_softnet_times_squeezed_total{cpu="89"} 0 node_softnet_times_squeezed_total{cpu="9"} 2 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.7736071832468507e+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 3.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.0000076479492188 # 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.106195 # 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-611.13.1.el9_7.x86_64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Thu Dec 11 04:57:59 EST 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 2 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 7.8871509761e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 265708 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.15676932227e+11 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.50198949663e+11 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP node_watchdog_bootstatus Value of /sys/class/watchdog//bootstatus # TYPE node_watchdog_bootstatus gauge node_watchdog_bootstatus{name="watchdog0"} 0 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="SP5100 TCO timer",name="watchdog0",options="",pretimeout_governor="",state="inactive",status="0x0"} 1 # HELP node_watchdog_nowayout Value of /sys/class/watchdog//nowayout # TYPE node_watchdog_nowayout gauge node_watchdog_nowayout{name="watchdog0"} 0 # HELP node_watchdog_timeleft_seconds Value of /sys/class/watchdog//timeleft # TYPE node_watchdog_timeleft_seconds gauge node_watchdog_timeleft_seconds{name="watchdog0"} 0 # HELP node_watchdog_timeout_seconds Value of /sys/class/watchdog//timeout # TYPE node_watchdog_timeout_seconds gauge node_watchdog_timeout_seconds{name="watchdog0"} 60 # HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="nvme0n1"} 0 # HELP node_xfs_allocation_btree_lookups_total Number of allocation B-tree lookups for a filesystem. # TYPE node_xfs_allocation_btree_lookups_total counter node_xfs_allocation_btree_lookups_total{device="nvme0n1"} 0 # HELP node_xfs_allocation_btree_records_deleted_total Number of allocation B-tree records deleted for a filesystem. # TYPE node_xfs_allocation_btree_records_deleted_total counter node_xfs_allocation_btree_records_deleted_total{device="nvme0n1"} 0 # HELP node_xfs_allocation_btree_records_inserted_total Number of allocation B-tree records inserted for a filesystem. # TYPE node_xfs_allocation_btree_records_inserted_total counter node_xfs_allocation_btree_records_inserted_total{device="nvme0n1"} 0 # HELP node_xfs_block_map_btree_compares_total Number of block map B-tree compares for a filesystem. # TYPE node_xfs_block_map_btree_compares_total counter node_xfs_block_map_btree_compares_total{device="nvme0n1"} 0 # HELP node_xfs_block_map_btree_lookups_total Number of block map B-tree lookups for a filesystem. # TYPE node_xfs_block_map_btree_lookups_total counter node_xfs_block_map_btree_lookups_total{device="nvme0n1"} 0 # HELP node_xfs_block_map_btree_records_deleted_total Number of block map B-tree records deleted for a filesystem. # TYPE node_xfs_block_map_btree_records_deleted_total counter node_xfs_block_map_btree_records_deleted_total{device="nvme0n1"} 0 # HELP node_xfs_block_map_btree_records_inserted_total Number of block map B-tree records inserted for a filesystem. # TYPE node_xfs_block_map_btree_records_inserted_total counter node_xfs_block_map_btree_records_inserted_total{device="nvme0n1"} 0 # HELP node_xfs_block_mapping_extent_list_compares_total Number of extent list compares for a filesystem. # TYPE node_xfs_block_mapping_extent_list_compares_total counter node_xfs_block_mapping_extent_list_compares_total{device="nvme0n1"} 0 # HELP node_xfs_block_mapping_extent_list_deletions_total Number of extent list deletions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_deletions_total counter node_xfs_block_mapping_extent_list_deletions_total{device="nvme0n1"} 55149 # HELP node_xfs_block_mapping_extent_list_insertions_total Number of extent list insertions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_insertions_total counter node_xfs_block_mapping_extent_list_insertions_total{device="nvme0n1"} 48041 # HELP node_xfs_block_mapping_extent_list_lookups_total Number of extent list lookups for a filesystem. # TYPE node_xfs_block_mapping_extent_list_lookups_total counter node_xfs_block_mapping_extent_list_lookups_total{device="nvme0n1"} 9.533686e+06 # HELP node_xfs_block_mapping_reads_total Number of block map for read operations for a filesystem. # TYPE node_xfs_block_mapping_reads_total counter node_xfs_block_mapping_reads_total{device="nvme0n1"} 3.182934e+06 # HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem. # TYPE node_xfs_block_mapping_unmaps_total counter node_xfs_block_mapping_unmaps_total{device="nvme0n1"} 74459 # HELP node_xfs_block_mapping_writes_total Number of block map for write operations for a filesystem. # TYPE node_xfs_block_mapping_writes_total counter node_xfs_block_mapping_writes_total{device="nvme0n1"} 6.070968e+06 # HELP node_xfs_directory_operation_create_total Number of times a new directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_create_total counter node_xfs_directory_operation_create_total{device="nvme0n1"} 742945 # HELP node_xfs_directory_operation_getdents_total Number of times the directory getdents operation was performed for a filesystem. # TYPE node_xfs_directory_operation_getdents_total counter node_xfs_directory_operation_getdents_total{device="nvme0n1"} 79322 # HELP node_xfs_directory_operation_lookup_total Number of file name directory lookups which miss the operating systems directory name lookup cache. # TYPE node_xfs_directory_operation_lookup_total counter node_xfs_directory_operation_lookup_total{device="nvme0n1"} 99024 # HELP node_xfs_directory_operation_remove_total Number of times an existing directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_remove_total counter node_xfs_directory_operation_remove_total{device="nvme0n1"} 766803 # HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem. # TYPE node_xfs_extent_allocation_blocks_allocated_total counter node_xfs_extent_allocation_blocks_allocated_total{device="nvme0n1"} 2.935517e+06 # HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem. # TYPE node_xfs_extent_allocation_blocks_freed_total counter node_xfs_extent_allocation_blocks_freed_total{device="nvme0n1"} 6.621534e+06 # HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem. # TYPE node_xfs_extent_allocation_extents_allocated_total counter node_xfs_extent_allocation_extents_allocated_total{device="nvme0n1"} 24035 # HELP node_xfs_extent_allocation_extents_freed_total Number of extents freed for a filesystem. # TYPE node_xfs_extent_allocation_extents_freed_total counter node_xfs_extent_allocation_extents_freed_total{device="nvme0n1"} 48503 # HELP node_xfs_inode_operation_attempts_total Number of times the OS looked for an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_attempts_total counter node_xfs_inode_operation_attempts_total{device="nvme0n1"} 789068 # HELP node_xfs_inode_operation_attribute_changes_total Number of times the OS explicitly changed the attributes of an XFS inode. # TYPE node_xfs_inode_operation_attribute_changes_total counter node_xfs_inode_operation_attribute_changes_total{device="nvme0n1"} 7947 # HELP node_xfs_inode_operation_duplicates_total Number of times the OS tried to add a missing XFS inode to the inode cache, but found it had already been added by another process. # TYPE node_xfs_inode_operation_duplicates_total counter node_xfs_inode_operation_duplicates_total{device="nvme0n1"} 0 # HELP node_xfs_inode_operation_found_total Number of times the OS looked for and found an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_found_total counter node_xfs_inode_operation_found_total{device="nvme0n1"} 369281 # HELP node_xfs_inode_operation_missed_total Number of times the OS looked for an XFS inode in the cache, but did not find it. # TYPE node_xfs_inode_operation_missed_total counter node_xfs_inode_operation_missed_total{device="nvme0n1"} 419787 # HELP node_xfs_inode_operation_reclaims_total Number of times the OS reclaimed an XFS inode from the inode cache to free memory for another purpose. # TYPE node_xfs_inode_operation_reclaims_total counter node_xfs_inode_operation_reclaims_total{device="nvme0n1"} 384469 # HELP node_xfs_inode_operation_recycled_total Number of times the OS found an XFS inode in the cache, but could not use it as it was being recycled. # TYPE node_xfs_inode_operation_recycled_total counter node_xfs_inode_operation_recycled_total{device="nvme0n1"} 0 # HELP node_xfs_read_calls_total Number of read(2) system calls made to files in a filesystem. # TYPE node_xfs_read_calls_total counter node_xfs_read_calls_total{device="nvme0n1"} 6.737369e+06 # HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem. # TYPE node_xfs_vnode_active_total counter node_xfs_vnode_active_total{device="nvme0n1"} 35318 # HELP node_xfs_vnode_allocate_total Number of times vn_alloc called for a filesystem. # TYPE node_xfs_vnode_allocate_total counter node_xfs_vnode_allocate_total{device="nvme0n1"} 0 # HELP node_xfs_vnode_get_total Number of times vn_get called for a filesystem. # TYPE node_xfs_vnode_get_total counter node_xfs_vnode_get_total{device="nvme0n1"} 0 # HELP node_xfs_vnode_hold_total Number of times vn_hold called for a filesystem. # TYPE node_xfs_vnode_hold_total counter node_xfs_vnode_hold_total{device="nvme0n1"} 0 # HELP node_xfs_vnode_reclaim_total Number of times vn_reclaim called for a filesystem. # TYPE node_xfs_vnode_reclaim_total counter node_xfs_vnode_reclaim_total{device="nvme0n1"} 751958 # HELP node_xfs_vnode_release_total Number of times vn_rele called for a filesystem. # TYPE node_xfs_vnode_release_total counter node_xfs_vnode_release_total{device="nvme0n1"} 751958 # HELP node_xfs_vnode_remove_total Number of times vn_remove called for a filesystem. # TYPE node_xfs_vnode_remove_total counter node_xfs_vnode_remove_total{device="nvme0n1"} 751958 # HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem. # TYPE node_xfs_write_calls_total counter node_xfs_write_calls_total{device="nvme0n1"} 6.012204e+06 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 8741.46 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524288 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.54398780353985e+14 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 8.7279198547611e+13 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.0223616e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.77134652398e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273151488e+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"} 5617 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"} 75463 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0