# 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.4395e-05 go_gc_duration_seconds{quantile="0.25"} 4.1535e-05 go_gc_duration_seconds{quantile="0.5"} 5.3851e-05 go_gc_duration_seconds{quantile="0.75"} 7.2344e-05 go_gc_duration_seconds{quantile="1"} 0.00013589 go_gc_duration_seconds_sum 120.605208721 go_gc_duration_seconds_count 2.163205e+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 11 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 5.77188e+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 5.5660279516e+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.427656e+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 6.504535803e+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.434472e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 5.77188e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 8.577024e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 7.65952e+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 47435 # 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 7.028736e+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.6236544e+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.7698060625387511e+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 6.5045405465e+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 103040 # 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.82776e+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 539080 # 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 524288 # 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 524288 # 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 5.84410897699e+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"} 9.126209e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 216.75 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 4330.2 node_cpu_seconds_total{cpu="0",mode="softirq"} 44395.67 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 263798.3 node_cpu_seconds_total{cpu="0",mode="user"} 302882.02 node_cpu_seconds_total{cpu="1",mode="idle"} 1.047574828e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 251.43 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 6243.44 node_cpu_seconds_total{cpu="1",mode="softirq"} 36577.63 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 310918.21 node_cpu_seconds_total{cpu="1",mode="user"} 278504.3 node_cpu_seconds_total{cpu="10",mode="idle"} 1.073548844e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 281.71 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 5928.91 node_cpu_seconds_total{cpu="10",mode="softirq"} 51123.03 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 319850.75 node_cpu_seconds_total{cpu="10",mode="user"} 299529.29 node_cpu_seconds_total{cpu="11",mode="idle"} 1.073690084e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 283.19 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 5975.66 node_cpu_seconds_total{cpu="11",mode="softirq"} 51607.48 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 322796.13 node_cpu_seconds_total{cpu="11",mode="user"} 293923.14 node_cpu_seconds_total{cpu="12",mode="idle"} 1.074484321e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 281.86 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 5944.8 node_cpu_seconds_total{cpu="12",mode="softirq"} 50522.38 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 321542.18 node_cpu_seconds_total{cpu="12",mode="user"} 291831.71 node_cpu_seconds_total{cpu="13",mode="idle"} 1.075094557e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 279.15 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 6044.5 node_cpu_seconds_total{cpu="13",mode="softirq"} 49583.65 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 321336.11 node_cpu_seconds_total{cpu="13",mode="user"} 290061.64 node_cpu_seconds_total{cpu="14",mode="idle"} 1.074935472e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 277.57 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 6066.83 node_cpu_seconds_total{cpu="14",mode="softirq"} 50298.75 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 322788.27 node_cpu_seconds_total{cpu="14",mode="user"} 290780.79 node_cpu_seconds_total{cpu="15",mode="idle"} 1.075203777e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 288.02 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 6072.41 node_cpu_seconds_total{cpu="15",mode="softirq"} 49406.13 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 322579.33 node_cpu_seconds_total{cpu="15",mode="user"} 288626.93 node_cpu_seconds_total{cpu="16",mode="idle"} 1.074631276e+07 node_cpu_seconds_total{cpu="16",mode="iowait"} 275.23 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 6034.66 node_cpu_seconds_total{cpu="16",mode="softirq"} 49965.54 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 324064.48 node_cpu_seconds_total{cpu="16",mode="user"} 288911.62 node_cpu_seconds_total{cpu="17",mode="idle"} 1.074301843e+07 node_cpu_seconds_total{cpu="17",mode="iowait"} 283.99 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 5952.82 node_cpu_seconds_total{cpu="17",mode="softirq"} 50241.03 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 325819.72 node_cpu_seconds_total{cpu="17",mode="user"} 288757.85 node_cpu_seconds_total{cpu="18",mode="idle"} 1.075006581e+07 node_cpu_seconds_total{cpu="18",mode="iowait"} 287.38 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 6026.38 node_cpu_seconds_total{cpu="18",mode="softirq"} 49286.58 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 323710.45 node_cpu_seconds_total{cpu="18",mode="user"} 288703.27 node_cpu_seconds_total{cpu="19",mode="idle"} 1.074540366e+07 node_cpu_seconds_total{cpu="19",mode="iowait"} 277.79 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 6023.18 node_cpu_seconds_total{cpu="19",mode="softirq"} 49725.32 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 325367.78 node_cpu_seconds_total{cpu="19",mode="user"} 289039.59 node_cpu_seconds_total{cpu="2",mode="idle"} 1.064398926e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 289.67 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 5797.13 node_cpu_seconds_total{cpu="2",mode="softirq"} 54078.13 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 312529.77 node_cpu_seconds_total{cpu="2",mode="user"} 288508.68 node_cpu_seconds_total{cpu="20",mode="idle"} 1.068287626e+07 node_cpu_seconds_total{cpu="20",mode="iowait"} 318.79 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 3977.07 node_cpu_seconds_total{cpu="20",mode="softirq"} 23968.51 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 312414.77 node_cpu_seconds_total{cpu="20",mode="user"} 389964.42 node_cpu_seconds_total{cpu="21",mode="idle"} 1.07507202e+07 node_cpu_seconds_total{cpu="21",mode="iowait"} 231.46 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 4063.72 node_cpu_seconds_total{cpu="21",mode="softirq"} 17549.21 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 303925.61 node_cpu_seconds_total{cpu="21",mode="user"} 338918.07 node_cpu_seconds_total{cpu="22",mode="idle"} 1.076767705e+07 node_cpu_seconds_total{cpu="22",mode="iowait"} 211.58 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 4092.68 node_cpu_seconds_total{cpu="22",mode="softirq"} 16462.75 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 300815.26 node_cpu_seconds_total{cpu="22",mode="user"} 328161.16 node_cpu_seconds_total{cpu="23",mode="idle"} 1.076955253e+07 node_cpu_seconds_total{cpu="23",mode="iowait"} 196.65 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 4032.15 node_cpu_seconds_total{cpu="23",mode="softirq"} 16071.82 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 302473.37 node_cpu_seconds_total{cpu="23",mode="user"} 323039.24 node_cpu_seconds_total{cpu="24",mode="idle"} 1.077639143e+07 node_cpu_seconds_total{cpu="24",mode="iowait"} 199.77 node_cpu_seconds_total{cpu="24",mode="irq"} 0 node_cpu_seconds_total{cpu="24",mode="nice"} 4061.58 node_cpu_seconds_total{cpu="24",mode="softirq"} 15554.58 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 300989.56 node_cpu_seconds_total{cpu="24",mode="user"} 320540.8 node_cpu_seconds_total{cpu="25",mode="idle"} 1.077833197e+07 node_cpu_seconds_total{cpu="25",mode="iowait"} 194.69 node_cpu_seconds_total{cpu="25",mode="irq"} 0 node_cpu_seconds_total{cpu="25",mode="nice"} 4070.37 node_cpu_seconds_total{cpu="25",mode="softirq"} 15293.64 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 300915.4 node_cpu_seconds_total{cpu="25",mode="user"} 319190.51 node_cpu_seconds_total{cpu="26",mode="idle"} 1.078294054e+07 node_cpu_seconds_total{cpu="26",mode="iowait"} 192.1 node_cpu_seconds_total{cpu="26",mode="irq"} 0 node_cpu_seconds_total{cpu="26",mode="nice"} 4154.63 node_cpu_seconds_total{cpu="26",mode="softirq"} 14992.36 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 299341.13 node_cpu_seconds_total{cpu="26",mode="user"} 318288.91 node_cpu_seconds_total{cpu="27",mode="idle"} 1.077929849e+07 node_cpu_seconds_total{cpu="27",mode="iowait"} 194.03 node_cpu_seconds_total{cpu="27",mode="irq"} 0 node_cpu_seconds_total{cpu="27",mode="nice"} 4105.91 node_cpu_seconds_total{cpu="27",mode="softirq"} 15019.97 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 301395.69 node_cpu_seconds_total{cpu="27",mode="user"} 317901.72 node_cpu_seconds_total{cpu="28",mode="idle"} 1.078301878e+07 node_cpu_seconds_total{cpu="28",mode="iowait"} 193.45 node_cpu_seconds_total{cpu="28",mode="irq"} 0 node_cpu_seconds_total{cpu="28",mode="nice"} 4127.42 node_cpu_seconds_total{cpu="28",mode="softirq"} 14678.53 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 299738.24 node_cpu_seconds_total{cpu="28",mode="user"} 317474.18 node_cpu_seconds_total{cpu="29",mode="idle"} 1.077655613e+07 node_cpu_seconds_total{cpu="29",mode="iowait"} 179.39 node_cpu_seconds_total{cpu="29",mode="irq"} 0 node_cpu_seconds_total{cpu="29",mode="nice"} 4064.1 node_cpu_seconds_total{cpu="29",mode="softirq"} 14791.22 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 303000.28 node_cpu_seconds_total{cpu="29",mode="user"} 317973.91 node_cpu_seconds_total{cpu="3",mode="idle"} 1.069208205e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 291 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 5764.31 node_cpu_seconds_total{cpu="3",mode="softirq"} 56120.39 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 316279.82 node_cpu_seconds_total{cpu="3",mode="user"} 292329.45 node_cpu_seconds_total{cpu="30",mode="idle"} 1.079521727e+07 node_cpu_seconds_total{cpu="30",mode="iowait"} 195.8 node_cpu_seconds_total{cpu="30",mode="irq"} 0 node_cpu_seconds_total{cpu="30",mode="nice"} 4080.36 node_cpu_seconds_total{cpu="30",mode="softirq"} 14632.67 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 289918.92 node_cpu_seconds_total{cpu="30",mode="user"} 316133.77 node_cpu_seconds_total{cpu="31",mode="idle"} 1.079581896e+07 node_cpu_seconds_total{cpu="31",mode="iowait"} 179.53 node_cpu_seconds_total{cpu="31",mode="irq"} 0 node_cpu_seconds_total{cpu="31",mode="nice"} 4072.31 node_cpu_seconds_total{cpu="31",mode="softirq"} 14583.42 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 292096.61 node_cpu_seconds_total{cpu="31",mode="user"} 313231.47 node_cpu_seconds_total{cpu="32",mode="idle"} 1.080446809e+07 node_cpu_seconds_total{cpu="32",mode="iowait"} 178.65 node_cpu_seconds_total{cpu="32",mode="irq"} 0 node_cpu_seconds_total{cpu="32",mode="nice"} 4121.31 node_cpu_seconds_total{cpu="32",mode="softirq"} 14281.97 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 287598.97 node_cpu_seconds_total{cpu="32",mode="user"} 312080.78 node_cpu_seconds_total{cpu="33",mode="idle"} 1.079848634e+07 node_cpu_seconds_total{cpu="33",mode="iowait"} 167.74 node_cpu_seconds_total{cpu="33",mode="irq"} 0 node_cpu_seconds_total{cpu="33",mode="nice"} 4066.52 node_cpu_seconds_total{cpu="33",mode="softirq"} 14528.97 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 291799.47 node_cpu_seconds_total{cpu="33",mode="user"} 311100.47 node_cpu_seconds_total{cpu="34",mode="idle"} 1.080610205e+07 node_cpu_seconds_total{cpu="34",mode="iowait"} 170.28 node_cpu_seconds_total{cpu="34",mode="irq"} 0 node_cpu_seconds_total{cpu="34",mode="nice"} 4175.33 node_cpu_seconds_total{cpu="34",mode="softirq"} 14237.83 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 288472.98 node_cpu_seconds_total{cpu="34",mode="user"} 310585.84 node_cpu_seconds_total{cpu="35",mode="idle"} 1.080325519e+07 node_cpu_seconds_total{cpu="35",mode="iowait"} 174.84 node_cpu_seconds_total{cpu="35",mode="irq"} 0 node_cpu_seconds_total{cpu="35",mode="nice"} 4191.49 node_cpu_seconds_total{cpu="35",mode="softirq"} 14409.31 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 290427.26 node_cpu_seconds_total{cpu="35",mode="user"} 310254.17 node_cpu_seconds_total{cpu="36",mode="idle"} 1.080628847e+07 node_cpu_seconds_total{cpu="36",mode="iowait"} 177.91 node_cpu_seconds_total{cpu="36",mode="irq"} 0 node_cpu_seconds_total{cpu="36",mode="nice"} 4185.76 node_cpu_seconds_total{cpu="36",mode="softirq"} 14252.8 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 288609.39 node_cpu_seconds_total{cpu="36",mode="user"} 310038.73 node_cpu_seconds_total{cpu="37",mode="idle"} 1.079979602e+07 node_cpu_seconds_total{cpu="37",mode="iowait"} 183.39 node_cpu_seconds_total{cpu="37",mode="irq"} 0 node_cpu_seconds_total{cpu="37",mode="nice"} 4116.57 node_cpu_seconds_total{cpu="37",mode="softirq"} 14494.51 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 292496.34 node_cpu_seconds_total{cpu="37",mode="user"} 309698.39 node_cpu_seconds_total{cpu="38",mode="idle"} 1.080356408e+07 node_cpu_seconds_total{cpu="38",mode="iowait"} 173.71 node_cpu_seconds_total{cpu="38",mode="irq"} 0 node_cpu_seconds_total{cpu="38",mode="nice"} 4204.78 node_cpu_seconds_total{cpu="38",mode="softirq"} 14243.67 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 290308.96 node_cpu_seconds_total{cpu="38",mode="user"} 310401.9 node_cpu_seconds_total{cpu="39",mode="idle"} 1.080021741e+07 node_cpu_seconds_total{cpu="39",mode="iowait"} 177.17 node_cpu_seconds_total{cpu="39",mode="irq"} 0 node_cpu_seconds_total{cpu="39",mode="nice"} 4153.02 node_cpu_seconds_total{cpu="39",mode="softirq"} 14358.46 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 292317.15 node_cpu_seconds_total{cpu="39",mode="user"} 310613.81 node_cpu_seconds_total{cpu="4",mode="idle"} 1.072452622e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 301.5 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 5892.28 node_cpu_seconds_total{cpu="4",mode="softirq"} 54190.54 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 315736.34 node_cpu_seconds_total{cpu="4",mode="user"} 293402.2 node_cpu_seconds_total{cpu="40",mode="idle"} 1.076384914e+07 node_cpu_seconds_total{cpu="40",mode="iowait"} 313.93 node_cpu_seconds_total{cpu="40",mode="irq"} 0 node_cpu_seconds_total{cpu="40",mode="nice"} 5756.34 node_cpu_seconds_total{cpu="40",mode="softirq"} 47504.07 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 286834.31 node_cpu_seconds_total{cpu="40",mode="user"} 295973.65 node_cpu_seconds_total{cpu="41",mode="idle"} 1.079544577e+07 node_cpu_seconds_total{cpu="41",mode="iowait"} 275.37 node_cpu_seconds_total{cpu="41",mode="irq"} 0 node_cpu_seconds_total{cpu="41",mode="nice"} 5853.55 node_cpu_seconds_total{cpu="41",mode="softirq"} 36323.82 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 305361.5 node_cpu_seconds_total{cpu="41",mode="user"} 280820.52 node_cpu_seconds_total{cpu="42",mode="idle"} 1.083360242e+07 node_cpu_seconds_total{cpu="42",mode="iowait"} 264.76 node_cpu_seconds_total{cpu="42",mode="irq"} 0 node_cpu_seconds_total{cpu="42",mode="nice"} 6061.82 node_cpu_seconds_total{cpu="42",mode="softirq"} 28853.35 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 295994.5 node_cpu_seconds_total{cpu="42",mode="user"} 272285.27 node_cpu_seconds_total{cpu="43",mode="idle"} 1.084202182e+07 node_cpu_seconds_total{cpu="43",mode="iowait"} 266.03 node_cpu_seconds_total{cpu="43",mode="irq"} 0 node_cpu_seconds_total{cpu="43",mode="nice"} 5971.83 node_cpu_seconds_total{cpu="43",mode="softirq"} 27564.33 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 293526.34 node_cpu_seconds_total{cpu="43",mode="user"} 268392.01 node_cpu_seconds_total{cpu="44",mode="idle"} 1.085213573e+07 node_cpu_seconds_total{cpu="44",mode="iowait"} 247.46 node_cpu_seconds_total{cpu="44",mode="irq"} 0 node_cpu_seconds_total{cpu="44",mode="nice"} 6001.86 node_cpu_seconds_total{cpu="44",mode="softirq"} 26244.11 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 290305.58 node_cpu_seconds_total{cpu="44",mode="user"} 266695.59 node_cpu_seconds_total{cpu="45",mode="idle"} 1.085297281e+07 node_cpu_seconds_total{cpu="45",mode="iowait"} 241.37 node_cpu_seconds_total{cpu="45",mode="irq"} 0 node_cpu_seconds_total{cpu="45",mode="nice"} 5982.77 node_cpu_seconds_total{cpu="45",mode="softirq"} 25811.68 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 290481.85 node_cpu_seconds_total{cpu="45",mode="user"} 265717.47 node_cpu_seconds_total{cpu="46",mode="idle"} 1.086218775e+07 node_cpu_seconds_total{cpu="46",mode="iowait"} 235.81 node_cpu_seconds_total{cpu="46",mode="irq"} 0 node_cpu_seconds_total{cpu="46",mode="nice"} 6054.69 node_cpu_seconds_total{cpu="46",mode="softirq"} 23382.83 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 289610.47 node_cpu_seconds_total{cpu="46",mode="user"} 264290.35 node_cpu_seconds_total{cpu="47",mode="idle"} 1.086056301e+07 node_cpu_seconds_total{cpu="47",mode="iowait"} 231.4 node_cpu_seconds_total{cpu="47",mode="irq"} 0 node_cpu_seconds_total{cpu="47",mode="nice"} 6046.54 node_cpu_seconds_total{cpu="47",mode="softirq"} 23460.71 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 289543.92 node_cpu_seconds_total{cpu="47",mode="user"} 263795.68 node_cpu_seconds_total{cpu="48",mode="idle"} 1.086252316e+07 node_cpu_seconds_total{cpu="48",mode="iowait"} 222.78 node_cpu_seconds_total{cpu="48",mode="irq"} 0 node_cpu_seconds_total{cpu="48",mode="nice"} 6039.73 node_cpu_seconds_total{cpu="48",mode="softirq"} 22951.34 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 289524.56 node_cpu_seconds_total{cpu="48",mode="user"} 264192.34 node_cpu_seconds_total{cpu="49",mode="idle"} 1.085855894e+07 node_cpu_seconds_total{cpu="49",mode="iowait"} 233.68 node_cpu_seconds_total{cpu="49",mode="irq"} 0 node_cpu_seconds_total{cpu="49",mode="nice"} 6085.94 node_cpu_seconds_total{cpu="49",mode="softirq"} 22870 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 291170.81 node_cpu_seconds_total{cpu="49",mode="user"} 265998.61 node_cpu_seconds_total{cpu="5",mode="idle"} 1.073125097e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 296.38 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 5980.6 node_cpu_seconds_total{cpu="5",mode="softirq"} 53747.33 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 318097.38 node_cpu_seconds_total{cpu="5",mode="user"} 294052.34 node_cpu_seconds_total{cpu="50",mode="idle"} 1.085331541e+07 node_cpu_seconds_total{cpu="50",mode="iowait"} 233 node_cpu_seconds_total{cpu="50",mode="irq"} 0 node_cpu_seconds_total{cpu="50",mode="nice"} 6099.77 node_cpu_seconds_total{cpu="50",mode="softirq"} 22752.22 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 293438.1 node_cpu_seconds_total{cpu="50",mode="user"} 268701.26 node_cpu_seconds_total{cpu="51",mode="idle"} 1.085208291e+07 node_cpu_seconds_total{cpu="51",mode="iowait"} 228.11 node_cpu_seconds_total{cpu="51",mode="irq"} 0 node_cpu_seconds_total{cpu="51",mode="nice"} 6036.58 node_cpu_seconds_total{cpu="51",mode="softirq"} 22708.98 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 296176.75 node_cpu_seconds_total{cpu="51",mode="user"} 266207.76 node_cpu_seconds_total{cpu="52",mode="idle"} 1.085675512e+07 node_cpu_seconds_total{cpu="52",mode="iowait"} 233.16 node_cpu_seconds_total{cpu="52",mode="irq"} 0 node_cpu_seconds_total{cpu="52",mode="nice"} 6051.57 node_cpu_seconds_total{cpu="52",mode="softirq"} 22112.76 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 295211.96 node_cpu_seconds_total{cpu="52",mode="user"} 264340.29 node_cpu_seconds_total{cpu="53",mode="idle"} 1.086061949e+07 node_cpu_seconds_total{cpu="53",mode="iowait"} 233.86 node_cpu_seconds_total{cpu="53",mode="irq"} 0 node_cpu_seconds_total{cpu="53",mode="nice"} 6072.45 node_cpu_seconds_total{cpu="53",mode="softirq"} 21606.28 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 294777.39 node_cpu_seconds_total{cpu="53",mode="user"} 263222.77 node_cpu_seconds_total{cpu="54",mode="idle"} 1.083194196e+07 node_cpu_seconds_total{cpu="54",mode="iowait"} 220.22 node_cpu_seconds_total{cpu="54",mode="irq"} 0 node_cpu_seconds_total{cpu="54",mode="nice"} 6174.58 node_cpu_seconds_total{cpu="54",mode="softirq"} 24365.78 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 299152.19 node_cpu_seconds_total{cpu="54",mode="user"} 264912.66 node_cpu_seconds_total{cpu="55",mode="idle"} 1.085978361e+07 node_cpu_seconds_total{cpu="55",mode="iowait"} 230.69 node_cpu_seconds_total{cpu="55",mode="irq"} 0 node_cpu_seconds_total{cpu="55",mode="nice"} 6127.11 node_cpu_seconds_total{cpu="55",mode="softirq"} 21506.2 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 296748.17 node_cpu_seconds_total{cpu="55",mode="user"} 262026.81 node_cpu_seconds_total{cpu="56",mode="idle"} 1.085625044e+07 node_cpu_seconds_total{cpu="56",mode="iowait"} 233.16 node_cpu_seconds_total{cpu="56",mode="irq"} 0 node_cpu_seconds_total{cpu="56",mode="nice"} 6137.23 node_cpu_seconds_total{cpu="56",mode="softirq"} 21693.57 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 298541.92 node_cpu_seconds_total{cpu="56",mode="user"} 262515.89 node_cpu_seconds_total{cpu="57",mode="idle"} 1.085195679e+07 node_cpu_seconds_total{cpu="57",mode="iowait"} 220.72 node_cpu_seconds_total{cpu="57",mode="irq"} 0 node_cpu_seconds_total{cpu="57",mode="nice"} 6090.61 node_cpu_seconds_total{cpu="57",mode="softirq"} 21931 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 300947.11 node_cpu_seconds_total{cpu="57",mode="user"} 262533.55 node_cpu_seconds_total{cpu="58",mode="idle"} 1.085424524e+07 node_cpu_seconds_total{cpu="58",mode="iowait"} 225.47 node_cpu_seconds_total{cpu="58",mode="irq"} 0 node_cpu_seconds_total{cpu="58",mode="nice"} 6211.69 node_cpu_seconds_total{cpu="58",mode="softirq"} 21473.37 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 300689.83 node_cpu_seconds_total{cpu="58",mode="user"} 262963.89 node_cpu_seconds_total{cpu="59",mode="idle"} 1.084622122e+07 node_cpu_seconds_total{cpu="59",mode="iowait"} 222.97 node_cpu_seconds_total{cpu="59",mode="irq"} 0 node_cpu_seconds_total{cpu="59",mode="nice"} 6320.39 node_cpu_seconds_total{cpu="59",mode="softirq"} 21601.09 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 304912 node_cpu_seconds_total{cpu="59",mode="user"} 264822.67 node_cpu_seconds_total{cpu="6",mode="idle"} 1.073962992e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 309.9 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 6063.57 node_cpu_seconds_total{cpu="6",mode="softirq"} 52571.06 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 319071.24 node_cpu_seconds_total{cpu="6",mode="user"} 293558.62 node_cpu_seconds_total{cpu="60",mode="idle"} 1.08109921e+07 node_cpu_seconds_total{cpu="60",mode="iowait"} 187.65 node_cpu_seconds_total{cpu="60",mode="irq"} 0 node_cpu_seconds_total{cpu="60",mode="nice"} 4101.92 node_cpu_seconds_total{cpu="60",mode="softirq"} 14517.82 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 276866.43 node_cpu_seconds_total{cpu="60",mode="user"} 316591.23 node_cpu_seconds_total{cpu="61",mode="idle"} 1.080143424e+07 node_cpu_seconds_total{cpu="61",mode="iowait"} 164.93 node_cpu_seconds_total{cpu="61",mode="irq"} 0 node_cpu_seconds_total{cpu="61",mode="nice"} 4078.68 node_cpu_seconds_total{cpu="61",mode="softirq"} 14343.9 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 287437.47 node_cpu_seconds_total{cpu="61",mode="user"} 315708.47 node_cpu_seconds_total{cpu="62",mode="idle"} 1.0801534e+07 node_cpu_seconds_total{cpu="62",mode="iowait"} 162.67 node_cpu_seconds_total{cpu="62",mode="irq"} 0 node_cpu_seconds_total{cpu="62",mode="nice"} 4050.28 node_cpu_seconds_total{cpu="62",mode="softirq"} 14266.81 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 289313.64 node_cpu_seconds_total{cpu="62",mode="user"} 314447.67 node_cpu_seconds_total{cpu="63",mode="idle"} 1.079419442e+07 node_cpu_seconds_total{cpu="63",mode="iowait"} 183.35 node_cpu_seconds_total{cpu="63",mode="irq"} 0 node_cpu_seconds_total{cpu="63",mode="nice"} 4062.48 node_cpu_seconds_total{cpu="63",mode="softirq"} 14456.82 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 294122.18 node_cpu_seconds_total{cpu="63",mode="user"} 313609.14 node_cpu_seconds_total{cpu="64",mode="idle"} 1.079644595e+07 node_cpu_seconds_total{cpu="64",mode="iowait"} 185.26 node_cpu_seconds_total{cpu="64",mode="irq"} 0 node_cpu_seconds_total{cpu="64",mode="nice"} 4059.44 node_cpu_seconds_total{cpu="64",mode="softirq"} 14318.7 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 293550.84 node_cpu_seconds_total{cpu="64",mode="user"} 313024.94 node_cpu_seconds_total{cpu="65",mode="idle"} 1.079558527e+07 node_cpu_seconds_total{cpu="65",mode="iowait"} 163.99 node_cpu_seconds_total{cpu="65",mode="irq"} 0 node_cpu_seconds_total{cpu="65",mode="nice"} 4028.82 node_cpu_seconds_total{cpu="65",mode="softirq"} 14314.21 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 294761.76 node_cpu_seconds_total{cpu="65",mode="user"} 312932.04 node_cpu_seconds_total{cpu="66",mode="idle"} 1.079647935e+07 node_cpu_seconds_total{cpu="66",mode="iowait"} 170.52 node_cpu_seconds_total{cpu="66",mode="irq"} 0 node_cpu_seconds_total{cpu="66",mode="nice"} 4050 node_cpu_seconds_total{cpu="66",mode="softirq"} 14207.96 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 295197.09 node_cpu_seconds_total{cpu="66",mode="user"} 313224.91 node_cpu_seconds_total{cpu="67",mode="idle"} 1.079190784e+07 node_cpu_seconds_total{cpu="67",mode="iowait"} 182.94 node_cpu_seconds_total{cpu="67",mode="irq"} 0 node_cpu_seconds_total{cpu="67",mode="nice"} 4057.57 node_cpu_seconds_total{cpu="67",mode="softirq"} 14358.87 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 297399.07 node_cpu_seconds_total{cpu="67",mode="user"} 313060.95 node_cpu_seconds_total{cpu="68",mode="idle"} 1.079540591e+07 node_cpu_seconds_total{cpu="68",mode="iowait"} 169.39 node_cpu_seconds_total{cpu="68",mode="irq"} 0 node_cpu_seconds_total{cpu="68",mode="nice"} 4125.19 node_cpu_seconds_total{cpu="68",mode="softirq"} 14210.73 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 296440.59 node_cpu_seconds_total{cpu="68",mode="user"} 312921.69 node_cpu_seconds_total{cpu="69",mode="idle"} 1.078695374e+07 node_cpu_seconds_total{cpu="69",mode="iowait"} 172.76 node_cpu_seconds_total{cpu="69",mode="irq"} 0 node_cpu_seconds_total{cpu="69",mode="nice"} 4120.78 node_cpu_seconds_total{cpu="69",mode="softirq"} 14412.02 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 300395.89 node_cpu_seconds_total{cpu="69",mode="user"} 313801.33 node_cpu_seconds_total{cpu="7",mode="idle"} 1.072964192e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 292.94 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 5903.86 node_cpu_seconds_total{cpu="7",mode="softirq"} 53049.68 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 320095.01 node_cpu_seconds_total{cpu="7",mode="user"} 300460.91 node_cpu_seconds_total{cpu="70",mode="idle"} 1.077880176e+07 node_cpu_seconds_total{cpu="70",mode="iowait"} 183.74 node_cpu_seconds_total{cpu="70",mode="irq"} 0 node_cpu_seconds_total{cpu="70",mode="nice"} 3967.67 node_cpu_seconds_total{cpu="70",mode="softirq"} 14193.21 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 298865.91 node_cpu_seconds_total{cpu="70",mode="user"} 323778.47 node_cpu_seconds_total{cpu="71",mode="idle"} 1.077673181e+07 node_cpu_seconds_total{cpu="71",mode="iowait"} 177.62 node_cpu_seconds_total{cpu="71",mode="irq"} 0 node_cpu_seconds_total{cpu="71",mode="nice"} 3988.88 node_cpu_seconds_total{cpu="71",mode="softirq"} 14157.43 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 302596.48 node_cpu_seconds_total{cpu="71",mode="user"} 321104.81 node_cpu_seconds_total{cpu="72",mode="idle"} 1.078319307e+07 node_cpu_seconds_total{cpu="72",mode="iowait"} 166.18 node_cpu_seconds_total{cpu="72",mode="irq"} 0 node_cpu_seconds_total{cpu="72",mode="nice"} 4058.07 node_cpu_seconds_total{cpu="72",mode="softirq"} 13847.69 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 299575.29 node_cpu_seconds_total{cpu="72",mode="user"} 320135.13 node_cpu_seconds_total{cpu="73",mode="idle"} 1.077587606e+07 node_cpu_seconds_total{cpu="73",mode="iowait"} 175.54 node_cpu_seconds_total{cpu="73",mode="irq"} 0 node_cpu_seconds_total{cpu="73",mode="nice"} 4065.04 node_cpu_seconds_total{cpu="73",mode="softirq"} 14083.59 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 304138.65 node_cpu_seconds_total{cpu="73",mode="user"} 319535.3 node_cpu_seconds_total{cpu="74",mode="idle"} 1.078277244e+07 node_cpu_seconds_total{cpu="74",mode="iowait"} 178.83 node_cpu_seconds_total{cpu="74",mode="irq"} 0 node_cpu_seconds_total{cpu="74",mode="nice"} 4103.89 node_cpu_seconds_total{cpu="74",mode="softirq"} 13827.24 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 300997.71 node_cpu_seconds_total{cpu="74",mode="user"} 319329.95 node_cpu_seconds_total{cpu="75",mode="idle"} 1.077900335e+07 node_cpu_seconds_total{cpu="75",mode="iowait"} 182.65 node_cpu_seconds_total{cpu="75",mode="irq"} 0 node_cpu_seconds_total{cpu="75",mode="nice"} 4148.74 node_cpu_seconds_total{cpu="75",mode="softirq"} 13986.43 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 303383.85 node_cpu_seconds_total{cpu="75",mode="user"} 318806.51 node_cpu_seconds_total{cpu="76",mode="idle"} 1.078195477e+07 node_cpu_seconds_total{cpu="76",mode="iowait"} 179.02 node_cpu_seconds_total{cpu="76",mode="irq"} 0 node_cpu_seconds_total{cpu="76",mode="nice"} 4168.4 node_cpu_seconds_total{cpu="76",mode="softirq"} 13850.28 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 301976.38 node_cpu_seconds_total{cpu="76",mode="user"} 319075.5 node_cpu_seconds_total{cpu="77",mode="idle"} 1.077515431e+07 node_cpu_seconds_total{cpu="77",mode="iowait"} 183.29 node_cpu_seconds_total{cpu="77",mode="irq"} 0 node_cpu_seconds_total{cpu="77",mode="nice"} 4140.68 node_cpu_seconds_total{cpu="77",mode="softirq"} 14051.8 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 306177.66 node_cpu_seconds_total{cpu="77",mode="user"} 318698.2 node_cpu_seconds_total{cpu="78",mode="idle"} 1.077755205e+07 node_cpu_seconds_total{cpu="78",mode="iowait"} 182.67 node_cpu_seconds_total{cpu="78",mode="irq"} 0 node_cpu_seconds_total{cpu="78",mode="nice"} 4168.81 node_cpu_seconds_total{cpu="78",mode="softirq"} 13850.78 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 304998.87 node_cpu_seconds_total{cpu="78",mode="user"} 319779.03 node_cpu_seconds_total{cpu="79",mode="idle"} 1.077171077e+07 node_cpu_seconds_total{cpu="79",mode="iowait"} 185.18 node_cpu_seconds_total{cpu="79",mode="irq"} 0 node_cpu_seconds_total{cpu="79",mode="nice"} 4191.53 node_cpu_seconds_total{cpu="79",mode="softirq"} 13976.46 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 307665 node_cpu_seconds_total{cpu="79",mode="user"} 320958.89 node_cpu_seconds_total{cpu="8",mode="idle"} 1.073775e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 304.28 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 5943.64 node_cpu_seconds_total{cpu="8",mode="softirq"} 51589.85 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 320367.96 node_cpu_seconds_total{cpu="8",mode="user"} 294692.63 node_cpu_seconds_total{cpu="9",mode="idle"} 1.073561437e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 306.06 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 5957.19 node_cpu_seconds_total{cpu="9",mode="softirq"} 51723 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 322413.79 node_cpu_seconds_total{cpu="9",mode="user"} 294719.91 # 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"} 34923.574 node_disk_io_time_seconds_total{device="dm-2"} 1.037 node_disk_io_time_seconds_total{device="dm-3"} 4439.8550000000005 node_disk_io_time_seconds_total{device="sda"} 40687.967000000004 # 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"} 2191.616 node_disk_io_time_weighted_seconds_total{device="dm-2"} 1.375 node_disk_io_time_weighted_seconds_total{device="dm-3"} 392.16700000000003 node_disk_io_time_weighted_seconds_total{device="sda"} 617266.113 # 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.83204488192e+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"} 4.04251150336e+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"} 831.429 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"} 10457.985 # 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"} 249469 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"} 1.6020379e+07 # 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"} 531087 # 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"} 1360.1870000000001 node_disk_write_time_seconds_total{device="dm-2"} 0 node_disk_write_time_seconds_total{device="dm-3"} 257.69100000000003 node_disk_write_time_seconds_total{device="sda"} 606808.127 # 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"} 1.1208494e+07 node_disk_writes_completed_total{device="dm-2"} 0 node_disk_writes_completed_total{device="dm-3"} 5.762081e+06 node_disk_writes_completed_total{device="sda"} 7.1625594e+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"} 8.56188447e+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"} 2.82988720128e+11 node_disk_written_bytes_total{device="dm-2"} 0 node_disk_written_bytes_total{device="dm-3"} 3.2050515968e+10 node_disk_written_bytes_total{device="sda"} 1.81683953024e+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 130080 # 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="/"} 9.54172674048e+11 # 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.4327633e+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.172577841152e+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 8.131039685e+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"} 264 # 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"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 31 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"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp15"} 33 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp16"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp17"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp18"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp19"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp20"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp21"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 34 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp7"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp8"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp9"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp1"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp10"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp11"} 34 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp12"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp13"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp14"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp15"} 34 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp16"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp17"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp18"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp19"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp2"} 33 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp20"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp21"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp3"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp4"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp5"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp6"} 33 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp7"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp8"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp9"} 33 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 1.24306794322e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 11.69 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 11.49 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 12.37 # 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.2949479424e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 5.6587239424e+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 3.63776e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 6.908018688e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 7.844368384e+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.366893056e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 6.38439317504e+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.86229653504e+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 4.550656e+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 2.5182871552e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 6.64655413248e+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.39472541696e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.98950912e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 4.3652460544e+10 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 6.76264972288e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.4965325824e+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 229376 # 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.71699456e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 5.89824e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.4006119424e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.659675136e+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 2.51355136e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.866579456e+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.58597376e+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.733824e+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.80521728e+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 4096 # 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 1.310559e+06 # 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 6.17890829e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.1902639325e+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 3 # 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 6.189587e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 4 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.6773692e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2636 # 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-37ea62e131ca"} 3 node_network_address_assign_type{device="br-40be9d39df46"} 3 node_network_address_assign_type{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 3 node_network_address_assign_type{device="br-b2cb138fe85e"} 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="veth038de6f"} 3 node_network_address_assign_type{device="veth05a90bc"} 3 node_network_address_assign_type{device="veth0a9c612"} 3 node_network_address_assign_type{device="veth150a5d1"} 3 node_network_address_assign_type{device="veth1f30581"} 3 node_network_address_assign_type{device="veth2611e5d"} 3 node_network_address_assign_type{device="veth2619b87"} 3 node_network_address_assign_type{device="veth281f9f1"} 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="veth4069670"} 3 node_network_address_assign_type{device="veth41566fc"} 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="veth5bbb667"} 3 node_network_address_assign_type{device="veth5c5f567"} 3 node_network_address_assign_type{device="veth6c05f1e"} 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="veth9554b89"} 3 node_network_address_assign_type{device="veth97a99d3"} 3 node_network_address_assign_type{device="veth9cb208e"} 3 node_network_address_assign_type{device="vetha1fd516"} 3 node_network_address_assign_type{device="vethab0e431"} 3 node_network_address_assign_type{device="vethc38875c"} 3 node_network_address_assign_type{device="vethc7d4f95"} 3 node_network_address_assign_type{device="vethcbd349d"} 3 node_network_address_assign_type{device="vethccf5e06"} 3 node_network_address_assign_type{device="vethd2bb433"} 3 node_network_address_assign_type{device="vethd6e5156"} 3 node_network_address_assign_type{device="vethe7268aa"} 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 # 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-37ea62e131ca"} 1 node_network_carrier{device="br-40be9d39df46"} 1 node_network_carrier{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 1 node_network_carrier{device="br-b2cb138fe85e"} 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="veth038de6f"} 1 node_network_carrier{device="veth05a90bc"} 1 node_network_carrier{device="veth0a9c612"} 1 node_network_carrier{device="veth150a5d1"} 1 node_network_carrier{device="veth1f30581"} 1 node_network_carrier{device="veth2611e5d"} 1 node_network_carrier{device="veth2619b87"} 1 node_network_carrier{device="veth281f9f1"} 1 node_network_carrier{device="veth2952273"} 1 node_network_carrier{device="veth2e88039"} 1 node_network_carrier{device="veth37ef7db"} 1 node_network_carrier{device="veth4069670"} 1 node_network_carrier{device="veth41566fc"} 1 node_network_carrier{device="veth4e6a7e1"} 1 node_network_carrier{device="veth51694ad"} 1 node_network_carrier{device="veth55c1c72"} 1 node_network_carrier{device="veth5bbb667"} 1 node_network_carrier{device="veth5c5f567"} 1 node_network_carrier{device="veth6c05f1e"} 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="veth9554b89"} 1 node_network_carrier{device="veth97a99d3"} 1 node_network_carrier{device="veth9cb208e"} 1 node_network_carrier{device="vetha1fd516"} 1 node_network_carrier{device="vethab0e431"} 1 node_network_carrier{device="vethc38875c"} 1 node_network_carrier{device="vethc7d4f95"} 1 node_network_carrier{device="vethcbd349d"} 1 node_network_carrier{device="vethccf5e06"} 1 node_network_carrier{device="vethd2bb433"} 1 node_network_carrier{device="vethd6e5156"} 1 node_network_carrier{device="vethe7268aa"} 1 node_network_carrier{device="vethe8a2e21"} 1 node_network_carrier{device="vethe9274ba"} 1 node_network_carrier{device="vethefeca80"} 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-37ea62e131ca"} 6 node_network_carrier_changes_total{device="br-40be9d39df46"} 2 node_network_carrier_changes_total{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 4 node_network_carrier_changes_total{device="br-b2cb138fe85e"} 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="veth038de6f"} 2 node_network_carrier_changes_total{device="veth05a90bc"} 2 node_network_carrier_changes_total{device="veth0a9c612"} 2 node_network_carrier_changes_total{device="veth150a5d1"} 2 node_network_carrier_changes_total{device="veth1f30581"} 2 node_network_carrier_changes_total{device="veth2611e5d"} 2 node_network_carrier_changes_total{device="veth2619b87"} 2 node_network_carrier_changes_total{device="veth281f9f1"} 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="veth4069670"} 2 node_network_carrier_changes_total{device="veth41566fc"} 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="veth5bbb667"} 2 node_network_carrier_changes_total{device="veth5c5f567"} 2 node_network_carrier_changes_total{device="veth6c05f1e"} 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="veth9554b89"} 2 node_network_carrier_changes_total{device="veth97a99d3"} 2 node_network_carrier_changes_total{device="veth9cb208e"} 2 node_network_carrier_changes_total{device="vetha1fd516"} 2 node_network_carrier_changes_total{device="vethab0e431"} 2 node_network_carrier_changes_total{device="vethc38875c"} 2 node_network_carrier_changes_total{device="vethc7d4f95"} 2 node_network_carrier_changes_total{device="vethcbd349d"} 2 node_network_carrier_changes_total{device="vethccf5e06"} 2 node_network_carrier_changes_total{device="vethd2bb433"} 2 node_network_carrier_changes_total{device="vethd6e5156"} 2 node_network_carrier_changes_total{device="vethe7268aa"} 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 # 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-37ea62e131ca"} 3 node_network_carrier_down_changes_total{device="br-40be9d39df46"} 1 node_network_carrier_down_changes_total{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 2 node_network_carrier_down_changes_total{device="br-b2cb138fe85e"} 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="veth038de6f"} 1 node_network_carrier_down_changes_total{device="veth05a90bc"} 1 node_network_carrier_down_changes_total{device="veth0a9c612"} 1 node_network_carrier_down_changes_total{device="veth150a5d1"} 1 node_network_carrier_down_changes_total{device="veth1f30581"} 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="veth281f9f1"} 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="veth4069670"} 1 node_network_carrier_down_changes_total{device="veth41566fc"} 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="veth5bbb667"} 1 node_network_carrier_down_changes_total{device="veth5c5f567"} 1 node_network_carrier_down_changes_total{device="veth6c05f1e"} 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="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="vetha1fd516"} 1 node_network_carrier_down_changes_total{device="vethab0e431"} 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="vethcbd349d"} 1 node_network_carrier_down_changes_total{device="vethccf5e06"} 1 node_network_carrier_down_changes_total{device="vethd2bb433"} 1 node_network_carrier_down_changes_total{device="vethd6e5156"} 1 node_network_carrier_down_changes_total{device="vethe7268aa"} 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 # 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-37ea62e131ca"} 3 node_network_carrier_up_changes_total{device="br-40be9d39df46"} 1 node_network_carrier_up_changes_total{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 2 node_network_carrier_up_changes_total{device="br-b2cb138fe85e"} 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="veth038de6f"} 1 node_network_carrier_up_changes_total{device="veth05a90bc"} 1 node_network_carrier_up_changes_total{device="veth0a9c612"} 1 node_network_carrier_up_changes_total{device="veth150a5d1"} 1 node_network_carrier_up_changes_total{device="veth1f30581"} 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="veth281f9f1"} 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="veth4069670"} 1 node_network_carrier_up_changes_total{device="veth41566fc"} 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="veth5bbb667"} 1 node_network_carrier_up_changes_total{device="veth5c5f567"} 1 node_network_carrier_up_changes_total{device="veth6c05f1e"} 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="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="vetha1fd516"} 1 node_network_carrier_up_changes_total{device="vethab0e431"} 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="vethcbd349d"} 1 node_network_carrier_up_changes_total{device="vethccf5e06"} 1 node_network_carrier_up_changes_total{device="vethd2bb433"} 1 node_network_carrier_up_changes_total{device="vethd6e5156"} 1 node_network_carrier_up_changes_total{device="vethe7268aa"} 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 # 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-37ea62e131ca"} 0 node_network_device_id{device="br-40be9d39df46"} 0 node_network_device_id{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 0 node_network_device_id{device="br-b2cb138fe85e"} 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="veth038de6f"} 0 node_network_device_id{device="veth05a90bc"} 0 node_network_device_id{device="veth0a9c612"} 0 node_network_device_id{device="veth150a5d1"} 0 node_network_device_id{device="veth1f30581"} 0 node_network_device_id{device="veth2611e5d"} 0 node_network_device_id{device="veth2619b87"} 0 node_network_device_id{device="veth281f9f1"} 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="veth4069670"} 0 node_network_device_id{device="veth41566fc"} 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="veth5bbb667"} 0 node_network_device_id{device="veth5c5f567"} 0 node_network_device_id{device="veth6c05f1e"} 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="veth9554b89"} 0 node_network_device_id{device="veth97a99d3"} 0 node_network_device_id{device="veth9cb208e"} 0 node_network_device_id{device="vetha1fd516"} 0 node_network_device_id{device="vethab0e431"} 0 node_network_device_id{device="vethc38875c"} 0 node_network_device_id{device="vethc7d4f95"} 0 node_network_device_id{device="vethcbd349d"} 0 node_network_device_id{device="vethccf5e06"} 0 node_network_device_id{device="vethd2bb433"} 0 node_network_device_id{device="vethd6e5156"} 0 node_network_device_id{device="vethe7268aa"} 0 node_network_device_id{device="vethe8a2e21"} 0 node_network_device_id{device="vethe9274ba"} 0 node_network_device_id{device="vethefeca80"} 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-37ea62e131ca"} 0 node_network_dormant{device="br-40be9d39df46"} 0 node_network_dormant{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 0 node_network_dormant{device="br-b2cb138fe85e"} 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="veth038de6f"} 0 node_network_dormant{device="veth05a90bc"} 0 node_network_dormant{device="veth0a9c612"} 0 node_network_dormant{device="veth150a5d1"} 0 node_network_dormant{device="veth1f30581"} 0 node_network_dormant{device="veth2611e5d"} 0 node_network_dormant{device="veth2619b87"} 0 node_network_dormant{device="veth281f9f1"} 0 node_network_dormant{device="veth2952273"} 0 node_network_dormant{device="veth2e88039"} 0 node_network_dormant{device="veth37ef7db"} 0 node_network_dormant{device="veth4069670"} 0 node_network_dormant{device="veth41566fc"} 0 node_network_dormant{device="veth4e6a7e1"} 0 node_network_dormant{device="veth51694ad"} 0 node_network_dormant{device="veth55c1c72"} 0 node_network_dormant{device="veth5bbb667"} 0 node_network_dormant{device="veth5c5f567"} 0 node_network_dormant{device="veth6c05f1e"} 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="veth9554b89"} 0 node_network_dormant{device="veth97a99d3"} 0 node_network_dormant{device="veth9cb208e"} 0 node_network_dormant{device="vetha1fd516"} 0 node_network_dormant{device="vethab0e431"} 0 node_network_dormant{device="vethc38875c"} 0 node_network_dormant{device="vethc7d4f95"} 0 node_network_dormant{device="vethcbd349d"} 0 node_network_dormant{device="vethccf5e06"} 0 node_network_dormant{device="vethd2bb433"} 0 node_network_dormant{device="vethd6e5156"} 0 node_network_dormant{device="vethe7268aa"} 0 node_network_dormant{device="vethe8a2e21"} 0 node_network_dormant{device="vethe9274ba"} 0 node_network_dormant{device="vethefeca80"} 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-37ea62e131ca"} 4099 node_network_flags{device="br-40be9d39df46"} 4099 node_network_flags{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 4099 node_network_flags{device="br-b2cb138fe85e"} 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="veth038de6f"} 4867 node_network_flags{device="veth05a90bc"} 4867 node_network_flags{device="veth0a9c612"} 4867 node_network_flags{device="veth150a5d1"} 4867 node_network_flags{device="veth1f30581"} 4867 node_network_flags{device="veth2611e5d"} 4867 node_network_flags{device="veth2619b87"} 4867 node_network_flags{device="veth281f9f1"} 4867 node_network_flags{device="veth2952273"} 4867 node_network_flags{device="veth2e88039"} 4867 node_network_flags{device="veth37ef7db"} 4867 node_network_flags{device="veth4069670"} 4867 node_network_flags{device="veth41566fc"} 4867 node_network_flags{device="veth4e6a7e1"} 4867 node_network_flags{device="veth51694ad"} 4867 node_network_flags{device="veth55c1c72"} 4867 node_network_flags{device="veth5bbb667"} 4867 node_network_flags{device="veth5c5f567"} 4867 node_network_flags{device="veth6c05f1e"} 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="veth9554b89"} 4867 node_network_flags{device="veth97a99d3"} 4867 node_network_flags{device="veth9cb208e"} 4867 node_network_flags{device="vetha1fd516"} 4867 node_network_flags{device="vethab0e431"} 4867 node_network_flags{device="vethc38875c"} 4867 node_network_flags{device="vethc7d4f95"} 4867 node_network_flags{device="vethcbd349d"} 4867 node_network_flags{device="vethccf5e06"} 4867 node_network_flags{device="vethd2bb433"} 4867 node_network_flags{device="vethd6e5156"} 4867 node_network_flags{device="vethe7268aa"} 4867 node_network_flags{device="vethe8a2e21"} 4867 node_network_flags{device="vethe9274ba"} 4867 node_network_flags{device="vethefeca80"} 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-37ea62e131ca"} 35201 node_network_iface_id{device="br-40be9d39df46"} 35170 node_network_iface_id{device="br-461834b88cbb"} 35165 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-b0b31f1d3e17"} 22 node_network_iface_id{device="br-b2cb138fe85e"} 35153 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="veth038de6f"} 35171 node_network_iface_id{device="veth05a90bc"} 34895 node_network_iface_id{device="veth0a9c612"} 35154 node_network_iface_id{device="veth150a5d1"} 37 node_network_iface_id{device="veth1f30581"} 35217 node_network_iface_id{device="veth2611e5d"} 28 node_network_iface_id{device="veth2619b87"} 128 node_network_iface_id{device="veth281f9f1"} 35172 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="veth4069670"} 34478 node_network_iface_id{device="veth41566fc"} 35214 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="veth5bbb667"} 34920 node_network_iface_id{device="veth5c5f567"} 36 node_network_iface_id{device="veth6c05f1e"} 35156 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="veth9554b89"} 52 node_network_iface_id{device="veth97a99d3"} 29 node_network_iface_id{device="veth9cb208e"} 34891 node_network_iface_id{device="vetha1fd516"} 35215 node_network_iface_id{device="vethab0e431"} 35166 node_network_iface_id{device="vethc38875c"} 130 node_network_iface_id{device="vethc7d4f95"} 34476 node_network_iface_id{device="vethcbd349d"} 35155 node_network_iface_id{device="vethccf5e06"} 35167 node_network_iface_id{device="vethd2bb433"} 34474 node_network_iface_id{device="vethd6e5156"} 27 node_network_iface_id{device="vethe7268aa"} 35219 node_network_iface_id{device="vethe8a2e21"} 42 node_network_iface_id{device="vethe9274ba"} 148 node_network_iface_id{device="vethefeca80"} 118 # 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-37ea62e131ca"} 35201 node_network_iface_link{device="br-40be9d39df46"} 35170 node_network_iface_link{device="br-461834b88cbb"} 35165 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-b0b31f1d3e17"} 22 node_network_iface_link{device="br-b2cb138fe85e"} 35153 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="veth038de6f"} 2 node_network_iface_link{device="veth05a90bc"} 2 node_network_iface_link{device="veth0a9c612"} 2 node_network_iface_link{device="veth150a5d1"} 2 node_network_iface_link{device="veth1f30581"} 2 node_network_iface_link{device="veth2611e5d"} 2 node_network_iface_link{device="veth2619b87"} 2 node_network_iface_link{device="veth281f9f1"} 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="veth4069670"} 2 node_network_iface_link{device="veth41566fc"} 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="veth5bbb667"} 2 node_network_iface_link{device="veth5c5f567"} 2 node_network_iface_link{device="veth6c05f1e"} 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="veth9554b89"} 2 node_network_iface_link{device="veth97a99d3"} 2 node_network_iface_link{device="veth9cb208e"} 2 node_network_iface_link{device="vetha1fd516"} 3 node_network_iface_link{device="vethab0e431"} 2 node_network_iface_link{device="vethc38875c"} 2 node_network_iface_link{device="vethc7d4f95"} 2 node_network_iface_link{device="vethcbd349d"} 2 node_network_iface_link{device="vethccf5e06"} 2 node_network_iface_link{device="vethd2bb433"} 2 node_network_iface_link{device="vethd6e5156"} 2 node_network_iface_link{device="vethe7268aa"} 2 node_network_iface_link{device="vethe8a2e21"} 2 node_network_iface_link{device="vethe9274ba"} 2 node_network_iface_link{device="vethefeca80"} 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-37ea62e131ca"} 0 node_network_iface_link_mode{device="br-40be9d39df46"} 0 node_network_iface_link_mode{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 0 node_network_iface_link_mode{device="br-b2cb138fe85e"} 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="veth038de6f"} 0 node_network_iface_link_mode{device="veth05a90bc"} 0 node_network_iface_link_mode{device="veth0a9c612"} 0 node_network_iface_link_mode{device="veth150a5d1"} 0 node_network_iface_link_mode{device="veth1f30581"} 0 node_network_iface_link_mode{device="veth2611e5d"} 0 node_network_iface_link_mode{device="veth2619b87"} 0 node_network_iface_link_mode{device="veth281f9f1"} 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="veth4069670"} 0 node_network_iface_link_mode{device="veth41566fc"} 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="veth5bbb667"} 0 node_network_iface_link_mode{device="veth5c5f567"} 0 node_network_iface_link_mode{device="veth6c05f1e"} 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="veth9554b89"} 0 node_network_iface_link_mode{device="veth97a99d3"} 0 node_network_iface_link_mode{device="veth9cb208e"} 0 node_network_iface_link_mode{device="vetha1fd516"} 0 node_network_iface_link_mode{device="vethab0e431"} 0 node_network_iface_link_mode{device="vethc38875c"} 0 node_network_iface_link_mode{device="vethc7d4f95"} 0 node_network_iface_link_mode{device="vethcbd349d"} 0 node_network_iface_link_mode{device="vethccf5e06"} 0 node_network_iface_link_mode{device="vethd2bb433"} 0 node_network_iface_link_mode{device="vethd6e5156"} 0 node_network_iface_link_mode{device="vethe7268aa"} 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 # 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:36:cf:69:32:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcbd349d",duplex="full",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="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="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="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:36:2d:76:80:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth281f9f1",duplex="full",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="42:46:53:cd:cf:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b2cb138fe85e",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="52:05:f5:c1:dd:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccf5e06",duplex="full",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: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:17:06:a8:ab:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-461834b88cbb",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="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="a2:f0:55:58:1f:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7268aa",duplex="full",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="ae:c1:80:96:67:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab0e431",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="c6:9a:aa:d1:9d:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-37ea62e131ca",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="ce:d5:6d:6c:ad:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0a9c612",duplex="full",ifalias="",operstate="up"} 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="d6:00:d8:3d:6e:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41566fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:88:81:40:81:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c05f1e",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: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="ea:b3:2e:16:0c:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f30581",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="f6:36:6a:30:a3:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha1fd516",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:bc:6d:15:fa:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth038de6f",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:ab:94:54:88:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe9274ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:0b:87:4e:2d:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-40be9d39df46",duplex="unknown",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-37ea62e131ca"} 1500 node_network_mtu_bytes{device="br-40be9d39df46"} 1500 node_network_mtu_bytes{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 1500 node_network_mtu_bytes{device="br-b2cb138fe85e"} 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="veth038de6f"} 1500 node_network_mtu_bytes{device="veth05a90bc"} 1500 node_network_mtu_bytes{device="veth0a9c612"} 1500 node_network_mtu_bytes{device="veth150a5d1"} 1500 node_network_mtu_bytes{device="veth1f30581"} 1500 node_network_mtu_bytes{device="veth2611e5d"} 1500 node_network_mtu_bytes{device="veth2619b87"} 1500 node_network_mtu_bytes{device="veth281f9f1"} 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="veth4069670"} 1500 node_network_mtu_bytes{device="veth41566fc"} 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="veth5bbb667"} 1500 node_network_mtu_bytes{device="veth5c5f567"} 1500 node_network_mtu_bytes{device="veth6c05f1e"} 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="veth9554b89"} 1500 node_network_mtu_bytes{device="veth97a99d3"} 1500 node_network_mtu_bytes{device="veth9cb208e"} 1500 node_network_mtu_bytes{device="vetha1fd516"} 1500 node_network_mtu_bytes{device="vethab0e431"} 1500 node_network_mtu_bytes{device="vethc38875c"} 1500 node_network_mtu_bytes{device="vethc7d4f95"} 1500 node_network_mtu_bytes{device="vethcbd349d"} 1500 node_network_mtu_bytes{device="vethccf5e06"} 1500 node_network_mtu_bytes{device="vethd2bb433"} 1500 node_network_mtu_bytes{device="vethd6e5156"} 1500 node_network_mtu_bytes{device="vethe7268aa"} 1500 node_network_mtu_bytes{device="vethe8a2e21"} 1500 node_network_mtu_bytes{device="vethe9274ba"} 1500 node_network_mtu_bytes{device="vethefeca80"} 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-37ea62e131ca"} 3 node_network_name_assign_type{device="br-40be9d39df46"} 3 node_network_name_assign_type{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 3 node_network_name_assign_type{device="br-b2cb138fe85e"} 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="veth038de6f"} 3 node_network_name_assign_type{device="veth05a90bc"} 3 node_network_name_assign_type{device="veth0a9c612"} 3 node_network_name_assign_type{device="veth150a5d1"} 3 node_network_name_assign_type{device="veth1f30581"} 3 node_network_name_assign_type{device="veth2611e5d"} 3 node_network_name_assign_type{device="veth2619b87"} 3 node_network_name_assign_type{device="veth281f9f1"} 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="veth4069670"} 3 node_network_name_assign_type{device="veth41566fc"} 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="veth5bbb667"} 3 node_network_name_assign_type{device="veth5c5f567"} 3 node_network_name_assign_type{device="veth6c05f1e"} 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="veth9554b89"} 3 node_network_name_assign_type{device="veth97a99d3"} 3 node_network_name_assign_type{device="veth9cb208e"} 3 node_network_name_assign_type{device="vetha1fd516"} 3 node_network_name_assign_type{device="vethab0e431"} 3 node_network_name_assign_type{device="vethc38875c"} 3 node_network_name_assign_type{device="vethc7d4f95"} 3 node_network_name_assign_type{device="vethcbd349d"} 3 node_network_name_assign_type{device="vethccf5e06"} 3 node_network_name_assign_type{device="vethd2bb433"} 3 node_network_name_assign_type{device="vethd6e5156"} 3 node_network_name_assign_type{device="vethe7268aa"} 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 # 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-37ea62e131ca"} 0 node_network_net_dev_group{device="br-40be9d39df46"} 0 node_network_net_dev_group{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 0 node_network_net_dev_group{device="br-b2cb138fe85e"} 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="veth038de6f"} 0 node_network_net_dev_group{device="veth05a90bc"} 0 node_network_net_dev_group{device="veth0a9c612"} 0 node_network_net_dev_group{device="veth150a5d1"} 0 node_network_net_dev_group{device="veth1f30581"} 0 node_network_net_dev_group{device="veth2611e5d"} 0 node_network_net_dev_group{device="veth2619b87"} 0 node_network_net_dev_group{device="veth281f9f1"} 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="veth4069670"} 0 node_network_net_dev_group{device="veth41566fc"} 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="veth5bbb667"} 0 node_network_net_dev_group{device="veth5c5f567"} 0 node_network_net_dev_group{device="veth6c05f1e"} 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="veth9554b89"} 0 node_network_net_dev_group{device="veth97a99d3"} 0 node_network_net_dev_group{device="veth9cb208e"} 0 node_network_net_dev_group{device="vetha1fd516"} 0 node_network_net_dev_group{device="vethab0e431"} 0 node_network_net_dev_group{device="vethc38875c"} 0 node_network_net_dev_group{device="vethc7d4f95"} 0 node_network_net_dev_group{device="vethcbd349d"} 0 node_network_net_dev_group{device="vethccf5e06"} 0 node_network_net_dev_group{device="vethd2bb433"} 0 node_network_net_dev_group{device="vethd6e5156"} 0 node_network_net_dev_group{device="vethe7268aa"} 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 # 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-37ea62e131ca"} 1 node_network_protocol_type{device="br-40be9d39df46"} 1 node_network_protocol_type{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 1 node_network_protocol_type{device="br-b2cb138fe85e"} 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="veth038de6f"} 1 node_network_protocol_type{device="veth05a90bc"} 1 node_network_protocol_type{device="veth0a9c612"} 1 node_network_protocol_type{device="veth150a5d1"} 1 node_network_protocol_type{device="veth1f30581"} 1 node_network_protocol_type{device="veth2611e5d"} 1 node_network_protocol_type{device="veth2619b87"} 1 node_network_protocol_type{device="veth281f9f1"} 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="veth4069670"} 1 node_network_protocol_type{device="veth41566fc"} 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="veth5bbb667"} 1 node_network_protocol_type{device="veth5c5f567"} 1 node_network_protocol_type{device="veth6c05f1e"} 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="veth9554b89"} 1 node_network_protocol_type{device="veth97a99d3"} 1 node_network_protocol_type{device="veth9cb208e"} 1 node_network_protocol_type{device="vetha1fd516"} 1 node_network_protocol_type{device="vethab0e431"} 1 node_network_protocol_type{device="vethc38875c"} 1 node_network_protocol_type{device="vethc7d4f95"} 1 node_network_protocol_type{device="vethcbd349d"} 1 node_network_protocol_type{device="vethccf5e06"} 1 node_network_protocol_type{device="vethd2bb433"} 1 node_network_protocol_type{device="vethd6e5156"} 1 node_network_protocol_type{device="vethe7268aa"} 1 node_network_protocol_type{device="vethe8a2e21"} 1 node_network_protocol_type{device="vethe9274ba"} 1 node_network_protocol_type{device="vethefeca80"} 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"} 7.06100196e+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"} 6.202974e+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-37ea62e131ca"} 1.25e+09 node_network_speed_bytes{device="br-40be9d39df46"} 1.25e+09 node_network_speed_bytes{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 1.25e+09 node_network_speed_bytes{device="br-b2cb138fe85e"} 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="veth038de6f"} 1.25e+09 node_network_speed_bytes{device="veth05a90bc"} 1.25e+09 node_network_speed_bytes{device="veth0a9c612"} 1.25e+09 node_network_speed_bytes{device="veth150a5d1"} 1.25e+09 node_network_speed_bytes{device="veth1f30581"} 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="veth281f9f1"} 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="veth4069670"} 1.25e+09 node_network_speed_bytes{device="veth41566fc"} 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="veth5bbb667"} 1.25e+09 node_network_speed_bytes{device="veth5c5f567"} 1.25e+09 node_network_speed_bytes{device="veth6c05f1e"} 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="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="vetha1fd516"} 1.25e+09 node_network_speed_bytes{device="vethab0e431"} 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="vethcbd349d"} 1.25e+09 node_network_speed_bytes{device="vethccf5e06"} 1.25e+09 node_network_speed_bytes{device="vethd2bb433"} 1.25e+09 node_network_speed_bytes{device="vethd6e5156"} 1.25e+09 node_network_speed_bytes{device="vethe7268aa"} 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 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 2.1989317455e+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"} 6.190179e+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-37ea62e131ca"} 0 node_network_transmit_queue_length{device="br-40be9d39df46"} 0 node_network_transmit_queue_length{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 0 node_network_transmit_queue_length{device="br-b2cb138fe85e"} 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="veth038de6f"} 0 node_network_transmit_queue_length{device="veth05a90bc"} 0 node_network_transmit_queue_length{device="veth0a9c612"} 0 node_network_transmit_queue_length{device="veth150a5d1"} 0 node_network_transmit_queue_length{device="veth1f30581"} 0 node_network_transmit_queue_length{device="veth2611e5d"} 0 node_network_transmit_queue_length{device="veth2619b87"} 0 node_network_transmit_queue_length{device="veth281f9f1"} 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="veth4069670"} 0 node_network_transmit_queue_length{device="veth41566fc"} 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="veth5bbb667"} 0 node_network_transmit_queue_length{device="veth5c5f567"} 0 node_network_transmit_queue_length{device="veth6c05f1e"} 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="veth9554b89"} 0 node_network_transmit_queue_length{device="veth97a99d3"} 0 node_network_transmit_queue_length{device="veth9cb208e"} 0 node_network_transmit_queue_length{device="vetha1fd516"} 0 node_network_transmit_queue_length{device="vethab0e431"} 0 node_network_transmit_queue_length{device="vethc38875c"} 0 node_network_transmit_queue_length{device="vethc7d4f95"} 0 node_network_transmit_queue_length{device="vethcbd349d"} 0 node_network_transmit_queue_length{device="vethccf5e06"} 0 node_network_transmit_queue_length{device="vethd2bb433"} 0 node_network_transmit_queue_length{device="vethd6e5156"} 0 node_network_transmit_queue_length{device="vethe7268aa"} 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 # 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-37ea62e131ca"} 1 node_network_up{device="br-40be9d39df46"} 1 node_network_up{device="br-461834b88cbb"} 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-b0b31f1d3e17"} 1 node_network_up{device="br-b2cb138fe85e"} 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="veth038de6f"} 1 node_network_up{device="veth05a90bc"} 1 node_network_up{device="veth0a9c612"} 1 node_network_up{device="veth150a5d1"} 1 node_network_up{device="veth1f30581"} 1 node_network_up{device="veth2611e5d"} 1 node_network_up{device="veth2619b87"} 1 node_network_up{device="veth281f9f1"} 1 node_network_up{device="veth2952273"} 1 node_network_up{device="veth2e88039"} 1 node_network_up{device="veth37ef7db"} 1 node_network_up{device="veth4069670"} 1 node_network_up{device="veth41566fc"} 1 node_network_up{device="veth4e6a7e1"} 1 node_network_up{device="veth51694ad"} 1 node_network_up{device="veth55c1c72"} 1 node_network_up{device="veth5bbb667"} 1 node_network_up{device="veth5c5f567"} 1 node_network_up{device="veth6c05f1e"} 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="veth9554b89"} 1 node_network_up{device="veth97a99d3"} 1 node_network_up{device="veth9cb208e"} 1 node_network_up{device="vetha1fd516"} 1 node_network_up{device="vethab0e431"} 1 node_network_up{device="vethc38875c"} 1 node_network_up{device="vethc7d4f95"} 1 node_network_up{device="vethcbd349d"} 1 node_network_up{device="vethccf5e06"} 1 node_network_up{device="vethd2bb433"} 1 node_network_up{device="vethd6e5156"} 1 node_network_up{device="vethe7268aa"} 1 node_network_up{device="vethe8a2e21"} 1 node_network_up{device="vethe9274ba"} 1 node_network_up{device="vethefeca80"} 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 33614.375373 # 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 598.6255659999999 # 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 613.424393 # 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 3.4401840000000004 # 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 3.455502 # 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 7 # 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"} 646309.814347069 node_schedstat_running_seconds_total{cpu="1"} 646988.250005311 node_schedstat_running_seconds_total{cpu="10"} 690006.593417683 node_schedstat_running_seconds_total{cpu="11"} 687661.855709875 node_schedstat_running_seconds_total{cpu="12"} 683129.727921764 node_schedstat_running_seconds_total{cpu="13"} 680111.882141311 node_schedstat_running_seconds_total{cpu="14"} 680096.695468496 node_schedstat_running_seconds_total{cpu="15"} 679752.68932024 node_schedstat_running_seconds_total{cpu="16"} 682119.275320892 node_schedstat_running_seconds_total{cpu="17"} 684029.044507679 node_schedstat_running_seconds_total{cpu="18"} 680730.872345832 node_schedstat_running_seconds_total{cpu="19"} 683647.552039545 node_schedstat_running_seconds_total{cpu="2"} 668076.433788783 node_schedstat_running_seconds_total{cpu="20"} 770614.458824475 node_schedstat_running_seconds_total{cpu="21"} 705183.966595108 node_schedstat_running_seconds_total{cpu="22"} 690001.14572762 node_schedstat_running_seconds_total{cpu="23"} 686560.478199701 node_schedstat_running_seconds_total{cpu="24"} 681494.813678286 node_schedstat_running_seconds_total{cpu="25"} 679779.451738599 node_schedstat_running_seconds_total{cpu="26"} 676533.649973091 node_schedstat_running_seconds_total{cpu="27"} 678798.129346294 node_schedstat_running_seconds_total{cpu="28"} 676074.893340986 node_schedstat_running_seconds_total{cpu="29"} 680572.891819941 node_schedstat_running_seconds_total{cpu="3"} 678670.127735449 node_schedstat_running_seconds_total{cpu="30"} 664754.805508165 node_schedstat_running_seconds_total{cpu="31"} 664207.205205976 node_schedstat_running_seconds_total{cpu="32"} 657576.738438479 node_schedstat_running_seconds_total{cpu="33"} 661705.316875296 node_schedstat_running_seconds_total{cpu="34"} 656454.800982215 node_schedstat_running_seconds_total{cpu="35"} 658557.881832786 node_schedstat_running_seconds_total{cpu="36"} 655957.443506241 node_schedstat_running_seconds_total{cpu="37"} 660565.332822396 node_schedstat_running_seconds_total{cpu="38"} 658283.898982876 node_schedstat_running_seconds_total{cpu="39"} 661009.63976218 node_schedstat_running_seconds_total{cpu="4"} 678113.980346669 node_schedstat_running_seconds_total{cpu="40"} 670047.481193179 node_schedstat_running_seconds_total{cpu="41"} 653650.76888761 node_schedstat_running_seconds_total{cpu="42"} 628375.50516958 node_schedstat_running_seconds_total{cpu="43"} 620616.063781483 node_schedstat_running_seconds_total{cpu="44"} 613584.453210879 node_schedstat_running_seconds_total{cpu="45"} 612690.366826127 node_schedstat_running_seconds_total{cpu="46"} 608877.571188007 node_schedstat_running_seconds_total{cpu="47"} 608751.786343606 node_schedstat_running_seconds_total{cpu="48"} 608414.0853684 node_schedstat_running_seconds_total{cpu="49"} 611896.188721823 node_schedstat_running_seconds_total{cpu="5"} 682212.140227068 node_schedstat_running_seconds_total{cpu="50"} 616953.720645684 node_schedstat_running_seconds_total{cpu="51"} 617493.59227141 node_schedstat_running_seconds_total{cpu="52"} 613937.923143401 node_schedstat_running_seconds_total{cpu="53"} 611747.817672961 node_schedstat_running_seconds_total{cpu="54"} 615866.212313881 node_schedstat_running_seconds_total{cpu="55"} 612319.976157244 node_schedstat_running_seconds_total{cpu="56"} 614947.650738801 node_schedstat_running_seconds_total{cpu="57"} 617818.53925759 node_schedstat_running_seconds_total{cpu="58"} 617336.409187091 node_schedstat_running_seconds_total{cpu="59"} 623890.705119542 node_schedstat_running_seconds_total{cpu="6"} 681987.052131988 node_schedstat_running_seconds_total{cpu="60"} 652367.655896966 node_schedstat_running_seconds_total{cpu="61"} 661757.969618758 node_schedstat_running_seconds_total{cpu="62"} 661924.25967671 node_schedstat_running_seconds_total{cpu="63"} 666848.812791835 node_schedstat_running_seconds_total{cpu="64"} 664924.561265682 node_schedstat_running_seconds_total{cpu="65"} 665978.233321951 node_schedstat_running_seconds_total{cpu="66"} 666249.967483354 node_schedstat_running_seconds_total{cpu="67"} 668993.382067236 node_schedstat_running_seconds_total{cpu="68"} 667132.046969926 node_schedstat_running_seconds_total{cpu="69"} 673011.70521069 node_schedstat_running_seconds_total{cpu="7"} 691313.868041217 node_schedstat_running_seconds_total{cpu="70"} 682141.977046751 node_schedstat_running_seconds_total{cpu="71"} 683433.309418678 node_schedstat_running_seconds_total{cpu="72"} 678294.709958372 node_schedstat_running_seconds_total{cpu="73"} 683622.476412212 node_schedstat_running_seconds_total{cpu="74"} 678884.072054204 node_schedstat_running_seconds_total{cpu="75"} 681592.155477543 node_schedstat_running_seconds_total{cpu="76"} 679645.180205767 node_schedstat_running_seconds_total{cpu="77"} 684671.334017343 node_schedstat_running_seconds_total{cpu="78"} 683731.217293448 node_schedstat_running_seconds_total{cpu="79"} 688578.603998962 node_schedstat_running_seconds_total{cpu="8"} 685533.947822204 node_schedstat_running_seconds_total{cpu="9"} 688077.954034183 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 3.294865444e+09 node_schedstat_timeslices_total{cpu="1"} 3.357973542e+09 node_schedstat_timeslices_total{cpu="10"} 3.580300726e+09 node_schedstat_timeslices_total{cpu="11"} 3.489120603e+09 node_schedstat_timeslices_total{cpu="12"} 3.455905397e+09 node_schedstat_timeslices_total{cpu="13"} 3.437383558e+09 node_schedstat_timeslices_total{cpu="14"} 3.386388822e+09 node_schedstat_timeslices_total{cpu="15"} 3.376129207e+09 node_schedstat_timeslices_total{cpu="16"} 3.332544282e+09 node_schedstat_timeslices_total{cpu="17"} 3.298474876e+09 node_schedstat_timeslices_total{cpu="18"} 3.304664919e+09 node_schedstat_timeslices_total{cpu="19"} 3.277029643e+09 node_schedstat_timeslices_total{cpu="2"} 3.423874704e+09 node_schedstat_timeslices_total{cpu="20"} 3.950881594e+09 node_schedstat_timeslices_total{cpu="21"} 4.098516961e+09 node_schedstat_timeslices_total{cpu="22"} 4.178031042e+09 node_schedstat_timeslices_total{cpu="23"} 4.18714764e+09 node_schedstat_timeslices_total{cpu="24"} 4.230142504e+09 node_schedstat_timeslices_total{cpu="25"} 4.246400753e+09 node_schedstat_timeslices_total{cpu="26"} 4.276004814e+09 node_schedstat_timeslices_total{cpu="27"} 4.265731183e+09 node_schedstat_timeslices_total{cpu="28"} 4.287456941e+09 node_schedstat_timeslices_total{cpu="29"} 4.262787401e+09 node_schedstat_timeslices_total{cpu="3"} 3.445411677e+09 node_schedstat_timeslices_total{cpu="30"} 4.255010507e+09 node_schedstat_timeslices_total{cpu="31"} 4.161263574e+09 node_schedstat_timeslices_total{cpu="32"} 4.166268487e+09 node_schedstat_timeslices_total{cpu="33"} 4.093251758e+09 node_schedstat_timeslices_total{cpu="34"} 4.098585245e+09 node_schedstat_timeslices_total{cpu="35"} 4.056388348e+09 node_schedstat_timeslices_total{cpu="36"} 4.059619476e+09 node_schedstat_timeslices_total{cpu="37"} 4.013303993e+09 node_schedstat_timeslices_total{cpu="38"} 4.033232776e+09 node_schedstat_timeslices_total{cpu="39"} 4.007557636e+09 node_schedstat_timeslices_total{cpu="4"} 3.508048606e+09 node_schedstat_timeslices_total{cpu="40"} 3.200115799e+09 node_schedstat_timeslices_total{cpu="41"} 3.230678303e+09 node_schedstat_timeslices_total{cpu="42"} 3.2167416e+09 node_schedstat_timeslices_total{cpu="43"} 3.186586475e+09 node_schedstat_timeslices_total{cpu="44"} 3.196089149e+09 node_schedstat_timeslices_total{cpu="45"} 3.179531156e+09 node_schedstat_timeslices_total{cpu="46"} 3.186667776e+09 node_schedstat_timeslices_total{cpu="47"} 3.157250309e+09 node_schedstat_timeslices_total{cpu="48"} 3.169227557e+09 node_schedstat_timeslices_total{cpu="49"} 3.160299377e+09 node_schedstat_timeslices_total{cpu="5"} 3.53357221e+09 node_schedstat_timeslices_total{cpu="50"} 3.175947556e+09 node_schedstat_timeslices_total{cpu="51"} 3.151251856e+09 node_schedstat_timeslices_total{cpu="52"} 3.163006314e+09 node_schedstat_timeslices_total{cpu="53"} 3.176809151e+09 node_schedstat_timeslices_total{cpu="54"} 3.174112912e+09 node_schedstat_timeslices_total{cpu="55"} 3.166659734e+09 node_schedstat_timeslices_total{cpu="56"} 3.145682388e+09 node_schedstat_timeslices_total{cpu="57"} 3.134816915e+09 node_schedstat_timeslices_total{cpu="58"} 3.159206356e+09 node_schedstat_timeslices_total{cpu="59"} 3.161449579e+09 node_schedstat_timeslices_total{cpu="6"} 3.568496948e+09 node_schedstat_timeslices_total{cpu="60"} 3.968436074e+09 node_schedstat_timeslices_total{cpu="61"} 3.995344889e+09 node_schedstat_timeslices_total{cpu="62"} 4.008970319e+09 node_schedstat_timeslices_total{cpu="63"} 3.985542677e+09 node_schedstat_timeslices_total{cpu="64"} 3.995636063e+09 node_schedstat_timeslices_total{cpu="65"} 3.996397165e+09 node_schedstat_timeslices_total{cpu="66"} 4.019658479e+09 node_schedstat_timeslices_total{cpu="67"} 3.989987171e+09 node_schedstat_timeslices_total{cpu="68"} 4.008169517e+09 node_schedstat_timeslices_total{cpu="69"} 3.985422428e+09 node_schedstat_timeslices_total{cpu="7"} 3.54505969e+09 node_schedstat_timeslices_total{cpu="70"} 4.012304966e+09 node_schedstat_timeslices_total{cpu="71"} 3.986566749e+09 node_schedstat_timeslices_total{cpu="72"} 4.040792889e+09 node_schedstat_timeslices_total{cpu="73"} 3.998019175e+09 node_schedstat_timeslices_total{cpu="74"} 4.030896613e+09 node_schedstat_timeslices_total{cpu="75"} 4.001963898e+09 node_schedstat_timeslices_total{cpu="76"} 4.012587199e+09 node_schedstat_timeslices_total{cpu="77"} 3.971077948e+09 node_schedstat_timeslices_total{cpu="78"} 3.995415237e+09 node_schedstat_timeslices_total{cpu="79"} 3.976307221e+09 node_schedstat_timeslices_total{cpu="8"} 3.583370099e+09 node_schedstat_timeslices_total{cpu="9"} 3.590168443e+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"} 19558.756911397 node_schedstat_waiting_seconds_total{cpu="1"} 9459.919278173 node_schedstat_waiting_seconds_total{cpu="10"} 9254.001830307 node_schedstat_waiting_seconds_total{cpu="11"} 9291.370551372 node_schedstat_waiting_seconds_total{cpu="12"} 9204.09525611 node_schedstat_waiting_seconds_total{cpu="13"} 9090.892488449 node_schedstat_waiting_seconds_total{cpu="14"} 8994.387355106 node_schedstat_waiting_seconds_total{cpu="15"} 14511.849409199 node_schedstat_waiting_seconds_total{cpu="16"} 9182.315466635 node_schedstat_waiting_seconds_total{cpu="17"} 9399.291043562 node_schedstat_waiting_seconds_total{cpu="18"} 9144.09481511 node_schedstat_waiting_seconds_total{cpu="19"} 9038.266795946 node_schedstat_waiting_seconds_total{cpu="2"} 9591.497540377 node_schedstat_waiting_seconds_total{cpu="20"} 10587.466413625 node_schedstat_waiting_seconds_total{cpu="21"} 9754.238561289 node_schedstat_waiting_seconds_total{cpu="22"} 9552.852475638 node_schedstat_waiting_seconds_total{cpu="23"} 9742.224563949 node_schedstat_waiting_seconds_total{cpu="24"} 9540.172252658 node_schedstat_waiting_seconds_total{cpu="25"} 9441.310074615 node_schedstat_waiting_seconds_total{cpu="26"} 11064.845488641 node_schedstat_waiting_seconds_total{cpu="27"} 9418.564834076 node_schedstat_waiting_seconds_total{cpu="28"} 9388.767198404 node_schedstat_waiting_seconds_total{cpu="29"} 9433.510837121 node_schedstat_waiting_seconds_total{cpu="3"} 9430.083110577 node_schedstat_waiting_seconds_total{cpu="30"} 9181.926369419 node_schedstat_waiting_seconds_total{cpu="31"} 9197.721885285 node_schedstat_waiting_seconds_total{cpu="32"} 9029.792420466 node_schedstat_waiting_seconds_total{cpu="33"} 9436.217829072 node_schedstat_waiting_seconds_total{cpu="34"} 9167.477095647 node_schedstat_waiting_seconds_total{cpu="35"} 9084.874616981 node_schedstat_waiting_seconds_total{cpu="36"} 9072.130501313 node_schedstat_waiting_seconds_total{cpu="37"} 9146.714689286 node_schedstat_waiting_seconds_total{cpu="38"} 9554.365680164 node_schedstat_waiting_seconds_total{cpu="39"} 9500.519844731 node_schedstat_waiting_seconds_total{cpu="4"} 9284.170564345 node_schedstat_waiting_seconds_total{cpu="40"} 8563.704409741 node_schedstat_waiting_seconds_total{cpu="41"} 8735.810963491 node_schedstat_waiting_seconds_total{cpu="42"} 8223.913030951 node_schedstat_waiting_seconds_total{cpu="43"} 8187.643617146 node_schedstat_waiting_seconds_total{cpu="44"} 8476.631859098 node_schedstat_waiting_seconds_total{cpu="45"} 8220.484038154 node_schedstat_waiting_seconds_total{cpu="46"} 9816.062469883 node_schedstat_waiting_seconds_total{cpu="47"} 8201.525348413 node_schedstat_waiting_seconds_total{cpu="48"} 8256.887181008 node_schedstat_waiting_seconds_total{cpu="49"} 8141.90057284 node_schedstat_waiting_seconds_total{cpu="5"} 9475.655258971 node_schedstat_waiting_seconds_total{cpu="50"} 8124.907503272 node_schedstat_waiting_seconds_total{cpu="51"} 8132.014800021 node_schedstat_waiting_seconds_total{cpu="52"} 8200.147992004 node_schedstat_waiting_seconds_total{cpu="53"} 8037.593543775 node_schedstat_waiting_seconds_total{cpu="54"} 8222.930073816 node_schedstat_waiting_seconds_total{cpu="55"} 9879.623209097 node_schedstat_waiting_seconds_total{cpu="56"} 8236.589143994 node_schedstat_waiting_seconds_total{cpu="57"} 8154.318865754 node_schedstat_waiting_seconds_total{cpu="58"} 8109.167509829 node_schedstat_waiting_seconds_total{cpu="59"} 8175.854530282 node_schedstat_waiting_seconds_total{cpu="6"} 8964.729050106 node_schedstat_waiting_seconds_total{cpu="60"} 9466.674890445 node_schedstat_waiting_seconds_total{cpu="61"} 9175.023004604 node_schedstat_waiting_seconds_total{cpu="62"} 9045.005903387 node_schedstat_waiting_seconds_total{cpu="63"} 9142.243668976 node_schedstat_waiting_seconds_total{cpu="64"} 9261.0206836 node_schedstat_waiting_seconds_total{cpu="65"} 9459.013560701 node_schedstat_waiting_seconds_total{cpu="66"} 9908.953266284 node_schedstat_waiting_seconds_total{cpu="67"} 9220.069186579 node_schedstat_waiting_seconds_total{cpu="68"} 9175.583312075 node_schedstat_waiting_seconds_total{cpu="69"} 9419.703422582 node_schedstat_waiting_seconds_total{cpu="7"} 9717.161675296 node_schedstat_waiting_seconds_total{cpu="70"} 9751.607794243 node_schedstat_waiting_seconds_total{cpu="71"} 9749.777444753 node_schedstat_waiting_seconds_total{cpu="72"} 9709.878183719 node_schedstat_waiting_seconds_total{cpu="73"} 9982.675368225 node_schedstat_waiting_seconds_total{cpu="74"} 9681.930102244 node_schedstat_waiting_seconds_total{cpu="75"} 9767.324669424 node_schedstat_waiting_seconds_total{cpu="76"} 9649.560381305 node_schedstat_waiting_seconds_total{cpu="77"} 9770.012149337 node_schedstat_waiting_seconds_total{cpu="78"} 9946.952997667 node_schedstat_waiting_seconds_total{cpu="79"} 9892.892184075 node_schedstat_waiting_seconds_total{cpu="8"} 9294.419398649 node_schedstat_waiting_seconds_total{cpu="9"} 9231.414898743 # 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.000229955 node_scrape_collector_duration_seconds{collector="bcache"} 1.1401e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.0133e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.001124857 node_scrape_collector_duration_seconds{collector="conntrack"} 9.4635e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.00600517 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000539173 node_scrape_collector_duration_seconds{collector="diskstats"} 0.002553875 node_scrape_collector_duration_seconds{collector="dmi"} 2.2892e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.004056774 node_scrape_collector_duration_seconds{collector="entropy"} 0.000263774 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.312e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.000105236 node_scrape_collector_duration_seconds{collector="filesystem"} 0.020594224 node_scrape_collector_duration_seconds{collector="hwmon"} 0.073781884 node_scrape_collector_duration_seconds{collector="infiniband"} 5.6815e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 3.4181e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 6.8247e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 4.359e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000326321 node_scrape_collector_duration_seconds{collector="netclass"} 0.096800062 node_scrape_collector_duration_seconds{collector="netdev"} 0.000468243 node_scrape_collector_duration_seconds{collector="netstat"} 0.001895735 node_scrape_collector_duration_seconds{collector="nfs"} 4.7332e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 1.5654e-05 node_scrape_collector_duration_seconds{collector="nvme"} 3.4709e-05 node_scrape_collector_duration_seconds{collector="os"} 2.7691e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.7123e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000297898 node_scrape_collector_duration_seconds{collector="rapl"} 0.00028528 node_scrape_collector_duration_seconds{collector="schedstat"} 0.004146794 node_scrape_collector_duration_seconds{collector="selinux"} 0.00405837 node_scrape_collector_duration_seconds{collector="sockstat"} 0.003402233 node_scrape_collector_duration_seconds{collector="softnet"} 0.004043837 node_scrape_collector_duration_seconds{collector="stat"} 0.001491655 node_scrape_collector_duration_seconds{collector="tapestats"} 1.4174e-05 node_scrape_collector_duration_seconds{collector="textfile"} 5.0972e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.006234042 node_scrape_collector_duration_seconds{collector="time"} 0.000114069 node_scrape_collector_duration_seconds{collector="timex"} 0.00401846 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.00494422 node_scrape_collector_duration_seconds{collector="uname"} 0.004021697 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000344516 node_scrape_collector_duration_seconds{collector="watchdog"} 1.6507e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.623e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.8561e-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 4 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 27317 # 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 1143 # 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 4.681728e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 24 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 1 # 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 931 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 3.813376e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 0 node_softnet_backlog_len{cpu="24"} 0 node_softnet_backlog_len{cpu="25"} 0 node_softnet_backlog_len{cpu="26"} 0 node_softnet_backlog_len{cpu="27"} 0 node_softnet_backlog_len{cpu="28"} 0 node_softnet_backlog_len{cpu="29"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="30"} 0 node_softnet_backlog_len{cpu="31"} 0 node_softnet_backlog_len{cpu="32"} 0 node_softnet_backlog_len{cpu="33"} 0 node_softnet_backlog_len{cpu="34"} 0 node_softnet_backlog_len{cpu="35"} 0 node_softnet_backlog_len{cpu="36"} 0 node_softnet_backlog_len{cpu="37"} 0 node_softnet_backlog_len{cpu="38"} 0 node_softnet_backlog_len{cpu="39"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="40"} 0 node_softnet_backlog_len{cpu="41"} 0 node_softnet_backlog_len{cpu="42"} 0 node_softnet_backlog_len{cpu="43"} 0 node_softnet_backlog_len{cpu="44"} 0 node_softnet_backlog_len{cpu="45"} 0 node_softnet_backlog_len{cpu="46"} 0 node_softnet_backlog_len{cpu="47"} 0 node_softnet_backlog_len{cpu="48"} 0 node_softnet_backlog_len{cpu="49"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="50"} 0 node_softnet_backlog_len{cpu="51"} 0 node_softnet_backlog_len{cpu="52"} 0 node_softnet_backlog_len{cpu="53"} 0 node_softnet_backlog_len{cpu="54"} 0 node_softnet_backlog_len{cpu="55"} 0 node_softnet_backlog_len{cpu="56"} 0 node_softnet_backlog_len{cpu="57"} 0 node_softnet_backlog_len{cpu="58"} 0 node_softnet_backlog_len{cpu="59"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="60"} 0 node_softnet_backlog_len{cpu="61"} 0 node_softnet_backlog_len{cpu="62"} 0 node_softnet_backlog_len{cpu="63"} 0 node_softnet_backlog_len{cpu="64"} 0 node_softnet_backlog_len{cpu="65"} 0 node_softnet_backlog_len{cpu="66"} 0 node_softnet_backlog_len{cpu="67"} 0 node_softnet_backlog_len{cpu="68"} 0 node_softnet_backlog_len{cpu="69"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="70"} 0 node_softnet_backlog_len{cpu="71"} 0 node_softnet_backlog_len{cpu="72"} 0 node_softnet_backlog_len{cpu="73"} 0 node_softnet_backlog_len{cpu="74"} 0 node_softnet_backlog_len{cpu="75"} 0 node_softnet_backlog_len{cpu="76"} 0 node_softnet_backlog_len{cpu="77"} 0 node_softnet_backlog_len{cpu="78"} 0 node_softnet_backlog_len{cpu="79"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 0 node_softnet_cpu_collision_total{cpu="24"} 0 node_softnet_cpu_collision_total{cpu="25"} 0 node_softnet_cpu_collision_total{cpu="26"} 0 node_softnet_cpu_collision_total{cpu="27"} 0 node_softnet_cpu_collision_total{cpu="28"} 0 node_softnet_cpu_collision_total{cpu="29"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="30"} 0 node_softnet_cpu_collision_total{cpu="31"} 0 node_softnet_cpu_collision_total{cpu="32"} 0 node_softnet_cpu_collision_total{cpu="33"} 0 node_softnet_cpu_collision_total{cpu="34"} 0 node_softnet_cpu_collision_total{cpu="35"} 0 node_softnet_cpu_collision_total{cpu="36"} 0 node_softnet_cpu_collision_total{cpu="37"} 0 node_softnet_cpu_collision_total{cpu="38"} 0 node_softnet_cpu_collision_total{cpu="39"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="40"} 0 node_softnet_cpu_collision_total{cpu="41"} 0 node_softnet_cpu_collision_total{cpu="42"} 0 node_softnet_cpu_collision_total{cpu="43"} 0 node_softnet_cpu_collision_total{cpu="44"} 0 node_softnet_cpu_collision_total{cpu="45"} 0 node_softnet_cpu_collision_total{cpu="46"} 0 node_softnet_cpu_collision_total{cpu="47"} 0 node_softnet_cpu_collision_total{cpu="48"} 0 node_softnet_cpu_collision_total{cpu="49"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="50"} 0 node_softnet_cpu_collision_total{cpu="51"} 0 node_softnet_cpu_collision_total{cpu="52"} 0 node_softnet_cpu_collision_total{cpu="53"} 0 node_softnet_cpu_collision_total{cpu="54"} 0 node_softnet_cpu_collision_total{cpu="55"} 0 node_softnet_cpu_collision_total{cpu="56"} 0 node_softnet_cpu_collision_total{cpu="57"} 0 node_softnet_cpu_collision_total{cpu="58"} 0 node_softnet_cpu_collision_total{cpu="59"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="60"} 0 node_softnet_cpu_collision_total{cpu="61"} 0 node_softnet_cpu_collision_total{cpu="62"} 0 node_softnet_cpu_collision_total{cpu="63"} 0 node_softnet_cpu_collision_total{cpu="64"} 0 node_softnet_cpu_collision_total{cpu="65"} 0 node_softnet_cpu_collision_total{cpu="66"} 0 node_softnet_cpu_collision_total{cpu="67"} 0 node_softnet_cpu_collision_total{cpu="68"} 0 node_softnet_cpu_collision_total{cpu="69"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="70"} 0 node_softnet_cpu_collision_total{cpu="71"} 0 node_softnet_cpu_collision_total{cpu="72"} 0 node_softnet_cpu_collision_total{cpu="73"} 0 node_softnet_cpu_collision_total{cpu="74"} 0 node_softnet_cpu_collision_total{cpu="75"} 0 node_softnet_cpu_collision_total{cpu="76"} 0 node_softnet_cpu_collision_total{cpu="77"} 0 node_softnet_cpu_collision_total{cpu="78"} 0 node_softnet_cpu_collision_total{cpu="79"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 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"} 9.24889598e+08 node_softnet_processed_total{cpu="1"} 1.771009408e+09 node_softnet_processed_total{cpu="10"} 2.80520582e+09 node_softnet_processed_total{cpu="11"} 2.788492192e+09 node_softnet_processed_total{cpu="12"} 2.774740598e+09 node_softnet_processed_total{cpu="13"} 2.754416325e+09 node_softnet_processed_total{cpu="14"} 2.761985626e+09 node_softnet_processed_total{cpu="15"} 2.723504071e+09 node_softnet_processed_total{cpu="16"} 2.783270495e+09 node_softnet_processed_total{cpu="17"} 2.748130072e+09 node_softnet_processed_total{cpu="18"} 2.749467911e+09 node_softnet_processed_total{cpu="19"} 2.724882053e+09 node_softnet_processed_total{cpu="2"} 2.844747011e+09 node_softnet_processed_total{cpu="20"} 1.50795628e+09 node_softnet_processed_total{cpu="21"} 1.279006519e+09 node_softnet_processed_total{cpu="22"} 1.184758958e+09 node_softnet_processed_total{cpu="23"} 1.118789424e+09 node_softnet_processed_total{cpu="24"} 1.067065352e+09 node_softnet_processed_total{cpu="25"} 1.0409277e+09 node_softnet_processed_total{cpu="26"} 1.009710442e+09 node_softnet_processed_total{cpu="27"} 9.77184508e+08 node_softnet_processed_total{cpu="28"} 9.78827052e+08 node_softnet_processed_total{cpu="29"} 9.54766136e+08 node_softnet_processed_total{cpu="3"} 2.900397571e+09 node_softnet_processed_total{cpu="30"} 9.28947259e+08 node_softnet_processed_total{cpu="31"} 9.13385037e+08 node_softnet_processed_total{cpu="32"} 9.11161998e+08 node_softnet_processed_total{cpu="33"} 8.92392632e+08 node_softnet_processed_total{cpu="34"} 9.00615851e+08 node_softnet_processed_total{cpu="35"} 8.82855973e+08 node_softnet_processed_total{cpu="36"} 8.89736521e+08 node_softnet_processed_total{cpu="37"} 8.76168502e+08 node_softnet_processed_total{cpu="38"} 8.74550304e+08 node_softnet_processed_total{cpu="39"} 8.66519632e+08 node_softnet_processed_total{cpu="4"} 2.888448048e+09 node_softnet_processed_total{cpu="40"} 2.743548196e+09 node_softnet_processed_total{cpu="41"} 2.126533093e+09 node_softnet_processed_total{cpu="42"} 1.834392345e+09 node_softnet_processed_total{cpu="43"} 1.751561351e+09 node_softnet_processed_total{cpu="44"} 1.727904878e+09 node_softnet_processed_total{cpu="45"} 1.684046346e+09 node_softnet_processed_total{cpu="46"} 1.551612803e+09 node_softnet_processed_total{cpu="47"} 1.524762818e+09 node_softnet_processed_total{cpu="48"} 1.489878754e+09 node_softnet_processed_total{cpu="49"} 1.466911671e+09 node_softnet_processed_total{cpu="5"} 2.866288029e+09 node_softnet_processed_total{cpu="50"} 1.46468504e+09 node_softnet_processed_total{cpu="51"} 1.423456799e+09 node_softnet_processed_total{cpu="52"} 1.422792157e+09 node_softnet_processed_total{cpu="53"} 1.406313612e+09 node_softnet_processed_total{cpu="54"} 1.428816658e+09 node_softnet_processed_total{cpu="55"} 1.387844668e+09 node_softnet_processed_total{cpu="56"} 1.37530348e+09 node_softnet_processed_total{cpu="57"} 1.36897456e+09 node_softnet_processed_total{cpu="58"} 1.357006363e+09 node_softnet_processed_total{cpu="59"} 1.35229399e+09 node_softnet_processed_total{cpu="6"} 2.863179777e+09 node_softnet_processed_total{cpu="60"} 8.59242686e+08 node_softnet_processed_total{cpu="61"} 8.59402749e+08 node_softnet_processed_total{cpu="62"} 8.64821209e+08 node_softnet_processed_total{cpu="63"} 8.56984658e+08 node_softnet_processed_total{cpu="64"} 8.85062239e+08 node_softnet_processed_total{cpu="65"} 8.75384356e+08 node_softnet_processed_total{cpu="66"} 8.7234336e+08 node_softnet_processed_total{cpu="67"} 8.65466029e+08 node_softnet_processed_total{cpu="68"} 8.67763979e+08 node_softnet_processed_total{cpu="69"} 8.61236301e+08 node_softnet_processed_total{cpu="7"} 2.830432095e+09 node_softnet_processed_total{cpu="70"} 8.47339415e+08 node_softnet_processed_total{cpu="71"} 8.37391387e+08 node_softnet_processed_total{cpu="72"} 8.50866082e+08 node_softnet_processed_total{cpu="73"} 8.40580813e+08 node_softnet_processed_total{cpu="74"} 8.48541228e+08 node_softnet_processed_total{cpu="75"} 8.36295463e+08 node_softnet_processed_total{cpu="76"} 8.39862039e+08 node_softnet_processed_total{cpu="77"} 8.26355741e+08 node_softnet_processed_total{cpu="78"} 8.25833237e+08 node_softnet_processed_total{cpu="79"} 8.17112059e+08 node_softnet_processed_total{cpu="8"} 2.842642217e+09 node_softnet_processed_total{cpu="9"} 2.816883925e+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"} 48 node_softnet_times_squeezed_total{cpu="1"} 731 node_softnet_times_squeezed_total{cpu="10"} 3920 node_softnet_times_squeezed_total{cpu="11"} 3676 node_softnet_times_squeezed_total{cpu="12"} 3979 node_softnet_times_squeezed_total{cpu="13"} 3476 node_softnet_times_squeezed_total{cpu="14"} 3947 node_softnet_times_squeezed_total{cpu="15"} 3613 node_softnet_times_squeezed_total{cpu="16"} 3940 node_softnet_times_squeezed_total{cpu="17"} 3857 node_softnet_times_squeezed_total{cpu="18"} 3802 node_softnet_times_squeezed_total{cpu="19"} 4140 node_softnet_times_squeezed_total{cpu="2"} 3029 node_softnet_times_squeezed_total{cpu="20"} 43 node_softnet_times_squeezed_total{cpu="21"} 66 node_softnet_times_squeezed_total{cpu="22"} 59 node_softnet_times_squeezed_total{cpu="23"} 89 node_softnet_times_squeezed_total{cpu="24"} 44 node_softnet_times_squeezed_total{cpu="25"} 55 node_softnet_times_squeezed_total{cpu="26"} 38 node_softnet_times_squeezed_total{cpu="27"} 34 node_softnet_times_squeezed_total{cpu="28"} 47 node_softnet_times_squeezed_total{cpu="29"} 30 node_softnet_times_squeezed_total{cpu="3"} 3629 node_softnet_times_squeezed_total{cpu="30"} 37 node_softnet_times_squeezed_total{cpu="31"} 40 node_softnet_times_squeezed_total{cpu="32"} 35 node_softnet_times_squeezed_total{cpu="33"} 29 node_softnet_times_squeezed_total{cpu="34"} 38 node_softnet_times_squeezed_total{cpu="35"} 21 node_softnet_times_squeezed_total{cpu="36"} 32 node_softnet_times_squeezed_total{cpu="37"} 32 node_softnet_times_squeezed_total{cpu="38"} 28 node_softnet_times_squeezed_total{cpu="39"} 32 node_softnet_times_squeezed_total{cpu="4"} 3215 node_softnet_times_squeezed_total{cpu="40"} 3668 node_softnet_times_squeezed_total{cpu="41"} 1643 node_softnet_times_squeezed_total{cpu="42"} 457 node_softnet_times_squeezed_total{cpu="43"} 508 node_softnet_times_squeezed_total{cpu="44"} 470 node_softnet_times_squeezed_total{cpu="45"} 517 node_softnet_times_squeezed_total{cpu="46"} 426 node_softnet_times_squeezed_total{cpu="47"} 484 node_softnet_times_squeezed_total{cpu="48"} 530 node_softnet_times_squeezed_total{cpu="49"} 550 node_softnet_times_squeezed_total{cpu="5"} 3906 node_softnet_times_squeezed_total{cpu="50"} 533 node_softnet_times_squeezed_total{cpu="51"} 505 node_softnet_times_squeezed_total{cpu="52"} 485 node_softnet_times_squeezed_total{cpu="53"} 487 node_softnet_times_squeezed_total{cpu="54"} 502 node_softnet_times_squeezed_total{cpu="55"} 469 node_softnet_times_squeezed_total{cpu="56"} 572 node_softnet_times_squeezed_total{cpu="57"} 499 node_softnet_times_squeezed_total{cpu="58"} 515 node_softnet_times_squeezed_total{cpu="59"} 568 node_softnet_times_squeezed_total{cpu="6"} 3397 node_softnet_times_squeezed_total{cpu="60"} 30 node_softnet_times_squeezed_total{cpu="61"} 30 node_softnet_times_squeezed_total{cpu="62"} 28 node_softnet_times_squeezed_total{cpu="63"} 43 node_softnet_times_squeezed_total{cpu="64"} 32 node_softnet_times_squeezed_total{cpu="65"} 40 node_softnet_times_squeezed_total{cpu="66"} 27 node_softnet_times_squeezed_total{cpu="67"} 31 node_softnet_times_squeezed_total{cpu="68"} 29 node_softnet_times_squeezed_total{cpu="69"} 31 node_softnet_times_squeezed_total{cpu="7"} 3709 node_softnet_times_squeezed_total{cpu="70"} 35 node_softnet_times_squeezed_total{cpu="71"} 33 node_softnet_times_squeezed_total{cpu="72"} 24 node_softnet_times_squeezed_total{cpu="73"} 32 node_softnet_times_squeezed_total{cpu="74"} 28 node_softnet_times_squeezed_total{cpu="75"} 42 node_softnet_times_squeezed_total{cpu="76"} 30 node_softnet_times_squeezed_total{cpu="77"} 34 node_softnet_times_squeezed_total{cpu="78"} 45 node_softnet_times_squeezed_total{cpu="79"} 29 node_softnet_times_squeezed_total{cpu="8"} 3871 node_softnet_times_squeezed_total{cpu="9"} 4134 # 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"} 37 # 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.769806070568977e+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 4.36833567011e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 53399 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 3.96456097e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.7742573537e+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 61 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 93292.73 # 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 6.17890829e+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 2.1902639325e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.6007168e+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"} 686216 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0