# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 2.4598e-05 go_gc_duration_seconds{quantile="0.25"} 3.4794e-05 go_gc_duration_seconds{quantile="0.5"} 4.7298e-05 go_gc_duration_seconds{quantile="0.75"} 6.126e-05 go_gc_duration_seconds{quantile="1"} 0.000213577 go_gc_duration_seconds_sum 66.999237151 go_gc_duration_seconds_count 1.216798e+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 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.65276e+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 3.112990069048e+12 # 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.38676e+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 3.6171818067e+10 # 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.422136e+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 3.65276e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.0862592e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 5.308416e+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 36124 # 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 8.552448e+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.6171008e+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.765327707514566e+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 3.6171854191e+10 # 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 89920 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 146880 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 7.566728e+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 592312 # 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 589824 # 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 589824 # 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.341812e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 5 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 2 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.75823293e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 3.83415943823e+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="PCIe_Port_Link_Speed_0000:00:1c.0"} 1 node_cooling_device_cur_state{name="1",type="PCIe_Port_Link_Speed_0000:16:02.0"} 1 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="PCIe_Port_Link_Speed_0000:30:02.0"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="32",type="Processor"} 0 node_cooling_device_cur_state{name="33",type="Processor"} 0 node_cooling_device_cur_state{name="34",type="Processor"} 0 node_cooling_device_cur_state{name="35",type="Processor"} 0 node_cooling_device_cur_state{name="36",type="Processor"} 0 node_cooling_device_cur_state{name="37",type="Processor"} 0 node_cooling_device_cur_state{name="38",type="Processor"} 0 node_cooling_device_cur_state{name="39",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="40",type="Processor"} 0 node_cooling_device_cur_state{name="41",type="Processor"} 0 node_cooling_device_cur_state{name="42",type="Processor"} 0 node_cooling_device_cur_state{name="43",type="Processor"} 0 node_cooling_device_cur_state{name="44",type="Processor"} 0 node_cooling_device_cur_state{name="45",type="Processor"} 0 node_cooling_device_cur_state{name="46",type="Processor"} 0 node_cooling_device_cur_state{name="47",type="Processor"} 0 node_cooling_device_cur_state{name="48",type="Processor"} 0 node_cooling_device_cur_state{name="49",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="50",type="Processor"} 0 node_cooling_device_cur_state{name="51",type="Processor"} 0 node_cooling_device_cur_state{name="52",type="Processor"} 0 node_cooling_device_cur_state{name="53",type="Processor"} 0 node_cooling_device_cur_state{name="54",type="Processor"} 0 node_cooling_device_cur_state{name="55",type="Processor"} 0 node_cooling_device_cur_state{name="56",type="Processor"} 0 node_cooling_device_cur_state{name="57",type="Processor"} 0 node_cooling_device_cur_state{name="58",type="Processor"} 0 node_cooling_device_cur_state{name="59",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="60",type="Processor"} 0 node_cooling_device_cur_state{name="61",type="Processor"} 0 node_cooling_device_cur_state{name="62",type="Processor"} 0 node_cooling_device_cur_state{name="63",type="Processor"} 0 node_cooling_device_cur_state{name="64",type="Processor"} 0 node_cooling_device_cur_state{name="65",type="Processor"} 0 node_cooling_device_cur_state{name="66",type="Processor"} 0 node_cooling_device_cur_state{name="67",type="Processor"} 0 node_cooling_device_cur_state{name="68",type="Processor"} 0 node_cooling_device_cur_state{name="69",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="70",type="Processor"} 0 node_cooling_device_cur_state{name="71",type="Processor"} 0 node_cooling_device_cur_state{name="72",type="Processor"} 0 node_cooling_device_cur_state{name="73",type="Processor"} 0 node_cooling_device_cur_state{name="74",type="Processor"} 0 node_cooling_device_cur_state{name="75",type="Processor"} 0 node_cooling_device_cur_state{name="76",type="Processor"} 0 node_cooling_device_cur_state{name="77",type="Processor"} 0 node_cooling_device_cur_state{name="78",type="Processor"} 0 node_cooling_device_cur_state{name="79",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="80",type="Processor"} 0 node_cooling_device_cur_state{name="81",type="Processor"} 0 node_cooling_device_cur_state{name="82",type="Processor"} 0 node_cooling_device_cur_state{name="83",type="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="PCIe_Port_Link_Speed_0000:00:1c.0"} 2 node_cooling_device_max_state{name="1",type="PCIe_Port_Link_Speed_0000:16:02.0"} 3 node_cooling_device_max_state{name="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",type="Processor"} 0 node_cooling_device_max_state{name="16",type="Processor"} 0 node_cooling_device_max_state{name="17",type="Processor"} 0 node_cooling_device_max_state{name="18",type="Processor"} 0 node_cooling_device_max_state{name="19",type="Processor"} 0 node_cooling_device_max_state{name="2",type="PCIe_Port_Link_Speed_0000:30:02.0"} 3 node_cooling_device_max_state{name="20",type="Processor"} 0 node_cooling_device_max_state{name="21",type="Processor"} 0 node_cooling_device_max_state{name="22",type="Processor"} 0 node_cooling_device_max_state{name="23",type="Processor"} 0 node_cooling_device_max_state{name="24",type="Processor"} 0 node_cooling_device_max_state{name="25",type="Processor"} 0 node_cooling_device_max_state{name="26",type="Processor"} 0 node_cooling_device_max_state{name="27",type="Processor"} 0 node_cooling_device_max_state{name="28",type="Processor"} 0 node_cooling_device_max_state{name="29",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="30",type="Processor"} 0 node_cooling_device_max_state{name="31",type="Processor"} 0 node_cooling_device_max_state{name="32",type="Processor"} 0 node_cooling_device_max_state{name="33",type="Processor"} 0 node_cooling_device_max_state{name="34",type="Processor"} 0 node_cooling_device_max_state{name="35",type="Processor"} 0 node_cooling_device_max_state{name="36",type="Processor"} 0 node_cooling_device_max_state{name="37",type="Processor"} 0 node_cooling_device_max_state{name="38",type="Processor"} 0 node_cooling_device_max_state{name="39",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="40",type="Processor"} 0 node_cooling_device_max_state{name="41",type="Processor"} 0 node_cooling_device_max_state{name="42",type="Processor"} 0 node_cooling_device_max_state{name="43",type="Processor"} 0 node_cooling_device_max_state{name="44",type="Processor"} 0 node_cooling_device_max_state{name="45",type="Processor"} 0 node_cooling_device_max_state{name="46",type="Processor"} 0 node_cooling_device_max_state{name="47",type="Processor"} 0 node_cooling_device_max_state{name="48",type="Processor"} 0 node_cooling_device_max_state{name="49",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="50",type="Processor"} 0 node_cooling_device_max_state{name="51",type="Processor"} 0 node_cooling_device_max_state{name="52",type="Processor"} 0 node_cooling_device_max_state{name="53",type="Processor"} 0 node_cooling_device_max_state{name="54",type="Processor"} 0 node_cooling_device_max_state{name="55",type="Processor"} 0 node_cooling_device_max_state{name="56",type="Processor"} 0 node_cooling_device_max_state{name="57",type="Processor"} 0 node_cooling_device_max_state{name="58",type="Processor"} 0 node_cooling_device_max_state{name="59",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="60",type="Processor"} 0 node_cooling_device_max_state{name="61",type="Processor"} 0 node_cooling_device_max_state{name="62",type="Processor"} 0 node_cooling_device_max_state{name="63",type="Processor"} 0 node_cooling_device_max_state{name="64",type="Processor"} 0 node_cooling_device_max_state{name="65",type="Processor"} 0 node_cooling_device_max_state{name="66",type="Processor"} 0 node_cooling_device_max_state{name="67",type="Processor"} 0 node_cooling_device_max_state{name="68",type="Processor"} 0 node_cooling_device_max_state{name="69",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="70",type="Processor"} 0 node_cooling_device_max_state{name="71",type="Processor"} 0 node_cooling_device_max_state{name="72",type="Processor"} 0 node_cooling_device_max_state{name="73",type="Processor"} 0 node_cooling_device_max_state{name="74",type="Processor"} 0 node_cooling_device_max_state{name="75",type="Processor"} 0 node_cooling_device_max_state{name="76",type="Processor"} 0 node_cooling_device_max_state{name="77",type="Processor"} 0 node_cooling_device_max_state{name="78",type="Processor"} 0 node_cooling_device_max_state{name="79",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="80",type="Processor"} 0 node_cooling_device_max_state{name="81",type="Processor"} 0 node_cooling_device_max_state{name="82",type="Processor"} 0 node_cooling_device_max_state{name="83",type="intel_powerclamp"} 100 node_cooling_device_max_state{name="9",type="Processor"} 0 # 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="13",package="0"} 0 node_cpu_core_throttles_total{core="13",package="1"} 0 node_cpu_core_throttles_total{core="14",package="0"} 0 node_cpu_core_throttles_total{core="14",package="1"} 0 node_cpu_core_throttles_total{core="15",package="0"} 0 node_cpu_core_throttles_total{core="15",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="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="5",package="0"} 0 node_cpu_core_throttles_total{core="5",package="1"} 0 node_cpu_core_throttles_total{core="6",package="0"} 0 node_cpu_core_throttles_total{core="6",package="1"} 0 node_cpu_core_throttles_total{core="7",package="0"} 0 node_cpu_core_throttles_total{core="7",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_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_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 5.6346029e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 173.18 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 2474.21 node_cpu_seconds_total{cpu="0",mode="softirq"} 27013.36 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 148026.14 node_cpu_seconds_total{cpu="0",mode="user"} 174066.85 node_cpu_seconds_total{cpu="1",mode="idle"} 6.47616525e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 204.25 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 3711.87 node_cpu_seconds_total{cpu="1",mode="softirq"} 20944 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 175614.77 node_cpu_seconds_total{cpu="1",mode="user"} 157767.73 node_cpu_seconds_total{cpu="10",mode="idle"} 6.6121628e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 222.5 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 3476.24 node_cpu_seconds_total{cpu="10",mode="softirq"} 30579.52 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 179735.67 node_cpu_seconds_total{cpu="10",mode="user"} 169679.25 node_cpu_seconds_total{cpu="11",mode="idle"} 6.61270706e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 226.21 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 3510.61 node_cpu_seconds_total{cpu="11",mode="softirq"} 30870.21 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 181005.81 node_cpu_seconds_total{cpu="11",mode="user"} 167148.68 node_cpu_seconds_total{cpu="12",mode="idle"} 6.61745526e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 227.94 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 3470.26 node_cpu_seconds_total{cpu="12",mode="softirq"} 30305.29 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 180192.11 node_cpu_seconds_total{cpu="12",mode="user"} 165791.24 node_cpu_seconds_total{cpu="13",mode="idle"} 6.6212578e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 222.18 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 3522.05 node_cpu_seconds_total{cpu="13",mode="softirq"} 29808.32 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 179813.75 node_cpu_seconds_total{cpu="13",mode="user"} 164724.16 node_cpu_seconds_total{cpu="14",mode="idle"} 6.61974471e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 221.62 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 3537.06 node_cpu_seconds_total{cpu="14",mode="softirq"} 30338.37 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 180930.32 node_cpu_seconds_total{cpu="14",mode="user"} 165633.79 node_cpu_seconds_total{cpu="15",mode="idle"} 6.62151789e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 233.03 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 3565.37 node_cpu_seconds_total{cpu="15",mode="softirq"} 29851.26 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 180545.51 node_cpu_seconds_total{cpu="15",mode="user"} 164040.39 node_cpu_seconds_total{cpu="16",mode="idle"} 6.61829143e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 221.28 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 3535.54 node_cpu_seconds_total{cpu="16",mode="softirq"} 30237.23 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 181220.65 node_cpu_seconds_total{cpu="16",mode="user"} 164300.31 node_cpu_seconds_total{cpu="17",mode="idle"} 6.61647766e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 225.77 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 3473.58 node_cpu_seconds_total{cpu="17",mode="softirq"} 30397.87 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 182167.62 node_cpu_seconds_total{cpu="17",mode="user"} 164205.62 node_cpu_seconds_total{cpu="18",mode="idle"} 6.62076653e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 232.6 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 3511.53 node_cpu_seconds_total{cpu="18",mode="softirq"} 29853.78 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 180767.07 node_cpu_seconds_total{cpu="18",mode="user"} 164165.95 node_cpu_seconds_total{cpu="19",mode="idle"} 6.61765359e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 222.3 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 3529.62 node_cpu_seconds_total{cpu="19",mode="softirq"} 30117.97 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 181834.57 node_cpu_seconds_total{cpu="19",mode="user"} 164493.59 node_cpu_seconds_total{cpu="2",mode="idle"} 6.56368521e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 236.7 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 3424.78 node_cpu_seconds_total{cpu="2",mode="softirq"} 32337.8 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 177273.53 node_cpu_seconds_total{cpu="2",mode="user"} 165128.65 node_cpu_seconds_total{cpu="20",mode="idle"} 6.57213921e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 210.6 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 2448.28 node_cpu_seconds_total{cpu="20",mode="softirq"} 13476.32 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 185971.88 node_cpu_seconds_total{cpu="20",mode="user"} 220704.15 node_cpu_seconds_total{cpu="21",mode="idle"} 6.61412016e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 161.54 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 2534.22 node_cpu_seconds_total{cpu="21",mode="softirq"} 9707.23 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 180859.23 node_cpu_seconds_total{cpu="21",mode="user"} 188434.3 node_cpu_seconds_total{cpu="22",mode="idle"} 6.62424461e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 149.68 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 2564.29 node_cpu_seconds_total{cpu="22",mode="softirq"} 9043.73 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 178725.95 node_cpu_seconds_total{cpu="22",mode="user"} 182156.45 node_cpu_seconds_total{cpu="23",mode="idle"} 6.62488864e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 138.26 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 2512.66 node_cpu_seconds_total{cpu="23",mode="softirq"} 8836.4 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 179645.25 node_cpu_seconds_total{cpu="23",mode="user"} 179571.06 node_cpu_seconds_total{cpu="24",mode="idle"} 6.62907434e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 147.43 node_cpu_seconds_total{cpu="24",mode="irq"} 0 node_cpu_seconds_total{cpu="24",mode="nice"} 2544.54 node_cpu_seconds_total{cpu="24",mode="softirq"} 8553.5 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 178545.45 node_cpu_seconds_total{cpu="24",mode="user"} 178179.32 node_cpu_seconds_total{cpu="25",mode="idle"} 6.63044683e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 139.57 node_cpu_seconds_total{cpu="25",mode="irq"} 0 node_cpu_seconds_total{cpu="25",mode="nice"} 2525.04 node_cpu_seconds_total{cpu="25",mode="softirq"} 8424.56 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 178337.6 node_cpu_seconds_total{cpu="25",mode="user"} 177261.12 node_cpu_seconds_total{cpu="26",mode="idle"} 6.63333796e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 140.31 node_cpu_seconds_total{cpu="26",mode="irq"} 0 node_cpu_seconds_total{cpu="26",mode="nice"} 2580.44 node_cpu_seconds_total{cpu="26",mode="softirq"} 8276.27 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 177009.07 node_cpu_seconds_total{cpu="26",mode="user"} 176938.3 node_cpu_seconds_total{cpu="27",mode="idle"} 6.63073424e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 144.69 node_cpu_seconds_total{cpu="27",mode="irq"} 0 node_cpu_seconds_total{cpu="27",mode="nice"} 2564 node_cpu_seconds_total{cpu="27",mode="softirq"} 8312.21 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 178424.14 node_cpu_seconds_total{cpu="27",mode="user"} 176900.06 node_cpu_seconds_total{cpu="28",mode="idle"} 6.63311994e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 145.87 node_cpu_seconds_total{cpu="28",mode="irq"} 0 node_cpu_seconds_total{cpu="28",mode="nice"} 2570.69 node_cpu_seconds_total{cpu="28",mode="softirq"} 8125.08 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 177223.08 node_cpu_seconds_total{cpu="28",mode="user"} 176682.1 node_cpu_seconds_total{cpu="29",mode="idle"} 6.62877038e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 131.22 node_cpu_seconds_total{cpu="29",mode="irq"} 0 node_cpu_seconds_total{cpu="29",mode="nice"} 2549.91 node_cpu_seconds_total{cpu="29",mode="softirq"} 8202.63 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 179595.98 node_cpu_seconds_total{cpu="29",mode="user"} 177001.11 node_cpu_seconds_total{cpu="3",mode="idle"} 6.58728703e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 238.93 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 3379.66 node_cpu_seconds_total{cpu="3",mode="softirq"} 33674.33 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 179493.53 node_cpu_seconds_total{cpu="3",mode="user"} 166985.78 node_cpu_seconds_total{cpu="30",mode="idle"} 6.63848502e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 149.3 node_cpu_seconds_total{cpu="30",mode="irq"} 0 node_cpu_seconds_total{cpu="30",mode="nice"} 2552.03 node_cpu_seconds_total{cpu="30",mode="softirq"} 8126.47 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 172574.52 node_cpu_seconds_total{cpu="30",mode="user"} 176473.13 node_cpu_seconds_total{cpu="31",mode="idle"} 6.63900243e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 135.97 node_cpu_seconds_total{cpu="31",mode="irq"} 0 node_cpu_seconds_total{cpu="31",mode="nice"} 2517.58 node_cpu_seconds_total{cpu="31",mode="softirq"} 8103.17 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 173629.23 node_cpu_seconds_total{cpu="31",mode="user"} 174789.68 node_cpu_seconds_total{cpu="32",mode="idle"} 6.64419708e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 135.94 node_cpu_seconds_total{cpu="32",mode="irq"} 0 node_cpu_seconds_total{cpu="32",mode="nice"} 2549.29 node_cpu_seconds_total{cpu="32",mode="softirq"} 7948.65 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 170744.12 node_cpu_seconds_total{cpu="32",mode="user"} 174219.76 node_cpu_seconds_total{cpu="33",mode="idle"} 6.64030751e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 124.91 node_cpu_seconds_total{cpu="33",mode="irq"} 0 node_cpu_seconds_total{cpu="33",mode="nice"} 2490.1 node_cpu_seconds_total{cpu="33",mode="softirq"} 8081.87 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 173450.89 node_cpu_seconds_total{cpu="33",mode="user"} 173749.04 node_cpu_seconds_total{cpu="34",mode="idle"} 6.64525189e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 129.37 node_cpu_seconds_total{cpu="34",mode="irq"} 0 node_cpu_seconds_total{cpu="34",mode="nice"} 2587.26 node_cpu_seconds_total{cpu="34",mode="softirq"} 7931.67 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 171145.17 node_cpu_seconds_total{cpu="34",mode="user"} 173360.72 node_cpu_seconds_total{cpu="35",mode="idle"} 6.64334643e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 136 node_cpu_seconds_total{cpu="35",mode="irq"} 0 node_cpu_seconds_total{cpu="35",mode="nice"} 2588.65 node_cpu_seconds_total{cpu="35",mode="softirq"} 8021.53 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 172493.01 node_cpu_seconds_total{cpu="35",mode="user"} 173155.29 node_cpu_seconds_total{cpu="36",mode="idle"} 6.64529135e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 139.72 node_cpu_seconds_total{cpu="36",mode="irq"} 0 node_cpu_seconds_total{cpu="36",mode="nice"} 2599.67 node_cpu_seconds_total{cpu="36",mode="softirq"} 7944.13 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 171146.03 node_cpu_seconds_total{cpu="36",mode="user"} 173228.15 node_cpu_seconds_total{cpu="37",mode="idle"} 6.64108244e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 141.17 node_cpu_seconds_total{cpu="37",mode="irq"} 0 node_cpu_seconds_total{cpu="37",mode="nice"} 2568.95 node_cpu_seconds_total{cpu="37",mode="softirq"} 8073.02 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 173779.31 node_cpu_seconds_total{cpu="37",mode="user"} 173023.21 node_cpu_seconds_total{cpu="38",mode="idle"} 6.64321203e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 133.53 node_cpu_seconds_total{cpu="38",mode="irq"} 0 node_cpu_seconds_total{cpu="38",mode="nice"} 2621.27 node_cpu_seconds_total{cpu="38",mode="softirq"} 7931.17 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 172509.07 node_cpu_seconds_total{cpu="38",mode="user"} 173484.01 node_cpu_seconds_total{cpu="39",mode="idle"} 6.64073643e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 135.8 node_cpu_seconds_total{cpu="39",mode="irq"} 0 node_cpu_seconds_total{cpu="39",mode="nice"} 2562.38 node_cpu_seconds_total{cpu="39",mode="softirq"} 8000.5 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 173916.96 node_cpu_seconds_total{cpu="39",mode="user"} 173723.16 node_cpu_seconds_total{cpu="4",mode="idle"} 6.60465275e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 246.6 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 3455.57 node_cpu_seconds_total{cpu="4",mode="softirq"} 32532.7 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 178808.94 node_cpu_seconds_total{cpu="4",mode="user"} 167319.42 node_cpu_seconds_total{cpu="40",mode="idle"} 6.62057808e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 257.54 node_cpu_seconds_total{cpu="40",mode="irq"} 0 node_cpu_seconds_total{cpu="40",mode="nice"} 3336.15 node_cpu_seconds_total{cpu="40",mode="softirq"} 29050.27 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 165787.75 node_cpu_seconds_total{cpu="40",mode="user"} 169492.49 node_cpu_seconds_total{cpu="41",mode="idle"} 6.6515577e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 224.36 node_cpu_seconds_total{cpu="41",mode="irq"} 0 node_cpu_seconds_total{cpu="41",mode="nice"} 3443.39 node_cpu_seconds_total{cpu="41",mode="softirq"} 20620.49 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 171876.7 node_cpu_seconds_total{cpu="41",mode="user"} 157549.81 node_cpu_seconds_total{cpu="42",mode="idle"} 6.67432809e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 214.03 node_cpu_seconds_total{cpu="42",mode="irq"} 0 node_cpu_seconds_total{cpu="42",mode="nice"} 3582.3 node_cpu_seconds_total{cpu="42",mode="softirq"} 16162.26 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 166560.66 node_cpu_seconds_total{cpu="42",mode="user"} 152372.82 node_cpu_seconds_total{cpu="43",mode="idle"} 6.6791435e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 217.26 node_cpu_seconds_total{cpu="43",mode="irq"} 0 node_cpu_seconds_total{cpu="43",mode="nice"} 3504.8 node_cpu_seconds_total{cpu="43",mode="softirq"} 15307.45 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 165286.04 node_cpu_seconds_total{cpu="43",mode="user"} 150081.66 node_cpu_seconds_total{cpu="44",mode="idle"} 6.68477395e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 201.75 node_cpu_seconds_total{cpu="44",mode="irq"} 0 node_cpu_seconds_total{cpu="44",mode="nice"} 3507.74 node_cpu_seconds_total{cpu="44",mode="softirq"} 14648.64 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 163298.09 node_cpu_seconds_total{cpu="44",mode="user"} 149321.38 node_cpu_seconds_total{cpu="45",mode="idle"} 6.68494682e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 196.81 node_cpu_seconds_total{cpu="45",mode="irq"} 0 node_cpu_seconds_total{cpu="45",mode="nice"} 3513.85 node_cpu_seconds_total{cpu="45",mode="softirq"} 14432.95 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 163588.35 node_cpu_seconds_total{cpu="45",mode="user"} 148764.27 node_cpu_seconds_total{cpu="46",mode="idle"} 6.69046936e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 189.65 node_cpu_seconds_total{cpu="46",mode="irq"} 0 node_cpu_seconds_total{cpu="46",mode="nice"} 3556 node_cpu_seconds_total{cpu="46",mode="softirq"} 12940.23 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 163192 node_cpu_seconds_total{cpu="46",mode="user"} 147890.56 node_cpu_seconds_total{cpu="47",mode="idle"} 6.68913505e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 187.24 node_cpu_seconds_total{cpu="47",mode="irq"} 0 node_cpu_seconds_total{cpu="47",mode="nice"} 3558.36 node_cpu_seconds_total{cpu="47",mode="softirq"} 12991.27 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 163490.3 node_cpu_seconds_total{cpu="47",mode="user"} 147608.72 node_cpu_seconds_total{cpu="48",mode="idle"} 6.68990697e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 179.71 node_cpu_seconds_total{cpu="48",mode="irq"} 0 node_cpu_seconds_total{cpu="48",mode="nice"} 3525.26 node_cpu_seconds_total{cpu="48",mode="softirq"} 12718.71 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 163684.41 node_cpu_seconds_total{cpu="48",mode="user"} 147788.36 node_cpu_seconds_total{cpu="49",mode="idle"} 6.68724387e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 191.61 node_cpu_seconds_total{cpu="49",mode="irq"} 0 node_cpu_seconds_total{cpu="49",mode="nice"} 3577.98 node_cpu_seconds_total{cpu="49",mode="softirq"} 12681.17 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 164777.9 node_cpu_seconds_total{cpu="49",mode="user"} 148912.59 node_cpu_seconds_total{cpu="5",mode="idle"} 6.6078915e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 236.23 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 3505.91 node_cpu_seconds_total{cpu="5",mode="softirq"} 32201.26 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 180082.21 node_cpu_seconds_total{cpu="5",mode="user"} 167523.63 node_cpu_seconds_total{cpu="50",mode="idle"} 6.68410174e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 188.84 node_cpu_seconds_total{cpu="50",mode="irq"} 0 node_cpu_seconds_total{cpu="50",mode="nice"} 3601.93 node_cpu_seconds_total{cpu="50",mode="softirq"} 12663.84 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 165401.12 node_cpu_seconds_total{cpu="50",mode="user"} 151279.6 node_cpu_seconds_total{cpu="51",mode="idle"} 6.68316528e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 186.34 node_cpu_seconds_total{cpu="51",mode="irq"} 0 node_cpu_seconds_total{cpu="51",mode="nice"} 3542.83 node_cpu_seconds_total{cpu="51",mode="softirq"} 12654.88 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 166819.25 node_cpu_seconds_total{cpu="51",mode="user"} 150023.4 node_cpu_seconds_total{cpu="52",mode="idle"} 6.68555485e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 189.2 node_cpu_seconds_total{cpu="52",mode="irq"} 0 node_cpu_seconds_total{cpu="52",mode="nice"} 3559.39 node_cpu_seconds_total{cpu="52",mode="softirq"} 12307.47 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 166518.9 node_cpu_seconds_total{cpu="52",mode="user"} 148996.71 node_cpu_seconds_total{cpu="53",mode="idle"} 6.68770611e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 189.19 node_cpu_seconds_total{cpu="53",mode="irq"} 0 node_cpu_seconds_total{cpu="53",mode="nice"} 3555.17 node_cpu_seconds_total{cpu="53",mode="softirq"} 12054.63 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 166263.38 node_cpu_seconds_total{cpu="53",mode="user"} 148287.13 node_cpu_seconds_total{cpu="54",mode="idle"} 6.66863235e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 179.09 node_cpu_seconds_total{cpu="54",mode="irq"} 0 node_cpu_seconds_total{cpu="54",mode="nice"} 3661.53 node_cpu_seconds_total{cpu="54",mode="softirq"} 13662.87 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 169246.08 node_cpu_seconds_total{cpu="54",mode="user"} 150507.26 node_cpu_seconds_total{cpu="55",mode="idle"} 6.68677103e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 188.57 node_cpu_seconds_total{cpu="55",mode="irq"} 0 node_cpu_seconds_total{cpu="55",mode="nice"} 3596.87 node_cpu_seconds_total{cpu="55",mode="softirq"} 12011.57 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 167576.65 node_cpu_seconds_total{cpu="55",mode="user"} 147729.48 node_cpu_seconds_total{cpu="56",mode="idle"} 6.68468625e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 186.25 node_cpu_seconds_total{cpu="56",mode="irq"} 0 node_cpu_seconds_total{cpu="56",mode="nice"} 3625.13 node_cpu_seconds_total{cpu="56",mode="softirq"} 12083.55 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 168610.07 node_cpu_seconds_total{cpu="56",mode="user"} 148060.28 node_cpu_seconds_total{cpu="57",mode="idle"} 6.6818689e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 176.61 node_cpu_seconds_total{cpu="57",mode="irq"} 0 node_cpu_seconds_total{cpu="57",mode="nice"} 3598.86 node_cpu_seconds_total{cpu="57",mode="softirq"} 12215.22 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 170134.32 node_cpu_seconds_total{cpu="57",mode="user"} 148152.95 node_cpu_seconds_total{cpu="58",mode="idle"} 6.68272861e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 184.42 node_cpu_seconds_total{cpu="58",mode="irq"} 0 node_cpu_seconds_total{cpu="58",mode="nice"} 3700.07 node_cpu_seconds_total{cpu="58",mode="softirq"} 12003.03 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 170228.42 node_cpu_seconds_total{cpu="58",mode="user"} 148501.26 node_cpu_seconds_total{cpu="59",mode="idle"} 6.67761842e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 180.46 node_cpu_seconds_total{cpu="59",mode="irq"} 0 node_cpu_seconds_total{cpu="59",mode="nice"} 3743.03 node_cpu_seconds_total{cpu="59",mode="softirq"} 12055.87 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 172850.03 node_cpu_seconds_total{cpu="59",mode="user"} 149676.9 node_cpu_seconds_total{cpu="6",mode="idle"} 6.61311573e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 252.94 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 3542.09 node_cpu_seconds_total{cpu="6",mode="softirq"} 31494.7 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 180216.83 node_cpu_seconds_total{cpu="6",mode="user"} 166867.39 node_cpu_seconds_total{cpu="60",mode="idle"} 6.64650661e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 141.29 node_cpu_seconds_total{cpu="60",mode="irq"} 0 node_cpu_seconds_total{cpu="60",mode="nice"} 2504.97 node_cpu_seconds_total{cpu="60",mode="softirq"} 8030.41 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 167642.14 node_cpu_seconds_total{cpu="60",mode="user"} 174414.29 node_cpu_seconds_total{cpu="61",mode="idle"} 6.64225277e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 125 node_cpu_seconds_total{cpu="61",mode="irq"} 0 node_cpu_seconds_total{cpu="61",mode="nice"} 2504.18 node_cpu_seconds_total{cpu="61",mode="softirq"} 7951.47 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 172656.95 node_cpu_seconds_total{cpu="61",mode="user"} 173926.2 node_cpu_seconds_total{cpu="62",mode="idle"} 6.64288548e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 122.41 node_cpu_seconds_total{cpu="62",mode="irq"} 0 node_cpu_seconds_total{cpu="62",mode="nice"} 2495.64 node_cpu_seconds_total{cpu="62",mode="softirq"} 7926.31 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 173184.3 node_cpu_seconds_total{cpu="62",mode="user"} 173180.87 node_cpu_seconds_total{cpu="63",mode="idle"} 6.63849495e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 144.02 node_cpu_seconds_total{cpu="63",mode="irq"} 0 node_cpu_seconds_total{cpu="63",mode="nice"} 2525.92 node_cpu_seconds_total{cpu="63",mode="softirq"} 8033.21 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 175777.66 node_cpu_seconds_total{cpu="63",mode="user"} 172988.3 node_cpu_seconds_total{cpu="64",mode="idle"} 6.6403381e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 146.22 node_cpu_seconds_total{cpu="64",mode="irq"} 0 node_cpu_seconds_total{cpu="64",mode="nice"} 2522.02 node_cpu_seconds_total{cpu="64",mode="softirq"} 7957.52 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 175054.47 node_cpu_seconds_total{cpu="64",mode="user"} 172636.92 node_cpu_seconds_total{cpu="65",mode="idle"} 6.63990424e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 126.04 node_cpu_seconds_total{cpu="65",mode="irq"} 0 node_cpu_seconds_total{cpu="65",mode="nice"} 2495.31 node_cpu_seconds_total{cpu="65",mode="softirq"} 7957.47 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 175760.37 node_cpu_seconds_total{cpu="65",mode="user"} 172511.06 node_cpu_seconds_total{cpu="66",mode="idle"} 6.64018096e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 133.79 node_cpu_seconds_total{cpu="66",mode="irq"} 0 node_cpu_seconds_total{cpu="66",mode="nice"} 2482.29 node_cpu_seconds_total{cpu="66",mode="softirq"} 7905.5 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 175997.7 node_cpu_seconds_total{cpu="66",mode="user"} 172996.11 node_cpu_seconds_total{cpu="67",mode="idle"} 6.63760344e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 142.9 node_cpu_seconds_total{cpu="67",mode="irq"} 0 node_cpu_seconds_total{cpu="67",mode="nice"} 2518.37 node_cpu_seconds_total{cpu="67",mode="softirq"} 7996.47 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 177136.54 node_cpu_seconds_total{cpu="67",mode="user"} 172905.21 node_cpu_seconds_total{cpu="68",mode="idle"} 6.64005754e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 132.12 node_cpu_seconds_total{cpu="68",mode="irq"} 0 node_cpu_seconds_total{cpu="68",mode="nice"} 2561.93 node_cpu_seconds_total{cpu="68",mode="softirq"} 7916.48 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 176235.55 node_cpu_seconds_total{cpu="68",mode="user"} 172713.91 node_cpu_seconds_total{cpu="69",mode="idle"} 6.6348779e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 136.01 node_cpu_seconds_total{cpu="69",mode="irq"} 0 node_cpu_seconds_total{cpu="69",mode="nice"} 2556.28 node_cpu_seconds_total{cpu="69",mode="softirq"} 8030.81 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 178816.29 node_cpu_seconds_total{cpu="69",mode="user"} 173155.52 node_cpu_seconds_total{cpu="7",mode="idle"} 6.60723364e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 236.19 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 3469.67 node_cpu_seconds_total{cpu="7",mode="softirq"} 31729.82 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 180807.85 node_cpu_seconds_total{cpu="7",mode="user"} 170807.68 node_cpu_seconds_total{cpu="70",mode="idle"} 6.63205787e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 143.48 node_cpu_seconds_total{cpu="70",mode="irq"} 0 node_cpu_seconds_total{cpu="70",mode="nice"} 2449.87 node_cpu_seconds_total{cpu="70",mode="softirq"} 7881.79 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 177439.36 node_cpu_seconds_total{cpu="70",mode="user"} 178404.24 node_cpu_seconds_total{cpu="71",mode="idle"} 6.63062937e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 138.36 node_cpu_seconds_total{cpu="71",mode="irq"} 0 node_cpu_seconds_total{cpu="71",mode="nice"} 2499.72 node_cpu_seconds_total{cpu="71",mode="softirq"} 7868.73 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 179488.68 node_cpu_seconds_total{cpu="71",mode="user"} 177073.43 node_cpu_seconds_total{cpu="72",mode="idle"} 6.63439348e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 124.57 node_cpu_seconds_total{cpu="72",mode="irq"} 0 node_cpu_seconds_total{cpu="72",mode="nice"} 2512.06 node_cpu_seconds_total{cpu="72",mode="softirq"} 7701.21 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 177476.14 node_cpu_seconds_total{cpu="72",mode="user"} 176856.62 node_cpu_seconds_total{cpu="73",mode="idle"} 6.62958439e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 136.1 node_cpu_seconds_total{cpu="73",mode="irq"} 0 node_cpu_seconds_total{cpu="73",mode="nice"} 2539.01 node_cpu_seconds_total{cpu="73",mode="softirq"} 7831.99 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 180402.95 node_cpu_seconds_total{cpu="73",mode="user"} 176635.11 node_cpu_seconds_total{cpu="74",mode="idle"} 6.63418263e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 140.49 node_cpu_seconds_total{cpu="74",mode="irq"} 0 node_cpu_seconds_total{cpu="74",mode="nice"} 2552.07 node_cpu_seconds_total{cpu="74",mode="softirq"} 7704.97 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 178196.94 node_cpu_seconds_total{cpu="74",mode="user"} 176493.97 node_cpu_seconds_total{cpu="75",mode="idle"} 6.63165228e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 143.03 node_cpu_seconds_total{cpu="75",mode="irq"} 0 node_cpu_seconds_total{cpu="75",mode="nice"} 2589.93 node_cpu_seconds_total{cpu="75",mode="softirq"} 7798.3 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 179883.94 node_cpu_seconds_total{cpu="75",mode="user"} 176232.14 node_cpu_seconds_total{cpu="76",mode="idle"} 6.63380729e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 140.41 node_cpu_seconds_total{cpu="76",mode="irq"} 0 node_cpu_seconds_total{cpu="76",mode="nice"} 2604.43 node_cpu_seconds_total{cpu="76",mode="softirq"} 7724.9 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 178587.01 node_cpu_seconds_total{cpu="76",mode="user"} 176474.05 node_cpu_seconds_total{cpu="77",mode="idle"} 6.6295397e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 140.73 node_cpu_seconds_total{cpu="77",mode="irq"} 0 node_cpu_seconds_total{cpu="77",mode="nice"} 2589.47 node_cpu_seconds_total{cpu="77",mode="softirq"} 7824.06 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 181251.81 node_cpu_seconds_total{cpu="77",mode="user"} 176269.9 node_cpu_seconds_total{cpu="78",mode="idle"} 6.63115498e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 142.64 node_cpu_seconds_total{cpu="78",mode="irq"} 0 node_cpu_seconds_total{cpu="78",mode="nice"} 2595.04 node_cpu_seconds_total{cpu="78",mode="softirq"} 7712.68 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 180550.2 node_cpu_seconds_total{cpu="78",mode="user"} 176839.66 node_cpu_seconds_total{cpu="79",mode="idle"} 6.62746762e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 146.26 node_cpu_seconds_total{cpu="79",mode="irq"} 0 node_cpu_seconds_total{cpu="79",mode="nice"} 2640.68 node_cpu_seconds_total{cpu="79",mode="softirq"} 7784.53 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 182208.47 node_cpu_seconds_total{cpu="79",mode="user"} 177628.88 node_cpu_seconds_total{cpu="8",mode="idle"} 6.6127125e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 243.93 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 3519.19 node_cpu_seconds_total{cpu="8",mode="softirq"} 30851.71 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 180831.92 node_cpu_seconds_total{cpu="8",mode="user"} 167084.07 node_cpu_seconds_total{cpu="9",mode="idle"} 6.61155555e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 245.59 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 3497.59 node_cpu_seconds_total{cpu="9",mode="softirq"} 30963.05 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 181690.04 node_cpu_seconds_total{cpu="9",mode="user"} 167158.13 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="dm-0"} 0 node_disk_discard_time_seconds_total{device="dm-1"} 0 node_disk_discard_time_seconds_total{device="dm-2"} 0 node_disk_discard_time_seconds_total{device="dm-3"} 0 node_disk_discard_time_seconds_total{device="sda"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="dm-0"} 0 node_disk_discarded_sectors_total{device="dm-1"} 0 node_disk_discarded_sectors_total{device="dm-2"} 0 node_disk_discarded_sectors_total{device="dm-3"} 0 node_disk_discarded_sectors_total{device="sda"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="dm-0"} 0 node_disk_discards_completed_total{device="dm-1"} 0 node_disk_discards_completed_total{device="dm-2"} 0 node_disk_discards_completed_total{device="dm-3"} 0 node_disk_discards_completed_total{device="sda"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="dm-0"} 0 node_disk_discards_merged_total{device="dm-1"} 0 node_disk_discards_merged_total{device="dm-2"} 0 node_disk_discards_merged_total{device="dm-3"} 0 node_disk_discards_merged_total{device="sda"} 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="dm-0"} 0 node_disk_flush_requests_time_seconds_total{device="dm-1"} 0 node_disk_flush_requests_time_seconds_total{device="dm-2"} 0 node_disk_flush_requests_time_seconds_total{device="dm-3"} 0 node_disk_flush_requests_time_seconds_total{device="sda"} 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="dm-0"} 0 node_disk_flush_requests_total{device="dm-1"} 0 node_disk_flush_requests_total{device="dm-2"} 0 node_disk_flush_requests_total{device="dm-3"} 0 node_disk_flush_requests_total{device="sda"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="252",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-1",major="252",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-2",major="252",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-3",major="252",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sda",major="8",minor="0",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="dm-0"} 0 node_disk_io_now{device="dm-1"} 0 node_disk_io_now{device="dm-2"} 0 node_disk_io_now{device="dm-3"} 0 node_disk_io_now{device="sda"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="dm-0"} 3.045 node_disk_io_time_seconds_total{device="dm-1"} 26977.284 node_disk_io_time_seconds_total{device="dm-2"} 1.037 node_disk_io_time_seconds_total{device="dm-3"} 2984.213 node_disk_io_time_seconds_total{device="sda"} 27584.954 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="dm-0"} 9.715 node_disk_io_time_weighted_seconds_total{device="dm-1"} 1740.412 node_disk_io_time_weighted_seconds_total{device="dm-2"} 1.375 node_disk_io_time_weighted_seconds_total{device="dm-3"} 321.186 node_disk_io_time_weighted_seconds_total{device="sda"} 347332.898 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="dm-0"} 9.319424e+06 node_disk_read_bytes_total{device="dm-1"} 1.82120961024e+11 node_disk_read_bytes_total{device="dm-2"} 5.34528e+06 node_disk_read_bytes_total{device="dm-3"} 2.9829632e+08 node_disk_read_bytes_total{device="sda"} 3.28073295872e+11 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 9.586 node_disk_read_time_seconds_total{device="dm-1"} 820.225 node_disk_read_time_seconds_total{device="dm-2"} 1.375 node_disk_read_time_seconds_total{device="dm-3"} 134.476 node_disk_read_time_seconds_total{device="sda"} 8052.173 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="dm-0"} 830 node_disk_reads_completed_total{device="dm-1"} 246901 node_disk_reads_completed_total{device="dm-2"} 240 node_disk_reads_completed_total{device="dm-3"} 31863 node_disk_reads_completed_total{device="sda"} 9.737601e+06 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="dm-0"} 0 node_disk_reads_merged_total{device="dm-1"} 0 node_disk_reads_merged_total{device="dm-2"} 0 node_disk_reads_merged_total{device="dm-3"} 0 node_disk_reads_merged_total{device="sda"} 426742 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="dm-0"} 0.129 node_disk_write_time_seconds_total{device="dm-1"} 920.187 node_disk_write_time_seconds_total{device="dm-2"} 0 node_disk_write_time_seconds_total{device="dm-3"} 186.71 node_disk_write_time_seconds_total{device="sda"} 339280.72500000003 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="dm-0"} 241 node_disk_writes_completed_total{device="dm-1"} 7.013098e+06 node_disk_writes_completed_total{device="dm-2"} 0 node_disk_writes_completed_total{device="dm-3"} 3.403001e+06 node_disk_writes_completed_total{device="sda"} 4.37362897e+08 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="dm-1"} 0 node_disk_writes_merged_total{device="dm-2"} 0 node_disk_writes_merged_total{device="dm-3"} 0 node_disk_writes_merged_total{device="sda"} 5.13726745e+08 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="dm-0"} 987136 node_disk_written_bytes_total{device="dm-1"} 1.78248388608e+11 node_disk_written_bytes_total{device="dm-2"} 0 node_disk_written_bytes_total{device="dm-3"} 1.8456670208e+10 node_disk_written_bytes_total{device="sda"} 1.281281789952e+13 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="03/30/2023",bios_release="1.51",bios_vendor="Lenovo",bios_version="AFE122I-1.51",board_asset_tag="none",board_name="7Z73CTO1WW",board_vendor="Lenovo",board_version="07",chassis_asset_tag="none",chassis_vendor="Lenovo",chassis_version="none",product_family="ThinkSystem",product_name="ThinkSystem SR650 V2",product_sku="7Z73CTO1WW",product_version="07",system_vendor="Lenovo"} 1 # HELP node_edac_correctable_errors_total Total correctable memory errors. # TYPE node_edac_correctable_errors_total counter node_edac_correctable_errors_total{controller="0"} 0 node_edac_correctable_errors_total{controller="1"} 0 node_edac_correctable_errors_total{controller="2"} 0 node_edac_correctable_errors_total{controller="3"} 0 node_edac_correctable_errors_total{controller="4"} 0 node_edac_correctable_errors_total{controller="5"} 0 node_edac_correctable_errors_total{controller="6"} 0 node_edac_correctable_errors_total{controller="7"} 0 # HELP node_edac_csrow_correctable_errors_total Total correctable memory errors for this csrow. # TYPE node_edac_csrow_correctable_errors_total counter node_edac_csrow_correctable_errors_total{controller="0",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="1",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="2",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="3",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="4",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="5",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="6",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="7",csrow="unknown"} 0 # HELP node_edac_csrow_uncorrectable_errors_total Total uncorrectable memory errors for this csrow. # TYPE node_edac_csrow_uncorrectable_errors_total counter node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="2",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="3",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="4",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="5",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="6",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="7",csrow="unknown"} 0 # HELP node_edac_uncorrectable_errors_total Total uncorrectable memory errors. # TYPE node_edac_uncorrectable_errors_total counter node_edac_uncorrectable_errors_total{controller="0"} 0 node_edac_uncorrectable_errors_total{controller="1"} 0 node_edac_uncorrectable_errors_total{controller="2"} 0 node_edac_uncorrectable_errors_total{controller="3"} 0 node_edac_uncorrectable_errors_total{controller="4"} 0 node_edac_uncorrectable_errors_total{controller="5"} 0 node_edac_uncorrectable_errors_total{controller="6"} 0 node_edac_uncorrectable_errors_total{controller="7"} 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 115840 # 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/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.287423741952e+12 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/mapper/ubuntu--vg-artifactory----lv",device_error="no such file or directory",fstype="ext4",mountpoint="/mnt/artifactory"} 1 node_filesystem_device_error{device="/dev/mapper/ubuntu--vg-elastic----lv",device_error="no such file or directory",fstype="ext4",mountpoint="/mnt/elastic"} 1 node_filesystem_device_error{device="/dev/mapper/ubuntu--vg-system----lv",device_error="no such file or directory",fstype="ext4",mountpoint="/mnt/system"} 1 node_filesystem_device_error{device="/dev/sda1",device_error="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 6.6648064e+07 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 6.4429236e+07 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.505828909056e+12 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda2",major="8",minor="2",mountpoint="/"} 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/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/mapper/ubuntu--vg-artifactory----lv",device_error="no such file or directory",fstype="ext4",mountpoint="/mnt/artifactory"} 0 node_filesystem_readonly{device="/dev/mapper/ubuntu--vg-elastic----lv",device_error="no such file or directory",fstype="ext4",mountpoint="/mnt/elastic"} 0 node_filesystem_readonly{device="/dev/mapper/ubuntu--vg-system----lv",device_error="no such file or directory",fstype="ext4",mountpoint="/mnt/system"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 4.349319634944e+12 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 3.965146018e+09 # 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"} 3600 # 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"} 1 # 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"} 1 # 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"} 262 # 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 13",sensor="temp15"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 14",sensor="temp16"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 15",sensor="temp17"} 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 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 5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 6",sensor="temp8"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 7",sensor="temp9"} 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 13",sensor="temp15"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 14",sensor="temp16"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 15",sensor="temp17"} 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 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 5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 6",sensor="temp8"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 7",sensor="temp9"} 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"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp11"} 33 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp12"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp13"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp14"} 33 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp15"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp16"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp17"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp18"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp19"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 34 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp20"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp21"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp7"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp8"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp9"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp1"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp10"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp11"} 33 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp12"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp13"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp14"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp15"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp16"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp17"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp18"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp19"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp2"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp20"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp21"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp3"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp4"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp5"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp6"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp7"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp8"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp9"} 31 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp0"} 36 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp1"} 36 # 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="temp15"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp16"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp17"} 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="temp3"} 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_0",sensor="temp7"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp8"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp9"} 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="temp15"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp16"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp17"} 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="temp3"} 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 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp7"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp8"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp9"} 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"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp10"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp11"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp12"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp13"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp14"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp15"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp16"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp17"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp18"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp19"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp2"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp20"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp21"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp3"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp4"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp5"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp6"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp7"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp8"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp9"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp1"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp10"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp11"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp12"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp13"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp14"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp15"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp16"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp17"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp18"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp19"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp2"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp20"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp21"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp3"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp4"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp5"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp6"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp7"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp8"} 98 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp9"} 98 # 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"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp10"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp11"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp12"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp13"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp14"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp15"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp16"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp17"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp18"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp19"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp2"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp20"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp21"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp3"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp4"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp5"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp6"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp7"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp8"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp9"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp1"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp10"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp11"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp12"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp13"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp14"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp15"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp16"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp17"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp18"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp19"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp2"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp20"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp21"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp3"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp4"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp5"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp6"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp7"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp8"} 88 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp9"} 88 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 2.66171291614e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 5.02 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 6.66 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 7.14 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 5.852432384e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 6.2761132032e+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 4.236808192e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 6.809452544e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 6.7372105728e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 4.287287296e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 6.21207465984e+11 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 4.14208856064e+11 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.68260501504e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 7.77389080576e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 4.8230301696e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 7.9724544e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 5.521408e+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 8.932663296e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 6.30099468288e+11 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 6.21166804992e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.75751168e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 4.2551775232e+10 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 6.87717957632e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 4.8713949184e+10 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 8.11237855232e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 217088 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 4.40512512e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 6.012928e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.941716992e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.122497024e+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.85622528e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.3539666944e+10 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 12288 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 8.58816512e+09 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 8.589930496e+09 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 6.152192e+06 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 1.4073748835531776e+16 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 6.56859136e+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 761392 # 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 3.48851229e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.221558989e+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 2 # 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 3.49569e+06 # 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 9.31126e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1318 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 0 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="br-02ad3feabf2a"} 3 node_network_address_assign_type{device="br-0f9de042ae35"} 3 node_network_address_assign_type{device="br-12d09c163020"} 3 node_network_address_assign_type{device="br-1bbaefef2386"} 3 node_network_address_assign_type{device="br-24ffd3fd9ca5"} 3 node_network_address_assign_type{device="br-278db0f2c9c7"} 3 node_network_address_assign_type{device="br-48d2ec0361ca"} 3 node_network_address_assign_type{device="br-599d6734c2fc"} 3 node_network_address_assign_type{device="br-6060cef21372"} 3 node_network_address_assign_type{device="br-6aa64f02232e"} 3 node_network_address_assign_type{device="br-7a6a250a2423"} 3 node_network_address_assign_type{device="br-7c0ddbc35c4b"} 3 node_network_address_assign_type{device="br-7c59931b996a"} 3 node_network_address_assign_type{device="br-7c7969192da4"} 3 node_network_address_assign_type{device="br-7ea73a8967ca"} 3 node_network_address_assign_type{device="br-8a80573aa3f4"} 3 node_network_address_assign_type{device="br-8e9a44a15541"} 3 node_network_address_assign_type{device="br-8f1d6b7f40b5"} 3 node_network_address_assign_type{device="br-9d307a559a31"} 3 node_network_address_assign_type{device="br-a1720b39e617"} 3 node_network_address_assign_type{device="br-b0b31f1d3e17"} 3 node_network_address_assign_type{device="br-ce991edf3cf7"} 3 node_network_address_assign_type{device="br-e20fd8d6919c"} 3 node_network_address_assign_type{device="br-ec0c88b7ca47"} 3 node_network_address_assign_type{device="br-f8680471dce3"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="ens9f0np0"} 0 node_network_address_assign_type{device="ens9f1np1"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth05a90bc"} 3 node_network_address_assign_type{device="veth150a5d1"} 3 node_network_address_assign_type{device="veth2611e5d"} 3 node_network_address_assign_type{device="veth2619b87"} 3 node_network_address_assign_type{device="veth2952273"} 3 node_network_address_assign_type{device="veth2e88039"} 3 node_network_address_assign_type{device="veth37ef7db"} 3 node_network_address_assign_type{device="veth3e22496"} 3 node_network_address_assign_type{device="veth4069670"} 3 node_network_address_assign_type{device="veth4e6a7e1"} 3 node_network_address_assign_type{device="veth51694ad"} 3 node_network_address_assign_type{device="veth55c1c72"} 3 node_network_address_assign_type{device="veth5821fd4"} 3 node_network_address_assign_type{device="veth5bbb667"} 3 node_network_address_assign_type{device="veth5c5f567"} 3 node_network_address_assign_type{device="veth7298a26"} 3 node_network_address_assign_type{device="veth797d40e"} 3 node_network_address_assign_type{device="veth7d8041b"} 3 node_network_address_assign_type{device="veth8013a83"} 3 node_network_address_assign_type{device="veth82bda7d"} 3 node_network_address_assign_type{device="veth863b1fc"} 3 node_network_address_assign_type{device="veth8f38f8a"} 3 node_network_address_assign_type{device="veth917fffb"} 3 node_network_address_assign_type{device="veth9554b89"} 3 node_network_address_assign_type{device="veth97a99d3"} 3 node_network_address_assign_type{device="veth9cb208e"} 3 node_network_address_assign_type{device="vethc38875c"} 3 node_network_address_assign_type{device="vethc7d4f95"} 3 node_network_address_assign_type{device="vethd2bb433"} 3 node_network_address_assign_type{device="vethd42b0ad"} 3 node_network_address_assign_type{device="vethd545339"} 3 node_network_address_assign_type{device="vethd6e5156"} 3 node_network_address_assign_type{device="vethdfa3443"} 3 node_network_address_assign_type{device="vethe8a2e21"} 3 node_network_address_assign_type{device="vethe9274ba"} 3 node_network_address_assign_type{device="vethefeca80"} 3 node_network_address_assign_type{device="vethf4f2ce2"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-02ad3feabf2a"} 1 node_network_carrier{device="br-0f9de042ae35"} 1 node_network_carrier{device="br-12d09c163020"} 1 node_network_carrier{device="br-1bbaefef2386"} 1 node_network_carrier{device="br-24ffd3fd9ca5"} 0 node_network_carrier{device="br-278db0f2c9c7"} 1 node_network_carrier{device="br-48d2ec0361ca"} 1 node_network_carrier{device="br-599d6734c2fc"} 1 node_network_carrier{device="br-6060cef21372"} 1 node_network_carrier{device="br-6aa64f02232e"} 0 node_network_carrier{device="br-7a6a250a2423"} 0 node_network_carrier{device="br-7c0ddbc35c4b"} 1 node_network_carrier{device="br-7c59931b996a"} 1 node_network_carrier{device="br-7c7969192da4"} 1 node_network_carrier{device="br-7ea73a8967ca"} 1 node_network_carrier{device="br-8a80573aa3f4"} 1 node_network_carrier{device="br-8e9a44a15541"} 1 node_network_carrier{device="br-8f1d6b7f40b5"} 1 node_network_carrier{device="br-9d307a559a31"} 1 node_network_carrier{device="br-a1720b39e617"} 1 node_network_carrier{device="br-b0b31f1d3e17"} 1 node_network_carrier{device="br-ce991edf3cf7"} 1 node_network_carrier{device="br-e20fd8d6919c"} 0 node_network_carrier{device="br-ec0c88b7ca47"} 1 node_network_carrier{device="br-f8680471dce3"} 1 node_network_carrier{device="docker0"} 1 node_network_carrier{device="ens9f0np0"} 0 node_network_carrier{device="ens9f1np1"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth05a90bc"} 1 node_network_carrier{device="veth150a5d1"} 1 node_network_carrier{device="veth2611e5d"} 1 node_network_carrier{device="veth2619b87"} 1 node_network_carrier{device="veth2952273"} 1 node_network_carrier{device="veth2e88039"} 1 node_network_carrier{device="veth37ef7db"} 1 node_network_carrier{device="veth3e22496"} 1 node_network_carrier{device="veth4069670"} 1 node_network_carrier{device="veth4e6a7e1"} 1 node_network_carrier{device="veth51694ad"} 1 node_network_carrier{device="veth55c1c72"} 1 node_network_carrier{device="veth5821fd4"} 1 node_network_carrier{device="veth5bbb667"} 1 node_network_carrier{device="veth5c5f567"} 1 node_network_carrier{device="veth7298a26"} 1 node_network_carrier{device="veth797d40e"} 1 node_network_carrier{device="veth7d8041b"} 1 node_network_carrier{device="veth8013a83"} 1 node_network_carrier{device="veth82bda7d"} 1 node_network_carrier{device="veth863b1fc"} 1 node_network_carrier{device="veth8f38f8a"} 1 node_network_carrier{device="veth917fffb"} 1 node_network_carrier{device="veth9554b89"} 1 node_network_carrier{device="veth97a99d3"} 1 node_network_carrier{device="veth9cb208e"} 1 node_network_carrier{device="vethc38875c"} 1 node_network_carrier{device="vethc7d4f95"} 1 node_network_carrier{device="vethd2bb433"} 1 node_network_carrier{device="vethd42b0ad"} 1 node_network_carrier{device="vethd545339"} 1 node_network_carrier{device="vethd6e5156"} 1 node_network_carrier{device="vethdfa3443"} 1 node_network_carrier{device="vethe8a2e21"} 1 node_network_carrier{device="vethe9274ba"} 1 node_network_carrier{device="vethefeca80"} 1 node_network_carrier{device="vethf4f2ce2"} 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-02ad3feabf2a"} 4 node_network_carrier_changes_total{device="br-0f9de042ae35"} 6 node_network_carrier_changes_total{device="br-12d09c163020"} 2 node_network_carrier_changes_total{device="br-1bbaefef2386"} 2 node_network_carrier_changes_total{device="br-24ffd3fd9ca5"} 1 node_network_carrier_changes_total{device="br-278db0f2c9c7"} 2 node_network_carrier_changes_total{device="br-48d2ec0361ca"} 10 node_network_carrier_changes_total{device="br-599d6734c2fc"} 26 node_network_carrier_changes_total{device="br-6060cef21372"} 2 node_network_carrier_changes_total{device="br-6aa64f02232e"} 1 node_network_carrier_changes_total{device="br-7a6a250a2423"} 1 node_network_carrier_changes_total{device="br-7c0ddbc35c4b"} 2 node_network_carrier_changes_total{device="br-7c59931b996a"} 2 node_network_carrier_changes_total{device="br-7c7969192da4"} 2 node_network_carrier_changes_total{device="br-7ea73a8967ca"} 2 node_network_carrier_changes_total{device="br-8a80573aa3f4"} 2 node_network_carrier_changes_total{device="br-8e9a44a15541"} 10 node_network_carrier_changes_total{device="br-8f1d6b7f40b5"} 2 node_network_carrier_changes_total{device="br-9d307a559a31"} 2 node_network_carrier_changes_total{device="br-a1720b39e617"} 6 node_network_carrier_changes_total{device="br-b0b31f1d3e17"} 2 node_network_carrier_changes_total{device="br-ce991edf3cf7"} 2 node_network_carrier_changes_total{device="br-e20fd8d6919c"} 1 node_network_carrier_changes_total{device="br-ec0c88b7ca47"} 2 node_network_carrier_changes_total{device="br-f8680471dce3"} 2 node_network_carrier_changes_total{device="docker0"} 2 node_network_carrier_changes_total{device="ens9f0np0"} 1 node_network_carrier_changes_total{device="ens9f1np1"} 4 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth05a90bc"} 2 node_network_carrier_changes_total{device="veth150a5d1"} 2 node_network_carrier_changes_total{device="veth2611e5d"} 2 node_network_carrier_changes_total{device="veth2619b87"} 2 node_network_carrier_changes_total{device="veth2952273"} 2 node_network_carrier_changes_total{device="veth2e88039"} 2 node_network_carrier_changes_total{device="veth37ef7db"} 2 node_network_carrier_changes_total{device="veth3e22496"} 2 node_network_carrier_changes_total{device="veth4069670"} 2 node_network_carrier_changes_total{device="veth4e6a7e1"} 2 node_network_carrier_changes_total{device="veth51694ad"} 2 node_network_carrier_changes_total{device="veth55c1c72"} 2 node_network_carrier_changes_total{device="veth5821fd4"} 2 node_network_carrier_changes_total{device="veth5bbb667"} 2 node_network_carrier_changes_total{device="veth5c5f567"} 2 node_network_carrier_changes_total{device="veth7298a26"} 2 node_network_carrier_changes_total{device="veth797d40e"} 2 node_network_carrier_changes_total{device="veth7d8041b"} 2 node_network_carrier_changes_total{device="veth8013a83"} 2 node_network_carrier_changes_total{device="veth82bda7d"} 2 node_network_carrier_changes_total{device="veth863b1fc"} 2 node_network_carrier_changes_total{device="veth8f38f8a"} 2 node_network_carrier_changes_total{device="veth917fffb"} 2 node_network_carrier_changes_total{device="veth9554b89"} 2 node_network_carrier_changes_total{device="veth97a99d3"} 2 node_network_carrier_changes_total{device="veth9cb208e"} 2 node_network_carrier_changes_total{device="vethc38875c"} 2 node_network_carrier_changes_total{device="vethc7d4f95"} 2 node_network_carrier_changes_total{device="vethd2bb433"} 2 node_network_carrier_changes_total{device="vethd42b0ad"} 2 node_network_carrier_changes_total{device="vethd545339"} 2 node_network_carrier_changes_total{device="vethd6e5156"} 2 node_network_carrier_changes_total{device="vethdfa3443"} 2 node_network_carrier_changes_total{device="vethe8a2e21"} 2 node_network_carrier_changes_total{device="vethe9274ba"} 2 node_network_carrier_changes_total{device="vethefeca80"} 2 node_network_carrier_changes_total{device="vethf4f2ce2"} 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-02ad3feabf2a"} 2 node_network_carrier_down_changes_total{device="br-0f9de042ae35"} 3 node_network_carrier_down_changes_total{device="br-12d09c163020"} 1 node_network_carrier_down_changes_total{device="br-1bbaefef2386"} 1 node_network_carrier_down_changes_total{device="br-24ffd3fd9ca5"} 1 node_network_carrier_down_changes_total{device="br-278db0f2c9c7"} 1 node_network_carrier_down_changes_total{device="br-48d2ec0361ca"} 5 node_network_carrier_down_changes_total{device="br-599d6734c2fc"} 13 node_network_carrier_down_changes_total{device="br-6060cef21372"} 1 node_network_carrier_down_changes_total{device="br-6aa64f02232e"} 1 node_network_carrier_down_changes_total{device="br-7a6a250a2423"} 1 node_network_carrier_down_changes_total{device="br-7c0ddbc35c4b"} 1 node_network_carrier_down_changes_total{device="br-7c59931b996a"} 1 node_network_carrier_down_changes_total{device="br-7c7969192da4"} 1 node_network_carrier_down_changes_total{device="br-7ea73a8967ca"} 1 node_network_carrier_down_changes_total{device="br-8a80573aa3f4"} 1 node_network_carrier_down_changes_total{device="br-8e9a44a15541"} 5 node_network_carrier_down_changes_total{device="br-8f1d6b7f40b5"} 1 node_network_carrier_down_changes_total{device="br-9d307a559a31"} 1 node_network_carrier_down_changes_total{device="br-a1720b39e617"} 3 node_network_carrier_down_changes_total{device="br-b0b31f1d3e17"} 1 node_network_carrier_down_changes_total{device="br-ce991edf3cf7"} 1 node_network_carrier_down_changes_total{device="br-e20fd8d6919c"} 1 node_network_carrier_down_changes_total{device="br-ec0c88b7ca47"} 1 node_network_carrier_down_changes_total{device="br-f8680471dce3"} 1 node_network_carrier_down_changes_total{device="docker0"} 1 node_network_carrier_down_changes_total{device="ens9f0np0"} 1 node_network_carrier_down_changes_total{device="ens9f1np1"} 2 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth05a90bc"} 1 node_network_carrier_down_changes_total{device="veth150a5d1"} 1 node_network_carrier_down_changes_total{device="veth2611e5d"} 1 node_network_carrier_down_changes_total{device="veth2619b87"} 1 node_network_carrier_down_changes_total{device="veth2952273"} 1 node_network_carrier_down_changes_total{device="veth2e88039"} 1 node_network_carrier_down_changes_total{device="veth37ef7db"} 1 node_network_carrier_down_changes_total{device="veth3e22496"} 1 node_network_carrier_down_changes_total{device="veth4069670"} 1 node_network_carrier_down_changes_total{device="veth4e6a7e1"} 1 node_network_carrier_down_changes_total{device="veth51694ad"} 1 node_network_carrier_down_changes_total{device="veth55c1c72"} 1 node_network_carrier_down_changes_total{device="veth5821fd4"} 1 node_network_carrier_down_changes_total{device="veth5bbb667"} 1 node_network_carrier_down_changes_total{device="veth5c5f567"} 1 node_network_carrier_down_changes_total{device="veth7298a26"} 1 node_network_carrier_down_changes_total{device="veth797d40e"} 1 node_network_carrier_down_changes_total{device="veth7d8041b"} 1 node_network_carrier_down_changes_total{device="veth8013a83"} 1 node_network_carrier_down_changes_total{device="veth82bda7d"} 1 node_network_carrier_down_changes_total{device="veth863b1fc"} 1 node_network_carrier_down_changes_total{device="veth8f38f8a"} 1 node_network_carrier_down_changes_total{device="veth917fffb"} 1 node_network_carrier_down_changes_total{device="veth9554b89"} 1 node_network_carrier_down_changes_total{device="veth97a99d3"} 1 node_network_carrier_down_changes_total{device="veth9cb208e"} 1 node_network_carrier_down_changes_total{device="vethc38875c"} 1 node_network_carrier_down_changes_total{device="vethc7d4f95"} 1 node_network_carrier_down_changes_total{device="vethd2bb433"} 1 node_network_carrier_down_changes_total{device="vethd42b0ad"} 1 node_network_carrier_down_changes_total{device="vethd545339"} 1 node_network_carrier_down_changes_total{device="vethd6e5156"} 1 node_network_carrier_down_changes_total{device="vethdfa3443"} 1 node_network_carrier_down_changes_total{device="vethe8a2e21"} 1 node_network_carrier_down_changes_total{device="vethe9274ba"} 1 node_network_carrier_down_changes_total{device="vethefeca80"} 1 node_network_carrier_down_changes_total{device="vethf4f2ce2"} 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-02ad3feabf2a"} 2 node_network_carrier_up_changes_total{device="br-0f9de042ae35"} 3 node_network_carrier_up_changes_total{device="br-12d09c163020"} 1 node_network_carrier_up_changes_total{device="br-1bbaefef2386"} 1 node_network_carrier_up_changes_total{device="br-24ffd3fd9ca5"} 0 node_network_carrier_up_changes_total{device="br-278db0f2c9c7"} 1 node_network_carrier_up_changes_total{device="br-48d2ec0361ca"} 5 node_network_carrier_up_changes_total{device="br-599d6734c2fc"} 13 node_network_carrier_up_changes_total{device="br-6060cef21372"} 1 node_network_carrier_up_changes_total{device="br-6aa64f02232e"} 0 node_network_carrier_up_changes_total{device="br-7a6a250a2423"} 0 node_network_carrier_up_changes_total{device="br-7c0ddbc35c4b"} 1 node_network_carrier_up_changes_total{device="br-7c59931b996a"} 1 node_network_carrier_up_changes_total{device="br-7c7969192da4"} 1 node_network_carrier_up_changes_total{device="br-7ea73a8967ca"} 1 node_network_carrier_up_changes_total{device="br-8a80573aa3f4"} 1 node_network_carrier_up_changes_total{device="br-8e9a44a15541"} 5 node_network_carrier_up_changes_total{device="br-8f1d6b7f40b5"} 1 node_network_carrier_up_changes_total{device="br-9d307a559a31"} 1 node_network_carrier_up_changes_total{device="br-a1720b39e617"} 3 node_network_carrier_up_changes_total{device="br-b0b31f1d3e17"} 1 node_network_carrier_up_changes_total{device="br-ce991edf3cf7"} 1 node_network_carrier_up_changes_total{device="br-e20fd8d6919c"} 0 node_network_carrier_up_changes_total{device="br-ec0c88b7ca47"} 1 node_network_carrier_up_changes_total{device="br-f8680471dce3"} 1 node_network_carrier_up_changes_total{device="docker0"} 1 node_network_carrier_up_changes_total{device="ens9f0np0"} 0 node_network_carrier_up_changes_total{device="ens9f1np1"} 2 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth05a90bc"} 1 node_network_carrier_up_changes_total{device="veth150a5d1"} 1 node_network_carrier_up_changes_total{device="veth2611e5d"} 1 node_network_carrier_up_changes_total{device="veth2619b87"} 1 node_network_carrier_up_changes_total{device="veth2952273"} 1 node_network_carrier_up_changes_total{device="veth2e88039"} 1 node_network_carrier_up_changes_total{device="veth37ef7db"} 1 node_network_carrier_up_changes_total{device="veth3e22496"} 1 node_network_carrier_up_changes_total{device="veth4069670"} 1 node_network_carrier_up_changes_total{device="veth4e6a7e1"} 1 node_network_carrier_up_changes_total{device="veth51694ad"} 1 node_network_carrier_up_changes_total{device="veth55c1c72"} 1 node_network_carrier_up_changes_total{device="veth5821fd4"} 1 node_network_carrier_up_changes_total{device="veth5bbb667"} 1 node_network_carrier_up_changes_total{device="veth5c5f567"} 1 node_network_carrier_up_changes_total{device="veth7298a26"} 1 node_network_carrier_up_changes_total{device="veth797d40e"} 1 node_network_carrier_up_changes_total{device="veth7d8041b"} 1 node_network_carrier_up_changes_total{device="veth8013a83"} 1 node_network_carrier_up_changes_total{device="veth82bda7d"} 1 node_network_carrier_up_changes_total{device="veth863b1fc"} 1 node_network_carrier_up_changes_total{device="veth8f38f8a"} 1 node_network_carrier_up_changes_total{device="veth917fffb"} 1 node_network_carrier_up_changes_total{device="veth9554b89"} 1 node_network_carrier_up_changes_total{device="veth97a99d3"} 1 node_network_carrier_up_changes_total{device="veth9cb208e"} 1 node_network_carrier_up_changes_total{device="vethc38875c"} 1 node_network_carrier_up_changes_total{device="vethc7d4f95"} 1 node_network_carrier_up_changes_total{device="vethd2bb433"} 1 node_network_carrier_up_changes_total{device="vethd42b0ad"} 1 node_network_carrier_up_changes_total{device="vethd545339"} 1 node_network_carrier_up_changes_total{device="vethd6e5156"} 1 node_network_carrier_up_changes_total{device="vethdfa3443"} 1 node_network_carrier_up_changes_total{device="vethe8a2e21"} 1 node_network_carrier_up_changes_total{device="vethe9274ba"} 1 node_network_carrier_up_changes_total{device="vethefeca80"} 1 node_network_carrier_up_changes_total{device="vethf4f2ce2"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-02ad3feabf2a"} 0 node_network_device_id{device="br-0f9de042ae35"} 0 node_network_device_id{device="br-12d09c163020"} 0 node_network_device_id{device="br-1bbaefef2386"} 0 node_network_device_id{device="br-24ffd3fd9ca5"} 0 node_network_device_id{device="br-278db0f2c9c7"} 0 node_network_device_id{device="br-48d2ec0361ca"} 0 node_network_device_id{device="br-599d6734c2fc"} 0 node_network_device_id{device="br-6060cef21372"} 0 node_network_device_id{device="br-6aa64f02232e"} 0 node_network_device_id{device="br-7a6a250a2423"} 0 node_network_device_id{device="br-7c0ddbc35c4b"} 0 node_network_device_id{device="br-7c59931b996a"} 0 node_network_device_id{device="br-7c7969192da4"} 0 node_network_device_id{device="br-7ea73a8967ca"} 0 node_network_device_id{device="br-8a80573aa3f4"} 0 node_network_device_id{device="br-8e9a44a15541"} 0 node_network_device_id{device="br-8f1d6b7f40b5"} 0 node_network_device_id{device="br-9d307a559a31"} 0 node_network_device_id{device="br-a1720b39e617"} 0 node_network_device_id{device="br-b0b31f1d3e17"} 0 node_network_device_id{device="br-ce991edf3cf7"} 0 node_network_device_id{device="br-e20fd8d6919c"} 0 node_network_device_id{device="br-ec0c88b7ca47"} 0 node_network_device_id{device="br-f8680471dce3"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="ens9f0np0"} 0 node_network_device_id{device="ens9f1np1"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth05a90bc"} 0 node_network_device_id{device="veth150a5d1"} 0 node_network_device_id{device="veth2611e5d"} 0 node_network_device_id{device="veth2619b87"} 0 node_network_device_id{device="veth2952273"} 0 node_network_device_id{device="veth2e88039"} 0 node_network_device_id{device="veth37ef7db"} 0 node_network_device_id{device="veth3e22496"} 0 node_network_device_id{device="veth4069670"} 0 node_network_device_id{device="veth4e6a7e1"} 0 node_network_device_id{device="veth51694ad"} 0 node_network_device_id{device="veth55c1c72"} 0 node_network_device_id{device="veth5821fd4"} 0 node_network_device_id{device="veth5bbb667"} 0 node_network_device_id{device="veth5c5f567"} 0 node_network_device_id{device="veth7298a26"} 0 node_network_device_id{device="veth797d40e"} 0 node_network_device_id{device="veth7d8041b"} 0 node_network_device_id{device="veth8013a83"} 0 node_network_device_id{device="veth82bda7d"} 0 node_network_device_id{device="veth863b1fc"} 0 node_network_device_id{device="veth8f38f8a"} 0 node_network_device_id{device="veth917fffb"} 0 node_network_device_id{device="veth9554b89"} 0 node_network_device_id{device="veth97a99d3"} 0 node_network_device_id{device="veth9cb208e"} 0 node_network_device_id{device="vethc38875c"} 0 node_network_device_id{device="vethc7d4f95"} 0 node_network_device_id{device="vethd2bb433"} 0 node_network_device_id{device="vethd42b0ad"} 0 node_network_device_id{device="vethd545339"} 0 node_network_device_id{device="vethd6e5156"} 0 node_network_device_id{device="vethdfa3443"} 0 node_network_device_id{device="vethe8a2e21"} 0 node_network_device_id{device="vethe9274ba"} 0 node_network_device_id{device="vethefeca80"} 0 node_network_device_id{device="vethf4f2ce2"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-02ad3feabf2a"} 0 node_network_dormant{device="br-0f9de042ae35"} 0 node_network_dormant{device="br-12d09c163020"} 0 node_network_dormant{device="br-1bbaefef2386"} 0 node_network_dormant{device="br-24ffd3fd9ca5"} 0 node_network_dormant{device="br-278db0f2c9c7"} 0 node_network_dormant{device="br-48d2ec0361ca"} 0 node_network_dormant{device="br-599d6734c2fc"} 0 node_network_dormant{device="br-6060cef21372"} 0 node_network_dormant{device="br-6aa64f02232e"} 0 node_network_dormant{device="br-7a6a250a2423"} 0 node_network_dormant{device="br-7c0ddbc35c4b"} 0 node_network_dormant{device="br-7c59931b996a"} 0 node_network_dormant{device="br-7c7969192da4"} 0 node_network_dormant{device="br-7ea73a8967ca"} 0 node_network_dormant{device="br-8a80573aa3f4"} 0 node_network_dormant{device="br-8e9a44a15541"} 0 node_network_dormant{device="br-8f1d6b7f40b5"} 0 node_network_dormant{device="br-9d307a559a31"} 0 node_network_dormant{device="br-a1720b39e617"} 0 node_network_dormant{device="br-b0b31f1d3e17"} 0 node_network_dormant{device="br-ce991edf3cf7"} 0 node_network_dormant{device="br-e20fd8d6919c"} 0 node_network_dormant{device="br-ec0c88b7ca47"} 0 node_network_dormant{device="br-f8680471dce3"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="ens9f0np0"} 0 node_network_dormant{device="ens9f1np1"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth05a90bc"} 0 node_network_dormant{device="veth150a5d1"} 0 node_network_dormant{device="veth2611e5d"} 0 node_network_dormant{device="veth2619b87"} 0 node_network_dormant{device="veth2952273"} 0 node_network_dormant{device="veth2e88039"} 0 node_network_dormant{device="veth37ef7db"} 0 node_network_dormant{device="veth3e22496"} 0 node_network_dormant{device="veth4069670"} 0 node_network_dormant{device="veth4e6a7e1"} 0 node_network_dormant{device="veth51694ad"} 0 node_network_dormant{device="veth55c1c72"} 0 node_network_dormant{device="veth5821fd4"} 0 node_network_dormant{device="veth5bbb667"} 0 node_network_dormant{device="veth5c5f567"} 0 node_network_dormant{device="veth7298a26"} 0 node_network_dormant{device="veth797d40e"} 0 node_network_dormant{device="veth7d8041b"} 0 node_network_dormant{device="veth8013a83"} 0 node_network_dormant{device="veth82bda7d"} 0 node_network_dormant{device="veth863b1fc"} 0 node_network_dormant{device="veth8f38f8a"} 0 node_network_dormant{device="veth917fffb"} 0 node_network_dormant{device="veth9554b89"} 0 node_network_dormant{device="veth97a99d3"} 0 node_network_dormant{device="veth9cb208e"} 0 node_network_dormant{device="vethc38875c"} 0 node_network_dormant{device="vethc7d4f95"} 0 node_network_dormant{device="vethd2bb433"} 0 node_network_dormant{device="vethd42b0ad"} 0 node_network_dormant{device="vethd545339"} 0 node_network_dormant{device="vethd6e5156"} 0 node_network_dormant{device="vethdfa3443"} 0 node_network_dormant{device="vethe8a2e21"} 0 node_network_dormant{device="vethe9274ba"} 0 node_network_dormant{device="vethefeca80"} 0 node_network_dormant{device="vethf4f2ce2"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-02ad3feabf2a"} 4099 node_network_flags{device="br-0f9de042ae35"} 4099 node_network_flags{device="br-12d09c163020"} 4099 node_network_flags{device="br-1bbaefef2386"} 4099 node_network_flags{device="br-24ffd3fd9ca5"} 4099 node_network_flags{device="br-278db0f2c9c7"} 4099 node_network_flags{device="br-48d2ec0361ca"} 4099 node_network_flags{device="br-599d6734c2fc"} 4099 node_network_flags{device="br-6060cef21372"} 4099 node_network_flags{device="br-6aa64f02232e"} 4099 node_network_flags{device="br-7a6a250a2423"} 4099 node_network_flags{device="br-7c0ddbc35c4b"} 4099 node_network_flags{device="br-7c59931b996a"} 4099 node_network_flags{device="br-7c7969192da4"} 4099 node_network_flags{device="br-7ea73a8967ca"} 4099 node_network_flags{device="br-8a80573aa3f4"} 4099 node_network_flags{device="br-8e9a44a15541"} 4099 node_network_flags{device="br-8f1d6b7f40b5"} 4099 node_network_flags{device="br-9d307a559a31"} 4099 node_network_flags{device="br-a1720b39e617"} 4099 node_network_flags{device="br-b0b31f1d3e17"} 4099 node_network_flags{device="br-ce991edf3cf7"} 4099 node_network_flags{device="br-e20fd8d6919c"} 4099 node_network_flags{device="br-ec0c88b7ca47"} 4099 node_network_flags{device="br-f8680471dce3"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="ens9f0np0"} 4099 node_network_flags{device="ens9f1np1"} 4355 node_network_flags{device="lo"} 9 node_network_flags{device="veth05a90bc"} 4867 node_network_flags{device="veth150a5d1"} 4867 node_network_flags{device="veth2611e5d"} 4867 node_network_flags{device="veth2619b87"} 4867 node_network_flags{device="veth2952273"} 4867 node_network_flags{device="veth2e88039"} 4867 node_network_flags{device="veth37ef7db"} 4867 node_network_flags{device="veth3e22496"} 4867 node_network_flags{device="veth4069670"} 4867 node_network_flags{device="veth4e6a7e1"} 4867 node_network_flags{device="veth51694ad"} 4867 node_network_flags{device="veth55c1c72"} 4867 node_network_flags{device="veth5821fd4"} 4867 node_network_flags{device="veth5bbb667"} 4867 node_network_flags{device="veth5c5f567"} 4867 node_network_flags{device="veth7298a26"} 4867 node_network_flags{device="veth797d40e"} 4867 node_network_flags{device="veth7d8041b"} 4867 node_network_flags{device="veth8013a83"} 4867 node_network_flags{device="veth82bda7d"} 4867 node_network_flags{device="veth863b1fc"} 4867 node_network_flags{device="veth8f38f8a"} 4867 node_network_flags{device="veth917fffb"} 4867 node_network_flags{device="veth9554b89"} 4867 node_network_flags{device="veth97a99d3"} 4867 node_network_flags{device="veth9cb208e"} 4867 node_network_flags{device="vethc38875c"} 4867 node_network_flags{device="vethc7d4f95"} 4867 node_network_flags{device="vethd2bb433"} 4867 node_network_flags{device="vethd42b0ad"} 4867 node_network_flags{device="vethd545339"} 4867 node_network_flags{device="vethd6e5156"} 4867 node_network_flags{device="vethdfa3443"} 4867 node_network_flags{device="vethe8a2e21"} 4867 node_network_flags{device="vethe9274ba"} 4867 node_network_flags{device="vethefeca80"} 4867 node_network_flags{device="vethf4f2ce2"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-02ad3feabf2a"} 35013 node_network_iface_id{device="br-0f9de042ae35"} 34872 node_network_iface_id{device="br-12d09c163020"} 12 node_network_iface_id{device="br-1bbaefef2386"} 13 node_network_iface_id{device="br-24ffd3fd9ca5"} 17 node_network_iface_id{device="br-278db0f2c9c7"} 14 node_network_iface_id{device="br-48d2ec0361ca"} 18 node_network_iface_id{device="br-599d6734c2fc"} 34307 node_network_iface_id{device="br-6060cef21372"} 19 node_network_iface_id{device="br-6aa64f02232e"} 7 node_network_iface_id{device="br-7a6a250a2423"} 24 node_network_iface_id{device="br-7c0ddbc35c4b"} 8 node_network_iface_id{device="br-7c59931b996a"} 15 node_network_iface_id{device="br-7c7969192da4"} 4 node_network_iface_id{device="br-7ea73a8967ca"} 9 node_network_iface_id{device="br-8a80573aa3f4"} 34473 node_network_iface_id{device="br-8e9a44a15541"} 16 node_network_iface_id{device="br-8f1d6b7f40b5"} 21 node_network_iface_id{device="br-9d307a559a31"} 25 node_network_iface_id{device="br-a1720b39e617"} 35020 node_network_iface_id{device="br-b0b31f1d3e17"} 22 node_network_iface_id{device="br-ce991edf3cf7"} 26 node_network_iface_id{device="br-e20fd8d6919c"} 10 node_network_iface_id{device="br-ec0c88b7ca47"} 11 node_network_iface_id{device="br-f8680471dce3"} 23 node_network_iface_id{device="docker0"} 5 node_network_iface_id{device="ens9f0np0"} 2 node_network_iface_id{device="ens9f1np1"} 3 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth05a90bc"} 34895 node_network_iface_id{device="veth150a5d1"} 37 node_network_iface_id{device="veth2611e5d"} 28 node_network_iface_id{device="veth2619b87"} 128 node_network_iface_id{device="veth2952273"} 119 node_network_iface_id{device="veth2e88039"} 120 node_network_iface_id{device="veth37ef7db"} 43 node_network_iface_id{device="veth3e22496"} 126 node_network_iface_id{device="veth4069670"} 34478 node_network_iface_id{device="veth4e6a7e1"} 31 node_network_iface_id{device="veth51694ad"} 34 node_network_iface_id{device="veth55c1c72"} 32 node_network_iface_id{device="veth5821fd4"} 35034 node_network_iface_id{device="veth5bbb667"} 34920 node_network_iface_id{device="veth5c5f567"} 36 node_network_iface_id{device="veth7298a26"} 34551 node_network_iface_id{device="veth797d40e"} 39 node_network_iface_id{device="veth7d8041b"} 35026 node_network_iface_id{device="veth8013a83"} 34942 node_network_iface_id{device="veth82bda7d"} 35019 node_network_iface_id{device="veth863b1fc"} 34477 node_network_iface_id{device="veth8f38f8a"} 35018 node_network_iface_id{device="veth917fffb"} 38 node_network_iface_id{device="veth9554b89"} 52 node_network_iface_id{device="veth97a99d3"} 29 node_network_iface_id{device="veth9cb208e"} 34891 node_network_iface_id{device="vethc38875c"} 130 node_network_iface_id{device="vethc7d4f95"} 34476 node_network_iface_id{device="vethd2bb433"} 34474 node_network_iface_id{device="vethd42b0ad"} 35033 node_network_iface_id{device="vethd545339"} 13648 node_network_iface_id{device="vethd6e5156"} 27 node_network_iface_id{device="vethdfa3443"} 34914 node_network_iface_id{device="vethe8a2e21"} 42 node_network_iface_id{device="vethe9274ba"} 148 node_network_iface_id{device="vethefeca80"} 118 node_network_iface_id{device="vethf4f2ce2"} 34952 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-02ad3feabf2a"} 35013 node_network_iface_link{device="br-0f9de042ae35"} 34872 node_network_iface_link{device="br-12d09c163020"} 12 node_network_iface_link{device="br-1bbaefef2386"} 13 node_network_iface_link{device="br-24ffd3fd9ca5"} 17 node_network_iface_link{device="br-278db0f2c9c7"} 14 node_network_iface_link{device="br-48d2ec0361ca"} 18 node_network_iface_link{device="br-599d6734c2fc"} 34307 node_network_iface_link{device="br-6060cef21372"} 19 node_network_iface_link{device="br-6aa64f02232e"} 7 node_network_iface_link{device="br-7a6a250a2423"} 24 node_network_iface_link{device="br-7c0ddbc35c4b"} 8 node_network_iface_link{device="br-7c59931b996a"} 15 node_network_iface_link{device="br-7c7969192da4"} 4 node_network_iface_link{device="br-7ea73a8967ca"} 9 node_network_iface_link{device="br-8a80573aa3f4"} 34473 node_network_iface_link{device="br-8e9a44a15541"} 16 node_network_iface_link{device="br-8f1d6b7f40b5"} 21 node_network_iface_link{device="br-9d307a559a31"} 25 node_network_iface_link{device="br-a1720b39e617"} 35020 node_network_iface_link{device="br-b0b31f1d3e17"} 22 node_network_iface_link{device="br-ce991edf3cf7"} 26 node_network_iface_link{device="br-e20fd8d6919c"} 10 node_network_iface_link{device="br-ec0c88b7ca47"} 11 node_network_iface_link{device="br-f8680471dce3"} 23 node_network_iface_link{device="docker0"} 5 node_network_iface_link{device="ens9f0np0"} 2 node_network_iface_link{device="ens9f1np1"} 3 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth05a90bc"} 2 node_network_iface_link{device="veth150a5d1"} 2 node_network_iface_link{device="veth2611e5d"} 2 node_network_iface_link{device="veth2619b87"} 2 node_network_iface_link{device="veth2952273"} 2 node_network_iface_link{device="veth2e88039"} 2 node_network_iface_link{device="veth37ef7db"} 2 node_network_iface_link{device="veth3e22496"} 2 node_network_iface_link{device="veth4069670"} 2 node_network_iface_link{device="veth4e6a7e1"} 2 node_network_iface_link{device="veth51694ad"} 2 node_network_iface_link{device="veth55c1c72"} 2 node_network_iface_link{device="veth5821fd4"} 2 node_network_iface_link{device="veth5bbb667"} 2 node_network_iface_link{device="veth5c5f567"} 2 node_network_iface_link{device="veth7298a26"} 2 node_network_iface_link{device="veth797d40e"} 2 node_network_iface_link{device="veth7d8041b"} 2 node_network_iface_link{device="veth8013a83"} 2 node_network_iface_link{device="veth82bda7d"} 2 node_network_iface_link{device="veth863b1fc"} 2 node_network_iface_link{device="veth8f38f8a"} 2 node_network_iface_link{device="veth917fffb"} 2 node_network_iface_link{device="veth9554b89"} 2 node_network_iface_link{device="veth97a99d3"} 2 node_network_iface_link{device="veth9cb208e"} 2 node_network_iface_link{device="vethc38875c"} 2 node_network_iface_link{device="vethc7d4f95"} 2 node_network_iface_link{device="vethd2bb433"} 2 node_network_iface_link{device="vethd42b0ad"} 2 node_network_iface_link{device="vethd545339"} 2 node_network_iface_link{device="vethd6e5156"} 2 node_network_iface_link{device="vethdfa3443"} 2 node_network_iface_link{device="vethe8a2e21"} 2 node_network_iface_link{device="vethe9274ba"} 2 node_network_iface_link{device="vethefeca80"} 2 node_network_iface_link{device="vethf4f2ce2"} 2 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="br-02ad3feabf2a"} 0 node_network_iface_link_mode{device="br-0f9de042ae35"} 0 node_network_iface_link_mode{device="br-12d09c163020"} 0 node_network_iface_link_mode{device="br-1bbaefef2386"} 0 node_network_iface_link_mode{device="br-24ffd3fd9ca5"} 0 node_network_iface_link_mode{device="br-278db0f2c9c7"} 0 node_network_iface_link_mode{device="br-48d2ec0361ca"} 0 node_network_iface_link_mode{device="br-599d6734c2fc"} 0 node_network_iface_link_mode{device="br-6060cef21372"} 0 node_network_iface_link_mode{device="br-6aa64f02232e"} 0 node_network_iface_link_mode{device="br-7a6a250a2423"} 0 node_network_iface_link_mode{device="br-7c0ddbc35c4b"} 0 node_network_iface_link_mode{device="br-7c59931b996a"} 0 node_network_iface_link_mode{device="br-7c7969192da4"} 0 node_network_iface_link_mode{device="br-7ea73a8967ca"} 0 node_network_iface_link_mode{device="br-8a80573aa3f4"} 0 node_network_iface_link_mode{device="br-8e9a44a15541"} 0 node_network_iface_link_mode{device="br-8f1d6b7f40b5"} 0 node_network_iface_link_mode{device="br-9d307a559a31"} 0 node_network_iface_link_mode{device="br-a1720b39e617"} 0 node_network_iface_link_mode{device="br-b0b31f1d3e17"} 0 node_network_iface_link_mode{device="br-ce991edf3cf7"} 0 node_network_iface_link_mode{device="br-e20fd8d6919c"} 0 node_network_iface_link_mode{device="br-ec0c88b7ca47"} 0 node_network_iface_link_mode{device="br-f8680471dce3"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="ens9f0np0"} 0 node_network_iface_link_mode{device="ens9f1np1"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth05a90bc"} 0 node_network_iface_link_mode{device="veth150a5d1"} 0 node_network_iface_link_mode{device="veth2611e5d"} 0 node_network_iface_link_mode{device="veth2619b87"} 0 node_network_iface_link_mode{device="veth2952273"} 0 node_network_iface_link_mode{device="veth2e88039"} 0 node_network_iface_link_mode{device="veth37ef7db"} 0 node_network_iface_link_mode{device="veth3e22496"} 0 node_network_iface_link_mode{device="veth4069670"} 0 node_network_iface_link_mode{device="veth4e6a7e1"} 0 node_network_iface_link_mode{device="veth51694ad"} 0 node_network_iface_link_mode{device="veth55c1c72"} 0 node_network_iface_link_mode{device="veth5821fd4"} 0 node_network_iface_link_mode{device="veth5bbb667"} 0 node_network_iface_link_mode{device="veth5c5f567"} 0 node_network_iface_link_mode{device="veth7298a26"} 0 node_network_iface_link_mode{device="veth797d40e"} 0 node_network_iface_link_mode{device="veth7d8041b"} 0 node_network_iface_link_mode{device="veth8013a83"} 0 node_network_iface_link_mode{device="veth82bda7d"} 0 node_network_iface_link_mode{device="veth863b1fc"} 0 node_network_iface_link_mode{device="veth8f38f8a"} 0 node_network_iface_link_mode{device="veth917fffb"} 0 node_network_iface_link_mode{device="veth9554b89"} 0 node_network_iface_link_mode{device="veth97a99d3"} 0 node_network_iface_link_mode{device="veth9cb208e"} 0 node_network_iface_link_mode{device="vethc38875c"} 0 node_network_iface_link_mode{device="vethc7d4f95"} 0 node_network_iface_link_mode{device="vethd2bb433"} 0 node_network_iface_link_mode{device="vethd42b0ad"} 0 node_network_iface_link_mode{device="vethd545339"} 0 node_network_iface_link_mode{device="vethd6e5156"} 0 node_network_iface_link_mode{device="vethdfa3443"} 0 node_network_iface_link_mode{device="vethe8a2e21"} 0 node_network_iface_link_mode{device="vethe9274ba"} 0 node_network_iface_link_mode{device="vethefeca80"} 0 node_network_iface_link_mode{device="vethf4f2ce2"} 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:47:c9:58:f9:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2bb433",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:4f:cc:92:68:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7d4f95",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:7e:52:68:9c:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8a80573aa3f4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="0e:49:07:68:54:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7a6a250a2423",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="0e:c8:bf:33:a5:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8013a83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:3d:9b:2a:79:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5821fd4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:29:52:99:5a:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefeca80",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:ea:52:60:e6:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4f2ce2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:09:7f:a4:ba:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth51694ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:19:44:2e:43:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth97a99d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:6c:03:3d:98:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd6e5156",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:66:f3:f5:3e:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth150a5d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:ad:eb:25:72:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2611e5d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:3e:6b:a2:0e:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3e22496",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:38:b9:7f:f4:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f8680471dce3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="32:cb:4d:09:0a:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-02ad3feabf2a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="36:34:4e:98:d3:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-599d6734c2fc",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="46:3c:18:e2:cb:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-24ffd3fd9ca5",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="46:83:94:6a:71:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f38f8a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:1a:7b:e2:88:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8f1d6b7f40b5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="56:c6:9c:0a:2c:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8a2e21",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:15:dd:2f:d4:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6060cef21372",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="5e:30:e1:42:2e:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9d307a559a31",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="5e:f3:3e:07:75:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b0b31f1d3e17",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="62:b6:72:5f:14:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth82bda7d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:2d:2a:ba:05:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2619b87",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:11:6a:ba:51:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdfa3443",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:d1:06:f8:53:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth55c1c72",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:ec:1a:5a:59:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05a90bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:a5:3a:43:15:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2952273",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:53:77:96:39:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5bbb667",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:e8:98:bc:1d:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="7a:63:ca:d5:25:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0f9de042ae35",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="7a:d5:fc:bd:64:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8e9a44a15541",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="7e:54:40:df:b3:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9554b89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:4e:fc:65:8e:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ce991edf3cf7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="86:8b:ff:6e:f3:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7c7969192da4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="8e:e3:9a:7e:f3:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7c59931b996a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="92:bd:f5:a1:b0:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd545339",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:a4:4a:95:9a:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c5f567",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:e5:f4:ba:86:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-12d09c163020",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ae:0c:43:e7:0a:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d8041b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:46:ea:a4:c9:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-48d2ec0361ca",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ae:72:b5:d0:ae:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4069670",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:29:db:c1:28:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e88039",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:3b:fa:80:60:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7ea73a8967ca",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="b6:a1:1a:13:6a:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth37ef7db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:e1:7e:5a:da:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-278db0f2c9c7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ce:ae:7b:5c:4a:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e20fd8d6919c",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="d2:2a:07:d6:08:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth797d40e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:36:89:07:ea:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd42b0ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:be:c0:1a:fc:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e6a7e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:0c:8d:36:83:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7298a26",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:a2:d7:8c:30:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth917fffb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:f7:de:90:d8:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ec0c88b7ca47",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e2:ea:6e:90:d2:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7c0ddbc35c4b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e6:07:1f:48:7e:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth863b1fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:63:85:5f:46:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc38875c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ec:e7:a7:02:a2:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="ens9f0np0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ec:e7:a7:02:a2:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="ens9f1np1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:9d:74:8a:53:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6aa64f02232e",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="f2:0f:24:0d:e2:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9cb208e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:28:54:72:36:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1bbaefef2386",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fa:48:38:45:5d:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a1720b39e617",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fa:ab:94:54:88:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe9274ba",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-02ad3feabf2a"} 1500 node_network_mtu_bytes{device="br-0f9de042ae35"} 1500 node_network_mtu_bytes{device="br-12d09c163020"} 1500 node_network_mtu_bytes{device="br-1bbaefef2386"} 1500 node_network_mtu_bytes{device="br-24ffd3fd9ca5"} 1500 node_network_mtu_bytes{device="br-278db0f2c9c7"} 1500 node_network_mtu_bytes{device="br-48d2ec0361ca"} 1500 node_network_mtu_bytes{device="br-599d6734c2fc"} 1500 node_network_mtu_bytes{device="br-6060cef21372"} 1500 node_network_mtu_bytes{device="br-6aa64f02232e"} 1500 node_network_mtu_bytes{device="br-7a6a250a2423"} 1500 node_network_mtu_bytes{device="br-7c0ddbc35c4b"} 1500 node_network_mtu_bytes{device="br-7c59931b996a"} 1500 node_network_mtu_bytes{device="br-7c7969192da4"} 1500 node_network_mtu_bytes{device="br-7ea73a8967ca"} 1500 node_network_mtu_bytes{device="br-8a80573aa3f4"} 1500 node_network_mtu_bytes{device="br-8e9a44a15541"} 1500 node_network_mtu_bytes{device="br-8f1d6b7f40b5"} 1500 node_network_mtu_bytes{device="br-9d307a559a31"} 1500 node_network_mtu_bytes{device="br-a1720b39e617"} 1500 node_network_mtu_bytes{device="br-b0b31f1d3e17"} 1500 node_network_mtu_bytes{device="br-ce991edf3cf7"} 1500 node_network_mtu_bytes{device="br-e20fd8d6919c"} 1500 node_network_mtu_bytes{device="br-ec0c88b7ca47"} 1500 node_network_mtu_bytes{device="br-f8680471dce3"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="ens9f0np0"} 1500 node_network_mtu_bytes{device="ens9f1np1"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth05a90bc"} 1500 node_network_mtu_bytes{device="veth150a5d1"} 1500 node_network_mtu_bytes{device="veth2611e5d"} 1500 node_network_mtu_bytes{device="veth2619b87"} 1500 node_network_mtu_bytes{device="veth2952273"} 1500 node_network_mtu_bytes{device="veth2e88039"} 1500 node_network_mtu_bytes{device="veth37ef7db"} 1500 node_network_mtu_bytes{device="veth3e22496"} 1500 node_network_mtu_bytes{device="veth4069670"} 1500 node_network_mtu_bytes{device="veth4e6a7e1"} 1500 node_network_mtu_bytes{device="veth51694ad"} 1500 node_network_mtu_bytes{device="veth55c1c72"} 1500 node_network_mtu_bytes{device="veth5821fd4"} 1500 node_network_mtu_bytes{device="veth5bbb667"} 1500 node_network_mtu_bytes{device="veth5c5f567"} 1500 node_network_mtu_bytes{device="veth7298a26"} 1500 node_network_mtu_bytes{device="veth797d40e"} 1500 node_network_mtu_bytes{device="veth7d8041b"} 1500 node_network_mtu_bytes{device="veth8013a83"} 1500 node_network_mtu_bytes{device="veth82bda7d"} 1500 node_network_mtu_bytes{device="veth863b1fc"} 1500 node_network_mtu_bytes{device="veth8f38f8a"} 1500 node_network_mtu_bytes{device="veth917fffb"} 1500 node_network_mtu_bytes{device="veth9554b89"} 1500 node_network_mtu_bytes{device="veth97a99d3"} 1500 node_network_mtu_bytes{device="veth9cb208e"} 1500 node_network_mtu_bytes{device="vethc38875c"} 1500 node_network_mtu_bytes{device="vethc7d4f95"} 1500 node_network_mtu_bytes{device="vethd2bb433"} 1500 node_network_mtu_bytes{device="vethd42b0ad"} 1500 node_network_mtu_bytes{device="vethd545339"} 1500 node_network_mtu_bytes{device="vethd6e5156"} 1500 node_network_mtu_bytes{device="vethdfa3443"} 1500 node_network_mtu_bytes{device="vethe8a2e21"} 1500 node_network_mtu_bytes{device="vethe9274ba"} 1500 node_network_mtu_bytes{device="vethefeca80"} 1500 node_network_mtu_bytes{device="vethf4f2ce2"} 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-02ad3feabf2a"} 3 node_network_name_assign_type{device="br-0f9de042ae35"} 3 node_network_name_assign_type{device="br-12d09c163020"} 3 node_network_name_assign_type{device="br-1bbaefef2386"} 3 node_network_name_assign_type{device="br-24ffd3fd9ca5"} 3 node_network_name_assign_type{device="br-278db0f2c9c7"} 3 node_network_name_assign_type{device="br-48d2ec0361ca"} 3 node_network_name_assign_type{device="br-599d6734c2fc"} 3 node_network_name_assign_type{device="br-6060cef21372"} 3 node_network_name_assign_type{device="br-6aa64f02232e"} 3 node_network_name_assign_type{device="br-7a6a250a2423"} 3 node_network_name_assign_type{device="br-7c0ddbc35c4b"} 3 node_network_name_assign_type{device="br-7c59931b996a"} 3 node_network_name_assign_type{device="br-7c7969192da4"} 3 node_network_name_assign_type{device="br-7ea73a8967ca"} 3 node_network_name_assign_type{device="br-8a80573aa3f4"} 3 node_network_name_assign_type{device="br-8e9a44a15541"} 3 node_network_name_assign_type{device="br-8f1d6b7f40b5"} 3 node_network_name_assign_type{device="br-9d307a559a31"} 3 node_network_name_assign_type{device="br-a1720b39e617"} 3 node_network_name_assign_type{device="br-b0b31f1d3e17"} 3 node_network_name_assign_type{device="br-ce991edf3cf7"} 3 node_network_name_assign_type{device="br-e20fd8d6919c"} 3 node_network_name_assign_type{device="br-ec0c88b7ca47"} 3 node_network_name_assign_type{device="br-f8680471dce3"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="ens9f0np0"} 4 node_network_name_assign_type{device="ens9f1np1"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth05a90bc"} 3 node_network_name_assign_type{device="veth150a5d1"} 3 node_network_name_assign_type{device="veth2611e5d"} 3 node_network_name_assign_type{device="veth2619b87"} 3 node_network_name_assign_type{device="veth2952273"} 3 node_network_name_assign_type{device="veth2e88039"} 3 node_network_name_assign_type{device="veth37ef7db"} 3 node_network_name_assign_type{device="veth3e22496"} 3 node_network_name_assign_type{device="veth4069670"} 3 node_network_name_assign_type{device="veth4e6a7e1"} 3 node_network_name_assign_type{device="veth51694ad"} 3 node_network_name_assign_type{device="veth55c1c72"} 3 node_network_name_assign_type{device="veth5821fd4"} 3 node_network_name_assign_type{device="veth5bbb667"} 3 node_network_name_assign_type{device="veth5c5f567"} 3 node_network_name_assign_type{device="veth7298a26"} 3 node_network_name_assign_type{device="veth797d40e"} 3 node_network_name_assign_type{device="veth7d8041b"} 3 node_network_name_assign_type{device="veth8013a83"} 3 node_network_name_assign_type{device="veth82bda7d"} 3 node_network_name_assign_type{device="veth863b1fc"} 3 node_network_name_assign_type{device="veth8f38f8a"} 3 node_network_name_assign_type{device="veth917fffb"} 3 node_network_name_assign_type{device="veth9554b89"} 3 node_network_name_assign_type{device="veth97a99d3"} 3 node_network_name_assign_type{device="veth9cb208e"} 3 node_network_name_assign_type{device="vethc38875c"} 3 node_network_name_assign_type{device="vethc7d4f95"} 3 node_network_name_assign_type{device="vethd2bb433"} 3 node_network_name_assign_type{device="vethd42b0ad"} 3 node_network_name_assign_type{device="vethd545339"} 3 node_network_name_assign_type{device="vethd6e5156"} 3 node_network_name_assign_type{device="vethdfa3443"} 3 node_network_name_assign_type{device="vethe8a2e21"} 3 node_network_name_assign_type{device="vethe9274ba"} 3 node_network_name_assign_type{device="vethefeca80"} 3 node_network_name_assign_type{device="vethf4f2ce2"} 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-02ad3feabf2a"} 0 node_network_net_dev_group{device="br-0f9de042ae35"} 0 node_network_net_dev_group{device="br-12d09c163020"} 0 node_network_net_dev_group{device="br-1bbaefef2386"} 0 node_network_net_dev_group{device="br-24ffd3fd9ca5"} 0 node_network_net_dev_group{device="br-278db0f2c9c7"} 0 node_network_net_dev_group{device="br-48d2ec0361ca"} 0 node_network_net_dev_group{device="br-599d6734c2fc"} 0 node_network_net_dev_group{device="br-6060cef21372"} 0 node_network_net_dev_group{device="br-6aa64f02232e"} 0 node_network_net_dev_group{device="br-7a6a250a2423"} 0 node_network_net_dev_group{device="br-7c0ddbc35c4b"} 0 node_network_net_dev_group{device="br-7c59931b996a"} 0 node_network_net_dev_group{device="br-7c7969192da4"} 0 node_network_net_dev_group{device="br-7ea73a8967ca"} 0 node_network_net_dev_group{device="br-8a80573aa3f4"} 0 node_network_net_dev_group{device="br-8e9a44a15541"} 0 node_network_net_dev_group{device="br-8f1d6b7f40b5"} 0 node_network_net_dev_group{device="br-9d307a559a31"} 0 node_network_net_dev_group{device="br-a1720b39e617"} 0 node_network_net_dev_group{device="br-b0b31f1d3e17"} 0 node_network_net_dev_group{device="br-ce991edf3cf7"} 0 node_network_net_dev_group{device="br-e20fd8d6919c"} 0 node_network_net_dev_group{device="br-ec0c88b7ca47"} 0 node_network_net_dev_group{device="br-f8680471dce3"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="ens9f0np0"} 0 node_network_net_dev_group{device="ens9f1np1"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth05a90bc"} 0 node_network_net_dev_group{device="veth150a5d1"} 0 node_network_net_dev_group{device="veth2611e5d"} 0 node_network_net_dev_group{device="veth2619b87"} 0 node_network_net_dev_group{device="veth2952273"} 0 node_network_net_dev_group{device="veth2e88039"} 0 node_network_net_dev_group{device="veth37ef7db"} 0 node_network_net_dev_group{device="veth3e22496"} 0 node_network_net_dev_group{device="veth4069670"} 0 node_network_net_dev_group{device="veth4e6a7e1"} 0 node_network_net_dev_group{device="veth51694ad"} 0 node_network_net_dev_group{device="veth55c1c72"} 0 node_network_net_dev_group{device="veth5821fd4"} 0 node_network_net_dev_group{device="veth5bbb667"} 0 node_network_net_dev_group{device="veth5c5f567"} 0 node_network_net_dev_group{device="veth7298a26"} 0 node_network_net_dev_group{device="veth797d40e"} 0 node_network_net_dev_group{device="veth7d8041b"} 0 node_network_net_dev_group{device="veth8013a83"} 0 node_network_net_dev_group{device="veth82bda7d"} 0 node_network_net_dev_group{device="veth863b1fc"} 0 node_network_net_dev_group{device="veth8f38f8a"} 0 node_network_net_dev_group{device="veth917fffb"} 0 node_network_net_dev_group{device="veth9554b89"} 0 node_network_net_dev_group{device="veth97a99d3"} 0 node_network_net_dev_group{device="veth9cb208e"} 0 node_network_net_dev_group{device="vethc38875c"} 0 node_network_net_dev_group{device="vethc7d4f95"} 0 node_network_net_dev_group{device="vethd2bb433"} 0 node_network_net_dev_group{device="vethd42b0ad"} 0 node_network_net_dev_group{device="vethd545339"} 0 node_network_net_dev_group{device="vethd6e5156"} 0 node_network_net_dev_group{device="vethdfa3443"} 0 node_network_net_dev_group{device="vethe8a2e21"} 0 node_network_net_dev_group{device="vethe9274ba"} 0 node_network_net_dev_group{device="vethefeca80"} 0 node_network_net_dev_group{device="vethf4f2ce2"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-02ad3feabf2a"} 1 node_network_protocol_type{device="br-0f9de042ae35"} 1 node_network_protocol_type{device="br-12d09c163020"} 1 node_network_protocol_type{device="br-1bbaefef2386"} 1 node_network_protocol_type{device="br-24ffd3fd9ca5"} 1 node_network_protocol_type{device="br-278db0f2c9c7"} 1 node_network_protocol_type{device="br-48d2ec0361ca"} 1 node_network_protocol_type{device="br-599d6734c2fc"} 1 node_network_protocol_type{device="br-6060cef21372"} 1 node_network_protocol_type{device="br-6aa64f02232e"} 1 node_network_protocol_type{device="br-7a6a250a2423"} 1 node_network_protocol_type{device="br-7c0ddbc35c4b"} 1 node_network_protocol_type{device="br-7c59931b996a"} 1 node_network_protocol_type{device="br-7c7969192da4"} 1 node_network_protocol_type{device="br-7ea73a8967ca"} 1 node_network_protocol_type{device="br-8a80573aa3f4"} 1 node_network_protocol_type{device="br-8e9a44a15541"} 1 node_network_protocol_type{device="br-8f1d6b7f40b5"} 1 node_network_protocol_type{device="br-9d307a559a31"} 1 node_network_protocol_type{device="br-a1720b39e617"} 1 node_network_protocol_type{device="br-b0b31f1d3e17"} 1 node_network_protocol_type{device="br-ce991edf3cf7"} 1 node_network_protocol_type{device="br-e20fd8d6919c"} 1 node_network_protocol_type{device="br-ec0c88b7ca47"} 1 node_network_protocol_type{device="br-f8680471dce3"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="ens9f0np0"} 1 node_network_protocol_type{device="ens9f1np1"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth05a90bc"} 1 node_network_protocol_type{device="veth150a5d1"} 1 node_network_protocol_type{device="veth2611e5d"} 1 node_network_protocol_type{device="veth2619b87"} 1 node_network_protocol_type{device="veth2952273"} 1 node_network_protocol_type{device="veth2e88039"} 1 node_network_protocol_type{device="veth37ef7db"} 1 node_network_protocol_type{device="veth3e22496"} 1 node_network_protocol_type{device="veth4069670"} 1 node_network_protocol_type{device="veth4e6a7e1"} 1 node_network_protocol_type{device="veth51694ad"} 1 node_network_protocol_type{device="veth55c1c72"} 1 node_network_protocol_type{device="veth5821fd4"} 1 node_network_protocol_type{device="veth5bbb667"} 1 node_network_protocol_type{device="veth5c5f567"} 1 node_network_protocol_type{device="veth7298a26"} 1 node_network_protocol_type{device="veth797d40e"} 1 node_network_protocol_type{device="veth7d8041b"} 1 node_network_protocol_type{device="veth8013a83"} 1 node_network_protocol_type{device="veth82bda7d"} 1 node_network_protocol_type{device="veth863b1fc"} 1 node_network_protocol_type{device="veth8f38f8a"} 1 node_network_protocol_type{device="veth917fffb"} 1 node_network_protocol_type{device="veth9554b89"} 1 node_network_protocol_type{device="veth97a99d3"} 1 node_network_protocol_type{device="veth9cb208e"} 1 node_network_protocol_type{device="vethc38875c"} 1 node_network_protocol_type{device="vethc7d4f95"} 1 node_network_protocol_type{device="vethd2bb433"} 1 node_network_protocol_type{device="vethd42b0ad"} 1 node_network_protocol_type{device="vethd545339"} 1 node_network_protocol_type{device="vethd6e5156"} 1 node_network_protocol_type{device="vethdfa3443"} 1 node_network_protocol_type{device="vethe8a2e21"} 1 node_network_protocol_type{device="vethe9274ba"} 1 node_network_protocol_type{device="vethefeca80"} 1 node_network_protocol_type{device="vethf4f2ce2"} 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"} 3.98684069e+08 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"} 3.50314e+06 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-02ad3feabf2a"} 1.25e+09 node_network_speed_bytes{device="br-0f9de042ae35"} 1.25e+09 node_network_speed_bytes{device="br-12d09c163020"} 1.25e+09 node_network_speed_bytes{device="br-1bbaefef2386"} 1.25e+09 node_network_speed_bytes{device="br-24ffd3fd9ca5"} -125000 node_network_speed_bytes{device="br-278db0f2c9c7"} 1.25e+09 node_network_speed_bytes{device="br-48d2ec0361ca"} 1.25e+09 node_network_speed_bytes{device="br-599d6734c2fc"} 1.25e+09 node_network_speed_bytes{device="br-6060cef21372"} 1.25e+09 node_network_speed_bytes{device="br-6aa64f02232e"} -125000 node_network_speed_bytes{device="br-7a6a250a2423"} -125000 node_network_speed_bytes{device="br-7c0ddbc35c4b"} 1.25e+09 node_network_speed_bytes{device="br-7c59931b996a"} 1.25e+09 node_network_speed_bytes{device="br-7c7969192da4"} 1.25e+09 node_network_speed_bytes{device="br-7ea73a8967ca"} 1.25e+09 node_network_speed_bytes{device="br-8a80573aa3f4"} 1.25e+09 node_network_speed_bytes{device="br-8e9a44a15541"} 1.25e+09 node_network_speed_bytes{device="br-8f1d6b7f40b5"} 1.25e+09 node_network_speed_bytes{device="br-9d307a559a31"} 1.25e+09 node_network_speed_bytes{device="br-a1720b39e617"} 1.25e+09 node_network_speed_bytes{device="br-b0b31f1d3e17"} 1.25e+09 node_network_speed_bytes{device="br-ce991edf3cf7"} 1.25e+09 node_network_speed_bytes{device="br-e20fd8d6919c"} -125000 node_network_speed_bytes{device="br-ec0c88b7ca47"} 1.25e+09 node_network_speed_bytes{device="br-f8680471dce3"} 1.25e+09 node_network_speed_bytes{device="docker0"} 1.25e+09 node_network_speed_bytes{device="ens9f0np0"} -125000 node_network_speed_bytes{device="ens9f1np1"} 1.25e+08 node_network_speed_bytes{device="veth05a90bc"} 1.25e+09 node_network_speed_bytes{device="veth150a5d1"} 1.25e+09 node_network_speed_bytes{device="veth2611e5d"} 1.25e+09 node_network_speed_bytes{device="veth2619b87"} 1.25e+09 node_network_speed_bytes{device="veth2952273"} 1.25e+09 node_network_speed_bytes{device="veth2e88039"} 1.25e+09 node_network_speed_bytes{device="veth37ef7db"} 1.25e+09 node_network_speed_bytes{device="veth3e22496"} 1.25e+09 node_network_speed_bytes{device="veth4069670"} 1.25e+09 node_network_speed_bytes{device="veth4e6a7e1"} 1.25e+09 node_network_speed_bytes{device="veth51694ad"} 1.25e+09 node_network_speed_bytes{device="veth55c1c72"} 1.25e+09 node_network_speed_bytes{device="veth5821fd4"} 1.25e+09 node_network_speed_bytes{device="veth5bbb667"} 1.25e+09 node_network_speed_bytes{device="veth5c5f567"} 1.25e+09 node_network_speed_bytes{device="veth7298a26"} 1.25e+09 node_network_speed_bytes{device="veth797d40e"} 1.25e+09 node_network_speed_bytes{device="veth7d8041b"} 1.25e+09 node_network_speed_bytes{device="veth8013a83"} 1.25e+09 node_network_speed_bytes{device="veth82bda7d"} 1.25e+09 node_network_speed_bytes{device="veth863b1fc"} 1.25e+09 node_network_speed_bytes{device="veth8f38f8a"} 1.25e+09 node_network_speed_bytes{device="veth917fffb"} 1.25e+09 node_network_speed_bytes{device="veth9554b89"} 1.25e+09 node_network_speed_bytes{device="veth97a99d3"} 1.25e+09 node_network_speed_bytes{device="veth9cb208e"} 1.25e+09 node_network_speed_bytes{device="vethc38875c"} 1.25e+09 node_network_speed_bytes{device="vethc7d4f95"} 1.25e+09 node_network_speed_bytes{device="vethd2bb433"} 1.25e+09 node_network_speed_bytes{device="vethd42b0ad"} 1.25e+09 node_network_speed_bytes{device="vethd545339"} 1.25e+09 node_network_speed_bytes{device="vethd6e5156"} 1.25e+09 node_network_speed_bytes{device="vethdfa3443"} 1.25e+09 node_network_speed_bytes{device="vethe8a2e21"} 1.25e+09 node_network_speed_bytes{device="vethe9274ba"} 1.25e+09 node_network_speed_bytes{device="vethefeca80"} 1.25e+09 node_network_speed_bytes{device="vethf4f2ce2"} 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"} 1.2264541786e+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"} 3.495988e+06 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-02ad3feabf2a"} 0 node_network_transmit_queue_length{device="br-0f9de042ae35"} 0 node_network_transmit_queue_length{device="br-12d09c163020"} 0 node_network_transmit_queue_length{device="br-1bbaefef2386"} 0 node_network_transmit_queue_length{device="br-24ffd3fd9ca5"} 0 node_network_transmit_queue_length{device="br-278db0f2c9c7"} 0 node_network_transmit_queue_length{device="br-48d2ec0361ca"} 0 node_network_transmit_queue_length{device="br-599d6734c2fc"} 0 node_network_transmit_queue_length{device="br-6060cef21372"} 0 node_network_transmit_queue_length{device="br-6aa64f02232e"} 0 node_network_transmit_queue_length{device="br-7a6a250a2423"} 0 node_network_transmit_queue_length{device="br-7c0ddbc35c4b"} 0 node_network_transmit_queue_length{device="br-7c59931b996a"} 0 node_network_transmit_queue_length{device="br-7c7969192da4"} 0 node_network_transmit_queue_length{device="br-7ea73a8967ca"} 0 node_network_transmit_queue_length{device="br-8a80573aa3f4"} 0 node_network_transmit_queue_length{device="br-8e9a44a15541"} 0 node_network_transmit_queue_length{device="br-8f1d6b7f40b5"} 0 node_network_transmit_queue_length{device="br-9d307a559a31"} 0 node_network_transmit_queue_length{device="br-a1720b39e617"} 0 node_network_transmit_queue_length{device="br-b0b31f1d3e17"} 0 node_network_transmit_queue_length{device="br-ce991edf3cf7"} 0 node_network_transmit_queue_length{device="br-e20fd8d6919c"} 0 node_network_transmit_queue_length{device="br-ec0c88b7ca47"} 0 node_network_transmit_queue_length{device="br-f8680471dce3"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="ens9f0np0"} 1000 node_network_transmit_queue_length{device="ens9f1np1"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth05a90bc"} 0 node_network_transmit_queue_length{device="veth150a5d1"} 0 node_network_transmit_queue_length{device="veth2611e5d"} 0 node_network_transmit_queue_length{device="veth2619b87"} 0 node_network_transmit_queue_length{device="veth2952273"} 0 node_network_transmit_queue_length{device="veth2e88039"} 0 node_network_transmit_queue_length{device="veth37ef7db"} 0 node_network_transmit_queue_length{device="veth3e22496"} 0 node_network_transmit_queue_length{device="veth4069670"} 0 node_network_transmit_queue_length{device="veth4e6a7e1"} 0 node_network_transmit_queue_length{device="veth51694ad"} 0 node_network_transmit_queue_length{device="veth55c1c72"} 0 node_network_transmit_queue_length{device="veth5821fd4"} 0 node_network_transmit_queue_length{device="veth5bbb667"} 0 node_network_transmit_queue_length{device="veth5c5f567"} 0 node_network_transmit_queue_length{device="veth7298a26"} 0 node_network_transmit_queue_length{device="veth797d40e"} 0 node_network_transmit_queue_length{device="veth7d8041b"} 0 node_network_transmit_queue_length{device="veth8013a83"} 0 node_network_transmit_queue_length{device="veth82bda7d"} 0 node_network_transmit_queue_length{device="veth863b1fc"} 0 node_network_transmit_queue_length{device="veth8f38f8a"} 0 node_network_transmit_queue_length{device="veth917fffb"} 0 node_network_transmit_queue_length{device="veth9554b89"} 0 node_network_transmit_queue_length{device="veth97a99d3"} 0 node_network_transmit_queue_length{device="veth9cb208e"} 0 node_network_transmit_queue_length{device="vethc38875c"} 0 node_network_transmit_queue_length{device="vethc7d4f95"} 0 node_network_transmit_queue_length{device="vethd2bb433"} 0 node_network_transmit_queue_length{device="vethd42b0ad"} 0 node_network_transmit_queue_length{device="vethd545339"} 0 node_network_transmit_queue_length{device="vethd6e5156"} 0 node_network_transmit_queue_length{device="vethdfa3443"} 0 node_network_transmit_queue_length{device="vethe8a2e21"} 0 node_network_transmit_queue_length{device="vethe9274ba"} 0 node_network_transmit_queue_length{device="vethefeca80"} 0 node_network_transmit_queue_length{device="vethf4f2ce2"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-02ad3feabf2a"} 1 node_network_up{device="br-0f9de042ae35"} 1 node_network_up{device="br-12d09c163020"} 1 node_network_up{device="br-1bbaefef2386"} 1 node_network_up{device="br-24ffd3fd9ca5"} 0 node_network_up{device="br-278db0f2c9c7"} 1 node_network_up{device="br-48d2ec0361ca"} 1 node_network_up{device="br-599d6734c2fc"} 1 node_network_up{device="br-6060cef21372"} 1 node_network_up{device="br-6aa64f02232e"} 0 node_network_up{device="br-7a6a250a2423"} 0 node_network_up{device="br-7c0ddbc35c4b"} 1 node_network_up{device="br-7c59931b996a"} 1 node_network_up{device="br-7c7969192da4"} 1 node_network_up{device="br-7ea73a8967ca"} 1 node_network_up{device="br-8a80573aa3f4"} 1 node_network_up{device="br-8e9a44a15541"} 1 node_network_up{device="br-8f1d6b7f40b5"} 1 node_network_up{device="br-9d307a559a31"} 1 node_network_up{device="br-a1720b39e617"} 1 node_network_up{device="br-b0b31f1d3e17"} 1 node_network_up{device="br-ce991edf3cf7"} 1 node_network_up{device="br-e20fd8d6919c"} 0 node_network_up{device="br-ec0c88b7ca47"} 1 node_network_up{device="br-f8680471dce3"} 1 node_network_up{device="docker0"} 1 node_network_up{device="ens9f0np0"} 0 node_network_up{device="ens9f1np1"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth05a90bc"} 1 node_network_up{device="veth150a5d1"} 1 node_network_up{device="veth2611e5d"} 1 node_network_up{device="veth2619b87"} 1 node_network_up{device="veth2952273"} 1 node_network_up{device="veth2e88039"} 1 node_network_up{device="veth37ef7db"} 1 node_network_up{device="veth3e22496"} 1 node_network_up{device="veth4069670"} 1 node_network_up{device="veth4e6a7e1"} 1 node_network_up{device="veth51694ad"} 1 node_network_up{device="veth55c1c72"} 1 node_network_up{device="veth5821fd4"} 1 node_network_up{device="veth5bbb667"} 1 node_network_up{device="veth5c5f567"} 1 node_network_up{device="veth7298a26"} 1 node_network_up{device="veth797d40e"} 1 node_network_up{device="veth7d8041b"} 1 node_network_up{device="veth8013a83"} 1 node_network_up{device="veth82bda7d"} 1 node_network_up{device="veth863b1fc"} 1 node_network_up{device="veth8f38f8a"} 1 node_network_up{device="veth917fffb"} 1 node_network_up{device="veth9554b89"} 1 node_network_up{device="veth97a99d3"} 1 node_network_up{device="veth9cb208e"} 1 node_network_up{device="vethc38875c"} 1 node_network_up{device="vethc7d4f95"} 1 node_network_up{device="vethd2bb433"} 1 node_network_up{device="vethd42b0ad"} 1 node_network_up{device="vethd545339"} 1 node_network_up{device="vethd6e5156"} 1 node_network_up{device="vethdfa3443"} 1 node_network_up{device="vethe8a2e21"} 1 node_network_up{device="vethe9274ba"} 1 node_network_up{device="vethefeca80"} 1 node_network_up{device="vethf4f2ce2"} 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 4 # 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_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 20464.956269000002 # 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 492.73868 # 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 505.45201899999995 # 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 0.716236 # 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 0.720831 # 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 4 # 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"} 370441.910612667 node_schedstat_running_seconds_total{cpu="1"} 369288.651720627 node_schedstat_running_seconds_total{cpu="10"} 394105.995928413 node_schedstat_running_seconds_total{cpu="11"} 392986.491427129 node_schedstat_running_seconds_total{cpu="12"} 390171.065368905 node_schedstat_running_seconds_total{cpu="13"} 388154.070119949 node_schedstat_running_seconds_total{cpu="14"} 388563.975377481 node_schedstat_running_seconds_total{cpu="15"} 388112.782209095 node_schedstat_running_seconds_total{cpu="16"} 389429.245543117 node_schedstat_running_seconds_total{cpu="17"} 390432.631143961 node_schedstat_running_seconds_total{cpu="18"} 388336.244091518 node_schedstat_running_seconds_total{cpu="19"} 390350.678504972 node_schedstat_running_seconds_total{cpu="2"} 384995.238363039 node_schedstat_running_seconds_total{cpu="20"} 449747.514675828 node_schedstat_running_seconds_total{cpu="21"} 408904.805855993 node_schedstat_running_seconds_total{cpu="22"} 399780.455407175 node_schedstat_running_seconds_total{cpu="23"} 398191.191312375 node_schedstat_running_seconds_total{cpu="24"} 395029.590366816 node_schedstat_running_seconds_total{cpu="25"} 393784.0716691 node_schedstat_running_seconds_total{cpu="26"} 391667.354492926 node_schedstat_running_seconds_total{cpu="27"} 393481.371436011 node_schedstat_running_seconds_total{cpu="28"} 391716.918058533 node_schedstat_running_seconds_total{cpu="29"} 394888.677623281 node_schedstat_running_seconds_total{cpu="3"} 390963.160524028 node_schedstat_running_seconds_total{cpu="30"} 386779.470260278 node_schedstat_running_seconds_total{cpu="31"} 386293.779540724 node_schedstat_running_seconds_total{cpu="32"} 382214.092111652 node_schedstat_running_seconds_total{cpu="33"} 385060.491856421 node_schedstat_running_seconds_total{cpu="34"} 381471.036217995 node_schedstat_running_seconds_total{cpu="35"} 382919.512854809 node_schedstat_running_seconds_total{cpu="36"} 381281.290179637 node_schedstat_running_seconds_total{cpu="37"} 384361.502046611 node_schedstat_running_seconds_total{cpu="38"} 383070.057529001 node_schedstat_running_seconds_total{cpu="39"} 385136.430883865 node_schedstat_running_seconds_total{cpu="4"} 389899.149856958 node_schedstat_running_seconds_total{cpu="40"} 389522.677936173 node_schedstat_running_seconds_total{cpu="41"} 370468.495728746 node_schedstat_running_seconds_total{cpu="42"} 355557.413871004 node_schedstat_running_seconds_total{cpu="43"} 351216.856053532 node_schedstat_running_seconds_total{cpu="44"} 347231.526601708 node_schedstat_running_seconds_total{cpu="45"} 346931.581979328 node_schedstat_running_seconds_total{cpu="46"} 344759.400178099 node_schedstat_running_seconds_total{cpu="47"} 345015.191472924 node_schedstat_running_seconds_total{cpu="48"} 345069.955549687 node_schedstat_running_seconds_total{cpu="49"} 347362.504025162 node_schedstat_running_seconds_total{cpu="5"} 391948.108243593 node_schedstat_running_seconds_total{cpu="50"} 350404.08784662 node_schedstat_running_seconds_total{cpu="51"} 350870.250968622 node_schedstat_running_seconds_total{cpu="52"} 349140.358451087 node_schedstat_running_seconds_total{cpu="53"} 347886.119919916 node_schedstat_running_seconds_total{cpu="54"} 351521.604807275 node_schedstat_running_seconds_total{cpu="55"} 348601.363645197 node_schedstat_running_seconds_total{cpu="56"} 350162.236721684 node_schedstat_running_seconds_total{cpu="57"} 352108.941447045 node_schedstat_running_seconds_total{cpu="58"} 352179.354566842 node_schedstat_running_seconds_total{cpu="59"} 356337.51282914 node_schedstat_running_seconds_total{cpu="6"} 391003.201489511 node_schedstat_running_seconds_total{cpu="60"} 380089.66876184 node_schedstat_running_seconds_total{cpu="61"} 384349.478581388 node_schedstat_running_seconds_total{cpu="62"} 383919.496548563 node_schedstat_running_seconds_total{cpu="63"} 386903.36212064 node_schedstat_running_seconds_total{cpu="64"} 385323.272263989 node_schedstat_running_seconds_total{cpu="65"} 385886.681787107 node_schedstat_running_seconds_total{cpu="66"} 386367.585352186 node_schedstat_running_seconds_total{cpu="67"} 387807.349945872 node_schedstat_running_seconds_total{cpu="68"} 386314.101049598 node_schedstat_running_seconds_total{cpu="69"} 389983.943892994 node_schedstat_running_seconds_total{cpu="7"} 396323.5317097 node_schedstat_running_seconds_total{cpu="70"} 393964.808221952 node_schedstat_running_seconds_total{cpu="71"} 394876.787527867 node_schedstat_running_seconds_total{cpu="72"} 391873.669087708 node_schedstat_running_seconds_total{cpu="73"} 395524.207497298 node_schedstat_running_seconds_total{cpu="74"} 392220.032147032 node_schedstat_running_seconds_total{cpu="75"} 394122.31099203 node_schedstat_running_seconds_total{cpu="76"} 392596.168008452 node_schedstat_running_seconds_total{cpu="77"} 395831.166534258 node_schedstat_running_seconds_total{cpu="78"} 395109.880180143 node_schedstat_running_seconds_total{cpu="79"} 398235.138171338 node_schedstat_running_seconds_total{cpu="8"} 392397.246435152 node_schedstat_running_seconds_total{cpu="9"} 393681.273038544 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.036727112e+09 node_schedstat_timeslices_total{cpu="1"} 2.126618477e+09 node_schedstat_timeslices_total{cpu="10"} 2.260473667e+09 node_schedstat_timeslices_total{cpu="11"} 2.20183094e+09 node_schedstat_timeslices_total{cpu="12"} 2.180692201e+09 node_schedstat_timeslices_total{cpu="13"} 2.168884551e+09 node_schedstat_timeslices_total{cpu="14"} 2.137226677e+09 node_schedstat_timeslices_total{cpu="15"} 2.129978884e+09 node_schedstat_timeslices_total{cpu="16"} 2.101572125e+09 node_schedstat_timeslices_total{cpu="17"} 2.080518976e+09 node_schedstat_timeslices_total{cpu="18"} 2.08458161e+09 node_schedstat_timeslices_total{cpu="19"} 2.068754146e+09 node_schedstat_timeslices_total{cpu="2"} 2.174939199e+09 node_schedstat_timeslices_total{cpu="20"} 2.62665142e+09 node_schedstat_timeslices_total{cpu="21"} 2.728929245e+09 node_schedstat_timeslices_total{cpu="22"} 2.781227407e+09 node_schedstat_timeslices_total{cpu="23"} 2.79062864e+09 node_schedstat_timeslices_total{cpu="24"} 2.819253133e+09 node_schedstat_timeslices_total{cpu="25"} 2.828611893e+09 node_schedstat_timeslices_total{cpu="26"} 2.846287456e+09 node_schedstat_timeslices_total{cpu="27"} 2.841938897e+09 node_schedstat_timeslices_total{cpu="28"} 2.855123364e+09 node_schedstat_timeslices_total{cpu="29"} 2.841800204e+09 node_schedstat_timeslices_total{cpu="3"} 2.190928639e+09 node_schedstat_timeslices_total{cpu="30"} 2.842806004e+09 node_schedstat_timeslices_total{cpu="31"} 2.78738252e+09 node_schedstat_timeslices_total{cpu="32"} 2.793975143e+09 node_schedstat_timeslices_total{cpu="33"} 2.74923021e+09 node_schedstat_timeslices_total{cpu="34"} 2.752518232e+09 node_schedstat_timeslices_total{cpu="35"} 2.726917303e+09 node_schedstat_timeslices_total{cpu="36"} 2.728469603e+09 node_schedstat_timeslices_total{cpu="37"} 2.702573984e+09 node_schedstat_timeslices_total{cpu="38"} 2.718609108e+09 node_schedstat_timeslices_total{cpu="39"} 2.704585171e+09 node_schedstat_timeslices_total{cpu="4"} 2.229828512e+09 node_schedstat_timeslices_total{cpu="40"} 2.033656988e+09 node_schedstat_timeslices_total{cpu="41"} 2.04711881e+09 node_schedstat_timeslices_total{cpu="42"} 2.039994237e+09 node_schedstat_timeslices_total{cpu="43"} 2.023727311e+09 node_schedstat_timeslices_total{cpu="44"} 2.030720659e+09 node_schedstat_timeslices_total{cpu="45"} 2.022302515e+09 node_schedstat_timeslices_total{cpu="46"} 2.031126511e+09 node_schedstat_timeslices_total{cpu="47"} 2.016131489e+09 node_schedstat_timeslices_total{cpu="48"} 2.028868557e+09 node_schedstat_timeslices_total{cpu="49"} 2.027468941e+09 node_schedstat_timeslices_total{cpu="5"} 2.243073983e+09 node_schedstat_timeslices_total{cpu="50"} 2.036506729e+09 node_schedstat_timeslices_total{cpu="51"} 2.024724713e+09 node_schedstat_timeslices_total{cpu="52"} 2.036971949e+09 node_schedstat_timeslices_total{cpu="53"} 2.047937506e+09 node_schedstat_timeslices_total{cpu="54"} 2.051844066e+09 node_schedstat_timeslices_total{cpu="55"} 2.045737462e+09 node_schedstat_timeslices_total{cpu="56"} 2.034544969e+09 node_schedstat_timeslices_total{cpu="57"} 2.031124641e+09 node_schedstat_timeslices_total{cpu="58"} 2.051451704e+09 node_schedstat_timeslices_total{cpu="59"} 2.058017445e+09 node_schedstat_timeslices_total{cpu="6"} 2.261404604e+09 node_schedstat_timeslices_total{cpu="60"} 2.683796951e+09 node_schedstat_timeslices_total{cpu="61"} 2.697976343e+09 node_schedstat_timeslices_total{cpu="62"} 2.7055091e+09 node_schedstat_timeslices_total{cpu="63"} 2.689764332e+09 node_schedstat_timeslices_total{cpu="64"} 2.695210249e+09 node_schedstat_timeslices_total{cpu="65"} 2.695816471e+09 node_schedstat_timeslices_total{cpu="66"} 2.712813873e+09 node_schedstat_timeslices_total{cpu="67"} 2.691109551e+09 node_schedstat_timeslices_total{cpu="68"} 2.702933493e+09 node_schedstat_timeslices_total{cpu="69"} 2.691744138e+09 node_schedstat_timeslices_total{cpu="7"} 2.241608751e+09 node_schedstat_timeslices_total{cpu="70"} 2.679344103e+09 node_schedstat_timeslices_total{cpu="71"} 2.665271415e+09 node_schedstat_timeslices_total{cpu="72"} 2.701835142e+09 node_schedstat_timeslices_total{cpu="73"} 2.674747949e+09 node_schedstat_timeslices_total{cpu="74"} 2.693570974e+09 node_schedstat_timeslices_total{cpu="75"} 2.674685175e+09 node_schedstat_timeslices_total{cpu="76"} 2.678797312e+09 node_schedstat_timeslices_total{cpu="77"} 2.652755955e+09 node_schedstat_timeslices_total{cpu="78"} 2.667640722e+09 node_schedstat_timeslices_total{cpu="79"} 2.654775651e+09 node_schedstat_timeslices_total{cpu="8"} 2.264487943e+09 node_schedstat_timeslices_total{cpu="9"} 2.267044031e+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"} 11176.033679914 node_schedstat_waiting_seconds_total{cpu="1"} 5387.543860783 node_schedstat_waiting_seconds_total{cpu="10"} 5272.47868966 node_schedstat_waiting_seconds_total{cpu="11"} 5168.782784528 node_schedstat_waiting_seconds_total{cpu="12"} 5248.550126059 node_schedstat_waiting_seconds_total{cpu="13"} 5058.370116696 node_schedstat_waiting_seconds_total{cpu="14"} 5082.084630495 node_schedstat_waiting_seconds_total{cpu="15"} 10624.270371796 node_schedstat_waiting_seconds_total{cpu="16"} 5137.941018437 node_schedstat_waiting_seconds_total{cpu="17"} 5392.246507357 node_schedstat_waiting_seconds_total{cpu="18"} 5077.862037797 node_schedstat_waiting_seconds_total{cpu="19"} 5098.430062292 node_schedstat_waiting_seconds_total{cpu="2"} 5454.657346285 node_schedstat_waiting_seconds_total{cpu="20"} 6061.620201353 node_schedstat_waiting_seconds_total{cpu="21"} 5284.311439213 node_schedstat_waiting_seconds_total{cpu="22"} 5191.994888146 node_schedstat_waiting_seconds_total{cpu="23"} 5163.994778364 node_schedstat_waiting_seconds_total{cpu="24"} 5132.157619256 node_schedstat_waiting_seconds_total{cpu="25"} 5140.136898473 node_schedstat_waiting_seconds_total{cpu="26"} 6841.226067281 node_schedstat_waiting_seconds_total{cpu="27"} 5076.16412741 node_schedstat_waiting_seconds_total{cpu="28"} 5070.930402119 node_schedstat_waiting_seconds_total{cpu="29"} 5118.872117412 node_schedstat_waiting_seconds_total{cpu="3"} 5278.993944793 node_schedstat_waiting_seconds_total{cpu="30"} 4981.569521104 node_schedstat_waiting_seconds_total{cpu="31"} 5006.83579914 node_schedstat_waiting_seconds_total{cpu="32"} 4919.822186007 node_schedstat_waiting_seconds_total{cpu="33"} 5281.090067055 node_schedstat_waiting_seconds_total{cpu="34"} 5041.707043343 node_schedstat_waiting_seconds_total{cpu="35"} 4962.927233603 node_schedstat_waiting_seconds_total{cpu="36"} 4924.414400913 node_schedstat_waiting_seconds_total{cpu="37"} 4988.940581657 node_schedstat_waiting_seconds_total{cpu="38"} 5415.962742033 node_schedstat_waiting_seconds_total{cpu="39"} 5361.522632457 node_schedstat_waiting_seconds_total{cpu="4"} 5133.701700101 node_schedstat_waiting_seconds_total{cpu="40"} 4880.402916802 node_schedstat_waiting_seconds_total{cpu="41"} 4851.038081202 node_schedstat_waiting_seconds_total{cpu="42"} 4623.123613563 node_schedstat_waiting_seconds_total{cpu="43"} 4618.134775964 node_schedstat_waiting_seconds_total{cpu="44"} 4809.128668747 node_schedstat_waiting_seconds_total{cpu="45"} 4684.857856902 node_schedstat_waiting_seconds_total{cpu="46"} 6313.225051631 node_schedstat_waiting_seconds_total{cpu="47"} 4555.476142786 node_schedstat_waiting_seconds_total{cpu="48"} 4518.054006023 node_schedstat_waiting_seconds_total{cpu="49"} 4646.902936952 node_schedstat_waiting_seconds_total{cpu="5"} 5136.01154838 node_schedstat_waiting_seconds_total{cpu="50"} 4573.522090243 node_schedstat_waiting_seconds_total{cpu="51"} 4577.4867365 node_schedstat_waiting_seconds_total{cpu="52"} 4561.873754635 node_schedstat_waiting_seconds_total{cpu="53"} 4537.211343375 node_schedstat_waiting_seconds_total{cpu="54"} 4642.752313434 node_schedstat_waiting_seconds_total{cpu="55"} 6372.900157522 node_schedstat_waiting_seconds_total{cpu="56"} 4691.332933186 node_schedstat_waiting_seconds_total{cpu="57"} 4597.877706401 node_schedstat_waiting_seconds_total{cpu="58"} 4586.946582079 node_schedstat_waiting_seconds_total{cpu="59"} 4624.514702018 node_schedstat_waiting_seconds_total{cpu="6"} 5071.628106018 node_schedstat_waiting_seconds_total{cpu="60"} 5249.120862471 node_schedstat_waiting_seconds_total{cpu="61"} 5001.30678647 node_schedstat_waiting_seconds_total{cpu="62"} 4939.049303245 node_schedstat_waiting_seconds_total{cpu="63"} 4999.194649376 node_schedstat_waiting_seconds_total{cpu="64"} 5069.5707537 node_schedstat_waiting_seconds_total{cpu="65"} 5080.806925967 node_schedstat_waiting_seconds_total{cpu="66"} 5760.696072613 node_schedstat_waiting_seconds_total{cpu="67"} 5025.749950355 node_schedstat_waiting_seconds_total{cpu="68"} 4979.39139948 node_schedstat_waiting_seconds_total{cpu="69"} 5068.790475928 node_schedstat_waiting_seconds_total{cpu="7"} 5441.562366936 node_schedstat_waiting_seconds_total{cpu="70"} 5346.125530948 node_schedstat_waiting_seconds_total{cpu="71"} 5365.17802766 node_schedstat_waiting_seconds_total{cpu="72"} 5338.860577322 node_schedstat_waiting_seconds_total{cpu="73"} 5559.098870462 node_schedstat_waiting_seconds_total{cpu="74"} 5316.675495478 node_schedstat_waiting_seconds_total{cpu="75"} 5390.977896247 node_schedstat_waiting_seconds_total{cpu="76"} 5307.549557789 node_schedstat_waiting_seconds_total{cpu="77"} 5369.075326043 node_schedstat_waiting_seconds_total{cpu="78"} 5577.559034114 node_schedstat_waiting_seconds_total{cpu="79"} 5492.669600128 node_schedstat_waiting_seconds_total{cpu="8"} 5235.692586569 node_schedstat_waiting_seconds_total{cpu="9"} 5215.65925915 # 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.014780304 node_scrape_collector_duration_seconds{collector="bcache"} 1.2331e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.8616e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.022979646 node_scrape_collector_duration_seconds{collector="conntrack"} 0.00016543 node_scrape_collector_duration_seconds{collector="cpu"} 0.028145706 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000581278 node_scrape_collector_duration_seconds{collector="diskstats"} 0.024852156 node_scrape_collector_duration_seconds{collector="dmi"} 4.5257e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.001668973 node_scrape_collector_duration_seconds{collector="entropy"} 0.02866349 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.5716e-05 node_scrape_collector_duration_seconds{collector="filefd"} 6.6205e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.028064155 node_scrape_collector_duration_seconds{collector="hwmon"} 0.077039652 node_scrape_collector_duration_seconds{collector="infiniband"} 2.2011e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 4.9872e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 9.628e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 6.6792e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.017604224 node_scrape_collector_duration_seconds{collector="netclass"} 0.097532503 node_scrape_collector_duration_seconds{collector="netdev"} 0.000431055 node_scrape_collector_duration_seconds{collector="netstat"} 0.030838217 node_scrape_collector_duration_seconds{collector="nfs"} 3.4994e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.4891e-05 node_scrape_collector_duration_seconds{collector="nvme"} 4.9575e-05 node_scrape_collector_duration_seconds{collector="os"} 4.96e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 7.3322e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000502193 node_scrape_collector_duration_seconds{collector="rapl"} 0.00056577 node_scrape_collector_duration_seconds{collector="schedstat"} 0.09335174 node_scrape_collector_duration_seconds{collector="selinux"} 4.72e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000341944 node_scrape_collector_duration_seconds{collector="softnet"} 0.001406106 node_scrape_collector_duration_seconds{collector="stat"} 0.001685173 node_scrape_collector_duration_seconds{collector="tapestats"} 3.1009e-05 node_scrape_collector_duration_seconds{collector="textfile"} 7.9982e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.018177427 node_scrape_collector_duration_seconds{collector="time"} 0.017604238 node_scrape_collector_duration_seconds{collector="timex"} 4.3205e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.022834103 node_scrape_collector_duration_seconds{collector="uname"} 2.5176e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.023239292 node_scrape_collector_duration_seconds{collector="watchdog"} 7.8061e-05 node_scrape_collector_duration_seconds{collector="xfs"} 2.1968e-05 node_scrape_collector_duration_seconds{collector="zfs"} 7.7251e-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"} 0 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 3 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 20938 # 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 2690 # 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 1.101824e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 23 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 2 # 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 1961 # 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 8.032256e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 6 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 0 node_softnet_backlog_len{cpu="24"} 0 node_softnet_backlog_len{cpu="25"} 0 node_softnet_backlog_len{cpu="26"} 0 node_softnet_backlog_len{cpu="27"} 0 node_softnet_backlog_len{cpu="28"} 0 node_softnet_backlog_len{cpu="29"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="30"} 0 node_softnet_backlog_len{cpu="31"} 0 node_softnet_backlog_len{cpu="32"} 0 node_softnet_backlog_len{cpu="33"} 0 node_softnet_backlog_len{cpu="34"} 0 node_softnet_backlog_len{cpu="35"} 0 node_softnet_backlog_len{cpu="36"} 0 node_softnet_backlog_len{cpu="37"} 0 node_softnet_backlog_len{cpu="38"} 0 node_softnet_backlog_len{cpu="39"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="40"} 0 node_softnet_backlog_len{cpu="41"} 0 node_softnet_backlog_len{cpu="42"} 0 node_softnet_backlog_len{cpu="43"} 0 node_softnet_backlog_len{cpu="44"} 0 node_softnet_backlog_len{cpu="45"} 0 node_softnet_backlog_len{cpu="46"} 0 node_softnet_backlog_len{cpu="47"} 0 node_softnet_backlog_len{cpu="48"} 0 node_softnet_backlog_len{cpu="49"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="50"} 0 node_softnet_backlog_len{cpu="51"} 0 node_softnet_backlog_len{cpu="52"} 0 node_softnet_backlog_len{cpu="53"} 0 node_softnet_backlog_len{cpu="54"} 0 node_softnet_backlog_len{cpu="55"} 0 node_softnet_backlog_len{cpu="56"} 0 node_softnet_backlog_len{cpu="57"} 0 node_softnet_backlog_len{cpu="58"} 0 node_softnet_backlog_len{cpu="59"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="60"} 0 node_softnet_backlog_len{cpu="61"} 0 node_softnet_backlog_len{cpu="62"} 0 node_softnet_backlog_len{cpu="63"} 0 node_softnet_backlog_len{cpu="64"} 0 node_softnet_backlog_len{cpu="65"} 0 node_softnet_backlog_len{cpu="66"} 0 node_softnet_backlog_len{cpu="67"} 0 node_softnet_backlog_len{cpu="68"} 0 node_softnet_backlog_len{cpu="69"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="70"} 0 node_softnet_backlog_len{cpu="71"} 0 node_softnet_backlog_len{cpu="72"} 0 node_softnet_backlog_len{cpu="73"} 0 node_softnet_backlog_len{cpu="74"} 0 node_softnet_backlog_len{cpu="75"} 0 node_softnet_backlog_len{cpu="76"} 0 node_softnet_backlog_len{cpu="77"} 0 node_softnet_backlog_len{cpu="78"} 0 node_softnet_backlog_len{cpu="79"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 0 node_softnet_cpu_collision_total{cpu="24"} 0 node_softnet_cpu_collision_total{cpu="25"} 0 node_softnet_cpu_collision_total{cpu="26"} 0 node_softnet_cpu_collision_total{cpu="27"} 0 node_softnet_cpu_collision_total{cpu="28"} 0 node_softnet_cpu_collision_total{cpu="29"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="30"} 0 node_softnet_cpu_collision_total{cpu="31"} 0 node_softnet_cpu_collision_total{cpu="32"} 0 node_softnet_cpu_collision_total{cpu="33"} 0 node_softnet_cpu_collision_total{cpu="34"} 0 node_softnet_cpu_collision_total{cpu="35"} 0 node_softnet_cpu_collision_total{cpu="36"} 0 node_softnet_cpu_collision_total{cpu="37"} 0 node_softnet_cpu_collision_total{cpu="38"} 0 node_softnet_cpu_collision_total{cpu="39"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="40"} 0 node_softnet_cpu_collision_total{cpu="41"} 0 node_softnet_cpu_collision_total{cpu="42"} 0 node_softnet_cpu_collision_total{cpu="43"} 0 node_softnet_cpu_collision_total{cpu="44"} 0 node_softnet_cpu_collision_total{cpu="45"} 0 node_softnet_cpu_collision_total{cpu="46"} 0 node_softnet_cpu_collision_total{cpu="47"} 0 node_softnet_cpu_collision_total{cpu="48"} 0 node_softnet_cpu_collision_total{cpu="49"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="50"} 0 node_softnet_cpu_collision_total{cpu="51"} 0 node_softnet_cpu_collision_total{cpu="52"} 0 node_softnet_cpu_collision_total{cpu="53"} 0 node_softnet_cpu_collision_total{cpu="54"} 0 node_softnet_cpu_collision_total{cpu="55"} 0 node_softnet_cpu_collision_total{cpu="56"} 0 node_softnet_cpu_collision_total{cpu="57"} 0 node_softnet_cpu_collision_total{cpu="58"} 0 node_softnet_cpu_collision_total{cpu="59"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="60"} 0 node_softnet_cpu_collision_total{cpu="61"} 0 node_softnet_cpu_collision_total{cpu="62"} 0 node_softnet_cpu_collision_total{cpu="63"} 0 node_softnet_cpu_collision_total{cpu="64"} 0 node_softnet_cpu_collision_total{cpu="65"} 0 node_softnet_cpu_collision_total{cpu="66"} 0 node_softnet_cpu_collision_total{cpu="67"} 0 node_softnet_cpu_collision_total{cpu="68"} 0 node_softnet_cpu_collision_total{cpu="69"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="70"} 0 node_softnet_cpu_collision_total{cpu="71"} 0 node_softnet_cpu_collision_total{cpu="72"} 0 node_softnet_cpu_collision_total{cpu="73"} 0 node_softnet_cpu_collision_total{cpu="74"} 0 node_softnet_cpu_collision_total{cpu="75"} 0 node_softnet_cpu_collision_total{cpu="76"} 0 node_softnet_cpu_collision_total{cpu="77"} 0 node_softnet_cpu_collision_total{cpu="78"} 0 node_softnet_cpu_collision_total{cpu="79"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="20"} 0 node_softnet_dropped_total{cpu="21"} 0 node_softnet_dropped_total{cpu="22"} 0 node_softnet_dropped_total{cpu="23"} 0 node_softnet_dropped_total{cpu="24"} 0 node_softnet_dropped_total{cpu="25"} 0 node_softnet_dropped_total{cpu="26"} 0 node_softnet_dropped_total{cpu="27"} 0 node_softnet_dropped_total{cpu="28"} 0 node_softnet_dropped_total{cpu="29"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="30"} 0 node_softnet_dropped_total{cpu="31"} 0 node_softnet_dropped_total{cpu="32"} 0 node_softnet_dropped_total{cpu="33"} 0 node_softnet_dropped_total{cpu="34"} 0 node_softnet_dropped_total{cpu="35"} 0 node_softnet_dropped_total{cpu="36"} 0 node_softnet_dropped_total{cpu="37"} 0 node_softnet_dropped_total{cpu="38"} 0 node_softnet_dropped_total{cpu="39"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="40"} 0 node_softnet_dropped_total{cpu="41"} 0 node_softnet_dropped_total{cpu="42"} 0 node_softnet_dropped_total{cpu="43"} 0 node_softnet_dropped_total{cpu="44"} 0 node_softnet_dropped_total{cpu="45"} 0 node_softnet_dropped_total{cpu="46"} 0 node_softnet_dropped_total{cpu="47"} 0 node_softnet_dropped_total{cpu="48"} 0 node_softnet_dropped_total{cpu="49"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="50"} 0 node_softnet_dropped_total{cpu="51"} 0 node_softnet_dropped_total{cpu="52"} 0 node_softnet_dropped_total{cpu="53"} 0 node_softnet_dropped_total{cpu="54"} 0 node_softnet_dropped_total{cpu="55"} 0 node_softnet_dropped_total{cpu="56"} 0 node_softnet_dropped_total{cpu="57"} 0 node_softnet_dropped_total{cpu="58"} 0 node_softnet_dropped_total{cpu="59"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="60"} 0 node_softnet_dropped_total{cpu="61"} 0 node_softnet_dropped_total{cpu="62"} 0 node_softnet_dropped_total{cpu="63"} 0 node_softnet_dropped_total{cpu="64"} 0 node_softnet_dropped_total{cpu="65"} 0 node_softnet_dropped_total{cpu="66"} 0 node_softnet_dropped_total{cpu="67"} 0 node_softnet_dropped_total{cpu="68"} 0 node_softnet_dropped_total{cpu="69"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="70"} 0 node_softnet_dropped_total{cpu="71"} 0 node_softnet_dropped_total{cpu="72"} 0 node_softnet_dropped_total{cpu="73"} 0 node_softnet_dropped_total{cpu="74"} 0 node_softnet_dropped_total{cpu="75"} 0 node_softnet_dropped_total{cpu="76"} 0 node_softnet_dropped_total{cpu="77"} 0 node_softnet_dropped_total{cpu="78"} 0 node_softnet_dropped_total{cpu="79"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="20"} 0 node_softnet_flow_limit_count_total{cpu="21"} 0 node_softnet_flow_limit_count_total{cpu="22"} 0 node_softnet_flow_limit_count_total{cpu="23"} 0 node_softnet_flow_limit_count_total{cpu="24"} 0 node_softnet_flow_limit_count_total{cpu="25"} 0 node_softnet_flow_limit_count_total{cpu="26"} 0 node_softnet_flow_limit_count_total{cpu="27"} 0 node_softnet_flow_limit_count_total{cpu="28"} 0 node_softnet_flow_limit_count_total{cpu="29"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="30"} 0 node_softnet_flow_limit_count_total{cpu="31"} 0 node_softnet_flow_limit_count_total{cpu="32"} 0 node_softnet_flow_limit_count_total{cpu="33"} 0 node_softnet_flow_limit_count_total{cpu="34"} 0 node_softnet_flow_limit_count_total{cpu="35"} 0 node_softnet_flow_limit_count_total{cpu="36"} 0 node_softnet_flow_limit_count_total{cpu="37"} 0 node_softnet_flow_limit_count_total{cpu="38"} 0 node_softnet_flow_limit_count_total{cpu="39"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="40"} 0 node_softnet_flow_limit_count_total{cpu="41"} 0 node_softnet_flow_limit_count_total{cpu="42"} 0 node_softnet_flow_limit_count_total{cpu="43"} 0 node_softnet_flow_limit_count_total{cpu="44"} 0 node_softnet_flow_limit_count_total{cpu="45"} 0 node_softnet_flow_limit_count_total{cpu="46"} 0 node_softnet_flow_limit_count_total{cpu="47"} 0 node_softnet_flow_limit_count_total{cpu="48"} 0 node_softnet_flow_limit_count_total{cpu="49"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="50"} 0 node_softnet_flow_limit_count_total{cpu="51"} 0 node_softnet_flow_limit_count_total{cpu="52"} 0 node_softnet_flow_limit_count_total{cpu="53"} 0 node_softnet_flow_limit_count_total{cpu="54"} 0 node_softnet_flow_limit_count_total{cpu="55"} 0 node_softnet_flow_limit_count_total{cpu="56"} 0 node_softnet_flow_limit_count_total{cpu="57"} 0 node_softnet_flow_limit_count_total{cpu="58"} 0 node_softnet_flow_limit_count_total{cpu="59"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="60"} 0 node_softnet_flow_limit_count_total{cpu="61"} 0 node_softnet_flow_limit_count_total{cpu="62"} 0 node_softnet_flow_limit_count_total{cpu="63"} 0 node_softnet_flow_limit_count_total{cpu="64"} 0 node_softnet_flow_limit_count_total{cpu="65"} 0 node_softnet_flow_limit_count_total{cpu="66"} 0 node_softnet_flow_limit_count_total{cpu="67"} 0 node_softnet_flow_limit_count_total{cpu="68"} 0 node_softnet_flow_limit_count_total{cpu="69"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="70"} 0 node_softnet_flow_limit_count_total{cpu="71"} 0 node_softnet_flow_limit_count_total{cpu="72"} 0 node_softnet_flow_limit_count_total{cpu="73"} 0 node_softnet_flow_limit_count_total{cpu="74"} 0 node_softnet_flow_limit_count_total{cpu="75"} 0 node_softnet_flow_limit_count_total{cpu="76"} 0 node_softnet_flow_limit_count_total{cpu="77"} 0 node_softnet_flow_limit_count_total{cpu="78"} 0 node_softnet_flow_limit_count_total{cpu="79"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 5.83373771e+08 node_softnet_processed_total{cpu="1"} 1.059535022e+09 node_softnet_processed_total{cpu="10"} 1.70901747e+09 node_softnet_processed_total{cpu="11"} 1.702443007e+09 node_softnet_processed_total{cpu="12"} 1.695459484e+09 node_softnet_processed_total{cpu="13"} 1.681454033e+09 node_softnet_processed_total{cpu="14"} 1.705152834e+09 node_softnet_processed_total{cpu="15"} 1.676503778e+09 node_softnet_processed_total{cpu="16"} 1.712726308e+09 node_softnet_processed_total{cpu="17"} 1.691712269e+09 node_softnet_processed_total{cpu="18"} 1.695281207e+09 node_softnet_processed_total{cpu="19"} 1.683872777e+09 node_softnet_processed_total{cpu="2"} 1.757136889e+09 node_softnet_processed_total{cpu="20"} 8.37453311e+08 node_softnet_processed_total{cpu="21"} 6.89019544e+08 node_softnet_processed_total{cpu="22"} 6.4080526e+08 node_softnet_processed_total{cpu="23"} 6.07109644e+08 node_softnet_processed_total{cpu="24"} 5.77477004e+08 node_softnet_processed_total{cpu="25"} 5.68959503e+08 node_softnet_processed_total{cpu="26"} 5.56253486e+08 node_softnet_processed_total{cpu="27"} 5.36430091e+08 node_softnet_processed_total{cpu="28"} 5.32601836e+08 node_softnet_processed_total{cpu="29"} 5.23601363e+08 node_softnet_processed_total{cpu="3"} 1.789301722e+09 node_softnet_processed_total{cpu="30"} 5.1066303e+08 node_softnet_processed_total{cpu="31"} 4.99870009e+08 node_softnet_processed_total{cpu="32"} 5.06782072e+08 node_softnet_processed_total{cpu="33"} 4.96833508e+08 node_softnet_processed_total{cpu="34"} 4.98864145e+08 node_softnet_processed_total{cpu="35"} 4.92818614e+08 node_softnet_processed_total{cpu="36"} 4.9414674e+08 node_softnet_processed_total{cpu="37"} 4.85961229e+08 node_softnet_processed_total{cpu="38"} 4.8382931e+08 node_softnet_processed_total{cpu="39"} 4.82101793e+08 node_softnet_processed_total{cpu="4"} 1.773194541e+09 node_softnet_processed_total{cpu="40"} 1.700459474e+09 node_softnet_processed_total{cpu="41"} 1.240237602e+09 node_softnet_processed_total{cpu="42"} 1.056643015e+09 node_softnet_processed_total{cpu="43"} 1.007153738e+09 node_softnet_processed_total{cpu="44"} 9.99802411e+08 node_softnet_processed_total{cpu="45"} 9.77295956e+08 node_softnet_processed_total{cpu="46"} 8.93459898e+08 node_softnet_processed_total{cpu="47"} 8.82057538e+08 node_softnet_processed_total{cpu="48"} 8.57615635e+08 node_softnet_processed_total{cpu="49"} 8.44299568e+08 node_softnet_processed_total{cpu="5"} 1.754941391e+09 node_softnet_processed_total{cpu="50"} 8.52194871e+08 node_softnet_processed_total{cpu="51"} 8.25680673e+08 node_softnet_processed_total{cpu="52"} 8.20876165e+08 node_softnet_processed_total{cpu="53"} 8.11123401e+08 node_softnet_processed_total{cpu="54"} 8.32649902e+08 node_softnet_processed_total{cpu="55"} 8.06769179e+08 node_softnet_processed_total{cpu="56"} 7.95135712e+08 node_softnet_processed_total{cpu="57"} 7.90693834e+08 node_softnet_processed_total{cpu="58"} 7.85591559e+08 node_softnet_processed_total{cpu="59"} 7.87702044e+08 node_softnet_processed_total{cpu="6"} 1.752829985e+09 node_softnet_processed_total{cpu="60"} 4.79734409e+08 node_softnet_processed_total{cpu="61"} 4.81157272e+08 node_softnet_processed_total{cpu="62"} 4.84179868e+08 node_softnet_processed_total{cpu="63"} 4.80747498e+08 node_softnet_processed_total{cpu="64"} 4.9272731e+08 node_softnet_processed_total{cpu="65"} 4.87629903e+08 node_softnet_processed_total{cpu="66"} 4.85170225e+08 node_softnet_processed_total{cpu="67"} 4.84285545e+08 node_softnet_processed_total{cpu="68"} 4.83851566e+08 node_softnet_processed_total{cpu="69"} 4.80493396e+08 node_softnet_processed_total{cpu="7"} 1.726493191e+09 node_softnet_processed_total{cpu="70"} 4.70131358e+08 node_softnet_processed_total{cpu="71"} 4.69519894e+08 node_softnet_processed_total{cpu="72"} 4.76107994e+08 node_softnet_processed_total{cpu="73"} 4.72017299e+08 node_softnet_processed_total{cpu="74"} 4.74755664e+08 node_softnet_processed_total{cpu="75"} 4.72912623e+08 node_softnet_processed_total{cpu="76"} 4.7393859e+08 node_softnet_processed_total{cpu="77"} 4.66251395e+08 node_softnet_processed_total{cpu="78"} 4.67175559e+08 node_softnet_processed_total{cpu="79"} 4.59701977e+08 node_softnet_processed_total{cpu="8"} 1.727181214e+09 node_softnet_processed_total{cpu="9"} 1.715507531e+09 # 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"} 6 node_softnet_times_squeezed_total{cpu="1"} 307 node_softnet_times_squeezed_total{cpu="10"} 1578 node_softnet_times_squeezed_total{cpu="11"} 1491 node_softnet_times_squeezed_total{cpu="12"} 1644 node_softnet_times_squeezed_total{cpu="13"} 1432 node_softnet_times_squeezed_total{cpu="14"} 1656 node_softnet_times_squeezed_total{cpu="15"} 1486 node_softnet_times_squeezed_total{cpu="16"} 1666 node_softnet_times_squeezed_total{cpu="17"} 1519 node_softnet_times_squeezed_total{cpu="18"} 1564 node_softnet_times_squeezed_total{cpu="19"} 1675 node_softnet_times_squeezed_total{cpu="2"} 1340 node_softnet_times_squeezed_total{cpu="20"} 8 node_softnet_times_squeezed_total{cpu="21"} 35 node_softnet_times_squeezed_total{cpu="22"} 19 node_softnet_times_squeezed_total{cpu="23"} 48 node_softnet_times_squeezed_total{cpu="24"} 15 node_softnet_times_squeezed_total{cpu="25"} 24 node_softnet_times_squeezed_total{cpu="26"} 8 node_softnet_times_squeezed_total{cpu="27"} 5 node_softnet_times_squeezed_total{cpu="28"} 12 node_softnet_times_squeezed_total{cpu="29"} 10 node_softnet_times_squeezed_total{cpu="3"} 1497 node_softnet_times_squeezed_total{cpu="30"} 5 node_softnet_times_squeezed_total{cpu="31"} 4 node_softnet_times_squeezed_total{cpu="32"} 8 node_softnet_times_squeezed_total{cpu="33"} 6 node_softnet_times_squeezed_total{cpu="34"} 7 node_softnet_times_squeezed_total{cpu="35"} 4 node_softnet_times_squeezed_total{cpu="36"} 4 node_softnet_times_squeezed_total{cpu="37"} 2 node_softnet_times_squeezed_total{cpu="38"} 1 node_softnet_times_squeezed_total{cpu="39"} 5 node_softnet_times_squeezed_total{cpu="4"} 1342 node_softnet_times_squeezed_total{cpu="40"} 1522 node_softnet_times_squeezed_total{cpu="41"} 681 node_softnet_times_squeezed_total{cpu="42"} 177 node_softnet_times_squeezed_total{cpu="43"} 207 node_softnet_times_squeezed_total{cpu="44"} 193 node_softnet_times_squeezed_total{cpu="45"} 199 node_softnet_times_squeezed_total{cpu="46"} 161 node_softnet_times_squeezed_total{cpu="47"} 189 node_softnet_times_squeezed_total{cpu="48"} 226 node_softnet_times_squeezed_total{cpu="49"} 226 node_softnet_times_squeezed_total{cpu="5"} 1634 node_softnet_times_squeezed_total{cpu="50"} 238 node_softnet_times_squeezed_total{cpu="51"} 170 node_softnet_times_squeezed_total{cpu="52"} 219 node_softnet_times_squeezed_total{cpu="53"} 198 node_softnet_times_squeezed_total{cpu="54"} 211 node_softnet_times_squeezed_total{cpu="55"} 205 node_softnet_times_squeezed_total{cpu="56"} 224 node_softnet_times_squeezed_total{cpu="57"} 208 node_softnet_times_squeezed_total{cpu="58"} 213 node_softnet_times_squeezed_total{cpu="59"} 218 node_softnet_times_squeezed_total{cpu="6"} 1390 node_softnet_times_squeezed_total{cpu="60"} 4 node_softnet_times_squeezed_total{cpu="61"} 5 node_softnet_times_squeezed_total{cpu="62"} 5 node_softnet_times_squeezed_total{cpu="63"} 12 node_softnet_times_squeezed_total{cpu="64"} 2 node_softnet_times_squeezed_total{cpu="65"} 4 node_softnet_times_squeezed_total{cpu="66"} 4 node_softnet_times_squeezed_total{cpu="67"} 3 node_softnet_times_squeezed_total{cpu="68"} 1 node_softnet_times_squeezed_total{cpu="69"} 4 node_softnet_times_squeezed_total{cpu="7"} 1570 node_softnet_times_squeezed_total{cpu="70"} 3 node_softnet_times_squeezed_total{cpu="71"} 6 node_softnet_times_squeezed_total{cpu="72"} 4 node_softnet_times_squeezed_total{cpu="73"} 1 node_softnet_times_squeezed_total{cpu="74"} 5 node_softnet_times_squeezed_total{cpu="75"} 7 node_softnet_times_squeezed_total{cpu="76"} 5 node_softnet_times_squeezed_total{cpu="77"} 4 node_softnet_times_squeezed_total{cpu="78"} 5 node_softnet_times_squeezed_total{cpu="79"} 4 node_softnet_times_squeezed_total{cpu="8"} 1624 node_softnet_times_squeezed_total{cpu="9"} 1679 # 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"} 36 node_thermal_zone_temp{type="x86_pkg_temp",zone="1"} 35 node_thermal_zone_temp{type="x86_pkg_temp",zone="2"} 36 # 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.7653277219451118e+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 16 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 2 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 16 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 64 # 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 0 # 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="c8aab501e2ec",release="6.14.0-29-generic",sysname="Linux",version="#29~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Aug 14 16:52:50 UTC 2"} 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 2.24181818809e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 42620 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 3.21752973e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.251251748e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 20 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 51495.1 # 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 3.48851229e+08 # 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 1.221558989e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.9709952e+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.75951311927e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273147392e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 387652 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0