# 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.5583e-05 go_gc_duration_seconds{quantile="0.25"} 2.6866e-05 go_gc_duration_seconds{quantile="0.5"} 3.4395e-05 go_gc_duration_seconds{quantile="0.75"} 4.3698e-05 go_gc_duration_seconds{quantile="1"} 0.000172868 go_gc_duration_seconds_sum 233.12693794 go_gc_duration_seconds_count 5.246852e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 4.497896e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.4628931275488e+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.494936e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.4407587579e+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.37696e+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 4.497896e+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 8.142848e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 6.586368e+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 47667 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 5.226496e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.4729216e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.762576134483697e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.44075923457e+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 115040 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 195840 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 9.254824e+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 742496 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 2.031616e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 2.031616e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.3680264e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 37 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.755961371e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 4.88795405908e+11 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="32",type="Processor"} 0 node_cooling_device_cur_state{name="33",type="Processor"} 0 node_cooling_device_cur_state{name="34",type="Processor"} 0 node_cooling_device_cur_state{name="35",type="Processor"} 0 node_cooling_device_cur_state{name="36",type="Processor"} 0 node_cooling_device_cur_state{name="37",type="Processor"} 0 node_cooling_device_cur_state{name="38",type="Processor"} 0 node_cooling_device_cur_state{name="39",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="40",type="Processor"} 0 node_cooling_device_cur_state{name="41",type="Processor"} 0 node_cooling_device_cur_state{name="42",type="Processor"} 0 node_cooling_device_cur_state{name="43",type="Processor"} 0 node_cooling_device_cur_state{name="44",type="Processor"} 0 node_cooling_device_cur_state{name="45",type="Processor"} 0 node_cooling_device_cur_state{name="46",type="Processor"} 0 node_cooling_device_cur_state{name="47",type="Processor"} 0 node_cooling_device_cur_state{name="48",type="Processor"} 0 node_cooling_device_cur_state{name="49",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="50",type="Processor"} 0 node_cooling_device_cur_state{name="51",type="Processor"} 0 node_cooling_device_cur_state{name="52",type="Processor"} 0 node_cooling_device_cur_state{name="53",type="Processor"} 0 node_cooling_device_cur_state{name="54",type="Processor"} 0 node_cooling_device_cur_state{name="55",type="Processor"} 0 node_cooling_device_cur_state{name="56",type="Processor"} 0 node_cooling_device_cur_state{name="57",type="Processor"} 0 node_cooling_device_cur_state{name="58",type="Processor"} 0 node_cooling_device_cur_state{name="59",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="60",type="Processor"} 0 node_cooling_device_cur_state{name="61",type="Processor"} 0 node_cooling_device_cur_state{name="62",type="Processor"} 0 node_cooling_device_cur_state{name="63",type="Processor"} 0 node_cooling_device_cur_state{name="64",type="Processor"} 0 node_cooling_device_cur_state{name="65",type="Processor"} 0 node_cooling_device_cur_state{name="66",type="Processor"} 0 node_cooling_device_cur_state{name="67",type="Processor"} 0 node_cooling_device_cur_state{name="68",type="Processor"} 0 node_cooling_device_cur_state{name="69",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="70",type="Processor"} 0 node_cooling_device_cur_state{name="71",type="Processor"} 0 node_cooling_device_cur_state{name="72",type="Processor"} 0 node_cooling_device_cur_state{name="73",type="Processor"} 0 node_cooling_device_cur_state{name="74",type="Processor"} 0 node_cooling_device_cur_state{name="75",type="Processor"} 0 node_cooling_device_cur_state{name="76",type="Processor"} 0 node_cooling_device_cur_state{name="77",type="Processor"} 0 node_cooling_device_cur_state{name="78",type="Processor"} 0 node_cooling_device_cur_state{name="79",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="80",type="intel_powerclamp"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 3 node_cooling_device_max_state{name="1",type="Processor"} 3 node_cooling_device_max_state{name="10",type="Processor"} 3 node_cooling_device_max_state{name="11",type="Processor"} 3 node_cooling_device_max_state{name="12",type="Processor"} 3 node_cooling_device_max_state{name="13",type="Processor"} 3 node_cooling_device_max_state{name="14",type="Processor"} 3 node_cooling_device_max_state{name="15",type="Processor"} 3 node_cooling_device_max_state{name="16",type="Processor"} 3 node_cooling_device_max_state{name="17",type="Processor"} 3 node_cooling_device_max_state{name="18",type="Processor"} 3 node_cooling_device_max_state{name="19",type="Processor"} 3 node_cooling_device_max_state{name="2",type="Processor"} 3 node_cooling_device_max_state{name="20",type="Processor"} 3 node_cooling_device_max_state{name="21",type="Processor"} 3 node_cooling_device_max_state{name="22",type="Processor"} 3 node_cooling_device_max_state{name="23",type="Processor"} 3 node_cooling_device_max_state{name="24",type="Processor"} 3 node_cooling_device_max_state{name="25",type="Processor"} 3 node_cooling_device_max_state{name="26",type="Processor"} 3 node_cooling_device_max_state{name="27",type="Processor"} 3 node_cooling_device_max_state{name="28",type="Processor"} 3 node_cooling_device_max_state{name="29",type="Processor"} 3 node_cooling_device_max_state{name="3",type="Processor"} 3 node_cooling_device_max_state{name="30",type="Processor"} 3 node_cooling_device_max_state{name="31",type="Processor"} 3 node_cooling_device_max_state{name="32",type="Processor"} 3 node_cooling_device_max_state{name="33",type="Processor"} 3 node_cooling_device_max_state{name="34",type="Processor"} 3 node_cooling_device_max_state{name="35",type="Processor"} 3 node_cooling_device_max_state{name="36",type="Processor"} 3 node_cooling_device_max_state{name="37",type="Processor"} 3 node_cooling_device_max_state{name="38",type="Processor"} 3 node_cooling_device_max_state{name="39",type="Processor"} 3 node_cooling_device_max_state{name="4",type="Processor"} 3 node_cooling_device_max_state{name="40",type="Processor"} 3 node_cooling_device_max_state{name="41",type="Processor"} 3 node_cooling_device_max_state{name="42",type="Processor"} 3 node_cooling_device_max_state{name="43",type="Processor"} 3 node_cooling_device_max_state{name="44",type="Processor"} 3 node_cooling_device_max_state{name="45",type="Processor"} 3 node_cooling_device_max_state{name="46",type="Processor"} 3 node_cooling_device_max_state{name="47",type="Processor"} 3 node_cooling_device_max_state{name="48",type="Processor"} 3 node_cooling_device_max_state{name="49",type="Processor"} 3 node_cooling_device_max_state{name="5",type="Processor"} 3 node_cooling_device_max_state{name="50",type="Processor"} 3 node_cooling_device_max_state{name="51",type="Processor"} 3 node_cooling_device_max_state{name="52",type="Processor"} 3 node_cooling_device_max_state{name="53",type="Processor"} 3 node_cooling_device_max_state{name="54",type="Processor"} 3 node_cooling_device_max_state{name="55",type="Processor"} 3 node_cooling_device_max_state{name="56",type="Processor"} 3 node_cooling_device_max_state{name="57",type="Processor"} 3 node_cooling_device_max_state{name="58",type="Processor"} 3 node_cooling_device_max_state{name="59",type="Processor"} 3 node_cooling_device_max_state{name="6",type="Processor"} 3 node_cooling_device_max_state{name="60",type="Processor"} 3 node_cooling_device_max_state{name="61",type="Processor"} 3 node_cooling_device_max_state{name="62",type="Processor"} 3 node_cooling_device_max_state{name="63",type="Processor"} 3 node_cooling_device_max_state{name="64",type="Processor"} 3 node_cooling_device_max_state{name="65",type="Processor"} 3 node_cooling_device_max_state{name="66",type="Processor"} 3 node_cooling_device_max_state{name="67",type="Processor"} 3 node_cooling_device_max_state{name="68",type="Processor"} 3 node_cooling_device_max_state{name="69",type="Processor"} 3 node_cooling_device_max_state{name="7",type="Processor"} 3 node_cooling_device_max_state{name="70",type="Processor"} 3 node_cooling_device_max_state{name="71",type="Processor"} 3 node_cooling_device_max_state{name="72",type="Processor"} 3 node_cooling_device_max_state{name="73",type="Processor"} 3 node_cooling_device_max_state{name="74",type="Processor"} 3 node_cooling_device_max_state{name="75",type="Processor"} 3 node_cooling_device_max_state{name="76",type="Processor"} 3 node_cooling_device_max_state{name="77",type="Processor"} 3 node_cooling_device_max_state{name="78",type="Processor"} 3 node_cooling_device_max_state{name="79",type="Processor"} 3 node_cooling_device_max_state{name="8",type="Processor"} 3 node_cooling_device_max_state{name="80",type="intel_powerclamp"} 100 node_cooling_device_max_state{name="9",type="Processor"} 3 # HELP node_cpu_core_throttles_total Number of times this CPU core has been throttled. # TYPE node_cpu_core_throttles_total counter node_cpu_core_throttles_total{core="0",package="0"} 0 node_cpu_core_throttles_total{core="0",package="1"} 0 node_cpu_core_throttles_total{core="1",package="0"} 0 node_cpu_core_throttles_total{core="1",package="1"} 0 node_cpu_core_throttles_total{core="10",package="0"} 0 node_cpu_core_throttles_total{core="10",package="1"} 0 node_cpu_core_throttles_total{core="11",package="0"} 0 node_cpu_core_throttles_total{core="11",package="1"} 0 node_cpu_core_throttles_total{core="12",package="0"} 0 node_cpu_core_throttles_total{core="12",package="1"} 0 node_cpu_core_throttles_total{core="16",package="0"} 0 node_cpu_core_throttles_total{core="16",package="1"} 0 node_cpu_core_throttles_total{core="17",package="0"} 0 node_cpu_core_throttles_total{core="17",package="1"} 0 node_cpu_core_throttles_total{core="18",package="0"} 0 node_cpu_core_throttles_total{core="18",package="1"} 0 node_cpu_core_throttles_total{core="19",package="0"} 0 node_cpu_core_throttles_total{core="19",package="1"} 0 node_cpu_core_throttles_total{core="2",package="0"} 0 node_cpu_core_throttles_total{core="2",package="1"} 0 node_cpu_core_throttles_total{core="20",package="0"} 0 node_cpu_core_throttles_total{core="20",package="1"} 0 node_cpu_core_throttles_total{core="24",package="0"} 0 node_cpu_core_throttles_total{core="24",package="1"} 0 node_cpu_core_throttles_total{core="25",package="0"} 0 node_cpu_core_throttles_total{core="25",package="1"} 0 node_cpu_core_throttles_total{core="26",package="0"} 0 node_cpu_core_throttles_total{core="26",package="1"} 0 node_cpu_core_throttles_total{core="27",package="0"} 0 node_cpu_core_throttles_total{core="27",package="1"} 0 node_cpu_core_throttles_total{core="28",package="0"} 0 node_cpu_core_throttles_total{core="28",package="1"} 0 node_cpu_core_throttles_total{core="3",package="0"} 0 node_cpu_core_throttles_total{core="3",package="1"} 0 node_cpu_core_throttles_total{core="4",package="0"} 0 node_cpu_core_throttles_total{core="4",package="1"} 0 node_cpu_core_throttles_total{core="8",package="0"} 0 node_cpu_core_throttles_total{core="8",package="1"} 0 node_cpu_core_throttles_total{core="9",package="0"} 0 node_cpu_core_throttles_total{core="9",package="1"} 0 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="1"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="10"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="11"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="12"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="13"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="14"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="15"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="16"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="17"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="18"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="19"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="2"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="20"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="21"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="22"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="23"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="24"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="25"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="26"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="27"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="28"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="29"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="3"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="30"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="31"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="32"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="33"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="34"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="35"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="36"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="37"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="38"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="39"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="4"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="40"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="41"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="42"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="43"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="44"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="45"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="46"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="47"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="48"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="49"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="5"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="50"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="51"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="52"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="53"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="54"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="55"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="56"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="57"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="58"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="59"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="6"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="60"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="61"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="62"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="63"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="64"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="65"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="66"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="67"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="68"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="69"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="7"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="70"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="71"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="72"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="73"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="74"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="75"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="76"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="77"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="78"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="79"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="8"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="9"} 3.7e+09 # HELP node_cpu_frequency_min_hertz Minimum CPU thread frequency in hertz. # TYPE node_cpu_frequency_min_hertz gauge node_cpu_frequency_min_hertz{cpu="0"} 1e+09 node_cpu_frequency_min_hertz{cpu="1"} 1e+09 node_cpu_frequency_min_hertz{cpu="10"} 1e+09 node_cpu_frequency_min_hertz{cpu="11"} 1e+09 node_cpu_frequency_min_hertz{cpu="12"} 1e+09 node_cpu_frequency_min_hertz{cpu="13"} 1e+09 node_cpu_frequency_min_hertz{cpu="14"} 1e+09 node_cpu_frequency_min_hertz{cpu="15"} 1e+09 node_cpu_frequency_min_hertz{cpu="16"} 1e+09 node_cpu_frequency_min_hertz{cpu="17"} 1e+09 node_cpu_frequency_min_hertz{cpu="18"} 1e+09 node_cpu_frequency_min_hertz{cpu="19"} 1e+09 node_cpu_frequency_min_hertz{cpu="2"} 1e+09 node_cpu_frequency_min_hertz{cpu="20"} 1e+09 node_cpu_frequency_min_hertz{cpu="21"} 1e+09 node_cpu_frequency_min_hertz{cpu="22"} 1e+09 node_cpu_frequency_min_hertz{cpu="23"} 1e+09 node_cpu_frequency_min_hertz{cpu="24"} 1e+09 node_cpu_frequency_min_hertz{cpu="25"} 1e+09 node_cpu_frequency_min_hertz{cpu="26"} 1e+09 node_cpu_frequency_min_hertz{cpu="27"} 1e+09 node_cpu_frequency_min_hertz{cpu="28"} 1e+09 node_cpu_frequency_min_hertz{cpu="29"} 1e+09 node_cpu_frequency_min_hertz{cpu="3"} 1e+09 node_cpu_frequency_min_hertz{cpu="30"} 1e+09 node_cpu_frequency_min_hertz{cpu="31"} 1e+09 node_cpu_frequency_min_hertz{cpu="32"} 1e+09 node_cpu_frequency_min_hertz{cpu="33"} 1e+09 node_cpu_frequency_min_hertz{cpu="34"} 1e+09 node_cpu_frequency_min_hertz{cpu="35"} 1e+09 node_cpu_frequency_min_hertz{cpu="36"} 1e+09 node_cpu_frequency_min_hertz{cpu="37"} 1e+09 node_cpu_frequency_min_hertz{cpu="38"} 1e+09 node_cpu_frequency_min_hertz{cpu="39"} 1e+09 node_cpu_frequency_min_hertz{cpu="4"} 1e+09 node_cpu_frequency_min_hertz{cpu="40"} 1e+09 node_cpu_frequency_min_hertz{cpu="41"} 1e+09 node_cpu_frequency_min_hertz{cpu="42"} 1e+09 node_cpu_frequency_min_hertz{cpu="43"} 1e+09 node_cpu_frequency_min_hertz{cpu="44"} 1e+09 node_cpu_frequency_min_hertz{cpu="45"} 1e+09 node_cpu_frequency_min_hertz{cpu="46"} 1e+09 node_cpu_frequency_min_hertz{cpu="47"} 1e+09 node_cpu_frequency_min_hertz{cpu="48"} 1e+09 node_cpu_frequency_min_hertz{cpu="49"} 1e+09 node_cpu_frequency_min_hertz{cpu="5"} 1e+09 node_cpu_frequency_min_hertz{cpu="50"} 1e+09 node_cpu_frequency_min_hertz{cpu="51"} 1e+09 node_cpu_frequency_min_hertz{cpu="52"} 1e+09 node_cpu_frequency_min_hertz{cpu="53"} 1e+09 node_cpu_frequency_min_hertz{cpu="54"} 1e+09 node_cpu_frequency_min_hertz{cpu="55"} 1e+09 node_cpu_frequency_min_hertz{cpu="56"} 1e+09 node_cpu_frequency_min_hertz{cpu="57"} 1e+09 node_cpu_frequency_min_hertz{cpu="58"} 1e+09 node_cpu_frequency_min_hertz{cpu="59"} 1e+09 node_cpu_frequency_min_hertz{cpu="6"} 1e+09 node_cpu_frequency_min_hertz{cpu="60"} 1e+09 node_cpu_frequency_min_hertz{cpu="61"} 1e+09 node_cpu_frequency_min_hertz{cpu="62"} 1e+09 node_cpu_frequency_min_hertz{cpu="63"} 1e+09 node_cpu_frequency_min_hertz{cpu="64"} 1e+09 node_cpu_frequency_min_hertz{cpu="65"} 1e+09 node_cpu_frequency_min_hertz{cpu="66"} 1e+09 node_cpu_frequency_min_hertz{cpu="67"} 1e+09 node_cpu_frequency_min_hertz{cpu="68"} 1e+09 node_cpu_frequency_min_hertz{cpu="69"} 1e+09 node_cpu_frequency_min_hertz{cpu="7"} 1e+09 node_cpu_frequency_min_hertz{cpu="70"} 1e+09 node_cpu_frequency_min_hertz{cpu="71"} 1e+09 node_cpu_frequency_min_hertz{cpu="72"} 1e+09 node_cpu_frequency_min_hertz{cpu="73"} 1e+09 node_cpu_frequency_min_hertz{cpu="74"} 1e+09 node_cpu_frequency_min_hertz{cpu="75"} 1e+09 node_cpu_frequency_min_hertz{cpu="76"} 1e+09 node_cpu_frequency_min_hertz{cpu="77"} 1e+09 node_cpu_frequency_min_hertz{cpu="78"} 1e+09 node_cpu_frequency_min_hertz{cpu="79"} 1e+09 node_cpu_frequency_min_hertz{cpu="8"} 1e+09 node_cpu_frequency_min_hertz{cpu="9"} 1e+09 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 0 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 0 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",mode="user"} 0 node_cpu_guest_seconds_total{cpu="16",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="16",mode="user"} 0 node_cpu_guest_seconds_total{cpu="17",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="17",mode="user"} 0 node_cpu_guest_seconds_total{cpu="18",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="18",mode="user"} 0 node_cpu_guest_seconds_total{cpu="19",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="19",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="20",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="20",mode="user"} 0 node_cpu_guest_seconds_total{cpu="21",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="21",mode="user"} 0 node_cpu_guest_seconds_total{cpu="22",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="22",mode="user"} 0 node_cpu_guest_seconds_total{cpu="23",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="23",mode="user"} 0 node_cpu_guest_seconds_total{cpu="24",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="24",mode="user"} 0 node_cpu_guest_seconds_total{cpu="25",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="25",mode="user"} 0 node_cpu_guest_seconds_total{cpu="26",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="26",mode="user"} 0 node_cpu_guest_seconds_total{cpu="27",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="27",mode="user"} 0 node_cpu_guest_seconds_total{cpu="28",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="28",mode="user"} 0 node_cpu_guest_seconds_total{cpu="29",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="29",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="30",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="30",mode="user"} 0 node_cpu_guest_seconds_total{cpu="31",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="31",mode="user"} 0 node_cpu_guest_seconds_total{cpu="32",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="32",mode="user"} 0 node_cpu_guest_seconds_total{cpu="33",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="33",mode="user"} 0 node_cpu_guest_seconds_total{cpu="34",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="34",mode="user"} 0 node_cpu_guest_seconds_total{cpu="35",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="35",mode="user"} 0 node_cpu_guest_seconds_total{cpu="36",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="36",mode="user"} 0 node_cpu_guest_seconds_total{cpu="37",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="37",mode="user"} 0 node_cpu_guest_seconds_total{cpu="38",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="38",mode="user"} 0 node_cpu_guest_seconds_total{cpu="39",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="39",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="40",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="40",mode="user"} 0 node_cpu_guest_seconds_total{cpu="41",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="41",mode="user"} 0 node_cpu_guest_seconds_total{cpu="42",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="42",mode="user"} 0 node_cpu_guest_seconds_total{cpu="43",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="43",mode="user"} 0 node_cpu_guest_seconds_total{cpu="44",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="44",mode="user"} 0 node_cpu_guest_seconds_total{cpu="45",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="45",mode="user"} 0 node_cpu_guest_seconds_total{cpu="46",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="46",mode="user"} 0 node_cpu_guest_seconds_total{cpu="47",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="47",mode="user"} 0 node_cpu_guest_seconds_total{cpu="48",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="48",mode="user"} 0 node_cpu_guest_seconds_total{cpu="49",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="49",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="50",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="50",mode="user"} 0 node_cpu_guest_seconds_total{cpu="51",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="51",mode="user"} 0 node_cpu_guest_seconds_total{cpu="52",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="52",mode="user"} 0 node_cpu_guest_seconds_total{cpu="53",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="53",mode="user"} 0 node_cpu_guest_seconds_total{cpu="54",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="54",mode="user"} 0 node_cpu_guest_seconds_total{cpu="55",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="55",mode="user"} 0 node_cpu_guest_seconds_total{cpu="56",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="56",mode="user"} 0 node_cpu_guest_seconds_total{cpu="57",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="57",mode="user"} 0 node_cpu_guest_seconds_total{cpu="58",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="58",mode="user"} 0 node_cpu_guest_seconds_total{cpu="59",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="59",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="60",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="60",mode="user"} 0 node_cpu_guest_seconds_total{cpu="61",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="61",mode="user"} 0 node_cpu_guest_seconds_total{cpu="62",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="62",mode="user"} 0 node_cpu_guest_seconds_total{cpu="63",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="63",mode="user"} 0 node_cpu_guest_seconds_total{cpu="64",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="64",mode="user"} 0 node_cpu_guest_seconds_total{cpu="65",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="65",mode="user"} 0 node_cpu_guest_seconds_total{cpu="66",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="66",mode="user"} 0 node_cpu_guest_seconds_total{cpu="67",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="67",mode="user"} 0 node_cpu_guest_seconds_total{cpu="68",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="68",mode="user"} 0 node_cpu_guest_seconds_total{cpu="69",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="69",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="70",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="70",mode="user"} 0 node_cpu_guest_seconds_total{cpu="71",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="71",mode="user"} 0 node_cpu_guest_seconds_total{cpu="72",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="72",mode="user"} 0 node_cpu_guest_seconds_total{cpu="73",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="73",mode="user"} 0 node_cpu_guest_seconds_total{cpu="74",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="74",mode="user"} 0 node_cpu_guest_seconds_total{cpu="75",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="75",mode="user"} 0 node_cpu_guest_seconds_total{cpu="76",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="76",mode="user"} 0 node_cpu_guest_seconds_total{cpu="77",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="77",mode="user"} 0 node_cpu_guest_seconds_total{cpu="78",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="78",mode="user"} 0 node_cpu_guest_seconds_total{cpu="79",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="79",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 # HELP node_cpu_package_throttles_total Number of times this CPU package has been throttled. # TYPE node_cpu_package_throttles_total counter node_cpu_package_throttles_total{package="0"} 0 node_cpu_package_throttles_total{package="1"} 0 # HELP node_cpu_scaling_frequency_hertz Current scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_hertz gauge node_cpu_scaling_frequency_hertz{cpu="0"} 2.400007e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 9.99987e+08 node_cpu_scaling_frequency_hertz{cpu="10"} 1.000443e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 1.000018e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 1.000029e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 1.699926e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 9.9997e+08 node_cpu_scaling_frequency_hertz{cpu="15"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 1.00026e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 9.99968e+08 node_cpu_scaling_frequency_hertz{cpu="18"} 1.100028e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 3.380652e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 9.99996e+08 node_cpu_scaling_frequency_hertz{cpu="20"} 1.200003e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 3.135154e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 1.00001e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 1.000036e+09 node_cpu_scaling_frequency_hertz{cpu="25"} 1.000314e+09 node_cpu_scaling_frequency_hertz{cpu="26"} 9.99966e+08 node_cpu_scaling_frequency_hertz{cpu="27"} 1.000002e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 1.000249e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 1.00003e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 9.99709e+08 node_cpu_scaling_frequency_hertz{cpu="30"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="31"} 9.99989e+08 node_cpu_scaling_frequency_hertz{cpu="32"} 1.000653e+09 node_cpu_scaling_frequency_hertz{cpu="33"} 1.00003e+09 node_cpu_scaling_frequency_hertz{cpu="34"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="35"} 3.377298e+09 node_cpu_scaling_frequency_hertz{cpu="36"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="37"} 1.000487e+09 node_cpu_scaling_frequency_hertz{cpu="38"} 9.99986e+08 node_cpu_scaling_frequency_hertz{cpu="39"} 9.99964e+08 node_cpu_scaling_frequency_hertz{cpu="4"} 1.000028e+09 node_cpu_scaling_frequency_hertz{cpu="40"} 2.632742e+09 node_cpu_scaling_frequency_hertz{cpu="41"} 1.499689e+09 node_cpu_scaling_frequency_hertz{cpu="42"} 9.99974e+08 node_cpu_scaling_frequency_hertz{cpu="43"} 1.000152e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 9.9996e+08 node_cpu_scaling_frequency_hertz{cpu="45"} 1.000015e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 1.000034e+09 node_cpu_scaling_frequency_hertz{cpu="47"} 1.799994e+09 node_cpu_scaling_frequency_hertz{cpu="48"} 1.100015e+09 node_cpu_scaling_frequency_hertz{cpu="49"} 1.115496e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 1.000197e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="51"} 1.300013e+09 node_cpu_scaling_frequency_hertz{cpu="52"} 9.9999e+08 node_cpu_scaling_frequency_hertz{cpu="53"} 1.200021e+09 node_cpu_scaling_frequency_hertz{cpu="54"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="55"} 1.000023e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 1.000003e+09 node_cpu_scaling_frequency_hertz{cpu="57"} 9.99994e+08 node_cpu_scaling_frequency_hertz{cpu="58"} 1.099996e+09 node_cpu_scaling_frequency_hertz{cpu="59"} 3.100098e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 1.00012e+09 node_cpu_scaling_frequency_hertz{cpu="60"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="61"} 2.300055e+09 node_cpu_scaling_frequency_hertz{cpu="62"} 1.000029e+09 node_cpu_scaling_frequency_hertz{cpu="63"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="64"} 1.000069e+09 node_cpu_scaling_frequency_hertz{cpu="65"} 1.000052e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 1.000191e+09 node_cpu_scaling_frequency_hertz{cpu="67"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 1.000179e+09 node_cpu_scaling_frequency_hertz{cpu="69"} 1.000061e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 1.447269e+09 node_cpu_scaling_frequency_hertz{cpu="70"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="71"} 1.000008e+09 node_cpu_scaling_frequency_hertz{cpu="72"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="73"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="74"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="75"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="76"} 9.99992e+08 node_cpu_scaling_frequency_hertz{cpu="77"} 1.00001e+09 node_cpu_scaling_frequency_hertz{cpu="78"} 1.000013e+09 node_cpu_scaling_frequency_hertz{cpu="79"} 1.000041e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 1.000145e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 1.313047e+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"} 4.29442087e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 2729.1 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 20670.35 node_cpu_seconds_total{cpu="0",mode="softirq"} 10539.26 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 308359.75 node_cpu_seconds_total{cpu="0",mode="user"} 1.01227828e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 5.01318211e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 2917.93 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 20770.68 node_cpu_seconds_total{cpu="1",mode="softirq"} 4818.74 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 310293.77 node_cpu_seconds_total{cpu="1",mode="user"} 1.01845738e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 5.27345704e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 2341.35 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 21723.1 node_cpu_seconds_total{cpu="10",mode="softirq"} 1953.49 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 297295.04 node_cpu_seconds_total{cpu="10",mode="user"} 958631.58 node_cpu_seconds_total{cpu="11",mode="idle"} 5.30770441e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 2367.28 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 20813.4 node_cpu_seconds_total{cpu="11",mode="softirq"} 2329.15 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 291163.16 node_cpu_seconds_total{cpu="11",mode="user"} 930558.86 node_cpu_seconds_total{cpu="12",mode="idle"} 5.32554187e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 2354.91 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 20860.89 node_cpu_seconds_total{cpu="12",mode="softirq"} 2042.13 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 288692.74 node_cpu_seconds_total{cpu="12",mode="user"} 915913.9 node_cpu_seconds_total{cpu="13",mode="idle"} 5.32716531e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 2332.69 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 20789.61 node_cpu_seconds_total{cpu="13",mode="softirq"} 2065.8 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 284477.49 node_cpu_seconds_total{cpu="13",mode="user"} 918623.06 node_cpu_seconds_total{cpu="14",mode="idle"} 5.33247169e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 2336.95 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 20670.58 node_cpu_seconds_total{cpu="14",mode="softirq"} 2054.49 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 284386.73 node_cpu_seconds_total{cpu="14",mode="user"} 913453.24 node_cpu_seconds_total{cpu="15",mode="idle"} 5.32131782e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 2313.66 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 20622.55 node_cpu_seconds_total{cpu="15",mode="softirq"} 2014.56 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 291213.3 node_cpu_seconds_total{cpu="15",mode="user"} 918766.17 node_cpu_seconds_total{cpu="16",mode="idle"} 5.31899691e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 2287.63 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 20733.23 node_cpu_seconds_total{cpu="16",mode="softirq"} 1871.94 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 288695.19 node_cpu_seconds_total{cpu="16",mode="user"} 923804.2 node_cpu_seconds_total{cpu="17",mode="idle"} 5.31651512e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 2296.19 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 20751.42 node_cpu_seconds_total{cpu="17",mode="softirq"} 1789.85 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 290778.64 node_cpu_seconds_total{cpu="17",mode="user"} 924466.33 node_cpu_seconds_total{cpu="18",mode="idle"} 5.31229737e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 2316.9 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 20708.06 node_cpu_seconds_total{cpu="18",mode="softirq"} 1731.16 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 295815.51 node_cpu_seconds_total{cpu="18",mode="user"} 923532.14 node_cpu_seconds_total{cpu="19",mode="idle"} 5.27815398e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 24492.3 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 20514.05 node_cpu_seconds_total{cpu="19",mode="softirq"} 3693.34 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 296686.29 node_cpu_seconds_total{cpu="19",mode="user"} 929307.3 node_cpu_seconds_total{cpu="2",mode="idle"} 5.14401909e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 2785.28 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 20629.53 node_cpu_seconds_total{cpu="2",mode="softirq"} 3443.88 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 308781.88 node_cpu_seconds_total{cpu="2",mode="user"} 1.02163132e+06 node_cpu_seconds_total{cpu="20",mode="idle"} 5.17929299e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 1933.09 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 21434.96 node_cpu_seconds_total{cpu="20",mode="softirq"} 1704.17 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 301075.09 node_cpu_seconds_total{cpu="20",mode="user"} 1.04922245e+06 node_cpu_seconds_total{cpu="21",mode="idle"} 5.25460085e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 1865.16 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 21504.57 node_cpu_seconds_total{cpu="21",mode="softirq"} 1386.57 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 307199.62 node_cpu_seconds_total{cpu="21",mode="user"} 967804.18 node_cpu_seconds_total{cpu="22",mode="idle"} 5.27386858e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 1875.52 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 21455.68 node_cpu_seconds_total{cpu="22",mode="softirq"} 1244.01 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 306602.31 node_cpu_seconds_total{cpu="22",mode="user"} 949407.92 node_cpu_seconds_total{cpu="23",mode="idle"} 5.28249314e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 1824.43 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 21373.99 node_cpu_seconds_total{cpu="23",mode="softirq"} 1167.12 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 311802.94 node_cpu_seconds_total{cpu="23",mode="user"} 936020.25 node_cpu_seconds_total{cpu="24",mode="idle"} 5.28761951e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 1811.73 node_cpu_seconds_total{cpu="24",mode="irq"} 0 node_cpu_seconds_total{cpu="24",mode="nice"} 21332.63 node_cpu_seconds_total{cpu="24",mode="softirq"} 1126.98 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 306920.56 node_cpu_seconds_total{cpu="24",mode="user"} 935678.76 node_cpu_seconds_total{cpu="25",mode="idle"} 5.28995397e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 1776.8 node_cpu_seconds_total{cpu="25",mode="irq"} 0 node_cpu_seconds_total{cpu="25",mode="nice"} 21292.17 node_cpu_seconds_total{cpu="25",mode="softirq"} 1101.27 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 308886.65 node_cpu_seconds_total{cpu="25",mode="user"} 931636.03 node_cpu_seconds_total{cpu="26",mode="idle"} 5.28515449e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 1763.46 node_cpu_seconds_total{cpu="26",mode="irq"} 0 node_cpu_seconds_total{cpu="26",mode="nice"} 21235.4 node_cpu_seconds_total{cpu="26",mode="softirq"} 1078.04 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 309497.04 node_cpu_seconds_total{cpu="26",mode="user"} 936204.9 node_cpu_seconds_total{cpu="27",mode="idle"} 5.29533383e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 1736.51 node_cpu_seconds_total{cpu="27",mode="irq"} 0 node_cpu_seconds_total{cpu="27",mode="nice"} 21308.98 node_cpu_seconds_total{cpu="27",mode="softirq"} 1063.19 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 307914.83 node_cpu_seconds_total{cpu="27",mode="user"} 927446.88 node_cpu_seconds_total{cpu="28",mode="idle"} 5.29453294e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 1747.07 node_cpu_seconds_total{cpu="28",mode="irq"} 0 node_cpu_seconds_total{cpu="28",mode="nice"} 21259.11 node_cpu_seconds_total{cpu="28",mode="softirq"} 1054.47 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 311344.99 node_cpu_seconds_total{cpu="28",mode="user"} 924872.3 node_cpu_seconds_total{cpu="29",mode="idle"} 5.29667692e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 1726.14 node_cpu_seconds_total{cpu="29",mode="irq"} 0 node_cpu_seconds_total{cpu="29",mode="nice"} 21222.07 node_cpu_seconds_total{cpu="29",mode="softirq"} 1050.72 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 306799.69 node_cpu_seconds_total{cpu="29",mode="user"} 927154.7 node_cpu_seconds_total{cpu="3",mode="idle"} 5.19715181e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 2721.58 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 20626.03 node_cpu_seconds_total{cpu="3",mode="softirq"} 2876.88 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 306292.43 node_cpu_seconds_total{cpu="3",mode="user"} 1.0043725e+06 node_cpu_seconds_total{cpu="30",mode="idle"} 5.29626834e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 1728.23 node_cpu_seconds_total{cpu="30",mode="irq"} 0 node_cpu_seconds_total{cpu="30",mode="nice"} 21167.51 node_cpu_seconds_total{cpu="30",mode="softirq"} 1043.88 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 312097.61 node_cpu_seconds_total{cpu="30",mode="user"} 922611.25 node_cpu_seconds_total{cpu="31",mode="idle"} 5.29858574e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 1725.23 node_cpu_seconds_total{cpu="31",mode="irq"} 0 node_cpu_seconds_total{cpu="31",mode="nice"} 21225.09 node_cpu_seconds_total{cpu="31",mode="softirq"} 1032.18 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 306835.23 node_cpu_seconds_total{cpu="31",mode="user"} 925558.33 node_cpu_seconds_total{cpu="32",mode="idle"} 5.29617261e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 1729.06 node_cpu_seconds_total{cpu="32",mode="irq"} 0 node_cpu_seconds_total{cpu="32",mode="nice"} 21262.82 node_cpu_seconds_total{cpu="32",mode="softirq"} 1026.68 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 307088.84 node_cpu_seconds_total{cpu="32",mode="user"} 927771.24 node_cpu_seconds_total{cpu="33",mode="idle"} 5.29849392e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 1711.2 node_cpu_seconds_total{cpu="33",mode="irq"} 0 node_cpu_seconds_total{cpu="33",mode="nice"} 21219.84 node_cpu_seconds_total{cpu="33",mode="softirq"} 1023.79 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 308228.61 node_cpu_seconds_total{cpu="33",mode="user"} 924358.4 node_cpu_seconds_total{cpu="34",mode="idle"} 5.29614371e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 1698.44 node_cpu_seconds_total{cpu="34",mode="irq"} 0 node_cpu_seconds_total{cpu="34",mode="nice"} 21210.07 node_cpu_seconds_total{cpu="34",mode="softirq"} 1023.72 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 308508.53 node_cpu_seconds_total{cpu="34",mode="user"} 926382.19 node_cpu_seconds_total{cpu="35",mode="idle"} 5.29541115e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 1694 node_cpu_seconds_total{cpu="35",mode="irq"} 0 node_cpu_seconds_total{cpu="35",mode="nice"} 21192.28 node_cpu_seconds_total{cpu="35",mode="softirq"} 1013.27 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 311265.93 node_cpu_seconds_total{cpu="35",mode="user"} 924656.36 node_cpu_seconds_total{cpu="36",mode="idle"} 5.29574975e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 1711.65 node_cpu_seconds_total{cpu="36",mode="irq"} 0 node_cpu_seconds_total{cpu="36",mode="nice"} 21326.03 node_cpu_seconds_total{cpu="36",mode="softirq"} 1009.14 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 309175.17 node_cpu_seconds_total{cpu="36",mode="user"} 926470.91 node_cpu_seconds_total{cpu="37",mode="idle"} 5.2957393e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 1684.76 node_cpu_seconds_total{cpu="37",mode="irq"} 0 node_cpu_seconds_total{cpu="37",mode="nice"} 21261.42 node_cpu_seconds_total{cpu="37",mode="softirq"} 1024.96 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 308007.19 node_cpu_seconds_total{cpu="37",mode="user"} 927448.32 node_cpu_seconds_total{cpu="38",mode="idle"} 5.29046469e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 1704.6 node_cpu_seconds_total{cpu="38",mode="irq"} 0 node_cpu_seconds_total{cpu="38",mode="nice"} 21230.86 node_cpu_seconds_total{cpu="38",mode="softirq"} 1045.37 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 309644.79 node_cpu_seconds_total{cpu="38",mode="user"} 930943.33 node_cpu_seconds_total{cpu="39",mode="idle"} 5.29323652e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 1677.99 node_cpu_seconds_total{cpu="39",mode="irq"} 0 node_cpu_seconds_total{cpu="39",mode="nice"} 21165.85 node_cpu_seconds_total{cpu="39",mode="softirq"} 1029.29 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 309983.22 node_cpu_seconds_total{cpu="39",mode="user"} 927850.56 node_cpu_seconds_total{cpu="4",mode="idle"} 5.19769983e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 2606.13 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 20507.84 node_cpu_seconds_total{cpu="4",mode="softirq"} 2598.85 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 304114.23 node_cpu_seconds_total{cpu="4",mode="user"} 1.01774589e+06 node_cpu_seconds_total{cpu="40",mode="idle"} 5.35833624e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 12043.06 node_cpu_seconds_total{cpu="40",mode="irq"} 0 node_cpu_seconds_total{cpu="40",mode="nice"} 21012.33 node_cpu_seconds_total{cpu="40",mode="softirq"} 1580.26 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 269411.92 node_cpu_seconds_total{cpu="40",mode="user"} 891743.78 node_cpu_seconds_total{cpu="41",mode="idle"} 5.4300547e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 8361.87 node_cpu_seconds_total{cpu="41",mode="irq"} 0 node_cpu_seconds_total{cpu="41",mode="nice"} 21378.83 node_cpu_seconds_total{cpu="41",mode="softirq"} 1530.3 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 272409.93 node_cpu_seconds_total{cpu="41",mode="user"} 821874.96 node_cpu_seconds_total{cpu="42",mode="idle"} 5.44311803e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 6203.88 node_cpu_seconds_total{cpu="42",mode="irq"} 0 node_cpu_seconds_total{cpu="42",mode="nice"} 21293.53 node_cpu_seconds_total{cpu="42",mode="softirq"} 1501.26 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 273367.94 node_cpu_seconds_total{cpu="42",mode="user"} 810561.31 node_cpu_seconds_total{cpu="43",mode="idle"} 5.43309074e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 5101.93 node_cpu_seconds_total{cpu="43",mode="irq"} 0 node_cpu_seconds_total{cpu="43",mode="nice"} 21287.47 node_cpu_seconds_total{cpu="43",mode="softirq"} 1452.49 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 275074.9 node_cpu_seconds_total{cpu="43",mode="user"} 820824.09 node_cpu_seconds_total{cpu="44",mode="idle"} 5.42605571e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 4394.91 node_cpu_seconds_total{cpu="44",mode="irq"} 0 node_cpu_seconds_total{cpu="44",mode="nice"} 21193.24 node_cpu_seconds_total{cpu="44",mode="softirq"} 1431.82 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 274334.33 node_cpu_seconds_total{cpu="44",mode="user"} 829494.56 node_cpu_seconds_total{cpu="45",mode="idle"} 5.41762893e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 3899.22 node_cpu_seconds_total{cpu="45",mode="irq"} 0 node_cpu_seconds_total{cpu="45",mode="nice"} 21192.34 node_cpu_seconds_total{cpu="45",mode="softirq"} 1406.44 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 275371.35 node_cpu_seconds_total{cpu="45",mode="user"} 837522.17 node_cpu_seconds_total{cpu="46",mode="idle"} 5.40853804e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 3643.4 node_cpu_seconds_total{cpu="46",mode="irq"} 0 node_cpu_seconds_total{cpu="46",mode="nice"} 21210.69 node_cpu_seconds_total{cpu="46",mode="softirq"} 1382.34 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 277574.77 node_cpu_seconds_total{cpu="46",mode="user"} 845095.13 node_cpu_seconds_total{cpu="47",mode="idle"} 5.40192718e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 3386.32 node_cpu_seconds_total{cpu="47",mode="irq"} 0 node_cpu_seconds_total{cpu="47",mode="nice"} 21235.25 node_cpu_seconds_total{cpu="47",mode="softirq"} 1374.27 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 277419.13 node_cpu_seconds_total{cpu="47",mode="user"} 852056.74 node_cpu_seconds_total{cpu="48",mode="idle"} 5.39435712e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 3192.87 node_cpu_seconds_total{cpu="48",mode="irq"} 0 node_cpu_seconds_total{cpu="48",mode="nice"} 21222.49 node_cpu_seconds_total{cpu="48",mode="softirq"} 1364.18 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 278853.76 node_cpu_seconds_total{cpu="48",mode="user"} 858440.84 node_cpu_seconds_total{cpu="49",mode="idle"} 5.38751581e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 3051.99 node_cpu_seconds_total{cpu="49",mode="irq"} 0 node_cpu_seconds_total{cpu="49",mode="nice"} 21168.2 node_cpu_seconds_total{cpu="49",mode="softirq"} 1363.91 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 282090.73 node_cpu_seconds_total{cpu="49",mode="user"} 862128.66 node_cpu_seconds_total{cpu="5",mode="idle"} 5.21676754e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 2538.34 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 20513.26 node_cpu_seconds_total{cpu="5",mode="softirq"} 2423.22 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 304136.46 node_cpu_seconds_total{cpu="5",mode="user"} 1.00367612e+06 node_cpu_seconds_total{cpu="50",mode="idle"} 5.33536431e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 2839.45 node_cpu_seconds_total{cpu="50",mode="irq"} 0 node_cpu_seconds_total{cpu="50",mode="nice"} 22207.2 node_cpu_seconds_total{cpu="50",mode="softirq"} 10692.02 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 288142.54 node_cpu_seconds_total{cpu="50",mode="user"} 878089.16 node_cpu_seconds_total{cpu="51",mode="idle"} 5.26390722e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 2848 node_cpu_seconds_total{cpu="51",mode="irq"} 0 node_cpu_seconds_total{cpu="51",mode="nice"} 20456.19 node_cpu_seconds_total{cpu="51",mode="softirq"} 24903.74 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 296796.77 node_cpu_seconds_total{cpu="51",mode="user"} 911929.01 node_cpu_seconds_total{cpu="52",mode="idle"} 5.21369268e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 2857.5 node_cpu_seconds_total{cpu="52",mode="irq"} 0 node_cpu_seconds_total{cpu="52",mode="nice"} 20054.54 node_cpu_seconds_total{cpu="52",mode="softirq"} 32681.38 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 303690.6 node_cpu_seconds_total{cpu="52",mode="user"} 943926.18 node_cpu_seconds_total{cpu="53",mode="idle"} 5.197057e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 2872.75 node_cpu_seconds_total{cpu="53",mode="irq"} 0 node_cpu_seconds_total{cpu="53",mode="nice"} 19679.41 node_cpu_seconds_total{cpu="53",mode="softirq"} 32851.52 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 312132.91 node_cpu_seconds_total{cpu="53",mode="user"} 953357.18 node_cpu_seconds_total{cpu="54",mode="idle"} 5.17504336e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 2856.22 node_cpu_seconds_total{cpu="54",mode="irq"} 0 node_cpu_seconds_total{cpu="54",mode="nice"} 19394.64 node_cpu_seconds_total{cpu="54",mode="softirq"} 34379.69 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 314957.47 node_cpu_seconds_total{cpu="54",mode="user"} 969379.06 node_cpu_seconds_total{cpu="55",mode="idle"} 5.26872434e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 2918.46 node_cpu_seconds_total{cpu="55",mode="irq"} 0 node_cpu_seconds_total{cpu="55",mode="nice"} 19916.71 node_cpu_seconds_total{cpu="55",mode="softirq"} 11525.93 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 301231.52 node_cpu_seconds_total{cpu="55",mode="user"} 943526.05 node_cpu_seconds_total{cpu="56",mode="idle"} 5.28882252e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 2934.22 node_cpu_seconds_total{cpu="56",mode="irq"} 0 node_cpu_seconds_total{cpu="56",mode="nice"} 20321.64 node_cpu_seconds_total{cpu="56",mode="softirq"} 7830.61 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 294229.06 node_cpu_seconds_total{cpu="56",mode="user"} 936602.22 node_cpu_seconds_total{cpu="57",mode="idle"} 5.30654524e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 2946.59 node_cpu_seconds_total{cpu="57",mode="irq"} 0 node_cpu_seconds_total{cpu="57",mode="nice"} 20470.42 node_cpu_seconds_total{cpu="57",mode="softirq"} 5626.62 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 290614.55 node_cpu_seconds_total{cpu="57",mode="user"} 926073.89 node_cpu_seconds_total{cpu="58",mode="idle"} 5.32008388e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 2937.08 node_cpu_seconds_total{cpu="58",mode="irq"} 0 node_cpu_seconds_total{cpu="58",mode="nice"} 20542.4 node_cpu_seconds_total{cpu="58",mode="softirq"} 4343.46 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 292450.65 node_cpu_seconds_total{cpu="58",mode="user"} 912903.33 node_cpu_seconds_total{cpu="59",mode="idle"} 5.33089575e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 3364.37 node_cpu_seconds_total{cpu="59",mode="irq"} 0 node_cpu_seconds_total{cpu="59",mode="nice"} 20545.21 node_cpu_seconds_total{cpu="59",mode="softirq"} 3593.05 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 289681.83 node_cpu_seconds_total{cpu="59",mode="user"} 905558.18 node_cpu_seconds_total{cpu="6",mode="idle"} 5.23479034e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 2504.99 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 20553.8 node_cpu_seconds_total{cpu="6",mode="softirq"} 2263.25 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 306787.18 node_cpu_seconds_total{cpu="6",mode="user"} 985787.61 node_cpu_seconds_total{cpu="60",mode="idle"} 5.30838977e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 1754.74 node_cpu_seconds_total{cpu="60",mode="irq"} 0 node_cpu_seconds_total{cpu="60",mode="nice"} 20885.65 node_cpu_seconds_total{cpu="60",mode="softirq"} 1007.06 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 292963.2 node_cpu_seconds_total{cpu="60",mode="user"} 931285.2 node_cpu_seconds_total{cpu="61",mode="idle"} 5.34070913e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 1797.23 node_cpu_seconds_total{cpu="61",mode="irq"} 0 node_cpu_seconds_total{cpu="61",mode="nice"} 21263.53 node_cpu_seconds_total{cpu="61",mode="softirq"} 1009 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 297051.93 node_cpu_seconds_total{cpu="61",mode="user"} 893949.83 node_cpu_seconds_total{cpu="62",mode="idle"} 5.3429436e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 1780.27 node_cpu_seconds_total{cpu="62",mode="irq"} 0 node_cpu_seconds_total{cpu="62",mode="nice"} 21343.51 node_cpu_seconds_total{cpu="62",mode="softirq"} 1000.24 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 295913.36 node_cpu_seconds_total{cpu="62",mode="user"} 892549.38 node_cpu_seconds_total{cpu="63",mode="idle"} 5.34619902e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 1769.38 node_cpu_seconds_total{cpu="63",mode="irq"} 0 node_cpu_seconds_total{cpu="63",mode="nice"} 21354.67 node_cpu_seconds_total{cpu="63",mode="softirq"} 991.8 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 293408.39 node_cpu_seconds_total{cpu="63",mode="user"} 891607.88 node_cpu_seconds_total{cpu="64",mode="idle"} 5.34505487e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 1755.21 node_cpu_seconds_total{cpu="64",mode="irq"} 0 node_cpu_seconds_total{cpu="64",mode="nice"} 21332.32 node_cpu_seconds_total{cpu="64",mode="softirq"} 993.53 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 296520.38 node_cpu_seconds_total{cpu="64",mode="user"} 889713.43 node_cpu_seconds_total{cpu="65",mode="idle"} 5.349434e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 1750.57 node_cpu_seconds_total{cpu="65",mode="irq"} 0 node_cpu_seconds_total{cpu="65",mode="nice"} 21342.46 node_cpu_seconds_total{cpu="65",mode="softirq"} 997.37 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 293390.98 node_cpu_seconds_total{cpu="65",mode="user"} 888179.11 node_cpu_seconds_total{cpu="66",mode="idle"} 5.36160241e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 1745.12 node_cpu_seconds_total{cpu="66",mode="irq"} 0 node_cpu_seconds_total{cpu="66",mode="nice"} 21441.97 node_cpu_seconds_total{cpu="66",mode="softirq"} 1025.56 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 294028.94 node_cpu_seconds_total{cpu="66",mode="user"} 875291.9 node_cpu_seconds_total{cpu="67",mode="idle"} 5.3503585e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 1741.1 node_cpu_seconds_total{cpu="67",mode="irq"} 0 node_cpu_seconds_total{cpu="67",mode="nice"} 21382.13 node_cpu_seconds_total{cpu="67",mode="softirq"} 1049.09 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 293002.86 node_cpu_seconds_total{cpu="67",mode="user"} 887573.38 node_cpu_seconds_total{cpu="68",mode="idle"} 5.3502483e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 1753.38 node_cpu_seconds_total{cpu="68",mode="irq"} 0 node_cpu_seconds_total{cpu="68",mode="nice"} 21364.9 node_cpu_seconds_total{cpu="68",mode="softirq"} 1015.41 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 293551.15 node_cpu_seconds_total{cpu="68",mode="user"} 886980.65 node_cpu_seconds_total{cpu="69",mode="idle"} 5.35134744e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 1753.09 node_cpu_seconds_total{cpu="69",mode="irq"} 0 node_cpu_seconds_total{cpu="69",mode="nice"} 21322.81 node_cpu_seconds_total{cpu="69",mode="softirq"} 1010.58 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 298203.52 node_cpu_seconds_total{cpu="69",mode="user"} 881490.7 node_cpu_seconds_total{cpu="7",mode="idle"} 5.25086501e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 2460.45 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 20590.58 node_cpu_seconds_total{cpu="7",mode="softirq"} 2177.6 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 299948.71 node_cpu_seconds_total{cpu="7",mode="user"} 977753.5 node_cpu_seconds_total{cpu="70",mode="idle"} 5.35305488e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 1768.38 node_cpu_seconds_total{cpu="70",mode="irq"} 0 node_cpu_seconds_total{cpu="70",mode="nice"} 21327.89 node_cpu_seconds_total{cpu="70",mode="softirq"} 996.71 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 297781.5 node_cpu_seconds_total{cpu="70",mode="user"} 880261.25 node_cpu_seconds_total{cpu="71",mode="idle"} 5.35159289e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 1752.72 node_cpu_seconds_total{cpu="71",mode="irq"} 0 node_cpu_seconds_total{cpu="71",mode="nice"} 21397.32 node_cpu_seconds_total{cpu="71",mode="softirq"} 991.32 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 293467.74 node_cpu_seconds_total{cpu="71",mode="user"} 885605.49 node_cpu_seconds_total{cpu="72",mode="idle"} 5.35285453e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 1733 node_cpu_seconds_total{cpu="72",mode="irq"} 0 node_cpu_seconds_total{cpu="72",mode="nice"} 21438.42 node_cpu_seconds_total{cpu="72",mode="softirq"} 984.23 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 293121.97 node_cpu_seconds_total{cpu="72",mode="user"} 885175.69 node_cpu_seconds_total{cpu="73",mode="idle"} 5.35571055e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 1754.69 node_cpu_seconds_total{cpu="73",mode="irq"} 0 node_cpu_seconds_total{cpu="73",mode="nice"} 21425.95 node_cpu_seconds_total{cpu="73",mode="softirq"} 979.99 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 297003.62 node_cpu_seconds_total{cpu="73",mode="user"} 878740.32 node_cpu_seconds_total{cpu="74",mode="idle"} 5.35587377e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 1742.31 node_cpu_seconds_total{cpu="74",mode="irq"} 0 node_cpu_seconds_total{cpu="74",mode="nice"} 21401.24 node_cpu_seconds_total{cpu="74",mode="softirq"} 981.5 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 294775.24 node_cpu_seconds_total{cpu="74",mode="user"} 880637.6 node_cpu_seconds_total{cpu="75",mode="idle"} 5.35907604e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 1734.32 node_cpu_seconds_total{cpu="75",mode="irq"} 0 node_cpu_seconds_total{cpu="75",mode="nice"} 21416.9 node_cpu_seconds_total{cpu="75",mode="softirq"} 975.48 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 294841.42 node_cpu_seconds_total{cpu="75",mode="user"} 877492.29 node_cpu_seconds_total{cpu="76",mode="idle"} 5.36004822e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 1732.42 node_cpu_seconds_total{cpu="76",mode="irq"} 0 node_cpu_seconds_total{cpu="76",mode="nice"} 21525.04 node_cpu_seconds_total{cpu="76",mode="softirq"} 970.9 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 294093.1 node_cpu_seconds_total{cpu="76",mode="user"} 877152.3 node_cpu_seconds_total{cpu="77",mode="idle"} 5.36255493e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 1759.43 node_cpu_seconds_total{cpu="77",mode="irq"} 0 node_cpu_seconds_total{cpu="77",mode="nice"} 21501.3 node_cpu_seconds_total{cpu="77",mode="softirq"} 964.86 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 297993.17 node_cpu_seconds_total{cpu="77",mode="user"} 871145.49 node_cpu_seconds_total{cpu="78",mode="idle"} 5.36687264e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 1736.92 node_cpu_seconds_total{cpu="78",mode="irq"} 0 node_cpu_seconds_total{cpu="78",mode="nice"} 21454.32 node_cpu_seconds_total{cpu="78",mode="softirq"} 982.2 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 294560.98 node_cpu_seconds_total{cpu="78",mode="user"} 869579.09 node_cpu_seconds_total{cpu="79",mode="idle"} 5.35999462e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 1717.26 node_cpu_seconds_total{cpu="79",mode="irq"} 0 node_cpu_seconds_total{cpu="79",mode="nice"} 21429.45 node_cpu_seconds_total{cpu="79",mode="softirq"} 999.99 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 295610.3 node_cpu_seconds_total{cpu="79",mode="user"} 875465.84 node_cpu_seconds_total{cpu="8",mode="idle"} 5.26150952e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 2405.3 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 20639.07 node_cpu_seconds_total{cpu="8",mode="softirq"} 2106.28 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 299471.19 node_cpu_seconds_total{cpu="8",mode="user"} 968169.85 node_cpu_seconds_total{cpu="9",mode="idle"} 5.2718894e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 2366.18 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 20581.26 node_cpu_seconds_total{cpu="9",mode="softirq"} 2050.55 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 299338.26 node_cpu_seconds_total{cpu="9",mode="user"} 958372.56 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="sda"} 2580.666 node_disk_discard_time_seconds_total{device="sdb"} 0 node_disk_discard_time_seconds_total{device="sdc"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 1.16396386e+10 node_disk_discarded_sectors_total{device="sdb"} 0 node_disk_discarded_sectors_total{device="sdc"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="sda"} 1.6978656e+07 node_disk_discards_completed_total{device="sdb"} 0 node_disk_discards_completed_total{device="sdc"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 node_disk_discards_merged_total{device="sdc"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="sda"} 0 node_disk_flush_requests_time_seconds_total{device="sdb"} 0 node_disk_flush_requests_time_seconds_total{device="sdc"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 0 node_disk_flush_requests_total{device="sdc"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sdb",major="8",minor="16",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 node_disk_info{device="sdc",major="8",minor="32",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sdb"} 0 node_disk_io_now{device="sdc"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 55044.002 node_disk_io_time_seconds_total{device="sdb"} 225522.32 node_disk_io_time_seconds_total{device="sdc"} 0 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="sda"} 337746.031 node_disk_io_time_weighted_seconds_total{device="sdb"} 591884.839 node_disk_io_time_weighted_seconds_total{device="sdc"} 0 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="sda"} 1.847517942784e+12 node_disk_read_bytes_total{device="sdb"} 1.70302424064e+11 node_disk_read_bytes_total{device="sdc"} 0 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="sda"} 24283.384000000002 node_disk_read_time_seconds_total{device="sdb"} 24932.248 node_disk_read_time_seconds_total{device="sdc"} 0 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="sda"} 2.7127225e+07 node_disk_reads_completed_total{device="sdb"} 4.444306e+06 node_disk_reads_completed_total{device="sdc"} 0 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="sda"} 4.522869e+06 node_disk_reads_merged_total{device="sdb"} 964534 node_disk_reads_merged_total{device="sdc"} 0 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="sda"} 310881.98 node_disk_write_time_seconds_total{device="sdb"} 566952.591 node_disk_write_time_seconds_total{device="sdc"} 0 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 4.22646188e+08 node_disk_writes_completed_total{device="sdb"} 2.3647204e+07 node_disk_writes_completed_total{device="sdc"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 6.58706477e+08 node_disk_writes_merged_total{device="sdb"} 5.2447819e+07 node_disk_writes_merged_total{device="sdc"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 1.8129658180608e+13 node_disk_written_bytes_total{device="sdb"} 6.20990754816e+11 node_disk_written_bytes_total{device="sdc"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="08/29/2024",bios_release="3.32",bios_vendor="HPE",bios_version="U32",board_asset_tag="",board_name="ProLiant DL360 Gen10",board_vendor="HPE",board_version="",chassis_asset_tag="",chassis_vendor="HPE",chassis_version="",product_family="ProLiant",product_name="ProLiant DL360 Gen10",product_sku="867958-B21",product_version="",system_vendor="HPE"} 1 # HELP node_edac_correctable_errors_total Total correctable memory errors. # TYPE node_edac_correctable_errors_total counter node_edac_correctable_errors_total{controller="0"} 0 # HELP node_edac_csrow_correctable_errors_total Total correctable memory errors for this csrow. # TYPE node_edac_csrow_correctable_errors_total counter node_edac_csrow_correctable_errors_total{controller="0",csrow="unknown"} 0 # HELP node_edac_csrow_uncorrectable_errors_total Total uncorrectable memory errors for this csrow. # TYPE node_edac_csrow_uncorrectable_errors_total counter node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="unknown"} 0 # HELP node_edac_uncorrectable_errors_total Total uncorrectable memory errors. # TYPE node_edac_uncorrectable_errors_total counter node_edac_uncorrectable_errors_total{controller="0"} 0 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 42272 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.11855616e+09 node_filesystem_avail_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 3.94672050176e+11 node_filesystem_avail_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 7.228477001728e+12 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.3372874752e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3478641664e+10 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.171456e+08 node_filesystem_files{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 2.44191232e+08 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.6453437e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.6453437e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.290687e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 7.2078586e+07 node_filesystem_files_free{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 2.42993223e+08 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.6450793e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.6453434e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.290654e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.11855616e+09 node_filesystem_free_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 4.90651512832e+11 node_filesystem_free_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 7.628571815936e+12 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.3372874752e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3478641664e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sda2",major="8",minor="2",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sdb1",major="8",minor="17",mountpoint="/mnt/sda"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="29",mountpoint="/run/lock"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="40",mountpoint="/run/user/0"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.124995072e+09 node_filesystem_size_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.887976378368e+12 node_filesystem_size_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 7.937301327872e+12 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.3478658048e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3478653952e+10 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 4.7653909e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="platform_coretemp_0",chip_name="coretemp"} 1 node_hwmon_chip_names{chip="platform_coretemp_1",chip_name="coretemp"} 1 node_hwmon_chip_names{chip="thermal_thermal_zone0",chip_name="pch_lewisburg"} 1 # HELP node_hwmon_power_average_interval_max_seconds Hardware monitor power usage update interval (average_interval_max) # TYPE node_hwmon_power_average_interval_max_seconds gauge node_hwmon_power_average_interval_max_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 300 # HELP node_hwmon_power_average_interval_min_seconds Hardware monitor power usage update interval (average_interval_min) # TYPE node_hwmon_power_average_interval_min_seconds gauge node_hwmon_power_average_interval_min_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 300 # HELP node_hwmon_power_average_interval_seconds Hardware monitor power usage update interval (average_interval) # TYPE node_hwmon_power_average_interval_seconds gauge node_hwmon_power_average_interval_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 300 # HELP node_hwmon_power_average_watt Hardware monitor for power usage in watts (average) # TYPE node_hwmon_power_average_watt gauge node_hwmon_power_average_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 251 # HELP node_hwmon_power_is_battery_watt Hardware monitor for power usage in watts (is_battery) # TYPE node_hwmon_power_is_battery_watt gauge node_hwmon_power_is_battery_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 0 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 0",sensor="temp2"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 10",sensor="temp12"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 11",sensor="temp13"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 12",sensor="temp14"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 16",sensor="temp18"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 17",sensor="temp19"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 18",sensor="temp20"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 19",sensor="temp21"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 2",sensor="temp4"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 20",sensor="temp22"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 24",sensor="temp26"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 25",sensor="temp27"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 26",sensor="temp28"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 27",sensor="temp29"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 28",sensor="temp30"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 4",sensor="temp6"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 8",sensor="temp10"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 9",sensor="temp11"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Package id 0",sensor="temp1"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 0",sensor="temp2"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 10",sensor="temp12"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 11",sensor="temp13"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 12",sensor="temp14"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 16",sensor="temp18"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 17",sensor="temp19"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 18",sensor="temp20"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 19",sensor="temp21"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 2",sensor="temp4"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 20",sensor="temp22"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 24",sensor="temp26"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 25",sensor="temp27"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 26",sensor="temp28"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 27",sensor="temp29"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 28",sensor="temp30"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 4",sensor="temp6"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 8",sensor="temp10"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 9",sensor="temp11"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Package id 1",sensor="temp1"} 1 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp1"} 59 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 57 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp11"} 57 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp12"} 57 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp13"} 58 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp14"} 57 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp18"} 54 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp19"} 55 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 56 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp20"} 55 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp21"} 56 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp22"} 56 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp26"} 57 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp27"} 57 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp28"} 56 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp29"} 56 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 56 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp30"} 58 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 57 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 56 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 56 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp1"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp10"} 59 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp11"} 59 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp12"} 59 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp13"} 59 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp14"} 56 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp18"} 56 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp19"} 57 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp2"} 58 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp20"} 55 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp21"} 55 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp22"} 57 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp26"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp27"} 59 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp28"} 58 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp29"} 58 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp3"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp30"} 57 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp4"} 57 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp5"} 56 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp6"} 56 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp0"} 49 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp1"} 49 # HELP node_hwmon_temp_crit_alarm_celsius Hardware monitor for temperature (crit_alarm) # TYPE node_hwmon_temp_crit_alarm_celsius gauge node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp10"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp11"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp12"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp13"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp14"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp18"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp19"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp20"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp21"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp22"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp26"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp27"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp28"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp29"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp3"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp30"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp4"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp5"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp6"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp10"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp11"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp12"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp13"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp14"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp18"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp19"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp20"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp21"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp22"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp26"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp27"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp28"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp29"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp3"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp30"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp4"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp5"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp6"} 0 # HELP node_hwmon_temp_crit_celsius Hardware monitor for temperature (crit) # TYPE node_hwmon_temp_crit_celsius gauge node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp1"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp10"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp11"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp12"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp13"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp14"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp18"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp19"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp2"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp20"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp21"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp22"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp26"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp27"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp28"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp29"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp3"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp30"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp4"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp5"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp6"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp1"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp10"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp11"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp12"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp13"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp14"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp18"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp19"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp2"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp20"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp21"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp22"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp26"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp27"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp28"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp29"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp3"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp30"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp4"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp5"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp6"} 95 # HELP node_hwmon_temp_max_celsius Hardware monitor for temperature (max) # TYPE node_hwmon_temp_max_celsius gauge node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp1"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp10"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp11"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp12"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp13"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp14"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp18"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp19"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp2"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp20"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp21"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp22"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp26"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp27"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp28"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp29"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp3"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp30"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp4"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp5"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp6"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp1"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp10"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp11"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp12"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp13"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp14"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp18"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp19"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp2"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp20"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp21"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp22"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp26"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp27"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp28"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp29"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp3"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp30"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp4"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp5"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp6"} 85 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 3.36101030766e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 19.91 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 16.5 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 16.35 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 3.0336659456e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 3.5734360064e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 5.397700608e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.097152e+06 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 4.2164211712e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 6.095122432e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 3.7611016192e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 7.5983208448e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 2.59173511168e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.15964116992e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.0684210176e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 4.31050752e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 2.482176e+06 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.3262729216e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 5.0208436224e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 3.6945707008e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.45752064e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.974669312e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 8.236146688e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 4.375826432e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.3478656e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.8106752e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 1.305956352e+09 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.7289984e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 3.7788766208e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.641274368e+09 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 1.353728e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 4.1430040576e+10 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 1.0412032e+08 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 53248 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 8.589930496e+09 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 3.125248e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 3.01441024e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 100960 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.492039062e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 4.500048303e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.2744762e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 3.4366056e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 74 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 5 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="br-07f968154de5"} 3 node_network_address_assign_type{device="br-16808385b93f"} 3 node_network_address_assign_type{device="br-1f956fd3540d"} 3 node_network_address_assign_type{device="br-20ce1902a65c"} 3 node_network_address_assign_type{device="br-220147d8e366"} 3 node_network_address_assign_type{device="br-2f0914f191c1"} 3 node_network_address_assign_type{device="br-3f2bad164aef"} 3 node_network_address_assign_type{device="br-4c463b933acb"} 3 node_network_address_assign_type{device="br-4da03db5fa37"} 3 node_network_address_assign_type{device="br-561f457bb8e2"} 3 node_network_address_assign_type{device="br-7a527d8e09f7"} 3 node_network_address_assign_type{device="br-83c30c05090c"} 3 node_network_address_assign_type{device="br-c3f816b27415"} 3 node_network_address_assign_type{device="br-c89a8ddee394"} 3 node_network_address_assign_type{device="br-e00d180c1d82"} 3 node_network_address_assign_type{device="br-f2b6401f23d0"} 3 node_network_address_assign_type{device="br-fc997eab0c12"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eno1"} 0 node_network_address_assign_type{device="eno2"} 0 node_network_address_assign_type{device="eno3"} 0 node_network_address_assign_type{device="eno4"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth071b49b"} 3 node_network_address_assign_type{device="veth0c1c961"} 3 node_network_address_assign_type{device="veth0e65deb"} 3 node_network_address_assign_type{device="veth10a821f"} 3 node_network_address_assign_type{device="veth134057f"} 3 node_network_address_assign_type{device="veth19ac6c5"} 3 node_network_address_assign_type{device="veth1c7c2b4"} 3 node_network_address_assign_type{device="veth22667c4"} 3 node_network_address_assign_type{device="veth24d27c0"} 3 node_network_address_assign_type{device="veth2e193ae"} 3 node_network_address_assign_type{device="veth330a1a6"} 3 node_network_address_assign_type{device="veth33d9bd1"} 3 node_network_address_assign_type{device="veth3788b06"} 3 node_network_address_assign_type{device="veth3901a80"} 3 node_network_address_assign_type{device="veth3ab03ae"} 3 node_network_address_assign_type{device="veth3de1e05"} 3 node_network_address_assign_type{device="veth4198006"} 3 node_network_address_assign_type{device="veth44e8feb"} 3 node_network_address_assign_type{device="veth48ad89b"} 3 node_network_address_assign_type{device="veth4e0a133"} 3 node_network_address_assign_type{device="veth5114550"} 3 node_network_address_assign_type{device="veth52621bb"} 3 node_network_address_assign_type{device="veth5791f47"} 3 node_network_address_assign_type{device="veth6114bd9"} 3 node_network_address_assign_type{device="veth642484d"} 3 node_network_address_assign_type{device="veth6546696"} 3 node_network_address_assign_type{device="veth769abf1"} 3 node_network_address_assign_type{device="veth79dfaf2"} 3 node_network_address_assign_type{device="veth7b583f7"} 3 node_network_address_assign_type{device="veth7c2edee"} 3 node_network_address_assign_type{device="veth7d177f7"} 3 node_network_address_assign_type{device="veth819eee4"} 3 node_network_address_assign_type{device="veth88db0e4"} 3 node_network_address_assign_type{device="veth8ff7f47"} 3 node_network_address_assign_type{device="veth9306dcd"} 3 node_network_address_assign_type{device="veth9318fd4"} 3 node_network_address_assign_type{device="veth93ce619"} 3 node_network_address_assign_type{device="veth99f7dd7"} 3 node_network_address_assign_type{device="veth9a58525"} 3 node_network_address_assign_type{device="veth9a79c2d"} 3 node_network_address_assign_type{device="veth9d28d5e"} 3 node_network_address_assign_type{device="vetha45411b"} 3 node_network_address_assign_type{device="vetha872785"} 3 node_network_address_assign_type{device="vetha929e05"} 3 node_network_address_assign_type{device="vethaade391"} 3 node_network_address_assign_type{device="vethbcac140"} 3 node_network_address_assign_type{device="vethbffd47a"} 3 node_network_address_assign_type{device="vethc18ca55"} 3 node_network_address_assign_type{device="vethc26a76c"} 3 node_network_address_assign_type{device="vethc3ef2c1"} 3 node_network_address_assign_type{device="vethca6c765"} 3 node_network_address_assign_type{device="vethcd419c8"} 3 node_network_address_assign_type{device="vethd2a24ad"} 3 node_network_address_assign_type{device="vethd85e3f7"} 3 node_network_address_assign_type{device="vethde20a07"} 3 node_network_address_assign_type{device="vethe6c8e86"} 3 node_network_address_assign_type{device="vethee9d48d"} 3 node_network_address_assign_type{device="vethf4d98ff"} 3 node_network_address_assign_type{device="vethf4f0986"} 3 node_network_address_assign_type{device="vethf95527f"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-07f968154de5"} 1 node_network_carrier{device="br-16808385b93f"} 1 node_network_carrier{device="br-1f956fd3540d"} 1 node_network_carrier{device="br-20ce1902a65c"} 1 node_network_carrier{device="br-220147d8e366"} 1 node_network_carrier{device="br-2f0914f191c1"} 1 node_network_carrier{device="br-3f2bad164aef"} 1 node_network_carrier{device="br-4c463b933acb"} 1 node_network_carrier{device="br-4da03db5fa37"} 1 node_network_carrier{device="br-561f457bb8e2"} 1 node_network_carrier{device="br-7a527d8e09f7"} 1 node_network_carrier{device="br-83c30c05090c"} 1 node_network_carrier{device="br-c3f816b27415"} 1 node_network_carrier{device="br-c89a8ddee394"} 1 node_network_carrier{device="br-e00d180c1d82"} 1 node_network_carrier{device="br-f2b6401f23d0"} 1 node_network_carrier{device="br-fc997eab0c12"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eno1"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth071b49b"} 1 node_network_carrier{device="veth0c1c961"} 1 node_network_carrier{device="veth0e65deb"} 1 node_network_carrier{device="veth10a821f"} 1 node_network_carrier{device="veth134057f"} 1 node_network_carrier{device="veth19ac6c5"} 1 node_network_carrier{device="veth1c7c2b4"} 1 node_network_carrier{device="veth22667c4"} 1 node_network_carrier{device="veth24d27c0"} 1 node_network_carrier{device="veth2e193ae"} 1 node_network_carrier{device="veth330a1a6"} 1 node_network_carrier{device="veth33d9bd1"} 1 node_network_carrier{device="veth3788b06"} 1 node_network_carrier{device="veth3901a80"} 1 node_network_carrier{device="veth3ab03ae"} 1 node_network_carrier{device="veth3de1e05"} 1 node_network_carrier{device="veth4198006"} 1 node_network_carrier{device="veth44e8feb"} 1 node_network_carrier{device="veth48ad89b"} 1 node_network_carrier{device="veth4e0a133"} 1 node_network_carrier{device="veth5114550"} 1 node_network_carrier{device="veth52621bb"} 1 node_network_carrier{device="veth5791f47"} 1 node_network_carrier{device="veth6114bd9"} 1 node_network_carrier{device="veth642484d"} 1 node_network_carrier{device="veth6546696"} 1 node_network_carrier{device="veth769abf1"} 1 node_network_carrier{device="veth79dfaf2"} 1 node_network_carrier{device="veth7b583f7"} 1 node_network_carrier{device="veth7c2edee"} 1 node_network_carrier{device="veth7d177f7"} 1 node_network_carrier{device="veth819eee4"} 1 node_network_carrier{device="veth88db0e4"} 1 node_network_carrier{device="veth8ff7f47"} 1 node_network_carrier{device="veth9306dcd"} 1 node_network_carrier{device="veth9318fd4"} 1 node_network_carrier{device="veth93ce619"} 1 node_network_carrier{device="veth99f7dd7"} 1 node_network_carrier{device="veth9a58525"} 1 node_network_carrier{device="veth9a79c2d"} 1 node_network_carrier{device="veth9d28d5e"} 1 node_network_carrier{device="vetha45411b"} 1 node_network_carrier{device="vetha872785"} 1 node_network_carrier{device="vetha929e05"} 1 node_network_carrier{device="vethaade391"} 1 node_network_carrier{device="vethbcac140"} 1 node_network_carrier{device="vethbffd47a"} 1 node_network_carrier{device="vethc18ca55"} 1 node_network_carrier{device="vethc26a76c"} 1 node_network_carrier{device="vethc3ef2c1"} 1 node_network_carrier{device="vethca6c765"} 1 node_network_carrier{device="vethcd419c8"} 1 node_network_carrier{device="vethd2a24ad"} 1 node_network_carrier{device="vethd85e3f7"} 1 node_network_carrier{device="vethde20a07"} 1 node_network_carrier{device="vethe6c8e86"} 1 node_network_carrier{device="vethee9d48d"} 1 node_network_carrier{device="vethf4d98ff"} 1 node_network_carrier{device="vethf4f0986"} 1 node_network_carrier{device="vethf95527f"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="br-07f968154de5"} 6 node_network_carrier_changes_total{device="br-16808385b93f"} 2 node_network_carrier_changes_total{device="br-1f956fd3540d"} 4 node_network_carrier_changes_total{device="br-20ce1902a65c"} 2 node_network_carrier_changes_total{device="br-220147d8e366"} 2 node_network_carrier_changes_total{device="br-2f0914f191c1"} 2 node_network_carrier_changes_total{device="br-3f2bad164aef"} 8 node_network_carrier_changes_total{device="br-4c463b933acb"} 22 node_network_carrier_changes_total{device="br-4da03db5fa37"} 2 node_network_carrier_changes_total{device="br-561f457bb8e2"} 2 node_network_carrier_changes_total{device="br-7a527d8e09f7"} 2 node_network_carrier_changes_total{device="br-83c30c05090c"} 2 node_network_carrier_changes_total{device="br-c3f816b27415"} 2 node_network_carrier_changes_total{device="br-c89a8ddee394"} 2 node_network_carrier_changes_total{device="br-e00d180c1d82"} 2 node_network_carrier_changes_total{device="br-f2b6401f23d0"} 2 node_network_carrier_changes_total{device="br-fc997eab0c12"} 2 node_network_carrier_changes_total{device="docker0"} 1027 node_network_carrier_changes_total{device="eno1"} 3 node_network_carrier_changes_total{device="eno2"} 0 node_network_carrier_changes_total{device="eno3"} 0 node_network_carrier_changes_total{device="eno4"} 0 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth071b49b"} 2 node_network_carrier_changes_total{device="veth0c1c961"} 2 node_network_carrier_changes_total{device="veth0e65deb"} 2 node_network_carrier_changes_total{device="veth10a821f"} 2 node_network_carrier_changes_total{device="veth134057f"} 2 node_network_carrier_changes_total{device="veth19ac6c5"} 2 node_network_carrier_changes_total{device="veth1c7c2b4"} 2 node_network_carrier_changes_total{device="veth22667c4"} 2 node_network_carrier_changes_total{device="veth24d27c0"} 2 node_network_carrier_changes_total{device="veth2e193ae"} 2 node_network_carrier_changes_total{device="veth330a1a6"} 2 node_network_carrier_changes_total{device="veth33d9bd1"} 2 node_network_carrier_changes_total{device="veth3788b06"} 2 node_network_carrier_changes_total{device="veth3901a80"} 2 node_network_carrier_changes_total{device="veth3ab03ae"} 2 node_network_carrier_changes_total{device="veth3de1e05"} 2 node_network_carrier_changes_total{device="veth4198006"} 2 node_network_carrier_changes_total{device="veth44e8feb"} 2 node_network_carrier_changes_total{device="veth48ad89b"} 2 node_network_carrier_changes_total{device="veth4e0a133"} 2 node_network_carrier_changes_total{device="veth5114550"} 2 node_network_carrier_changes_total{device="veth52621bb"} 2 node_network_carrier_changes_total{device="veth5791f47"} 2 node_network_carrier_changes_total{device="veth6114bd9"} 2 node_network_carrier_changes_total{device="veth642484d"} 2 node_network_carrier_changes_total{device="veth6546696"} 2 node_network_carrier_changes_total{device="veth769abf1"} 2 node_network_carrier_changes_total{device="veth79dfaf2"} 2 node_network_carrier_changes_total{device="veth7b583f7"} 2 node_network_carrier_changes_total{device="veth7c2edee"} 2 node_network_carrier_changes_total{device="veth7d177f7"} 2 node_network_carrier_changes_total{device="veth819eee4"} 2 node_network_carrier_changes_total{device="veth88db0e4"} 2 node_network_carrier_changes_total{device="veth8ff7f47"} 2 node_network_carrier_changes_total{device="veth9306dcd"} 2 node_network_carrier_changes_total{device="veth9318fd4"} 2 node_network_carrier_changes_total{device="veth93ce619"} 2 node_network_carrier_changes_total{device="veth99f7dd7"} 2 node_network_carrier_changes_total{device="veth9a58525"} 2 node_network_carrier_changes_total{device="veth9a79c2d"} 2 node_network_carrier_changes_total{device="veth9d28d5e"} 2 node_network_carrier_changes_total{device="vetha45411b"} 2 node_network_carrier_changes_total{device="vetha872785"} 2 node_network_carrier_changes_total{device="vetha929e05"} 2 node_network_carrier_changes_total{device="vethaade391"} 2 node_network_carrier_changes_total{device="vethbcac140"} 2 node_network_carrier_changes_total{device="vethbffd47a"} 2 node_network_carrier_changes_total{device="vethc18ca55"} 2 node_network_carrier_changes_total{device="vethc26a76c"} 2 node_network_carrier_changes_total{device="vethc3ef2c1"} 2 node_network_carrier_changes_total{device="vethca6c765"} 2 node_network_carrier_changes_total{device="vethcd419c8"} 2 node_network_carrier_changes_total{device="vethd2a24ad"} 2 node_network_carrier_changes_total{device="vethd85e3f7"} 2 node_network_carrier_changes_total{device="vethde20a07"} 2 node_network_carrier_changes_total{device="vethe6c8e86"} 2 node_network_carrier_changes_total{device="vethee9d48d"} 2 node_network_carrier_changes_total{device="vethf4d98ff"} 2 node_network_carrier_changes_total{device="vethf4f0986"} 2 node_network_carrier_changes_total{device="vethf95527f"} 2 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="br-07f968154de5"} 3 node_network_carrier_down_changes_total{device="br-16808385b93f"} 1 node_network_carrier_down_changes_total{device="br-1f956fd3540d"} 2 node_network_carrier_down_changes_total{device="br-20ce1902a65c"} 1 node_network_carrier_down_changes_total{device="br-220147d8e366"} 1 node_network_carrier_down_changes_total{device="br-2f0914f191c1"} 1 node_network_carrier_down_changes_total{device="br-3f2bad164aef"} 4 node_network_carrier_down_changes_total{device="br-4c463b933acb"} 11 node_network_carrier_down_changes_total{device="br-4da03db5fa37"} 1 node_network_carrier_down_changes_total{device="br-561f457bb8e2"} 1 node_network_carrier_down_changes_total{device="br-7a527d8e09f7"} 1 node_network_carrier_down_changes_total{device="br-83c30c05090c"} 1 node_network_carrier_down_changes_total{device="br-c3f816b27415"} 1 node_network_carrier_down_changes_total{device="br-c89a8ddee394"} 1 node_network_carrier_down_changes_total{device="br-e00d180c1d82"} 1 node_network_carrier_down_changes_total{device="br-f2b6401f23d0"} 1 node_network_carrier_down_changes_total{device="br-fc997eab0c12"} 1 node_network_carrier_down_changes_total{device="docker0"} 514 node_network_carrier_down_changes_total{device="eno1"} 1 node_network_carrier_down_changes_total{device="eno2"} 0 node_network_carrier_down_changes_total{device="eno3"} 0 node_network_carrier_down_changes_total{device="eno4"} 0 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth071b49b"} 1 node_network_carrier_down_changes_total{device="veth0c1c961"} 1 node_network_carrier_down_changes_total{device="veth0e65deb"} 1 node_network_carrier_down_changes_total{device="veth10a821f"} 1 node_network_carrier_down_changes_total{device="veth134057f"} 1 node_network_carrier_down_changes_total{device="veth19ac6c5"} 1 node_network_carrier_down_changes_total{device="veth1c7c2b4"} 1 node_network_carrier_down_changes_total{device="veth22667c4"} 1 node_network_carrier_down_changes_total{device="veth24d27c0"} 1 node_network_carrier_down_changes_total{device="veth2e193ae"} 1 node_network_carrier_down_changes_total{device="veth330a1a6"} 1 node_network_carrier_down_changes_total{device="veth33d9bd1"} 1 node_network_carrier_down_changes_total{device="veth3788b06"} 1 node_network_carrier_down_changes_total{device="veth3901a80"} 1 node_network_carrier_down_changes_total{device="veth3ab03ae"} 1 node_network_carrier_down_changes_total{device="veth3de1e05"} 1 node_network_carrier_down_changes_total{device="veth4198006"} 1 node_network_carrier_down_changes_total{device="veth44e8feb"} 1 node_network_carrier_down_changes_total{device="veth48ad89b"} 1 node_network_carrier_down_changes_total{device="veth4e0a133"} 1 node_network_carrier_down_changes_total{device="veth5114550"} 1 node_network_carrier_down_changes_total{device="veth52621bb"} 1 node_network_carrier_down_changes_total{device="veth5791f47"} 1 node_network_carrier_down_changes_total{device="veth6114bd9"} 1 node_network_carrier_down_changes_total{device="veth642484d"} 1 node_network_carrier_down_changes_total{device="veth6546696"} 1 node_network_carrier_down_changes_total{device="veth769abf1"} 1 node_network_carrier_down_changes_total{device="veth79dfaf2"} 1 node_network_carrier_down_changes_total{device="veth7b583f7"} 1 node_network_carrier_down_changes_total{device="veth7c2edee"} 1 node_network_carrier_down_changes_total{device="veth7d177f7"} 1 node_network_carrier_down_changes_total{device="veth819eee4"} 1 node_network_carrier_down_changes_total{device="veth88db0e4"} 1 node_network_carrier_down_changes_total{device="veth8ff7f47"} 1 node_network_carrier_down_changes_total{device="veth9306dcd"} 1 node_network_carrier_down_changes_total{device="veth9318fd4"} 1 node_network_carrier_down_changes_total{device="veth93ce619"} 1 node_network_carrier_down_changes_total{device="veth99f7dd7"} 1 node_network_carrier_down_changes_total{device="veth9a58525"} 1 node_network_carrier_down_changes_total{device="veth9a79c2d"} 1 node_network_carrier_down_changes_total{device="veth9d28d5e"} 1 node_network_carrier_down_changes_total{device="vetha45411b"} 1 node_network_carrier_down_changes_total{device="vetha872785"} 1 node_network_carrier_down_changes_total{device="vetha929e05"} 1 node_network_carrier_down_changes_total{device="vethaade391"} 1 node_network_carrier_down_changes_total{device="vethbcac140"} 1 node_network_carrier_down_changes_total{device="vethbffd47a"} 1 node_network_carrier_down_changes_total{device="vethc18ca55"} 1 node_network_carrier_down_changes_total{device="vethc26a76c"} 1 node_network_carrier_down_changes_total{device="vethc3ef2c1"} 1 node_network_carrier_down_changes_total{device="vethca6c765"} 1 node_network_carrier_down_changes_total{device="vethcd419c8"} 1 node_network_carrier_down_changes_total{device="vethd2a24ad"} 1 node_network_carrier_down_changes_total{device="vethd85e3f7"} 1 node_network_carrier_down_changes_total{device="vethde20a07"} 1 node_network_carrier_down_changes_total{device="vethe6c8e86"} 1 node_network_carrier_down_changes_total{device="vethee9d48d"} 1 node_network_carrier_down_changes_total{device="vethf4d98ff"} 1 node_network_carrier_down_changes_total{device="vethf4f0986"} 1 node_network_carrier_down_changes_total{device="vethf95527f"} 1 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="br-07f968154de5"} 3 node_network_carrier_up_changes_total{device="br-16808385b93f"} 1 node_network_carrier_up_changes_total{device="br-1f956fd3540d"} 2 node_network_carrier_up_changes_total{device="br-20ce1902a65c"} 1 node_network_carrier_up_changes_total{device="br-220147d8e366"} 1 node_network_carrier_up_changes_total{device="br-2f0914f191c1"} 1 node_network_carrier_up_changes_total{device="br-3f2bad164aef"} 4 node_network_carrier_up_changes_total{device="br-4c463b933acb"} 11 node_network_carrier_up_changes_total{device="br-4da03db5fa37"} 1 node_network_carrier_up_changes_total{device="br-561f457bb8e2"} 1 node_network_carrier_up_changes_total{device="br-7a527d8e09f7"} 1 node_network_carrier_up_changes_total{device="br-83c30c05090c"} 1 node_network_carrier_up_changes_total{device="br-c3f816b27415"} 1 node_network_carrier_up_changes_total{device="br-c89a8ddee394"} 1 node_network_carrier_up_changes_total{device="br-e00d180c1d82"} 1 node_network_carrier_up_changes_total{device="br-f2b6401f23d0"} 1 node_network_carrier_up_changes_total{device="br-fc997eab0c12"} 1 node_network_carrier_up_changes_total{device="docker0"} 513 node_network_carrier_up_changes_total{device="eno1"} 2 node_network_carrier_up_changes_total{device="eno2"} 0 node_network_carrier_up_changes_total{device="eno3"} 0 node_network_carrier_up_changes_total{device="eno4"} 0 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth071b49b"} 1 node_network_carrier_up_changes_total{device="veth0c1c961"} 1 node_network_carrier_up_changes_total{device="veth0e65deb"} 1 node_network_carrier_up_changes_total{device="veth10a821f"} 1 node_network_carrier_up_changes_total{device="veth134057f"} 1 node_network_carrier_up_changes_total{device="veth19ac6c5"} 1 node_network_carrier_up_changes_total{device="veth1c7c2b4"} 1 node_network_carrier_up_changes_total{device="veth22667c4"} 1 node_network_carrier_up_changes_total{device="veth24d27c0"} 1 node_network_carrier_up_changes_total{device="veth2e193ae"} 1 node_network_carrier_up_changes_total{device="veth330a1a6"} 1 node_network_carrier_up_changes_total{device="veth33d9bd1"} 1 node_network_carrier_up_changes_total{device="veth3788b06"} 1 node_network_carrier_up_changes_total{device="veth3901a80"} 1 node_network_carrier_up_changes_total{device="veth3ab03ae"} 1 node_network_carrier_up_changes_total{device="veth3de1e05"} 1 node_network_carrier_up_changes_total{device="veth4198006"} 1 node_network_carrier_up_changes_total{device="veth44e8feb"} 1 node_network_carrier_up_changes_total{device="veth48ad89b"} 1 node_network_carrier_up_changes_total{device="veth4e0a133"} 1 node_network_carrier_up_changes_total{device="veth5114550"} 1 node_network_carrier_up_changes_total{device="veth52621bb"} 1 node_network_carrier_up_changes_total{device="veth5791f47"} 1 node_network_carrier_up_changes_total{device="veth6114bd9"} 1 node_network_carrier_up_changes_total{device="veth642484d"} 1 node_network_carrier_up_changes_total{device="veth6546696"} 1 node_network_carrier_up_changes_total{device="veth769abf1"} 1 node_network_carrier_up_changes_total{device="veth79dfaf2"} 1 node_network_carrier_up_changes_total{device="veth7b583f7"} 1 node_network_carrier_up_changes_total{device="veth7c2edee"} 1 node_network_carrier_up_changes_total{device="veth7d177f7"} 1 node_network_carrier_up_changes_total{device="veth819eee4"} 1 node_network_carrier_up_changes_total{device="veth88db0e4"} 1 node_network_carrier_up_changes_total{device="veth8ff7f47"} 1 node_network_carrier_up_changes_total{device="veth9306dcd"} 1 node_network_carrier_up_changes_total{device="veth9318fd4"} 1 node_network_carrier_up_changes_total{device="veth93ce619"} 1 node_network_carrier_up_changes_total{device="veth99f7dd7"} 1 node_network_carrier_up_changes_total{device="veth9a58525"} 1 node_network_carrier_up_changes_total{device="veth9a79c2d"} 1 node_network_carrier_up_changes_total{device="veth9d28d5e"} 1 node_network_carrier_up_changes_total{device="vetha45411b"} 1 node_network_carrier_up_changes_total{device="vetha872785"} 1 node_network_carrier_up_changes_total{device="vetha929e05"} 1 node_network_carrier_up_changes_total{device="vethaade391"} 1 node_network_carrier_up_changes_total{device="vethbcac140"} 1 node_network_carrier_up_changes_total{device="vethbffd47a"} 1 node_network_carrier_up_changes_total{device="vethc18ca55"} 1 node_network_carrier_up_changes_total{device="vethc26a76c"} 1 node_network_carrier_up_changes_total{device="vethc3ef2c1"} 1 node_network_carrier_up_changes_total{device="vethca6c765"} 1 node_network_carrier_up_changes_total{device="vethcd419c8"} 1 node_network_carrier_up_changes_total{device="vethd2a24ad"} 1 node_network_carrier_up_changes_total{device="vethd85e3f7"} 1 node_network_carrier_up_changes_total{device="vethde20a07"} 1 node_network_carrier_up_changes_total{device="vethe6c8e86"} 1 node_network_carrier_up_changes_total{device="vethee9d48d"} 1 node_network_carrier_up_changes_total{device="vethf4d98ff"} 1 node_network_carrier_up_changes_total{device="vethf4f0986"} 1 node_network_carrier_up_changes_total{device="vethf95527f"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-07f968154de5"} 0 node_network_device_id{device="br-16808385b93f"} 0 node_network_device_id{device="br-1f956fd3540d"} 0 node_network_device_id{device="br-20ce1902a65c"} 0 node_network_device_id{device="br-220147d8e366"} 0 node_network_device_id{device="br-2f0914f191c1"} 0 node_network_device_id{device="br-3f2bad164aef"} 0 node_network_device_id{device="br-4c463b933acb"} 0 node_network_device_id{device="br-4da03db5fa37"} 0 node_network_device_id{device="br-561f457bb8e2"} 0 node_network_device_id{device="br-7a527d8e09f7"} 0 node_network_device_id{device="br-83c30c05090c"} 0 node_network_device_id{device="br-c3f816b27415"} 0 node_network_device_id{device="br-c89a8ddee394"} 0 node_network_device_id{device="br-e00d180c1d82"} 0 node_network_device_id{device="br-f2b6401f23d0"} 0 node_network_device_id{device="br-fc997eab0c12"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eno1"} 0 node_network_device_id{device="eno2"} 0 node_network_device_id{device="eno3"} 0 node_network_device_id{device="eno4"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth071b49b"} 0 node_network_device_id{device="veth0c1c961"} 0 node_network_device_id{device="veth0e65deb"} 0 node_network_device_id{device="veth10a821f"} 0 node_network_device_id{device="veth134057f"} 0 node_network_device_id{device="veth19ac6c5"} 0 node_network_device_id{device="veth1c7c2b4"} 0 node_network_device_id{device="veth22667c4"} 0 node_network_device_id{device="veth24d27c0"} 0 node_network_device_id{device="veth2e193ae"} 0 node_network_device_id{device="veth330a1a6"} 0 node_network_device_id{device="veth33d9bd1"} 0 node_network_device_id{device="veth3788b06"} 0 node_network_device_id{device="veth3901a80"} 0 node_network_device_id{device="veth3ab03ae"} 0 node_network_device_id{device="veth3de1e05"} 0 node_network_device_id{device="veth4198006"} 0 node_network_device_id{device="veth44e8feb"} 0 node_network_device_id{device="veth48ad89b"} 0 node_network_device_id{device="veth4e0a133"} 0 node_network_device_id{device="veth5114550"} 0 node_network_device_id{device="veth52621bb"} 0 node_network_device_id{device="veth5791f47"} 0 node_network_device_id{device="veth6114bd9"} 0 node_network_device_id{device="veth642484d"} 0 node_network_device_id{device="veth6546696"} 0 node_network_device_id{device="veth769abf1"} 0 node_network_device_id{device="veth79dfaf2"} 0 node_network_device_id{device="veth7b583f7"} 0 node_network_device_id{device="veth7c2edee"} 0 node_network_device_id{device="veth7d177f7"} 0 node_network_device_id{device="veth819eee4"} 0 node_network_device_id{device="veth88db0e4"} 0 node_network_device_id{device="veth8ff7f47"} 0 node_network_device_id{device="veth9306dcd"} 0 node_network_device_id{device="veth9318fd4"} 0 node_network_device_id{device="veth93ce619"} 0 node_network_device_id{device="veth99f7dd7"} 0 node_network_device_id{device="veth9a58525"} 0 node_network_device_id{device="veth9a79c2d"} 0 node_network_device_id{device="veth9d28d5e"} 0 node_network_device_id{device="vetha45411b"} 0 node_network_device_id{device="vetha872785"} 0 node_network_device_id{device="vetha929e05"} 0 node_network_device_id{device="vethaade391"} 0 node_network_device_id{device="vethbcac140"} 0 node_network_device_id{device="vethbffd47a"} 0 node_network_device_id{device="vethc18ca55"} 0 node_network_device_id{device="vethc26a76c"} 0 node_network_device_id{device="vethc3ef2c1"} 0 node_network_device_id{device="vethca6c765"} 0 node_network_device_id{device="vethcd419c8"} 0 node_network_device_id{device="vethd2a24ad"} 0 node_network_device_id{device="vethd85e3f7"} 0 node_network_device_id{device="vethde20a07"} 0 node_network_device_id{device="vethe6c8e86"} 0 node_network_device_id{device="vethee9d48d"} 0 node_network_device_id{device="vethf4d98ff"} 0 node_network_device_id{device="vethf4f0986"} 0 node_network_device_id{device="vethf95527f"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-07f968154de5"} 0 node_network_dormant{device="br-16808385b93f"} 0 node_network_dormant{device="br-1f956fd3540d"} 0 node_network_dormant{device="br-20ce1902a65c"} 0 node_network_dormant{device="br-220147d8e366"} 0 node_network_dormant{device="br-2f0914f191c1"} 0 node_network_dormant{device="br-3f2bad164aef"} 0 node_network_dormant{device="br-4c463b933acb"} 0 node_network_dormant{device="br-4da03db5fa37"} 0 node_network_dormant{device="br-561f457bb8e2"} 0 node_network_dormant{device="br-7a527d8e09f7"} 0 node_network_dormant{device="br-83c30c05090c"} 0 node_network_dormant{device="br-c3f816b27415"} 0 node_network_dormant{device="br-c89a8ddee394"} 0 node_network_dormant{device="br-e00d180c1d82"} 0 node_network_dormant{device="br-f2b6401f23d0"} 0 node_network_dormant{device="br-fc997eab0c12"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eno1"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth071b49b"} 0 node_network_dormant{device="veth0c1c961"} 0 node_network_dormant{device="veth0e65deb"} 0 node_network_dormant{device="veth10a821f"} 0 node_network_dormant{device="veth134057f"} 0 node_network_dormant{device="veth19ac6c5"} 0 node_network_dormant{device="veth1c7c2b4"} 0 node_network_dormant{device="veth22667c4"} 0 node_network_dormant{device="veth24d27c0"} 0 node_network_dormant{device="veth2e193ae"} 0 node_network_dormant{device="veth330a1a6"} 0 node_network_dormant{device="veth33d9bd1"} 0 node_network_dormant{device="veth3788b06"} 0 node_network_dormant{device="veth3901a80"} 0 node_network_dormant{device="veth3ab03ae"} 0 node_network_dormant{device="veth3de1e05"} 0 node_network_dormant{device="veth4198006"} 0 node_network_dormant{device="veth44e8feb"} 0 node_network_dormant{device="veth48ad89b"} 0 node_network_dormant{device="veth4e0a133"} 0 node_network_dormant{device="veth5114550"} 0 node_network_dormant{device="veth52621bb"} 0 node_network_dormant{device="veth5791f47"} 0 node_network_dormant{device="veth6114bd9"} 0 node_network_dormant{device="veth642484d"} 0 node_network_dormant{device="veth6546696"} 0 node_network_dormant{device="veth769abf1"} 0 node_network_dormant{device="veth79dfaf2"} 0 node_network_dormant{device="veth7b583f7"} 0 node_network_dormant{device="veth7c2edee"} 0 node_network_dormant{device="veth7d177f7"} 0 node_network_dormant{device="veth819eee4"} 0 node_network_dormant{device="veth88db0e4"} 0 node_network_dormant{device="veth8ff7f47"} 0 node_network_dormant{device="veth9306dcd"} 0 node_network_dormant{device="veth9318fd4"} 0 node_network_dormant{device="veth93ce619"} 0 node_network_dormant{device="veth99f7dd7"} 0 node_network_dormant{device="veth9a58525"} 0 node_network_dormant{device="veth9a79c2d"} 0 node_network_dormant{device="veth9d28d5e"} 0 node_network_dormant{device="vetha45411b"} 0 node_network_dormant{device="vetha872785"} 0 node_network_dormant{device="vetha929e05"} 0 node_network_dormant{device="vethaade391"} 0 node_network_dormant{device="vethbcac140"} 0 node_network_dormant{device="vethbffd47a"} 0 node_network_dormant{device="vethc18ca55"} 0 node_network_dormant{device="vethc26a76c"} 0 node_network_dormant{device="vethc3ef2c1"} 0 node_network_dormant{device="vethca6c765"} 0 node_network_dormant{device="vethcd419c8"} 0 node_network_dormant{device="vethd2a24ad"} 0 node_network_dormant{device="vethd85e3f7"} 0 node_network_dormant{device="vethde20a07"} 0 node_network_dormant{device="vethe6c8e86"} 0 node_network_dormant{device="vethee9d48d"} 0 node_network_dormant{device="vethf4d98ff"} 0 node_network_dormant{device="vethf4f0986"} 0 node_network_dormant{device="vethf95527f"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-07f968154de5"} 4099 node_network_flags{device="br-16808385b93f"} 4099 node_network_flags{device="br-1f956fd3540d"} 4099 node_network_flags{device="br-20ce1902a65c"} 4099 node_network_flags{device="br-220147d8e366"} 4099 node_network_flags{device="br-2f0914f191c1"} 4099 node_network_flags{device="br-3f2bad164aef"} 4099 node_network_flags{device="br-4c463b933acb"} 4099 node_network_flags{device="br-4da03db5fa37"} 4099 node_network_flags{device="br-561f457bb8e2"} 4099 node_network_flags{device="br-7a527d8e09f7"} 4099 node_network_flags{device="br-83c30c05090c"} 4099 node_network_flags{device="br-c3f816b27415"} 4099 node_network_flags{device="br-c89a8ddee394"} 4099 node_network_flags{device="br-e00d180c1d82"} 4099 node_network_flags{device="br-f2b6401f23d0"} 4099 node_network_flags{device="br-fc997eab0c12"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eno1"} 4099 node_network_flags{device="eno2"} 4098 node_network_flags{device="eno3"} 4098 node_network_flags{device="eno4"} 4098 node_network_flags{device="lo"} 9 node_network_flags{device="veth071b49b"} 4867 node_network_flags{device="veth0c1c961"} 4867 node_network_flags{device="veth0e65deb"} 4867 node_network_flags{device="veth10a821f"} 4867 node_network_flags{device="veth134057f"} 4867 node_network_flags{device="veth19ac6c5"} 4867 node_network_flags{device="veth1c7c2b4"} 4867 node_network_flags{device="veth22667c4"} 4867 node_network_flags{device="veth24d27c0"} 4867 node_network_flags{device="veth2e193ae"} 4867 node_network_flags{device="veth330a1a6"} 4867 node_network_flags{device="veth33d9bd1"} 4867 node_network_flags{device="veth3788b06"} 4867 node_network_flags{device="veth3901a80"} 4867 node_network_flags{device="veth3ab03ae"} 4867 node_network_flags{device="veth3de1e05"} 4867 node_network_flags{device="veth4198006"} 4867 node_network_flags{device="veth44e8feb"} 4867 node_network_flags{device="veth48ad89b"} 4867 node_network_flags{device="veth4e0a133"} 4867 node_network_flags{device="veth5114550"} 4867 node_network_flags{device="veth52621bb"} 4867 node_network_flags{device="veth5791f47"} 4867 node_network_flags{device="veth6114bd9"} 4867 node_network_flags{device="veth642484d"} 4867 node_network_flags{device="veth6546696"} 4867 node_network_flags{device="veth769abf1"} 4867 node_network_flags{device="veth79dfaf2"} 4867 node_network_flags{device="veth7b583f7"} 4867 node_network_flags{device="veth7c2edee"} 4867 node_network_flags{device="veth7d177f7"} 4867 node_network_flags{device="veth819eee4"} 4867 node_network_flags{device="veth88db0e4"} 4867 node_network_flags{device="veth8ff7f47"} 4867 node_network_flags{device="veth9306dcd"} 4867 node_network_flags{device="veth9318fd4"} 4867 node_network_flags{device="veth93ce619"} 4867 node_network_flags{device="veth99f7dd7"} 4867 node_network_flags{device="veth9a58525"} 4867 node_network_flags{device="veth9a79c2d"} 4867 node_network_flags{device="veth9d28d5e"} 4867 node_network_flags{device="vetha45411b"} 4867 node_network_flags{device="vetha872785"} 4867 node_network_flags{device="vetha929e05"} 4867 node_network_flags{device="vethaade391"} 4867 node_network_flags{device="vethbcac140"} 4867 node_network_flags{device="vethbffd47a"} 4867 node_network_flags{device="vethc18ca55"} 4867 node_network_flags{device="vethc26a76c"} 4867 node_network_flags{device="vethc3ef2c1"} 4867 node_network_flags{device="vethca6c765"} 4867 node_network_flags{device="vethcd419c8"} 4867 node_network_flags{device="vethd2a24ad"} 4867 node_network_flags{device="vethd85e3f7"} 4867 node_network_flags{device="vethde20a07"} 4867 node_network_flags{device="vethe6c8e86"} 4867 node_network_flags{device="vethee9d48d"} 4867 node_network_flags{device="vethf4d98ff"} 4867 node_network_flags{device="vethf4f0986"} 4867 node_network_flags{device="vethf95527f"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-07f968154de5"} 41171 node_network_iface_id{device="br-16808385b93f"} 6 node_network_iface_id{device="br-1f956fd3540d"} 28137 node_network_iface_id{device="br-20ce1902a65c"} 28736 node_network_iface_id{device="br-220147d8e366"} 11 node_network_iface_id{device="br-2f0914f191c1"} 12 node_network_iface_id{device="br-3f2bad164aef"} 40779 node_network_iface_id{device="br-4c463b933acb"} 28217 node_network_iface_id{device="br-4da03db5fa37"} 28091 node_network_iface_id{device="br-561f457bb8e2"} 7 node_network_iface_id{device="br-7a527d8e09f7"} 15 node_network_iface_id{device="br-83c30c05090c"} 9 node_network_iface_id{device="br-c3f816b27415"} 17 node_network_iface_id{device="br-c89a8ddee394"} 10 node_network_iface_id{device="br-e00d180c1d82"} 42401 node_network_iface_id{device="br-f2b6401f23d0"} 42404 node_network_iface_id{device="br-fc997eab0c12"} 18 node_network_iface_id{device="docker0"} 16 node_network_iface_id{device="eno1"} 2 node_network_iface_id{device="eno2"} 3 node_network_iface_id{device="eno3"} 4 node_network_iface_id{device="eno4"} 5 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth071b49b"} 42405 node_network_iface_id{device="veth0c1c961"} 55 node_network_iface_id{device="veth0e65deb"} 42402 node_network_iface_id{device="veth10a821f"} 28133 node_network_iface_id{device="veth134057f"} 28092 node_network_iface_id{device="veth19ac6c5"} 48 node_network_iface_id{device="veth1c7c2b4"} 40432 node_network_iface_id{device="veth22667c4"} 25 node_network_iface_id{device="veth24d27c0"} 40431 node_network_iface_id{device="veth2e193ae"} 27 node_network_iface_id{device="veth330a1a6"} 30 node_network_iface_id{device="veth33d9bd1"} 28738 node_network_iface_id{device="veth3788b06"} 20 node_network_iface_id{device="veth3901a80"} 27404 node_network_iface_id{device="veth3ab03ae"} 24 node_network_iface_id{device="veth3de1e05"} 27513 node_network_iface_id{device="veth4198006"} 40484 node_network_iface_id{device="veth44e8feb"} 40430 node_network_iface_id{device="veth48ad89b"} 39 node_network_iface_id{device="veth4e0a133"} 40485 node_network_iface_id{device="veth5114550"} 42435 node_network_iface_id{device="veth52621bb"} 40436 node_network_iface_id{device="veth5791f47"} 42451 node_network_iface_id{device="veth6114bd9"} 26 node_network_iface_id{device="veth642484d"} 42 node_network_iface_id{device="veth6546696"} 27715 node_network_iface_id{device="veth769abf1"} 40862 node_network_iface_id{device="veth79dfaf2"} 23 node_network_iface_id{device="veth7b583f7"} 47 node_network_iface_id{device="veth7c2edee"} 28336 node_network_iface_id{device="veth7d177f7"} 27403 node_network_iface_id{device="veth819eee4"} 27712 node_network_iface_id{device="veth88db0e4"} 28316 node_network_iface_id{device="veth8ff7f47"} 35 node_network_iface_id{device="veth9306dcd"} 28360 node_network_iface_id{device="veth9318fd4"} 21 node_network_iface_id{device="veth93ce619"} 27752 node_network_iface_id{device="veth99f7dd7"} 42469 node_network_iface_id{device="veth9a58525"} 42396 node_network_iface_id{device="veth9a79c2d"} 28317 node_network_iface_id{device="veth9d28d5e"} 27514 node_network_iface_id{device="vetha45411b"} 29 node_network_iface_id{device="vetha872785"} 27750 node_network_iface_id{device="vetha929e05"} 22 node_network_iface_id{device="vethaade391"} 19 node_network_iface_id{device="vethbcac140"} 27716 node_network_iface_id{device="vethbffd47a"} 42465 node_network_iface_id{device="vethc18ca55"} 42464 node_network_iface_id{device="vethc26a76c"} 27714 node_network_iface_id{device="vethc3ef2c1"} 28737 node_network_iface_id{device="vethca6c765"} 9603 node_network_iface_id{device="vethcd419c8"} 28359 node_network_iface_id{device="vethd2a24ad"} 28318 node_network_iface_id{device="vethd85e3f7"} 28741 node_network_iface_id{device="vethde20a07"} 9605 node_network_iface_id{device="vethe6c8e86"} 28739 node_network_iface_id{device="vethee9d48d"} 42468 node_network_iface_id{device="vethf4d98ff"} 53 node_network_iface_id{device="vethf4f0986"} 28315 node_network_iface_id{device="vethf95527f"} 51 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-07f968154de5"} 41171 node_network_iface_link{device="br-16808385b93f"} 6 node_network_iface_link{device="br-1f956fd3540d"} 28137 node_network_iface_link{device="br-20ce1902a65c"} 28736 node_network_iface_link{device="br-220147d8e366"} 11 node_network_iface_link{device="br-2f0914f191c1"} 12 node_network_iface_link{device="br-3f2bad164aef"} 40779 node_network_iface_link{device="br-4c463b933acb"} 28217 node_network_iface_link{device="br-4da03db5fa37"} 28091 node_network_iface_link{device="br-561f457bb8e2"} 7 node_network_iface_link{device="br-7a527d8e09f7"} 15 node_network_iface_link{device="br-83c30c05090c"} 9 node_network_iface_link{device="br-c3f816b27415"} 17 node_network_iface_link{device="br-c89a8ddee394"} 10 node_network_iface_link{device="br-e00d180c1d82"} 42401 node_network_iface_link{device="br-f2b6401f23d0"} 42404 node_network_iface_link{device="br-fc997eab0c12"} 18 node_network_iface_link{device="docker0"} 16 node_network_iface_link{device="eno1"} 2 node_network_iface_link{device="eno2"} 3 node_network_iface_link{device="eno3"} 4 node_network_iface_link{device="eno4"} 5 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth071b49b"} 2 node_network_iface_link{device="veth0c1c961"} 4 node_network_iface_link{device="veth0e65deb"} 2 node_network_iface_link{device="veth10a821f"} 2 node_network_iface_link{device="veth134057f"} 2 node_network_iface_link{device="veth19ac6c5"} 2 node_network_iface_link{device="veth1c7c2b4"} 3 node_network_iface_link{device="veth22667c4"} 2 node_network_iface_link{device="veth24d27c0"} 2 node_network_iface_link{device="veth2e193ae"} 2 node_network_iface_link{device="veth330a1a6"} 2 node_network_iface_link{device="veth33d9bd1"} 2 node_network_iface_link{device="veth3788b06"} 2 node_network_iface_link{device="veth3901a80"} 3 node_network_iface_link{device="veth3ab03ae"} 2 node_network_iface_link{device="veth3de1e05"} 2 node_network_iface_link{device="veth4198006"} 2 node_network_iface_link{device="veth44e8feb"} 2 node_network_iface_link{device="veth48ad89b"} 2 node_network_iface_link{device="veth4e0a133"} 3 node_network_iface_link{device="veth5114550"} 2 node_network_iface_link{device="veth52621bb"} 2 node_network_iface_link{device="veth5791f47"} 2 node_network_iface_link{device="veth6114bd9"} 2 node_network_iface_link{device="veth642484d"} 2 node_network_iface_link{device="veth6546696"} 2 node_network_iface_link{device="veth769abf1"} 2 node_network_iface_link{device="veth79dfaf2"} 2 node_network_iface_link{device="veth7b583f7"} 2 node_network_iface_link{device="veth7c2edee"} 2 node_network_iface_link{device="veth7d177f7"} 2 node_network_iface_link{device="veth819eee4"} 2 node_network_iface_link{device="veth88db0e4"} 2 node_network_iface_link{device="veth8ff7f47"} 2 node_network_iface_link{device="veth9306dcd"} 3 node_network_iface_link{device="veth9318fd4"} 2 node_network_iface_link{device="veth93ce619"} 3 node_network_iface_link{device="veth99f7dd7"} 3 node_network_iface_link{device="veth9a58525"} 2 node_network_iface_link{device="veth9a79c2d"} 3 node_network_iface_link{device="veth9d28d5e"} 3 node_network_iface_link{device="vetha45411b"} 2 node_network_iface_link{device="vetha872785"} 2 node_network_iface_link{device="vetha929e05"} 2 node_network_iface_link{device="vethaade391"} 2 node_network_iface_link{device="vethbcac140"} 3 node_network_iface_link{device="vethbffd47a"} 3 node_network_iface_link{device="vethc18ca55"} 2 node_network_iface_link{device="vethc26a76c"} 3 node_network_iface_link{device="vethc3ef2c1"} 2 node_network_iface_link{device="vethca6c765"} 2 node_network_iface_link{device="vethcd419c8"} 2 node_network_iface_link{device="vethd2a24ad"} 3 node_network_iface_link{device="vethd85e3f7"} 2 node_network_iface_link{device="vethde20a07"} 3 node_network_iface_link{device="vethe6c8e86"} 3 node_network_iface_link{device="vethee9d48d"} 2 node_network_iface_link{device="vethf4d98ff"} 2 node_network_iface_link{device="vethf4f0986"} 2 node_network_iface_link{device="vethf95527f"} 3 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="br-07f968154de5"} 0 node_network_iface_link_mode{device="br-16808385b93f"} 0 node_network_iface_link_mode{device="br-1f956fd3540d"} 0 node_network_iface_link_mode{device="br-20ce1902a65c"} 0 node_network_iface_link_mode{device="br-220147d8e366"} 0 node_network_iface_link_mode{device="br-2f0914f191c1"} 0 node_network_iface_link_mode{device="br-3f2bad164aef"} 0 node_network_iface_link_mode{device="br-4c463b933acb"} 0 node_network_iface_link_mode{device="br-4da03db5fa37"} 0 node_network_iface_link_mode{device="br-561f457bb8e2"} 0 node_network_iface_link_mode{device="br-7a527d8e09f7"} 0 node_network_iface_link_mode{device="br-83c30c05090c"} 0 node_network_iface_link_mode{device="br-c3f816b27415"} 0 node_network_iface_link_mode{device="br-c89a8ddee394"} 0 node_network_iface_link_mode{device="br-e00d180c1d82"} 0 node_network_iface_link_mode{device="br-f2b6401f23d0"} 0 node_network_iface_link_mode{device="br-fc997eab0c12"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eno1"} 0 node_network_iface_link_mode{device="eno2"} 0 node_network_iface_link_mode{device="eno3"} 0 node_network_iface_link_mode{device="eno4"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth071b49b"} 0 node_network_iface_link_mode{device="veth0c1c961"} 0 node_network_iface_link_mode{device="veth0e65deb"} 0 node_network_iface_link_mode{device="veth10a821f"} 0 node_network_iface_link_mode{device="veth134057f"} 0 node_network_iface_link_mode{device="veth19ac6c5"} 0 node_network_iface_link_mode{device="veth1c7c2b4"} 0 node_network_iface_link_mode{device="veth22667c4"} 0 node_network_iface_link_mode{device="veth24d27c0"} 0 node_network_iface_link_mode{device="veth2e193ae"} 0 node_network_iface_link_mode{device="veth330a1a6"} 0 node_network_iface_link_mode{device="veth33d9bd1"} 0 node_network_iface_link_mode{device="veth3788b06"} 0 node_network_iface_link_mode{device="veth3901a80"} 0 node_network_iface_link_mode{device="veth3ab03ae"} 0 node_network_iface_link_mode{device="veth3de1e05"} 0 node_network_iface_link_mode{device="veth4198006"} 0 node_network_iface_link_mode{device="veth44e8feb"} 0 node_network_iface_link_mode{device="veth48ad89b"} 0 node_network_iface_link_mode{device="veth4e0a133"} 0 node_network_iface_link_mode{device="veth5114550"} 0 node_network_iface_link_mode{device="veth52621bb"} 0 node_network_iface_link_mode{device="veth5791f47"} 0 node_network_iface_link_mode{device="veth6114bd9"} 0 node_network_iface_link_mode{device="veth642484d"} 0 node_network_iface_link_mode{device="veth6546696"} 0 node_network_iface_link_mode{device="veth769abf1"} 0 node_network_iface_link_mode{device="veth79dfaf2"} 0 node_network_iface_link_mode{device="veth7b583f7"} 0 node_network_iface_link_mode{device="veth7c2edee"} 0 node_network_iface_link_mode{device="veth7d177f7"} 0 node_network_iface_link_mode{device="veth819eee4"} 0 node_network_iface_link_mode{device="veth88db0e4"} 0 node_network_iface_link_mode{device="veth8ff7f47"} 0 node_network_iface_link_mode{device="veth9306dcd"} 0 node_network_iface_link_mode{device="veth9318fd4"} 0 node_network_iface_link_mode{device="veth93ce619"} 0 node_network_iface_link_mode{device="veth99f7dd7"} 0 node_network_iface_link_mode{device="veth9a58525"} 0 node_network_iface_link_mode{device="veth9a79c2d"} 0 node_network_iface_link_mode{device="veth9d28d5e"} 0 node_network_iface_link_mode{device="vetha45411b"} 0 node_network_iface_link_mode{device="vetha872785"} 0 node_network_iface_link_mode{device="vetha929e05"} 0 node_network_iface_link_mode{device="vethaade391"} 0 node_network_iface_link_mode{device="vethbcac140"} 0 node_network_iface_link_mode{device="vethbffd47a"} 0 node_network_iface_link_mode{device="vethc18ca55"} 0 node_network_iface_link_mode{device="vethc26a76c"} 0 node_network_iface_link_mode{device="vethc3ef2c1"} 0 node_network_iface_link_mode{device="vethca6c765"} 0 node_network_iface_link_mode{device="vethcd419c8"} 0 node_network_iface_link_mode{device="vethd2a24ad"} 0 node_network_iface_link_mode{device="vethd85e3f7"} 0 node_network_iface_link_mode{device="vethde20a07"} 0 node_network_iface_link_mode{device="vethe6c8e86"} 0 node_network_iface_link_mode{device="vethee9d48d"} 0 node_network_iface_link_mode{device="vethf4d98ff"} 0 node_network_iface_link_mode{device="vethf4f0986"} 0 node_network_iface_link_mode{device="vethf95527f"} 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:03:72:c1:a0:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethca6c765",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:39:91:cb:90:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-07f968154de5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:77:03:6f:66:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a79c2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:ba:60:d2:a0:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth19ac6c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:c1:aa:64:45:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde20a07",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:a2:5b:a8:dc:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe6c8e86",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="08:f1:ea:7c:40:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="08:f1:ea:7c:40:85",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="eno2",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="08:f1:ea:7c:40:86",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="eno3",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="08:f1:ea:7c:40:87",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="eno4",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="0a:58:c3:a6:15:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3ef2c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:59:b6:ee:8c:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d177f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:7d:11:f2:ad:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth330a1a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:2b:05:11:0e:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-83c30c05090c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="1a:02:cf:45:b6:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha929e05",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:dd:d7:df:65:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc18ca55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:6b:af:3f:fd:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48ad89b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:8c:a1:fb:45:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-220147d8e366",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="1e:ac:30:6b:75:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fc997eab0c12",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="22:08:8a:7e:ba:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaade391",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:45:bb:3f:b3:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha872785",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:1f:b0:c6:ea:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3788b06",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:1d:33:19:18:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c2edee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:f9:c9:19:95:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4c463b933acb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2e:5c:44:7b:e1:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2f0914f191c1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2e:fb:45:6d:83:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44e8feb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:36:6f:3a:06:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth22667c4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:4b:a1:e9:ae:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5791f47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:d8:ed:64:54:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd85e3f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:05:28:fa:4a:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f2b6401f23d0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="3e:0a:ec:39:2f:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93ce619",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:2d:6d:c8:68:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a58525",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:9f:da:aa:89:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-20ce1902a65c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="46:c7:ae:fa:82:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e193ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:67:af:98:42:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-561f457bb8e2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="4e:ca:6b:fc:89:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c7c2b4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:ce:d4:b6:41:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth819eee4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:c3:7c:0a:41:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbffd47a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:de:77:b0:18:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6114bd9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:f4:b0:1d:d6:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf95527f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:01:f8:63:39:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbcac140",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:5f:4e:e2:2b:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth99f7dd7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:c7:e6:b8:66:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee9d48d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:57:a6:8d:51:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7a527d8e09f7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="72:31:e6:33:5f:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3901a80",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:8e:36:ae:14:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d28d5e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:49:63:ce:90:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth769abf1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:f7:89:35:58:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c1c961",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:42:d9:69:8e:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9306dcd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:0a:a0:1e:19:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth071b49b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:1b:b3:3e:5e:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth79dfaf2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:1e:a0:46:1c:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5114550",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:25:07:3c:68:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c3f816b27415",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="8a:4c:df:92:9d:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6546696",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:05:cb:09:88:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4da03db5fa37",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="92:20:79:0c:dd:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e65deb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:52:5e:66:2e:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth88db0e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:44:64:8b:e2:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c89a8ddee394",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="96:ae:f0:93:d9:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ff7f47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:2c:a1:da:49:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4198006",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:6c:42:03:80:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth134057f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:20:07:1e:c8:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc26a76c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:80:e7:87:82:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e00d180c1d82",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="b2:28:dc:10:db:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ab03ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:5f:19:1f:9b:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3f2bad164aef",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="b6:11:59:72:24:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth642484d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:74:03:14:9b:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9318fd4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:6d:28:59:eb:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth52621bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:98:c4:e9:d0:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4d98ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:62:49:63:e3:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="c6:09:0c:96:09:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1f956fd3540d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ca:d6:e7:e7:d8:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e0a133",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:e5:b4:59:c6:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-16808385b93f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="d2:c1:73:59:b1:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3de1e05",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:d9:c3:17:7d:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b583f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:de:05:9b:07:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcd419c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:84:14:f2:93:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha45411b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:a9:9e:c9:20:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10a821f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:0d:10:42:48:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33d9bd1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:9d:76:95:33:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4f0986",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:af:b3:fa:b1:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2a24ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:31:82:e8:aa:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth24d27c0",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="br-07f968154de5"} 1500 node_network_mtu_bytes{device="br-16808385b93f"} 1500 node_network_mtu_bytes{device="br-1f956fd3540d"} 1500 node_network_mtu_bytes{device="br-20ce1902a65c"} 1500 node_network_mtu_bytes{device="br-220147d8e366"} 1500 node_network_mtu_bytes{device="br-2f0914f191c1"} 1500 node_network_mtu_bytes{device="br-3f2bad164aef"} 1500 node_network_mtu_bytes{device="br-4c463b933acb"} 1500 node_network_mtu_bytes{device="br-4da03db5fa37"} 1500 node_network_mtu_bytes{device="br-561f457bb8e2"} 1500 node_network_mtu_bytes{device="br-7a527d8e09f7"} 1500 node_network_mtu_bytes{device="br-83c30c05090c"} 1500 node_network_mtu_bytes{device="br-c3f816b27415"} 1500 node_network_mtu_bytes{device="br-c89a8ddee394"} 1500 node_network_mtu_bytes{device="br-e00d180c1d82"} 1500 node_network_mtu_bytes{device="br-f2b6401f23d0"} 1500 node_network_mtu_bytes{device="br-fc997eab0c12"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eno1"} 1500 node_network_mtu_bytes{device="eno2"} 1500 node_network_mtu_bytes{device="eno3"} 1500 node_network_mtu_bytes{device="eno4"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth071b49b"} 1500 node_network_mtu_bytes{device="veth0c1c961"} 1500 node_network_mtu_bytes{device="veth0e65deb"} 1500 node_network_mtu_bytes{device="veth10a821f"} 1500 node_network_mtu_bytes{device="veth134057f"} 1500 node_network_mtu_bytes{device="veth19ac6c5"} 1500 node_network_mtu_bytes{device="veth1c7c2b4"} 1500 node_network_mtu_bytes{device="veth22667c4"} 1500 node_network_mtu_bytes{device="veth24d27c0"} 1500 node_network_mtu_bytes{device="veth2e193ae"} 1500 node_network_mtu_bytes{device="veth330a1a6"} 1500 node_network_mtu_bytes{device="veth33d9bd1"} 1500 node_network_mtu_bytes{device="veth3788b06"} 1500 node_network_mtu_bytes{device="veth3901a80"} 1500 node_network_mtu_bytes{device="veth3ab03ae"} 1500 node_network_mtu_bytes{device="veth3de1e05"} 1500 node_network_mtu_bytes{device="veth4198006"} 1500 node_network_mtu_bytes{device="veth44e8feb"} 1500 node_network_mtu_bytes{device="veth48ad89b"} 1500 node_network_mtu_bytes{device="veth4e0a133"} 1500 node_network_mtu_bytes{device="veth5114550"} 1500 node_network_mtu_bytes{device="veth52621bb"} 1500 node_network_mtu_bytes{device="veth5791f47"} 1500 node_network_mtu_bytes{device="veth6114bd9"} 1500 node_network_mtu_bytes{device="veth642484d"} 1500 node_network_mtu_bytes{device="veth6546696"} 1500 node_network_mtu_bytes{device="veth769abf1"} 1500 node_network_mtu_bytes{device="veth79dfaf2"} 1500 node_network_mtu_bytes{device="veth7b583f7"} 1500 node_network_mtu_bytes{device="veth7c2edee"} 1500 node_network_mtu_bytes{device="veth7d177f7"} 1500 node_network_mtu_bytes{device="veth819eee4"} 1500 node_network_mtu_bytes{device="veth88db0e4"} 1500 node_network_mtu_bytes{device="veth8ff7f47"} 1500 node_network_mtu_bytes{device="veth9306dcd"} 1500 node_network_mtu_bytes{device="veth9318fd4"} 1500 node_network_mtu_bytes{device="veth93ce619"} 1500 node_network_mtu_bytes{device="veth99f7dd7"} 1500 node_network_mtu_bytes{device="veth9a58525"} 1500 node_network_mtu_bytes{device="veth9a79c2d"} 1500 node_network_mtu_bytes{device="veth9d28d5e"} 1500 node_network_mtu_bytes{device="vetha45411b"} 1500 node_network_mtu_bytes{device="vetha872785"} 1500 node_network_mtu_bytes{device="vetha929e05"} 1500 node_network_mtu_bytes{device="vethaade391"} 1500 node_network_mtu_bytes{device="vethbcac140"} 1500 node_network_mtu_bytes{device="vethbffd47a"} 1500 node_network_mtu_bytes{device="vethc18ca55"} 1500 node_network_mtu_bytes{device="vethc26a76c"} 1500 node_network_mtu_bytes{device="vethc3ef2c1"} 1500 node_network_mtu_bytes{device="vethca6c765"} 1500 node_network_mtu_bytes{device="vethcd419c8"} 1500 node_network_mtu_bytes{device="vethd2a24ad"} 1500 node_network_mtu_bytes{device="vethd85e3f7"} 1500 node_network_mtu_bytes{device="vethde20a07"} 1500 node_network_mtu_bytes{device="vethe6c8e86"} 1500 node_network_mtu_bytes{device="vethee9d48d"} 1500 node_network_mtu_bytes{device="vethf4d98ff"} 1500 node_network_mtu_bytes{device="vethf4f0986"} 1500 node_network_mtu_bytes{device="vethf95527f"} 1500 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="br-07f968154de5"} 3 node_network_name_assign_type{device="br-16808385b93f"} 3 node_network_name_assign_type{device="br-1f956fd3540d"} 3 node_network_name_assign_type{device="br-20ce1902a65c"} 3 node_network_name_assign_type{device="br-220147d8e366"} 3 node_network_name_assign_type{device="br-2f0914f191c1"} 3 node_network_name_assign_type{device="br-3f2bad164aef"} 3 node_network_name_assign_type{device="br-4c463b933acb"} 3 node_network_name_assign_type{device="br-4da03db5fa37"} 3 node_network_name_assign_type{device="br-561f457bb8e2"} 3 node_network_name_assign_type{device="br-7a527d8e09f7"} 3 node_network_name_assign_type{device="br-83c30c05090c"} 3 node_network_name_assign_type{device="br-c3f816b27415"} 3 node_network_name_assign_type{device="br-c89a8ddee394"} 3 node_network_name_assign_type{device="br-e00d180c1d82"} 3 node_network_name_assign_type{device="br-f2b6401f23d0"} 3 node_network_name_assign_type{device="br-fc997eab0c12"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="eno1"} 4 node_network_name_assign_type{device="eno2"} 4 node_network_name_assign_type{device="eno3"} 4 node_network_name_assign_type{device="eno4"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth071b49b"} 3 node_network_name_assign_type{device="veth0c1c961"} 3 node_network_name_assign_type{device="veth0e65deb"} 3 node_network_name_assign_type{device="veth10a821f"} 3 node_network_name_assign_type{device="veth134057f"} 3 node_network_name_assign_type{device="veth19ac6c5"} 3 node_network_name_assign_type{device="veth1c7c2b4"} 3 node_network_name_assign_type{device="veth22667c4"} 3 node_network_name_assign_type{device="veth24d27c0"} 3 node_network_name_assign_type{device="veth2e193ae"} 3 node_network_name_assign_type{device="veth330a1a6"} 3 node_network_name_assign_type{device="veth33d9bd1"} 3 node_network_name_assign_type{device="veth3788b06"} 3 node_network_name_assign_type{device="veth3901a80"} 3 node_network_name_assign_type{device="veth3ab03ae"} 3 node_network_name_assign_type{device="veth3de1e05"} 3 node_network_name_assign_type{device="veth4198006"} 3 node_network_name_assign_type{device="veth44e8feb"} 3 node_network_name_assign_type{device="veth48ad89b"} 3 node_network_name_assign_type{device="veth4e0a133"} 3 node_network_name_assign_type{device="veth5114550"} 3 node_network_name_assign_type{device="veth52621bb"} 3 node_network_name_assign_type{device="veth5791f47"} 3 node_network_name_assign_type{device="veth6114bd9"} 3 node_network_name_assign_type{device="veth642484d"} 3 node_network_name_assign_type{device="veth6546696"} 3 node_network_name_assign_type{device="veth769abf1"} 3 node_network_name_assign_type{device="veth79dfaf2"} 3 node_network_name_assign_type{device="veth7b583f7"} 3 node_network_name_assign_type{device="veth7c2edee"} 3 node_network_name_assign_type{device="veth7d177f7"} 3 node_network_name_assign_type{device="veth819eee4"} 3 node_network_name_assign_type{device="veth88db0e4"} 3 node_network_name_assign_type{device="veth8ff7f47"} 3 node_network_name_assign_type{device="veth9306dcd"} 3 node_network_name_assign_type{device="veth9318fd4"} 3 node_network_name_assign_type{device="veth93ce619"} 3 node_network_name_assign_type{device="veth99f7dd7"} 3 node_network_name_assign_type{device="veth9a58525"} 3 node_network_name_assign_type{device="veth9a79c2d"} 3 node_network_name_assign_type{device="veth9d28d5e"} 3 node_network_name_assign_type{device="vetha45411b"} 3 node_network_name_assign_type{device="vetha872785"} 3 node_network_name_assign_type{device="vetha929e05"} 3 node_network_name_assign_type{device="vethaade391"} 3 node_network_name_assign_type{device="vethbcac140"} 3 node_network_name_assign_type{device="vethbffd47a"} 3 node_network_name_assign_type{device="vethc18ca55"} 3 node_network_name_assign_type{device="vethc26a76c"} 3 node_network_name_assign_type{device="vethc3ef2c1"} 3 node_network_name_assign_type{device="vethca6c765"} 3 node_network_name_assign_type{device="vethcd419c8"} 3 node_network_name_assign_type{device="vethd2a24ad"} 3 node_network_name_assign_type{device="vethd85e3f7"} 3 node_network_name_assign_type{device="vethde20a07"} 3 node_network_name_assign_type{device="vethe6c8e86"} 3 node_network_name_assign_type{device="vethee9d48d"} 3 node_network_name_assign_type{device="vethf4d98ff"} 3 node_network_name_assign_type{device="vethf4f0986"} 3 node_network_name_assign_type{device="vethf95527f"} 3 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="br-07f968154de5"} 0 node_network_net_dev_group{device="br-16808385b93f"} 0 node_network_net_dev_group{device="br-1f956fd3540d"} 0 node_network_net_dev_group{device="br-20ce1902a65c"} 0 node_network_net_dev_group{device="br-220147d8e366"} 0 node_network_net_dev_group{device="br-2f0914f191c1"} 0 node_network_net_dev_group{device="br-3f2bad164aef"} 0 node_network_net_dev_group{device="br-4c463b933acb"} 0 node_network_net_dev_group{device="br-4da03db5fa37"} 0 node_network_net_dev_group{device="br-561f457bb8e2"} 0 node_network_net_dev_group{device="br-7a527d8e09f7"} 0 node_network_net_dev_group{device="br-83c30c05090c"} 0 node_network_net_dev_group{device="br-c3f816b27415"} 0 node_network_net_dev_group{device="br-c89a8ddee394"} 0 node_network_net_dev_group{device="br-e00d180c1d82"} 0 node_network_net_dev_group{device="br-f2b6401f23d0"} 0 node_network_net_dev_group{device="br-fc997eab0c12"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eno1"} 0 node_network_net_dev_group{device="eno2"} 0 node_network_net_dev_group{device="eno3"} 0 node_network_net_dev_group{device="eno4"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth071b49b"} 0 node_network_net_dev_group{device="veth0c1c961"} 0 node_network_net_dev_group{device="veth0e65deb"} 0 node_network_net_dev_group{device="veth10a821f"} 0 node_network_net_dev_group{device="veth134057f"} 0 node_network_net_dev_group{device="veth19ac6c5"} 0 node_network_net_dev_group{device="veth1c7c2b4"} 0 node_network_net_dev_group{device="veth22667c4"} 0 node_network_net_dev_group{device="veth24d27c0"} 0 node_network_net_dev_group{device="veth2e193ae"} 0 node_network_net_dev_group{device="veth330a1a6"} 0 node_network_net_dev_group{device="veth33d9bd1"} 0 node_network_net_dev_group{device="veth3788b06"} 0 node_network_net_dev_group{device="veth3901a80"} 0 node_network_net_dev_group{device="veth3ab03ae"} 0 node_network_net_dev_group{device="veth3de1e05"} 0 node_network_net_dev_group{device="veth4198006"} 0 node_network_net_dev_group{device="veth44e8feb"} 0 node_network_net_dev_group{device="veth48ad89b"} 0 node_network_net_dev_group{device="veth4e0a133"} 0 node_network_net_dev_group{device="veth5114550"} 0 node_network_net_dev_group{device="veth52621bb"} 0 node_network_net_dev_group{device="veth5791f47"} 0 node_network_net_dev_group{device="veth6114bd9"} 0 node_network_net_dev_group{device="veth642484d"} 0 node_network_net_dev_group{device="veth6546696"} 0 node_network_net_dev_group{device="veth769abf1"} 0 node_network_net_dev_group{device="veth79dfaf2"} 0 node_network_net_dev_group{device="veth7b583f7"} 0 node_network_net_dev_group{device="veth7c2edee"} 0 node_network_net_dev_group{device="veth7d177f7"} 0 node_network_net_dev_group{device="veth819eee4"} 0 node_network_net_dev_group{device="veth88db0e4"} 0 node_network_net_dev_group{device="veth8ff7f47"} 0 node_network_net_dev_group{device="veth9306dcd"} 0 node_network_net_dev_group{device="veth9318fd4"} 0 node_network_net_dev_group{device="veth93ce619"} 0 node_network_net_dev_group{device="veth99f7dd7"} 0 node_network_net_dev_group{device="veth9a58525"} 0 node_network_net_dev_group{device="veth9a79c2d"} 0 node_network_net_dev_group{device="veth9d28d5e"} 0 node_network_net_dev_group{device="vetha45411b"} 0 node_network_net_dev_group{device="vetha872785"} 0 node_network_net_dev_group{device="vetha929e05"} 0 node_network_net_dev_group{device="vethaade391"} 0 node_network_net_dev_group{device="vethbcac140"} 0 node_network_net_dev_group{device="vethbffd47a"} 0 node_network_net_dev_group{device="vethc18ca55"} 0 node_network_net_dev_group{device="vethc26a76c"} 0 node_network_net_dev_group{device="vethc3ef2c1"} 0 node_network_net_dev_group{device="vethca6c765"} 0 node_network_net_dev_group{device="vethcd419c8"} 0 node_network_net_dev_group{device="vethd2a24ad"} 0 node_network_net_dev_group{device="vethd85e3f7"} 0 node_network_net_dev_group{device="vethde20a07"} 0 node_network_net_dev_group{device="vethe6c8e86"} 0 node_network_net_dev_group{device="vethee9d48d"} 0 node_network_net_dev_group{device="vethf4d98ff"} 0 node_network_net_dev_group{device="vethf4f0986"} 0 node_network_net_dev_group{device="vethf95527f"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-07f968154de5"} 1 node_network_protocol_type{device="br-16808385b93f"} 1 node_network_protocol_type{device="br-1f956fd3540d"} 1 node_network_protocol_type{device="br-20ce1902a65c"} 1 node_network_protocol_type{device="br-220147d8e366"} 1 node_network_protocol_type{device="br-2f0914f191c1"} 1 node_network_protocol_type{device="br-3f2bad164aef"} 1 node_network_protocol_type{device="br-4c463b933acb"} 1 node_network_protocol_type{device="br-4da03db5fa37"} 1 node_network_protocol_type{device="br-561f457bb8e2"} 1 node_network_protocol_type{device="br-7a527d8e09f7"} 1 node_network_protocol_type{device="br-83c30c05090c"} 1 node_network_protocol_type{device="br-c3f816b27415"} 1 node_network_protocol_type{device="br-c89a8ddee394"} 1 node_network_protocol_type{device="br-e00d180c1d82"} 1 node_network_protocol_type{device="br-f2b6401f23d0"} 1 node_network_protocol_type{device="br-fc997eab0c12"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eno1"} 1 node_network_protocol_type{device="eno2"} 1 node_network_protocol_type{device="eno3"} 1 node_network_protocol_type{device="eno4"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth071b49b"} 1 node_network_protocol_type{device="veth0c1c961"} 1 node_network_protocol_type{device="veth0e65deb"} 1 node_network_protocol_type{device="veth10a821f"} 1 node_network_protocol_type{device="veth134057f"} 1 node_network_protocol_type{device="veth19ac6c5"} 1 node_network_protocol_type{device="veth1c7c2b4"} 1 node_network_protocol_type{device="veth22667c4"} 1 node_network_protocol_type{device="veth24d27c0"} 1 node_network_protocol_type{device="veth2e193ae"} 1 node_network_protocol_type{device="veth330a1a6"} 1 node_network_protocol_type{device="veth33d9bd1"} 1 node_network_protocol_type{device="veth3788b06"} 1 node_network_protocol_type{device="veth3901a80"} 1 node_network_protocol_type{device="veth3ab03ae"} 1 node_network_protocol_type{device="veth3de1e05"} 1 node_network_protocol_type{device="veth4198006"} 1 node_network_protocol_type{device="veth44e8feb"} 1 node_network_protocol_type{device="veth48ad89b"} 1 node_network_protocol_type{device="veth4e0a133"} 1 node_network_protocol_type{device="veth5114550"} 1 node_network_protocol_type{device="veth52621bb"} 1 node_network_protocol_type{device="veth5791f47"} 1 node_network_protocol_type{device="veth6114bd9"} 1 node_network_protocol_type{device="veth642484d"} 1 node_network_protocol_type{device="veth6546696"} 1 node_network_protocol_type{device="veth769abf1"} 1 node_network_protocol_type{device="veth79dfaf2"} 1 node_network_protocol_type{device="veth7b583f7"} 1 node_network_protocol_type{device="veth7c2edee"} 1 node_network_protocol_type{device="veth7d177f7"} 1 node_network_protocol_type{device="veth819eee4"} 1 node_network_protocol_type{device="veth88db0e4"} 1 node_network_protocol_type{device="veth8ff7f47"} 1 node_network_protocol_type{device="veth9306dcd"} 1 node_network_protocol_type{device="veth9318fd4"} 1 node_network_protocol_type{device="veth93ce619"} 1 node_network_protocol_type{device="veth99f7dd7"} 1 node_network_protocol_type{device="veth9a58525"} 1 node_network_protocol_type{device="veth9a79c2d"} 1 node_network_protocol_type{device="veth9d28d5e"} 1 node_network_protocol_type{device="vetha45411b"} 1 node_network_protocol_type{device="vetha872785"} 1 node_network_protocol_type{device="vetha929e05"} 1 node_network_protocol_type{device="vethaade391"} 1 node_network_protocol_type{device="vethbcac140"} 1 node_network_protocol_type{device="vethbffd47a"} 1 node_network_protocol_type{device="vethc18ca55"} 1 node_network_protocol_type{device="vethc26a76c"} 1 node_network_protocol_type{device="vethc3ef2c1"} 1 node_network_protocol_type{device="vethca6c765"} 1 node_network_protocol_type{device="vethcd419c8"} 1 node_network_protocol_type{device="vethd2a24ad"} 1 node_network_protocol_type{device="vethd85e3f7"} 1 node_network_protocol_type{device="vethde20a07"} 1 node_network_protocol_type{device="vethe6c8e86"} 1 node_network_protocol_type{device="vethee9d48d"} 1 node_network_protocol_type{device="vethf4d98ff"} 1 node_network_protocol_type{device="vethf4f0986"} 1 node_network_protocol_type{device="vethf95527f"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 1.671255306e+09 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 1.2760498e+07 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-07f968154de5"} 1.25e+09 node_network_speed_bytes{device="br-16808385b93f"} 1.25e+09 node_network_speed_bytes{device="br-1f956fd3540d"} 1.25e+09 node_network_speed_bytes{device="br-20ce1902a65c"} 1.25e+09 node_network_speed_bytes{device="br-220147d8e366"} 1.25e+09 node_network_speed_bytes{device="br-2f0914f191c1"} 1.25e+09 node_network_speed_bytes{device="br-3f2bad164aef"} 1.25e+09 node_network_speed_bytes{device="br-4c463b933acb"} 1.25e+09 node_network_speed_bytes{device="br-4da03db5fa37"} 1.25e+09 node_network_speed_bytes{device="br-561f457bb8e2"} 1.25e+09 node_network_speed_bytes{device="br-7a527d8e09f7"} 1.25e+09 node_network_speed_bytes{device="br-83c30c05090c"} 1.25e+09 node_network_speed_bytes{device="br-c3f816b27415"} 1.25e+09 node_network_speed_bytes{device="br-c89a8ddee394"} 1.25e+09 node_network_speed_bytes{device="br-e00d180c1d82"} 1.25e+09 node_network_speed_bytes{device="br-f2b6401f23d0"} 1.25e+09 node_network_speed_bytes{device="br-fc997eab0c12"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eno1"} 1.25e+08 node_network_speed_bytes{device="veth071b49b"} 1.25e+09 node_network_speed_bytes{device="veth0c1c961"} 1.25e+09 node_network_speed_bytes{device="veth0e65deb"} 1.25e+09 node_network_speed_bytes{device="veth10a821f"} 1.25e+09 node_network_speed_bytes{device="veth134057f"} 1.25e+09 node_network_speed_bytes{device="veth19ac6c5"} 1.25e+09 node_network_speed_bytes{device="veth1c7c2b4"} 1.25e+09 node_network_speed_bytes{device="veth22667c4"} 1.25e+09 node_network_speed_bytes{device="veth24d27c0"} 1.25e+09 node_network_speed_bytes{device="veth2e193ae"} 1.25e+09 node_network_speed_bytes{device="veth330a1a6"} 1.25e+09 node_network_speed_bytes{device="veth33d9bd1"} 1.25e+09 node_network_speed_bytes{device="veth3788b06"} 1.25e+09 node_network_speed_bytes{device="veth3901a80"} 1.25e+09 node_network_speed_bytes{device="veth3ab03ae"} 1.25e+09 node_network_speed_bytes{device="veth3de1e05"} 1.25e+09 node_network_speed_bytes{device="veth4198006"} 1.25e+09 node_network_speed_bytes{device="veth44e8feb"} 1.25e+09 node_network_speed_bytes{device="veth48ad89b"} 1.25e+09 node_network_speed_bytes{device="veth4e0a133"} 1.25e+09 node_network_speed_bytes{device="veth5114550"} 1.25e+09 node_network_speed_bytes{device="veth52621bb"} 1.25e+09 node_network_speed_bytes{device="veth5791f47"} 1.25e+09 node_network_speed_bytes{device="veth6114bd9"} 1.25e+09 node_network_speed_bytes{device="veth642484d"} 1.25e+09 node_network_speed_bytes{device="veth6546696"} 1.25e+09 node_network_speed_bytes{device="veth769abf1"} 1.25e+09 node_network_speed_bytes{device="veth79dfaf2"} 1.25e+09 node_network_speed_bytes{device="veth7b583f7"} 1.25e+09 node_network_speed_bytes{device="veth7c2edee"} 1.25e+09 node_network_speed_bytes{device="veth7d177f7"} 1.25e+09 node_network_speed_bytes{device="veth819eee4"} 1.25e+09 node_network_speed_bytes{device="veth88db0e4"} 1.25e+09 node_network_speed_bytes{device="veth8ff7f47"} 1.25e+09 node_network_speed_bytes{device="veth9306dcd"} 1.25e+09 node_network_speed_bytes{device="veth9318fd4"} 1.25e+09 node_network_speed_bytes{device="veth93ce619"} 1.25e+09 node_network_speed_bytes{device="veth99f7dd7"} 1.25e+09 node_network_speed_bytes{device="veth9a58525"} 1.25e+09 node_network_speed_bytes{device="veth9a79c2d"} 1.25e+09 node_network_speed_bytes{device="veth9d28d5e"} 1.25e+09 node_network_speed_bytes{device="vetha45411b"} 1.25e+09 node_network_speed_bytes{device="vetha872785"} 1.25e+09 node_network_speed_bytes{device="vetha929e05"} 1.25e+09 node_network_speed_bytes{device="vethaade391"} 1.25e+09 node_network_speed_bytes{device="vethbcac140"} 1.25e+09 node_network_speed_bytes{device="vethbffd47a"} 1.25e+09 node_network_speed_bytes{device="vethc18ca55"} 1.25e+09 node_network_speed_bytes{device="vethc26a76c"} 1.25e+09 node_network_speed_bytes{device="vethc3ef2c1"} 1.25e+09 node_network_speed_bytes{device="vethca6c765"} 1.25e+09 node_network_speed_bytes{device="vethcd419c8"} 1.25e+09 node_network_speed_bytes{device="vethd2a24ad"} 1.25e+09 node_network_speed_bytes{device="vethd85e3f7"} 1.25e+09 node_network_speed_bytes{device="vethde20a07"} 1.25e+09 node_network_speed_bytes{device="vethe6c8e86"} 1.25e+09 node_network_speed_bytes{device="vethee9d48d"} 1.25e+09 node_network_speed_bytes{device="vethf4d98ff"} 1.25e+09 node_network_speed_bytes{device="vethf4f0986"} 1.25e+09 node_network_speed_bytes{device="vethf95527f"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 4.517905947e+10 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 1.2755224e+07 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="br-07f968154de5"} 0 node_network_transmit_queue_length{device="br-16808385b93f"} 0 node_network_transmit_queue_length{device="br-1f956fd3540d"} 0 node_network_transmit_queue_length{device="br-20ce1902a65c"} 0 node_network_transmit_queue_length{device="br-220147d8e366"} 0 node_network_transmit_queue_length{device="br-2f0914f191c1"} 0 node_network_transmit_queue_length{device="br-3f2bad164aef"} 0 node_network_transmit_queue_length{device="br-4c463b933acb"} 0 node_network_transmit_queue_length{device="br-4da03db5fa37"} 0 node_network_transmit_queue_length{device="br-561f457bb8e2"} 0 node_network_transmit_queue_length{device="br-7a527d8e09f7"} 0 node_network_transmit_queue_length{device="br-83c30c05090c"} 0 node_network_transmit_queue_length{device="br-c3f816b27415"} 0 node_network_transmit_queue_length{device="br-c89a8ddee394"} 0 node_network_transmit_queue_length{device="br-e00d180c1d82"} 0 node_network_transmit_queue_length{device="br-f2b6401f23d0"} 0 node_network_transmit_queue_length{device="br-fc997eab0c12"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eno1"} 1000 node_network_transmit_queue_length{device="eno2"} 1000 node_network_transmit_queue_length{device="eno3"} 1000 node_network_transmit_queue_length{device="eno4"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth071b49b"} 0 node_network_transmit_queue_length{device="veth0c1c961"} 0 node_network_transmit_queue_length{device="veth0e65deb"} 0 node_network_transmit_queue_length{device="veth10a821f"} 0 node_network_transmit_queue_length{device="veth134057f"} 0 node_network_transmit_queue_length{device="veth19ac6c5"} 0 node_network_transmit_queue_length{device="veth1c7c2b4"} 0 node_network_transmit_queue_length{device="veth22667c4"} 0 node_network_transmit_queue_length{device="veth24d27c0"} 0 node_network_transmit_queue_length{device="veth2e193ae"} 0 node_network_transmit_queue_length{device="veth330a1a6"} 0 node_network_transmit_queue_length{device="veth33d9bd1"} 0 node_network_transmit_queue_length{device="veth3788b06"} 0 node_network_transmit_queue_length{device="veth3901a80"} 0 node_network_transmit_queue_length{device="veth3ab03ae"} 0 node_network_transmit_queue_length{device="veth3de1e05"} 0 node_network_transmit_queue_length{device="veth4198006"} 0 node_network_transmit_queue_length{device="veth44e8feb"} 0 node_network_transmit_queue_length{device="veth48ad89b"} 0 node_network_transmit_queue_length{device="veth4e0a133"} 0 node_network_transmit_queue_length{device="veth5114550"} 0 node_network_transmit_queue_length{device="veth52621bb"} 0 node_network_transmit_queue_length{device="veth5791f47"} 0 node_network_transmit_queue_length{device="veth6114bd9"} 0 node_network_transmit_queue_length{device="veth642484d"} 0 node_network_transmit_queue_length{device="veth6546696"} 0 node_network_transmit_queue_length{device="veth769abf1"} 0 node_network_transmit_queue_length{device="veth79dfaf2"} 0 node_network_transmit_queue_length{device="veth7b583f7"} 0 node_network_transmit_queue_length{device="veth7c2edee"} 0 node_network_transmit_queue_length{device="veth7d177f7"} 0 node_network_transmit_queue_length{device="veth819eee4"} 0 node_network_transmit_queue_length{device="veth88db0e4"} 0 node_network_transmit_queue_length{device="veth8ff7f47"} 0 node_network_transmit_queue_length{device="veth9306dcd"} 0 node_network_transmit_queue_length{device="veth9318fd4"} 0 node_network_transmit_queue_length{device="veth93ce619"} 0 node_network_transmit_queue_length{device="veth99f7dd7"} 0 node_network_transmit_queue_length{device="veth9a58525"} 0 node_network_transmit_queue_length{device="veth9a79c2d"} 0 node_network_transmit_queue_length{device="veth9d28d5e"} 0 node_network_transmit_queue_length{device="vetha45411b"} 0 node_network_transmit_queue_length{device="vetha872785"} 0 node_network_transmit_queue_length{device="vetha929e05"} 0 node_network_transmit_queue_length{device="vethaade391"} 0 node_network_transmit_queue_length{device="vethbcac140"} 0 node_network_transmit_queue_length{device="vethbffd47a"} 0 node_network_transmit_queue_length{device="vethc18ca55"} 0 node_network_transmit_queue_length{device="vethc26a76c"} 0 node_network_transmit_queue_length{device="vethc3ef2c1"} 0 node_network_transmit_queue_length{device="vethca6c765"} 0 node_network_transmit_queue_length{device="vethcd419c8"} 0 node_network_transmit_queue_length{device="vethd2a24ad"} 0 node_network_transmit_queue_length{device="vethd85e3f7"} 0 node_network_transmit_queue_length{device="vethde20a07"} 0 node_network_transmit_queue_length{device="vethe6c8e86"} 0 node_network_transmit_queue_length{device="vethee9d48d"} 0 node_network_transmit_queue_length{device="vethf4d98ff"} 0 node_network_transmit_queue_length{device="vethf4f0986"} 0 node_network_transmit_queue_length{device="vethf95527f"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-07f968154de5"} 1 node_network_up{device="br-16808385b93f"} 1 node_network_up{device="br-1f956fd3540d"} 1 node_network_up{device="br-20ce1902a65c"} 1 node_network_up{device="br-220147d8e366"} 1 node_network_up{device="br-2f0914f191c1"} 1 node_network_up{device="br-3f2bad164aef"} 1 node_network_up{device="br-4c463b933acb"} 1 node_network_up{device="br-4da03db5fa37"} 1 node_network_up{device="br-561f457bb8e2"} 1 node_network_up{device="br-7a527d8e09f7"} 1 node_network_up{device="br-83c30c05090c"} 1 node_network_up{device="br-c3f816b27415"} 1 node_network_up{device="br-c89a8ddee394"} 1 node_network_up{device="br-e00d180c1d82"} 1 node_network_up{device="br-f2b6401f23d0"} 1 node_network_up{device="br-fc997eab0c12"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eno1"} 1 node_network_up{device="eno2"} 0 node_network_up{device="eno3"} 0 node_network_up{device="eno4"} 0 node_network_up{device="lo"} 0 node_network_up{device="veth071b49b"} 1 node_network_up{device="veth0c1c961"} 1 node_network_up{device="veth0e65deb"} 1 node_network_up{device="veth10a821f"} 1 node_network_up{device="veth134057f"} 1 node_network_up{device="veth19ac6c5"} 1 node_network_up{device="veth1c7c2b4"} 1 node_network_up{device="veth22667c4"} 1 node_network_up{device="veth24d27c0"} 1 node_network_up{device="veth2e193ae"} 1 node_network_up{device="veth330a1a6"} 1 node_network_up{device="veth33d9bd1"} 1 node_network_up{device="veth3788b06"} 1 node_network_up{device="veth3901a80"} 1 node_network_up{device="veth3ab03ae"} 1 node_network_up{device="veth3de1e05"} 1 node_network_up{device="veth4198006"} 1 node_network_up{device="veth44e8feb"} 1 node_network_up{device="veth48ad89b"} 1 node_network_up{device="veth4e0a133"} 1 node_network_up{device="veth5114550"} 1 node_network_up{device="veth52621bb"} 1 node_network_up{device="veth5791f47"} 1 node_network_up{device="veth6114bd9"} 1 node_network_up{device="veth642484d"} 1 node_network_up{device="veth6546696"} 1 node_network_up{device="veth769abf1"} 1 node_network_up{device="veth79dfaf2"} 1 node_network_up{device="veth7b583f7"} 1 node_network_up{device="veth7c2edee"} 1 node_network_up{device="veth7d177f7"} 1 node_network_up{device="veth819eee4"} 1 node_network_up{device="veth88db0e4"} 1 node_network_up{device="veth8ff7f47"} 1 node_network_up{device="veth9306dcd"} 1 node_network_up{device="veth9318fd4"} 1 node_network_up{device="veth93ce619"} 1 node_network_up{device="veth99f7dd7"} 1 node_network_up{device="veth9a58525"} 1 node_network_up{device="veth9a79c2d"} 1 node_network_up{device="veth9d28d5e"} 1 node_network_up{device="vetha45411b"} 1 node_network_up{device="vetha872785"} 1 node_network_up{device="vetha929e05"} 1 node_network_up{device="vethaade391"} 1 node_network_up{device="vethbcac140"} 1 node_network_up{device="vethbffd47a"} 1 node_network_up{device="vethc18ca55"} 1 node_network_up{device="vethc26a76c"} 1 node_network_up{device="vethc3ef2c1"} 1 node_network_up{device="vethca6c765"} 1 node_network_up{device="vethcd419c8"} 1 node_network_up{device="vethd2a24ad"} 1 node_network_up{device="vethd85e3f7"} 1 node_network_up{device="vethde20a07"} 1 node_network_up{device="vethe6c8e86"} 1 node_network_up{device="vethee9d48d"} 1 node_network_up{device="vethf4d98ff"} 1 node_network_up{device="vethf4f0986"} 1 node_network_up{device="vethf95527f"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 1 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.3 LTS",variant="",variant_id="",version="24.04.3 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 125430.89964599999 # 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 4271.041381 # 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 4773.489686 # 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 37.649208 # 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 38.679742 # 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 21 # 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"} 1.381723602687995e+06 node_schedstat_running_seconds_total{cpu="1"} 1.37643534690532e+06 node_schedstat_running_seconds_total{cpu="10"} 1.299213964799735e+06 node_schedstat_running_seconds_total{cpu="11"} 1.264612781664829e+06 node_schedstat_running_seconds_total{cpu="12"} 1.247268737107548e+06 node_schedstat_running_seconds_total{cpu="13"} 1.245695035728695e+06 node_schedstat_running_seconds_total{cpu="14"} 1.240341745669811e+06 node_schedstat_running_seconds_total{cpu="15"} 1.252172566396382e+06 node_schedstat_running_seconds_total{cpu="16"} 1.254547514954529e+06 node_schedstat_running_seconds_total{cpu="17"} 1.257165639201378e+06 node_schedstat_running_seconds_total{cpu="18"} 1.261134829499525e+06 node_schedstat_running_seconds_total{cpu="19"} 1.269245123184596e+06 node_schedstat_running_seconds_total{cpu="2"} 1.37541658620548e+06 node_schedstat_running_seconds_total{cpu="20"} 1.393798862443294e+06 node_schedstat_running_seconds_total{cpu="21"} 1.318229074867368e+06 node_schedstat_running_seconds_total{cpu="22"} 1.299031175081831e+06 node_schedstat_running_seconds_total{cpu="23"} 1.290613771680068e+06 node_schedstat_running_seconds_total{cpu="24"} 1.285306114780317e+06 node_schedstat_running_seconds_total{cpu="25"} 1.283212321563357e+06 node_schedstat_running_seconds_total{cpu="26"} 1.288142384780842e+06 node_schedstat_running_seconds_total{cpu="27"} 1.277954759623466e+06 node_schedstat_running_seconds_total{cpu="28"} 1.278763019616043e+06 node_schedstat_running_seconds_total{cpu="29"} 1.276461332648882e+06 node_schedstat_running_seconds_total{cpu="3"} 1.354727857696771e+06 node_schedstat_running_seconds_total{cpu="30"} 1.277100684557456e+06 node_schedstat_running_seconds_total{cpu="31"} 1.274736524220838e+06 node_schedstat_running_seconds_total{cpu="32"} 1.277196709836068e+06 node_schedstat_running_seconds_total{cpu="33"} 1.274920469044546e+06 node_schedstat_running_seconds_total{cpu="34"} 1.27724999172184e+06 node_schedstat_running_seconds_total{cpu="35"} 1.27821754905018e+06 node_schedstat_running_seconds_total{cpu="36"} 1.277910795389237e+06 node_schedstat_running_seconds_total{cpu="37"} 1.277877469536934e+06 node_schedstat_running_seconds_total{cpu="38"} 1.282976928708791e+06 node_schedstat_running_seconds_total{cpu="39"} 1.280226394395574e+06 node_schedstat_running_seconds_total{cpu="4"} 1.365316177692614e+06 node_schedstat_running_seconds_total{cpu="40"} 1.208175875208159e+06 node_schedstat_running_seconds_total{cpu="41"} 1.137856313977259e+06 node_schedstat_running_seconds_total{cpu="42"} 1.126405706935706e+06 node_schedstat_running_seconds_total{cpu="43"} 1.13784357915543e+06 node_schedstat_running_seconds_total{cpu="44"} 1.145489798760457e+06 node_schedstat_running_seconds_total{cpu="45"} 1.154505702959019e+06 node_schedstat_running_seconds_total{cpu="46"} 1.164097568515328e+06 node_schedstat_running_seconds_total{cpu="47"} 1.170948772290349e+06 node_schedstat_running_seconds_total{cpu="48"} 1.178692033035846e+06 node_schedstat_running_seconds_total{cpu="49"} 1.185614274699797e+06 node_schedstat_running_seconds_total{cpu="5"} 1.350925220007154e+06 node_schedstat_running_seconds_total{cpu="50"} 1.213696284095262e+06 node_schedstat_running_seconds_total{cpu="51"} 1.271322951038902e+06 node_schedstat_running_seconds_total{cpu="52"} 1.31589870142442e+06 node_schedstat_running_seconds_total{cpu="53"} 1.335393927603713e+06 node_schedstat_running_seconds_total{cpu="54"} 1.355406504257021e+06 node_schedstat_running_seconds_total{cpu="55"} 1.298494595763938e+06 node_schedstat_running_seconds_total{cpu="56"} 1.280097949985853e+06 node_schedstat_running_seconds_total{cpu="57"} 1.26342449920191e+06 node_schedstat_running_seconds_total{cpu="58"} 1.250556388626091e+06 node_schedstat_running_seconds_total{cpu="59"} 1.239600776233253e+06 node_schedstat_running_seconds_total{cpu="6"} 1.335426746476691e+06 node_schedstat_running_seconds_total{cpu="60"} 1.265954129307738e+06 node_schedstat_running_seconds_total{cpu="61"} 1.233064348284e+06 node_schedstat_running_seconds_total{cpu="62"} 1.230661524019445e+06 node_schedstat_running_seconds_total{cpu="63"} 1.227245416442253e+06 node_schedstat_running_seconds_total{cpu="64"} 1.228437742110591e+06 node_schedstat_running_seconds_total{cpu="65"} 1.223990468130825e+06 node_schedstat_running_seconds_total{cpu="66"} 1.211889230153337e+06 node_schedstat_running_seconds_total{cpu="67"} 1.223000352968393e+06 node_schedstat_running_seconds_total{cpu="68"} 1.222969925194327e+06 node_schedstat_running_seconds_total{cpu="69"} 1.221973673326892e+06 node_schedstat_running_seconds_total{cpu="7"} 1.320424701273281e+06 node_schedstat_running_seconds_total{cpu="70"} 1.220312470175126e+06 node_schedstat_running_seconds_total{cpu="71"} 1.221527341939133e+06 node_schedstat_running_seconds_total{cpu="72"} 1.220539679521507e+06 node_schedstat_running_seconds_total{cpu="73"} 1.217889130751133e+06 node_schedstat_running_seconds_total{cpu="74"} 1.217592125891744e+06 node_schedstat_running_seconds_total{cpu="75"} 1.214564798688642e+06 node_schedstat_running_seconds_total{cpu="76"} 1.213553833928811e+06 node_schedstat_running_seconds_total{cpu="77"} 1.211236241072028e+06 node_schedstat_running_seconds_total{cpu="78"} 1.206546858383797e+06 node_schedstat_running_seconds_total{cpu="79"} 1.213462904750346e+06 node_schedstat_running_seconds_total{cpu="8"} 1.310347783841989e+06 node_schedstat_running_seconds_total{cpu="9"} 1.30028475185588e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 4.218419409e+09 node_schedstat_timeslices_total{cpu="1"} 3.524883385e+09 node_schedstat_timeslices_total{cpu="10"} 3.20016191e+09 node_schedstat_timeslices_total{cpu="11"} 3.189217728e+09 node_schedstat_timeslices_total{cpu="12"} 3.184430642e+09 node_schedstat_timeslices_total{cpu="13"} 3.195750164e+09 node_schedstat_timeslices_total{cpu="14"} 3.188777168e+09 node_schedstat_timeslices_total{cpu="15"} 3.184445743e+09 node_schedstat_timeslices_total{cpu="16"} 3.199516011e+09 node_schedstat_timeslices_total{cpu="17"} 3.194080558e+09 node_schedstat_timeslices_total{cpu="18"} 3.173375889e+09 node_schedstat_timeslices_total{cpu="19"} 3.213430433e+09 node_schedstat_timeslices_total{cpu="2"} 3.349106184e+09 node_schedstat_timeslices_total{cpu="20"} 3.230667116e+09 node_schedstat_timeslices_total{cpu="21"} 3.270039525e+09 node_schedstat_timeslices_total{cpu="22"} 3.267409333e+09 node_schedstat_timeslices_total{cpu="23"} 3.246170208e+09 node_schedstat_timeslices_total{cpu="24"} 3.253781122e+09 node_schedstat_timeslices_total{cpu="25"} 3.241094612e+09 node_schedstat_timeslices_total{cpu="26"} 3.240158977e+09 node_schedstat_timeslices_total{cpu="27"} 3.239636959e+09 node_schedstat_timeslices_total{cpu="28"} 3.217922832e+09 node_schedstat_timeslices_total{cpu="29"} 3.233945511e+09 node_schedstat_timeslices_total{cpu="3"} 3.28268483e+09 node_schedstat_timeslices_total{cpu="30"} 3.214490411e+09 node_schedstat_timeslices_total{cpu="31"} 3.233566932e+09 node_schedstat_timeslices_total{cpu="32"} 3.235198587e+09 node_schedstat_timeslices_total{cpu="33"} 3.230913493e+09 node_schedstat_timeslices_total{cpu="34"} 3.222722473e+09 node_schedstat_timeslices_total{cpu="35"} 3.213321013e+09 node_schedstat_timeslices_total{cpu="36"} 3.220550727e+09 node_schedstat_timeslices_total{cpu="37"} 3.224123562e+09 node_schedstat_timeslices_total{cpu="38"} 3.21604612e+09 node_schedstat_timeslices_total{cpu="39"} 3.212196918e+09 node_schedstat_timeslices_total{cpu="4"} 3.244932785e+09 node_schedstat_timeslices_total{cpu="40"} 3.220350611e+09 node_schedstat_timeslices_total{cpu="41"} 3.212081399e+09 node_schedstat_timeslices_total{cpu="42"} 3.211494861e+09 node_schedstat_timeslices_total{cpu="43"} 3.204724311e+09 node_schedstat_timeslices_total{cpu="44"} 3.191868563e+09 node_schedstat_timeslices_total{cpu="45"} 3.187476202e+09 node_schedstat_timeslices_total{cpu="46"} 3.178923062e+09 node_schedstat_timeslices_total{cpu="47"} 3.179139946e+09 node_schedstat_timeslices_total{cpu="48"} 3.17252534e+09 node_schedstat_timeslices_total{cpu="49"} 3.159042105e+09 node_schedstat_timeslices_total{cpu="5"} 3.232599517e+09 node_schedstat_timeslices_total{cpu="50"} 3.178318626e+09 node_schedstat_timeslices_total{cpu="51"} 3.396239126e+09 node_schedstat_timeslices_total{cpu="52"} 3.511744573e+09 node_schedstat_timeslices_total{cpu="53"} 3.564149957e+09 node_schedstat_timeslices_total{cpu="54"} 3.578339524e+09 node_schedstat_timeslices_total{cpu="55"} 3.418139855e+09 node_schedstat_timeslices_total{cpu="56"} 3.377007659e+09 node_schedstat_timeslices_total{cpu="57"} 3.342547223e+09 node_schedstat_timeslices_total{cpu="58"} 3.301649331e+09 node_schedstat_timeslices_total{cpu="59"} 3.289802137e+09 node_schedstat_timeslices_total{cpu="6"} 3.204953007e+09 node_schedstat_timeslices_total{cpu="60"} 3.194136685e+09 node_schedstat_timeslices_total{cpu="61"} 3.23008886e+09 node_schedstat_timeslices_total{cpu="62"} 3.236040497e+09 node_schedstat_timeslices_total{cpu="63"} 3.247768736e+09 node_schedstat_timeslices_total{cpu="64"} 3.227726367e+09 node_schedstat_timeslices_total{cpu="65"} 3.237039346e+09 node_schedstat_timeslices_total{cpu="66"} 3.233082875e+09 node_schedstat_timeslices_total{cpu="67"} 3.240691237e+09 node_schedstat_timeslices_total{cpu="68"} 3.235679932e+09 node_schedstat_timeslices_total{cpu="69"} 3.215990779e+09 node_schedstat_timeslices_total{cpu="7"} 3.214029268e+09 node_schedstat_timeslices_total{cpu="70"} 3.212905644e+09 node_schedstat_timeslices_total{cpu="71"} 3.23511721e+09 node_schedstat_timeslices_total{cpu="72"} 3.235691494e+09 node_schedstat_timeslices_total{cpu="73"} 3.218341201e+09 node_schedstat_timeslices_total{cpu="74"} 3.224230998e+09 node_schedstat_timeslices_total{cpu="75"} 3.22338309e+09 node_schedstat_timeslices_total{cpu="76"} 3.229731853e+09 node_schedstat_timeslices_total{cpu="77"} 3.209158017e+09 node_schedstat_timeslices_total{cpu="78"} 3.221926954e+09 node_schedstat_timeslices_total{cpu="79"} 3.222442875e+09 node_schedstat_timeslices_total{cpu="8"} 3.20761223e+09 node_schedstat_timeslices_total{cpu="9"} 3.196125231e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 114981.688347529 node_schedstat_waiting_seconds_total{cpu="1"} 112429.851631182 node_schedstat_waiting_seconds_total{cpu="10"} 105506.951667587 node_schedstat_waiting_seconds_total{cpu="11"} 103469.440500697 node_schedstat_waiting_seconds_total{cpu="12"} 101987.3541733 node_schedstat_waiting_seconds_total{cpu="13"} 101775.062733934 node_schedstat_waiting_seconds_total{cpu="14"} 101360.441024762 node_schedstat_waiting_seconds_total{cpu="15"} 102368.191964478 node_schedstat_waiting_seconds_total{cpu="16"} 102366.035906769 node_schedstat_waiting_seconds_total{cpu="17"} 102289.734225826 node_schedstat_waiting_seconds_total{cpu="18"} 101909.495433514 node_schedstat_waiting_seconds_total{cpu="19"} 102448.463890007 node_schedstat_waiting_seconds_total{cpu="2"} 112116.201480986 node_schedstat_waiting_seconds_total{cpu="20"} 111774.007132378 node_schedstat_waiting_seconds_total{cpu="21"} 109445.510828543 node_schedstat_waiting_seconds_total{cpu="22"} 108559.722452359 node_schedstat_waiting_seconds_total{cpu="23"} 108054.302903276 node_schedstat_waiting_seconds_total{cpu="24"} 107790.118670244 node_schedstat_waiting_seconds_total{cpu="25"} 106998.534675452 node_schedstat_waiting_seconds_total{cpu="26"} 107062.606780139 node_schedstat_waiting_seconds_total{cpu="27"} 106746.658565507 node_schedstat_waiting_seconds_total{cpu="28"} 106553.135453726 node_schedstat_waiting_seconds_total{cpu="29"} 106447.613526845 node_schedstat_waiting_seconds_total{cpu="3"} 111347.978216159 node_schedstat_waiting_seconds_total{cpu="30"} 106186.034818534 node_schedstat_waiting_seconds_total{cpu="31"} 106271.526509505 node_schedstat_waiting_seconds_total{cpu="32"} 106239.158416034 node_schedstat_waiting_seconds_total{cpu="33"} 106287.929255603 node_schedstat_waiting_seconds_total{cpu="34"} 106366.34964846 node_schedstat_waiting_seconds_total{cpu="35"} 106120.052884544 node_schedstat_waiting_seconds_total{cpu="36"} 106171.458246905 node_schedstat_waiting_seconds_total{cpu="37"} 106513.076467526 node_schedstat_waiting_seconds_total{cpu="38"} 106338.4300849 node_schedstat_waiting_seconds_total{cpu="39"} 106215.405537598 node_schedstat_waiting_seconds_total{cpu="4"} 109112.338870074 node_schedstat_waiting_seconds_total{cpu="40"} 101595.182461532 node_schedstat_waiting_seconds_total{cpu="41"} 97858.49165399 node_schedstat_waiting_seconds_total{cpu="42"} 97395.65450749 node_schedstat_waiting_seconds_total{cpu="43"} 96785.298228841 node_schedstat_waiting_seconds_total{cpu="44"} 96293.42820629 node_schedstat_waiting_seconds_total{cpu="45"} 96176.192245715 node_schedstat_waiting_seconds_total{cpu="46"} 96239.448867122 node_schedstat_waiting_seconds_total{cpu="47"} 96422.967562875 node_schedstat_waiting_seconds_total{cpu="48"} 96417.065840697 node_schedstat_waiting_seconds_total{cpu="49"} 96620.747629301 node_schedstat_waiting_seconds_total{cpu="5"} 108536.300481393 node_schedstat_waiting_seconds_total{cpu="50"} 98481.920833049 node_schedstat_waiting_seconds_total{cpu="51"} 126261.4353345 node_schedstat_waiting_seconds_total{cpu="52"} 132517.392056397 node_schedstat_waiting_seconds_total{cpu="53"} 134175.906533097 node_schedstat_waiting_seconds_total{cpu="54"} 135730.426195233 node_schedstat_waiting_seconds_total{cpu="55"} 108716.259072871 node_schedstat_waiting_seconds_total{cpu="56"} 106267.582816515 node_schedstat_waiting_seconds_total{cpu="57"} 104889.063542913 node_schedstat_waiting_seconds_total{cpu="58"} 103411.483381539 node_schedstat_waiting_seconds_total{cpu="59"} 102120.358801605 node_schedstat_waiting_seconds_total{cpu="6"} 107545.93086411 node_schedstat_waiting_seconds_total{cpu="60"} 106536.910752765 node_schedstat_waiting_seconds_total{cpu="61"} 106505.506651 node_schedstat_waiting_seconds_total{cpu="62"} 106606.532974212 node_schedstat_waiting_seconds_total{cpu="63"} 106827.318394442 node_schedstat_waiting_seconds_total{cpu="64"} 106747.436723973 node_schedstat_waiting_seconds_total{cpu="65"} 106610.60809921 node_schedstat_waiting_seconds_total{cpu="66"} 106950.829527447 node_schedstat_waiting_seconds_total{cpu="67"} 106940.583045381 node_schedstat_waiting_seconds_total{cpu="68"} 106964.411002194 node_schedstat_waiting_seconds_total{cpu="69"} 106830.842631695 node_schedstat_waiting_seconds_total{cpu="7"} 107107.202211001 node_schedstat_waiting_seconds_total{cpu="70"} 106665.397299312 node_schedstat_waiting_seconds_total{cpu="71"} 106980.77044985 node_schedstat_waiting_seconds_total{cpu="72"} 106895.014025591 node_schedstat_waiting_seconds_total{cpu="73"} 107021.068548464 node_schedstat_waiting_seconds_total{cpu="74"} 106993.830358877 node_schedstat_waiting_seconds_total{cpu="75"} 106948.469589942 node_schedstat_waiting_seconds_total{cpu="76"} 107081.332931348 node_schedstat_waiting_seconds_total{cpu="77"} 107228.031430827 node_schedstat_waiting_seconds_total{cpu="78"} 107293.162649378 node_schedstat_waiting_seconds_total{cpu="79"} 107201.673427917 node_schedstat_waiting_seconds_total{cpu="8"} 106553.784217789 node_schedstat_waiting_seconds_total{cpu="9"} 106014.367807904 # 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.0002242 node_scrape_collector_duration_seconds{collector="bcache"} 1.4487e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.1691e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.001178435 node_scrape_collector_duration_seconds{collector="conntrack"} 7.9906e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.055801572 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.053166269 node_scrape_collector_duration_seconds{collector="diskstats"} 0.005603615 node_scrape_collector_duration_seconds{collector="dmi"} 1.0758e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.061182984 node_scrape_collector_duration_seconds{collector="entropy"} 0.060112029 node_scrape_collector_duration_seconds{collector="fibrechannel"} 9.414e-06 node_scrape_collector_duration_seconds{collector="filefd"} 0.055758534 node_scrape_collector_duration_seconds{collector="filesystem"} 0.066098933 node_scrape_collector_duration_seconds{collector="hwmon"} 0.012593621 node_scrape_collector_duration_seconds{collector="infiniband"} 1.2737e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.3447e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 7.9837e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000120883 node_scrape_collector_duration_seconds{collector="meminfo"} 0.050547376 node_scrape_collector_duration_seconds{collector="netclass"} 0.11311427 node_scrape_collector_duration_seconds{collector="netdev"} 0.000185122 node_scrape_collector_duration_seconds{collector="netstat"} 0.000763069 node_scrape_collector_duration_seconds{collector="nfs"} 1.1481e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 1.0936e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.9608e-05 node_scrape_collector_duration_seconds{collector="os"} 0.024827048 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.0704e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.055875379 node_scrape_collector_duration_seconds{collector="rapl"} 0.000139573 node_scrape_collector_duration_seconds{collector="schedstat"} 0.068542751 node_scrape_collector_duration_seconds{collector="selinux"} 1.233e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.05572724 node_scrape_collector_duration_seconds{collector="softnet"} 0.000506167 node_scrape_collector_duration_seconds{collector="stat"} 0.061119475 node_scrape_collector_duration_seconds{collector="tapestats"} 1.1536e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.055726836 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.061478218 node_scrape_collector_duration_seconds{collector="time"} 0.000110264 node_scrape_collector_duration_seconds{collector="timex"} 4.046e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000617353 node_scrape_collector_duration_seconds{collector="uname"} 7.651e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.055879057 node_scrape_collector_duration_seconds{collector="watchdog"} 2.1119e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.223e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.2589e-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"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 0 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 2 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 1231 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 1 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 9723 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 3.9825408e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 5 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 0 node_softnet_backlog_len{cpu="24"} 0 node_softnet_backlog_len{cpu="25"} 0 node_softnet_backlog_len{cpu="26"} 0 node_softnet_backlog_len{cpu="27"} 0 node_softnet_backlog_len{cpu="28"} 0 node_softnet_backlog_len{cpu="29"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="30"} 0 node_softnet_backlog_len{cpu="31"} 0 node_softnet_backlog_len{cpu="32"} 0 node_softnet_backlog_len{cpu="33"} 0 node_softnet_backlog_len{cpu="34"} 0 node_softnet_backlog_len{cpu="35"} 0 node_softnet_backlog_len{cpu="36"} 0 node_softnet_backlog_len{cpu="37"} 0 node_softnet_backlog_len{cpu="38"} 0 node_softnet_backlog_len{cpu="39"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="40"} 0 node_softnet_backlog_len{cpu="41"} 0 node_softnet_backlog_len{cpu="42"} 0 node_softnet_backlog_len{cpu="43"} 0 node_softnet_backlog_len{cpu="44"} 0 node_softnet_backlog_len{cpu="45"} 0 node_softnet_backlog_len{cpu="46"} 0 node_softnet_backlog_len{cpu="47"} 0 node_softnet_backlog_len{cpu="48"} 0 node_softnet_backlog_len{cpu="49"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="50"} 0 node_softnet_backlog_len{cpu="51"} 0 node_softnet_backlog_len{cpu="52"} 0 node_softnet_backlog_len{cpu="53"} 0 node_softnet_backlog_len{cpu="54"} 0 node_softnet_backlog_len{cpu="55"} 0 node_softnet_backlog_len{cpu="56"} 0 node_softnet_backlog_len{cpu="57"} 0 node_softnet_backlog_len{cpu="58"} 0 node_softnet_backlog_len{cpu="59"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="60"} 0 node_softnet_backlog_len{cpu="61"} 0 node_softnet_backlog_len{cpu="62"} 0 node_softnet_backlog_len{cpu="63"} 0 node_softnet_backlog_len{cpu="64"} 0 node_softnet_backlog_len{cpu="65"} 0 node_softnet_backlog_len{cpu="66"} 0 node_softnet_backlog_len{cpu="67"} 0 node_softnet_backlog_len{cpu="68"} 0 node_softnet_backlog_len{cpu="69"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="70"} 0 node_softnet_backlog_len{cpu="71"} 0 node_softnet_backlog_len{cpu="72"} 0 node_softnet_backlog_len{cpu="73"} 0 node_softnet_backlog_len{cpu="74"} 0 node_softnet_backlog_len{cpu="75"} 0 node_softnet_backlog_len{cpu="76"} 0 node_softnet_backlog_len{cpu="77"} 0 node_softnet_backlog_len{cpu="78"} 0 node_softnet_backlog_len{cpu="79"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 0 node_softnet_cpu_collision_total{cpu="24"} 0 node_softnet_cpu_collision_total{cpu="25"} 0 node_softnet_cpu_collision_total{cpu="26"} 0 node_softnet_cpu_collision_total{cpu="27"} 0 node_softnet_cpu_collision_total{cpu="28"} 0 node_softnet_cpu_collision_total{cpu="29"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="30"} 0 node_softnet_cpu_collision_total{cpu="31"} 0 node_softnet_cpu_collision_total{cpu="32"} 0 node_softnet_cpu_collision_total{cpu="33"} 0 node_softnet_cpu_collision_total{cpu="34"} 0 node_softnet_cpu_collision_total{cpu="35"} 0 node_softnet_cpu_collision_total{cpu="36"} 0 node_softnet_cpu_collision_total{cpu="37"} 0 node_softnet_cpu_collision_total{cpu="38"} 0 node_softnet_cpu_collision_total{cpu="39"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="40"} 0 node_softnet_cpu_collision_total{cpu="41"} 0 node_softnet_cpu_collision_total{cpu="42"} 0 node_softnet_cpu_collision_total{cpu="43"} 0 node_softnet_cpu_collision_total{cpu="44"} 0 node_softnet_cpu_collision_total{cpu="45"} 0 node_softnet_cpu_collision_total{cpu="46"} 0 node_softnet_cpu_collision_total{cpu="47"} 0 node_softnet_cpu_collision_total{cpu="48"} 0 node_softnet_cpu_collision_total{cpu="49"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="50"} 0 node_softnet_cpu_collision_total{cpu="51"} 0 node_softnet_cpu_collision_total{cpu="52"} 0 node_softnet_cpu_collision_total{cpu="53"} 0 node_softnet_cpu_collision_total{cpu="54"} 0 node_softnet_cpu_collision_total{cpu="55"} 0 node_softnet_cpu_collision_total{cpu="56"} 0 node_softnet_cpu_collision_total{cpu="57"} 0 node_softnet_cpu_collision_total{cpu="58"} 0 node_softnet_cpu_collision_total{cpu="59"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="60"} 0 node_softnet_cpu_collision_total{cpu="61"} 0 node_softnet_cpu_collision_total{cpu="62"} 0 node_softnet_cpu_collision_total{cpu="63"} 0 node_softnet_cpu_collision_total{cpu="64"} 0 node_softnet_cpu_collision_total{cpu="65"} 0 node_softnet_cpu_collision_total{cpu="66"} 0 node_softnet_cpu_collision_total{cpu="67"} 0 node_softnet_cpu_collision_total{cpu="68"} 0 node_softnet_cpu_collision_total{cpu="69"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="70"} 0 node_softnet_cpu_collision_total{cpu="71"} 0 node_softnet_cpu_collision_total{cpu="72"} 0 node_softnet_cpu_collision_total{cpu="73"} 0 node_softnet_cpu_collision_total{cpu="74"} 0 node_softnet_cpu_collision_total{cpu="75"} 0 node_softnet_cpu_collision_total{cpu="76"} 0 node_softnet_cpu_collision_total{cpu="77"} 0 node_softnet_cpu_collision_total{cpu="78"} 0 node_softnet_cpu_collision_total{cpu="79"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 1 node_softnet_dropped_total{cpu="1"} 1 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 1 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 2 node_softnet_dropped_total{cpu="19"} 1 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="20"} 0 node_softnet_dropped_total{cpu="21"} 2 node_softnet_dropped_total{cpu="22"} 1 node_softnet_dropped_total{cpu="23"} 0 node_softnet_dropped_total{cpu="24"} 1 node_softnet_dropped_total{cpu="25"} 1 node_softnet_dropped_total{cpu="26"} 1 node_softnet_dropped_total{cpu="27"} 1 node_softnet_dropped_total{cpu="28"} 0 node_softnet_dropped_total{cpu="29"} 0 node_softnet_dropped_total{cpu="3"} 1 node_softnet_dropped_total{cpu="30"} 1 node_softnet_dropped_total{cpu="31"} 0 node_softnet_dropped_total{cpu="32"} 0 node_softnet_dropped_total{cpu="33"} 0 node_softnet_dropped_total{cpu="34"} 0 node_softnet_dropped_total{cpu="35"} 0 node_softnet_dropped_total{cpu="36"} 1 node_softnet_dropped_total{cpu="37"} 0 node_softnet_dropped_total{cpu="38"} 0 node_softnet_dropped_total{cpu="39"} 1 node_softnet_dropped_total{cpu="4"} 1 node_softnet_dropped_total{cpu="40"} 0 node_softnet_dropped_total{cpu="41"} 1 node_softnet_dropped_total{cpu="42"} 1 node_softnet_dropped_total{cpu="43"} 1 node_softnet_dropped_total{cpu="44"} 0 node_softnet_dropped_total{cpu="45"} 1 node_softnet_dropped_total{cpu="46"} 0 node_softnet_dropped_total{cpu="47"} 1 node_softnet_dropped_total{cpu="48"} 1 node_softnet_dropped_total{cpu="49"} 1 node_softnet_dropped_total{cpu="5"} 1 node_softnet_dropped_total{cpu="50"} 0 node_softnet_dropped_total{cpu="51"} 1 node_softnet_dropped_total{cpu="52"} 1 node_softnet_dropped_total{cpu="53"} 1 node_softnet_dropped_total{cpu="54"} 1 node_softnet_dropped_total{cpu="55"} 0 node_softnet_dropped_total{cpu="56"} 0 node_softnet_dropped_total{cpu="57"} 1 node_softnet_dropped_total{cpu="58"} 1 node_softnet_dropped_total{cpu="59"} 1 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="60"} 1 node_softnet_dropped_total{cpu="61"} 1 node_softnet_dropped_total{cpu="62"} 1 node_softnet_dropped_total{cpu="63"} 1 node_softnet_dropped_total{cpu="64"} 0 node_softnet_dropped_total{cpu="65"} 1 node_softnet_dropped_total{cpu="66"} 1 node_softnet_dropped_total{cpu="67"} 0 node_softnet_dropped_total{cpu="68"} 0 node_softnet_dropped_total{cpu="69"} 1 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="70"} 0 node_softnet_dropped_total{cpu="71"} 1 node_softnet_dropped_total{cpu="72"} 0 node_softnet_dropped_total{cpu="73"} 0 node_softnet_dropped_total{cpu="74"} 0 node_softnet_dropped_total{cpu="75"} 0 node_softnet_dropped_total{cpu="76"} 1 node_softnet_dropped_total{cpu="77"} 0 node_softnet_dropped_total{cpu="78"} 1 node_softnet_dropped_total{cpu="79"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 2 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="20"} 0 node_softnet_flow_limit_count_total{cpu="21"} 0 node_softnet_flow_limit_count_total{cpu="22"} 0 node_softnet_flow_limit_count_total{cpu="23"} 0 node_softnet_flow_limit_count_total{cpu="24"} 0 node_softnet_flow_limit_count_total{cpu="25"} 0 node_softnet_flow_limit_count_total{cpu="26"} 0 node_softnet_flow_limit_count_total{cpu="27"} 0 node_softnet_flow_limit_count_total{cpu="28"} 0 node_softnet_flow_limit_count_total{cpu="29"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="30"} 0 node_softnet_flow_limit_count_total{cpu="31"} 0 node_softnet_flow_limit_count_total{cpu="32"} 0 node_softnet_flow_limit_count_total{cpu="33"} 0 node_softnet_flow_limit_count_total{cpu="34"} 0 node_softnet_flow_limit_count_total{cpu="35"} 0 node_softnet_flow_limit_count_total{cpu="36"} 0 node_softnet_flow_limit_count_total{cpu="37"} 0 node_softnet_flow_limit_count_total{cpu="38"} 0 node_softnet_flow_limit_count_total{cpu="39"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="40"} 0 node_softnet_flow_limit_count_total{cpu="41"} 0 node_softnet_flow_limit_count_total{cpu="42"} 0 node_softnet_flow_limit_count_total{cpu="43"} 0 node_softnet_flow_limit_count_total{cpu="44"} 0 node_softnet_flow_limit_count_total{cpu="45"} 0 node_softnet_flow_limit_count_total{cpu="46"} 0 node_softnet_flow_limit_count_total{cpu="47"} 0 node_softnet_flow_limit_count_total{cpu="48"} 0 node_softnet_flow_limit_count_total{cpu="49"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="50"} 0 node_softnet_flow_limit_count_total{cpu="51"} 0 node_softnet_flow_limit_count_total{cpu="52"} 0 node_softnet_flow_limit_count_total{cpu="53"} 0 node_softnet_flow_limit_count_total{cpu="54"} 0 node_softnet_flow_limit_count_total{cpu="55"} 0 node_softnet_flow_limit_count_total{cpu="56"} 0 node_softnet_flow_limit_count_total{cpu="57"} 0 node_softnet_flow_limit_count_total{cpu="58"} 0 node_softnet_flow_limit_count_total{cpu="59"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="60"} 0 node_softnet_flow_limit_count_total{cpu="61"} 0 node_softnet_flow_limit_count_total{cpu="62"} 0 node_softnet_flow_limit_count_total{cpu="63"} 0 node_softnet_flow_limit_count_total{cpu="64"} 0 node_softnet_flow_limit_count_total{cpu="65"} 0 node_softnet_flow_limit_count_total{cpu="66"} 0 node_softnet_flow_limit_count_total{cpu="67"} 0 node_softnet_flow_limit_count_total{cpu="68"} 0 node_softnet_flow_limit_count_total{cpu="69"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="70"} 0 node_softnet_flow_limit_count_total{cpu="71"} 0 node_softnet_flow_limit_count_total{cpu="72"} 0 node_softnet_flow_limit_count_total{cpu="73"} 0 node_softnet_flow_limit_count_total{cpu="74"} 0 node_softnet_flow_limit_count_total{cpu="75"} 0 node_softnet_flow_limit_count_total{cpu="76"} 0 node_softnet_flow_limit_count_total{cpu="77"} 0 node_softnet_flow_limit_count_total{cpu="78"} 0 node_softnet_flow_limit_count_total{cpu="79"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 3.90594732e+08 node_softnet_processed_total{cpu="1"} 3.58083481e+08 node_softnet_processed_total{cpu="10"} 2.16475078e+08 node_softnet_processed_total{cpu="11"} 2.47606622e+08 node_softnet_processed_total{cpu="12"} 2.46562186e+08 node_softnet_processed_total{cpu="13"} 2.45274258e+08 node_softnet_processed_total{cpu="14"} 2.42302388e+08 node_softnet_processed_total{cpu="15"} 2.0976562e+08 node_softnet_processed_total{cpu="16"} 2.02324252e+08 node_softnet_processed_total{cpu="17"} 1.98015859e+08 node_softnet_processed_total{cpu="18"} 1.91905412e+08 node_softnet_processed_total{cpu="19"} 1.93112076e+08 node_softnet_processed_total{cpu="2"} 3.21562463e+08 node_softnet_processed_total{cpu="20"} 2.20018703e+08 node_softnet_processed_total{cpu="21"} 1.72713821e+08 node_softnet_processed_total{cpu="22"} 1.53438909e+08 node_softnet_processed_total{cpu="23"} 1.42002869e+08 node_softnet_processed_total{cpu="24"} 1.35494375e+08 node_softnet_processed_total{cpu="25"} 1.32302513e+08 node_softnet_processed_total{cpu="26"} 1.30051782e+08 node_softnet_processed_total{cpu="27"} 1.27482487e+08 node_softnet_processed_total{cpu="28"} 1.25599972e+08 node_softnet_processed_total{cpu="29"} 1.24461909e+08 node_softnet_processed_total{cpu="3"} 2.95221147e+08 node_softnet_processed_total{cpu="30"} 1.23464961e+08 node_softnet_processed_total{cpu="31"} 1.2348324e+08 node_softnet_processed_total{cpu="32"} 1.23204953e+08 node_softnet_processed_total{cpu="33"} 1.22350603e+08 node_softnet_processed_total{cpu="34"} 1.2202047e+08 node_softnet_processed_total{cpu="35"} 1.21777714e+08 node_softnet_processed_total{cpu="36"} 1.22015164e+08 node_softnet_processed_total{cpu="37"} 1.25505494e+08 node_softnet_processed_total{cpu="38"} 1.23735285e+08 node_softnet_processed_total{cpu="39"} 1.21793509e+08 node_softnet_processed_total{cpu="4"} 2.78860249e+08 node_softnet_processed_total{cpu="40"} 1.83630747e+08 node_softnet_processed_total{cpu="41"} 1.69232816e+08 node_softnet_processed_total{cpu="42"} 1.67935089e+08 node_softnet_processed_total{cpu="43"} 1.6238425e+08 node_softnet_processed_total{cpu="44"} 1.59397744e+08 node_softnet_processed_total{cpu="45"} 1.58575421e+08 node_softnet_processed_total{cpu="46"} 1.57942141e+08 node_softnet_processed_total{cpu="47"} 1.58607329e+08 node_softnet_processed_total{cpu="48"} 1.56702627e+08 node_softnet_processed_total{cpu="49"} 1.55700712e+08 node_softnet_processed_total{cpu="5"} 2.64508392e+08 node_softnet_processed_total{cpu="50"} 1.60444417e+08 node_softnet_processed_total{cpu="51"} 3.220897219e+09 node_softnet_processed_total{cpu="52"} 3.629879373e+09 node_softnet_processed_total{cpu="53"} 3.436331906e+09 node_softnet_processed_total{cpu="54"} 3.531722503e+09 node_softnet_processed_total{cpu="55"} 7.14449472e+08 node_softnet_processed_total{cpu="56"} 5.15058867e+08 node_softnet_processed_total{cpu="57"} 3.95282925e+08 node_softnet_processed_total{cpu="58"} 3.23108073e+08 node_softnet_processed_total{cpu="59"} 2.80997836e+08 node_softnet_processed_total{cpu="6"} 2.50968775e+08 node_softnet_processed_total{cpu="60"} 1.22856817e+08 node_softnet_processed_total{cpu="61"} 1.2171958e+08 node_softnet_processed_total{cpu="62"} 1.20756915e+08 node_softnet_processed_total{cpu="63"} 1.19243919e+08 node_softnet_processed_total{cpu="64"} 1.18254245e+08 node_softnet_processed_total{cpu="65"} 1.19720118e+08 node_softnet_processed_total{cpu="66"} 1.26763545e+08 node_softnet_processed_total{cpu="67"} 1.21908011e+08 node_softnet_processed_total{cpu="68"} 1.19640421e+08 node_softnet_processed_total{cpu="69"} 1.17655841e+08 node_softnet_processed_total{cpu="7"} 2.41774624e+08 node_softnet_processed_total{cpu="70"} 1.16393159e+08 node_softnet_processed_total{cpu="71"} 1.16919946e+08 node_softnet_processed_total{cpu="72"} 1.1669976e+08 node_softnet_processed_total{cpu="73"} 1.15778042e+08 node_softnet_processed_total{cpu="74"} 1.15518616e+08 node_softnet_processed_total{cpu="75"} 1.15906034e+08 node_softnet_processed_total{cpu="76"} 1.15614267e+08 node_softnet_processed_total{cpu="77"} 1.14513323e+08 node_softnet_processed_total{cpu="78"} 1.16759869e+08 node_softnet_processed_total{cpu="79"} 1.15523489e+08 node_softnet_processed_total{cpu="8"} 2.32952106e+08 node_softnet_processed_total{cpu="9"} 2.24803801e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="20"} 0 node_softnet_received_rps_total{cpu="21"} 0 node_softnet_received_rps_total{cpu="22"} 0 node_softnet_received_rps_total{cpu="23"} 0 node_softnet_received_rps_total{cpu="24"} 0 node_softnet_received_rps_total{cpu="25"} 0 node_softnet_received_rps_total{cpu="26"} 0 node_softnet_received_rps_total{cpu="27"} 0 node_softnet_received_rps_total{cpu="28"} 0 node_softnet_received_rps_total{cpu="29"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="30"} 0 node_softnet_received_rps_total{cpu="31"} 0 node_softnet_received_rps_total{cpu="32"} 0 node_softnet_received_rps_total{cpu="33"} 0 node_softnet_received_rps_total{cpu="34"} 0 node_softnet_received_rps_total{cpu="35"} 0 node_softnet_received_rps_total{cpu="36"} 0 node_softnet_received_rps_total{cpu="37"} 0 node_softnet_received_rps_total{cpu="38"} 0 node_softnet_received_rps_total{cpu="39"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="40"} 0 node_softnet_received_rps_total{cpu="41"} 0 node_softnet_received_rps_total{cpu="42"} 0 node_softnet_received_rps_total{cpu="43"} 0 node_softnet_received_rps_total{cpu="44"} 0 node_softnet_received_rps_total{cpu="45"} 0 node_softnet_received_rps_total{cpu="46"} 0 node_softnet_received_rps_total{cpu="47"} 0 node_softnet_received_rps_total{cpu="48"} 0 node_softnet_received_rps_total{cpu="49"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="50"} 0 node_softnet_received_rps_total{cpu="51"} 0 node_softnet_received_rps_total{cpu="52"} 0 node_softnet_received_rps_total{cpu="53"} 0 node_softnet_received_rps_total{cpu="54"} 0 node_softnet_received_rps_total{cpu="55"} 0 node_softnet_received_rps_total{cpu="56"} 0 node_softnet_received_rps_total{cpu="57"} 0 node_softnet_received_rps_total{cpu="58"} 0 node_softnet_received_rps_total{cpu="59"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="60"} 0 node_softnet_received_rps_total{cpu="61"} 0 node_softnet_received_rps_total{cpu="62"} 0 node_softnet_received_rps_total{cpu="63"} 0 node_softnet_received_rps_total{cpu="64"} 0 node_softnet_received_rps_total{cpu="65"} 0 node_softnet_received_rps_total{cpu="66"} 0 node_softnet_received_rps_total{cpu="67"} 0 node_softnet_received_rps_total{cpu="68"} 0 node_softnet_received_rps_total{cpu="69"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="70"} 0 node_softnet_received_rps_total{cpu="71"} 0 node_softnet_received_rps_total{cpu="72"} 0 node_softnet_received_rps_total{cpu="73"} 0 node_softnet_received_rps_total{cpu="74"} 0 node_softnet_received_rps_total{cpu="75"} 0 node_softnet_received_rps_total{cpu="76"} 0 node_softnet_received_rps_total{cpu="77"} 0 node_softnet_received_rps_total{cpu="78"} 0 node_softnet_received_rps_total{cpu="79"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 108 node_softnet_times_squeezed_total{cpu="1"} 81 node_softnet_times_squeezed_total{cpu="10"} 67 node_softnet_times_squeezed_total{cpu="11"} 52 node_softnet_times_squeezed_total{cpu="12"} 47 node_softnet_times_squeezed_total{cpu="13"} 54 node_softnet_times_squeezed_total{cpu="14"} 60 node_softnet_times_squeezed_total{cpu="15"} 57 node_softnet_times_squeezed_total{cpu="16"} 65 node_softnet_times_squeezed_total{cpu="17"} 59 node_softnet_times_squeezed_total{cpu="18"} 77 node_softnet_times_squeezed_total{cpu="19"} 65 node_softnet_times_squeezed_total{cpu="2"} 87 node_softnet_times_squeezed_total{cpu="20"} 94 node_softnet_times_squeezed_total{cpu="21"} 60 node_softnet_times_squeezed_total{cpu="22"} 51 node_softnet_times_squeezed_total{cpu="23"} 38 node_softnet_times_squeezed_total{cpu="24"} 48 node_softnet_times_squeezed_total{cpu="25"} 42 node_softnet_times_squeezed_total{cpu="26"} 32 node_softnet_times_squeezed_total{cpu="27"} 43 node_softnet_times_squeezed_total{cpu="28"} 62 node_softnet_times_squeezed_total{cpu="29"} 47 node_softnet_times_squeezed_total{cpu="3"} 81 node_softnet_times_squeezed_total{cpu="30"} 44 node_softnet_times_squeezed_total{cpu="31"} 37 node_softnet_times_squeezed_total{cpu="32"} 55 node_softnet_times_squeezed_total{cpu="33"} 44 node_softnet_times_squeezed_total{cpu="34"} 43 node_softnet_times_squeezed_total{cpu="35"} 48 node_softnet_times_squeezed_total{cpu="36"} 35 node_softnet_times_squeezed_total{cpu="37"} 43 node_softnet_times_squeezed_total{cpu="38"} 43 node_softnet_times_squeezed_total{cpu="39"} 46 node_softnet_times_squeezed_total{cpu="4"} 88 node_softnet_times_squeezed_total{cpu="40"} 56 node_softnet_times_squeezed_total{cpu="41"} 52 node_softnet_times_squeezed_total{cpu="42"} 46 node_softnet_times_squeezed_total{cpu="43"} 46 node_softnet_times_squeezed_total{cpu="44"} 34 node_softnet_times_squeezed_total{cpu="45"} 37 node_softnet_times_squeezed_total{cpu="46"} 55 node_softnet_times_squeezed_total{cpu="47"} 58 node_softnet_times_squeezed_total{cpu="48"} 64 node_softnet_times_squeezed_total{cpu="49"} 45 node_softnet_times_squeezed_total{cpu="5"} 75 node_softnet_times_squeezed_total{cpu="50"} 174 node_softnet_times_squeezed_total{cpu="51"} 986 node_softnet_times_squeezed_total{cpu="52"} 1204 node_softnet_times_squeezed_total{cpu="53"} 1297 node_softnet_times_squeezed_total{cpu="54"} 1347 node_softnet_times_squeezed_total{cpu="55"} 78 node_softnet_times_squeezed_total{cpu="56"} 91 node_softnet_times_squeezed_total{cpu="57"} 80 node_softnet_times_squeezed_total{cpu="58"} 72 node_softnet_times_squeezed_total{cpu="59"} 78 node_softnet_times_squeezed_total{cpu="6"} 78 node_softnet_times_squeezed_total{cpu="60"} 39 node_softnet_times_squeezed_total{cpu="61"} 37 node_softnet_times_squeezed_total{cpu="62"} 37 node_softnet_times_squeezed_total{cpu="63"} 32 node_softnet_times_squeezed_total{cpu="64"} 26 node_softnet_times_squeezed_total{cpu="65"} 33 node_softnet_times_squeezed_total{cpu="66"} 33 node_softnet_times_squeezed_total{cpu="67"} 29 node_softnet_times_squeezed_total{cpu="68"} 36 node_softnet_times_squeezed_total{cpu="69"} 34 node_softnet_times_squeezed_total{cpu="7"} 74 node_softnet_times_squeezed_total{cpu="70"} 41 node_softnet_times_squeezed_total{cpu="71"} 30 node_softnet_times_squeezed_total{cpu="72"} 25 node_softnet_times_squeezed_total{cpu="73"} 27 node_softnet_times_squeezed_total{cpu="74"} 37 node_softnet_times_squeezed_total{cpu="75"} 29 node_softnet_times_squeezed_total{cpu="76"} 35 node_softnet_times_squeezed_total{cpu="77"} 30 node_softnet_times_squeezed_total{cpu="78"} 29 node_softnet_times_squeezed_total{cpu="79"} 28 node_softnet_times_squeezed_total{cpu="8"} 76 node_softnet_times_squeezed_total{cpu="9"} 63 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_thermal_zone_temp Zone temperature in Celsius # TYPE node_thermal_zone_temp gauge node_thermal_zone_temp{type="pch_lewisburg",zone="0"} 49 node_thermal_zone_temp{type="x86_pkg_temp",zone="1"} 61 node_thermal_zone_temp{type="x86_pkg_temp",zone="2"} 68 # 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.7625761355125294e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999954062805175 # 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.8525 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -9.0207e-05 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 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="2974472e153a",release="6.8.0-78-generic",sysname="Linux",version="#78-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 12 11:34:18 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 9.72148775405e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 341593 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.970527712e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.8311180601e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 494442 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 2.830704e+06 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 211172.99 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.492039062e+09 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 4.500048303e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.6764928e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.7559615044e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273409536e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 1164 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"} 1.309224e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0