# 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"} 2.8315e-05 go_gc_duration_seconds{quantile="0.25"} 5.3346e-05 go_gc_duration_seconds{quantile="0.5"} 6.0727e-05 go_gc_duration_seconds{quantile="0.75"} 8.0343e-05 go_gc_duration_seconds{quantile="1"} 0.000328741 go_gc_duration_seconds_sum 1.196045231 go_gc_duration_seconds_count 15523 # 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 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.5"} 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.030528e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.54006368e+08 # 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 1.480554e+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.181498e+06 # 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.452656e+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.030528e+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.2795904e+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 7.749632e+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 7215 # 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.756672e+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.0545536e+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.7896788221740372e+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.188713e+06 # 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 2296 # 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 192864 # 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 68000 # 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 146880 # 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 7.35569e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 885646 # 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 393216 # 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 393216 # 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.7097352e+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 5 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.787603033e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 2.35350404328e+11 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="32",type="Processor"} 0 node_cooling_device_cur_state{name="33",type="Processor"} 0 node_cooling_device_cur_state{name="34",type="Processor"} 0 node_cooling_device_cur_state{name="35",type="Processor"} 0 node_cooling_device_cur_state{name="36",type="Processor"} 0 node_cooling_device_cur_state{name="37",type="Processor"} 0 node_cooling_device_cur_state{name="38",type="Processor"} 0 node_cooling_device_cur_state{name="39",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="40",type="Processor"} 0 node_cooling_device_cur_state{name="41",type="Processor"} 0 node_cooling_device_cur_state{name="42",type="Processor"} 0 node_cooling_device_cur_state{name="43",type="Processor"} 0 node_cooling_device_cur_state{name="44",type="Processor"} 0 node_cooling_device_cur_state{name="45",type="Processor"} 0 node_cooling_device_cur_state{name="46",type="Processor"} 0 node_cooling_device_cur_state{name="47",type="Processor"} 0 node_cooling_device_cur_state{name="48",type="Processor"} 0 node_cooling_device_cur_state{name="49",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="50",type="Processor"} 0 node_cooling_device_cur_state{name="51",type="Processor"} 0 node_cooling_device_cur_state{name="52",type="Processor"} 0 node_cooling_device_cur_state{name="53",type="Processor"} 0 node_cooling_device_cur_state{name="54",type="Processor"} 0 node_cooling_device_cur_state{name="55",type="Processor"} 0 node_cooling_device_cur_state{name="56",type="Processor"} 0 node_cooling_device_cur_state{name="57",type="Processor"} 0 node_cooling_device_cur_state{name="58",type="Processor"} 0 node_cooling_device_cur_state{name="59",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="60",type="Processor"} 0 node_cooling_device_cur_state{name="61",type="Processor"} 0 node_cooling_device_cur_state{name="62",type="Processor"} 0 node_cooling_device_cur_state{name="63",type="Processor"} 0 node_cooling_device_cur_state{name="64",type="Processor"} 0 node_cooling_device_cur_state{name="65",type="Processor"} 0 node_cooling_device_cur_state{name="66",type="Processor"} 0 node_cooling_device_cur_state{name="67",type="Processor"} 0 node_cooling_device_cur_state{name="68",type="Processor"} 0 node_cooling_device_cur_state{name="69",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="70",type="Processor"} 0 node_cooling_device_cur_state{name="71",type="Processor"} 0 node_cooling_device_cur_state{name="72",type="Processor"} 0 node_cooling_device_cur_state{name="73",type="Processor"} 0 node_cooling_device_cur_state{name="74",type="Processor"} 0 node_cooling_device_cur_state{name="75",type="Processor"} 0 node_cooling_device_cur_state{name="76",type="Processor"} 0 node_cooling_device_cur_state{name="77",type="Processor"} 0 node_cooling_device_cur_state{name="78",type="Processor"} 0 node_cooling_device_cur_state{name="79",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="80",type="intel_powerclamp"} 0 node_cooling_device_cur_state{name="9",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"} 3 node_cooling_device_max_state{name="1",type="Processor"} 3 node_cooling_device_max_state{name="10",type="Processor"} 3 node_cooling_device_max_state{name="11",type="Processor"} 3 node_cooling_device_max_state{name="12",type="Processor"} 3 node_cooling_device_max_state{name="13",type="Processor"} 3 node_cooling_device_max_state{name="14",type="Processor"} 3 node_cooling_device_max_state{name="15",type="Processor"} 3 node_cooling_device_max_state{name="16",type="Processor"} 3 node_cooling_device_max_state{name="17",type="Processor"} 3 node_cooling_device_max_state{name="18",type="Processor"} 3 node_cooling_device_max_state{name="19",type="Processor"} 3 node_cooling_device_max_state{name="2",type="Processor"} 3 node_cooling_device_max_state{name="20",type="Processor"} 3 node_cooling_device_max_state{name="21",type="Processor"} 3 node_cooling_device_max_state{name="22",type="Processor"} 3 node_cooling_device_max_state{name="23",type="Processor"} 3 node_cooling_device_max_state{name="24",type="Processor"} 3 node_cooling_device_max_state{name="25",type="Processor"} 3 node_cooling_device_max_state{name="26",type="Processor"} 3 node_cooling_device_max_state{name="27",type="Processor"} 3 node_cooling_device_max_state{name="28",type="Processor"} 3 node_cooling_device_max_state{name="29",type="Processor"} 3 node_cooling_device_max_state{name="3",type="Processor"} 3 node_cooling_device_max_state{name="30",type="Processor"} 3 node_cooling_device_max_state{name="31",type="Processor"} 3 node_cooling_device_max_state{name="32",type="Processor"} 3 node_cooling_device_max_state{name="33",type="Processor"} 3 node_cooling_device_max_state{name="34",type="Processor"} 3 node_cooling_device_max_state{name="35",type="Processor"} 3 node_cooling_device_max_state{name="36",type="Processor"} 3 node_cooling_device_max_state{name="37",type="Processor"} 3 node_cooling_device_max_state{name="38",type="Processor"} 3 node_cooling_device_max_state{name="39",type="Processor"} 3 node_cooling_device_max_state{name="4",type="Processor"} 3 node_cooling_device_max_state{name="40",type="Processor"} 3 node_cooling_device_max_state{name="41",type="Processor"} 3 node_cooling_device_max_state{name="42",type="Processor"} 3 node_cooling_device_max_state{name="43",type="Processor"} 3 node_cooling_device_max_state{name="44",type="Processor"} 3 node_cooling_device_max_state{name="45",type="Processor"} 3 node_cooling_device_max_state{name="46",type="Processor"} 3 node_cooling_device_max_state{name="47",type="Processor"} 3 node_cooling_device_max_state{name="48",type="Processor"} 3 node_cooling_device_max_state{name="49",type="Processor"} 3 node_cooling_device_max_state{name="5",type="Processor"} 3 node_cooling_device_max_state{name="50",type="Processor"} 3 node_cooling_device_max_state{name="51",type="Processor"} 3 node_cooling_device_max_state{name="52",type="Processor"} 3 node_cooling_device_max_state{name="53",type="Processor"} 3 node_cooling_device_max_state{name="54",type="Processor"} 3 node_cooling_device_max_state{name="55",type="Processor"} 3 node_cooling_device_max_state{name="56",type="Processor"} 3 node_cooling_device_max_state{name="57",type="Processor"} 3 node_cooling_device_max_state{name="58",type="Processor"} 3 node_cooling_device_max_state{name="59",type="Processor"} 3 node_cooling_device_max_state{name="6",type="Processor"} 3 node_cooling_device_max_state{name="60",type="Processor"} 3 node_cooling_device_max_state{name="61",type="Processor"} 3 node_cooling_device_max_state{name="62",type="Processor"} 3 node_cooling_device_max_state{name="63",type="Processor"} 3 node_cooling_device_max_state{name="64",type="Processor"} 3 node_cooling_device_max_state{name="65",type="Processor"} 3 node_cooling_device_max_state{name="66",type="Processor"} 3 node_cooling_device_max_state{name="67",type="Processor"} 3 node_cooling_device_max_state{name="68",type="Processor"} 3 node_cooling_device_max_state{name="69",type="Processor"} 3 node_cooling_device_max_state{name="7",type="Processor"} 3 node_cooling_device_max_state{name="70",type="Processor"} 3 node_cooling_device_max_state{name="71",type="Processor"} 3 node_cooling_device_max_state{name="72",type="Processor"} 3 node_cooling_device_max_state{name="73",type="Processor"} 3 node_cooling_device_max_state{name="74",type="Processor"} 3 node_cooling_device_max_state{name="75",type="Processor"} 3 node_cooling_device_max_state{name="76",type="Processor"} 3 node_cooling_device_max_state{name="77",type="Processor"} 3 node_cooling_device_max_state{name="78",type="Processor"} 3 node_cooling_device_max_state{name="79",type="Processor"} 3 node_cooling_device_max_state{name="8",type="Processor"} 3 node_cooling_device_max_state{name="80",type="intel_powerclamp"} 100 node_cooling_device_max_state{name="9",type="Processor"} 3 # HELP node_cpu_core_throttles_total Number of times this CPU core has been throttled. # TYPE node_cpu_core_throttles_total counter node_cpu_core_throttles_total{core="0",package="0"} 0 node_cpu_core_throttles_total{core="0",package="1"} 0 node_cpu_core_throttles_total{core="1",package="0"} 0 node_cpu_core_throttles_total{core="1",package="1"} 0 node_cpu_core_throttles_total{core="10",package="0"} 0 node_cpu_core_throttles_total{core="10",package="1"} 0 node_cpu_core_throttles_total{core="11",package="0"} 0 node_cpu_core_throttles_total{core="11",package="1"} 0 node_cpu_core_throttles_total{core="12",package="0"} 0 node_cpu_core_throttles_total{core="12",package="1"} 0 node_cpu_core_throttles_total{core="16",package="0"} 0 node_cpu_core_throttles_total{core="16",package="1"} 0 node_cpu_core_throttles_total{core="17",package="0"} 3 node_cpu_core_throttles_total{core="17",package="1"} 0 node_cpu_core_throttles_total{core="18",package="0"} 0 node_cpu_core_throttles_total{core="18",package="1"} 0 node_cpu_core_throttles_total{core="19",package="0"} 10 node_cpu_core_throttles_total{core="19",package="1"} 0 node_cpu_core_throttles_total{core="2",package="0"} 0 node_cpu_core_throttles_total{core="2",package="1"} 0 node_cpu_core_throttles_total{core="20",package="0"} 25 node_cpu_core_throttles_total{core="20",package="1"} 0 node_cpu_core_throttles_total{core="24",package="0"} 0 node_cpu_core_throttles_total{core="24",package="1"} 0 node_cpu_core_throttles_total{core="25",package="0"} 0 node_cpu_core_throttles_total{core="25",package="1"} 0 node_cpu_core_throttles_total{core="26",package="0"} 0 node_cpu_core_throttles_total{core="26",package="1"} 0 node_cpu_core_throttles_total{core="27",package="0"} 0 node_cpu_core_throttles_total{core="27",package="1"} 0 node_cpu_core_throttles_total{core="28",package="0"} 0 node_cpu_core_throttles_total{core="28",package="1"} 0 node_cpu_core_throttles_total{core="3",package="0"} 0 node_cpu_core_throttles_total{core="3",package="1"} 0 node_cpu_core_throttles_total{core="4",package="0"} 0 node_cpu_core_throttles_total{core="4",package="1"} 0 node_cpu_core_throttles_total{core="8",package="0"} 0 node_cpu_core_throttles_total{core="8",package="1"} 0 node_cpu_core_throttles_total{core="9",package="0"} 0 node_cpu_core_throttles_total{core="9",package="1"} 0 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="1"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="10"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="11"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="12"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="13"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="14"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="15"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="16"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="17"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="18"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="19"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="2"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="20"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="21"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="22"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="23"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="24"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="25"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="26"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="27"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="28"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="29"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="3"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="30"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="31"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="32"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="33"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="34"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="35"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="36"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="37"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="38"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="39"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="4"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="40"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="41"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="42"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="43"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="44"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="45"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="46"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="47"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="48"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="49"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="5"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="50"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="51"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="52"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="53"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="54"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="55"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="56"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="57"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="58"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="59"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="6"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="60"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="61"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="62"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="63"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="64"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="65"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="66"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="67"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="68"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="69"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="7"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="70"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="71"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="72"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="73"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="74"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="75"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="76"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="77"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="78"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="79"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="8"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="9"} 3.7e+09 # HELP node_cpu_frequency_min_hertz Minimum CPU thread frequency in hertz. # TYPE node_cpu_frequency_min_hertz gauge node_cpu_frequency_min_hertz{cpu="0"} 1e+09 node_cpu_frequency_min_hertz{cpu="1"} 1e+09 node_cpu_frequency_min_hertz{cpu="10"} 1e+09 node_cpu_frequency_min_hertz{cpu="11"} 1e+09 node_cpu_frequency_min_hertz{cpu="12"} 1e+09 node_cpu_frequency_min_hertz{cpu="13"} 1e+09 node_cpu_frequency_min_hertz{cpu="14"} 1e+09 node_cpu_frequency_min_hertz{cpu="15"} 1e+09 node_cpu_frequency_min_hertz{cpu="16"} 1e+09 node_cpu_frequency_min_hertz{cpu="17"} 1e+09 node_cpu_frequency_min_hertz{cpu="18"} 1e+09 node_cpu_frequency_min_hertz{cpu="19"} 1e+09 node_cpu_frequency_min_hertz{cpu="2"} 1e+09 node_cpu_frequency_min_hertz{cpu="20"} 1e+09 node_cpu_frequency_min_hertz{cpu="21"} 1e+09 node_cpu_frequency_min_hertz{cpu="22"} 1e+09 node_cpu_frequency_min_hertz{cpu="23"} 1e+09 node_cpu_frequency_min_hertz{cpu="24"} 1e+09 node_cpu_frequency_min_hertz{cpu="25"} 1e+09 node_cpu_frequency_min_hertz{cpu="26"} 1e+09 node_cpu_frequency_min_hertz{cpu="27"} 1e+09 node_cpu_frequency_min_hertz{cpu="28"} 1e+09 node_cpu_frequency_min_hertz{cpu="29"} 1e+09 node_cpu_frequency_min_hertz{cpu="3"} 1e+09 node_cpu_frequency_min_hertz{cpu="30"} 1e+09 node_cpu_frequency_min_hertz{cpu="31"} 1e+09 node_cpu_frequency_min_hertz{cpu="32"} 1e+09 node_cpu_frequency_min_hertz{cpu="33"} 1e+09 node_cpu_frequency_min_hertz{cpu="34"} 1e+09 node_cpu_frequency_min_hertz{cpu="35"} 1e+09 node_cpu_frequency_min_hertz{cpu="36"} 1e+09 node_cpu_frequency_min_hertz{cpu="37"} 1e+09 node_cpu_frequency_min_hertz{cpu="38"} 1e+09 node_cpu_frequency_min_hertz{cpu="39"} 1e+09 node_cpu_frequency_min_hertz{cpu="4"} 1e+09 node_cpu_frequency_min_hertz{cpu="40"} 1e+09 node_cpu_frequency_min_hertz{cpu="41"} 1e+09 node_cpu_frequency_min_hertz{cpu="42"} 1e+09 node_cpu_frequency_min_hertz{cpu="43"} 1e+09 node_cpu_frequency_min_hertz{cpu="44"} 1e+09 node_cpu_frequency_min_hertz{cpu="45"} 1e+09 node_cpu_frequency_min_hertz{cpu="46"} 1e+09 node_cpu_frequency_min_hertz{cpu="47"} 1e+09 node_cpu_frequency_min_hertz{cpu="48"} 1e+09 node_cpu_frequency_min_hertz{cpu="49"} 1e+09 node_cpu_frequency_min_hertz{cpu="5"} 1e+09 node_cpu_frequency_min_hertz{cpu="50"} 1e+09 node_cpu_frequency_min_hertz{cpu="51"} 1e+09 node_cpu_frequency_min_hertz{cpu="52"} 1e+09 node_cpu_frequency_min_hertz{cpu="53"} 1e+09 node_cpu_frequency_min_hertz{cpu="54"} 1e+09 node_cpu_frequency_min_hertz{cpu="55"} 1e+09 node_cpu_frequency_min_hertz{cpu="56"} 1e+09 node_cpu_frequency_min_hertz{cpu="57"} 1e+09 node_cpu_frequency_min_hertz{cpu="58"} 1e+09 node_cpu_frequency_min_hertz{cpu="59"} 1e+09 node_cpu_frequency_min_hertz{cpu="6"} 1e+09 node_cpu_frequency_min_hertz{cpu="60"} 1e+09 node_cpu_frequency_min_hertz{cpu="61"} 1e+09 node_cpu_frequency_min_hertz{cpu="62"} 1e+09 node_cpu_frequency_min_hertz{cpu="63"} 1e+09 node_cpu_frequency_min_hertz{cpu="64"} 1e+09 node_cpu_frequency_min_hertz{cpu="65"} 1e+09 node_cpu_frequency_min_hertz{cpu="66"} 1e+09 node_cpu_frequency_min_hertz{cpu="67"} 1e+09 node_cpu_frequency_min_hertz{cpu="68"} 1e+09 node_cpu_frequency_min_hertz{cpu="69"} 1e+09 node_cpu_frequency_min_hertz{cpu="7"} 1e+09 node_cpu_frequency_min_hertz{cpu="70"} 1e+09 node_cpu_frequency_min_hertz{cpu="71"} 1e+09 node_cpu_frequency_min_hertz{cpu="72"} 1e+09 node_cpu_frequency_min_hertz{cpu="73"} 1e+09 node_cpu_frequency_min_hertz{cpu="74"} 1e+09 node_cpu_frequency_min_hertz{cpu="75"} 1e+09 node_cpu_frequency_min_hertz{cpu="76"} 1e+09 node_cpu_frequency_min_hertz{cpu="77"} 1e+09 node_cpu_frequency_min_hertz{cpu="78"} 1e+09 node_cpu_frequency_min_hertz{cpu="79"} 1e+09 node_cpu_frequency_min_hertz{cpu="8"} 1e+09 node_cpu_frequency_min_hertz{cpu="9"} 1e+09 # 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="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 # HELP node_cpu_package_throttles_total Number of times this CPU package has been throttled. # TYPE node_cpu_package_throttles_total counter node_cpu_package_throttles_total{package="0"} 37 node_cpu_package_throttles_total{package="1"} 0 # HELP node_cpu_scaling_frequency_hertz Current scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_hertz gauge node_cpu_scaling_frequency_hertz{cpu="0"} 3.099991e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 3.099992e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 3.099998e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 3.100004e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 3.099983e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 3.10001e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 3.099992e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 3.100004e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 3.100012e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 3.099988e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 3.099989e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 3.100005e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 3.100004e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 3.099985e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 3.100014e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 3.100001e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 3.099996e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 3.100009e+09 node_cpu_scaling_frequency_hertz{cpu="25"} 3.100002e+09 node_cpu_scaling_frequency_hertz{cpu="26"} 3.100036e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 3.099993e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 3.100004e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 3.100016e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 3.100011e+09 node_cpu_scaling_frequency_hertz{cpu="30"} 3.099998e+09 node_cpu_scaling_frequency_hertz{cpu="31"} 3.100026e+09 node_cpu_scaling_frequency_hertz{cpu="32"} 3.100003e+09 node_cpu_scaling_frequency_hertz{cpu="33"} 3.099992e+09 node_cpu_scaling_frequency_hertz{cpu="34"} 3.100014e+09 node_cpu_scaling_frequency_hertz{cpu="35"} 3.100004e+09 node_cpu_scaling_frequency_hertz{cpu="36"} 3.09998e+09 node_cpu_scaling_frequency_hertz{cpu="37"} 3.099974e+09 node_cpu_scaling_frequency_hertz{cpu="38"} 3.099985e+09 node_cpu_scaling_frequency_hertz{cpu="39"} 3.100006e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 3.09997e+09 node_cpu_scaling_frequency_hertz{cpu="40"} 3.100013e+09 node_cpu_scaling_frequency_hertz{cpu="41"} 3.099988e+09 node_cpu_scaling_frequency_hertz{cpu="42"} 3.100004e+09 node_cpu_scaling_frequency_hertz{cpu="43"} 3.099968e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 3.100019e+09 node_cpu_scaling_frequency_hertz{cpu="45"} 3.100005e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 3.100012e+09 node_cpu_scaling_frequency_hertz{cpu="47"} 3.10034e+09 node_cpu_scaling_frequency_hertz{cpu="48"} 3.100167e+09 node_cpu_scaling_frequency_hertz{cpu="49"} 3.100033e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 3.100023e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 3.100025e+09 node_cpu_scaling_frequency_hertz{cpu="51"} 3.100042e+09 node_cpu_scaling_frequency_hertz{cpu="52"} 3.099635e+09 node_cpu_scaling_frequency_hertz{cpu="53"} 3.099852e+09 node_cpu_scaling_frequency_hertz{cpu="54"} 3.100042e+09 node_cpu_scaling_frequency_hertz{cpu="55"} 3.100015e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 3.100004e+09 node_cpu_scaling_frequency_hertz{cpu="57"} 3.100007e+09 node_cpu_scaling_frequency_hertz{cpu="58"} 3.099985e+09 node_cpu_scaling_frequency_hertz{cpu="59"} 3.09982e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 3.099889e+09 node_cpu_scaling_frequency_hertz{cpu="60"} 3.100013e+09 node_cpu_scaling_frequency_hertz{cpu="61"} 3.10036e+09 node_cpu_scaling_frequency_hertz{cpu="62"} 3.101209e+09 node_cpu_scaling_frequency_hertz{cpu="63"} 3.099871e+09 node_cpu_scaling_frequency_hertz{cpu="64"} 3.100036e+09 node_cpu_scaling_frequency_hertz{cpu="65"} 3.100059e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 3.100002e+09 node_cpu_scaling_frequency_hertz{cpu="67"} 3.100021e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 3.099986e+09 node_cpu_scaling_frequency_hertz{cpu="69"} 3.099983e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 3.09905e+09 node_cpu_scaling_frequency_hertz{cpu="70"} 3.10002e+09 node_cpu_scaling_frequency_hertz{cpu="71"} 3.099998e+09 node_cpu_scaling_frequency_hertz{cpu="72"} 3.099975e+09 node_cpu_scaling_frequency_hertz{cpu="73"} 3.100005e+09 node_cpu_scaling_frequency_hertz{cpu="74"} 3.099773e+09 node_cpu_scaling_frequency_hertz{cpu="75"} 3.100007e+09 node_cpu_scaling_frequency_hertz{cpu="76"} 3.099979e+09 node_cpu_scaling_frequency_hertz{cpu="77"} 3.100007e+09 node_cpu_scaling_frequency_hertz{cpu="78"} 3.099963e+09 node_cpu_scaling_frequency_hertz{cpu="79"} 3.099977e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 3.100013e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 3.100011e+09 # HELP node_cpu_scaling_frequency_max_hertz Maximum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_max_hertz gauge node_cpu_scaling_frequency_max_hertz{cpu="0"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="16"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="17"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="18"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="19"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="20"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="21"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="22"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="23"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="24"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="25"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="26"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="27"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="28"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="29"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="30"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="31"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="32"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="33"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="34"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="35"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="36"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="37"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="38"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="39"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="40"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="41"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="42"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="43"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="44"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="45"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="46"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="47"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="48"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="49"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="50"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="51"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="52"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="53"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="54"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="55"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="56"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="57"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="58"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="59"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="60"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="61"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="62"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="63"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="64"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="65"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="66"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="67"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="68"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="69"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="70"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="71"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="72"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="73"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="74"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="75"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="76"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="77"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="78"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="79"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 3.7e+09 # HELP node_cpu_scaling_frequency_min_hertz Minimum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_min_hertz gauge node_cpu_scaling_frequency_min_hertz{cpu="0"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="1"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="10"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="11"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="12"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="13"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="14"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="15"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="16"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="17"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="18"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="19"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="2"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="20"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="21"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="22"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="23"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="24"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="25"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="26"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="27"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="28"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="29"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="3"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="30"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="31"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="32"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="33"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="34"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="35"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="36"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="37"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="38"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="39"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="4"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="40"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="41"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="42"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="43"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="44"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="45"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="46"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="47"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="48"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="49"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="5"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="50"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="51"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="52"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="53"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="54"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="55"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="56"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="57"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="58"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="59"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="6"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="60"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="61"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="62"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="63"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="64"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="65"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="66"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="67"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="68"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="69"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="7"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="70"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="71"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="72"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="73"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="74"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="75"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="76"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="77"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="78"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="79"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="8"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="9"} 1e+09 # HELP node_cpu_scaling_governor Current enabled CPU frequency governor. # TYPE node_cpu_scaling_governor gauge node_cpu_scaling_governor{cpu="0",governor="performance"} 0 node_cpu_scaling_governor{cpu="0",governor="powersave"} 1 node_cpu_scaling_governor{cpu="1",governor="performance"} 0 node_cpu_scaling_governor{cpu="1",governor="powersave"} 1 node_cpu_scaling_governor{cpu="10",governor="performance"} 0 node_cpu_scaling_governor{cpu="10",governor="powersave"} 1 node_cpu_scaling_governor{cpu="11",governor="performance"} 0 node_cpu_scaling_governor{cpu="11",governor="powersave"} 1 node_cpu_scaling_governor{cpu="12",governor="performance"} 0 node_cpu_scaling_governor{cpu="12",governor="powersave"} 1 node_cpu_scaling_governor{cpu="13",governor="performance"} 0 node_cpu_scaling_governor{cpu="13",governor="powersave"} 1 node_cpu_scaling_governor{cpu="14",governor="performance"} 0 node_cpu_scaling_governor{cpu="14",governor="powersave"} 1 node_cpu_scaling_governor{cpu="15",governor="performance"} 0 node_cpu_scaling_governor{cpu="15",governor="powersave"} 1 node_cpu_scaling_governor{cpu="16",governor="performance"} 0 node_cpu_scaling_governor{cpu="16",governor="powersave"} 1 node_cpu_scaling_governor{cpu="17",governor="performance"} 0 node_cpu_scaling_governor{cpu="17",governor="powersave"} 1 node_cpu_scaling_governor{cpu="18",governor="performance"} 0 node_cpu_scaling_governor{cpu="18",governor="powersave"} 1 node_cpu_scaling_governor{cpu="19",governor="performance"} 0 node_cpu_scaling_governor{cpu="19",governor="powersave"} 1 node_cpu_scaling_governor{cpu="2",governor="performance"} 0 node_cpu_scaling_governor{cpu="2",governor="powersave"} 1 node_cpu_scaling_governor{cpu="20",governor="performance"} 0 node_cpu_scaling_governor{cpu="20",governor="powersave"} 1 node_cpu_scaling_governor{cpu="21",governor="performance"} 0 node_cpu_scaling_governor{cpu="21",governor="powersave"} 1 node_cpu_scaling_governor{cpu="22",governor="performance"} 0 node_cpu_scaling_governor{cpu="22",governor="powersave"} 1 node_cpu_scaling_governor{cpu="23",governor="performance"} 0 node_cpu_scaling_governor{cpu="23",governor="powersave"} 1 node_cpu_scaling_governor{cpu="24",governor="performance"} 0 node_cpu_scaling_governor{cpu="24",governor="powersave"} 1 node_cpu_scaling_governor{cpu="25",governor="performance"} 0 node_cpu_scaling_governor{cpu="25",governor="powersave"} 1 node_cpu_scaling_governor{cpu="26",governor="performance"} 0 node_cpu_scaling_governor{cpu="26",governor="powersave"} 1 node_cpu_scaling_governor{cpu="27",governor="performance"} 0 node_cpu_scaling_governor{cpu="27",governor="powersave"} 1 node_cpu_scaling_governor{cpu="28",governor="performance"} 0 node_cpu_scaling_governor{cpu="28",governor="powersave"} 1 node_cpu_scaling_governor{cpu="29",governor="performance"} 0 node_cpu_scaling_governor{cpu="29",governor="powersave"} 1 node_cpu_scaling_governor{cpu="3",governor="performance"} 0 node_cpu_scaling_governor{cpu="3",governor="powersave"} 1 node_cpu_scaling_governor{cpu="30",governor="performance"} 0 node_cpu_scaling_governor{cpu="30",governor="powersave"} 1 node_cpu_scaling_governor{cpu="31",governor="performance"} 0 node_cpu_scaling_governor{cpu="31",governor="powersave"} 1 node_cpu_scaling_governor{cpu="32",governor="performance"} 0 node_cpu_scaling_governor{cpu="32",governor="powersave"} 1 node_cpu_scaling_governor{cpu="33",governor="performance"} 0 node_cpu_scaling_governor{cpu="33",governor="powersave"} 1 node_cpu_scaling_governor{cpu="34",governor="performance"} 0 node_cpu_scaling_governor{cpu="34",governor="powersave"} 1 node_cpu_scaling_governor{cpu="35",governor="performance"} 0 node_cpu_scaling_governor{cpu="35",governor="powersave"} 1 node_cpu_scaling_governor{cpu="36",governor="performance"} 0 node_cpu_scaling_governor{cpu="36",governor="powersave"} 1 node_cpu_scaling_governor{cpu="37",governor="performance"} 0 node_cpu_scaling_governor{cpu="37",governor="powersave"} 1 node_cpu_scaling_governor{cpu="38",governor="performance"} 0 node_cpu_scaling_governor{cpu="38",governor="powersave"} 1 node_cpu_scaling_governor{cpu="39",governor="performance"} 0 node_cpu_scaling_governor{cpu="39",governor="powersave"} 1 node_cpu_scaling_governor{cpu="4",governor="performance"} 0 node_cpu_scaling_governor{cpu="4",governor="powersave"} 1 node_cpu_scaling_governor{cpu="40",governor="performance"} 0 node_cpu_scaling_governor{cpu="40",governor="powersave"} 1 node_cpu_scaling_governor{cpu="41",governor="performance"} 0 node_cpu_scaling_governor{cpu="41",governor="powersave"} 1 node_cpu_scaling_governor{cpu="42",governor="performance"} 0 node_cpu_scaling_governor{cpu="42",governor="powersave"} 1 node_cpu_scaling_governor{cpu="43",governor="performance"} 0 node_cpu_scaling_governor{cpu="43",governor="powersave"} 1 node_cpu_scaling_governor{cpu="44",governor="performance"} 0 node_cpu_scaling_governor{cpu="44",governor="powersave"} 1 node_cpu_scaling_governor{cpu="45",governor="performance"} 0 node_cpu_scaling_governor{cpu="45",governor="powersave"} 1 node_cpu_scaling_governor{cpu="46",governor="performance"} 0 node_cpu_scaling_governor{cpu="46",governor="powersave"} 1 node_cpu_scaling_governor{cpu="47",governor="performance"} 0 node_cpu_scaling_governor{cpu="47",governor="powersave"} 1 node_cpu_scaling_governor{cpu="48",governor="performance"} 0 node_cpu_scaling_governor{cpu="48",governor="powersave"} 1 node_cpu_scaling_governor{cpu="49",governor="performance"} 0 node_cpu_scaling_governor{cpu="49",governor="powersave"} 1 node_cpu_scaling_governor{cpu="5",governor="performance"} 0 node_cpu_scaling_governor{cpu="5",governor="powersave"} 1 node_cpu_scaling_governor{cpu="50",governor="performance"} 0 node_cpu_scaling_governor{cpu="50",governor="powersave"} 1 node_cpu_scaling_governor{cpu="51",governor="performance"} 0 node_cpu_scaling_governor{cpu="51",governor="powersave"} 1 node_cpu_scaling_governor{cpu="52",governor="performance"} 0 node_cpu_scaling_governor{cpu="52",governor="powersave"} 1 node_cpu_scaling_governor{cpu="53",governor="performance"} 0 node_cpu_scaling_governor{cpu="53",governor="powersave"} 1 node_cpu_scaling_governor{cpu="54",governor="performance"} 0 node_cpu_scaling_governor{cpu="54",governor="powersave"} 1 node_cpu_scaling_governor{cpu="55",governor="performance"} 0 node_cpu_scaling_governor{cpu="55",governor="powersave"} 1 node_cpu_scaling_governor{cpu="56",governor="performance"} 0 node_cpu_scaling_governor{cpu="56",governor="powersave"} 1 node_cpu_scaling_governor{cpu="57",governor="performance"} 0 node_cpu_scaling_governor{cpu="57",governor="powersave"} 1 node_cpu_scaling_governor{cpu="58",governor="performance"} 0 node_cpu_scaling_governor{cpu="58",governor="powersave"} 1 node_cpu_scaling_governor{cpu="59",governor="performance"} 0 node_cpu_scaling_governor{cpu="59",governor="powersave"} 1 node_cpu_scaling_governor{cpu="6",governor="performance"} 0 node_cpu_scaling_governor{cpu="6",governor="powersave"} 1 node_cpu_scaling_governor{cpu="60",governor="performance"} 0 node_cpu_scaling_governor{cpu="60",governor="powersave"} 1 node_cpu_scaling_governor{cpu="61",governor="performance"} 0 node_cpu_scaling_governor{cpu="61",governor="powersave"} 1 node_cpu_scaling_governor{cpu="62",governor="performance"} 0 node_cpu_scaling_governor{cpu="62",governor="powersave"} 1 node_cpu_scaling_governor{cpu="63",governor="performance"} 0 node_cpu_scaling_governor{cpu="63",governor="powersave"} 1 node_cpu_scaling_governor{cpu="64",governor="performance"} 0 node_cpu_scaling_governor{cpu="64",governor="powersave"} 1 node_cpu_scaling_governor{cpu="65",governor="performance"} 0 node_cpu_scaling_governor{cpu="65",governor="powersave"} 1 node_cpu_scaling_governor{cpu="66",governor="performance"} 0 node_cpu_scaling_governor{cpu="66",governor="powersave"} 1 node_cpu_scaling_governor{cpu="67",governor="performance"} 0 node_cpu_scaling_governor{cpu="67",governor="powersave"} 1 node_cpu_scaling_governor{cpu="68",governor="performance"} 0 node_cpu_scaling_governor{cpu="68",governor="powersave"} 1 node_cpu_scaling_governor{cpu="69",governor="performance"} 0 node_cpu_scaling_governor{cpu="69",governor="powersave"} 1 node_cpu_scaling_governor{cpu="7",governor="performance"} 0 node_cpu_scaling_governor{cpu="7",governor="powersave"} 1 node_cpu_scaling_governor{cpu="70",governor="performance"} 0 node_cpu_scaling_governor{cpu="70",governor="powersave"} 1 node_cpu_scaling_governor{cpu="71",governor="performance"} 0 node_cpu_scaling_governor{cpu="71",governor="powersave"} 1 node_cpu_scaling_governor{cpu="72",governor="performance"} 0 node_cpu_scaling_governor{cpu="72",governor="powersave"} 1 node_cpu_scaling_governor{cpu="73",governor="performance"} 0 node_cpu_scaling_governor{cpu="73",governor="powersave"} 1 node_cpu_scaling_governor{cpu="74",governor="performance"} 0 node_cpu_scaling_governor{cpu="74",governor="powersave"} 1 node_cpu_scaling_governor{cpu="75",governor="performance"} 0 node_cpu_scaling_governor{cpu="75",governor="powersave"} 1 node_cpu_scaling_governor{cpu="76",governor="performance"} 0 node_cpu_scaling_governor{cpu="76",governor="powersave"} 1 node_cpu_scaling_governor{cpu="77",governor="performance"} 0 node_cpu_scaling_governor{cpu="77",governor="powersave"} 1 node_cpu_scaling_governor{cpu="78",governor="performance"} 0 node_cpu_scaling_governor{cpu="78",governor="powersave"} 1 node_cpu_scaling_governor{cpu="79",governor="performance"} 0 node_cpu_scaling_governor{cpu="79",governor="powersave"} 1 node_cpu_scaling_governor{cpu="8",governor="performance"} 0 node_cpu_scaling_governor{cpu="8",governor="powersave"} 1 node_cpu_scaling_governor{cpu="9",governor="performance"} 0 node_cpu_scaling_governor{cpu="9",governor="powersave"} 1 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 1.21468299e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 9044.24 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 4.12 node_cpu_seconds_total{cpu="0",mode="softirq"} 5917.69 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 163858.01 node_cpu_seconds_total{cpu="0",mode="user"} 520952.82 node_cpu_seconds_total{cpu="1",mode="idle"} 1.29513984e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 9026.64 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 1.9 node_cpu_seconds_total{cpu="1",mode="softirq"} 4500.47 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 165086.03 node_cpu_seconds_total{cpu="1",mode="user"} 519934.21 node_cpu_seconds_total{cpu="10",mode="idle"} 1.36800893e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 8124.3 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 0.15 node_cpu_seconds_total{cpu="10",mode="softirq"} 2994.39 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 163526.72 node_cpu_seconds_total{cpu="10",mode="user"} 511850.54 node_cpu_seconds_total{cpu="11",mode="idle"} 1.3993839e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 9071.39 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 1.47 node_cpu_seconds_total{cpu="11",mode="softirq"} 2743.01 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 158036.21 node_cpu_seconds_total{cpu="11",mode="user"} 486856.51 node_cpu_seconds_total{cpu="12",mode="idle"} 1.40036803e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 8950.51 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 4.03 node_cpu_seconds_total{cpu="12",mode="softirq"} 2653.69 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 155829.6 node_cpu_seconds_total{cpu="12",mode="user"} 488629.38 node_cpu_seconds_total{cpu="13",mode="idle"} 1.40762991e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 8839.17 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 1.77 node_cpu_seconds_total{cpu="13",mode="softirq"} 2549.74 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 156178.21 node_cpu_seconds_total{cpu="13",mode="user"} 481817.12 node_cpu_seconds_total{cpu="14",mode="idle"} 1.4077774e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 8691.95 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 0 node_cpu_seconds_total{cpu="14",mode="softirq"} 2575.5 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 156614.72 node_cpu_seconds_total{cpu="14",mode="user"} 481435.72 node_cpu_seconds_total{cpu="15",mode="idle"} 1.39654775e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 8441.56 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 0.29 node_cpu_seconds_total{cpu="15",mode="softirq"} 2782.3 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 161175.4 node_cpu_seconds_total{cpu="15",mode="user"} 487526.24 node_cpu_seconds_total{cpu="16",mode="idle"} 1.39207688e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 8176.03 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 1.18 node_cpu_seconds_total{cpu="16",mode="softirq"} 2756.66 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 161566.21 node_cpu_seconds_total{cpu="16",mode="user"} 491582.86 node_cpu_seconds_total{cpu="17",mode="idle"} 1.38958591e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 7980.17 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 7.49 node_cpu_seconds_total{cpu="17",mode="softirq"} 2743.77 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 163753.63 node_cpu_seconds_total{cpu="17",mode="user"} 491961.85 node_cpu_seconds_total{cpu="18",mode="idle"} 1.38767366e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 7897.86 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 3.09 node_cpu_seconds_total{cpu="18",mode="softirq"} 2744.97 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 164922.05 node_cpu_seconds_total{cpu="18",mode="user"} 492659.98 node_cpu_seconds_total{cpu="19",mode="idle"} 1.29841117e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 89878.81 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 12.03 node_cpu_seconds_total{cpu="19",mode="softirq"} 4872.57 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 168935.95 node_cpu_seconds_total{cpu="19",mode="user"} 490941.65 node_cpu_seconds_total{cpu="2",mode="idle"} 1.32958293e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 8848.29 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 3.56 node_cpu_seconds_total{cpu="2",mode="softirq"} 3914.83 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 163532.25 node_cpu_seconds_total{cpu="2",mode="user"} 519200.91 node_cpu_seconds_total{cpu="20",mode="idle"} 1.375361e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 14891.41 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 3.04 node_cpu_seconds_total{cpu="20",mode="softirq"} 1994.46 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 143032.84 node_cpu_seconds_total{cpu="20",mode="user"} 527312.28 node_cpu_seconds_total{cpu="21",mode="idle"} 1.39775819e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 15417.6 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 1.61 node_cpu_seconds_total{cpu="21",mode="softirq"} 1851.02 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 144908.25 node_cpu_seconds_total{cpu="21",mode="user"} 502792.78 node_cpu_seconds_total{cpu="22",mode="idle"} 1.40231843e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 15214.18 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 0.85 node_cpu_seconds_total{cpu="22",mode="softirq"} 1772.91 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 143659.72 node_cpu_seconds_total{cpu="22",mode="user"} 499856 node_cpu_seconds_total{cpu="23",mode="idle"} 1.40439773e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 15196.07 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 1.41 node_cpu_seconds_total{cpu="23",mode="softirq"} 1747.61 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 145302 node_cpu_seconds_total{cpu="23",mode="user"} 496236.88 node_cpu_seconds_total{cpu="24",mode="idle"} 1.40659065e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 15128.63 node_cpu_seconds_total{cpu="24",mode="irq"} 0 node_cpu_seconds_total{cpu="24",mode="nice"} 8.76 node_cpu_seconds_total{cpu="24",mode="softirq"} 1729.35 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 145346.21 node_cpu_seconds_total{cpu="24",mode="user"} 494028.1 node_cpu_seconds_total{cpu="25",mode="idle"} 1.40644393e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 15289.17 node_cpu_seconds_total{cpu="25",mode="irq"} 0 node_cpu_seconds_total{cpu="25",mode="nice"} 2.34 node_cpu_seconds_total{cpu="25",mode="softirq"} 1715.85 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 145545.5 node_cpu_seconds_total{cpu="25",mode="user"} 493908.08 node_cpu_seconds_total{cpu="26",mode="idle"} 1.40683707e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 15250.06 node_cpu_seconds_total{cpu="26",mode="irq"} 0 node_cpu_seconds_total{cpu="26",mode="nice"} 5.3 node_cpu_seconds_total{cpu="26",mode="softirq"} 1698.73 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 144158.47 node_cpu_seconds_total{cpu="26",mode="user"} 494965.5 node_cpu_seconds_total{cpu="27",mode="idle"} 1.40753526e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 15303.6 node_cpu_seconds_total{cpu="27",mode="irq"} 0 node_cpu_seconds_total{cpu="27",mode="nice"} 5.26 node_cpu_seconds_total{cpu="27",mode="softirq"} 1690.99 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 145658.34 node_cpu_seconds_total{cpu="27",mode="user"} 492730.13 node_cpu_seconds_total{cpu="28",mode="idle"} 1.4081676e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 15281.02 node_cpu_seconds_total{cpu="28",mode="irq"} 0 node_cpu_seconds_total{cpu="28",mode="nice"} 1.65 node_cpu_seconds_total{cpu="28",mode="softirq"} 1687.82 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 145920.11 node_cpu_seconds_total{cpu="28",mode="user"} 491869.16 node_cpu_seconds_total{cpu="29",mode="idle"} 1.40820481e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 15148.4 node_cpu_seconds_total{cpu="29",mode="irq"} 0 node_cpu_seconds_total{cpu="29",mode="nice"} 4.73 node_cpu_seconds_total{cpu="29",mode="softirq"} 1688.26 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 145783.05 node_cpu_seconds_total{cpu="29",mode="user"} 492096.97 node_cpu_seconds_total{cpu="3",mode="idle"} 1.34650806e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 8856.93 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 2.22 node_cpu_seconds_total{cpu="3",mode="softirq"} 3610.28 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 165246.72 node_cpu_seconds_total{cpu="3",mode="user"} 515032.79 node_cpu_seconds_total{cpu="30",mode="idle"} 1.4077548e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 15178.01 node_cpu_seconds_total{cpu="30",mode="irq"} 0 node_cpu_seconds_total{cpu="30",mode="nice"} 2.65 node_cpu_seconds_total{cpu="30",mode="softirq"} 1682.89 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 145844 node_cpu_seconds_total{cpu="30",mode="user"} 492490.86 node_cpu_seconds_total{cpu="31",mode="idle"} 1.4084375e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 15221.29 node_cpu_seconds_total{cpu="31",mode="irq"} 0 node_cpu_seconds_total{cpu="31",mode="nice"} 3.11 node_cpu_seconds_total{cpu="31",mode="softirq"} 1663.32 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 145884.59 node_cpu_seconds_total{cpu="31",mode="user"} 491769.7 node_cpu_seconds_total{cpu="32",mode="idle"} 1.40684116e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 15125.49 node_cpu_seconds_total{cpu="32",mode="irq"} 0 node_cpu_seconds_total{cpu="32",mode="nice"} 2.04 node_cpu_seconds_total{cpu="32",mode="softirq"} 1652.47 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 143896.92 node_cpu_seconds_total{cpu="32",mode="user"} 495476.48 node_cpu_seconds_total{cpu="33",mode="idle"} 1.40835336e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 15082.73 node_cpu_seconds_total{cpu="33",mode="irq"} 0 node_cpu_seconds_total{cpu="33",mode="nice"} 0.98 node_cpu_seconds_total{cpu="33",mode="softirq"} 1648.61 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 145854.83 node_cpu_seconds_total{cpu="33",mode="user"} 492065.38 node_cpu_seconds_total{cpu="34",mode="idle"} 1.40932136e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 15060.42 node_cpu_seconds_total{cpu="34",mode="irq"} 0 node_cpu_seconds_total{cpu="34",mode="nice"} 0.56 node_cpu_seconds_total{cpu="34",mode="softirq"} 1650.25 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 145807.55 node_cpu_seconds_total{cpu="34",mode="user"} 491126.86 node_cpu_seconds_total{cpu="35",mode="idle"} 1.4094518e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 15160.55 node_cpu_seconds_total{cpu="35",mode="irq"} 0 node_cpu_seconds_total{cpu="35",mode="nice"} 0.27 node_cpu_seconds_total{cpu="35",mode="softirq"} 1641.9 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 145846.71 node_cpu_seconds_total{cpu="35",mode="user"} 490930.62 node_cpu_seconds_total{cpu="36",mode="idle"} 1.40998085e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 15112.03 node_cpu_seconds_total{cpu="36",mode="irq"} 0 node_cpu_seconds_total{cpu="36",mode="nice"} 1.88 node_cpu_seconds_total{cpu="36",mode="softirq"} 1631.84 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 144705.31 node_cpu_seconds_total{cpu="36",mode="user"} 491612.04 node_cpu_seconds_total{cpu="37",mode="idle"} 1.41054523e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 14973.66 node_cpu_seconds_total{cpu="37",mode="irq"} 0 node_cpu_seconds_total{cpu="37",mode="nice"} 0.66 node_cpu_seconds_total{cpu="37",mode="softirq"} 1630.54 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 145661.7 node_cpu_seconds_total{cpu="37",mode="user"} 490247.4 node_cpu_seconds_total{cpu="38",mode="idle"} 1.40986663e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 15082.06 node_cpu_seconds_total{cpu="38",mode="irq"} 0 node_cpu_seconds_total{cpu="38",mode="nice"} 0.31 node_cpu_seconds_total{cpu="38",mode="softirq"} 1638.81 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 145717.34 node_cpu_seconds_total{cpu="38",mode="user"} 490615.17 node_cpu_seconds_total{cpu="39",mode="idle"} 1.4099932e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 14933.06 node_cpu_seconds_total{cpu="39",mode="irq"} 0 node_cpu_seconds_total{cpu="39",mode="nice"} 2.16 node_cpu_seconds_total{cpu="39",mode="softirq"} 1641.56 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 145757.66 node_cpu_seconds_total{cpu="39",mode="user"} 490680.03 node_cpu_seconds_total{cpu="4",mode="idle"} 1.35202402e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 8679.81 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 3.02 node_cpu_seconds_total{cpu="4",mode="softirq"} 3468.71 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 164999.84 node_cpu_seconds_total{cpu="4",mode="user"} 517043.39 node_cpu_seconds_total{cpu="40",mode="idle"} 1.36019249e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 33433.08 node_cpu_seconds_total{cpu="40",mode="irq"} 0 node_cpu_seconds_total{cpu="40",mode="nice"} 5.88 node_cpu_seconds_total{cpu="40",mode="softirq"} 2677.64 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 163564.52 node_cpu_seconds_total{cpu="40",mode="user"} 493432.93 node_cpu_seconds_total{cpu="41",mode="idle"} 1.37192593e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 24019.95 node_cpu_seconds_total{cpu="41",mode="irq"} 0 node_cpu_seconds_total{cpu="41",mode="nice"} 7.31 node_cpu_seconds_total{cpu="41",mode="softirq"} 2649.28 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 164557.78 node_cpu_seconds_total{cpu="41",mode="user"} 491662.2 node_cpu_seconds_total{cpu="42",mode="idle"} 1.37688403e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 18756.67 node_cpu_seconds_total{cpu="42",mode="irq"} 0 node_cpu_seconds_total{cpu="42",mode="nice"} 10.24 node_cpu_seconds_total{cpu="42",mode="softirq"} 2613.86 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 163186.98 node_cpu_seconds_total{cpu="42",mode="user"} 494053.62 node_cpu_seconds_total{cpu="43",mode="idle"} 1.3805754e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 15778.87 node_cpu_seconds_total{cpu="43",mode="irq"} 0 node_cpu_seconds_total{cpu="43",mode="nice"} 4.47 node_cpu_seconds_total{cpu="43",mode="softirq"} 2590.79 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 165345.22 node_cpu_seconds_total{cpu="43",mode="user"} 491581.91 node_cpu_seconds_total{cpu="44",mode="idle"} 1.38497674e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 13895.89 node_cpu_seconds_total{cpu="44",mode="irq"} 0 node_cpu_seconds_total{cpu="44",mode="nice"} 8.65 node_cpu_seconds_total{cpu="44",mode="softirq"} 2586.84 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 165314.79 node_cpu_seconds_total{cpu="44",mode="user"} 489271.89 node_cpu_seconds_total{cpu="45",mode="idle"} 1.387283e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 12724.29 node_cpu_seconds_total{cpu="45",mode="irq"} 0 node_cpu_seconds_total{cpu="45",mode="nice"} 1.15 node_cpu_seconds_total{cpu="45",mode="softirq"} 2563.82 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 165337.72 node_cpu_seconds_total{cpu="45",mode="user"} 488222.24 node_cpu_seconds_total{cpu="46",mode="idle"} 1.38875476e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 11849.78 node_cpu_seconds_total{cpu="46",mode="irq"} 0 node_cpu_seconds_total{cpu="46",mode="nice"} 1.56 node_cpu_seconds_total{cpu="46",mode="softirq"} 2528.25 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 162870.99 node_cpu_seconds_total{cpu="46",mode="user"} 490212.65 node_cpu_seconds_total{cpu="47",mode="idle"} 1.39038529e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 11359.37 node_cpu_seconds_total{cpu="47",mode="irq"} 0 node_cpu_seconds_total{cpu="47",mode="nice"} 5.69 node_cpu_seconds_total{cpu="47",mode="softirq"} 2512.22 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 165168.93 node_cpu_seconds_total{cpu="47",mode="user"} 486839.17 node_cpu_seconds_total{cpu="48",mode="idle"} 1.39098519e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 10849.05 node_cpu_seconds_total{cpu="48",mode="irq"} 0 node_cpu_seconds_total{cpu="48",mode="nice"} 2.65 node_cpu_seconds_total{cpu="48",mode="softirq"} 2506.56 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 164806.74 node_cpu_seconds_total{cpu="48",mode="user"} 487141.09 node_cpu_seconds_total{cpu="49",mode="idle"} 1.39145561e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 10430.5 node_cpu_seconds_total{cpu="49",mode="irq"} 0 node_cpu_seconds_total{cpu="49",mode="nice"} 3.16 node_cpu_seconds_total{cpu="49",mode="softirq"} 2523.28 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 165161.52 node_cpu_seconds_total{cpu="49",mode="user"} 486643.3 node_cpu_seconds_total{cpu="5",mode="idle"} 1.35835024e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 8613.91 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 2.31 node_cpu_seconds_total{cpu="5",mode="softirq"} 3348.5 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 165512.7 node_cpu_seconds_total{cpu="5",mode="user"} 514067.03 node_cpu_seconds_total{cpu="50",mode="idle"} 1.37369457e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 9849.2 node_cpu_seconds_total{cpu="50",mode="irq"} 0 node_cpu_seconds_total{cpu="50",mode="nice"} 1.83 node_cpu_seconds_total{cpu="50",mode="softirq"} 17698.28 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 164603.79 node_cpu_seconds_total{cpu="50",mode="user"} 483452.14 node_cpu_seconds_total{cpu="51",mode="idle"} 1.24772999e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 7312.34 node_cpu_seconds_total{cpu="51",mode="irq"} 0 node_cpu_seconds_total{cpu="51",mode="nice"} 0.83 node_cpu_seconds_total{cpu="51",mode="softirq"} 34442.28 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 188621.31 node_cpu_seconds_total{cpu="51",mode="user"} 568991.96 node_cpu_seconds_total{cpu="52",mode="idle"} 1.24042826e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 6925.87 node_cpu_seconds_total{cpu="52",mode="irq"} 0 node_cpu_seconds_total{cpu="52",mode="nice"} 3.86 node_cpu_seconds_total{cpu="52",mode="softirq"} 31380.64 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 181137.23 node_cpu_seconds_total{cpu="52",mode="user"} 587892.52 node_cpu_seconds_total{cpu="53",mode="idle"} 1.19677143e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 5856.86 node_cpu_seconds_total{cpu="53",mode="irq"} 0 node_cpu_seconds_total{cpu="53",mode="nice"} 0.59 node_cpu_seconds_total{cpu="53",mode="softirq"} 40999.25 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 193822.97 node_cpu_seconds_total{cpu="53",mode="user"} 610047.22 node_cpu_seconds_total{cpu="54",mode="idle"} 1.18788215e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 5552.46 node_cpu_seconds_total{cpu="54",mode="irq"} 0 node_cpu_seconds_total{cpu="54",mode="nice"} 2.45 node_cpu_seconds_total{cpu="54",mode="softirq"} 38254.22 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 191251.36 node_cpu_seconds_total{cpu="54",mode="user"} 625207 node_cpu_seconds_total{cpu="55",mode="idle"} 1.27880753e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 6256.22 node_cpu_seconds_total{cpu="55",mode="irq"} 0 node_cpu_seconds_total{cpu="55",mode="nice"} 2.3 node_cpu_seconds_total{cpu="55",mode="softirq"} 5426.83 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 172381.08 node_cpu_seconds_total{cpu="55",mode="user"} 592388.2 node_cpu_seconds_total{cpu="56",mode="idle"} 1.30725544e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 6788.88 node_cpu_seconds_total{cpu="56",mode="irq"} 0 node_cpu_seconds_total{cpu="56",mode="nice"} 2.35 node_cpu_seconds_total{cpu="56",mode="softirq"} 4839.36 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 167350.5 node_cpu_seconds_total{cpu="56",mode="user"} 568851.28 node_cpu_seconds_total{cpu="57",mode="idle"} 1.32572444e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 7319.01 node_cpu_seconds_total{cpu="57",mode="irq"} 0 node_cpu_seconds_total{cpu="57",mode="nice"} 1.91 node_cpu_seconds_total{cpu="57",mode="softirq"} 4407.91 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 166367.53 node_cpu_seconds_total{cpu="57",mode="user"} 551076.75 node_cpu_seconds_total{cpu="58",mode="idle"} 1.33739941e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 7797.69 node_cpu_seconds_total{cpu="58",mode="irq"} 0 node_cpu_seconds_total{cpu="58",mode="nice"} 2.5 node_cpu_seconds_total{cpu="58",mode="softirq"} 4109.92 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 165849.77 node_cpu_seconds_total{cpu="58",mode="user"} 539584.98 node_cpu_seconds_total{cpu="59",mode="idle"} 1.34282378e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 9430.67 node_cpu_seconds_total{cpu="59",mode="irq"} 0 node_cpu_seconds_total{cpu="59",mode="nice"} 1.28 node_cpu_seconds_total{cpu="59",mode="softirq"} 3907.5 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 165695.31 node_cpu_seconds_total{cpu="59",mode="user"} 532523.55 node_cpu_seconds_total{cpu="6",mode="idle"} 1.36258811e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 8533.33 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 3.42 node_cpu_seconds_total{cpu="6",mode="softirq"} 3232.63 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 162960.92 node_cpu_seconds_total{cpu="6",mode="user"} 514619.59 node_cpu_seconds_total{cpu="60",mode="idle"} 1.42968913e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 15688.96 node_cpu_seconds_total{cpu="60",mode="irq"} 0 node_cpu_seconds_total{cpu="60",mode="nice"} 0.34 node_cpu_seconds_total{cpu="60",mode="softirq"} 1594.83 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 138733.47 node_cpu_seconds_total{cpu="60",mode="user"} 477431.64 node_cpu_seconds_total{cpu="61",mode="idle"} 1.43099516e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 16091.59 node_cpu_seconds_total{cpu="61",mode="irq"} 0 node_cpu_seconds_total{cpu="61",mode="nice"} 2.42 node_cpu_seconds_total{cpu="61",mode="softirq"} 1617.06 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 139675.46 node_cpu_seconds_total{cpu="61",mode="user"} 474718.71 node_cpu_seconds_total{cpu="62",mode="idle"} 1.42995731e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 16033.23 node_cpu_seconds_total{cpu="62",mode="irq"} 0 node_cpu_seconds_total{cpu="62",mode="nice"} 0.92 node_cpu_seconds_total{cpu="62",mode="softirq"} 1616.13 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 138372.18 node_cpu_seconds_total{cpu="62",mode="user"} 477115.87 node_cpu_seconds_total{cpu="63",mode="idle"} 1.43126234e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 16098.32 node_cpu_seconds_total{cpu="63",mode="irq"} 0 node_cpu_seconds_total{cpu="63",mode="nice"} 0.96 node_cpu_seconds_total{cpu="63",mode="softirq"} 1622.3 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 139870.92 node_cpu_seconds_total{cpu="63",mode="user"} 474211.24 node_cpu_seconds_total{cpu="64",mode="idle"} 1.43144587e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 16110.09 node_cpu_seconds_total{cpu="64",mode="irq"} 0 node_cpu_seconds_total{cpu="64",mode="nice"} 3.13 node_cpu_seconds_total{cpu="64",mode="softirq"} 1624.11 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 140061.17 node_cpu_seconds_total{cpu="64",mode="user"} 473802.76 node_cpu_seconds_total{cpu="65",mode="idle"} 1.43204333e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 15910.12 node_cpu_seconds_total{cpu="65",mode="irq"} 0 node_cpu_seconds_total{cpu="65",mode="nice"} 0.56 node_cpu_seconds_total{cpu="65",mode="softirq"} 1628.86 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 140023.08 node_cpu_seconds_total{cpu="65",mode="user"} 473487.06 node_cpu_seconds_total{cpu="66",mode="idle"} 1.43221839e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 16060.13 node_cpu_seconds_total{cpu="66",mode="irq"} 0 node_cpu_seconds_total{cpu="66",mode="nice"} 11.25 node_cpu_seconds_total{cpu="66",mode="softirq"} 1617.52 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 138448.1 node_cpu_seconds_total{cpu="66",mode="user"} 474728.65 node_cpu_seconds_total{cpu="67",mode="idle"} 1.4322549e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 16173.53 node_cpu_seconds_total{cpu="67",mode="irq"} 0 node_cpu_seconds_total{cpu="67",mode="nice"} 0.41 node_cpu_seconds_total{cpu="67",mode="softirq"} 1619 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 139834.14 node_cpu_seconds_total{cpu="67",mode="user"} 473184.65 node_cpu_seconds_total{cpu="68",mode="idle"} 1.4323644e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 16172.86 node_cpu_seconds_total{cpu="68",mode="irq"} 0 node_cpu_seconds_total{cpu="68",mode="nice"} 2.8 node_cpu_seconds_total{cpu="68",mode="softirq"} 1622.9 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 139940.71 node_cpu_seconds_total{cpu="68",mode="user"} 472947.79 node_cpu_seconds_total{cpu="69",mode="idle"} 1.4323727e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 16101.2 node_cpu_seconds_total{cpu="69",mode="irq"} 0 node_cpu_seconds_total{cpu="69",mode="nice"} 0.07 node_cpu_seconds_total{cpu="69",mode="softirq"} 1630.38 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 140081.45 node_cpu_seconds_total{cpu="69",mode="user"} 472846.79 node_cpu_seconds_total{cpu="7",mode="idle"} 1.36624729e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 8538.27 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 1.67 node_cpu_seconds_total{cpu="7",mode="softirq"} 3167.46 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 165312.29 node_cpu_seconds_total{cpu="7",mode="user"} 509828.35 node_cpu_seconds_total{cpu="70",mode="idle"} 1.43329217e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 16130.79 node_cpu_seconds_total{cpu="70",mode="irq"} 0 node_cpu_seconds_total{cpu="70",mode="nice"} 0.81 node_cpu_seconds_total{cpu="70",mode="softirq"} 1630.95 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 140035.79 node_cpu_seconds_total{cpu="70",mode="user"} 471922.59 node_cpu_seconds_total{cpu="71",mode="idle"} 1.4344782e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 16156.99 node_cpu_seconds_total{cpu="71",mode="irq"} 0 node_cpu_seconds_total{cpu="71",mode="nice"} 1.59 node_cpu_seconds_total{cpu="71",mode="softirq"} 1614.32 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 140120.56 node_cpu_seconds_total{cpu="71",mode="user"} 470707.92 node_cpu_seconds_total{cpu="72",mode="idle"} 1.43506841e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 16258.22 node_cpu_seconds_total{cpu="72",mode="irq"} 0 node_cpu_seconds_total{cpu="72",mode="nice"} 0.83 node_cpu_seconds_total{cpu="72",mode="softirq"} 1609.56 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 138218.18 node_cpu_seconds_total{cpu="72",mode="user"} 471917.96 node_cpu_seconds_total{cpu="73",mode="idle"} 1.43487148e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 16173.7 node_cpu_seconds_total{cpu="73",mode="irq"} 0 node_cpu_seconds_total{cpu="73",mode="nice"} 0.64 node_cpu_seconds_total{cpu="73",mode="softirq"} 1608.31 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 140327.93 node_cpu_seconds_total{cpu="73",mode="user"} 470061.15 node_cpu_seconds_total{cpu="74",mode="idle"} 1.43422285e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 16151.8 node_cpu_seconds_total{cpu="74",mode="irq"} 0 node_cpu_seconds_total{cpu="74",mode="nice"} 0.84 node_cpu_seconds_total{cpu="74",mode="softirq"} 1611 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 140187.24 node_cpu_seconds_total{cpu="74",mode="user"} 470891.69 node_cpu_seconds_total{cpu="75",mode="idle"} 1.43482037e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 16262.6 node_cpu_seconds_total{cpu="75",mode="irq"} 0 node_cpu_seconds_total{cpu="75",mode="nice"} 0.78 node_cpu_seconds_total{cpu="75",mode="softirq"} 1607.35 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 140308.01 node_cpu_seconds_total{cpu="75",mode="user"} 470121.9 node_cpu_seconds_total{cpu="76",mode="idle"} 1.43429846e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 16250.87 node_cpu_seconds_total{cpu="76",mode="irq"} 0 node_cpu_seconds_total{cpu="76",mode="nice"} 0.65 node_cpu_seconds_total{cpu="76",mode="softirq"} 1599.02 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 139265.91 node_cpu_seconds_total{cpu="76",mode="user"} 471692.78 node_cpu_seconds_total{cpu="77",mode="idle"} 1.43446458e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 16243.46 node_cpu_seconds_total{cpu="77",mode="irq"} 0 node_cpu_seconds_total{cpu="77",mode="nice"} 0.76 node_cpu_seconds_total{cpu="77",mode="softirq"} 1598.17 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 140117.86 node_cpu_seconds_total{cpu="77",mode="user"} 470663.78 node_cpu_seconds_total{cpu="78",mode="idle"} 1.43306895e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 16209.14 node_cpu_seconds_total{cpu="78",mode="irq"} 0 node_cpu_seconds_total{cpu="78",mode="nice"} 3.02 node_cpu_seconds_total{cpu="78",mode="softirq"} 1612.66 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 140487.85 node_cpu_seconds_total{cpu="78",mode="user"} 471679.11 node_cpu_seconds_total{cpu="79",mode="idle"} 1.4330212e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 16249.38 node_cpu_seconds_total{cpu="79",mode="irq"} 0 node_cpu_seconds_total{cpu="79",mode="nice"} 1.49 node_cpu_seconds_total{cpu="79",mode="softirq"} 1618.89 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 140764.79 node_cpu_seconds_total{cpu="79",mode="user"} 471354.57 node_cpu_seconds_total{cpu="8",mode="idle"} 1.36808745e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 8428.38 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 2.34 node_cpu_seconds_total{cpu="8",mode="softirq"} 3116.27 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 165297.81 node_cpu_seconds_total{cpu="8",mode="user"} 508881.47 node_cpu_seconds_total{cpu="9",mode="idle"} 1.3696126e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 8315.96 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 2.19 node_cpu_seconds_total{cpu="9",mode="softirq"} 3095.38 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 165787.72 node_cpu_seconds_total{cpu="9",mode="user"} 507345.68 # 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="sda"} 957.102 node_disk_discard_time_seconds_total{device="sdb"} 0 node_disk_discard_time_seconds_total{device="sdc"} 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="sda"} 3.48753776e+09 node_disk_discarded_sectors_total{device="sdb"} 0 node_disk_discarded_sectors_total{device="sdc"} 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="sda"} 6.167193e+06 node_disk_discards_completed_total{device="sdb"} 0 node_disk_discards_completed_total{device="sdc"} 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="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 node_disk_discards_merged_total{device="sdc"} 0 # 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="sda"} 0 node_disk_flush_requests_time_seconds_total{device="sdb"} 0 node_disk_flush_requests_time_seconds_total{device="sdc"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 0 node_disk_flush_requests_total{device="sdc"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sdb",major="8",minor="16",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 node_disk_info{device="sdc",major="8",minor="32",model="",path="",revision="",rotational="1",serial="",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="sda"} 0 node_disk_io_now{device="sdb"} 0 node_disk_io_now{device="sdc"} 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="sda"} 21238.054 node_disk_io_time_seconds_total{device="sdb"} 1.09053676e+06 node_disk_io_time_seconds_total{device="sdc"} 0 # 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="sda"} 149567.934 node_disk_io_time_weighted_seconds_total{device="sdb"} 562786.701 node_disk_io_time_weighted_seconds_total{device="sdc"} 0 # 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="sda"} 2.16949652992e+11 node_disk_read_bytes_total{device="sdb"} 5.30135314944e+11 node_disk_read_bytes_total{device="sdc"} 0 # 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="sda"} 4940.522 node_disk_read_time_seconds_total{device="sdb"} 1.189137842e+06 node_disk_read_time_seconds_total{device="sdc"} 0 # 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="sda"} 1.17399e+07 node_disk_reads_completed_total{device="sdb"} 7.7778361e+07 node_disk_reads_completed_total{device="sdc"} 0 # 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="sda"} 2.219784e+06 node_disk_reads_merged_total{device="sdb"} 1.9813474e+07 node_disk_reads_merged_total{device="sdc"} 0 # 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="sda"} 143670.309 node_disk_write_time_seconds_total{device="sdb"} 3.668616154e+06 node_disk_write_time_seconds_total{device="sdc"} 0 # 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="sda"} 1.77365324e+08 node_disk_writes_completed_total{device="sdb"} 8.2811529e+07 node_disk_writes_completed_total{device="sdc"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 3.19730813e+08 node_disk_writes_merged_total{device="sdb"} 8.311427e+07 node_disk_writes_merged_total{device="sdc"} 0 # 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="sda"} 7.956998960128e+12 node_disk_written_bytes_total{device="sdb"} 3.3085771776e+12 node_disk_written_bytes_total{device="sdc"} 0 # 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="08/29/2024",bios_release="3.32",bios_vendor="HPE",bios_version="U32",board_asset_tag="",board_name="ProLiant DL360 Gen10",board_vendor="HPE",board_version="",chassis_asset_tag="",chassis_vendor="HPE",chassis_version="",product_family="ProLiant",product_name="ProLiant DL360 Gen10",product_sku="867958-B21",product_version="",system_vendor="HPE"} 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 # 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="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="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 # 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.26.5",revision="6044da783597cc3b57aef7580ddcdcff58a4ee99",tags="unknown",version="1.12.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 74752 # 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/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.11855616e+09 node_filesystem_avail_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 8.69833220096e+11 node_filesystem_avail_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 5.738956025856e+12 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.343840256e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 # 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/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.171456e+08 node_filesystem_files{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 2.44191232e+08 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.6453424e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.6453424e+07 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 7.1902027e+07 node_filesystem_files_free{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 1.85981873e+08 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.6450661e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.6453421e+07 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.11855616e+09 node_filesystem_free_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 9.65812682752e+11 node_filesystem_free_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 6.139050840064e+12 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.343840256e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sda2",major="8",minor="2",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sdb1",major="8",minor="17",mountpoint="/mnt/sda"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="29",mountpoint="/run/lock"} 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/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.124995072e+09 node_filesystem_size_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.887976378368e+12 node_filesystem_size_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 7.937301327872e+12 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.347864576e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.28487664e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="platform_coretemp_0",chip_name="coretemp"} 1 node_hwmon_chip_names{chip="platform_coretemp_1",chip_name="coretemp"} 1 node_hwmon_chip_names{chip="thermal_thermal_zone0",chip_name="pch_lewisburg"} 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"} 300 # 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"} 300 # 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"} 300 # 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"} 271 # 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="platform_coretemp_0",label="Core 0",sensor="temp2"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 10",sensor="temp12"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 11",sensor="temp13"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 12",sensor="temp14"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 16",sensor="temp18"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 17",sensor="temp19"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 18",sensor="temp20"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 19",sensor="temp21"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 2",sensor="temp4"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 20",sensor="temp22"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 24",sensor="temp26"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 25",sensor="temp27"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 26",sensor="temp28"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 27",sensor="temp29"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 28",sensor="temp30"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 4",sensor="temp6"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 8",sensor="temp10"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 9",sensor="temp11"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Package id 0",sensor="temp1"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 0",sensor="temp2"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 10",sensor="temp12"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 11",sensor="temp13"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 12",sensor="temp14"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 16",sensor="temp18"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 17",sensor="temp19"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 18",sensor="temp20"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 19",sensor="temp21"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 2",sensor="temp4"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 20",sensor="temp22"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 24",sensor="temp26"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 25",sensor="temp27"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 26",sensor="temp28"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 27",sensor="temp29"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 28",sensor="temp30"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 4",sensor="temp6"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 8",sensor="temp10"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 9",sensor="temp11"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Package id 1",sensor="temp1"} 1 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp1"} 69 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp11"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp12"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp13"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp14"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp18"} 66 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp19"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp20"} 66 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp21"} 66 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp22"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp26"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp27"} 69 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp28"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp29"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 66 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp30"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp1"} 71 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp10"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp11"} 66 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp12"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp13"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp14"} 66 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp18"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp19"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp2"} 64 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp20"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp21"} 66 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp22"} 64 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp26"} 66 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp27"} 66 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp28"} 72 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp29"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp3"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp30"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp4"} 70 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp5"} 66 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp6"} 64 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp0"} 46 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp1"} 46 # HELP node_hwmon_temp_crit_alarm_celsius Hardware monitor for temperature (crit_alarm) # TYPE node_hwmon_temp_crit_alarm_celsius gauge node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp10"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp11"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp12"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp13"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp14"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp18"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp19"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp20"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp21"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp22"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp26"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp27"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp28"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp29"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp3"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp30"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp4"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp5"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp6"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp10"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp11"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp12"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp13"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp14"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp18"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp19"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp20"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp21"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp22"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp26"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp27"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp28"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp29"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp3"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp30"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp4"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp5"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp6"} 0 # HELP node_hwmon_temp_crit_celsius Hardware monitor for temperature (crit) # TYPE node_hwmon_temp_crit_celsius gauge node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp1"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp10"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp11"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp12"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp13"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp14"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp18"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp19"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp2"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp20"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp21"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp22"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp26"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp27"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp28"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp29"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp3"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp30"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp4"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp5"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp6"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp1"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp10"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp11"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp12"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp13"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp14"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp18"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp19"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp2"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp20"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp21"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp22"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp26"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp27"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp28"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp29"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp3"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp30"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp4"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp5"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp6"} 95 # HELP node_hwmon_temp_max_celsius Hardware monitor for temperature (max) # TYPE node_hwmon_temp_max_celsius gauge node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp1"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp10"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp11"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp12"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp13"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp14"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp18"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp19"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp2"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp20"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp21"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp22"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp26"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp27"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp28"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp29"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp3"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp30"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp4"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp5"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp6"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp1"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp10"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp11"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp12"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp13"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp14"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp18"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp19"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp2"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp20"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp21"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp22"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp26"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp27"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp28"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp29"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp3"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp30"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp4"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp5"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp6"} 85 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.55547328273e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 23.66 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 26.84 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 25.52 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 2.6585985024e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 3.4459676672e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 7.873691648e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.16006656e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 2.956290048e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.9019594752e+10 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 4.7409680384e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 7.59831552e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 3.19244955648e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.15964116992e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.0822622208e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.9263872e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 1.5716352e+07 # 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.627103744e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 7.1740944384e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 6.711384064e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.20307712e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.355757056e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 9.788090368e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 8.078938112e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.34786453504e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.7979776e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 1.39042816e+09 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.0834688e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.6004964352e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.097577984e+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 1.43233024e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.8102542336e+10 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 7.3895936e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 3.76639488e+08 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 8.589930496e+09 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 3.1125504e+07 # 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 2.74178048e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_memory_Zswapped_bytes Memory information field Zswapped_bytes. # TYPE node_memory_Zswapped_bytes gauge node_memory_Zswapped_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 32184 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 4.851374e+06 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.528629e+06 # 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 0 # 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 0 # 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 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 17879 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 11615 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 311 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 0 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # 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 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # 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="br-07f968154de5"} 3 node_network_address_assign_type{device="br-16808385b93f"} 3 node_network_address_assign_type{device="br-1f956fd3540d"} 3 node_network_address_assign_type{device="br-220147d8e366"} 3 node_network_address_assign_type{device="br-2f0914f191c1"} 3 node_network_address_assign_type{device="br-4c463b933acb"} 3 node_network_address_assign_type{device="br-60668470aeab"} 3 node_network_address_assign_type{device="br-7d57e7161998"} 3 node_network_address_assign_type{device="br-83c30c05090c"} 3 node_network_address_assign_type{device="br-a3cdf67dcbe3"} 3 node_network_address_assign_type{device="br-b348f0c06c1b"} 3 node_network_address_assign_type{device="br-c3f816b27415"} 3 node_network_address_assign_type{device="br-e1634c06178e"} 3 node_network_address_assign_type{device="br-fc997eab0c12"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eno1"} 0 node_network_address_assign_type{device="eno2"} 0 node_network_address_assign_type{device="eno3"} 0 node_network_address_assign_type{device="eno4"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="tailscale0"} 0 node_network_address_assign_type{device="veth0de4d80"} 3 node_network_address_assign_type{device="veth104d732"} 3 node_network_address_assign_type{device="veth13d473d"} 3 node_network_address_assign_type{device="veth1bad299"} 3 node_network_address_assign_type{device="veth1f9ffbe"} 3 node_network_address_assign_type{device="veth200e6f8"} 3 node_network_address_assign_type{device="veth20186f4"} 3 node_network_address_assign_type{device="veth20905f9"} 3 node_network_address_assign_type{device="veth26511c1"} 3 node_network_address_assign_type{device="veth2660c3c"} 3 node_network_address_assign_type{device="veth28cd032"} 3 node_network_address_assign_type{device="veth368f137"} 3 node_network_address_assign_type{device="veth3a5af08"} 3 node_network_address_assign_type{device="veth3d283ee"} 3 node_network_address_assign_type{device="veth43ec600"} 3 node_network_address_assign_type{device="veth48a2f52"} 3 node_network_address_assign_type{device="veth4c52124"} 3 node_network_address_assign_type{device="veth4e69e5f"} 3 node_network_address_assign_type{device="veth5010685"} 3 node_network_address_assign_type{device="veth52cc5f6"} 3 node_network_address_assign_type{device="veth5494c4f"} 3 node_network_address_assign_type{device="veth567152d"} 3 node_network_address_assign_type{device="veth58c4714"} 3 node_network_address_assign_type{device="veth5b03f0f"} 3 node_network_address_assign_type{device="veth6171792"} 3 node_network_address_assign_type{device="veth6334ac1"} 3 node_network_address_assign_type{device="veth6bc3364"} 3 node_network_address_assign_type{device="veth6d72260"} 3 node_network_address_assign_type{device="veth71cfc91"} 3 node_network_address_assign_type{device="veth727eae7"} 3 node_network_address_assign_type{device="veth782cddd"} 3 node_network_address_assign_type{device="veth7d582c2"} 3 node_network_address_assign_type{device="veth7fcb77a"} 3 node_network_address_assign_type{device="veth82d5e0b"} 3 node_network_address_assign_type{device="veth830924f"} 3 node_network_address_assign_type{device="veth8446b24"} 3 node_network_address_assign_type{device="veth85901d0"} 3 node_network_address_assign_type{device="veth85f0a5a"} 3 node_network_address_assign_type{device="veth9192804"} 3 node_network_address_assign_type{device="veth9555fa5"} 3 node_network_address_assign_type{device="veth99442e5"} 3 node_network_address_assign_type{device="veth9aab063"} 3 node_network_address_assign_type{device="veth9f0676a"} 3 node_network_address_assign_type{device="vetha2f9d79"} 3 node_network_address_assign_type{device="vetha7eab0b"} 3 node_network_address_assign_type{device="vethad0eb4a"} 3 node_network_address_assign_type{device="vethbc4a07a"} 3 node_network_address_assign_type{device="vethbcb0a20"} 3 node_network_address_assign_type{device="vethbd0b7bf"} 3 node_network_address_assign_type{device="vethbf1a62e"} 3 node_network_address_assign_type{device="vethbfcc961"} 3 node_network_address_assign_type{device="vethcb07006"} 3 node_network_address_assign_type{device="vethcdfd351"} 3 node_network_address_assign_type{device="vethce35a48"} 3 node_network_address_assign_type{device="vethd4aa6c1"} 3 node_network_address_assign_type{device="vethd8ebf7d"} 3 node_network_address_assign_type{device="vethd944af8"} 3 node_network_address_assign_type{device="vethd9d8a4d"} 3 node_network_address_assign_type{device="vethdf31682"} 3 node_network_address_assign_type{device="vethe2c702e"} 3 node_network_address_assign_type{device="vethedf1320"} 3 node_network_address_assign_type{device="vethf049afb"} 3 node_network_address_assign_type{device="vethfa5e183"} 3 node_network_address_assign_type{device="vethff2c431"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-07f968154de5"} 1 node_network_carrier{device="br-16808385b93f"} 1 node_network_carrier{device="br-1f956fd3540d"} 1 node_network_carrier{device="br-220147d8e366"} 1 node_network_carrier{device="br-2f0914f191c1"} 1 node_network_carrier{device="br-4c463b933acb"} 1 node_network_carrier{device="br-60668470aeab"} 1 node_network_carrier{device="br-7d57e7161998"} 1 node_network_carrier{device="br-83c30c05090c"} 1 node_network_carrier{device="br-a3cdf67dcbe3"} 1 node_network_carrier{device="br-b348f0c06c1b"} 1 node_network_carrier{device="br-c3f816b27415"} 1 node_network_carrier{device="br-e1634c06178e"} 1 node_network_carrier{device="br-fc997eab0c12"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eno1"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="tailscale0"} 1 node_network_carrier{device="veth0de4d80"} 1 node_network_carrier{device="veth104d732"} 1 node_network_carrier{device="veth13d473d"} 1 node_network_carrier{device="veth1bad299"} 1 node_network_carrier{device="veth1f9ffbe"} 1 node_network_carrier{device="veth200e6f8"} 1 node_network_carrier{device="veth20186f4"} 1 node_network_carrier{device="veth20905f9"} 1 node_network_carrier{device="veth26511c1"} 1 node_network_carrier{device="veth2660c3c"} 1 node_network_carrier{device="veth28cd032"} 1 node_network_carrier{device="veth368f137"} 1 node_network_carrier{device="veth3a5af08"} 1 node_network_carrier{device="veth3d283ee"} 1 node_network_carrier{device="veth43ec600"} 1 node_network_carrier{device="veth48a2f52"} 1 node_network_carrier{device="veth4c52124"} 1 node_network_carrier{device="veth4e69e5f"} 1 node_network_carrier{device="veth5010685"} 1 node_network_carrier{device="veth52cc5f6"} 1 node_network_carrier{device="veth5494c4f"} 1 node_network_carrier{device="veth567152d"} 1 node_network_carrier{device="veth58c4714"} 1 node_network_carrier{device="veth5b03f0f"} 1 node_network_carrier{device="veth6171792"} 1 node_network_carrier{device="veth6334ac1"} 1 node_network_carrier{device="veth6bc3364"} 1 node_network_carrier{device="veth6d72260"} 1 node_network_carrier{device="veth71cfc91"} 1 node_network_carrier{device="veth727eae7"} 1 node_network_carrier{device="veth782cddd"} 1 node_network_carrier{device="veth7d582c2"} 1 node_network_carrier{device="veth7fcb77a"} 1 node_network_carrier{device="veth82d5e0b"} 1 node_network_carrier{device="veth830924f"} 1 node_network_carrier{device="veth8446b24"} 1 node_network_carrier{device="veth85901d0"} 1 node_network_carrier{device="veth85f0a5a"} 1 node_network_carrier{device="veth9192804"} 1 node_network_carrier{device="veth9555fa5"} 1 node_network_carrier{device="veth99442e5"} 1 node_network_carrier{device="veth9aab063"} 1 node_network_carrier{device="veth9f0676a"} 1 node_network_carrier{device="vetha2f9d79"} 1 node_network_carrier{device="vetha7eab0b"} 1 node_network_carrier{device="vethad0eb4a"} 1 node_network_carrier{device="vethbc4a07a"} 1 node_network_carrier{device="vethbcb0a20"} 1 node_network_carrier{device="vethbd0b7bf"} 1 node_network_carrier{device="vethbf1a62e"} 1 node_network_carrier{device="vethbfcc961"} 1 node_network_carrier{device="vethcb07006"} 1 node_network_carrier{device="vethcdfd351"} 1 node_network_carrier{device="vethce35a48"} 1 node_network_carrier{device="vethd4aa6c1"} 1 node_network_carrier{device="vethd8ebf7d"} 1 node_network_carrier{device="vethd944af8"} 1 node_network_carrier{device="vethd9d8a4d"} 1 node_network_carrier{device="vethdf31682"} 1 node_network_carrier{device="vethe2c702e"} 1 node_network_carrier{device="vethedf1320"} 1 node_network_carrier{device="vethf049afb"} 1 node_network_carrier{device="vethfa5e183"} 1 node_network_carrier{device="vethff2c431"} 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="br-07f968154de5"} 4 node_network_carrier_changes_total{device="br-16808385b93f"} 2 node_network_carrier_changes_total{device="br-1f956fd3540d"} 2 node_network_carrier_changes_total{device="br-220147d8e366"} 2 node_network_carrier_changes_total{device="br-2f0914f191c1"} 2 node_network_carrier_changes_total{device="br-4c463b933acb"} 4 node_network_carrier_changes_total{device="br-60668470aeab"} 2 node_network_carrier_changes_total{device="br-7d57e7161998"} 2 node_network_carrier_changes_total{device="br-83c30c05090c"} 2 node_network_carrier_changes_total{device="br-a3cdf67dcbe3"} 2 node_network_carrier_changes_total{device="br-b348f0c06c1b"} 4 node_network_carrier_changes_total{device="br-c3f816b27415"} 2 node_network_carrier_changes_total{device="br-e1634c06178e"} 2 node_network_carrier_changes_total{device="br-fc997eab0c12"} 2 node_network_carrier_changes_total{device="docker0"} 3 node_network_carrier_changes_total{device="eno1"} 3 node_network_carrier_changes_total{device="eno2"} 0 node_network_carrier_changes_total{device="eno3"} 0 node_network_carrier_changes_total{device="eno4"} 0 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="tailscale0"} 0 node_network_carrier_changes_total{device="veth0de4d80"} 2 node_network_carrier_changes_total{device="veth104d732"} 2 node_network_carrier_changes_total{device="veth13d473d"} 2 node_network_carrier_changes_total{device="veth1bad299"} 2 node_network_carrier_changes_total{device="veth1f9ffbe"} 2 node_network_carrier_changes_total{device="veth200e6f8"} 2 node_network_carrier_changes_total{device="veth20186f4"} 2 node_network_carrier_changes_total{device="veth20905f9"} 2 node_network_carrier_changes_total{device="veth26511c1"} 2 node_network_carrier_changes_total{device="veth2660c3c"} 2 node_network_carrier_changes_total{device="veth28cd032"} 2 node_network_carrier_changes_total{device="veth368f137"} 2 node_network_carrier_changes_total{device="veth3a5af08"} 2 node_network_carrier_changes_total{device="veth3d283ee"} 2 node_network_carrier_changes_total{device="veth43ec600"} 2 node_network_carrier_changes_total{device="veth48a2f52"} 2 node_network_carrier_changes_total{device="veth4c52124"} 2 node_network_carrier_changes_total{device="veth4e69e5f"} 2 node_network_carrier_changes_total{device="veth5010685"} 2 node_network_carrier_changes_total{device="veth52cc5f6"} 2 node_network_carrier_changes_total{device="veth5494c4f"} 2 node_network_carrier_changes_total{device="veth567152d"} 2 node_network_carrier_changes_total{device="veth58c4714"} 2 node_network_carrier_changes_total{device="veth5b03f0f"} 2 node_network_carrier_changes_total{device="veth6171792"} 2 node_network_carrier_changes_total{device="veth6334ac1"} 2 node_network_carrier_changes_total{device="veth6bc3364"} 2 node_network_carrier_changes_total{device="veth6d72260"} 2 node_network_carrier_changes_total{device="veth71cfc91"} 2 node_network_carrier_changes_total{device="veth727eae7"} 2 node_network_carrier_changes_total{device="veth782cddd"} 2 node_network_carrier_changes_total{device="veth7d582c2"} 2 node_network_carrier_changes_total{device="veth7fcb77a"} 2 node_network_carrier_changes_total{device="veth82d5e0b"} 2 node_network_carrier_changes_total{device="veth830924f"} 2 node_network_carrier_changes_total{device="veth8446b24"} 2 node_network_carrier_changes_total{device="veth85901d0"} 2 node_network_carrier_changes_total{device="veth85f0a5a"} 2 node_network_carrier_changes_total{device="veth9192804"} 2 node_network_carrier_changes_total{device="veth9555fa5"} 2 node_network_carrier_changes_total{device="veth99442e5"} 2 node_network_carrier_changes_total{device="veth9aab063"} 2 node_network_carrier_changes_total{device="veth9f0676a"} 2 node_network_carrier_changes_total{device="vetha2f9d79"} 2 node_network_carrier_changes_total{device="vetha7eab0b"} 2 node_network_carrier_changes_total{device="vethad0eb4a"} 2 node_network_carrier_changes_total{device="vethbc4a07a"} 2 node_network_carrier_changes_total{device="vethbcb0a20"} 2 node_network_carrier_changes_total{device="vethbd0b7bf"} 2 node_network_carrier_changes_total{device="vethbf1a62e"} 2 node_network_carrier_changes_total{device="vethbfcc961"} 2 node_network_carrier_changes_total{device="vethcb07006"} 2 node_network_carrier_changes_total{device="vethcdfd351"} 2 node_network_carrier_changes_total{device="vethce35a48"} 2 node_network_carrier_changes_total{device="vethd4aa6c1"} 2 node_network_carrier_changes_total{device="vethd8ebf7d"} 2 node_network_carrier_changes_total{device="vethd944af8"} 2 node_network_carrier_changes_total{device="vethd9d8a4d"} 2 node_network_carrier_changes_total{device="vethdf31682"} 2 node_network_carrier_changes_total{device="vethe2c702e"} 2 node_network_carrier_changes_total{device="vethedf1320"} 2 node_network_carrier_changes_total{device="vethf049afb"} 2 node_network_carrier_changes_total{device="vethfa5e183"} 2 node_network_carrier_changes_total{device="vethff2c431"} 2 # 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="br-07f968154de5"} 2 node_network_carrier_down_changes_total{device="br-16808385b93f"} 1 node_network_carrier_down_changes_total{device="br-1f956fd3540d"} 1 node_network_carrier_down_changes_total{device="br-220147d8e366"} 1 node_network_carrier_down_changes_total{device="br-2f0914f191c1"} 1 node_network_carrier_down_changes_total{device="br-4c463b933acb"} 2 node_network_carrier_down_changes_total{device="br-60668470aeab"} 1 node_network_carrier_down_changes_total{device="br-7d57e7161998"} 1 node_network_carrier_down_changes_total{device="br-83c30c05090c"} 1 node_network_carrier_down_changes_total{device="br-a3cdf67dcbe3"} 1 node_network_carrier_down_changes_total{device="br-b348f0c06c1b"} 2 node_network_carrier_down_changes_total{device="br-c3f816b27415"} 1 node_network_carrier_down_changes_total{device="br-e1634c06178e"} 1 node_network_carrier_down_changes_total{device="br-fc997eab0c12"} 1 node_network_carrier_down_changes_total{device="docker0"} 2 node_network_carrier_down_changes_total{device="eno1"} 1 node_network_carrier_down_changes_total{device="eno2"} 0 node_network_carrier_down_changes_total{device="eno3"} 0 node_network_carrier_down_changes_total{device="eno4"} 0 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="tailscale0"} 0 node_network_carrier_down_changes_total{device="veth0de4d80"} 1 node_network_carrier_down_changes_total{device="veth104d732"} 1 node_network_carrier_down_changes_total{device="veth13d473d"} 1 node_network_carrier_down_changes_total{device="veth1bad299"} 1 node_network_carrier_down_changes_total{device="veth1f9ffbe"} 1 node_network_carrier_down_changes_total{device="veth200e6f8"} 1 node_network_carrier_down_changes_total{device="veth20186f4"} 1 node_network_carrier_down_changes_total{device="veth20905f9"} 1 node_network_carrier_down_changes_total{device="veth26511c1"} 1 node_network_carrier_down_changes_total{device="veth2660c3c"} 1 node_network_carrier_down_changes_total{device="veth28cd032"} 1 node_network_carrier_down_changes_total{device="veth368f137"} 1 node_network_carrier_down_changes_total{device="veth3a5af08"} 1 node_network_carrier_down_changes_total{device="veth3d283ee"} 1 node_network_carrier_down_changes_total{device="veth43ec600"} 1 node_network_carrier_down_changes_total{device="veth48a2f52"} 1 node_network_carrier_down_changes_total{device="veth4c52124"} 1 node_network_carrier_down_changes_total{device="veth4e69e5f"} 1 node_network_carrier_down_changes_total{device="veth5010685"} 1 node_network_carrier_down_changes_total{device="veth52cc5f6"} 1 node_network_carrier_down_changes_total{device="veth5494c4f"} 1 node_network_carrier_down_changes_total{device="veth567152d"} 1 node_network_carrier_down_changes_total{device="veth58c4714"} 1 node_network_carrier_down_changes_total{device="veth5b03f0f"} 1 node_network_carrier_down_changes_total{device="veth6171792"} 1 node_network_carrier_down_changes_total{device="veth6334ac1"} 1 node_network_carrier_down_changes_total{device="veth6bc3364"} 1 node_network_carrier_down_changes_total{device="veth6d72260"} 1 node_network_carrier_down_changes_total{device="veth71cfc91"} 1 node_network_carrier_down_changes_total{device="veth727eae7"} 1 node_network_carrier_down_changes_total{device="veth782cddd"} 1 node_network_carrier_down_changes_total{device="veth7d582c2"} 1 node_network_carrier_down_changes_total{device="veth7fcb77a"} 1 node_network_carrier_down_changes_total{device="veth82d5e0b"} 1 node_network_carrier_down_changes_total{device="veth830924f"} 1 node_network_carrier_down_changes_total{device="veth8446b24"} 1 node_network_carrier_down_changes_total{device="veth85901d0"} 1 node_network_carrier_down_changes_total{device="veth85f0a5a"} 1 node_network_carrier_down_changes_total{device="veth9192804"} 1 node_network_carrier_down_changes_total{device="veth9555fa5"} 1 node_network_carrier_down_changes_total{device="veth99442e5"} 1 node_network_carrier_down_changes_total{device="veth9aab063"} 1 node_network_carrier_down_changes_total{device="veth9f0676a"} 1 node_network_carrier_down_changes_total{device="vetha2f9d79"} 1 node_network_carrier_down_changes_total{device="vetha7eab0b"} 1 node_network_carrier_down_changes_total{device="vethad0eb4a"} 1 node_network_carrier_down_changes_total{device="vethbc4a07a"} 1 node_network_carrier_down_changes_total{device="vethbcb0a20"} 1 node_network_carrier_down_changes_total{device="vethbd0b7bf"} 1 node_network_carrier_down_changes_total{device="vethbf1a62e"} 1 node_network_carrier_down_changes_total{device="vethbfcc961"} 1 node_network_carrier_down_changes_total{device="vethcb07006"} 1 node_network_carrier_down_changes_total{device="vethcdfd351"} 1 node_network_carrier_down_changes_total{device="vethce35a48"} 1 node_network_carrier_down_changes_total{device="vethd4aa6c1"} 1 node_network_carrier_down_changes_total{device="vethd8ebf7d"} 1 node_network_carrier_down_changes_total{device="vethd944af8"} 1 node_network_carrier_down_changes_total{device="vethd9d8a4d"} 1 node_network_carrier_down_changes_total{device="vethdf31682"} 1 node_network_carrier_down_changes_total{device="vethe2c702e"} 1 node_network_carrier_down_changes_total{device="vethedf1320"} 1 node_network_carrier_down_changes_total{device="vethf049afb"} 1 node_network_carrier_down_changes_total{device="vethfa5e183"} 1 node_network_carrier_down_changes_total{device="vethff2c431"} 1 # 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="br-07f968154de5"} 2 node_network_carrier_up_changes_total{device="br-16808385b93f"} 1 node_network_carrier_up_changes_total{device="br-1f956fd3540d"} 1 node_network_carrier_up_changes_total{device="br-220147d8e366"} 1 node_network_carrier_up_changes_total{device="br-2f0914f191c1"} 1 node_network_carrier_up_changes_total{device="br-4c463b933acb"} 2 node_network_carrier_up_changes_total{device="br-60668470aeab"} 1 node_network_carrier_up_changes_total{device="br-7d57e7161998"} 1 node_network_carrier_up_changes_total{device="br-83c30c05090c"} 1 node_network_carrier_up_changes_total{device="br-a3cdf67dcbe3"} 1 node_network_carrier_up_changes_total{device="br-b348f0c06c1b"} 2 node_network_carrier_up_changes_total{device="br-c3f816b27415"} 1 node_network_carrier_up_changes_total{device="br-e1634c06178e"} 1 node_network_carrier_up_changes_total{device="br-fc997eab0c12"} 1 node_network_carrier_up_changes_total{device="docker0"} 1 node_network_carrier_up_changes_total{device="eno1"} 2 node_network_carrier_up_changes_total{device="eno2"} 0 node_network_carrier_up_changes_total{device="eno3"} 0 node_network_carrier_up_changes_total{device="eno4"} 0 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="tailscale0"} 0 node_network_carrier_up_changes_total{device="veth0de4d80"} 1 node_network_carrier_up_changes_total{device="veth104d732"} 1 node_network_carrier_up_changes_total{device="veth13d473d"} 1 node_network_carrier_up_changes_total{device="veth1bad299"} 1 node_network_carrier_up_changes_total{device="veth1f9ffbe"} 1 node_network_carrier_up_changes_total{device="veth200e6f8"} 1 node_network_carrier_up_changes_total{device="veth20186f4"} 1 node_network_carrier_up_changes_total{device="veth20905f9"} 1 node_network_carrier_up_changes_total{device="veth26511c1"} 1 node_network_carrier_up_changes_total{device="veth2660c3c"} 1 node_network_carrier_up_changes_total{device="veth28cd032"} 1 node_network_carrier_up_changes_total{device="veth368f137"} 1 node_network_carrier_up_changes_total{device="veth3a5af08"} 1 node_network_carrier_up_changes_total{device="veth3d283ee"} 1 node_network_carrier_up_changes_total{device="veth43ec600"} 1 node_network_carrier_up_changes_total{device="veth48a2f52"} 1 node_network_carrier_up_changes_total{device="veth4c52124"} 1 node_network_carrier_up_changes_total{device="veth4e69e5f"} 1 node_network_carrier_up_changes_total{device="veth5010685"} 1 node_network_carrier_up_changes_total{device="veth52cc5f6"} 1 node_network_carrier_up_changes_total{device="veth5494c4f"} 1 node_network_carrier_up_changes_total{device="veth567152d"} 1 node_network_carrier_up_changes_total{device="veth58c4714"} 1 node_network_carrier_up_changes_total{device="veth5b03f0f"} 1 node_network_carrier_up_changes_total{device="veth6171792"} 1 node_network_carrier_up_changes_total{device="veth6334ac1"} 1 node_network_carrier_up_changes_total{device="veth6bc3364"} 1 node_network_carrier_up_changes_total{device="veth6d72260"} 1 node_network_carrier_up_changes_total{device="veth71cfc91"} 1 node_network_carrier_up_changes_total{device="veth727eae7"} 1 node_network_carrier_up_changes_total{device="veth782cddd"} 1 node_network_carrier_up_changes_total{device="veth7d582c2"} 1 node_network_carrier_up_changes_total{device="veth7fcb77a"} 1 node_network_carrier_up_changes_total{device="veth82d5e0b"} 1 node_network_carrier_up_changes_total{device="veth830924f"} 1 node_network_carrier_up_changes_total{device="veth8446b24"} 1 node_network_carrier_up_changes_total{device="veth85901d0"} 1 node_network_carrier_up_changes_total{device="veth85f0a5a"} 1 node_network_carrier_up_changes_total{device="veth9192804"} 1 node_network_carrier_up_changes_total{device="veth9555fa5"} 1 node_network_carrier_up_changes_total{device="veth99442e5"} 1 node_network_carrier_up_changes_total{device="veth9aab063"} 1 node_network_carrier_up_changes_total{device="veth9f0676a"} 1 node_network_carrier_up_changes_total{device="vetha2f9d79"} 1 node_network_carrier_up_changes_total{device="vetha7eab0b"} 1 node_network_carrier_up_changes_total{device="vethad0eb4a"} 1 node_network_carrier_up_changes_total{device="vethbc4a07a"} 1 node_network_carrier_up_changes_total{device="vethbcb0a20"} 1 node_network_carrier_up_changes_total{device="vethbd0b7bf"} 1 node_network_carrier_up_changes_total{device="vethbf1a62e"} 1 node_network_carrier_up_changes_total{device="vethbfcc961"} 1 node_network_carrier_up_changes_total{device="vethcb07006"} 1 node_network_carrier_up_changes_total{device="vethcdfd351"} 1 node_network_carrier_up_changes_total{device="vethce35a48"} 1 node_network_carrier_up_changes_total{device="vethd4aa6c1"} 1 node_network_carrier_up_changes_total{device="vethd8ebf7d"} 1 node_network_carrier_up_changes_total{device="vethd944af8"} 1 node_network_carrier_up_changes_total{device="vethd9d8a4d"} 1 node_network_carrier_up_changes_total{device="vethdf31682"} 1 node_network_carrier_up_changes_total{device="vethe2c702e"} 1 node_network_carrier_up_changes_total{device="vethedf1320"} 1 node_network_carrier_up_changes_total{device="vethf049afb"} 1 node_network_carrier_up_changes_total{device="vethfa5e183"} 1 node_network_carrier_up_changes_total{device="vethff2c431"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-07f968154de5"} 0 node_network_device_id{device="br-16808385b93f"} 0 node_network_device_id{device="br-1f956fd3540d"} 0 node_network_device_id{device="br-220147d8e366"} 0 node_network_device_id{device="br-2f0914f191c1"} 0 node_network_device_id{device="br-4c463b933acb"} 0 node_network_device_id{device="br-60668470aeab"} 0 node_network_device_id{device="br-7d57e7161998"} 0 node_network_device_id{device="br-83c30c05090c"} 0 node_network_device_id{device="br-a3cdf67dcbe3"} 0 node_network_device_id{device="br-b348f0c06c1b"} 0 node_network_device_id{device="br-c3f816b27415"} 0 node_network_device_id{device="br-e1634c06178e"} 0 node_network_device_id{device="br-fc997eab0c12"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eno1"} 0 node_network_device_id{device="eno2"} 0 node_network_device_id{device="eno3"} 0 node_network_device_id{device="eno4"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="tailscale0"} 0 node_network_device_id{device="veth0de4d80"} 0 node_network_device_id{device="veth104d732"} 0 node_network_device_id{device="veth13d473d"} 0 node_network_device_id{device="veth1bad299"} 0 node_network_device_id{device="veth1f9ffbe"} 0 node_network_device_id{device="veth200e6f8"} 0 node_network_device_id{device="veth20186f4"} 0 node_network_device_id{device="veth20905f9"} 0 node_network_device_id{device="veth26511c1"} 0 node_network_device_id{device="veth2660c3c"} 0 node_network_device_id{device="veth28cd032"} 0 node_network_device_id{device="veth368f137"} 0 node_network_device_id{device="veth3a5af08"} 0 node_network_device_id{device="veth3d283ee"} 0 node_network_device_id{device="veth43ec600"} 0 node_network_device_id{device="veth48a2f52"} 0 node_network_device_id{device="veth4c52124"} 0 node_network_device_id{device="veth4e69e5f"} 0 node_network_device_id{device="veth5010685"} 0 node_network_device_id{device="veth52cc5f6"} 0 node_network_device_id{device="veth5494c4f"} 0 node_network_device_id{device="veth567152d"} 0 node_network_device_id{device="veth58c4714"} 0 node_network_device_id{device="veth5b03f0f"} 0 node_network_device_id{device="veth6171792"} 0 node_network_device_id{device="veth6334ac1"} 0 node_network_device_id{device="veth6bc3364"} 0 node_network_device_id{device="veth6d72260"} 0 node_network_device_id{device="veth71cfc91"} 0 node_network_device_id{device="veth727eae7"} 0 node_network_device_id{device="veth782cddd"} 0 node_network_device_id{device="veth7d582c2"} 0 node_network_device_id{device="veth7fcb77a"} 0 node_network_device_id{device="veth82d5e0b"} 0 node_network_device_id{device="veth830924f"} 0 node_network_device_id{device="veth8446b24"} 0 node_network_device_id{device="veth85901d0"} 0 node_network_device_id{device="veth85f0a5a"} 0 node_network_device_id{device="veth9192804"} 0 node_network_device_id{device="veth9555fa5"} 0 node_network_device_id{device="veth99442e5"} 0 node_network_device_id{device="veth9aab063"} 0 node_network_device_id{device="veth9f0676a"} 0 node_network_device_id{device="vetha2f9d79"} 0 node_network_device_id{device="vetha7eab0b"} 0 node_network_device_id{device="vethad0eb4a"} 0 node_network_device_id{device="vethbc4a07a"} 0 node_network_device_id{device="vethbcb0a20"} 0 node_network_device_id{device="vethbd0b7bf"} 0 node_network_device_id{device="vethbf1a62e"} 0 node_network_device_id{device="vethbfcc961"} 0 node_network_device_id{device="vethcb07006"} 0 node_network_device_id{device="vethcdfd351"} 0 node_network_device_id{device="vethce35a48"} 0 node_network_device_id{device="vethd4aa6c1"} 0 node_network_device_id{device="vethd8ebf7d"} 0 node_network_device_id{device="vethd944af8"} 0 node_network_device_id{device="vethd9d8a4d"} 0 node_network_device_id{device="vethdf31682"} 0 node_network_device_id{device="vethe2c702e"} 0 node_network_device_id{device="vethedf1320"} 0 node_network_device_id{device="vethf049afb"} 0 node_network_device_id{device="vethfa5e183"} 0 node_network_device_id{device="vethff2c431"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-07f968154de5"} 0 node_network_dormant{device="br-16808385b93f"} 0 node_network_dormant{device="br-1f956fd3540d"} 0 node_network_dormant{device="br-220147d8e366"} 0 node_network_dormant{device="br-2f0914f191c1"} 0 node_network_dormant{device="br-4c463b933acb"} 0 node_network_dormant{device="br-60668470aeab"} 0 node_network_dormant{device="br-7d57e7161998"} 0 node_network_dormant{device="br-83c30c05090c"} 0 node_network_dormant{device="br-a3cdf67dcbe3"} 0 node_network_dormant{device="br-b348f0c06c1b"} 0 node_network_dormant{device="br-c3f816b27415"} 0 node_network_dormant{device="br-e1634c06178e"} 0 node_network_dormant{device="br-fc997eab0c12"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eno1"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="tailscale0"} 0 node_network_dormant{device="veth0de4d80"} 0 node_network_dormant{device="veth104d732"} 0 node_network_dormant{device="veth13d473d"} 0 node_network_dormant{device="veth1bad299"} 0 node_network_dormant{device="veth1f9ffbe"} 0 node_network_dormant{device="veth200e6f8"} 0 node_network_dormant{device="veth20186f4"} 0 node_network_dormant{device="veth20905f9"} 0 node_network_dormant{device="veth26511c1"} 0 node_network_dormant{device="veth2660c3c"} 0 node_network_dormant{device="veth28cd032"} 0 node_network_dormant{device="veth368f137"} 0 node_network_dormant{device="veth3a5af08"} 0 node_network_dormant{device="veth3d283ee"} 0 node_network_dormant{device="veth43ec600"} 0 node_network_dormant{device="veth48a2f52"} 0 node_network_dormant{device="veth4c52124"} 0 node_network_dormant{device="veth4e69e5f"} 0 node_network_dormant{device="veth5010685"} 0 node_network_dormant{device="veth52cc5f6"} 0 node_network_dormant{device="veth5494c4f"} 0 node_network_dormant{device="veth567152d"} 0 node_network_dormant{device="veth58c4714"} 0 node_network_dormant{device="veth5b03f0f"} 0 node_network_dormant{device="veth6171792"} 0 node_network_dormant{device="veth6334ac1"} 0 node_network_dormant{device="veth6bc3364"} 0 node_network_dormant{device="veth6d72260"} 0 node_network_dormant{device="veth71cfc91"} 0 node_network_dormant{device="veth727eae7"} 0 node_network_dormant{device="veth782cddd"} 0 node_network_dormant{device="veth7d582c2"} 0 node_network_dormant{device="veth7fcb77a"} 0 node_network_dormant{device="veth82d5e0b"} 0 node_network_dormant{device="veth830924f"} 0 node_network_dormant{device="veth8446b24"} 0 node_network_dormant{device="veth85901d0"} 0 node_network_dormant{device="veth85f0a5a"} 0 node_network_dormant{device="veth9192804"} 0 node_network_dormant{device="veth9555fa5"} 0 node_network_dormant{device="veth99442e5"} 0 node_network_dormant{device="veth9aab063"} 0 node_network_dormant{device="veth9f0676a"} 0 node_network_dormant{device="vetha2f9d79"} 0 node_network_dormant{device="vetha7eab0b"} 0 node_network_dormant{device="vethad0eb4a"} 0 node_network_dormant{device="vethbc4a07a"} 0 node_network_dormant{device="vethbcb0a20"} 0 node_network_dormant{device="vethbd0b7bf"} 0 node_network_dormant{device="vethbf1a62e"} 0 node_network_dormant{device="vethbfcc961"} 0 node_network_dormant{device="vethcb07006"} 0 node_network_dormant{device="vethcdfd351"} 0 node_network_dormant{device="vethce35a48"} 0 node_network_dormant{device="vethd4aa6c1"} 0 node_network_dormant{device="vethd8ebf7d"} 0 node_network_dormant{device="vethd944af8"} 0 node_network_dormant{device="vethd9d8a4d"} 0 node_network_dormant{device="vethdf31682"} 0 node_network_dormant{device="vethe2c702e"} 0 node_network_dormant{device="vethedf1320"} 0 node_network_dormant{device="vethf049afb"} 0 node_network_dormant{device="vethfa5e183"} 0 node_network_dormant{device="vethff2c431"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-07f968154de5"} 4099 node_network_flags{device="br-16808385b93f"} 4099 node_network_flags{device="br-1f956fd3540d"} 4099 node_network_flags{device="br-220147d8e366"} 4099 node_network_flags{device="br-2f0914f191c1"} 4099 node_network_flags{device="br-4c463b933acb"} 4099 node_network_flags{device="br-60668470aeab"} 4099 node_network_flags{device="br-7d57e7161998"} 4099 node_network_flags{device="br-83c30c05090c"} 4099 node_network_flags{device="br-a3cdf67dcbe3"} 4099 node_network_flags{device="br-b348f0c06c1b"} 4099 node_network_flags{device="br-c3f816b27415"} 4099 node_network_flags{device="br-e1634c06178e"} 4099 node_network_flags{device="br-fc997eab0c12"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eno1"} 4099 node_network_flags{device="eno2"} 4098 node_network_flags{device="eno3"} 4098 node_network_flags{device="eno4"} 4098 node_network_flags{device="lo"} 9 node_network_flags{device="tailscale0"} 4241 node_network_flags{device="veth0de4d80"} 4867 node_network_flags{device="veth104d732"} 4867 node_network_flags{device="veth13d473d"} 4867 node_network_flags{device="veth1bad299"} 4867 node_network_flags{device="veth1f9ffbe"} 4867 node_network_flags{device="veth200e6f8"} 4867 node_network_flags{device="veth20186f4"} 4867 node_network_flags{device="veth20905f9"} 4867 node_network_flags{device="veth26511c1"} 4867 node_network_flags{device="veth2660c3c"} 4867 node_network_flags{device="veth28cd032"} 4867 node_network_flags{device="veth368f137"} 4867 node_network_flags{device="veth3a5af08"} 4867 node_network_flags{device="veth3d283ee"} 4867 node_network_flags{device="veth43ec600"} 4867 node_network_flags{device="veth48a2f52"} 4867 node_network_flags{device="veth4c52124"} 4867 node_network_flags{device="veth4e69e5f"} 4867 node_network_flags{device="veth5010685"} 4867 node_network_flags{device="veth52cc5f6"} 4867 node_network_flags{device="veth5494c4f"} 4867 node_network_flags{device="veth567152d"} 4867 node_network_flags{device="veth58c4714"} 4867 node_network_flags{device="veth5b03f0f"} 4867 node_network_flags{device="veth6171792"} 4867 node_network_flags{device="veth6334ac1"} 4867 node_network_flags{device="veth6bc3364"} 4867 node_network_flags{device="veth6d72260"} 4867 node_network_flags{device="veth71cfc91"} 4867 node_network_flags{device="veth727eae7"} 4867 node_network_flags{device="veth782cddd"} 4867 node_network_flags{device="veth7d582c2"} 4867 node_network_flags{device="veth7fcb77a"} 4867 node_network_flags{device="veth82d5e0b"} 4867 node_network_flags{device="veth830924f"} 4867 node_network_flags{device="veth8446b24"} 4867 node_network_flags{device="veth85901d0"} 4867 node_network_flags{device="veth85f0a5a"} 4867 node_network_flags{device="veth9192804"} 4867 node_network_flags{device="veth9555fa5"} 4867 node_network_flags{device="veth99442e5"} 4867 node_network_flags{device="veth9aab063"} 4867 node_network_flags{device="veth9f0676a"} 4867 node_network_flags{device="vetha2f9d79"} 4867 node_network_flags{device="vetha7eab0b"} 4867 node_network_flags{device="vethad0eb4a"} 4867 node_network_flags{device="vethbc4a07a"} 4867 node_network_flags{device="vethbcb0a20"} 4867 node_network_flags{device="vethbd0b7bf"} 4867 node_network_flags{device="vethbf1a62e"} 4867 node_network_flags{device="vethbfcc961"} 4867 node_network_flags{device="vethcb07006"} 4867 node_network_flags{device="vethcdfd351"} 4867 node_network_flags{device="vethce35a48"} 4867 node_network_flags{device="vethd4aa6c1"} 4867 node_network_flags{device="vethd8ebf7d"} 4867 node_network_flags{device="vethd944af8"} 4867 node_network_flags{device="vethd9d8a4d"} 4867 node_network_flags{device="vethdf31682"} 4867 node_network_flags{device="vethe2c702e"} 4867 node_network_flags{device="vethedf1320"} 4867 node_network_flags{device="vethf049afb"} 4867 node_network_flags{device="vethfa5e183"} 4867 node_network_flags{device="vethff2c431"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-07f968154de5"} 17 node_network_iface_id{device="br-16808385b93f"} 13 node_network_iface_id{device="br-1f956fd3540d"} 11 node_network_iface_id{device="br-220147d8e366"} 14 node_network_iface_id{device="br-2f0914f191c1"} 18 node_network_iface_id{device="br-4c463b933acb"} 22 node_network_iface_id{device="br-60668470aeab"} 23 node_network_iface_id{device="br-7d57e7161998"} 19 node_network_iface_id{device="br-83c30c05090c"} 12 node_network_iface_id{device="br-a3cdf67dcbe3"} 7 node_network_iface_id{device="br-b348f0c06c1b"} 8 node_network_iface_id{device="br-c3f816b27415"} 9 node_network_iface_id{device="br-e1634c06178e"} 15 node_network_iface_id{device="br-fc997eab0c12"} 10 node_network_iface_id{device="docker0"} 21 node_network_iface_id{device="eno1"} 2 node_network_iface_id{device="eno2"} 3 node_network_iface_id{device="eno3"} 4 node_network_iface_id{device="eno4"} 5 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="tailscale0"} 6 node_network_iface_id{device="veth0de4d80"} 57 node_network_iface_id{device="veth104d732"} 91 node_network_iface_id{device="veth13d473d"} 20222 node_network_iface_id{device="veth1bad299"} 69 node_network_iface_id{device="veth1f9ffbe"} 86 node_network_iface_id{device="veth200e6f8"} 56 node_network_iface_id{device="veth20186f4"} 20819 node_network_iface_id{device="veth20905f9"} 62 node_network_iface_id{device="veth26511c1"} 105 node_network_iface_id{device="veth2660c3c"} 90 node_network_iface_id{device="veth28cd032"} 49 node_network_iface_id{device="veth368f137"} 94 node_network_iface_id{device="veth3a5af08"} 97 node_network_iface_id{device="veth3d283ee"} 79 node_network_iface_id{device="veth43ec600"} 20121 node_network_iface_id{device="veth48a2f52"} 20637 node_network_iface_id{device="veth4c52124"} 527 node_network_iface_id{device="veth4e69e5f"} 53 node_network_iface_id{device="veth5010685"} 20750 node_network_iface_id{device="veth52cc5f6"} 20749 node_network_iface_id{device="veth5494c4f"} 50 node_network_iface_id{device="veth567152d"} 41 node_network_iface_id{device="veth58c4714"} 81 node_network_iface_id{device="veth5b03f0f"} 95 node_network_iface_id{device="veth6171792"} 20638 node_network_iface_id{device="veth6334ac1"} 34 node_network_iface_id{device="veth6bc3364"} 20220 node_network_iface_id{device="veth6d72260"} 20143 node_network_iface_id{device="veth71cfc91"} 55 node_network_iface_id{device="veth727eae7"} 38 node_network_iface_id{device="veth782cddd"} 20827 node_network_iface_id{device="veth7d582c2"} 73 node_network_iface_id{device="veth7fcb77a"} 77 node_network_iface_id{device="veth82d5e0b"} 20216 node_network_iface_id{device="veth830924f"} 39 node_network_iface_id{device="veth8446b24"} 89 node_network_iface_id{device="veth85901d0"} 29 node_network_iface_id{device="veth85f0a5a"} 61 node_network_iface_id{device="veth9192804"} 40 node_network_iface_id{device="veth9555fa5"} 54 node_network_iface_id{device="veth99442e5"} 20824 node_network_iface_id{device="veth9aab063"} 66 node_network_iface_id{device="veth9f0676a"} 25 node_network_iface_id{device="vetha2f9d79"} 27 node_network_iface_id{device="vetha7eab0b"} 30 node_network_iface_id{device="vethad0eb4a"} 20219 node_network_iface_id{device="vethbc4a07a"} 104 node_network_iface_id{device="vethbcb0a20"} 84 node_network_iface_id{device="vethbd0b7bf"} 43 node_network_iface_id{device="vethbf1a62e"} 71 node_network_iface_id{device="vethbfcc961"} 65 node_network_iface_id{device="vethcb07006"} 20823 node_network_iface_id{device="vethcdfd351"} 68 node_network_iface_id{device="vethce35a48"} 74 node_network_iface_id{device="vethd4aa6c1"} 92 node_network_iface_id{device="vethd8ebf7d"} 529 node_network_iface_id{device="vethd944af8"} 231 node_network_iface_id{device="vethd9d8a4d"} 60 node_network_iface_id{device="vethdf31682"} 45 node_network_iface_id{device="vethe2c702e"} 20215 node_network_iface_id{device="vethedf1320"} 28 node_network_iface_id{device="vethf049afb"} 20828 node_network_iface_id{device="vethfa5e183"} 20830 node_network_iface_id{device="vethff2c431"} 87 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-07f968154de5"} 17 node_network_iface_link{device="br-16808385b93f"} 13 node_network_iface_link{device="br-1f956fd3540d"} 11 node_network_iface_link{device="br-220147d8e366"} 14 node_network_iface_link{device="br-2f0914f191c1"} 18 node_network_iface_link{device="br-4c463b933acb"} 22 node_network_iface_link{device="br-60668470aeab"} 23 node_network_iface_link{device="br-7d57e7161998"} 19 node_network_iface_link{device="br-83c30c05090c"} 12 node_network_iface_link{device="br-a3cdf67dcbe3"} 7 node_network_iface_link{device="br-b348f0c06c1b"} 8 node_network_iface_link{device="br-c3f816b27415"} 9 node_network_iface_link{device="br-e1634c06178e"} 15 node_network_iface_link{device="br-fc997eab0c12"} 10 node_network_iface_link{device="docker0"} 21 node_network_iface_link{device="eno1"} 2 node_network_iface_link{device="eno2"} 3 node_network_iface_link{device="eno3"} 4 node_network_iface_link{device="eno4"} 5 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="tailscale0"} 6 node_network_iface_link{device="veth0de4d80"} 2 node_network_iface_link{device="veth104d732"} 4 node_network_iface_link{device="veth13d473d"} 2 node_network_iface_link{device="veth1bad299"} 2 node_network_iface_link{device="veth1f9ffbe"} 3 node_network_iface_link{device="veth200e6f8"} 2 node_network_iface_link{device="veth20186f4"} 2 node_network_iface_link{device="veth20905f9"} 2 node_network_iface_link{device="veth26511c1"} 2 node_network_iface_link{device="veth2660c3c"} 3 node_network_iface_link{device="veth28cd032"} 2 node_network_iface_link{device="veth368f137"} 3 node_network_iface_link{device="veth3a5af08"} 3 node_network_iface_link{device="veth3d283ee"} 2 node_network_iface_link{device="veth43ec600"} 2 node_network_iface_link{device="veth48a2f52"} 2 node_network_iface_link{device="veth4c52124"} 2 node_network_iface_link{device="veth4e69e5f"} 2 node_network_iface_link{device="veth5010685"} 3 node_network_iface_link{device="veth52cc5f6"} 2 node_network_iface_link{device="veth5494c4f"} 2 node_network_iface_link{device="veth567152d"} 2 node_network_iface_link{device="veth58c4714"} 2 node_network_iface_link{device="veth5b03f0f"} 3 node_network_iface_link{device="veth6171792"} 3 node_network_iface_link{device="veth6334ac1"} 2 node_network_iface_link{device="veth6bc3364"} 3 node_network_iface_link{device="veth6d72260"} 2 node_network_iface_link{device="veth71cfc91"} 2 node_network_iface_link{device="veth727eae7"} 2 node_network_iface_link{device="veth782cddd"} 2 node_network_iface_link{device="veth7d582c2"} 2 node_network_iface_link{device="veth7fcb77a"} 2 node_network_iface_link{device="veth82d5e0b"} 3 node_network_iface_link{device="veth830924f"} 2 node_network_iface_link{device="veth8446b24"} 3 node_network_iface_link{device="veth85901d0"} 2 node_network_iface_link{device="veth85f0a5a"} 2 node_network_iface_link{device="veth9192804"} 2 node_network_iface_link{device="veth9555fa5"} 2 node_network_iface_link{device="veth99442e5"} 3 node_network_iface_link{device="veth9aab063"} 2 node_network_iface_link{device="veth9f0676a"} 2 node_network_iface_link{device="vetha2f9d79"} 2 node_network_iface_link{device="vetha7eab0b"} 2 node_network_iface_link{device="vethad0eb4a"} 2 node_network_iface_link{device="vethbc4a07a"} 2 node_network_iface_link{device="vethbcb0a20"} 3 node_network_iface_link{device="vethbd0b7bf"} 2 node_network_iface_link{device="vethbf1a62e"} 2 node_network_iface_link{device="vethbfcc961"} 2 node_network_iface_link{device="vethcb07006"} 2 node_network_iface_link{device="vethcdfd351"} 3 node_network_iface_link{device="vethce35a48"} 2 node_network_iface_link{device="vethd4aa6c1"} 3 node_network_iface_link{device="vethd8ebf7d"} 2 node_network_iface_link{device="vethd944af8"} 2 node_network_iface_link{device="vethd9d8a4d"} 2 node_network_iface_link{device="vethdf31682"} 2 node_network_iface_link{device="vethe2c702e"} 2 node_network_iface_link{device="vethedf1320"} 2 node_network_iface_link{device="vethf049afb"} 3 node_network_iface_link{device="vethfa5e183"} 2 node_network_iface_link{device="vethff2c431"} 3 # 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="br-07f968154de5"} 0 node_network_iface_link_mode{device="br-16808385b93f"} 0 node_network_iface_link_mode{device="br-1f956fd3540d"} 0 node_network_iface_link_mode{device="br-220147d8e366"} 0 node_network_iface_link_mode{device="br-2f0914f191c1"} 0 node_network_iface_link_mode{device="br-4c463b933acb"} 0 node_network_iface_link_mode{device="br-60668470aeab"} 0 node_network_iface_link_mode{device="br-7d57e7161998"} 0 node_network_iface_link_mode{device="br-83c30c05090c"} 0 node_network_iface_link_mode{device="br-a3cdf67dcbe3"} 0 node_network_iface_link_mode{device="br-b348f0c06c1b"} 0 node_network_iface_link_mode{device="br-c3f816b27415"} 0 node_network_iface_link_mode{device="br-e1634c06178e"} 0 node_network_iface_link_mode{device="br-fc997eab0c12"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eno1"} 0 node_network_iface_link_mode{device="eno2"} 0 node_network_iface_link_mode{device="eno3"} 0 node_network_iface_link_mode{device="eno4"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="tailscale0"} 0 node_network_iface_link_mode{device="veth0de4d80"} 0 node_network_iface_link_mode{device="veth104d732"} 0 node_network_iface_link_mode{device="veth13d473d"} 0 node_network_iface_link_mode{device="veth1bad299"} 0 node_network_iface_link_mode{device="veth1f9ffbe"} 0 node_network_iface_link_mode{device="veth200e6f8"} 0 node_network_iface_link_mode{device="veth20186f4"} 0 node_network_iface_link_mode{device="veth20905f9"} 0 node_network_iface_link_mode{device="veth26511c1"} 0 node_network_iface_link_mode{device="veth2660c3c"} 0 node_network_iface_link_mode{device="veth28cd032"} 0 node_network_iface_link_mode{device="veth368f137"} 0 node_network_iface_link_mode{device="veth3a5af08"} 0 node_network_iface_link_mode{device="veth3d283ee"} 0 node_network_iface_link_mode{device="veth43ec600"} 0 node_network_iface_link_mode{device="veth48a2f52"} 0 node_network_iface_link_mode{device="veth4c52124"} 0 node_network_iface_link_mode{device="veth4e69e5f"} 0 node_network_iface_link_mode{device="veth5010685"} 0 node_network_iface_link_mode{device="veth52cc5f6"} 0 node_network_iface_link_mode{device="veth5494c4f"} 0 node_network_iface_link_mode{device="veth567152d"} 0 node_network_iface_link_mode{device="veth58c4714"} 0 node_network_iface_link_mode{device="veth5b03f0f"} 0 node_network_iface_link_mode{device="veth6171792"} 0 node_network_iface_link_mode{device="veth6334ac1"} 0 node_network_iface_link_mode{device="veth6bc3364"} 0 node_network_iface_link_mode{device="veth6d72260"} 0 node_network_iface_link_mode{device="veth71cfc91"} 0 node_network_iface_link_mode{device="veth727eae7"} 0 node_network_iface_link_mode{device="veth782cddd"} 0 node_network_iface_link_mode{device="veth7d582c2"} 0 node_network_iface_link_mode{device="veth7fcb77a"} 0 node_network_iface_link_mode{device="veth82d5e0b"} 0 node_network_iface_link_mode{device="veth830924f"} 0 node_network_iface_link_mode{device="veth8446b24"} 0 node_network_iface_link_mode{device="veth85901d0"} 0 node_network_iface_link_mode{device="veth85f0a5a"} 0 node_network_iface_link_mode{device="veth9192804"} 0 node_network_iface_link_mode{device="veth9555fa5"} 0 node_network_iface_link_mode{device="veth99442e5"} 0 node_network_iface_link_mode{device="veth9aab063"} 0 node_network_iface_link_mode{device="veth9f0676a"} 0 node_network_iface_link_mode{device="vetha2f9d79"} 0 node_network_iface_link_mode{device="vetha7eab0b"} 0 node_network_iface_link_mode{device="vethad0eb4a"} 0 node_network_iface_link_mode{device="vethbc4a07a"} 0 node_network_iface_link_mode{device="vethbcb0a20"} 0 node_network_iface_link_mode{device="vethbd0b7bf"} 0 node_network_iface_link_mode{device="vethbf1a62e"} 0 node_network_iface_link_mode{device="vethbfcc961"} 0 node_network_iface_link_mode{device="vethcb07006"} 0 node_network_iface_link_mode{device="vethcdfd351"} 0 node_network_iface_link_mode{device="vethce35a48"} 0 node_network_iface_link_mode{device="vethd4aa6c1"} 0 node_network_iface_link_mode{device="vethd8ebf7d"} 0 node_network_iface_link_mode{device="vethd944af8"} 0 node_network_iface_link_mode{device="vethd9d8a4d"} 0 node_network_iface_link_mode{device="vethdf31682"} 0 node_network_iface_link_mode{device="vethe2c702e"} 0 node_network_iface_link_mode{device="vethedf1320"} 0 node_network_iface_link_mode{device="vethf049afb"} 0 node_network_iface_link_mode{device="vethfa5e183"} 0 node_network_iface_link_mode{device="vethff2c431"} 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="",adminstate="up",broadcast="",device="tailscale0",duplex="full",ifalias="",operstate="unknown"} 1 node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:67:26:81:82:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1f956fd3540d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:9b:4c:6c:d9:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9192804",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:6f:e9:2b:6e:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5010685",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="08:f1:ea:7c:40:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="08:f1:ea:7c:40:85",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="eno2",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="08:f1:ea:7c:40:86",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="eno3",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="08:f1:ea:7c:40:87",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="eno4",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="0a:c7:c0:12:6a:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e1634c06178e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="12:b1:14:c2:ed:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth567152d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:59:1d:98:52:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c52124",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:8e:d4:2f:83:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad0eb4a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:b4:fe:f3:95:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6334ac1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:74:19:09:21:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff2c431",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:b7:52:53:cb:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb07006",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:c5:46:0d:63:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6171792",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:1f:26:ac:5c:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d582c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:49:0a:a7:c4:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth58c4714",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:ae:6e:2a:db:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20905f9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:fa:2c:10:96:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7d57e7161998",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2a:81:6c:0d:f9:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth830924f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:96:69:dc:9b:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d72260",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:f5:e8:af:a9:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-60668470aeab",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="36:00:f0:90:60:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2660c3c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:97:ac:d7:73:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc4a07a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:dd:77:c5:31:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9aab063",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:6e:b2:26:07:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-16808385b93f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="46:e6:a4:27:07:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9d8a4d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:00:08:f8:a6:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c3f816b27415",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="4a:10:c4:b2:dc:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-07f968154de5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="4a:e2:e0:7b:7d:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth13d473d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:db:8e:1a:81:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd944af8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:d6:4e:bb:85:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5494c4f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:f6:e0:f4:5d:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b348f0c06c1b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="56:47:ea:1b:1b:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20186f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:60:2e:5d:92:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd0b7bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:69:72:a2:ad:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a3cdf67dcbe3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="5a:73:a4:3b:82:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8446b24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:88:9a:3e:92:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth104d732",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:b4:0d:78:71:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-220147d8e366",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="6a:8f:88:49:0b:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1bad299",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:cf:a9:f7:2e:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fc997eab0c12",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="6e:15:9e:17:87:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e69e5f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:49:49:cc:cd:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85901d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:70:77:c5:10:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="7a:6c:db:00:2c:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2c702e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:82:dd:b0:45:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0de4d80",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:e4:61:c1:4a:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa5e183",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:ca:84:e2:8c:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4c463b933acb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="86:69:6a:6b:8f:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2f0914f191c1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="8a:a5:3e:7b:8c:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f0676a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:2f:e6:a8:aa:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7fcb77a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:fb:32:1a:dc:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth26511c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:0a:3e:c1:a7:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth727eae7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:10:33:30:86:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85f0a5a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:51:c8:03:35:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2f9d79",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:55:9e:1d:ac:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6bc3364",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:64:61:ff:01:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdf31682",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:9d:8a:52:14:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth52cc5f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:0f:97:98:05:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd4aa6c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:a3:2b:69:a9:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth782cddd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:52:42:9c:3e:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth99442e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:37:e8:29:19:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth368f137",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:7e:df:a3:f1:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48a2f52",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:ae:da:88:34:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9555fa5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:d6:5a:dd:25:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbcb0a20",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:d0:3d:9b:d5:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b03f0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:d6:32:34:eb:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf049afb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:73:4c:fc:d9:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7eab0b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:df:62:ae:9f:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethedf1320",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:ac:e5:1e:4c:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d283ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:a3:40:4f:ca:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth28cd032",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:c8:80:1d:ce:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf1a62e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:63:09:80:aa:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth71cfc91",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:2d:74:8b:bc:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth82d5e0b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:87:8c:ba:71:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcdfd351",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:da:27:5c:da:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f9ffbe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:98:89:08:ea:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce35a48",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:2b:55:2a:87:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbfcc961",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:68:50:6a:c1:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a5af08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:9b:55:70:24:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-83c30c05090c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fa:e5:30:ed:ca:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth200e6f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:81:4e:e7:13:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8ebf7d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:88:6a:ef:91:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth43ec600",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="br-07f968154de5"} 1500 node_network_mtu_bytes{device="br-16808385b93f"} 1500 node_network_mtu_bytes{device="br-1f956fd3540d"} 1500 node_network_mtu_bytes{device="br-220147d8e366"} 1500 node_network_mtu_bytes{device="br-2f0914f191c1"} 1500 node_network_mtu_bytes{device="br-4c463b933acb"} 1500 node_network_mtu_bytes{device="br-60668470aeab"} 1500 node_network_mtu_bytes{device="br-7d57e7161998"} 1500 node_network_mtu_bytes{device="br-83c30c05090c"} 1500 node_network_mtu_bytes{device="br-a3cdf67dcbe3"} 1500 node_network_mtu_bytes{device="br-b348f0c06c1b"} 1500 node_network_mtu_bytes{device="br-c3f816b27415"} 1500 node_network_mtu_bytes{device="br-e1634c06178e"} 1500 node_network_mtu_bytes{device="br-fc997eab0c12"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eno1"} 1500 node_network_mtu_bytes{device="eno2"} 1500 node_network_mtu_bytes{device="eno3"} 1500 node_network_mtu_bytes{device="eno4"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="tailscale0"} 1280 node_network_mtu_bytes{device="veth0de4d80"} 1500 node_network_mtu_bytes{device="veth104d732"} 1500 node_network_mtu_bytes{device="veth13d473d"} 1500 node_network_mtu_bytes{device="veth1bad299"} 1500 node_network_mtu_bytes{device="veth1f9ffbe"} 1500 node_network_mtu_bytes{device="veth200e6f8"} 1500 node_network_mtu_bytes{device="veth20186f4"} 1500 node_network_mtu_bytes{device="veth20905f9"} 1500 node_network_mtu_bytes{device="veth26511c1"} 1500 node_network_mtu_bytes{device="veth2660c3c"} 1500 node_network_mtu_bytes{device="veth28cd032"} 1500 node_network_mtu_bytes{device="veth368f137"} 1500 node_network_mtu_bytes{device="veth3a5af08"} 1500 node_network_mtu_bytes{device="veth3d283ee"} 1500 node_network_mtu_bytes{device="veth43ec600"} 1500 node_network_mtu_bytes{device="veth48a2f52"} 1500 node_network_mtu_bytes{device="veth4c52124"} 1500 node_network_mtu_bytes{device="veth4e69e5f"} 1500 node_network_mtu_bytes{device="veth5010685"} 1500 node_network_mtu_bytes{device="veth52cc5f6"} 1500 node_network_mtu_bytes{device="veth5494c4f"} 1500 node_network_mtu_bytes{device="veth567152d"} 1500 node_network_mtu_bytes{device="veth58c4714"} 1500 node_network_mtu_bytes{device="veth5b03f0f"} 1500 node_network_mtu_bytes{device="veth6171792"} 1500 node_network_mtu_bytes{device="veth6334ac1"} 1500 node_network_mtu_bytes{device="veth6bc3364"} 1500 node_network_mtu_bytes{device="veth6d72260"} 1500 node_network_mtu_bytes{device="veth71cfc91"} 1500 node_network_mtu_bytes{device="veth727eae7"} 1500 node_network_mtu_bytes{device="veth782cddd"} 1500 node_network_mtu_bytes{device="veth7d582c2"} 1500 node_network_mtu_bytes{device="veth7fcb77a"} 1500 node_network_mtu_bytes{device="veth82d5e0b"} 1500 node_network_mtu_bytes{device="veth830924f"} 1500 node_network_mtu_bytes{device="veth8446b24"} 1500 node_network_mtu_bytes{device="veth85901d0"} 1500 node_network_mtu_bytes{device="veth85f0a5a"} 1500 node_network_mtu_bytes{device="veth9192804"} 1500 node_network_mtu_bytes{device="veth9555fa5"} 1500 node_network_mtu_bytes{device="veth99442e5"} 1500 node_network_mtu_bytes{device="veth9aab063"} 1500 node_network_mtu_bytes{device="veth9f0676a"} 1500 node_network_mtu_bytes{device="vetha2f9d79"} 1500 node_network_mtu_bytes{device="vetha7eab0b"} 1500 node_network_mtu_bytes{device="vethad0eb4a"} 1500 node_network_mtu_bytes{device="vethbc4a07a"} 1500 node_network_mtu_bytes{device="vethbcb0a20"} 1500 node_network_mtu_bytes{device="vethbd0b7bf"} 1500 node_network_mtu_bytes{device="vethbf1a62e"} 1500 node_network_mtu_bytes{device="vethbfcc961"} 1500 node_network_mtu_bytes{device="vethcb07006"} 1500 node_network_mtu_bytes{device="vethcdfd351"} 1500 node_network_mtu_bytes{device="vethce35a48"} 1500 node_network_mtu_bytes{device="vethd4aa6c1"} 1500 node_network_mtu_bytes{device="vethd8ebf7d"} 1500 node_network_mtu_bytes{device="vethd944af8"} 1500 node_network_mtu_bytes{device="vethd9d8a4d"} 1500 node_network_mtu_bytes{device="vethdf31682"} 1500 node_network_mtu_bytes{device="vethe2c702e"} 1500 node_network_mtu_bytes{device="vethedf1320"} 1500 node_network_mtu_bytes{device="vethf049afb"} 1500 node_network_mtu_bytes{device="vethfa5e183"} 1500 node_network_mtu_bytes{device="vethff2c431"} 1500 # 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="br-07f968154de5"} 3 node_network_name_assign_type{device="br-16808385b93f"} 3 node_network_name_assign_type{device="br-1f956fd3540d"} 3 node_network_name_assign_type{device="br-220147d8e366"} 3 node_network_name_assign_type{device="br-2f0914f191c1"} 3 node_network_name_assign_type{device="br-4c463b933acb"} 3 node_network_name_assign_type{device="br-60668470aeab"} 3 node_network_name_assign_type{device="br-7d57e7161998"} 3 node_network_name_assign_type{device="br-83c30c05090c"} 3 node_network_name_assign_type{device="br-a3cdf67dcbe3"} 3 node_network_name_assign_type{device="br-b348f0c06c1b"} 3 node_network_name_assign_type{device="br-c3f816b27415"} 3 node_network_name_assign_type{device="br-e1634c06178e"} 3 node_network_name_assign_type{device="br-fc997eab0c12"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="eno1"} 4 node_network_name_assign_type{device="eno2"} 4 node_network_name_assign_type{device="eno3"} 4 node_network_name_assign_type{device="eno4"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth0de4d80"} 3 node_network_name_assign_type{device="veth104d732"} 3 node_network_name_assign_type{device="veth13d473d"} 3 node_network_name_assign_type{device="veth1bad299"} 3 node_network_name_assign_type{device="veth1f9ffbe"} 3 node_network_name_assign_type{device="veth200e6f8"} 3 node_network_name_assign_type{device="veth20186f4"} 3 node_network_name_assign_type{device="veth20905f9"} 3 node_network_name_assign_type{device="veth26511c1"} 3 node_network_name_assign_type{device="veth2660c3c"} 3 node_network_name_assign_type{device="veth28cd032"} 3 node_network_name_assign_type{device="veth368f137"} 3 node_network_name_assign_type{device="veth3a5af08"} 3 node_network_name_assign_type{device="veth3d283ee"} 3 node_network_name_assign_type{device="veth43ec600"} 3 node_network_name_assign_type{device="veth48a2f52"} 3 node_network_name_assign_type{device="veth4c52124"} 3 node_network_name_assign_type{device="veth4e69e5f"} 3 node_network_name_assign_type{device="veth5010685"} 3 node_network_name_assign_type{device="veth52cc5f6"} 3 node_network_name_assign_type{device="veth5494c4f"} 3 node_network_name_assign_type{device="veth567152d"} 3 node_network_name_assign_type{device="veth58c4714"} 3 node_network_name_assign_type{device="veth5b03f0f"} 3 node_network_name_assign_type{device="veth6171792"} 3 node_network_name_assign_type{device="veth6334ac1"} 3 node_network_name_assign_type{device="veth6bc3364"} 3 node_network_name_assign_type{device="veth6d72260"} 3 node_network_name_assign_type{device="veth71cfc91"} 3 node_network_name_assign_type{device="veth727eae7"} 3 node_network_name_assign_type{device="veth782cddd"} 3 node_network_name_assign_type{device="veth7d582c2"} 3 node_network_name_assign_type{device="veth7fcb77a"} 3 node_network_name_assign_type{device="veth82d5e0b"} 3 node_network_name_assign_type{device="veth830924f"} 3 node_network_name_assign_type{device="veth8446b24"} 3 node_network_name_assign_type{device="veth85901d0"} 3 node_network_name_assign_type{device="veth85f0a5a"} 3 node_network_name_assign_type{device="veth9192804"} 3 node_network_name_assign_type{device="veth9555fa5"} 3 node_network_name_assign_type{device="veth99442e5"} 3 node_network_name_assign_type{device="veth9aab063"} 3 node_network_name_assign_type{device="veth9f0676a"} 3 node_network_name_assign_type{device="vetha2f9d79"} 3 node_network_name_assign_type{device="vetha7eab0b"} 3 node_network_name_assign_type{device="vethad0eb4a"} 3 node_network_name_assign_type{device="vethbc4a07a"} 3 node_network_name_assign_type{device="vethbcb0a20"} 3 node_network_name_assign_type{device="vethbd0b7bf"} 3 node_network_name_assign_type{device="vethbf1a62e"} 3 node_network_name_assign_type{device="vethbfcc961"} 3 node_network_name_assign_type{device="vethcb07006"} 3 node_network_name_assign_type{device="vethcdfd351"} 3 node_network_name_assign_type{device="vethce35a48"} 3 node_network_name_assign_type{device="vethd4aa6c1"} 3 node_network_name_assign_type{device="vethd8ebf7d"} 3 node_network_name_assign_type{device="vethd944af8"} 3 node_network_name_assign_type{device="vethd9d8a4d"} 3 node_network_name_assign_type{device="vethdf31682"} 3 node_network_name_assign_type{device="vethe2c702e"} 3 node_network_name_assign_type{device="vethedf1320"} 3 node_network_name_assign_type{device="vethf049afb"} 3 node_network_name_assign_type{device="vethfa5e183"} 3 node_network_name_assign_type{device="vethff2c431"} 3 # 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="br-07f968154de5"} 0 node_network_net_dev_group{device="br-16808385b93f"} 0 node_network_net_dev_group{device="br-1f956fd3540d"} 0 node_network_net_dev_group{device="br-220147d8e366"} 0 node_network_net_dev_group{device="br-2f0914f191c1"} 0 node_network_net_dev_group{device="br-4c463b933acb"} 0 node_network_net_dev_group{device="br-60668470aeab"} 0 node_network_net_dev_group{device="br-7d57e7161998"} 0 node_network_net_dev_group{device="br-83c30c05090c"} 0 node_network_net_dev_group{device="br-a3cdf67dcbe3"} 0 node_network_net_dev_group{device="br-b348f0c06c1b"} 0 node_network_net_dev_group{device="br-c3f816b27415"} 0 node_network_net_dev_group{device="br-e1634c06178e"} 0 node_network_net_dev_group{device="br-fc997eab0c12"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eno1"} 0 node_network_net_dev_group{device="eno2"} 0 node_network_net_dev_group{device="eno3"} 0 node_network_net_dev_group{device="eno4"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="tailscale0"} 0 node_network_net_dev_group{device="veth0de4d80"} 0 node_network_net_dev_group{device="veth104d732"} 0 node_network_net_dev_group{device="veth13d473d"} 0 node_network_net_dev_group{device="veth1bad299"} 0 node_network_net_dev_group{device="veth1f9ffbe"} 0 node_network_net_dev_group{device="veth200e6f8"} 0 node_network_net_dev_group{device="veth20186f4"} 0 node_network_net_dev_group{device="veth20905f9"} 0 node_network_net_dev_group{device="veth26511c1"} 0 node_network_net_dev_group{device="veth2660c3c"} 0 node_network_net_dev_group{device="veth28cd032"} 0 node_network_net_dev_group{device="veth368f137"} 0 node_network_net_dev_group{device="veth3a5af08"} 0 node_network_net_dev_group{device="veth3d283ee"} 0 node_network_net_dev_group{device="veth43ec600"} 0 node_network_net_dev_group{device="veth48a2f52"} 0 node_network_net_dev_group{device="veth4c52124"} 0 node_network_net_dev_group{device="veth4e69e5f"} 0 node_network_net_dev_group{device="veth5010685"} 0 node_network_net_dev_group{device="veth52cc5f6"} 0 node_network_net_dev_group{device="veth5494c4f"} 0 node_network_net_dev_group{device="veth567152d"} 0 node_network_net_dev_group{device="veth58c4714"} 0 node_network_net_dev_group{device="veth5b03f0f"} 0 node_network_net_dev_group{device="veth6171792"} 0 node_network_net_dev_group{device="veth6334ac1"} 0 node_network_net_dev_group{device="veth6bc3364"} 0 node_network_net_dev_group{device="veth6d72260"} 0 node_network_net_dev_group{device="veth71cfc91"} 0 node_network_net_dev_group{device="veth727eae7"} 0 node_network_net_dev_group{device="veth782cddd"} 0 node_network_net_dev_group{device="veth7d582c2"} 0 node_network_net_dev_group{device="veth7fcb77a"} 0 node_network_net_dev_group{device="veth82d5e0b"} 0 node_network_net_dev_group{device="veth830924f"} 0 node_network_net_dev_group{device="veth8446b24"} 0 node_network_net_dev_group{device="veth85901d0"} 0 node_network_net_dev_group{device="veth85f0a5a"} 0 node_network_net_dev_group{device="veth9192804"} 0 node_network_net_dev_group{device="veth9555fa5"} 0 node_network_net_dev_group{device="veth99442e5"} 0 node_network_net_dev_group{device="veth9aab063"} 0 node_network_net_dev_group{device="veth9f0676a"} 0 node_network_net_dev_group{device="vetha2f9d79"} 0 node_network_net_dev_group{device="vetha7eab0b"} 0 node_network_net_dev_group{device="vethad0eb4a"} 0 node_network_net_dev_group{device="vethbc4a07a"} 0 node_network_net_dev_group{device="vethbcb0a20"} 0 node_network_net_dev_group{device="vethbd0b7bf"} 0 node_network_net_dev_group{device="vethbf1a62e"} 0 node_network_net_dev_group{device="vethbfcc961"} 0 node_network_net_dev_group{device="vethcb07006"} 0 node_network_net_dev_group{device="vethcdfd351"} 0 node_network_net_dev_group{device="vethce35a48"} 0 node_network_net_dev_group{device="vethd4aa6c1"} 0 node_network_net_dev_group{device="vethd8ebf7d"} 0 node_network_net_dev_group{device="vethd944af8"} 0 node_network_net_dev_group{device="vethd9d8a4d"} 0 node_network_net_dev_group{device="vethdf31682"} 0 node_network_net_dev_group{device="vethe2c702e"} 0 node_network_net_dev_group{device="vethedf1320"} 0 node_network_net_dev_group{device="vethf049afb"} 0 node_network_net_dev_group{device="vethfa5e183"} 0 node_network_net_dev_group{device="vethff2c431"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-07f968154de5"} 1 node_network_protocol_type{device="br-16808385b93f"} 1 node_network_protocol_type{device="br-1f956fd3540d"} 1 node_network_protocol_type{device="br-220147d8e366"} 1 node_network_protocol_type{device="br-2f0914f191c1"} 1 node_network_protocol_type{device="br-4c463b933acb"} 1 node_network_protocol_type{device="br-60668470aeab"} 1 node_network_protocol_type{device="br-7d57e7161998"} 1 node_network_protocol_type{device="br-83c30c05090c"} 1 node_network_protocol_type{device="br-a3cdf67dcbe3"} 1 node_network_protocol_type{device="br-b348f0c06c1b"} 1 node_network_protocol_type{device="br-c3f816b27415"} 1 node_network_protocol_type{device="br-e1634c06178e"} 1 node_network_protocol_type{device="br-fc997eab0c12"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eno1"} 1 node_network_protocol_type{device="eno2"} 1 node_network_protocol_type{device="eno3"} 1 node_network_protocol_type{device="eno4"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="tailscale0"} 65534 node_network_protocol_type{device="veth0de4d80"} 1 node_network_protocol_type{device="veth104d732"} 1 node_network_protocol_type{device="veth13d473d"} 1 node_network_protocol_type{device="veth1bad299"} 1 node_network_protocol_type{device="veth1f9ffbe"} 1 node_network_protocol_type{device="veth200e6f8"} 1 node_network_protocol_type{device="veth20186f4"} 1 node_network_protocol_type{device="veth20905f9"} 1 node_network_protocol_type{device="veth26511c1"} 1 node_network_protocol_type{device="veth2660c3c"} 1 node_network_protocol_type{device="veth28cd032"} 1 node_network_protocol_type{device="veth368f137"} 1 node_network_protocol_type{device="veth3a5af08"} 1 node_network_protocol_type{device="veth3d283ee"} 1 node_network_protocol_type{device="veth43ec600"} 1 node_network_protocol_type{device="veth48a2f52"} 1 node_network_protocol_type{device="veth4c52124"} 1 node_network_protocol_type{device="veth4e69e5f"} 1 node_network_protocol_type{device="veth5010685"} 1 node_network_protocol_type{device="veth52cc5f6"} 1 node_network_protocol_type{device="veth5494c4f"} 1 node_network_protocol_type{device="veth567152d"} 1 node_network_protocol_type{device="veth58c4714"} 1 node_network_protocol_type{device="veth5b03f0f"} 1 node_network_protocol_type{device="veth6171792"} 1 node_network_protocol_type{device="veth6334ac1"} 1 node_network_protocol_type{device="veth6bc3364"} 1 node_network_protocol_type{device="veth6d72260"} 1 node_network_protocol_type{device="veth71cfc91"} 1 node_network_protocol_type{device="veth727eae7"} 1 node_network_protocol_type{device="veth782cddd"} 1 node_network_protocol_type{device="veth7d582c2"} 1 node_network_protocol_type{device="veth7fcb77a"} 1 node_network_protocol_type{device="veth82d5e0b"} 1 node_network_protocol_type{device="veth830924f"} 1 node_network_protocol_type{device="veth8446b24"} 1 node_network_protocol_type{device="veth85901d0"} 1 node_network_protocol_type{device="veth85f0a5a"} 1 node_network_protocol_type{device="veth9192804"} 1 node_network_protocol_type{device="veth9555fa5"} 1 node_network_protocol_type{device="veth99442e5"} 1 node_network_protocol_type{device="veth9aab063"} 1 node_network_protocol_type{device="veth9f0676a"} 1 node_network_protocol_type{device="vetha2f9d79"} 1 node_network_protocol_type{device="vetha7eab0b"} 1 node_network_protocol_type{device="vethad0eb4a"} 1 node_network_protocol_type{device="vethbc4a07a"} 1 node_network_protocol_type{device="vethbcb0a20"} 1 node_network_protocol_type{device="vethbd0b7bf"} 1 node_network_protocol_type{device="vethbf1a62e"} 1 node_network_protocol_type{device="vethbfcc961"} 1 node_network_protocol_type{device="vethcb07006"} 1 node_network_protocol_type{device="vethcdfd351"} 1 node_network_protocol_type{device="vethce35a48"} 1 node_network_protocol_type{device="vethd4aa6c1"} 1 node_network_protocol_type{device="vethd8ebf7d"} 1 node_network_protocol_type{device="vethd944af8"} 1 node_network_protocol_type{device="vethd9d8a4d"} 1 node_network_protocol_type{device="vethdf31682"} 1 node_network_protocol_type{device="vethe2c702e"} 1 node_network_protocol_type{device="vethedf1320"} 1 node_network_protocol_type{device="vethf049afb"} 1 node_network_protocol_type{device="vethfa5e183"} 1 node_network_protocol_type{device="vethff2c431"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 6.15986e+06 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 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="eth0"} 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="eth0"} 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="eth0"} 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="eth0"} 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="eth0"} 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="eth0"} 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="eth0"} 42059 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-07f968154de5"} 1.25e+09 node_network_speed_bytes{device="br-16808385b93f"} 1.25e+09 node_network_speed_bytes{device="br-1f956fd3540d"} 1.25e+09 node_network_speed_bytes{device="br-220147d8e366"} 1.25e+09 node_network_speed_bytes{device="br-2f0914f191c1"} 1.25e+09 node_network_speed_bytes{device="br-4c463b933acb"} 1.25e+09 node_network_speed_bytes{device="br-60668470aeab"} 1.25e+09 node_network_speed_bytes{device="br-7d57e7161998"} 1.25e+09 node_network_speed_bytes{device="br-83c30c05090c"} 1.25e+09 node_network_speed_bytes{device="br-a3cdf67dcbe3"} 1.25e+09 node_network_speed_bytes{device="br-b348f0c06c1b"} 1.25e+09 node_network_speed_bytes{device="br-c3f816b27415"} 1.25e+09 node_network_speed_bytes{device="br-e1634c06178e"} 1.25e+09 node_network_speed_bytes{device="br-fc997eab0c12"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eno1"} 1.25e+08 node_network_speed_bytes{device="tailscale0"} -125000 node_network_speed_bytes{device="veth0de4d80"} 1.25e+09 node_network_speed_bytes{device="veth104d732"} 1.25e+09 node_network_speed_bytes{device="veth13d473d"} 1.25e+09 node_network_speed_bytes{device="veth1bad299"} 1.25e+09 node_network_speed_bytes{device="veth1f9ffbe"} 1.25e+09 node_network_speed_bytes{device="veth200e6f8"} 1.25e+09 node_network_speed_bytes{device="veth20186f4"} 1.25e+09 node_network_speed_bytes{device="veth20905f9"} 1.25e+09 node_network_speed_bytes{device="veth26511c1"} 1.25e+09 node_network_speed_bytes{device="veth2660c3c"} 1.25e+09 node_network_speed_bytes{device="veth28cd032"} 1.25e+09 node_network_speed_bytes{device="veth368f137"} 1.25e+09 node_network_speed_bytes{device="veth3a5af08"} 1.25e+09 node_network_speed_bytes{device="veth3d283ee"} 1.25e+09 node_network_speed_bytes{device="veth43ec600"} 1.25e+09 node_network_speed_bytes{device="veth48a2f52"} 1.25e+09 node_network_speed_bytes{device="veth4c52124"} 1.25e+09 node_network_speed_bytes{device="veth4e69e5f"} 1.25e+09 node_network_speed_bytes{device="veth5010685"} 1.25e+09 node_network_speed_bytes{device="veth52cc5f6"} 1.25e+09 node_network_speed_bytes{device="veth5494c4f"} 1.25e+09 node_network_speed_bytes{device="veth567152d"} 1.25e+09 node_network_speed_bytes{device="veth58c4714"} 1.25e+09 node_network_speed_bytes{device="veth5b03f0f"} 1.25e+09 node_network_speed_bytes{device="veth6171792"} 1.25e+09 node_network_speed_bytes{device="veth6334ac1"} 1.25e+09 node_network_speed_bytes{device="veth6bc3364"} 1.25e+09 node_network_speed_bytes{device="veth6d72260"} 1.25e+09 node_network_speed_bytes{device="veth71cfc91"} 1.25e+09 node_network_speed_bytes{device="veth727eae7"} 1.25e+09 node_network_speed_bytes{device="veth782cddd"} 1.25e+09 node_network_speed_bytes{device="veth7d582c2"} 1.25e+09 node_network_speed_bytes{device="veth7fcb77a"} 1.25e+09 node_network_speed_bytes{device="veth82d5e0b"} 1.25e+09 node_network_speed_bytes{device="veth830924f"} 1.25e+09 node_network_speed_bytes{device="veth8446b24"} 1.25e+09 node_network_speed_bytes{device="veth85901d0"} 1.25e+09 node_network_speed_bytes{device="veth85f0a5a"} 1.25e+09 node_network_speed_bytes{device="veth9192804"} 1.25e+09 node_network_speed_bytes{device="veth9555fa5"} 1.25e+09 node_network_speed_bytes{device="veth99442e5"} 1.25e+09 node_network_speed_bytes{device="veth9aab063"} 1.25e+09 node_network_speed_bytes{device="veth9f0676a"} 1.25e+09 node_network_speed_bytes{device="vetha2f9d79"} 1.25e+09 node_network_speed_bytes{device="vetha7eab0b"} 1.25e+09 node_network_speed_bytes{device="vethad0eb4a"} 1.25e+09 node_network_speed_bytes{device="vethbc4a07a"} 1.25e+09 node_network_speed_bytes{device="vethbcb0a20"} 1.25e+09 node_network_speed_bytes{device="vethbd0b7bf"} 1.25e+09 node_network_speed_bytes{device="vethbf1a62e"} 1.25e+09 node_network_speed_bytes{device="vethbfcc961"} 1.25e+09 node_network_speed_bytes{device="vethcb07006"} 1.25e+09 node_network_speed_bytes{device="vethcdfd351"} 1.25e+09 node_network_speed_bytes{device="vethce35a48"} 1.25e+09 node_network_speed_bytes{device="vethd4aa6c1"} 1.25e+09 node_network_speed_bytes{device="vethd8ebf7d"} 1.25e+09 node_network_speed_bytes{device="vethd944af8"} 1.25e+09 node_network_speed_bytes{device="vethd9d8a4d"} 1.25e+09 node_network_speed_bytes{device="vethdf31682"} 1.25e+09 node_network_speed_bytes{device="vethe2c702e"} 1.25e+09 node_network_speed_bytes{device="vethedf1320"} 1.25e+09 node_network_speed_bytes{device="vethf049afb"} 1.25e+09 node_network_speed_bytes{device="vethfa5e183"} 1.25e+09 node_network_speed_bytes{device="vethff2c431"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 2.731125e+06 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 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="eth0"} 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="eth0"} 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="eth0"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 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="eth0"} 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="eth0"} 12254 node_network_transmit_packets_total{device="lo"} 0 # 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="br-07f968154de5"} 0 node_network_transmit_queue_length{device="br-16808385b93f"} 0 node_network_transmit_queue_length{device="br-1f956fd3540d"} 0 node_network_transmit_queue_length{device="br-220147d8e366"} 0 node_network_transmit_queue_length{device="br-2f0914f191c1"} 0 node_network_transmit_queue_length{device="br-4c463b933acb"} 0 node_network_transmit_queue_length{device="br-60668470aeab"} 0 node_network_transmit_queue_length{device="br-7d57e7161998"} 0 node_network_transmit_queue_length{device="br-83c30c05090c"} 0 node_network_transmit_queue_length{device="br-a3cdf67dcbe3"} 0 node_network_transmit_queue_length{device="br-b348f0c06c1b"} 0 node_network_transmit_queue_length{device="br-c3f816b27415"} 0 node_network_transmit_queue_length{device="br-e1634c06178e"} 0 node_network_transmit_queue_length{device="br-fc997eab0c12"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eno1"} 1000 node_network_transmit_queue_length{device="eno2"} 1000 node_network_transmit_queue_length{device="eno3"} 1000 node_network_transmit_queue_length{device="eno4"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="tailscale0"} 500 node_network_transmit_queue_length{device="veth0de4d80"} 0 node_network_transmit_queue_length{device="veth104d732"} 0 node_network_transmit_queue_length{device="veth13d473d"} 0 node_network_transmit_queue_length{device="veth1bad299"} 0 node_network_transmit_queue_length{device="veth1f9ffbe"} 0 node_network_transmit_queue_length{device="veth200e6f8"} 0 node_network_transmit_queue_length{device="veth20186f4"} 0 node_network_transmit_queue_length{device="veth20905f9"} 0 node_network_transmit_queue_length{device="veth26511c1"} 0 node_network_transmit_queue_length{device="veth2660c3c"} 0 node_network_transmit_queue_length{device="veth28cd032"} 0 node_network_transmit_queue_length{device="veth368f137"} 0 node_network_transmit_queue_length{device="veth3a5af08"} 0 node_network_transmit_queue_length{device="veth3d283ee"} 0 node_network_transmit_queue_length{device="veth43ec600"} 0 node_network_transmit_queue_length{device="veth48a2f52"} 0 node_network_transmit_queue_length{device="veth4c52124"} 0 node_network_transmit_queue_length{device="veth4e69e5f"} 0 node_network_transmit_queue_length{device="veth5010685"} 0 node_network_transmit_queue_length{device="veth52cc5f6"} 0 node_network_transmit_queue_length{device="veth5494c4f"} 0 node_network_transmit_queue_length{device="veth567152d"} 0 node_network_transmit_queue_length{device="veth58c4714"} 0 node_network_transmit_queue_length{device="veth5b03f0f"} 0 node_network_transmit_queue_length{device="veth6171792"} 0 node_network_transmit_queue_length{device="veth6334ac1"} 0 node_network_transmit_queue_length{device="veth6bc3364"} 0 node_network_transmit_queue_length{device="veth6d72260"} 0 node_network_transmit_queue_length{device="veth71cfc91"} 0 node_network_transmit_queue_length{device="veth727eae7"} 0 node_network_transmit_queue_length{device="veth782cddd"} 0 node_network_transmit_queue_length{device="veth7d582c2"} 0 node_network_transmit_queue_length{device="veth7fcb77a"} 0 node_network_transmit_queue_length{device="veth82d5e0b"} 0 node_network_transmit_queue_length{device="veth830924f"} 0 node_network_transmit_queue_length{device="veth8446b24"} 0 node_network_transmit_queue_length{device="veth85901d0"} 0 node_network_transmit_queue_length{device="veth85f0a5a"} 0 node_network_transmit_queue_length{device="veth9192804"} 0 node_network_transmit_queue_length{device="veth9555fa5"} 0 node_network_transmit_queue_length{device="veth99442e5"} 0 node_network_transmit_queue_length{device="veth9aab063"} 0 node_network_transmit_queue_length{device="veth9f0676a"} 0 node_network_transmit_queue_length{device="vetha2f9d79"} 0 node_network_transmit_queue_length{device="vetha7eab0b"} 0 node_network_transmit_queue_length{device="vethad0eb4a"} 0 node_network_transmit_queue_length{device="vethbc4a07a"} 0 node_network_transmit_queue_length{device="vethbcb0a20"} 0 node_network_transmit_queue_length{device="vethbd0b7bf"} 0 node_network_transmit_queue_length{device="vethbf1a62e"} 0 node_network_transmit_queue_length{device="vethbfcc961"} 0 node_network_transmit_queue_length{device="vethcb07006"} 0 node_network_transmit_queue_length{device="vethcdfd351"} 0 node_network_transmit_queue_length{device="vethce35a48"} 0 node_network_transmit_queue_length{device="vethd4aa6c1"} 0 node_network_transmit_queue_length{device="vethd8ebf7d"} 0 node_network_transmit_queue_length{device="vethd944af8"} 0 node_network_transmit_queue_length{device="vethd9d8a4d"} 0 node_network_transmit_queue_length{device="vethdf31682"} 0 node_network_transmit_queue_length{device="vethe2c702e"} 0 node_network_transmit_queue_length{device="vethedf1320"} 0 node_network_transmit_queue_length{device="vethf049afb"} 0 node_network_transmit_queue_length{device="vethfa5e183"} 0 node_network_transmit_queue_length{device="vethff2c431"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-07f968154de5"} 1 node_network_up{device="br-16808385b93f"} 1 node_network_up{device="br-1f956fd3540d"} 1 node_network_up{device="br-220147d8e366"} 1 node_network_up{device="br-2f0914f191c1"} 1 node_network_up{device="br-4c463b933acb"} 1 node_network_up{device="br-60668470aeab"} 1 node_network_up{device="br-7d57e7161998"} 1 node_network_up{device="br-83c30c05090c"} 1 node_network_up{device="br-a3cdf67dcbe3"} 1 node_network_up{device="br-b348f0c06c1b"} 1 node_network_up{device="br-c3f816b27415"} 1 node_network_up{device="br-e1634c06178e"} 1 node_network_up{device="br-fc997eab0c12"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eno1"} 1 node_network_up{device="eno2"} 0 node_network_up{device="eno3"} 0 node_network_up{device="eno4"} 0 node_network_up{device="lo"} 0 node_network_up{device="tailscale0"} 0 node_network_up{device="veth0de4d80"} 1 node_network_up{device="veth104d732"} 1 node_network_up{device="veth13d473d"} 1 node_network_up{device="veth1bad299"} 1 node_network_up{device="veth1f9ffbe"} 1 node_network_up{device="veth200e6f8"} 1 node_network_up{device="veth20186f4"} 1 node_network_up{device="veth20905f9"} 1 node_network_up{device="veth26511c1"} 1 node_network_up{device="veth2660c3c"} 1 node_network_up{device="veth28cd032"} 1 node_network_up{device="veth368f137"} 1 node_network_up{device="veth3a5af08"} 1 node_network_up{device="veth3d283ee"} 1 node_network_up{device="veth43ec600"} 1 node_network_up{device="veth48a2f52"} 1 node_network_up{device="veth4c52124"} 1 node_network_up{device="veth4e69e5f"} 1 node_network_up{device="veth5010685"} 1 node_network_up{device="veth52cc5f6"} 1 node_network_up{device="veth5494c4f"} 1 node_network_up{device="veth567152d"} 1 node_network_up{device="veth58c4714"} 1 node_network_up{device="veth5b03f0f"} 1 node_network_up{device="veth6171792"} 1 node_network_up{device="veth6334ac1"} 1 node_network_up{device="veth6bc3364"} 1 node_network_up{device="veth6d72260"} 1 node_network_up{device="veth71cfc91"} 1 node_network_up{device="veth727eae7"} 1 node_network_up{device="veth782cddd"} 1 node_network_up{device="veth7d582c2"} 1 node_network_up{device="veth7fcb77a"} 1 node_network_up{device="veth82d5e0b"} 1 node_network_up{device="veth830924f"} 1 node_network_up{device="veth8446b24"} 1 node_network_up{device="veth85901d0"} 1 node_network_up{device="veth85f0a5a"} 1 node_network_up{device="veth9192804"} 1 node_network_up{device="veth9555fa5"} 1 node_network_up{device="veth99442e5"} 1 node_network_up{device="veth9aab063"} 1 node_network_up{device="veth9f0676a"} 1 node_network_up{device="vetha2f9d79"} 1 node_network_up{device="vetha7eab0b"} 1 node_network_up{device="vethad0eb4a"} 1 node_network_up{device="vethbc4a07a"} 1 node_network_up{device="vethbcb0a20"} 1 node_network_up{device="vethbd0b7bf"} 1 node_network_up{device="vethbf1a62e"} 1 node_network_up{device="vethbfcc961"} 1 node_network_up{device="vethcb07006"} 1 node_network_up{device="vethcdfd351"} 1 node_network_up{device="vethce35a48"} 1 node_network_up{device="vethd4aa6c1"} 1 node_network_up{device="vethd8ebf7d"} 1 node_network_up{device="vethd944af8"} 1 node_network_up{device="vethd9d8a4d"} 1 node_network_up{device="vethdf31682"} 1 node_network_up{device="vethe2c702e"} 1 node_network_up{device="vethedf1320"} 1 node_network_up{device="vethf049afb"} 1 node_network_up{device="vethfa5e183"} 1 node_network_up{device="vethff2c431"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 2 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # 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="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.4 LTS",variant="",variant_id="",version="24.04.4 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 68562.45804000001 # HELP node_pressure_io_stalled_seconds_total Total time in seconds no process could make progress due to IO congestion # TYPE node_pressure_io_stalled_seconds_total counter node_pressure_io_stalled_seconds_total 20428.133816 # HELP node_pressure_io_waiting_seconds_total Total time in seconds that processes have waited due to IO congestion # TYPE node_pressure_io_waiting_seconds_total counter node_pressure_io_waiting_seconds_total 26399.223912 # HELP node_pressure_memory_stalled_seconds_total Total time in seconds no process could make progress due to memory congestion # TYPE node_pressure_memory_stalled_seconds_total counter node_pressure_memory_stalled_seconds_total 38.2243 # HELP node_pressure_memory_waiting_seconds_total Total time in seconds that processes have waited for memory # TYPE node_pressure_memory_waiting_seconds_total counter node_pressure_memory_waiting_seconds_total 39.631282 # 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 100 # 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"} 698643.179845236 node_schedstat_running_seconds_total{cpu="1"} 697634.293973795 node_schedstat_running_seconds_total{cpu="10"} 686012.020017101 node_schedstat_running_seconds_total{cpu="11"} 654721.081178521 node_schedstat_running_seconds_total{cpu="12"} 654127.287727894 node_schedstat_running_seconds_total{cpu="13"} 647381.0532741 node_schedstat_running_seconds_total{cpu="14"} 647434.043247893 node_schedstat_running_seconds_total{cpu="15"} 658540.374947684 node_schedstat_running_seconds_total{cpu="16"} 663105.263793439 node_schedstat_running_seconds_total{cpu="17"} 665720.786489079 node_schedstat_running_seconds_total{cpu="18"} 667648.066249207 node_schedstat_running_seconds_total{cpu="19"} 671635.666712173 node_schedstat_running_seconds_total{cpu="2"} 694703.977125809 node_schedstat_running_seconds_total{cpu="20"} 677651.312715653 node_schedstat_running_seconds_total{cpu="21"} 654808.911320181 node_schedstat_running_seconds_total{cpu="22"} 650528.03044224 node_schedstat_running_seconds_total{cpu="23"} 648517.477857779 node_schedstat_running_seconds_total{cpu="24"} 646377.058803955 node_schedstat_running_seconds_total{cpu="25"} 646414.515490263 node_schedstat_running_seconds_total{cpu="26"} 646058.115831896 node_schedstat_running_seconds_total{cpu="27"} 645314.108290342 node_schedstat_running_seconds_total{cpu="28"} 644709.909137442 node_schedstat_running_seconds_total{cpu="29"} 644817.458502155 node_schedstat_running_seconds_total{cpu="3"} 691897.063072088 node_schedstat_running_seconds_total{cpu="30"} 645245.886418244 node_schedstat_running_seconds_total{cpu="31"} 644528.971730313 node_schedstat_running_seconds_total{cpu="32"} 646230.220547613 node_schedstat_running_seconds_total{cpu="33"} 644767.553192262 node_schedstat_running_seconds_total{cpu="34"} 643802.796532879 node_schedstat_running_seconds_total{cpu="35"} 643605.202169732 node_schedstat_running_seconds_total{cpu="36"} 643134.174260375 node_schedstat_running_seconds_total{cpu="37"} 642713.090875624 node_schedstat_running_seconds_total{cpu="38"} 643183.427937896 node_schedstat_running_seconds_total{cpu="39"} 643285.535594182 node_schedstat_running_seconds_total{cpu="4"} 693453.14236669 node_schedstat_running_seconds_total{cpu="40"} 669947.787335976 node_schedstat_running_seconds_total{cpu="41"} 667542.099143336 node_schedstat_running_seconds_total{cpu="42"} 667832.155328567 node_schedstat_running_seconds_total{cpu="43"} 667143.271213732 node_schedstat_running_seconds_total{cpu="44"} 664630.624406619 node_schedstat_running_seconds_total{cpu="45"} 663476.706091584 node_schedstat_running_seconds_total{cpu="46"} 662913.91296525 node_schedstat_running_seconds_total{cpu="47"} 661788.201452278 node_schedstat_running_seconds_total{cpu="48"} 661720.995733232 node_schedstat_running_seconds_total{cpu="49"} 661628.834558224 node_schedstat_running_seconds_total{cpu="5"} 690804.015902561 node_schedstat_running_seconds_total{cpu="50"} 666046.41436576 node_schedstat_running_seconds_total{cpu="51"} 787939.850062396 node_schedstat_running_seconds_total{cpu="52"} 798291.118802198 node_schedstat_running_seconds_total{cpu="53"} 839225.489921659 node_schedstat_running_seconds_total{cpu="54"} 850195.175792848 node_schedstat_running_seconds_total{cpu="55"} 777716.783073916 node_schedstat_running_seconds_total{cpu="56"} 748644.616029102 node_schedstat_running_seconds_total{cpu="57"} 729552.504278346 node_schedstat_running_seconds_total{cpu="58"} 717320.637055926 node_schedstat_running_seconds_total{cpu="59"} 710005.028190226 node_schedstat_running_seconds_total{cpu="6"} 688618.611313846 node_schedstat_running_seconds_total{cpu="60"} 622952.792549081 node_schedstat_running_seconds_total{cpu="61"} 621185.821545859 node_schedstat_running_seconds_total{cpu="62"} 622261.679092933 node_schedstat_running_seconds_total{cpu="63"} 620874.552308349 node_schedstat_running_seconds_total{cpu="64"} 620680.050256495 node_schedstat_running_seconds_total{cpu="65"} 620305.691061579 node_schedstat_running_seconds_total{cpu="66"} 619967.838480542 node_schedstat_running_seconds_total{cpu="67"} 619824.110250534 node_schedstat_running_seconds_total{cpu="68"} 619692.614776385 node_schedstat_running_seconds_total{cpu="69"} 619753.026397001 node_schedstat_running_seconds_total{cpu="7"} 686097.262097826 node_schedstat_running_seconds_total{cpu="70"} 618791.417102806 node_schedstat_running_seconds_total{cpu="71"} 617624.360825156 node_schedstat_running_seconds_total{cpu="72"} 616914.761581922 node_schedstat_running_seconds_total{cpu="73"} 617192.893044956 node_schedstat_running_seconds_total{cpu="74"} 617871.288362728 node_schedstat_running_seconds_total{cpu="75"} 617188.826457403 node_schedstat_running_seconds_total{cpu="76"} 617710.28670601 node_schedstat_running_seconds_total{cpu="77"} 617556.070292068 node_schedstat_running_seconds_total{cpu="78"} 618972.864178004 node_schedstat_running_seconds_total{cpu="79"} 618958.880947867 node_schedstat_running_seconds_total{cpu="8"} 685051.002918537 node_schedstat_running_seconds_total{cpu="9"} 684017.74624344 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.213326294e+09 node_schedstat_timeslices_total{cpu="1"} 2.064980879e+09 node_schedstat_timeslices_total{cpu="10"} 1.876955504e+09 node_schedstat_timeslices_total{cpu="11"} 1.907832765e+09 node_schedstat_timeslices_total{cpu="12"} 1.916233378e+09 node_schedstat_timeslices_total{cpu="13"} 1.912794264e+09 node_schedstat_timeslices_total{cpu="14"} 1.911582301e+09 node_schedstat_timeslices_total{cpu="15"} 1.916914445e+09 node_schedstat_timeslices_total{cpu="16"} 1.911287705e+09 node_schedstat_timeslices_total{cpu="17"} 1.898841252e+09 node_schedstat_timeslices_total{cpu="18"} 1.887245661e+09 node_schedstat_timeslices_total{cpu="19"} 1.900243948e+09 node_schedstat_timeslices_total{cpu="2"} 1.998850579e+09 node_schedstat_timeslices_total{cpu="20"} 1.16859088e+09 node_schedstat_timeslices_total{cpu="21"} 1.19648093e+09 node_schedstat_timeslices_total{cpu="22"} 1.204255074e+09 node_schedstat_timeslices_total{cpu="23"} 1.199904921e+09 node_schedstat_timeslices_total{cpu="24"} 1.200272626e+09 node_schedstat_timeslices_total{cpu="25"} 1.201063115e+09 node_schedstat_timeslices_total{cpu="26"} 1.207191855e+09 node_schedstat_timeslices_total{cpu="27"} 1.202545287e+09 node_schedstat_timeslices_total{cpu="28"} 1.20108052e+09 node_schedstat_timeslices_total{cpu="29"} 1.200009552e+09 node_schedstat_timeslices_total{cpu="3"} 1.961968244e+09 node_schedstat_timeslices_total{cpu="30"} 1.199419708e+09 node_schedstat_timeslices_total{cpu="31"} 1.200344908e+09 node_schedstat_timeslices_total{cpu="32"} 1.204065146e+09 node_schedstat_timeslices_total{cpu="33"} 1.200137043e+09 node_schedstat_timeslices_total{cpu="34"} 1.199051409e+09 node_schedstat_timeslices_total{cpu="35"} 1.199168171e+09 node_schedstat_timeslices_total{cpu="36"} 1.204955594e+09 node_schedstat_timeslices_total{cpu="37"} 1.20018519e+09 node_schedstat_timeslices_total{cpu="38"} 1.197948661e+09 node_schedstat_timeslices_total{cpu="39"} 1.193903405e+09 node_schedstat_timeslices_total{cpu="4"} 1.937970125e+09 node_schedstat_timeslices_total{cpu="40"} 1.875006283e+09 node_schedstat_timeslices_total{cpu="41"} 1.862358392e+09 node_schedstat_timeslices_total{cpu="42"} 1.855114116e+09 node_schedstat_timeslices_total{cpu="43"} 1.847762314e+09 node_schedstat_timeslices_total{cpu="44"} 1.83924483e+09 node_schedstat_timeslices_total{cpu="45"} 1.83664777e+09 node_schedstat_timeslices_total{cpu="46"} 1.837016133e+09 node_schedstat_timeslices_total{cpu="47"} 1.830930981e+09 node_schedstat_timeslices_total{cpu="48"} 1.826693986e+09 node_schedstat_timeslices_total{cpu="49"} 1.822599302e+09 node_schedstat_timeslices_total{cpu="5"} 1.926488163e+09 node_schedstat_timeslices_total{cpu="50"} 1.819699384e+09 node_schedstat_timeslices_total{cpu="51"} 1.905041639e+09 node_schedstat_timeslices_total{cpu="52"} 1.898669078e+09 node_schedstat_timeslices_total{cpu="53"} 1.854644959e+09 node_schedstat_timeslices_total{cpu="54"} 1.886654482e+09 node_schedstat_timeslices_total{cpu="55"} 1.809212024e+09 node_schedstat_timeslices_total{cpu="56"} 1.85106612e+09 node_schedstat_timeslices_total{cpu="57"} 1.881765994e+09 node_schedstat_timeslices_total{cpu="58"} 1.901897934e+09 node_schedstat_timeslices_total{cpu="59"} 1.910194878e+09 node_schedstat_timeslices_total{cpu="6"} 1.921958866e+09 node_schedstat_timeslices_total{cpu="60"} 1.193960891e+09 node_schedstat_timeslices_total{cpu="61"} 1.207952402e+09 node_schedstat_timeslices_total{cpu="62"} 1.211397531e+09 node_schedstat_timeslices_total{cpu="63"} 1.207805665e+09 node_schedstat_timeslices_total{cpu="64"} 1.205409885e+09 node_schedstat_timeslices_total{cpu="65"} 1.205003144e+09 node_schedstat_timeslices_total{cpu="66"} 1.209911024e+09 node_schedstat_timeslices_total{cpu="67"} 1.205773337e+09 node_schedstat_timeslices_total{cpu="68"} 1.203741346e+09 node_schedstat_timeslices_total{cpu="69"} 1.201903403e+09 node_schedstat_timeslices_total{cpu="7"} 1.911991747e+09 node_schedstat_timeslices_total{cpu="70"} 1.20242537e+09 node_schedstat_timeslices_total{cpu="71"} 1.203757279e+09 node_schedstat_timeslices_total{cpu="72"} 1.208756829e+09 node_schedstat_timeslices_total{cpu="73"} 1.203066628e+09 node_schedstat_timeslices_total{cpu="74"} 1.202673432e+09 node_schedstat_timeslices_total{cpu="75"} 1.204230023e+09 node_schedstat_timeslices_total{cpu="76"} 1.207930732e+09 node_schedstat_timeslices_total{cpu="77"} 1.203845308e+09 node_schedstat_timeslices_total{cpu="78"} 1.202465497e+09 node_schedstat_timeslices_total{cpu="79"} 1.200105032e+09 node_schedstat_timeslices_total{cpu="8"} 1.902447342e+09 node_schedstat_timeslices_total{cpu="9"} 1.889845671e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 66923.399192411 node_schedstat_waiting_seconds_total{cpu="1"} 67332.473540141 node_schedstat_waiting_seconds_total{cpu="10"} 66866.089741292 node_schedstat_waiting_seconds_total{cpu="11"} 59733.647422646 node_schedstat_waiting_seconds_total{cpu="12"} 61292.404488651 node_schedstat_waiting_seconds_total{cpu="13"} 56905.767767964 node_schedstat_waiting_seconds_total{cpu="14"} 58156.926692224 node_schedstat_waiting_seconds_total{cpu="15"} 63546.929764049 node_schedstat_waiting_seconds_total{cpu="16"} 64203.724822095 node_schedstat_waiting_seconds_total{cpu="17"} 64341.50303823 node_schedstat_waiting_seconds_total{cpu="18"} 64237.845815615 node_schedstat_waiting_seconds_total{cpu="19"} 61200.684241079 node_schedstat_waiting_seconds_total{cpu="2"} 67222.707676187 node_schedstat_waiting_seconds_total{cpu="20"} 72119.175740595 node_schedstat_waiting_seconds_total{cpu="21"} 72167.142135586 node_schedstat_waiting_seconds_total{cpu="22"} 72498.820021667 node_schedstat_waiting_seconds_total{cpu="23"} 72810.449244957 node_schedstat_waiting_seconds_total{cpu="24"} 72993.901675541 node_schedstat_waiting_seconds_total{cpu="25"} 73322.331286176 node_schedstat_waiting_seconds_total{cpu="26"} 73948.399425546 node_schedstat_waiting_seconds_total{cpu="27"} 73912.240771477 node_schedstat_waiting_seconds_total{cpu="28"} 74130.09693984 node_schedstat_waiting_seconds_total{cpu="29"} 74091.589586394 node_schedstat_waiting_seconds_total{cpu="3"} 67478.579351649 node_schedstat_waiting_seconds_total{cpu="30"} 74233.398470675 node_schedstat_waiting_seconds_total{cpu="31"} 74376.504760353 node_schedstat_waiting_seconds_total{cpu="32"} 74827.999907577 node_schedstat_waiting_seconds_total{cpu="33"} 74662.93184243 node_schedstat_waiting_seconds_total{cpu="34"} 75038.285301185 node_schedstat_waiting_seconds_total{cpu="35"} 75352.90512426 node_schedstat_waiting_seconds_total{cpu="36"} 75680.518418634 node_schedstat_waiting_seconds_total{cpu="37"} 75470.491275586 node_schedstat_waiting_seconds_total{cpu="38"} 75399.218118915 node_schedstat_waiting_seconds_total{cpu="39"} 75638.030781561 node_schedstat_waiting_seconds_total{cpu="4"} 66789.331240194 node_schedstat_waiting_seconds_total{cpu="40"} 62751.194076634 node_schedstat_waiting_seconds_total{cpu="41"} 63306.778467943 node_schedstat_waiting_seconds_total{cpu="42"} 63696.25393207 node_schedstat_waiting_seconds_total{cpu="43"} 64068.087639619 node_schedstat_waiting_seconds_total{cpu="44"} 64208.260805834 node_schedstat_waiting_seconds_total{cpu="45"} 64091.774244146 node_schedstat_waiting_seconds_total{cpu="46"} 63983.64870555 node_schedstat_waiting_seconds_total{cpu="47"} 64057.5005565 node_schedstat_waiting_seconds_total{cpu="48"} 64152.778960662 node_schedstat_waiting_seconds_total{cpu="49"} 64011.434695959 node_schedstat_waiting_seconds_total{cpu="5"} 66591.900701561 node_schedstat_waiting_seconds_total{cpu="50"} 60669.574059593 node_schedstat_waiting_seconds_total{cpu="51"} 140439.23620732 node_schedstat_waiting_seconds_total{cpu="52"} 129878.327806979 node_schedstat_waiting_seconds_total{cpu="53"} 164135.323681301 node_schedstat_waiting_seconds_total{cpu="54"} 150286.588125114 node_schedstat_waiting_seconds_total{cpu="55"} 71460.072585209 node_schedstat_waiting_seconds_total{cpu="56"} 71495.036791082 node_schedstat_waiting_seconds_total{cpu="57"} 71078.658988555 node_schedstat_waiting_seconds_total{cpu="58"} 70587.45646794 node_schedstat_waiting_seconds_total{cpu="59"} 68768.661305734 node_schedstat_waiting_seconds_total{cpu="6"} 66424.321818436 node_schedstat_waiting_seconds_total{cpu="60"} 76817.517351709 node_schedstat_waiting_seconds_total{cpu="61"} 76125.752274118 node_schedstat_waiting_seconds_total{cpu="62"} 76062.059989262 node_schedstat_waiting_seconds_total{cpu="63"} 75938.655496443 node_schedstat_waiting_seconds_total{cpu="64"} 75924.194787751 node_schedstat_waiting_seconds_total{cpu="65"} 75903.130052815 node_schedstat_waiting_seconds_total{cpu="66"} 76259.187549898 node_schedstat_waiting_seconds_total{cpu="67"} 75956.428303335 node_schedstat_waiting_seconds_total{cpu="68"} 76044.516747558 node_schedstat_waiting_seconds_total{cpu="69"} 76067.186974466 node_schedstat_waiting_seconds_total{cpu="7"} 66679.357221862 node_schedstat_waiting_seconds_total{cpu="70"} 75803.666052916 node_schedstat_waiting_seconds_total{cpu="71"} 76097.430838668 node_schedstat_waiting_seconds_total{cpu="72"} 76358.455347677 node_schedstat_waiting_seconds_total{cpu="73"} 75989.339752551 node_schedstat_waiting_seconds_total{cpu="74"} 76204.257554027 node_schedstat_waiting_seconds_total{cpu="75"} 76369.478999936 node_schedstat_waiting_seconds_total{cpu="76"} 76618.792433059 node_schedstat_waiting_seconds_total{cpu="77"} 76193.212667044 node_schedstat_waiting_seconds_total{cpu="78"} 76434.731576199 node_schedstat_waiting_seconds_total{cpu="79"} 76496.250315911 node_schedstat_waiting_seconds_total{cpu="8"} 66542.030032281 node_schedstat_waiting_seconds_total{cpu="9"} 66610.773036708 # 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.000685751 node_scrape_collector_duration_seconds{collector="bcache"} 2.6251e-05 node_scrape_collector_duration_seconds{collector="bcachefs"} 4.8167e-05 node_scrape_collector_duration_seconds{collector="bonding"} 7.5443e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.078242363 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000448063 node_scrape_collector_duration_seconds{collector="cpu"} 0.25522776 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.226309979 node_scrape_collector_duration_seconds{collector="diskstats"} 0.086152443 node_scrape_collector_duration_seconds{collector="dmi"} 1.2974e-05 node_scrape_collector_duration_seconds{collector="dmmultipath"} 0.000207304 node_scrape_collector_duration_seconds{collector="edac"} 0.000947917 node_scrape_collector_duration_seconds{collector="entropy"} 0.000595846 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.7361e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.000156751 node_scrape_collector_duration_seconds{collector="filesystem"} 0.029996157 node_scrape_collector_duration_seconds{collector="hwmon"} 0.212735988 node_scrape_collector_duration_seconds{collector="infiniband"} 6.2798e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 3.0967e-05 node_scrape_collector_duration_seconds{collector="kernel_hung"} 5.5889e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 9.969e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.00069609 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000676275 node_scrape_collector_duration_seconds{collector="netclass"} 0.304022516 node_scrape_collector_duration_seconds{collector="netdev"} 0.091955544 node_scrape_collector_duration_seconds{collector="netstat"} 0.08355584 node_scrape_collector_duration_seconds{collector="nfs"} 0.000147731 node_scrape_collector_duration_seconds{collector="nfsd"} 3.6913e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.3728e-05 node_scrape_collector_duration_seconds{collector="os"} 0.000194126 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 0.000111021 node_scrape_collector_duration_seconds{collector="pressure"} 0.000913093 node_scrape_collector_duration_seconds{collector="rapl"} 0.001035175 node_scrape_collector_duration_seconds{collector="schedstat"} 0.002252912 node_scrape_collector_duration_seconds{collector="selinux"} 5.975e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000664897 node_scrape_collector_duration_seconds{collector="softnet"} 0.007931605 node_scrape_collector_duration_seconds{collector="stat"} 0.086118156 node_scrape_collector_duration_seconds{collector="tapestats"} 1.3992e-05 node_scrape_collector_duration_seconds{collector="textfile"} 5.2801e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.091975236 node_scrape_collector_duration_seconds{collector="time"} 0.07997231 node_scrape_collector_duration_seconds{collector="timex"} 5.7567e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.081037287 node_scrape_collector_duration_seconds{collector="uname"} 2.5212e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.080175133 node_scrape_collector_duration_seconds{collector="watchdog"} 0.00011062 node_scrape_collector_duration_seconds{collector="xfs"} 2.8971e-05 node_scrape_collector_duration_seconds{collector="zfs"} 4.5181e-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="bcachefs"} 0 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 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="dmmultipath"} 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="kernel_hung"} 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"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 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_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # 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 0 # 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 2 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 1905 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 1 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # 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 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 9958 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 4.0787968e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7 # 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="9"} 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="9"} 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"} 1 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="9"} 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="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 3.55627732e+08 node_softnet_processed_total{cpu="1"} 3.43528816e+08 node_softnet_processed_total{cpu="10"} 2.90824347e+08 node_softnet_processed_total{cpu="11"} 2.90167051e+08 node_softnet_processed_total{cpu="12"} 2.92003835e+08 node_softnet_processed_total{cpu="13"} 2.91951031e+08 node_softnet_processed_total{cpu="14"} 2.9089027e+08 node_softnet_processed_total{cpu="15"} 2.8948672e+08 node_softnet_processed_total{cpu="16"} 2.8505216e+08 node_softnet_processed_total{cpu="17"} 2.80729455e+08 node_softnet_processed_total{cpu="18"} 2.77188352e+08 node_softnet_processed_total{cpu="19"} 2.84974846e+08 node_softnet_processed_total{cpu="2"} 3.34131714e+08 node_softnet_processed_total{cpu="20"} 2.18053091e+08 node_softnet_processed_total{cpu="21"} 2.00201766e+08 node_softnet_processed_total{cpu="22"} 1.91216363e+08 node_softnet_processed_total{cpu="23"} 1.87246469e+08 node_softnet_processed_total{cpu="24"} 1.83398599e+08 node_softnet_processed_total{cpu="25"} 1.81907816e+08 node_softnet_processed_total{cpu="26"} 1.81406169e+08 node_softnet_processed_total{cpu="27"} 1.80064278e+08 node_softnet_processed_total{cpu="28"} 1.78180981e+08 node_softnet_processed_total{cpu="29"} 1.77988894e+08 node_softnet_processed_total{cpu="3"} 3.26427236e+08 node_softnet_processed_total{cpu="30"} 1.76371748e+08 node_softnet_processed_total{cpu="31"} 1.76217266e+08 node_softnet_processed_total{cpu="32"} 1.77358575e+08 node_softnet_processed_total{cpu="33"} 1.75526195e+08 node_softnet_processed_total{cpu="34"} 1.74493575e+08 node_softnet_processed_total{cpu="35"} 1.73994784e+08 node_softnet_processed_total{cpu="36"} 1.74144969e+08 node_softnet_processed_total{cpu="37"} 1.73694684e+08 node_softnet_processed_total{cpu="38"} 1.73994637e+08 node_softnet_processed_total{cpu="39"} 1.72552653e+08 node_softnet_processed_total{cpu="4"} 3.19555819e+08 node_softnet_processed_total{cpu="40"} 2.73142718e+08 node_softnet_processed_total{cpu="41"} 2.69471617e+08 node_softnet_processed_total{cpu="42"} 2.66934916e+08 node_softnet_processed_total{cpu="43"} 2.64461746e+08 node_softnet_processed_total{cpu="44"} 2.60789488e+08 node_softnet_processed_total{cpu="45"} 2.58427906e+08 node_softnet_processed_total{cpu="46"} 2.57542596e+08 node_softnet_processed_total{cpu="47"} 2.54739614e+08 node_softnet_processed_total{cpu="48"} 2.52734242e+08 node_softnet_processed_total{cpu="49"} 2.51008737e+08 node_softnet_processed_total{cpu="5"} 3.13774448e+08 node_softnet_processed_total{cpu="50"} 2.49736433e+08 node_softnet_processed_total{cpu="51"} 2.709526703e+09 node_softnet_processed_total{cpu="52"} 2.54828257e+09 node_softnet_processed_total{cpu="53"} 3.219933179e+09 node_softnet_processed_total{cpu="54"} 2.95503167e+09 node_softnet_processed_total{cpu="55"} 4.89571201e+08 node_softnet_processed_total{cpu="56"} 4.41683174e+08 node_softnet_processed_total{cpu="57"} 4.06262646e+08 node_softnet_processed_total{cpu="58"} 3.80598292e+08 node_softnet_processed_total{cpu="59"} 3.64716116e+08 node_softnet_processed_total{cpu="6"} 3.09300752e+08 node_softnet_processed_total{cpu="60"} 1.70491117e+08 node_softnet_processed_total{cpu="61"} 1.72735116e+08 node_softnet_processed_total{cpu="62"} 1.72853953e+08 node_softnet_processed_total{cpu="63"} 1.72475853e+08 node_softnet_processed_total{cpu="64"} 1.716343e+08 node_softnet_processed_total{cpu="65"} 1.71610282e+08 node_softnet_processed_total{cpu="66"} 1.71734673e+08 node_softnet_processed_total{cpu="67"} 1.71303789e+08 node_softnet_processed_total{cpu="68"} 1.70694738e+08 node_softnet_processed_total{cpu="69"} 1.70590057e+08 node_softnet_processed_total{cpu="7"} 3.03996435e+08 node_softnet_processed_total{cpu="70"} 1.69907432e+08 node_softnet_processed_total{cpu="71"} 1.70075893e+08 node_softnet_processed_total{cpu="72"} 1.70493837e+08 node_softnet_processed_total{cpu="73"} 1.69465283e+08 node_softnet_processed_total{cpu="74"} 1.68851488e+08 node_softnet_processed_total{cpu="75"} 1.69087059e+08 node_softnet_processed_total{cpu="76"} 1.69463886e+08 node_softnet_processed_total{cpu="77"} 1.69020227e+08 node_softnet_processed_total{cpu="78"} 1.6912668e+08 node_softnet_processed_total{cpu="79"} 1.68050007e+08 node_softnet_processed_total{cpu="8"} 2.99340026e+08 node_softnet_processed_total{cpu="9"} 2.94815154e+08 # 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="9"} 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"} 1741 node_softnet_times_squeezed_total{cpu="1"} 1740 node_softnet_times_squeezed_total{cpu="10"} 1715 node_softnet_times_squeezed_total{cpu="11"} 1242 node_softnet_times_squeezed_total{cpu="12"} 1253 node_softnet_times_squeezed_total{cpu="13"} 1143 node_softnet_times_squeezed_total{cpu="14"} 1117 node_softnet_times_squeezed_total{cpu="15"} 1501 node_softnet_times_squeezed_total{cpu="16"} 1523 node_softnet_times_squeezed_total{cpu="17"} 1695 node_softnet_times_squeezed_total{cpu="18"} 1763 node_softnet_times_squeezed_total{cpu="19"} 1993 node_softnet_times_squeezed_total{cpu="2"} 1767 node_softnet_times_squeezed_total{cpu="20"} 1947 node_softnet_times_squeezed_total{cpu="21"} 2061 node_softnet_times_squeezed_total{cpu="22"} 2157 node_softnet_times_squeezed_total{cpu="23"} 2299 node_softnet_times_squeezed_total{cpu="24"} 2282 node_softnet_times_squeezed_total{cpu="25"} 2267 node_softnet_times_squeezed_total{cpu="26"} 2358 node_softnet_times_squeezed_total{cpu="27"} 2378 node_softnet_times_squeezed_total{cpu="28"} 2457 node_softnet_times_squeezed_total{cpu="29"} 2400 node_softnet_times_squeezed_total{cpu="3"} 1797 node_softnet_times_squeezed_total{cpu="30"} 2340 node_softnet_times_squeezed_total{cpu="31"} 2461 node_softnet_times_squeezed_total{cpu="32"} 2439 node_softnet_times_squeezed_total{cpu="33"} 2475 node_softnet_times_squeezed_total{cpu="34"} 2365 node_softnet_times_squeezed_total{cpu="35"} 2356 node_softnet_times_squeezed_total{cpu="36"} 2369 node_softnet_times_squeezed_total{cpu="37"} 2352 node_softnet_times_squeezed_total{cpu="38"} 2426 node_softnet_times_squeezed_total{cpu="39"} 2415 node_softnet_times_squeezed_total{cpu="4"} 1856 node_softnet_times_squeezed_total{cpu="40"} 1934 node_softnet_times_squeezed_total{cpu="41"} 1928 node_softnet_times_squeezed_total{cpu="42"} 2054 node_softnet_times_squeezed_total{cpu="43"} 2062 node_softnet_times_squeezed_total{cpu="44"} 2087 node_softnet_times_squeezed_total{cpu="45"} 2010 node_softnet_times_squeezed_total{cpu="46"} 2080 node_softnet_times_squeezed_total{cpu="47"} 2137 node_softnet_times_squeezed_total{cpu="48"} 2079 node_softnet_times_squeezed_total{cpu="49"} 2189 node_softnet_times_squeezed_total{cpu="5"} 1809 node_softnet_times_squeezed_total{cpu="50"} 1745 node_softnet_times_squeezed_total{cpu="51"} 8856 node_softnet_times_squeezed_total{cpu="52"} 40494 node_softnet_times_squeezed_total{cpu="53"} 54652 node_softnet_times_squeezed_total{cpu="54"} 21016 node_softnet_times_squeezed_total{cpu="55"} 2046 node_softnet_times_squeezed_total{cpu="56"} 1998 node_softnet_times_squeezed_total{cpu="57"} 2130 node_softnet_times_squeezed_total{cpu="58"} 2139 node_softnet_times_squeezed_total{cpu="59"} 2154 node_softnet_times_squeezed_total{cpu="6"} 1872 node_softnet_times_squeezed_total{cpu="60"} 1889 node_softnet_times_squeezed_total{cpu="61"} 1928 node_softnet_times_squeezed_total{cpu="62"} 1901 node_softnet_times_squeezed_total{cpu="63"} 1921 node_softnet_times_squeezed_total{cpu="64"} 1881 node_softnet_times_squeezed_total{cpu="65"} 1926 node_softnet_times_squeezed_total{cpu="66"} 1799 node_softnet_times_squeezed_total{cpu="67"} 1909 node_softnet_times_squeezed_total{cpu="68"} 1852 node_softnet_times_squeezed_total{cpu="69"} 1818 node_softnet_times_squeezed_total{cpu="7"} 1839 node_softnet_times_squeezed_total{cpu="70"} 1805 node_softnet_times_squeezed_total{cpu="71"} 1791 node_softnet_times_squeezed_total{cpu="72"} 1858 node_softnet_times_squeezed_total{cpu="73"} 1838 node_softnet_times_squeezed_total{cpu="74"} 1879 node_softnet_times_squeezed_total{cpu="75"} 1788 node_softnet_times_squeezed_total{cpu="76"} 1790 node_softnet_times_squeezed_total{cpu="77"} 1830 node_softnet_times_squeezed_total{cpu="78"} 1883 node_softnet_times_squeezed_total{cpu="79"} 1921 node_softnet_times_squeezed_total{cpu="8"} 1836 node_softnet_times_squeezed_total{cpu="9"} 1979 # 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_thermal_zone_temp Zone temperature in Celsius # TYPE node_thermal_zone_temp gauge node_thermal_zone_temp{type="pch_lewisburg",zone="0"} 46 node_thermal_zone_temp{type="x86_pkg_temp",zone="1"} 69 node_thermal_zone_temp{type="x86_pkg_temp",zone="2"} 72 # 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.7896789744896514e+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 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999954401245117 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.0965 # 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.000469357 # 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 8193 # 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 0 # 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="f11f24c8efdf",release="6.8.0-138-generic",sysname="Linux",version="#138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 3.26822112889e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 527545 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 7.29575262e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.1001539237e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 1.851991e+06 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 4.168992e+06 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 42.27 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 4.851374e+06 # 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.528629e+06 # 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.728512e+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.78760349902e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.307721728e+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"} 0 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"} 7 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0