# 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.888e-06 go_gc_duration_seconds{quantile="0.25"} 1.6612e-05 go_gc_duration_seconds{quantile="0.5"} 2.5999e-05 go_gc_duration_seconds{quantile="0.75"} 3.9193e-05 go_gc_duration_seconds{quantile="1"} 0.000100499 go_gc_duration_seconds_sum 15.230272963 go_gc_duration_seconds_count 415130 # 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 9 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 7.246096e+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.379458661224e+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.440776e+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 1.0573208703e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.598792e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 7.246096e+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.523712e+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.994816e+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 57789 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 1.3246464e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 2.4231936e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7865707992256382e+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 1.0573266492e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 124800 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 121760 # 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 293760 # 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.0393032e+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 723448 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 917504 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 917504 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 3.2331016e+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 11 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cali066433ba2a4"} 1 node_arp_entries{device="cali218ae4a84f0"} 1 node_arp_entries{device="cali22a8cbc8d2d"} 1 node_arp_entries{device="cali3312436547e"} 1 node_arp_entries{device="cali5d2fae550b5"} 1 node_arp_entries{device="cali77abf37ce2f"} 1 node_arp_entries{device="eno33np0.3604"} 144 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.784057645e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.1903956748e+11 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="32",type="Processor"} 0 node_cooling_device_cur_state{name="33",type="Processor"} 0 node_cooling_device_cur_state{name="34",type="Processor"} 0 node_cooling_device_cur_state{name="35",type="Processor"} 0 node_cooling_device_cur_state{name="36",type="Processor"} 0 node_cooling_device_cur_state{name="37",type="Processor"} 0 node_cooling_device_cur_state{name="38",type="Processor"} 0 node_cooling_device_cur_state{name="39",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="40",type="Processor"} 0 node_cooling_device_cur_state{name="41",type="Processor"} 0 node_cooling_device_cur_state{name="42",type="Processor"} 0 node_cooling_device_cur_state{name="43",type="Processor"} 0 node_cooling_device_cur_state{name="44",type="Processor"} 0 node_cooling_device_cur_state{name="45",type="Processor"} 0 node_cooling_device_cur_state{name="46",type="Processor"} 0 node_cooling_device_cur_state{name="47",type="Processor"} 0 node_cooling_device_cur_state{name="48",type="Processor"} 0 node_cooling_device_cur_state{name="49",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="50",type="Processor"} 0 node_cooling_device_cur_state{name="51",type="Processor"} 0 node_cooling_device_cur_state{name="52",type="Processor"} 0 node_cooling_device_cur_state{name="53",type="Processor"} 0 node_cooling_device_cur_state{name="54",type="Processor"} 0 node_cooling_device_cur_state{name="55",type="Processor"} 0 node_cooling_device_cur_state{name="56",type="Processor"} 0 node_cooling_device_cur_state{name="57",type="Processor"} 0 node_cooling_device_cur_state{name="58",type="Processor"} 0 node_cooling_device_cur_state{name="59",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="60",type="Processor"} 0 node_cooling_device_cur_state{name="61",type="Processor"} 0 node_cooling_device_cur_state{name="62",type="Processor"} 0 node_cooling_device_cur_state{name="63",type="Processor"} 0 node_cooling_device_cur_state{name="64",type="Processor"} 0 node_cooling_device_cur_state{name="65",type="Processor"} 0 node_cooling_device_cur_state{name="66",type="Processor"} 0 node_cooling_device_cur_state{name="67",type="Processor"} 0 node_cooling_device_cur_state{name="68",type="Processor"} 0 node_cooling_device_cur_state{name="69",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="70",type="Processor"} 0 node_cooling_device_cur_state{name="71",type="Processor"} 0 node_cooling_device_cur_state{name="72",type="Processor"} 0 node_cooling_device_cur_state{name="73",type="Processor"} 0 node_cooling_device_cur_state{name="74",type="Processor"} 0 node_cooling_device_cur_state{name="75",type="Processor"} 0 node_cooling_device_cur_state{name="76",type="Processor"} 0 node_cooling_device_cur_state{name="77",type="Processor"} 0 node_cooling_device_cur_state{name="78",type="Processor"} 0 node_cooling_device_cur_state{name="79",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="80",type="Processor"} 0 node_cooling_device_cur_state{name="81",type="Processor"} 0 node_cooling_device_cur_state{name="82",type="Processor"} 0 node_cooling_device_cur_state{name="83",type="Processor"} 0 node_cooling_device_cur_state{name="84",type="Processor"} 0 node_cooling_device_cur_state{name="85",type="Processor"} 0 node_cooling_device_cur_state{name="86",type="Processor"} 0 node_cooling_device_cur_state{name="87",type="Processor"} 0 node_cooling_device_cur_state{name="88",type="Processor"} 0 node_cooling_device_cur_state{name="89",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 node_cooling_device_cur_state{name="90",type="Processor"} 0 node_cooling_device_cur_state{name="91",type="Processor"} 0 node_cooling_device_cur_state{name="92",type="Processor"} 0 node_cooling_device_cur_state{name="93",type="Processor"} 0 node_cooling_device_cur_state{name="94",type="Processor"} 0 node_cooling_device_cur_state{name="95",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",type="Processor"} 0 node_cooling_device_max_state{name="16",type="Processor"} 0 node_cooling_device_max_state{name="17",type="Processor"} 0 node_cooling_device_max_state{name="18",type="Processor"} 0 node_cooling_device_max_state{name="19",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="20",type="Processor"} 0 node_cooling_device_max_state{name="21",type="Processor"} 0 node_cooling_device_max_state{name="22",type="Processor"} 0 node_cooling_device_max_state{name="23",type="Processor"} 0 node_cooling_device_max_state{name="24",type="Processor"} 0 node_cooling_device_max_state{name="25",type="Processor"} 0 node_cooling_device_max_state{name="26",type="Processor"} 0 node_cooling_device_max_state{name="27",type="Processor"} 0 node_cooling_device_max_state{name="28",type="Processor"} 0 node_cooling_device_max_state{name="29",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="30",type="Processor"} 0 node_cooling_device_max_state{name="31",type="Processor"} 0 node_cooling_device_max_state{name="32",type="Processor"} 0 node_cooling_device_max_state{name="33",type="Processor"} 0 node_cooling_device_max_state{name="34",type="Processor"} 0 node_cooling_device_max_state{name="35",type="Processor"} 0 node_cooling_device_max_state{name="36",type="Processor"} 0 node_cooling_device_max_state{name="37",type="Processor"} 0 node_cooling_device_max_state{name="38",type="Processor"} 0 node_cooling_device_max_state{name="39",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="40",type="Processor"} 0 node_cooling_device_max_state{name="41",type="Processor"} 0 node_cooling_device_max_state{name="42",type="Processor"} 0 node_cooling_device_max_state{name="43",type="Processor"} 0 node_cooling_device_max_state{name="44",type="Processor"} 0 node_cooling_device_max_state{name="45",type="Processor"} 0 node_cooling_device_max_state{name="46",type="Processor"} 0 node_cooling_device_max_state{name="47",type="Processor"} 0 node_cooling_device_max_state{name="48",type="Processor"} 0 node_cooling_device_max_state{name="49",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="50",type="Processor"} 0 node_cooling_device_max_state{name="51",type="Processor"} 0 node_cooling_device_max_state{name="52",type="Processor"} 0 node_cooling_device_max_state{name="53",type="Processor"} 0 node_cooling_device_max_state{name="54",type="Processor"} 0 node_cooling_device_max_state{name="55",type="Processor"} 0 node_cooling_device_max_state{name="56",type="Processor"} 0 node_cooling_device_max_state{name="57",type="Processor"} 0 node_cooling_device_max_state{name="58",type="Processor"} 0 node_cooling_device_max_state{name="59",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="60",type="Processor"} 0 node_cooling_device_max_state{name="61",type="Processor"} 0 node_cooling_device_max_state{name="62",type="Processor"} 0 node_cooling_device_max_state{name="63",type="Processor"} 0 node_cooling_device_max_state{name="64",type="Processor"} 0 node_cooling_device_max_state{name="65",type="Processor"} 0 node_cooling_device_max_state{name="66",type="Processor"} 0 node_cooling_device_max_state{name="67",type="Processor"} 0 node_cooling_device_max_state{name="68",type="Processor"} 0 node_cooling_device_max_state{name="69",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="70",type="Processor"} 0 node_cooling_device_max_state{name="71",type="Processor"} 0 node_cooling_device_max_state{name="72",type="Processor"} 0 node_cooling_device_max_state{name="73",type="Processor"} 0 node_cooling_device_max_state{name="74",type="Processor"} 0 node_cooling_device_max_state{name="75",type="Processor"} 0 node_cooling_device_max_state{name="76",type="Processor"} 0 node_cooling_device_max_state{name="77",type="Processor"} 0 node_cooling_device_max_state{name="78",type="Processor"} 0 node_cooling_device_max_state{name="79",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="80",type="Processor"} 0 node_cooling_device_max_state{name="81",type="Processor"} 0 node_cooling_device_max_state{name="82",type="Processor"} 0 node_cooling_device_max_state{name="83",type="Processor"} 0 node_cooling_device_max_state{name="84",type="Processor"} 0 node_cooling_device_max_state{name="85",type="Processor"} 0 node_cooling_device_max_state{name="86",type="Processor"} 0 node_cooling_device_max_state{name="87",type="Processor"} 0 node_cooling_device_max_state{name="88",type="Processor"} 0 node_cooling_device_max_state{name="89",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 node_cooling_device_max_state{name="90",type="Processor"} 0 node_cooling_device_max_state{name="91",type="Processor"} 0 node_cooling_device_max_state{name="92",type="Processor"} 0 node_cooling_device_max_state{name="93",type="Processor"} 0 node_cooling_device_max_state{name="94",type="Processor"} 0 node_cooling_device_max_state{name="95",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 0 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 0 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",mode="user"} 0 node_cpu_guest_seconds_total{cpu="16",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="16",mode="user"} 0 node_cpu_guest_seconds_total{cpu="17",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="17",mode="user"} 0 node_cpu_guest_seconds_total{cpu="18",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="18",mode="user"} 0 node_cpu_guest_seconds_total{cpu="19",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="19",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="20",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="20",mode="user"} 0 node_cpu_guest_seconds_total{cpu="21",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="21",mode="user"} 0 node_cpu_guest_seconds_total{cpu="22",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="22",mode="user"} 0 node_cpu_guest_seconds_total{cpu="23",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="23",mode="user"} 0 node_cpu_guest_seconds_total{cpu="24",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="24",mode="user"} 0 node_cpu_guest_seconds_total{cpu="25",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="25",mode="user"} 0 node_cpu_guest_seconds_total{cpu="26",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="26",mode="user"} 0 node_cpu_guest_seconds_total{cpu="27",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="27",mode="user"} 0 node_cpu_guest_seconds_total{cpu="28",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="28",mode="user"} 0 node_cpu_guest_seconds_total{cpu="29",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="29",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="30",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="30",mode="user"} 0 node_cpu_guest_seconds_total{cpu="31",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="31",mode="user"} 0 node_cpu_guest_seconds_total{cpu="32",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="32",mode="user"} 0 node_cpu_guest_seconds_total{cpu="33",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="33",mode="user"} 0 node_cpu_guest_seconds_total{cpu="34",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="34",mode="user"} 0 node_cpu_guest_seconds_total{cpu="35",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="35",mode="user"} 0 node_cpu_guest_seconds_total{cpu="36",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="36",mode="user"} 0 node_cpu_guest_seconds_total{cpu="37",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="37",mode="user"} 0 node_cpu_guest_seconds_total{cpu="38",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="38",mode="user"} 0 node_cpu_guest_seconds_total{cpu="39",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="39",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="40",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="40",mode="user"} 0 node_cpu_guest_seconds_total{cpu="41",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="41",mode="user"} 0 node_cpu_guest_seconds_total{cpu="42",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="42",mode="user"} 0 node_cpu_guest_seconds_total{cpu="43",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="43",mode="user"} 0 node_cpu_guest_seconds_total{cpu="44",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="44",mode="user"} 0 node_cpu_guest_seconds_total{cpu="45",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="45",mode="user"} 0 node_cpu_guest_seconds_total{cpu="46",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="46",mode="user"} 0 node_cpu_guest_seconds_total{cpu="47",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="47",mode="user"} 0 node_cpu_guest_seconds_total{cpu="48",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="48",mode="user"} 0 node_cpu_guest_seconds_total{cpu="49",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="49",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="50",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="50",mode="user"} 0 node_cpu_guest_seconds_total{cpu="51",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="51",mode="user"} 0 node_cpu_guest_seconds_total{cpu="52",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="52",mode="user"} 0 node_cpu_guest_seconds_total{cpu="53",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="53",mode="user"} 0 node_cpu_guest_seconds_total{cpu="54",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="54",mode="user"} 0 node_cpu_guest_seconds_total{cpu="55",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="55",mode="user"} 0 node_cpu_guest_seconds_total{cpu="56",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="56",mode="user"} 0 node_cpu_guest_seconds_total{cpu="57",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="57",mode="user"} 0 node_cpu_guest_seconds_total{cpu="58",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="58",mode="user"} 0 node_cpu_guest_seconds_total{cpu="59",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="59",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="60",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="60",mode="user"} 0 node_cpu_guest_seconds_total{cpu="61",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="61",mode="user"} 0 node_cpu_guest_seconds_total{cpu="62",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="62",mode="user"} 0 node_cpu_guest_seconds_total{cpu="63",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="63",mode="user"} 0 node_cpu_guest_seconds_total{cpu="64",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="64",mode="user"} 0 node_cpu_guest_seconds_total{cpu="65",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="65",mode="user"} 0 node_cpu_guest_seconds_total{cpu="66",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="66",mode="user"} 0 node_cpu_guest_seconds_total{cpu="67",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="67",mode="user"} 0 node_cpu_guest_seconds_total{cpu="68",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="68",mode="user"} 0 node_cpu_guest_seconds_total{cpu="69",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="69",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="70",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="70",mode="user"} 0 node_cpu_guest_seconds_total{cpu="71",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="71",mode="user"} 0 node_cpu_guest_seconds_total{cpu="72",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="72",mode="user"} 0 node_cpu_guest_seconds_total{cpu="73",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="73",mode="user"} 0 node_cpu_guest_seconds_total{cpu="74",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="74",mode="user"} 0 node_cpu_guest_seconds_total{cpu="75",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="75",mode="user"} 0 node_cpu_guest_seconds_total{cpu="76",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="76",mode="user"} 0 node_cpu_guest_seconds_total{cpu="77",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="77",mode="user"} 0 node_cpu_guest_seconds_total{cpu="78",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="78",mode="user"} 0 node_cpu_guest_seconds_total{cpu="79",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="79",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="80",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="80",mode="user"} 0 node_cpu_guest_seconds_total{cpu="81",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="81",mode="user"} 0 node_cpu_guest_seconds_total{cpu="82",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="82",mode="user"} 0 node_cpu_guest_seconds_total{cpu="83",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="83",mode="user"} 0 node_cpu_guest_seconds_total{cpu="84",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="84",mode="user"} 0 node_cpu_guest_seconds_total{cpu="85",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="85",mode="user"} 0 node_cpu_guest_seconds_total{cpu="86",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="86",mode="user"} 0 node_cpu_guest_seconds_total{cpu="87",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="87",mode="user"} 0 node_cpu_guest_seconds_total{cpu="88",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="88",mode="user"} 0 node_cpu_guest_seconds_total{cpu="89",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="89",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 node_cpu_guest_seconds_total{cpu="90",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="90",mode="user"} 0 node_cpu_guest_seconds_total{cpu="91",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="91",mode="user"} 0 node_cpu_guest_seconds_total{cpu="92",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="92",mode="user"} 0 node_cpu_guest_seconds_total{cpu="93",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="93",mode="user"} 0 node_cpu_guest_seconds_total{cpu="94",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="94",mode="user"} 0 node_cpu_guest_seconds_total{cpu="95",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="95",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 2.12148046e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 8497 node_cpu_seconds_total{cpu="0",mode="irq"} 4636.22 node_cpu_seconds_total{cpu="0",mode="nice"} 46165.75 node_cpu_seconds_total{cpu="0",mode="softirq"} 210982.04 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 28964.7 node_cpu_seconds_total{cpu="0",mode="user"} 69575.45 node_cpu_seconds_total{cpu="1",mode="idle"} 2.14583192e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 17206.89 node_cpu_seconds_total{cpu="1",mode="irq"} 15400.24 node_cpu_seconds_total{cpu="1",mode="nice"} 105672.13 node_cpu_seconds_total{cpu="1",mode="softirq"} 24776.87 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 29574.62 node_cpu_seconds_total{cpu="1",mode="user"} 166658.07 node_cpu_seconds_total{cpu="10",mode="idle"} 2.09843361e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 16734.18 node_cpu_seconds_total{cpu="10",mode="irq"} 5855.78 node_cpu_seconds_total{cpu="10",mode="nice"} 142561.37 node_cpu_seconds_total{cpu="10",mode="softirq"} 1799.93 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 28795.21 node_cpu_seconds_total{cpu="10",mode="user"} 214051.01 node_cpu_seconds_total{cpu="11",mode="idle"} 2.14902976e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 15412.03 node_cpu_seconds_total{cpu="11",mode="irq"} 6286.85 node_cpu_seconds_total{cpu="11",mode="nice"} 104969.93 node_cpu_seconds_total{cpu="11",mode="softirq"} 12368.08 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 33135.36 node_cpu_seconds_total{cpu="11",mode="user"} 186196.03 node_cpu_seconds_total{cpu="12",mode="idle"} 2.02927621e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 15103.67 node_cpu_seconds_total{cpu="12",mode="irq"} 6307.39 node_cpu_seconds_total{cpu="12",mode="nice"} 177685.03 node_cpu_seconds_total{cpu="12",mode="softirq"} 1963.71 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 30089.48 node_cpu_seconds_total{cpu="12",mode="user"} 247918.02 node_cpu_seconds_total{cpu="13",mode="idle"} 2.11124019e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 16641.52 node_cpu_seconds_total{cpu="13",mode="irq"} 5803.38 node_cpu_seconds_total{cpu="13",mode="nice"} 143946.28 node_cpu_seconds_total{cpu="13",mode="softirq"} 1607 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 28429.89 node_cpu_seconds_total{cpu="13",mode="user"} 200476.63 node_cpu_seconds_total{cpu="14",mode="idle"} 2.13674818e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 15789.94 node_cpu_seconds_total{cpu="14",mode="irq"} 6009.63 node_cpu_seconds_total{cpu="14",mode="nice"} 131287.03 node_cpu_seconds_total{cpu="14",mode="softirq"} 7643.31 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 32219.63 node_cpu_seconds_total{cpu="14",mode="user"} 178194.62 node_cpu_seconds_total{cpu="15",mode="idle"} 2.06369964e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 21932.21 node_cpu_seconds_total{cpu="15",mode="irq"} 6100.94 node_cpu_seconds_total{cpu="15",mode="nice"} 165989.83 node_cpu_seconds_total{cpu="15",mode="softirq"} 2302.18 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 30718.79 node_cpu_seconds_total{cpu="15",mode="user"} 217269.42 node_cpu_seconds_total{cpu="16",mode="idle"} 2.04792559e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 90270.95 node_cpu_seconds_total{cpu="16",mode="irq"} 5797.37 node_cpu_seconds_total{cpu="16",mode="nice"} 133749.09 node_cpu_seconds_total{cpu="16",mode="softirq"} 1821.48 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 29158.43 node_cpu_seconds_total{cpu="16",mode="user"} 199274.79 node_cpu_seconds_total{cpu="17",mode="idle"} 2.13286983e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 16669.69 node_cpu_seconds_total{cpu="17",mode="irq"} 5561.17 node_cpu_seconds_total{cpu="17",mode="nice"} 129243.86 node_cpu_seconds_total{cpu="17",mode="softirq"} 1715.87 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 27909.71 node_cpu_seconds_total{cpu="17",mode="user"} 194186.43 node_cpu_seconds_total{cpu="18",mode="idle"} 2.04478727e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 16258.68 node_cpu_seconds_total{cpu="18",mode="irq"} 6189.19 node_cpu_seconds_total{cpu="18",mode="nice"} 171395.48 node_cpu_seconds_total{cpu="18",mode="softirq"} 1961.64 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 29924.95 node_cpu_seconds_total{cpu="18",mode="user"} 237530.56 node_cpu_seconds_total{cpu="19",mode="idle"} 2.1447114e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 20258.21 node_cpu_seconds_total{cpu="19",mode="irq"} 5568.1 node_cpu_seconds_total{cpu="19",mode="nice"} 125688.19 node_cpu_seconds_total{cpu="19",mode="softirq"} 2237.28 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 29181.31 node_cpu_seconds_total{cpu="19",mode="user"} 179950.15 node_cpu_seconds_total{cpu="2",mode="idle"} 2.20594497e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 15241.25 node_cpu_seconds_total{cpu="2",mode="irq"} 5279.23 node_cpu_seconds_total{cpu="2",mode="nice"} 103880.83 node_cpu_seconds_total{cpu="2",mode="softirq"} 11325.32 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 29830.9 node_cpu_seconds_total{cpu="2",mode="user"} 135012.89 node_cpu_seconds_total{cpu="20",mode="idle"} 2.16177888e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 13964.06 node_cpu_seconds_total{cpu="20",mode="irq"} 6382.35 node_cpu_seconds_total{cpu="20",mode="nice"} 97563.56 node_cpu_seconds_total{cpu="20",mode="softirq"} 16386.01 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 35553.61 node_cpu_seconds_total{cpu="20",mode="user"} 175468.77 node_cpu_seconds_total{cpu="21",mode="idle"} 2.04096887e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 15838.09 node_cpu_seconds_total{cpu="21",mode="irq"} 6261.19 node_cpu_seconds_total{cpu="21",mode="nice"} 164999.43 node_cpu_seconds_total{cpu="21",mode="softirq"} 1903.87 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 31671.13 node_cpu_seconds_total{cpu="21",mode="user"} 246487.99 node_cpu_seconds_total{cpu="22",mode="idle"} 2.03970522e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 90063.2 node_cpu_seconds_total{cpu="22",mode="irq"} 5752.58 node_cpu_seconds_total{cpu="22",mode="nice"} 133086.98 node_cpu_seconds_total{cpu="22",mode="softirq"} 1595.44 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 29421.72 node_cpu_seconds_total{cpu="22",mode="user"} 208382.51 node_cpu_seconds_total{cpu="23",mode="idle"} 2.04845197e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 14051.64 node_cpu_seconds_total{cpu="23",mode="irq"} 6278.69 node_cpu_seconds_total{cpu="23",mode="nice"} 158244.56 node_cpu_seconds_total{cpu="23",mode="softirq"} 3302.59 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 29290.59 node_cpu_seconds_total{cpu="23",mode="user"} 248870.18 node_cpu_seconds_total{cpu="24",mode="idle"} 2.03500306e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 14328.48 node_cpu_seconds_total{cpu="24",mode="irq"} 5528.5 node_cpu_seconds_total{cpu="24",mode="nice"} 161490.74 node_cpu_seconds_total{cpu="24",mode="softirq"} 1198.94 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 28061.58 node_cpu_seconds_total{cpu="24",mode="user"} 263721.18 node_cpu_seconds_total{cpu="25",mode="idle"} 2.13483371e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 14014.79 node_cpu_seconds_total{cpu="25",mode="irq"} 4849.86 node_cpu_seconds_total{cpu="25",mode="nice"} 140453.09 node_cpu_seconds_total{cpu="25",mode="softirq"} 1037.94 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 24875.16 node_cpu_seconds_total{cpu="25",mode="user"} 189041.34 node_cpu_seconds_total{cpu="26",mode="idle"} 2.12301682e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 17860.96 node_cpu_seconds_total{cpu="26",mode="irq"} 4870.74 node_cpu_seconds_total{cpu="26",mode="nice"} 143819.15 node_cpu_seconds_total{cpu="26",mode="softirq"} 1105.66 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 23675.39 node_cpu_seconds_total{cpu="26",mode="user"} 194873.98 node_cpu_seconds_total{cpu="27",mode="idle"} 2.06762407e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 12307.2 node_cpu_seconds_total{cpu="27",mode="irq"} 5056.51 node_cpu_seconds_total{cpu="27",mode="nice"} 161340.77 node_cpu_seconds_total{cpu="27",mode="softirq"} 1024.93 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 25856.8 node_cpu_seconds_total{cpu="27",mode="user"} 236264.5 node_cpu_seconds_total{cpu="28",mode="idle"} 2.13531523e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 16175.16 node_cpu_seconds_total{cpu="28",mode="irq"} 4585.2 node_cpu_seconds_total{cpu="28",mode="nice"} 138882.54 node_cpu_seconds_total{cpu="28",mode="softirq"} 888.54 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 24140.7 node_cpu_seconds_total{cpu="28",mode="user"} 189515.04 node_cpu_seconds_total{cpu="29",mode="idle"} 2.13406855e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 11226.07 node_cpu_seconds_total{cpu="29",mode="irq"} 4687.73 node_cpu_seconds_total{cpu="29",mode="nice"} 140933.01 node_cpu_seconds_total{cpu="29",mode="softirq"} 907.31 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 23989.47 node_cpu_seconds_total{cpu="29",mode="user"} 193666.77 node_cpu_seconds_total{cpu="3",mode="idle"} 1.96890176e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 18564.84 node_cpu_seconds_total{cpu="3",mode="irq"} 7048.06 node_cpu_seconds_total{cpu="3",mode="nice"} 190299.04 node_cpu_seconds_total{cpu="3",mode="softirq"} 11868.94 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 36512.99 node_cpu_seconds_total{cpu="3",mode="user"} 274279.85 node_cpu_seconds_total{cpu="30",mode="idle"} 2.06275353e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 10800.22 node_cpu_seconds_total{cpu="30",mode="irq"} 5075.11 node_cpu_seconds_total{cpu="30",mode="nice"} 164871.9 node_cpu_seconds_total{cpu="30",mode="softirq"} 964.58 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 26046.69 node_cpu_seconds_total{cpu="30",mode="user"} 238993.14 node_cpu_seconds_total{cpu="31",mode="idle"} 2.14029476e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 15082.74 node_cpu_seconds_total{cpu="31",mode="irq"} 4567.12 node_cpu_seconds_total{cpu="31",mode="nice"} 136370.82 node_cpu_seconds_total{cpu="31",mode="softirq"} 877.79 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 24468.66 node_cpu_seconds_total{cpu="31",mode="user"} 187737.17 node_cpu_seconds_total{cpu="32",mode="idle"} 2.14240804e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 11554.06 node_cpu_seconds_total{cpu="32",mode="irq"} 4572.02 node_cpu_seconds_total{cpu="32",mode="nice"} 137892.32 node_cpu_seconds_total{cpu="32",mode="softirq"} 865.21 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 23989.47 node_cpu_seconds_total{cpu="32",mode="user"} 188126.71 node_cpu_seconds_total{cpu="33",mode="idle"} 2.14323509e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 16453.76 node_cpu_seconds_total{cpu="33",mode="irq"} 4506.95 node_cpu_seconds_total{cpu="33",mode="nice"} 133395.83 node_cpu_seconds_total{cpu="33",mode="softirq"} 1032.71 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 25951.35 node_cpu_seconds_total{cpu="33",mode="user"} 184720.04 node_cpu_seconds_total{cpu="34",mode="idle"} 2.16028297e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 11307.59 node_cpu_seconds_total{cpu="34",mode="irq"} 4420.01 node_cpu_seconds_total{cpu="34",mode="nice"} 132547.25 node_cpu_seconds_total{cpu="34",mode="softirq"} 839.17 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 24543.79 node_cpu_seconds_total{cpu="34",mode="user"} 175532.98 node_cpu_seconds_total{cpu="35",mode="idle"} 2.15170025e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 12176.43 node_cpu_seconds_total{cpu="35",mode="irq"} 4540.76 node_cpu_seconds_total{cpu="35",mode="nice"} 136720.42 node_cpu_seconds_total{cpu="35",mode="softirq"} 859.92 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 24485.07 node_cpu_seconds_total{cpu="35",mode="user"} 178920.14 node_cpu_seconds_total{cpu="36",mode="idle"} 2.03535394e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 10732.68 node_cpu_seconds_total{cpu="36",mode="irq"} 5297.36 node_cpu_seconds_total{cpu="36",mode="nice"} 172900.61 node_cpu_seconds_total{cpu="36",mode="softirq"} 905.87 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 25704.82 node_cpu_seconds_total{cpu="36",mode="user"} 258738.77 node_cpu_seconds_total{cpu="37",mode="idle"} 2.16217202e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 11083.56 node_cpu_seconds_total{cpu="37",mode="irq"} 4502.68 node_cpu_seconds_total{cpu="37",mode="nice"} 133477.66 node_cpu_seconds_total{cpu="37",mode="softirq"} 854.23 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 24261.72 node_cpu_seconds_total{cpu="37",mode="user"} 172957.38 node_cpu_seconds_total{cpu="38",mode="idle"} 2.13822657e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 11097.02 node_cpu_seconds_total{cpu="38",mode="irq"} 4629.37 node_cpu_seconds_total{cpu="38",mode="nice"} 139836.23 node_cpu_seconds_total{cpu="38",mode="softirq"} 833.03 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 24168.21 node_cpu_seconds_total{cpu="38",mode="user"} 190674 node_cpu_seconds_total{cpu="39",mode="idle"} 2.09899043e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 11398.89 node_cpu_seconds_total{cpu="39",mode="irq"} 4863.48 node_cpu_seconds_total{cpu="39",mode="nice"} 150969.6 node_cpu_seconds_total{cpu="39",mode="softirq"} 909.12 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 25802.37 node_cpu_seconds_total{cpu="39",mode="user"} 216491.36 node_cpu_seconds_total{cpu="4",mode="idle"} 2.11240723e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 18043.73 node_cpu_seconds_total{cpu="4",mode="irq"} 5824.82 node_cpu_seconds_total{cpu="4",mode="nice"} 143430.18 node_cpu_seconds_total{cpu="4",mode="softirq"} 4523.66 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 30286.54 node_cpu_seconds_total{cpu="4",mode="user"} 193213.37 node_cpu_seconds_total{cpu="40",mode="idle"} 2.14546599e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 13133.67 node_cpu_seconds_total{cpu="40",mode="irq"} 4568.01 node_cpu_seconds_total{cpu="40",mode="nice"} 135429.68 node_cpu_seconds_total{cpu="40",mode="softirq"} 832.31 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 24479.54 node_cpu_seconds_total{cpu="40",mode="user"} 185548.7 node_cpu_seconds_total{cpu="41",mode="idle"} 2.14064456e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 11898.02 node_cpu_seconds_total{cpu="41",mode="irq"} 4654.58 node_cpu_seconds_total{cpu="41",mode="nice"} 144597.57 node_cpu_seconds_total{cpu="41",mode="softirq"} 834.22 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 24253.15 node_cpu_seconds_total{cpu="41",mode="user"} 182549.98 node_cpu_seconds_total{cpu="42",mode="idle"} 2.09274483e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 11091.85 node_cpu_seconds_total{cpu="42",mode="irq"} 4917.67 node_cpu_seconds_total{cpu="42",mode="nice"} 152324.64 node_cpu_seconds_total{cpu="42",mode="softirq"} 887.8 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 25467.46 node_cpu_seconds_total{cpu="42",mode="user"} 222054.63 node_cpu_seconds_total{cpu="43",mode="idle"} 2.09526601e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 11528.45 node_cpu_seconds_total{cpu="43",mode="irq"} 4913.7 node_cpu_seconds_total{cpu="43",mode="nice"} 151479.78 node_cpu_seconds_total{cpu="43",mode="softirq"} 819.95 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 24286.52 node_cpu_seconds_total{cpu="43",mode="user"} 221378.59 node_cpu_seconds_total{cpu="44",mode="idle"} 2.14401076e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 11204.39 node_cpu_seconds_total{cpu="44",mode="irq"} 4620.18 node_cpu_seconds_total{cpu="44",mode="nice"} 139870.68 node_cpu_seconds_total{cpu="44",mode="softirq"} 829.34 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 24377.79 node_cpu_seconds_total{cpu="44",mode="user"} 184570.42 node_cpu_seconds_total{cpu="45",mode="idle"} 2.10731409e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 11351.06 node_cpu_seconds_total{cpu="45",mode="irq"} 4811.9 node_cpu_seconds_total{cpu="45",mode="nice"} 152411.43 node_cpu_seconds_total{cpu="45",mode="softirq"} 892.09 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 25904.48 node_cpu_seconds_total{cpu="45",mode="user"} 206749.6 node_cpu_seconds_total{cpu="46",mode="idle"} 2.15953757e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 11142.14 node_cpu_seconds_total{cpu="46",mode="irq"} 4469.86 node_cpu_seconds_total{cpu="46",mode="nice"} 136248.19 node_cpu_seconds_total{cpu="46",mode="softirq"} 830.94 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 24611.45 node_cpu_seconds_total{cpu="46",mode="user"} 172592.69 node_cpu_seconds_total{cpu="47",mode="idle"} 2.15513088e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 11293.57 node_cpu_seconds_total{cpu="47",mode="irq"} 4550.03 node_cpu_seconds_total{cpu="47",mode="nice"} 138851.79 node_cpu_seconds_total{cpu="47",mode="softirq"} 840.99 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 24425.73 node_cpu_seconds_total{cpu="47",mode="user"} 174313.98 node_cpu_seconds_total{cpu="48",mode="idle"} 1.94111392e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 14160.07 node_cpu_seconds_total{cpu="48",mode="irq"} 7164.9 node_cpu_seconds_total{cpu="48",mode="nice"} 188229.27 node_cpu_seconds_total{cpu="48",mode="softirq"} 1456.15 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 28858.97 node_cpu_seconds_total{cpu="48",mode="user"} 327265.31 node_cpu_seconds_total{cpu="49",mode="idle"} 2.14120831e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 13587.73 node_cpu_seconds_total{cpu="49",mode="irq"} 5371.07 node_cpu_seconds_total{cpu="49",mode="nice"} 126126.42 node_cpu_seconds_total{cpu="49",mode="softirq"} 1168.43 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 25427.41 node_cpu_seconds_total{cpu="49",mode="user"} 195650.14 node_cpu_seconds_total{cpu="5",mode="idle"} 2.17940325e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 17539.76 node_cpu_seconds_total{cpu="5",mode="irq"} 5678.43 node_cpu_seconds_total{cpu="5",mode="nice"} 107996.96 node_cpu_seconds_total{cpu="5",mode="softirq"} 7835.46 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 32858.61 node_cpu_seconds_total{cpu="5",mode="user"} 155835.73 node_cpu_seconds_total{cpu="50",mode="idle"} 2.14162041e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 11668.7 node_cpu_seconds_total{cpu="50",mode="irq"} 6875.62 node_cpu_seconds_total{cpu="50",mode="nice"} 85745.66 node_cpu_seconds_total{cpu="50",mode="softirq"} 27640.75 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 35258.31 node_cpu_seconds_total{cpu="50",mode="user"} 198971.82 node_cpu_seconds_total{cpu="51",mode="idle"} 2.17972096e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 20110.17 node_cpu_seconds_total{cpu="51",mode="irq"} 5407.32 node_cpu_seconds_total{cpu="51",mode="nice"} 114173.14 node_cpu_seconds_total{cpu="51",mode="softirq"} 3143.33 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 31643.83 node_cpu_seconds_total{cpu="51",mode="user"} 153540.35 node_cpu_seconds_total{cpu="52",mode="idle"} 2.19759194e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 19656.24 node_cpu_seconds_total{cpu="52",mode="irq"} 5481.1 node_cpu_seconds_total{cpu="52",mode="nice"} 85790.21 node_cpu_seconds_total{cpu="52",mode="softirq"} 1438.78 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 31126.08 node_cpu_seconds_total{cpu="52",mode="user"} 166484.31 node_cpu_seconds_total{cpu="53",mode="idle"} 2.08482869e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 16696.46 node_cpu_seconds_total{cpu="53",mode="irq"} 6334.22 node_cpu_seconds_total{cpu="53",mode="nice"} 125104.68 node_cpu_seconds_total{cpu="53",mode="softirq"} 5765.65 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 29473.29 node_cpu_seconds_total{cpu="53",mode="user"} 240159.4 node_cpu_seconds_total{cpu="54",mode="idle"} 2.22382454e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 19114.42 node_cpu_seconds_total{cpu="54",mode="irq"} 5531.76 node_cpu_seconds_total{cpu="54",mode="nice"} 98082.94 node_cpu_seconds_total{cpu="54",mode="softirq"} 6191.93 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 34713.71 node_cpu_seconds_total{cpu="54",mode="user"} 119711.34 node_cpu_seconds_total{cpu="55",mode="idle"} 2.19441683e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 16956.74 node_cpu_seconds_total{cpu="55",mode="irq"} 5303.2 node_cpu_seconds_total{cpu="55",mode="nice"} 98345.56 node_cpu_seconds_total{cpu="55",mode="softirq"} 1568.8 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 30264.07 node_cpu_seconds_total{cpu="55",mode="user"} 160813.01 node_cpu_seconds_total{cpu="56",mode="idle"} 2.18670832e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 16739.73 node_cpu_seconds_total{cpu="56",mode="irq"} 6155.41 node_cpu_seconds_total{cpu="56",mode="nice"} 83962.25 node_cpu_seconds_total{cpu="56",mode="softirq"} 13307.78 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 34461.33 node_cpu_seconds_total{cpu="56",mode="user"} 165762.65 node_cpu_seconds_total{cpu="57",mode="idle"} 2.16263808e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 16882.33 node_cpu_seconds_total{cpu="57",mode="irq"} 5601.87 node_cpu_seconds_total{cpu="57",mode="nice"} 108502.61 node_cpu_seconds_total{cpu="57",mode="softirq"} 4538.31 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 31284.95 node_cpu_seconds_total{cpu="57",mode="user"} 178341.9 node_cpu_seconds_total{cpu="58",mode="idle"} 2.20635551e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 18551.16 node_cpu_seconds_total{cpu="58",mode="irq"} 6205.25 node_cpu_seconds_total{cpu="58",mode="nice"} 95564.52 node_cpu_seconds_total{cpu="58",mode="softirq"} 12501.59 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 34179.31 node_cpu_seconds_total{cpu="58",mode="user"} 134013.32 node_cpu_seconds_total{cpu="59",mode="idle"} 2.13334672e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 17430.45 node_cpu_seconds_total{cpu="59",mode="irq"} 5845.92 node_cpu_seconds_total{cpu="59",mode="nice"} 118793.83 node_cpu_seconds_total{cpu="59",mode="softirq"} 1551.99 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 30491.37 node_cpu_seconds_total{cpu="59",mode="user"} 200441.27 node_cpu_seconds_total{cpu="6",mode="idle"} 1.97008165e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 15360.26 node_cpu_seconds_total{cpu="6",mode="irq"} 6753.69 node_cpu_seconds_total{cpu="6",mode="nice"} 194504.51 node_cpu_seconds_total{cpu="6",mode="softirq"} 3383.79 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 32212.68 node_cpu_seconds_total{cpu="6",mode="user"} 285861.36 node_cpu_seconds_total{cpu="60",mode="idle"} 2.17254758e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 14912.63 node_cpu_seconds_total{cpu="60",mode="irq"} 7076.5 node_cpu_seconds_total{cpu="60",mode="nice"} 83579.09 node_cpu_seconds_total{cpu="60",mode="softirq"} 27495.18 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 42486.47 node_cpu_seconds_total{cpu="60",mode="user"} 158620.35 node_cpu_seconds_total{cpu="61",mode="idle"} 2.16926852e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 18853.86 node_cpu_seconds_total{cpu="61",mode="irq"} 5658.89 node_cpu_seconds_total{cpu="61",mode="nice"} 105509.97 node_cpu_seconds_total{cpu="61",mode="softirq"} 2750.97 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 33631.09 node_cpu_seconds_total{cpu="61",mode="user"} 171836.65 node_cpu_seconds_total{cpu="62",mode="idle"} 2.19074649e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 18412.33 node_cpu_seconds_total{cpu="62",mode="irq"} 5505.9 node_cpu_seconds_total{cpu="62",mode="nice"} 92473.05 node_cpu_seconds_total{cpu="62",mode="softirq"} 1568.77 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 32661.96 node_cpu_seconds_total{cpu="62",mode="user"} 165511.34 node_cpu_seconds_total{cpu="63",mode="idle"} 2.15409547e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 15520.89 node_cpu_seconds_total{cpu="63",mode="irq"} 7220.05 node_cpu_seconds_total{cpu="63",mode="nice"} 79893.3 node_cpu_seconds_total{cpu="63",mode="softirq"} 28471.35 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 41594.87 node_cpu_seconds_total{cpu="63",mode="user"} 180018.74 node_cpu_seconds_total{cpu="64",mode="idle"} 2.1704124e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 19221.72 node_cpu_seconds_total{cpu="64",mode="irq"} 6422.71 node_cpu_seconds_total{cpu="64",mode="nice"} 105823.61 node_cpu_seconds_total{cpu="64",mode="softirq"} 13117.96 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 36692.73 node_cpu_seconds_total{cpu="64",mode="user"} 155519.61 node_cpu_seconds_total{cpu="65",mode="idle"} 2.16728993e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 17472.8 node_cpu_seconds_total{cpu="65",mode="irq"} 6746.05 node_cpu_seconds_total{cpu="65",mode="nice"} 91244.15 node_cpu_seconds_total{cpu="65",mode="softirq"} 17244.34 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 39070.41 node_cpu_seconds_total{cpu="65",mode="user"} 167843.14 node_cpu_seconds_total{cpu="66",mode="idle"} 2.18717171e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 17388.38 node_cpu_seconds_total{cpu="66",mode="irq"} 7335.48 node_cpu_seconds_total{cpu="66",mode="nice"} 78701.49 node_cpu_seconds_total{cpu="66",mode="softirq"} 31211.82 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 42346.97 node_cpu_seconds_total{cpu="66",mode="user"} 141654.33 node_cpu_seconds_total{cpu="67",mode="idle"} 2.1350501e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 23330.56 node_cpu_seconds_total{cpu="67",mode="irq"} 5665.69 node_cpu_seconds_total{cpu="67",mode="nice"} 123140.82 node_cpu_seconds_total{cpu="67",mode="softirq"} 1620.47 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 31989.65 node_cpu_seconds_total{cpu="67",mode="user"} 186349.32 node_cpu_seconds_total{cpu="68",mode="idle"} 2.13752724e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 19320.51 node_cpu_seconds_total{cpu="68",mode="irq"} 5798.27 node_cpu_seconds_total{cpu="68",mode="nice"} 122592.97 node_cpu_seconds_total{cpu="68",mode="softirq"} 1574.97 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 30532.66 node_cpu_seconds_total{cpu="68",mode="user"} 190088.91 node_cpu_seconds_total{cpu="69",mode="idle"} 2.20139522e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 18038.77 node_cpu_seconds_total{cpu="69",mode="irq"} 5707.33 node_cpu_seconds_total{cpu="69",mode="nice"} 104207.63 node_cpu_seconds_total{cpu="69",mode="softirq"} 9836.68 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 34848.11 node_cpu_seconds_total{cpu="69",mode="user"} 133329.9 node_cpu_seconds_total{cpu="7",mode="idle"} 2.10044621e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 15859.81 node_cpu_seconds_total{cpu="7",mode="irq"} 6192.63 node_cpu_seconds_total{cpu="7",mode="nice"} 141265.21 node_cpu_seconds_total{cpu="7",mode="softirq"} 5428.84 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 30432.54 node_cpu_seconds_total{cpu="7",mode="user"} 208187.73 node_cpu_seconds_total{cpu="70",mode="idle"} 2.17240363e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 18138.08 node_cpu_seconds_total{cpu="70",mode="irq"} 6380.22 node_cpu_seconds_total{cpu="70",mode="nice"} 101157.12 node_cpu_seconds_total{cpu="70",mode="softirq"} 13777.77 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 36735.65 node_cpu_seconds_total{cpu="70",mode="user"} 158516.16 node_cpu_seconds_total{cpu="71",mode="idle"} 2.26783863e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 19298.77 node_cpu_seconds_total{cpu="71",mode="irq"} 5143.24 node_cpu_seconds_total{cpu="71",mode="nice"} 79048.3 node_cpu_seconds_total{cpu="71",mode="softirq"} 3503.66 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 35093.94 node_cpu_seconds_total{cpu="71",mode="user"} 96753.93 node_cpu_seconds_total{cpu="72",mode="idle"} 2.16771169e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 15937.77 node_cpu_seconds_total{cpu="72",mode="irq"} 4603.35 node_cpu_seconds_total{cpu="72",mode="nice"} 118170.59 node_cpu_seconds_total{cpu="72",mode="softirq"} 927.69 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 24314.27 node_cpu_seconds_total{cpu="72",mode="user"} 177268.92 node_cpu_seconds_total{cpu="73",mode="idle"} 2.13738383e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 13504.29 node_cpu_seconds_total{cpu="73",mode="irq"} 4709.62 node_cpu_seconds_total{cpu="73",mode="nice"} 122783.2 node_cpu_seconds_total{cpu="73",mode="softirq"} 859.01 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 22418.54 node_cpu_seconds_total{cpu="73",mode="user"} 207621.34 node_cpu_seconds_total{cpu="74",mode="idle"} 2.11229098e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 13704.32 node_cpu_seconds_total{cpu="74",mode="irq"} 4968.3 node_cpu_seconds_total{cpu="74",mode="nice"} 143728.53 node_cpu_seconds_total{cpu="74",mode="softirq"} 902.59 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 22623.37 node_cpu_seconds_total{cpu="74",mode="user"} 211055.7 node_cpu_seconds_total{cpu="75",mode="idle"} 2.11611393e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 11389.86 node_cpu_seconds_total{cpu="75",mode="irq"} 4731.48 node_cpu_seconds_total{cpu="75",mode="nice"} 130347.36 node_cpu_seconds_total{cpu="75",mode="softirq"} 831.44 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 23793.42 node_cpu_seconds_total{cpu="75",mode="user"} 222335.21 node_cpu_seconds_total{cpu="76",mode="idle"} 2.16476529e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 11650.36 node_cpu_seconds_total{cpu="76",mode="irq"} 4486.55 node_cpu_seconds_total{cpu="76",mode="nice"} 114410.49 node_cpu_seconds_total{cpu="76",mode="softirq"} 811.5 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 23956.41 node_cpu_seconds_total{cpu="76",mode="user"} 189356.84 node_cpu_seconds_total{cpu="77",mode="idle"} 2.11254002e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 11177.63 node_cpu_seconds_total{cpu="77",mode="irq"} 4884.51 node_cpu_seconds_total{cpu="77",mode="nice"} 139334.63 node_cpu_seconds_total{cpu="77",mode="softirq"} 821.42 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 23269.25 node_cpu_seconds_total{cpu="77",mode="user"} 217547.82 node_cpu_seconds_total{cpu="78",mode="idle"} 2.1422715e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 11479.66 node_cpu_seconds_total{cpu="78",mode="irq"} 4647.51 node_cpu_seconds_total{cpu="78",mode="nice"} 127713.56 node_cpu_seconds_total{cpu="78",mode="softirq"} 846.39 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 24929.82 node_cpu_seconds_total{cpu="78",mode="user"} 197435.03 node_cpu_seconds_total{cpu="79",mode="idle"} 2.15702473e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 10600.41 node_cpu_seconds_total{cpu="79",mode="irq"} 4470.56 node_cpu_seconds_total{cpu="79",mode="nice"} 116159.86 node_cpu_seconds_total{cpu="79",mode="softirq"} 818.79 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 24356.87 node_cpu_seconds_total{cpu="79",mode="user"} 196030.22 node_cpu_seconds_total{cpu="8",mode="idle"} 2.09502579e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 13335.76 node_cpu_seconds_total{cpu="8",mode="irq"} 6642.12 node_cpu_seconds_total{cpu="8",mode="nice"} 140214.6 node_cpu_seconds_total{cpu="8",mode="softirq"} 13527.47 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 32274.2 node_cpu_seconds_total{cpu="8",mode="user"} 206762.47 node_cpu_seconds_total{cpu="80",mode="idle"} 2.10378347e+06 node_cpu_seconds_total{cpu="80",mode="iowait"} 11246 node_cpu_seconds_total{cpu="80",mode="irq"} 4892.5 node_cpu_seconds_total{cpu="80",mode="nice"} 134881.9 node_cpu_seconds_total{cpu="80",mode="softirq"} 803.75 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 23580.79 node_cpu_seconds_total{cpu="80",mode="user"} 230356.52 node_cpu_seconds_total{cpu="81",mode="idle"} 2.0463736e+06 node_cpu_seconds_total{cpu="81",mode="iowait"} 10517.41 node_cpu_seconds_total{cpu="81",mode="irq"} 5218.11 node_cpu_seconds_total{cpu="81",mode="nice"} 158372.83 node_cpu_seconds_total{cpu="81",mode="softirq"} 811.55 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 23876.47 node_cpu_seconds_total{cpu="81",mode="user"} 264503.03 node_cpu_seconds_total{cpu="82",mode="idle"} 2.15563629e+06 node_cpu_seconds_total{cpu="82",mode="iowait"} 12517.68 node_cpu_seconds_total{cpu="82",mode="irq"} 4520.72 node_cpu_seconds_total{cpu="82",mode="nice"} 114153.73 node_cpu_seconds_total{cpu="82",mode="softirq"} 852.82 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 24294.76 node_cpu_seconds_total{cpu="82",mode="user"} 197497.85 node_cpu_seconds_total{cpu="83",mode="idle"} 2.09810697e+06 node_cpu_seconds_total{cpu="83",mode="iowait"} 11002.44 node_cpu_seconds_total{cpu="83",mode="irq"} 4923.53 node_cpu_seconds_total{cpu="83",mode="nice"} 144904.82 node_cpu_seconds_total{cpu="83",mode="softirq"} 791.49 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 23380.45 node_cpu_seconds_total{cpu="83",mode="user"} 226542.79 node_cpu_seconds_total{cpu="84",mode="idle"} 2.23028515e+06 node_cpu_seconds_total{cpu="84",mode="iowait"} 11972.62 node_cpu_seconds_total{cpu="84",mode="irq"} 4025.18 node_cpu_seconds_total{cpu="84",mode="nice"} 97206.21 node_cpu_seconds_total{cpu="84",mode="softirq"} 831.78 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 25901.24 node_cpu_seconds_total{cpu="84",mode="user"} 138894.32 node_cpu_seconds_total{cpu="85",mode="idle"} 2.11643373e+06 node_cpu_seconds_total{cpu="85",mode="iowait"} 10415.57 node_cpu_seconds_total{cpu="85",mode="irq"} 4790.87 node_cpu_seconds_total{cpu="85",mode="nice"} 138441.9 node_cpu_seconds_total{cpu="85",mode="softirq"} 797.1 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 23147.53 node_cpu_seconds_total{cpu="85",mode="user"} 215575.87 node_cpu_seconds_total{cpu="86",mode="idle"} 2.11495646e+06 node_cpu_seconds_total{cpu="86",mode="iowait"} 11095.29 node_cpu_seconds_total{cpu="86",mode="irq"} 4862.63 node_cpu_seconds_total{cpu="86",mode="nice"} 143976.56 node_cpu_seconds_total{cpu="86",mode="softirq"} 794.82 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 23670.91 node_cpu_seconds_total{cpu="86",mode="user"} 210129.44 node_cpu_seconds_total{cpu="87",mode="idle"} 2.12668588e+06 node_cpu_seconds_total{cpu="87",mode="iowait"} 10801.35 node_cpu_seconds_total{cpu="87",mode="irq"} 4667.88 node_cpu_seconds_total{cpu="87",mode="nice"} 133873.78 node_cpu_seconds_total{cpu="87",mode="softirq"} 793.67 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 24482.44 node_cpu_seconds_total{cpu="87",mode="user"} 208175.3 node_cpu_seconds_total{cpu="88",mode="idle"} 2.15511795e+06 node_cpu_seconds_total{cpu="88",mode="iowait"} 11710.16 node_cpu_seconds_total{cpu="88",mode="irq"} 4597.4 node_cpu_seconds_total{cpu="88",mode="nice"} 128094.62 node_cpu_seconds_total{cpu="88",mode="softirq"} 784.79 node_cpu_seconds_total{cpu="88",mode="steal"} 0 node_cpu_seconds_total{cpu="88",mode="system"} 24027.83 node_cpu_seconds_total{cpu="88",mode="user"} 185115.77 node_cpu_seconds_total{cpu="89",mode="idle"} 2.12384844e+06 node_cpu_seconds_total{cpu="89",mode="iowait"} 11306.81 node_cpu_seconds_total{cpu="89",mode="irq"} 4768.57 node_cpu_seconds_total{cpu="89",mode="nice"} 139984.53 node_cpu_seconds_total{cpu="89",mode="softirq"} 777.18 node_cpu_seconds_total{cpu="89",mode="steal"} 0 node_cpu_seconds_total{cpu="89",mode="system"} 23629.91 node_cpu_seconds_total{cpu="89",mode="user"} 205233.84 node_cpu_seconds_total{cpu="9",mode="idle"} 2.03257057e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 17655.42 node_cpu_seconds_total{cpu="9",mode="irq"} 6472.45 node_cpu_seconds_total{cpu="9",mode="nice"} 171679.93 node_cpu_seconds_total{cpu="9",mode="softirq"} 4236.3 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 32957.94 node_cpu_seconds_total{cpu="9",mode="user"} 242404.53 node_cpu_seconds_total{cpu="90",mode="idle"} 2.12147165e+06 node_cpu_seconds_total{cpu="90",mode="iowait"} 11390.24 node_cpu_seconds_total{cpu="90",mode="irq"} 4756.24 node_cpu_seconds_total{cpu="90",mode="nice"} 139900.92 node_cpu_seconds_total{cpu="90",mode="softirq"} 794.66 node_cpu_seconds_total{cpu="90",mode="steal"} 0 node_cpu_seconds_total{cpu="90",mode="system"} 24214.6 node_cpu_seconds_total{cpu="90",mode="user"} 207007.16 node_cpu_seconds_total{cpu="91",mode="idle"} 2.24307034e+06 node_cpu_seconds_total{cpu="91",mode="iowait"} 11291.59 node_cpu_seconds_total{cpu="91",mode="irq"} 3873.38 node_cpu_seconds_total{cpu="91",mode="nice"} 96722.85 node_cpu_seconds_total{cpu="91",mode="softirq"} 793.86 node_cpu_seconds_total{cpu="91",mode="steal"} 0 node_cpu_seconds_total{cpu="91",mode="system"} 24813.65 node_cpu_seconds_total{cpu="91",mode="user"} 128710.5 node_cpu_seconds_total{cpu="92",mode="idle"} 2.10559229e+06 node_cpu_seconds_total{cpu="92",mode="iowait"} 11276.37 node_cpu_seconds_total{cpu="92",mode="irq"} 4947.32 node_cpu_seconds_total{cpu="92",mode="nice"} 147832.22 node_cpu_seconds_total{cpu="92",mode="softirq"} 817.54 node_cpu_seconds_total{cpu="92",mode="steal"} 0 node_cpu_seconds_total{cpu="92",mode="system"} 23802.77 node_cpu_seconds_total{cpu="92",mode="user"} 215295.59 node_cpu_seconds_total{cpu="93",mode="idle"} 2.1260884e+06 node_cpu_seconds_total{cpu="93",mode="iowait"} 11223.52 node_cpu_seconds_total{cpu="93",mode="irq"} 4677.25 node_cpu_seconds_total{cpu="93",mode="nice"} 137652.22 node_cpu_seconds_total{cpu="93",mode="softirq"} 787.41 node_cpu_seconds_total{cpu="93",mode="steal"} 0 node_cpu_seconds_total{cpu="93",mode="system"} 24325.77 node_cpu_seconds_total{cpu="93",mode="user"} 204776.47 node_cpu_seconds_total{cpu="94",mode="idle"} 2.14906162e+06 node_cpu_seconds_total{cpu="94",mode="iowait"} 11157.01 node_cpu_seconds_total{cpu="94",mode="irq"} 4598.7 node_cpu_seconds_total{cpu="94",mode="nice"} 122702.14 node_cpu_seconds_total{cpu="94",mode="softirq"} 783.46 node_cpu_seconds_total{cpu="94",mode="steal"} 0 node_cpu_seconds_total{cpu="94",mode="system"} 24254.51 node_cpu_seconds_total{cpu="94",mode="user"} 196933.02 node_cpu_seconds_total{cpu="95",mode="idle"} 2.10496335e+06 node_cpu_seconds_total{cpu="95",mode="iowait"} 10935.75 node_cpu_seconds_total{cpu="95",mode="irq"} 4905.49 node_cpu_seconds_total{cpu="95",mode="nice"} 147981 node_cpu_seconds_total{cpu="95",mode="softirq"} 764.4 node_cpu_seconds_total{cpu="95",mode="steal"} 0 node_cpu_seconds_total{cpu="95",mode="system"} 23548.18 node_cpu_seconds_total{cpu="95",mode="user"} 216554.71 # 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="sdl"} 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="sdl"} 1 # HELP node_disk_device_mapper_info Info about disk device mapper. # TYPE node_disk_device_mapper_info gauge node_disk_device_mapper_info{device="dm-0",lv_layer="",lv_name="osd-db-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-1",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-10",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-11",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-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-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-14",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-15",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-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-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-18",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-19",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-2",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-20",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-21",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-22",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-23",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-3",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-4",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 node_disk_device_mapper_info{device="dm-5",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-6",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-7",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-8",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-9",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 # 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="dm-0",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-1",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-10",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-11",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-12",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-13",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-14",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-15",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-16",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-17",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-18",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-19",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-2",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-20",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-21",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-22",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-23",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-3",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-4",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-5",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-6",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-7",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-8",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="dm-9",type="ceph_bluestore",usage="other",uuid="",version=""} 1 node_disk_filesystem_info{device="nvme0n1",type="xfs",usage="filesystem",uuid="958261b2-2fc0-45ba-9d60-7f9185913146",version=""} 1 node_disk_filesystem_info{device="nvme1n1",type="xfs",usage="filesystem",uuid="5b4eda62-055a-44c3-929b-a5a8048d601d",version=""} 1 node_disk_filesystem_info{device="nvme2n1",type="LVM2_member",usage="raid",uuid="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="yguegk-pO6l-JLp0-OqIy-1nkE-IWRl-oHByYB",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdb",type="LVM2_member",usage="raid",uuid="5mrBuC-9fxN-tbnm-wDdx-fUi9-en2D-0JnOKb",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdc",type="LVM2_member",usage="raid",uuid="wY8lRg-4Wui-jgOE-5yjI-BEBc-bR83-MZP6bZ",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="VakF89-kEd4-5mHi-NwAJ-mgDm-Zpyd-qix7Kg",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdh",type="LVM2_member",usage="raid",uuid="Uqgjhs-uHuk-6Lvf-GZVP-dnq5-0yuy-28dBz0",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdi",type="LVM2_member",usage="raid",uuid="l63Q2e-MRCB-2cFx-oOHz-BcYl-5oNb-Gfa1V0",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="sdm",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"} 248377.23 node_disk_flush_requests_time_seconds_total{device="nvme3n1"} 127837.93000000001 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"} 13877.006 node_disk_flush_requests_time_seconds_total{device="sdm"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="dm-0"} 0 node_disk_flush_requests_total{device="dm-1"} 0 node_disk_flush_requests_total{device="dm-10"} 0 node_disk_flush_requests_total{device="dm-11"} 0 node_disk_flush_requests_total{device="dm-12"} 0 node_disk_flush_requests_total{device="dm-13"} 0 node_disk_flush_requests_total{device="dm-14"} 0 node_disk_flush_requests_total{device="dm-15"} 0 node_disk_flush_requests_total{device="dm-16"} 0 node_disk_flush_requests_total{device="dm-17"} 0 node_disk_flush_requests_total{device="dm-18"} 0 node_disk_flush_requests_total{device="dm-19"} 0 node_disk_flush_requests_total{device="dm-2"} 0 node_disk_flush_requests_total{device="dm-20"} 0 node_disk_flush_requests_total{device="dm-21"} 0 node_disk_flush_requests_total{device="dm-22"} 0 node_disk_flush_requests_total{device="dm-23"} 0 node_disk_flush_requests_total{device="dm-3"} 0 node_disk_flush_requests_total{device="dm-4"} 0 node_disk_flush_requests_total{device="dm-5"} 0 node_disk_flush_requests_total{device="dm-6"} 0 node_disk_flush_requests_total{device="dm-7"} 0 node_disk_flush_requests_total{device="dm-8"} 0 node_disk_flush_requests_total{device="dm-9"} 0 node_disk_flush_requests_total{device="nbd0"} 0 node_disk_flush_requests_total{device="nbd1"} 0 node_disk_flush_requests_total{device="nbd10"} 0 node_disk_flush_requests_total{device="nbd11"} 0 node_disk_flush_requests_total{device="nbd12"} 0 node_disk_flush_requests_total{device="nbd13"} 0 node_disk_flush_requests_total{device="nbd14"} 0 node_disk_flush_requests_total{device="nbd15"} 0 node_disk_flush_requests_total{device="nbd2"} 0 node_disk_flush_requests_total{device="nbd3"} 0 node_disk_flush_requests_total{device="nbd4"} 0 node_disk_flush_requests_total{device="nbd5"} 0 node_disk_flush_requests_total{device="nbd6"} 0 node_disk_flush_requests_total{device="nbd7"} 0 node_disk_flush_requests_total{device="nbd8"} 0 node_disk_flush_requests_total{device="nbd9"} 0 node_disk_flush_requests_total{device="nvme0n1"} 0 node_disk_flush_requests_total{device="nvme1n1"} 0 node_disk_flush_requests_total{device="nvme2n1"} 1.0849627e+08 node_disk_flush_requests_total{device="nvme3n1"} 4.4591932e+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"} 2.9230992e+07 node_disk_flush_requests_total{device="sdm"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="253",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-1",major="253",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-10",major="253",minor="10",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-11",major="253",minor="11",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-12",major="253",minor="12",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-13",major="253",minor="13",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-14",major="253",minor="14",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-15",major="253",minor="15",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-16",major="253",minor="16",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-17",major="253",minor="17",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-18",major="253",minor="18",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-19",major="253",minor="19",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-2",major="253",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-20",major="253",minor="20",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-21",major="253",minor="21",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-22",major="253",minor="22",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-23",major="253",minor="23",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-3",major="253",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-4",major="253",minor="4",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-5",major="253",minor="5",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-6",major="253",minor="6",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-7",major="253",minor="7",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-8",major="253",minor="8",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-9",major="253",minor="9",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd0",major="43",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd1",major="43",minor="32",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd10",major="43",minor="320",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd11",major="43",minor="352",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd12",major="43",minor="384",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd13",major="43",minor="416",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd14",major="43",minor="448",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd15",major="43",minor="480",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd2",major="43",minor="64",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd3",major="43",minor="96",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd4",major="43",minor="128",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd5",major="43",minor="160",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd6",major="43",minor="192",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd7",major="43",minor="224",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd8",major="43",minor="256",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd9",major="43",minor="288",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="0",model="Dell Ent NVMe P5500 RI U.2 1.92TB",path="pci-0000:01:00.0-nvme-1",revision="1.2.4",rotational="0",serial="PHAB113500X61P9SGN",wwn="eui.01000000000000005cd2e4c448405351"} 1 node_disk_info{device="nvme1n1",major="259",minor="3",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="1",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="2",model="Samsung SSD 980 PRO 1TB",path="pci-0000:22:00.0-nvme-1",revision="3B2QGXA7",rotational="0",serial="S5P2NG0R735556M",wwn="eui.002538b711515b02"} 1 node_disk_info{device="sda",major="8",minor="0",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:2:0",revision="EJ09",rotational="1",serial="11X0A0U9F9SH",wwn="0x5000039aa84a4fed"} 1 node_disk_info{device="sdb",major="8",minor="16",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="sdc",major="8",minor="32",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:1:0",revision="EJ09",rotational="1",serial="11X0A0S4F9SH",wwn="0x5000039aa84a44d1"} 1 node_disk_info{device="sdd",major="8",minor="48",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:3:0",revision="EJ09",rotational="1",serial="11X0A0UHF9SH",wwn="0x5000039aa84a50f5"} 1 node_disk_info{device="sde",major="8",minor="64",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:4:0",revision="EJ09",rotational="1",serial="11X0A0TZF9SH",wwn="0x5000039aa84a4b25"} 1 node_disk_info{device="sdf",major="8",minor="80",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:5:0",revision="EJ09",rotational="1",serial="11X0A053F9SH",wwn="0x5000039aa84997ad"} 1 node_disk_info{device="sdg",major="8",minor="96",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:7:0",revision="EJ09",rotational="1",serial="11X0A0XEF9SH",wwn="0x5000039aa84a7a85"} 1 node_disk_info{device="sdh",major="8",minor="112",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="sdi",major="8",minor="128",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="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="DELLBOSS_VD",path="pci-0000:03:00.0-ata-1.0",revision="MV.R00-0",rotational="1",serial="c60ab40883810010",wwn=""} 1 node_disk_info{device="sdm",major="8",minor="192",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:11:0",revision="EJ09",rotational="1",serial="11X0A0UWF9SH",wwn="0x5000039aa84a5569"} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="dm-0"} 0 node_disk_io_now{device="dm-1"} 0 node_disk_io_now{device="dm-10"} 0 node_disk_io_now{device="dm-11"} 0 node_disk_io_now{device="dm-12"} 0 node_disk_io_now{device="dm-13"} 16 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"} 0 node_disk_io_now{device="dm-7"} 0 node_disk_io_now{device="dm-8"} 0 node_disk_io_now{device="dm-9"} 0 node_disk_io_now{device="nbd0"} 0 node_disk_io_now{device="nbd1"} 0 node_disk_io_now{device="nbd10"} 0 node_disk_io_now{device="nbd11"} 0 node_disk_io_now{device="nbd12"} 0 node_disk_io_now{device="nbd13"} 0 node_disk_io_now{device="nbd14"} 0 node_disk_io_now{device="nbd15"} 0 node_disk_io_now{device="nbd2"} 0 node_disk_io_now{device="nbd3"} 0 node_disk_io_now{device="nbd4"} 0 node_disk_io_now{device="nbd5"} 0 node_disk_io_now{device="nbd6"} 0 node_disk_io_now{device="nbd7"} 0 node_disk_io_now{device="nbd8"} 0 node_disk_io_now{device="nbd9"} 0 node_disk_io_now{device="nvme0n1"} 0 node_disk_io_now{device="nvme1n1"} 0 node_disk_io_now{device="nvme2n1"} 0 node_disk_io_now{device="nvme3n1"} 0 node_disk_io_now{device="sda"} 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"} 3 node_disk_io_now{device="sdl"} 0 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"} 29311.68 node_disk_io_time_seconds_total{device="dm-1"} 28427.423 node_disk_io_time_seconds_total{device="dm-10"} 32067.99 node_disk_io_time_seconds_total{device="dm-11"} 29765.311 node_disk_io_time_seconds_total{device="dm-12"} 914884.103 node_disk_io_time_seconds_total{device="dm-13"} 1.204046959e+06 node_disk_io_time_seconds_total{device="dm-14"} 1.073290697e+06 node_disk_io_time_seconds_total{device="dm-15"} 1.120665834e+06 node_disk_io_time_seconds_total{device="dm-16"} 924159.9550000001 node_disk_io_time_seconds_total{device="dm-17"} 1.047774306e+06 node_disk_io_time_seconds_total{device="dm-18"} 1.107964985e+06 node_disk_io_time_seconds_total{device="dm-19"} 1.065495405e+06 node_disk_io_time_seconds_total{device="dm-2"} 34763.422 node_disk_io_time_seconds_total{device="dm-20"} 1.129539442e+06 node_disk_io_time_seconds_total{device="dm-21"} 957610.593 node_disk_io_time_seconds_total{device="dm-22"} 1.09969558e+06 node_disk_io_time_seconds_total{device="dm-23"} 1.027861797e+06 node_disk_io_time_seconds_total{device="dm-3"} 32361.263 node_disk_io_time_seconds_total{device="dm-4"} 27562.718 node_disk_io_time_seconds_total{device="dm-5"} 32406.074 node_disk_io_time_seconds_total{device="dm-6"} 26151.733 node_disk_io_time_seconds_total{device="dm-7"} 32976.756 node_disk_io_time_seconds_total{device="dm-8"} 27626.420000000002 node_disk_io_time_seconds_total{device="dm-9"} 34791.636 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"} 65073.135 node_disk_io_time_seconds_total{device="nvme1n1"} 0.181 node_disk_io_time_seconds_total{device="nvme2n1"} 200054.853 node_disk_io_time_seconds_total{device="nvme3n1"} 149921.606 node_disk_io_time_seconds_total{device="sda"} 1.047660799e+06 node_disk_io_time_seconds_total{device="sdb"} 1.0995603630000001e+06 node_disk_io_time_seconds_total{device="sdc"} 1.129443642e+06 node_disk_io_time_seconds_total{device="sdd"} 1.107858929e+06 node_disk_io_time_seconds_total{device="sde"} 924098.9280000001 node_disk_io_time_seconds_total{device="sdf"} 1.065407388e+06 node_disk_io_time_seconds_total{device="sdg"} 957511.081 node_disk_io_time_seconds_total{device="sdh"} 1.027763747e+06 node_disk_io_time_seconds_total{device="sdi"} 1.0731982280000001e+06 node_disk_io_time_seconds_total{device="sdj"} 914773.22 node_disk_io_time_seconds_total{device="sdk"} 1.203969398e+06 node_disk_io_time_seconds_total{device="sdl"} 58755.683000000005 node_disk_io_time_seconds_total{device="sdm"} 1.120570343e+06 # 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"} 59731.151 node_disk_io_time_weighted_seconds_total{device="dm-1"} 57917.644 node_disk_io_time_weighted_seconds_total{device="dm-10"} 65914.407 node_disk_io_time_weighted_seconds_total{device="dm-11"} 61247.587 node_disk_io_time_weighted_seconds_total{device="dm-12"} 1.028340767e+06 node_disk_io_time_weighted_seconds_total{device="dm-13"} 1.05805506e+06 node_disk_io_time_weighted_seconds_total{device="dm-14"} 916940.267 node_disk_io_time_weighted_seconds_total{device="dm-15"} 1.437322905e+06 node_disk_io_time_weighted_seconds_total{device="dm-16"} 735633.635 node_disk_io_time_weighted_seconds_total{device="dm-17"} 4.065425049e+06 node_disk_io_time_weighted_seconds_total{device="dm-18"} 4.244885932e+06 node_disk_io_time_weighted_seconds_total{device="dm-19"} 3.902250198e+06 node_disk_io_time_weighted_seconds_total{device="dm-2"} 69330.706 node_disk_io_time_weighted_seconds_total{device="dm-20"} 3.260547179e+06 node_disk_io_time_weighted_seconds_total{device="dm-21"} 1.504564271e+06 node_disk_io_time_weighted_seconds_total{device="dm-22"} 3.4965450530000003e+06 node_disk_io_time_weighted_seconds_total{device="dm-23"} 3.513140424e+06 node_disk_io_time_weighted_seconds_total{device="dm-3"} 66367.515 node_disk_io_time_weighted_seconds_total{device="dm-4"} 57089.641 node_disk_io_time_weighted_seconds_total{device="dm-5"} 62143.208 node_disk_io_time_weighted_seconds_total{device="dm-6"} 59427.532 node_disk_io_time_weighted_seconds_total{device="dm-7"} 72920.413 node_disk_io_time_weighted_seconds_total{device="dm-8"} 57319.569 node_disk_io_time_weighted_seconds_total{device="dm-9"} 73871.668 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"} 597995.732 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 0.244 node_disk_io_time_weighted_seconds_total{device="nvme2n1"} 627259.946 node_disk_io_time_weighted_seconds_total{device="nvme3n1"} 298423.254 node_disk_io_time_weighted_seconds_total{device="sda"} 38252.546 node_disk_io_time_weighted_seconds_total{device="sdb"} 3.8508858540000003e+06 node_disk_io_time_weighted_seconds_total{device="sdc"} 1.402715879e+06 node_disk_io_time_weighted_seconds_total{device="sdd"} 4.113598074e+06 node_disk_io_time_weighted_seconds_total{device="sde"} 2.916629807e+06 node_disk_io_time_weighted_seconds_total{device="sdf"} 4.174892244e+06 node_disk_io_time_weighted_seconds_total{device="sdg"} 3.350200102e+06 node_disk_io_time_weighted_seconds_total{device="sdh"} 4.111467091e+06 node_disk_io_time_weighted_seconds_total{device="sdi"} 549000.844 node_disk_io_time_weighted_seconds_total{device="sdj"} 3.144258105e+06 node_disk_io_time_weighted_seconds_total{device="sdk"} 2.057540811e+06 node_disk_io_time_weighted_seconds_total{device="sdl"} 533281.093 node_disk_io_time_weighted_seconds_total{device="sdm"} 496332.548 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="dm-0"} 1.72365787136e+11 node_disk_read_bytes_total{device="dm-1"} 1.32709675008e+11 node_disk_read_bytes_total{device="dm-10"} 1.84216047616e+11 node_disk_read_bytes_total{device="dm-11"} 1.57392707584e+11 node_disk_read_bytes_total{device="dm-12"} 4.3016615084032e+13 node_disk_read_bytes_total{device="dm-13"} 5.1526419542016e+13 node_disk_read_bytes_total{device="dm-14"} 4.6171158532096e+13 node_disk_read_bytes_total{device="dm-15"} 4.8957811961856e+13 node_disk_read_bytes_total{device="dm-16"} 4.185254529024e+13 node_disk_read_bytes_total{device="dm-17"} 4.5327248351232e+13 node_disk_read_bytes_total{device="dm-18"} 4.7905929498624e+13 node_disk_read_bytes_total{device="dm-19"} 4.7348217290752e+13 node_disk_read_bytes_total{device="dm-2"} 2.20553924608e+11 node_disk_read_bytes_total{device="dm-20"} 4.8498938843136e+13 node_disk_read_bytes_total{device="dm-21"} 4.300524224512e+13 node_disk_read_bytes_total{device="dm-22"} 4.9052457025536e+13 node_disk_read_bytes_total{device="dm-23"} 4.5215842992128e+13 node_disk_read_bytes_total{device="dm-3"} 1.92623177728e+11 node_disk_read_bytes_total{device="dm-4"} 1.79376754688e+11 node_disk_read_bytes_total{device="dm-5"} 1.8612574208e+11 node_disk_read_bytes_total{device="dm-6"} 1.14793447424e+11 node_disk_read_bytes_total{device="dm-7"} 1.85038757888e+11 node_disk_read_bytes_total{device="dm-8"} 1.6390178816e+11 node_disk_read_bytes_total{device="dm-9"} 1.86314940416e+11 node_disk_read_bytes_total{device="nbd0"} 0 node_disk_read_bytes_total{device="nbd1"} 0 node_disk_read_bytes_total{device="nbd10"} 0 node_disk_read_bytes_total{device="nbd11"} 0 node_disk_read_bytes_total{device="nbd12"} 0 node_disk_read_bytes_total{device="nbd13"} 0 node_disk_read_bytes_total{device="nbd14"} 0 node_disk_read_bytes_total{device="nbd15"} 0 node_disk_read_bytes_total{device="nbd2"} 0 node_disk_read_bytes_total{device="nbd3"} 0 node_disk_read_bytes_total{device="nbd4"} 0 node_disk_read_bytes_total{device="nbd5"} 0 node_disk_read_bytes_total{device="nbd6"} 0 node_disk_read_bytes_total{device="nbd7"} 0 node_disk_read_bytes_total{device="nbd8"} 0 node_disk_read_bytes_total{device="nbd9"} 0 node_disk_read_bytes_total{device="nvme0n1"} 3.540644752384e+13 node_disk_read_bytes_total{device="nvme1n1"} 3.909632e+07 node_disk_read_bytes_total{device="nvme2n1"} 2.075428352e+12 node_disk_read_bytes_total{device="nvme3n1"} 2.73106870272e+11 node_disk_read_bytes_total{device="sda"} 4.5327258976256e+13 node_disk_read_bytes_total{device="sdb"} 4.9052467658752e+13 node_disk_read_bytes_total{device="sdc"} 4.849894948864e+13 node_disk_read_bytes_total{device="sdd"} 4.7905940164608e+13 node_disk_read_bytes_total{device="sde"} 4.1852555927552e+13 node_disk_read_bytes_total{device="sdf"} 4.7348227919872e+13 node_disk_read_bytes_total{device="sdg"} 4.3005252866048e+13 node_disk_read_bytes_total{device="sdh"} 4.5215853674496e+13 node_disk_read_bytes_total{device="sdi"} 4.6171169185792e+13 node_disk_read_bytes_total{device="sdj"} 4.3016625741824e+13 node_disk_read_bytes_total{device="sdk"} 5.152643016704e+13 node_disk_read_bytes_total{device="sdl"} 4.59572885504e+11 node_disk_read_bytes_total{device="sdm"} 4.8957822636032e+13 # 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"} 2842.136 node_disk_read_time_seconds_total{device="dm-1"} 2241.344 node_disk_read_time_seconds_total{device="dm-10"} 2585.8360000000002 node_disk_read_time_seconds_total{device="dm-11"} 2269.165 node_disk_read_time_seconds_total{device="dm-12"} 184341.284 node_disk_read_time_seconds_total{device="dm-13"} 4.219224983e+06 node_disk_read_time_seconds_total{device="dm-14"} 4.038350126e+06 node_disk_read_time_seconds_total{device="dm-15"} 474334.92100000003 node_disk_read_time_seconds_total{device="dm-16"} 4.209805864e+06 node_disk_read_time_seconds_total{device="dm-17"} 3.07410397e+06 node_disk_read_time_seconds_total{device="dm-18"} 3.362961785e+06 node_disk_read_time_seconds_total{device="dm-19"} 2.958390537e+06 node_disk_read_time_seconds_total{device="dm-2"} 3717.7780000000002 node_disk_read_time_seconds_total{device="dm-20"} 2.193157953e+06 node_disk_read_time_seconds_total{device="dm-21"} 557651.017 node_disk_read_time_seconds_total{device="dm-22"} 2.604392193e+06 node_disk_read_time_seconds_total{device="dm-23"} 2.329508188e+06 node_disk_read_time_seconds_total{device="dm-3"} 2899.701 node_disk_read_time_seconds_total{device="dm-4"} 2678.158 node_disk_read_time_seconds_total{device="dm-5"} 2962.573 node_disk_read_time_seconds_total{device="dm-6"} 1887.512 node_disk_read_time_seconds_total{device="dm-7"} 2894.077 node_disk_read_time_seconds_total{device="dm-8"} 2495.248 node_disk_read_time_seconds_total{device="dm-9"} 3132.174 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"} 448356.748 node_disk_read_time_seconds_total{device="nvme1n1"} 0.244 node_disk_read_time_seconds_total{device="nvme2n1"} 32775.352 node_disk_read_time_seconds_total{device="nvme3n1"} 12616.319 node_disk_read_time_seconds_total{device="sda"} 3.905139165e+06 node_disk_read_time_seconds_total{device="sdb"} 3.570691061e+06 node_disk_read_time_seconds_total{device="sdc"} 984628.461 node_disk_read_time_seconds_total{device="sdd"} 3.830012812e+06 node_disk_read_time_seconds_total{device="sde"} 2.593598658e+06 node_disk_read_time_seconds_total{device="sdf"} 3.827246349e+06 node_disk_read_time_seconds_total{device="sdg"} 2.917931554e+06 node_disk_read_time_seconds_total{device="sdh"} 3.597107502e+06 node_disk_read_time_seconds_total{device="sdi"} 28430.641 node_disk_read_time_seconds_total{device="sdj"} 2.782047844e+06 node_disk_read_time_seconds_total{device="sdk"} 1.654213139e+06 node_disk_read_time_seconds_total{device="sdl"} 31947.59 node_disk_read_time_seconds_total{device="sdm"} 128790.144 # 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"} 8.895697e+06 node_disk_reads_completed_total{device="dm-1"} 7.062313e+06 node_disk_reads_completed_total{device="dm-10"} 7.879206e+06 node_disk_reads_completed_total{device="dm-11"} 7.681969e+06 node_disk_reads_completed_total{device="dm-12"} 6.847143e+08 node_disk_reads_completed_total{device="dm-13"} 8.21712695e+08 node_disk_reads_completed_total{device="dm-14"} 7.36839153e+08 node_disk_reads_completed_total{device="dm-15"} 7.82228122e+08 node_disk_reads_completed_total{device="dm-16"} 6.67136329e+08 node_disk_reads_completed_total{device="dm-17"} 7.20111609e+08 node_disk_reads_completed_total{device="dm-18"} 7.62595413e+08 node_disk_reads_completed_total{device="dm-19"} 7.54452592e+08 node_disk_reads_completed_total{device="dm-2"} 1.1025252e+07 node_disk_reads_completed_total{device="dm-20"} 7.74393115e+08 node_disk_reads_completed_total{device="dm-21"} 6.84553194e+08 node_disk_reads_completed_total{device="dm-22"} 7.84058916e+08 node_disk_reads_completed_total{device="dm-23"} 7.19674017e+08 node_disk_reads_completed_total{device="dm-3"} 9.040068e+06 node_disk_reads_completed_total{device="dm-4"} 8.843929e+06 node_disk_reads_completed_total{device="dm-5"} 9.534791e+06 node_disk_reads_completed_total{device="dm-6"} 5.664689e+06 node_disk_reads_completed_total{device="dm-7"} 8.714699e+06 node_disk_reads_completed_total{device="dm-8"} 7.984722e+06 node_disk_reads_completed_total{device="dm-9"} 8.847814e+06 node_disk_reads_completed_total{device="nbd0"} 0 node_disk_reads_completed_total{device="nbd1"} 0 node_disk_reads_completed_total{device="nbd10"} 0 node_disk_reads_completed_total{device="nbd11"} 0 node_disk_reads_completed_total{device="nbd12"} 0 node_disk_reads_completed_total{device="nbd13"} 0 node_disk_reads_completed_total{device="nbd14"} 0 node_disk_reads_completed_total{device="nbd15"} 0 node_disk_reads_completed_total{device="nbd2"} 0 node_disk_reads_completed_total{device="nbd3"} 0 node_disk_reads_completed_total{device="nbd4"} 0 node_disk_reads_completed_total{device="nbd5"} 0 node_disk_reads_completed_total{device="nbd6"} 0 node_disk_reads_completed_total{device="nbd7"} 0 node_disk_reads_completed_total{device="nbd8"} 0 node_disk_reads_completed_total{device="nbd9"} 0 node_disk_reads_completed_total{device="nvme0n1"} 6.46831497e+08 node_disk_reads_completed_total{device="nvme1n1"} 1824 node_disk_reads_completed_total{device="nvme2n1"} 1.01176408e+08 node_disk_reads_completed_total{device="nvme3n1"} 1.2288419e+07 node_disk_reads_completed_total{device="sda"} 2.78947312e+08 node_disk_reads_completed_total{device="sdb"} 3.0248156e+08 node_disk_reads_completed_total{device="sdc"} 3.03735226e+08 node_disk_reads_completed_total{device="sdd"} 2.9180131e+08 node_disk_reads_completed_total{device="sde"} 2.59023551e+08 node_disk_reads_completed_total{device="sdf"} 2.92657037e+08 node_disk_reads_completed_total{device="sdg"} 2.65618392e+08 node_disk_reads_completed_total{device="sdh"} 2.78842208e+08 node_disk_reads_completed_total{device="sdi"} 2.87894342e+08 node_disk_reads_completed_total{device="sdj"} 2.66626557e+08 node_disk_reads_completed_total{device="sdk"} 3.17487736e+08 node_disk_reads_completed_total{device="sdl"} 9.809663e+06 node_disk_reads_completed_total{device="sdm"} 3.02116194e+08 # 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"} 13 node_disk_reads_merged_total{device="nvme1n1"} 0 node_disk_reads_merged_total{device="nvme2n1"} 0 node_disk_reads_merged_total{device="nvme3n1"} 4.816466e+06 node_disk_reads_merged_total{device="sda"} 4.4116451e+08 node_disk_reads_merged_total{device="sdb"} 4.8157757e+08 node_disk_reads_merged_total{device="sdc"} 4.70658103e+08 node_disk_reads_merged_total{device="sdd"} 4.7079432e+08 node_disk_reads_merged_total{device="sde"} 4.08112991e+08 node_disk_reads_merged_total{device="sdf"} 4.61795769e+08 node_disk_reads_merged_total{device="sdg"} 4.18935016e+08 node_disk_reads_merged_total{device="sdh"} 4.40832027e+08 node_disk_reads_merged_total{device="sdi"} 4.48945026e+08 node_disk_reads_merged_total{device="sdj"} 4.18087957e+08 node_disk_reads_merged_total{device="sdk"} 5.04225185e+08 node_disk_reads_merged_total{device="sdl"} 336013 node_disk_reads_merged_total{device="sdm"} 4.80112144e+08 # 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"} 56889.015 node_disk_write_time_seconds_total{device="dm-1"} 55676.3 node_disk_write_time_seconds_total{device="dm-10"} 63328.571 node_disk_write_time_seconds_total{device="dm-11"} 58978.422 node_disk_write_time_seconds_total{device="dm-12"} 843999.483 node_disk_write_time_seconds_total{device="dm-13"} 1.1337973730000001e+06 node_disk_write_time_seconds_total{device="dm-14"} 1.173557437e+06 node_disk_write_time_seconds_total{device="dm-15"} 962987.984 node_disk_write_time_seconds_total{device="dm-16"} 820795.067 node_disk_write_time_seconds_total{device="dm-17"} 991321.079 node_disk_write_time_seconds_total{device="dm-18"} 881924.147 node_disk_write_time_seconds_total{device="dm-19"} 943859.661 node_disk_write_time_seconds_total{device="dm-2"} 65612.928 node_disk_write_time_seconds_total{device="dm-20"} 1.067389226e+06 node_disk_write_time_seconds_total{device="dm-21"} 946913.2540000001 node_disk_write_time_seconds_total{device="dm-22"} 892152.86 node_disk_write_time_seconds_total{device="dm-23"} 1.183632236e+06 node_disk_write_time_seconds_total{device="dm-3"} 63467.814 node_disk_write_time_seconds_total{device="dm-4"} 54411.483 node_disk_write_time_seconds_total{device="dm-5"} 59180.635 node_disk_write_time_seconds_total{device="dm-6"} 57540.020000000004 node_disk_write_time_seconds_total{device="dm-7"} 70026.336 node_disk_write_time_seconds_total{device="dm-8"} 54824.321 node_disk_write_time_seconds_total{device="dm-9"} 70739.494 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"} 149638.983 node_disk_write_time_seconds_total{device="nvme1n1"} 0 node_disk_write_time_seconds_total{device="nvme2n1"} 346107.363 node_disk_write_time_seconds_total{device="nvme3n1"} 157969.003 node_disk_write_time_seconds_total{device="sda"} 428080.67600000004 node_disk_write_time_seconds_total{device="sdb"} 280194.793 node_disk_write_time_seconds_total{device="sdc"} 418087.418 node_disk_write_time_seconds_total{device="sdd"} 283585.262 node_disk_write_time_seconds_total{device="sde"} 323031.148 node_disk_write_time_seconds_total{device="sdf"} 347645.895 node_disk_write_time_seconds_total{device="sdg"} 432268.548 node_disk_write_time_seconds_total{device="sdh"} 514359.588 node_disk_write_time_seconds_total{device="sdi"} 520570.20300000004 node_disk_write_time_seconds_total{device="sdj"} 362210.26 node_disk_write_time_seconds_total{device="sdk"} 403327.67100000003 node_disk_write_time_seconds_total{device="sdl"} 487456.496 node_disk_write_time_seconds_total{device="sdm"} 367542.404 # 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"} 6.2370981e+07 node_disk_writes_completed_total{device="dm-1"} 6.1295522e+07 node_disk_writes_completed_total{device="dm-10"} 8.2500898e+07 node_disk_writes_completed_total{device="dm-11"} 6.7783473e+07 node_disk_writes_completed_total{device="dm-12"} 2.2649471e+07 node_disk_writes_completed_total{device="dm-13"} 2.9171528e+07 node_disk_writes_completed_total{device="dm-14"} 2.6402099e+07 node_disk_writes_completed_total{device="dm-15"} 2.7410568e+07 node_disk_writes_completed_total{device="dm-16"} 2.2614443e+07 node_disk_writes_completed_total{device="dm-17"} 2.761044e+07 node_disk_writes_completed_total{device="dm-18"} 2.6454276e+07 node_disk_writes_completed_total{device="dm-19"} 2.4757133e+07 node_disk_writes_completed_total{device="dm-2"} 7.7986252e+07 node_disk_writes_completed_total{device="dm-20"} 2.8632111e+07 node_disk_writes_completed_total{device="dm-21"} 2.3137977e+07 node_disk_writes_completed_total{device="dm-22"} 2.8732247e+07 node_disk_writes_completed_total{device="dm-23"} 2.6801507e+07 node_disk_writes_completed_total{device="dm-3"} 7.8776976e+07 node_disk_writes_completed_total{device="dm-4"} 5.9695354e+07 node_disk_writes_completed_total{device="dm-5"} 7.8658162e+07 node_disk_writes_completed_total{device="dm-6"} 5.9732014e+07 node_disk_writes_completed_total{device="dm-7"} 8.3747534e+07 node_disk_writes_completed_total{device="dm-8"} 6.3145507e+07 node_disk_writes_completed_total{device="dm-9"} 8.1638209e+07 node_disk_writes_completed_total{device="nbd0"} 0 node_disk_writes_completed_total{device="nbd1"} 0 node_disk_writes_completed_total{device="nbd10"} 0 node_disk_writes_completed_total{device="nbd11"} 0 node_disk_writes_completed_total{device="nbd12"} 0 node_disk_writes_completed_total{device="nbd13"} 0 node_disk_writes_completed_total{device="nbd14"} 0 node_disk_writes_completed_total{device="nbd15"} 0 node_disk_writes_completed_total{device="nbd2"} 0 node_disk_writes_completed_total{device="nbd3"} 0 node_disk_writes_completed_total{device="nbd4"} 0 node_disk_writes_completed_total{device="nbd5"} 0 node_disk_writes_completed_total{device="nbd6"} 0 node_disk_writes_completed_total{device="nbd7"} 0 node_disk_writes_completed_total{device="nbd8"} 0 node_disk_writes_completed_total{device="nbd9"} 0 node_disk_writes_completed_total{device="nvme0n1"} 2.5879684e+07 node_disk_writes_completed_total{device="nvme1n1"} 0 node_disk_writes_completed_total{device="nvme2n1"} 2.3857005e+08 node_disk_writes_completed_total{device="nvme3n1"} 1.22553862e+08 node_disk_writes_completed_total{device="sda"} 5.699909e+06 node_disk_writes_completed_total{device="sdb"} 4.903006e+06 node_disk_writes_completed_total{device="sdc"} 5.774546e+06 node_disk_writes_completed_total{device="sdd"} 4.807341e+06 node_disk_writes_completed_total{device="sde"} 4.765464e+06 node_disk_writes_completed_total{device="sdf"} 5.019526e+06 node_disk_writes_completed_total{device="sdg"} 5.39029e+06 node_disk_writes_completed_total{device="sdh"} 5.895268e+06 node_disk_writes_completed_total{device="sdi"} 6.245654e+06 node_disk_writes_completed_total{device="sdj"} 4.980658e+06 node_disk_writes_completed_total{device="sdk"} 5.762708e+06 node_disk_writes_completed_total{device="sdl"} 8.1299175e+07 node_disk_writes_completed_total{device="sdm"} 5.40183e+06 # 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"} 2.760671e+06 node_disk_writes_merged_total{device="nvme1n1"} 0 node_disk_writes_merged_total{device="nvme2n1"} 6.18973072e+08 node_disk_writes_merged_total{device="nvme3n1"} 3.28939288e+08 node_disk_writes_merged_total{device="sda"} 2.1910539e+07 node_disk_writes_merged_total{device="sdb"} 2.3829251e+07 node_disk_writes_merged_total{device="sdc"} 2.2857589e+07 node_disk_writes_merged_total{device="sdd"} 2.164695e+07 node_disk_writes_merged_total{device="sde"} 1.7848987e+07 node_disk_writes_merged_total{device="sdf"} 1.9737618e+07 node_disk_writes_merged_total{device="sdg"} 1.77477e+07 node_disk_writes_merged_total{device="sdh"} 2.0906261e+07 node_disk_writes_merged_total{device="sdi"} 2.0156455e+07 node_disk_writes_merged_total{device="sdj"} 1.7668818e+07 node_disk_writes_merged_total{device="sdk"} 2.3408832e+07 node_disk_writes_merged_total{device="sdl"} 1.89289518e+08 node_disk_writes_merged_total{device="sdm"} 2.2008748e+07 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="dm-0"} 2.24041693184e+11 node_disk_written_bytes_total{device="dm-1"} 2.20130926592e+11 node_disk_written_bytes_total{device="dm-10"} 3.00833701888e+11 node_disk_written_bytes_total{device="dm-11"} 2.44775878656e+11 node_disk_written_bytes_total{device="dm-12"} 1.263285366784e+12 node_disk_written_bytes_total{device="dm-13"} 1.668181348352e+12 node_disk_written_bytes_total{device="dm-14"} 1.444688601088e+12 node_disk_written_bytes_total{device="dm-15"} 1.57011689472e+12 node_disk_written_bytes_total{device="dm-16"} 1.280637947904e+12 node_disk_written_bytes_total{device="dm-17"} 1.5646219264e+12 node_disk_written_bytes_total{device="dm-18"} 1.538677837824e+12 node_disk_written_bytes_total{device="dm-19"} 1.405742821376e+12 node_disk_written_bytes_total{device="dm-2"} 2.79510908928e+11 node_disk_written_bytes_total{device="dm-20"} 1.630944210944e+12 node_disk_written_bytes_total{device="dm-21"} 1.272203956224e+12 node_disk_written_bytes_total{device="dm-22"} 1.691377610752e+12 node_disk_written_bytes_total{device="dm-23"} 1.494409515008e+12 node_disk_written_bytes_total{device="dm-3"} 2.85465411584e+11 node_disk_written_bytes_total{device="dm-4"} 2.15431217152e+11 node_disk_written_bytes_total{device="dm-5"} 2.85038465024e+11 node_disk_written_bytes_total{device="dm-6"} 2.165640192e+11 node_disk_written_bytes_total{device="dm-7"} 3.04807448576e+11 node_disk_written_bytes_total{device="dm-8"} 2.28826013696e+11 node_disk_written_bytes_total{device="dm-9"} 2.93308903424e+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"} 2.124959337472e+12 node_disk_written_bytes_total{device="nvme1n1"} 0 node_disk_written_bytes_total{device="nvme2n1"} 3.098734587904e+12 node_disk_written_bytes_total{device="nvme3n1"} 1.9325283328e+12 node_disk_written_bytes_total{device="sda"} 1.5646219264e+12 node_disk_written_bytes_total{device="sdb"} 1.691377610752e+12 node_disk_written_bytes_total{device="sdc"} 1.630944210944e+12 node_disk_written_bytes_total{device="sdd"} 1.538677837824e+12 node_disk_written_bytes_total{device="sde"} 1.280637947904e+12 node_disk_written_bytes_total{device="sdf"} 1.405742821376e+12 node_disk_written_bytes_total{device="sdg"} 1.272203956224e+12 node_disk_written_bytes_total{device="sdh"} 1.494409515008e+12 node_disk_written_bytes_total{device="sdi"} 1.444688601088e+12 node_disk_written_bytes_total{device="sdj"} 1.263285366784e+12 node_disk_written_bytes_total{device="sdk"} 1.668181348352e+12 node_disk_written_bytes_total{device="sdl"} 5.870612644352e+12 node_disk_written_bytes_total{device="sdm"} 1.57011689472e+12 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="11/07/2025",bios_release="2.22",bios_vendor="Dell Inc.",bios_version="2.22.0",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 13472 # 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.861584207872e+12 node_filesystem_avail_bytes{device="/dev/sdl1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.01428992e+08 node_filesystem_avail_bytes{device="/dev/sdl2",device_error="",fstype="ext4",mountpoint="/boot"} 6.02898432e+08 node_filesystem_avail_bytes{device="/dev/sdl3",device_error="",fstype="ext4",mountpoint="/"} 1.2118951936e+11 node_filesystem_avail_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 2.637242791100416e+15 node_filesystem_avail_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 2.637242791100416e+15 node_filesystem_avail_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 7.1343903080448e+13 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 3.6447195648e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 3.6447195648e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 1.3304546816e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 1.3304546816e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 1.3304546816e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 1.3304546816e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 1.3304546816e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 1.3304546816e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 1.3304546816e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 1.3304546816e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 1.3304546816e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 1.3304546816e+10 node_filesystem_avail_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 6.63488561152e+12 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.05897725952e+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/sdl1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sdl2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/sdl3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="192.170.241.193:6789,192.170.240.135: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.135: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.135: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.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="/var/cvmfs/atlas-condb.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/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/00d639c3420be49c705100c6ec9353d0b1a61d7194570f9652b5f23e0467959f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/024ad2b97168382521c5dcdb8d9fa1d9e46694850d0441d90045391ec2b3f90a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/111e73a52d8bda8a2b156c48b628cf801ba2435732d1c3a19254ca132efbc422/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/28be95b2cb2ba6cd6093aea6829b0cad1992c793c41a477560615384a8e4656d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2fedeacc10e2dd41ee4a2a8ecfb5deea6ebc91c26b10faccd68dbb47b6f6e04d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c1532409c7029925ed7399309cef5f44f30f2d21fb3dd63081bbbfae7884322/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41ae29d63d1790e17796b2ae49efb3583666282101016dcb628ece10a3dff0f1/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/43f91accc7986029814a436bf4fd54c68f034adfd0ab047494d4c008fc182adf/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/44e3afc92de294a7306f92e41599e89790a734dac217deb4510ae67bc4d9e218/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c92d0658c41a4645fb50245ee0b0962acca6749144412b69726c4ac25ec97c5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4fdea203a40ddb6c8561e984c0f5d7b1b3eebb39465547c1a62fe1d2d075c6ae/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/56a62959a73028f519b0d5c84ef40f3701c5e423666d602902051139858ed6e7/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61b67232c25138b7ab75fd3fc634d3c95dba3cfa4c53d140044748cbe1b8d0c7/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62f3ab03808235b01add6905a9e26435b087d3eb5aa7f682bdc93d973bbc7f1c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/65c409db01c4f388fe6ebb373de9e919137a1cffc63dcfe55eb107fb3d5cf41b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6730723e0a8fb2c498c9fbd70e0f24ac5d8eb88076b0cbbf94f91d1123a1a00e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/80df18a47488f9caffba3e576b6ea406c8cb8f0c3715796818292cb2fa71c615/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8235e1651531061a12fe21a5820f98d2db8e487f08652ba0b9e734c3acab4e01/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8644e6e5a129e742093bc4985215f00e638ecfecebbc5b794ee78b32e4d35b49/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8c839245ea120f7c790de44ec3cdad31ffeabbe5c889ced6d7aa16e4f7cef0e7/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8dbad47d74309be34cf768bc8317eee005ba9e32161854f67faf38fc0e61a225/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/97b816308d489cd0e5a0c931f8697274373c10936084235bb06af08f1965c300/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/98733956e176de42e77f67acd854980e116239bbb3f450304f2653a16c1347a7/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a5ecd134affeb5e617ead1d8ad7610f7646eb66bea8c4a32791045e177c9a3fb/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c1d95ab52e1dc62a5a57c63b7852b0b4adb33b55fb5bd31625e02a66041be8d3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d12904e64a977c922332d7f8457e63ac35e6c8570d266be3d2b4679eec1d809c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2a0f858f9dcf2e53a33d594ec2249f08aeef5c48920d6abd3dce2d75b38a48b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1fad6c26ecdad7f454ae9bba2b446e0055dbae770b3b305be77bdc6085ce88e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fa868f11159acf7ec87a3600236b482f6356c9db401ceeb50db4ab500c68afeb/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fd9f5355013360cb4b9902b57d78532e57e5d1080725b6e1cdae66a916641040/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/sdl1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sdl2",device_error="",fstype="ext4",mountpoint="/boot"} 65536 node_filesystem_files{device="/dev/sdl3",device_error="",fstype="ext4",mountpoint="/"} 1.4573568e+07 node_filesystem_files{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 9.35872067e+08 node_filesystem_files{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 9.35872067e+08 node_filesystem_files{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.7842694e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.8841901e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 68 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 13090 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 1.28976235e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 2.8841901e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 68 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 1031 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 3.2270192e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 2.35695001e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 7.72715461e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 1.287153e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 1.378053034e+09 node_filesystem_files{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.3177850588e+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.87475047e+08 node_filesystem_files_free{device="/dev/sdl1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sdl2",device_error="",fstype="ext4",mountpoint="/boot"} 65491 node_filesystem_files_free{device="/dev/sdl3",device_error="",fstype="ext4",mountpoint="/"} 1.3109547e+07 node_filesystem_files_free{device="192.170.241.193:6789,192.170.240.135: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.135: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.135: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.cern.ch"} 2.88405605e+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="/var/cvmfs/atlas-condb.cern.ch"} 0 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 1.28976182e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 2.88405605e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 0 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 3.227017e+07 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 2.35694989e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 7.72715433e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 1.24528e+07 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 1.378046231e+09 node_filesystem_files_free{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.2958760704e+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"} 814539 # 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.861584207872e+12 node_filesystem_free_bytes{device="/dev/sdl1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.01428992e+08 node_filesystem_free_bytes{device="/dev/sdl2",device_error="",fstype="ext4",mountpoint="/boot"} 6.7336192e+08 node_filesystem_free_bytes{device="/dev/sdl3",device_error="",fstype="ext4",mountpoint="/"} 1.33141553152e+11 node_filesystem_free_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 2.637242791100416e+15 node_filesystem_free_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 2.637242791100416e+15 node_filesystem_free_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 7.1343903080448e+13 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 3.6447195648e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 3.6447195648e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 1.3304546816e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 1.3304546816e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 1.3304546816e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 1.3304546816e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 1.3304546816e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 1.3304546816e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 1.3304546816e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 1.3304546816e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 1.3304546816e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/unpacked.cern.ch"} 1.3304546816e+10 node_filesystem_free_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 6.63488561152e+12 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.05897725952e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/nvme0n1",major="259",minor="0",mountpoint="/scratch"} 1 node_filesystem_mount_info{device="/dev/sdl1",major="8",minor="177",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sdl2",major="8",minor="178",mountpoint="/boot"} 1 node_filesystem_mount_info{device="/dev/sdl3",major="8",minor="179",mountpoint="/"} 1 node_filesystem_mount_info{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/cold",major="0",minor="47",mountpoint="/cold"} 1 node_filesystem_mount_info{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/data",major="0",minor="45",mountpoint="/data"} 1 node_filesystem_mount_info{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/work",major="0",minor="46",mountpoint="/work"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="122",mountpoint="/var/cvmfs/sft.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="123",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="168",mountpoint="/var/cvmfs/sw.hsf.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="416",mountpoint="/var/cvmfs/atlas.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="419",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="511",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="514",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="520",mountpoint="/cvmfs/atlas.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="524",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="525",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="526",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="527",mountpoint="/var/cvmfs/unpacked.cern.ch"} 1 node_filesystem_mount_info{device="nfs.af.uchicago.edu:/export/home",major="0",minor="50",mountpoint="/home"} 1 node_filesystem_mount_info{device="none",major="0",minor="34",mountpoint="/run/credentials/systemd-sysctl.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="35",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="37",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",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/sdl1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sdl2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="/dev/sdl3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="192.170.241.193:6789,192.170.240.135: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.135: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.135: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.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="/var/cvmfs/atlas-condb.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/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/sdl1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sdl2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sdl3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="192.170.241.193:6789,192.170.240.135: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.135: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.135: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.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="/var/cvmfs/atlas-condb.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/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/00d639c3420be49c705100c6ec9353d0b1a61d7194570f9652b5f23e0467959f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/024ad2b97168382521c5dcdb8d9fa1d9e46694850d0441d90045391ec2b3f90a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/111e73a52d8bda8a2b156c48b628cf801ba2435732d1c3a19254ca132efbc422/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/28be95b2cb2ba6cd6093aea6829b0cad1992c793c41a477560615384a8e4656d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2fedeacc10e2dd41ee4a2a8ecfb5deea6ebc91c26b10faccd68dbb47b6f6e04d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c1532409c7029925ed7399309cef5f44f30f2d21fb3dd63081bbbfae7884322/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41ae29d63d1790e17796b2ae49efb3583666282101016dcb628ece10a3dff0f1/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/43f91accc7986029814a436bf4fd54c68f034adfd0ab047494d4c008fc182adf/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/44e3afc92de294a7306f92e41599e89790a734dac217deb4510ae67bc4d9e218/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c92d0658c41a4645fb50245ee0b0962acca6749144412b69726c4ac25ec97c5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4fdea203a40ddb6c8561e984c0f5d7b1b3eebb39465547c1a62fe1d2d075c6ae/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/56a62959a73028f519b0d5c84ef40f3701c5e423666d602902051139858ed6e7/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61b67232c25138b7ab75fd3fc634d3c95dba3cfa4c53d140044748cbe1b8d0c7/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62f3ab03808235b01add6905a9e26435b087d3eb5aa7f682bdc93d973bbc7f1c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/65c409db01c4f388fe6ebb373de9e919137a1cffc63dcfe55eb107fb3d5cf41b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6730723e0a8fb2c498c9fbd70e0f24ac5d8eb88076b0cbbf94f91d1123a1a00e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/80df18a47488f9caffba3e576b6ea406c8cb8f0c3715796818292cb2fa71c615/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8235e1651531061a12fe21a5820f98d2db8e487f08652ba0b9e734c3acab4e01/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8644e6e5a129e742093bc4985215f00e638ecfecebbc5b794ee78b32e4d35b49/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8c839245ea120f7c790de44ec3cdad31ffeabbe5c889ced6d7aa16e4f7cef0e7/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8dbad47d74309be34cf768bc8317eee005ba9e32161854f67faf38fc0e61a225/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/97b816308d489cd0e5a0c931f8697274373c10936084235bb06af08f1965c300/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/98733956e176de42e77f67acd854980e116239bbb3f450304f2653a16c1347a7/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a5ecd134affeb5e617ead1d8ad7610f7646eb66bea8c4a32791045e177c9a3fb/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c1d95ab52e1dc62a5a57c63b7852b0b4adb33b55fb5bd31625e02a66041be8d3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d12904e64a977c922332d7f8457e63ac35e6c8570d266be3d2b4679eec1d809c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2a0f858f9dcf2e53a33d594ec2249f08aeef5c48920d6abd3dce2d75b38a48b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1fad6c26ecdad7f454ae9bba2b446e0055dbae770b3b305be77bdc6085ce88e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fa868f11159acf7ec87a3600236b482f6356c9db401ceeb50db4ab500c68afeb/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fd9f5355013360cb4b9902b57d78532e57e5d1080725b6e1cdae66a916641040/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/sdl1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.0946944e+08 node_filesystem_size_bytes{device="/dev/sdl2",device_error="",fstype="ext4",mountpoint="/boot"} 1.02070272e+09 node_filesystem_size_bytes{device="/dev/sdl3",device_error="",fstype="ext4",mountpoint="/"} 2.33821335552e+11 node_filesystem_size_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 6.4416748929024e+15 node_filesystem_size_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/data",device_error="",fstype="ceph",mountpoint="/data"} 6.4416748929024e+15 node_filesystem_size_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/work",device_error="",fstype="ceph",mountpoint="/work"} 1.29976024170496e+14 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="/var/cvmfs/atlas-condb.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-nightlies.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/config-osg.opensciencegrid.org"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/oasis.opensciencegrid.org"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft-nightlies.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sft.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/sw.hsf.org"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/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.628780032e+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.08011794432e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 3.19444714e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="lnxsybus:00_acpi000d:00",chip_name="power_meter"} 1 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_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"} 480 # HELP node_hwmon_power_interval_max_watt Hardware monitor for power usage in watts (interval_max) # TYPE node_hwmon_power_interval_max_watt gauge node_hwmon_power_interval_max_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 604.8 # HELP node_hwmon_power_interval_min_watt Hardware monitor for power usage in watts (interval_min) # TYPE node_hwmon_power_interval_min_watt gauge node_hwmon_power_interval_min_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 0.002 # 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.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 34 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp5"} 36 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp7"} 37.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp9"} 34.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp1"} 38.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp3"} 36.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp5"} 38.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp7"} 38.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp9"} 37.25 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.07938683627e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.09 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.45 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.66 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 3.7005811712e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.31848564736e+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 9.4842753024e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 3.904897024e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 4.241195008e+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 3.85335754752e+11 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 6.607945728e+10 # HELP node_memory_CmaFree_bytes Memory information field CmaFree_bytes. # TYPE node_memory_CmaFree_bytes gauge node_memory_CmaFree_bytes 0 # HELP node_memory_CmaTotal_bytes Memory information field CmaTotal_bytes. # TYPE node_memory_CmaTotal_bytes gauge node_memory_CmaTotal_bytes 0 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.70029479936e+11 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.01630042112e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 5.08953624576e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 3.9617298432e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 7.5792384e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 143360 # 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 8.055492608e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.62538684416e+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.54483191808e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 8.3132416e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.47943424e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.82362523648e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.7391980544e+10 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.40058963968e+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.71905024e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 4.21920768e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.1888970752e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.19307776e+09 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 2.117804032e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.5082048512e+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.53353216e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 655 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 2.2732998e+07 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 2.1432099e+07 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 849 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 152023 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 189132 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 3.455630025921e+12 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 1.766583953013e+12 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 6.6947792770137e+13 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.44326094311669e+14 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 107 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 13 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 17 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 6 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 6 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 2.1650597e+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 23027 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 250456 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 1.2666495e+07 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 4952 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 11092 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.2522441794e+10 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 3.392314e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.4106441653e+10 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1.3488527e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 3.3107159e+07 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 35 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 8 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 229096 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 35 # 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 2.74507914e+08 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 17 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 38570 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 2.79803058e+08 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="cali066433ba2a4"} 3 node_network_address_assign_type{device="cali218ae4a84f0"} 3 node_network_address_assign_type{device="cali22a8cbc8d2d"} 3 node_network_address_assign_type{device="cali3312436547e"} 3 node_network_address_assign_type{device="cali5d2fae550b5"} 3 node_network_address_assign_type{device="cali77abf37ce2f"} 3 node_network_address_assign_type{device="cali7df8c08ce70"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eno1"} 0 node_network_address_assign_type{device="eno2"} 0 node_network_address_assign_type{device="eno33np0"} 0 node_network_address_assign_type{device="eno33np0.3604"} 2 node_network_address_assign_type{device="eno34np1"} 0 node_network_address_assign_type{device="lo"} 0 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="cali066433ba2a4"} 1 node_network_carrier{device="cali218ae4a84f0"} 1 node_network_carrier{device="cali22a8cbc8d2d"} 1 node_network_carrier{device="cali3312436547e"} 1 node_network_carrier{device="cali5d2fae550b5"} 1 node_network_carrier{device="cali77abf37ce2f"} 1 node_network_carrier{device="cali7df8c08ce70"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eno1"} 1 node_network_carrier{device="eno2"} 0 node_network_carrier{device="eno33np0"} 1 node_network_carrier{device="eno33np0.3604"} 1 node_network_carrier{device="eno34np1"} 0 node_network_carrier{device="lo"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="cali066433ba2a4"} 2 node_network_carrier_changes_total{device="cali218ae4a84f0"} 2 node_network_carrier_changes_total{device="cali22a8cbc8d2d"} 2 node_network_carrier_changes_total{device="cali3312436547e"} 2 node_network_carrier_changes_total{device="cali5d2fae550b5"} 2 node_network_carrier_changes_total{device="cali77abf37ce2f"} 2 node_network_carrier_changes_total{device="cali7df8c08ce70"} 2 node_network_carrier_changes_total{device="docker0"} 47 node_network_carrier_changes_total{device="eno1"} 1 node_network_carrier_changes_total{device="eno2"} 0 node_network_carrier_changes_total{device="eno33np0"} 4 node_network_carrier_changes_total{device="eno33np0.3604"} 0 node_network_carrier_changes_total{device="eno34np1"} 1 node_network_carrier_changes_total{device="lo"} 0 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="cali066433ba2a4"} 1 node_network_carrier_down_changes_total{device="cali218ae4a84f0"} 1 node_network_carrier_down_changes_total{device="cali22a8cbc8d2d"} 1 node_network_carrier_down_changes_total{device="cali3312436547e"} 1 node_network_carrier_down_changes_total{device="cali5d2fae550b5"} 1 node_network_carrier_down_changes_total{device="cali77abf37ce2f"} 1 node_network_carrier_down_changes_total{device="cali7df8c08ce70"} 1 node_network_carrier_down_changes_total{device="docker0"} 24 node_network_carrier_down_changes_total{device="eno1"} 0 node_network_carrier_down_changes_total{device="eno2"} 0 node_network_carrier_down_changes_total{device="eno33np0"} 2 node_network_carrier_down_changes_total{device="eno33np0.3604"} 0 node_network_carrier_down_changes_total{device="eno34np1"} 1 node_network_carrier_down_changes_total{device="lo"} 0 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="cali066433ba2a4"} 1 node_network_carrier_up_changes_total{device="cali218ae4a84f0"} 1 node_network_carrier_up_changes_total{device="cali22a8cbc8d2d"} 1 node_network_carrier_up_changes_total{device="cali3312436547e"} 1 node_network_carrier_up_changes_total{device="cali5d2fae550b5"} 1 node_network_carrier_up_changes_total{device="cali77abf37ce2f"} 1 node_network_carrier_up_changes_total{device="cali7df8c08ce70"} 1 node_network_carrier_up_changes_total{device="docker0"} 23 node_network_carrier_up_changes_total{device="eno1"} 1 node_network_carrier_up_changes_total{device="eno2"} 0 node_network_carrier_up_changes_total{device="eno33np0"} 2 node_network_carrier_up_changes_total{device="eno33np0.3604"} 0 node_network_carrier_up_changes_total{device="eno34np1"} 0 node_network_carrier_up_changes_total{device="lo"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="cali066433ba2a4"} 0 node_network_device_id{device="cali218ae4a84f0"} 0 node_network_device_id{device="cali22a8cbc8d2d"} 0 node_network_device_id{device="cali3312436547e"} 0 node_network_device_id{device="cali5d2fae550b5"} 0 node_network_device_id{device="cali77abf37ce2f"} 0 node_network_device_id{device="cali7df8c08ce70"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eno1"} 0 node_network_device_id{device="eno2"} 0 node_network_device_id{device="eno33np0"} 0 node_network_device_id{device="eno33np0.3604"} 0 node_network_device_id{device="eno34np1"} 0 node_network_device_id{device="lo"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="cali066433ba2a4"} 0 node_network_dormant{device="cali218ae4a84f0"} 0 node_network_dormant{device="cali22a8cbc8d2d"} 0 node_network_dormant{device="cali3312436547e"} 0 node_network_dormant{device="cali5d2fae550b5"} 0 node_network_dormant{device="cali77abf37ce2f"} 0 node_network_dormant{device="cali7df8c08ce70"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eno1"} 0 node_network_dormant{device="eno2"} 0 node_network_dormant{device="eno33np0"} 0 node_network_dormant{device="eno33np0.3604"} 0 node_network_dormant{device="eno34np1"} 0 node_network_dormant{device="lo"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="cali066433ba2a4"} 4099 node_network_flags{device="cali218ae4a84f0"} 4099 node_network_flags{device="cali22a8cbc8d2d"} 4099 node_network_flags{device="cali3312436547e"} 4099 node_network_flags{device="cali5d2fae550b5"} 4099 node_network_flags{device="cali77abf37ce2f"} 4099 node_network_flags{device="cali7df8c08ce70"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eno1"} 4099 node_network_flags{device="eno2"} 4099 node_network_flags{device="eno33np0"} 4099 node_network_flags{device="eno33np0.3604"} 4099 node_network_flags{device="eno34np1"} 4099 node_network_flags{device="lo"} 9 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="cali066433ba2a4"} 10 node_network_iface_id{device="cali218ae4a84f0"} 9 node_network_iface_id{device="cali22a8cbc8d2d"} 13 node_network_iface_id{device="cali3312436547e"} 10322 node_network_iface_id{device="cali5d2fae550b5"} 4943 node_network_iface_id{device="cali77abf37ce2f"} 29 node_network_iface_id{device="cali7df8c08ce70"} 12 node_network_iface_id{device="docker0"} 14 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="cali218ae4a84f0"} 2 node_network_iface_link{device="cali22a8cbc8d2d"} 2 node_network_iface_link{device="cali3312436547e"} 2 node_network_iface_link{device="cali5d2fae550b5"} 2 node_network_iface_link{device="cali77abf37ce2f"} 2 node_network_iface_link{device="cali7df8c08ce70"} 2 node_network_iface_link{device="docker0"} 14 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="cali218ae4a84f0"} 0 node_network_iface_link_mode{device="cali22a8cbc8d2d"} 0 node_network_iface_link_mode{device="cali3312436547e"} 0 node_network_iface_link_mode{device="cali5d2fae550b5"} 0 node_network_iface_link_mode{device="cali77abf37ce2f"} 0 node_network_iface_link_mode{device="cali7df8c08ce70"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eno1"} 0 node_network_iface_link_mode{device="eno2"} 0 node_network_iface_link_mode{device="eno33np0"} 0 node_network_iface_link_mode{device="eno33np0.3604"} 0 node_network_iface_link_mode{device="eno34np1"} 0 node_network_iface_link_mode{device="lo"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="22:c0:df:39:6d:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="70:b5:e8:f0:77:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="70:b5:e8:f0:77:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno2",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="e4:3d:1a:03:91:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno33np0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e4:3d:1a:03:91:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno33np0.3604",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e4:3d:1a:03:91:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno34np1",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali066433ba2a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali218ae4a84f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali22a8cbc8d2d",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="cali3312436547e",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="cali5d2fae550b5",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="cali77abf37ce2f",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="cali7df8c08ce70",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="cali066433ba2a4"} 1500 node_network_mtu_bytes{device="cali218ae4a84f0"} 1500 node_network_mtu_bytes{device="cali22a8cbc8d2d"} 1500 node_network_mtu_bytes{device="cali3312436547e"} 1500 node_network_mtu_bytes{device="cali5d2fae550b5"} 1500 node_network_mtu_bytes{device="cali77abf37ce2f"} 1500 node_network_mtu_bytes{device="cali7df8c08ce70"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eno1"} 1500 node_network_mtu_bytes{device="eno2"} 1500 node_network_mtu_bytes{device="eno33np0"} 9000 node_network_mtu_bytes{device="eno33np0.3604"} 9000 node_network_mtu_bytes{device="eno34np1"} 1500 node_network_mtu_bytes{device="lo"} 65536 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="cali066433ba2a4"} 3 node_network_name_assign_type{device="cali218ae4a84f0"} 3 node_network_name_assign_type{device="cali22a8cbc8d2d"} 3 node_network_name_assign_type{device="cali3312436547e"} 3 node_network_name_assign_type{device="cali5d2fae550b5"} 3 node_network_name_assign_type{device="cali77abf37ce2f"} 3 node_network_name_assign_type{device="cali7df8c08ce70"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="eno1"} 4 node_network_name_assign_type{device="eno2"} 4 node_network_name_assign_type{device="eno33np0"} 4 node_network_name_assign_type{device="eno33np0.3604"} 3 node_network_name_assign_type{device="eno34np1"} 4 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="cali066433ba2a4"} 0 node_network_net_dev_group{device="cali218ae4a84f0"} 0 node_network_net_dev_group{device="cali22a8cbc8d2d"} 0 node_network_net_dev_group{device="cali3312436547e"} 0 node_network_net_dev_group{device="cali5d2fae550b5"} 0 node_network_net_dev_group{device="cali77abf37ce2f"} 0 node_network_net_dev_group{device="cali7df8c08ce70"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eno1"} 0 node_network_net_dev_group{device="eno2"} 0 node_network_net_dev_group{device="eno33np0"} 0 node_network_net_dev_group{device="eno33np0.3604"} 0 node_network_net_dev_group{device="eno34np1"} 0 node_network_net_dev_group{device="lo"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="cali066433ba2a4"} 1 node_network_protocol_type{device="cali218ae4a84f0"} 1 node_network_protocol_type{device="cali22a8cbc8d2d"} 1 node_network_protocol_type{device="cali3312436547e"} 1 node_network_protocol_type{device="cali5d2fae550b5"} 1 node_network_protocol_type{device="cali77abf37ce2f"} 1 node_network_protocol_type{device="cali7df8c08ce70"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eno1"} 1 node_network_protocol_type{device="eno2"} 1 node_network_protocol_type{device="eno33np0"} 1 node_network_protocol_type{device="eno33np0.3604"} 1 node_network_protocol_type{device="eno34np1"} 1 node_network_protocol_type{device="lo"} 772 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="cali066433ba2a4"} 3.171441689e+09 node_network_receive_bytes_total{device="cali218ae4a84f0"} 5.61162085e+08 node_network_receive_bytes_total{device="cali22a8cbc8d2d"} 2.37989764e+08 node_network_receive_bytes_total{device="cali3312436547e"} 654811 node_network_receive_bytes_total{device="cali5d2fae550b5"} 5.140376864e+09 node_network_receive_bytes_total{device="cali77abf37ce2f"} 5.30559901e+08 node_network_receive_bytes_total{device="cali7df8c08ce70"} 48370 node_network_receive_bytes_total{device="docker0"} 1.257105153e+09 node_network_receive_bytes_total{device="eno1"} 2.811326568e+09 node_network_receive_bytes_total{device="eno2"} 0 node_network_receive_bytes_total{device="eno33np0"} 7.0051649805668e+13 node_network_receive_bytes_total{device="eno33np0.3604"} 6.9339862566547e+13 node_network_receive_bytes_total{device="eno34np1"} 0 node_network_receive_bytes_total{device="lo"} 1.049590686413e+12 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="cali066433ba2a4"} 0 node_network_receive_compressed_total{device="cali218ae4a84f0"} 0 node_network_receive_compressed_total{device="cali22a8cbc8d2d"} 0 node_network_receive_compressed_total{device="cali3312436547e"} 0 node_network_receive_compressed_total{device="cali5d2fae550b5"} 0 node_network_receive_compressed_total{device="cali77abf37ce2f"} 0 node_network_receive_compressed_total{device="cali7df8c08ce70"} 0 node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="eno1"} 0 node_network_receive_compressed_total{device="eno2"} 0 node_network_receive_compressed_total{device="eno33np0"} 0 node_network_receive_compressed_total{device="eno33np0.3604"} 0 node_network_receive_compressed_total{device="eno34np1"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="cali066433ba2a4"} 0 node_network_receive_drop_total{device="cali218ae4a84f0"} 0 node_network_receive_drop_total{device="cali22a8cbc8d2d"} 0 node_network_receive_drop_total{device="cali3312436547e"} 0 node_network_receive_drop_total{device="cali5d2fae550b5"} 0 node_network_receive_drop_total{device="cali77abf37ce2f"} 0 node_network_receive_drop_total{device="cali7df8c08ce70"} 0 node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="eno1"} 0 node_network_receive_drop_total{device="eno2"} 0 node_network_receive_drop_total{device="eno33np0"} 1.1271137e+07 node_network_receive_drop_total{device="eno33np0.3604"} 0 node_network_receive_drop_total{device="eno34np1"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="cali066433ba2a4"} 0 node_network_receive_errs_total{device="cali218ae4a84f0"} 0 node_network_receive_errs_total{device="cali22a8cbc8d2d"} 0 node_network_receive_errs_total{device="cali3312436547e"} 0 node_network_receive_errs_total{device="cali5d2fae550b5"} 0 node_network_receive_errs_total{device="cali77abf37ce2f"} 0 node_network_receive_errs_total{device="cali7df8c08ce70"} 0 node_network_receive_errs_total{device="docker0"} 0 node_network_receive_errs_total{device="eno1"} 0 node_network_receive_errs_total{device="eno2"} 0 node_network_receive_errs_total{device="eno33np0"} 0 node_network_receive_errs_total{device="eno33np0.3604"} 0 node_network_receive_errs_total{device="eno34np1"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="cali066433ba2a4"} 0 node_network_receive_fifo_total{device="cali218ae4a84f0"} 0 node_network_receive_fifo_total{device="cali22a8cbc8d2d"} 0 node_network_receive_fifo_total{device="cali3312436547e"} 0 node_network_receive_fifo_total{device="cali5d2fae550b5"} 0 node_network_receive_fifo_total{device="cali77abf37ce2f"} 0 node_network_receive_fifo_total{device="cali7df8c08ce70"} 0 node_network_receive_fifo_total{device="docker0"} 0 node_network_receive_fifo_total{device="eno1"} 0 node_network_receive_fifo_total{device="eno2"} 0 node_network_receive_fifo_total{device="eno33np0"} 0 node_network_receive_fifo_total{device="eno33np0.3604"} 0 node_network_receive_fifo_total{device="eno34np1"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="cali066433ba2a4"} 0 node_network_receive_frame_total{device="cali218ae4a84f0"} 0 node_network_receive_frame_total{device="cali22a8cbc8d2d"} 0 node_network_receive_frame_total{device="cali3312436547e"} 0 node_network_receive_frame_total{device="cali5d2fae550b5"} 0 node_network_receive_frame_total{device="cali77abf37ce2f"} 0 node_network_receive_frame_total{device="cali7df8c08ce70"} 0 node_network_receive_frame_total{device="docker0"} 0 node_network_receive_frame_total{device="eno1"} 0 node_network_receive_frame_total{device="eno2"} 0 node_network_receive_frame_total{device="eno33np0"} 0 node_network_receive_frame_total{device="eno33np0.3604"} 0 node_network_receive_frame_total{device="eno34np1"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="cali066433ba2a4"} 0 node_network_receive_multicast_total{device="cali218ae4a84f0"} 0 node_network_receive_multicast_total{device="cali22a8cbc8d2d"} 0 node_network_receive_multicast_total{device="cali3312436547e"} 0 node_network_receive_multicast_total{device="cali5d2fae550b5"} 0 node_network_receive_multicast_total{device="cali77abf37ce2f"} 0 node_network_receive_multicast_total{device="cali7df8c08ce70"} 0 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="eno1"} 2.3334858e+07 node_network_receive_multicast_total{device="eno2"} 0 node_network_receive_multicast_total{device="eno33np0"} 1.969291e+06 node_network_receive_multicast_total{device="eno33np0.3604"} 1.119392e+06 node_network_receive_multicast_total{device="eno34np1"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="cali066433ba2a4"} 0 node_network_receive_nohandler_total{device="cali218ae4a84f0"} 0 node_network_receive_nohandler_total{device="cali22a8cbc8d2d"} 0 node_network_receive_nohandler_total{device="cali3312436547e"} 0 node_network_receive_nohandler_total{device="cali5d2fae550b5"} 0 node_network_receive_nohandler_total{device="cali77abf37ce2f"} 0 node_network_receive_nohandler_total{device="cali7df8c08ce70"} 0 node_network_receive_nohandler_total{device="docker0"} 0 node_network_receive_nohandler_total{device="eno1"} 0 node_network_receive_nohandler_total{device="eno2"} 0 node_network_receive_nohandler_total{device="eno33np0"} 0 node_network_receive_nohandler_total{device="eno33np0.3604"} 0 node_network_receive_nohandler_total{device="eno34np1"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="cali066433ba2a4"} 2.907539e+07 node_network_receive_packets_total{device="cali218ae4a84f0"} 5.705495e+06 node_network_receive_packets_total{device="cali22a8cbc8d2d"} 2.579433e+06 node_network_receive_packets_total{device="cali3312436547e"} 6828 node_network_receive_packets_total{device="cali5d2fae550b5"} 808317 node_network_receive_packets_total{device="cali77abf37ce2f"} 3.028261e+06 node_network_receive_packets_total{device="cali7df8c08ce70"} 689 node_network_receive_packets_total{device="docker0"} 9.75986e+06 node_network_receive_packets_total{device="eno1"} 2.4572846e+07 node_network_receive_packets_total{device="eno2"} 0 node_network_receive_packets_total{device="eno33np0"} 1.9757695605e+10 node_network_receive_packets_total{device="eno33np0.3604"} 1.3398969854e+10 node_network_receive_packets_total{device="eno34np1"} 0 node_network_receive_packets_total{device="lo"} 5.2515689e+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="cali218ae4a84f0"} 1.25e+09 node_network_speed_bytes{device="cali22a8cbc8d2d"} 1.25e+09 node_network_speed_bytes{device="cali3312436547e"} 1.25e+09 node_network_speed_bytes{device="cali5d2fae550b5"} 1.25e+09 node_network_speed_bytes{device="cali77abf37ce2f"} 1.25e+09 node_network_speed_bytes{device="cali7df8c08ce70"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eno1"} 1.25e+08 node_network_speed_bytes{device="eno2"} -125000 node_network_speed_bytes{device="eno33np0"} 3.125e+09 node_network_speed_bytes{device="eno33np0.3604"} 3.125e+09 node_network_speed_bytes{device="eno34np1"} -125000 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="cali066433ba2a4"} 1.0364641246e+11 node_network_transmit_bytes_total{device="cali218ae4a84f0"} 8.0804794e+08 node_network_transmit_bytes_total{device="cali22a8cbc8d2d"} 2.7750548467e+10 node_network_transmit_bytes_total{device="cali3312436547e"} 3.2626367e+07 node_network_transmit_bytes_total{device="cali5d2fae550b5"} 6.6155608e+07 node_network_transmit_bytes_total{device="cali77abf37ce2f"} 5.11270652e+08 node_network_transmit_bytes_total{device="cali7df8c08ce70"} 2.2530795e+07 node_network_transmit_bytes_total{device="docker0"} 5.52937794249e+11 node_network_transmit_bytes_total{device="eno1"} 2.2316316e+07 node_network_transmit_bytes_total{device="eno2"} 0 node_network_transmit_bytes_total{device="eno33np0"} 1.43581025099628e+14 node_network_transmit_bytes_total{device="eno33np0.3604"} 1.42658604031572e+14 node_network_transmit_bytes_total{device="eno34np1"} 0 node_network_transmit_bytes_total{device="lo"} 1.049590686413e+12 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="cali066433ba2a4"} 0 node_network_transmit_carrier_total{device="cali218ae4a84f0"} 0 node_network_transmit_carrier_total{device="cali22a8cbc8d2d"} 0 node_network_transmit_carrier_total{device="cali3312436547e"} 0 node_network_transmit_carrier_total{device="cali5d2fae550b5"} 0 node_network_transmit_carrier_total{device="cali77abf37ce2f"} 0 node_network_transmit_carrier_total{device="cali7df8c08ce70"} 0 node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="eno1"} 0 node_network_transmit_carrier_total{device="eno2"} 0 node_network_transmit_carrier_total{device="eno33np0"} 0 node_network_transmit_carrier_total{device="eno33np0.3604"} 0 node_network_transmit_carrier_total{device="eno34np1"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="cali066433ba2a4"} 0 node_network_transmit_colls_total{device="cali218ae4a84f0"} 0 node_network_transmit_colls_total{device="cali22a8cbc8d2d"} 0 node_network_transmit_colls_total{device="cali3312436547e"} 0 node_network_transmit_colls_total{device="cali5d2fae550b5"} 0 node_network_transmit_colls_total{device="cali77abf37ce2f"} 0 node_network_transmit_colls_total{device="cali7df8c08ce70"} 0 node_network_transmit_colls_total{device="docker0"} 0 node_network_transmit_colls_total{device="eno1"} 0 node_network_transmit_colls_total{device="eno2"} 0 node_network_transmit_colls_total{device="eno33np0"} 0 node_network_transmit_colls_total{device="eno33np0.3604"} 0 node_network_transmit_colls_total{device="eno34np1"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="cali066433ba2a4"} 0 node_network_transmit_compressed_total{device="cali218ae4a84f0"} 0 node_network_transmit_compressed_total{device="cali22a8cbc8d2d"} 0 node_network_transmit_compressed_total{device="cali3312436547e"} 0 node_network_transmit_compressed_total{device="cali5d2fae550b5"} 0 node_network_transmit_compressed_total{device="cali77abf37ce2f"} 0 node_network_transmit_compressed_total{device="cali7df8c08ce70"} 0 node_network_transmit_compressed_total{device="docker0"} 0 node_network_transmit_compressed_total{device="eno1"} 0 node_network_transmit_compressed_total{device="eno2"} 0 node_network_transmit_compressed_total{device="eno33np0"} 0 node_network_transmit_compressed_total{device="eno33np0.3604"} 0 node_network_transmit_compressed_total{device="eno34np1"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="cali066433ba2a4"} 0 node_network_transmit_drop_total{device="cali218ae4a84f0"} 0 node_network_transmit_drop_total{device="cali22a8cbc8d2d"} 0 node_network_transmit_drop_total{device="cali3312436547e"} 0 node_network_transmit_drop_total{device="cali5d2fae550b5"} 0 node_network_transmit_drop_total{device="cali77abf37ce2f"} 0 node_network_transmit_drop_total{device="cali7df8c08ce70"} 0 node_network_transmit_drop_total{device="docker0"} 109 node_network_transmit_drop_total{device="eno1"} 0 node_network_transmit_drop_total{device="eno2"} 18 node_network_transmit_drop_total{device="eno33np0"} 0 node_network_transmit_drop_total{device="eno33np0.3604"} 0 node_network_transmit_drop_total{device="eno34np1"} 18 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="cali066433ba2a4"} 0 node_network_transmit_errs_total{device="cali218ae4a84f0"} 0 node_network_transmit_errs_total{device="cali22a8cbc8d2d"} 0 node_network_transmit_errs_total{device="cali3312436547e"} 0 node_network_transmit_errs_total{device="cali5d2fae550b5"} 0 node_network_transmit_errs_total{device="cali77abf37ce2f"} 0 node_network_transmit_errs_total{device="cali7df8c08ce70"} 0 node_network_transmit_errs_total{device="docker0"} 0 node_network_transmit_errs_total{device="eno1"} 0 node_network_transmit_errs_total{device="eno2"} 0 node_network_transmit_errs_total{device="eno33np0"} 0 node_network_transmit_errs_total{device="eno33np0.3604"} 0 node_network_transmit_errs_total{device="eno34np1"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="cali066433ba2a4"} 0 node_network_transmit_fifo_total{device="cali218ae4a84f0"} 0 node_network_transmit_fifo_total{device="cali22a8cbc8d2d"} 0 node_network_transmit_fifo_total{device="cali3312436547e"} 0 node_network_transmit_fifo_total{device="cali5d2fae550b5"} 0 node_network_transmit_fifo_total{device="cali77abf37ce2f"} 0 node_network_transmit_fifo_total{device="cali7df8c08ce70"} 0 node_network_transmit_fifo_total{device="docker0"} 0 node_network_transmit_fifo_total{device="eno1"} 0 node_network_transmit_fifo_total{device="eno2"} 0 node_network_transmit_fifo_total{device="eno33np0"} 0 node_network_transmit_fifo_total{device="eno33np0.3604"} 0 node_network_transmit_fifo_total{device="eno34np1"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="cali066433ba2a4"} 3.6407792e+07 node_network_transmit_packets_total{device="cali218ae4a84f0"} 4.787737e+06 node_network_transmit_packets_total{device="cali22a8cbc8d2d"} 5.209681e+06 node_network_transmit_packets_total{device="cali3312436547e"} 15782 node_network_transmit_packets_total{device="cali5d2fae550b5"} 769620 node_network_transmit_packets_total{device="cali77abf37ce2f"} 3.70202e+06 node_network_transmit_packets_total{device="cali7df8c08ce70"} 83761 node_network_transmit_packets_total{device="docker0"} 7.9465989e+07 node_network_transmit_packets_total{device="eno1"} 87426 node_network_transmit_packets_total{device="eno2"} 0 node_network_transmit_packets_total{device="eno33np0"} 2.4561760911e+10 node_network_transmit_packets_total{device="eno33np0.3604"} 1.2075132991e+10 node_network_transmit_packets_total{device="eno34np1"} 0 node_network_transmit_packets_total{device="lo"} 5.2515689e+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="cali218ae4a84f0"} 0 node_network_transmit_queue_length{device="cali22a8cbc8d2d"} 0 node_network_transmit_queue_length{device="cali3312436547e"} 0 node_network_transmit_queue_length{device="cali5d2fae550b5"} 0 node_network_transmit_queue_length{device="cali77abf37ce2f"} 0 node_network_transmit_queue_length{device="cali7df8c08ce70"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eno1"} 1000 node_network_transmit_queue_length{device="eno2"} 1000 node_network_transmit_queue_length{device="eno33np0"} 1000 node_network_transmit_queue_length{device="eno33np0.3604"} 1000 node_network_transmit_queue_length{device="eno34np1"} 1000 node_network_transmit_queue_length{device="lo"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="cali066433ba2a4"} 1 node_network_up{device="cali218ae4a84f0"} 1 node_network_up{device="cali22a8cbc8d2d"} 1 node_network_up{device="cali3312436547e"} 1 node_network_up{device="cali5d2fae550b5"} 1 node_network_up{device="cali77abf37ce2f"} 1 node_network_up{device="cali7df8c08ce70"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eno1"} 1 node_network_up{device="eno2"} 0 node_network_up{device="eno33np0"} 1 node_network_up{device="eno33np0.3604"} 1 node_network_up{device="eno34np1"} 0 node_network_up{device="lo"} 0 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 7327 # 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 521 # 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 4.643867e+06 # HELP node_nf_conntrack_stat_ignore Number of packets seen which are already connected to a conntrack entry. # TYPE node_nf_conntrack_stat_ignore gauge node_nf_conntrack_stat_ignore 0 # HELP node_nf_conntrack_stat_insert Number of entries inserted into the list. # TYPE node_nf_conntrack_stat_insert gauge node_nf_conntrack_stat_insert 0 # HELP node_nf_conntrack_stat_insert_failed Number of entries for which list insertion was attempted but failed. # TYPE node_nf_conntrack_stat_insert_failed gauge node_nf_conntrack_stat_insert_failed 521 # 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 881259 # 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"} 3.094366e+06 node_nfs_requests_total{method="Allocate",proto="4"} 0 node_nfs_requests_total{method="BindConnToSession",proto="4"} 0 node_nfs_requests_total{method="Clone",proto="4"} 1 node_nfs_requests_total{method="Close",proto="4"} 3.013542e+06 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 9057 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"} 2821 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"} 71917 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"} 10 node_nfs_requests_total{method="FreeStateID",proto="4"} 1104 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 20 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"} 3.346403e+06 node_nfs_requests_total{method="LayoutCommit",proto="4"} 0 node_nfs_requests_total{method="LayoutGet",proto="4"} 0 node_nfs_requests_total{method="LayoutReturn",proto="4"} 0 node_nfs_requests_total{method="LayoutStats",proto="4"} 0 node_nfs_requests_total{method="Link",proto="2"} 0 node_nfs_requests_total{method="Link",proto="3"} 0 node_nfs_requests_total{method="Link",proto="4"} 0 node_nfs_requests_total{method="Lock",proto="4"} 1104 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 1104 node_nfs_requests_total{method="Lookup",proto="2"} 0 node_nfs_requests_total{method="Lookup",proto="3"} 0 node_nfs_requests_total{method="Lookup",proto="4"} 2.928025e+06 node_nfs_requests_total{method="LookupRoot",proto="4"} 5 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"} 5 node_nfs_requests_total{method="Open",proto="4"} 80842 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 23 node_nfs_requests_total{method="OpenNoattr",proto="4"} 2.998801e+06 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 15 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"} 85541 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"} 33714 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"} 227 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"} 20649 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"} 3817 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"} 5 node_nfs_requests_total{method="Seek",proto="4"} 9066 node_nfs_requests_total{method="Sequence",proto="4"} 30 node_nfs_requests_total{method="ServerCaps",proto="4"} 35 node_nfs_requests_total{method="SetACL",proto="4"} 0 node_nfs_requests_total{method="SetAttr",proto="2"} 0 node_nfs_requests_total{method="SetAttr",proto="3"} 0 node_nfs_requests_total{method="SetClientID",proto="4"} 0 node_nfs_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfs_requests_total{method="Setattr",proto="4"} 2.836067e+06 node_nfs_requests_total{method="StatFs",proto="4"} 115136 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"} 4559 node_nfs_requests_total{method="TestStateID",proto="4"} 1 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 2.898346e+06 # HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. # TYPE node_nfs_rpc_authentication_refreshes_total counter node_nfs_rpc_authentication_refreshes_total 2.1556461e+07 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 0 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 2.1556229e+07 # HELP node_nvme_info Non-numeric data from /sys/class/nvme/, value is always 1. # TYPE node_nvme_info gauge node_nvme_info{device="nvme0",firmware_revision="1.2.4",model="Dell Ent NVMe P5500 RI U.2 1.92TB",serial="PHAB113500X61P9SGN",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="1.2.4",model="Dell Ent NVMe P5500 RI U.2 1.92TB",serial="PHAB113500ZQ1P9SGN",state="live"} 1 node_nvme_info{device="nvme2",firmware_revision="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.8 (Olive Jaguar)",variant="",variant_id="",version="9.8 (Olive Jaguar)",version_codename="",version_id="9.8"} 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.8 # 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 1 # 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"} 160993.49879309 node_schedstat_running_seconds_total{cpu="1"} 309926.795454359 node_schedstat_running_seconds_total{cpu="10"} 391419.231539102 node_schedstat_running_seconds_total{cpu="11"} 332720.087248931 node_schedstat_running_seconds_total{cpu="12"} 462424.591764781 node_schedstat_running_seconds_total{cpu="13"} 378733.477429103 node_schedstat_running_seconds_total{cpu="14"} 349560.076187676 node_schedstat_running_seconds_total{cpu="15"} 420492.477144773 node_schedstat_running_seconds_total{cpu="16"} 368118.461128212 node_schedstat_running_seconds_total{cpu="17"} 357122.142648981 node_schedstat_running_seconds_total{cpu="18"} 445764.952151991 node_schedstat_running_seconds_total{cpu="19"} 340794.398016428 node_schedstat_running_seconds_total{cpu="2"} 275545.791701172 node_schedstat_running_seconds_total{cpu="20"} 318134.625103023 node_schedstat_running_seconds_total{cpu="21"} 449761.238190758 node_schedstat_running_seconds_total{cpu="22"} 376835.425093651 node_schedstat_running_seconds_total{cpu="23"} 442840.11353675 node_schedstat_running_seconds_total{cpu="24"} 459193.726224033 node_schedstat_running_seconds_total{cpu="25"} 359546.406072349 node_schedstat_running_seconds_total{cpu="26"} 367593.339324654 node_schedstat_running_seconds_total{cpu="27"} 428911.513564347 node_schedstat_running_seconds_total{cpu="28"} 357410.076472583 node_schedstat_running_seconds_total{cpu="29"} 363593.602185068 node_schedstat_running_seconds_total{cpu="3"} 511064.215062155 node_schedstat_running_seconds_total{cpu="30"} 435337.232519879 node_schedstat_running_seconds_total{cpu="31"} 353412.572657332 node_schedstat_running_seconds_total{cpu="32"} 354859.557683456 node_schedstat_running_seconds_total{cpu="33"} 348943.119337464 node_schedstat_running_seconds_total{cpu="34"} 337279.578063452 node_schedstat_running_seconds_total{cpu="35"} 344921.485232165 node_schedstat_running_seconds_total{cpu="36"} 462927.099151252 node_schedstat_running_seconds_total{cpu="37"} 335453.797961924 node_schedstat_running_seconds_total{cpu="38"} 359540.992696593 node_schedstat_running_seconds_total{cpu="39"} 398397.865376248 node_schedstat_running_seconds_total{cpu="4"} 373119.351150314 node_schedstat_running_seconds_total{cpu="40"} 350237.011110623 node_schedstat_running_seconds_total{cpu="41"} 356276.672902847 node_schedstat_running_seconds_total{cpu="42"} 405042.948812837 node_schedstat_running_seconds_total{cpu="43"} 402286.685253745 node_schedstat_running_seconds_total{cpu="44"} 353686.411264551 node_schedstat_running_seconds_total{cpu="45"} 390146.174973512 node_schedstat_running_seconds_total{cpu="46"} 338140.061692644 node_schedstat_running_seconds_total{cpu="47"} 342353.987663919 node_schedstat_running_seconds_total{cpu="48"} 552447.129020523 node_schedstat_running_seconds_total{cpu="49"} 352751.959713468 node_schedstat_running_seconds_total{cpu="5"} 304135.623008699 node_schedstat_running_seconds_total{cpu="50"} 330426.154990158 node_schedstat_running_seconds_total{cpu="51"} 305238.03336456 node_schedstat_running_seconds_total{cpu="52"} 288761.104145176 node_schedstat_running_seconds_total{cpu="53"} 401840.326100115 node_schedstat_running_seconds_total{cpu="54"} 259075.809811779 node_schedstat_running_seconds_total{cpu="55"} 294735.787987057 node_schedstat_running_seconds_total{cpu="56"} 291355.253087277 node_schedstat_running_seconds_total{cpu="57"} 324298.260443199 node_schedstat_running_seconds_total{cpu="58"} 270419.191441366 node_schedstat_running_seconds_total{cpu="59"} 355493.433474661 node_schedstat_running_seconds_total{cpu="6"} 519938.902204773 node_schedstat_running_seconds_total{cpu="60"} 295564.599262853 node_schedstat_running_seconds_total{cpu="61"} 316870.407640551 node_schedstat_running_seconds_total{cpu="62"} 296638.99502339 node_schedstat_running_seconds_total{cpu="63"} 313311.838532977 node_schedstat_running_seconds_total{cpu="64"} 306065.115215799 node_schedstat_running_seconds_total{cpu="65"} 307494.356408361 node_schedstat_running_seconds_total{cpu="66"} 274216.224228424 node_schedstat_running_seconds_total{cpu="67"} 347670.771067956 node_schedstat_running_seconds_total{cpu="68"} 349373.615936758 node_schedstat_running_seconds_total{cpu="69"} 279844.390377405 node_schedstat_running_seconds_total{cpu="7"} 386593.280268787 node_schedstat_running_seconds_total{cpu="70"} 304611.943306549 node_schedstat_running_seconds_total{cpu="71"} 216375.870564554 node_schedstat_running_seconds_total{cpu="72"} 324702.656225414 node_schedstat_running_seconds_total{cpu="73"} 357861.799374735 node_schedstat_running_seconds_total{cpu="74"} 382683.556110875 node_schedstat_running_seconds_total{cpu="75"} 381494.749986652 node_schedstat_running_seconds_total{cpu="76"} 332419.772247405 node_schedstat_running_seconds_total{cpu="77"} 385251.941319336 node_schedstat_running_seconds_total{cpu="78"} 354965.152426667 node_schedstat_running_seconds_total{cpu="79"} 341238.840344845 node_schedstat_running_seconds_total{cpu="8"} 387746.84503507 node_schedstat_running_seconds_total{cpu="80"} 393925.235949731 node_schedstat_running_seconds_total{cpu="81"} 452258.746164747 node_schedstat_running_seconds_total{cpu="82"} 340655.746538394 node_schedstat_running_seconds_total{cpu="83"} 399960.164838408 node_schedstat_running_seconds_total{cpu="84"} 266186.193821925 node_schedstat_running_seconds_total{cpu="85"} 382164.882739572 node_schedstat_running_seconds_total{cpu="86"} 382840.180193833 node_schedstat_running_seconds_total{cpu="87"} 371420.0616529 node_schedstat_running_seconds_total{cpu="88"} 341995.133472824 node_schedstat_running_seconds_total{cpu="89"} 373789.563893294 node_schedstat_running_seconds_total{cpu="9"} 454784.528226763 node_schedstat_running_seconds_total{cpu="90"} 376068.597336627 node_schedstat_running_seconds_total{cpu="91"} 254294.576478113 node_schedstat_running_seconds_total{cpu="92"} 392107.411131386 node_schedstat_running_seconds_total{cpu="93"} 371640.473659237 node_schedstat_running_seconds_total{cpu="94"} 348642.183863533 node_schedstat_running_seconds_total{cpu="95"} 393157.450068066 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.004926118e+09 node_schedstat_timeslices_total{cpu="1"} 7.81829619e+08 node_schedstat_timeslices_total{cpu="10"} 6.96746515e+08 node_schedstat_timeslices_total{cpu="11"} 7.39800486e+08 node_schedstat_timeslices_total{cpu="12"} 6.79935227e+08 node_schedstat_timeslices_total{cpu="13"} 7.06697732e+08 node_schedstat_timeslices_total{cpu="14"} 7.5005615e+08 node_schedstat_timeslices_total{cpu="15"} 7.12482813e+08 node_schedstat_timeslices_total{cpu="16"} 7.28396059e+08 node_schedstat_timeslices_total{cpu="17"} 7.16392711e+08 node_schedstat_timeslices_total{cpu="18"} 7.0814243e+08 node_schedstat_timeslices_total{cpu="19"} 7.52432881e+08 node_schedstat_timeslices_total{cpu="2"} 7.62761759e+08 node_schedstat_timeslices_total{cpu="20"} 7.7921717e+08 node_schedstat_timeslices_total{cpu="21"} 7.06140027e+08 node_schedstat_timeslices_total{cpu="22"} 7.20744855e+08 node_schedstat_timeslices_total{cpu="23"} 6.77742323e+08 node_schedstat_timeslices_total{cpu="24"} 5.41811589e+08 node_schedstat_timeslices_total{cpu="25"} 5.68696189e+08 node_schedstat_timeslices_total{cpu="26"} 5.53044176e+08 node_schedstat_timeslices_total{cpu="27"} 5.19664873e+08 node_schedstat_timeslices_total{cpu="28"} 5.26666948e+08 node_schedstat_timeslices_total{cpu="29"} 5.23527245e+08 node_schedstat_timeslices_total{cpu="3"} 7.10839771e+08 node_schedstat_timeslices_total{cpu="30"} 5.23778612e+08 node_schedstat_timeslices_total{cpu="31"} 5.41773936e+08 node_schedstat_timeslices_total{cpu="32"} 5.39027845e+08 node_schedstat_timeslices_total{cpu="33"} 5.41585002e+08 node_schedstat_timeslices_total{cpu="34"} 5.36464769e+08 node_schedstat_timeslices_total{cpu="35"} 5.39801237e+08 node_schedstat_timeslices_total{cpu="36"} 5.15685414e+08 node_schedstat_timeslices_total{cpu="37"} 5.47357053e+08 node_schedstat_timeslices_total{cpu="38"} 5.37172873e+08 node_schedstat_timeslices_total{cpu="39"} 5.3684153e+08 node_schedstat_timeslices_total{cpu="4"} 7.17868505e+08 node_schedstat_timeslices_total{cpu="40"} 5.40565683e+08 node_schedstat_timeslices_total{cpu="41"} 5.4145176e+08 node_schedstat_timeslices_total{cpu="42"} 5.21146561e+08 node_schedstat_timeslices_total{cpu="43"} 5.09926191e+08 node_schedstat_timeslices_total{cpu="44"} 5.26872977e+08 node_schedstat_timeslices_total{cpu="45"} 5.31578776e+08 node_schedstat_timeslices_total{cpu="46"} 5.38156765e+08 node_schedstat_timeslices_total{cpu="47"} 5.40422559e+08 node_schedstat_timeslices_total{cpu="48"} 6.0405502e+08 node_schedstat_timeslices_total{cpu="49"} 6.50470164e+08 node_schedstat_timeslices_total{cpu="5"} 7.73639942e+08 node_schedstat_timeslices_total{cpu="50"} 6.93118409e+08 node_schedstat_timeslices_total{cpu="51"} 7.41951149e+08 node_schedstat_timeslices_total{cpu="52"} 7.66501436e+08 node_schedstat_timeslices_total{cpu="53"} 6.86131442e+08 node_schedstat_timeslices_total{cpu="54"} 8.06491189e+08 node_schedstat_timeslices_total{cpu="55"} 7.66064251e+08 node_schedstat_timeslices_total{cpu="56"} 7.90651208e+08 node_schedstat_timeslices_total{cpu="57"} 7.31076173e+08 node_schedstat_timeslices_total{cpu="58"} 7.73289935e+08 node_schedstat_timeslices_total{cpu="59"} 7.31902537e+08 node_schedstat_timeslices_total{cpu="6"} 6.85586429e+08 node_schedstat_timeslices_total{cpu="60"} 8.01650055e+08 node_schedstat_timeslices_total{cpu="61"} 7.67684661e+08 node_schedstat_timeslices_total{cpu="62"} 7.75583632e+08 node_schedstat_timeslices_total{cpu="63"} 8.08584276e+08 node_schedstat_timeslices_total{cpu="64"} 8.06710785e+08 node_schedstat_timeslices_total{cpu="65"} 8.1358364e+08 node_schedstat_timeslices_total{cpu="66"} 8.42637017e+08 node_schedstat_timeslices_total{cpu="67"} 7.8354076e+08 node_schedstat_timeslices_total{cpu="68"} 7.60913132e+08 node_schedstat_timeslices_total{cpu="69"} 7.68626691e+08 node_schedstat_timeslices_total{cpu="7"} 7.30079709e+08 node_schedstat_timeslices_total{cpu="70"} 8.06514454e+08 node_schedstat_timeslices_total{cpu="71"} 8.30314166e+08 node_schedstat_timeslices_total{cpu="72"} 5.78944812e+08 node_schedstat_timeslices_total{cpu="73"} 5.49834165e+08 node_schedstat_timeslices_total{cpu="74"} 5.48906486e+08 node_schedstat_timeslices_total{cpu="75"} 5.16418546e+08 node_schedstat_timeslices_total{cpu="76"} 5.29441991e+08 node_schedstat_timeslices_total{cpu="77"} 5.12834277e+08 node_schedstat_timeslices_total{cpu="78"} 5.43046286e+08 node_schedstat_timeslices_total{cpu="79"} 5.32599827e+08 node_schedstat_timeslices_total{cpu="8"} 7.16914307e+08 node_schedstat_timeslices_total{cpu="80"} 5.18929636e+08 node_schedstat_timeslices_total{cpu="81"} 5.05059271e+08 node_schedstat_timeslices_total{cpu="82"} 5.30705497e+08 node_schedstat_timeslices_total{cpu="83"} 5.06563968e+08 node_schedstat_timeslices_total{cpu="84"} 5.71432311e+08 node_schedstat_timeslices_total{cpu="85"} 5.15854509e+08 node_schedstat_timeslices_total{cpu="86"} 5.27679668e+08 node_schedstat_timeslices_total{cpu="87"} 5.30850997e+08 node_schedstat_timeslices_total{cpu="88"} 5.39394714e+08 node_schedstat_timeslices_total{cpu="89"} 5.20746493e+08 node_schedstat_timeslices_total{cpu="9"} 7.1898709e+08 node_schedstat_timeslices_total{cpu="90"} 5.19735806e+08 node_schedstat_timeslices_total{cpu="91"} 5.49846561e+08 node_schedstat_timeslices_total{cpu="92"} 5.0889482e+08 node_schedstat_timeslices_total{cpu="93"} 5.23005283e+08 node_schedstat_timeslices_total{cpu="94"} 5.270455e+08 node_schedstat_timeslices_total{cpu="95"} 5.09659338e+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"} 22291.978537182 node_schedstat_waiting_seconds_total{cpu="1"} 6888.495000059 node_schedstat_waiting_seconds_total{cpu="10"} 5854.464773997 node_schedstat_waiting_seconds_total{cpu="11"} 6915.695961707 node_schedstat_waiting_seconds_total{cpu="12"} 5462.02334732 node_schedstat_waiting_seconds_total{cpu="13"} 5530.660929072 node_schedstat_waiting_seconds_total{cpu="14"} 7895.80608187 node_schedstat_waiting_seconds_total{cpu="15"} 5531.016634837 node_schedstat_waiting_seconds_total{cpu="16"} 5641.121791811 node_schedstat_waiting_seconds_total{cpu="17"} 5586.168627095 node_schedstat_waiting_seconds_total{cpu="18"} 5760.42528458 node_schedstat_waiting_seconds_total{cpu="19"} 5822.698456996 node_schedstat_waiting_seconds_total{cpu="2"} 6234.83692403 node_schedstat_waiting_seconds_total{cpu="20"} 6889.239724247 node_schedstat_waiting_seconds_total{cpu="21"} 6011.376657325 node_schedstat_waiting_seconds_total{cpu="22"} 6109.128248767 node_schedstat_waiting_seconds_total{cpu="23"} 5770.751795438 node_schedstat_waiting_seconds_total{cpu="24"} 7637.888977939 node_schedstat_waiting_seconds_total{cpu="25"} 6427.203119311 node_schedstat_waiting_seconds_total{cpu="26"} 6106.847447937 node_schedstat_waiting_seconds_total{cpu="27"} 6307.873410998 node_schedstat_waiting_seconds_total{cpu="28"} 6335.001497227 node_schedstat_waiting_seconds_total{cpu="29"} 6265.157618047 node_schedstat_waiting_seconds_total{cpu="3"} 7821.510267129 node_schedstat_waiting_seconds_total{cpu="30"} 6194.360108765 node_schedstat_waiting_seconds_total{cpu="31"} 6328.008458967 node_schedstat_waiting_seconds_total{cpu="32"} 6292.800734121 node_schedstat_waiting_seconds_total{cpu="33"} 6502.00394068 node_schedstat_waiting_seconds_total{cpu="34"} 6461.333261703 node_schedstat_waiting_seconds_total{cpu="35"} 6482.110187497 node_schedstat_waiting_seconds_total{cpu="36"} 6114.768018907 node_schedstat_waiting_seconds_total{cpu="37"} 6528.493869577 node_schedstat_waiting_seconds_total{cpu="38"} 6289.582180402 node_schedstat_waiting_seconds_total{cpu="39"} 6459.734998648 node_schedstat_waiting_seconds_total{cpu="4"} 5959.989323791 node_schedstat_waiting_seconds_total{cpu="40"} 6478.995370775 node_schedstat_waiting_seconds_total{cpu="41"} 6444.973672934 node_schedstat_waiting_seconds_total{cpu="42"} 6428.621141805 node_schedstat_waiting_seconds_total{cpu="43"} 6277.045203395 node_schedstat_waiting_seconds_total{cpu="44"} 6393.703791603 node_schedstat_waiting_seconds_total{cpu="45"} 6521.830341208 node_schedstat_waiting_seconds_total{cpu="46"} 6407.049817118 node_schedstat_waiting_seconds_total{cpu="47"} 6371.790541979 node_schedstat_waiting_seconds_total{cpu="48"} 5364.453353721 node_schedstat_waiting_seconds_total{cpu="49"} 4894.306132372 node_schedstat_waiting_seconds_total{cpu="5"} 8033.85594739 node_schedstat_waiting_seconds_total{cpu="50"} 5973.888373139 node_schedstat_waiting_seconds_total{cpu="51"} 6067.722266886 node_schedstat_waiting_seconds_total{cpu="52"} 6363.115583236 node_schedstat_waiting_seconds_total{cpu="53"} 6018.507298069 node_schedstat_waiting_seconds_total{cpu="54"} 8013.469676719 node_schedstat_waiting_seconds_total{cpu="55"} 6100.023744478 node_schedstat_waiting_seconds_total{cpu="56"} 6556.711019964 node_schedstat_waiting_seconds_total{cpu="57"} 6149.330756476 node_schedstat_waiting_seconds_total{cpu="58"} 6585.280600541 node_schedstat_waiting_seconds_total{cpu="59"} 5982.501901974 node_schedstat_waiting_seconds_total{cpu="6"} 5677.471416549 node_schedstat_waiting_seconds_total{cpu="60"} 7181.380656145 node_schedstat_waiting_seconds_total{cpu="61"} 6104.141140233 node_schedstat_waiting_seconds_total{cpu="62"} 6392.586018617 node_schedstat_waiting_seconds_total{cpu="63"} 9074.32171467 node_schedstat_waiting_seconds_total{cpu="64"} 8213.447538035 node_schedstat_waiting_seconds_total{cpu="65"} 7372.807736201 node_schedstat_waiting_seconds_total{cpu="66"} 7912.878745892 node_schedstat_waiting_seconds_total{cpu="67"} 6164.770259578 node_schedstat_waiting_seconds_total{cpu="68"} 5972.360870968 node_schedstat_waiting_seconds_total{cpu="69"} 6499.983037479 node_schedstat_waiting_seconds_total{cpu="7"} 5902.024729727 node_schedstat_waiting_seconds_total{cpu="70"} 9500.284836458 node_schedstat_waiting_seconds_total{cpu="71"} 6745.817077937 node_schedstat_waiting_seconds_total{cpu="72"} 6538.388566611 node_schedstat_waiting_seconds_total{cpu="73"} 6207.93388988 node_schedstat_waiting_seconds_total{cpu="74"} 6094.619663057 node_schedstat_waiting_seconds_total{cpu="75"} 6216.604301258 node_schedstat_waiting_seconds_total{cpu="76"} 6465.211986406 node_schedstat_waiting_seconds_total{cpu="77"} 6220.952179954 node_schedstat_waiting_seconds_total{cpu="78"} 6393.765015782 node_schedstat_waiting_seconds_total{cpu="79"} 6332.422841793 node_schedstat_waiting_seconds_total{cpu="8"} 5995.74767569 node_schedstat_waiting_seconds_total{cpu="80"} 6284.742146934 node_schedstat_waiting_seconds_total{cpu="81"} 6025.779516521 node_schedstat_waiting_seconds_total{cpu="82"} 6336.232577933 node_schedstat_waiting_seconds_total{cpu="83"} 6137.196518047 node_schedstat_waiting_seconds_total{cpu="84"} 6657.01291135 node_schedstat_waiting_seconds_total{cpu="85"} 6216.030255601 node_schedstat_waiting_seconds_total{cpu="86"} 6258.79632182 node_schedstat_waiting_seconds_total{cpu="87"} 6254.302123375 node_schedstat_waiting_seconds_total{cpu="88"} 6385.609075005 node_schedstat_waiting_seconds_total{cpu="89"} 6185.587428908 node_schedstat_waiting_seconds_total{cpu="9"} 7808.880056395 node_schedstat_waiting_seconds_total{cpu="90"} 6247.191029584 node_schedstat_waiting_seconds_total{cpu="91"} 6693.196941178 node_schedstat_waiting_seconds_total{cpu="92"} 6319.483368685 node_schedstat_waiting_seconds_total{cpu="93"} 6247.860084515 node_schedstat_waiting_seconds_total{cpu="94"} 6194.907628813 node_schedstat_waiting_seconds_total{cpu="95"} 6100.40073023 # 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.02698937 node_scrape_collector_duration_seconds{collector="bcache"} 1.4277e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.5758e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.002944663 node_scrape_collector_duration_seconds{collector="conntrack"} 0.017765749 node_scrape_collector_duration_seconds{collector="cpu"} 0.020087418 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000909722 node_scrape_collector_duration_seconds{collector="diskstats"} 0.067308579 node_scrape_collector_duration_seconds{collector="dmi"} 0.01774483 node_scrape_collector_duration_seconds{collector="edac"} 0.020156679 node_scrape_collector_duration_seconds{collector="entropy"} 0.000116048 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.066e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.001828241 node_scrape_collector_duration_seconds{collector="filesystem"} 0.053643037 node_scrape_collector_duration_seconds{collector="hwmon"} 0.075841008 node_scrape_collector_duration_seconds{collector="infiniband"} 1.1843e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.5559e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.017419236 node_scrape_collector_duration_seconds{collector="mdadm"} 4.4173e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.017382127 node_scrape_collector_duration_seconds{collector="netclass"} 0.038994626 node_scrape_collector_duration_seconds{collector="netdev"} 0.018346623 node_scrape_collector_duration_seconds{collector="netstat"} 0.019164422 node_scrape_collector_duration_seconds{collector="nfs"} 0.0270054 node_scrape_collector_duration_seconds{collector="nfsd"} 2.9005e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.018619435 node_scrape_collector_duration_seconds{collector="os"} 0.017382057 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.7743e-05 node_scrape_collector_duration_seconds{collector="pressure"} 4.246e-05 node_scrape_collector_duration_seconds{collector="rapl"} 0.000319 node_scrape_collector_duration_seconds{collector="schedstat"} 0.07086877 node_scrape_collector_duration_seconds{collector="selinux"} 0.017776098 node_scrape_collector_duration_seconds{collector="sockstat"} 0.025444732 node_scrape_collector_duration_seconds{collector="softnet"} 0.001040679 node_scrape_collector_duration_seconds{collector="stat"} 0.020095935 node_scrape_collector_duration_seconds{collector="tapestats"} 1.3395e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.020104661 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.017881637 node_scrape_collector_duration_seconds{collector="time"} 0.025398416 node_scrape_collector_duration_seconds{collector="timex"} 1.043e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.074577521 node_scrape_collector_duration_seconds{collector="uname"} 8.075e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000400694 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000288182 node_scrape_collector_duration_seconds{collector="xfs"} 0.017880565 node_scrape_collector_duration_seconds{collector="zfs"} 1.036e-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 168 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 5193 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 4983 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 6145 # 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 2.516992e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 55 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 856 # 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 9984 # 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.0894464e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 5634 # 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"} 4.288487e+06 node_softnet_processed_total{cpu="1"} 3.778687e+06 node_softnet_processed_total{cpu="10"} 5.248144e+06 node_softnet_processed_total{cpu="11"} 1.038353559e+09 node_softnet_processed_total{cpu="12"} 3.231067e+06 node_softnet_processed_total{cpu="13"} 3.192448e+06 node_softnet_processed_total{cpu="14"} 6.01644575e+08 node_softnet_processed_total{cpu="15"} 5.644982e+06 node_softnet_processed_total{cpu="16"} 4.618968e+06 node_softnet_processed_total{cpu="17"} 5.337064e+06 node_softnet_processed_total{cpu="18"} 8.362858e+06 node_softnet_processed_total{cpu="19"} 8.1755103e+07 node_softnet_processed_total{cpu="2"} 1.16127842e+08 node_softnet_processed_total{cpu="20"} 1.579471929e+09 node_softnet_processed_total{cpu="21"} 5.155587e+06 node_softnet_processed_total{cpu="22"} 3.882699e+06 node_softnet_processed_total{cpu="23"} 2.18305439e+08 node_softnet_processed_total{cpu="24"} 1.618227e+06 node_softnet_processed_total{cpu="25"} 1.67231e+06 node_softnet_processed_total{cpu="26"} 1.631472e+06 node_softnet_processed_total{cpu="27"} 1.319595e+06 node_softnet_processed_total{cpu="28"} 1.341745e+06 node_softnet_processed_total{cpu="29"} 1.346253e+06 node_softnet_processed_total{cpu="3"} 4.14278674e+08 node_softnet_processed_total{cpu="30"} 1.218356e+06 node_softnet_processed_total{cpu="31"} 1.226724e+06 node_softnet_processed_total{cpu="32"} 1.293218e+06 node_softnet_processed_total{cpu="33"} 1.353812e+06 node_softnet_processed_total{cpu="34"} 1.314862e+06 node_softnet_processed_total{cpu="35"} 1.366276e+06 node_softnet_processed_total{cpu="36"} 1.204862e+06 node_softnet_processed_total{cpu="37"} 1.3023e+06 node_softnet_processed_total{cpu="38"} 1.278611e+06 node_softnet_processed_total{cpu="39"} 1.210709e+06 node_softnet_processed_total{cpu="4"} 4.057101e+06 node_softnet_processed_total{cpu="40"} 1.273067e+06 node_softnet_processed_total{cpu="41"} 1.288069e+06 node_softnet_processed_total{cpu="42"} 1.247468e+06 node_softnet_processed_total{cpu="43"} 1.165913e+06 node_softnet_processed_total{cpu="44"} 1.281298e+06 node_softnet_processed_total{cpu="45"} 1.275218e+06 node_softnet_processed_total{cpu="46"} 1.276457e+06 node_softnet_processed_total{cpu="47"} 1.317298e+06 node_softnet_processed_total{cpu="48"} 2.88545e+06 node_softnet_processed_total{cpu="49"} 2.586056e+06 node_softnet_processed_total{cpu="5"} 4.4087267e+08 node_softnet_processed_total{cpu="50"} 2.97711655e+09 node_softnet_processed_total{cpu="51"} 1.41523614e+08 node_softnet_processed_total{cpu="52"} 7.529618e+06 node_softnet_processed_total{cpu="53"} 4.94149763e+08 node_softnet_processed_total{cpu="54"} 4.4638839e+08 node_softnet_processed_total{cpu="55"} 1.0872967e+07 node_softnet_processed_total{cpu="56"} 1.312947699e+09 node_softnet_processed_total{cpu="57"} 2.83930808e+08 node_softnet_processed_total{cpu="58"} 1.144120008e+09 node_softnet_processed_total{cpu="59"} 4.417117e+06 node_softnet_processed_total{cpu="6"} 5.575374e+06 node_softnet_processed_total{cpu="60"} 2.79693795e+09 node_softnet_processed_total{cpu="61"} 9.4582121e+07 node_softnet_processed_total{cpu="62"} 5.464725e+06 node_softnet_processed_total{cpu="63"} 2.997359494e+09 node_softnet_processed_total{cpu="64"} 1.201349833e+09 node_softnet_processed_total{cpu="65"} 1.736892178e+09 node_softnet_processed_total{cpu="66"} 3.233208213e+09 node_softnet_processed_total{cpu="67"} 7.413188e+06 node_softnet_processed_total{cpu="68"} 5.285674e+06 node_softnet_processed_total{cpu="69"} 8.62653495e+08 node_softnet_processed_total{cpu="7"} 3.19378671e+08 node_softnet_processed_total{cpu="70"} 1.302807963e+09 node_softnet_processed_total{cpu="71"} 2.02949757e+08 node_softnet_processed_total{cpu="72"} 1.688975e+06 node_softnet_processed_total{cpu="73"} 1.459755e+06 node_softnet_processed_total{cpu="74"} 1.537636e+06 node_softnet_processed_total{cpu="75"} 1.304061e+06 node_softnet_processed_total{cpu="76"} 1.314935e+06 node_softnet_processed_total{cpu="77"} 1.283662e+06 node_softnet_processed_total{cpu="78"} 1.259876e+06 node_softnet_processed_total{cpu="79"} 1.262376e+06 node_softnet_processed_total{cpu="8"} 1.213377178e+09 node_softnet_processed_total{cpu="80"} 1.16217e+06 node_softnet_processed_total{cpu="81"} 1.209348e+06 node_softnet_processed_total{cpu="82"} 4.201555e+06 node_softnet_processed_total{cpu="83"} 1.307819e+06 node_softnet_processed_total{cpu="84"} 1.566898e+06 node_softnet_processed_total{cpu="85"} 1.191757e+06 node_softnet_processed_total{cpu="86"} 1.196064e+06 node_softnet_processed_total{cpu="87"} 1.21586e+06 node_softnet_processed_total{cpu="88"} 1.260008e+06 node_softnet_processed_total{cpu="89"} 1.196296e+06 node_softnet_processed_total{cpu="9"} 1.66820367e+08 node_softnet_processed_total{cpu="90"} 1.165149e+06 node_softnet_processed_total{cpu="91"} 1.313845e+06 node_softnet_processed_total{cpu="92"} 1.501932e+06 node_softnet_processed_total{cpu="93"} 1.229229e+06 node_softnet_processed_total{cpu="94"} 1.223324e+06 node_softnet_processed_total{cpu="95"} 1.152528e+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"} 20 node_softnet_times_squeezed_total{cpu="1"} 19 node_softnet_times_squeezed_total{cpu="10"} 68 node_softnet_times_squeezed_total{cpu="11"} 2599 node_softnet_times_squeezed_total{cpu="12"} 7 node_softnet_times_squeezed_total{cpu="13"} 4 node_softnet_times_squeezed_total{cpu="14"} 3141 node_softnet_times_squeezed_total{cpu="15"} 11 node_softnet_times_squeezed_total{cpu="16"} 15 node_softnet_times_squeezed_total{cpu="17"} 20 node_softnet_times_squeezed_total{cpu="18"} 61 node_softnet_times_squeezed_total{cpu="19"} 213 node_softnet_times_squeezed_total{cpu="2"} 679 node_softnet_times_squeezed_total{cpu="20"} 5272 node_softnet_times_squeezed_total{cpu="21"} 7 node_softnet_times_squeezed_total{cpu="22"} 3 node_softnet_times_squeezed_total{cpu="23"} 381 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"} 2557 node_softnet_times_squeezed_total{cpu="30"} 0 node_softnet_times_squeezed_total{cpu="31"} 1 node_softnet_times_squeezed_total{cpu="32"} 1 node_softnet_times_squeezed_total{cpu="33"} 0 node_softnet_times_squeezed_total{cpu="34"} 0 node_softnet_times_squeezed_total{cpu="35"} 1 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"} 2 node_softnet_times_squeezed_total{cpu="40"} 0 node_softnet_times_squeezed_total{cpu="41"} 0 node_softnet_times_squeezed_total{cpu="42"} 0 node_softnet_times_squeezed_total{cpu="43"} 1 node_softnet_times_squeezed_total{cpu="44"} 0 node_softnet_times_squeezed_total{cpu="45"} 0 node_softnet_times_squeezed_total{cpu="46"} 0 node_softnet_times_squeezed_total{cpu="47"} 1 node_softnet_times_squeezed_total{cpu="48"} 27 node_softnet_times_squeezed_total{cpu="49"} 5 node_softnet_times_squeezed_total{cpu="5"} 1793 node_softnet_times_squeezed_total{cpu="50"} 8202 node_softnet_times_squeezed_total{cpu="51"} 847 node_softnet_times_squeezed_total{cpu="52"} 27 node_softnet_times_squeezed_total{cpu="53"} 569 node_softnet_times_squeezed_total{cpu="54"} 1868 node_softnet_times_squeezed_total{cpu="55"} 36 node_softnet_times_squeezed_total{cpu="56"} 4144 node_softnet_times_squeezed_total{cpu="57"} 1171 node_softnet_times_squeezed_total{cpu="58"} 1434 node_softnet_times_squeezed_total{cpu="59"} 7 node_softnet_times_squeezed_total{cpu="6"} 38 node_softnet_times_squeezed_total{cpu="60"} 8615 node_softnet_times_squeezed_total{cpu="61"} 535 node_softnet_times_squeezed_total{cpu="62"} 33 node_softnet_times_squeezed_total{cpu="63"} 8288 node_softnet_times_squeezed_total{cpu="64"} 3781 node_softnet_times_squeezed_total{cpu="65"} 5259 node_softnet_times_squeezed_total{cpu="66"} 9088 node_softnet_times_squeezed_total{cpu="67"} 33 node_softnet_times_squeezed_total{cpu="68"} 65 node_softnet_times_squeezed_total{cpu="69"} 4286 node_softnet_times_squeezed_total{cpu="7"} 361 node_softnet_times_squeezed_total{cpu="70"} 3509 node_softnet_times_squeezed_total{cpu="71"} 371 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"} 5835 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"} 1 node_softnet_times_squeezed_total{cpu="9"} 741 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.7865708011905982e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 1.5e-05 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.00000650491333 # 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.146772 # 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"} 1280 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-687.25.1.el9_8.x86_64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Mon Jul 13 11:40:33 EDT 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 772 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.69860827316e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 2.86175214e+08 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 5.82122214928e+11 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 3.0128635683e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP node_watchdog_bootstatus Value of /sys/class/watchdog//bootstatus # TYPE node_watchdog_bootstatus gauge node_watchdog_bootstatus{name="watchdog0"} 0 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="SP5100 TCO timer",name="watchdog0",options="",pretimeout_governor="",state="inactive",status="0x0"} 1 # HELP node_watchdog_nowayout Value of /sys/class/watchdog//nowayout # TYPE node_watchdog_nowayout gauge node_watchdog_nowayout{name="watchdog0"} 0 # HELP node_watchdog_timeleft_seconds Value of /sys/class/watchdog//timeleft # TYPE node_watchdog_timeleft_seconds gauge node_watchdog_timeleft_seconds{name="watchdog0"} 600 # HELP node_watchdog_timeout_seconds Value of /sys/class/watchdog//timeout # TYPE node_watchdog_timeout_seconds gauge node_watchdog_timeout_seconds{name="watchdog0"} 60 # HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="nvme0n1"} 0 # HELP node_xfs_allocation_btree_lookups_total Number of allocation B-tree lookups for a filesystem. # TYPE node_xfs_allocation_btree_lookups_total counter node_xfs_allocation_btree_lookups_total{device="nvme0n1"} 0 # HELP node_xfs_allocation_btree_records_deleted_total Number of allocation B-tree records deleted for a filesystem. # TYPE node_xfs_allocation_btree_records_deleted_total counter node_xfs_allocation_btree_records_deleted_total{device="nvme0n1"} 0 # HELP node_xfs_allocation_btree_records_inserted_total Number of allocation B-tree records inserted for a filesystem. # TYPE node_xfs_allocation_btree_records_inserted_total counter node_xfs_allocation_btree_records_inserted_total{device="nvme0n1"} 0 # HELP node_xfs_block_map_btree_compares_total Number of block map B-tree compares for a filesystem. # TYPE node_xfs_block_map_btree_compares_total counter node_xfs_block_map_btree_compares_total{device="nvme0n1"} 0 # HELP node_xfs_block_map_btree_lookups_total Number of block map B-tree lookups for a filesystem. # TYPE node_xfs_block_map_btree_lookups_total counter node_xfs_block_map_btree_lookups_total{device="nvme0n1"} 0 # HELP node_xfs_block_map_btree_records_deleted_total Number of block map B-tree records deleted for a filesystem. # TYPE node_xfs_block_map_btree_records_deleted_total counter node_xfs_block_map_btree_records_deleted_total{device="nvme0n1"} 0 # HELP node_xfs_block_map_btree_records_inserted_total Number of block map B-tree records inserted for a filesystem. # TYPE node_xfs_block_map_btree_records_inserted_total counter node_xfs_block_map_btree_records_inserted_total{device="nvme0n1"} 0 # HELP node_xfs_block_mapping_extent_list_compares_total Number of extent list compares for a filesystem. # TYPE node_xfs_block_mapping_extent_list_compares_total counter node_xfs_block_mapping_extent_list_compares_total{device="nvme0n1"} 0 # HELP node_xfs_block_mapping_extent_list_deletions_total Number of extent list deletions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_deletions_total counter node_xfs_block_mapping_extent_list_deletions_total{device="nvme0n1"} 8.802954e+06 # HELP node_xfs_block_mapping_extent_list_insertions_total Number of extent list insertions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_insertions_total counter node_xfs_block_mapping_extent_list_insertions_total{device="nvme0n1"} 1.4297248e+07 # HELP node_xfs_block_mapping_extent_list_lookups_total Number of extent list lookups for a filesystem. # TYPE node_xfs_block_mapping_extent_list_lookups_total counter node_xfs_block_mapping_extent_list_lookups_total{device="nvme0n1"} 1.118222759e+09 # HELP node_xfs_block_mapping_reads_total Number of block map for read operations for a filesystem. # TYPE node_xfs_block_mapping_reads_total counter node_xfs_block_mapping_reads_total{device="nvme0n1"} 4.1585933e+08 # HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem. # TYPE node_xfs_block_mapping_unmaps_total counter node_xfs_block_mapping_unmaps_total{device="nvme0n1"} 1.4253432e+07 # HELP node_xfs_block_mapping_writes_total Number of block map for write operations for a filesystem. # TYPE node_xfs_block_mapping_writes_total counter node_xfs_block_mapping_writes_total{device="nvme0n1"} 6.69230583e+08 # HELP node_xfs_directory_operation_create_total Number of times a new directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_create_total counter node_xfs_directory_operation_create_total{device="nvme0n1"} 8.321437e+06 # HELP node_xfs_directory_operation_getdents_total Number of times the directory getdents operation was performed for a filesystem. # TYPE node_xfs_directory_operation_getdents_total counter node_xfs_directory_operation_getdents_total{device="nvme0n1"} 1.3625989e+07 # HELP node_xfs_directory_operation_lookup_total Number of file name directory lookups which miss the operating systems directory name lookup cache. # TYPE node_xfs_directory_operation_lookup_total counter node_xfs_directory_operation_lookup_total{device="nvme0n1"} 1.0721127e+07 # HELP node_xfs_directory_operation_remove_total Number of times an existing directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_remove_total counter node_xfs_directory_operation_remove_total{device="nvme0n1"} 8.314686e+06 # HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem. # TYPE node_xfs_extent_allocation_blocks_allocated_total counter node_xfs_extent_allocation_blocks_allocated_total{device="nvme0n1"} 5.69548251e+08 # HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem. # TYPE node_xfs_extent_allocation_blocks_freed_total counter node_xfs_extent_allocation_blocks_freed_total{device="nvme0n1"} 5.6713892e+08 # HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem. # TYPE node_xfs_extent_allocation_extents_allocated_total counter node_xfs_extent_allocation_extents_allocated_total{device="nvme0n1"} 7.050273e+06 # HELP node_xfs_extent_allocation_extents_freed_total Number of extents freed for a filesystem. # TYPE node_xfs_extent_allocation_extents_freed_total counter node_xfs_extent_allocation_extents_freed_total{device="nvme0n1"} 7.079393e+06 # HELP node_xfs_inode_operation_attempts_total Number of times the OS looked for an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_attempts_total counter node_xfs_inode_operation_attempts_total{device="nvme0n1"} 8.46262e+06 # HELP node_xfs_inode_operation_attribute_changes_total Number of times the OS explicitly changed the attributes of an XFS inode. # TYPE node_xfs_inode_operation_attribute_changes_total counter node_xfs_inode_operation_attribute_changes_total{device="nvme0n1"} 1.3207954e+07 # HELP node_xfs_inode_operation_duplicates_total Number of times the OS tried to add a missing XFS inode to the inode cache, but found it had already been added by another process. # TYPE node_xfs_inode_operation_duplicates_total counter node_xfs_inode_operation_duplicates_total{device="nvme0n1"} 0 # HELP node_xfs_inode_operation_found_total Number of times the OS looked for and found an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_found_total counter node_xfs_inode_operation_found_total{device="nvme0n1"} 4.408968e+06 # HELP node_xfs_inode_operation_missed_total Number of times the OS looked for an XFS inode in the cache, but did not find it. # TYPE node_xfs_inode_operation_missed_total counter node_xfs_inode_operation_missed_total{device="nvme0n1"} 4.053652e+06 # HELP node_xfs_inode_operation_reclaims_total Number of times the OS reclaimed an XFS inode from the inode cache to free memory for another purpose. # TYPE node_xfs_inode_operation_reclaims_total counter node_xfs_inode_operation_reclaims_total{device="nvme0n1"} 4.009701e+06 # HELP node_xfs_inode_operation_recycled_total Number of times the OS found an XFS inode in the cache, but could not use it as it was being recycled. # TYPE node_xfs_inode_operation_recycled_total counter node_xfs_inode_operation_recycled_total{device="nvme0n1"} 3 # 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"} 5.98519717e+08 # HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem. # TYPE node_xfs_vnode_active_total counter node_xfs_vnode_active_total{device="nvme0n1"} 43951 # 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"} 8.277499e+06 # HELP node_xfs_vnode_release_total Number of times vn_rele called for a filesystem. # TYPE node_xfs_vnode_release_total counter node_xfs_vnode_release_total{device="nvme0n1"} 8.277499e+06 # HELP node_xfs_vnode_remove_total Number of times vn_remove called for a filesystem. # TYPE node_xfs_vnode_remove_total counter node_xfs_vnode_remove_total{device="nvme0n1"} 8.277499e+06 # HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem. # TYPE node_xfs_write_calls_total counter node_xfs_write_calls_total{device="nvme0n1"} 6.5444367e+08 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 11828.53 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # 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 6.6947792721975e+13 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.44326094264201e+14 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.345536e+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.78405766939e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273675776e+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"} 24741 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"} 83868 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0