# 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.2796e-05 go_gc_duration_seconds{quantile="0.25"} 1.6978e-05 go_gc_duration_seconds{quantile="0.5"} 2.227e-05 go_gc_duration_seconds{quantile="0.75"} 3.779e-05 go_gc_duration_seconds{quantile="1"} 8.3118e-05 go_gc_duration_seconds_sum 304.161988746 go_gc_duration_seconds_count 1.050372e+07 # 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.58608e+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.9846244363736e+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.557464e+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.80051011999e+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.539304e+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.58608e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.1886592e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 7.561216e+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 59547 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 9.592832e+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.9447808e+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.7649896796451116e+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.80051071546e+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 125280 # 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 244800 # 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.738672e+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 730808 # 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 1.507328e+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 1.507328e+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.8136712e+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 22 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="br-02cfc8d8d525"} 1 node_arp_entries{device="br-158e2e378343"} 1 node_arp_entries{device="br-233b8f344410"} 1 node_arp_entries{device="br-3905adb7094b"} 1 node_arp_entries{device="br-496418d4a092"} 1 node_arp_entries{device="br-4f97ff4e5f04"} 1 node_arp_entries{device="br-625f97d91ee1"} 4 node_arp_entries{device="br-62f45dc7029f"} 1 node_arp_entries{device="br-6d8687c975e5"} 3 node_arp_entries{device="br-73871d55cbd6"} 1 node_arp_entries{device="br-757b41d583d5"} 1 node_arp_entries{device="br-908ccfe8e7fe"} 1 node_arp_entries{device="br-9c30d2f70751"} 1 node_arp_entries{device="br-a7f61059cc8e"} 1 node_arp_entries{device="br-d3912b04f818"} 1 node_arp_entries{device="br-ea3d0c01df59"} 2 node_arp_entries{device="br-edfcb8d89326"} 3 node_arp_entries{device="br-fe34057c6d82"} 1 node_arp_entries{device="enp6s0"} 5 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.762812183e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 2.9704331224e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="32",type="Processor"} 0 node_cooling_device_cur_state{name="33",type="Processor"} 0 node_cooling_device_cur_state{name="34",type="Processor"} 0 node_cooling_device_cur_state{name="35",type="Processor"} 0 node_cooling_device_cur_state{name="36",type="Processor"} 0 node_cooling_device_cur_state{name="37",type="Processor"} 0 node_cooling_device_cur_state{name="38",type="Processor"} 0 node_cooling_device_cur_state{name="39",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="40",type="Processor"} 0 node_cooling_device_cur_state{name="41",type="Processor"} 0 node_cooling_device_cur_state{name="42",type="Processor"} 0 node_cooling_device_cur_state{name="43",type="Processor"} 0 node_cooling_device_cur_state{name="44",type="Processor"} 0 node_cooling_device_cur_state{name="45",type="Processor"} 0 node_cooling_device_cur_state{name="46",type="Processor"} 0 node_cooling_device_cur_state{name="47",type="Processor"} 0 node_cooling_device_cur_state{name="48",type="Processor"} 0 node_cooling_device_cur_state{name="49",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="50",type="Processor"} 0 node_cooling_device_cur_state{name="51",type="Processor"} 0 node_cooling_device_cur_state{name="52",type="Processor"} 0 node_cooling_device_cur_state{name="53",type="Processor"} 0 node_cooling_device_cur_state{name="54",type="Processor"} 0 node_cooling_device_cur_state{name="55",type="Processor"} 0 node_cooling_device_cur_state{name="56",type="Processor"} 0 node_cooling_device_cur_state{name="57",type="Processor"} 0 node_cooling_device_cur_state{name="58",type="Processor"} 0 node_cooling_device_cur_state{name="59",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="60",type="Processor"} 0 node_cooling_device_cur_state{name="61",type="Processor"} 0 node_cooling_device_cur_state{name="62",type="Processor"} 0 node_cooling_device_cur_state{name="63",type="Processor"} 0 node_cooling_device_cur_state{name="64",type="Processor"} 0 node_cooling_device_cur_state{name="65",type="Processor"} 0 node_cooling_device_cur_state{name="66",type="Processor"} 0 node_cooling_device_cur_state{name="67",type="Processor"} 0 node_cooling_device_cur_state{name="68",type="Processor"} 0 node_cooling_device_cur_state{name="69",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="70",type="Processor"} 0 node_cooling_device_cur_state{name="71",type="Processor"} 0 node_cooling_device_cur_state{name="72",type="Processor"} 0 node_cooling_device_cur_state{name="73",type="Processor"} 0 node_cooling_device_cur_state{name="74",type="Processor"} 0 node_cooling_device_cur_state{name="75",type="Processor"} 0 node_cooling_device_cur_state{name="76",type="Processor"} 0 node_cooling_device_cur_state{name="77",type="Processor"} 0 node_cooling_device_cur_state{name="78",type="Processor"} 0 node_cooling_device_cur_state{name="79",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="80",type="intel_powerclamp"} -1 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"} 50 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"} 1.000025e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 1.000028e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 1.000012e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 1.000616e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 1.000293e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 1.000028e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 1.000069e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 1.000206e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 1.000023e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 1.000035e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 1.000135e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 1.000124e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 1.000072e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 1.00016e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 1.000316e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 1.000109e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 1.000118e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 1.000118e+09 node_cpu_scaling_frequency_hertz{cpu="25"} 1.000265e+09 node_cpu_scaling_frequency_hertz{cpu="26"} 1.000197e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 1.000139e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 1.000117e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 1.000122e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 2.894397e+09 node_cpu_scaling_frequency_hertz{cpu="30"} 1.000157e+09 node_cpu_scaling_frequency_hertz{cpu="31"} 1.000156e+09 node_cpu_scaling_frequency_hertz{cpu="32"} 1.000625e+09 node_cpu_scaling_frequency_hertz{cpu="33"} 1.000292e+09 node_cpu_scaling_frequency_hertz{cpu="34"} 1.000412e+09 node_cpu_scaling_frequency_hertz{cpu="35"} 1.000154e+09 node_cpu_scaling_frequency_hertz{cpu="36"} 1.000119e+09 node_cpu_scaling_frequency_hertz{cpu="37"} 1.000266e+09 node_cpu_scaling_frequency_hertz{cpu="38"} 1.000325e+09 node_cpu_scaling_frequency_hertz{cpu="39"} 1.000193e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 1.000021e+09 node_cpu_scaling_frequency_hertz{cpu="40"} 1.000108e+09 node_cpu_scaling_frequency_hertz{cpu="41"} 1.000113e+09 node_cpu_scaling_frequency_hertz{cpu="42"} 1.000133e+09 node_cpu_scaling_frequency_hertz{cpu="43"} 2.635127e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 1.000216e+09 node_cpu_scaling_frequency_hertz{cpu="45"} 2.182457e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 2.182708e+09 node_cpu_scaling_frequency_hertz{cpu="47"} 1.000065e+09 node_cpu_scaling_frequency_hertz{cpu="48"} 1.000151e+09 node_cpu_scaling_frequency_hertz{cpu="49"} 1.000107e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 1.870242e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 1.000616e+09 node_cpu_scaling_frequency_hertz{cpu="51"} 1.000114e+09 node_cpu_scaling_frequency_hertz{cpu="52"} 1.00013e+09 node_cpu_scaling_frequency_hertz{cpu="53"} 1.000145e+09 node_cpu_scaling_frequency_hertz{cpu="54"} 1.000164e+09 node_cpu_scaling_frequency_hertz{cpu="55"} 1.00007e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 1.000129e+09 node_cpu_scaling_frequency_hertz{cpu="57"} 1.000049e+09 node_cpu_scaling_frequency_hertz{cpu="58"} 1.000056e+09 node_cpu_scaling_frequency_hertz{cpu="59"} 1.000063e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 2.364544e+09 node_cpu_scaling_frequency_hertz{cpu="60"} 1.000136e+09 node_cpu_scaling_frequency_hertz{cpu="61"} 1.000123e+09 node_cpu_scaling_frequency_hertz{cpu="62"} 1.000104e+09 node_cpu_scaling_frequency_hertz{cpu="63"} 1.000101e+09 node_cpu_scaling_frequency_hertz{cpu="64"} 1.000241e+09 node_cpu_scaling_frequency_hertz{cpu="65"} 1.000097e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 1.000083e+09 node_cpu_scaling_frequency_hertz{cpu="67"} 1.000246e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 1.00013e+09 node_cpu_scaling_frequency_hertz{cpu="69"} 1.000083e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 1.000096e+09 node_cpu_scaling_frequency_hertz{cpu="70"} 1.000114e+09 node_cpu_scaling_frequency_hertz{cpu="71"} 1.000084e+09 node_cpu_scaling_frequency_hertz{cpu="72"} 1.00005e+09 node_cpu_scaling_frequency_hertz{cpu="73"} 1.000056e+09 node_cpu_scaling_frequency_hertz{cpu="74"} 1.000128e+09 node_cpu_scaling_frequency_hertz{cpu="75"} 1.000204e+09 node_cpu_scaling_frequency_hertz{cpu="76"} 1.00021e+09 node_cpu_scaling_frequency_hertz{cpu="77"} 1.000039e+09 node_cpu_scaling_frequency_hertz{cpu="78"} 1.0001e+09 node_cpu_scaling_frequency_hertz{cpu="79"} 1.000087e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 1.000078e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 1.000121e+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"} 2.10728603e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 167.84 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 269.32 node_cpu_seconds_total{cpu="0",mode="softirq"} 26746.19 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 12974.83 node_cpu_seconds_total{cpu="0",mode="user"} 18084.22 node_cpu_seconds_total{cpu="1",mode="idle"} 2.13541261e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 160.77 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 231.29 node_cpu_seconds_total{cpu="1",mode="softirq"} 3452.83 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 14844.09 node_cpu_seconds_total{cpu="1",mode="user"} 19844.42 node_cpu_seconds_total{cpu="10",mode="idle"} 2.14328701e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 177.81 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 232.53 node_cpu_seconds_total{cpu="10",mode="softirq"} 169.14 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 12981.86 node_cpu_seconds_total{cpu="10",mode="user"} 16496.61 node_cpu_seconds_total{cpu="11",mode="idle"} 2.1432772e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 162 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 252.98 node_cpu_seconds_total{cpu="11",mode="softirq"} 56.65 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 13235.51 node_cpu_seconds_total{cpu="11",mode="user"} 16725.73 node_cpu_seconds_total{cpu="12",mode="idle"} 2.14314296e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 175.6 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 228.52 node_cpu_seconds_total{cpu="12",mode="softirq"} 109.79 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 13218.09 node_cpu_seconds_total{cpu="12",mode="user"} 16761.81 node_cpu_seconds_total{cpu="13",mode="idle"} 2.14401536e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 170.28 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 239.22 node_cpu_seconds_total{cpu="13",mode="softirq"} 36.83 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 13013.78 node_cpu_seconds_total{cpu="13",mode="user"} 16384.96 node_cpu_seconds_total{cpu="14",mode="idle"} 2.14516482e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 172.68 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 245.32 node_cpu_seconds_total{cpu="14",mode="softirq"} 30.96 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 12516.54 node_cpu_seconds_total{cpu="14",mode="user"} 15734.32 node_cpu_seconds_total{cpu="15",mode="idle"} 2.14533522e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 210.15 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 232.06 node_cpu_seconds_total{cpu="15",mode="softirq"} 29.56 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 12471.1 node_cpu_seconds_total{cpu="15",mode="user"} 15593.64 node_cpu_seconds_total{cpu="16",mode="idle"} 2.14641163e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 213.04 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 301.87 node_cpu_seconds_total{cpu="16",mode="softirq"} 27.64 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 12079.2 node_cpu_seconds_total{cpu="16",mode="user"} 14845.29 node_cpu_seconds_total{cpu="17",mode="idle"} 2.14718404e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 230.58 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 228.61 node_cpu_seconds_total{cpu="17",mode="softirq"} 27.22 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 11824.42 node_cpu_seconds_total{cpu="17",mode="user"} 14391.78 node_cpu_seconds_total{cpu="18",mode="idle"} 2.14721257e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 187.63 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 239.46 node_cpu_seconds_total{cpu="18",mode="softirq"} 26.78 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 11811.09 node_cpu_seconds_total{cpu="18",mode="user"} 14401.74 node_cpu_seconds_total{cpu="19",mode="idle"} 2.14803553e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 222.86 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 231.93 node_cpu_seconds_total{cpu="19",mode="softirq"} 25.44 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 11372.38 node_cpu_seconds_total{cpu="19",mode="user"} 14010.85 node_cpu_seconds_total{cpu="2",mode="idle"} 2.13617189e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 172.53 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 242.75 node_cpu_seconds_total{cpu="2",mode="softirq"} 723.51 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 15532.96 node_cpu_seconds_total{cpu="2",mode="user"} 20651.25 node_cpu_seconds_total{cpu="20",mode="idle"} 2.1535546e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 133.54 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 423.6 node_cpu_seconds_total{cpu="20",mode="softirq"} 60.52 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 4732.56 node_cpu_seconds_total{cpu="20",mode="user"} 14453.62 node_cpu_seconds_total{cpu="21",mode="idle"} 2.15596553e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 135.79 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 247.54 node_cpu_seconds_total{cpu="21",mode="softirq"} 40.42 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 4710.91 node_cpu_seconds_total{cpu="21",mode="user"} 12096.68 node_cpu_seconds_total{cpu="22",mode="idle"} 2.15701004e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 139.35 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 283.08 node_cpu_seconds_total{cpu="22",mode="softirq"} 27.79 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 4502.37 node_cpu_seconds_total{cpu="22",mode="user"} 11429.46 node_cpu_seconds_total{cpu="23",mode="idle"} 2.15747982e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 152.15 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 254.01 node_cpu_seconds_total{cpu="23",mode="softirq"} 22.73 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 4420.62 node_cpu_seconds_total{cpu="23",mode="user"} 11085.77 node_cpu_seconds_total{cpu="24",mode="idle"} 2.15787469e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 145.68 node_cpu_seconds_total{cpu="24",mode="irq"} 0 node_cpu_seconds_total{cpu="24",mode="nice"} 235.36 node_cpu_seconds_total{cpu="24",mode="softirq"} 19.83 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 4395.95 node_cpu_seconds_total{cpu="24",mode="user"} 10771.18 node_cpu_seconds_total{cpu="25",mode="idle"} 2.15812339e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 142.35 node_cpu_seconds_total{cpu="25",mode="irq"} 0 node_cpu_seconds_total{cpu="25",mode="nice"} 231.65 node_cpu_seconds_total{cpu="25",mode="softirq"} 18.09 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 4411.58 node_cpu_seconds_total{cpu="25",mode="user"} 10541.48 node_cpu_seconds_total{cpu="26",mode="idle"} 2.15844594e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 152.93 node_cpu_seconds_total{cpu="26",mode="irq"} 0 node_cpu_seconds_total{cpu="26",mode="nice"} 237.25 node_cpu_seconds_total{cpu="26",mode="softirq"} 15.5 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 4368.22 node_cpu_seconds_total{cpu="26",mode="user"} 10261.22 node_cpu_seconds_total{cpu="27",mode="idle"} 2.15886778e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 156.51 node_cpu_seconds_total{cpu="27",mode="irq"} 0 node_cpu_seconds_total{cpu="27",mode="nice"} 210.05 node_cpu_seconds_total{cpu="27",mode="softirq"} 14.64 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 4336 node_cpu_seconds_total{cpu="27",mode="user"} 9899.62 node_cpu_seconds_total{cpu="28",mode="idle"} 2.15893484e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 148.19 node_cpu_seconds_total{cpu="28",mode="irq"} 0 node_cpu_seconds_total{cpu="28",mode="nice"} 237.98 node_cpu_seconds_total{cpu="28",mode="softirq"} 14.1 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 4330 node_cpu_seconds_total{cpu="28",mode="user"} 9818.06 node_cpu_seconds_total{cpu="29",mode="idle"} 2.15886791e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 156.56 node_cpu_seconds_total{cpu="29",mode="irq"} 0 node_cpu_seconds_total{cpu="29",mode="nice"} 210.96 node_cpu_seconds_total{cpu="29",mode="softirq"} 13.22 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 4339.78 node_cpu_seconds_total{cpu="29",mode="user"} 9868.18 node_cpu_seconds_total{cpu="3",mode="idle"} 2.13650866e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 205.95 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 216.6 node_cpu_seconds_total{cpu="3",mode="softirq"} 191.99 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 16098.39 node_cpu_seconds_total{cpu="3",mode="user"} 20612.89 node_cpu_seconds_total{cpu="30",mode="idle"} 2.15908484e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 151.95 node_cpu_seconds_total{cpu="30",mode="irq"} 0 node_cpu_seconds_total{cpu="30",mode="nice"} 215.05 node_cpu_seconds_total{cpu="30",mode="softirq"} 12.65 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 4327.84 node_cpu_seconds_total{cpu="30",mode="user"} 9724.73 node_cpu_seconds_total{cpu="31",mode="idle"} 2.15912069e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 152.34 node_cpu_seconds_total{cpu="31",mode="irq"} 0 node_cpu_seconds_total{cpu="31",mode="nice"} 222.7 node_cpu_seconds_total{cpu="31",mode="softirq"} 11.83 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 4312.03 node_cpu_seconds_total{cpu="31",mode="user"} 9676.28 node_cpu_seconds_total{cpu="32",mode="idle"} 2.15948463e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 147.94 node_cpu_seconds_total{cpu="32",mode="irq"} 0 node_cpu_seconds_total{cpu="32",mode="nice"} 237.7 node_cpu_seconds_total{cpu="32",mode="softirq"} 11.01 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 4258.98 node_cpu_seconds_total{cpu="32",mode="user"} 9349.22 node_cpu_seconds_total{cpu="33",mode="idle"} 2.15968323e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 137.07 node_cpu_seconds_total{cpu="33",mode="irq"} 0 node_cpu_seconds_total{cpu="33",mode="nice"} 181.58 node_cpu_seconds_total{cpu="33",mode="softirq"} 11.12 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 4262.94 node_cpu_seconds_total{cpu="33",mode="user"} 9234.05 node_cpu_seconds_total{cpu="34",mode="idle"} 2.15958785e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 142.31 node_cpu_seconds_total{cpu="34",mode="irq"} 0 node_cpu_seconds_total{cpu="34",mode="nice"} 211.1 node_cpu_seconds_total{cpu="34",mode="softirq"} 10.51 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 4243.55 node_cpu_seconds_total{cpu="34",mode="user"} 9289.66 node_cpu_seconds_total{cpu="35",mode="idle"} 2.15940914e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 138.43 node_cpu_seconds_total{cpu="35",mode="irq"} 0 node_cpu_seconds_total{cpu="35",mode="nice"} 204.11 node_cpu_seconds_total{cpu="35",mode="softirq"} 10 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 4233.71 node_cpu_seconds_total{cpu="35",mode="user"} 9489.78 node_cpu_seconds_total{cpu="36",mode="idle"} 2.1600396e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 164.71 node_cpu_seconds_total{cpu="36",mode="irq"} 0 node_cpu_seconds_total{cpu="36",mode="nice"} 187.5 node_cpu_seconds_total{cpu="36",mode="softirq"} 9.64 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 4206.54 node_cpu_seconds_total{cpu="36",mode="user"} 8898.85 node_cpu_seconds_total{cpu="37",mode="idle"} 2.16007118e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 152.97 node_cpu_seconds_total{cpu="37",mode="irq"} 0 node_cpu_seconds_total{cpu="37",mode="nice"} 194.46 node_cpu_seconds_total{cpu="37",mode="softirq"} 9.62 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 4249.55 node_cpu_seconds_total{cpu="37",mode="user"} 8835.13 node_cpu_seconds_total{cpu="38",mode="idle"} 2.16011395e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 136.28 node_cpu_seconds_total{cpu="38",mode="irq"} 0 node_cpu_seconds_total{cpu="38",mode="nice"} 159.29 node_cpu_seconds_total{cpu="38",mode="softirq"} 9.44 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 4226.36 node_cpu_seconds_total{cpu="38",mode="user"} 8893.14 node_cpu_seconds_total{cpu="39",mode="idle"} 2.15934334e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 145.15 node_cpu_seconds_total{cpu="39",mode="irq"} 0 node_cpu_seconds_total{cpu="39",mode="nice"} 184.04 node_cpu_seconds_total{cpu="39",mode="softirq"} 9.45 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 4252.82 node_cpu_seconds_total{cpu="39",mode="user"} 9585.92 node_cpu_seconds_total{cpu="4",mode="idle"} 2.13783245e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 174.44 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 215.18 node_cpu_seconds_total{cpu="4",mode="softirq"} 92.67 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 15828.63 node_cpu_seconds_total{cpu="4",mode="user"} 19722.99 node_cpu_seconds_total{cpu="40",mode="idle"} 2.14962469e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 204.79 node_cpu_seconds_total{cpu="40",mode="irq"} 0 node_cpu_seconds_total{cpu="40",mode="nice"} 275.02 node_cpu_seconds_total{cpu="40",mode="softirq"} 25.2 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 10371.1 node_cpu_seconds_total{cpu="40",mode="user"} 13208.92 node_cpu_seconds_total{cpu="41",mode="idle"} 2.15047421e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 194.22 node_cpu_seconds_total{cpu="41",mode="irq"} 0 node_cpu_seconds_total{cpu="41",mode="nice"} 254.52 node_cpu_seconds_total{cpu="41",mode="softirq"} 24.51 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 10154.73 node_cpu_seconds_total{cpu="41",mode="user"} 12748.83 node_cpu_seconds_total{cpu="42",mode="idle"} 2.15050848e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 201.93 node_cpu_seconds_total{cpu="42",mode="irq"} 0 node_cpu_seconds_total{cpu="42",mode="nice"} 210.87 node_cpu_seconds_total{cpu="42",mode="softirq"} 23.73 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 10331.85 node_cpu_seconds_total{cpu="42",mode="user"} 12703.48 node_cpu_seconds_total{cpu="43",mode="idle"} 2.15058295e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 244.9 node_cpu_seconds_total{cpu="43",mode="irq"} 0 node_cpu_seconds_total{cpu="43",mode="nice"} 237.71 node_cpu_seconds_total{cpu="43",mode="softirq"} 24.68 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 10101.67 node_cpu_seconds_total{cpu="43",mode="user"} 12335.16 node_cpu_seconds_total{cpu="44",mode="idle"} 2.15117131e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 239.23 node_cpu_seconds_total{cpu="44",mode="irq"} 0 node_cpu_seconds_total{cpu="44",mode="nice"} 225.65 node_cpu_seconds_total{cpu="44",mode="softirq"} 23.86 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 9978.86 node_cpu_seconds_total{cpu="44",mode="user"} 12198.46 node_cpu_seconds_total{cpu="45",mode="idle"} 2.15117533e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 216.17 node_cpu_seconds_total{cpu="45",mode="irq"} 0 node_cpu_seconds_total{cpu="45",mode="nice"} 247.88 node_cpu_seconds_total{cpu="45",mode="softirq"} 23.57 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 10031.68 node_cpu_seconds_total{cpu="45",mode="user"} 12176.27 node_cpu_seconds_total{cpu="46",mode="idle"} 2.15129105e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 190.36 node_cpu_seconds_total{cpu="46",mode="irq"} 0 node_cpu_seconds_total{cpu="46",mode="nice"} 237.8 node_cpu_seconds_total{cpu="46",mode="softirq"} 23.37 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 10062.69 node_cpu_seconds_total{cpu="46",mode="user"} 12128.94 node_cpu_seconds_total{cpu="47",mode="idle"} 2.15152097e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 171.86 node_cpu_seconds_total{cpu="47",mode="irq"} 0 node_cpu_seconds_total{cpu="47",mode="nice"} 199.38 node_cpu_seconds_total{cpu="47",mode="softirq"} 23.26 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 9980.79 node_cpu_seconds_total{cpu="47",mode="user"} 12066.06 node_cpu_seconds_total{cpu="48",mode="idle"} 2.15118201e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 161.1 node_cpu_seconds_total{cpu="48",mode="irq"} 0 node_cpu_seconds_total{cpu="48",mode="nice"} 284.79 node_cpu_seconds_total{cpu="48",mode="softirq"} 23.02 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 10079.88 node_cpu_seconds_total{cpu="48",mode="user"} 12188.42 node_cpu_seconds_total{cpu="49",mode="idle"} 2.15143109e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 158.55 node_cpu_seconds_total{cpu="49",mode="irq"} 0 node_cpu_seconds_total{cpu="49",mode="nice"} 252.71 node_cpu_seconds_total{cpu="49",mode="softirq"} 23.59 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 9907.14 node_cpu_seconds_total{cpu="49",mode="user"} 12161.76 node_cpu_seconds_total{cpu="5",mode="idle"} 2.13969918e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 213.98 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 220.76 node_cpu_seconds_total{cpu="5",mode="softirq"} 62.05 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 15004.31 node_cpu_seconds_total{cpu="5",mode="user"} 18652.83 node_cpu_seconds_total{cpu="50",mode="idle"} 2.15100823e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 155.81 node_cpu_seconds_total{cpu="50",mode="irq"} 0 node_cpu_seconds_total{cpu="50",mode="nice"} 271.25 node_cpu_seconds_total{cpu="50",mode="softirq"} 81.22 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 9955.48 node_cpu_seconds_total{cpu="50",mode="user"} 12282.16 node_cpu_seconds_total{cpu="51",mode="idle"} 2.15026021e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 158.06 node_cpu_seconds_total{cpu="51",mode="irq"} 0 node_cpu_seconds_total{cpu="51",mode="nice"} 238.5 node_cpu_seconds_total{cpu="51",mode="softirq"} 42.79 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 10380.2 node_cpu_seconds_total{cpu="51",mode="user"} 12818.75 node_cpu_seconds_total{cpu="52",mode="idle"} 2.14929339e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 160.11 node_cpu_seconds_total{cpu="52",mode="irq"} 0 node_cpu_seconds_total{cpu="52",mode="nice"} 239.02 node_cpu_seconds_total{cpu="52",mode="softirq"} 191.86 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 10188.14 node_cpu_seconds_total{cpu="52",mode="user"} 13316.73 node_cpu_seconds_total{cpu="53",mode="idle"} 2.14878438e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 188.26 node_cpu_seconds_total{cpu="53",mode="irq"} 0 node_cpu_seconds_total{cpu="53",mode="nice"} 260.9 node_cpu_seconds_total{cpu="53",mode="softirq"} 33.32 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 10638.45 node_cpu_seconds_total{cpu="53",mode="user"} 14042.16 node_cpu_seconds_total{cpu="54",mode="idle"} 2.14944395e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 183.6 node_cpu_seconds_total{cpu="54",mode="irq"} 0 node_cpu_seconds_total{cpu="54",mode="nice"} 234.82 node_cpu_seconds_total{cpu="54",mode="softirq"} 26.97 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 10495.84 node_cpu_seconds_total{cpu="54",mode="user"} 13598.1 node_cpu_seconds_total{cpu="55",mode="idle"} 2.15014462e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 171.42 node_cpu_seconds_total{cpu="55",mode="irq"} 0 node_cpu_seconds_total{cpu="55",mode="nice"} 253.47 node_cpu_seconds_total{cpu="55",mode="softirq"} 24.99 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 10312.26 node_cpu_seconds_total{cpu="55",mode="user"} 13140.67 node_cpu_seconds_total{cpu="56",mode="idle"} 2.15051418e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 186.36 node_cpu_seconds_total{cpu="56",mode="irq"} 0 node_cpu_seconds_total{cpu="56",mode="nice"} 275.38 node_cpu_seconds_total{cpu="56",mode="softirq"} 24.36 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 10239.87 node_cpu_seconds_total{cpu="56",mode="user"} 12829.54 node_cpu_seconds_total{cpu="57",mode="idle"} 2.15072057e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 161.17 node_cpu_seconds_total{cpu="57",mode="irq"} 0 node_cpu_seconds_total{cpu="57",mode="nice"} 292.64 node_cpu_seconds_total{cpu="57",mode="softirq"} 23.93 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 10126.35 node_cpu_seconds_total{cpu="57",mode="user"} 12806.12 node_cpu_seconds_total{cpu="58",mode="idle"} 2.14922838e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 172.24 node_cpu_seconds_total{cpu="58",mode="irq"} 0 node_cpu_seconds_total{cpu="58",mode="nice"} 287.16 node_cpu_seconds_total{cpu="58",mode="softirq"} 157.67 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 10165.29 node_cpu_seconds_total{cpu="58",mode="user"} 13615.78 node_cpu_seconds_total{cpu="59",mode="idle"} 2.14197096e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 176.26 node_cpu_seconds_total{cpu="59",mode="irq"} 0 node_cpu_seconds_total{cpu="59",mode="nice"} 664.92 node_cpu_seconds_total{cpu="59",mode="softirq"} 42.54 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 11988.16 node_cpu_seconds_total{cpu="59",mode="user"} 19139.92 node_cpu_seconds_total{cpu="6",mode="idle"} 2.14131549e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 198.45 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 232.42 node_cpu_seconds_total{cpu="6",mode="softirq"} 47.09 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 14325.09 node_cpu_seconds_total{cpu="6",mode="user"} 17734.53 node_cpu_seconds_total{cpu="60",mode="idle"} 2.15931404e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 140.57 node_cpu_seconds_total{cpu="60",mode="irq"} 0 node_cpu_seconds_total{cpu="60",mode="nice"} 187.65 node_cpu_seconds_total{cpu="60",mode="softirq"} 8.99 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 4322.65 node_cpu_seconds_total{cpu="60",mode="user"} 9606.2 node_cpu_seconds_total{cpu="61",mode="idle"} 2.15978443e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 135.74 node_cpu_seconds_total{cpu="61",mode="irq"} 0 node_cpu_seconds_total{cpu="61",mode="nice"} 189.06 node_cpu_seconds_total{cpu="61",mode="softirq"} 8.7 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 4291.9 node_cpu_seconds_total{cpu="61",mode="user"} 9169.85 node_cpu_seconds_total{cpu="62",mode="idle"} 2.1597762e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 151.71 node_cpu_seconds_total{cpu="62",mode="irq"} 0 node_cpu_seconds_total{cpu="62",mode="nice"} 213.33 node_cpu_seconds_total{cpu="62",mode="softirq"} 8.88 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 4234.86 node_cpu_seconds_total{cpu="62",mode="user"} 9230.9 node_cpu_seconds_total{cpu="63",mode="idle"} 2.16035841e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 139.17 node_cpu_seconds_total{cpu="63",mode="irq"} 0 node_cpu_seconds_total{cpu="63",mode="nice"} 189.94 node_cpu_seconds_total{cpu="63",mode="softirq"} 9.24 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 4200.6 node_cpu_seconds_total{cpu="63",mode="user"} 8735.06 node_cpu_seconds_total{cpu="64",mode="idle"} 2.16039477e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 152.05 node_cpu_seconds_total{cpu="64",mode="irq"} 0 node_cpu_seconds_total{cpu="64",mode="nice"} 200.37 node_cpu_seconds_total{cpu="64",mode="softirq"} 8.71 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 4175.66 node_cpu_seconds_total{cpu="64",mode="user"} 8657.29 node_cpu_seconds_total{cpu="65",mode="idle"} 2.16019156e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 141.68 node_cpu_seconds_total{cpu="65",mode="irq"} 0 node_cpu_seconds_total{cpu="65",mode="nice"} 221.52 node_cpu_seconds_total{cpu="65",mode="softirq"} 8.69 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 4231.4 node_cpu_seconds_total{cpu="65",mode="user"} 8872.66 node_cpu_seconds_total{cpu="66",mode="idle"} 2.16038639e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 182.68 node_cpu_seconds_total{cpu="66",mode="irq"} 0 node_cpu_seconds_total{cpu="66",mode="nice"} 186.84 node_cpu_seconds_total{cpu="66",mode="softirq"} 8.78 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 4226.4 node_cpu_seconds_total{cpu="66",mode="user"} 8710.9 node_cpu_seconds_total{cpu="67",mode="idle"} 2.16033732e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 156.46 node_cpu_seconds_total{cpu="67",mode="irq"} 0 node_cpu_seconds_total{cpu="67",mode="nice"} 193.96 node_cpu_seconds_total{cpu="67",mode="softirq"} 8.43 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 4209.49 node_cpu_seconds_total{cpu="67",mode="user"} 8796.2 node_cpu_seconds_total{cpu="68",mode="idle"} 2.16048309e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 148.37 node_cpu_seconds_total{cpu="68",mode="irq"} 0 node_cpu_seconds_total{cpu="68",mode="nice"} 192.92 node_cpu_seconds_total{cpu="68",mode="softirq"} 8.7 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 4207.15 node_cpu_seconds_total{cpu="68",mode="user"} 8586.91 node_cpu_seconds_total{cpu="69",mode="idle"} 2.16023102e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 161.83 node_cpu_seconds_total{cpu="69",mode="irq"} 0 node_cpu_seconds_total{cpu="69",mode="nice"} 222.16 node_cpu_seconds_total{cpu="69",mode="softirq"} 8.28 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 4206.27 node_cpu_seconds_total{cpu="69",mode="user"} 8849.59 node_cpu_seconds_total{cpu="7",mode="idle"} 2.14286465e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 173.91 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 229.94 node_cpu_seconds_total{cpu="7",mode="softirq"} 39.72 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 13705.63 node_cpu_seconds_total{cpu="7",mode="user"} 16861.41 node_cpu_seconds_total{cpu="70",mode="idle"} 2.16059196e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 150.28 node_cpu_seconds_total{cpu="70",mode="irq"} 0 node_cpu_seconds_total{cpu="70",mode="nice"} 206.46 node_cpu_seconds_total{cpu="70",mode="softirq"} 8.52 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 4179.52 node_cpu_seconds_total{cpu="70",mode="user"} 8562.59 node_cpu_seconds_total{cpu="71",mode="idle"} 2.16074076e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 139.61 node_cpu_seconds_total{cpu="71",mode="irq"} 0 node_cpu_seconds_total{cpu="71",mode="nice"} 207.37 node_cpu_seconds_total{cpu="71",mode="softirq"} 8.51 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 4119.52 node_cpu_seconds_total{cpu="71",mode="user"} 8502.33 node_cpu_seconds_total{cpu="72",mode="idle"} 2.16087333e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 154.04 node_cpu_seconds_total{cpu="72",mode="irq"} 0 node_cpu_seconds_total{cpu="72",mode="nice"} 188.87 node_cpu_seconds_total{cpu="72",mode="softirq"} 8.18 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 4008.78 node_cpu_seconds_total{cpu="72",mode="user"} 8508.76 node_cpu_seconds_total{cpu="73",mode="idle"} 2.1609423e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 167.61 node_cpu_seconds_total{cpu="73",mode="irq"} 0 node_cpu_seconds_total{cpu="73",mode="nice"} 219.5 node_cpu_seconds_total{cpu="73",mode="softirq"} 8.95 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 4092.46 node_cpu_seconds_total{cpu="73",mode="user"} 8403.39 node_cpu_seconds_total{cpu="74",mode="idle"} 2.16100737e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 155.92 node_cpu_seconds_total{cpu="74",mode="irq"} 0 node_cpu_seconds_total{cpu="74",mode="nice"} 184.32 node_cpu_seconds_total{cpu="74",mode="softirq"} 8.26 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 4072.68 node_cpu_seconds_total{cpu="74",mode="user"} 8444.48 node_cpu_seconds_total{cpu="75",mode="idle"} 2.16091064e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 142.1 node_cpu_seconds_total{cpu="75",mode="irq"} 0 node_cpu_seconds_total{cpu="75",mode="nice"} 168.56 node_cpu_seconds_total{cpu="75",mode="softirq"} 8.18 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 4045.6 node_cpu_seconds_total{cpu="75",mode="user"} 8608.07 node_cpu_seconds_total{cpu="76",mode="idle"} 2.1610521e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 155.58 node_cpu_seconds_total{cpu="76",mode="irq"} 0 node_cpu_seconds_total{cpu="76",mode="nice"} 212.17 node_cpu_seconds_total{cpu="76",mode="softirq"} 7.94 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 4041.32 node_cpu_seconds_total{cpu="76",mode="user"} 8429.72 node_cpu_seconds_total{cpu="77",mode="idle"} 2.1607051e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 147.09 node_cpu_seconds_total{cpu="77",mode="irq"} 0 node_cpu_seconds_total{cpu="77",mode="nice"} 183.95 node_cpu_seconds_total{cpu="77",mode="softirq"} 8.34 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 4015.99 node_cpu_seconds_total{cpu="77",mode="user"} 8887.69 node_cpu_seconds_total{cpu="78",mode="idle"} 2.16038188e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 154.53 node_cpu_seconds_total{cpu="78",mode="irq"} 0 node_cpu_seconds_total{cpu="78",mode="nice"} 192.79 node_cpu_seconds_total{cpu="78",mode="softirq"} 8.44 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 4056.46 node_cpu_seconds_total{cpu="78",mode="user"} 9164.99 node_cpu_seconds_total{cpu="79",mode="idle"} 2.15119074e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 150.81 node_cpu_seconds_total{cpu="79",mode="irq"} 0 node_cpu_seconds_total{cpu="79",mode="nice"} 268.12 node_cpu_seconds_total{cpu="79",mode="softirq"} 26 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 4826.1 node_cpu_seconds_total{cpu="79",mode="user"} 17088.53 node_cpu_seconds_total{cpu="8",mode="idle"} 2.14364244e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 176.28 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 231.52 node_cpu_seconds_total{cpu="8",mode="softirq"} 36.3 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 13345.95 node_cpu_seconds_total{cpu="8",mode="user"} 16404.24 node_cpu_seconds_total{cpu="9",mode="idle"} 2.14415307e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 182.41 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 234.6 node_cpu_seconds_total{cpu="9",mode="softirq"} 49.17 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 13183.37 node_cpu_seconds_total{cpu="9",mode="user"} 16024.99 # HELP node_disk_device_mapper_info Info about disk device mapper. # TYPE node_disk_device_mapper_info gauge node_disk_device_mapper_info{device="dm-0",lv_layer="",lv_name="ubuntu-lv",name="ubuntu--vg-ubuntu--lv",uuid="LVM-PxxYf2moMEMvCcB8NVfqTXhCrZwIb8bwEf8CwQt1RSziDv3eY6j0Cw82JExOjaxb",vg_name="ubuntu-vg"} 1 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="dm-0"} 687.672 node_disk_discard_time_seconds_total{device="nvme0n1"} 688.014 node_disk_discard_time_seconds_total{device="sda"} 0 node_disk_discard_time_seconds_total{device="sdb"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="dm-0"} 5.97682808e+08 node_disk_discarded_sectors_total{device="nvme0n1"} 6.07201032e+08 node_disk_discarded_sectors_total{device="sda"} 0 node_disk_discarded_sectors_total{device="sdb"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="dm-0"} 203563 node_disk_discards_completed_total{device="nvme0n1"} 203611 node_disk_discards_completed_total{device="sda"} 0 node_disk_discards_completed_total{device="sdb"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="dm-0"} 0 node_disk_discards_merged_total{device="nvme0n1"} 0 node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="dm-0",type="ext4",usage="filesystem",uuid="f8463adb-5ee8-441e-a6d6-599f4c1130ce",version="1.0"} 1 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="253",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="0",model="Samsung SSD 980 PRO 2TB",path="pci-0000:07:00.0-nvme-1",revision="5B2QGXA7",rotational="0",serial="S736NLFX401191P",wwn="eui.002538b440ae0d5c"} 1 node_disk_info{device="sda",major="8",minor="0",model="WDC_WD60EFPX-68C",path="pci-0000:03:00.0-ata-1",revision="0A81",rotational="1",serial="WD-WX52D934X0RS",wwn="0x50014ee26b63fd64"} 1 node_disk_info{device="sdb",major="8",minor="16",model="WDC_WD60EFPX-68C",path="pci-0000:03:00.0-ata-2",revision="0A81",rotational="1",serial="WD-WX52D934XNJF",wwn="0x50014ee2160ebd0d"} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="dm-0"} 0 node_disk_io_now{device="nvme0n1"} 0 node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sdb"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="dm-0"} 20299.716 node_disk_io_time_seconds_total{device="nvme0n1"} 20300.852 node_disk_io_time_seconds_total{device="sda"} 0.24 node_disk_io_time_seconds_total{device="sdb"} 0.244 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="dm-0"} 156971.6 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 36209.26 node_disk_io_time_weighted_seconds_total{device="sda"} 0.136 node_disk_io_time_weighted_seconds_total{device="sdb"} 0.148 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="dm-0"} 1.12888046592e+11 node_disk_read_bytes_total{device="nvme0n1"} 1.1290944512e+11 node_disk_read_bytes_total{device="sda"} 9.91232e+06 node_disk_read_bytes_total{device="sdb"} 9.91232e+06 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 2726.236 node_disk_read_time_seconds_total{device="nvme0n1"} 2517.5750000000003 node_disk_read_time_seconds_total{device="sda"} 0.219 node_disk_read_time_seconds_total{device="sdb"} 0.221 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="dm-0"} 3.84938e+06 node_disk_reads_completed_total{device="nvme0n1"} 2.744111e+06 node_disk_reads_completed_total{device="sda"} 418 node_disk_reads_completed_total{device="sdb"} 418 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="dm-0"} 0 node_disk_reads_merged_total{device="nvme0n1"} 1.112858e+06 node_disk_reads_merged_total{device="sda"} 0 node_disk_reads_merged_total{device="sdb"} 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="dm-0"} 153557.692 node_disk_write_time_seconds_total{device="nvme0n1"} 45869.326 node_disk_write_time_seconds_total{device="sda"} 0 node_disk_write_time_seconds_total{device="sdb"} 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="dm-0"} 8.3793845e+07 node_disk_writes_completed_total{device="nvme0n1"} 2.8144574e+07 node_disk_writes_completed_total{device="sda"} 0 node_disk_writes_completed_total{device="sdb"} 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="dm-0"} 0 node_disk_writes_merged_total{device="nvme0n1"} 5.6908417e+07 node_disk_writes_merged_total{device="sda"} 0 node_disk_writes_merged_total{device="sdb"} 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="dm-0"} 1.239773175808e+12 node_disk_written_bytes_total{device="nvme0n1"} 1.236037805056e+12 node_disk_written_bytes_total{device="sda"} 0 node_disk_written_bytes_total{device="sdb"} 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="04/26/2022",bios_vendor="American Megatrends Inc.",bios_version="6801",board_asset_tag="To Be Filled By O.E.M.",board_name="WS-C621E-SAGE Series",board_serial="220808139600203",board_vendor="ASUSTeK COMPUTER INC.",board_version="Rev 1.xx",chassis_asset_tag="To Be Filled By O.E.M.",chassis_serial="To Be Filled By O.E.M.",chassis_vendor="To Be Filled By O.E.M.",chassis_version="To Be Filled By O.E.M.",product_family="Server",product_name="WS-C621E-SAGE Series",product_serial="System Serial Number",product_sku="",product_uuid="dcab9525-d4df-b7d7-c00b-581122ad0584",product_version="System Version",system_vendor="ASUSTeK COMPUTER INC."} 1 # HELP node_edac_correctable_errors_total Total correctable memory errors. # TYPE node_edac_correctable_errors_total counter node_edac_correctable_errors_total{controller="0"} 0 node_edac_correctable_errors_total{controller="1"} 0 node_edac_correctable_errors_total{controller="2"} 0 node_edac_correctable_errors_total{controller="3"} 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 node_edac_csrow_correctable_errors_total{controller="1",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="2",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="3",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 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="2",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="3",csrow="unknown"} 0 # HELP node_edac_uncorrectable_errors_total Total uncorrectable memory errors. # TYPE node_edac_uncorrectable_errors_total counter node_edac_uncorrectable_errors_total{controller="0"} 0 node_edac_uncorrectable_errors_total{controller="1"} 0 node_edac_uncorrectable_errors_total{controller="2"} 0 node_edac_uncorrectable_errors_total{controller="3"} 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 41344 # 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/mapper/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 1.32672364544e+11 node_filesystem_avail_bytes{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.118621696e+09 node_filesystem_avail_bytes{device="/dev/nvme0n1p2",device_error="",fstype="ext4",mountpoint="/boot"} 1.399595008e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.6998616064e+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/snapd/ns"} 2.6998616064e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 2.700539904e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1001"} 2.7005313024e+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/mapper/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/nvme0n1p2",device_error="",fstype="ext4",mountpoint="/boot"} 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/snapd/ns"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1001"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/mapper/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 1.2189696e+08 node_filesystem_files{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/nvme0n1p2",device_error="",fstype="ext4",mountpoint="/boot"} 131072 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.2965578e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 3.2965578e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 3.2965578e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.2965578e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1001"} 3.2965578e+07 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/mapper/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 1.14126843e+08 node_filesystem_files_free{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/nvme0n1p2",device_error="",fstype="ext4",mountpoint="/boot"} 130759 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.2963153e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 3.2965575e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 3.2963153e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.296548e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1001"} 3.2965361e+07 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/mapper/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 2.13667196928e+11 node_filesystem_free_bytes{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.118621696e+09 node_filesystem_free_bytes{device="/dev/nvme0n1p2",device_error="",fstype="ext4",mountpoint="/boot"} 1.523744768e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.6998616064e+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/snapd/ns"} 2.6998616064e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 2.700539904e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1001"} 2.7005313024e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/mapper/ubuntu--vg-ubuntu--lv",major="253",minor="0",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/nvme0n1p1",major="259",minor="1",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/nvme0n1p2",major="259",minor="2",mountpoint="/boot"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run/snapd/ns"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="28",mountpoint="/run/lock"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="74",mountpoint="/run/user/0"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="84",mountpoint="/run/user/1001"} 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/mapper/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/nvme0n1p2",device_error="",fstype="ext4",mountpoint="/boot"} 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/snapd/ns"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1001"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/mapper/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/nvme0n1p2",device_error="",fstype="ext4",mountpoint="/boot"} 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/snapd/ns"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1001"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/mapper/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 1.965172678656e+12 node_filesystem_size_bytes{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.124999168e+09 node_filesystem_size_bytes{device="/dev/nvme0n1p2",device_error="",fstype="ext4",mountpoint="/boot"} 2.040373248e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.7005403136e+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/snapd/ns"} 2.7005403136e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 2.700539904e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1001"} 2.700539904e+10 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 2.9155694e+07 # 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 # 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"} 43 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp11"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp12"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp13"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp14"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp18"} 39 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp19"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 41 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp20"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp21"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp22"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp26"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp27"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp28"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp29"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 38 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp30"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp1"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp10"} 38 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp11"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp12"} 38 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp13"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp14"} 40 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp18"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp19"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp2"} 38 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp20"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp21"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp22"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp26"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp27"} 38 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp28"} 38 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp29"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp3"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp30"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp4"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp5"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp6"} 37 # 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"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp10"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp11"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp12"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp13"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp14"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp18"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp19"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp2"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp20"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp21"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp22"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp26"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp27"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp28"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp29"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp3"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp30"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp4"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp5"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp6"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp1"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp10"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp11"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp12"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp13"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp14"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp18"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp19"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp2"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp20"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp21"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp22"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp26"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp27"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp28"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp29"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp3"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp30"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp4"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp5"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp6"} 93 # 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"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp10"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp11"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp12"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp13"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp14"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp18"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp19"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp2"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp20"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp21"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp22"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp26"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp27"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp28"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp29"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp3"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp30"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp4"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp5"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp6"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp1"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp10"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp11"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp12"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp13"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp14"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp18"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp19"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp2"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp20"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp21"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp22"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp26"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp27"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp28"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp29"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp3"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp30"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp4"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp5"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp6"} 83 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.4644407295e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.62 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.86 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.84 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 7.2429428736e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.4480662528e+11 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 7.2377196544e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 1.13246208e+08 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 8.4591616e+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 9.543131136e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.45989279744e+11 # HELP node_memory_CmaFree_bytes Memory information field CmaFree_bytes. # TYPE node_memory_CmaFree_bytes gauge node_memory_CmaFree_bytes 0 # HELP node_memory_CmaTotal_bytes Memory information field CmaTotal_bytes. # TYPE node_memory_CmaTotal_bytes gauge node_memory_CmaTotal_bytes 0 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.43616937984e+11 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 4.3896223744e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.5433480192e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.30651068416e+11 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.0540630016e+10 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 729088 # 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.2782772224e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 9.5331401728e+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 8.2548629504e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 2.322432e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 5.992841216e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.7684738048e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 7.304507392e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 2.70054019072e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 1.9042304e+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 4.77732864e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 4.0566784e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.6509558784e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.693461504e+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 5.98355968e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.0203020288e+10 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 4.1136128e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 8.109420544e+09 # 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 1.9042304e+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 5.813248e+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 2254 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 43704 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 162 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 8870 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 52945 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 2.749143911e+09 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 2.73309211e+09 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 3.69508721344e+11 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 6.19497232882e+11 # 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 21 # 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 1 # 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 4.096291e+06 # 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 43115 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 81861 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 3.497332e+06 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 29 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 40 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.52562758e+08 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 554072 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.02100793e+08 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 3.334165e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 217179 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 1 # 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 1 # 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 1.941687e+06 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 10209 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 56597 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 1.52607e+06 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 10209 # 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-02cfc8d8d525"} 3 node_network_address_assign_type{device="br-158e2e378343"} 3 node_network_address_assign_type{device="br-233b8f344410"} 3 node_network_address_assign_type{device="br-3905adb7094b"} 3 node_network_address_assign_type{device="br-3e882e27d65a"} 3 node_network_address_assign_type{device="br-496418d4a092"} 3 node_network_address_assign_type{device="br-4f97ff4e5f04"} 3 node_network_address_assign_type{device="br-625f97d91ee1"} 3 node_network_address_assign_type{device="br-62f45dc7029f"} 3 node_network_address_assign_type{device="br-6d8687c975e5"} 3 node_network_address_assign_type{device="br-73871d55cbd6"} 3 node_network_address_assign_type{device="br-757b41d583d5"} 3 node_network_address_assign_type{device="br-908ccfe8e7fe"} 3 node_network_address_assign_type{device="br-9c30d2f70751"} 3 node_network_address_assign_type{device="br-a7f61059cc8e"} 3 node_network_address_assign_type{device="br-d3912b04f818"} 3 node_network_address_assign_type{device="br-ea3d0c01df59"} 3 node_network_address_assign_type{device="br-edfcb8d89326"} 3 node_network_address_assign_type{device="br-fe34057c6d82"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="enp5s0"} 0 node_network_address_assign_type{device="enp6s0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth0b43497"} 1 node_network_address_assign_type{device="veth0bea8ac"} 1 node_network_address_assign_type{device="veth14a7958"} 1 node_network_address_assign_type{device="veth232e5e5"} 1 node_network_address_assign_type{device="veth30a1d2c"} 1 node_network_address_assign_type{device="veth3254805"} 1 node_network_address_assign_type{device="veth37298a1"} 1 node_network_address_assign_type{device="veth4a20805"} 1 node_network_address_assign_type{device="veth4b8669f"} 1 node_network_address_assign_type{device="veth4bf4173"} 1 node_network_address_assign_type{device="veth4d1e0b2"} 1 node_network_address_assign_type{device="veth4e246e3"} 1 node_network_address_assign_type{device="veth55159d7"} 1 node_network_address_assign_type{device="veth622eecd"} 1 node_network_address_assign_type{device="veth6be5756"} 1 node_network_address_assign_type{device="veth71c10bf"} 1 node_network_address_assign_type{device="veth76cbe53"} 1 node_network_address_assign_type{device="veth799a509"} 1 node_network_address_assign_type{device="veth88d97f1"} 1 node_network_address_assign_type{device="veth8cd6d77"} 1 node_network_address_assign_type{device="veth904e0fa"} 1 node_network_address_assign_type{device="veth935d4d2"} 1 node_network_address_assign_type{device="veth957246e"} 1 node_network_address_assign_type{device="veth9bfa93c"} 1 node_network_address_assign_type{device="vethac81cfd"} 1 node_network_address_assign_type{device="vethacde270"} 1 node_network_address_assign_type{device="vethb52276d"} 1 node_network_address_assign_type{device="vethb5df9c0"} 1 node_network_address_assign_type{device="vethb6e6295"} 1 node_network_address_assign_type{device="vethb720d49"} 1 node_network_address_assign_type{device="vethbfbc030"} 1 node_network_address_assign_type{device="vethd80ae60"} 1 node_network_address_assign_type{device="vethdc2f382"} 1 node_network_address_assign_type{device="vethee1c745"} 1 node_network_address_assign_type{device="vethef55915"} 1 node_network_address_assign_type{device="vethff5b9e8"} 1 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-02cfc8d8d525"} 1 node_network_carrier{device="br-158e2e378343"} 1 node_network_carrier{device="br-233b8f344410"} 1 node_network_carrier{device="br-3905adb7094b"} 1 node_network_carrier{device="br-3e882e27d65a"} 1 node_network_carrier{device="br-496418d4a092"} 1 node_network_carrier{device="br-4f97ff4e5f04"} 1 node_network_carrier{device="br-625f97d91ee1"} 1 node_network_carrier{device="br-62f45dc7029f"} 1 node_network_carrier{device="br-6d8687c975e5"} 1 node_network_carrier{device="br-73871d55cbd6"} 1 node_network_carrier{device="br-757b41d583d5"} 1 node_network_carrier{device="br-908ccfe8e7fe"} 1 node_network_carrier{device="br-9c30d2f70751"} 1 node_network_carrier{device="br-a7f61059cc8e"} 1 node_network_carrier{device="br-d3912b04f818"} 1 node_network_carrier{device="br-ea3d0c01df59"} 1 node_network_carrier{device="br-edfcb8d89326"} 1 node_network_carrier{device="br-fe34057c6d82"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="enp5s0"} 0 node_network_carrier{device="enp6s0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth0b43497"} 1 node_network_carrier{device="veth0bea8ac"} 1 node_network_carrier{device="veth14a7958"} 1 node_network_carrier{device="veth232e5e5"} 1 node_network_carrier{device="veth30a1d2c"} 1 node_network_carrier{device="veth3254805"} 1 node_network_carrier{device="veth37298a1"} 1 node_network_carrier{device="veth4a20805"} 1 node_network_carrier{device="veth4b8669f"} 1 node_network_carrier{device="veth4bf4173"} 1 node_network_carrier{device="veth4d1e0b2"} 1 node_network_carrier{device="veth4e246e3"} 1 node_network_carrier{device="veth55159d7"} 1 node_network_carrier{device="veth622eecd"} 1 node_network_carrier{device="veth6be5756"} 1 node_network_carrier{device="veth71c10bf"} 1 node_network_carrier{device="veth76cbe53"} 1 node_network_carrier{device="veth799a509"} 1 node_network_carrier{device="veth88d97f1"} 1 node_network_carrier{device="veth8cd6d77"} 1 node_network_carrier{device="veth904e0fa"} 1 node_network_carrier{device="veth935d4d2"} 1 node_network_carrier{device="veth957246e"} 1 node_network_carrier{device="veth9bfa93c"} 1 node_network_carrier{device="vethac81cfd"} 1 node_network_carrier{device="vethacde270"} 1 node_network_carrier{device="vethb52276d"} 1 node_network_carrier{device="vethb5df9c0"} 1 node_network_carrier{device="vethb6e6295"} 1 node_network_carrier{device="vethb720d49"} 1 node_network_carrier{device="vethbfbc030"} 1 node_network_carrier{device="vethd80ae60"} 1 node_network_carrier{device="vethdc2f382"} 1 node_network_carrier{device="vethee1c745"} 1 node_network_carrier{device="vethef55915"} 1 node_network_carrier{device="vethff5b9e8"} 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-02cfc8d8d525"} 88 node_network_carrier_changes_total{device="br-158e2e378343"} 4 node_network_carrier_changes_total{device="br-233b8f344410"} 4 node_network_carrier_changes_total{device="br-3905adb7094b"} 4 node_network_carrier_changes_total{device="br-3e882e27d65a"} 4 node_network_carrier_changes_total{device="br-496418d4a092"} 4 node_network_carrier_changes_total{device="br-4f97ff4e5f04"} 4 node_network_carrier_changes_total{device="br-625f97d91ee1"} 4 node_network_carrier_changes_total{device="br-62f45dc7029f"} 4 node_network_carrier_changes_total{device="br-6d8687c975e5"} 8 node_network_carrier_changes_total{device="br-73871d55cbd6"} 4 node_network_carrier_changes_total{device="br-757b41d583d5"} 84 node_network_carrier_changes_total{device="br-908ccfe8e7fe"} 6 node_network_carrier_changes_total{device="br-9c30d2f70751"} 4 node_network_carrier_changes_total{device="br-a7f61059cc8e"} 6 node_network_carrier_changes_total{device="br-d3912b04f818"} 4 node_network_carrier_changes_total{device="br-ea3d0c01df59"} 6 node_network_carrier_changes_total{device="br-edfcb8d89326"} 8 node_network_carrier_changes_total{device="br-fe34057c6d82"} 2 node_network_carrier_changes_total{device="docker0"} 5229 node_network_carrier_changes_total{device="enp5s0"} 1 node_network_carrier_changes_total{device="enp6s0"} 8 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth0b43497"} 2 node_network_carrier_changes_total{device="veth0bea8ac"} 2 node_network_carrier_changes_total{device="veth14a7958"} 2 node_network_carrier_changes_total{device="veth232e5e5"} 2 node_network_carrier_changes_total{device="veth30a1d2c"} 2 node_network_carrier_changes_total{device="veth3254805"} 2 node_network_carrier_changes_total{device="veth37298a1"} 2 node_network_carrier_changes_total{device="veth4a20805"} 2 node_network_carrier_changes_total{device="veth4b8669f"} 2 node_network_carrier_changes_total{device="veth4bf4173"} 2 node_network_carrier_changes_total{device="veth4d1e0b2"} 2 node_network_carrier_changes_total{device="veth4e246e3"} 2 node_network_carrier_changes_total{device="veth55159d7"} 2 node_network_carrier_changes_total{device="veth622eecd"} 2 node_network_carrier_changes_total{device="veth6be5756"} 2 node_network_carrier_changes_total{device="veth71c10bf"} 2 node_network_carrier_changes_total{device="veth76cbe53"} 2 node_network_carrier_changes_total{device="veth799a509"} 2 node_network_carrier_changes_total{device="veth88d97f1"} 2 node_network_carrier_changes_total{device="veth8cd6d77"} 2 node_network_carrier_changes_total{device="veth904e0fa"} 2 node_network_carrier_changes_total{device="veth935d4d2"} 2 node_network_carrier_changes_total{device="veth957246e"} 2 node_network_carrier_changes_total{device="veth9bfa93c"} 2 node_network_carrier_changes_total{device="vethac81cfd"} 2 node_network_carrier_changes_total{device="vethacde270"} 2 node_network_carrier_changes_total{device="vethb52276d"} 2 node_network_carrier_changes_total{device="vethb5df9c0"} 2 node_network_carrier_changes_total{device="vethb6e6295"} 2 node_network_carrier_changes_total{device="vethb720d49"} 2 node_network_carrier_changes_total{device="vethbfbc030"} 2 node_network_carrier_changes_total{device="vethd80ae60"} 2 node_network_carrier_changes_total{device="vethdc2f382"} 2 node_network_carrier_changes_total{device="vethee1c745"} 2 node_network_carrier_changes_total{device="vethef55915"} 2 node_network_carrier_changes_total{device="vethff5b9e8"} 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-02cfc8d8d525"} 44 node_network_carrier_down_changes_total{device="br-158e2e378343"} 2 node_network_carrier_down_changes_total{device="br-233b8f344410"} 2 node_network_carrier_down_changes_total{device="br-3905adb7094b"} 2 node_network_carrier_down_changes_total{device="br-3e882e27d65a"} 2 node_network_carrier_down_changes_total{device="br-496418d4a092"} 2 node_network_carrier_down_changes_total{device="br-4f97ff4e5f04"} 2 node_network_carrier_down_changes_total{device="br-625f97d91ee1"} 2 node_network_carrier_down_changes_total{device="br-62f45dc7029f"} 2 node_network_carrier_down_changes_total{device="br-6d8687c975e5"} 4 node_network_carrier_down_changes_total{device="br-73871d55cbd6"} 2 node_network_carrier_down_changes_total{device="br-757b41d583d5"} 42 node_network_carrier_down_changes_total{device="br-908ccfe8e7fe"} 3 node_network_carrier_down_changes_total{device="br-9c30d2f70751"} 2 node_network_carrier_down_changes_total{device="br-a7f61059cc8e"} 3 node_network_carrier_down_changes_total{device="br-d3912b04f818"} 2 node_network_carrier_down_changes_total{device="br-ea3d0c01df59"} 3 node_network_carrier_down_changes_total{device="br-edfcb8d89326"} 4 node_network_carrier_down_changes_total{device="br-fe34057c6d82"} 1 node_network_carrier_down_changes_total{device="docker0"} 2615 node_network_carrier_down_changes_total{device="enp5s0"} 1 node_network_carrier_down_changes_total{device="enp6s0"} 4 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth0b43497"} 1 node_network_carrier_down_changes_total{device="veth0bea8ac"} 1 node_network_carrier_down_changes_total{device="veth14a7958"} 1 node_network_carrier_down_changes_total{device="veth232e5e5"} 1 node_network_carrier_down_changes_total{device="veth30a1d2c"} 1 node_network_carrier_down_changes_total{device="veth3254805"} 1 node_network_carrier_down_changes_total{device="veth37298a1"} 1 node_network_carrier_down_changes_total{device="veth4a20805"} 1 node_network_carrier_down_changes_total{device="veth4b8669f"} 1 node_network_carrier_down_changes_total{device="veth4bf4173"} 1 node_network_carrier_down_changes_total{device="veth4d1e0b2"} 1 node_network_carrier_down_changes_total{device="veth4e246e3"} 1 node_network_carrier_down_changes_total{device="veth55159d7"} 1 node_network_carrier_down_changes_total{device="veth622eecd"} 1 node_network_carrier_down_changes_total{device="veth6be5756"} 1 node_network_carrier_down_changes_total{device="veth71c10bf"} 1 node_network_carrier_down_changes_total{device="veth76cbe53"} 1 node_network_carrier_down_changes_total{device="veth799a509"} 1 node_network_carrier_down_changes_total{device="veth88d97f1"} 1 node_network_carrier_down_changes_total{device="veth8cd6d77"} 1 node_network_carrier_down_changes_total{device="veth904e0fa"} 1 node_network_carrier_down_changes_total{device="veth935d4d2"} 1 node_network_carrier_down_changes_total{device="veth957246e"} 1 node_network_carrier_down_changes_total{device="veth9bfa93c"} 1 node_network_carrier_down_changes_total{device="vethac81cfd"} 1 node_network_carrier_down_changes_total{device="vethacde270"} 1 node_network_carrier_down_changes_total{device="vethb52276d"} 1 node_network_carrier_down_changes_total{device="vethb5df9c0"} 1 node_network_carrier_down_changes_total{device="vethb6e6295"} 1 node_network_carrier_down_changes_total{device="vethb720d49"} 1 node_network_carrier_down_changes_total{device="vethbfbc030"} 1 node_network_carrier_down_changes_total{device="vethd80ae60"} 1 node_network_carrier_down_changes_total{device="vethdc2f382"} 1 node_network_carrier_down_changes_total{device="vethee1c745"} 1 node_network_carrier_down_changes_total{device="vethef55915"} 1 node_network_carrier_down_changes_total{device="vethff5b9e8"} 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-02cfc8d8d525"} 44 node_network_carrier_up_changes_total{device="br-158e2e378343"} 2 node_network_carrier_up_changes_total{device="br-233b8f344410"} 2 node_network_carrier_up_changes_total{device="br-3905adb7094b"} 2 node_network_carrier_up_changes_total{device="br-3e882e27d65a"} 2 node_network_carrier_up_changes_total{device="br-496418d4a092"} 2 node_network_carrier_up_changes_total{device="br-4f97ff4e5f04"} 2 node_network_carrier_up_changes_total{device="br-625f97d91ee1"} 2 node_network_carrier_up_changes_total{device="br-62f45dc7029f"} 2 node_network_carrier_up_changes_total{device="br-6d8687c975e5"} 4 node_network_carrier_up_changes_total{device="br-73871d55cbd6"} 2 node_network_carrier_up_changes_total{device="br-757b41d583d5"} 42 node_network_carrier_up_changes_total{device="br-908ccfe8e7fe"} 3 node_network_carrier_up_changes_total{device="br-9c30d2f70751"} 2 node_network_carrier_up_changes_total{device="br-a7f61059cc8e"} 3 node_network_carrier_up_changes_total{device="br-d3912b04f818"} 2 node_network_carrier_up_changes_total{device="br-ea3d0c01df59"} 3 node_network_carrier_up_changes_total{device="br-edfcb8d89326"} 4 node_network_carrier_up_changes_total{device="br-fe34057c6d82"} 1 node_network_carrier_up_changes_total{device="docker0"} 2614 node_network_carrier_up_changes_total{device="enp5s0"} 0 node_network_carrier_up_changes_total{device="enp6s0"} 4 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth0b43497"} 1 node_network_carrier_up_changes_total{device="veth0bea8ac"} 1 node_network_carrier_up_changes_total{device="veth14a7958"} 1 node_network_carrier_up_changes_total{device="veth232e5e5"} 1 node_network_carrier_up_changes_total{device="veth30a1d2c"} 1 node_network_carrier_up_changes_total{device="veth3254805"} 1 node_network_carrier_up_changes_total{device="veth37298a1"} 1 node_network_carrier_up_changes_total{device="veth4a20805"} 1 node_network_carrier_up_changes_total{device="veth4b8669f"} 1 node_network_carrier_up_changes_total{device="veth4bf4173"} 1 node_network_carrier_up_changes_total{device="veth4d1e0b2"} 1 node_network_carrier_up_changes_total{device="veth4e246e3"} 1 node_network_carrier_up_changes_total{device="veth55159d7"} 1 node_network_carrier_up_changes_total{device="veth622eecd"} 1 node_network_carrier_up_changes_total{device="veth6be5756"} 1 node_network_carrier_up_changes_total{device="veth71c10bf"} 1 node_network_carrier_up_changes_total{device="veth76cbe53"} 1 node_network_carrier_up_changes_total{device="veth799a509"} 1 node_network_carrier_up_changes_total{device="veth88d97f1"} 1 node_network_carrier_up_changes_total{device="veth8cd6d77"} 1 node_network_carrier_up_changes_total{device="veth904e0fa"} 1 node_network_carrier_up_changes_total{device="veth935d4d2"} 1 node_network_carrier_up_changes_total{device="veth957246e"} 1 node_network_carrier_up_changes_total{device="veth9bfa93c"} 1 node_network_carrier_up_changes_total{device="vethac81cfd"} 1 node_network_carrier_up_changes_total{device="vethacde270"} 1 node_network_carrier_up_changes_total{device="vethb52276d"} 1 node_network_carrier_up_changes_total{device="vethb5df9c0"} 1 node_network_carrier_up_changes_total{device="vethb6e6295"} 1 node_network_carrier_up_changes_total{device="vethb720d49"} 1 node_network_carrier_up_changes_total{device="vethbfbc030"} 1 node_network_carrier_up_changes_total{device="vethd80ae60"} 1 node_network_carrier_up_changes_total{device="vethdc2f382"} 1 node_network_carrier_up_changes_total{device="vethee1c745"} 1 node_network_carrier_up_changes_total{device="vethef55915"} 1 node_network_carrier_up_changes_total{device="vethff5b9e8"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-02cfc8d8d525"} 0 node_network_device_id{device="br-158e2e378343"} 0 node_network_device_id{device="br-233b8f344410"} 0 node_network_device_id{device="br-3905adb7094b"} 0 node_network_device_id{device="br-3e882e27d65a"} 0 node_network_device_id{device="br-496418d4a092"} 0 node_network_device_id{device="br-4f97ff4e5f04"} 0 node_network_device_id{device="br-625f97d91ee1"} 0 node_network_device_id{device="br-62f45dc7029f"} 0 node_network_device_id{device="br-6d8687c975e5"} 0 node_network_device_id{device="br-73871d55cbd6"} 0 node_network_device_id{device="br-757b41d583d5"} 0 node_network_device_id{device="br-908ccfe8e7fe"} 0 node_network_device_id{device="br-9c30d2f70751"} 0 node_network_device_id{device="br-a7f61059cc8e"} 0 node_network_device_id{device="br-d3912b04f818"} 0 node_network_device_id{device="br-ea3d0c01df59"} 0 node_network_device_id{device="br-edfcb8d89326"} 0 node_network_device_id{device="br-fe34057c6d82"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="enp5s0"} 0 node_network_device_id{device="enp6s0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth0b43497"} 0 node_network_device_id{device="veth0bea8ac"} 0 node_network_device_id{device="veth14a7958"} 0 node_network_device_id{device="veth232e5e5"} 0 node_network_device_id{device="veth30a1d2c"} 0 node_network_device_id{device="veth3254805"} 0 node_network_device_id{device="veth37298a1"} 0 node_network_device_id{device="veth4a20805"} 0 node_network_device_id{device="veth4b8669f"} 0 node_network_device_id{device="veth4bf4173"} 0 node_network_device_id{device="veth4d1e0b2"} 0 node_network_device_id{device="veth4e246e3"} 0 node_network_device_id{device="veth55159d7"} 0 node_network_device_id{device="veth622eecd"} 0 node_network_device_id{device="veth6be5756"} 0 node_network_device_id{device="veth71c10bf"} 0 node_network_device_id{device="veth76cbe53"} 0 node_network_device_id{device="veth799a509"} 0 node_network_device_id{device="veth88d97f1"} 0 node_network_device_id{device="veth8cd6d77"} 0 node_network_device_id{device="veth904e0fa"} 0 node_network_device_id{device="veth935d4d2"} 0 node_network_device_id{device="veth957246e"} 0 node_network_device_id{device="veth9bfa93c"} 0 node_network_device_id{device="vethac81cfd"} 0 node_network_device_id{device="vethacde270"} 0 node_network_device_id{device="vethb52276d"} 0 node_network_device_id{device="vethb5df9c0"} 0 node_network_device_id{device="vethb6e6295"} 0 node_network_device_id{device="vethb720d49"} 0 node_network_device_id{device="vethbfbc030"} 0 node_network_device_id{device="vethd80ae60"} 0 node_network_device_id{device="vethdc2f382"} 0 node_network_device_id{device="vethee1c745"} 0 node_network_device_id{device="vethef55915"} 0 node_network_device_id{device="vethff5b9e8"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-02cfc8d8d525"} 0 node_network_dormant{device="br-158e2e378343"} 0 node_network_dormant{device="br-233b8f344410"} 0 node_network_dormant{device="br-3905adb7094b"} 0 node_network_dormant{device="br-3e882e27d65a"} 0 node_network_dormant{device="br-496418d4a092"} 0 node_network_dormant{device="br-4f97ff4e5f04"} 0 node_network_dormant{device="br-625f97d91ee1"} 0 node_network_dormant{device="br-62f45dc7029f"} 0 node_network_dormant{device="br-6d8687c975e5"} 0 node_network_dormant{device="br-73871d55cbd6"} 0 node_network_dormant{device="br-757b41d583d5"} 0 node_network_dormant{device="br-908ccfe8e7fe"} 0 node_network_dormant{device="br-9c30d2f70751"} 0 node_network_dormant{device="br-a7f61059cc8e"} 0 node_network_dormant{device="br-d3912b04f818"} 0 node_network_dormant{device="br-ea3d0c01df59"} 0 node_network_dormant{device="br-edfcb8d89326"} 0 node_network_dormant{device="br-fe34057c6d82"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="enp5s0"} 0 node_network_dormant{device="enp6s0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth0b43497"} 0 node_network_dormant{device="veth0bea8ac"} 0 node_network_dormant{device="veth14a7958"} 0 node_network_dormant{device="veth232e5e5"} 0 node_network_dormant{device="veth30a1d2c"} 0 node_network_dormant{device="veth3254805"} 0 node_network_dormant{device="veth37298a1"} 0 node_network_dormant{device="veth4a20805"} 0 node_network_dormant{device="veth4b8669f"} 0 node_network_dormant{device="veth4bf4173"} 0 node_network_dormant{device="veth4d1e0b2"} 0 node_network_dormant{device="veth4e246e3"} 0 node_network_dormant{device="veth55159d7"} 0 node_network_dormant{device="veth622eecd"} 0 node_network_dormant{device="veth6be5756"} 0 node_network_dormant{device="veth71c10bf"} 0 node_network_dormant{device="veth76cbe53"} 0 node_network_dormant{device="veth799a509"} 0 node_network_dormant{device="veth88d97f1"} 0 node_network_dormant{device="veth8cd6d77"} 0 node_network_dormant{device="veth904e0fa"} 0 node_network_dormant{device="veth935d4d2"} 0 node_network_dormant{device="veth957246e"} 0 node_network_dormant{device="veth9bfa93c"} 0 node_network_dormant{device="vethac81cfd"} 0 node_network_dormant{device="vethacde270"} 0 node_network_dormant{device="vethb52276d"} 0 node_network_dormant{device="vethb5df9c0"} 0 node_network_dormant{device="vethb6e6295"} 0 node_network_dormant{device="vethb720d49"} 0 node_network_dormant{device="vethbfbc030"} 0 node_network_dormant{device="vethd80ae60"} 0 node_network_dormant{device="vethdc2f382"} 0 node_network_dormant{device="vethee1c745"} 0 node_network_dormant{device="vethef55915"} 0 node_network_dormant{device="vethff5b9e8"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-02cfc8d8d525"} 4099 node_network_flags{device="br-158e2e378343"} 4099 node_network_flags{device="br-233b8f344410"} 4099 node_network_flags{device="br-3905adb7094b"} 4099 node_network_flags{device="br-3e882e27d65a"} 4099 node_network_flags{device="br-496418d4a092"} 4099 node_network_flags{device="br-4f97ff4e5f04"} 4099 node_network_flags{device="br-625f97d91ee1"} 4099 node_network_flags{device="br-62f45dc7029f"} 4099 node_network_flags{device="br-6d8687c975e5"} 4099 node_network_flags{device="br-73871d55cbd6"} 4099 node_network_flags{device="br-757b41d583d5"} 4099 node_network_flags{device="br-908ccfe8e7fe"} 4099 node_network_flags{device="br-9c30d2f70751"} 4099 node_network_flags{device="br-a7f61059cc8e"} 4099 node_network_flags{device="br-d3912b04f818"} 4099 node_network_flags{device="br-ea3d0c01df59"} 4099 node_network_flags{device="br-edfcb8d89326"} 4099 node_network_flags{device="br-fe34057c6d82"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="enp5s0"} 4099 node_network_flags{device="enp6s0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth0b43497"} 4867 node_network_flags{device="veth0bea8ac"} 4867 node_network_flags{device="veth14a7958"} 4867 node_network_flags{device="veth232e5e5"} 4867 node_network_flags{device="veth30a1d2c"} 4867 node_network_flags{device="veth3254805"} 4867 node_network_flags{device="veth37298a1"} 4867 node_network_flags{device="veth4a20805"} 4867 node_network_flags{device="veth4b8669f"} 4867 node_network_flags{device="veth4bf4173"} 4867 node_network_flags{device="veth4d1e0b2"} 4867 node_network_flags{device="veth4e246e3"} 4867 node_network_flags{device="veth55159d7"} 4867 node_network_flags{device="veth622eecd"} 4867 node_network_flags{device="veth6be5756"} 4867 node_network_flags{device="veth71c10bf"} 4867 node_network_flags{device="veth76cbe53"} 4867 node_network_flags{device="veth799a509"} 4867 node_network_flags{device="veth88d97f1"} 4867 node_network_flags{device="veth8cd6d77"} 4867 node_network_flags{device="veth904e0fa"} 4867 node_network_flags{device="veth935d4d2"} 4867 node_network_flags{device="veth957246e"} 4867 node_network_flags{device="veth9bfa93c"} 4867 node_network_flags{device="vethac81cfd"} 4867 node_network_flags{device="vethacde270"} 4867 node_network_flags{device="vethb52276d"} 4867 node_network_flags{device="vethb5df9c0"} 4867 node_network_flags{device="vethb6e6295"} 4867 node_network_flags{device="vethb720d49"} 4867 node_network_flags{device="vethbfbc030"} 4867 node_network_flags{device="vethd80ae60"} 4867 node_network_flags{device="vethdc2f382"} 4867 node_network_flags{device="vethee1c745"} 4867 node_network_flags{device="vethef55915"} 4867 node_network_flags{device="vethff5b9e8"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-02cfc8d8d525"} 5033 node_network_iface_id{device="br-158e2e378343"} 7187 node_network_iface_id{device="br-233b8f344410"} 7226 node_network_iface_id{device="br-3905adb7094b"} 7315 node_network_iface_id{device="br-3e882e27d65a"} 8283 node_network_iface_id{device="br-496418d4a092"} 6804 node_network_iface_id{device="br-4f97ff4e5f04"} 8761 node_network_iface_id{device="br-625f97d91ee1"} 6 node_network_iface_id{device="br-62f45dc7029f"} 8401 node_network_iface_id{device="br-6d8687c975e5"} 7234 node_network_iface_id{device="br-73871d55cbd6"} 7 node_network_iface_id{device="br-757b41d583d5"} 8632 node_network_iface_id{device="br-908ccfe8e7fe"} 9 node_network_iface_id{device="br-9c30d2f70751"} 8166 node_network_iface_id{device="br-a7f61059cc8e"} 5463 node_network_iface_id{device="br-d3912b04f818"} 7319 node_network_iface_id{device="br-ea3d0c01df59"} 5286 node_network_iface_id{device="br-edfcb8d89326"} 4 node_network_iface_id{device="br-fe34057c6d82"} 875 node_network_iface_id{device="docker0"} 5 node_network_iface_id{device="enp5s0"} 2 node_network_iface_id{device="enp6s0"} 3 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth0b43497"} 7236 node_network_iface_id{device="veth0bea8ac"} 879 node_network_iface_id{device="veth14a7958"} 14 node_network_iface_id{device="veth232e5e5"} 7320 node_network_iface_id{device="veth30a1d2c"} 8167 node_network_iface_id{device="veth3254805"} 7228 node_network_iface_id{device="veth37298a1"} 8402 node_network_iface_id{device="veth4a20805"} 7189 node_network_iface_id{device="veth4b8669f"} 5464 node_network_iface_id{device="veth4bf4173"} 5259 node_network_iface_id{device="veth4d1e0b2"} 12 node_network_iface_id{device="veth4e246e3"} 8762 node_network_iface_id{device="veth55159d7"} 11 node_network_iface_id{device="veth622eecd"} 15 node_network_iface_id{device="veth6be5756"} 8742 node_network_iface_id{device="veth71c10bf"} 8763 node_network_iface_id{device="veth76cbe53"} 7227 node_network_iface_id{device="veth799a509"} 7238 node_network_iface_id{device="veth88d97f1"} 5465 node_network_iface_id{device="veth8cd6d77"} 878 node_network_iface_id{device="veth904e0fa"} 16 node_network_iface_id{device="veth935d4d2"} 5289 node_network_iface_id{device="veth957246e"} 8284 node_network_iface_id{device="veth9bfa93c"} 8743 node_network_iface_id{device="vethac81cfd"} 7316 node_network_iface_id{device="vethacde270"} 5258 node_network_iface_id{device="vethb52276d"} 8168 node_network_iface_id{device="vethb5df9c0"} 876 node_network_iface_id{device="vethb6e6295"} 7193 node_network_iface_id{device="vethb720d49"} 7237 node_network_iface_id{device="vethbfbc030"} 17 node_network_iface_id{device="vethd80ae60"} 6806 node_network_iface_id{device="vethdc2f382"} 877 node_network_iface_id{device="vethee1c745"} 7235 node_network_iface_id{device="vethef55915"} 7317 node_network_iface_id{device="vethff5b9e8"} 7239 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-02cfc8d8d525"} 5033 node_network_iface_link{device="br-158e2e378343"} 7187 node_network_iface_link{device="br-233b8f344410"} 7226 node_network_iface_link{device="br-3905adb7094b"} 7315 node_network_iface_link{device="br-3e882e27d65a"} 8283 node_network_iface_link{device="br-496418d4a092"} 6804 node_network_iface_link{device="br-4f97ff4e5f04"} 8761 node_network_iface_link{device="br-625f97d91ee1"} 6 node_network_iface_link{device="br-62f45dc7029f"} 8401 node_network_iface_link{device="br-6d8687c975e5"} 7234 node_network_iface_link{device="br-73871d55cbd6"} 7 node_network_iface_link{device="br-757b41d583d5"} 8632 node_network_iface_link{device="br-908ccfe8e7fe"} 9 node_network_iface_link{device="br-9c30d2f70751"} 8166 node_network_iface_link{device="br-a7f61059cc8e"} 5463 node_network_iface_link{device="br-d3912b04f818"} 7319 node_network_iface_link{device="br-ea3d0c01df59"} 5286 node_network_iface_link{device="br-edfcb8d89326"} 4 node_network_iface_link{device="br-fe34057c6d82"} 875 node_network_iface_link{device="docker0"} 5 node_network_iface_link{device="enp5s0"} 2 node_network_iface_link{device="enp6s0"} 3 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth0b43497"} 2 node_network_iface_link{device="veth0bea8ac"} 3 node_network_iface_link{device="veth14a7958"} 2 node_network_iface_link{device="veth232e5e5"} 2 node_network_iface_link{device="veth30a1d2c"} 2 node_network_iface_link{device="veth3254805"} 2 node_network_iface_link{device="veth37298a1"} 2 node_network_iface_link{device="veth4a20805"} 2 node_network_iface_link{device="veth4b8669f"} 2 node_network_iface_link{device="veth4bf4173"} 2 node_network_iface_link{device="veth4d1e0b2"} 2 node_network_iface_link{device="veth4e246e3"} 2 node_network_iface_link{device="veth55159d7"} 2 node_network_iface_link{device="veth622eecd"} 2 node_network_iface_link{device="veth6be5756"} 2 node_network_iface_link{device="veth71c10bf"} 2 node_network_iface_link{device="veth76cbe53"} 2 node_network_iface_link{device="veth799a509"} 2 node_network_iface_link{device="veth88d97f1"} 2 node_network_iface_link{device="veth8cd6d77"} 2 node_network_iface_link{device="veth904e0fa"} 2 node_network_iface_link{device="veth935d4d2"} 2 node_network_iface_link{device="veth957246e"} 2 node_network_iface_link{device="veth9bfa93c"} 2 node_network_iface_link{device="vethac81cfd"} 2 node_network_iface_link{device="vethacde270"} 2 node_network_iface_link{device="vethb52276d"} 2 node_network_iface_link{device="vethb5df9c0"} 2 node_network_iface_link{device="vethb6e6295"} 2 node_network_iface_link{device="vethb720d49"} 2 node_network_iface_link{device="vethbfbc030"} 2 node_network_iface_link{device="vethd80ae60"} 2 node_network_iface_link{device="vethdc2f382"} 2 node_network_iface_link{device="vethee1c745"} 2 node_network_iface_link{device="vethef55915"} 2 node_network_iface_link{device="vethff5b9e8"} 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-02cfc8d8d525"} 0 node_network_iface_link_mode{device="br-158e2e378343"} 0 node_network_iface_link_mode{device="br-233b8f344410"} 0 node_network_iface_link_mode{device="br-3905adb7094b"} 0 node_network_iface_link_mode{device="br-3e882e27d65a"} 0 node_network_iface_link_mode{device="br-496418d4a092"} 0 node_network_iface_link_mode{device="br-4f97ff4e5f04"} 0 node_network_iface_link_mode{device="br-625f97d91ee1"} 0 node_network_iface_link_mode{device="br-62f45dc7029f"} 0 node_network_iface_link_mode{device="br-6d8687c975e5"} 0 node_network_iface_link_mode{device="br-73871d55cbd6"} 0 node_network_iface_link_mode{device="br-757b41d583d5"} 0 node_network_iface_link_mode{device="br-908ccfe8e7fe"} 0 node_network_iface_link_mode{device="br-9c30d2f70751"} 0 node_network_iface_link_mode{device="br-a7f61059cc8e"} 0 node_network_iface_link_mode{device="br-d3912b04f818"} 0 node_network_iface_link_mode{device="br-ea3d0c01df59"} 0 node_network_iface_link_mode{device="br-edfcb8d89326"} 0 node_network_iface_link_mode{device="br-fe34057c6d82"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="enp5s0"} 0 node_network_iface_link_mode{device="enp6s0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth0b43497"} 0 node_network_iface_link_mode{device="veth0bea8ac"} 0 node_network_iface_link_mode{device="veth14a7958"} 0 node_network_iface_link_mode{device="veth232e5e5"} 0 node_network_iface_link_mode{device="veth30a1d2c"} 0 node_network_iface_link_mode{device="veth3254805"} 0 node_network_iface_link_mode{device="veth37298a1"} 0 node_network_iface_link_mode{device="veth4a20805"} 0 node_network_iface_link_mode{device="veth4b8669f"} 0 node_network_iface_link_mode{device="veth4bf4173"} 0 node_network_iface_link_mode{device="veth4d1e0b2"} 0 node_network_iface_link_mode{device="veth4e246e3"} 0 node_network_iface_link_mode{device="veth55159d7"} 0 node_network_iface_link_mode{device="veth622eecd"} 0 node_network_iface_link_mode{device="veth6be5756"} 0 node_network_iface_link_mode{device="veth71c10bf"} 0 node_network_iface_link_mode{device="veth76cbe53"} 0 node_network_iface_link_mode{device="veth799a509"} 0 node_network_iface_link_mode{device="veth88d97f1"} 0 node_network_iface_link_mode{device="veth8cd6d77"} 0 node_network_iface_link_mode{device="veth904e0fa"} 0 node_network_iface_link_mode{device="veth935d4d2"} 0 node_network_iface_link_mode{device="veth957246e"} 0 node_network_iface_link_mode{device="veth9bfa93c"} 0 node_network_iface_link_mode{device="vethac81cfd"} 0 node_network_iface_link_mode{device="vethacde270"} 0 node_network_iface_link_mode{device="vethb52276d"} 0 node_network_iface_link_mode{device="vethb5df9c0"} 0 node_network_iface_link_mode{device="vethb6e6295"} 0 node_network_iface_link_mode{device="vethb720d49"} 0 node_network_iface_link_mode{device="vethbfbc030"} 0 node_network_iface_link_mode{device="vethd80ae60"} 0 node_network_iface_link_mode{device="vethdc2f382"} 0 node_network_iface_link_mode{device="vethee1c745"} 0 node_network_iface_link_mode{device="vethef55915"} 0 node_network_iface_link_mode{device="vethff5b9e8"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:8c:ad:17:9f:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a7f61059cc8e",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="06:ed:d9:c6:4e:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-496418d4a092",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="0a:93:7a:b7:69:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-73871d55cbd6",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="0e:28:4c:4c:a1:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth904e0fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:84:99:e5:f9:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth76cbe53",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:4b:ea:c3:e0:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth799a509",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:5e:b1:48:38:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-757b41d583d5",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="16:7e:d7:0b:7a:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb720d49",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:f4:fd:26:60:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4f97ff4e5f04",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="1a:04:35:2d:33:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d1e0b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:92:f8:6f:75:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b8669f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:89:ef:72:9f:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0bea8ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:fa:58:2a:f2:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdc2f382",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:73:6c:07:20:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth935d4d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:8b:7c:e6:9f:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth232e5e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:70:52:db:ea:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef55915",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:e5:0c:95:53:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3e882e27d65a",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="46:b6:23:50:21:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb52276d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:d2:8e:a8:2d:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6d8687c975e5",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="4a:da:0d:27:c9:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee1c745",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:30:a0:97:10:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb5df9c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="58:11:22:ad:05:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="enp5s0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="58:11:22:ad:05:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="enp6s0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:fb:1f:32:42:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth55159d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:97:19:94:63:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fe34057c6d82",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="66:a6:cd:b5:41:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth37298a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:5a:82:09:97:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e246e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:84:9c:c2:3c:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-908ccfe8e7fe",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="6e:77:c6:02:1e:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3905adb7094b",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="7e:2e:f7:28:50:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff5b9e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:9d:c8:9d:fe:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4bf4173",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:15:a3:0b:c4:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethacde270",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:ad:ed:1f:4b:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb6e6295",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:f8:93:35:76:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-edfcb8d89326",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="92:59:08:80:b0:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac81cfd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:c0:5a:d9:79:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth30a1d2c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:49:f9:fa:b8:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9bfa93c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:30:bf:d9:b3:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d3912b04f818",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="9e:61:96:e7:d3:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3254805",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:37:35:ac:ca:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-625f97d91ee1",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="aa:24:25:db:26:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbfbc030",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:d8:39:97:cf:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-62f45dc7029f",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="b2:31:1d:32:72:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth622eecd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:56:16:45:e7:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ba:73:ef:ac:a3:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4a20805",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:1d:77:93:2e:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9c30d2f70751",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="be:bf:25:e2:14:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6be5756",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:84:b8:5c:bb:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b43497",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:8f:c6:3d:01:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth71c10bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:86:f5:27:08:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-233b8f344410",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="c6:f0:4c:a6:14:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth14a7958",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:e0:b6:f5:77:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth957246e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:0c:38:60:a0:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd80ae60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:5e:94:f8:81:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth88d97f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:5f:7b:f9:e6:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-02cfc8d8d525",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="e2:93:ea:8d:a5:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8cd6d77",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:34:51:57:59:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ea3d0c01df59",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="f2:a7:bd:f6:c3:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-158e2e378343",duplex="",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-02cfc8d8d525"} 1500 node_network_mtu_bytes{device="br-158e2e378343"} 1500 node_network_mtu_bytes{device="br-233b8f344410"} 1500 node_network_mtu_bytes{device="br-3905adb7094b"} 1500 node_network_mtu_bytes{device="br-3e882e27d65a"} 1500 node_network_mtu_bytes{device="br-496418d4a092"} 1500 node_network_mtu_bytes{device="br-4f97ff4e5f04"} 1500 node_network_mtu_bytes{device="br-625f97d91ee1"} 1500 node_network_mtu_bytes{device="br-62f45dc7029f"} 1500 node_network_mtu_bytes{device="br-6d8687c975e5"} 1500 node_network_mtu_bytes{device="br-73871d55cbd6"} 1500 node_network_mtu_bytes{device="br-757b41d583d5"} 1500 node_network_mtu_bytes{device="br-908ccfe8e7fe"} 1500 node_network_mtu_bytes{device="br-9c30d2f70751"} 1500 node_network_mtu_bytes{device="br-a7f61059cc8e"} 1500 node_network_mtu_bytes{device="br-d3912b04f818"} 1500 node_network_mtu_bytes{device="br-ea3d0c01df59"} 1500 node_network_mtu_bytes{device="br-edfcb8d89326"} 1500 node_network_mtu_bytes{device="br-fe34057c6d82"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="enp5s0"} 1500 node_network_mtu_bytes{device="enp6s0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth0b43497"} 1500 node_network_mtu_bytes{device="veth0bea8ac"} 1500 node_network_mtu_bytes{device="veth14a7958"} 1500 node_network_mtu_bytes{device="veth232e5e5"} 1500 node_network_mtu_bytes{device="veth30a1d2c"} 1500 node_network_mtu_bytes{device="veth3254805"} 1500 node_network_mtu_bytes{device="veth37298a1"} 1500 node_network_mtu_bytes{device="veth4a20805"} 1500 node_network_mtu_bytes{device="veth4b8669f"} 1500 node_network_mtu_bytes{device="veth4bf4173"} 1500 node_network_mtu_bytes{device="veth4d1e0b2"} 1500 node_network_mtu_bytes{device="veth4e246e3"} 1500 node_network_mtu_bytes{device="veth55159d7"} 1500 node_network_mtu_bytes{device="veth622eecd"} 1500 node_network_mtu_bytes{device="veth6be5756"} 1500 node_network_mtu_bytes{device="veth71c10bf"} 1500 node_network_mtu_bytes{device="veth76cbe53"} 1500 node_network_mtu_bytes{device="veth799a509"} 1500 node_network_mtu_bytes{device="veth88d97f1"} 1500 node_network_mtu_bytes{device="veth8cd6d77"} 1500 node_network_mtu_bytes{device="veth904e0fa"} 1500 node_network_mtu_bytes{device="veth935d4d2"} 1500 node_network_mtu_bytes{device="veth957246e"} 1500 node_network_mtu_bytes{device="veth9bfa93c"} 1500 node_network_mtu_bytes{device="vethac81cfd"} 1500 node_network_mtu_bytes{device="vethacde270"} 1500 node_network_mtu_bytes{device="vethb52276d"} 1500 node_network_mtu_bytes{device="vethb5df9c0"} 1500 node_network_mtu_bytes{device="vethb6e6295"} 1500 node_network_mtu_bytes{device="vethb720d49"} 1500 node_network_mtu_bytes{device="vethbfbc030"} 1500 node_network_mtu_bytes{device="vethd80ae60"} 1500 node_network_mtu_bytes{device="vethdc2f382"} 1500 node_network_mtu_bytes{device="vethee1c745"} 1500 node_network_mtu_bytes{device="vethef55915"} 1500 node_network_mtu_bytes{device="vethff5b9e8"} 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-02cfc8d8d525"} 3 node_network_name_assign_type{device="br-158e2e378343"} 3 node_network_name_assign_type{device="br-233b8f344410"} 3 node_network_name_assign_type{device="br-3905adb7094b"} 3 node_network_name_assign_type{device="br-3e882e27d65a"} 3 node_network_name_assign_type{device="br-496418d4a092"} 3 node_network_name_assign_type{device="br-4f97ff4e5f04"} 3 node_network_name_assign_type{device="br-625f97d91ee1"} 3 node_network_name_assign_type{device="br-62f45dc7029f"} 3 node_network_name_assign_type{device="br-6d8687c975e5"} 3 node_network_name_assign_type{device="br-73871d55cbd6"} 3 node_network_name_assign_type{device="br-757b41d583d5"} 3 node_network_name_assign_type{device="br-908ccfe8e7fe"} 3 node_network_name_assign_type{device="br-9c30d2f70751"} 3 node_network_name_assign_type{device="br-a7f61059cc8e"} 3 node_network_name_assign_type{device="br-d3912b04f818"} 3 node_network_name_assign_type{device="br-ea3d0c01df59"} 3 node_network_name_assign_type{device="br-edfcb8d89326"} 3 node_network_name_assign_type{device="br-fe34057c6d82"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="enp5s0"} 4 node_network_name_assign_type{device="enp6s0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth0b43497"} 3 node_network_name_assign_type{device="veth0bea8ac"} 3 node_network_name_assign_type{device="veth14a7958"} 3 node_network_name_assign_type{device="veth232e5e5"} 3 node_network_name_assign_type{device="veth30a1d2c"} 3 node_network_name_assign_type{device="veth3254805"} 3 node_network_name_assign_type{device="veth37298a1"} 3 node_network_name_assign_type{device="veth4a20805"} 3 node_network_name_assign_type{device="veth4b8669f"} 3 node_network_name_assign_type{device="veth4bf4173"} 3 node_network_name_assign_type{device="veth4d1e0b2"} 3 node_network_name_assign_type{device="veth4e246e3"} 3 node_network_name_assign_type{device="veth55159d7"} 3 node_network_name_assign_type{device="veth622eecd"} 3 node_network_name_assign_type{device="veth6be5756"} 3 node_network_name_assign_type{device="veth71c10bf"} 3 node_network_name_assign_type{device="veth76cbe53"} 3 node_network_name_assign_type{device="veth799a509"} 3 node_network_name_assign_type{device="veth88d97f1"} 3 node_network_name_assign_type{device="veth8cd6d77"} 3 node_network_name_assign_type{device="veth904e0fa"} 3 node_network_name_assign_type{device="veth935d4d2"} 3 node_network_name_assign_type{device="veth957246e"} 3 node_network_name_assign_type{device="veth9bfa93c"} 3 node_network_name_assign_type{device="vethac81cfd"} 3 node_network_name_assign_type{device="vethacde270"} 3 node_network_name_assign_type{device="vethb52276d"} 3 node_network_name_assign_type{device="vethb5df9c0"} 3 node_network_name_assign_type{device="vethb6e6295"} 3 node_network_name_assign_type{device="vethb720d49"} 3 node_network_name_assign_type{device="vethbfbc030"} 3 node_network_name_assign_type{device="vethd80ae60"} 3 node_network_name_assign_type{device="vethdc2f382"} 3 node_network_name_assign_type{device="vethee1c745"} 3 node_network_name_assign_type{device="vethef55915"} 3 node_network_name_assign_type{device="vethff5b9e8"} 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-02cfc8d8d525"} 0 node_network_net_dev_group{device="br-158e2e378343"} 0 node_network_net_dev_group{device="br-233b8f344410"} 0 node_network_net_dev_group{device="br-3905adb7094b"} 0 node_network_net_dev_group{device="br-3e882e27d65a"} 0 node_network_net_dev_group{device="br-496418d4a092"} 0 node_network_net_dev_group{device="br-4f97ff4e5f04"} 0 node_network_net_dev_group{device="br-625f97d91ee1"} 0 node_network_net_dev_group{device="br-62f45dc7029f"} 0 node_network_net_dev_group{device="br-6d8687c975e5"} 0 node_network_net_dev_group{device="br-73871d55cbd6"} 0 node_network_net_dev_group{device="br-757b41d583d5"} 0 node_network_net_dev_group{device="br-908ccfe8e7fe"} 0 node_network_net_dev_group{device="br-9c30d2f70751"} 0 node_network_net_dev_group{device="br-a7f61059cc8e"} 0 node_network_net_dev_group{device="br-d3912b04f818"} 0 node_network_net_dev_group{device="br-ea3d0c01df59"} 0 node_network_net_dev_group{device="br-edfcb8d89326"} 0 node_network_net_dev_group{device="br-fe34057c6d82"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="enp5s0"} 0 node_network_net_dev_group{device="enp6s0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth0b43497"} 0 node_network_net_dev_group{device="veth0bea8ac"} 0 node_network_net_dev_group{device="veth14a7958"} 0 node_network_net_dev_group{device="veth232e5e5"} 0 node_network_net_dev_group{device="veth30a1d2c"} 0 node_network_net_dev_group{device="veth3254805"} 0 node_network_net_dev_group{device="veth37298a1"} 0 node_network_net_dev_group{device="veth4a20805"} 0 node_network_net_dev_group{device="veth4b8669f"} 0 node_network_net_dev_group{device="veth4bf4173"} 0 node_network_net_dev_group{device="veth4d1e0b2"} 0 node_network_net_dev_group{device="veth4e246e3"} 0 node_network_net_dev_group{device="veth55159d7"} 0 node_network_net_dev_group{device="veth622eecd"} 0 node_network_net_dev_group{device="veth6be5756"} 0 node_network_net_dev_group{device="veth71c10bf"} 0 node_network_net_dev_group{device="veth76cbe53"} 0 node_network_net_dev_group{device="veth799a509"} 0 node_network_net_dev_group{device="veth88d97f1"} 0 node_network_net_dev_group{device="veth8cd6d77"} 0 node_network_net_dev_group{device="veth904e0fa"} 0 node_network_net_dev_group{device="veth935d4d2"} 0 node_network_net_dev_group{device="veth957246e"} 0 node_network_net_dev_group{device="veth9bfa93c"} 0 node_network_net_dev_group{device="vethac81cfd"} 0 node_network_net_dev_group{device="vethacde270"} 0 node_network_net_dev_group{device="vethb52276d"} 0 node_network_net_dev_group{device="vethb5df9c0"} 0 node_network_net_dev_group{device="vethb6e6295"} 0 node_network_net_dev_group{device="vethb720d49"} 0 node_network_net_dev_group{device="vethbfbc030"} 0 node_network_net_dev_group{device="vethd80ae60"} 0 node_network_net_dev_group{device="vethdc2f382"} 0 node_network_net_dev_group{device="vethee1c745"} 0 node_network_net_dev_group{device="vethef55915"} 0 node_network_net_dev_group{device="vethff5b9e8"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-02cfc8d8d525"} 1 node_network_protocol_type{device="br-158e2e378343"} 1 node_network_protocol_type{device="br-233b8f344410"} 1 node_network_protocol_type{device="br-3905adb7094b"} 1 node_network_protocol_type{device="br-3e882e27d65a"} 1 node_network_protocol_type{device="br-496418d4a092"} 1 node_network_protocol_type{device="br-4f97ff4e5f04"} 1 node_network_protocol_type{device="br-625f97d91ee1"} 1 node_network_protocol_type{device="br-62f45dc7029f"} 1 node_network_protocol_type{device="br-6d8687c975e5"} 1 node_network_protocol_type{device="br-73871d55cbd6"} 1 node_network_protocol_type{device="br-757b41d583d5"} 1 node_network_protocol_type{device="br-908ccfe8e7fe"} 1 node_network_protocol_type{device="br-9c30d2f70751"} 1 node_network_protocol_type{device="br-a7f61059cc8e"} 1 node_network_protocol_type{device="br-d3912b04f818"} 1 node_network_protocol_type{device="br-ea3d0c01df59"} 1 node_network_protocol_type{device="br-edfcb8d89326"} 1 node_network_protocol_type{device="br-fe34057c6d82"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="enp5s0"} 1 node_network_protocol_type{device="enp6s0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth0b43497"} 1 node_network_protocol_type{device="veth0bea8ac"} 1 node_network_protocol_type{device="veth14a7958"} 1 node_network_protocol_type{device="veth232e5e5"} 1 node_network_protocol_type{device="veth30a1d2c"} 1 node_network_protocol_type{device="veth3254805"} 1 node_network_protocol_type{device="veth37298a1"} 1 node_network_protocol_type{device="veth4a20805"} 1 node_network_protocol_type{device="veth4b8669f"} 1 node_network_protocol_type{device="veth4bf4173"} 1 node_network_protocol_type{device="veth4d1e0b2"} 1 node_network_protocol_type{device="veth4e246e3"} 1 node_network_protocol_type{device="veth55159d7"} 1 node_network_protocol_type{device="veth622eecd"} 1 node_network_protocol_type{device="veth6be5756"} 1 node_network_protocol_type{device="veth71c10bf"} 1 node_network_protocol_type{device="veth76cbe53"} 1 node_network_protocol_type{device="veth799a509"} 1 node_network_protocol_type{device="veth88d97f1"} 1 node_network_protocol_type{device="veth8cd6d77"} 1 node_network_protocol_type{device="veth904e0fa"} 1 node_network_protocol_type{device="veth935d4d2"} 1 node_network_protocol_type{device="veth957246e"} 1 node_network_protocol_type{device="veth9bfa93c"} 1 node_network_protocol_type{device="vethac81cfd"} 1 node_network_protocol_type{device="vethacde270"} 1 node_network_protocol_type{device="vethb52276d"} 1 node_network_protocol_type{device="vethb5df9c0"} 1 node_network_protocol_type{device="vethb6e6295"} 1 node_network_protocol_type{device="vethb720d49"} 1 node_network_protocol_type{device="vethbfbc030"} 1 node_network_protocol_type{device="vethd80ae60"} 1 node_network_protocol_type{device="vethdc2f382"} 1 node_network_protocol_type{device="vethee1c745"} 1 node_network_protocol_type{device="vethef55915"} 1 node_network_protocol_type{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 3.8985214e+07 node_network_receive_bytes_total{device="br-158e2e378343"} 2.682111e+06 node_network_receive_bytes_total{device="br-233b8f344410"} 1.25062678e+08 node_network_receive_bytes_total{device="br-3905adb7094b"} 1.21009284e+08 node_network_receive_bytes_total{device="br-3e882e27d65a"} 84 node_network_receive_bytes_total{device="br-496418d4a092"} 7.05962446e+08 node_network_receive_bytes_total{device="br-4f97ff4e5f04"} 2.798028e+06 node_network_receive_bytes_total{device="br-625f97d91ee1"} 1.2573839e+07 node_network_receive_bytes_total{device="br-62f45dc7029f"} 1.03184257e+08 node_network_receive_bytes_total{device="br-6d8687c975e5"} 4.656838232e+09 node_network_receive_bytes_total{device="br-73871d55cbd6"} 5.290497e+06 node_network_receive_bytes_total{device="br-757b41d583d5"} 6.1187699e+07 node_network_receive_bytes_total{device="br-908ccfe8e7fe"} 1.192599229e+09 node_network_receive_bytes_total{device="br-9c30d2f70751"} 2.24388641e+08 node_network_receive_bytes_total{device="br-a7f61059cc8e"} 1.551662e+06 node_network_receive_bytes_total{device="br-d3912b04f818"} 9.152983e+06 node_network_receive_bytes_total{device="br-ea3d0c01df59"} 1.63384804e+08 node_network_receive_bytes_total{device="br-edfcb8d89326"} 3.958839632e+09 node_network_receive_bytes_total{device="br-fe34057c6d82"} 2.2997235e+08 node_network_receive_bytes_total{device="docker0"} 3.56097773e+08 node_network_receive_bytes_total{device="enp5s0"} 0 node_network_receive_bytes_total{device="enp6s0"} 2.53213016374e+11 node_network_receive_bytes_total{device="lo"} 1.08797380344e+11 node_network_receive_bytes_total{device="veth0b43497"} 2.49196767e+08 node_network_receive_bytes_total{device="veth0bea8ac"} 442197 node_network_receive_bytes_total{device="veth14a7958"} 625557 node_network_receive_bytes_total{device="veth232e5e5"} 9.461627e+06 node_network_receive_bytes_total{device="veth30a1d2c"} 8.3279672e+07 node_network_receive_bytes_total{device="veth3254805"} 2.74142391e+08 node_network_receive_bytes_total{device="veth37298a1"} 1.03540767e+08 node_network_receive_bytes_total{device="veth4a20805"} 9.424152e+06 node_network_receive_bytes_total{device="veth4b8669f"} 416 node_network_receive_bytes_total{device="veth4bf4173"} 4.093971e+06 node_network_receive_bytes_total{device="veth4d1e0b2"} 5.820639155e+09 node_network_receive_bytes_total{device="veth4e246e3"} 126 node_network_receive_bytes_total{device="veth55159d7"} 6.278309e+06 node_network_receive_bytes_total{device="veth622eecd"} 1.375431282e+09 node_network_receive_bytes_total{device="veth6be5756"} 8917 node_network_receive_bytes_total{device="veth71c10bf"} 2.885892e+06 node_network_receive_bytes_total{device="veth76cbe53"} 6.9756239e+07 node_network_receive_bytes_total{device="veth799a509"} 1.235349062e+09 node_network_receive_bytes_total{device="veth88d97f1"} 1.65223e+06 node_network_receive_bytes_total{device="veth8cd6d77"} 2.39240966e+08 node_network_receive_bytes_total{device="veth904e0fa"} 4.275604631e+09 node_network_receive_bytes_total{device="veth935d4d2"} 1.6357827e+08 node_network_receive_bytes_total{device="veth957246e"} 126 node_network_receive_bytes_total{device="veth9bfa93c"} 13379 node_network_receive_bytes_total{device="vethac81cfd"} 3.243618501e+09 node_network_receive_bytes_total{device="vethacde270"} 40265 node_network_receive_bytes_total{device="vethb52276d"} 2.8328957e+08 node_network_receive_bytes_total{device="vethb5df9c0"} 6.132237e+06 node_network_receive_bytes_total{device="vethb6e6295"} 4.990006e+06 node_network_receive_bytes_total{device="vethb720d49"} 4.716919787e+09 node_network_receive_bytes_total{device="vethbfbc030"} 1.3921729e+08 node_network_receive_bytes_total{device="vethd80ae60"} 7.11458524e+08 node_network_receive_bytes_total{device="vethdc2f382"} 8.334554e+06 node_network_receive_bytes_total{device="vethee1c745"} 362440 node_network_receive_bytes_total{device="vethef55915"} 2.2920812e+08 node_network_receive_bytes_total{device="vethff5b9e8"} 2.63827495e+08 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="br-02cfc8d8d525"} 0 node_network_receive_compressed_total{device="br-158e2e378343"} 0 node_network_receive_compressed_total{device="br-233b8f344410"} 0 node_network_receive_compressed_total{device="br-3905adb7094b"} 0 node_network_receive_compressed_total{device="br-3e882e27d65a"} 0 node_network_receive_compressed_total{device="br-496418d4a092"} 0 node_network_receive_compressed_total{device="br-4f97ff4e5f04"} 0 node_network_receive_compressed_total{device="br-625f97d91ee1"} 0 node_network_receive_compressed_total{device="br-62f45dc7029f"} 0 node_network_receive_compressed_total{device="br-6d8687c975e5"} 0 node_network_receive_compressed_total{device="br-73871d55cbd6"} 0 node_network_receive_compressed_total{device="br-757b41d583d5"} 0 node_network_receive_compressed_total{device="br-908ccfe8e7fe"} 0 node_network_receive_compressed_total{device="br-9c30d2f70751"} 0 node_network_receive_compressed_total{device="br-a7f61059cc8e"} 0 node_network_receive_compressed_total{device="br-d3912b04f818"} 0 node_network_receive_compressed_total{device="br-ea3d0c01df59"} 0 node_network_receive_compressed_total{device="br-edfcb8d89326"} 0 node_network_receive_compressed_total{device="br-fe34057c6d82"} 0 node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="enp5s0"} 0 node_network_receive_compressed_total{device="enp6s0"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="veth0b43497"} 0 node_network_receive_compressed_total{device="veth0bea8ac"} 0 node_network_receive_compressed_total{device="veth14a7958"} 0 node_network_receive_compressed_total{device="veth232e5e5"} 0 node_network_receive_compressed_total{device="veth30a1d2c"} 0 node_network_receive_compressed_total{device="veth3254805"} 0 node_network_receive_compressed_total{device="veth37298a1"} 0 node_network_receive_compressed_total{device="veth4a20805"} 0 node_network_receive_compressed_total{device="veth4b8669f"} 0 node_network_receive_compressed_total{device="veth4bf4173"} 0 node_network_receive_compressed_total{device="veth4d1e0b2"} 0 node_network_receive_compressed_total{device="veth4e246e3"} 0 node_network_receive_compressed_total{device="veth55159d7"} 0 node_network_receive_compressed_total{device="veth622eecd"} 0 node_network_receive_compressed_total{device="veth6be5756"} 0 node_network_receive_compressed_total{device="veth71c10bf"} 0 node_network_receive_compressed_total{device="veth76cbe53"} 0 node_network_receive_compressed_total{device="veth799a509"} 0 node_network_receive_compressed_total{device="veth88d97f1"} 0 node_network_receive_compressed_total{device="veth8cd6d77"} 0 node_network_receive_compressed_total{device="veth904e0fa"} 0 node_network_receive_compressed_total{device="veth935d4d2"} 0 node_network_receive_compressed_total{device="veth957246e"} 0 node_network_receive_compressed_total{device="veth9bfa93c"} 0 node_network_receive_compressed_total{device="vethac81cfd"} 0 node_network_receive_compressed_total{device="vethacde270"} 0 node_network_receive_compressed_total{device="vethb52276d"} 0 node_network_receive_compressed_total{device="vethb5df9c0"} 0 node_network_receive_compressed_total{device="vethb6e6295"} 0 node_network_receive_compressed_total{device="vethb720d49"} 0 node_network_receive_compressed_total{device="vethbfbc030"} 0 node_network_receive_compressed_total{device="vethd80ae60"} 0 node_network_receive_compressed_total{device="vethdc2f382"} 0 node_network_receive_compressed_total{device="vethee1c745"} 0 node_network_receive_compressed_total{device="vethef55915"} 0 node_network_receive_compressed_total{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 0 node_network_receive_drop_total{device="br-158e2e378343"} 0 node_network_receive_drop_total{device="br-233b8f344410"} 0 node_network_receive_drop_total{device="br-3905adb7094b"} 0 node_network_receive_drop_total{device="br-3e882e27d65a"} 0 node_network_receive_drop_total{device="br-496418d4a092"} 0 node_network_receive_drop_total{device="br-4f97ff4e5f04"} 0 node_network_receive_drop_total{device="br-625f97d91ee1"} 0 node_network_receive_drop_total{device="br-62f45dc7029f"} 0 node_network_receive_drop_total{device="br-6d8687c975e5"} 0 node_network_receive_drop_total{device="br-73871d55cbd6"} 0 node_network_receive_drop_total{device="br-757b41d583d5"} 0 node_network_receive_drop_total{device="br-908ccfe8e7fe"} 0 node_network_receive_drop_total{device="br-9c30d2f70751"} 0 node_network_receive_drop_total{device="br-a7f61059cc8e"} 0 node_network_receive_drop_total{device="br-d3912b04f818"} 0 node_network_receive_drop_total{device="br-ea3d0c01df59"} 0 node_network_receive_drop_total{device="br-edfcb8d89326"} 0 node_network_receive_drop_total{device="br-fe34057c6d82"} 0 node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="enp5s0"} 0 node_network_receive_drop_total{device="enp6s0"} 5774 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="veth0b43497"} 0 node_network_receive_drop_total{device="veth0bea8ac"} 0 node_network_receive_drop_total{device="veth14a7958"} 0 node_network_receive_drop_total{device="veth232e5e5"} 0 node_network_receive_drop_total{device="veth30a1d2c"} 0 node_network_receive_drop_total{device="veth3254805"} 0 node_network_receive_drop_total{device="veth37298a1"} 0 node_network_receive_drop_total{device="veth4a20805"} 0 node_network_receive_drop_total{device="veth4b8669f"} 0 node_network_receive_drop_total{device="veth4bf4173"} 0 node_network_receive_drop_total{device="veth4d1e0b2"} 0 node_network_receive_drop_total{device="veth4e246e3"} 0 node_network_receive_drop_total{device="veth55159d7"} 0 node_network_receive_drop_total{device="veth622eecd"} 0 node_network_receive_drop_total{device="veth6be5756"} 0 node_network_receive_drop_total{device="veth71c10bf"} 0 node_network_receive_drop_total{device="veth76cbe53"} 0 node_network_receive_drop_total{device="veth799a509"} 0 node_network_receive_drop_total{device="veth88d97f1"} 0 node_network_receive_drop_total{device="veth8cd6d77"} 0 node_network_receive_drop_total{device="veth904e0fa"} 0 node_network_receive_drop_total{device="veth935d4d2"} 0 node_network_receive_drop_total{device="veth957246e"} 0 node_network_receive_drop_total{device="veth9bfa93c"} 0 node_network_receive_drop_total{device="vethac81cfd"} 0 node_network_receive_drop_total{device="vethacde270"} 0 node_network_receive_drop_total{device="vethb52276d"} 0 node_network_receive_drop_total{device="vethb5df9c0"} 0 node_network_receive_drop_total{device="vethb6e6295"} 0 node_network_receive_drop_total{device="vethb720d49"} 0 node_network_receive_drop_total{device="vethbfbc030"} 0 node_network_receive_drop_total{device="vethd80ae60"} 0 node_network_receive_drop_total{device="vethdc2f382"} 0 node_network_receive_drop_total{device="vethee1c745"} 0 node_network_receive_drop_total{device="vethef55915"} 0 node_network_receive_drop_total{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 0 node_network_receive_errs_total{device="br-158e2e378343"} 0 node_network_receive_errs_total{device="br-233b8f344410"} 0 node_network_receive_errs_total{device="br-3905adb7094b"} 0 node_network_receive_errs_total{device="br-3e882e27d65a"} 0 node_network_receive_errs_total{device="br-496418d4a092"} 0 node_network_receive_errs_total{device="br-4f97ff4e5f04"} 0 node_network_receive_errs_total{device="br-625f97d91ee1"} 0 node_network_receive_errs_total{device="br-62f45dc7029f"} 0 node_network_receive_errs_total{device="br-6d8687c975e5"} 0 node_network_receive_errs_total{device="br-73871d55cbd6"} 0 node_network_receive_errs_total{device="br-757b41d583d5"} 0 node_network_receive_errs_total{device="br-908ccfe8e7fe"} 0 node_network_receive_errs_total{device="br-9c30d2f70751"} 0 node_network_receive_errs_total{device="br-a7f61059cc8e"} 0 node_network_receive_errs_total{device="br-d3912b04f818"} 0 node_network_receive_errs_total{device="br-ea3d0c01df59"} 0 node_network_receive_errs_total{device="br-edfcb8d89326"} 0 node_network_receive_errs_total{device="br-fe34057c6d82"} 0 node_network_receive_errs_total{device="docker0"} 0 node_network_receive_errs_total{device="enp5s0"} 0 node_network_receive_errs_total{device="enp6s0"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="veth0b43497"} 0 node_network_receive_errs_total{device="veth0bea8ac"} 0 node_network_receive_errs_total{device="veth14a7958"} 0 node_network_receive_errs_total{device="veth232e5e5"} 0 node_network_receive_errs_total{device="veth30a1d2c"} 0 node_network_receive_errs_total{device="veth3254805"} 0 node_network_receive_errs_total{device="veth37298a1"} 0 node_network_receive_errs_total{device="veth4a20805"} 0 node_network_receive_errs_total{device="veth4b8669f"} 0 node_network_receive_errs_total{device="veth4bf4173"} 0 node_network_receive_errs_total{device="veth4d1e0b2"} 0 node_network_receive_errs_total{device="veth4e246e3"} 0 node_network_receive_errs_total{device="veth55159d7"} 0 node_network_receive_errs_total{device="veth622eecd"} 0 node_network_receive_errs_total{device="veth6be5756"} 0 node_network_receive_errs_total{device="veth71c10bf"} 0 node_network_receive_errs_total{device="veth76cbe53"} 0 node_network_receive_errs_total{device="veth799a509"} 0 node_network_receive_errs_total{device="veth88d97f1"} 0 node_network_receive_errs_total{device="veth8cd6d77"} 0 node_network_receive_errs_total{device="veth904e0fa"} 0 node_network_receive_errs_total{device="veth935d4d2"} 0 node_network_receive_errs_total{device="veth957246e"} 0 node_network_receive_errs_total{device="veth9bfa93c"} 0 node_network_receive_errs_total{device="vethac81cfd"} 0 node_network_receive_errs_total{device="vethacde270"} 0 node_network_receive_errs_total{device="vethb52276d"} 0 node_network_receive_errs_total{device="vethb5df9c0"} 0 node_network_receive_errs_total{device="vethb6e6295"} 0 node_network_receive_errs_total{device="vethb720d49"} 0 node_network_receive_errs_total{device="vethbfbc030"} 0 node_network_receive_errs_total{device="vethd80ae60"} 0 node_network_receive_errs_total{device="vethdc2f382"} 0 node_network_receive_errs_total{device="vethee1c745"} 0 node_network_receive_errs_total{device="vethef55915"} 0 node_network_receive_errs_total{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 0 node_network_receive_fifo_total{device="br-158e2e378343"} 0 node_network_receive_fifo_total{device="br-233b8f344410"} 0 node_network_receive_fifo_total{device="br-3905adb7094b"} 0 node_network_receive_fifo_total{device="br-3e882e27d65a"} 0 node_network_receive_fifo_total{device="br-496418d4a092"} 0 node_network_receive_fifo_total{device="br-4f97ff4e5f04"} 0 node_network_receive_fifo_total{device="br-625f97d91ee1"} 0 node_network_receive_fifo_total{device="br-62f45dc7029f"} 0 node_network_receive_fifo_total{device="br-6d8687c975e5"} 0 node_network_receive_fifo_total{device="br-73871d55cbd6"} 0 node_network_receive_fifo_total{device="br-757b41d583d5"} 0 node_network_receive_fifo_total{device="br-908ccfe8e7fe"} 0 node_network_receive_fifo_total{device="br-9c30d2f70751"} 0 node_network_receive_fifo_total{device="br-a7f61059cc8e"} 0 node_network_receive_fifo_total{device="br-d3912b04f818"} 0 node_network_receive_fifo_total{device="br-ea3d0c01df59"} 0 node_network_receive_fifo_total{device="br-edfcb8d89326"} 0 node_network_receive_fifo_total{device="br-fe34057c6d82"} 0 node_network_receive_fifo_total{device="docker0"} 0 node_network_receive_fifo_total{device="enp5s0"} 0 node_network_receive_fifo_total{device="enp6s0"} 1900 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="veth0b43497"} 0 node_network_receive_fifo_total{device="veth0bea8ac"} 0 node_network_receive_fifo_total{device="veth14a7958"} 0 node_network_receive_fifo_total{device="veth232e5e5"} 0 node_network_receive_fifo_total{device="veth30a1d2c"} 0 node_network_receive_fifo_total{device="veth3254805"} 0 node_network_receive_fifo_total{device="veth37298a1"} 0 node_network_receive_fifo_total{device="veth4a20805"} 0 node_network_receive_fifo_total{device="veth4b8669f"} 0 node_network_receive_fifo_total{device="veth4bf4173"} 0 node_network_receive_fifo_total{device="veth4d1e0b2"} 0 node_network_receive_fifo_total{device="veth4e246e3"} 0 node_network_receive_fifo_total{device="veth55159d7"} 0 node_network_receive_fifo_total{device="veth622eecd"} 0 node_network_receive_fifo_total{device="veth6be5756"} 0 node_network_receive_fifo_total{device="veth71c10bf"} 0 node_network_receive_fifo_total{device="veth76cbe53"} 0 node_network_receive_fifo_total{device="veth799a509"} 0 node_network_receive_fifo_total{device="veth88d97f1"} 0 node_network_receive_fifo_total{device="veth8cd6d77"} 0 node_network_receive_fifo_total{device="veth904e0fa"} 0 node_network_receive_fifo_total{device="veth935d4d2"} 0 node_network_receive_fifo_total{device="veth957246e"} 0 node_network_receive_fifo_total{device="veth9bfa93c"} 0 node_network_receive_fifo_total{device="vethac81cfd"} 0 node_network_receive_fifo_total{device="vethacde270"} 0 node_network_receive_fifo_total{device="vethb52276d"} 0 node_network_receive_fifo_total{device="vethb5df9c0"} 0 node_network_receive_fifo_total{device="vethb6e6295"} 0 node_network_receive_fifo_total{device="vethb720d49"} 0 node_network_receive_fifo_total{device="vethbfbc030"} 0 node_network_receive_fifo_total{device="vethd80ae60"} 0 node_network_receive_fifo_total{device="vethdc2f382"} 0 node_network_receive_fifo_total{device="vethee1c745"} 0 node_network_receive_fifo_total{device="vethef55915"} 0 node_network_receive_fifo_total{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 0 node_network_receive_frame_total{device="br-158e2e378343"} 0 node_network_receive_frame_total{device="br-233b8f344410"} 0 node_network_receive_frame_total{device="br-3905adb7094b"} 0 node_network_receive_frame_total{device="br-3e882e27d65a"} 0 node_network_receive_frame_total{device="br-496418d4a092"} 0 node_network_receive_frame_total{device="br-4f97ff4e5f04"} 0 node_network_receive_frame_total{device="br-625f97d91ee1"} 0 node_network_receive_frame_total{device="br-62f45dc7029f"} 0 node_network_receive_frame_total{device="br-6d8687c975e5"} 0 node_network_receive_frame_total{device="br-73871d55cbd6"} 0 node_network_receive_frame_total{device="br-757b41d583d5"} 0 node_network_receive_frame_total{device="br-908ccfe8e7fe"} 0 node_network_receive_frame_total{device="br-9c30d2f70751"} 0 node_network_receive_frame_total{device="br-a7f61059cc8e"} 0 node_network_receive_frame_total{device="br-d3912b04f818"} 0 node_network_receive_frame_total{device="br-ea3d0c01df59"} 0 node_network_receive_frame_total{device="br-edfcb8d89326"} 0 node_network_receive_frame_total{device="br-fe34057c6d82"} 0 node_network_receive_frame_total{device="docker0"} 0 node_network_receive_frame_total{device="enp5s0"} 0 node_network_receive_frame_total{device="enp6s0"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="veth0b43497"} 0 node_network_receive_frame_total{device="veth0bea8ac"} 0 node_network_receive_frame_total{device="veth14a7958"} 0 node_network_receive_frame_total{device="veth232e5e5"} 0 node_network_receive_frame_total{device="veth30a1d2c"} 0 node_network_receive_frame_total{device="veth3254805"} 0 node_network_receive_frame_total{device="veth37298a1"} 0 node_network_receive_frame_total{device="veth4a20805"} 0 node_network_receive_frame_total{device="veth4b8669f"} 0 node_network_receive_frame_total{device="veth4bf4173"} 0 node_network_receive_frame_total{device="veth4d1e0b2"} 0 node_network_receive_frame_total{device="veth4e246e3"} 0 node_network_receive_frame_total{device="veth55159d7"} 0 node_network_receive_frame_total{device="veth622eecd"} 0 node_network_receive_frame_total{device="veth6be5756"} 0 node_network_receive_frame_total{device="veth71c10bf"} 0 node_network_receive_frame_total{device="veth76cbe53"} 0 node_network_receive_frame_total{device="veth799a509"} 0 node_network_receive_frame_total{device="veth88d97f1"} 0 node_network_receive_frame_total{device="veth8cd6d77"} 0 node_network_receive_frame_total{device="veth904e0fa"} 0 node_network_receive_frame_total{device="veth935d4d2"} 0 node_network_receive_frame_total{device="veth957246e"} 0 node_network_receive_frame_total{device="veth9bfa93c"} 0 node_network_receive_frame_total{device="vethac81cfd"} 0 node_network_receive_frame_total{device="vethacde270"} 0 node_network_receive_frame_total{device="vethb52276d"} 0 node_network_receive_frame_total{device="vethb5df9c0"} 0 node_network_receive_frame_total{device="vethb6e6295"} 0 node_network_receive_frame_total{device="vethb720d49"} 0 node_network_receive_frame_total{device="vethbfbc030"} 0 node_network_receive_frame_total{device="vethd80ae60"} 0 node_network_receive_frame_total{device="vethdc2f382"} 0 node_network_receive_frame_total{device="vethee1c745"} 0 node_network_receive_frame_total{device="vethef55915"} 0 node_network_receive_frame_total{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 0 node_network_receive_multicast_total{device="br-158e2e378343"} 0 node_network_receive_multicast_total{device="br-233b8f344410"} 0 node_network_receive_multicast_total{device="br-3905adb7094b"} 0 node_network_receive_multicast_total{device="br-3e882e27d65a"} 0 node_network_receive_multicast_total{device="br-496418d4a092"} 0 node_network_receive_multicast_total{device="br-4f97ff4e5f04"} 0 node_network_receive_multicast_total{device="br-625f97d91ee1"} 0 node_network_receive_multicast_total{device="br-62f45dc7029f"} 0 node_network_receive_multicast_total{device="br-6d8687c975e5"} 0 node_network_receive_multicast_total{device="br-73871d55cbd6"} 0 node_network_receive_multicast_total{device="br-757b41d583d5"} 0 node_network_receive_multicast_total{device="br-908ccfe8e7fe"} 0 node_network_receive_multicast_total{device="br-9c30d2f70751"} 0 node_network_receive_multicast_total{device="br-a7f61059cc8e"} 0 node_network_receive_multicast_total{device="br-d3912b04f818"} 0 node_network_receive_multicast_total{device="br-ea3d0c01df59"} 0 node_network_receive_multicast_total{device="br-edfcb8d89326"} 0 node_network_receive_multicast_total{device="br-fe34057c6d82"} 0 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="enp5s0"} 0 node_network_receive_multicast_total{device="enp6s0"} 255398 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="veth0b43497"} 0 node_network_receive_multicast_total{device="veth0bea8ac"} 0 node_network_receive_multicast_total{device="veth14a7958"} 0 node_network_receive_multicast_total{device="veth232e5e5"} 0 node_network_receive_multicast_total{device="veth30a1d2c"} 0 node_network_receive_multicast_total{device="veth3254805"} 0 node_network_receive_multicast_total{device="veth37298a1"} 0 node_network_receive_multicast_total{device="veth4a20805"} 0 node_network_receive_multicast_total{device="veth4b8669f"} 0 node_network_receive_multicast_total{device="veth4bf4173"} 0 node_network_receive_multicast_total{device="veth4d1e0b2"} 0 node_network_receive_multicast_total{device="veth4e246e3"} 0 node_network_receive_multicast_total{device="veth55159d7"} 0 node_network_receive_multicast_total{device="veth622eecd"} 0 node_network_receive_multicast_total{device="veth6be5756"} 0 node_network_receive_multicast_total{device="veth71c10bf"} 0 node_network_receive_multicast_total{device="veth76cbe53"} 0 node_network_receive_multicast_total{device="veth799a509"} 0 node_network_receive_multicast_total{device="veth88d97f1"} 0 node_network_receive_multicast_total{device="veth8cd6d77"} 0 node_network_receive_multicast_total{device="veth904e0fa"} 0 node_network_receive_multicast_total{device="veth935d4d2"} 0 node_network_receive_multicast_total{device="veth957246e"} 0 node_network_receive_multicast_total{device="veth9bfa93c"} 0 node_network_receive_multicast_total{device="vethac81cfd"} 0 node_network_receive_multicast_total{device="vethacde270"} 0 node_network_receive_multicast_total{device="vethb52276d"} 0 node_network_receive_multicast_total{device="vethb5df9c0"} 0 node_network_receive_multicast_total{device="vethb6e6295"} 0 node_network_receive_multicast_total{device="vethb720d49"} 0 node_network_receive_multicast_total{device="vethbfbc030"} 0 node_network_receive_multicast_total{device="vethd80ae60"} 0 node_network_receive_multicast_total{device="vethdc2f382"} 0 node_network_receive_multicast_total{device="vethee1c745"} 0 node_network_receive_multicast_total{device="vethef55915"} 0 node_network_receive_multicast_total{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 0 node_network_receive_nohandler_total{device="br-158e2e378343"} 0 node_network_receive_nohandler_total{device="br-233b8f344410"} 0 node_network_receive_nohandler_total{device="br-3905adb7094b"} 0 node_network_receive_nohandler_total{device="br-3e882e27d65a"} 0 node_network_receive_nohandler_total{device="br-496418d4a092"} 0 node_network_receive_nohandler_total{device="br-4f97ff4e5f04"} 0 node_network_receive_nohandler_total{device="br-625f97d91ee1"} 0 node_network_receive_nohandler_total{device="br-62f45dc7029f"} 0 node_network_receive_nohandler_total{device="br-6d8687c975e5"} 0 node_network_receive_nohandler_total{device="br-73871d55cbd6"} 0 node_network_receive_nohandler_total{device="br-757b41d583d5"} 0 node_network_receive_nohandler_total{device="br-908ccfe8e7fe"} 0 node_network_receive_nohandler_total{device="br-9c30d2f70751"} 0 node_network_receive_nohandler_total{device="br-a7f61059cc8e"} 0 node_network_receive_nohandler_total{device="br-d3912b04f818"} 0 node_network_receive_nohandler_total{device="br-ea3d0c01df59"} 0 node_network_receive_nohandler_total{device="br-edfcb8d89326"} 0 node_network_receive_nohandler_total{device="br-fe34057c6d82"} 0 node_network_receive_nohandler_total{device="docker0"} 0 node_network_receive_nohandler_total{device="enp5s0"} 0 node_network_receive_nohandler_total{device="enp6s0"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="veth0b43497"} 0 node_network_receive_nohandler_total{device="veth0bea8ac"} 0 node_network_receive_nohandler_total{device="veth14a7958"} 0 node_network_receive_nohandler_total{device="veth232e5e5"} 0 node_network_receive_nohandler_total{device="veth30a1d2c"} 0 node_network_receive_nohandler_total{device="veth3254805"} 0 node_network_receive_nohandler_total{device="veth37298a1"} 0 node_network_receive_nohandler_total{device="veth4a20805"} 0 node_network_receive_nohandler_total{device="veth4b8669f"} 0 node_network_receive_nohandler_total{device="veth4bf4173"} 0 node_network_receive_nohandler_total{device="veth4d1e0b2"} 0 node_network_receive_nohandler_total{device="veth4e246e3"} 0 node_network_receive_nohandler_total{device="veth55159d7"} 0 node_network_receive_nohandler_total{device="veth622eecd"} 0 node_network_receive_nohandler_total{device="veth6be5756"} 0 node_network_receive_nohandler_total{device="veth71c10bf"} 0 node_network_receive_nohandler_total{device="veth76cbe53"} 0 node_network_receive_nohandler_total{device="veth799a509"} 0 node_network_receive_nohandler_total{device="veth88d97f1"} 0 node_network_receive_nohandler_total{device="veth8cd6d77"} 0 node_network_receive_nohandler_total{device="veth904e0fa"} 0 node_network_receive_nohandler_total{device="veth935d4d2"} 0 node_network_receive_nohandler_total{device="veth957246e"} 0 node_network_receive_nohandler_total{device="veth9bfa93c"} 0 node_network_receive_nohandler_total{device="vethac81cfd"} 0 node_network_receive_nohandler_total{device="vethacde270"} 0 node_network_receive_nohandler_total{device="vethb52276d"} 0 node_network_receive_nohandler_total{device="vethb5df9c0"} 0 node_network_receive_nohandler_total{device="vethb6e6295"} 0 node_network_receive_nohandler_total{device="vethb720d49"} 0 node_network_receive_nohandler_total{device="vethbfbc030"} 0 node_network_receive_nohandler_total{device="vethd80ae60"} 0 node_network_receive_nohandler_total{device="vethdc2f382"} 0 node_network_receive_nohandler_total{device="vethee1c745"} 0 node_network_receive_nohandler_total{device="vethef55915"} 0 node_network_receive_nohandler_total{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 591364 node_network_receive_packets_total{device="br-158e2e378343"} 14475 node_network_receive_packets_total{device="br-233b8f344410"} 163188 node_network_receive_packets_total{device="br-3905adb7094b"} 75585 node_network_receive_packets_total{device="br-3e882e27d65a"} 3 node_network_receive_packets_total{device="br-496418d4a092"} 392577 node_network_receive_packets_total{device="br-4f97ff4e5f04"} 6285 node_network_receive_packets_total{device="br-625f97d91ee1"} 115294 node_network_receive_packets_total{device="br-62f45dc7029f"} 25465 node_network_receive_packets_total{device="br-6d8687c975e5"} 317806 node_network_receive_packets_total{device="br-73871d55cbd6"} 70558 node_network_receive_packets_total{device="br-757b41d583d5"} 24848 node_network_receive_packets_total{device="br-908ccfe8e7fe"} 176753 node_network_receive_packets_total{device="br-9c30d2f70751"} 47660 node_network_receive_packets_total{device="br-a7f61059cc8e"} 7170 node_network_receive_packets_total{device="br-d3912b04f818"} 22046 node_network_receive_packets_total{device="br-ea3d0c01df59"} 13828 node_network_receive_packets_total{device="br-edfcb8d89326"} 3.2610407e+07 node_network_receive_packets_total{device="br-fe34057c6d82"} 662044 node_network_receive_packets_total{device="docker0"} 5.574189e+06 node_network_receive_packets_total{device="enp5s0"} 0 node_network_receive_packets_total{device="enp6s0"} 2.28485701e+08 node_network_receive_packets_total{device="lo"} 8.7091725e+07 node_network_receive_packets_total{device="veth0b43497"} 1.266618e+06 node_network_receive_packets_total{device="veth0bea8ac"} 1995 node_network_receive_packets_total{device="veth14a7958"} 3478 node_network_receive_packets_total{device="veth232e5e5"} 22046 node_network_receive_packets_total{device="veth30a1d2c"} 198191 node_network_receive_packets_total{device="veth3254805"} 968551 node_network_receive_packets_total{device="veth37298a1"} 25465 node_network_receive_packets_total{device="veth4a20805"} 6354 node_network_receive_packets_total{device="veth4b8669f"} 8 node_network_receive_packets_total{device="veth4bf4173"} 47703 node_network_receive_packets_total{device="veth4d1e0b2"} 817351 node_network_receive_packets_total{device="veth4e246e3"} 3 node_network_receive_packets_total{device="veth55159d7"} 70558 node_network_receive_packets_total{device="veth622eecd"} 1.16924e+06 node_network_receive_packets_total{device="veth6be5756"} 101 node_network_receive_packets_total{device="veth71c10bf"} 6282 node_network_receive_packets_total{device="veth76cbe53"} 437493 node_network_receive_packets_total{device="veth799a509"} 232756 node_network_receive_packets_total{device="veth88d97f1"} 7172 node_network_receive_packets_total{device="veth8cd6d77"} 662044 node_network_receive_packets_total{device="veth904e0fa"} 3.2523852e+07 node_network_receive_packets_total{device="veth935d4d2"} 13825 node_network_receive_packets_total{device="veth957246e"} 3 node_network_receive_packets_total{device="veth9bfa93c"} 171 node_network_receive_packets_total{device="vethac81cfd"} 677448 node_network_receive_packets_total{device="vethacde270"} 661 node_network_receive_packets_total{device="vethb52276d"} 404916 node_network_receive_packets_total{device="vethb5df9c0"} 49905 node_network_receive_packets_total{device="vethb6e6295"} 21870 node_network_receive_packets_total{device="vethb720d49"} 249913 node_network_receive_packets_total{device="vethbfbc030"} 83946 node_network_receive_packets_total{device="vethd80ae60"} 392577 node_network_receive_packets_total{device="vethdc2f382"} 51564 node_network_receive_packets_total{device="vethee1c745"} 2673 node_network_receive_packets_total{device="vethef55915"} 900446 node_network_receive_packets_total{device="vethff5b9e8"} 1.116056e+06 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="enp5s0"} -125000 node_network_speed_bytes{device="enp6s0"} 1.25e+08 node_network_speed_bytes{device="veth0b43497"} 1.25e+09 node_network_speed_bytes{device="veth0bea8ac"} 1.25e+09 node_network_speed_bytes{device="veth14a7958"} 1.25e+09 node_network_speed_bytes{device="veth232e5e5"} 1.25e+09 node_network_speed_bytes{device="veth30a1d2c"} 1.25e+09 node_network_speed_bytes{device="veth3254805"} 1.25e+09 node_network_speed_bytes{device="veth37298a1"} 1.25e+09 node_network_speed_bytes{device="veth4a20805"} 1.25e+09 node_network_speed_bytes{device="veth4b8669f"} 1.25e+09 node_network_speed_bytes{device="veth4bf4173"} 1.25e+09 node_network_speed_bytes{device="veth4d1e0b2"} 1.25e+09 node_network_speed_bytes{device="veth4e246e3"} 1.25e+09 node_network_speed_bytes{device="veth55159d7"} 1.25e+09 node_network_speed_bytes{device="veth622eecd"} 1.25e+09 node_network_speed_bytes{device="veth6be5756"} 1.25e+09 node_network_speed_bytes{device="veth71c10bf"} 1.25e+09 node_network_speed_bytes{device="veth76cbe53"} 1.25e+09 node_network_speed_bytes{device="veth799a509"} 1.25e+09 node_network_speed_bytes{device="veth88d97f1"} 1.25e+09 node_network_speed_bytes{device="veth8cd6d77"} 1.25e+09 node_network_speed_bytes{device="veth904e0fa"} 1.25e+09 node_network_speed_bytes{device="veth935d4d2"} 1.25e+09 node_network_speed_bytes{device="veth957246e"} 1.25e+09 node_network_speed_bytes{device="veth9bfa93c"} 1.25e+09 node_network_speed_bytes{device="vethac81cfd"} 1.25e+09 node_network_speed_bytes{device="vethacde270"} 1.25e+09 node_network_speed_bytes{device="vethb52276d"} 1.25e+09 node_network_speed_bytes{device="vethb5df9c0"} 1.25e+09 node_network_speed_bytes{device="vethb6e6295"} 1.25e+09 node_network_speed_bytes{device="vethb720d49"} 1.25e+09 node_network_speed_bytes{device="vethbfbc030"} 1.25e+09 node_network_speed_bytes{device="vethd80ae60"} 1.25e+09 node_network_speed_bytes{device="vethdc2f382"} 1.25e+09 node_network_speed_bytes{device="vethee1c745"} 1.25e+09 node_network_speed_bytes{device="vethef55915"} 1.25e+09 node_network_speed_bytes{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 7.440285695e+09 node_network_transmit_bytes_total{device="br-158e2e378343"} 2.75882594e+08 node_network_transmit_bytes_total{device="br-233b8f344410"} 1.20089302e+08 node_network_transmit_bytes_total{device="br-3905adb7094b"} 4.8248197e+07 node_network_transmit_bytes_total{device="br-3e882e27d65a"} 580 node_network_transmit_bytes_total{device="br-496418d4a092"} 1.907582069e+09 node_network_transmit_bytes_total{device="br-4f97ff4e5f04"} 3.559218e+07 node_network_transmit_bytes_total{device="br-625f97d91ee1"} 3.6489511e+07 node_network_transmit_bytes_total{device="br-62f45dc7029f"} 1.04209869e+08 node_network_transmit_bytes_total{device="br-6d8687c975e5"} 5.9291445e+07 node_network_transmit_bytes_total{device="br-73871d55cbd6"} 6.334955e+06 node_network_transmit_bytes_total{device="br-757b41d583d5"} 9.3138981e+07 node_network_transmit_bytes_total{device="br-908ccfe8e7fe"} 3.8161612e+07 node_network_transmit_bytes_total{device="br-9c30d2f70751"} 1.28088329e+08 node_network_transmit_bytes_total{device="br-a7f61059cc8e"} 2.094442e+06 node_network_transmit_bytes_total{device="br-d3912b04f818"} 1.3126446e+07 node_network_transmit_bytes_total{device="br-ea3d0c01df59"} 2.476929e+06 node_network_transmit_bytes_total{device="br-edfcb8d89326"} 8.7287522894e+10 node_network_transmit_bytes_total{device="br-fe34057c6d82"} 1.48512233e+08 node_network_transmit_bytes_total{device="docker0"} 7.5541554514e+10 node_network_transmit_bytes_total{device="enp5s0"} 0 node_network_transmit_bytes_total{device="enp6s0"} 1.29628298589e+11 node_network_transmit_bytes_total{device="lo"} 1.08797380344e+11 node_network_transmit_bytes_total{device="veth0b43497"} 2.63845183e+08 node_network_transmit_bytes_total{device="veth0bea8ac"} 3.120676e+06 node_network_transmit_bytes_total{device="veth14a7958"} 809555 node_network_transmit_bytes_total{device="veth232e5e5"} 1.3135012e+07 node_network_transmit_bytes_total{device="veth30a1d2c"} 5.8238971e+07 node_network_transmit_bytes_total{device="veth3254805"} 1.89853625e+08 node_network_transmit_bytes_total{device="veth37298a1"} 1.04212625e+08 node_network_transmit_bytes_total{device="veth4a20805"} 2.115027e+06 node_network_transmit_bytes_total{device="veth4b8669f"} 26994 node_network_transmit_bytes_total{device="veth4bf4173"} 4.88849589e+08 node_network_transmit_bytes_total{device="veth4d1e0b2"} 1.80446313e+08 node_network_transmit_bytes_total{device="veth4e246e3"} 3736 node_network_transmit_bytes_total{device="veth55159d7"} 6.377681e+06 node_network_transmit_bytes_total{device="veth622eecd"} 5.858843271e+09 node_network_transmit_bytes_total{device="veth6be5756"} 11307 node_network_transmit_bytes_total{device="veth71c10bf"} 3.5594004e+07 node_network_transmit_bytes_total{device="veth76cbe53"} 1.46804859e+08 node_network_transmit_bytes_total{device="veth799a509"} 3.28975291e+08 node_network_transmit_bytes_total{device="veth88d97f1"} 2.115102e+06 node_network_transmit_bytes_total{device="veth8cd6d77"} 1.48551039e+08 node_network_transmit_bytes_total{device="veth904e0fa"} 8.7264685739e+10 node_network_transmit_bytes_total{device="veth935d4d2"} 2.496939e+06 node_network_transmit_bytes_total{device="veth957246e"} 4246 node_network_transmit_bytes_total{device="veth9bfa93c"} 16729 node_network_transmit_bytes_total{device="vethac81cfd"} 1.07169364e+08 node_network_transmit_bytes_total{device="vethacde270"} 62184 node_network_transmit_bytes_total{device="vethb52276d"} 2.11371621e+08 node_network_transmit_bytes_total{device="vethb5df9c0"} 1.6184637e+07 node_network_transmit_bytes_total{device="vethb6e6295"} 2.853149e+08 node_network_transmit_bytes_total{device="vethb720d49"} 1.021241642e+09 node_network_transmit_bytes_total{device="vethbfbc030"} 2.2226216e+07 node_network_transmit_bytes_total{device="vethd80ae60"} 1.907595705e+09 node_network_transmit_bytes_total{device="vethdc2f382"} 1.6589049e+07 node_network_transmit_bytes_total{device="vethee1c745"} 474476 node_network_transmit_bytes_total{device="vethef55915"} 3.291874698e+09 node_network_transmit_bytes_total{device="vethff5b9e8"} 2.49247276e+08 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="br-02cfc8d8d525"} 0 node_network_transmit_carrier_total{device="br-158e2e378343"} 0 node_network_transmit_carrier_total{device="br-233b8f344410"} 0 node_network_transmit_carrier_total{device="br-3905adb7094b"} 0 node_network_transmit_carrier_total{device="br-3e882e27d65a"} 0 node_network_transmit_carrier_total{device="br-496418d4a092"} 0 node_network_transmit_carrier_total{device="br-4f97ff4e5f04"} 0 node_network_transmit_carrier_total{device="br-625f97d91ee1"} 0 node_network_transmit_carrier_total{device="br-62f45dc7029f"} 0 node_network_transmit_carrier_total{device="br-6d8687c975e5"} 0 node_network_transmit_carrier_total{device="br-73871d55cbd6"} 0 node_network_transmit_carrier_total{device="br-757b41d583d5"} 0 node_network_transmit_carrier_total{device="br-908ccfe8e7fe"} 0 node_network_transmit_carrier_total{device="br-9c30d2f70751"} 0 node_network_transmit_carrier_total{device="br-a7f61059cc8e"} 0 node_network_transmit_carrier_total{device="br-d3912b04f818"} 0 node_network_transmit_carrier_total{device="br-ea3d0c01df59"} 0 node_network_transmit_carrier_total{device="br-edfcb8d89326"} 0 node_network_transmit_carrier_total{device="br-fe34057c6d82"} 0 node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="enp5s0"} 0 node_network_transmit_carrier_total{device="enp6s0"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="veth0b43497"} 0 node_network_transmit_carrier_total{device="veth0bea8ac"} 0 node_network_transmit_carrier_total{device="veth14a7958"} 0 node_network_transmit_carrier_total{device="veth232e5e5"} 0 node_network_transmit_carrier_total{device="veth30a1d2c"} 0 node_network_transmit_carrier_total{device="veth3254805"} 0 node_network_transmit_carrier_total{device="veth37298a1"} 0 node_network_transmit_carrier_total{device="veth4a20805"} 0 node_network_transmit_carrier_total{device="veth4b8669f"} 0 node_network_transmit_carrier_total{device="veth4bf4173"} 0 node_network_transmit_carrier_total{device="veth4d1e0b2"} 0 node_network_transmit_carrier_total{device="veth4e246e3"} 0 node_network_transmit_carrier_total{device="veth55159d7"} 0 node_network_transmit_carrier_total{device="veth622eecd"} 0 node_network_transmit_carrier_total{device="veth6be5756"} 0 node_network_transmit_carrier_total{device="veth71c10bf"} 0 node_network_transmit_carrier_total{device="veth76cbe53"} 0 node_network_transmit_carrier_total{device="veth799a509"} 0 node_network_transmit_carrier_total{device="veth88d97f1"} 0 node_network_transmit_carrier_total{device="veth8cd6d77"} 0 node_network_transmit_carrier_total{device="veth904e0fa"} 0 node_network_transmit_carrier_total{device="veth935d4d2"} 0 node_network_transmit_carrier_total{device="veth957246e"} 0 node_network_transmit_carrier_total{device="veth9bfa93c"} 0 node_network_transmit_carrier_total{device="vethac81cfd"} 0 node_network_transmit_carrier_total{device="vethacde270"} 0 node_network_transmit_carrier_total{device="vethb52276d"} 0 node_network_transmit_carrier_total{device="vethb5df9c0"} 0 node_network_transmit_carrier_total{device="vethb6e6295"} 0 node_network_transmit_carrier_total{device="vethb720d49"} 0 node_network_transmit_carrier_total{device="vethbfbc030"} 0 node_network_transmit_carrier_total{device="vethd80ae60"} 0 node_network_transmit_carrier_total{device="vethdc2f382"} 0 node_network_transmit_carrier_total{device="vethee1c745"} 0 node_network_transmit_carrier_total{device="vethef55915"} 0 node_network_transmit_carrier_total{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 0 node_network_transmit_colls_total{device="br-158e2e378343"} 0 node_network_transmit_colls_total{device="br-233b8f344410"} 0 node_network_transmit_colls_total{device="br-3905adb7094b"} 0 node_network_transmit_colls_total{device="br-3e882e27d65a"} 0 node_network_transmit_colls_total{device="br-496418d4a092"} 0 node_network_transmit_colls_total{device="br-4f97ff4e5f04"} 0 node_network_transmit_colls_total{device="br-625f97d91ee1"} 0 node_network_transmit_colls_total{device="br-62f45dc7029f"} 0 node_network_transmit_colls_total{device="br-6d8687c975e5"} 0 node_network_transmit_colls_total{device="br-73871d55cbd6"} 0 node_network_transmit_colls_total{device="br-757b41d583d5"} 0 node_network_transmit_colls_total{device="br-908ccfe8e7fe"} 0 node_network_transmit_colls_total{device="br-9c30d2f70751"} 0 node_network_transmit_colls_total{device="br-a7f61059cc8e"} 0 node_network_transmit_colls_total{device="br-d3912b04f818"} 0 node_network_transmit_colls_total{device="br-ea3d0c01df59"} 0 node_network_transmit_colls_total{device="br-edfcb8d89326"} 0 node_network_transmit_colls_total{device="br-fe34057c6d82"} 0 node_network_transmit_colls_total{device="docker0"} 0 node_network_transmit_colls_total{device="enp5s0"} 0 node_network_transmit_colls_total{device="enp6s0"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="veth0b43497"} 0 node_network_transmit_colls_total{device="veth0bea8ac"} 0 node_network_transmit_colls_total{device="veth14a7958"} 0 node_network_transmit_colls_total{device="veth232e5e5"} 0 node_network_transmit_colls_total{device="veth30a1d2c"} 0 node_network_transmit_colls_total{device="veth3254805"} 0 node_network_transmit_colls_total{device="veth37298a1"} 0 node_network_transmit_colls_total{device="veth4a20805"} 0 node_network_transmit_colls_total{device="veth4b8669f"} 0 node_network_transmit_colls_total{device="veth4bf4173"} 0 node_network_transmit_colls_total{device="veth4d1e0b2"} 0 node_network_transmit_colls_total{device="veth4e246e3"} 0 node_network_transmit_colls_total{device="veth55159d7"} 0 node_network_transmit_colls_total{device="veth622eecd"} 0 node_network_transmit_colls_total{device="veth6be5756"} 0 node_network_transmit_colls_total{device="veth71c10bf"} 0 node_network_transmit_colls_total{device="veth76cbe53"} 0 node_network_transmit_colls_total{device="veth799a509"} 0 node_network_transmit_colls_total{device="veth88d97f1"} 0 node_network_transmit_colls_total{device="veth8cd6d77"} 0 node_network_transmit_colls_total{device="veth904e0fa"} 0 node_network_transmit_colls_total{device="veth935d4d2"} 0 node_network_transmit_colls_total{device="veth957246e"} 0 node_network_transmit_colls_total{device="veth9bfa93c"} 0 node_network_transmit_colls_total{device="vethac81cfd"} 0 node_network_transmit_colls_total{device="vethacde270"} 0 node_network_transmit_colls_total{device="vethb52276d"} 0 node_network_transmit_colls_total{device="vethb5df9c0"} 0 node_network_transmit_colls_total{device="vethb6e6295"} 0 node_network_transmit_colls_total{device="vethb720d49"} 0 node_network_transmit_colls_total{device="vethbfbc030"} 0 node_network_transmit_colls_total{device="vethd80ae60"} 0 node_network_transmit_colls_total{device="vethdc2f382"} 0 node_network_transmit_colls_total{device="vethee1c745"} 0 node_network_transmit_colls_total{device="vethef55915"} 0 node_network_transmit_colls_total{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 0 node_network_transmit_compressed_total{device="br-158e2e378343"} 0 node_network_transmit_compressed_total{device="br-233b8f344410"} 0 node_network_transmit_compressed_total{device="br-3905adb7094b"} 0 node_network_transmit_compressed_total{device="br-3e882e27d65a"} 0 node_network_transmit_compressed_total{device="br-496418d4a092"} 0 node_network_transmit_compressed_total{device="br-4f97ff4e5f04"} 0 node_network_transmit_compressed_total{device="br-625f97d91ee1"} 0 node_network_transmit_compressed_total{device="br-62f45dc7029f"} 0 node_network_transmit_compressed_total{device="br-6d8687c975e5"} 0 node_network_transmit_compressed_total{device="br-73871d55cbd6"} 0 node_network_transmit_compressed_total{device="br-757b41d583d5"} 0 node_network_transmit_compressed_total{device="br-908ccfe8e7fe"} 0 node_network_transmit_compressed_total{device="br-9c30d2f70751"} 0 node_network_transmit_compressed_total{device="br-a7f61059cc8e"} 0 node_network_transmit_compressed_total{device="br-d3912b04f818"} 0 node_network_transmit_compressed_total{device="br-ea3d0c01df59"} 0 node_network_transmit_compressed_total{device="br-edfcb8d89326"} 0 node_network_transmit_compressed_total{device="br-fe34057c6d82"} 0 node_network_transmit_compressed_total{device="docker0"} 0 node_network_transmit_compressed_total{device="enp5s0"} 0 node_network_transmit_compressed_total{device="enp6s0"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="veth0b43497"} 0 node_network_transmit_compressed_total{device="veth0bea8ac"} 0 node_network_transmit_compressed_total{device="veth14a7958"} 0 node_network_transmit_compressed_total{device="veth232e5e5"} 0 node_network_transmit_compressed_total{device="veth30a1d2c"} 0 node_network_transmit_compressed_total{device="veth3254805"} 0 node_network_transmit_compressed_total{device="veth37298a1"} 0 node_network_transmit_compressed_total{device="veth4a20805"} 0 node_network_transmit_compressed_total{device="veth4b8669f"} 0 node_network_transmit_compressed_total{device="veth4bf4173"} 0 node_network_transmit_compressed_total{device="veth4d1e0b2"} 0 node_network_transmit_compressed_total{device="veth4e246e3"} 0 node_network_transmit_compressed_total{device="veth55159d7"} 0 node_network_transmit_compressed_total{device="veth622eecd"} 0 node_network_transmit_compressed_total{device="veth6be5756"} 0 node_network_transmit_compressed_total{device="veth71c10bf"} 0 node_network_transmit_compressed_total{device="veth76cbe53"} 0 node_network_transmit_compressed_total{device="veth799a509"} 0 node_network_transmit_compressed_total{device="veth88d97f1"} 0 node_network_transmit_compressed_total{device="veth8cd6d77"} 0 node_network_transmit_compressed_total{device="veth904e0fa"} 0 node_network_transmit_compressed_total{device="veth935d4d2"} 0 node_network_transmit_compressed_total{device="veth957246e"} 0 node_network_transmit_compressed_total{device="veth9bfa93c"} 0 node_network_transmit_compressed_total{device="vethac81cfd"} 0 node_network_transmit_compressed_total{device="vethacde270"} 0 node_network_transmit_compressed_total{device="vethb52276d"} 0 node_network_transmit_compressed_total{device="vethb5df9c0"} 0 node_network_transmit_compressed_total{device="vethb6e6295"} 0 node_network_transmit_compressed_total{device="vethb720d49"} 0 node_network_transmit_compressed_total{device="vethbfbc030"} 0 node_network_transmit_compressed_total{device="vethd80ae60"} 0 node_network_transmit_compressed_total{device="vethdc2f382"} 0 node_network_transmit_compressed_total{device="vethee1c745"} 0 node_network_transmit_compressed_total{device="vethef55915"} 0 node_network_transmit_compressed_total{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 0 node_network_transmit_drop_total{device="br-158e2e378343"} 0 node_network_transmit_drop_total{device="br-233b8f344410"} 0 node_network_transmit_drop_total{device="br-3905adb7094b"} 0 node_network_transmit_drop_total{device="br-3e882e27d65a"} 0 node_network_transmit_drop_total{device="br-496418d4a092"} 0 node_network_transmit_drop_total{device="br-4f97ff4e5f04"} 0 node_network_transmit_drop_total{device="br-625f97d91ee1"} 0 node_network_transmit_drop_total{device="br-62f45dc7029f"} 0 node_network_transmit_drop_total{device="br-6d8687c975e5"} 0 node_network_transmit_drop_total{device="br-73871d55cbd6"} 0 node_network_transmit_drop_total{device="br-757b41d583d5"} 0 node_network_transmit_drop_total{device="br-908ccfe8e7fe"} 0 node_network_transmit_drop_total{device="br-9c30d2f70751"} 0 node_network_transmit_drop_total{device="br-a7f61059cc8e"} 0 node_network_transmit_drop_total{device="br-d3912b04f818"} 0 node_network_transmit_drop_total{device="br-ea3d0c01df59"} 0 node_network_transmit_drop_total{device="br-edfcb8d89326"} 0 node_network_transmit_drop_total{device="br-fe34057c6d82"} 0 node_network_transmit_drop_total{device="docker0"} 0 node_network_transmit_drop_total{device="enp5s0"} 0 node_network_transmit_drop_total{device="enp6s0"} 0 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="veth0b43497"} 0 node_network_transmit_drop_total{device="veth0bea8ac"} 0 node_network_transmit_drop_total{device="veth14a7958"} 0 node_network_transmit_drop_total{device="veth232e5e5"} 0 node_network_transmit_drop_total{device="veth30a1d2c"} 0 node_network_transmit_drop_total{device="veth3254805"} 0 node_network_transmit_drop_total{device="veth37298a1"} 0 node_network_transmit_drop_total{device="veth4a20805"} 0 node_network_transmit_drop_total{device="veth4b8669f"} 0 node_network_transmit_drop_total{device="veth4bf4173"} 0 node_network_transmit_drop_total{device="veth4d1e0b2"} 0 node_network_transmit_drop_total{device="veth4e246e3"} 0 node_network_transmit_drop_total{device="veth55159d7"} 0 node_network_transmit_drop_total{device="veth622eecd"} 0 node_network_transmit_drop_total{device="veth6be5756"} 0 node_network_transmit_drop_total{device="veth71c10bf"} 0 node_network_transmit_drop_total{device="veth76cbe53"} 0 node_network_transmit_drop_total{device="veth799a509"} 0 node_network_transmit_drop_total{device="veth88d97f1"} 0 node_network_transmit_drop_total{device="veth8cd6d77"} 0 node_network_transmit_drop_total{device="veth904e0fa"} 0 node_network_transmit_drop_total{device="veth935d4d2"} 0 node_network_transmit_drop_total{device="veth957246e"} 0 node_network_transmit_drop_total{device="veth9bfa93c"} 0 node_network_transmit_drop_total{device="vethac81cfd"} 0 node_network_transmit_drop_total{device="vethacde270"} 0 node_network_transmit_drop_total{device="vethb52276d"} 0 node_network_transmit_drop_total{device="vethb5df9c0"} 0 node_network_transmit_drop_total{device="vethb6e6295"} 0 node_network_transmit_drop_total{device="vethb720d49"} 0 node_network_transmit_drop_total{device="vethbfbc030"} 0 node_network_transmit_drop_total{device="vethd80ae60"} 0 node_network_transmit_drop_total{device="vethdc2f382"} 0 node_network_transmit_drop_total{device="vethee1c745"} 0 node_network_transmit_drop_total{device="vethef55915"} 0 node_network_transmit_drop_total{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 0 node_network_transmit_errs_total{device="br-158e2e378343"} 0 node_network_transmit_errs_total{device="br-233b8f344410"} 0 node_network_transmit_errs_total{device="br-3905adb7094b"} 0 node_network_transmit_errs_total{device="br-3e882e27d65a"} 0 node_network_transmit_errs_total{device="br-496418d4a092"} 0 node_network_transmit_errs_total{device="br-4f97ff4e5f04"} 0 node_network_transmit_errs_total{device="br-625f97d91ee1"} 0 node_network_transmit_errs_total{device="br-62f45dc7029f"} 0 node_network_transmit_errs_total{device="br-6d8687c975e5"} 0 node_network_transmit_errs_total{device="br-73871d55cbd6"} 0 node_network_transmit_errs_total{device="br-757b41d583d5"} 0 node_network_transmit_errs_total{device="br-908ccfe8e7fe"} 0 node_network_transmit_errs_total{device="br-9c30d2f70751"} 0 node_network_transmit_errs_total{device="br-a7f61059cc8e"} 0 node_network_transmit_errs_total{device="br-d3912b04f818"} 0 node_network_transmit_errs_total{device="br-ea3d0c01df59"} 0 node_network_transmit_errs_total{device="br-edfcb8d89326"} 0 node_network_transmit_errs_total{device="br-fe34057c6d82"} 0 node_network_transmit_errs_total{device="docker0"} 0 node_network_transmit_errs_total{device="enp5s0"} 0 node_network_transmit_errs_total{device="enp6s0"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="veth0b43497"} 0 node_network_transmit_errs_total{device="veth0bea8ac"} 0 node_network_transmit_errs_total{device="veth14a7958"} 0 node_network_transmit_errs_total{device="veth232e5e5"} 0 node_network_transmit_errs_total{device="veth30a1d2c"} 0 node_network_transmit_errs_total{device="veth3254805"} 0 node_network_transmit_errs_total{device="veth37298a1"} 0 node_network_transmit_errs_total{device="veth4a20805"} 0 node_network_transmit_errs_total{device="veth4b8669f"} 0 node_network_transmit_errs_total{device="veth4bf4173"} 0 node_network_transmit_errs_total{device="veth4d1e0b2"} 0 node_network_transmit_errs_total{device="veth4e246e3"} 0 node_network_transmit_errs_total{device="veth55159d7"} 0 node_network_transmit_errs_total{device="veth622eecd"} 0 node_network_transmit_errs_total{device="veth6be5756"} 0 node_network_transmit_errs_total{device="veth71c10bf"} 0 node_network_transmit_errs_total{device="veth76cbe53"} 0 node_network_transmit_errs_total{device="veth799a509"} 0 node_network_transmit_errs_total{device="veth88d97f1"} 0 node_network_transmit_errs_total{device="veth8cd6d77"} 0 node_network_transmit_errs_total{device="veth904e0fa"} 0 node_network_transmit_errs_total{device="veth935d4d2"} 0 node_network_transmit_errs_total{device="veth957246e"} 0 node_network_transmit_errs_total{device="veth9bfa93c"} 0 node_network_transmit_errs_total{device="vethac81cfd"} 0 node_network_transmit_errs_total{device="vethacde270"} 0 node_network_transmit_errs_total{device="vethb52276d"} 0 node_network_transmit_errs_total{device="vethb5df9c0"} 0 node_network_transmit_errs_total{device="vethb6e6295"} 0 node_network_transmit_errs_total{device="vethb720d49"} 0 node_network_transmit_errs_total{device="vethbfbc030"} 0 node_network_transmit_errs_total{device="vethd80ae60"} 0 node_network_transmit_errs_total{device="vethdc2f382"} 0 node_network_transmit_errs_total{device="vethee1c745"} 0 node_network_transmit_errs_total{device="vethef55915"} 0 node_network_transmit_errs_total{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 0 node_network_transmit_fifo_total{device="br-158e2e378343"} 0 node_network_transmit_fifo_total{device="br-233b8f344410"} 0 node_network_transmit_fifo_total{device="br-3905adb7094b"} 0 node_network_transmit_fifo_total{device="br-3e882e27d65a"} 0 node_network_transmit_fifo_total{device="br-496418d4a092"} 0 node_network_transmit_fifo_total{device="br-4f97ff4e5f04"} 0 node_network_transmit_fifo_total{device="br-625f97d91ee1"} 0 node_network_transmit_fifo_total{device="br-62f45dc7029f"} 0 node_network_transmit_fifo_total{device="br-6d8687c975e5"} 0 node_network_transmit_fifo_total{device="br-73871d55cbd6"} 0 node_network_transmit_fifo_total{device="br-757b41d583d5"} 0 node_network_transmit_fifo_total{device="br-908ccfe8e7fe"} 0 node_network_transmit_fifo_total{device="br-9c30d2f70751"} 0 node_network_transmit_fifo_total{device="br-a7f61059cc8e"} 0 node_network_transmit_fifo_total{device="br-d3912b04f818"} 0 node_network_transmit_fifo_total{device="br-ea3d0c01df59"} 0 node_network_transmit_fifo_total{device="br-edfcb8d89326"} 0 node_network_transmit_fifo_total{device="br-fe34057c6d82"} 0 node_network_transmit_fifo_total{device="docker0"} 0 node_network_transmit_fifo_total{device="enp5s0"} 0 node_network_transmit_fifo_total{device="enp6s0"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="veth0b43497"} 0 node_network_transmit_fifo_total{device="veth0bea8ac"} 0 node_network_transmit_fifo_total{device="veth14a7958"} 0 node_network_transmit_fifo_total{device="veth232e5e5"} 0 node_network_transmit_fifo_total{device="veth30a1d2c"} 0 node_network_transmit_fifo_total{device="veth3254805"} 0 node_network_transmit_fifo_total{device="veth37298a1"} 0 node_network_transmit_fifo_total{device="veth4a20805"} 0 node_network_transmit_fifo_total{device="veth4b8669f"} 0 node_network_transmit_fifo_total{device="veth4bf4173"} 0 node_network_transmit_fifo_total{device="veth4d1e0b2"} 0 node_network_transmit_fifo_total{device="veth4e246e3"} 0 node_network_transmit_fifo_total{device="veth55159d7"} 0 node_network_transmit_fifo_total{device="veth622eecd"} 0 node_network_transmit_fifo_total{device="veth6be5756"} 0 node_network_transmit_fifo_total{device="veth71c10bf"} 0 node_network_transmit_fifo_total{device="veth76cbe53"} 0 node_network_transmit_fifo_total{device="veth799a509"} 0 node_network_transmit_fifo_total{device="veth88d97f1"} 0 node_network_transmit_fifo_total{device="veth8cd6d77"} 0 node_network_transmit_fifo_total{device="veth904e0fa"} 0 node_network_transmit_fifo_total{device="veth935d4d2"} 0 node_network_transmit_fifo_total{device="veth957246e"} 0 node_network_transmit_fifo_total{device="veth9bfa93c"} 0 node_network_transmit_fifo_total{device="vethac81cfd"} 0 node_network_transmit_fifo_total{device="vethacde270"} 0 node_network_transmit_fifo_total{device="vethb52276d"} 0 node_network_transmit_fifo_total{device="vethb5df9c0"} 0 node_network_transmit_fifo_total{device="vethb6e6295"} 0 node_network_transmit_fifo_total{device="vethb720d49"} 0 node_network_transmit_fifo_total{device="vethbfbc030"} 0 node_network_transmit_fifo_total{device="vethd80ae60"} 0 node_network_transmit_fifo_total{device="vethdc2f382"} 0 node_network_transmit_fifo_total{device="vethee1c745"} 0 node_network_transmit_fifo_total{device="vethef55915"} 0 node_network_transmit_fifo_total{device="vethff5b9e8"} 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="br-02cfc8d8d525"} 973778 node_network_transmit_packets_total{device="br-158e2e378343"} 13752 node_network_transmit_packets_total{device="br-233b8f344410"} 167027 node_network_transmit_packets_total{device="br-3905adb7094b"} 77028 node_network_transmit_packets_total{device="br-3e882e27d65a"} 6 node_network_transmit_packets_total{device="br-496418d4a092"} 517762 node_network_transmit_packets_total{device="br-4f97ff4e5f04"} 9013 node_network_transmit_packets_total{device="br-625f97d91ee1"} 91451 node_network_transmit_packets_total{device="br-62f45dc7029f"} 33311 node_network_transmit_packets_total{device="br-6d8687c975e5"} 278931 node_network_transmit_packets_total{device="br-73871d55cbd6"} 70125 node_network_transmit_packets_total{device="br-757b41d583d5"} 48164 node_network_transmit_packets_total{device="br-908ccfe8e7fe"} 176619 node_network_transmit_packets_total{device="br-9c30d2f70751"} 68606 node_network_transmit_packets_total{device="br-a7f61059cc8e"} 7856 node_network_transmit_packets_total{device="br-d3912b04f818"} 28888 node_network_transmit_packets_total{device="br-ea3d0c01df59"} 25616 node_network_transmit_packets_total{device="br-edfcb8d89326"} 3.0564113e+07 node_network_transmit_packets_total{device="br-fe34057c6d82"} 640716 node_network_transmit_packets_total{device="docker0"} 8.564873e+06 node_network_transmit_packets_total{device="enp5s0"} 0 node_network_transmit_packets_total{device="enp6s0"} 1.44431447e+08 node_network_transmit_packets_total{device="lo"} 8.7091725e+07 node_network_transmit_packets_total{device="veth0b43497"} 1.116278e+06 node_network_transmit_packets_total{device="veth0bea8ac"} 12877 node_network_transmit_packets_total{device="veth14a7958"} 3537 node_network_transmit_packets_total{device="veth232e5e5"} 29009 node_network_transmit_packets_total{device="veth30a1d2c"} 357331 node_network_transmit_packets_total{device="veth3254805"} 604636 node_network_transmit_packets_total{device="veth37298a1"} 33349 node_network_transmit_packets_total{device="veth4a20805"} 7534 node_network_transmit_packets_total{device="veth4b8669f"} 372 node_network_transmit_packets_total{device="veth4bf4173"} 77377 node_network_transmit_packets_total{device="veth4d1e0b2"} 993720 node_network_transmit_packets_total{device="veth4e246e3"} 50 node_network_transmit_packets_total{device="veth55159d7"} 70734 node_network_transmit_packets_total{device="veth622eecd"} 994576 node_network_transmit_packets_total{device="veth6be5756"} 126 node_network_transmit_packets_total{device="veth71c10bf"} 9041 node_network_transmit_packets_total{device="veth76cbe53"} 805502 node_network_transmit_packets_total{device="veth799a509"} 228666 node_network_transmit_packets_total{device="veth88d97f1"} 8152 node_network_transmit_packets_total{device="veth8cd6d77"} 641269 node_network_transmit_packets_total{device="veth904e0fa"} 3.0490011e+07 node_network_transmit_packets_total{device="veth935d4d2"} 25903 node_network_transmit_packets_total{device="veth957246e"} 57 node_network_transmit_packets_total{device="veth9bfa93c"} 211 node_network_transmit_packets_total{device="vethac81cfd"} 825256 node_network_transmit_packets_total{device="vethacde270"} 988 node_network_transmit_packets_total{device="vethb52276d"} 266849 node_network_transmit_packets_total{device="vethb5df9c0"} 45290 node_network_transmit_packets_total{device="vethb6e6295"} 20223 node_network_transmit_packets_total{device="vethb720d49"} 215684 node_network_transmit_packets_total{device="vethbfbc030"} 73380 node_network_transmit_packets_total{device="vethd80ae60"} 517956 node_network_transmit_packets_total{device="vethdc2f382"} 47040 node_network_transmit_packets_total{device="vethee1c745"} 3016 node_network_transmit_packets_total{device="vethef55915"} 754590 node_network_transmit_packets_total{device="vethff5b9e8"} 1.267312e+06 # 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-02cfc8d8d525"} 0 node_network_transmit_queue_length{device="br-158e2e378343"} 0 node_network_transmit_queue_length{device="br-233b8f344410"} 0 node_network_transmit_queue_length{device="br-3905adb7094b"} 0 node_network_transmit_queue_length{device="br-3e882e27d65a"} 0 node_network_transmit_queue_length{device="br-496418d4a092"} 0 node_network_transmit_queue_length{device="br-4f97ff4e5f04"} 0 node_network_transmit_queue_length{device="br-625f97d91ee1"} 0 node_network_transmit_queue_length{device="br-62f45dc7029f"} 0 node_network_transmit_queue_length{device="br-6d8687c975e5"} 0 node_network_transmit_queue_length{device="br-73871d55cbd6"} 0 node_network_transmit_queue_length{device="br-757b41d583d5"} 0 node_network_transmit_queue_length{device="br-908ccfe8e7fe"} 0 node_network_transmit_queue_length{device="br-9c30d2f70751"} 0 node_network_transmit_queue_length{device="br-a7f61059cc8e"} 0 node_network_transmit_queue_length{device="br-d3912b04f818"} 0 node_network_transmit_queue_length{device="br-ea3d0c01df59"} 0 node_network_transmit_queue_length{device="br-edfcb8d89326"} 0 node_network_transmit_queue_length{device="br-fe34057c6d82"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="enp5s0"} 1000 node_network_transmit_queue_length{device="enp6s0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth0b43497"} 0 node_network_transmit_queue_length{device="veth0bea8ac"} 0 node_network_transmit_queue_length{device="veth14a7958"} 0 node_network_transmit_queue_length{device="veth232e5e5"} 0 node_network_transmit_queue_length{device="veth30a1d2c"} 0 node_network_transmit_queue_length{device="veth3254805"} 0 node_network_transmit_queue_length{device="veth37298a1"} 0 node_network_transmit_queue_length{device="veth4a20805"} 0 node_network_transmit_queue_length{device="veth4b8669f"} 0 node_network_transmit_queue_length{device="veth4bf4173"} 0 node_network_transmit_queue_length{device="veth4d1e0b2"} 0 node_network_transmit_queue_length{device="veth4e246e3"} 0 node_network_transmit_queue_length{device="veth55159d7"} 0 node_network_transmit_queue_length{device="veth622eecd"} 0 node_network_transmit_queue_length{device="veth6be5756"} 0 node_network_transmit_queue_length{device="veth71c10bf"} 0 node_network_transmit_queue_length{device="veth76cbe53"} 0 node_network_transmit_queue_length{device="veth799a509"} 0 node_network_transmit_queue_length{device="veth88d97f1"} 0 node_network_transmit_queue_length{device="veth8cd6d77"} 0 node_network_transmit_queue_length{device="veth904e0fa"} 0 node_network_transmit_queue_length{device="veth935d4d2"} 0 node_network_transmit_queue_length{device="veth957246e"} 0 node_network_transmit_queue_length{device="veth9bfa93c"} 0 node_network_transmit_queue_length{device="vethac81cfd"} 0 node_network_transmit_queue_length{device="vethacde270"} 0 node_network_transmit_queue_length{device="vethb52276d"} 0 node_network_transmit_queue_length{device="vethb5df9c0"} 0 node_network_transmit_queue_length{device="vethb6e6295"} 0 node_network_transmit_queue_length{device="vethb720d49"} 0 node_network_transmit_queue_length{device="vethbfbc030"} 0 node_network_transmit_queue_length{device="vethd80ae60"} 0 node_network_transmit_queue_length{device="vethdc2f382"} 0 node_network_transmit_queue_length{device="vethee1c745"} 0 node_network_transmit_queue_length{device="vethef55915"} 0 node_network_transmit_queue_length{device="vethff5b9e8"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-02cfc8d8d525"} 1 node_network_up{device="br-158e2e378343"} 1 node_network_up{device="br-233b8f344410"} 1 node_network_up{device="br-3905adb7094b"} 1 node_network_up{device="br-3e882e27d65a"} 1 node_network_up{device="br-496418d4a092"} 1 node_network_up{device="br-4f97ff4e5f04"} 1 node_network_up{device="br-625f97d91ee1"} 1 node_network_up{device="br-62f45dc7029f"} 1 node_network_up{device="br-6d8687c975e5"} 1 node_network_up{device="br-73871d55cbd6"} 1 node_network_up{device="br-757b41d583d5"} 1 node_network_up{device="br-908ccfe8e7fe"} 1 node_network_up{device="br-9c30d2f70751"} 1 node_network_up{device="br-a7f61059cc8e"} 1 node_network_up{device="br-d3912b04f818"} 1 node_network_up{device="br-ea3d0c01df59"} 1 node_network_up{device="br-edfcb8d89326"} 1 node_network_up{device="br-fe34057c6d82"} 1 node_network_up{device="docker0"} 0 node_network_up{device="enp5s0"} 0 node_network_up{device="enp6s0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth0b43497"} 1 node_network_up{device="veth0bea8ac"} 1 node_network_up{device="veth14a7958"} 1 node_network_up{device="veth232e5e5"} 1 node_network_up{device="veth30a1d2c"} 1 node_network_up{device="veth3254805"} 1 node_network_up{device="veth37298a1"} 1 node_network_up{device="veth4a20805"} 1 node_network_up{device="veth4b8669f"} 1 node_network_up{device="veth4bf4173"} 1 node_network_up{device="veth4d1e0b2"} 1 node_network_up{device="veth4e246e3"} 1 node_network_up{device="veth55159d7"} 1 node_network_up{device="veth622eecd"} 1 node_network_up{device="veth6be5756"} 1 node_network_up{device="veth71c10bf"} 1 node_network_up{device="veth76cbe53"} 1 node_network_up{device="veth799a509"} 1 node_network_up{device="veth88d97f1"} 1 node_network_up{device="veth8cd6d77"} 1 node_network_up{device="veth904e0fa"} 1 node_network_up{device="veth935d4d2"} 1 node_network_up{device="veth957246e"} 1 node_network_up{device="veth9bfa93c"} 1 node_network_up{device="vethac81cfd"} 1 node_network_up{device="vethacde270"} 1 node_network_up{device="vethb52276d"} 1 node_network_up{device="vethb5df9c0"} 1 node_network_up{device="vethb6e6295"} 1 node_network_up{device="vethb720d49"} 1 node_network_up{device="vethbfbc030"} 1 node_network_up{device="vethd80ae60"} 1 node_network_up{device="vethdc2f382"} 1 node_network_up{device="vethee1c745"} 1 node_network_up{device="vethef55915"} 1 node_network_up{device="vethff5b9e8"} 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 199 # 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_nvme_info Non-numeric data from /sys/class/nvme/, value is always 1. # TYPE node_nvme_info gauge node_nvme_info{device="nvme0",firmware_revision="5B2QGXA7",model="Samsung SSD 980 PRO 2TB",serial="S736NLFX401191P",state="live"} 1 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 20.04.6 LTS",variant="",variant_id="",version="20.04.6 LTS (Focal Fossa)",version_codename="focal",version_id="20.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"} 20.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 994.9556269999999 # 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 1720.918766 # 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 1733.2977190000001 # 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 16.074271 # 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 93.19894000000001 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 3 # HELP node_rapl_dram_joules_total Current RAPL dram value in joules # TYPE node_rapl_dram_joules_total counter node_rapl_dram_joules_total{index="0",path="/sys/class/powercap/intel-rapl:0:0"} 1770.697182 node_rapl_dram_joules_total{index="1",path="/sys/class/powercap/intel-rapl:1:0"} 36656.88268 # HELP node_rapl_package_joules_total Current RAPL package value in joules # TYPE node_rapl_package_joules_total counter node_rapl_package_joules_total{index="0",path="/sys/class/powercap/intel-rapl:0"} 195626.425647 node_rapl_package_joules_total{index="1",path="/sys/class/powercap/intel-rapl:1"} 28144.384493 # 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"} 33582.897531815 node_schedstat_running_seconds_total{cpu="1"} 37275.904339809 node_schedstat_running_seconds_total{cpu="10"} 31954.146146507 node_schedstat_running_seconds_total{cpu="11"} 32494.092916642 node_schedstat_running_seconds_total{cpu="12"} 32401.314700491 node_schedstat_running_seconds_total{cpu="13"} 31813.452190824 node_schedstat_running_seconds_total{cpu="14"} 30637.116563248 node_schedstat_running_seconds_total{cpu="15"} 30412.345799473 node_schedstat_running_seconds_total{cpu="16"} 29354.765591137 node_schedstat_running_seconds_total{cpu="17"} 28559.128949878 node_schedstat_running_seconds_total{cpu="18"} 28549.935926229 node_schedstat_running_seconds_total{cpu="19"} 27696.095653088 node_schedstat_running_seconds_total{cpu="2"} 38855.683667439 node_schedstat_running_seconds_total{cpu="20"} 21556.013258804 node_schedstat_running_seconds_total{cpu="21"} 19088.233727855 node_schedstat_running_seconds_total{cpu="22"} 18261.374499184 node_schedstat_running_seconds_total{cpu="23"} 17785.529863095 node_schedstat_running_seconds_total{cpu="24"} 17383.582674138 node_schedstat_running_seconds_total{cpu="25"} 17126.483688916 node_schedstat_running_seconds_total{cpu="26"} 16816.010968944 node_schedstat_running_seconds_total{cpu="27"} 16375.013117288 node_schedstat_running_seconds_total{cpu="28"} 16316.540523076 node_schedstat_running_seconds_total{cpu="29"} 16323.202762857 node_schedstat_running_seconds_total{cpu="3"} 39250.575949767 node_schedstat_running_seconds_total{cpu="30"} 16150.663503322 node_schedstat_running_seconds_total{cpu="31"} 16106.974947649 node_schedstat_running_seconds_total{cpu="32"} 15751.278681361 node_schedstat_running_seconds_total{cpu="33"} 15573.157852073 node_schedstat_running_seconds_total{cpu="34"} 15642.612103851 node_schedstat_running_seconds_total{cpu="35"} 15816.108247439 node_schedstat_running_seconds_total{cpu="36"} 15185.326721283 node_schedstat_running_seconds_total{cpu="37"} 15158.744049644 node_schedstat_running_seconds_total{cpu="38"} 15142.212996633 node_schedstat_running_seconds_total{cpu="39"} 15881.234900357 node_schedstat_running_seconds_total{cpu="4"} 37974.467005612 node_schedstat_running_seconds_total{cpu="40"} 26050.075337221 node_schedstat_running_seconds_total{cpu="41"} 25262.915555333 node_schedstat_running_seconds_total{cpu="42"} 25326.414086002 node_schedstat_running_seconds_total{cpu="43"} 24894.054690409 node_schedstat_running_seconds_total{cpu="44"} 24717.373118557 node_schedstat_running_seconds_total{cpu="45"} 24660.230450697 node_schedstat_running_seconds_total{cpu="46"} 24554.15718888 node_schedstat_running_seconds_total{cpu="47"} 24349.891224869 node_schedstat_running_seconds_total{cpu="48"} 24663.25617227 node_schedstat_running_seconds_total{cpu="49"} 24417.023331259 node_schedstat_running_seconds_total{cpu="5"} 36062.011191188 node_schedstat_running_seconds_total{cpu="50"} 24634.748918503 node_schedstat_running_seconds_total{cpu="51"} 25589.512457121 node_schedstat_running_seconds_total{cpu="52"} 25984.829853843 node_schedstat_running_seconds_total{cpu="53"} 27129.355441361 node_schedstat_running_seconds_total{cpu="54"} 26463.171280192 node_schedstat_running_seconds_total{cpu="55"} 25787.165743674 node_schedstat_running_seconds_total{cpu="56"} 25423.453109077 node_schedstat_running_seconds_total{cpu="57"} 25283.887925871 node_schedstat_running_seconds_total{cpu="58"} 26235.555823411 node_schedstat_running_seconds_total{cpu="59"} 33988.061801167 node_schedstat_running_seconds_total{cpu="6"} 34460.503895629 node_schedstat_running_seconds_total{cpu="60"} 15975.650914092 node_schedstat_running_seconds_total{cpu="61"} 15507.797260346 node_schedstat_running_seconds_total{cpu="62"} 15547.04216038 node_schedstat_running_seconds_total{cpu="63"} 14988.216538293 node_schedstat_running_seconds_total{cpu="64"} 14917.386789648 node_schedstat_running_seconds_total{cpu="65"} 15146.335602961 node_schedstat_running_seconds_total{cpu="66"} 14931.342603683 node_schedstat_running_seconds_total{cpu="67"} 15011.973974259 node_schedstat_running_seconds_total{cpu="68"} 14818.403611507 node_schedstat_running_seconds_total{cpu="69"} 15082.043467491 node_schedstat_running_seconds_total{cpu="7"} 32950.429454767 node_schedstat_running_seconds_total{cpu="70"} 14754.361553647 node_schedstat_running_seconds_total{cpu="71"} 14637.470334706 node_schedstat_running_seconds_total{cpu="72"} 14591.311039246 node_schedstat_running_seconds_total{cpu="73"} 14482.392434288 node_schedstat_running_seconds_total{cpu="74"} 14436.362886459 node_schedstat_running_seconds_total{cpu="75"} 14570.289582045 node_schedstat_running_seconds_total{cpu="76"} 14425.599227973 node_schedstat_running_seconds_total{cpu="77"} 14800.980121218 node_schedstat_running_seconds_total{cpu="78"} 15112.81819514 node_schedstat_running_seconds_total{cpu="79"} 24057.938591391 node_schedstat_running_seconds_total{cpu="8"} 32145.714524854 node_schedstat_running_seconds_total{cpu="9"} 31584.325413079 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.46106347e+08 node_schedstat_timeslices_total{cpu="1"} 2.86063896e+08 node_schedstat_timeslices_total{cpu="10"} 2.3700409e+08 node_schedstat_timeslices_total{cpu="11"} 2.34383597e+08 node_schedstat_timeslices_total{cpu="12"} 2.31947707e+08 node_schedstat_timeslices_total{cpu="13"} 2.27627855e+08 node_schedstat_timeslices_total{cpu="14"} 2.16875401e+08 node_schedstat_timeslices_total{cpu="15"} 2.06499817e+08 node_schedstat_timeslices_total{cpu="16"} 2.10875984e+08 node_schedstat_timeslices_total{cpu="17"} 2.00988855e+08 node_schedstat_timeslices_total{cpu="18"} 2.05132476e+08 node_schedstat_timeslices_total{cpu="19"} 1.97150335e+08 node_schedstat_timeslices_total{cpu="2"} 2.87231011e+08 node_schedstat_timeslices_total{cpu="20"} 2.28041631e+08 node_schedstat_timeslices_total{cpu="21"} 2.38365013e+08 node_schedstat_timeslices_total{cpu="22"} 2.3700702e+08 node_schedstat_timeslices_total{cpu="23"} 2.35844852e+08 node_schedstat_timeslices_total{cpu="24"} 2.33851352e+08 node_schedstat_timeslices_total{cpu="25"} 2.29202268e+08 node_schedstat_timeslices_total{cpu="26"} 2.29137786e+08 node_schedstat_timeslices_total{cpu="27"} 2.21765863e+08 node_schedstat_timeslices_total{cpu="28"} 2.22090225e+08 node_schedstat_timeslices_total{cpu="29"} 2.17212264e+08 node_schedstat_timeslices_total{cpu="3"} 2.82537081e+08 node_schedstat_timeslices_total{cpu="30"} 2.12224628e+08 node_schedstat_timeslices_total{cpu="31"} 2.02817808e+08 node_schedstat_timeslices_total{cpu="32"} 2.05461532e+08 node_schedstat_timeslices_total{cpu="33"} 2.07279132e+08 node_schedstat_timeslices_total{cpu="34"} 1.94718365e+08 node_schedstat_timeslices_total{cpu="35"} 1.94073559e+08 node_schedstat_timeslices_total{cpu="36"} 1.94719201e+08 node_schedstat_timeslices_total{cpu="37"} 1.97509862e+08 node_schedstat_timeslices_total{cpu="38"} 1.91575211e+08 node_schedstat_timeslices_total{cpu="39"} 2.00454359e+08 node_schedstat_timeslices_total{cpu="4"} 2.73301293e+08 node_schedstat_timeslices_total{cpu="40"} 2.26498961e+08 node_schedstat_timeslices_total{cpu="41"} 2.31423965e+08 node_schedstat_timeslices_total{cpu="42"} 2.30472474e+08 node_schedstat_timeslices_total{cpu="43"} 2.39200113e+08 node_schedstat_timeslices_total{cpu="44"} 2.40198205e+08 node_schedstat_timeslices_total{cpu="45"} 2.34676066e+08 node_schedstat_timeslices_total{cpu="46"} 2.33205907e+08 node_schedstat_timeslices_total{cpu="47"} 2.31775998e+08 node_schedstat_timeslices_total{cpu="48"} 2.27027299e+08 node_schedstat_timeslices_total{cpu="49"} 2.15078824e+08 node_schedstat_timeslices_total{cpu="5"} 2.74377053e+08 node_schedstat_timeslices_total{cpu="50"} 2.14346054e+08 node_schedstat_timeslices_total{cpu="51"} 2.12021626e+08 node_schedstat_timeslices_total{cpu="52"} 2.03223979e+08 node_schedstat_timeslices_total{cpu="53"} 2.03658721e+08 node_schedstat_timeslices_total{cpu="54"} 2.01292082e+08 node_schedstat_timeslices_total{cpu="55"} 1.89836497e+08 node_schedstat_timeslices_total{cpu="56"} 1.93571652e+08 node_schedstat_timeslices_total{cpu="57"} 1.83866247e+08 node_schedstat_timeslices_total{cpu="58"} 1.8053713e+08 node_schedstat_timeslices_total{cpu="59"} 1.94908197e+08 node_schedstat_timeslices_total{cpu="6"} 2.64322227e+08 node_schedstat_timeslices_total{cpu="60"} 2.05680058e+08 node_schedstat_timeslices_total{cpu="61"} 2.11775084e+08 node_schedstat_timeslices_total{cpu="62"} 2.13567842e+08 node_schedstat_timeslices_total{cpu="63"} 2.1315546e+08 node_schedstat_timeslices_total{cpu="64"} 2.15440658e+08 node_schedstat_timeslices_total{cpu="65"} 2.05990672e+08 node_schedstat_timeslices_total{cpu="66"} 2.14366101e+08 node_schedstat_timeslices_total{cpu="67"} 2.03554463e+08 node_schedstat_timeslices_total{cpu="68"} 2.03711746e+08 node_schedstat_timeslices_total{cpu="69"} 2.05415425e+08 node_schedstat_timeslices_total{cpu="7"} 2.67785968e+08 node_schedstat_timeslices_total{cpu="70"} 1.96420284e+08 node_schedstat_timeslices_total{cpu="71"} 1.88630404e+08 node_schedstat_timeslices_total{cpu="72"} 1.84505146e+08 node_schedstat_timeslices_total{cpu="73"} 1.87157499e+08 node_schedstat_timeslices_total{cpu="74"} 1.7771643e+08 node_schedstat_timeslices_total{cpu="75"} 1.7767201e+08 node_schedstat_timeslices_total{cpu="76"} 1.76508942e+08 node_schedstat_timeslices_total{cpu="77"} 1.76941935e+08 node_schedstat_timeslices_total{cpu="78"} 1.72789821e+08 node_schedstat_timeslices_total{cpu="79"} 1.87761455e+08 node_schedstat_timeslices_total{cpu="8"} 2.55923114e+08 node_schedstat_timeslices_total{cpu="9"} 2.40808402e+08 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 871.315277633 node_schedstat_waiting_seconds_total{cpu="1"} 897.946749403 node_schedstat_waiting_seconds_total{cpu="10"} 590.832939508 node_schedstat_waiting_seconds_total{cpu="11"} 570.654311679 node_schedstat_waiting_seconds_total{cpu="12"} 593.950805409 node_schedstat_waiting_seconds_total{cpu="13"} 567.205569744 node_schedstat_waiting_seconds_total{cpu="14"} 552.886686078 node_schedstat_waiting_seconds_total{cpu="15"} 516.314972827 node_schedstat_waiting_seconds_total{cpu="16"} 529.311882354 node_schedstat_waiting_seconds_total{cpu="17"} 473.378240265 node_schedstat_waiting_seconds_total{cpu="18"} 509.456103772 node_schedstat_waiting_seconds_total{cpu="19"} 469.610360582 node_schedstat_waiting_seconds_total{cpu="2"} 814.725381209 node_schedstat_waiting_seconds_total{cpu="20"} 713.335382311 node_schedstat_waiting_seconds_total{cpu="21"} 672.123151231 node_schedstat_waiting_seconds_total{cpu="22"} 637.68334037 node_schedstat_waiting_seconds_total{cpu="23"} 604.539242276 node_schedstat_waiting_seconds_total{cpu="24"} 583.289229803 node_schedstat_waiting_seconds_total{cpu="25"} 579.697051772 node_schedstat_waiting_seconds_total{cpu="26"} 537.582350619 node_schedstat_waiting_seconds_total{cpu="27"} 531.755578103 node_schedstat_waiting_seconds_total{cpu="28"} 507.293984458 node_schedstat_waiting_seconds_total{cpu="29"} 504.328906951 node_schedstat_waiting_seconds_total{cpu="3"} 845.408591574 node_schedstat_waiting_seconds_total{cpu="30"} 514.107631034 node_schedstat_waiting_seconds_total{cpu="31"} 463.058962579 node_schedstat_waiting_seconds_total{cpu="32"} 442.97133811 node_schedstat_waiting_seconds_total{cpu="33"} 482.115489491 node_schedstat_waiting_seconds_total{cpu="34"} 450.811990919 node_schedstat_waiting_seconds_total{cpu="35"} 400.43091296 node_schedstat_waiting_seconds_total{cpu="36"} 415.800158942 node_schedstat_waiting_seconds_total{cpu="37"} 419.654397893 node_schedstat_waiting_seconds_total{cpu="38"} 431.930257128 node_schedstat_waiting_seconds_total{cpu="39"} 432.638534403 node_schedstat_waiting_seconds_total{cpu="4"} 828.947089563 node_schedstat_waiting_seconds_total{cpu="40"} 528.254443435 node_schedstat_waiting_seconds_total{cpu="41"} 552.508572261 node_schedstat_waiting_seconds_total{cpu="42"} 550.90247964 node_schedstat_waiting_seconds_total{cpu="43"} 575.376317787 node_schedstat_waiting_seconds_total{cpu="44"} 558.659563794 node_schedstat_waiting_seconds_total{cpu="45"} 534.074550331 node_schedstat_waiting_seconds_total{cpu="46"} 539.079808379 node_schedstat_waiting_seconds_total{cpu="47"} 537.97392139 node_schedstat_waiting_seconds_total{cpu="48"} 534.453711533 node_schedstat_waiting_seconds_total{cpu="49"} 499.387824652 node_schedstat_waiting_seconds_total{cpu="5"} 799.810944071 node_schedstat_waiting_seconds_total{cpu="50"} 478.647280918 node_schedstat_waiting_seconds_total{cpu="51"} 484.388595053 node_schedstat_waiting_seconds_total{cpu="52"} 481.042847823 node_schedstat_waiting_seconds_total{cpu="53"} 478.10399524 node_schedstat_waiting_seconds_total{cpu="54"} 486.732114719 node_schedstat_waiting_seconds_total{cpu="55"} 417.755936277 node_schedstat_waiting_seconds_total{cpu="56"} 459.938672491 node_schedstat_waiting_seconds_total{cpu="57"} 397.886616447 node_schedstat_waiting_seconds_total{cpu="58"} 418.447866645 node_schedstat_waiting_seconds_total{cpu="59"} 509.881952267 node_schedstat_waiting_seconds_total{cpu="6"} 745.391771429 node_schedstat_waiting_seconds_total{cpu="60"} 450.218227461 node_schedstat_waiting_seconds_total{cpu="61"} 478.215422576 node_schedstat_waiting_seconds_total{cpu="62"} 502.606639029 node_schedstat_waiting_seconds_total{cpu="63"} 505.51389635 node_schedstat_waiting_seconds_total{cpu="64"} 486.43405362 node_schedstat_waiting_seconds_total{cpu="65"} 459.597897693 node_schedstat_waiting_seconds_total{cpu="66"} 504.191953736 node_schedstat_waiting_seconds_total{cpu="67"} 460.872568746 node_schedstat_waiting_seconds_total{cpu="68"} 467.68790942 node_schedstat_waiting_seconds_total{cpu="69"} 469.860164189 node_schedstat_waiting_seconds_total{cpu="7"} 750.987613595 node_schedstat_waiting_seconds_total{cpu="70"} 455.046717849 node_schedstat_waiting_seconds_total{cpu="71"} 405.615068936 node_schedstat_waiting_seconds_total{cpu="72"} 412.781443773 node_schedstat_waiting_seconds_total{cpu="73"} 380.20980949 node_schedstat_waiting_seconds_total{cpu="74"} 391.899334608 node_schedstat_waiting_seconds_total{cpu="75"} 381.660495273 node_schedstat_waiting_seconds_total{cpu="76"} 394.867771749 node_schedstat_waiting_seconds_total{cpu="77"} 380.03250099 node_schedstat_waiting_seconds_total{cpu="78"} 375.906197137 node_schedstat_waiting_seconds_total{cpu="79"} 529.730324806 node_schedstat_waiting_seconds_total{cpu="8"} 655.001899608 node_schedstat_waiting_seconds_total{cpu="9"} 611.505459817 # 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.056709 node_scrape_collector_duration_seconds{collector="bcache"} 2.6821e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.351e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.058634444 node_scrape_collector_duration_seconds{collector="conntrack"} 0.026623922 node_scrape_collector_duration_seconds{collector="cpu"} 0.014997442 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.079873573 node_scrape_collector_duration_seconds{collector="diskstats"} 0.043259383 node_scrape_collector_duration_seconds{collector="dmi"} 0.02753927 node_scrape_collector_duration_seconds{collector="edac"} 0.027088369 node_scrape_collector_duration_seconds{collector="entropy"} 0.002075531 node_scrape_collector_duration_seconds{collector="fibrechannel"} 2.2657e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.027517717 node_scrape_collector_duration_seconds{collector="filesystem"} 0.082580884 node_scrape_collector_duration_seconds{collector="hwmon"} 0.039710293 node_scrape_collector_duration_seconds{collector="infiniband"} 2.05e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 3.8517e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 9.1073e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000125105 node_scrape_collector_duration_seconds{collector="meminfo"} 0.028396767 node_scrape_collector_duration_seconds{collector="netclass"} 0.076330734 node_scrape_collector_duration_seconds{collector="netdev"} 0.033740367 node_scrape_collector_duration_seconds{collector="netstat"} 0.058577705 node_scrape_collector_duration_seconds{collector="nfs"} 2.4025e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.0177e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.02680994 node_scrape_collector_duration_seconds{collector="os"} 0.026720776 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.6353e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000228499 node_scrape_collector_duration_seconds{collector="rapl"} 0.055158056 node_scrape_collector_duration_seconds{collector="schedstat"} 0.054814148 node_scrape_collector_duration_seconds{collector="selinux"} 0.026957568 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000216655 node_scrape_collector_duration_seconds{collector="softnet"} 0.027975424 node_scrape_collector_duration_seconds{collector="stat"} 0.052910742 node_scrape_collector_duration_seconds{collector="tapestats"} 2.1915e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.026552884 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.031824661 node_scrape_collector_duration_seconds{collector="time"} 0.000207823 node_scrape_collector_duration_seconds{collector="timex"} 4.5167e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.055823764 node_scrape_collector_duration_seconds{collector="uname"} 0.027154265 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000242043 node_scrape_collector_duration_seconds{collector="watchdog"} 3.9289e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.9494e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.243e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 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"} 1 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"} 1 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 1 # 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 70 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 457 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 81 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 44 # 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 180224 # 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 77 # 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 3 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 26 # 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 106496 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 1094 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 0 node_softnet_backlog_len{cpu="24"} 0 node_softnet_backlog_len{cpu="25"} 0 node_softnet_backlog_len{cpu="26"} 0 node_softnet_backlog_len{cpu="27"} 0 node_softnet_backlog_len{cpu="28"} 0 node_softnet_backlog_len{cpu="29"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="30"} 0 node_softnet_backlog_len{cpu="31"} 0 node_softnet_backlog_len{cpu="32"} 0 node_softnet_backlog_len{cpu="33"} 0 node_softnet_backlog_len{cpu="34"} 0 node_softnet_backlog_len{cpu="35"} 0 node_softnet_backlog_len{cpu="36"} 0 node_softnet_backlog_len{cpu="37"} 0 node_softnet_backlog_len{cpu="38"} 0 node_softnet_backlog_len{cpu="39"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="40"} 0 node_softnet_backlog_len{cpu="41"} 0 node_softnet_backlog_len{cpu="42"} 0 node_softnet_backlog_len{cpu="43"} 0 node_softnet_backlog_len{cpu="44"} 0 node_softnet_backlog_len{cpu="45"} 0 node_softnet_backlog_len{cpu="46"} 0 node_softnet_backlog_len{cpu="47"} 0 node_softnet_backlog_len{cpu="48"} 0 node_softnet_backlog_len{cpu="49"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="50"} 0 node_softnet_backlog_len{cpu="51"} 0 node_softnet_backlog_len{cpu="52"} 0 node_softnet_backlog_len{cpu="53"} 0 node_softnet_backlog_len{cpu="54"} 0 node_softnet_backlog_len{cpu="55"} 0 node_softnet_backlog_len{cpu="56"} 0 node_softnet_backlog_len{cpu="57"} 0 node_softnet_backlog_len{cpu="58"} 0 node_softnet_backlog_len{cpu="59"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="60"} 0 node_softnet_backlog_len{cpu="61"} 0 node_softnet_backlog_len{cpu="62"} 0 node_softnet_backlog_len{cpu="63"} 0 node_softnet_backlog_len{cpu="64"} 0 node_softnet_backlog_len{cpu="65"} 0 node_softnet_backlog_len{cpu="66"} 0 node_softnet_backlog_len{cpu="67"} 0 node_softnet_backlog_len{cpu="68"} 0 node_softnet_backlog_len{cpu="69"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="70"} 0 node_softnet_backlog_len{cpu="71"} 0 node_softnet_backlog_len{cpu="72"} 0 node_softnet_backlog_len{cpu="73"} 0 node_softnet_backlog_len{cpu="74"} 0 node_softnet_backlog_len{cpu="75"} 0 node_softnet_backlog_len{cpu="76"} 0 node_softnet_backlog_len{cpu="77"} 0 node_softnet_backlog_len{cpu="78"} 0 node_softnet_backlog_len{cpu="79"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 0 node_softnet_cpu_collision_total{cpu="24"} 0 node_softnet_cpu_collision_total{cpu="25"} 0 node_softnet_cpu_collision_total{cpu="26"} 0 node_softnet_cpu_collision_total{cpu="27"} 0 node_softnet_cpu_collision_total{cpu="28"} 0 node_softnet_cpu_collision_total{cpu="29"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="30"} 0 node_softnet_cpu_collision_total{cpu="31"} 0 node_softnet_cpu_collision_total{cpu="32"} 0 node_softnet_cpu_collision_total{cpu="33"} 0 node_softnet_cpu_collision_total{cpu="34"} 0 node_softnet_cpu_collision_total{cpu="35"} 0 node_softnet_cpu_collision_total{cpu="36"} 0 node_softnet_cpu_collision_total{cpu="37"} 0 node_softnet_cpu_collision_total{cpu="38"} 0 node_softnet_cpu_collision_total{cpu="39"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="40"} 0 node_softnet_cpu_collision_total{cpu="41"} 0 node_softnet_cpu_collision_total{cpu="42"} 0 node_softnet_cpu_collision_total{cpu="43"} 0 node_softnet_cpu_collision_total{cpu="44"} 0 node_softnet_cpu_collision_total{cpu="45"} 0 node_softnet_cpu_collision_total{cpu="46"} 0 node_softnet_cpu_collision_total{cpu="47"} 0 node_softnet_cpu_collision_total{cpu="48"} 0 node_softnet_cpu_collision_total{cpu="49"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="50"} 0 node_softnet_cpu_collision_total{cpu="51"} 0 node_softnet_cpu_collision_total{cpu="52"} 0 node_softnet_cpu_collision_total{cpu="53"} 0 node_softnet_cpu_collision_total{cpu="54"} 0 node_softnet_cpu_collision_total{cpu="55"} 0 node_softnet_cpu_collision_total{cpu="56"} 0 node_softnet_cpu_collision_total{cpu="57"} 0 node_softnet_cpu_collision_total{cpu="58"} 0 node_softnet_cpu_collision_total{cpu="59"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="60"} 0 node_softnet_cpu_collision_total{cpu="61"} 0 node_softnet_cpu_collision_total{cpu="62"} 0 node_softnet_cpu_collision_total{cpu="63"} 0 node_softnet_cpu_collision_total{cpu="64"} 0 node_softnet_cpu_collision_total{cpu="65"} 0 node_softnet_cpu_collision_total{cpu="66"} 0 node_softnet_cpu_collision_total{cpu="67"} 0 node_softnet_cpu_collision_total{cpu="68"} 0 node_softnet_cpu_collision_total{cpu="69"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="70"} 0 node_softnet_cpu_collision_total{cpu="71"} 0 node_softnet_cpu_collision_total{cpu="72"} 0 node_softnet_cpu_collision_total{cpu="73"} 0 node_softnet_cpu_collision_total{cpu="74"} 0 node_softnet_cpu_collision_total{cpu="75"} 0 node_softnet_cpu_collision_total{cpu="76"} 0 node_softnet_cpu_collision_total{cpu="77"} 0 node_softnet_cpu_collision_total{cpu="78"} 0 node_softnet_cpu_collision_total{cpu="79"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="20"} 1 node_softnet_dropped_total{cpu="21"} 0 node_softnet_dropped_total{cpu="22"} 0 node_softnet_dropped_total{cpu="23"} 0 node_softnet_dropped_total{cpu="24"} 0 node_softnet_dropped_total{cpu="25"} 0 node_softnet_dropped_total{cpu="26"} 0 node_softnet_dropped_total{cpu="27"} 0 node_softnet_dropped_total{cpu="28"} 0 node_softnet_dropped_total{cpu="29"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="30"} 1 node_softnet_dropped_total{cpu="31"} 1 node_softnet_dropped_total{cpu="32"} 0 node_softnet_dropped_total{cpu="33"} 0 node_softnet_dropped_total{cpu="34"} 0 node_softnet_dropped_total{cpu="35"} 0 node_softnet_dropped_total{cpu="36"} 0 node_softnet_dropped_total{cpu="37"} 0 node_softnet_dropped_total{cpu="38"} 0 node_softnet_dropped_total{cpu="39"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="40"} 0 node_softnet_dropped_total{cpu="41"} 0 node_softnet_dropped_total{cpu="42"} 0 node_softnet_dropped_total{cpu="43"} 0 node_softnet_dropped_total{cpu="44"} 0 node_softnet_dropped_total{cpu="45"} 0 node_softnet_dropped_total{cpu="46"} 0 node_softnet_dropped_total{cpu="47"} 0 node_softnet_dropped_total{cpu="48"} 0 node_softnet_dropped_total{cpu="49"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="50"} 0 node_softnet_dropped_total{cpu="51"} 0 node_softnet_dropped_total{cpu="52"} 2 node_softnet_dropped_total{cpu="53"} 0 node_softnet_dropped_total{cpu="54"} 0 node_softnet_dropped_total{cpu="55"} 0 node_softnet_dropped_total{cpu="56"} 0 node_softnet_dropped_total{cpu="57"} 0 node_softnet_dropped_total{cpu="58"} 0 node_softnet_dropped_total{cpu="59"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="60"} 0 node_softnet_dropped_total{cpu="61"} 0 node_softnet_dropped_total{cpu="62"} 0 node_softnet_dropped_total{cpu="63"} 0 node_softnet_dropped_total{cpu="64"} 0 node_softnet_dropped_total{cpu="65"} 0 node_softnet_dropped_total{cpu="66"} 0 node_softnet_dropped_total{cpu="67"} 0 node_softnet_dropped_total{cpu="68"} 0 node_softnet_dropped_total{cpu="69"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="70"} 0 node_softnet_dropped_total{cpu="71"} 0 node_softnet_dropped_total{cpu="72"} 0 node_softnet_dropped_total{cpu="73"} 1 node_softnet_dropped_total{cpu="74"} 0 node_softnet_dropped_total{cpu="75"} 0 node_softnet_dropped_total{cpu="76"} 0 node_softnet_dropped_total{cpu="77"} 0 node_softnet_dropped_total{cpu="78"} 0 node_softnet_dropped_total{cpu="79"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="20"} 0 node_softnet_flow_limit_count_total{cpu="21"} 0 node_softnet_flow_limit_count_total{cpu="22"} 0 node_softnet_flow_limit_count_total{cpu="23"} 0 node_softnet_flow_limit_count_total{cpu="24"} 0 node_softnet_flow_limit_count_total{cpu="25"} 0 node_softnet_flow_limit_count_total{cpu="26"} 0 node_softnet_flow_limit_count_total{cpu="27"} 0 node_softnet_flow_limit_count_total{cpu="28"} 0 node_softnet_flow_limit_count_total{cpu="29"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="30"} 0 node_softnet_flow_limit_count_total{cpu="31"} 0 node_softnet_flow_limit_count_total{cpu="32"} 0 node_softnet_flow_limit_count_total{cpu="33"} 0 node_softnet_flow_limit_count_total{cpu="34"} 0 node_softnet_flow_limit_count_total{cpu="35"} 0 node_softnet_flow_limit_count_total{cpu="36"} 0 node_softnet_flow_limit_count_total{cpu="37"} 0 node_softnet_flow_limit_count_total{cpu="38"} 0 node_softnet_flow_limit_count_total{cpu="39"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="40"} 0 node_softnet_flow_limit_count_total{cpu="41"} 0 node_softnet_flow_limit_count_total{cpu="42"} 0 node_softnet_flow_limit_count_total{cpu="43"} 0 node_softnet_flow_limit_count_total{cpu="44"} 0 node_softnet_flow_limit_count_total{cpu="45"} 0 node_softnet_flow_limit_count_total{cpu="46"} 0 node_softnet_flow_limit_count_total{cpu="47"} 0 node_softnet_flow_limit_count_total{cpu="48"} 0 node_softnet_flow_limit_count_total{cpu="49"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="50"} 0 node_softnet_flow_limit_count_total{cpu="51"} 0 node_softnet_flow_limit_count_total{cpu="52"} 0 node_softnet_flow_limit_count_total{cpu="53"} 0 node_softnet_flow_limit_count_total{cpu="54"} 0 node_softnet_flow_limit_count_total{cpu="55"} 0 node_softnet_flow_limit_count_total{cpu="56"} 0 node_softnet_flow_limit_count_total{cpu="57"} 0 node_softnet_flow_limit_count_total{cpu="58"} 0 node_softnet_flow_limit_count_total{cpu="59"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="60"} 0 node_softnet_flow_limit_count_total{cpu="61"} 0 node_softnet_flow_limit_count_total{cpu="62"} 0 node_softnet_flow_limit_count_total{cpu="63"} 0 node_softnet_flow_limit_count_total{cpu="64"} 0 node_softnet_flow_limit_count_total{cpu="65"} 0 node_softnet_flow_limit_count_total{cpu="66"} 0 node_softnet_flow_limit_count_total{cpu="67"} 0 node_softnet_flow_limit_count_total{cpu="68"} 0 node_softnet_flow_limit_count_total{cpu="69"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="70"} 0 node_softnet_flow_limit_count_total{cpu="71"} 0 node_softnet_flow_limit_count_total{cpu="72"} 0 node_softnet_flow_limit_count_total{cpu="73"} 0 node_softnet_flow_limit_count_total{cpu="74"} 0 node_softnet_flow_limit_count_total{cpu="75"} 0 node_softnet_flow_limit_count_total{cpu="76"} 0 node_softnet_flow_limit_count_total{cpu="77"} 0 node_softnet_flow_limit_count_total{cpu="78"} 0 node_softnet_flow_limit_count_total{cpu="79"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 4.765664e+06 node_softnet_processed_total{cpu="1"} 4.1677608e+07 node_softnet_processed_total{cpu="10"} 3.4084492e+07 node_softnet_processed_total{cpu="11"} 9.365308e+06 node_softnet_processed_total{cpu="12"} 2.0003113e+07 node_softnet_processed_total{cpu="13"} 4.913948e+06 node_softnet_processed_total{cpu="14"} 4.151363e+06 node_softnet_processed_total{cpu="15"} 3.90126e+06 node_softnet_processed_total{cpu="16"} 3.717595e+06 node_softnet_processed_total{cpu="17"} 3.79953e+06 node_softnet_processed_total{cpu="18"} 3.726979e+06 node_softnet_processed_total{cpu="19"} 3.280857e+06 node_softnet_processed_total{cpu="2"} 3.8832031e+07 node_softnet_processed_total{cpu="20"} 2.319051e+06 node_softnet_processed_total{cpu="21"} 1.919294e+06 node_softnet_processed_total{cpu="22"} 1.696633e+06 node_softnet_processed_total{cpu="23"} 1.57304e+06 node_softnet_processed_total{cpu="24"} 1.457694e+06 node_softnet_processed_total{cpu="25"} 1.328234e+06 node_softnet_processed_total{cpu="26"} 1.271224e+06 node_softnet_processed_total{cpu="27"} 1.150074e+06 node_softnet_processed_total{cpu="28"} 1.103747e+06 node_softnet_processed_total{cpu="29"} 1.059639e+06 node_softnet_processed_total{cpu="3"} 7.245649e+06 node_softnet_processed_total{cpu="30"} 1.01355e+06 node_softnet_processed_total{cpu="31"} 944399 node_softnet_processed_total{cpu="32"} 892502 node_softnet_processed_total{cpu="33"} 828347 node_softnet_processed_total{cpu="34"} 767919 node_softnet_processed_total{cpu="35"} 764774 node_softnet_processed_total{cpu="36"} 764178 node_softnet_processed_total{cpu="37"} 727123 node_softnet_processed_total{cpu="38"} 688181 node_softnet_processed_total{cpu="39"} 684586 node_softnet_processed_total{cpu="4"} 5.905118e+06 node_softnet_processed_total{cpu="40"} 3.04749e+06 node_softnet_processed_total{cpu="41"} 2.919555e+06 node_softnet_processed_total{cpu="42"} 2.959475e+06 node_softnet_processed_total{cpu="43"} 2.958944e+06 node_softnet_processed_total{cpu="44"} 2.827858e+06 node_softnet_processed_total{cpu="45"} 2.802758e+06 node_softnet_processed_total{cpu="46"} 2.801911e+06 node_softnet_processed_total{cpu="47"} 2.770496e+06 node_softnet_processed_total{cpu="48"} 2.781509e+06 node_softnet_processed_total{cpu="49"} 2.769295e+06 node_softnet_processed_total{cpu="5"} 5.329347e+06 node_softnet_processed_total{cpu="50"} 1.656489e+07 node_softnet_processed_total{cpu="51"} 6.672217e+06 node_softnet_processed_total{cpu="52"} 4.074722e+07 node_softnet_processed_total{cpu="53"} 4.408698e+06 node_softnet_processed_total{cpu="54"} 3.552464e+06 node_softnet_processed_total{cpu="55"} 3.225836e+06 node_softnet_processed_total{cpu="56"} 3.046422e+06 node_softnet_processed_total{cpu="57"} 3.010139e+06 node_softnet_processed_total{cpu="58"} 3.2916651e+07 node_softnet_processed_total{cpu="59"} 5.222643e+06 node_softnet_processed_total{cpu="6"} 4.925276e+06 node_softnet_processed_total{cpu="60"} 659430 node_softnet_processed_total{cpu="61"} 654712 node_softnet_processed_total{cpu="62"} 653121 node_softnet_processed_total{cpu="63"} 677064 node_softnet_processed_total{cpu="64"} 647573 node_softnet_processed_total{cpu="65"} 678373 node_softnet_processed_total{cpu="66"} 660758 node_softnet_processed_total{cpu="67"} 617243 node_softnet_processed_total{cpu="68"} 622481 node_softnet_processed_total{cpu="69"} 573463 node_softnet_processed_total{cpu="7"} 4.512274e+06 node_softnet_processed_total{cpu="70"} 590057 node_softnet_processed_total{cpu="71"} 614284 node_softnet_processed_total{cpu="72"} 595176 node_softnet_processed_total{cpu="73"} 624294 node_softnet_processed_total{cpu="74"} 609683 node_softnet_processed_total{cpu="75"} 589581 node_softnet_processed_total{cpu="76"} 598260 node_softnet_processed_total{cpu="77"} 614440 node_softnet_processed_total{cpu="78"} 827972 node_softnet_processed_total{cpu="79"} 2.332612e+06 node_softnet_processed_total{cpu="8"} 4.329746e+06 node_softnet_processed_total{cpu="9"} 6.469161e+06 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="20"} 0 node_softnet_received_rps_total{cpu="21"} 0 node_softnet_received_rps_total{cpu="22"} 0 node_softnet_received_rps_total{cpu="23"} 0 node_softnet_received_rps_total{cpu="24"} 0 node_softnet_received_rps_total{cpu="25"} 0 node_softnet_received_rps_total{cpu="26"} 0 node_softnet_received_rps_total{cpu="27"} 0 node_softnet_received_rps_total{cpu="28"} 0 node_softnet_received_rps_total{cpu="29"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="30"} 0 node_softnet_received_rps_total{cpu="31"} 0 node_softnet_received_rps_total{cpu="32"} 0 node_softnet_received_rps_total{cpu="33"} 0 node_softnet_received_rps_total{cpu="34"} 0 node_softnet_received_rps_total{cpu="35"} 0 node_softnet_received_rps_total{cpu="36"} 0 node_softnet_received_rps_total{cpu="37"} 0 node_softnet_received_rps_total{cpu="38"} 0 node_softnet_received_rps_total{cpu="39"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="40"} 0 node_softnet_received_rps_total{cpu="41"} 0 node_softnet_received_rps_total{cpu="42"} 0 node_softnet_received_rps_total{cpu="43"} 0 node_softnet_received_rps_total{cpu="44"} 0 node_softnet_received_rps_total{cpu="45"} 0 node_softnet_received_rps_total{cpu="46"} 0 node_softnet_received_rps_total{cpu="47"} 0 node_softnet_received_rps_total{cpu="48"} 0 node_softnet_received_rps_total{cpu="49"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="50"} 0 node_softnet_received_rps_total{cpu="51"} 0 node_softnet_received_rps_total{cpu="52"} 0 node_softnet_received_rps_total{cpu="53"} 0 node_softnet_received_rps_total{cpu="54"} 0 node_softnet_received_rps_total{cpu="55"} 0 node_softnet_received_rps_total{cpu="56"} 0 node_softnet_received_rps_total{cpu="57"} 0 node_softnet_received_rps_total{cpu="58"} 0 node_softnet_received_rps_total{cpu="59"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="60"} 0 node_softnet_received_rps_total{cpu="61"} 0 node_softnet_received_rps_total{cpu="62"} 0 node_softnet_received_rps_total{cpu="63"} 0 node_softnet_received_rps_total{cpu="64"} 0 node_softnet_received_rps_total{cpu="65"} 0 node_softnet_received_rps_total{cpu="66"} 0 node_softnet_received_rps_total{cpu="67"} 0 node_softnet_received_rps_total{cpu="68"} 0 node_softnet_received_rps_total{cpu="69"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="70"} 0 node_softnet_received_rps_total{cpu="71"} 0 node_softnet_received_rps_total{cpu="72"} 0 node_softnet_received_rps_total{cpu="73"} 0 node_softnet_received_rps_total{cpu="74"} 0 node_softnet_received_rps_total{cpu="75"} 0 node_softnet_received_rps_total{cpu="76"} 0 node_softnet_received_rps_total{cpu="77"} 0 node_softnet_received_rps_total{cpu="78"} 0 node_softnet_received_rps_total{cpu="79"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="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"} 0 node_softnet_times_squeezed_total{cpu="1"} 0 node_softnet_times_squeezed_total{cpu="10"} 0 node_softnet_times_squeezed_total{cpu="11"} 0 node_softnet_times_squeezed_total{cpu="12"} 0 node_softnet_times_squeezed_total{cpu="13"} 0 node_softnet_times_squeezed_total{cpu="14"} 0 node_softnet_times_squeezed_total{cpu="15"} 0 node_softnet_times_squeezed_total{cpu="16"} 0 node_softnet_times_squeezed_total{cpu="17"} 0 node_softnet_times_squeezed_total{cpu="18"} 0 node_softnet_times_squeezed_total{cpu="19"} 0 node_softnet_times_squeezed_total{cpu="2"} 0 node_softnet_times_squeezed_total{cpu="20"} 0 node_softnet_times_squeezed_total{cpu="21"} 0 node_softnet_times_squeezed_total{cpu="22"} 0 node_softnet_times_squeezed_total{cpu="23"} 0 node_softnet_times_squeezed_total{cpu="24"} 0 node_softnet_times_squeezed_total{cpu="25"} 0 node_softnet_times_squeezed_total{cpu="26"} 0 node_softnet_times_squeezed_total{cpu="27"} 0 node_softnet_times_squeezed_total{cpu="28"} 0 node_softnet_times_squeezed_total{cpu="29"} 0 node_softnet_times_squeezed_total{cpu="3"} 0 node_softnet_times_squeezed_total{cpu="30"} 0 node_softnet_times_squeezed_total{cpu="31"} 0 node_softnet_times_squeezed_total{cpu="32"} 0 node_softnet_times_squeezed_total{cpu="33"} 0 node_softnet_times_squeezed_total{cpu="34"} 0 node_softnet_times_squeezed_total{cpu="35"} 0 node_softnet_times_squeezed_total{cpu="36"} 0 node_softnet_times_squeezed_total{cpu="37"} 0 node_softnet_times_squeezed_total{cpu="38"} 0 node_softnet_times_squeezed_total{cpu="39"} 0 node_softnet_times_squeezed_total{cpu="4"} 0 node_softnet_times_squeezed_total{cpu="40"} 0 node_softnet_times_squeezed_total{cpu="41"} 0 node_softnet_times_squeezed_total{cpu="42"} 0 node_softnet_times_squeezed_total{cpu="43"} 0 node_softnet_times_squeezed_total{cpu="44"} 0 node_softnet_times_squeezed_total{cpu="45"} 0 node_softnet_times_squeezed_total{cpu="46"} 0 node_softnet_times_squeezed_total{cpu="47"} 0 node_softnet_times_squeezed_total{cpu="48"} 0 node_softnet_times_squeezed_total{cpu="49"} 0 node_softnet_times_squeezed_total{cpu="5"} 0 node_softnet_times_squeezed_total{cpu="50"} 0 node_softnet_times_squeezed_total{cpu="51"} 0 node_softnet_times_squeezed_total{cpu="52"} 0 node_softnet_times_squeezed_total{cpu="53"} 0 node_softnet_times_squeezed_total{cpu="54"} 0 node_softnet_times_squeezed_total{cpu="55"} 0 node_softnet_times_squeezed_total{cpu="56"} 0 node_softnet_times_squeezed_total{cpu="57"} 0 node_softnet_times_squeezed_total{cpu="58"} 0 node_softnet_times_squeezed_total{cpu="59"} 0 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="60"} 0 node_softnet_times_squeezed_total{cpu="61"} 0 node_softnet_times_squeezed_total{cpu="62"} 0 node_softnet_times_squeezed_total{cpu="63"} 0 node_softnet_times_squeezed_total{cpu="64"} 0 node_softnet_times_squeezed_total{cpu="65"} 0 node_softnet_times_squeezed_total{cpu="66"} 0 node_softnet_times_squeezed_total{cpu="67"} 0 node_softnet_times_squeezed_total{cpu="68"} 0 node_softnet_times_squeezed_total{cpu="69"} 0 node_softnet_times_squeezed_total{cpu="7"} 0 node_softnet_times_squeezed_total{cpu="70"} 0 node_softnet_times_squeezed_total{cpu="71"} 0 node_softnet_times_squeezed_total{cpu="72"} 0 node_softnet_times_squeezed_total{cpu="73"} 0 node_softnet_times_squeezed_total{cpu="74"} 0 node_softnet_times_squeezed_total{cpu="75"} 0 node_softnet_times_squeezed_total{cpu="76"} 0 node_softnet_times_squeezed_total{cpu="77"} 0 node_softnet_times_squeezed_total{cpu="78"} 0 node_softnet_times_squeezed_total{cpu="79"} 0 node_softnet_times_squeezed_total{cpu="8"} 0 node_softnet_times_squeezed_total{cpu="9"} 0 # 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="x86_pkg_temp",zone="0"} 44 node_thermal_zone_temp{type="x86_pkg_temp",zone="1"} 43 # 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.7649896798168297e+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 1.0000365614471436 # 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.1875 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -0.000372929 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="vj-ai-server-prod",release="5.4.0-216-generic",sysname="Linux",version="#236-Ubuntu SMP Fri Apr 11 19:53:21 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 3.1295937935e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 333360 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.10333507e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.207068169e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 421395 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 655796 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 286285.12 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524288 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 3.69508721e+11 # 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 6.1949723283e+11 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.684928e+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.7628123169e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273663488e+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"} 2003 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.611344e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0