# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 1.0159e-05 go_gc_duration_seconds{quantile="0.25"} 1.6972e-05 go_gc_duration_seconds{quantile="0.5"} 2.7251e-05 go_gc_duration_seconds{quantile="0.75"} 4.3231e-05 go_gc_duration_seconds{quantile="1"} 0.000173086 go_gc_duration_seconds_sum 22.45780114 go_gc_duration_seconds_count 65982 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 6.674232e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 2.20857150688e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.219224e+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.760653718e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.568096e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 6.674232e+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.1780096e+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.257536e+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 58842 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 9.699328e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 2.0037632e+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.7813902792197373e+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.76071256e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 124800 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 118880 # 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 212160 # 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.0406464e+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 533008 # 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 2.7612424e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 12 # 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="cali9c18b3beec5"} 1 node_arp_entries{device="eno33np0.3604"} 317 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.777652536e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.798263112611e+12 # 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.43674115e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 11475.08 node_cpu_seconds_total{cpu="0",mode="irq"} 12951.4 node_cpu_seconds_total{cpu="0",mode="nice"} 117.44 node_cpu_seconds_total{cpu="0",mode="softirq"} 285745.62 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 99797.99 node_cpu_seconds_total{cpu="0",mode="user"} 852776.8 node_cpu_seconds_total{cpu="1",mode="idle"} 2.38863362e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 16585.81 node_cpu_seconds_total{cpu="1",mode="irq"} 29299.66 node_cpu_seconds_total{cpu="1",mode="nice"} 119.87 node_cpu_seconds_total{cpu="1",mode="softirq"} 31588.04 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 99419.08 node_cpu_seconds_total{cpu="1",mode="user"} 1.15820078e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 2.16904528e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 10591.58 node_cpu_seconds_total{cpu="10",mode="irq"} 15362.91 node_cpu_seconds_total{cpu="10",mode="nice"} 74.22 node_cpu_seconds_total{cpu="10",mode="softirq"} 3765.07 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 84689.47 node_cpu_seconds_total{cpu="10",mode="user"} 1.44849036e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 2.38146507e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 16058.81 node_cpu_seconds_total{cpu="11",mode="irq"} 17976.25 node_cpu_seconds_total{cpu="11",mode="nice"} 88.18 node_cpu_seconds_total{cpu="11",mode="softirq"} 43565.74 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 123404.71 node_cpu_seconds_total{cpu="11",mode="user"} 1.14193043e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 2.17728308e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 14724.35 node_cpu_seconds_total{cpu="12",mode="irq"} 15743.42 node_cpu_seconds_total{cpu="12",mode="nice"} 87.16 node_cpu_seconds_total{cpu="12",mode="softirq"} 3609.9 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 93622.42 node_cpu_seconds_total{cpu="12",mode="user"} 1.42513142e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 2.27911614e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 16068.43 node_cpu_seconds_total{cpu="13",mode="irq"} 15571.51 node_cpu_seconds_total{cpu="13",mode="nice"} 71.82 node_cpu_seconds_total{cpu="13",mode="softirq"} 3193.03 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 93721.66 node_cpu_seconds_total{cpu="13",mode="user"} 1.32190235e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 2.20725354e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 12405.05 node_cpu_seconds_total{cpu="14",mode="irq"} 15201.63 node_cpu_seconds_total{cpu="14",mode="nice"} 67.62 node_cpu_seconds_total{cpu="14",mode="softirq"} 3152.17 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 86403.41 node_cpu_seconds_total{cpu="14",mode="user"} 1.40728339e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 2.2435576e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 14805.12 node_cpu_seconds_total{cpu="15",mode="irq"} 15590.23 node_cpu_seconds_total{cpu="15",mode="nice"} 96.08 node_cpu_seconds_total{cpu="15",mode="softirq"} 3763.59 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 97485.94 node_cpu_seconds_total{cpu="15",mode="user"} 1.35386211e+06 node_cpu_seconds_total{cpu="16",mode="idle"} 2.36361465e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 16011.21 node_cpu_seconds_total{cpu="16",mode="irq"} 17740.71 node_cpu_seconds_total{cpu="16",mode="nice"} 71.18 node_cpu_seconds_total{cpu="16",mode="softirq"} 38719.5 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 119387.63 node_cpu_seconds_total{cpu="16",mode="user"} 1.17075372e+06 node_cpu_seconds_total{cpu="17",mode="idle"} 2.28792363e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 13315.86 node_cpu_seconds_total{cpu="17",mode="irq"} 15181.92 node_cpu_seconds_total{cpu="17",mode="nice"} 73.13 node_cpu_seconds_total{cpu="17",mode="softirq"} 3210.15 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 90279.65 node_cpu_seconds_total{cpu="17",mode="user"} 1.32069954e+06 node_cpu_seconds_total{cpu="18",mode="idle"} 2.187073e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 12561.11 node_cpu_seconds_total{cpu="18",mode="irq"} 15539.03 node_cpu_seconds_total{cpu="18",mode="nice"} 96.56 node_cpu_seconds_total{cpu="18",mode="softirq"} 3557.1 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 91240.45 node_cpu_seconds_total{cpu="18",mode="user"} 1.42046193e+06 node_cpu_seconds_total{cpu="19",mode="idle"} 2.1788572e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 10987.95 node_cpu_seconds_total{cpu="19",mode="irq"} 15341.13 node_cpu_seconds_total{cpu="19",mode="nice"} 73.36 node_cpu_seconds_total{cpu="19",mode="softirq"} 3078.05 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 87955.58 node_cpu_seconds_total{cpu="19",mode="user"} 1.43558498e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 2.37405809e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 15540.33 node_cpu_seconds_total{cpu="2",mode="irq"} 14612.96 node_cpu_seconds_total{cpu="2",mode="nice"} 106.61 node_cpu_seconds_total{cpu="2",mode="softirq"} 14428.48 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 94622.14 node_cpu_seconds_total{cpu="2",mode="user"} 1.21443101e+06 node_cpu_seconds_total{cpu="20",mode="idle"} 2.27860201e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 11861.86 node_cpu_seconds_total{cpu="20",mode="irq"} 14873.55 node_cpu_seconds_total{cpu="20",mode="nice"} 59.93 node_cpu_seconds_total{cpu="20",mode="softirq"} 2609.88 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 88115.32 node_cpu_seconds_total{cpu="20",mode="user"} 1.33519213e+06 node_cpu_seconds_total{cpu="21",mode="idle"} 2.32181219e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 16299.13 node_cpu_seconds_total{cpu="21",mode="irq"} 19045.33 node_cpu_seconds_total{cpu="21",mode="nice"} 103.52 node_cpu_seconds_total{cpu="21",mode="softirq"} 56403.46 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 128683.32 node_cpu_seconds_total{cpu="21",mode="user"} 1.18192702e+06 node_cpu_seconds_total{cpu="22",mode="idle"} 2.36033121e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 15168.08 node_cpu_seconds_total{cpu="22",mode="irq"} 17036.14 node_cpu_seconds_total{cpu="22",mode="nice"} 82.54 node_cpu_seconds_total{cpu="22",mode="softirq"} 38340.79 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 110423.4 node_cpu_seconds_total{cpu="22",mode="user"} 1.18551014e+06 node_cpu_seconds_total{cpu="23",mode="idle"} 2.39221537e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 15876.91 node_cpu_seconds_total{cpu="23",mode="irq"} 14464.09 node_cpu_seconds_total{cpu="23",mode="nice"} 88.98 node_cpu_seconds_total{cpu="23",mode="softirq"} 3158.65 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 100603.27 node_cpu_seconds_total{cpu="23",mode="user"} 1.20144604e+06 node_cpu_seconds_total{cpu="24",mode="idle"} 2.26683813e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 14627.29 node_cpu_seconds_total{cpu="24",mode="irq"} 16119.61 node_cpu_seconds_total{cpu="24",mode="nice"} 142.53 node_cpu_seconds_total{cpu="24",mode="softirq"} 3549.95 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 100909.71 node_cpu_seconds_total{cpu="24",mode="user"} 1.32668644e+06 node_cpu_seconds_total{cpu="25",mode="idle"} 2.36740827e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 16338.17 node_cpu_seconds_total{cpu="25",mode="irq"} 15366.22 node_cpu_seconds_total{cpu="25",mode="nice"} 107.31 node_cpu_seconds_total{cpu="25",mode="softirq"} 3309.37 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 97297.23 node_cpu_seconds_total{cpu="25",mode="user"} 1.22847078e+06 node_cpu_seconds_total{cpu="26",mode="idle"} 2.32001808e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 13552.54 node_cpu_seconds_total{cpu="26",mode="irq"} 15135.65 node_cpu_seconds_total{cpu="26",mode="nice"} 95.78 node_cpu_seconds_total{cpu="26",mode="softirq"} 2742.76 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 89805.08 node_cpu_seconds_total{cpu="26",mode="user"} 1.28887855e+06 node_cpu_seconds_total{cpu="27",mode="idle"} 2.33945956e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 18734.97 node_cpu_seconds_total{cpu="27",mode="irq"} 15061.3 node_cpu_seconds_total{cpu="27",mode="nice"} 129.81 node_cpu_seconds_total{cpu="27",mode="softirq"} 3188.21 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 94130.98 node_cpu_seconds_total{cpu="27",mode="user"} 1.25773965e+06 node_cpu_seconds_total{cpu="28",mode="idle"} 2.32929021e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 15855.59 node_cpu_seconds_total{cpu="28",mode="irq"} 14800.5 node_cpu_seconds_total{cpu="28",mode="nice"} 94.73 node_cpu_seconds_total{cpu="28",mode="softirq"} 2450.39 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 85824.57 node_cpu_seconds_total{cpu="28",mode="user"} 1.28244251e+06 node_cpu_seconds_total{cpu="29",mode="idle"} 2.35569072e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 16027.59 node_cpu_seconds_total{cpu="29",mode="irq"} 14779.08 node_cpu_seconds_total{cpu="29",mode="nice"} 77.66 node_cpu_seconds_total{cpu="29",mode="softirq"} 2551.38 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 87648.48 node_cpu_seconds_total{cpu="29",mode="user"} 1.25335997e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 2.24520729e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 15536.52 node_cpu_seconds_total{cpu="3",mode="irq"} 19646.46 node_cpu_seconds_total{cpu="3",mode="nice"} 114 node_cpu_seconds_total{cpu="3",mode="softirq"} 56700.75 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 127411.32 node_cpu_seconds_total{cpu="3",mode="user"} 1.25733165e+06 node_cpu_seconds_total{cpu="30",mode="idle"} 2.27303227e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 15405.68 node_cpu_seconds_total{cpu="30",mode="irq"} 15052.59 node_cpu_seconds_total{cpu="30",mode="nice"} 114.18 node_cpu_seconds_total{cpu="30",mode="softirq"} 2613.65 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 88600.47 node_cpu_seconds_total{cpu="30",mode="user"} 1.33551108e+06 node_cpu_seconds_total{cpu="31",mode="idle"} 2.40242978e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 16720.44 node_cpu_seconds_total{cpu="31",mode="irq"} 14442.61 node_cpu_seconds_total{cpu="31",mode="nice"} 87.26 node_cpu_seconds_total{cpu="31",mode="softirq"} 2549.11 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 89944.76 node_cpu_seconds_total{cpu="31",mode="user"} 1.20337572e+06 node_cpu_seconds_total{cpu="32",mode="idle"} 2.35016551e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 14578.9 node_cpu_seconds_total{cpu="32",mode="irq"} 14722.65 node_cpu_seconds_total{cpu="32",mode="nice"} 77.86 node_cpu_seconds_total{cpu="32",mode="softirq"} 2328.19 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 85778.25 node_cpu_seconds_total{cpu="32",mode="user"} 1.26302601e+06 node_cpu_seconds_total{cpu="33",mode="idle"} 2.3644509e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 18493.68 node_cpu_seconds_total{cpu="33",mode="irq"} 14811.37 node_cpu_seconds_total{cpu="33",mode="nice"} 138.87 node_cpu_seconds_total{cpu="33",mode="softirq"} 2775.06 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 93752.88 node_cpu_seconds_total{cpu="33",mode="user"} 1.23424409e+06 node_cpu_seconds_total{cpu="34",mode="idle"} 2.35422801e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 16017.03 node_cpu_seconds_total{cpu="34",mode="irq"} 14584.35 node_cpu_seconds_total{cpu="34",mode="nice"} 96.51 node_cpu_seconds_total{cpu="34",mode="softirq"} 2263.78 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 86801.33 node_cpu_seconds_total{cpu="34",mode="user"} 1.25678955e+06 node_cpu_seconds_total{cpu="35",mode="idle"} 2.37711963e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 16806.77 node_cpu_seconds_total{cpu="35",mode="irq"} 14645.02 node_cpu_seconds_total{cpu="35",mode="nice"} 88.76 node_cpu_seconds_total{cpu="35",mode="softirq"} 2379.59 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 88713.46 node_cpu_seconds_total{cpu="35",mode="user"} 1.23024168e+06 node_cpu_seconds_total{cpu="36",mode="idle"} 2.30438009e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 16078.08 node_cpu_seconds_total{cpu="36",mode="irq"} 14978.86 node_cpu_seconds_total{cpu="36",mode="nice"} 107.02 node_cpu_seconds_total{cpu="36",mode="softirq"} 2477.13 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 89714.89 node_cpu_seconds_total{cpu="36",mode="user"} 1.30241083e+06 node_cpu_seconds_total{cpu="37",mode="idle"} 2.44426448e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 18229.44 node_cpu_seconds_total{cpu="37",mode="irq"} 14267.64 node_cpu_seconds_total{cpu="37",mode="nice"} 78.17 node_cpu_seconds_total{cpu="37",mode="softirq"} 2373.36 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 91609.24 node_cpu_seconds_total{cpu="37",mode="user"} 1.15846328e+06 node_cpu_seconds_total{cpu="38",mode="idle"} 2.40171787e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 15676.32 node_cpu_seconds_total{cpu="38",mode="irq"} 14422.49 node_cpu_seconds_total{cpu="38",mode="nice"} 73.46 node_cpu_seconds_total{cpu="38",mode="softirq"} 2215.12 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 87081.51 node_cpu_seconds_total{cpu="38",mode="user"} 1.20930712e+06 node_cpu_seconds_total{cpu="39",mode="idle"} 2.35266403e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 18522.27 node_cpu_seconds_total{cpu="39",mode="irq"} 14797.83 node_cpu_seconds_total{cpu="39",mode="nice"} 86.65 node_cpu_seconds_total{cpu="39",mode="softirq"} 2576.39 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 92993.6 node_cpu_seconds_total{cpu="39",mode="user"} 1.24730214e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 2.18688431e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 10891.29 node_cpu_seconds_total{cpu="4",mode="irq"} 15312.31 node_cpu_seconds_total{cpu="4",mode="nice"} 77.43 node_cpu_seconds_total{cpu="4",mode="softirq"} 5470.86 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 89944.64 node_cpu_seconds_total{cpu="4",mode="user"} 1.42226017e+06 node_cpu_seconds_total{cpu="40",mode="idle"} 2.35050965e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 16629.68 node_cpu_seconds_total{cpu="40",mode="irq"} 14784.28 node_cpu_seconds_total{cpu="40",mode="nice"} 79.25 node_cpu_seconds_total{cpu="40",mode="softirq"} 2191.47 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 86888.11 node_cpu_seconds_total{cpu="40",mode="user"} 1.25968675e+06 node_cpu_seconds_total{cpu="41",mode="idle"} 2.37847149e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 16908.37 node_cpu_seconds_total{cpu="41",mode="irq"} 14720.4 node_cpu_seconds_total{cpu="41",mode="nice"} 85.54 node_cpu_seconds_total{cpu="41",mode="softirq"} 2276.33 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 88769.93 node_cpu_seconds_total{cpu="41",mode="user"} 1.22884794e+06 node_cpu_seconds_total{cpu="42",mode="idle"} 2.31892203e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 15659.15 node_cpu_seconds_total{cpu="42",mode="irq"} 14727.72 node_cpu_seconds_total{cpu="42",mode="nice"} 101.44 node_cpu_seconds_total{cpu="42",mode="softirq"} 2289.32 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 89367.8 node_cpu_seconds_total{cpu="42",mode="user"} 1.28936313e+06 node_cpu_seconds_total{cpu="43",mode="idle"} 2.44195335e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 17963.1 node_cpu_seconds_total{cpu="43",mode="irq"} 14307.56 node_cpu_seconds_total{cpu="43",mode="nice"} 76.29 node_cpu_seconds_total{cpu="43",mode="softirq"} 2322.59 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 91804.89 node_cpu_seconds_total{cpu="43",mode="user"} 1.16088447e+06 node_cpu_seconds_total{cpu="44",mode="idle"} 2.36489887e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 15209.91 node_cpu_seconds_total{cpu="44",mode="irq"} 14554.31 node_cpu_seconds_total{cpu="44",mode="nice"} 89.94 node_cpu_seconds_total{cpu="44",mode="softirq"} 2163.49 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 87046.29 node_cpu_seconds_total{cpu="44",mode="user"} 1.24681829e+06 node_cpu_seconds_total{cpu="45",mode="idle"} 2.49598679e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 19550.33 node_cpu_seconds_total{cpu="45",mode="irq"} 13817.21 node_cpu_seconds_total{cpu="45",mode="nice"} 104.91 node_cpu_seconds_total{cpu="45",mode="softirq"} 2740.97 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 96310.82 node_cpu_seconds_total{cpu="45",mode="user"} 1.09915261e+06 node_cpu_seconds_total{cpu="46",mode="idle"} 2.38653323e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 16375.06 node_cpu_seconds_total{cpu="46",mode="irq"} 14387.84 node_cpu_seconds_total{cpu="46",mode="nice"} 82.94 node_cpu_seconds_total{cpu="46",mode="softirq"} 2156.06 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 88090.29 node_cpu_seconds_total{cpu="46",mode="user"} 1.22302809e+06 node_cpu_seconds_total{cpu="47",mode="idle"} 2.43227844e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 17842.97 node_cpu_seconds_total{cpu="47",mode="irq"} 14279.8 node_cpu_seconds_total{cpu="47",mode="nice"} 79.09 node_cpu_seconds_total{cpu="47",mode="softirq"} 2284.7 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 91479.49 node_cpu_seconds_total{cpu="47",mode="user"} 1.17128685e+06 node_cpu_seconds_total{cpu="48",mode="idle"} 2.05547034e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 13587.19 node_cpu_seconds_total{cpu="48",mode="irq"} 17540.36 node_cpu_seconds_total{cpu="48",mode="nice"} 88.41 node_cpu_seconds_total{cpu="48",mode="softirq"} 8012.69 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 97016.3 node_cpu_seconds_total{cpu="48",mode="user"} 1.53770112e+06 node_cpu_seconds_total{cpu="49",mode="idle"} 2.28757208e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 12961.03 node_cpu_seconds_total{cpu="49",mode="irq"} 15240.76 node_cpu_seconds_total{cpu="49",mode="nice"} 86.72 node_cpu_seconds_total{cpu="49",mode="softirq"} 6552.63 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 89471.3 node_cpu_seconds_total{cpu="49",mode="user"} 1.3192112e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 2.44186885e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 15814 node_cpu_seconds_total{cpu="5",mode="irq"} 17243.52 node_cpu_seconds_total{cpu="5",mode="nice"} 95.16 node_cpu_seconds_total{cpu="5",mode="softirq"} 56778.89 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 119894.97 node_cpu_seconds_total{cpu="5",mode="user"} 1.07105691e+06 node_cpu_seconds_total{cpu="50",mode="idle"} 2.39347501e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 16454.91 node_cpu_seconds_total{cpu="50",mode="irq"} 14518.4 node_cpu_seconds_total{cpu="50",mode="nice"} 89.57 node_cpu_seconds_total{cpu="50",mode="softirq"} 2060.51 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 91865.52 node_cpu_seconds_total{cpu="50",mode="user"} 1.21164553e+06 node_cpu_seconds_total{cpu="51",mode="idle"} 2.19207005e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 9909.13 node_cpu_seconds_total{cpu="51",mode="irq"} 15511.89 node_cpu_seconds_total{cpu="51",mode="nice"} 69.49 node_cpu_seconds_total{cpu="51",mode="softirq"} 2975.94 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 87809.49 node_cpu_seconds_total{cpu="51",mode="user"} 1.42304175e+06 node_cpu_seconds_total{cpu="52",mode="idle"} 2.63091915e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 19793.58 node_cpu_seconds_total{cpu="52",mode="irq"} 15832.16 node_cpu_seconds_total{cpu="52",mode="nice"} 117.52 node_cpu_seconds_total{cpu="52",mode="softirq"} 44396.54 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 123823.17 node_cpu_seconds_total{cpu="52",mode="user"} 888096.28 node_cpu_seconds_total{cpu="53",mode="idle"} 2.23523081e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 11299.54 node_cpu_seconds_total{cpu="53",mode="irq"} 15381.8 node_cpu_seconds_total{cpu="53",mode="nice"} 70.36 node_cpu_seconds_total{cpu="53",mode="softirq"} 2875.07 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 90073.75 node_cpu_seconds_total{cpu="53",mode="user"} 1.37601966e+06 node_cpu_seconds_total{cpu="54",mode="idle"} 2.48586804e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 19736.73 node_cpu_seconds_total{cpu="54",mode="irq"} 17175.27 node_cpu_seconds_total{cpu="54",mode="nice"} 114.56 node_cpu_seconds_total{cpu="54",mode="softirq"} 50668.75 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 124508.33 node_cpu_seconds_total{cpu="54",mode="user"} 1.02539728e+06 node_cpu_seconds_total{cpu="55",mode="idle"} 2.30942384e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 12476.15 node_cpu_seconds_total{cpu="55",mode="irq"} 14903.1 node_cpu_seconds_total{cpu="55",mode="nice"} 77.67 node_cpu_seconds_total{cpu="55",mode="softirq"} 2888.02 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 90885.37 node_cpu_seconds_total{cpu="55",mode="user"} 1.29983809e+06 node_cpu_seconds_total{cpu="56",mode="idle"} 2.32833077e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 16869.93 node_cpu_seconds_total{cpu="56",mode="irq"} 15361.14 node_cpu_seconds_total{cpu="56",mode="nice"} 104.26 node_cpu_seconds_total{cpu="56",mode="softirq"} 2517.04 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 96200.36 node_cpu_seconds_total{cpu="56",mode="user"} 1.2690498e+06 node_cpu_seconds_total{cpu="57",mode="idle"} 2.17495118e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 10846.03 node_cpu_seconds_total{cpu="57",mode="irq"} 15429.81 node_cpu_seconds_total{cpu="57",mode="nice"} 60.62 node_cpu_seconds_total{cpu="57",mode="softirq"} 2328.93 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 86768.72 node_cpu_seconds_total{cpu="57",mode="user"} 1.44117333e+06 node_cpu_seconds_total{cpu="58",mode="idle"} 2.7022903e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 20429.9 node_cpu_seconds_total{cpu="58",mode="irq"} 20007.85 node_cpu_seconds_total{cpu="58",mode="nice"} 114.89 node_cpu_seconds_total{cpu="58",mode="softirq"} 96069.35 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 151059.37 node_cpu_seconds_total{cpu="58",mode="user"} 729157.55 node_cpu_seconds_total{cpu="59",mode="idle"} 2.28764743e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 13036.51 node_cpu_seconds_total{cpu="59",mode="irq"} 15454.85 node_cpu_seconds_total{cpu="59",mode="nice"} 67.53 node_cpu_seconds_total{cpu="59",mode="softirq"} 2924.46 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 93729.01 node_cpu_seconds_total{cpu="59",mode="user"} 1.31703267e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 2.12323058e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 11987.01 node_cpu_seconds_total{cpu="6",mode="irq"} 15535.39 node_cpu_seconds_total{cpu="6",mode="nice"} 88.97 node_cpu_seconds_total{cpu="6",mode="softirq"} 4961.67 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 88478.9 node_cpu_seconds_total{cpu="6",mode="user"} 1.48698925e+06 node_cpu_seconds_total{cpu="60",mode="idle"} 2.37272959e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 19201.32 node_cpu_seconds_total{cpu="60",mode="irq"} 15013.77 node_cpu_seconds_total{cpu="60",mode="nice"} 90.4 node_cpu_seconds_total{cpu="60",mode="softirq"} 2396.37 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 96386.15 node_cpu_seconds_total{cpu="60",mode="user"} 1.2225604e+06 node_cpu_seconds_total{cpu="61",mode="idle"} 2.36971188e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 16495.02 node_cpu_seconds_total{cpu="61",mode="irq"} 14618.44 node_cpu_seconds_total{cpu="61",mode="nice"} 58.71 node_cpu_seconds_total{cpu="61",mode="softirq"} 2105.46 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 89941.9 node_cpu_seconds_total{cpu="61",mode="user"} 1.23742223e+06 node_cpu_seconds_total{cpu="62",mode="idle"} 2.59006153e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 22122.15 node_cpu_seconds_total{cpu="62",mode="irq"} 16231.75 node_cpu_seconds_total{cpu="62",mode="nice"} 101.24 node_cpu_seconds_total{cpu="62",mode="softirq"} 51133.25 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 118866.42 node_cpu_seconds_total{cpu="62",mode="user"} 926214.41 node_cpu_seconds_total{cpu="63",mode="idle"} 2.24122385e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 12249.98 node_cpu_seconds_total{cpu="63",mode="irq"} 15133.98 node_cpu_seconds_total{cpu="63",mode="nice"} 65.9 node_cpu_seconds_total{cpu="63",mode="softirq"} 2231.7 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 88201.12 node_cpu_seconds_total{cpu="63",mode="user"} 1.37207665e+06 node_cpu_seconds_total{cpu="64",mode="idle"} 2.48530249e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 15650.32 node_cpu_seconds_total{cpu="64",mode="irq"} 17306.25 node_cpu_seconds_total{cpu="64",mode="nice"} 87.84 node_cpu_seconds_total{cpu="64",mode="softirq"} 51126.3 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 114067.42 node_cpu_seconds_total{cpu="64",mode="user"} 1.04261221e+06 node_cpu_seconds_total{cpu="65",mode="idle"} 2.40484425e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 16846.39 node_cpu_seconds_total{cpu="65",mode="irq"} 17781.46 node_cpu_seconds_total{cpu="65",mode="nice"} 98.89 node_cpu_seconds_total{cpu="65",mode="softirq"} 35889.93 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 122715.19 node_cpu_seconds_total{cpu="65",mode="user"} 1.12664387e+06 node_cpu_seconds_total{cpu="66",mode="idle"} 2.4130644e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 17638.21 node_cpu_seconds_total{cpu="66",mode="irq"} 18306.17 node_cpu_seconds_total{cpu="66",mode="nice"} 82.74 node_cpu_seconds_total{cpu="66",mode="softirq"} 45740.42 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 124180.07 node_cpu_seconds_total{cpu="66",mode="user"} 1.10576021e+06 node_cpu_seconds_total{cpu="67",mode="idle"} 2.65495691e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 19315.75 node_cpu_seconds_total{cpu="67",mode="irq"} 15256.05 node_cpu_seconds_total{cpu="67",mode="nice"} 100.84 node_cpu_seconds_total{cpu="67",mode="softirq"} 51164.68 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 123116.12 node_cpu_seconds_total{cpu="67",mode="user"} 859802.68 node_cpu_seconds_total{cpu="68",mode="idle"} 2.3169747e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 17554.2 node_cpu_seconds_total{cpu="68",mode="irq"} 15706.12 node_cpu_seconds_total{cpu="68",mode="nice"} 89.05 node_cpu_seconds_total{cpu="68",mode="softirq"} 7930.9 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 103663.03 node_cpu_seconds_total{cpu="68",mode="user"} 1.26567288e+06 node_cpu_seconds_total{cpu="69",mode="idle"} 2.32731587e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 12802.88 node_cpu_seconds_total{cpu="69",mode="irq"} 15072.39 node_cpu_seconds_total{cpu="69",mode="nice"} 73.63 node_cpu_seconds_total{cpu="69",mode="softirq"} 11982.21 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 95404.53 node_cpu_seconds_total{cpu="69",mode="user"} 1.26707669e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 2.41015785e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 16892.77 node_cpu_seconds_total{cpu="7",mode="irq"} 18355.76 node_cpu_seconds_total{cpu="7",mode="nice"} 90.67 node_cpu_seconds_total{cpu="7",mode="softirq"} 53493.47 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 126787.26 node_cpu_seconds_total{cpu="7",mode="user"} 1.09713629e+06 node_cpu_seconds_total{cpu="70",mode="idle"} 2.34693135e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 15930.95 node_cpu_seconds_total{cpu="70",mode="irq"} 14866.9 node_cpu_seconds_total{cpu="70",mode="nice"} 90.43 node_cpu_seconds_total{cpu="70",mode="softirq"} 2711.26 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 94465.56 node_cpu_seconds_total{cpu="70",mode="user"} 1.2543267e+06 node_cpu_seconds_total{cpu="71",mode="idle"} 2.29406106e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 15162.46 node_cpu_seconds_total{cpu="71",mode="irq"} 15229.33 node_cpu_seconds_total{cpu="71",mode="nice"} 66.9 node_cpu_seconds_total{cpu="71",mode="softirq"} 2271.18 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 90094.12 node_cpu_seconds_total{cpu="71",mode="user"} 1.31339862e+06 node_cpu_seconds_total{cpu="72",mode="idle"} 2.42641893e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 19557.46 node_cpu_seconds_total{cpu="72",mode="irq"} 15036.7 node_cpu_seconds_total{cpu="72",mode="nice"} 98.19 node_cpu_seconds_total{cpu="72",mode="softirq"} 2624.39 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 96914.24 node_cpu_seconds_total{cpu="72",mode="user"} 1.16670284e+06 node_cpu_seconds_total{cpu="73",mode="idle"} 2.34916649e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 15777.89 node_cpu_seconds_total{cpu="73",mode="irq"} 14911.45 node_cpu_seconds_total{cpu="73",mode="nice"} 78.19 node_cpu_seconds_total{cpu="73",mode="softirq"} 2310.08 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 88261.74 node_cpu_seconds_total{cpu="73",mode="user"} 1.25912935e+06 node_cpu_seconds_total{cpu="74",mode="idle"} 2.42733071e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 19280.51 node_cpu_seconds_total{cpu="74",mode="irq"} 14829.64 node_cpu_seconds_total{cpu="74",mode="nice"} 80.36 node_cpu_seconds_total{cpu="74",mode="softirq"} 2456.1 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 93762.6 node_cpu_seconds_total{cpu="74",mode="user"} 1.17011778e+06 node_cpu_seconds_total{cpu="75",mode="idle"} 2.31500931e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 14760.93 node_cpu_seconds_total{cpu="75",mode="irq"} 14824.38 node_cpu_seconds_total{cpu="75",mode="nice"} 71.4 node_cpu_seconds_total{cpu="75",mode="softirq"} 2144.76 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 85528.6 node_cpu_seconds_total{cpu="75",mode="user"} 1.29830557e+06 node_cpu_seconds_total{cpu="76",mode="idle"} 2.46214593e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 19546.73 node_cpu_seconds_total{cpu="76",mode="irq"} 14401.01 node_cpu_seconds_total{cpu="76",mode="nice"} 94.62 node_cpu_seconds_total{cpu="76",mode="softirq"} 2321.96 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 92565.44 node_cpu_seconds_total{cpu="76",mode="user"} 1.137316e+06 node_cpu_seconds_total{cpu="77",mode="idle"} 2.36309056e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 17688.53 node_cpu_seconds_total{cpu="77",mode="irq"} 15011.81 node_cpu_seconds_total{cpu="77",mode="nice"} 82.54 node_cpu_seconds_total{cpu="77",mode="softirq"} 2216.19 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 88590.39 node_cpu_seconds_total{cpu="77",mode="user"} 1.24287983e+06 node_cpu_seconds_total{cpu="78",mode="idle"} 2.41450684e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 19354.18 node_cpu_seconds_total{cpu="78",mode="irq"} 14731.28 node_cpu_seconds_total{cpu="78",mode="nice"} 90.04 node_cpu_seconds_total{cpu="78",mode="softirq"} 2383.8 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 93612.54 node_cpu_seconds_total{cpu="78",mode="user"} 1.18345942e+06 node_cpu_seconds_total{cpu="79",mode="idle"} 2.37986038e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 16186.7 node_cpu_seconds_total{cpu="79",mode="irq"} 14588.52 node_cpu_seconds_total{cpu="79",mode="nice"} 73.81 node_cpu_seconds_total{cpu="79",mode="softirq"} 2184.73 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 86829.73 node_cpu_seconds_total{cpu="79",mode="user"} 1.23039382e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 2.28892837e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 12656.78 node_cpu_seconds_total{cpu="8",mode="irq"} 14857.16 node_cpu_seconds_total{cpu="8",mode="nice"} 81.24 node_cpu_seconds_total{cpu="8",mode="softirq"} 3727.01 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 90771.58 node_cpu_seconds_total{cpu="8",mode="user"} 1.31924489e+06 node_cpu_seconds_total{cpu="80",mode="idle"} 2.34944497e+06 node_cpu_seconds_total{cpu="80",mode="iowait"} 18218.15 node_cpu_seconds_total{cpu="80",mode="irq"} 15174.57 node_cpu_seconds_total{cpu="80",mode="nice"} 80.39 node_cpu_seconds_total{cpu="80",mode="softirq"} 2239.41 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 89660.31 node_cpu_seconds_total{cpu="80",mode="user"} 1.25440466e+06 node_cpu_seconds_total{cpu="81",mode="idle"} 2.30940072e+06 node_cpu_seconds_total{cpu="81",mode="iowait"} 14827.64 node_cpu_seconds_total{cpu="81",mode="irq"} 14883.77 node_cpu_seconds_total{cpu="81",mode="nice"} 75.17 node_cpu_seconds_total{cpu="81",mode="softirq"} 2088.06 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 85607.22 node_cpu_seconds_total{cpu="81",mode="user"} 1.30390033e+06 node_cpu_seconds_total{cpu="82",mode="idle"} 2.44154471e+06 node_cpu_seconds_total{cpu="82",mode="iowait"} 19295.45 node_cpu_seconds_total{cpu="82",mode="irq"} 14531.83 node_cpu_seconds_total{cpu="82",mode="nice"} 98.9 node_cpu_seconds_total{cpu="82",mode="softirq"} 2433.06 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 92206.64 node_cpu_seconds_total{cpu="82",mode="user"} 1.15866121e+06 node_cpu_seconds_total{cpu="83",mode="idle"} 2.3490696e+06 node_cpu_seconds_total{cpu="83",mode="iowait"} 17139.2 node_cpu_seconds_total{cpu="83",mode="irq"} 14942.41 node_cpu_seconds_total{cpu="83",mode="nice"} 98.97 node_cpu_seconds_total{cpu="83",mode="softirq"} 2141.67 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 87782.51 node_cpu_seconds_total{cpu="83",mode="user"} 1.25893522e+06 node_cpu_seconds_total{cpu="84",mode="idle"} 2.44001704e+06 node_cpu_seconds_total{cpu="84",mode="iowait"} 20431.52 node_cpu_seconds_total{cpu="84",mode="irq"} 14647.13 node_cpu_seconds_total{cpu="84",mode="nice"} 88.75 node_cpu_seconds_total{cpu="84",mode="softirq"} 2333.1 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 93788.15 node_cpu_seconds_total{cpu="84",mode="user"} 1.15706892e+06 node_cpu_seconds_total{cpu="85",mode="idle"} 2.33947597e+06 node_cpu_seconds_total{cpu="85",mode="iowait"} 15822.33 node_cpu_seconds_total{cpu="85",mode="irq"} 14881.22 node_cpu_seconds_total{cpu="85",mode="nice"} 75 node_cpu_seconds_total{cpu="85",mode="softirq"} 2098.64 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 85852.25 node_cpu_seconds_total{cpu="85",mode="user"} 1.27249256e+06 node_cpu_seconds_total{cpu="86",mode="idle"} 2.2284438e+06 node_cpu_seconds_total{cpu="86",mode="iowait"} 17821.82 node_cpu_seconds_total{cpu="86",mode="irq"} 16248.52 node_cpu_seconds_total{cpu="86",mode="nice"} 78.28 node_cpu_seconds_total{cpu="86",mode="softirq"} 2847.95 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 90222.12 node_cpu_seconds_total{cpu="86",mode="user"} 1.37376135e+06 node_cpu_seconds_total{cpu="87",mode="idle"} 2.34053373e+06 node_cpu_seconds_total{cpu="87",mode="iowait"} 15506.53 node_cpu_seconds_total{cpu="87",mode="irq"} 14738.62 node_cpu_seconds_total{cpu="87",mode="nice"} 84.13 node_cpu_seconds_total{cpu="87",mode="softirq"} 2096.4 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 86783.33 node_cpu_seconds_total{cpu="87",mode="user"} 1.27078531e+06 node_cpu_seconds_total{cpu="88",mode="idle"} 2.43592381e+06 node_cpu_seconds_total{cpu="88",mode="iowait"} 19177.27 node_cpu_seconds_total{cpu="88",mode="irq"} 14679.24 node_cpu_seconds_total{cpu="88",mode="nice"} 90.71 node_cpu_seconds_total{cpu="88",mode="softirq"} 2242.16 node_cpu_seconds_total{cpu="88",mode="steal"} 0 node_cpu_seconds_total{cpu="88",mode="system"} 92332.02 node_cpu_seconds_total{cpu="88",mode="user"} 1.16443186e+06 node_cpu_seconds_total{cpu="89",mode="idle"} 2.34279434e+06 node_cpu_seconds_total{cpu="89",mode="iowait"} 17281.3 node_cpu_seconds_total{cpu="89",mode="irq"} 15089.87 node_cpu_seconds_total{cpu="89",mode="nice"} 82.63 node_cpu_seconds_total{cpu="89",mode="softirq"} 2125.3 node_cpu_seconds_total{cpu="89",mode="steal"} 0 node_cpu_seconds_total{cpu="89",mode="system"} 87599.12 node_cpu_seconds_total{cpu="89",mode="user"} 1.26523852e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 2.2839568e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 15774.77 node_cpu_seconds_total{cpu="9",mode="irq"} 15247.85 node_cpu_seconds_total{cpu="9",mode="nice"} 104.19 node_cpu_seconds_total{cpu="9",mode="softirq"} 5707.54 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 101045.68 node_cpu_seconds_total{cpu="9",mode="user"} 1.30540459e+06 node_cpu_seconds_total{cpu="90",mode="idle"} 2.40467113e+06 node_cpu_seconds_total{cpu="90",mode="iowait"} 19861.41 node_cpu_seconds_total{cpu="90",mode="irq"} 14737.41 node_cpu_seconds_total{cpu="90",mode="nice"} 86.18 node_cpu_seconds_total{cpu="90",mode="softirq"} 2308.54 node_cpu_seconds_total{cpu="90",mode="steal"} 0 node_cpu_seconds_total{cpu="90",mode="system"} 94044.15 node_cpu_seconds_total{cpu="90",mode="user"} 1.19276871e+06 node_cpu_seconds_total{cpu="91",mode="idle"} 2.31436811e+06 node_cpu_seconds_total{cpu="91",mode="iowait"} 15194.93 node_cpu_seconds_total{cpu="91",mode="irq"} 14956.02 node_cpu_seconds_total{cpu="91",mode="nice"} 64.2 node_cpu_seconds_total{cpu="91",mode="softirq"} 2096.3 node_cpu_seconds_total{cpu="91",mode="steal"} 0 node_cpu_seconds_total{cpu="91",mode="system"} 85491.51 node_cpu_seconds_total{cpu="91",mode="user"} 1.29863553e+06 node_cpu_seconds_total{cpu="92",mode="idle"} 2.37625481e+06 node_cpu_seconds_total{cpu="92",mode="iowait"} 18383.92 node_cpu_seconds_total{cpu="92",mode="irq"} 14858.28 node_cpu_seconds_total{cpu="92",mode="nice"} 83.47 node_cpu_seconds_total{cpu="92",mode="softirq"} 2223.29 node_cpu_seconds_total{cpu="92",mode="steal"} 0 node_cpu_seconds_total{cpu="92",mode="system"} 89673.26 node_cpu_seconds_total{cpu="92",mode="user"} 1.22814775e+06 node_cpu_seconds_total{cpu="93",mode="idle"} 2.09676362e+06 node_cpu_seconds_total{cpu="93",mode="iowait"} 11947.75 node_cpu_seconds_total{cpu="93",mode="irq"} 16393.82 node_cpu_seconds_total{cpu="93",mode="nice"} 76.67 node_cpu_seconds_total{cpu="93",mode="softirq"} 2054.62 node_cpu_seconds_total{cpu="93",mode="steal"} 0 node_cpu_seconds_total{cpu="93",mode="system"} 82343.44 node_cpu_seconds_total{cpu="93",mode="user"} 1.52225976e+06 node_cpu_seconds_total{cpu="94",mode="idle"} 2.43640612e+06 node_cpu_seconds_total{cpu="94",mode="iowait"} 18683.33 node_cpu_seconds_total{cpu="94",mode="irq"} 14656.31 node_cpu_seconds_total{cpu="94",mode="nice"} 93.97 node_cpu_seconds_total{cpu="94",mode="softirq"} 2231.46 node_cpu_seconds_total{cpu="94",mode="steal"} 0 node_cpu_seconds_total{cpu="94",mode="system"} 92554.63 node_cpu_seconds_total{cpu="94",mode="user"} 1.16421973e+06 node_cpu_seconds_total{cpu="95",mode="idle"} 2.35030774e+06 node_cpu_seconds_total{cpu="95",mode="iowait"} 16143.01 node_cpu_seconds_total{cpu="95",mode="irq"} 14865.42 node_cpu_seconds_total{cpu="95",mode="nice"} 60.41 node_cpu_seconds_total{cpu="95",mode="softirq"} 2065 node_cpu_seconds_total{cpu="95",mode="steal"} 0 node_cpu_seconds_total{cpu="95",mode="system"} 86651.1 node_cpu_seconds_total{cpu="95",mode="user"} 1.26048029e+06 # HELP node_disk_ata_write_cache ATA disk has a write cache. # TYPE node_disk_ata_write_cache gauge node_disk_ata_write_cache{device="sdm"} 1 # HELP node_disk_ata_write_cache_enabled ATA disk has its write cache enabled. # TYPE node_disk_ata_write_cache_enabled gauge node_disk_ata_write_cache_enabled{device="sdm"} 1 # HELP node_disk_device_mapper_info Info about disk device mapper. # TYPE node_disk_device_mapper_info gauge node_disk_device_mapper_info{device="dm-0",lv_layer="",lv_name="osd-db-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-650841e4-f172-4467-bf3d-12f2ebad28cc",name="ceph--252cc1b6--1652--4163--9c63--2005b7507973-osd--block--650841e4--f172--4467--bf3d--12f2ebad28cc",uuid="LVM-4N0FZhP5cMOEVSpivEkdldHkPyHII69epJP6ntFxh0f7G5aJXAmHsYk1AwukTLOL",vg_name="ceph-252cc1b6-1652-4163-9c63-2005b7507973"} 1 node_disk_device_mapper_info{device="dm-15",lv_layer="",lv_name="osd-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-16",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-17",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-18",lv_layer="",lv_name="osd-block-6f723bc8-2ff6-4b8b-87ab-c0732c4c2dfb",name="ceph--a807ee4b--7a3d--487c--8301--0aa8ad36551b-osd--block--6f723bc8--2ff6--4b8b--87ab--c0732c4c2dfb",uuid="LVM-xUTgVYbQWdhO7At4rmbZ2QDQbS17RNOLaNZnqiPp9CRkUtIl4vIKC42wRPVsRMyu",vg_name="ceph-a807ee4b-7a3d-487c-8301-0aa8ad36551b"} 1 node_disk_device_mapper_info{device="dm-19",lv_layer="",lv_name="osd-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-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-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-21",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-22",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-23",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-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="5mrBuC-9fxN-tbnm-wDdx-fUi9-en2D-0JnOKb",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdb",type="LVM2_member",usage="raid",uuid="yguegk-pO6l-JLp0-OqIy-1nkE-IWRl-oHByYB",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="h05DGy-27ab-zFGr-ZWDb-VD92-5qIx-SueXbe",version="LVM2 001"} 1 node_disk_filesystem_info{device="sde",type="LVM2_member",usage="raid",uuid="sX3gUL-GhBT-z7R4-HNLs-U00b-cIr1-27kaqg",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdf",type="LVM2_member",usage="raid",uuid="qiITcR-B7pe-VaUj-MqrM-EEqV-q97P-r9Bpu4",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdg",type="LVM2_member",usage="raid",uuid="l63Q2e-MRCB-2cFx-oOHz-BcYl-5oNb-Gfa1V0",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdh",type="LVM2_member",usage="raid",uuid="VakF89-kEd4-5mHi-NwAJ-mgDm-Zpyd-qix7Kg",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdi",type="LVM2_member",usage="raid",uuid="Uqgjhs-uHuk-6Lvf-GZVP-dnq5-0yuy-28dBz0",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdj",type="LVM2_member",usage="raid",uuid="MZdyy0-rvr6-xQwy-5UZR-qM6f-sa8b-C7xKKi",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdk",type="LVM2_member",usage="raid",uuid="sdG0N9-eB5A-UHO2-vtDw-IcLA-YQ4e-CpQEkQ",version="LVM2 001"} 1 node_disk_filesystem_info{device="sdl",type="LVM2_member",usage="raid",uuid="7O2zzd-2bdj-pJ80-9N4D-Sxx7-mOEN-TmFXGV",version="LVM2 001"} 1 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="dm-0"} 0 node_disk_flush_requests_time_seconds_total{device="dm-1"} 0 node_disk_flush_requests_time_seconds_total{device="dm-10"} 0 node_disk_flush_requests_time_seconds_total{device="dm-11"} 0 node_disk_flush_requests_time_seconds_total{device="dm-12"} 0 node_disk_flush_requests_time_seconds_total{device="dm-13"} 0 node_disk_flush_requests_time_seconds_total{device="dm-14"} 0 node_disk_flush_requests_time_seconds_total{device="dm-15"} 0 node_disk_flush_requests_time_seconds_total{device="dm-16"} 0 node_disk_flush_requests_time_seconds_total{device="dm-17"} 0 node_disk_flush_requests_time_seconds_total{device="dm-18"} 0 node_disk_flush_requests_time_seconds_total{device="dm-19"} 0 node_disk_flush_requests_time_seconds_total{device="dm-2"} 0 node_disk_flush_requests_time_seconds_total{device="dm-20"} 0 node_disk_flush_requests_time_seconds_total{device="dm-21"} 0 node_disk_flush_requests_time_seconds_total{device="dm-22"} 0 node_disk_flush_requests_time_seconds_total{device="dm-23"} 0 node_disk_flush_requests_time_seconds_total{device="dm-3"} 0 node_disk_flush_requests_time_seconds_total{device="dm-4"} 0 node_disk_flush_requests_time_seconds_total{device="dm-5"} 0 node_disk_flush_requests_time_seconds_total{device="dm-6"} 0 node_disk_flush_requests_time_seconds_total{device="dm-7"} 0 node_disk_flush_requests_time_seconds_total{device="dm-8"} 0 node_disk_flush_requests_time_seconds_total{device="dm-9"} 0 node_disk_flush_requests_time_seconds_total{device="nbd0"} 0 node_disk_flush_requests_time_seconds_total{device="nbd1"} 0 node_disk_flush_requests_time_seconds_total{device="nbd10"} 0 node_disk_flush_requests_time_seconds_total{device="nbd11"} 0 node_disk_flush_requests_time_seconds_total{device="nbd12"} 0 node_disk_flush_requests_time_seconds_total{device="nbd13"} 0 node_disk_flush_requests_time_seconds_total{device="nbd14"} 0 node_disk_flush_requests_time_seconds_total{device="nbd15"} 0 node_disk_flush_requests_time_seconds_total{device="nbd2"} 0 node_disk_flush_requests_time_seconds_total{device="nbd3"} 0 node_disk_flush_requests_time_seconds_total{device="nbd4"} 0 node_disk_flush_requests_time_seconds_total{device="nbd5"} 0 node_disk_flush_requests_time_seconds_total{device="nbd6"} 0 node_disk_flush_requests_time_seconds_total{device="nbd7"} 0 node_disk_flush_requests_time_seconds_total{device="nbd8"} 0 node_disk_flush_requests_time_seconds_total{device="nbd9"} 0 node_disk_flush_requests_time_seconds_total{device="nvme0n1"} 0 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 0 node_disk_flush_requests_time_seconds_total{device="nvme2n1"} 472967.232 node_disk_flush_requests_time_seconds_total{device="nvme3n1"} 180920.377 node_disk_flush_requests_time_seconds_total{device="sda"} 0 node_disk_flush_requests_time_seconds_total{device="sdb"} 0 node_disk_flush_requests_time_seconds_total{device="sdc"} 0 node_disk_flush_requests_time_seconds_total{device="sdd"} 0 node_disk_flush_requests_time_seconds_total{device="sde"} 0 node_disk_flush_requests_time_seconds_total{device="sdf"} 0 node_disk_flush_requests_time_seconds_total{device="sdg"} 0 node_disk_flush_requests_time_seconds_total{device="sdh"} 0 node_disk_flush_requests_time_seconds_total{device="sdi"} 0 node_disk_flush_requests_time_seconds_total{device="sdj"} 0 node_disk_flush_requests_time_seconds_total{device="sdk"} 0 node_disk_flush_requests_time_seconds_total{device="sdl"} 0 node_disk_flush_requests_time_seconds_total{device="sdm"} 44895.358 # 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"} 2.19346174e+08 node_disk_flush_requests_total{device="nvme3n1"} 6.2631482e+07 node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 0 node_disk_flush_requests_total{device="sdc"} 0 node_disk_flush_requests_total{device="sdd"} 0 node_disk_flush_requests_total{device="sde"} 0 node_disk_flush_requests_total{device="sdf"} 0 node_disk_flush_requests_total{device="sdg"} 0 node_disk_flush_requests_total{device="sdh"} 0 node_disk_flush_requests_total{device="sdi"} 0 node_disk_flush_requests_total{device="sdj"} 0 node_disk_flush_requests_total{device="sdk"} 0 node_disk_flush_requests_total{device="sdl"} 0 node_disk_flush_requests_total{device="sdm"} 4.5798176e+07 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="253",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-1",major="253",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-10",major="253",minor="10",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-11",major="253",minor="11",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-12",major="253",minor="12",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-13",major="253",minor="13",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-14",major="253",minor="14",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-15",major="253",minor="15",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-16",major="253",minor="16",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-17",major="253",minor="17",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-18",major="253",minor="18",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-19",major="253",minor="19",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-2",major="253",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-20",major="253",minor="20",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-21",major="253",minor="21",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-22",major="253",minor="22",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-23",major="253",minor="23",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-3",major="253",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-4",major="253",minor="4",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-5",major="253",minor="5",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-6",major="253",minor="6",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-7",major="253",minor="7",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-8",major="253",minor="8",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-9",major="253",minor="9",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd0",major="43",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd1",major="43",minor="32",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd10",major="43",minor="320",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd11",major="43",minor="352",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd12",major="43",minor="384",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd13",major="43",minor="416",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd14",major="43",minor="448",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd15",major="43",minor="480",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd2",major="43",minor="64",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd3",major="43",minor="96",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd4",major="43",minor="128",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd5",major="43",minor="160",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd6",major="43",minor="192",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd7",major="43",minor="224",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd8",major="43",minor="256",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd9",major="43",minor="288",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="0",model="Dell Ent NVMe P5500 RI U.2 1.92TB",path="pci-0000:01:00.0-nvme-1",revision="1.2.4",rotational="0",serial="PHAB113500X61P9SGN",wwn="eui.01000000000000005cd2e4c448405351"} 1 node_disk_info{device="nvme1n1",major="259",minor="1",model="Dell Ent NVMe P5500 RI U.2 1.92TB",path="pci-0000:02:00.0-nvme-1",revision="1.2.4",rotational="0",serial="PHAB113500ZQ1P9SGN",wwn="eui.01000000000000005cd2e4e049405351"} 1 node_disk_info{device="nvme2n1",major="259",minor="3",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:0:0",revision="EJ09",rotational="1",serial="11X0A070F9SH",wwn="0x5000039aa849a235"} 1 node_disk_info{device="sdb",major="8",minor="16",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:2:0",revision="EJ09",rotational="1",serial="11X0A0U9F9SH",wwn="0x5000039aa84a4fed"} 1 node_disk_info{device="sdc",major="8",minor="32",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:1:0",revision="EJ09",rotational="1",serial="11X0A0S4F9SH",wwn="0x5000039aa84a44d1"} 1 node_disk_info{device="sdd",major="8",minor="48",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:4:0",revision="EJ09",rotational="1",serial="11X0A0TZF9SH",wwn="0x5000039aa84a4b25"} 1 node_disk_info{device="sde",major="8",minor="64",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="sdf",major="8",minor="80",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:5:0",revision="EJ09",rotational="1",serial="11X0A053F9SH",wwn="0x5000039aa84997ad"} 1 node_disk_info{device="sdg",major="8",minor="96",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:6:0",revision="EJ09",rotational="1",serial="11X0A075F9SH",wwn="0x5000039aa849a2ed"} 1 node_disk_info{device="sdh",major="8",minor="112",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:7:0",revision="EJ09",rotational="1",serial="11X0A0XEF9SH",wwn="0x5000039aa84a7a85"} 1 node_disk_info{device="sdi",major="8",minor="128",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:8:0",revision="EJ09",rotational="1",serial="11X0A0UGF9SH",wwn="0x5000039aa84a5089"} 1 node_disk_info{device="sdj",major="8",minor="144",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:9:0",revision="EJ09",rotational="1",serial="11X0A06LF9SH",wwn="0x5000039aa8499e5d"} 1 node_disk_info{device="sdk",major="8",minor="160",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:10:0",revision="EJ09",rotational="1",serial="11X0A05AF9SH",wwn="0x5000039aa8499801"} 1 node_disk_info{device="sdl",major="8",minor="176",model="MG08SCA16TEY",path="pci-0000:41:00.0-scsi-0:2:11:0",revision="EJ09",rotational="1",serial="11X0A0UWF9SH",wwn="0x5000039aa84a5569"} 1 node_disk_info{device="sdm",major="8",minor="192",model="DELLBOSS_VD",path="pci-0000:03:00.0-ata-1.0",revision="MV.R00-0",rotational="1",serial="c60ab40883810010",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="dm-0"} 0 node_disk_io_now{device="dm-1"} 0 node_disk_io_now{device="dm-10"} 0 node_disk_io_now{device="dm-11"} 0 node_disk_io_now{device="dm-12"} 0 node_disk_io_now{device="dm-13"} 0 node_disk_io_now{device="dm-14"} 0 node_disk_io_now{device="dm-15"} 0 node_disk_io_now{device="dm-16"} 0 node_disk_io_now{device="dm-17"} 0 node_disk_io_now{device="dm-18"} 0 node_disk_io_now{device="dm-19"} 16 node_disk_io_now{device="dm-2"} 0 node_disk_io_now{device="dm-20"} 0 node_disk_io_now{device="dm-21"} 7 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"} 1 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"} 2 node_disk_io_now{device="sdi"} 0 node_disk_io_now{device="sdj"} 0 node_disk_io_now{device="sdk"} 0 node_disk_io_now{device="sdl"} 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"} 60945.044 node_disk_io_time_seconds_total{device="dm-1"} 57534.435 node_disk_io_time_seconds_total{device="dm-10"} 54549.294 node_disk_io_time_seconds_total{device="dm-11"} 56887.032 node_disk_io_time_seconds_total{device="dm-12"} 1.313841856e+06 node_disk_io_time_seconds_total{device="dm-13"} 1.743175088e+06 node_disk_io_time_seconds_total{device="dm-14"} 1.573404631e+06 node_disk_io_time_seconds_total{device="dm-15"} 1.4209135520000001e+06 node_disk_io_time_seconds_total{device="dm-16"} 1.6536565050000001e+06 node_disk_io_time_seconds_total{device="dm-17"} 1.584507859e+06 node_disk_io_time_seconds_total{device="dm-18"} 1.593241947e+06 node_disk_io_time_seconds_total{device="dm-19"} 1.397251772e+06 node_disk_io_time_seconds_total{device="dm-2"} 56121.235 node_disk_io_time_seconds_total{device="dm-20"} 1.445711642e+06 node_disk_io_time_seconds_total{device="dm-21"} 1.365143682e+06 node_disk_io_time_seconds_total{device="dm-22"} 1.568037293e+06 node_disk_io_time_seconds_total{device="dm-23"} 1.262104452e+06 node_disk_io_time_seconds_total{device="dm-3"} 60674.337 node_disk_io_time_seconds_total{device="dm-4"} 51093.397000000004 node_disk_io_time_seconds_total{device="dm-5"} 52643.496 node_disk_io_time_seconds_total{device="dm-6"} 53143.079 node_disk_io_time_seconds_total{device="dm-7"} 49558.167 node_disk_io_time_seconds_total{device="dm-8"} 56748.156 node_disk_io_time_seconds_total{device="dm-9"} 58580.328 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"} 35179.81 node_disk_io_time_seconds_total{device="nvme1n1"} 0.115 node_disk_io_time_seconds_total{device="nvme2n1"} 387307.402 node_disk_io_time_seconds_total{device="nvme3n1"} 210565.443 node_disk_io_time_seconds_total{device="sda"} 1.364903989e+06 node_disk_io_time_seconds_total{device="sdb"} 1.57317592e+06 node_disk_io_time_seconds_total{device="sdc"} 1.593017885e+06 node_disk_io_time_seconds_total{device="sdd"} 1.261909476e+06 node_disk_io_time_seconds_total{device="sde"} 1.420650007e+06 node_disk_io_time_seconds_total{device="sdf"} 1.584276102e+06 node_disk_io_time_seconds_total{device="sdg"} 1.6534924780000001e+06 node_disk_io_time_seconds_total{device="sdh"} 1.397010023e+06 node_disk_io_time_seconds_total{device="sdi"} 1.567807816e+06 node_disk_io_time_seconds_total{device="sdj"} 1.313619074e+06 node_disk_io_time_seconds_total{device="sdk"} 1.742954147e+06 node_disk_io_time_seconds_total{device="sdl"} 1.445457918e+06 node_disk_io_time_seconds_total{device="sdm"} 226970.601 # 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"} 112074.772 node_disk_io_time_weighted_seconds_total{device="dm-1"} 116070.318 node_disk_io_time_weighted_seconds_total{device="dm-10"} 109069.318 node_disk_io_time_weighted_seconds_total{device="dm-11"} 111436.77 node_disk_io_time_weighted_seconds_total{device="dm-12"} 2.950554504e+06 node_disk_io_time_weighted_seconds_total{device="dm-13"} 3.964574361e+06 node_disk_io_time_weighted_seconds_total{device="dm-14"} 1.271714081e+06 node_disk_io_time_weighted_seconds_total{device="dm-15"} 199961.62900000002 node_disk_io_time_weighted_seconds_total{device="dm-16"} 2.642887785e+06 node_disk_io_time_weighted_seconds_total{device="dm-17"} 1.053708056e+06 node_disk_io_time_weighted_seconds_total{device="dm-18"} 1.654865286e+06 node_disk_io_time_weighted_seconds_total{device="dm-19"} 2.270627482e+06 node_disk_io_time_weighted_seconds_total{device="dm-2"} 100926.842 node_disk_io_time_weighted_seconds_total{device="dm-20"} 1.948571215e+06 node_disk_io_time_weighted_seconds_total{device="dm-21"} 2.394929469e+06 node_disk_io_time_weighted_seconds_total{device="dm-22"} 1.589182593e+06 node_disk_io_time_weighted_seconds_total{device="dm-23"} 356637.068 node_disk_io_time_weighted_seconds_total{device="dm-3"} 109791.634 node_disk_io_time_weighted_seconds_total{device="dm-4"} 99675.729 node_disk_io_time_weighted_seconds_total{device="dm-5"} 101831.648 node_disk_io_time_weighted_seconds_total{device="dm-6"} 100116.41100000001 node_disk_io_time_weighted_seconds_total{device="dm-7"} 103780.073 node_disk_io_time_weighted_seconds_total{device="dm-8"} 100735.005 node_disk_io_time_weighted_seconds_total{device="dm-9"} 112504.641 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"} 411.8 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 0.158 node_disk_io_time_weighted_seconds_total{device="nvme2n1"} 1.151160371e+06 node_disk_io_time_weighted_seconds_total{device="nvme3n1"} 419916.172 node_disk_io_time_weighted_seconds_total{device="sda"} 2.111196104e+06 node_disk_io_time_weighted_seconds_total{device="sdb"} 2.801904284e+06 node_disk_io_time_weighted_seconds_total{device="sdc"} 2.532278574e+06 node_disk_io_time_weighted_seconds_total{device="sdd"} 1.502598068e+06 node_disk_io_time_weighted_seconds_total{device="sde"} 3.207030254e+06 node_disk_io_time_weighted_seconds_total{device="sdf"} 2.336173259e+06 node_disk_io_time_weighted_seconds_total{device="sdg"} 3.1521316e+06 node_disk_io_time_weighted_seconds_total{device="sdh"} 3.940758268e+06 node_disk_io_time_weighted_seconds_total{device="sdi"} 2.797994444e+06 node_disk_io_time_weighted_seconds_total{device="sdj"} 4.216938063e+06 node_disk_io_time_weighted_seconds_total{device="sdk"} 1.139186597e+06 node_disk_io_time_weighted_seconds_total{device="sdl"} 3.729444892e+06 node_disk_io_time_weighted_seconds_total{device="sdm"} 2.164835598e+06 # 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.73769703424e+11 node_disk_read_bytes_total{device="dm-1"} 2.28506267648e+11 node_disk_read_bytes_total{device="dm-10"} 1.97522120704e+11 node_disk_read_bytes_total{device="dm-11"} 2.21140758528e+11 node_disk_read_bytes_total{device="dm-12"} 6.5543710810112e+13 node_disk_read_bytes_total{device="dm-13"} 7.94934982656e+13 node_disk_read_bytes_total{device="dm-14"} 7.2687261175808e+13 node_disk_read_bytes_total{device="dm-15"} 6.6005470814208e+13 node_disk_read_bytes_total{device="dm-16"} 7.4611611578368e+13 node_disk_read_bytes_total{device="dm-17"} 7.404491851776e+13 node_disk_read_bytes_total{device="dm-18"} 7.4128877346816e+13 node_disk_read_bytes_total{device="dm-19"} 6.6148132876288e+13 node_disk_read_bytes_total{device="dm-2"} 2.54495387648e+11 node_disk_read_bytes_total{device="dm-20"} 6.8820198109184e+13 node_disk_read_bytes_total{device="dm-21"} 6.6306449170432e+13 node_disk_read_bytes_total{device="dm-22"} 7.3363955245056e+13 node_disk_read_bytes_total{device="dm-23"} 6.135183597568e+13 node_disk_read_bytes_total{device="dm-3"} 2.27239272448e+11 node_disk_read_bytes_total{device="dm-4"} 1.89436592128e+11 node_disk_read_bytes_total{device="dm-5"} 2.03358437376e+11 node_disk_read_bytes_total{device="dm-6"} 1.9064973312e+11 node_disk_read_bytes_total{device="dm-7"} 2.35363221504e+11 node_disk_read_bytes_total{device="dm-8"} 1.81234589696e+11 node_disk_read_bytes_total{device="dm-9"} 1.93131954176e+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"} 5.42748672e+08 node_disk_read_bytes_total{device="nvme1n1"} 2.4727552e+07 node_disk_read_bytes_total{device="nvme2n1"} 2.495860076544e+12 node_disk_read_bytes_total{device="nvme3n1"} 3.68426708992e+11 node_disk_read_bytes_total{device="sda"} 6.6306457288704e+13 node_disk_read_bytes_total{device="sdb"} 7.2687269363712e+13 node_disk_read_bytes_total{device="sdc"} 7.4128885587968e+13 node_disk_read_bytes_total{device="sdd"} 6.1351844040704e+13 node_disk_read_bytes_total{device="sde"} 6.6005478912e+13 node_disk_read_bytes_total{device="sdf"} 7.4044926578688e+13 node_disk_read_bytes_total{device="sdg"} 7.4611619667968e+13 node_disk_read_bytes_total{device="sdh"} 6.614814099456e+13 node_disk_read_bytes_total{device="sdi"} 7.3363963326464e+13 node_disk_read_bytes_total{device="sdj"} 6.5543718883328e+13 node_disk_read_bytes_total{device="sdk"} 7.9493506387968e+13 node_disk_read_bytes_total{device="sdl"} 6.88202061824e+13 node_disk_read_bytes_total{device="sdm"} 1.649542596608e+12 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 2841.747 node_disk_read_time_seconds_total{device="dm-1"} 3515.309 node_disk_read_time_seconds_total{device="dm-10"} 3126.264 node_disk_read_time_seconds_total{device="dm-11"} 3946.021 node_disk_read_time_seconds_total{device="dm-12"} 519820.06700000004 node_disk_read_time_seconds_total{device="dm-13"} 1.153544945e+06 node_disk_read_time_seconds_total{device="dm-14"} 3.034662678e+06 node_disk_read_time_seconds_total{device="dm-15"} 2.126534326e+06 node_disk_read_time_seconds_total{device="dm-16"} 3.716190237e+06 node_disk_read_time_seconds_total{device="dm-17"} 1.796410713e+06 node_disk_read_time_seconds_total{device="dm-18"} 2.5304596e+06 node_disk_read_time_seconds_total{device="dm-19"} 4.062059916e+06 node_disk_read_time_seconds_total{device="dm-2"} 3785.375 node_disk_read_time_seconds_total{device="dm-20"} 3.638081577e+06 node_disk_read_time_seconds_total{device="dm-21"} 3.7128545270000002e+06 node_disk_read_time_seconds_total{device="dm-22"} 2.709168563e+06 node_disk_read_time_seconds_total{device="dm-23"} 2.073497095e+06 node_disk_read_time_seconds_total{device="dm-3"} 3515.6440000000002 node_disk_read_time_seconds_total{device="dm-4"} 3022.564 node_disk_read_time_seconds_total{device="dm-5"} 3213.578 node_disk_read_time_seconds_total{device="dm-6"} 2941.534 node_disk_read_time_seconds_total{device="dm-7"} 3878.371 node_disk_read_time_seconds_total{device="dm-8"} 2839.558 node_disk_read_time_seconds_total{device="dm-9"} 3354.337 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"} 3.9090000000000003 node_disk_read_time_seconds_total{device="nvme1n1"} 0.158 node_disk_read_time_seconds_total{device="nvme2n1"} 40227.638 node_disk_read_time_seconds_total{device="nvme3n1"} 19196.346 node_disk_read_time_seconds_total{device="sda"} 1.824072019e+06 node_disk_read_time_seconds_total{device="sdb"} 2.514884291e+06 node_disk_read_time_seconds_total{device="sdc"} 2.199756972e+06 node_disk_read_time_seconds_total{device="sdd"} 1.181451793e+06 node_disk_read_time_seconds_total{device="sde"} 2.956624132e+06 node_disk_read_time_seconds_total{device="sdf"} 1.959887174e+06 node_disk_read_time_seconds_total{device="sdg"} 2.793418429e+06 node_disk_read_time_seconds_total{device="sdh"} 3.653947682e+06 node_disk_read_time_seconds_total{device="sdi"} 2.441920688e+06 node_disk_read_time_seconds_total{device="sdj"} 3.946708917e+06 node_disk_read_time_seconds_total{device="sdk"} 829892.207 node_disk_read_time_seconds_total{device="sdl"} 3.450722441e+06 node_disk_read_time_seconds_total{device="sdm"} 121381.29000000001 # 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"} 9.216437e+06 node_disk_reads_completed_total{device="dm-1"} 1.1161969e+07 node_disk_reads_completed_total{device="dm-10"} 9.535744e+06 node_disk_reads_completed_total{device="dm-11"} 1.1927158e+07 node_disk_reads_completed_total{device="dm-12"} 1.041417685e+09 node_disk_reads_completed_total{device="dm-13"} 1.262261159e+09 node_disk_reads_completed_total{device="dm-14"} 1.154071479e+09 node_disk_reads_completed_total{device="dm-15"} 1.049850151e+09 node_disk_reads_completed_total{device="dm-16"} 1.187123746e+09 node_disk_reads_completed_total{device="dm-17"} 1.177805151e+09 node_disk_reads_completed_total{device="dm-18"} 1.178084317e+09 node_disk_reads_completed_total{device="dm-19"} 1.052242107e+09 node_disk_reads_completed_total{device="dm-2"} 1.2254652e+07 node_disk_reads_completed_total{device="dm-20"} 1.094183994e+09 node_disk_reads_completed_total{device="dm-21"} 1.053197727e+09 node_disk_reads_completed_total{device="dm-22"} 1.166053748e+09 node_disk_reads_completed_total{device="dm-23"} 9.76238997e+08 node_disk_reads_completed_total{device="dm-3"} 1.1529725e+07 node_disk_reads_completed_total{device="dm-4"} 9.344602e+06 node_disk_reads_completed_total{device="dm-5"} 9.909911e+06 node_disk_reads_completed_total{device="dm-6"} 9.564759e+06 node_disk_reads_completed_total{device="dm-7"} 1.0731106e+07 node_disk_reads_completed_total{device="dm-8"} 9.308533e+06 node_disk_reads_completed_total{device="dm-9"} 1.0482921e+07 node_disk_reads_completed_total{device="nbd0"} 0 node_disk_reads_completed_total{device="nbd1"} 0 node_disk_reads_completed_total{device="nbd10"} 0 node_disk_reads_completed_total{device="nbd11"} 0 node_disk_reads_completed_total{device="nbd12"} 0 node_disk_reads_completed_total{device="nbd13"} 0 node_disk_reads_completed_total{device="nbd14"} 0 node_disk_reads_completed_total{device="nbd15"} 0 node_disk_reads_completed_total{device="nbd2"} 0 node_disk_reads_completed_total{device="nbd3"} 0 node_disk_reads_completed_total{device="nbd4"} 0 node_disk_reads_completed_total{device="nbd5"} 0 node_disk_reads_completed_total{device="nbd6"} 0 node_disk_reads_completed_total{device="nbd7"} 0 node_disk_reads_completed_total{device="nbd8"} 0 node_disk_reads_completed_total{device="nbd9"} 0 node_disk_reads_completed_total{device="nvme0n1"} 22401 node_disk_reads_completed_total{device="nvme1n1"} 1126 node_disk_reads_completed_total{device="nvme2n1"} 1.24968732e+08 node_disk_reads_completed_total{device="nvme3n1"} 1.7688752e+07 node_disk_reads_completed_total{device="sda"} 4.13236323e+08 node_disk_reads_completed_total{device="sdb"} 4.55251605e+08 node_disk_reads_completed_total{device="sdc"} 4.63386038e+08 node_disk_reads_completed_total{device="sdd"} 3.83539077e+08 node_disk_reads_completed_total{device="sde"} 4.12577337e+08 node_disk_reads_completed_total{device="sdf"} 4.62791529e+08 node_disk_reads_completed_total{device="sdg"} 4.68515867e+08 node_disk_reads_completed_total{device="sdh"} 4.13670944e+08 node_disk_reads_completed_total{device="sdi"} 4.59612834e+08 node_disk_reads_completed_total{device="sdj"} 4.11164156e+08 node_disk_reads_completed_total{device="sdk"} 4.96261578e+08 node_disk_reads_completed_total{device="sdl"} 4.28907257e+08 node_disk_reads_completed_total{device="sdm"} 4.0777833e+07 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="dm-0"} 0 node_disk_reads_merged_total{device="dm-1"} 0 node_disk_reads_merged_total{device="dm-10"} 0 node_disk_reads_merged_total{device="dm-11"} 0 node_disk_reads_merged_total{device="dm-12"} 0 node_disk_reads_merged_total{device="dm-13"} 0 node_disk_reads_merged_total{device="dm-14"} 0 node_disk_reads_merged_total{device="dm-15"} 0 node_disk_reads_merged_total{device="dm-16"} 0 node_disk_reads_merged_total{device="dm-17"} 0 node_disk_reads_merged_total{device="dm-18"} 0 node_disk_reads_merged_total{device="dm-19"} 0 node_disk_reads_merged_total{device="dm-2"} 0 node_disk_reads_merged_total{device="dm-20"} 0 node_disk_reads_merged_total{device="dm-21"} 0 node_disk_reads_merged_total{device="dm-22"} 0 node_disk_reads_merged_total{device="dm-23"} 0 node_disk_reads_merged_total{device="dm-3"} 0 node_disk_reads_merged_total{device="dm-4"} 0 node_disk_reads_merged_total{device="dm-5"} 0 node_disk_reads_merged_total{device="dm-6"} 0 node_disk_reads_merged_total{device="dm-7"} 0 node_disk_reads_merged_total{device="dm-8"} 0 node_disk_reads_merged_total{device="dm-9"} 0 node_disk_reads_merged_total{device="nbd0"} 0 node_disk_reads_merged_total{device="nbd1"} 0 node_disk_reads_merged_total{device="nbd10"} 0 node_disk_reads_merged_total{device="nbd11"} 0 node_disk_reads_merged_total{device="nbd12"} 0 node_disk_reads_merged_total{device="nbd13"} 0 node_disk_reads_merged_total{device="nbd14"} 0 node_disk_reads_merged_total{device="nbd15"} 0 node_disk_reads_merged_total{device="nbd2"} 0 node_disk_reads_merged_total{device="nbd3"} 0 node_disk_reads_merged_total{device="nbd4"} 0 node_disk_reads_merged_total{device="nbd5"} 0 node_disk_reads_merged_total{device="nbd6"} 0 node_disk_reads_merged_total{device="nbd7"} 0 node_disk_reads_merged_total{device="nbd8"} 0 node_disk_reads_merged_total{device="nbd9"} 0 node_disk_reads_merged_total{device="nvme0n1"} 0 node_disk_reads_merged_total{device="nvme1n1"} 0 node_disk_reads_merged_total{device="nvme2n1"} 0 node_disk_reads_merged_total{device="nvme3n1"} 1.1035337e+07 node_disk_reads_merged_total{device="sda"} 6.3996159e+08 node_disk_reads_merged_total{device="sdb"} 6.98820056e+08 node_disk_reads_merged_total{device="sdc"} 7.14698462e+08 node_disk_reads_merged_total{device="sdd"} 5.92700091e+08 node_disk_reads_merged_total{device="sde"} 6.3727299e+08 node_disk_reads_merged_total{device="sdf"} 7.15013792e+08 node_disk_reads_merged_total{device="sdg"} 7.18608049e+08 node_disk_reads_merged_total{device="sdh"} 6.38571345e+08 node_disk_reads_merged_total{device="sdi"} 7.06441091e+08 node_disk_reads_merged_total{device="sdj"} 6.30253699e+08 node_disk_reads_merged_total{device="sdk"} 7.65999761e+08 node_disk_reads_merged_total{device="sdl"} 6.65276907e+08 node_disk_reads_merged_total{device="sdm"} 339449 # 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"} 109233.02500000001 node_disk_write_time_seconds_total{device="dm-1"} 112555.009 node_disk_write_time_seconds_total{device="dm-10"} 105943.054 node_disk_write_time_seconds_total{device="dm-11"} 107490.749 node_disk_write_time_seconds_total{device="dm-12"} 2.430734437e+06 node_disk_write_time_seconds_total{device="dm-13"} 2.811029416e+06 node_disk_write_time_seconds_total{device="dm-14"} 2.532018699e+06 node_disk_write_time_seconds_total{device="dm-15"} 2.368394599e+06 node_disk_write_time_seconds_total{device="dm-16"} 3.221664844e+06 node_disk_write_time_seconds_total{device="dm-17"} 3.552264639e+06 node_disk_write_time_seconds_total{device="dm-18"} 3.419372982e+06 node_disk_write_time_seconds_total{device="dm-19"} 2.503534862e+06 node_disk_write_time_seconds_total{device="dm-2"} 97141.467 node_disk_write_time_seconds_total{device="dm-20"} 2.605456934e+06 node_disk_write_time_seconds_total{device="dm-21"} 2.977042238e+06 node_disk_write_time_seconds_total{device="dm-22"} 3.174981326e+06 node_disk_write_time_seconds_total{device="dm-23"} 2.578107269e+06 node_disk_write_time_seconds_total{device="dm-3"} 106275.99 node_disk_write_time_seconds_total{device="dm-4"} 96653.16500000001 node_disk_write_time_seconds_total{device="dm-5"} 98618.07 node_disk_write_time_seconds_total{device="dm-6"} 97174.87700000001 node_disk_write_time_seconds_total{device="dm-7"} 99901.702 node_disk_write_time_seconds_total{device="dm-8"} 97895.447 node_disk_write_time_seconds_total{device="dm-9"} 109150.304 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"} 407.891 node_disk_write_time_seconds_total{device="nvme1n1"} 0 node_disk_write_time_seconds_total{device="nvme2n1"} 637965.5 node_disk_write_time_seconds_total{device="nvme3n1"} 219799.448 node_disk_write_time_seconds_total{device="sda"} 287124.08400000003 node_disk_write_time_seconds_total{device="sdb"} 287019.993 node_disk_write_time_seconds_total{device="sdc"} 332521.602 node_disk_write_time_seconds_total{device="sdd"} 321146.275 node_disk_write_time_seconds_total{device="sde"} 250406.122 node_disk_write_time_seconds_total{device="sdf"} 376286.08400000003 node_disk_write_time_seconds_total{device="sdg"} 358713.17 node_disk_write_time_seconds_total{device="sdh"} 286810.586 node_disk_write_time_seconds_total{device="sdi"} 356073.755 node_disk_write_time_seconds_total{device="sdj"} 270229.146 node_disk_write_time_seconds_total{device="sdk"} 309294.39 node_disk_write_time_seconds_total{device="sdl"} 278722.45 node_disk_write_time_seconds_total{device="sdm"} 1.998558949e+06 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="dm-0"} 1.26360107e+08 node_disk_writes_completed_total{device="dm-1"} 1.19183023e+08 node_disk_writes_completed_total{device="dm-10"} 1.13951178e+08 node_disk_writes_completed_total{device="dm-11"} 1.10933717e+08 node_disk_writes_completed_total{device="dm-12"} 8.2349343e+07 node_disk_writes_completed_total{device="dm-13"} 8.3933503e+07 node_disk_writes_completed_total{device="dm-14"} 7.0022186e+07 node_disk_writes_completed_total{device="dm-15"} 8.3934535e+07 node_disk_writes_completed_total{device="dm-16"} 8.8871143e+07 node_disk_writes_completed_total{device="dm-17"} 8.8412206e+07 node_disk_writes_completed_total{device="dm-18"} 9.897289e+07 node_disk_writes_completed_total{device="dm-19"} 7.9064064e+07 node_disk_writes_completed_total{device="dm-2"} 1.15056728e+08 node_disk_writes_completed_total{device="dm-20"} 7.9049371e+07 node_disk_writes_completed_total{device="dm-21"} 1.05574732e+08 node_disk_writes_completed_total{device="dm-22"} 9.9296225e+07 node_disk_writes_completed_total{device="dm-23"} 9.7473978e+07 node_disk_writes_completed_total{device="dm-3"} 1.16590409e+08 node_disk_writes_completed_total{device="dm-4"} 9.6985007e+07 node_disk_writes_completed_total{device="dm-5"} 1.09980934e+08 node_disk_writes_completed_total{device="dm-6"} 1.06738931e+08 node_disk_writes_completed_total{device="dm-7"} 1.05929977e+08 node_disk_writes_completed_total{device="dm-8"} 1.08753016e+08 node_disk_writes_completed_total{device="dm-9"} 1.15813765e+08 node_disk_writes_completed_total{device="nbd0"} 0 node_disk_writes_completed_total{device="nbd1"} 0 node_disk_writes_completed_total{device="nbd10"} 0 node_disk_writes_completed_total{device="nbd11"} 0 node_disk_writes_completed_total{device="nbd12"} 0 node_disk_writes_completed_total{device="nbd13"} 0 node_disk_writes_completed_total{device="nbd14"} 0 node_disk_writes_completed_total{device="nbd15"} 0 node_disk_writes_completed_total{device="nbd2"} 0 node_disk_writes_completed_total{device="nbd3"} 0 node_disk_writes_completed_total{device="nbd4"} 0 node_disk_writes_completed_total{device="nbd5"} 0 node_disk_writes_completed_total{device="nbd6"} 0 node_disk_writes_completed_total{device="nbd7"} 0 node_disk_writes_completed_total{device="nbd8"} 0 node_disk_writes_completed_total{device="nbd9"} 0 node_disk_writes_completed_total{device="nvme0n1"} 2.232252e+06 node_disk_writes_completed_total{device="nvme1n1"} 0 node_disk_writes_completed_total{device="nvme2n1"} 4.65956216e+08 node_disk_writes_completed_total{device="nvme3n1"} 1.84728786e+08 node_disk_writes_completed_total{device="sda"} 1.0373724e+07 node_disk_writes_completed_total{device="sdb"} 7.861971e+06 node_disk_writes_completed_total{device="sdc"} 1.0201058e+07 node_disk_writes_completed_total{device="sdd"} 1.022749e+07 node_disk_writes_completed_total{device="sde"} 8.782417e+06 node_disk_writes_completed_total{device="sdf"} 9.742236e+06 node_disk_writes_completed_total{device="sdg"} 9.788227e+06 node_disk_writes_completed_total{device="sdh"} 8.519373e+06 node_disk_writes_completed_total{device="sdi"} 1.0456077e+07 node_disk_writes_completed_total{device="sdj"} 8.812339e+06 node_disk_writes_completed_total{device="sdk"} 9.053862e+06 node_disk_writes_completed_total{device="sdl"} 8.367227e+06 node_disk_writes_completed_total{device="sdm"} 2.06090831e+08 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="dm-1"} 0 node_disk_writes_merged_total{device="dm-10"} 0 node_disk_writes_merged_total{device="dm-11"} 0 node_disk_writes_merged_total{device="dm-12"} 0 node_disk_writes_merged_total{device="dm-13"} 0 node_disk_writes_merged_total{device="dm-14"} 0 node_disk_writes_merged_total{device="dm-15"} 0 node_disk_writes_merged_total{device="dm-16"} 0 node_disk_writes_merged_total{device="dm-17"} 0 node_disk_writes_merged_total{device="dm-18"} 0 node_disk_writes_merged_total{device="dm-19"} 0 node_disk_writes_merged_total{device="dm-2"} 0 node_disk_writes_merged_total{device="dm-20"} 0 node_disk_writes_merged_total{device="dm-21"} 0 node_disk_writes_merged_total{device="dm-22"} 0 node_disk_writes_merged_total{device="dm-23"} 0 node_disk_writes_merged_total{device="dm-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"} 148312 node_disk_writes_merged_total{device="nvme1n1"} 0 node_disk_writes_merged_total{device="nvme2n1"} 8.80749676e+08 node_disk_writes_merged_total{device="nvme3n1"} 3.9580795e+08 node_disk_writes_merged_total{device="sda"} 9.5201054e+07 node_disk_writes_merged_total{device="sdb"} 6.2160249e+07 node_disk_writes_merged_total{device="sdc"} 8.8771857e+07 node_disk_writes_merged_total{device="sdd"} 8.7246506e+07 node_disk_writes_merged_total{device="sde"} 7.515214e+07 node_disk_writes_merged_total{device="sdf"} 7.8670014e+07 node_disk_writes_merged_total{device="sdg"} 7.9082952e+07 node_disk_writes_merged_total{device="sdh"} 7.0544741e+07 node_disk_writes_merged_total{device="sdi"} 8.8840177e+07 node_disk_writes_merged_total{device="sdj"} 7.3537053e+07 node_disk_writes_merged_total{device="sdk"} 7.4879689e+07 node_disk_writes_merged_total{device="sdl"} 7.0682172e+07 node_disk_writes_merged_total{device="sdm"} 2.76069301e+08 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="dm-0"} 4.37899771904e+11 node_disk_written_bytes_total{device="dm-1"} 4.1634312192e+11 node_disk_written_bytes_total{device="dm-10"} 3.98401458176e+11 node_disk_written_bytes_total{device="dm-11"} 3.84602394624e+11 node_disk_written_bytes_total{device="dm-12"} 5.167462998016e+12 node_disk_written_bytes_total{device="dm-13"} 5.25874466816e+12 node_disk_written_bytes_total{device="dm-14"} 4.368261349376e+12 node_disk_written_bytes_total{device="dm-15"} 5.278835597312e+12 node_disk_written_bytes_total{device="dm-16"} 5.556092493824e+12 node_disk_written_bytes_total{device="dm-17"} 5.526837293056e+12 node_disk_written_bytes_total{device="dm-18"} 6.234591387648e+12 node_disk_written_bytes_total{device="dm-19"} 4.956430606336e+12 node_disk_written_bytes_total{device="dm-2"} 4.02609221632e+11 node_disk_written_bytes_total{device="dm-20"} 4.965362102272e+12 node_disk_written_bytes_total{device="dm-21"} 6.687463641088e+12 node_disk_written_bytes_total{device="dm-22"} 6.240123047936e+12 node_disk_written_bytes_total{device="dm-23"} 6.139418689536e+12 node_disk_written_bytes_total{device="dm-3"} 4.00644214784e+11 node_disk_written_bytes_total{device="dm-4"} 3.34109249536e+11 node_disk_written_bytes_total{device="dm-5"} 3.8585407488e+11 node_disk_written_bytes_total{device="dm-6"} 3.70642886656e+11 node_disk_written_bytes_total{device="dm-7"} 3.74622498816e+11 node_disk_written_bytes_total{device="dm-8"} 3.73367906304e+11 node_disk_written_bytes_total{device="dm-9"} 4.00416116736e+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"} 3.156988416e+10 node_disk_written_bytes_total{device="nvme1n1"} 0 node_disk_written_bytes_total{device="nvme2n1"} 4.679512915968e+12 node_disk_written_bytes_total{device="nvme3n1"} 2.412956299264e+12 node_disk_written_bytes_total{device="sda"} 6.687463641088e+12 node_disk_written_bytes_total{device="sdb"} 4.368261349376e+12 node_disk_written_bytes_total{device="sdc"} 6.234591387648e+12 node_disk_written_bytes_total{device="sdd"} 6.139418689536e+12 node_disk_written_bytes_total{device="sde"} 5.278835597312e+12 node_disk_written_bytes_total{device="sdf"} 5.526837293056e+12 node_disk_written_bytes_total{device="sdg"} 5.556092493824e+12 node_disk_written_bytes_total{device="sdh"} 4.95642955776e+12 node_disk_written_bytes_total{device="sdi"} 6.240123047936e+12 node_disk_written_bytes_total{device="sdj"} 5.167462998016e+12 node_disk_written_bytes_total{device="sdk"} 5.25874466816e+12 node_disk_written_bytes_total{device="sdl"} 4.965362102272e+12 node_disk_written_bytes_total{device="sdm"} 2.2523787002368e+13 # 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.905011326976e+12 node_filesystem_avail_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.01674752e+08 node_filesystem_avail_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 5.68512512e+08 node_filesystem_avail_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.7776091136e+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.950115002155008e+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.950115002155008e+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"} 8.96404553728e+13 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 4.66940416e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 4.66940416e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 4.66940416e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 4.66940416e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 4.66940416e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 4.66940416e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 4.66940416e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 4.633748224e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 4.633748224e+10 node_filesystem_avail_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 4.633748224e+10 node_filesystem_avail_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 7.224179032064e+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.03741177856e+11 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_device_error{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="192.170.241.193:6789,192.170.240.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-condb.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 0 node_filesystem_device_error{device="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.cern.ch"} 0 node_filesystem_device_error{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.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/01d11dae4b5dd9fc782ee920565fd32b451a8ce0b6c3b8f8687816af6bc62531/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0a62c83fef968df9702bdaf6084ce008f8738fb3b9d0ca3df815a13e8c3c4273/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12e6e22bf203fd1ed5ed6635b2ffd3203e4d302edb9201c174c43fe1b8ba35e5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1cd25f1ddad47a4be7c9e0b47227612499398e5eccfefc0240dc322103da7ed8/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/26c2bd01b96a865ee3257248338047414cca35cff2cbc5d5b6f572c963e615a5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/31d8e1676fb3c9fceed20001e68c8b6e4e4478e5b7ada241d7f53e39b1f07883/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3432797e7b2e03d4560a14879765960406704b6c13f139f46c3b07433358894e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/34af35d57c1d4033b6c72b03802b86325e9724ae6318e94d13e5a9caeb9c2784/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/576025786919a57591031f1cfa386db479e368d707a84bb6b68b9ef0c490bfbb/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d8b3057ca101ebc4c33492b3bb2410fc43ac340ce8ca00304a354e57e22f6a0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6581f94178b83d26c30b9ada249e30f4a0a97ab7ef39d904a9fa5b9768f7be06/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6a8594363f5f6bfd5c84451bc30941bc7ba86000ac96b718e88e8ff54c943725/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/719ac6bb957ee2212e528cea2384fcfae2711dff0508b50a73bb21fb81c4813c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/724d41f47c9421b3a475ea0a13706a50170c012697aef21ae88d5ebe2819e3df/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7ac03e9e1cd14191f76bcfc0ab230d96cc74c95ae8ce7b847b19199d0f5ef6c2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/86b02148998612bc7f6c7f52a334187885f685b34bac1a4b289ed610d8ae8769/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8fcc27c41153c4a23e427519ebd129a28400b3c660b09035884c297d41e62095/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9c48e96b72350c79ed125a7ab8a2bc50cbc0547e4892ef3f95f4d00e77b17c1d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a3d7bfee482d8b8a5eecad209b2820db87a3760acf878ed72748ff5ba71f0ed5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b76b1eaa078ee9e10c4c9cdaa0fd44b9911b22a20f89cc76ef1470bbbb94b898/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c36ec0d49c7829650e053008816747f1e6a36e5e3ef887ed15e45d2a5c1163e9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c5654c6622d0074cec2d27dec87604c6fe83d37c601acc133aa19404f7ceb6a9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c8bf6fe3c1f925e0707509d22e94ff42856de4db1f733755ba98d8139f5f75f5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca28d14e6ebdb293c86b0049cbcfd9db751de74a4fc8509f6bfee995d1752203/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ce01d5c67eeb024cc6b09881656994b1751604bc546b1f4df09bd032e730a819/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd3da6edb9bf155bed3e87e5d29ac6055aa3948848c0b45840f2dd5cfa98772c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ebca215111a9d7e5a205781dfbc75e75424252993c2aa6b15d98c96b4fd52afa/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef82c7b85370576cc6f59b126ab81d7ee71d16c02bf70510124dc20b8c79b0a5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f39bc7bd46fbb0788e75ffa6c138a9af9b8d2ba71e91d3e6092f3fd97e56d7ba/shm"} 1 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.87537408e+08 node_filesystem_files{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 65536 node_filesystem_files{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.4573568e+07 node_filesystem_files{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 9.55490963e+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.55490963e+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.2748674e+07 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 13090 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1.48219486e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.83518776e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 66 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 2.57119125e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 7.40038696e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 1.130839459e+09 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.cern.ch"} 2.83518767e+08 node_filesystem_files{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 1031 node_filesystem_files{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.4307475234e+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.87515268e+08 node_filesystem_files_free{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 65490 node_filesystem_files_free{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.4181397e+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-condb.cern.ch"} 0 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1.48219433e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 2.83505374e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 2.57119113e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 7.40038668e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 1.130832923e+09 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.cern.ch"} 2.83505365e+08 node_filesystem_files_free{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 0 node_filesystem_files_free{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 1.4109722944e+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"} 814485 # 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.905011326976e+12 node_filesystem_free_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.01674752e+08 node_filesystem_free_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 6.38976e+08 node_filesystem_free_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 1.89712945152e+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.950115002155008e+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.950115002155008e+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"} 8.96404553728e+13 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 4.66940416e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 4.66940416e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 4.66940416e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 4.66940416e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 4.66940416e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 4.66940416e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 4.66940416e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 4.633748224e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/atlas.cern.ch"} 4.633748224e+10 node_filesystem_free_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 4.633748224e+10 node_filesystem_free_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 7.224179032064e+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.03741177856e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/nvme0n1",major="259",minor="0",mountpoint="/scratch"} 1 node_filesystem_mount_info{device="/dev/sdm1",major="8",minor="193",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sdm2",major="8",minor="194",mountpoint="/boot"} 1 node_filesystem_mount_info{device="/dev/sdm3",major="8",minor="195",mountpoint="/"} 1 node_filesystem_mount_info{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/cold",major="0",minor="46",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="44",mountpoint="/work"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="1010",mountpoint="/cvmfs/atlas.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="1176",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="1554",mountpoint="/cvmfs/atlas-condb.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="1555",mountpoint="/cvmfs/sft.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="1563",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="1564",mountpoint="/cvmfs/unpacked.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="303",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="304",mountpoint="/var/cvmfs/atlas.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="367",mountpoint="/var/cvmfs/atlas-condb.cern.ch"} 1 node_filesystem_mount_info{device="cvmfs2",major="0",minor="985",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_mount_info{device="nfs.af.uchicago.edu:/export/home",major="0",minor="49",mountpoint="/home"} 1 node_filesystem_mount_info{device="none",major="0",minor="33",mountpoint="/run/credentials/systemd-sysctl.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="34",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="36",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="24",mountpoint="/run"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_purgeable_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="192.170.241.193:6789,192.170.240.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-condb.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 0 node_filesystem_purgeable_bytes{device="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.cern.ch"} 0 node_filesystem_purgeable_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.cern.ch"} 0 node_filesystem_purgeable_bytes{device="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_readonly{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="192.170.241.193:6789,192.170.240.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-condb.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 1 node_filesystem_readonly{device="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.cern.ch"} 1 node_filesystem_readonly{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/var/cvmfs/cvmfs-config.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/01d11dae4b5dd9fc782ee920565fd32b451a8ce0b6c3b8f8687816af6bc62531/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0a62c83fef968df9702bdaf6084ce008f8738fb3b9d0ca3df815a13e8c3c4273/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12e6e22bf203fd1ed5ed6635b2ffd3203e4d302edb9201c174c43fe1b8ba35e5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1cd25f1ddad47a4be7c9e0b47227612499398e5eccfefc0240dc322103da7ed8/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/26c2bd01b96a865ee3257248338047414cca35cff2cbc5d5b6f572c963e615a5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/31d8e1676fb3c9fceed20001e68c8b6e4e4478e5b7ada241d7f53e39b1f07883/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3432797e7b2e03d4560a14879765960406704b6c13f139f46c3b07433358894e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/34af35d57c1d4033b6c72b03802b86325e9724ae6318e94d13e5a9caeb9c2784/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/576025786919a57591031f1cfa386db479e368d707a84bb6b68b9ef0c490bfbb/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d8b3057ca101ebc4c33492b3bb2410fc43ac340ce8ca00304a354e57e22f6a0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6581f94178b83d26c30b9ada249e30f4a0a97ab7ef39d904a9fa5b9768f7be06/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6a8594363f5f6bfd5c84451bc30941bc7ba86000ac96b718e88e8ff54c943725/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/719ac6bb957ee2212e528cea2384fcfae2711dff0508b50a73bb21fb81c4813c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/724d41f47c9421b3a475ea0a13706a50170c012697aef21ae88d5ebe2819e3df/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7ac03e9e1cd14191f76bcfc0ab230d96cc74c95ae8ce7b847b19199d0f5ef6c2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/86b02148998612bc7f6c7f52a334187885f685b34bac1a4b289ed610d8ae8769/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8fcc27c41153c4a23e427519ebd129a28400b3c660b09035884c297d41e62095/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9c48e96b72350c79ed125a7ab8a2bc50cbc0547e4892ef3f95f4d00e77b17c1d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a3d7bfee482d8b8a5eecad209b2820db87a3760acf878ed72748ff5ba71f0ed5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b76b1eaa078ee9e10c4c9cdaa0fd44b9911b22a20f89cc76ef1470bbbb94b898/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c36ec0d49c7829650e053008816747f1e6a36e5e3ef887ed15e45d2a5c1163e9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c5654c6622d0074cec2d27dec87604c6fe83d37c601acc133aa19404f7ceb6a9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c8bf6fe3c1f925e0707509d22e94ff42856de4db1f733755ba98d8139f5f75f5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca28d14e6ebdb293c86b0049cbcfd9db751de74a4fc8509f6bfee995d1752203/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ce01d5c67eeb024cc6b09881656994b1751604bc546b1f4df09bd032e730a819/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd3da6edb9bf155bed3e87e5d29ac6055aa3948848c0b45840f2dd5cfa98772c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ebca215111a9d7e5a205781dfbc75e75424252993c2aa6b15d98c96b4fd52afa/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef82c7b85370576cc6f59b126ab81d7ee71d16c02bf70510124dc20b8c79b0a5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f39bc7bd46fbb0788e75ffa6c138a9af9b8d2ba71e91d3e6092f3fd97e56d7ba/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/nvme0n1",device_error="",fstype="xfs",mountpoint="/scratch"} 1.919445725184e+12 node_filesystem_size_bytes{device="/dev/sdm1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.0946944e+08 node_filesystem_size_bytes{device="/dev/sdm2",device_error="",fstype="ext4",mountpoint="/boot"} 1.02070272e+09 node_filesystem_size_bytes{device="/dev/sdm3",device_error="",fstype="ext4",mountpoint="/"} 2.33821335552e+11 node_filesystem_size_bytes{device="192.170.241.193:6789,192.170.240.135:6789,192.170.241.192:6789:/cold",device_error="",fstype="ceph",mountpoint="/cold"} 6.45784248778752e+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.45784248778752e+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.27229753294848e+14 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-condb.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas-nightlies.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/atlas.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/config-osg.opensciencegrid.org"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft-nightlies.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/sft.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="cvmfs2",device_error="",fstype="fuse",mountpoint="/cvmfs/unpacked.cern.ch"} 5.36870912e+10 node_filesystem_size_bytes{device="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.cern.ch"} 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="nfs.af.uchicago.edu:/export/home",device_error="",fstype="nfs4",mountpoint="/home"} 2.516618575872e+13 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.08011761664e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.69187248e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="pci0000:00_0000:00:18_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:19_3",chip_name="k10temp"} 1 # HELP node_hwmon_power_average_interval_max_seconds Hardware monitor power usage update interval (average_interval_max) # TYPE node_hwmon_power_average_interval_max_seconds gauge node_hwmon_power_average_interval_max_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 604800 # HELP node_hwmon_power_average_interval_min_seconds Hardware monitor power usage update interval (average_interval_min) # TYPE node_hwmon_power_average_interval_min_seconds gauge node_hwmon_power_average_interval_min_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 2 # HELP node_hwmon_power_average_interval_seconds Hardware monitor power usage update interval (average_interval) # TYPE node_hwmon_power_average_interval_seconds gauge node_hwmon_power_average_interval_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 2 # HELP node_hwmon_power_average_watt Hardware monitor for power usage in watts (average) # TYPE node_hwmon_power_average_watt gauge node_hwmon_power_average_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 494 # 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"} 39.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 34.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp5"} 36.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp7"} 36 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp9"} 37.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp1"} 38.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp3"} 38.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp5"} 38 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 2.53572318759e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 2.03 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 2.07 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.96 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 7.4106904576e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.60528805888e+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 8.6421901312e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 1.879048192e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 7.42296576e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 4.30791069696e+11 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 7.13056256e+09 # HELP node_memory_CmaFree_bytes Memory information field CmaFree_bytes. # TYPE node_memory_CmaFree_bytes gauge node_memory_CmaFree_bytes 0 # HELP node_memory_CmaTotal_bytes Memory information field CmaTotal_bytes. # TYPE node_memory_CmaTotal_bytes gauge node_memory_CmaTotal_bytes 0 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.70029398016e+11 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.31989458944e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 4.27349245952e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.20957435904e+11 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.022164992e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 258048 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 4.704763904e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.51937015808e+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.47232251904e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.873088e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.435332608e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.5201451008e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 8.34732032e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.40058800128e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 2.5085952e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 4.41188352e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.3519695872e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.550587392e+09 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 4.274286592e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.6070283264e+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.43100928e+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 28672 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 2793 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 3.5945183e+07 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 3.2405045e+07 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 4007 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 169762 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 237598 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 7.966177176853e+12 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 6.76310747653e+12 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.01176643216647e+14 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.89263601150338e+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 17 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 2.5635928e+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 107381 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 945118 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 2.1550332e+07 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 7744 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 14099 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 3.4438748474e+10 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 5.417087e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 5.7554731641e+10 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2.1450726e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 7.0324005e+07 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 41 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 7 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 1399 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 41 # 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 9.821944e+06 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 72 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 74774 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 2.825898e+07 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="cali066433ba2a4"} 3 node_network_address_assign_type{device="cali218ae4a84f0"} 3 node_network_address_assign_type{device="cali22a8cbc8d2d"} 3 node_network_address_assign_type{device="cali629f820f93e"} 3 node_network_address_assign_type{device="cali7df8c08ce70"} 3 node_network_address_assign_type{device="cali9c18b3beec5"} 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="cali629f820f93e"} 1 node_network_carrier{device="cali7df8c08ce70"} 1 node_network_carrier{device="cali9c18b3beec5"} 1 node_network_carrier{device="eno1"} 1 node_network_carrier{device="eno2"} 0 node_network_carrier{device="eno33np0"} 1 node_network_carrier{device="eno33np0.3604"} 1 node_network_carrier{device="eno34np1"} 0 node_network_carrier{device="lo"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="cali066433ba2a4"} 2 node_network_carrier_changes_total{device="cali218ae4a84f0"} 2 node_network_carrier_changes_total{device="cali22a8cbc8d2d"} 2 node_network_carrier_changes_total{device="cali629f820f93e"} 2 node_network_carrier_changes_total{device="cali7df8c08ce70"} 2 node_network_carrier_changes_total{device="cali9c18b3beec5"} 2 node_network_carrier_changes_total{device="eno1"} 1 node_network_carrier_changes_total{device="eno2"} 0 node_network_carrier_changes_total{device="eno33np0"} 4 node_network_carrier_changes_total{device="eno33np0.3604"} 0 node_network_carrier_changes_total{device="eno34np1"} 1 node_network_carrier_changes_total{device="lo"} 0 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="cali066433ba2a4"} 1 node_network_carrier_down_changes_total{device="cali218ae4a84f0"} 1 node_network_carrier_down_changes_total{device="cali22a8cbc8d2d"} 1 node_network_carrier_down_changes_total{device="cali629f820f93e"} 1 node_network_carrier_down_changes_total{device="cali7df8c08ce70"} 1 node_network_carrier_down_changes_total{device="cali9c18b3beec5"} 1 node_network_carrier_down_changes_total{device="eno1"} 0 node_network_carrier_down_changes_total{device="eno2"} 0 node_network_carrier_down_changes_total{device="eno33np0"} 2 node_network_carrier_down_changes_total{device="eno33np0.3604"} 0 node_network_carrier_down_changes_total{device="eno34np1"} 1 node_network_carrier_down_changes_total{device="lo"} 0 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="cali066433ba2a4"} 1 node_network_carrier_up_changes_total{device="cali218ae4a84f0"} 1 node_network_carrier_up_changes_total{device="cali22a8cbc8d2d"} 1 node_network_carrier_up_changes_total{device="cali629f820f93e"} 1 node_network_carrier_up_changes_total{device="cali7df8c08ce70"} 1 node_network_carrier_up_changes_total{device="cali9c18b3beec5"} 1 node_network_carrier_up_changes_total{device="eno1"} 1 node_network_carrier_up_changes_total{device="eno2"} 0 node_network_carrier_up_changes_total{device="eno33np0"} 2 node_network_carrier_up_changes_total{device="eno33np0.3604"} 0 node_network_carrier_up_changes_total{device="eno34np1"} 0 node_network_carrier_up_changes_total{device="lo"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="cali066433ba2a4"} 0 node_network_device_id{device="cali218ae4a84f0"} 0 node_network_device_id{device="cali22a8cbc8d2d"} 0 node_network_device_id{device="cali629f820f93e"} 0 node_network_device_id{device="cali7df8c08ce70"} 0 node_network_device_id{device="cali9c18b3beec5"} 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="cali629f820f93e"} 0 node_network_dormant{device="cali7df8c08ce70"} 0 node_network_dormant{device="cali9c18b3beec5"} 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="cali629f820f93e"} 4099 node_network_flags{device="cali7df8c08ce70"} 4099 node_network_flags{device="cali9c18b3beec5"} 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"} 12 node_network_iface_id{device="cali629f820f93e"} 14642 node_network_iface_id{device="cali7df8c08ce70"} 13 node_network_iface_id{device="cali9c18b3beec5"} 11 node_network_iface_id{device="eno1"} 2 node_network_iface_id{device="eno2"} 3 node_network_iface_id{device="eno33np0"} 4 node_network_iface_id{device="eno33np0.3604"} 6 node_network_iface_id{device="eno34np1"} 5 node_network_iface_id{device="lo"} 1 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="cali066433ba2a4"} 2 node_network_iface_link{device="cali218ae4a84f0"} 2 node_network_iface_link{device="cali22a8cbc8d2d"} 2 node_network_iface_link{device="cali629f820f93e"} 2 node_network_iface_link{device="cali7df8c08ce70"} 2 node_network_iface_link{device="cali9c18b3beec5"} 2 node_network_iface_link{device="eno1"} 2 node_network_iface_link{device="eno2"} 3 node_network_iface_link{device="eno33np0"} 4 node_network_iface_link{device="eno33np0.3604"} 4 node_network_iface_link{device="eno34np1"} 5 node_network_iface_link{device="lo"} 1 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="cali066433ba2a4"} 0 node_network_iface_link_mode{device="cali218ae4a84f0"} 0 node_network_iface_link_mode{device="cali22a8cbc8d2d"} 0 node_network_iface_link_mode{device="cali629f820f93e"} 0 node_network_iface_link_mode{device="cali7df8c08ce70"} 0 node_network_iface_link_mode{device="cali9c18b3beec5"} 0 node_network_iface_link_mode{device="eno1"} 0 node_network_iface_link_mode{device="eno2"} 0 node_network_iface_link_mode{device="eno33np0"} 0 node_network_iface_link_mode{device="eno33np0.3604"} 0 node_network_iface_link_mode{device="eno34np1"} 0 node_network_iface_link_mode{device="lo"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="70:b5:e8:f0:77:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="70:b5:e8:f0:77:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno2",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="e4:3d:1a:03:91:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno33np0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e4:3d:1a:03:91:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno33np0.3604",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e4:3d:1a:03:91:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno34np1",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali066433ba2a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="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="cali629f820f93e",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 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali9c18b3beec5",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="cali066433ba2a4"} 1500 node_network_mtu_bytes{device="cali218ae4a84f0"} 1500 node_network_mtu_bytes{device="cali22a8cbc8d2d"} 1500 node_network_mtu_bytes{device="cali629f820f93e"} 1500 node_network_mtu_bytes{device="cali7df8c08ce70"} 1500 node_network_mtu_bytes{device="cali9c18b3beec5"} 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="cali629f820f93e"} 3 node_network_name_assign_type{device="cali7df8c08ce70"} 3 node_network_name_assign_type{device="cali9c18b3beec5"} 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="cali629f820f93e"} 0 node_network_net_dev_group{device="cali7df8c08ce70"} 0 node_network_net_dev_group{device="cali9c18b3beec5"} 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="cali629f820f93e"} 1 node_network_protocol_type{device="cali7df8c08ce70"} 1 node_network_protocol_type{device="cali9c18b3beec5"} 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"} 6.7944779e+09 node_network_receive_bytes_total{device="cali218ae4a84f0"} 8.11090653e+08 node_network_receive_bytes_total{device="cali22a8cbc8d2d"} 8.6034629e+07 node_network_receive_bytes_total{device="cali629f820f93e"} 1.9833283e+07 node_network_receive_bytes_total{device="cali7df8c08ce70"} 71400 node_network_receive_bytes_total{device="cali9c18b3beec5"} 1.06339831e+08 node_network_receive_bytes_total{device="eno1"} 4.454769692e+09 node_network_receive_bytes_total{device="eno2"} 0 node_network_receive_bytes_total{device="eno33np0"} 1.08797563589584e+14 node_network_receive_bytes_total{device="eno33np0.3604"} 1.07264294116055e+14 node_network_receive_bytes_total{device="eno34np1"} 0 node_network_receive_bytes_total{device="lo"} 1.830155411636e+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="cali629f820f93e"} 0 node_network_receive_compressed_total{device="cali7df8c08ce70"} 0 node_network_receive_compressed_total{device="cali9c18b3beec5"} 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="cali629f820f93e"} 0 node_network_receive_drop_total{device="cali7df8c08ce70"} 0 node_network_receive_drop_total{device="cali9c18b3beec5"} 0 node_network_receive_drop_total{device="eno1"} 0 node_network_receive_drop_total{device="eno2"} 0 node_network_receive_drop_total{device="eno33np0"} 4.3428751e+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="cali629f820f93e"} 0 node_network_receive_errs_total{device="cali7df8c08ce70"} 0 node_network_receive_errs_total{device="cali9c18b3beec5"} 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="cali629f820f93e"} 0 node_network_receive_fifo_total{device="cali7df8c08ce70"} 0 node_network_receive_fifo_total{device="cali9c18b3beec5"} 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="cali629f820f93e"} 0 node_network_receive_frame_total{device="cali7df8c08ce70"} 0 node_network_receive_frame_total{device="cali9c18b3beec5"} 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="cali629f820f93e"} 0 node_network_receive_multicast_total{device="cali7df8c08ce70"} 0 node_network_receive_multicast_total{device="cali9c18b3beec5"} 0 node_network_receive_multicast_total{device="eno1"} 3.5288792e+07 node_network_receive_multicast_total{device="eno2"} 0 node_network_receive_multicast_total{device="eno33np0"} 3.637834e+06 node_network_receive_multicast_total{device="eno33np0.3604"} 1.960377e+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="cali629f820f93e"} 0 node_network_receive_nohandler_total{device="cali7df8c08ce70"} 0 node_network_receive_nohandler_total{device="cali9c18b3beec5"} 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"} 5.4556293e+07 node_network_receive_packets_total{device="cali218ae4a84f0"} 8.251061e+06 node_network_receive_packets_total{device="cali22a8cbc8d2d"} 937677 node_network_receive_packets_total{device="cali629f820f93e"} 33907 node_network_receive_packets_total{device="cali7df8c08ce70"} 1018 node_network_receive_packets_total{device="cali9c18b3beec5"} 858391 node_network_receive_packets_total{device="eno1"} 4.0433624e+07 node_network_receive_packets_total{device="eno2"} 0 node_network_receive_packets_total{device="eno33np0"} 4.7274250627e+10 node_network_receive_packets_total{device="eno33np0.3604"} 3.5765102391e+10 node_network_receive_packets_total{device="eno34np1"} 0 node_network_receive_packets_total{device="lo"} 2.24963089e+08 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="cali066433ba2a4"} 1.25e+09 node_network_speed_bytes{device="cali218ae4a84f0"} 1.25e+09 node_network_speed_bytes{device="cali22a8cbc8d2d"} 1.25e+09 node_network_speed_bytes{device="cali629f820f93e"} 1.25e+09 node_network_speed_bytes{device="cali7df8c08ce70"} 1.25e+09 node_network_speed_bytes{device="cali9c18b3beec5"} 1.25e+09 node_network_speed_bytes{device="eno1"} 1.25e+08 node_network_speed_bytes{device="eno2"} -125000 node_network_speed_bytes{device="eno33np0"} 3.125e+09 node_network_speed_bytes{device="eno33np0.3604"} 3.125e+09 node_network_speed_bytes{device="eno34np1"} -125000 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="cali066433ba2a4"} 2.33271723343e+11 node_network_transmit_bytes_total{device="cali218ae4a84f0"} 1.221594211e+09 node_network_transmit_bytes_total{device="cali22a8cbc8d2d"} 3.698448892e+09 node_network_transmit_bytes_total{device="cali629f820f93e"} 4.2787544e+07 node_network_transmit_bytes_total{device="cali7df8c08ce70"} 3.3884828e+07 node_network_transmit_bytes_total{device="cali9c18b3beec5"} 8.3435782e+07 node_network_transmit_bytes_total{device="eno1"} 3.3745206e+07 node_network_transmit_bytes_total{device="eno2"} 0 node_network_transmit_bytes_total{device="eno33np0"} 2.88894122414731e+14 node_network_transmit_bytes_total{device="eno33np0.3604"} 2.86995922945822e+14 node_network_transmit_bytes_total{device="eno34np1"} 0 node_network_transmit_bytes_total{device="lo"} 1.830155411636e+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="cali629f820f93e"} 0 node_network_transmit_carrier_total{device="cali7df8c08ce70"} 0 node_network_transmit_carrier_total{device="cali9c18b3beec5"} 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="cali629f820f93e"} 0 node_network_transmit_colls_total{device="cali7df8c08ce70"} 0 node_network_transmit_colls_total{device="cali9c18b3beec5"} 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="cali629f820f93e"} 0 node_network_transmit_compressed_total{device="cali7df8c08ce70"} 0 node_network_transmit_compressed_total{device="cali9c18b3beec5"} 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="cali629f820f93e"} 0 node_network_transmit_drop_total{device="cali7df8c08ce70"} 0 node_network_transmit_drop_total{device="cali9c18b3beec5"} 0 node_network_transmit_drop_total{device="eno1"} 0 node_network_transmit_drop_total{device="eno2"} 1816 node_network_transmit_drop_total{device="eno33np0"} 0 node_network_transmit_drop_total{device="eno33np0.3604"} 0 node_network_transmit_drop_total{device="eno34np1"} 1816 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="cali629f820f93e"} 0 node_network_transmit_errs_total{device="cali7df8c08ce70"} 0 node_network_transmit_errs_total{device="cali9c18b3beec5"} 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="cali629f820f93e"} 0 node_network_transmit_fifo_total{device="cali7df8c08ce70"} 0 node_network_transmit_fifo_total{device="cali9c18b3beec5"} 0 node_network_transmit_fifo_total{device="eno1"} 0 node_network_transmit_fifo_total{device="eno2"} 0 node_network_transmit_fifo_total{device="eno33np0"} 0 node_network_transmit_fifo_total{device="eno33np0.3604"} 0 node_network_transmit_fifo_total{device="eno34np1"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="cali066433ba2a4"} 7.4975667e+07 node_network_transmit_packets_total{device="cali218ae4a84f0"} 6.930552e+06 node_network_transmit_packets_total{device="cali22a8cbc8d2d"} 1.283641e+06 node_network_transmit_packets_total{device="cali629f820f93e"} 120462 node_network_transmit_packets_total{device="cali7df8c08ce70"} 124580 node_network_transmit_packets_total{device="cali9c18b3beec5"} 858457 node_network_transmit_packets_total{device="eno1"} 132813 node_network_transmit_packets_total{device="eno2"} 0 node_network_transmit_packets_total{device="eno33np0"} 5.7791421564e+10 node_network_transmit_packets_total{device="eno33np0.3604"} 3.2540423262e+10 node_network_transmit_packets_total{device="eno34np1"} 0 node_network_transmit_packets_total{device="lo"} 2.24963089e+08 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="cali066433ba2a4"} 0 node_network_transmit_queue_length{device="cali218ae4a84f0"} 0 node_network_transmit_queue_length{device="cali22a8cbc8d2d"} 0 node_network_transmit_queue_length{device="cali629f820f93e"} 0 node_network_transmit_queue_length{device="cali7df8c08ce70"} 0 node_network_transmit_queue_length{device="cali9c18b3beec5"} 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="cali629f820f93e"} 1 node_network_up{device="cali7df8c08ce70"} 1 node_network_up{device="cali9c18b3beec5"} 1 node_network_up{device="eno1"} 1 node_network_up{device="eno2"} 0 node_network_up{device="eno33np0"} 1 node_network_up{device="eno33np0.3604"} 1 node_network_up{device="eno34np1"} 0 node_network_up{device="lo"} 0 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 10397 # 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 1148 # 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 1221 # 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 1148 # 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 808807 # 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"} 66490 node_nfs_requests_total{method="Allocate",proto="4"} 0 node_nfs_requests_total{method="BindConnToSession",proto="4"} 0 node_nfs_requests_total{method="Clone",proto="4"} 0 node_nfs_requests_total{method="Close",proto="4"} 223439 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 1079 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"} 9 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"} 184932 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"} 18 node_nfs_requests_total{method="FreeStateID",proto="4"} 3087 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 36 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"} 172260 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"} 10815 node_nfs_requests_total{method="Lockt",proto="4"} 378 node_nfs_requests_total{method="Locku",proto="4"} 7238 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"} 52233 node_nfs_requests_total{method="LookupRoot",proto="4"} 9 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"} 9 node_nfs_requests_total{method="Open",proto="4"} 24770 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 0 node_nfs_requests_total{method="OpenNoattr",proto="4"} 200325 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 27 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"} 183411 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"} 3087 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"} 1391 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"} 1779 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"} 113 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"} 9 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 176 node_nfs_requests_total{method="ServerCaps",proto="4"} 63 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"} 38679 node_nfs_requests_total{method="StatFs",proto="4"} 146539 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 0 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 0 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 44587 # HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. # TYPE node_nfs_rpc_authentication_refreshes_total counter node_nfs_rpc_authentication_refreshes_total 1.367302e+06 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 4 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 1.367277e+06 # 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 3 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 985763.231570115 node_schedstat_running_seconds_total{cpu="1"} 1.281127574673942e+06 node_schedstat_running_seconds_total{cpu="10"} 1.551874971718428e+06 node_schedstat_running_seconds_total{cpu="11"} 1.303585597163124e+06 node_schedstat_running_seconds_total{cpu="12"} 1.536929110935438e+06 node_schedstat_running_seconds_total{cpu="13"} 1.433369431019772e+06 node_schedstat_running_seconds_total{cpu="14"} 1.511539545714333e+06 node_schedstat_running_seconds_total{cpu="15"} 1.469568010980089e+06 node_schedstat_running_seconds_total{cpu="16"} 1.32662736451156e+06 node_schedstat_running_seconds_total{cpu="17"} 1.428709272973675e+06 node_schedstat_running_seconds_total{cpu="18"} 1.530290640362579e+06 node_schedstat_running_seconds_total{cpu="19"} 1.541663968461839e+06 node_schedstat_running_seconds_total{cpu="2"} 1.326866041096341e+06 node_schedstat_running_seconds_total{cpu="20"} 1.44037535216268e+06 node_schedstat_running_seconds_total{cpu="21"} 1.355549289030252e+06 node_schedstat_running_seconds_total{cpu="22"} 1.32324197902522e+06 node_schedstat_running_seconds_total{cpu="23"} 1.319475913002552e+06 node_schedstat_running_seconds_total{cpu="24"} 1.446520138181816e+06 node_schedstat_running_seconds_total{cpu="25"} 1.34373182294828e+06 node_schedstat_running_seconds_total{cpu="26"} 1.396268494097471e+06 node_schedstat_running_seconds_total{cpu="27"} 1.36984996409288e+06 node_schedstat_running_seconds_total{cpu="28"} 1.38554695853764e+06 node_schedstat_running_seconds_total{cpu="29"} 1.358254143813299e+06 node_schedstat_running_seconds_total{cpu="3"} 1.429741726446272e+06 node_schedstat_running_seconds_total{cpu="30"} 1.441911420000262e+06 node_schedstat_running_seconds_total{cpu="31"} 1.310282865028072e+06 node_schedstat_running_seconds_total{cpu="32"} 1.365951158688764e+06 node_schedstat_running_seconds_total{cpu="33"} 1.345570601451794e+06 node_schedstat_running_seconds_total{cpu="34"} 1.360510876643028e+06 node_schedstat_running_seconds_total{cpu="35"} 1.336000321986489e+06 node_schedstat_running_seconds_total{cpu="36"} 1.409788255505702e+06 node_schedstat_running_seconds_total{cpu="37"} 1.266766710942247e+06 node_schedstat_running_seconds_total{cpu="38"} 1.313148067601566e+06 node_schedstat_running_seconds_total{cpu="39"} 1.357741615381768e+06 node_schedstat_running_seconds_total{cpu="4"} 1.530555288951863e+06 node_schedstat_running_seconds_total{cpu="40"} 1.363702199458308e+06 node_schedstat_running_seconds_total{cpu="41"} 1.334732999702624e+06 node_schedstat_running_seconds_total{cpu="42"} 1.395970163824594e+06 node_schedstat_running_seconds_total{cpu="43"} 1.269446270570936e+06 node_schedstat_running_seconds_total{cpu="44"} 1.350724076296648e+06 node_schedstat_running_seconds_total{cpu="45"} 1.212376312974322e+06 node_schedstat_running_seconds_total{cpu="46"} 1.327830497888665e+06 node_schedstat_running_seconds_total{cpu="47"} 1.27944304263678e+06 node_schedstat_running_seconds_total{cpu="48"} 1.656774635350231e+06 node_schedstat_running_seconds_total{cpu="49"} 1.426580500445835e+06 node_schedstat_running_seconds_total{cpu="5"} 1.222673820712516e+06 node_schedstat_running_seconds_total{cpu="50"} 1.319970654330646e+06 node_schedstat_running_seconds_total{cpu="51"} 1.529082800405882e+06 node_schedstat_running_seconds_total{cpu="52"} 1.03867920823246e+06 node_schedstat_running_seconds_total{cpu="53"} 1.48396939349879e+06 node_schedstat_running_seconds_total{cpu="54"} 1.180930031687102e+06 node_schedstat_running_seconds_total{cpu="55"} 1.408195640352854e+06 node_schedstat_running_seconds_total{cpu="56"} 1.382955703922684e+06 node_schedstat_running_seconds_total{cpu="57"} 1.545660290589436e+06 node_schedstat_running_seconds_total{cpu="58"} 929765.747776046 node_schedstat_running_seconds_total{cpu="59"} 1.42866184288636e+06 node_schedstat_running_seconds_total{cpu="6"} 1.594496545222086e+06 node_schedstat_running_seconds_total{cpu="60"} 1.336198182852807e+06 node_schedstat_running_seconds_total{cpu="61"} 1.343957191470425e+06 node_schedstat_running_seconds_total{cpu="62"} 1.072394204578163e+06 node_schedstat_running_seconds_total{cpu="63"} 1.477513806937072e+06 node_schedstat_running_seconds_total{cpu="64"} 1.186167980961836e+06 node_schedstat_running_seconds_total{cpu="65"} 1.283074477566065e+06 node_schedstat_running_seconds_total{cpu="66"} 1.268818336785358e+06 node_schedstat_running_seconds_total{cpu="67"} 1.008812033492415e+06 node_schedstat_running_seconds_total{cpu="68"} 1.388817352889305e+06 node_schedstat_running_seconds_total{cpu="69"} 1.383001555811e+06 node_schedstat_running_seconds_total{cpu="7"} 1.26567779351273e+06 node_schedstat_running_seconds_total{cpu="70"} 1.366324290388796e+06 node_schedstat_running_seconds_total{cpu="71"} 1.421063884006592e+06 node_schedstat_running_seconds_total{cpu="72"} 1.281452198957261e+06 node_schedstat_running_seconds_total{cpu="73"} 1.364814831872096e+06 node_schedstat_running_seconds_total{cpu="74"} 1.281319873902071e+06 node_schedstat_running_seconds_total{cpu="75"} 1.401013687405779e+06 node_schedstat_running_seconds_total{cpu="76"} 1.246780247800478e+06 node_schedstat_running_seconds_total{cpu="77"} 1.348876114735982e+06 node_schedstat_running_seconds_total{cpu="78"} 1.294437686762648e+06 node_schedstat_running_seconds_total{cpu="79"} 1.334267959198371e+06 node_schedstat_running_seconds_total{cpu="8"} 1.427365431472708e+06 node_schedstat_running_seconds_total{cpu="80"} 1.361673118213014e+06 node_schedstat_running_seconds_total{cpu="81"} 1.4067535200317e+06 node_schedstat_running_seconds_total{cpu="82"} 1.267844133913689e+06 node_schedstat_running_seconds_total{cpu="83"} 1.363940132911042e+06 node_schedstat_running_seconds_total{cpu="84"} 1.267957153631782e+06 node_schedstat_running_seconds_total{cpu="85"} 1.37551328876837e+06 node_schedstat_running_seconds_total{cpu="86"} 1.482718809091026e+06 node_schedstat_running_seconds_total{cpu="87"} 1.37463765739815e+06 node_schedstat_running_seconds_total{cpu="88"} 1.273849980400588e+06 node_schedstat_running_seconds_total{cpu="89"} 1.37019037517906e+06 node_schedstat_running_seconds_total{cpu="9"} 1.425445708293441e+06 node_schedstat_running_seconds_total{cpu="90"} 1.304052822047658e+06 node_schedstat_running_seconds_total{cpu="91"} 1.401388469923866e+06 node_schedstat_running_seconds_total{cpu="92"} 1.335019112441159e+06 node_schedstat_running_seconds_total{cpu="93"} 1.623285760785403e+06 node_schedstat_running_seconds_total{cpu="94"} 1.273801700985557e+06 node_schedstat_running_seconds_total{cpu="95"} 1.364195350529282e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.9367672101e+10 node_schedstat_timeslices_total{cpu="1"} 1.8869774797e+10 node_schedstat_timeslices_total{cpu="10"} 1.6042693509e+10 node_schedstat_timeslices_total{cpu="11"} 1.405738681e+10 node_schedstat_timeslices_total{cpu="12"} 1.9684454695e+10 node_schedstat_timeslices_total{cpu="13"} 1.9611935515e+10 node_schedstat_timeslices_total{cpu="14"} 1.943125585e+10 node_schedstat_timeslices_total{cpu="15"} 1.8843192977e+10 node_schedstat_timeslices_total{cpu="16"} 1.5554008109e+10 node_schedstat_timeslices_total{cpu="17"} 1.7279569529e+10 node_schedstat_timeslices_total{cpu="18"} 1.7921970283e+10 node_schedstat_timeslices_total{cpu="19"} 1.9142432195e+10 node_schedstat_timeslices_total{cpu="2"} 1.883310476e+10 node_schedstat_timeslices_total{cpu="20"} 1.9168492368e+10 node_schedstat_timeslices_total{cpu="21"} 1.3417214741e+10 node_schedstat_timeslices_total{cpu="22"} 1.8731870134e+10 node_schedstat_timeslices_total{cpu="23"} 1.8634416387e+10 node_schedstat_timeslices_total{cpu="24"} 1.7633087311e+10 node_schedstat_timeslices_total{cpu="25"} 1.7726743293e+10 node_schedstat_timeslices_total{cpu="26"} 1.7609720122e+10 node_schedstat_timeslices_total{cpu="27"} 1.783510105e+10 node_schedstat_timeslices_total{cpu="28"} 1.758501122e+10 node_schedstat_timeslices_total{cpu="29"} 1.7704913589e+10 node_schedstat_timeslices_total{cpu="3"} 1.4093945791e+10 node_schedstat_timeslices_total{cpu="30"} 1.8134581689e+10 node_schedstat_timeslices_total{cpu="31"} 1.8162861152e+10 node_schedstat_timeslices_total{cpu="32"} 1.8037465574e+10 node_schedstat_timeslices_total{cpu="33"} 1.8629728654e+10 node_schedstat_timeslices_total{cpu="34"} 1.8408776033e+10 node_schedstat_timeslices_total{cpu="35"} 1.8419767807e+10 node_schedstat_timeslices_total{cpu="36"} 1.8747384194e+10 node_schedstat_timeslices_total{cpu="37"} 1.8763999729e+10 node_schedstat_timeslices_total{cpu="38"} 1.8675824131e+10 node_schedstat_timeslices_total{cpu="39"} 1.8965719812e+10 node_schedstat_timeslices_total{cpu="4"} 1.8103049268e+10 node_schedstat_timeslices_total{cpu="40"} 1.8702859143e+10 node_schedstat_timeslices_total{cpu="41"} 1.8700831921e+10 node_schedstat_timeslices_total{cpu="42"} 1.8992384118e+10 node_schedstat_timeslices_total{cpu="43"} 1.8921991156e+10 node_schedstat_timeslices_total{cpu="44"} 1.8847058565e+10 node_schedstat_timeslices_total{cpu="45"} 1.9269076775e+10 node_schedstat_timeslices_total{cpu="46"} 1.8882617643e+10 node_schedstat_timeslices_total{cpu="47"} 1.8958924232e+10 node_schedstat_timeslices_total{cpu="48"} 1.8431700886e+10 node_schedstat_timeslices_total{cpu="49"} 1.8380964448e+10 node_schedstat_timeslices_total{cpu="5"} 1.8552300273e+10 node_schedstat_timeslices_total{cpu="50"} 1.846461693e+10 node_schedstat_timeslices_total{cpu="51"} 1.6614337554e+10 node_schedstat_timeslices_total{cpu="52"} 1.8338364367e+10 node_schedstat_timeslices_total{cpu="53"} 1.7810082917e+10 node_schedstat_timeslices_total{cpu="54"} 1.8168160284e+10 node_schedstat_timeslices_total{cpu="55"} 1.6876304117e+10 node_schedstat_timeslices_total{cpu="56"} 1.8426756105e+10 node_schedstat_timeslices_total{cpu="57"} 1.784836013e+10 node_schedstat_timeslices_total{cpu="58"} 1.3103214655e+10 node_schedstat_timeslices_total{cpu="59"} 1.6052744868e+10 node_schedstat_timeslices_total{cpu="6"} 1.8317125264e+10 node_schedstat_timeslices_total{cpu="60"} 1.9580403611e+10 node_schedstat_timeslices_total{cpu="61"} 1.9381330285e+10 node_schedstat_timeslices_total{cpu="62"} 1.9754580267e+10 node_schedstat_timeslices_total{cpu="63"} 1.8618473696e+10 node_schedstat_timeslices_total{cpu="64"} 1.6932256233e+10 node_schedstat_timeslices_total{cpu="65"} 1.4450165287e+10 node_schedstat_timeslices_total{cpu="66"} 1.4698242451e+10 node_schedstat_timeslices_total{cpu="67"} 1.9529351369e+10 node_schedstat_timeslices_total{cpu="68"} 1.926161708e+10 node_schedstat_timeslices_total{cpu="69"} 1.6347026102e+10 node_schedstat_timeslices_total{cpu="7"} 1.4595275321e+10 node_schedstat_timeslices_total{cpu="70"} 1.8340556329e+10 node_schedstat_timeslices_total{cpu="71"} 1.8204213938e+10 node_schedstat_timeslices_total{cpu="72"} 1.7525114183e+10 node_schedstat_timeslices_total{cpu="73"} 1.7305173368e+10 node_schedstat_timeslices_total{cpu="74"} 1.7483982192e+10 node_schedstat_timeslices_total{cpu="75"} 1.7451349266e+10 node_schedstat_timeslices_total{cpu="76"} 1.7545315392e+10 node_schedstat_timeslices_total{cpu="77"} 1.7480703895e+10 node_schedstat_timeslices_total{cpu="78"} 1.806792359e+10 node_schedstat_timeslices_total{cpu="79"} 1.7830849941e+10 node_schedstat_timeslices_total{cpu="8"} 1.8519640146e+10 node_schedstat_timeslices_total{cpu="80"} 1.7953473787e+10 node_schedstat_timeslices_total{cpu="81"} 1.8280817368e+10 node_schedstat_timeslices_total{cpu="82"} 1.8329533199e+10 node_schedstat_timeslices_total{cpu="83"} 1.8280656296e+10 node_schedstat_timeslices_total{cpu="84"} 1.8703088176e+10 node_schedstat_timeslices_total{cpu="85"} 1.8499733463e+10 node_schedstat_timeslices_total{cpu="86"} 1.8552507211e+10 node_schedstat_timeslices_total{cpu="87"} 1.8605738181e+10 node_schedstat_timeslices_total{cpu="88"} 1.8687998924e+10 node_schedstat_timeslices_total{cpu="89"} 1.8565901189e+10 node_schedstat_timeslices_total{cpu="9"} 1.8244938781e+10 node_schedstat_timeslices_total{cpu="90"} 1.8930608417e+10 node_schedstat_timeslices_total{cpu="91"} 1.8689866868e+10 node_schedstat_timeslices_total{cpu="92"} 1.8710851125e+10 node_schedstat_timeslices_total{cpu="93"} 1.8698773413e+10 node_schedstat_timeslices_total{cpu="94"} 1.8837042742e+10 node_schedstat_timeslices_total{cpu="95"} 1.8686267574e+10 # 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"} 491663.55555429 node_schedstat_waiting_seconds_total{cpu="1"} 458367.711489146 node_schedstat_waiting_seconds_total{cpu="10"} 441225.070131787 node_schedstat_waiting_seconds_total{cpu="11"} 412173.318327739 node_schedstat_waiting_seconds_total{cpu="12"} 474316.433981652 node_schedstat_waiting_seconds_total{cpu="13"} 451464.593803759 node_schedstat_waiting_seconds_total{cpu="14"} 449756.779832455 node_schedstat_waiting_seconds_total{cpu="15"} 562907.395859271 node_schedstat_waiting_seconds_total{cpu="16"} 609058.453778708 node_schedstat_waiting_seconds_total{cpu="17"} 549007.77716046 node_schedstat_waiting_seconds_total{cpu="18"} 448687.643763229 node_schedstat_waiting_seconds_total{cpu="19"} 452868.367104671 node_schedstat_waiting_seconds_total{cpu="2"} 460891.910483702 node_schedstat_waiting_seconds_total{cpu="20"} 455095.692458512 node_schedstat_waiting_seconds_total{cpu="21"} 381531.957499165 node_schedstat_waiting_seconds_total{cpu="22"} 452158.610680588 node_schedstat_waiting_seconds_total{cpu="23"} 449479.97329505 node_schedstat_waiting_seconds_total{cpu="24"} 451451.063822632 node_schedstat_waiting_seconds_total{cpu="25"} 432329.400197654 node_schedstat_waiting_seconds_total{cpu="26"} 430794.376896714 node_schedstat_waiting_seconds_total{cpu="27"} 430108.350713056 node_schedstat_waiting_seconds_total{cpu="28"} 416545.676447819 node_schedstat_waiting_seconds_total{cpu="29"} 414037.555035859 node_schedstat_waiting_seconds_total{cpu="3"} 410821.768736351 node_schedstat_waiting_seconds_total{cpu="30"} 438941.32543578 node_schedstat_waiting_seconds_total{cpu="31"} 422816.365477672 node_schedstat_waiting_seconds_total{cpu="32"} 421345.229555364 node_schedstat_waiting_seconds_total{cpu="33"} 443879.598973153 node_schedstat_waiting_seconds_total{cpu="34"} 426190.145920078 node_schedstat_waiting_seconds_total{cpu="35"} 427703.750822888 node_schedstat_waiting_seconds_total{cpu="36"} 445436.686644496 node_schedstat_waiting_seconds_total{cpu="37"} 429044.091071892 node_schedstat_waiting_seconds_total{cpu="38"} 426034.967829888 node_schedstat_waiting_seconds_total{cpu="39"} 438330.194527559 node_schedstat_waiting_seconds_total{cpu="4"} 460700.103000456 node_schedstat_waiting_seconds_total{cpu="40"} 425715.261350232 node_schedstat_waiting_seconds_total{cpu="41"} 424633.507847325 node_schedstat_waiting_seconds_total{cpu="42"} 449483.489407541 node_schedstat_waiting_seconds_total{cpu="43"} 435662.850866107 node_schedstat_waiting_seconds_total{cpu="44"} 432625.041186808 node_schedstat_waiting_seconds_total{cpu="45"} 451167.515459899 node_schedstat_waiting_seconds_total{cpu="46"} 437867.827782018 node_schedstat_waiting_seconds_total{cpu="47"} 437499.77870146 node_schedstat_waiting_seconds_total{cpu="48"} 457609.114502233 node_schedstat_waiting_seconds_total{cpu="49"} 437004.659118291 node_schedstat_waiting_seconds_total{cpu="5"} 468356.47851841 node_schedstat_waiting_seconds_total{cpu="50"} 441197.840287878 node_schedstat_waiting_seconds_total{cpu="51"} 451492.772838977 node_schedstat_waiting_seconds_total{cpu="52"} 443107.944048966 node_schedstat_waiting_seconds_total{cpu="53"} 432272.312902786 node_schedstat_waiting_seconds_total{cpu="54"} 429023.929868539 node_schedstat_waiting_seconds_total{cpu="55"} 434227.659058748 node_schedstat_waiting_seconds_total{cpu="56"} 434664.979727869 node_schedstat_waiting_seconds_total{cpu="57"} 448919.206431162 node_schedstat_waiting_seconds_total{cpu="58"} 382164.525309539 node_schedstat_waiting_seconds_total{cpu="59"} 445761.63283709 node_schedstat_waiting_seconds_total{cpu="6"} 459590.940426304 node_schedstat_waiting_seconds_total{cpu="60"} 448980.675292227 node_schedstat_waiting_seconds_total{cpu="61"} 431287.829900296 node_schedstat_waiting_seconds_total{cpu="62"} 441408.010597039 node_schedstat_waiting_seconds_total{cpu="63"} 522819.193366133 node_schedstat_waiting_seconds_total{cpu="64"} 593938.93212371 node_schedstat_waiting_seconds_total{cpu="65"} 453066.626271144 node_schedstat_waiting_seconds_total{cpu="66"} 395216.023926313 node_schedstat_waiting_seconds_total{cpu="67"} 443547.395269865 node_schedstat_waiting_seconds_total{cpu="68"} 439362.813304822 node_schedstat_waiting_seconds_total{cpu="69"} 425426.354565794 node_schedstat_waiting_seconds_total{cpu="7"} 397911.970263805 node_schedstat_waiting_seconds_total{cpu="70"} 423998.749290293 node_schedstat_waiting_seconds_total{cpu="71"} 422259.792178195 node_schedstat_waiting_seconds_total{cpu="72"} 431071.999055702 node_schedstat_waiting_seconds_total{cpu="73"} 420175.292915854 node_schedstat_waiting_seconds_total{cpu="74"} 423018.613617266 node_schedstat_waiting_seconds_total{cpu="75"} 413028.708515834 node_schedstat_waiting_seconds_total{cpu="76"} 410337.528556546 node_schedstat_waiting_seconds_total{cpu="77"} 405711.51488358 node_schedstat_waiting_seconds_total{cpu="78"} 425727.47525019 node_schedstat_waiting_seconds_total{cpu="79"} 413343.966527951 node_schedstat_waiting_seconds_total{cpu="8"} 455297.198352562 node_schedstat_waiting_seconds_total{cpu="80"} 415353.54371516 node_schedstat_waiting_seconds_total{cpu="81"} 427641.742951926 node_schedstat_waiting_seconds_total{cpu="82"} 422615.439910031 node_schedstat_waiting_seconds_total{cpu="83"} 418312.806281683 node_schedstat_waiting_seconds_total{cpu="84"} 432088.037354353 node_schedstat_waiting_seconds_total{cpu="85"} 421627.931161254 node_schedstat_waiting_seconds_total{cpu="86"} 420937.859600794 node_schedstat_waiting_seconds_total{cpu="87"} 425638.67251588 node_schedstat_waiting_seconds_total{cpu="88"} 418713.775056887 node_schedstat_waiting_seconds_total{cpu="89"} 417322.912154341 node_schedstat_waiting_seconds_total{cpu="9"} 468775.119463978 node_schedstat_waiting_seconds_total{cpu="90"} 437795.862053984 node_schedstat_waiting_seconds_total{cpu="91"} 424535.603297057 node_schedstat_waiting_seconds_total{cpu="92"} 426653.141296297 node_schedstat_waiting_seconds_total{cpu="93"} 443829.482236487 node_schedstat_waiting_seconds_total{cpu="94"} 431974.610366376 node_schedstat_waiting_seconds_total{cpu="95"} 426690.720938929 # 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.001784128 node_scrape_collector_duration_seconds{collector="bcache"} 2.101e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.2794e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.002037545 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000526691 node_scrape_collector_duration_seconds{collector="cpu"} 0.042734143 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000868635 node_scrape_collector_duration_seconds{collector="diskstats"} 0.063765902 node_scrape_collector_duration_seconds{collector="dmi"} 2.9375e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.000484762 node_scrape_collector_duration_seconds{collector="entropy"} 0.000105729 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.3124e-05 node_scrape_collector_duration_seconds{collector="filefd"} 3.166e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.075482878 node_scrape_collector_duration_seconds{collector="hwmon"} 0.00395752 node_scrape_collector_duration_seconds{collector="infiniband"} 1.8034e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.8786e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 5.0836e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 6.2908e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.00029757 node_scrape_collector_duration_seconds{collector="netclass"} 0.009040638 node_scrape_collector_duration_seconds{collector="netdev"} 0.040277358 node_scrape_collector_duration_seconds{collector="netstat"} 0.038031771 node_scrape_collector_duration_seconds{collector="nfs"} 0.000192302 node_scrape_collector_duration_seconds{collector="nfsd"} 2.128e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000413188 node_scrape_collector_duration_seconds{collector="os"} 0.000199185 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 9.3476e-05 node_scrape_collector_duration_seconds{collector="pressure"} 5.1506e-05 node_scrape_collector_duration_seconds{collector="rapl"} 0.000268896 node_scrape_collector_duration_seconds{collector="schedstat"} 0.040156129 node_scrape_collector_duration_seconds{collector="selinux"} 0.037800696 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000229973 node_scrape_collector_duration_seconds{collector="softnet"} 0.035357778 node_scrape_collector_duration_seconds{collector="stat"} 0.039854332 node_scrape_collector_duration_seconds{collector="tapestats"} 1.3746e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.4015e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.006227072 node_scrape_collector_duration_seconds{collector="time"} 0.037822577 node_scrape_collector_duration_seconds{collector="timex"} 1.9326e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.040075237 node_scrape_collector_duration_seconds{collector="uname"} 5.5284e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000391206 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000238689 node_scrape_collector_duration_seconds{collector="xfs"} 0.000522413 node_scrape_collector_duration_seconds{collector="zfs"} 1.2223e-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 167 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 7965 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 7785 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 7118 # 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.9155328e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 54 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 85 # 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 9467 # 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 3.8776832e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 8451 # 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.581999e+06 node_softnet_processed_total{cpu="1"} 4.547406e+06 node_softnet_processed_total{cpu="10"} 5.243501e+06 node_softnet_processed_total{cpu="11"} 1.97146397e+08 node_softnet_processed_total{cpu="12"} 5.109558e+06 node_softnet_processed_total{cpu="13"} 4.913622e+06 node_softnet_processed_total{cpu="14"} 3.83694e+06 node_softnet_processed_total{cpu="15"} 7.050144e+06 node_softnet_processed_total{cpu="16"} 3.639612951e+09 node_softnet_processed_total{cpu="17"} 5.817556e+06 node_softnet_processed_total{cpu="18"} 5.546932e+06 node_softnet_processed_total{cpu="19"} 4.552925e+06 node_softnet_processed_total{cpu="2"} 4.835772e+06 node_softnet_processed_total{cpu="20"} 4.583088e+06 node_softnet_processed_total{cpu="21"} 1.432225161e+09 node_softnet_processed_total{cpu="22"} 3.12035897e+09 node_softnet_processed_total{cpu="23"} 7.146261e+06 node_softnet_processed_total{cpu="24"} 5.250694e+06 node_softnet_processed_total{cpu="25"} 5.222974e+06 node_softnet_processed_total{cpu="26"} 4.059261e+06 node_softnet_processed_total{cpu="27"} 3.731718e+06 node_softnet_processed_total{cpu="28"} 2.894426e+06 node_softnet_processed_total{cpu="29"} 3.094959e+06 node_softnet_processed_total{cpu="3"} 3.65890428e+09 node_softnet_processed_total{cpu="30"} 2.957394e+06 node_softnet_processed_total{cpu="31"} 3.186388e+06 node_softnet_processed_total{cpu="32"} 2.829945e+06 node_softnet_processed_total{cpu="33"} 3.454241e+06 node_softnet_processed_total{cpu="34"} 2.843504e+06 node_softnet_processed_total{cpu="35"} 3.058259e+06 node_softnet_processed_total{cpu="36"} 2.924286e+06 node_softnet_processed_total{cpu="37"} 3.290705e+06 node_softnet_processed_total{cpu="38"} 2.942639e+06 node_softnet_processed_total{cpu="39"} 3.309261e+06 node_softnet_processed_total{cpu="4"} 6.153764e+06 node_softnet_processed_total{cpu="40"} 2.767434e+06 node_softnet_processed_total{cpu="41"} 2.996118e+06 node_softnet_processed_total{cpu="42"} 2.85569e+06 node_softnet_processed_total{cpu="43"} 3.290097e+06 node_softnet_processed_total{cpu="44"} 2.824818e+06 node_softnet_processed_total{cpu="45"} 6.960529e+06 node_softnet_processed_total{cpu="46"} 2.94386e+06 node_softnet_processed_total{cpu="47"} 3.29567e+06 node_softnet_processed_total{cpu="48"} 5.52780153e+08 node_softnet_processed_total{cpu="49"} 3.97268039e+08 node_softnet_processed_total{cpu="5"} 5.91489599e+08 node_softnet_processed_total{cpu="50"} 3.542922e+06 node_softnet_processed_total{cpu="51"} 6.389139e+06 node_softnet_processed_total{cpu="52"} 2.56388443e+08 node_softnet_processed_total{cpu="53"} 6.431643e+06 node_softnet_processed_total{cpu="54"} 3.47931186e+08 node_softnet_processed_total{cpu="55"} 6.161693e+06 node_softnet_processed_total{cpu="56"} 5.851927e+06 node_softnet_processed_total{cpu="57"} 5.241936e+06 node_softnet_processed_total{cpu="58"} 7.51194892e+08 node_softnet_processed_total{cpu="59"} 9.150538e+06 node_softnet_processed_total{cpu="6"} 4.386351e+06 node_softnet_processed_total{cpu="60"} 4.84501e+06 node_softnet_processed_total{cpu="61"} 4.069586e+06 node_softnet_processed_total{cpu="62"} 5.25278787e+08 node_softnet_processed_total{cpu="63"} 5.005124e+06 node_softnet_processed_total{cpu="64"} 3.92354281e+08 node_softnet_processed_total{cpu="65"} 3.518866366e+09 node_softnet_processed_total{cpu="66"} 4.067043634e+09 node_softnet_processed_total{cpu="67"} 9.56111847e+08 node_softnet_processed_total{cpu="68"} 5.50084063e+08 node_softnet_processed_total{cpu="69"} 7.20411164e+08 node_softnet_processed_total{cpu="7"} 1.79772303e+08 node_softnet_processed_total{cpu="70"} 5.6562e+06 node_softnet_processed_total{cpu="71"} 5.078473e+06 node_softnet_processed_total{cpu="72"} 4.766615e+06 node_softnet_processed_total{cpu="73"} 3.605e+06 node_softnet_processed_total{cpu="74"} 4.3858e+06 node_softnet_processed_total{cpu="75"} 2.884062e+06 node_softnet_processed_total{cpu="76"} 3.559346e+06 node_softnet_processed_total{cpu="77"} 3.055494e+06 node_softnet_processed_total{cpu="78"} 3.542922e+06 node_softnet_processed_total{cpu="79"} 2.918122e+06 node_softnet_processed_total{cpu="8"} 5.28056e+06 node_softnet_processed_total{cpu="80"} 3.107173e+06 node_softnet_processed_total{cpu="81"} 2.793802e+06 node_softnet_processed_total{cpu="82"} 1.1090041e+07 node_softnet_processed_total{cpu="83"} 3.076109e+06 node_softnet_processed_total{cpu="84"} 3.663578e+06 node_softnet_processed_total{cpu="85"} 2.721415e+06 node_softnet_processed_total{cpu="86"} 2.993022e+06 node_softnet_processed_total{cpu="87"} 2.7586e+06 node_softnet_processed_total{cpu="88"} 3.299504e+06 node_softnet_processed_total{cpu="89"} 2.889058e+06 node_softnet_processed_total{cpu="9"} 5.741963e+07 node_softnet_processed_total{cpu="90"} 3.37083e+06 node_softnet_processed_total{cpu="91"} 2.744258e+06 node_softnet_processed_total{cpu="92"} 3.583049e+06 node_softnet_processed_total{cpu="93"} 2.39759e+06 node_softnet_processed_total{cpu="94"} 3.272611e+06 node_softnet_processed_total{cpu="95"} 2.808425e+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"} 19 node_softnet_times_squeezed_total{cpu="1"} 11 node_softnet_times_squeezed_total{cpu="10"} 4 node_softnet_times_squeezed_total{cpu="11"} 25174 node_softnet_times_squeezed_total{cpu="12"} 9 node_softnet_times_squeezed_total{cpu="13"} 9 node_softnet_times_squeezed_total{cpu="14"} 5 node_softnet_times_squeezed_total{cpu="15"} 8 node_softnet_times_squeezed_total{cpu="16"} 20391 node_softnet_times_squeezed_total{cpu="17"} 14 node_softnet_times_squeezed_total{cpu="18"} 9 node_softnet_times_squeezed_total{cpu="19"} 8 node_softnet_times_squeezed_total{cpu="2"} 26 node_softnet_times_squeezed_total{cpu="20"} 9 node_softnet_times_squeezed_total{cpu="21"} 28060 node_softnet_times_squeezed_total{cpu="22"} 13335 node_softnet_times_squeezed_total{cpu="23"} 11 node_softnet_times_squeezed_total{cpu="24"} 10 node_softnet_times_squeezed_total{cpu="25"} 18 node_softnet_times_squeezed_total{cpu="26"} 13 node_softnet_times_squeezed_total{cpu="27"} 16 node_softnet_times_squeezed_total{cpu="28"} 13 node_softnet_times_squeezed_total{cpu="29"} 23 node_softnet_times_squeezed_total{cpu="3"} 27280 node_softnet_times_squeezed_total{cpu="30"} 16 node_softnet_times_squeezed_total{cpu="31"} 14 node_softnet_times_squeezed_total{cpu="32"} 15 node_softnet_times_squeezed_total{cpu="33"} 15 node_softnet_times_squeezed_total{cpu="34"} 17 node_softnet_times_squeezed_total{cpu="35"} 20 node_softnet_times_squeezed_total{cpu="36"} 24 node_softnet_times_squeezed_total{cpu="37"} 27 node_softnet_times_squeezed_total{cpu="38"} 11 node_softnet_times_squeezed_total{cpu="39"} 22 node_softnet_times_squeezed_total{cpu="4"} 12 node_softnet_times_squeezed_total{cpu="40"} 12 node_softnet_times_squeezed_total{cpu="41"} 11 node_softnet_times_squeezed_total{cpu="42"} 18 node_softnet_times_squeezed_total{cpu="43"} 12 node_softnet_times_squeezed_total{cpu="44"} 10 node_softnet_times_squeezed_total{cpu="45"} 35 node_softnet_times_squeezed_total{cpu="46"} 11 node_softnet_times_squeezed_total{cpu="47"} 13 node_softnet_times_squeezed_total{cpu="48"} 2064 node_softnet_times_squeezed_total{cpu="49"} 2072 node_softnet_times_squeezed_total{cpu="5"} 23343 node_softnet_times_squeezed_total{cpu="50"} 29 node_softnet_times_squeezed_total{cpu="51"} 6 node_softnet_times_squeezed_total{cpu="52"} 18888 node_softnet_times_squeezed_total{cpu="53"} 6 node_softnet_times_squeezed_total{cpu="54"} 23122 node_softnet_times_squeezed_total{cpu="55"} 11 node_softnet_times_squeezed_total{cpu="56"} 24 node_softnet_times_squeezed_total{cpu="57"} 13 node_softnet_times_squeezed_total{cpu="58"} 42025 node_softnet_times_squeezed_total{cpu="59"} 16 node_softnet_times_squeezed_total{cpu="6"} 6 node_softnet_times_squeezed_total{cpu="60"} 8 node_softnet_times_squeezed_total{cpu="61"} 15 node_softnet_times_squeezed_total{cpu="62"} 23601 node_softnet_times_squeezed_total{cpu="63"} 2 node_softnet_times_squeezed_total{cpu="64"} 22101 node_softnet_times_squeezed_total{cpu="65"} 20003 node_softnet_times_squeezed_total{cpu="66"} 26530 node_softnet_times_squeezed_total{cpu="67"} 23342 node_softnet_times_squeezed_total{cpu="68"} 1579 node_softnet_times_squeezed_total{cpu="69"} 5694 node_softnet_times_squeezed_total{cpu="7"} 28670 node_softnet_times_squeezed_total{cpu="70"} 13 node_softnet_times_squeezed_total{cpu="71"} 8 node_softnet_times_squeezed_total{cpu="72"} 45 node_softnet_times_squeezed_total{cpu="73"} 18 node_softnet_times_squeezed_total{cpu="74"} 41 node_softnet_times_squeezed_total{cpu="75"} 22 node_softnet_times_squeezed_total{cpu="76"} 19 node_softnet_times_squeezed_total{cpu="77"} 25 node_softnet_times_squeezed_total{cpu="78"} 23 node_softnet_times_squeezed_total{cpu="79"} 12 node_softnet_times_squeezed_total{cpu="8"} 7 node_softnet_times_squeezed_total{cpu="80"} 21 node_softnet_times_squeezed_total{cpu="81"} 11 node_softnet_times_squeezed_total{cpu="82"} 40 node_softnet_times_squeezed_total{cpu="83"} 16 node_softnet_times_squeezed_total{cpu="84"} 15 node_softnet_times_squeezed_total{cpu="85"} 14 node_softnet_times_squeezed_total{cpu="86"} 11 node_softnet_times_squeezed_total{cpu="87"} 8 node_softnet_times_squeezed_total{cpu="88"} 22 node_softnet_times_squeezed_total{cpu="89"} 9 node_softnet_times_squeezed_total{cpu="9"} 640 node_softnet_times_squeezed_total{cpu="90"} 16 node_softnet_times_squeezed_total{cpu="91"} 16 node_softnet_times_squeezed_total{cpu="92"} 35 node_softnet_times_squeezed_total{cpu="93"} 9 node_softnet_times_squeezed_total{cpu="94"} 19 node_softnet_times_squeezed_total{cpu="95"} 11 # 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.7813902890668664e+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 0.000146 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999870338439941 # 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.022604 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 0 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 37 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="c018.af.uchicago.edu",release="5.14.0-611.41.1.el9_7.x86_64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Thu Mar 19 03:50:11 EDT 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 830 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.19987940584e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 9.458842e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 8.27168373054e+11 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 9.3776807641e+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"} 20004 # 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"} 58781 # HELP node_xfs_block_mapping_extent_list_lookups_total Number of extent list lookups for a filesystem. # TYPE node_xfs_block_mapping_extent_list_lookups_total counter node_xfs_block_mapping_extent_list_lookups_total{device="nvme0n1"} 2.0442898e+07 # 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.993251e+06 # HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem. # TYPE node_xfs_block_mapping_unmaps_total counter node_xfs_block_mapping_unmaps_total{device="nvme0n1"} 44704 # HELP node_xfs_block_mapping_writes_total Number of block map for write operations for a filesystem. # TYPE node_xfs_block_mapping_writes_total counter node_xfs_block_mapping_writes_total{device="nvme0n1"} 1.4661217e+07 # 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"} 1.265299e+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"} 127917 # 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"} 86189 # 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"} 1.249875e+06 # HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem. # TYPE node_xfs_extent_allocation_blocks_allocated_total counter node_xfs_extent_allocation_blocks_allocated_total{device="nvme0n1"} 3.549199e+06 # HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem. # TYPE node_xfs_extent_allocation_blocks_freed_total counter node_xfs_extent_allocation_blocks_freed_total{device="nvme0n1"} 1.241544e+06 # HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem. # TYPE node_xfs_extent_allocation_extents_allocated_total counter node_xfs_extent_allocation_extents_allocated_total{device="nvme0n1"} 29429 # 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"} 14260 # 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"} 1.251473e+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"} 8110 # 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"} 749577 # 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"} 501896 # 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"} 482322 # 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"} 1 # 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"} 1.48944e+07 # 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"} 19574 # 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"} 1.231906e+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"} 1.231906e+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"} 1.231906e+06 # HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem. # TYPE node_xfs_write_calls_total counter node_xfs_write_calls_total{device="nvme0n1"} 1.4413163e+07 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 2037.28 # 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 1.01176643100732e+14 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 2.89263601072721e+14 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.1010048e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.78100937276e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273151488e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 93929 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"} 12715 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0