# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 1.5024e-05 go_gc_duration_seconds{quantile="0.25"} 2.6994e-05 go_gc_duration_seconds{quantile="0.5"} 3.4662e-05 go_gc_duration_seconds{quantile="0.75"} 4.4143e-05 go_gc_duration_seconds{quantile="1"} 0.000298523 go_gc_duration_seconds_sum 364.947473668 go_gc_duration_seconds_count 8.341289e+06 # 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.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 5.094112e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 2.3439825495192e+13 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.542856e+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 2.33911233848e+11 # 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.385152e+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 5.094112e+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 7.74144e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 6.987776e+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 56778 # 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 5.439488e+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 1.4729216e+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.7670563944742646e+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 2.33911290626e+11 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 109200 # 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 120640 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 195840 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 8.844616e+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 686384 # 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 2.031616e+06 # 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 2.031616e+06 # 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.3680264e+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 37 # 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.755961371e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 8.41325617345e+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"} 0 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"} 0 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"} 0 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"} 0 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.370511e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 1.100018e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 1.000072e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 1.000008e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 1.000024e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 2.300002e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 1.000012e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 9.99997e+08 node_cpu_scaling_frequency_hertz{cpu="17"} 1.000022e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 1.000026e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 9.99988e+08 node_cpu_scaling_frequency_hertz{cpu="2"} 1.000031e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 3.100001e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 9.99994e+08 node_cpu_scaling_frequency_hertz{cpu="22"} 1.000001e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 1.00007e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 9.99978e+08 node_cpu_scaling_frequency_hertz{cpu="25"} 9.99993e+08 node_cpu_scaling_frequency_hertz{cpu="26"} 9.9998e+08 node_cpu_scaling_frequency_hertz{cpu="27"} 9.99967e+08 node_cpu_scaling_frequency_hertz{cpu="28"} 1.000013e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 1.000035e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 1.000074e+09 node_cpu_scaling_frequency_hertz{cpu="30"} 9.99997e+08 node_cpu_scaling_frequency_hertz{cpu="31"} 1.000112e+09 node_cpu_scaling_frequency_hertz{cpu="32"} 1.399973e+09 node_cpu_scaling_frequency_hertz{cpu="33"} 1.900129e+09 node_cpu_scaling_frequency_hertz{cpu="34"} 1.000052e+09 node_cpu_scaling_frequency_hertz{cpu="35"} 1.000004e+09 node_cpu_scaling_frequency_hertz{cpu="36"} 1.000249e+09 node_cpu_scaling_frequency_hertz{cpu="37"} 1.000248e+09 node_cpu_scaling_frequency_hertz{cpu="38"} 1.000012e+09 node_cpu_scaling_frequency_hertz{cpu="39"} 1.800016e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 1.000008e+09 node_cpu_scaling_frequency_hertz{cpu="40"} 3.11328e+09 node_cpu_scaling_frequency_hertz{cpu="41"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="42"} 1.000103e+09 node_cpu_scaling_frequency_hertz{cpu="43"} 1.000017e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 9.99993e+08 node_cpu_scaling_frequency_hertz{cpu="45"} 1.000147e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 1.000026e+09 node_cpu_scaling_frequency_hertz{cpu="47"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="48"} 1.000034e+09 node_cpu_scaling_frequency_hertz{cpu="49"} 1.000257e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 1.000024e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 1.000005e+09 node_cpu_scaling_frequency_hertz{cpu="51"} 1.000023e+09 node_cpu_scaling_frequency_hertz{cpu="52"} 1.000023e+09 node_cpu_scaling_frequency_hertz{cpu="53"} 9.99978e+08 node_cpu_scaling_frequency_hertz{cpu="54"} 1.474689e+09 node_cpu_scaling_frequency_hertz{cpu="55"} 1.00001e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 9.99983e+08 node_cpu_scaling_frequency_hertz{cpu="57"} 9.99987e+08 node_cpu_scaling_frequency_hertz{cpu="58"} 9.99937e+08 node_cpu_scaling_frequency_hertz{cpu="59"} 1.000025e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 1.000013e+09 node_cpu_scaling_frequency_hertz{cpu="60"} 3.100041e+09 node_cpu_scaling_frequency_hertz{cpu="61"} 1.000015e+09 node_cpu_scaling_frequency_hertz{cpu="62"} 1.100008e+09 node_cpu_scaling_frequency_hertz{cpu="63"} 9.99796e+08 node_cpu_scaling_frequency_hertz{cpu="64"} 3.100042e+09 node_cpu_scaling_frequency_hertz{cpu="65"} 1.000013e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 9.99968e+08 node_cpu_scaling_frequency_hertz{cpu="67"} 1.000032e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 9.99927e+08 node_cpu_scaling_frequency_hertz{cpu="69"} 1.000113e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 1.000002e+09 node_cpu_scaling_frequency_hertz{cpu="70"} 9.997e+08 node_cpu_scaling_frequency_hertz{cpu="71"} 1.000005e+09 node_cpu_scaling_frequency_hertz{cpu="72"} 9.99994e+08 node_cpu_scaling_frequency_hertz{cpu="73"} 1.699995e+09 node_cpu_scaling_frequency_hertz{cpu="74"} 1.000044e+09 node_cpu_scaling_frequency_hertz{cpu="75"} 9.9989e+08 node_cpu_scaling_frequency_hertz{cpu="76"} 9.99931e+08 node_cpu_scaling_frequency_hertz{cpu="77"} 9.99609e+08 node_cpu_scaling_frequency_hertz{cpu="78"} 9.99993e+08 node_cpu_scaling_frequency_hertz{cpu="79"} 1.298205e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 1.000025e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 1.000004e+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"} 7.13918131e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 4496.91 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 249171.45 node_cpu_seconds_total{cpu="0",mode="softirq"} 17415.67 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 505225.68 node_cpu_seconds_total{cpu="0",mode="user"} 1.55663703e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 8.2931536e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 4699.82 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 249605.94 node_cpu_seconds_total{cpu="1",mode="softirq"} 9197.95 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 511971.38 node_cpu_seconds_total{cpu="1",mode="user"} 1.57551129e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 8.74963021e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 3844.16 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 260504.87 node_cpu_seconds_total{cpu="10",mode="softirq"} 3611.2 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 490068.3 node_cpu_seconds_total{cpu="10",mode="user"} 1.47298512e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 8.80090463e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 3905.45 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 249182.17 node_cpu_seconds_total{cpu="11",mode="softirq"} 4234.74 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 481647.74 node_cpu_seconds_total{cpu="11",mode="user"} 1.43942634e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 8.82421226e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 3900.45 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 249457.14 node_cpu_seconds_total{cpu="12",mode="softirq"} 3750.05 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 479311.83 node_cpu_seconds_total{cpu="12",mode="user"} 1.41954372e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 8.83128151e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 3871.12 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 248941.42 node_cpu_seconds_total{cpu="13",mode="softirq"} 3798.29 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 472509.83 node_cpu_seconds_total{cpu="13",mode="user"} 1.41986401e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 8.83939387e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 3864.67 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 247878.57 node_cpu_seconds_total{cpu="14",mode="softirq"} 3772.97 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 472208.19 node_cpu_seconds_total{cpu="14",mode="user"} 1.41290125e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 8.82575909e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 3848.67 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 246945.64 node_cpu_seconds_total{cpu="15",mode="softirq"} 3736.49 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 480551.35 node_cpu_seconds_total{cpu="15",mode="user"} 1.4206188e+06 node_cpu_seconds_total{cpu="16",mode="idle"} 8.82154127e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 3789.95 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 248115.93 node_cpu_seconds_total{cpu="16",mode="softirq"} 3431.82 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 478122.81 node_cpu_seconds_total{cpu="16",mode="user"} 1.42697927e+06 node_cpu_seconds_total{cpu="17",mode="idle"} 8.8172542e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 3804.34 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 248307.35 node_cpu_seconds_total{cpu="17",mode="softirq"} 3249.11 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 480622.92 node_cpu_seconds_total{cpu="17",mode="user"} 1.42916066e+06 node_cpu_seconds_total{cpu="18",mode="idle"} 8.81143521e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 3843.65 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 247763.5 node_cpu_seconds_total{cpu="18",mode="softirq"} 3127.22 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 486281.5 node_cpu_seconds_total{cpu="18",mode="user"} 1.42929629e+06 node_cpu_seconds_total{cpu="19",mode="idle"} 8.75782892e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 38397.94 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 245427.21 node_cpu_seconds_total{cpu="19",mode="softirq"} 6766.16 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 490411.08 node_cpu_seconds_total{cpu="19",mode="user"} 1.43678141e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 8.53328044e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 4550.22 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 247682.42 node_cpu_seconds_total{cpu="2",mode="softirq"} 6798.2 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 506657.54 node_cpu_seconds_total{cpu="2",mode="user"} 1.5764958e+06 node_cpu_seconds_total{cpu="20",mode="idle"} 8.61740373e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 3588.27 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 264536.04 node_cpu_seconds_total{cpu="20",mode="softirq"} 2846.3 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 495186.7 node_cpu_seconds_total{cpu="20",mode="user"} 1.59431007e+06 node_cpu_seconds_total{cpu="21",mode="idle"} 8.7388859e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 3456.12 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 265626.38 node_cpu_seconds_total{cpu="21",mode="softirq"} 2354.29 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 503346.53 node_cpu_seconds_total{cpu="21",mode="user"} 1.4640111e+06 node_cpu_seconds_total{cpu="22",mode="idle"} 8.76888832e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 3428.29 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 265214.76 node_cpu_seconds_total{cpu="22",mode="softirq"} 2131.29 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 502608.09 node_cpu_seconds_total{cpu="22",mode="user"} 1.43576226e+06 node_cpu_seconds_total{cpu="23",mode="idle"} 8.78214048e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 3378.59 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 264299.74 node_cpu_seconds_total{cpu="23",mode="softirq"} 2015.1 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 509548.49 node_cpu_seconds_total{cpu="23",mode="user"} 1.41693373e+06 node_cpu_seconds_total{cpu="24",mode="idle"} 8.79003955e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 3354.23 node_cpu_seconds_total{cpu="24",mode="irq"} 0 node_cpu_seconds_total{cpu="24",mode="nice"} 263929.24 node_cpu_seconds_total{cpu="24",mode="softirq"} 1955.65 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 501605.83 node_cpu_seconds_total{cpu="24",mode="user"} 1.41715304e+06 node_cpu_seconds_total{cpu="25",mode="idle"} 8.79260115e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 3274.65 node_cpu_seconds_total{cpu="25",mode="irq"} 0 node_cpu_seconds_total{cpu="25",mode="nice"} 263273.67 node_cpu_seconds_total{cpu="25",mode="softirq"} 1912.28 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 506461.82 node_cpu_seconds_total{cpu="25",mode="user"} 1.41077449e+06 node_cpu_seconds_total{cpu="26",mode="idle"} 8.78980508e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 3269.19 node_cpu_seconds_total{cpu="26",mode="irq"} 0 node_cpu_seconds_total{cpu="26",mode="nice"} 263826.12 node_cpu_seconds_total{cpu="26",mode="softirq"} 1875.95 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 506081.06 node_cpu_seconds_total{cpu="26",mode="user"} 1.4138986e+06 node_cpu_seconds_total{cpu="27",mode="idle"} 8.79943518e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 3236.09 node_cpu_seconds_total{cpu="27",mode="irq"} 0 node_cpu_seconds_total{cpu="27",mode="nice"} 263503.09 node_cpu_seconds_total{cpu="27",mode="softirq"} 1859.84 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 503876.24 node_cpu_seconds_total{cpu="27",mode="user"} 1.40663838e+06 node_cpu_seconds_total{cpu="28",mode="idle"} 8.79755873e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 3245.58 node_cpu_seconds_total{cpu="28",mode="irq"} 0 node_cpu_seconds_total{cpu="28",mode="nice"} 262557.04 node_cpu_seconds_total{cpu="28",mode="softirq"} 1840.58 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 509740.44 node_cpu_seconds_total{cpu="28",mode="user"} 1.40357065e+06 node_cpu_seconds_total{cpu="29",mode="idle"} 8.79946187e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 3209.21 node_cpu_seconds_total{cpu="29",mode="irq"} 0 node_cpu_seconds_total{cpu="29",mode="nice"} 262482.07 node_cpu_seconds_total{cpu="29",mode="softirq"} 1835.3 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 502299.87 node_cpu_seconds_total{cpu="29",mode="user"} 1.4088856e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 8.62515975e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 4431.96 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 247023.05 node_cpu_seconds_total{cpu="3",mode="softirq"} 5681.24 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 505996.51 node_cpu_seconds_total{cpu="3",mode="user"} 1.54957026e+06 node_cpu_seconds_total{cpu="30",mode="idle"} 8.79845834e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 3198.24 node_cpu_seconds_total{cpu="30",mode="irq"} 0 node_cpu_seconds_total{cpu="30",mode="nice"} 262027.14 node_cpu_seconds_total{cpu="30",mode="softirq"} 1823.64 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 511459.03 node_cpu_seconds_total{cpu="30",mode="user"} 1.40166435e+06 node_cpu_seconds_total{cpu="31",mode="idle"} 8.80096051e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 3201.59 node_cpu_seconds_total{cpu="31",mode="irq"} 0 node_cpu_seconds_total{cpu="31",mode="nice"} 262447.35 node_cpu_seconds_total{cpu="31",mode="softirq"} 1799.68 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 505267.92 node_cpu_seconds_total{cpu="31",mode="user"} 1.40526346e+06 node_cpu_seconds_total{cpu="32",mode="idle"} 8.79951791e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 3197.22 node_cpu_seconds_total{cpu="32",mode="irq"} 0 node_cpu_seconds_total{cpu="32",mode="nice"} 263081.04 node_cpu_seconds_total{cpu="32",mode="softirq"} 1787.3 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 504341.99 node_cpu_seconds_total{cpu="32",mode="user"} 1.40719831e+06 node_cpu_seconds_total{cpu="33",mode="idle"} 8.80223957e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 3165.45 node_cpu_seconds_total{cpu="33",mode="irq"} 0 node_cpu_seconds_total{cpu="33",mode="nice"} 262533.73 node_cpu_seconds_total{cpu="33",mode="softirq"} 1784.58 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 507232.2 node_cpu_seconds_total{cpu="33",mode="user"} 1.40212789e+06 node_cpu_seconds_total{cpu="34",mode="idle"} 8.79993713e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 3145.91 node_cpu_seconds_total{cpu="34",mode="irq"} 0 node_cpu_seconds_total{cpu="34",mode="nice"} 262225.49 node_cpu_seconds_total{cpu="34",mode="softirq"} 1787.85 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 505978.1 node_cpu_seconds_total{cpu="34",mode="user"} 1.40569704e+06 node_cpu_seconds_total{cpu="35",mode="idle"} 8.79870105e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 3137.11 node_cpu_seconds_total{cpu="35",mode="irq"} 0 node_cpu_seconds_total{cpu="35",mode="nice"} 262626.17 node_cpu_seconds_total{cpu="35",mode="softirq"} 1774.04 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 509422.35 node_cpu_seconds_total{cpu="35",mode="user"} 1.40352811e+06 node_cpu_seconds_total{cpu="36",mode="idle"} 8.79897993e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 3159.22 node_cpu_seconds_total{cpu="36",mode="irq"} 0 node_cpu_seconds_total{cpu="36",mode="nice"} 263604.37 node_cpu_seconds_total{cpu="36",mode="softirq"} 1762.94 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 508039.77 node_cpu_seconds_total{cpu="36",mode="user"} 1.40425845e+06 node_cpu_seconds_total{cpu="37",mode="idle"} 8.79795985e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 3120.57 node_cpu_seconds_total{cpu="37",mode="irq"} 0 node_cpu_seconds_total{cpu="37",mode="nice"} 263174.02 node_cpu_seconds_total{cpu="37",mode="softirq"} 1777.82 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 507251.78 node_cpu_seconds_total{cpu="37",mode="user"} 1.40611154e+06 node_cpu_seconds_total{cpu="38",mode="idle"} 8.79118515e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 3142.52 node_cpu_seconds_total{cpu="38",mode="irq"} 0 node_cpu_seconds_total{cpu="38",mode="nice"} 262492.94 node_cpu_seconds_total{cpu="38",mode="softirq"} 1798.19 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 508143.42 node_cpu_seconds_total{cpu="38",mode="user"} 1.41225668e+06 node_cpu_seconds_total{cpu="39",mode="idle"} 8.7947836e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 3085.46 node_cpu_seconds_total{cpu="39",mode="irq"} 0 node_cpu_seconds_total{cpu="39",mode="nice"} 261707.92 node_cpu_seconds_total{cpu="39",mode="softirq"} 1784.62 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 509845.56 node_cpu_seconds_total{cpu="39",mode="user"} 1.40761095e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 8.63010571e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 4266.15 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 245468.51 node_cpu_seconds_total{cpu="4",mode="softirq"} 5088.75 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 501715.95 node_cpu_seconds_total{cpu="4",mode="user"} 1.57322889e+06 node_cpu_seconds_total{cpu="40",mode="idle"} 8.88564969e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 18612.26 node_cpu_seconds_total{cpu="40",mode="irq"} 0 node_cpu_seconds_total{cpu="40",mode="nice"} 253516.05 node_cpu_seconds_total{cpu="40",mode="softirq"} 2778.5 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 443064.88 node_cpu_seconds_total{cpu="40",mode="user"} 1.37655239e+06 node_cpu_seconds_total{cpu="41",mode="idle"} 9.00305843e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 13243.11 node_cpu_seconds_total{cpu="41",mode="irq"} 0 node_cpu_seconds_total{cpu="41",mode="nice"} 256990.56 node_cpu_seconds_total{cpu="41",mode="softirq"} 2727.29 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 449883.24 node_cpu_seconds_total{cpu="41",mode="user"} 1.25380752e+06 node_cpu_seconds_total{cpu="42",mode="idle"} 9.01627982e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 10087.87 node_cpu_seconds_total{cpu="42",mode="irq"} 0 node_cpu_seconds_total{cpu="42",mode="nice"} 255771.96 node_cpu_seconds_total{cpu="42",mode="softirq"} 2667.69 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 452914.21 node_cpu_seconds_total{cpu="42",mode="user"} 1.24298237e+06 node_cpu_seconds_total{cpu="43",mode="idle"} 9.00260152e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 8462.52 node_cpu_seconds_total{cpu="43",mode="irq"} 0 node_cpu_seconds_total{cpu="43",mode="nice"} 255447.8 node_cpu_seconds_total{cpu="43",mode="softirq"} 2586.2 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 455019.2 node_cpu_seconds_total{cpu="43",mode="user"} 1.25798405e+06 node_cpu_seconds_total{cpu="44",mode="idle"} 8.99010107e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 7352.44 node_cpu_seconds_total{cpu="44",mode="irq"} 0 node_cpu_seconds_total{cpu="44",mode="nice"} 253944.79 node_cpu_seconds_total{cpu="44",mode="softirq"} 2554.2 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 454946.14 node_cpu_seconds_total{cpu="44",mode="user"} 1.27333827e+06 node_cpu_seconds_total{cpu="45",mode="idle"} 8.97782167e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 6644.82 node_cpu_seconds_total{cpu="45",mode="irq"} 0 node_cpu_seconds_total{cpu="45",mode="nice"} 253878.05 node_cpu_seconds_total{cpu="45",mode="softirq"} 2518.76 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 456511.68 node_cpu_seconds_total{cpu="45",mode="user"} 1.28507248e+06 node_cpu_seconds_total{cpu="46",mode="idle"} 8.97022997e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 6194.74 node_cpu_seconds_total{cpu="46",mode="irq"} 0 node_cpu_seconds_total{cpu="46",mode="nice"} 254294.85 node_cpu_seconds_total{cpu="46",mode="softirq"} 2512.51 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 462812.88 node_cpu_seconds_total{cpu="46",mode="user"} 1.28709932e+06 node_cpu_seconds_total{cpu="47",mode="idle"} 8.94807572e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 5765.15 node_cpu_seconds_total{cpu="47",mode="irq"} 0 node_cpu_seconds_total{cpu="47",mode="nice"} 254209.27 node_cpu_seconds_total{cpu="47",mode="softirq"} 2465.69 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 463020.94 node_cpu_seconds_total{cpu="47",mode="user"} 1.30981603e+06 node_cpu_seconds_total{cpu="48",mode="idle"} 8.93687382e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 5447.74 node_cpu_seconds_total{cpu="48",mode="irq"} 0 node_cpu_seconds_total{cpu="48",mode="nice"} 254215.72 node_cpu_seconds_total{cpu="48",mode="softirq"} 2444.6 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 463513.97 node_cpu_seconds_total{cpu="48",mode="user"} 1.32077096e+06 node_cpu_seconds_total{cpu="49",mode="idle"} 8.92486244e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 5217.49 node_cpu_seconds_total{cpu="49",mode="irq"} 0 node_cpu_seconds_total{cpu="49",mode="nice"} 253395.24 node_cpu_seconds_total{cpu="49",mode="softirq"} 2447.45 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 465638.25 node_cpu_seconds_total{cpu="49",mode="user"} 1.33123806e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 8.66215423e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 4192.86 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 245522.4 node_cpu_seconds_total{cpu="5",mode="softirq"} 4699.72 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 499310.07 node_cpu_seconds_total{cpu="5",mode="user"} 1.55346885e+06 node_cpu_seconds_total{cpu="50",mode="idle"} 8.83383357e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 4821.49 node_cpu_seconds_total{cpu="50",mode="irq"} 0 node_cpu_seconds_total{cpu="50",mode="nice"} 266632.66 node_cpu_seconds_total{cpu="50",mode="softirq"} 18517.52 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 475052.48 node_cpu_seconds_total{cpu="50",mode="user"} 1.35300142e+06 node_cpu_seconds_total{cpu="51",mode="idle"} 8.73544468e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 4767.64 node_cpu_seconds_total{cpu="51",mode="irq"} 0 node_cpu_seconds_total{cpu="51",mode="nice"} 244122.19 node_cpu_seconds_total{cpu="51",mode="softirq"} 41846.84 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 492948.71 node_cpu_seconds_total{cpu="51",mode="user"} 1.40575336e+06 node_cpu_seconds_total{cpu="52",mode="idle"} 8.66444214e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 4679.62 node_cpu_seconds_total{cpu="52",mode="irq"} 0 node_cpu_seconds_total{cpu="52",mode="nice"} 238626.24 node_cpu_seconds_total{cpu="52",mode="softirq"} 53788.68 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 505854.54 node_cpu_seconds_total{cpu="52",mode="user"} 1.45123202e+06 node_cpu_seconds_total{cpu="53",mode="idle"} 8.631333e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 4676.43 node_cpu_seconds_total{cpu="53",mode="irq"} 0 node_cpu_seconds_total{cpu="53",mode="nice"} 234182.71 node_cpu_seconds_total{cpu="53",mode="softirq"} 55431.3 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 518873.79 node_cpu_seconds_total{cpu="53",mode="user"} 1.47469176e+06 node_cpu_seconds_total{cpu="54",mode="idle"} 8.59704551e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 4617.96 node_cpu_seconds_total{cpu="54",mode="irq"} 0 node_cpu_seconds_total{cpu="54",mode="nice"} 230262.81 node_cpu_seconds_total{cpu="54",mode="softirq"} 58332.13 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 527560.23 node_cpu_seconds_total{cpu="54",mode="user"} 1.49866538e+06 node_cpu_seconds_total{cpu="55",mode="idle"} 8.74215262e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 4718.72 node_cpu_seconds_total{cpu="55",mode="irq"} 0 node_cpu_seconds_total{cpu="55",mode="nice"} 236847.57 node_cpu_seconds_total{cpu="55",mode="softirq"} 19458.56 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 504940.38 node_cpu_seconds_total{cpu="55",mode="user"} 1.4599196e+06 node_cpu_seconds_total{cpu="56",mode="idle"} 8.77559209e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 4741.72 node_cpu_seconds_total{cpu="56",mode="irq"} 0 node_cpu_seconds_total{cpu="56",mode="nice"} 241551.08 node_cpu_seconds_total{cpu="56",mode="softirq"} 13718.47 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 489225.14 node_cpu_seconds_total{cpu="56",mode="user"} 1.44779331e+06 node_cpu_seconds_total{cpu="57",mode="idle"} 8.80274444e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 4731.86 node_cpu_seconds_total{cpu="57",mode="irq"} 0 node_cpu_seconds_total{cpu="57",mode="nice"} 243823.35 node_cpu_seconds_total{cpu="57",mode="softirq"} 10241.5 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 483914.48 node_cpu_seconds_total{cpu="57",mode="user"} 1.42963223e+06 node_cpu_seconds_total{cpu="58",mode="idle"} 8.82283469e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 4722.96 node_cpu_seconds_total{cpu="58",mode="irq"} 0 node_cpu_seconds_total{cpu="58",mode="nice"} 244832.74 node_cpu_seconds_total{cpu="58",mode="softirq"} 8163.95 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 483172.18 node_cpu_seconds_total{cpu="58",mode="user"} 1.41266553e+06 node_cpu_seconds_total{cpu="59",mode="idle"} 8.83950099e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 5274.05 node_cpu_seconds_total{cpu="59",mode="irq"} 0 node_cpu_seconds_total{cpu="59",mode="nice"} 245054.97 node_cpu_seconds_total{cpu="59",mode="softirq"} 6882.94 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 479536.74 node_cpu_seconds_total{cpu="59",mode="user"} 1.40077725e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 8.68686551e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 4117 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 246180.21 node_cpu_seconds_total{cpu="6",mode="softirq"} 4352.59 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 503332.13 node_cpu_seconds_total{cpu="6",mode="user"} 1.52975264e+06 node_cpu_seconds_total{cpu="60",mode="idle"} 8.82200796e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 3231.72 node_cpu_seconds_total{cpu="60",mode="irq"} 0 node_cpu_seconds_total{cpu="60",mode="nice"} 258195.34 node_cpu_seconds_total{cpu="60",mode="softirq"} 1755.06 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 479399.04 node_cpu_seconds_total{cpu="60",mode="user"} 1.41660975e+06 node_cpu_seconds_total{cpu="61",mode="idle"} 8.87170924e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 3285.55 node_cpu_seconds_total{cpu="61",mode="irq"} 0 node_cpu_seconds_total{cpu="61",mode="nice"} 262807.07 node_cpu_seconds_total{cpu="61",mode="softirq"} 1757.44 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 486075.93 node_cpu_seconds_total{cpu="61",mode="user"} 1.35473201e+06 node_cpu_seconds_total{cpu="62",mode="idle"} 8.87743732e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 3265.93 node_cpu_seconds_total{cpu="62",mode="irq"} 0 node_cpu_seconds_total{cpu="62",mode="nice"} 263853.28 node_cpu_seconds_total{cpu="62",mode="softirq"} 1750.82 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 485685.18 node_cpu_seconds_total{cpu="62",mode="user"} 1.34790574e+06 node_cpu_seconds_total{cpu="63",mode="idle"} 8.88110519e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 3252.17 node_cpu_seconds_total{cpu="63",mode="irq"} 0 node_cpu_seconds_total{cpu="63",mode="nice"} 264144.35 node_cpu_seconds_total{cpu="63",mode="softirq"} 1750.35 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 481043.37 node_cpu_seconds_total{cpu="63",mode="user"} 1.34820159e+06 node_cpu_seconds_total{cpu="64",mode="idle"} 8.87800858e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 3240.31 node_cpu_seconds_total{cpu="64",mode="irq"} 0 node_cpu_seconds_total{cpu="64",mode="nice"} 263985.83 node_cpu_seconds_total{cpu="64",mode="softirq"} 1746.71 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 487348.79 node_cpu_seconds_total{cpu="64",mode="user"} 1.34518097e+06 node_cpu_seconds_total{cpu="65",mode="idle"} 8.88470412e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 3219.78 node_cpu_seconds_total{cpu="65",mode="irq"} 0 node_cpu_seconds_total{cpu="65",mode="nice"} 264037.15 node_cpu_seconds_total{cpu="65",mode="softirq"} 1741.53 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 480847.68 node_cpu_seconds_total{cpu="65",mode="user"} 1.34452354e+06 node_cpu_seconds_total{cpu="66",mode="idle"} 8.89618498e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 3228.34 node_cpu_seconds_total{cpu="66",mode="irq"} 0 node_cpu_seconds_total{cpu="66",mode="nice"} 264948.08 node_cpu_seconds_total{cpu="66",mode="softirq"} 1762.37 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 482527.47 node_cpu_seconds_total{cpu="66",mode="user"} 1.3306454e+06 node_cpu_seconds_total{cpu="67",mode="idle"} 8.88667322e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 3219.17 node_cpu_seconds_total{cpu="67",mode="irq"} 0 node_cpu_seconds_total{cpu="67",mode="nice"} 264759.46 node_cpu_seconds_total{cpu="67",mode="softirq"} 1783.88 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 483185.24 node_cpu_seconds_total{cpu="67",mode="user"} 1.3396172e+06 node_cpu_seconds_total{cpu="68",mode="idle"} 8.88619141e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 3227.7 node_cpu_seconds_total{cpu="68",mode="irq"} 0 node_cpu_seconds_total{cpu="68",mode="nice"} 264248.03 node_cpu_seconds_total{cpu="68",mode="softirq"} 1750.37 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 484021.55 node_cpu_seconds_total{cpu="68",mode="user"} 1.33940803e+06 node_cpu_seconds_total{cpu="69",mode="idle"} 8.8883291e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 3223.02 node_cpu_seconds_total{cpu="69",mode="irq"} 0 node_cpu_seconds_total{cpu="69",mode="nice"} 264152.34 node_cpu_seconds_total{cpu="69",mode="softirq"} 1746.44 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 489103.61 node_cpu_seconds_total{cpu="69",mode="user"} 1.33239507e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 8.71853786e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 4045.22 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 246601.11 node_cpu_seconds_total{cpu="7",mode="softirq"} 4146.02 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 493092.03 node_cpu_seconds_total{cpu="7",mode="user"} 1.51048253e+06 node_cpu_seconds_total{cpu="70",mode="idle"} 8.89213724e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 3266.13 node_cpu_seconds_total{cpu="70",mode="irq"} 0 node_cpu_seconds_total{cpu="70",mode="nice"} 264247.22 node_cpu_seconds_total{cpu="70",mode="softirq"} 1731.33 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 487147.81 node_cpu_seconds_total{cpu="70",mode="user"} 1.33041337e+06 node_cpu_seconds_total{cpu="71",mode="idle"} 8.88990352e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 3248.05 node_cpu_seconds_total{cpu="71",mode="irq"} 0 node_cpu_seconds_total{cpu="71",mode="nice"} 264708.84 node_cpu_seconds_total{cpu="71",mode="softirq"} 1717.81 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 481578.01 node_cpu_seconds_total{cpu="71",mode="user"} 1.33744566e+06 node_cpu_seconds_total{cpu="72",mode="idle"} 8.89087219e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 3178.62 node_cpu_seconds_total{cpu="72",mode="irq"} 0 node_cpu_seconds_total{cpu="72",mode="nice"} 265436.66 node_cpu_seconds_total{cpu="72",mode="softirq"} 1708.64 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 481021.99 node_cpu_seconds_total{cpu="72",mode="user"} 1.33722308e+06 node_cpu_seconds_total{cpu="73",mode="idle"} 8.89309836e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 3240.27 node_cpu_seconds_total{cpu="73",mode="irq"} 0 node_cpu_seconds_total{cpu="73",mode="nice"} 265078.46 node_cpu_seconds_total{cpu="73",mode="softirq"} 1704.87 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 485958.67 node_cpu_seconds_total{cpu="73",mode="user"} 1.3306942e+06 node_cpu_seconds_total{cpu="74",mode="idle"} 8.89349684e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 3210.4 node_cpu_seconds_total{cpu="74",mode="irq"} 0 node_cpu_seconds_total{cpu="74",mode="nice"} 264708.25 node_cpu_seconds_total{cpu="74",mode="softirq"} 1708.88 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 485798.69 node_cpu_seconds_total{cpu="74",mode="user"} 1.33059131e+06 node_cpu_seconds_total{cpu="75",mode="idle"} 8.89874459e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 3193.33 node_cpu_seconds_total{cpu="75",mode="irq"} 0 node_cpu_seconds_total{cpu="75",mode="nice"} 265524.76 node_cpu_seconds_total{cpu="75",mode="softirq"} 1695.8 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 485498.96 node_cpu_seconds_total{cpu="75",mode="user"} 1.325139e+06 node_cpu_seconds_total{cpu="76",mode="idle"} 8.89953938e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 3206 node_cpu_seconds_total{cpu="76",mode="irq"} 0 node_cpu_seconds_total{cpu="76",mode="nice"} 266371.82 node_cpu_seconds_total{cpu="76",mode="softirq"} 1687.69 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 483264.44 node_cpu_seconds_total{cpu="76",mode="user"} 1.32575702e+06 node_cpu_seconds_total{cpu="77",mode="idle"} 8.9035256e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 3193.87 node_cpu_seconds_total{cpu="77",mode="irq"} 0 node_cpu_seconds_total{cpu="77",mode="nice"} 266280.17 node_cpu_seconds_total{cpu="77",mode="softirq"} 1679.91 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 486409.96 node_cpu_seconds_total{cpu="77",mode="user"} 1.31907731e+06 node_cpu_seconds_total{cpu="78",mode="idle"} 8.9075433e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 3204.53 node_cpu_seconds_total{cpu="78",mode="irq"} 0 node_cpu_seconds_total{cpu="78",mode="nice"} 265574.44 node_cpu_seconds_total{cpu="78",mode="softirq"} 1709.52 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 485459.41 node_cpu_seconds_total{cpu="78",mode="user"} 1.31564232e+06 node_cpu_seconds_total{cpu="79",mode="idle"} 8.89866027e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 3153.05 node_cpu_seconds_total{cpu="79",mode="irq"} 0 node_cpu_seconds_total{cpu="79",mode="nice"} 264887.63 node_cpu_seconds_total{cpu="79",mode="softirq"} 1739.81 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 485477.18 node_cpu_seconds_total{cpu="79",mode="user"} 1.3251018e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 8.73530123e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 3968.85 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 246716.44 node_cpu_seconds_total{cpu="8",mode="softirq"} 3978.12 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 492445.54 node_cpu_seconds_total{cpu="8",mode="user"} 1.4955341e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 8.75111922e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 3912.21 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 246017.76 node_cpu_seconds_total{cpu="9",mode="softirq"} 3854.54 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 492491.01 node_cpu_seconds_total{cpu="9",mode="user"} 1.48103546e+06 # 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"} 4510.5 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"} 1.98056618e+10 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"} 2.9799858e+07 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"} 82444.779 node_disk_io_time_seconds_total{device="sdb"} 397338.418 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"} 539359.821 node_disk_io_time_weighted_seconds_total{device="sdb"} 1.0770374980000001e+06 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.008809356288e+12 node_disk_read_bytes_total{device="sdb"} 1.9815949824e+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"} 26777.712 node_disk_read_time_seconds_total{device="sdb"} 36050.695 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"} 3.4260066e+07 node_disk_reads_completed_total{device="sdb"} 6.577769e+06 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"} 8.800715e+06 node_disk_reads_merged_total{device="sdb"} 1.752066e+06 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"} 508071.608 node_disk_write_time_seconds_total{device="sdb"} 1.040986802e+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"} 7.87741834e+08 node_disk_writes_completed_total{device="sdb"} 4.2170219e+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"} 1.17678325e+09 node_disk_writes_merged_total{device="sdb"} 9.0917622e+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"} 2.9176161760256e+13 node_disk_written_bytes_total{device="sdb"} 1.101500153856e+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.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 43072 # 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="/"} 5.97480984576e+11 node_filesystem_avail_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 7.117422546944e+12 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.3313900544e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3478641664e+10 # 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 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 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.6453437e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.6453437e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.290687e+06 # 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.05904e+07 node_filesystem_files_free{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 2.42559354e+08 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.645056e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.6453434e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.290654e+06 # 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="/"} 6.93460447232e+11 node_filesystem_free_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 7.517517361152e+12 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.3313900544e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3478641664e+10 # 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="123",mountpoint="/run/user/0"} 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 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 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 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 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.3478658048e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3478653952e+10 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 8.21959452e+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"} 256 # 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"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 62 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp11"} 62 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp12"} 62 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp13"} 62 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp14"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp18"} 59 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp19"} 60 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 61 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp20"} 60 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp21"} 60 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp22"} 61 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp26"} 62 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp27"} 61 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp28"} 60 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp29"} 61 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 61 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp30"} 60 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 61 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 60 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 60 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp1"} 74 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp10"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp11"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp12"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp13"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp14"} 63 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp18"} 63 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp19"} 66 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp2"} 74 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp20"} 73 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp21"} 62 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"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp28"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp29"} 64 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp3"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp30"} 64 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp4"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp5"} 63 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp6"} 64 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp0"} 52 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp1"} 52 # 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 2.18543616121e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 14.49 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 17.78 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 17.24 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 3.2551653376e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 3.9689613312e+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.137959936e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 4.7492251648e+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 6.011785216e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 3.4217250816e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 7.5983208448e+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 2.4671961088e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 9.8784247808e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 3.7610323968e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 6.84806144e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 2.465792e+06 # 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 1.6470544384e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 4.8087658496e+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 3.1617114112e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.16277248e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.152460288e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 7.6151414784e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 3.52223232e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.3478656e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.8106752e+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.367228416e+09 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.4340864e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 3.6020641792e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.727970304e+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.464877056e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 3.9748612096e+10 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 8.9145344e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 102400 # 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.125248e+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.7254784e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 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 168384 # 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 2.370117885e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 7.2697681585e+10 # 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 2.0396743e+07 # 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 5.5405491e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 278 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 9 # 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-20ce1902a65c"} 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-3f2bad164aef"} 3 node_network_address_assign_type{device="br-4c463b933acb"} 3 node_network_address_assign_type{device="br-561f457bb8e2"} 3 node_network_address_assign_type{device="br-7a527d8e09f7"} 3 node_network_address_assign_type{device="br-7d57e7161998"} 3 node_network_address_assign_type{device="br-8159ae143564"} 3 node_network_address_assign_type{device="br-83c30c05090c"} 3 node_network_address_assign_type{device="br-c3f816b27415"} 3 node_network_address_assign_type{device="br-c89a8ddee394"} 3 node_network_address_assign_type{device="br-e00d180c1d82"} 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="veth0c1c961"} 3 node_network_address_assign_type{device="veth10a821f"} 3 node_network_address_assign_type{device="veth116fb4a"} 3 node_network_address_assign_type{device="veth12d74a6"} 3 node_network_address_assign_type{device="veth19ac6c5"} 3 node_network_address_assign_type{device="veth1d107d0"} 3 node_network_address_assign_type{device="veth1f1e7ae"} 3 node_network_address_assign_type{device="veth22667c4"} 3 node_network_address_assign_type{device="veth22b6538"} 3 node_network_address_assign_type{device="veth24d9069"} 3 node_network_address_assign_type{device="veth2ba15b8"} 3 node_network_address_assign_type{device="veth30e6dfc"} 3 node_network_address_assign_type{device="veth330a1a6"} 3 node_network_address_assign_type{device="veth33d9bd1"} 3 node_network_address_assign_type{device="veth3557113"} 3 node_network_address_assign_type{device="veth3788b06"} 3 node_network_address_assign_type{device="veth3901a80"} 3 node_network_address_assign_type{device="veth3ab03ae"} 3 node_network_address_assign_type{device="veth3deedb4"} 3 node_network_address_assign_type{device="veth3e0cce0"} 3 node_network_address_assign_type{device="veth45afe2e"} 3 node_network_address_assign_type{device="veth48ad89b"} 3 node_network_address_assign_type{device="veth4df1703"} 3 node_network_address_assign_type{device="veth4e146cb"} 3 node_network_address_assign_type{device="veth5dbaac5"} 3 node_network_address_assign_type{device="veth6114bd9"} 3 node_network_address_assign_type{device="veth63fa59e"} 3 node_network_address_assign_type{device="veth642484d"} 3 node_network_address_assign_type{device="veth6c6c5e8"} 3 node_network_address_assign_type{device="veth769abf1"} 3 node_network_address_assign_type{device="veth79dfaf2"} 3 node_network_address_assign_type{device="veth7a4bcc6"} 3 node_network_address_assign_type{device="veth7b583f7"} 3 node_network_address_assign_type{device="veth7d177f7"} 3 node_network_address_assign_type{device="veth812d031"} 3 node_network_address_assign_type{device="veth819eee4"} 3 node_network_address_assign_type{device="veth8359d34"} 3 node_network_address_assign_type{device="veth88db0e4"} 3 node_network_address_assign_type{device="veth8ff7f47"} 3 node_network_address_assign_type{device="veth911bde8"} 3 node_network_address_assign_type{device="veth9318fd4"} 3 node_network_address_assign_type{device="veth93ce619"} 3 node_network_address_assign_type{device="veth960197e"} 3 node_network_address_assign_type{device="veth96c5915"} 3 node_network_address_assign_type{device="veth9b2d15a"} 3 node_network_address_assign_type{device="vetha45411b"} 3 node_network_address_assign_type{device="vetha872785"} 3 node_network_address_assign_type{device="vetha929e05"} 3 node_network_address_assign_type{device="vethaa90dda"} 3 node_network_address_assign_type{device="vethaade391"} 3 node_network_address_assign_type{device="vethb5b1cec"} 3 node_network_address_assign_type{device="vethc26a76c"} 3 node_network_address_assign_type{device="vethc3ef2c1"} 3 node_network_address_assign_type{device="vethca6c765"} 3 node_network_address_assign_type{device="vethd0e5cf2"} 3 node_network_address_assign_type{device="vethd2a24ad"} 3 node_network_address_assign_type{device="vethd85e3f7"} 3 node_network_address_assign_type{device="vethda4dcbd"} 3 node_network_address_assign_type{device="vethde20a07"} 3 node_network_address_assign_type{device="vethe0f1359"} 3 node_network_address_assign_type{device="vethe191e4c"} 3 node_network_address_assign_type{device="vethe6c8e86"} 3 node_network_address_assign_type{device="vethea3e902"} 3 node_network_address_assign_type{device="vethf038d3d"} 3 node_network_address_assign_type{device="vethf22dfe9"} 3 node_network_address_assign_type{device="vethf357628"} 3 node_network_address_assign_type{device="vethf4d98ff"} 3 node_network_address_assign_type{device="vethf95527f"} 3 node_network_address_assign_type{device="vethf9e2f86"} 3 node_network_address_assign_type{device="vethfcb9f5a"} 3 node_network_address_assign_type{device="vethfcf8d57"} 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-20ce1902a65c"} 1 node_network_carrier{device="br-220147d8e366"} 1 node_network_carrier{device="br-2f0914f191c1"} 1 node_network_carrier{device="br-3f2bad164aef"} 1 node_network_carrier{device="br-4c463b933acb"} 1 node_network_carrier{device="br-561f457bb8e2"} 1 node_network_carrier{device="br-7a527d8e09f7"} 1 node_network_carrier{device="br-7d57e7161998"} 1 node_network_carrier{device="br-8159ae143564"} 1 node_network_carrier{device="br-83c30c05090c"} 1 node_network_carrier{device="br-c3f816b27415"} 1 node_network_carrier{device="br-c89a8ddee394"} 1 node_network_carrier{device="br-e00d180c1d82"} 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="veth0c1c961"} 1 node_network_carrier{device="veth10a821f"} 1 node_network_carrier{device="veth116fb4a"} 1 node_network_carrier{device="veth12d74a6"} 1 node_network_carrier{device="veth19ac6c5"} 1 node_network_carrier{device="veth1d107d0"} 1 node_network_carrier{device="veth1f1e7ae"} 1 node_network_carrier{device="veth22667c4"} 1 node_network_carrier{device="veth22b6538"} 1 node_network_carrier{device="veth24d9069"} 1 node_network_carrier{device="veth2ba15b8"} 1 node_network_carrier{device="veth30e6dfc"} 1 node_network_carrier{device="veth330a1a6"} 1 node_network_carrier{device="veth33d9bd1"} 1 node_network_carrier{device="veth3557113"} 1 node_network_carrier{device="veth3788b06"} 1 node_network_carrier{device="veth3901a80"} 1 node_network_carrier{device="veth3ab03ae"} 1 node_network_carrier{device="veth3deedb4"} 1 node_network_carrier{device="veth3e0cce0"} 1 node_network_carrier{device="veth45afe2e"} 1 node_network_carrier{device="veth48ad89b"} 1 node_network_carrier{device="veth4df1703"} 1 node_network_carrier{device="veth4e146cb"} 1 node_network_carrier{device="veth5dbaac5"} 1 node_network_carrier{device="veth6114bd9"} 1 node_network_carrier{device="veth63fa59e"} 1 node_network_carrier{device="veth642484d"} 1 node_network_carrier{device="veth6c6c5e8"} 1 node_network_carrier{device="veth769abf1"} 1 node_network_carrier{device="veth79dfaf2"} 1 node_network_carrier{device="veth7a4bcc6"} 1 node_network_carrier{device="veth7b583f7"} 1 node_network_carrier{device="veth7d177f7"} 1 node_network_carrier{device="veth812d031"} 1 node_network_carrier{device="veth819eee4"} 1 node_network_carrier{device="veth8359d34"} 1 node_network_carrier{device="veth88db0e4"} 1 node_network_carrier{device="veth8ff7f47"} 1 node_network_carrier{device="veth911bde8"} 1 node_network_carrier{device="veth9318fd4"} 1 node_network_carrier{device="veth93ce619"} 1 node_network_carrier{device="veth960197e"} 1 node_network_carrier{device="veth96c5915"} 1 node_network_carrier{device="veth9b2d15a"} 1 node_network_carrier{device="vetha45411b"} 1 node_network_carrier{device="vetha872785"} 1 node_network_carrier{device="vetha929e05"} 1 node_network_carrier{device="vethaa90dda"} 1 node_network_carrier{device="vethaade391"} 1 node_network_carrier{device="vethb5b1cec"} 1 node_network_carrier{device="vethc26a76c"} 1 node_network_carrier{device="vethc3ef2c1"} 1 node_network_carrier{device="vethca6c765"} 1 node_network_carrier{device="vethd0e5cf2"} 1 node_network_carrier{device="vethd2a24ad"} 1 node_network_carrier{device="vethd85e3f7"} 1 node_network_carrier{device="vethda4dcbd"} 1 node_network_carrier{device="vethde20a07"} 1 node_network_carrier{device="vethe0f1359"} 1 node_network_carrier{device="vethe191e4c"} 1 node_network_carrier{device="vethe6c8e86"} 1 node_network_carrier{device="vethea3e902"} 1 node_network_carrier{device="vethf038d3d"} 1 node_network_carrier{device="vethf22dfe9"} 1 node_network_carrier{device="vethf357628"} 1 node_network_carrier{device="vethf4d98ff"} 1 node_network_carrier{device="vethf95527f"} 1 node_network_carrier{device="vethf9e2f86"} 1 node_network_carrier{device="vethfcb9f5a"} 1 node_network_carrier{device="vethfcf8d57"} 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"} 12 node_network_carrier_changes_total{device="br-16808385b93f"} 2 node_network_carrier_changes_total{device="br-1f956fd3540d"} 6 node_network_carrier_changes_total{device="br-20ce1902a65c"} 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-3f2bad164aef"} 8 node_network_carrier_changes_total{device="br-4c463b933acb"} 24 node_network_carrier_changes_total{device="br-561f457bb8e2"} 2 node_network_carrier_changes_total{device="br-7a527d8e09f7"} 4 node_network_carrier_changes_total{device="br-7d57e7161998"} 2 node_network_carrier_changes_total{device="br-8159ae143564"} 2 node_network_carrier_changes_total{device="br-83c30c05090c"} 2 node_network_carrier_changes_total{device="br-c3f816b27415"} 2 node_network_carrier_changes_total{device="br-c89a8ddee394"} 2 node_network_carrier_changes_total{device="br-e00d180c1d82"} 6 node_network_carrier_changes_total{device="br-fc997eab0c12"} 2 node_network_carrier_changes_total{device="docker0"} 1399 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="veth0c1c961"} 2 node_network_carrier_changes_total{device="veth10a821f"} 2 node_network_carrier_changes_total{device="veth116fb4a"} 2 node_network_carrier_changes_total{device="veth12d74a6"} 2 node_network_carrier_changes_total{device="veth19ac6c5"} 2 node_network_carrier_changes_total{device="veth1d107d0"} 2 node_network_carrier_changes_total{device="veth1f1e7ae"} 2 node_network_carrier_changes_total{device="veth22667c4"} 2 node_network_carrier_changes_total{device="veth22b6538"} 2 node_network_carrier_changes_total{device="veth24d9069"} 2 node_network_carrier_changes_total{device="veth2ba15b8"} 2 node_network_carrier_changes_total{device="veth30e6dfc"} 2 node_network_carrier_changes_total{device="veth330a1a6"} 2 node_network_carrier_changes_total{device="veth33d9bd1"} 2 node_network_carrier_changes_total{device="veth3557113"} 2 node_network_carrier_changes_total{device="veth3788b06"} 2 node_network_carrier_changes_total{device="veth3901a80"} 2 node_network_carrier_changes_total{device="veth3ab03ae"} 2 node_network_carrier_changes_total{device="veth3deedb4"} 2 node_network_carrier_changes_total{device="veth3e0cce0"} 2 node_network_carrier_changes_total{device="veth45afe2e"} 2 node_network_carrier_changes_total{device="veth48ad89b"} 2 node_network_carrier_changes_total{device="veth4df1703"} 2 node_network_carrier_changes_total{device="veth4e146cb"} 2 node_network_carrier_changes_total{device="veth5dbaac5"} 2 node_network_carrier_changes_total{device="veth6114bd9"} 2 node_network_carrier_changes_total{device="veth63fa59e"} 2 node_network_carrier_changes_total{device="veth642484d"} 2 node_network_carrier_changes_total{device="veth6c6c5e8"} 2 node_network_carrier_changes_total{device="veth769abf1"} 2 node_network_carrier_changes_total{device="veth79dfaf2"} 2 node_network_carrier_changes_total{device="veth7a4bcc6"} 2 node_network_carrier_changes_total{device="veth7b583f7"} 2 node_network_carrier_changes_total{device="veth7d177f7"} 2 node_network_carrier_changes_total{device="veth812d031"} 2 node_network_carrier_changes_total{device="veth819eee4"} 2 node_network_carrier_changes_total{device="veth8359d34"} 2 node_network_carrier_changes_total{device="veth88db0e4"} 2 node_network_carrier_changes_total{device="veth8ff7f47"} 2 node_network_carrier_changes_total{device="veth911bde8"} 2 node_network_carrier_changes_total{device="veth9318fd4"} 2 node_network_carrier_changes_total{device="veth93ce619"} 2 node_network_carrier_changes_total{device="veth960197e"} 2 node_network_carrier_changes_total{device="veth96c5915"} 2 node_network_carrier_changes_total{device="veth9b2d15a"} 2 node_network_carrier_changes_total{device="vetha45411b"} 2 node_network_carrier_changes_total{device="vetha872785"} 2 node_network_carrier_changes_total{device="vetha929e05"} 2 node_network_carrier_changes_total{device="vethaa90dda"} 2 node_network_carrier_changes_total{device="vethaade391"} 2 node_network_carrier_changes_total{device="vethb5b1cec"} 2 node_network_carrier_changes_total{device="vethc26a76c"} 2 node_network_carrier_changes_total{device="vethc3ef2c1"} 2 node_network_carrier_changes_total{device="vethca6c765"} 2 node_network_carrier_changes_total{device="vethd0e5cf2"} 2 node_network_carrier_changes_total{device="vethd2a24ad"} 2 node_network_carrier_changes_total{device="vethd85e3f7"} 2 node_network_carrier_changes_total{device="vethda4dcbd"} 2 node_network_carrier_changes_total{device="vethde20a07"} 2 node_network_carrier_changes_total{device="vethe0f1359"} 2 node_network_carrier_changes_total{device="vethe191e4c"} 2 node_network_carrier_changes_total{device="vethe6c8e86"} 2 node_network_carrier_changes_total{device="vethea3e902"} 2 node_network_carrier_changes_total{device="vethf038d3d"} 2 node_network_carrier_changes_total{device="vethf22dfe9"} 2 node_network_carrier_changes_total{device="vethf357628"} 2 node_network_carrier_changes_total{device="vethf4d98ff"} 2 node_network_carrier_changes_total{device="vethf95527f"} 2 node_network_carrier_changes_total{device="vethf9e2f86"} 2 node_network_carrier_changes_total{device="vethfcb9f5a"} 2 node_network_carrier_changes_total{device="vethfcf8d57"} 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"} 6 node_network_carrier_down_changes_total{device="br-16808385b93f"} 1 node_network_carrier_down_changes_total{device="br-1f956fd3540d"} 3 node_network_carrier_down_changes_total{device="br-20ce1902a65c"} 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-3f2bad164aef"} 4 node_network_carrier_down_changes_total{device="br-4c463b933acb"} 12 node_network_carrier_down_changes_total{device="br-561f457bb8e2"} 1 node_network_carrier_down_changes_total{device="br-7a527d8e09f7"} 2 node_network_carrier_down_changes_total{device="br-7d57e7161998"} 1 node_network_carrier_down_changes_total{device="br-8159ae143564"} 1 node_network_carrier_down_changes_total{device="br-83c30c05090c"} 1 node_network_carrier_down_changes_total{device="br-c3f816b27415"} 1 node_network_carrier_down_changes_total{device="br-c89a8ddee394"} 1 node_network_carrier_down_changes_total{device="br-e00d180c1d82"} 3 node_network_carrier_down_changes_total{device="br-fc997eab0c12"} 1 node_network_carrier_down_changes_total{device="docker0"} 700 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="veth0c1c961"} 1 node_network_carrier_down_changes_total{device="veth10a821f"} 1 node_network_carrier_down_changes_total{device="veth116fb4a"} 1 node_network_carrier_down_changes_total{device="veth12d74a6"} 1 node_network_carrier_down_changes_total{device="veth19ac6c5"} 1 node_network_carrier_down_changes_total{device="veth1d107d0"} 1 node_network_carrier_down_changes_total{device="veth1f1e7ae"} 1 node_network_carrier_down_changes_total{device="veth22667c4"} 1 node_network_carrier_down_changes_total{device="veth22b6538"} 1 node_network_carrier_down_changes_total{device="veth24d9069"} 1 node_network_carrier_down_changes_total{device="veth2ba15b8"} 1 node_network_carrier_down_changes_total{device="veth30e6dfc"} 1 node_network_carrier_down_changes_total{device="veth330a1a6"} 1 node_network_carrier_down_changes_total{device="veth33d9bd1"} 1 node_network_carrier_down_changes_total{device="veth3557113"} 1 node_network_carrier_down_changes_total{device="veth3788b06"} 1 node_network_carrier_down_changes_total{device="veth3901a80"} 1 node_network_carrier_down_changes_total{device="veth3ab03ae"} 1 node_network_carrier_down_changes_total{device="veth3deedb4"} 1 node_network_carrier_down_changes_total{device="veth3e0cce0"} 1 node_network_carrier_down_changes_total{device="veth45afe2e"} 1 node_network_carrier_down_changes_total{device="veth48ad89b"} 1 node_network_carrier_down_changes_total{device="veth4df1703"} 1 node_network_carrier_down_changes_total{device="veth4e146cb"} 1 node_network_carrier_down_changes_total{device="veth5dbaac5"} 1 node_network_carrier_down_changes_total{device="veth6114bd9"} 1 node_network_carrier_down_changes_total{device="veth63fa59e"} 1 node_network_carrier_down_changes_total{device="veth642484d"} 1 node_network_carrier_down_changes_total{device="veth6c6c5e8"} 1 node_network_carrier_down_changes_total{device="veth769abf1"} 1 node_network_carrier_down_changes_total{device="veth79dfaf2"} 1 node_network_carrier_down_changes_total{device="veth7a4bcc6"} 1 node_network_carrier_down_changes_total{device="veth7b583f7"} 1 node_network_carrier_down_changes_total{device="veth7d177f7"} 1 node_network_carrier_down_changes_total{device="veth812d031"} 1 node_network_carrier_down_changes_total{device="veth819eee4"} 1 node_network_carrier_down_changes_total{device="veth8359d34"} 1 node_network_carrier_down_changes_total{device="veth88db0e4"} 1 node_network_carrier_down_changes_total{device="veth8ff7f47"} 1 node_network_carrier_down_changes_total{device="veth911bde8"} 1 node_network_carrier_down_changes_total{device="veth9318fd4"} 1 node_network_carrier_down_changes_total{device="veth93ce619"} 1 node_network_carrier_down_changes_total{device="veth960197e"} 1 node_network_carrier_down_changes_total{device="veth96c5915"} 1 node_network_carrier_down_changes_total{device="veth9b2d15a"} 1 node_network_carrier_down_changes_total{device="vetha45411b"} 1 node_network_carrier_down_changes_total{device="vetha872785"} 1 node_network_carrier_down_changes_total{device="vetha929e05"} 1 node_network_carrier_down_changes_total{device="vethaa90dda"} 1 node_network_carrier_down_changes_total{device="vethaade391"} 1 node_network_carrier_down_changes_total{device="vethb5b1cec"} 1 node_network_carrier_down_changes_total{device="vethc26a76c"} 1 node_network_carrier_down_changes_total{device="vethc3ef2c1"} 1 node_network_carrier_down_changes_total{device="vethca6c765"} 1 node_network_carrier_down_changes_total{device="vethd0e5cf2"} 1 node_network_carrier_down_changes_total{device="vethd2a24ad"} 1 node_network_carrier_down_changes_total{device="vethd85e3f7"} 1 node_network_carrier_down_changes_total{device="vethda4dcbd"} 1 node_network_carrier_down_changes_total{device="vethde20a07"} 1 node_network_carrier_down_changes_total{device="vethe0f1359"} 1 node_network_carrier_down_changes_total{device="vethe191e4c"} 1 node_network_carrier_down_changes_total{device="vethe6c8e86"} 1 node_network_carrier_down_changes_total{device="vethea3e902"} 1 node_network_carrier_down_changes_total{device="vethf038d3d"} 1 node_network_carrier_down_changes_total{device="vethf22dfe9"} 1 node_network_carrier_down_changes_total{device="vethf357628"} 1 node_network_carrier_down_changes_total{device="vethf4d98ff"} 1 node_network_carrier_down_changes_total{device="vethf95527f"} 1 node_network_carrier_down_changes_total{device="vethf9e2f86"} 1 node_network_carrier_down_changes_total{device="vethfcb9f5a"} 1 node_network_carrier_down_changes_total{device="vethfcf8d57"} 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"} 6 node_network_carrier_up_changes_total{device="br-16808385b93f"} 1 node_network_carrier_up_changes_total{device="br-1f956fd3540d"} 3 node_network_carrier_up_changes_total{device="br-20ce1902a65c"} 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-3f2bad164aef"} 4 node_network_carrier_up_changes_total{device="br-4c463b933acb"} 12 node_network_carrier_up_changes_total{device="br-561f457bb8e2"} 1 node_network_carrier_up_changes_total{device="br-7a527d8e09f7"} 2 node_network_carrier_up_changes_total{device="br-7d57e7161998"} 1 node_network_carrier_up_changes_total{device="br-8159ae143564"} 1 node_network_carrier_up_changes_total{device="br-83c30c05090c"} 1 node_network_carrier_up_changes_total{device="br-c3f816b27415"} 1 node_network_carrier_up_changes_total{device="br-c89a8ddee394"} 1 node_network_carrier_up_changes_total{device="br-e00d180c1d82"} 3 node_network_carrier_up_changes_total{device="br-fc997eab0c12"} 1 node_network_carrier_up_changes_total{device="docker0"} 699 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="veth0c1c961"} 1 node_network_carrier_up_changes_total{device="veth10a821f"} 1 node_network_carrier_up_changes_total{device="veth116fb4a"} 1 node_network_carrier_up_changes_total{device="veth12d74a6"} 1 node_network_carrier_up_changes_total{device="veth19ac6c5"} 1 node_network_carrier_up_changes_total{device="veth1d107d0"} 1 node_network_carrier_up_changes_total{device="veth1f1e7ae"} 1 node_network_carrier_up_changes_total{device="veth22667c4"} 1 node_network_carrier_up_changes_total{device="veth22b6538"} 1 node_network_carrier_up_changes_total{device="veth24d9069"} 1 node_network_carrier_up_changes_total{device="veth2ba15b8"} 1 node_network_carrier_up_changes_total{device="veth30e6dfc"} 1 node_network_carrier_up_changes_total{device="veth330a1a6"} 1 node_network_carrier_up_changes_total{device="veth33d9bd1"} 1 node_network_carrier_up_changes_total{device="veth3557113"} 1 node_network_carrier_up_changes_total{device="veth3788b06"} 1 node_network_carrier_up_changes_total{device="veth3901a80"} 1 node_network_carrier_up_changes_total{device="veth3ab03ae"} 1 node_network_carrier_up_changes_total{device="veth3deedb4"} 1 node_network_carrier_up_changes_total{device="veth3e0cce0"} 1 node_network_carrier_up_changes_total{device="veth45afe2e"} 1 node_network_carrier_up_changes_total{device="veth48ad89b"} 1 node_network_carrier_up_changes_total{device="veth4df1703"} 1 node_network_carrier_up_changes_total{device="veth4e146cb"} 1 node_network_carrier_up_changes_total{device="veth5dbaac5"} 1 node_network_carrier_up_changes_total{device="veth6114bd9"} 1 node_network_carrier_up_changes_total{device="veth63fa59e"} 1 node_network_carrier_up_changes_total{device="veth642484d"} 1 node_network_carrier_up_changes_total{device="veth6c6c5e8"} 1 node_network_carrier_up_changes_total{device="veth769abf1"} 1 node_network_carrier_up_changes_total{device="veth79dfaf2"} 1 node_network_carrier_up_changes_total{device="veth7a4bcc6"} 1 node_network_carrier_up_changes_total{device="veth7b583f7"} 1 node_network_carrier_up_changes_total{device="veth7d177f7"} 1 node_network_carrier_up_changes_total{device="veth812d031"} 1 node_network_carrier_up_changes_total{device="veth819eee4"} 1 node_network_carrier_up_changes_total{device="veth8359d34"} 1 node_network_carrier_up_changes_total{device="veth88db0e4"} 1 node_network_carrier_up_changes_total{device="veth8ff7f47"} 1 node_network_carrier_up_changes_total{device="veth911bde8"} 1 node_network_carrier_up_changes_total{device="veth9318fd4"} 1 node_network_carrier_up_changes_total{device="veth93ce619"} 1 node_network_carrier_up_changes_total{device="veth960197e"} 1 node_network_carrier_up_changes_total{device="veth96c5915"} 1 node_network_carrier_up_changes_total{device="veth9b2d15a"} 1 node_network_carrier_up_changes_total{device="vetha45411b"} 1 node_network_carrier_up_changes_total{device="vetha872785"} 1 node_network_carrier_up_changes_total{device="vetha929e05"} 1 node_network_carrier_up_changes_total{device="vethaa90dda"} 1 node_network_carrier_up_changes_total{device="vethaade391"} 1 node_network_carrier_up_changes_total{device="vethb5b1cec"} 1 node_network_carrier_up_changes_total{device="vethc26a76c"} 1 node_network_carrier_up_changes_total{device="vethc3ef2c1"} 1 node_network_carrier_up_changes_total{device="vethca6c765"} 1 node_network_carrier_up_changes_total{device="vethd0e5cf2"} 1 node_network_carrier_up_changes_total{device="vethd2a24ad"} 1 node_network_carrier_up_changes_total{device="vethd85e3f7"} 1 node_network_carrier_up_changes_total{device="vethda4dcbd"} 1 node_network_carrier_up_changes_total{device="vethde20a07"} 1 node_network_carrier_up_changes_total{device="vethe0f1359"} 1 node_network_carrier_up_changes_total{device="vethe191e4c"} 1 node_network_carrier_up_changes_total{device="vethe6c8e86"} 1 node_network_carrier_up_changes_total{device="vethea3e902"} 1 node_network_carrier_up_changes_total{device="vethf038d3d"} 1 node_network_carrier_up_changes_total{device="vethf22dfe9"} 1 node_network_carrier_up_changes_total{device="vethf357628"} 1 node_network_carrier_up_changes_total{device="vethf4d98ff"} 1 node_network_carrier_up_changes_total{device="vethf95527f"} 1 node_network_carrier_up_changes_total{device="vethf9e2f86"} 1 node_network_carrier_up_changes_total{device="vethfcb9f5a"} 1 node_network_carrier_up_changes_total{device="vethfcf8d57"} 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-20ce1902a65c"} 0 node_network_device_id{device="br-220147d8e366"} 0 node_network_device_id{device="br-2f0914f191c1"} 0 node_network_device_id{device="br-3f2bad164aef"} 0 node_network_device_id{device="br-4c463b933acb"} 0 node_network_device_id{device="br-561f457bb8e2"} 0 node_network_device_id{device="br-7a527d8e09f7"} 0 node_network_device_id{device="br-7d57e7161998"} 0 node_network_device_id{device="br-8159ae143564"} 0 node_network_device_id{device="br-83c30c05090c"} 0 node_network_device_id{device="br-c3f816b27415"} 0 node_network_device_id{device="br-c89a8ddee394"} 0 node_network_device_id{device="br-e00d180c1d82"} 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="veth0c1c961"} 0 node_network_device_id{device="veth10a821f"} 0 node_network_device_id{device="veth116fb4a"} 0 node_network_device_id{device="veth12d74a6"} 0 node_network_device_id{device="veth19ac6c5"} 0 node_network_device_id{device="veth1d107d0"} 0 node_network_device_id{device="veth1f1e7ae"} 0 node_network_device_id{device="veth22667c4"} 0 node_network_device_id{device="veth22b6538"} 0 node_network_device_id{device="veth24d9069"} 0 node_network_device_id{device="veth2ba15b8"} 0 node_network_device_id{device="veth30e6dfc"} 0 node_network_device_id{device="veth330a1a6"} 0 node_network_device_id{device="veth33d9bd1"} 0 node_network_device_id{device="veth3557113"} 0 node_network_device_id{device="veth3788b06"} 0 node_network_device_id{device="veth3901a80"} 0 node_network_device_id{device="veth3ab03ae"} 0 node_network_device_id{device="veth3deedb4"} 0 node_network_device_id{device="veth3e0cce0"} 0 node_network_device_id{device="veth45afe2e"} 0 node_network_device_id{device="veth48ad89b"} 0 node_network_device_id{device="veth4df1703"} 0 node_network_device_id{device="veth4e146cb"} 0 node_network_device_id{device="veth5dbaac5"} 0 node_network_device_id{device="veth6114bd9"} 0 node_network_device_id{device="veth63fa59e"} 0 node_network_device_id{device="veth642484d"} 0 node_network_device_id{device="veth6c6c5e8"} 0 node_network_device_id{device="veth769abf1"} 0 node_network_device_id{device="veth79dfaf2"} 0 node_network_device_id{device="veth7a4bcc6"} 0 node_network_device_id{device="veth7b583f7"} 0 node_network_device_id{device="veth7d177f7"} 0 node_network_device_id{device="veth812d031"} 0 node_network_device_id{device="veth819eee4"} 0 node_network_device_id{device="veth8359d34"} 0 node_network_device_id{device="veth88db0e4"} 0 node_network_device_id{device="veth8ff7f47"} 0 node_network_device_id{device="veth911bde8"} 0 node_network_device_id{device="veth9318fd4"} 0 node_network_device_id{device="veth93ce619"} 0 node_network_device_id{device="veth960197e"} 0 node_network_device_id{device="veth96c5915"} 0 node_network_device_id{device="veth9b2d15a"} 0 node_network_device_id{device="vetha45411b"} 0 node_network_device_id{device="vetha872785"} 0 node_network_device_id{device="vetha929e05"} 0 node_network_device_id{device="vethaa90dda"} 0 node_network_device_id{device="vethaade391"} 0 node_network_device_id{device="vethb5b1cec"} 0 node_network_device_id{device="vethc26a76c"} 0 node_network_device_id{device="vethc3ef2c1"} 0 node_network_device_id{device="vethca6c765"} 0 node_network_device_id{device="vethd0e5cf2"} 0 node_network_device_id{device="vethd2a24ad"} 0 node_network_device_id{device="vethd85e3f7"} 0 node_network_device_id{device="vethda4dcbd"} 0 node_network_device_id{device="vethde20a07"} 0 node_network_device_id{device="vethe0f1359"} 0 node_network_device_id{device="vethe191e4c"} 0 node_network_device_id{device="vethe6c8e86"} 0 node_network_device_id{device="vethea3e902"} 0 node_network_device_id{device="vethf038d3d"} 0 node_network_device_id{device="vethf22dfe9"} 0 node_network_device_id{device="vethf357628"} 0 node_network_device_id{device="vethf4d98ff"} 0 node_network_device_id{device="vethf95527f"} 0 node_network_device_id{device="vethf9e2f86"} 0 node_network_device_id{device="vethfcb9f5a"} 0 node_network_device_id{device="vethfcf8d57"} 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-20ce1902a65c"} 0 node_network_dormant{device="br-220147d8e366"} 0 node_network_dormant{device="br-2f0914f191c1"} 0 node_network_dormant{device="br-3f2bad164aef"} 0 node_network_dormant{device="br-4c463b933acb"} 0 node_network_dormant{device="br-561f457bb8e2"} 0 node_network_dormant{device="br-7a527d8e09f7"} 0 node_network_dormant{device="br-7d57e7161998"} 0 node_network_dormant{device="br-8159ae143564"} 0 node_network_dormant{device="br-83c30c05090c"} 0 node_network_dormant{device="br-c3f816b27415"} 0 node_network_dormant{device="br-c89a8ddee394"} 0 node_network_dormant{device="br-e00d180c1d82"} 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="veth0c1c961"} 0 node_network_dormant{device="veth10a821f"} 0 node_network_dormant{device="veth116fb4a"} 0 node_network_dormant{device="veth12d74a6"} 0 node_network_dormant{device="veth19ac6c5"} 0 node_network_dormant{device="veth1d107d0"} 0 node_network_dormant{device="veth1f1e7ae"} 0 node_network_dormant{device="veth22667c4"} 0 node_network_dormant{device="veth22b6538"} 0 node_network_dormant{device="veth24d9069"} 0 node_network_dormant{device="veth2ba15b8"} 0 node_network_dormant{device="veth30e6dfc"} 0 node_network_dormant{device="veth330a1a6"} 0 node_network_dormant{device="veth33d9bd1"} 0 node_network_dormant{device="veth3557113"} 0 node_network_dormant{device="veth3788b06"} 0 node_network_dormant{device="veth3901a80"} 0 node_network_dormant{device="veth3ab03ae"} 0 node_network_dormant{device="veth3deedb4"} 0 node_network_dormant{device="veth3e0cce0"} 0 node_network_dormant{device="veth45afe2e"} 0 node_network_dormant{device="veth48ad89b"} 0 node_network_dormant{device="veth4df1703"} 0 node_network_dormant{device="veth4e146cb"} 0 node_network_dormant{device="veth5dbaac5"} 0 node_network_dormant{device="veth6114bd9"} 0 node_network_dormant{device="veth63fa59e"} 0 node_network_dormant{device="veth642484d"} 0 node_network_dormant{device="veth6c6c5e8"} 0 node_network_dormant{device="veth769abf1"} 0 node_network_dormant{device="veth79dfaf2"} 0 node_network_dormant{device="veth7a4bcc6"} 0 node_network_dormant{device="veth7b583f7"} 0 node_network_dormant{device="veth7d177f7"} 0 node_network_dormant{device="veth812d031"} 0 node_network_dormant{device="veth819eee4"} 0 node_network_dormant{device="veth8359d34"} 0 node_network_dormant{device="veth88db0e4"} 0 node_network_dormant{device="veth8ff7f47"} 0 node_network_dormant{device="veth911bde8"} 0 node_network_dormant{device="veth9318fd4"} 0 node_network_dormant{device="veth93ce619"} 0 node_network_dormant{device="veth960197e"} 0 node_network_dormant{device="veth96c5915"} 0 node_network_dormant{device="veth9b2d15a"} 0 node_network_dormant{device="vetha45411b"} 0 node_network_dormant{device="vetha872785"} 0 node_network_dormant{device="vetha929e05"} 0 node_network_dormant{device="vethaa90dda"} 0 node_network_dormant{device="vethaade391"} 0 node_network_dormant{device="vethb5b1cec"} 0 node_network_dormant{device="vethc26a76c"} 0 node_network_dormant{device="vethc3ef2c1"} 0 node_network_dormant{device="vethca6c765"} 0 node_network_dormant{device="vethd0e5cf2"} 0 node_network_dormant{device="vethd2a24ad"} 0 node_network_dormant{device="vethd85e3f7"} 0 node_network_dormant{device="vethda4dcbd"} 0 node_network_dormant{device="vethde20a07"} 0 node_network_dormant{device="vethe0f1359"} 0 node_network_dormant{device="vethe191e4c"} 0 node_network_dormant{device="vethe6c8e86"} 0 node_network_dormant{device="vethea3e902"} 0 node_network_dormant{device="vethf038d3d"} 0 node_network_dormant{device="vethf22dfe9"} 0 node_network_dormant{device="vethf357628"} 0 node_network_dormant{device="vethf4d98ff"} 0 node_network_dormant{device="vethf95527f"} 0 node_network_dormant{device="vethf9e2f86"} 0 node_network_dormant{device="vethfcb9f5a"} 0 node_network_dormant{device="vethfcf8d57"} 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-20ce1902a65c"} 4099 node_network_flags{device="br-220147d8e366"} 4099 node_network_flags{device="br-2f0914f191c1"} 4099 node_network_flags{device="br-3f2bad164aef"} 4099 node_network_flags{device="br-4c463b933acb"} 4099 node_network_flags{device="br-561f457bb8e2"} 4099 node_network_flags{device="br-7a527d8e09f7"} 4099 node_network_flags{device="br-7d57e7161998"} 4099 node_network_flags{device="br-8159ae143564"} 4099 node_network_flags{device="br-83c30c05090c"} 4099 node_network_flags{device="br-c3f816b27415"} 4099 node_network_flags{device="br-c89a8ddee394"} 4099 node_network_flags{device="br-e00d180c1d82"} 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="veth0c1c961"} 4867 node_network_flags{device="veth10a821f"} 4867 node_network_flags{device="veth116fb4a"} 4867 node_network_flags{device="veth12d74a6"} 4867 node_network_flags{device="veth19ac6c5"} 4867 node_network_flags{device="veth1d107d0"} 4867 node_network_flags{device="veth1f1e7ae"} 4867 node_network_flags{device="veth22667c4"} 4867 node_network_flags{device="veth22b6538"} 4867 node_network_flags{device="veth24d9069"} 4867 node_network_flags{device="veth2ba15b8"} 4867 node_network_flags{device="veth30e6dfc"} 4867 node_network_flags{device="veth330a1a6"} 4867 node_network_flags{device="veth33d9bd1"} 4867 node_network_flags{device="veth3557113"} 4867 node_network_flags{device="veth3788b06"} 4867 node_network_flags{device="veth3901a80"} 4867 node_network_flags{device="veth3ab03ae"} 4867 node_network_flags{device="veth3deedb4"} 4867 node_network_flags{device="veth3e0cce0"} 4867 node_network_flags{device="veth45afe2e"} 4867 node_network_flags{device="veth48ad89b"} 4867 node_network_flags{device="veth4df1703"} 4867 node_network_flags{device="veth4e146cb"} 4867 node_network_flags{device="veth5dbaac5"} 4867 node_network_flags{device="veth6114bd9"} 4867 node_network_flags{device="veth63fa59e"} 4867 node_network_flags{device="veth642484d"} 4867 node_network_flags{device="veth6c6c5e8"} 4867 node_network_flags{device="veth769abf1"} 4867 node_network_flags{device="veth79dfaf2"} 4867 node_network_flags{device="veth7a4bcc6"} 4867 node_network_flags{device="veth7b583f7"} 4867 node_network_flags{device="veth7d177f7"} 4867 node_network_flags{device="veth812d031"} 4867 node_network_flags{device="veth819eee4"} 4867 node_network_flags{device="veth8359d34"} 4867 node_network_flags{device="veth88db0e4"} 4867 node_network_flags{device="veth8ff7f47"} 4867 node_network_flags{device="veth911bde8"} 4867 node_network_flags{device="veth9318fd4"} 4867 node_network_flags{device="veth93ce619"} 4867 node_network_flags{device="veth960197e"} 4867 node_network_flags{device="veth96c5915"} 4867 node_network_flags{device="veth9b2d15a"} 4867 node_network_flags{device="vetha45411b"} 4867 node_network_flags{device="vetha872785"} 4867 node_network_flags{device="vetha929e05"} 4867 node_network_flags{device="vethaa90dda"} 4867 node_network_flags{device="vethaade391"} 4867 node_network_flags{device="vethb5b1cec"} 4867 node_network_flags{device="vethc26a76c"} 4867 node_network_flags{device="vethc3ef2c1"} 4867 node_network_flags{device="vethca6c765"} 4867 node_network_flags{device="vethd0e5cf2"} 4867 node_network_flags{device="vethd2a24ad"} 4867 node_network_flags{device="vethd85e3f7"} 4867 node_network_flags{device="vethda4dcbd"} 4867 node_network_flags{device="vethde20a07"} 4867 node_network_flags{device="vethe0f1359"} 4867 node_network_flags{device="vethe191e4c"} 4867 node_network_flags{device="vethe6c8e86"} 4867 node_network_flags{device="vethea3e902"} 4867 node_network_flags{device="vethf038d3d"} 4867 node_network_flags{device="vethf22dfe9"} 4867 node_network_flags{device="vethf357628"} 4867 node_network_flags{device="vethf4d98ff"} 4867 node_network_flags{device="vethf95527f"} 4867 node_network_flags{device="vethf9e2f86"} 4867 node_network_flags{device="vethfcb9f5a"} 4867 node_network_flags{device="vethfcf8d57"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-07f968154de5"} 41171 node_network_iface_id{device="br-16808385b93f"} 6 node_network_iface_id{device="br-1f956fd3540d"} 28137 node_network_iface_id{device="br-20ce1902a65c"} 28736 node_network_iface_id{device="br-220147d8e366"} 11 node_network_iface_id{device="br-2f0914f191c1"} 12 node_network_iface_id{device="br-3f2bad164aef"} 40779 node_network_iface_id{device="br-4c463b933acb"} 28217 node_network_iface_id{device="br-561f457bb8e2"} 7 node_network_iface_id{device="br-7a527d8e09f7"} 15 node_network_iface_id{device="br-7d57e7161998"} 43925 node_network_iface_id{device="br-8159ae143564"} 43188 node_network_iface_id{device="br-83c30c05090c"} 9 node_network_iface_id{device="br-c3f816b27415"} 17 node_network_iface_id{device="br-c89a8ddee394"} 10 node_network_iface_id{device="br-e00d180c1d82"} 42401 node_network_iface_id{device="br-fc997eab0c12"} 18 node_network_iface_id{device="docker0"} 16 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"} 44170 node_network_iface_id{device="veth0c1c961"} 55 node_network_iface_id{device="veth10a821f"} 28133 node_network_iface_id{device="veth116fb4a"} 44083 node_network_iface_id{device="veth12d74a6"} 44258 node_network_iface_id{device="veth19ac6c5"} 48 node_network_iface_id{device="veth1d107d0"} 44159 node_network_iface_id{device="veth1f1e7ae"} 43903 node_network_iface_id{device="veth22667c4"} 25 node_network_iface_id{device="veth22b6538"} 44011 node_network_iface_id{device="veth24d9069"} 44157 node_network_iface_id{device="veth2ba15b8"} 44149 node_network_iface_id{device="veth30e6dfc"} 44198 node_network_iface_id{device="veth330a1a6"} 30 node_network_iface_id{device="veth33d9bd1"} 28738 node_network_iface_id{device="veth3557113"} 43289 node_network_iface_id{device="veth3788b06"} 20 node_network_iface_id{device="veth3901a80"} 27404 node_network_iface_id{device="veth3ab03ae"} 24 node_network_iface_id{device="veth3deedb4"} 44257 node_network_iface_id{device="veth3e0cce0"} 43904 node_network_iface_id{device="veth45afe2e"} 44161 node_network_iface_id{device="veth48ad89b"} 39 node_network_iface_id{device="veth4df1703"} 43285 node_network_iface_id{device="veth4e146cb"} 44169 node_network_iface_id{device="veth5dbaac5"} 44015 node_network_iface_id{device="veth6114bd9"} 26 node_network_iface_id{device="veth63fa59e"} 43287 node_network_iface_id{device="veth642484d"} 42 node_network_iface_id{device="veth6c6c5e8"} 44014 node_network_iface_id{device="veth769abf1"} 40862 node_network_iface_id{device="veth79dfaf2"} 23 node_network_iface_id{device="veth7a4bcc6"} 43211 node_network_iface_id{device="veth7b583f7"} 47 node_network_iface_id{device="veth7d177f7"} 27403 node_network_iface_id{device="veth812d031"} 44244 node_network_iface_id{device="veth819eee4"} 27712 node_network_iface_id{device="veth8359d34"} 44007 node_network_iface_id{device="veth88db0e4"} 28316 node_network_iface_id{device="veth8ff7f47"} 35 node_network_iface_id{device="veth911bde8"} 44163 node_network_iface_id{device="veth9318fd4"} 21 node_network_iface_id{device="veth93ce619"} 27752 node_network_iface_id{device="veth960197e"} 44009 node_network_iface_id{device="veth96c5915"} 44241 node_network_iface_id{device="veth9b2d15a"} 44160 node_network_iface_id{device="vetha45411b"} 29 node_network_iface_id{device="vetha872785"} 27750 node_network_iface_id{device="vetha929e05"} 22 node_network_iface_id{device="vethaa90dda"} 42587 node_network_iface_id{device="vethaade391"} 19 node_network_iface_id{device="vethb5b1cec"} 44162 node_network_iface_id{device="vethc26a76c"} 27714 node_network_iface_id{device="vethc3ef2c1"} 28737 node_network_iface_id{device="vethca6c765"} 9603 node_network_iface_id{device="vethd0e5cf2"} 44220 node_network_iface_id{device="vethd2a24ad"} 28318 node_network_iface_id{device="vethd85e3f7"} 28741 node_network_iface_id{device="vethda4dcbd"} 42762 node_network_iface_id{device="vethde20a07"} 9605 node_network_iface_id{device="vethe0f1359"} 44158 node_network_iface_id{device="vethe191e4c"} 43286 node_network_iface_id{device="vethe6c8e86"} 28739 node_network_iface_id{device="vethea3e902"} 44148 node_network_iface_id{device="vethf038d3d"} 44242 node_network_iface_id{device="vethf22dfe9"} 43189 node_network_iface_id{device="vethf357628"} 44197 node_network_iface_id{device="vethf4d98ff"} 53 node_network_iface_id{device="vethf95527f"} 51 node_network_iface_id{device="vethf9e2f86"} 44006 node_network_iface_id{device="vethfcb9f5a"} 42588 node_network_iface_id{device="vethfcf8d57"} 43783 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-07f968154de5"} 41171 node_network_iface_link{device="br-16808385b93f"} 6 node_network_iface_link{device="br-1f956fd3540d"} 28137 node_network_iface_link{device="br-20ce1902a65c"} 28736 node_network_iface_link{device="br-220147d8e366"} 11 node_network_iface_link{device="br-2f0914f191c1"} 12 node_network_iface_link{device="br-3f2bad164aef"} 40779 node_network_iface_link{device="br-4c463b933acb"} 28217 node_network_iface_link{device="br-561f457bb8e2"} 7 node_network_iface_link{device="br-7a527d8e09f7"} 15 node_network_iface_link{device="br-7d57e7161998"} 43925 node_network_iface_link{device="br-8159ae143564"} 43188 node_network_iface_link{device="br-83c30c05090c"} 9 node_network_iface_link{device="br-c3f816b27415"} 17 node_network_iface_link{device="br-c89a8ddee394"} 10 node_network_iface_link{device="br-e00d180c1d82"} 42401 node_network_iface_link{device="br-fc997eab0c12"} 18 node_network_iface_link{device="docker0"} 16 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"} 44170 node_network_iface_link{device="veth0c1c961"} 4 node_network_iface_link{device="veth10a821f"} 2 node_network_iface_link{device="veth116fb4a"} 2 node_network_iface_link{device="veth12d74a6"} 3 node_network_iface_link{device="veth19ac6c5"} 2 node_network_iface_link{device="veth1d107d0"} 3 node_network_iface_link{device="veth1f1e7ae"} 2 node_network_iface_link{device="veth22667c4"} 2 node_network_iface_link{device="veth22b6538"} 2 node_network_iface_link{device="veth24d9069"} 2 node_network_iface_link{device="veth2ba15b8"} 3 node_network_iface_link{device="veth30e6dfc"} 3 node_network_iface_link{device="veth330a1a6"} 2 node_network_iface_link{device="veth33d9bd1"} 2 node_network_iface_link{device="veth3557113"} 2 node_network_iface_link{device="veth3788b06"} 2 node_network_iface_link{device="veth3901a80"} 3 node_network_iface_link{device="veth3ab03ae"} 2 node_network_iface_link{device="veth3deedb4"} 2 node_network_iface_link{device="veth3e0cce0"} 3 node_network_iface_link{device="veth45afe2e"} 3 node_network_iface_link{device="veth48ad89b"} 2 node_network_iface_link{device="veth4df1703"} 2 node_network_iface_link{device="veth4e146cb"} 2 node_network_iface_link{device="veth5dbaac5"} 3 node_network_iface_link{device="veth6114bd9"} 2 node_network_iface_link{device="veth63fa59e"} 3 node_network_iface_link{device="veth642484d"} 2 node_network_iface_link{device="veth6c6c5e8"} 2 node_network_iface_link{device="veth769abf1"} 2 node_network_iface_link{device="veth79dfaf2"} 2 node_network_iface_link{device="veth7a4bcc6"} 2 node_network_iface_link{device="veth7b583f7"} 2 node_network_iface_link{device="veth7d177f7"} 2 node_network_iface_link{device="veth812d031"} 2 node_network_iface_link{device="veth819eee4"} 2 node_network_iface_link{device="veth8359d34"} 2 node_network_iface_link{device="veth88db0e4"} 2 node_network_iface_link{device="veth8ff7f47"} 2 node_network_iface_link{device="veth911bde8"} 3 node_network_iface_link{device="veth9318fd4"} 2 node_network_iface_link{device="veth93ce619"} 3 node_network_iface_link{device="veth960197e"} 2 node_network_iface_link{device="veth96c5915"} 2 node_network_iface_link{device="veth9b2d15a"} 2 node_network_iface_link{device="vetha45411b"} 2 node_network_iface_link{device="vetha872785"} 2 node_network_iface_link{device="vetha929e05"} 2 node_network_iface_link{device="vethaa90dda"} 2 node_network_iface_link{device="vethaade391"} 2 node_network_iface_link{device="vethb5b1cec"} 2 node_network_iface_link{device="vethc26a76c"} 3 node_network_iface_link{device="vethc3ef2c1"} 2 node_network_iface_link{device="vethca6c765"} 2 node_network_iface_link{device="vethd0e5cf2"} 2 node_network_iface_link{device="vethd2a24ad"} 3 node_network_iface_link{device="vethd85e3f7"} 2 node_network_iface_link{device="vethda4dcbd"} 2 node_network_iface_link{device="vethde20a07"} 3 node_network_iface_link{device="vethe0f1359"} 2 node_network_iface_link{device="vethe191e4c"} 2 node_network_iface_link{device="vethe6c8e86"} 3 node_network_iface_link{device="vethea3e902"} 2 node_network_iface_link{device="vethf038d3d"} 3 node_network_iface_link{device="vethf22dfe9"} 2 node_network_iface_link{device="vethf357628"} 2 node_network_iface_link{device="vethf4d98ff"} 2 node_network_iface_link{device="vethf95527f"} 3 node_network_iface_link{device="vethf9e2f86"} 2 node_network_iface_link{device="vethfcb9f5a"} 3 node_network_iface_link{device="vethfcf8d57"} 2 # 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-20ce1902a65c"} 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-3f2bad164aef"} 0 node_network_iface_link_mode{device="br-4c463b933acb"} 0 node_network_iface_link_mode{device="br-561f457bb8e2"} 0 node_network_iface_link_mode{device="br-7a527d8e09f7"} 0 node_network_iface_link_mode{device="br-7d57e7161998"} 0 node_network_iface_link_mode{device="br-8159ae143564"} 0 node_network_iface_link_mode{device="br-83c30c05090c"} 0 node_network_iface_link_mode{device="br-c3f816b27415"} 0 node_network_iface_link_mode{device="br-c89a8ddee394"} 0 node_network_iface_link_mode{device="br-e00d180c1d82"} 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="veth0c1c961"} 0 node_network_iface_link_mode{device="veth10a821f"} 0 node_network_iface_link_mode{device="veth116fb4a"} 0 node_network_iface_link_mode{device="veth12d74a6"} 0 node_network_iface_link_mode{device="veth19ac6c5"} 0 node_network_iface_link_mode{device="veth1d107d0"} 0 node_network_iface_link_mode{device="veth1f1e7ae"} 0 node_network_iface_link_mode{device="veth22667c4"} 0 node_network_iface_link_mode{device="veth22b6538"} 0 node_network_iface_link_mode{device="veth24d9069"} 0 node_network_iface_link_mode{device="veth2ba15b8"} 0 node_network_iface_link_mode{device="veth30e6dfc"} 0 node_network_iface_link_mode{device="veth330a1a6"} 0 node_network_iface_link_mode{device="veth33d9bd1"} 0 node_network_iface_link_mode{device="veth3557113"} 0 node_network_iface_link_mode{device="veth3788b06"} 0 node_network_iface_link_mode{device="veth3901a80"} 0 node_network_iface_link_mode{device="veth3ab03ae"} 0 node_network_iface_link_mode{device="veth3deedb4"} 0 node_network_iface_link_mode{device="veth3e0cce0"} 0 node_network_iface_link_mode{device="veth45afe2e"} 0 node_network_iface_link_mode{device="veth48ad89b"} 0 node_network_iface_link_mode{device="veth4df1703"} 0 node_network_iface_link_mode{device="veth4e146cb"} 0 node_network_iface_link_mode{device="veth5dbaac5"} 0 node_network_iface_link_mode{device="veth6114bd9"} 0 node_network_iface_link_mode{device="veth63fa59e"} 0 node_network_iface_link_mode{device="veth642484d"} 0 node_network_iface_link_mode{device="veth6c6c5e8"} 0 node_network_iface_link_mode{device="veth769abf1"} 0 node_network_iface_link_mode{device="veth79dfaf2"} 0 node_network_iface_link_mode{device="veth7a4bcc6"} 0 node_network_iface_link_mode{device="veth7b583f7"} 0 node_network_iface_link_mode{device="veth7d177f7"} 0 node_network_iface_link_mode{device="veth812d031"} 0 node_network_iface_link_mode{device="veth819eee4"} 0 node_network_iface_link_mode{device="veth8359d34"} 0 node_network_iface_link_mode{device="veth88db0e4"} 0 node_network_iface_link_mode{device="veth8ff7f47"} 0 node_network_iface_link_mode{device="veth911bde8"} 0 node_network_iface_link_mode{device="veth9318fd4"} 0 node_network_iface_link_mode{device="veth93ce619"} 0 node_network_iface_link_mode{device="veth960197e"} 0 node_network_iface_link_mode{device="veth96c5915"} 0 node_network_iface_link_mode{device="veth9b2d15a"} 0 node_network_iface_link_mode{device="vetha45411b"} 0 node_network_iface_link_mode{device="vetha872785"} 0 node_network_iface_link_mode{device="vetha929e05"} 0 node_network_iface_link_mode{device="vethaa90dda"} 0 node_network_iface_link_mode{device="vethaade391"} 0 node_network_iface_link_mode{device="vethb5b1cec"} 0 node_network_iface_link_mode{device="vethc26a76c"} 0 node_network_iface_link_mode{device="vethc3ef2c1"} 0 node_network_iface_link_mode{device="vethca6c765"} 0 node_network_iface_link_mode{device="vethd0e5cf2"} 0 node_network_iface_link_mode{device="vethd2a24ad"} 0 node_network_iface_link_mode{device="vethd85e3f7"} 0 node_network_iface_link_mode{device="vethda4dcbd"} 0 node_network_iface_link_mode{device="vethde20a07"} 0 node_network_iface_link_mode{device="vethe0f1359"} 0 node_network_iface_link_mode{device="vethe191e4c"} 0 node_network_iface_link_mode{device="vethe6c8e86"} 0 node_network_iface_link_mode{device="vethea3e902"} 0 node_network_iface_link_mode{device="vethf038d3d"} 0 node_network_iface_link_mode{device="vethf22dfe9"} 0 node_network_iface_link_mode{device="vethf357628"} 0 node_network_iface_link_mode{device="vethf4d98ff"} 0 node_network_iface_link_mode{device="vethf95527f"} 0 node_network_iface_link_mode{device="vethf9e2f86"} 0 node_network_iface_link_mode{device="vethfcb9f5a"} 0 node_network_iface_link_mode{device="vethfcf8d57"} 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:03:72:c1:a0:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethca6c765",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:39:91:cb:90:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-07f968154de5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:ba:60:d2:a0:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth19ac6c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:c1:aa:64:45:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde20a07",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:33:b6:15:ac:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb5b1cec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:a2:5b:a8:dc:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe6c8e86",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:58:c3:a6:15:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3ef2c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:59:b6:ee:8c:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d177f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:8d:a9:b6:e5:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth30e6dfc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:7d:11:f2:ad:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth330a1a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:2b:05:11:0e:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-83c30c05090c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="1a:02:cf:45:b6:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha929e05",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:04:80:0e:be:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth12d74a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:6b:af:3f:fd:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48ad89b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:8c:a1:fb:45:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-220147d8e366",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="1e:ac:30:6b:75:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fc997eab0c12",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="22:08:8a:7e:ba:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaade391",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:24:6d:9c:c4:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth63fa59e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:45:bb:3f:b3:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha872785",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:1f:b0:c6:ea:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3788b06",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:39:14:09:e6:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3deedb4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:8f:20:5b:95:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b2d15a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:f9:c9:19:95:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4c463b933acb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2e:5c:44:7b:e1:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2f0914f191c1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="32:36:6f:3a:06:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth22667c4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:d8:ed:64:54:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd85e3f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:00:a0:d4:81:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3557113",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:0a:ec:39:2f:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93ce619",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:d6:7c:05:08:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth116fb4a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:9d:c2:20:94:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth911bde8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:9f:da:aa:89:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-20ce1902a65c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="4a:67:af:98:42:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-561f457bb8e2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="4e:70:18:08:f4:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e146cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:ce:d4:b6:41:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth819eee4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:81:37:7f:94:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ba15b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:de:77:b0:18:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6114bd9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:48:e4:4e:d8:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth960197e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:f4:b0:1d:d6:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf95527f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:a1:99:9d:9f:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0e5cf2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:04:67:a9:8f:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5dbaac5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:34:69:6c:09:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf357628",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:4d:e4:5c:58:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8159ae143564",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="6a:1b:ec:b6:f6:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe0f1359",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:57:a6:8d:51:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7a527d8e09f7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="72:31:e6:33:5f:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3901a80",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:49:63:ce:90:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth769abf1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:f7:89:35:58:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c1c961",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:0c:e8:c5:3e:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d107d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:0b:a5:84:3e:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a4bcc6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:1b:b3:3e:5e:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth79dfaf2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:25:07:3c:68:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c3f816b27415",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="92:52:5e:66:2e:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth88db0e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:44:64:8b:e2:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c89a8ddee394",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="96:ae:f0:93:d9:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ff7f47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:20:07:1e:c8:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc26a76c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:f0:cb:dd:25:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda4dcbd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:6d:85:ba:5b:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf038d3d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:80:e7:87:82:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e00d180c1d82",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="aa:fc:b2:26:c4:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth812d031",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:28:dc:10:db:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ab03ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:5f:19:1f:9b:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3f2bad164aef",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="b2:ec:42:78:bd:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf22dfe9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:11:59:72:24:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth642484d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:74:03:14:9b:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9318fd4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:98:c4:e9:d0:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4d98ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:62:49:63:e3:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="c6:09:0c:96:09:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1f956fd3540d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ca:0b:4f:0d:55:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth24d9069",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:19:6f:22:04:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth96c5915",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:7e:ea:b7:d4:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f1e7ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:e5:b4:59:c6:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-16808385b93f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="d2:18:04:ed:83:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe191e4c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:b2:32:65:d2:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8359d34",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:d9:c3:17:7d:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b583f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:05:bf:fd:93:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c6c5e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:4b:df:15:14:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3e0cce0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:84:14:f2:93:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha45411b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:a9:9e:c9:20:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10a821f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:fb:2b:76:60:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth22b6538",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:31:04:99:60:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea3e902",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:0d:10:42:48:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33d9bd1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:f0:ff:54:bd:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfcf8d57",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:69:11:4d:66:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7d57e7161998",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ee:75:e7:d3:f3:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfcb9f5a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:af:b3:fa:b1:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2a24ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:dd:0d:f9:f1:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4df1703",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:ab:1b:9f:d7:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaa90dda",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:e8:1f:57:e5:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth45afe2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:c9:37:86:cb:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf9e2f86",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-20ce1902a65c"} 1500 node_network_mtu_bytes{device="br-220147d8e366"} 1500 node_network_mtu_bytes{device="br-2f0914f191c1"} 1500 node_network_mtu_bytes{device="br-3f2bad164aef"} 1500 node_network_mtu_bytes{device="br-4c463b933acb"} 1500 node_network_mtu_bytes{device="br-561f457bb8e2"} 1500 node_network_mtu_bytes{device="br-7a527d8e09f7"} 1500 node_network_mtu_bytes{device="br-7d57e7161998"} 1500 node_network_mtu_bytes{device="br-8159ae143564"} 1500 node_network_mtu_bytes{device="br-83c30c05090c"} 1500 node_network_mtu_bytes{device="br-c3f816b27415"} 1500 node_network_mtu_bytes{device="br-c89a8ddee394"} 1500 node_network_mtu_bytes{device="br-e00d180c1d82"} 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="veth0c1c961"} 1500 node_network_mtu_bytes{device="veth10a821f"} 1500 node_network_mtu_bytes{device="veth116fb4a"} 1500 node_network_mtu_bytes{device="veth12d74a6"} 1500 node_network_mtu_bytes{device="veth19ac6c5"} 1500 node_network_mtu_bytes{device="veth1d107d0"} 1500 node_network_mtu_bytes{device="veth1f1e7ae"} 1500 node_network_mtu_bytes{device="veth22667c4"} 1500 node_network_mtu_bytes{device="veth22b6538"} 1500 node_network_mtu_bytes{device="veth24d9069"} 1500 node_network_mtu_bytes{device="veth2ba15b8"} 1500 node_network_mtu_bytes{device="veth30e6dfc"} 1500 node_network_mtu_bytes{device="veth330a1a6"} 1500 node_network_mtu_bytes{device="veth33d9bd1"} 1500 node_network_mtu_bytes{device="veth3557113"} 1500 node_network_mtu_bytes{device="veth3788b06"} 1500 node_network_mtu_bytes{device="veth3901a80"} 1500 node_network_mtu_bytes{device="veth3ab03ae"} 1500 node_network_mtu_bytes{device="veth3deedb4"} 1500 node_network_mtu_bytes{device="veth3e0cce0"} 1500 node_network_mtu_bytes{device="veth45afe2e"} 1500 node_network_mtu_bytes{device="veth48ad89b"} 1500 node_network_mtu_bytes{device="veth4df1703"} 1500 node_network_mtu_bytes{device="veth4e146cb"} 1500 node_network_mtu_bytes{device="veth5dbaac5"} 1500 node_network_mtu_bytes{device="veth6114bd9"} 1500 node_network_mtu_bytes{device="veth63fa59e"} 1500 node_network_mtu_bytes{device="veth642484d"} 1500 node_network_mtu_bytes{device="veth6c6c5e8"} 1500 node_network_mtu_bytes{device="veth769abf1"} 1500 node_network_mtu_bytes{device="veth79dfaf2"} 1500 node_network_mtu_bytes{device="veth7a4bcc6"} 1500 node_network_mtu_bytes{device="veth7b583f7"} 1500 node_network_mtu_bytes{device="veth7d177f7"} 1500 node_network_mtu_bytes{device="veth812d031"} 1500 node_network_mtu_bytes{device="veth819eee4"} 1500 node_network_mtu_bytes{device="veth8359d34"} 1500 node_network_mtu_bytes{device="veth88db0e4"} 1500 node_network_mtu_bytes{device="veth8ff7f47"} 1500 node_network_mtu_bytes{device="veth911bde8"} 1500 node_network_mtu_bytes{device="veth9318fd4"} 1500 node_network_mtu_bytes{device="veth93ce619"} 1500 node_network_mtu_bytes{device="veth960197e"} 1500 node_network_mtu_bytes{device="veth96c5915"} 1500 node_network_mtu_bytes{device="veth9b2d15a"} 1500 node_network_mtu_bytes{device="vetha45411b"} 1500 node_network_mtu_bytes{device="vetha872785"} 1500 node_network_mtu_bytes{device="vetha929e05"} 1500 node_network_mtu_bytes{device="vethaa90dda"} 1500 node_network_mtu_bytes{device="vethaade391"} 1500 node_network_mtu_bytes{device="vethb5b1cec"} 1500 node_network_mtu_bytes{device="vethc26a76c"} 1500 node_network_mtu_bytes{device="vethc3ef2c1"} 1500 node_network_mtu_bytes{device="vethca6c765"} 1500 node_network_mtu_bytes{device="vethd0e5cf2"} 1500 node_network_mtu_bytes{device="vethd2a24ad"} 1500 node_network_mtu_bytes{device="vethd85e3f7"} 1500 node_network_mtu_bytes{device="vethda4dcbd"} 1500 node_network_mtu_bytes{device="vethde20a07"} 1500 node_network_mtu_bytes{device="vethe0f1359"} 1500 node_network_mtu_bytes{device="vethe191e4c"} 1500 node_network_mtu_bytes{device="vethe6c8e86"} 1500 node_network_mtu_bytes{device="vethea3e902"} 1500 node_network_mtu_bytes{device="vethf038d3d"} 1500 node_network_mtu_bytes{device="vethf22dfe9"} 1500 node_network_mtu_bytes{device="vethf357628"} 1500 node_network_mtu_bytes{device="vethf4d98ff"} 1500 node_network_mtu_bytes{device="vethf95527f"} 1500 node_network_mtu_bytes{device="vethf9e2f86"} 1500 node_network_mtu_bytes{device="vethfcb9f5a"} 1500 node_network_mtu_bytes{device="vethfcf8d57"} 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-20ce1902a65c"} 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-3f2bad164aef"} 3 node_network_name_assign_type{device="br-4c463b933acb"} 3 node_network_name_assign_type{device="br-561f457bb8e2"} 3 node_network_name_assign_type{device="br-7a527d8e09f7"} 3 node_network_name_assign_type{device="br-7d57e7161998"} 3 node_network_name_assign_type{device="br-8159ae143564"} 3 node_network_name_assign_type{device="br-83c30c05090c"} 3 node_network_name_assign_type{device="br-c3f816b27415"} 3 node_network_name_assign_type{device="br-c89a8ddee394"} 3 node_network_name_assign_type{device="br-e00d180c1d82"} 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="veth0c1c961"} 3 node_network_name_assign_type{device="veth10a821f"} 3 node_network_name_assign_type{device="veth116fb4a"} 3 node_network_name_assign_type{device="veth12d74a6"} 3 node_network_name_assign_type{device="veth19ac6c5"} 3 node_network_name_assign_type{device="veth1d107d0"} 3 node_network_name_assign_type{device="veth1f1e7ae"} 3 node_network_name_assign_type{device="veth22667c4"} 3 node_network_name_assign_type{device="veth22b6538"} 3 node_network_name_assign_type{device="veth24d9069"} 3 node_network_name_assign_type{device="veth2ba15b8"} 3 node_network_name_assign_type{device="veth30e6dfc"} 3 node_network_name_assign_type{device="veth330a1a6"} 3 node_network_name_assign_type{device="veth33d9bd1"} 3 node_network_name_assign_type{device="veth3557113"} 3 node_network_name_assign_type{device="veth3788b06"} 3 node_network_name_assign_type{device="veth3901a80"} 3 node_network_name_assign_type{device="veth3ab03ae"} 3 node_network_name_assign_type{device="veth3deedb4"} 3 node_network_name_assign_type{device="veth3e0cce0"} 3 node_network_name_assign_type{device="veth45afe2e"} 3 node_network_name_assign_type{device="veth48ad89b"} 3 node_network_name_assign_type{device="veth4df1703"} 3 node_network_name_assign_type{device="veth4e146cb"} 3 node_network_name_assign_type{device="veth5dbaac5"} 3 node_network_name_assign_type{device="veth6114bd9"} 3 node_network_name_assign_type{device="veth63fa59e"} 3 node_network_name_assign_type{device="veth642484d"} 3 node_network_name_assign_type{device="veth6c6c5e8"} 3 node_network_name_assign_type{device="veth769abf1"} 3 node_network_name_assign_type{device="veth79dfaf2"} 3 node_network_name_assign_type{device="veth7a4bcc6"} 3 node_network_name_assign_type{device="veth7b583f7"} 3 node_network_name_assign_type{device="veth7d177f7"} 3 node_network_name_assign_type{device="veth812d031"} 3 node_network_name_assign_type{device="veth819eee4"} 3 node_network_name_assign_type{device="veth8359d34"} 3 node_network_name_assign_type{device="veth88db0e4"} 3 node_network_name_assign_type{device="veth8ff7f47"} 3 node_network_name_assign_type{device="veth911bde8"} 3 node_network_name_assign_type{device="veth9318fd4"} 3 node_network_name_assign_type{device="veth93ce619"} 3 node_network_name_assign_type{device="veth960197e"} 3 node_network_name_assign_type{device="veth96c5915"} 3 node_network_name_assign_type{device="veth9b2d15a"} 3 node_network_name_assign_type{device="vetha45411b"} 3 node_network_name_assign_type{device="vetha872785"} 3 node_network_name_assign_type{device="vetha929e05"} 3 node_network_name_assign_type{device="vethaa90dda"} 3 node_network_name_assign_type{device="vethaade391"} 3 node_network_name_assign_type{device="vethb5b1cec"} 3 node_network_name_assign_type{device="vethc26a76c"} 3 node_network_name_assign_type{device="vethc3ef2c1"} 3 node_network_name_assign_type{device="vethca6c765"} 3 node_network_name_assign_type{device="vethd0e5cf2"} 3 node_network_name_assign_type{device="vethd2a24ad"} 3 node_network_name_assign_type{device="vethd85e3f7"} 3 node_network_name_assign_type{device="vethda4dcbd"} 3 node_network_name_assign_type{device="vethde20a07"} 3 node_network_name_assign_type{device="vethe0f1359"} 3 node_network_name_assign_type{device="vethe191e4c"} 3 node_network_name_assign_type{device="vethe6c8e86"} 3 node_network_name_assign_type{device="vethea3e902"} 3 node_network_name_assign_type{device="vethf038d3d"} 3 node_network_name_assign_type{device="vethf22dfe9"} 3 node_network_name_assign_type{device="vethf357628"} 3 node_network_name_assign_type{device="vethf4d98ff"} 3 node_network_name_assign_type{device="vethf95527f"} 3 node_network_name_assign_type{device="vethf9e2f86"} 3 node_network_name_assign_type{device="vethfcb9f5a"} 3 node_network_name_assign_type{device="vethfcf8d57"} 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-20ce1902a65c"} 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-3f2bad164aef"} 0 node_network_net_dev_group{device="br-4c463b933acb"} 0 node_network_net_dev_group{device="br-561f457bb8e2"} 0 node_network_net_dev_group{device="br-7a527d8e09f7"} 0 node_network_net_dev_group{device="br-7d57e7161998"} 0 node_network_net_dev_group{device="br-8159ae143564"} 0 node_network_net_dev_group{device="br-83c30c05090c"} 0 node_network_net_dev_group{device="br-c3f816b27415"} 0 node_network_net_dev_group{device="br-c89a8ddee394"} 0 node_network_net_dev_group{device="br-e00d180c1d82"} 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="veth0c1c961"} 0 node_network_net_dev_group{device="veth10a821f"} 0 node_network_net_dev_group{device="veth116fb4a"} 0 node_network_net_dev_group{device="veth12d74a6"} 0 node_network_net_dev_group{device="veth19ac6c5"} 0 node_network_net_dev_group{device="veth1d107d0"} 0 node_network_net_dev_group{device="veth1f1e7ae"} 0 node_network_net_dev_group{device="veth22667c4"} 0 node_network_net_dev_group{device="veth22b6538"} 0 node_network_net_dev_group{device="veth24d9069"} 0 node_network_net_dev_group{device="veth2ba15b8"} 0 node_network_net_dev_group{device="veth30e6dfc"} 0 node_network_net_dev_group{device="veth330a1a6"} 0 node_network_net_dev_group{device="veth33d9bd1"} 0 node_network_net_dev_group{device="veth3557113"} 0 node_network_net_dev_group{device="veth3788b06"} 0 node_network_net_dev_group{device="veth3901a80"} 0 node_network_net_dev_group{device="veth3ab03ae"} 0 node_network_net_dev_group{device="veth3deedb4"} 0 node_network_net_dev_group{device="veth3e0cce0"} 0 node_network_net_dev_group{device="veth45afe2e"} 0 node_network_net_dev_group{device="veth48ad89b"} 0 node_network_net_dev_group{device="veth4df1703"} 0 node_network_net_dev_group{device="veth4e146cb"} 0 node_network_net_dev_group{device="veth5dbaac5"} 0 node_network_net_dev_group{device="veth6114bd9"} 0 node_network_net_dev_group{device="veth63fa59e"} 0 node_network_net_dev_group{device="veth642484d"} 0 node_network_net_dev_group{device="veth6c6c5e8"} 0 node_network_net_dev_group{device="veth769abf1"} 0 node_network_net_dev_group{device="veth79dfaf2"} 0 node_network_net_dev_group{device="veth7a4bcc6"} 0 node_network_net_dev_group{device="veth7b583f7"} 0 node_network_net_dev_group{device="veth7d177f7"} 0 node_network_net_dev_group{device="veth812d031"} 0 node_network_net_dev_group{device="veth819eee4"} 0 node_network_net_dev_group{device="veth8359d34"} 0 node_network_net_dev_group{device="veth88db0e4"} 0 node_network_net_dev_group{device="veth8ff7f47"} 0 node_network_net_dev_group{device="veth911bde8"} 0 node_network_net_dev_group{device="veth9318fd4"} 0 node_network_net_dev_group{device="veth93ce619"} 0 node_network_net_dev_group{device="veth960197e"} 0 node_network_net_dev_group{device="veth96c5915"} 0 node_network_net_dev_group{device="veth9b2d15a"} 0 node_network_net_dev_group{device="vetha45411b"} 0 node_network_net_dev_group{device="vetha872785"} 0 node_network_net_dev_group{device="vetha929e05"} 0 node_network_net_dev_group{device="vethaa90dda"} 0 node_network_net_dev_group{device="vethaade391"} 0 node_network_net_dev_group{device="vethb5b1cec"} 0 node_network_net_dev_group{device="vethc26a76c"} 0 node_network_net_dev_group{device="vethc3ef2c1"} 0 node_network_net_dev_group{device="vethca6c765"} 0 node_network_net_dev_group{device="vethd0e5cf2"} 0 node_network_net_dev_group{device="vethd2a24ad"} 0 node_network_net_dev_group{device="vethd85e3f7"} 0 node_network_net_dev_group{device="vethda4dcbd"} 0 node_network_net_dev_group{device="vethde20a07"} 0 node_network_net_dev_group{device="vethe0f1359"} 0 node_network_net_dev_group{device="vethe191e4c"} 0 node_network_net_dev_group{device="vethe6c8e86"} 0 node_network_net_dev_group{device="vethea3e902"} 0 node_network_net_dev_group{device="vethf038d3d"} 0 node_network_net_dev_group{device="vethf22dfe9"} 0 node_network_net_dev_group{device="vethf357628"} 0 node_network_net_dev_group{device="vethf4d98ff"} 0 node_network_net_dev_group{device="vethf95527f"} 0 node_network_net_dev_group{device="vethf9e2f86"} 0 node_network_net_dev_group{device="vethfcb9f5a"} 0 node_network_net_dev_group{device="vethfcf8d57"} 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-20ce1902a65c"} 1 node_network_protocol_type{device="br-220147d8e366"} 1 node_network_protocol_type{device="br-2f0914f191c1"} 1 node_network_protocol_type{device="br-3f2bad164aef"} 1 node_network_protocol_type{device="br-4c463b933acb"} 1 node_network_protocol_type{device="br-561f457bb8e2"} 1 node_network_protocol_type{device="br-7a527d8e09f7"} 1 node_network_protocol_type{device="br-7d57e7161998"} 1 node_network_protocol_type{device="br-8159ae143564"} 1 node_network_protocol_type{device="br-83c30c05090c"} 1 node_network_protocol_type{device="br-c3f816b27415"} 1 node_network_protocol_type{device="br-c89a8ddee394"} 1 node_network_protocol_type{device="br-e00d180c1d82"} 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="veth0c1c961"} 1 node_network_protocol_type{device="veth10a821f"} 1 node_network_protocol_type{device="veth116fb4a"} 1 node_network_protocol_type{device="veth12d74a6"} 1 node_network_protocol_type{device="veth19ac6c5"} 1 node_network_protocol_type{device="veth1d107d0"} 1 node_network_protocol_type{device="veth1f1e7ae"} 1 node_network_protocol_type{device="veth22667c4"} 1 node_network_protocol_type{device="veth22b6538"} 1 node_network_protocol_type{device="veth24d9069"} 1 node_network_protocol_type{device="veth2ba15b8"} 1 node_network_protocol_type{device="veth30e6dfc"} 1 node_network_protocol_type{device="veth330a1a6"} 1 node_network_protocol_type{device="veth33d9bd1"} 1 node_network_protocol_type{device="veth3557113"} 1 node_network_protocol_type{device="veth3788b06"} 1 node_network_protocol_type{device="veth3901a80"} 1 node_network_protocol_type{device="veth3ab03ae"} 1 node_network_protocol_type{device="veth3deedb4"} 1 node_network_protocol_type{device="veth3e0cce0"} 1 node_network_protocol_type{device="veth45afe2e"} 1 node_network_protocol_type{device="veth48ad89b"} 1 node_network_protocol_type{device="veth4df1703"} 1 node_network_protocol_type{device="veth4e146cb"} 1 node_network_protocol_type{device="veth5dbaac5"} 1 node_network_protocol_type{device="veth6114bd9"} 1 node_network_protocol_type{device="veth63fa59e"} 1 node_network_protocol_type{device="veth642484d"} 1 node_network_protocol_type{device="veth6c6c5e8"} 1 node_network_protocol_type{device="veth769abf1"} 1 node_network_protocol_type{device="veth79dfaf2"} 1 node_network_protocol_type{device="veth7a4bcc6"} 1 node_network_protocol_type{device="veth7b583f7"} 1 node_network_protocol_type{device="veth7d177f7"} 1 node_network_protocol_type{device="veth812d031"} 1 node_network_protocol_type{device="veth819eee4"} 1 node_network_protocol_type{device="veth8359d34"} 1 node_network_protocol_type{device="veth88db0e4"} 1 node_network_protocol_type{device="veth8ff7f47"} 1 node_network_protocol_type{device="veth911bde8"} 1 node_network_protocol_type{device="veth9318fd4"} 1 node_network_protocol_type{device="veth93ce619"} 1 node_network_protocol_type{device="veth960197e"} 1 node_network_protocol_type{device="veth96c5915"} 1 node_network_protocol_type{device="veth9b2d15a"} 1 node_network_protocol_type{device="vetha45411b"} 1 node_network_protocol_type{device="vetha872785"} 1 node_network_protocol_type{device="vetha929e05"} 1 node_network_protocol_type{device="vethaa90dda"} 1 node_network_protocol_type{device="vethaade391"} 1 node_network_protocol_type{device="vethb5b1cec"} 1 node_network_protocol_type{device="vethc26a76c"} 1 node_network_protocol_type{device="vethc3ef2c1"} 1 node_network_protocol_type{device="vethca6c765"} 1 node_network_protocol_type{device="vethd0e5cf2"} 1 node_network_protocol_type{device="vethd2a24ad"} 1 node_network_protocol_type{device="vethd85e3f7"} 1 node_network_protocol_type{device="vethda4dcbd"} 1 node_network_protocol_type{device="vethde20a07"} 1 node_network_protocol_type{device="vethe0f1359"} 1 node_network_protocol_type{device="vethe191e4c"} 1 node_network_protocol_type{device="vethe6c8e86"} 1 node_network_protocol_type{device="vethea3e902"} 1 node_network_protocol_type{device="vethf038d3d"} 1 node_network_protocol_type{device="vethf22dfe9"} 1 node_network_protocol_type{device="vethf357628"} 1 node_network_protocol_type{device="vethf4d98ff"} 1 node_network_protocol_type{device="vethf95527f"} 1 node_network_protocol_type{device="vethf9e2f86"} 1 node_network_protocol_type{device="vethfcb9f5a"} 1 node_network_protocol_type{device="vethfcf8d57"} 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"} 2.656910973e+09 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"} 2.0421366e+07 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-20ce1902a65c"} 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-3f2bad164aef"} 1.25e+09 node_network_speed_bytes{device="br-4c463b933acb"} 1.25e+09 node_network_speed_bytes{device="br-561f457bb8e2"} 1.25e+09 node_network_speed_bytes{device="br-7a527d8e09f7"} 1.25e+09 node_network_speed_bytes{device="br-7d57e7161998"} 1.25e+09 node_network_speed_bytes{device="br-8159ae143564"} 1.25e+09 node_network_speed_bytes{device="br-83c30c05090c"} 1.25e+09 node_network_speed_bytes{device="br-c3f816b27415"} 1.25e+09 node_network_speed_bytes{device="br-c89a8ddee394"} 1.25e+09 node_network_speed_bytes{device="br-e00d180c1d82"} 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="veth0c1c961"} 1.25e+09 node_network_speed_bytes{device="veth10a821f"} 1.25e+09 node_network_speed_bytes{device="veth116fb4a"} 1.25e+09 node_network_speed_bytes{device="veth12d74a6"} 1.25e+09 node_network_speed_bytes{device="veth19ac6c5"} 1.25e+09 node_network_speed_bytes{device="veth1d107d0"} 1.25e+09 node_network_speed_bytes{device="veth1f1e7ae"} 1.25e+09 node_network_speed_bytes{device="veth22667c4"} 1.25e+09 node_network_speed_bytes{device="veth22b6538"} 1.25e+09 node_network_speed_bytes{device="veth24d9069"} 1.25e+09 node_network_speed_bytes{device="veth2ba15b8"} 1.25e+09 node_network_speed_bytes{device="veth30e6dfc"} 1.25e+09 node_network_speed_bytes{device="veth330a1a6"} 1.25e+09 node_network_speed_bytes{device="veth33d9bd1"} 1.25e+09 node_network_speed_bytes{device="veth3557113"} 1.25e+09 node_network_speed_bytes{device="veth3788b06"} 1.25e+09 node_network_speed_bytes{device="veth3901a80"} 1.25e+09 node_network_speed_bytes{device="veth3ab03ae"} 1.25e+09 node_network_speed_bytes{device="veth3deedb4"} 1.25e+09 node_network_speed_bytes{device="veth3e0cce0"} 1.25e+09 node_network_speed_bytes{device="veth45afe2e"} 1.25e+09 node_network_speed_bytes{device="veth48ad89b"} 1.25e+09 node_network_speed_bytes{device="veth4df1703"} 1.25e+09 node_network_speed_bytes{device="veth4e146cb"} 1.25e+09 node_network_speed_bytes{device="veth5dbaac5"} 1.25e+09 node_network_speed_bytes{device="veth6114bd9"} 1.25e+09 node_network_speed_bytes{device="veth63fa59e"} 1.25e+09 node_network_speed_bytes{device="veth642484d"} 1.25e+09 node_network_speed_bytes{device="veth6c6c5e8"} 1.25e+09 node_network_speed_bytes{device="veth769abf1"} 1.25e+09 node_network_speed_bytes{device="veth79dfaf2"} 1.25e+09 node_network_speed_bytes{device="veth7a4bcc6"} 1.25e+09 node_network_speed_bytes{device="veth7b583f7"} 1.25e+09 node_network_speed_bytes{device="veth7d177f7"} 1.25e+09 node_network_speed_bytes{device="veth812d031"} 1.25e+09 node_network_speed_bytes{device="veth819eee4"} 1.25e+09 node_network_speed_bytes{device="veth8359d34"} 1.25e+09 node_network_speed_bytes{device="veth88db0e4"} 1.25e+09 node_network_speed_bytes{device="veth8ff7f47"} 1.25e+09 node_network_speed_bytes{device="veth911bde8"} 1.25e+09 node_network_speed_bytes{device="veth9318fd4"} 1.25e+09 node_network_speed_bytes{device="veth93ce619"} 1.25e+09 node_network_speed_bytes{device="veth960197e"} 1.25e+09 node_network_speed_bytes{device="veth96c5915"} 1.25e+09 node_network_speed_bytes{device="veth9b2d15a"} 1.25e+09 node_network_speed_bytes{device="vetha45411b"} 1.25e+09 node_network_speed_bytes{device="vetha872785"} 1.25e+09 node_network_speed_bytes{device="vetha929e05"} 1.25e+09 node_network_speed_bytes{device="vethaa90dda"} 1.25e+09 node_network_speed_bytes{device="vethaade391"} 1.25e+09 node_network_speed_bytes{device="vethb5b1cec"} 1.25e+09 node_network_speed_bytes{device="vethc26a76c"} 1.25e+09 node_network_speed_bytes{device="vethc3ef2c1"} 1.25e+09 node_network_speed_bytes{device="vethca6c765"} 1.25e+09 node_network_speed_bytes{device="vethd0e5cf2"} 1.25e+09 node_network_speed_bytes{device="vethd2a24ad"} 1.25e+09 node_network_speed_bytes{device="vethd85e3f7"} 1.25e+09 node_network_speed_bytes{device="vethda4dcbd"} 1.25e+09 node_network_speed_bytes{device="vethde20a07"} 1.25e+09 node_network_speed_bytes{device="vethe0f1359"} 1.25e+09 node_network_speed_bytes{device="vethe191e4c"} 1.25e+09 node_network_speed_bytes{device="vethe6c8e86"} 1.25e+09 node_network_speed_bytes{device="vethea3e902"} 1.25e+09 node_network_speed_bytes{device="vethf038d3d"} 1.25e+09 node_network_speed_bytes{device="vethf22dfe9"} 1.25e+09 node_network_speed_bytes{device="vethf357628"} 1.25e+09 node_network_speed_bytes{device="vethf4d98ff"} 1.25e+09 node_network_speed_bytes{device="vethf95527f"} 1.25e+09 node_network_speed_bytes{device="vethf9e2f86"} 1.25e+09 node_network_speed_bytes{device="vethfcb9f5a"} 1.25e+09 node_network_speed_bytes{device="vethfcf8d57"} 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"} 7.2984174953e+10 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"} 2.0460808e+07 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-20ce1902a65c"} 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-3f2bad164aef"} 0 node_network_transmit_queue_length{device="br-4c463b933acb"} 0 node_network_transmit_queue_length{device="br-561f457bb8e2"} 0 node_network_transmit_queue_length{device="br-7a527d8e09f7"} 0 node_network_transmit_queue_length{device="br-7d57e7161998"} 0 node_network_transmit_queue_length{device="br-8159ae143564"} 0 node_network_transmit_queue_length{device="br-83c30c05090c"} 0 node_network_transmit_queue_length{device="br-c3f816b27415"} 0 node_network_transmit_queue_length{device="br-c89a8ddee394"} 0 node_network_transmit_queue_length{device="br-e00d180c1d82"} 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="veth0c1c961"} 0 node_network_transmit_queue_length{device="veth10a821f"} 0 node_network_transmit_queue_length{device="veth116fb4a"} 0 node_network_transmit_queue_length{device="veth12d74a6"} 0 node_network_transmit_queue_length{device="veth19ac6c5"} 0 node_network_transmit_queue_length{device="veth1d107d0"} 0 node_network_transmit_queue_length{device="veth1f1e7ae"} 0 node_network_transmit_queue_length{device="veth22667c4"} 0 node_network_transmit_queue_length{device="veth22b6538"} 0 node_network_transmit_queue_length{device="veth24d9069"} 0 node_network_transmit_queue_length{device="veth2ba15b8"} 0 node_network_transmit_queue_length{device="veth30e6dfc"} 0 node_network_transmit_queue_length{device="veth330a1a6"} 0 node_network_transmit_queue_length{device="veth33d9bd1"} 0 node_network_transmit_queue_length{device="veth3557113"} 0 node_network_transmit_queue_length{device="veth3788b06"} 0 node_network_transmit_queue_length{device="veth3901a80"} 0 node_network_transmit_queue_length{device="veth3ab03ae"} 0 node_network_transmit_queue_length{device="veth3deedb4"} 0 node_network_transmit_queue_length{device="veth3e0cce0"} 0 node_network_transmit_queue_length{device="veth45afe2e"} 0 node_network_transmit_queue_length{device="veth48ad89b"} 0 node_network_transmit_queue_length{device="veth4df1703"} 0 node_network_transmit_queue_length{device="veth4e146cb"} 0 node_network_transmit_queue_length{device="veth5dbaac5"} 0 node_network_transmit_queue_length{device="veth6114bd9"} 0 node_network_transmit_queue_length{device="veth63fa59e"} 0 node_network_transmit_queue_length{device="veth642484d"} 0 node_network_transmit_queue_length{device="veth6c6c5e8"} 0 node_network_transmit_queue_length{device="veth769abf1"} 0 node_network_transmit_queue_length{device="veth79dfaf2"} 0 node_network_transmit_queue_length{device="veth7a4bcc6"} 0 node_network_transmit_queue_length{device="veth7b583f7"} 0 node_network_transmit_queue_length{device="veth7d177f7"} 0 node_network_transmit_queue_length{device="veth812d031"} 0 node_network_transmit_queue_length{device="veth819eee4"} 0 node_network_transmit_queue_length{device="veth8359d34"} 0 node_network_transmit_queue_length{device="veth88db0e4"} 0 node_network_transmit_queue_length{device="veth8ff7f47"} 0 node_network_transmit_queue_length{device="veth911bde8"} 0 node_network_transmit_queue_length{device="veth9318fd4"} 0 node_network_transmit_queue_length{device="veth93ce619"} 0 node_network_transmit_queue_length{device="veth960197e"} 0 node_network_transmit_queue_length{device="veth96c5915"} 0 node_network_transmit_queue_length{device="veth9b2d15a"} 0 node_network_transmit_queue_length{device="vetha45411b"} 0 node_network_transmit_queue_length{device="vetha872785"} 0 node_network_transmit_queue_length{device="vetha929e05"} 0 node_network_transmit_queue_length{device="vethaa90dda"} 0 node_network_transmit_queue_length{device="vethaade391"} 0 node_network_transmit_queue_length{device="vethb5b1cec"} 0 node_network_transmit_queue_length{device="vethc26a76c"} 0 node_network_transmit_queue_length{device="vethc3ef2c1"} 0 node_network_transmit_queue_length{device="vethca6c765"} 0 node_network_transmit_queue_length{device="vethd0e5cf2"} 0 node_network_transmit_queue_length{device="vethd2a24ad"} 0 node_network_transmit_queue_length{device="vethd85e3f7"} 0 node_network_transmit_queue_length{device="vethda4dcbd"} 0 node_network_transmit_queue_length{device="vethde20a07"} 0 node_network_transmit_queue_length{device="vethe0f1359"} 0 node_network_transmit_queue_length{device="vethe191e4c"} 0 node_network_transmit_queue_length{device="vethe6c8e86"} 0 node_network_transmit_queue_length{device="vethea3e902"} 0 node_network_transmit_queue_length{device="vethf038d3d"} 0 node_network_transmit_queue_length{device="vethf22dfe9"} 0 node_network_transmit_queue_length{device="vethf357628"} 0 node_network_transmit_queue_length{device="vethf4d98ff"} 0 node_network_transmit_queue_length{device="vethf95527f"} 0 node_network_transmit_queue_length{device="vethf9e2f86"} 0 node_network_transmit_queue_length{device="vethfcb9f5a"} 0 node_network_transmit_queue_length{device="vethfcf8d57"} 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-20ce1902a65c"} 1 node_network_up{device="br-220147d8e366"} 1 node_network_up{device="br-2f0914f191c1"} 1 node_network_up{device="br-3f2bad164aef"} 1 node_network_up{device="br-4c463b933acb"} 1 node_network_up{device="br-561f457bb8e2"} 1 node_network_up{device="br-7a527d8e09f7"} 1 node_network_up{device="br-7d57e7161998"} 1 node_network_up{device="br-8159ae143564"} 1 node_network_up{device="br-83c30c05090c"} 1 node_network_up{device="br-c3f816b27415"} 1 node_network_up{device="br-c89a8ddee394"} 1 node_network_up{device="br-e00d180c1d82"} 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="veth0c1c961"} 1 node_network_up{device="veth10a821f"} 1 node_network_up{device="veth116fb4a"} 1 node_network_up{device="veth12d74a6"} 1 node_network_up{device="veth19ac6c5"} 1 node_network_up{device="veth1d107d0"} 1 node_network_up{device="veth1f1e7ae"} 1 node_network_up{device="veth22667c4"} 1 node_network_up{device="veth22b6538"} 1 node_network_up{device="veth24d9069"} 1 node_network_up{device="veth2ba15b8"} 1 node_network_up{device="veth30e6dfc"} 1 node_network_up{device="veth330a1a6"} 1 node_network_up{device="veth33d9bd1"} 1 node_network_up{device="veth3557113"} 1 node_network_up{device="veth3788b06"} 1 node_network_up{device="veth3901a80"} 1 node_network_up{device="veth3ab03ae"} 1 node_network_up{device="veth3deedb4"} 1 node_network_up{device="veth3e0cce0"} 1 node_network_up{device="veth45afe2e"} 1 node_network_up{device="veth48ad89b"} 1 node_network_up{device="veth4df1703"} 1 node_network_up{device="veth4e146cb"} 1 node_network_up{device="veth5dbaac5"} 1 node_network_up{device="veth6114bd9"} 1 node_network_up{device="veth63fa59e"} 1 node_network_up{device="veth642484d"} 1 node_network_up{device="veth6c6c5e8"} 1 node_network_up{device="veth769abf1"} 1 node_network_up{device="veth79dfaf2"} 1 node_network_up{device="veth7a4bcc6"} 1 node_network_up{device="veth7b583f7"} 1 node_network_up{device="veth7d177f7"} 1 node_network_up{device="veth812d031"} 1 node_network_up{device="veth819eee4"} 1 node_network_up{device="veth8359d34"} 1 node_network_up{device="veth88db0e4"} 1 node_network_up{device="veth8ff7f47"} 1 node_network_up{device="veth911bde8"} 1 node_network_up{device="veth9318fd4"} 1 node_network_up{device="veth93ce619"} 1 node_network_up{device="veth960197e"} 1 node_network_up{device="veth96c5915"} 1 node_network_up{device="veth9b2d15a"} 1 node_network_up{device="vetha45411b"} 1 node_network_up{device="vetha872785"} 1 node_network_up{device="vetha929e05"} 1 node_network_up{device="vethaa90dda"} 1 node_network_up{device="vethaade391"} 1 node_network_up{device="vethb5b1cec"} 1 node_network_up{device="vethc26a76c"} 1 node_network_up{device="vethc3ef2c1"} 1 node_network_up{device="vethca6c765"} 1 node_network_up{device="vethd0e5cf2"} 1 node_network_up{device="vethd2a24ad"} 1 node_network_up{device="vethd85e3f7"} 1 node_network_up{device="vethda4dcbd"} 1 node_network_up{device="vethde20a07"} 1 node_network_up{device="vethe0f1359"} 1 node_network_up{device="vethe191e4c"} 1 node_network_up{device="vethe6c8e86"} 1 node_network_up{device="vethea3e902"} 1 node_network_up{device="vethf038d3d"} 1 node_network_up{device="vethf22dfe9"} 1 node_network_up{device="vethf357628"} 1 node_network_up{device="vethf4d98ff"} 1 node_network_up{device="vethf95527f"} 1 node_network_up{device="vethf9e2f86"} 1 node_network_up{device="vethfcb9f5a"} 1 node_network_up{device="vethfcf8d57"} 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 1 # 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.3 LTS",variant="",variant_id="",version="24.04.3 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 210439.555525 # 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 6915.409014000001 # 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 7832.852201000001 # 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 68.494197 # 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 70.284723 # 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 20 # 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"} 2.381802389013271e+06 node_schedstat_running_seconds_total{cpu="1"} 2.386913068824426e+06 node_schedstat_running_seconds_total{cpu="10"} 2.264038551206534e+06 node_schedstat_running_seconds_total{cpu="11"} 2.211757109221128e+06 node_schedstat_running_seconds_total{cpu="12"} 2.189385977897629e+06 node_schedstat_running_seconds_total{cpu="13"} 2.182446113144971e+06 node_schedstat_running_seconds_total{cpu="14"} 2.174193755937008e+06 node_schedstat_running_seconds_total{cpu="15"} 2.188951909875871e+06 node_schedstat_running_seconds_total{cpu="16"} 2.193463334992121e+06 node_schedstat_running_seconds_total{cpu="17"} 2.198011127510801e+06 node_schedstat_running_seconds_total{cpu="18"} 2.203215601801296e+06 node_schedstat_running_seconds_total{cpu="19"} 2.215514583000062e+06 node_schedstat_running_seconds_total{cpu="2"} 2.376677617180444e+06 node_schedstat_running_seconds_total{cpu="20"} 2.395625820889425e+06 node_schedstat_running_seconds_total{cpu="21"} 2.274059140757386e+06 node_schedstat_running_seconds_total{cpu="22"} 2.244375826060709e+06 node_schedstat_running_seconds_total{cpu="23"} 2.231393722899277e+06 node_schedstat_running_seconds_total{cpu="24"} 2.22318486779137e+06 node_schedstat_running_seconds_total{cpu="25"} 2.221079104888676e+06 node_schedstat_running_seconds_total{cpu="26"} 2.224078444794228e+06 node_schedstat_running_seconds_total{cpu="27"} 2.214441903429868e+06 node_schedstat_running_seconds_total{cpu="28"} 2.216248794910071e+06 node_schedstat_running_seconds_total{cpu="29"} 2.214079103314884e+06 node_schedstat_running_seconds_total{cpu="3"} 2.34674717406159e+06 node_schedstat_running_seconds_total{cpu="30"} 2.215450105803236e+06 node_schedstat_running_seconds_total{cpu="31"} 2.213044376137898e+06 node_schedstat_running_seconds_total{cpu="32"} 2.214591331083588e+06 node_schedstat_running_seconds_total{cpu="33"} 2.211938626962452e+06 node_schedstat_running_seconds_total{cpu="34"} 2.214089891306262e+06 node_schedstat_running_seconds_total{cpu="35"} 2.215680440136286e+06 node_schedstat_running_seconds_total{cpu="36"} 2.215643775596804e+06 node_schedstat_running_seconds_total{cpu="37"} 2.216577623483398e+06 node_schedstat_running_seconds_total{cpu="38"} 2.22299735491636e+06 node_schedstat_running_seconds_total{cpu="39"} 2.219430598209913e+06 node_schedstat_running_seconds_total{cpu="4"} 2.36372048294661e+06 node_schedstat_running_seconds_total{cpu="40"} 2.121604986873359e+06 node_schedstat_running_seconds_total{cpu="41"} 2.003731010287497e+06 node_schedstat_running_seconds_total{cpu="42"} 1.992428119252392e+06 node_schedstat_running_seconds_total{cpu="43"} 2.008053260803831e+06 node_schedstat_running_seconds_total{cpu="44"} 2.021354071125113e+06 node_schedstat_running_seconds_total{cpu="45"} 2.03444046112426e+06 node_schedstat_running_seconds_total{cpu="46"} 2.042991126004572e+06 node_schedstat_running_seconds_total{cpu="47"} 2.06557371611912e+06 node_schedstat_running_seconds_total{cpu="48"} 2.076899157620481e+06 node_schedstat_running_seconds_total{cpu="49"} 2.088828148156304e+06 node_schedstat_running_seconds_total{cpu="5"} 2.340980827709327e+06 node_schedstat_running_seconds_total{cpu="50"} 2.141507698868264e+06 node_schedstat_running_seconds_total{cpu="51"} 2.217761684103265e+06 node_schedstat_running_seconds_total{cpu="52"} 2.280650972769619e+06 node_schedstat_running_seconds_total{cpu="53"} 2.316344747333263e+06 node_schedstat_running_seconds_total{cpu="54"} 2.347916659724339e+06 node_schedstat_running_seconds_total{cpu="55"} 2.262594835513264e+06 node_schedstat_running_seconds_total{cpu="56"} 2.231861930358429e+06 node_schedstat_running_seconds_total{cpu="57"} 2.20644759890656e+06 node_schedstat_running_seconds_total{cpu="58"} 2.18724162071329e+06 node_schedstat_running_seconds_total{cpu="59"} 2.170490462653615e+06 node_schedstat_running_seconds_total{cpu="6"} 2.321371117550555e+06 node_schedstat_running_seconds_total{cpu="60"} 2.193728159433703e+06 node_schedstat_running_seconds_total{cpu="61"} 2.143128707688949e+06 node_schedstat_running_seconds_total{cpu="62"} 2.137131084325721e+06 node_schedstat_running_seconds_total{cpu="63"} 2.133129525447592e+06 node_schedstat_running_seconds_total{cpu="64"} 2.136224436099265e+06 node_schedstat_running_seconds_total{cpu="65"} 2.129380160583454e+06 node_schedstat_running_seconds_total{cpu="66"} 2.118047875062156e+06 node_schedstat_running_seconds_total{cpu="67"} 2.127410027656448e+06 node_schedstat_running_seconds_total{cpu="68"} 2.127616269821085e+06 node_schedstat_running_seconds_total{cpu="69"} 2.125482223725089e+06 node_schedstat_running_seconds_total{cpu="7"} 2.291964868644111e+06 node_schedstat_running_seconds_total{cpu="70"} 2.121649141986125e+06 node_schedstat_running_seconds_total{cpu="71"} 2.123703486508217e+06 node_schedstat_running_seconds_total{cpu="72"} 2.123188450582206e+06 node_schedstat_running_seconds_total{cpu="73"} 2.121158942280318e+06 node_schedstat_running_seconds_total{cpu="74"} 2.120617608650699e+06 node_schedstat_running_seconds_total{cpu="75"} 2.115710359737642e+06 node_schedstat_running_seconds_total{cpu="76"} 2.114873421697296e+06 node_schedstat_running_seconds_total{cpu="77"} 2.111057159865506e+06 node_schedstat_running_seconds_total{cpu="78"} 2.106488211323693e+06 node_schedstat_running_seconds_total{cpu="79"} 2.115353155654644e+06 node_schedstat_running_seconds_total{cpu="8"} 2.276346442442287e+06 node_schedstat_running_seconds_total{cpu="9"} 2.261110079918275e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 7.325000162e+09 node_schedstat_timeslices_total{cpu="1"} 6.126883939e+09 node_schedstat_timeslices_total{cpu="10"} 5.494452715e+09 node_schedstat_timeslices_total{cpu="11"} 5.515326033e+09 node_schedstat_timeslices_total{cpu="12"} 5.509141571e+09 node_schedstat_timeslices_total{cpu="13"} 5.528406618e+09 node_schedstat_timeslices_total{cpu="14"} 5.52416504e+09 node_schedstat_timeslices_total{cpu="15"} 5.520432866e+09 node_schedstat_timeslices_total{cpu="16"} 5.530308285e+09 node_schedstat_timeslices_total{cpu="17"} 5.520682019e+09 node_schedstat_timeslices_total{cpu="18"} 5.494654279e+09 node_schedstat_timeslices_total{cpu="19"} 5.552240621e+09 node_schedstat_timeslices_total{cpu="2"} 5.8009378e+09 node_schedstat_timeslices_total{cpu="20"} 5.507191743e+09 node_schedstat_timeslices_total{cpu="21"} 5.560594615e+09 node_schedstat_timeslices_total{cpu="22"} 5.556245569e+09 node_schedstat_timeslices_total{cpu="23"} 5.530376712e+09 node_schedstat_timeslices_total{cpu="24"} 5.543408591e+09 node_schedstat_timeslices_total{cpu="25"} 5.524724937e+09 node_schedstat_timeslices_total{cpu="26"} 5.522473546e+09 node_schedstat_timeslices_total{cpu="27"} 5.524179104e+09 node_schedstat_timeslices_total{cpu="28"} 5.495611976e+09 node_schedstat_timeslices_total{cpu="29"} 5.518564182e+09 node_schedstat_timeslices_total{cpu="3"} 5.667002827e+09 node_schedstat_timeslices_total{cpu="30"} 5.491510083e+09 node_schedstat_timeslices_total{cpu="31"} 5.511623096e+09 node_schedstat_timeslices_total{cpu="32"} 5.513264135e+09 node_schedstat_timeslices_total{cpu="33"} 5.505112139e+09 node_schedstat_timeslices_total{cpu="34"} 5.499215672e+09 node_schedstat_timeslices_total{cpu="35"} 5.490151978e+09 node_schedstat_timeslices_total{cpu="36"} 5.492024419e+09 node_schedstat_timeslices_total{cpu="37"} 5.495795508e+09 node_schedstat_timeslices_total{cpu="38"} 5.487301928e+09 node_schedstat_timeslices_total{cpu="39"} 5.481142391e+09 node_schedstat_timeslices_total{cpu="4"} 5.594476864e+09 node_schedstat_timeslices_total{cpu="40"} 5.559886405e+09 node_schedstat_timeslices_total{cpu="41"} 5.550342408e+09 node_schedstat_timeslices_total{cpu="42"} 5.554324686e+09 node_schedstat_timeslices_total{cpu="43"} 5.550187476e+09 node_schedstat_timeslices_total{cpu="44"} 5.533347911e+09 node_schedstat_timeslices_total{cpu="45"} 5.530733369e+09 node_schedstat_timeslices_total{cpu="46"} 5.510615282e+09 node_schedstat_timeslices_total{cpu="47"} 5.510721707e+09 node_schedstat_timeslices_total{cpu="48"} 5.505433755e+09 node_schedstat_timeslices_total{cpu="49"} 5.49686755e+09 node_schedstat_timeslices_total{cpu="5"} 5.575630347e+09 node_schedstat_timeslices_total{cpu="50"} 5.494859865e+09 node_schedstat_timeslices_total{cpu="51"} 5.865627927e+09 node_schedstat_timeslices_total{cpu="52"} 6.041808353e+09 node_schedstat_timeslices_total{cpu="53"} 6.133041834e+09 node_schedstat_timeslices_total{cpu="54"} 6.159843127e+09 node_schedstat_timeslices_total{cpu="55"} 5.902236834e+09 node_schedstat_timeslices_total{cpu="56"} 5.827060724e+09 node_schedstat_timeslices_total{cpu="57"} 5.76296249e+09 node_schedstat_timeslices_total{cpu="58"} 5.704814701e+09 node_schedstat_timeslices_total{cpu="59"} 5.683050892e+09 node_schedstat_timeslices_total{cpu="6"} 5.531917879e+09 node_schedstat_timeslices_total{cpu="60"} 5.464296352e+09 node_schedstat_timeslices_total{cpu="61"} 5.515015481e+09 node_schedstat_timeslices_total{cpu="62"} 5.52118002e+09 node_schedstat_timeslices_total{cpu="63"} 5.539294514e+09 node_schedstat_timeslices_total{cpu="64"} 5.512000578e+09 node_schedstat_timeslices_total{cpu="65"} 5.530098152e+09 node_schedstat_timeslices_total{cpu="66"} 5.522609733e+09 node_schedstat_timeslices_total{cpu="67"} 5.526510176e+09 node_schedstat_timeslices_total{cpu="68"} 5.519004494e+09 node_schedstat_timeslices_total{cpu="69"} 5.498952478e+09 node_schedstat_timeslices_total{cpu="7"} 5.543294625e+09 node_schedstat_timeslices_total{cpu="70"} 5.50065403e+09 node_schedstat_timeslices_total{cpu="71"} 5.526289901e+09 node_schedstat_timeslices_total{cpu="72"} 5.526020244e+09 node_schedstat_timeslices_total{cpu="73"} 5.50713695e+09 node_schedstat_timeslices_total{cpu="74"} 5.507907619e+09 node_schedstat_timeslices_total{cpu="75"} 5.507765194e+09 node_schedstat_timeslices_total{cpu="76"} 5.515818319e+09 node_schedstat_timeslices_total{cpu="77"} 5.498480966e+09 node_schedstat_timeslices_total{cpu="78"} 5.504915051e+09 node_schedstat_timeslices_total{cpu="79"} 5.512054626e+09 node_schedstat_timeslices_total{cpu="8"} 5.533878798e+09 node_schedstat_timeslices_total{cpu="9"} 5.518090705e+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"} 195017.209929575 node_schedstat_waiting_seconds_total{cpu="1"} 192772.550215498 node_schedstat_waiting_seconds_total{cpu="10"} 182529.362600085 node_schedstat_waiting_seconds_total{cpu="11"} 179555.151701678 node_schedstat_waiting_seconds_total{cpu="12"} 177544.360686497 node_schedstat_waiting_seconds_total{cpu="13"} 177041.631138408 node_schedstat_waiting_seconds_total{cpu="14"} 176320.657335853 node_schedstat_waiting_seconds_total{cpu="15"} 177282.709309834 node_schedstat_waiting_seconds_total{cpu="16"} 177505.137957302 node_schedstat_waiting_seconds_total{cpu="17"} 177358.354356619 node_schedstat_waiting_seconds_total{cpu="18"} 176816.783169335 node_schedstat_waiting_seconds_total{cpu="19"} 176721.675465044 node_schedstat_waiting_seconds_total{cpu="2"} 192221.383934279 node_schedstat_waiting_seconds_total{cpu="20"} 191109.372168451 node_schedstat_waiting_seconds_total{cpu="21"} 187547.363157278 node_schedstat_waiting_seconds_total{cpu="22"} 186344.979796738 node_schedstat_waiting_seconds_total{cpu="23"} 185641.060902182 node_schedstat_waiting_seconds_total{cpu="24"} 185189.59141416 node_schedstat_waiting_seconds_total{cpu="25"} 184153.317039195 node_schedstat_waiting_seconds_total{cpu="26"} 184119.87808455 node_schedstat_waiting_seconds_total{cpu="27"} 183791.376849 node_schedstat_waiting_seconds_total{cpu="28"} 183477.635484866 node_schedstat_waiting_seconds_total{cpu="29"} 183360.654276162 node_schedstat_waiting_seconds_total{cpu="3"} 191147.543866802 node_schedstat_waiting_seconds_total{cpu="30"} 183053.484904969 node_schedstat_waiting_seconds_total{cpu="31"} 183102.168999237 node_schedstat_waiting_seconds_total{cpu="32"} 183220.203270028 node_schedstat_waiting_seconds_total{cpu="33"} 183142.411812904 node_schedstat_waiting_seconds_total{cpu="34"} 183229.517449286 node_schedstat_waiting_seconds_total{cpu="35"} 182958.898810334 node_schedstat_waiting_seconds_total{cpu="36"} 183075.753594395 node_schedstat_waiting_seconds_total{cpu="37"} 183484.385604537 node_schedstat_waiting_seconds_total{cpu="38"} 183218.35388747 node_schedstat_waiting_seconds_total{cpu="39"} 183044.88182887 node_schedstat_waiting_seconds_total{cpu="4"} 187617.189568383 node_schedstat_waiting_seconds_total{cpu="40"} 174162.44106703 node_schedstat_waiting_seconds_total{cpu="41"} 170573.200734815 node_schedstat_waiting_seconds_total{cpu="42"} 170332.216433951 node_schedstat_waiting_seconds_total{cpu="43"} 169490.657789834 node_schedstat_waiting_seconds_total{cpu="44"} 168866.951022016 node_schedstat_waiting_seconds_total{cpu="45"} 168678.853377251 node_schedstat_waiting_seconds_total{cpu="46"} 169038.913903678 node_schedstat_waiting_seconds_total{cpu="47"} 169142.260603814 node_schedstat_waiting_seconds_total{cpu="48"} 169211.649274496 node_schedstat_waiting_seconds_total{cpu="49"} 169379.540456396 node_schedstat_waiting_seconds_total{cpu="5"} 186753.618369701 node_schedstat_waiting_seconds_total{cpu="50"} 172643.882326444 node_schedstat_waiting_seconds_total{cpu="51"} 209810.104593843 node_schedstat_waiting_seconds_total{cpu="52"} 217511.132216534 node_schedstat_waiting_seconds_total{cpu="53"} 220581.677494789 node_schedstat_waiting_seconds_total{cpu="54"} 222769.373580259 node_schedstat_waiting_seconds_total{cpu="55"} 185923.505066836 node_schedstat_waiting_seconds_total{cpu="56"} 182760.226411129 node_schedstat_waiting_seconds_total{cpu="57"} 180887.93238605 node_schedstat_waiting_seconds_total{cpu="58"} 179045.59818766 node_schedstat_waiting_seconds_total{cpu="59"} 177099.484489605 node_schedstat_waiting_seconds_total{cpu="6"} 185610.488853251 node_schedstat_waiting_seconds_total{cpu="60"} 183630.48958172 node_schedstat_waiting_seconds_total{cpu="61"} 183711.748463321 node_schedstat_waiting_seconds_total{cpu="62"} 184016.395574193 node_schedstat_waiting_seconds_total{cpu="63"} 184220.984494856 node_schedstat_waiting_seconds_total{cpu="64"} 184207.65663368 node_schedstat_waiting_seconds_total{cpu="65"} 183931.673697304 node_schedstat_waiting_seconds_total{cpu="66"} 184448.835440833 node_schedstat_waiting_seconds_total{cpu="67"} 184395.659244478 node_schedstat_waiting_seconds_total{cpu="68"} 184361.747313071 node_schedstat_waiting_seconds_total{cpu="69"} 184233.169453526 node_schedstat_waiting_seconds_total{cpu="7"} 184726.281067176 node_schedstat_waiting_seconds_total{cpu="70"} 184005.757753258 node_schedstat_waiting_seconds_total{cpu="71"} 184483.018054315 node_schedstat_waiting_seconds_total{cpu="72"} 184499.995426793 node_schedstat_waiting_seconds_total{cpu="73"} 184488.956706161 node_schedstat_waiting_seconds_total{cpu="74"} 184536.540269757 node_schedstat_waiting_seconds_total{cpu="75"} 184416.591272815 node_schedstat_waiting_seconds_total{cpu="76"} 184681.285980058 node_schedstat_waiting_seconds_total{cpu="77"} 184861.447219233 node_schedstat_waiting_seconds_total{cpu="78"} 184912.59171138 node_schedstat_waiting_seconds_total{cpu="79"} 184751.875495622 node_schedstat_waiting_seconds_total{cpu="8"} 183919.25903961 node_schedstat_waiting_seconds_total{cpu="9"} 183075.335800409 # 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.000218253 node_scrape_collector_duration_seconds{collector="bcache"} 1.2928e-05 node_scrape_collector_duration_seconds{collector="bonding"} 4.5447e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.001282616 node_scrape_collector_duration_seconds{collector="conntrack"} 7.6575e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.080074482 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.035152725 node_scrape_collector_duration_seconds{collector="diskstats"} 0.005789148 node_scrape_collector_duration_seconds{collector="dmi"} 1.0038e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.000251994 node_scrape_collector_duration_seconds{collector="entropy"} 0.000115736 node_scrape_collector_duration_seconds{collector="fibrechannel"} 8.397e-06 node_scrape_collector_duration_seconds{collector="filefd"} 0.000104872 node_scrape_collector_duration_seconds{collector="filesystem"} 0.034647586 node_scrape_collector_duration_seconds{collector="hwmon"} 0.010009444 node_scrape_collector_duration_seconds{collector="infiniband"} 2.5577e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.831e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 3.2781e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 3.7444e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000174435 node_scrape_collector_duration_seconds{collector="netclass"} 0.137406398 node_scrape_collector_duration_seconds{collector="netdev"} 0.000214967 node_scrape_collector_duration_seconds{collector="netstat"} 0.000759707 node_scrape_collector_duration_seconds{collector="nfs"} 8.733e-06 node_scrape_collector_duration_seconds{collector="nfsd"} 1.1507e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.9737e-05 node_scrape_collector_duration_seconds{collector="os"} 5.8551e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.8553e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.00033838 node_scrape_collector_duration_seconds{collector="rapl"} 0.000132827 node_scrape_collector_duration_seconds{collector="schedstat"} 0.001957726 node_scrape_collector_duration_seconds{collector="selinux"} 1.109e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000186616 node_scrape_collector_duration_seconds{collector="softnet"} 0.03628492 node_scrape_collector_duration_seconds{collector="stat"} 0.001123825 node_scrape_collector_duration_seconds{collector="tapestats"} 2.6366e-05 node_scrape_collector_duration_seconds{collector="textfile"} 5.2351e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.013383957 node_scrape_collector_duration_seconds{collector="time"} 0.000134772 node_scrape_collector_duration_seconds{collector="timex"} 1.8968e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000632025 node_scrape_collector_duration_seconds{collector="uname"} 0.001619315 node_scrape_collector_duration_seconds{collector="vmstat"} 0.092634985 node_scrape_collector_duration_seconds{collector="watchdog"} 2.3243e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.1772e-05 node_scrape_collector_duration_seconds{collector="zfs"} 9.551e-06 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 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="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 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 1658 # 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 8434 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 3.4545664e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 5 # 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"} 1 node_softnet_dropped_total{cpu="1"} 1 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"} 1 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"} 2 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"} 2 node_softnet_dropped_total{cpu="22"} 1 node_softnet_dropped_total{cpu="23"} 0 node_softnet_dropped_total{cpu="24"} 1 node_softnet_dropped_total{cpu="25"} 1 node_softnet_dropped_total{cpu="26"} 1 node_softnet_dropped_total{cpu="27"} 1 node_softnet_dropped_total{cpu="28"} 0 node_softnet_dropped_total{cpu="29"} 0 node_softnet_dropped_total{cpu="3"} 1 node_softnet_dropped_total{cpu="30"} 1 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"} 1 node_softnet_dropped_total{cpu="37"} 0 node_softnet_dropped_total{cpu="38"} 0 node_softnet_dropped_total{cpu="39"} 1 node_softnet_dropped_total{cpu="4"} 1 node_softnet_dropped_total{cpu="40"} 0 node_softnet_dropped_total{cpu="41"} 1 node_softnet_dropped_total{cpu="42"} 1 node_softnet_dropped_total{cpu="43"} 1 node_softnet_dropped_total{cpu="44"} 0 node_softnet_dropped_total{cpu="45"} 1 node_softnet_dropped_total{cpu="46"} 0 node_softnet_dropped_total{cpu="47"} 1 node_softnet_dropped_total{cpu="48"} 1 node_softnet_dropped_total{cpu="49"} 1 node_softnet_dropped_total{cpu="5"} 1 node_softnet_dropped_total{cpu="50"} 0 node_softnet_dropped_total{cpu="51"} 1 node_softnet_dropped_total{cpu="52"} 1 node_softnet_dropped_total{cpu="53"} 1 node_softnet_dropped_total{cpu="54"} 1 node_softnet_dropped_total{cpu="55"} 0 node_softnet_dropped_total{cpu="56"} 0 node_softnet_dropped_total{cpu="57"} 1 node_softnet_dropped_total{cpu="58"} 1 node_softnet_dropped_total{cpu="59"} 1 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="60"} 1 node_softnet_dropped_total{cpu="61"} 1 node_softnet_dropped_total{cpu="62"} 1 node_softnet_dropped_total{cpu="63"} 1 node_softnet_dropped_total{cpu="64"} 0 node_softnet_dropped_total{cpu="65"} 1 node_softnet_dropped_total{cpu="66"} 1 node_softnet_dropped_total{cpu="67"} 0 node_softnet_dropped_total{cpu="68"} 0 node_softnet_dropped_total{cpu="69"} 1 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="70"} 0 node_softnet_dropped_total{cpu="71"} 1 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"} 1 node_softnet_dropped_total{cpu="77"} 0 node_softnet_dropped_total{cpu="78"} 1 node_softnet_dropped_total{cpu="79"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 2 # 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"} 6.87162962e+08 node_softnet_processed_total{cpu="1"} 6.23013507e+08 node_softnet_processed_total{cpu="10"} 3.77464909e+08 node_softnet_processed_total{cpu="11"} 4.32331487e+08 node_softnet_processed_total{cpu="12"} 4.33781818e+08 node_softnet_processed_total{cpu="13"} 4.33282473e+08 node_softnet_processed_total{cpu="14"} 4.28328403e+08 node_softnet_processed_total{cpu="15"} 3.72617286e+08 node_softnet_processed_total{cpu="16"} 3.56370804e+08 node_softnet_processed_total{cpu="17"} 3.46485668e+08 node_softnet_processed_total{cpu="18"} 3.36721932e+08 node_softnet_processed_total{cpu="19"} 3.37327796e+08 node_softnet_processed_total{cpu="2"} 5.63576467e+08 node_softnet_processed_total{cpu="20"} 3.57650111e+08 node_softnet_processed_total{cpu="21"} 2.86640316e+08 node_softnet_processed_total{cpu="22"} 2.58289164e+08 node_softnet_processed_total{cpu="23"} 2.41418767e+08 node_softnet_processed_total{cpu="24"} 2.3161989e+08 node_softnet_processed_total{cpu="25"} 2.26472789e+08 node_softnet_processed_total{cpu="26"} 2.26677813e+08 node_softnet_processed_total{cpu="27"} 2.20187843e+08 node_softnet_processed_total{cpu="28"} 2.16712598e+08 node_softnet_processed_total{cpu="29"} 2.15427405e+08 node_softnet_processed_total{cpu="3"} 5.19331962e+08 node_softnet_processed_total{cpu="30"} 2.13466044e+08 node_softnet_processed_total{cpu="31"} 2.1308832e+08 node_softnet_processed_total{cpu="32"} 2.12446791e+08 node_softnet_processed_total{cpu="33"} 2.11660076e+08 node_softnet_processed_total{cpu="34"} 2.11180323e+08 node_softnet_processed_total{cpu="35"} 2.10820245e+08 node_softnet_processed_total{cpu="36"} 2.11110126e+08 node_softnet_processed_total{cpu="37"} 2.14496471e+08 node_softnet_processed_total{cpu="38"} 2.1170446e+08 node_softnet_processed_total{cpu="39"} 2.09228016e+08 node_softnet_processed_total{cpu="4"} 4.90648949e+08 node_softnet_processed_total{cpu="40"} 3.22539805e+08 node_softnet_processed_total{cpu="41"} 2.97661497e+08 node_softnet_processed_total{cpu="42"} 2.93247331e+08 node_softnet_processed_total{cpu="43"} 2.85427984e+08 node_softnet_processed_total{cpu="44"} 2.81474166e+08 node_softnet_processed_total{cpu="45"} 2.79981619e+08 node_softnet_processed_total{cpu="46"} 2.87967346e+08 node_softnet_processed_total{cpu="47"} 2.78993155e+08 node_softnet_processed_total{cpu="48"} 2.77907873e+08 node_softnet_processed_total{cpu="49"} 2.74375603e+08 node_softnet_processed_total{cpu="5"} 4.65465225e+08 node_softnet_processed_total{cpu="50"} 2.80022248e+08 node_softnet_processed_total{cpu="51"} 7.9823487e+08 node_softnet_processed_total{cpu="52"} 1.478652737e+09 node_softnet_processed_total{cpu="53"} 1.314001082e+09 node_softnet_processed_total{cpu="54"} 1.46354789e+09 node_softnet_processed_total{cpu="55"} 1.182116141e+09 node_softnet_processed_total{cpu="56"} 8.80356702e+08 node_softnet_processed_total{cpu="57"} 6.95429835e+08 node_softnet_processed_total{cpu="58"} 5.81765037e+08 node_softnet_processed_total{cpu="59"} 5.11625792e+08 node_softnet_processed_total{cpu="6"} 4.42798318e+08 node_softnet_processed_total{cpu="60"} 2.11960335e+08 node_softnet_processed_total{cpu="61"} 2.09936666e+08 node_softnet_processed_total{cpu="62"} 2.10628096e+08 node_softnet_processed_total{cpu="63"} 2.08502541e+08 node_softnet_processed_total{cpu="64"} 2.05320048e+08 node_softnet_processed_total{cpu="65"} 2.06511484e+08 node_softnet_processed_total{cpu="66"} 2.1315462e+08 node_softnet_processed_total{cpu="67"} 2.07366039e+08 node_softnet_processed_total{cpu="68"} 2.04676624e+08 node_softnet_processed_total{cpu="69"} 2.02941618e+08 node_softnet_processed_total{cpu="7"} 4.25322823e+08 node_softnet_processed_total{cpu="70"} 2.0076073e+08 node_softnet_processed_total{cpu="71"} 2.01428153e+08 node_softnet_processed_total{cpu="72"} 2.01269531e+08 node_softnet_processed_total{cpu="73"} 2.02292851e+08 node_softnet_processed_total{cpu="74"} 2.00394971e+08 node_softnet_processed_total{cpu="75"} 1.99732241e+08 node_softnet_processed_total{cpu="76"} 1.99349023e+08 node_softnet_processed_total{cpu="77"} 1.98287062e+08 node_softnet_processed_total{cpu="78"} 2.0220003e+08 node_softnet_processed_total{cpu="79"} 1.99527998e+08 node_softnet_processed_total{cpu="8"} 4.0998062e+08 node_softnet_processed_total{cpu="9"} 3.95431103e+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"} 298 node_softnet_times_squeezed_total{cpu="1"} 235 node_softnet_times_squeezed_total{cpu="10"} 187 node_softnet_times_squeezed_total{cpu="11"} 174 node_softnet_times_squeezed_total{cpu="12"} 192 node_softnet_times_squeezed_total{cpu="13"} 173 node_softnet_times_squeezed_total{cpu="14"} 182 node_softnet_times_squeezed_total{cpu="15"} 186 node_softnet_times_squeezed_total{cpu="16"} 192 node_softnet_times_squeezed_total{cpu="17"} 221 node_softnet_times_squeezed_total{cpu="18"} 208 node_softnet_times_squeezed_total{cpu="19"} 192 node_softnet_times_squeezed_total{cpu="2"} 257 node_softnet_times_squeezed_total{cpu="20"} 269 node_softnet_times_squeezed_total{cpu="21"} 175 node_softnet_times_squeezed_total{cpu="22"} 150 node_softnet_times_squeezed_total{cpu="23"} 121 node_softnet_times_squeezed_total{cpu="24"} 130 node_softnet_times_squeezed_total{cpu="25"} 120 node_softnet_times_squeezed_total{cpu="26"} 104 node_softnet_times_squeezed_total{cpu="27"} 126 node_softnet_times_squeezed_total{cpu="28"} 149 node_softnet_times_squeezed_total{cpu="29"} 125 node_softnet_times_squeezed_total{cpu="3"} 240 node_softnet_times_squeezed_total{cpu="30"} 131 node_softnet_times_squeezed_total{cpu="31"} 122 node_softnet_times_squeezed_total{cpu="32"} 141 node_softnet_times_squeezed_total{cpu="33"} 126 node_softnet_times_squeezed_total{cpu="34"} 133 node_softnet_times_squeezed_total{cpu="35"} 115 node_softnet_times_squeezed_total{cpu="36"} 120 node_softnet_times_squeezed_total{cpu="37"} 122 node_softnet_times_squeezed_total{cpu="38"} 141 node_softnet_times_squeezed_total{cpu="39"} 119 node_softnet_times_squeezed_total{cpu="4"} 255 node_softnet_times_squeezed_total{cpu="40"} 166 node_softnet_times_squeezed_total{cpu="41"} 163 node_softnet_times_squeezed_total{cpu="42"} 122 node_softnet_times_squeezed_total{cpu="43"} 166 node_softnet_times_squeezed_total{cpu="44"} 133 node_softnet_times_squeezed_total{cpu="45"} 138 node_softnet_times_squeezed_total{cpu="46"} 154 node_softnet_times_squeezed_total{cpu="47"} 153 node_softnet_times_squeezed_total{cpu="48"} 160 node_softnet_times_squeezed_total{cpu="49"} 152 node_softnet_times_squeezed_total{cpu="5"} 209 node_softnet_times_squeezed_total{cpu="50"} 308 node_softnet_times_squeezed_total{cpu="51"} 3378 node_softnet_times_squeezed_total{cpu="52"} 3838 node_softnet_times_squeezed_total{cpu="53"} 4211 node_softnet_times_squeezed_total{cpu="54"} 4582 node_softnet_times_squeezed_total{cpu="55"} 276 node_softnet_times_squeezed_total{cpu="56"} 270 node_softnet_times_squeezed_total{cpu="57"} 243 node_softnet_times_squeezed_total{cpu="58"} 222 node_softnet_times_squeezed_total{cpu="59"} 223 node_softnet_times_squeezed_total{cpu="6"} 234 node_softnet_times_squeezed_total{cpu="60"} 114 node_softnet_times_squeezed_total{cpu="61"} 100 node_softnet_times_squeezed_total{cpu="62"} 100 node_softnet_times_squeezed_total{cpu="63"} 96 node_softnet_times_squeezed_total{cpu="64"} 95 node_softnet_times_squeezed_total{cpu="65"} 86 node_softnet_times_squeezed_total{cpu="66"} 104 node_softnet_times_squeezed_total{cpu="67"} 92 node_softnet_times_squeezed_total{cpu="68"} 108 node_softnet_times_squeezed_total{cpu="69"} 113 node_softnet_times_squeezed_total{cpu="7"} 204 node_softnet_times_squeezed_total{cpu="70"} 95 node_softnet_times_squeezed_total{cpu="71"} 84 node_softnet_times_squeezed_total{cpu="72"} 76 node_softnet_times_squeezed_total{cpu="73"} 86 node_softnet_times_squeezed_total{cpu="74"} 89 node_softnet_times_squeezed_total{cpu="75"} 68 node_softnet_times_squeezed_total{cpu="76"} 87 node_softnet_times_squeezed_total{cpu="77"} 95 node_softnet_times_squeezed_total{cpu="78"} 83 node_softnet_times_squeezed_total{cpu="79"} 86 node_softnet_times_squeezed_total{cpu="8"} 216 node_softnet_times_squeezed_total{cpu="9"} 192 # 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"} 52 node_thermal_zone_temp{type="x86_pkg_temp",zone="1"} 63 node_thermal_zone_temp{type="x86_pkg_temp",zone="2"} 73 # 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.7670563947636037e+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.9999958392944336 # 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.9715 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 1.7352e-05 # 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 24577 # 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="2974472e153a",release="6.8.0-78-generic",sysname="Linux",version="#78-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 12 11:34:18 UTC 2025"} 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 1.664955726569e+12 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 694106 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.155243032e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.9568029213e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 915543 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 4.410006e+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 341404.31 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 2.370117885e+09 # 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 7.2697681533e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.697792e+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.7559615044e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273409536e+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"} 3189 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"} 2.066963e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0