# 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"} 3.2926e-05 go_gc_duration_seconds{quantile="0.25"} 5.0191e-05 go_gc_duration_seconds{quantile="0.5"} 5.7979e-05 go_gc_duration_seconds{quantile="0.75"} 6.573e-05 go_gc_duration_seconds{quantile="1"} 0.000402059 go_gc_duration_seconds_sum 0.054688118 go_gc_duration_seconds_count 801 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.1"} 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 2.009928e+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 6.4976856e+07 # 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 1.463738e+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 528210 # 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.328752e+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 2.009928e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.26976e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.620864e+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 5097 # 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 1.204224e+07 # 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.6318464e+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.782990491360837e+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 533307 # 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 2296 # 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 192864 # 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 70880 # 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 4.284786e+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 731454 # 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 458752 # 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 458752 # 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.2640904e+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"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.782495166e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 5.3997590192e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="32",type="Processor"} 0 node_cooling_device_cur_state{name="33",type="Processor"} 0 node_cooling_device_cur_state{name="34",type="Processor"} 0 node_cooling_device_cur_state{name="35",type="Processor"} 0 node_cooling_device_cur_state{name="36",type="Processor"} 0 node_cooling_device_cur_state{name="37",type="Processor"} 0 node_cooling_device_cur_state{name="38",type="Processor"} 0 node_cooling_device_cur_state{name="39",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="40",type="Processor"} 0 node_cooling_device_cur_state{name="41",type="Processor"} 0 node_cooling_device_cur_state{name="42",type="Processor"} 0 node_cooling_device_cur_state{name="43",type="Processor"} 0 node_cooling_device_cur_state{name="44",type="Processor"} 0 node_cooling_device_cur_state{name="45",type="Processor"} 0 node_cooling_device_cur_state{name="46",type="Processor"} 0 node_cooling_device_cur_state{name="47",type="Processor"} 0 node_cooling_device_cur_state{name="48",type="Processor"} 0 node_cooling_device_cur_state{name="49",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="50",type="Processor"} 0 node_cooling_device_cur_state{name="51",type="Processor"} 0 node_cooling_device_cur_state{name="52",type="Processor"} 0 node_cooling_device_cur_state{name="53",type="Processor"} 0 node_cooling_device_cur_state{name="54",type="Processor"} 0 node_cooling_device_cur_state{name="55",type="Processor"} 0 node_cooling_device_cur_state{name="56",type="Processor"} 0 node_cooling_device_cur_state{name="57",type="Processor"} 0 node_cooling_device_cur_state{name="58",type="Processor"} 0 node_cooling_device_cur_state{name="59",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="60",type="Processor"} 0 node_cooling_device_cur_state{name="61",type="Processor"} 0 node_cooling_device_cur_state{name="62",type="Processor"} 0 node_cooling_device_cur_state{name="63",type="Processor"} 0 node_cooling_device_cur_state{name="64",type="Processor"} 0 node_cooling_device_cur_state{name="65",type="Processor"} 0 node_cooling_device_cur_state{name="66",type="Processor"} 0 node_cooling_device_cur_state{name="67",type="Processor"} 0 node_cooling_device_cur_state{name="68",type="Processor"} 0 node_cooling_device_cur_state{name="69",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="70",type="Processor"} 0 node_cooling_device_cur_state{name="71",type="Processor"} 0 node_cooling_device_cur_state{name="72",type="Processor"} 0 node_cooling_device_cur_state{name="73",type="Processor"} 0 node_cooling_device_cur_state{name="74",type="Processor"} 0 node_cooling_device_cur_state{name="75",type="Processor"} 0 node_cooling_device_cur_state{name="76",type="Processor"} 0 node_cooling_device_cur_state{name="77",type="Processor"} 0 node_cooling_device_cur_state{name="78",type="Processor"} 0 node_cooling_device_cur_state{name="79",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="80",type="intel_powerclamp"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 3 node_cooling_device_max_state{name="1",type="Processor"} 3 node_cooling_device_max_state{name="10",type="Processor"} 3 node_cooling_device_max_state{name="11",type="Processor"} 3 node_cooling_device_max_state{name="12",type="Processor"} 3 node_cooling_device_max_state{name="13",type="Processor"} 3 node_cooling_device_max_state{name="14",type="Processor"} 3 node_cooling_device_max_state{name="15",type="Processor"} 3 node_cooling_device_max_state{name="16",type="Processor"} 3 node_cooling_device_max_state{name="17",type="Processor"} 3 node_cooling_device_max_state{name="18",type="Processor"} 3 node_cooling_device_max_state{name="19",type="Processor"} 3 node_cooling_device_max_state{name="2",type="Processor"} 3 node_cooling_device_max_state{name="20",type="Processor"} 3 node_cooling_device_max_state{name="21",type="Processor"} 3 node_cooling_device_max_state{name="22",type="Processor"} 3 node_cooling_device_max_state{name="23",type="Processor"} 3 node_cooling_device_max_state{name="24",type="Processor"} 3 node_cooling_device_max_state{name="25",type="Processor"} 3 node_cooling_device_max_state{name="26",type="Processor"} 3 node_cooling_device_max_state{name="27",type="Processor"} 3 node_cooling_device_max_state{name="28",type="Processor"} 3 node_cooling_device_max_state{name="29",type="Processor"} 3 node_cooling_device_max_state{name="3",type="Processor"} 3 node_cooling_device_max_state{name="30",type="Processor"} 3 node_cooling_device_max_state{name="31",type="Processor"} 3 node_cooling_device_max_state{name="32",type="Processor"} 3 node_cooling_device_max_state{name="33",type="Processor"} 3 node_cooling_device_max_state{name="34",type="Processor"} 3 node_cooling_device_max_state{name="35",type="Processor"} 3 node_cooling_device_max_state{name="36",type="Processor"} 3 node_cooling_device_max_state{name="37",type="Processor"} 3 node_cooling_device_max_state{name="38",type="Processor"} 3 node_cooling_device_max_state{name="39",type="Processor"} 3 node_cooling_device_max_state{name="4",type="Processor"} 3 node_cooling_device_max_state{name="40",type="Processor"} 3 node_cooling_device_max_state{name="41",type="Processor"} 3 node_cooling_device_max_state{name="42",type="Processor"} 3 node_cooling_device_max_state{name="43",type="Processor"} 3 node_cooling_device_max_state{name="44",type="Processor"} 3 node_cooling_device_max_state{name="45",type="Processor"} 3 node_cooling_device_max_state{name="46",type="Processor"} 3 node_cooling_device_max_state{name="47",type="Processor"} 3 node_cooling_device_max_state{name="48",type="Processor"} 3 node_cooling_device_max_state{name="49",type="Processor"} 3 node_cooling_device_max_state{name="5",type="Processor"} 3 node_cooling_device_max_state{name="50",type="Processor"} 3 node_cooling_device_max_state{name="51",type="Processor"} 3 node_cooling_device_max_state{name="52",type="Processor"} 3 node_cooling_device_max_state{name="53",type="Processor"} 3 node_cooling_device_max_state{name="54",type="Processor"} 3 node_cooling_device_max_state{name="55",type="Processor"} 3 node_cooling_device_max_state{name="56",type="Processor"} 3 node_cooling_device_max_state{name="57",type="Processor"} 3 node_cooling_device_max_state{name="58",type="Processor"} 3 node_cooling_device_max_state{name="59",type="Processor"} 3 node_cooling_device_max_state{name="6",type="Processor"} 3 node_cooling_device_max_state{name="60",type="Processor"} 3 node_cooling_device_max_state{name="61",type="Processor"} 3 node_cooling_device_max_state{name="62",type="Processor"} 3 node_cooling_device_max_state{name="63",type="Processor"} 3 node_cooling_device_max_state{name="64",type="Processor"} 3 node_cooling_device_max_state{name="65",type="Processor"} 3 node_cooling_device_max_state{name="66",type="Processor"} 3 node_cooling_device_max_state{name="67",type="Processor"} 3 node_cooling_device_max_state{name="68",type="Processor"} 3 node_cooling_device_max_state{name="69",type="Processor"} 3 node_cooling_device_max_state{name="7",type="Processor"} 3 node_cooling_device_max_state{name="70",type="Processor"} 3 node_cooling_device_max_state{name="71",type="Processor"} 3 node_cooling_device_max_state{name="72",type="Processor"} 3 node_cooling_device_max_state{name="73",type="Processor"} 3 node_cooling_device_max_state{name="74",type="Processor"} 3 node_cooling_device_max_state{name="75",type="Processor"} 3 node_cooling_device_max_state{name="76",type="Processor"} 3 node_cooling_device_max_state{name="77",type="Processor"} 3 node_cooling_device_max_state{name="78",type="Processor"} 3 node_cooling_device_max_state{name="79",type="Processor"} 3 node_cooling_device_max_state{name="8",type="Processor"} 3 node_cooling_device_max_state{name="80",type="intel_powerclamp"} 100 node_cooling_device_max_state{name="9",type="Processor"} 3 # HELP node_cpu_core_throttles_total Number of times this CPU core has been throttled. # TYPE node_cpu_core_throttles_total counter node_cpu_core_throttles_total{core="0",package="0"} 0 node_cpu_core_throttles_total{core="0",package="1"} 0 node_cpu_core_throttles_total{core="1",package="0"} 0 node_cpu_core_throttles_total{core="1",package="1"} 0 node_cpu_core_throttles_total{core="10",package="0"} 0 node_cpu_core_throttles_total{core="10",package="1"} 0 node_cpu_core_throttles_total{core="11",package="0"} 0 node_cpu_core_throttles_total{core="11",package="1"} 0 node_cpu_core_throttles_total{core="12",package="0"} 0 node_cpu_core_throttles_total{core="12",package="1"} 0 node_cpu_core_throttles_total{core="16",package="0"} 0 node_cpu_core_throttles_total{core="16",package="1"} 0 node_cpu_core_throttles_total{core="17",package="0"} 0 node_cpu_core_throttles_total{core="17",package="1"} 0 node_cpu_core_throttles_total{core="18",package="0"} 0 node_cpu_core_throttles_total{core="18",package="1"} 0 node_cpu_core_throttles_total{core="19",package="0"} 0 node_cpu_core_throttles_total{core="19",package="1"} 0 node_cpu_core_throttles_total{core="2",package="0"} 0 node_cpu_core_throttles_total{core="2",package="1"} 0 node_cpu_core_throttles_total{core="20",package="0"} 0 node_cpu_core_throttles_total{core="20",package="1"} 0 node_cpu_core_throttles_total{core="24",package="0"} 0 node_cpu_core_throttles_total{core="24",package="1"} 0 node_cpu_core_throttles_total{core="25",package="0"} 0 node_cpu_core_throttles_total{core="25",package="1"} 0 node_cpu_core_throttles_total{core="26",package="0"} 0 node_cpu_core_throttles_total{core="26",package="1"} 0 node_cpu_core_throttles_total{core="27",package="0"} 0 node_cpu_core_throttles_total{core="27",package="1"} 0 node_cpu_core_throttles_total{core="28",package="0"} 0 node_cpu_core_throttles_total{core="28",package="1"} 0 node_cpu_core_throttles_total{core="3",package="0"} 0 node_cpu_core_throttles_total{core="3",package="1"} 0 node_cpu_core_throttles_total{core="4",package="0"} 0 node_cpu_core_throttles_total{core="4",package="1"} 0 node_cpu_core_throttles_total{core="8",package="0"} 0 node_cpu_core_throttles_total{core="8",package="1"} 0 node_cpu_core_throttles_total{core="9",package="0"} 0 node_cpu_core_throttles_total{core="9",package="1"} 0 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="1"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="10"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="11"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="12"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="13"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="14"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="15"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="16"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="17"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="18"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="19"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="2"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="20"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="21"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="22"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="23"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="24"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="25"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="26"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="27"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="28"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="29"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="3"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="30"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="31"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="32"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="33"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="34"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="35"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="36"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="37"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="38"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="39"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="4"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="40"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="41"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="42"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="43"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="44"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="45"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="46"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="47"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="48"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="49"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="5"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="50"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="51"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="52"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="53"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="54"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="55"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="56"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="57"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="58"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="59"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="6"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="60"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="61"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="62"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="63"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="64"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="65"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="66"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="67"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="68"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="69"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="7"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="70"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="71"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="72"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="73"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="74"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="75"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="76"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="77"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="78"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="79"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="8"} 3.7e+09 node_cpu_frequency_max_hertz{cpu="9"} 3.7e+09 # HELP node_cpu_frequency_min_hertz Minimum CPU thread frequency in hertz. # TYPE node_cpu_frequency_min_hertz gauge node_cpu_frequency_min_hertz{cpu="0"} 1e+09 node_cpu_frequency_min_hertz{cpu="1"} 1e+09 node_cpu_frequency_min_hertz{cpu="10"} 1e+09 node_cpu_frequency_min_hertz{cpu="11"} 1e+09 node_cpu_frequency_min_hertz{cpu="12"} 1e+09 node_cpu_frequency_min_hertz{cpu="13"} 1e+09 node_cpu_frequency_min_hertz{cpu="14"} 1e+09 node_cpu_frequency_min_hertz{cpu="15"} 1e+09 node_cpu_frequency_min_hertz{cpu="16"} 1e+09 node_cpu_frequency_min_hertz{cpu="17"} 1e+09 node_cpu_frequency_min_hertz{cpu="18"} 1e+09 node_cpu_frequency_min_hertz{cpu="19"} 1e+09 node_cpu_frequency_min_hertz{cpu="2"} 1e+09 node_cpu_frequency_min_hertz{cpu="20"} 1e+09 node_cpu_frequency_min_hertz{cpu="21"} 1e+09 node_cpu_frequency_min_hertz{cpu="22"} 1e+09 node_cpu_frequency_min_hertz{cpu="23"} 1e+09 node_cpu_frequency_min_hertz{cpu="24"} 1e+09 node_cpu_frequency_min_hertz{cpu="25"} 1e+09 node_cpu_frequency_min_hertz{cpu="26"} 1e+09 node_cpu_frequency_min_hertz{cpu="27"} 1e+09 node_cpu_frequency_min_hertz{cpu="28"} 1e+09 node_cpu_frequency_min_hertz{cpu="29"} 1e+09 node_cpu_frequency_min_hertz{cpu="3"} 1e+09 node_cpu_frequency_min_hertz{cpu="30"} 1e+09 node_cpu_frequency_min_hertz{cpu="31"} 1e+09 node_cpu_frequency_min_hertz{cpu="32"} 1e+09 node_cpu_frequency_min_hertz{cpu="33"} 1e+09 node_cpu_frequency_min_hertz{cpu="34"} 1e+09 node_cpu_frequency_min_hertz{cpu="35"} 1e+09 node_cpu_frequency_min_hertz{cpu="36"} 1e+09 node_cpu_frequency_min_hertz{cpu="37"} 1e+09 node_cpu_frequency_min_hertz{cpu="38"} 1e+09 node_cpu_frequency_min_hertz{cpu="39"} 1e+09 node_cpu_frequency_min_hertz{cpu="4"} 1e+09 node_cpu_frequency_min_hertz{cpu="40"} 1e+09 node_cpu_frequency_min_hertz{cpu="41"} 1e+09 node_cpu_frequency_min_hertz{cpu="42"} 1e+09 node_cpu_frequency_min_hertz{cpu="43"} 1e+09 node_cpu_frequency_min_hertz{cpu="44"} 1e+09 node_cpu_frequency_min_hertz{cpu="45"} 1e+09 node_cpu_frequency_min_hertz{cpu="46"} 1e+09 node_cpu_frequency_min_hertz{cpu="47"} 1e+09 node_cpu_frequency_min_hertz{cpu="48"} 1e+09 node_cpu_frequency_min_hertz{cpu="49"} 1e+09 node_cpu_frequency_min_hertz{cpu="5"} 1e+09 node_cpu_frequency_min_hertz{cpu="50"} 1e+09 node_cpu_frequency_min_hertz{cpu="51"} 1e+09 node_cpu_frequency_min_hertz{cpu="52"} 1e+09 node_cpu_frequency_min_hertz{cpu="53"} 1e+09 node_cpu_frequency_min_hertz{cpu="54"} 1e+09 node_cpu_frequency_min_hertz{cpu="55"} 1e+09 node_cpu_frequency_min_hertz{cpu="56"} 1e+09 node_cpu_frequency_min_hertz{cpu="57"} 1e+09 node_cpu_frequency_min_hertz{cpu="58"} 1e+09 node_cpu_frequency_min_hertz{cpu="59"} 1e+09 node_cpu_frequency_min_hertz{cpu="6"} 1e+09 node_cpu_frequency_min_hertz{cpu="60"} 1e+09 node_cpu_frequency_min_hertz{cpu="61"} 1e+09 node_cpu_frequency_min_hertz{cpu="62"} 1e+09 node_cpu_frequency_min_hertz{cpu="63"} 1e+09 node_cpu_frequency_min_hertz{cpu="64"} 1e+09 node_cpu_frequency_min_hertz{cpu="65"} 1e+09 node_cpu_frequency_min_hertz{cpu="66"} 1e+09 node_cpu_frequency_min_hertz{cpu="67"} 1e+09 node_cpu_frequency_min_hertz{cpu="68"} 1e+09 node_cpu_frequency_min_hertz{cpu="69"} 1e+09 node_cpu_frequency_min_hertz{cpu="7"} 1e+09 node_cpu_frequency_min_hertz{cpu="70"} 1e+09 node_cpu_frequency_min_hertz{cpu="71"} 1e+09 node_cpu_frequency_min_hertz{cpu="72"} 1e+09 node_cpu_frequency_min_hertz{cpu="73"} 1e+09 node_cpu_frequency_min_hertz{cpu="74"} 1e+09 node_cpu_frequency_min_hertz{cpu="75"} 1e+09 node_cpu_frequency_min_hertz{cpu="76"} 1e+09 node_cpu_frequency_min_hertz{cpu="77"} 1e+09 node_cpu_frequency_min_hertz{cpu="78"} 1e+09 node_cpu_frequency_min_hertz{cpu="79"} 1e+09 node_cpu_frequency_min_hertz{cpu="8"} 1e+09 node_cpu_frequency_min_hertz{cpu="9"} 1e+09 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 0 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 0 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",mode="user"} 0 node_cpu_guest_seconds_total{cpu="16",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="16",mode="user"} 0 node_cpu_guest_seconds_total{cpu="17",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="17",mode="user"} 0 node_cpu_guest_seconds_total{cpu="18",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="18",mode="user"} 0 node_cpu_guest_seconds_total{cpu="19",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="19",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="20",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="20",mode="user"} 0 node_cpu_guest_seconds_total{cpu="21",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="21",mode="user"} 0 node_cpu_guest_seconds_total{cpu="22",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="22",mode="user"} 0 node_cpu_guest_seconds_total{cpu="23",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="23",mode="user"} 0 node_cpu_guest_seconds_total{cpu="24",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="24",mode="user"} 0 node_cpu_guest_seconds_total{cpu="25",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="25",mode="user"} 0 node_cpu_guest_seconds_total{cpu="26",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="26",mode="user"} 0 node_cpu_guest_seconds_total{cpu="27",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="27",mode="user"} 0 node_cpu_guest_seconds_total{cpu="28",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="28",mode="user"} 0 node_cpu_guest_seconds_total{cpu="29",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="29",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="30",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="30",mode="user"} 0 node_cpu_guest_seconds_total{cpu="31",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="31",mode="user"} 0 node_cpu_guest_seconds_total{cpu="32",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="32",mode="user"} 0 node_cpu_guest_seconds_total{cpu="33",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="33",mode="user"} 0 node_cpu_guest_seconds_total{cpu="34",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="34",mode="user"} 0 node_cpu_guest_seconds_total{cpu="35",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="35",mode="user"} 0 node_cpu_guest_seconds_total{cpu="36",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="36",mode="user"} 0 node_cpu_guest_seconds_total{cpu="37",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="37",mode="user"} 0 node_cpu_guest_seconds_total{cpu="38",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="38",mode="user"} 0 node_cpu_guest_seconds_total{cpu="39",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="39",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="40",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="40",mode="user"} 0 node_cpu_guest_seconds_total{cpu="41",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="41",mode="user"} 0 node_cpu_guest_seconds_total{cpu="42",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="42",mode="user"} 0 node_cpu_guest_seconds_total{cpu="43",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="43",mode="user"} 0 node_cpu_guest_seconds_total{cpu="44",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="44",mode="user"} 0 node_cpu_guest_seconds_total{cpu="45",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="45",mode="user"} 0 node_cpu_guest_seconds_total{cpu="46",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="46",mode="user"} 0 node_cpu_guest_seconds_total{cpu="47",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="47",mode="user"} 0 node_cpu_guest_seconds_total{cpu="48",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="48",mode="user"} 0 node_cpu_guest_seconds_total{cpu="49",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="49",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="50",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="50",mode="user"} 0 node_cpu_guest_seconds_total{cpu="51",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="51",mode="user"} 0 node_cpu_guest_seconds_total{cpu="52",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="52",mode="user"} 0 node_cpu_guest_seconds_total{cpu="53",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="53",mode="user"} 0 node_cpu_guest_seconds_total{cpu="54",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="54",mode="user"} 0 node_cpu_guest_seconds_total{cpu="55",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="55",mode="user"} 0 node_cpu_guest_seconds_total{cpu="56",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="56",mode="user"} 0 node_cpu_guest_seconds_total{cpu="57",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="57",mode="user"} 0 node_cpu_guest_seconds_total{cpu="58",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="58",mode="user"} 0 node_cpu_guest_seconds_total{cpu="59",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="59",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="60",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="60",mode="user"} 0 node_cpu_guest_seconds_total{cpu="61",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="61",mode="user"} 0 node_cpu_guest_seconds_total{cpu="62",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="62",mode="user"} 0 node_cpu_guest_seconds_total{cpu="63",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="63",mode="user"} 0 node_cpu_guest_seconds_total{cpu="64",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="64",mode="user"} 0 node_cpu_guest_seconds_total{cpu="65",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="65",mode="user"} 0 node_cpu_guest_seconds_total{cpu="66",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="66",mode="user"} 0 node_cpu_guest_seconds_total{cpu="67",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="67",mode="user"} 0 node_cpu_guest_seconds_total{cpu="68",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="68",mode="user"} 0 node_cpu_guest_seconds_total{cpu="69",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="69",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="70",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="70",mode="user"} 0 node_cpu_guest_seconds_total{cpu="71",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="71",mode="user"} 0 node_cpu_guest_seconds_total{cpu="72",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="72",mode="user"} 0 node_cpu_guest_seconds_total{cpu="73",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="73",mode="user"} 0 node_cpu_guest_seconds_total{cpu="74",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="74",mode="user"} 0 node_cpu_guest_seconds_total{cpu="75",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="75",mode="user"} 0 node_cpu_guest_seconds_total{cpu="76",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="76",mode="user"} 0 node_cpu_guest_seconds_total{cpu="77",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="77",mode="user"} 0 node_cpu_guest_seconds_total{cpu="78",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="78",mode="user"} 0 node_cpu_guest_seconds_total{cpu="79",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="79",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 # HELP node_cpu_package_throttles_total Number of times this CPU package has been throttled. # TYPE node_cpu_package_throttles_total counter node_cpu_package_throttles_total{package="0"} 0 node_cpu_package_throttles_total{package="1"} 0 # HELP node_cpu_scaling_frequency_hertz Current scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_hertz gauge node_cpu_scaling_frequency_hertz{cpu="0"} 9.99337e+08 node_cpu_scaling_frequency_hertz{cpu="1"} 1.600209e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 3.098903e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 3.099778e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 3.100027e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 1.802702e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 2.600008e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 3.097539e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 2.219755e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 1.228627e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 2.599968e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 9.99508e+08 node_cpu_scaling_frequency_hertz{cpu="2"} 9.9814e+08 node_cpu_scaling_frequency_hertz{cpu="20"} 3.2858e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 2.299024e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 3.100016e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 3.100084e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 9.99907e+08 node_cpu_scaling_frequency_hertz{cpu="25"} 9.99574e+08 node_cpu_scaling_frequency_hertz{cpu="26"} 1.200002e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 1.801227e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 2.400005e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 2.400069e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 1.001591e+09 node_cpu_scaling_frequency_hertz{cpu="30"} 2.600076e+09 node_cpu_scaling_frequency_hertz{cpu="31"} 2.1e+09 node_cpu_scaling_frequency_hertz{cpu="32"} 9.99984e+08 node_cpu_scaling_frequency_hertz{cpu="33"} 1.299742e+09 node_cpu_scaling_frequency_hertz{cpu="34"} 1.269421e+09 node_cpu_scaling_frequency_hertz{cpu="35"} 1.000507e+09 node_cpu_scaling_frequency_hertz{cpu="36"} 9.99999e+08 node_cpu_scaling_frequency_hertz{cpu="37"} 2.60001e+09 node_cpu_scaling_frequency_hertz{cpu="38"} 2.933039e+09 node_cpu_scaling_frequency_hertz{cpu="39"} 9.99707e+08 node_cpu_scaling_frequency_hertz{cpu="4"} 1.700003e+09 node_cpu_scaling_frequency_hertz{cpu="40"} 1.000008e+09 node_cpu_scaling_frequency_hertz{cpu="41"} 1.800001e+09 node_cpu_scaling_frequency_hertz{cpu="42"} 1.000029e+09 node_cpu_scaling_frequency_hertz{cpu="43"} 1.000004e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 1.700023e+09 node_cpu_scaling_frequency_hertz{cpu="45"} 1.001251e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 9.99997e+08 node_cpu_scaling_frequency_hertz{cpu="47"} 3.100157e+09 node_cpu_scaling_frequency_hertz{cpu="48"} 1.497586e+09 node_cpu_scaling_frequency_hertz{cpu="49"} 1.907769e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 1.000005e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 1.70007e+09 node_cpu_scaling_frequency_hertz{cpu="51"} 3.097318e+09 node_cpu_scaling_frequency_hertz{cpu="52"} 1.89988e+09 node_cpu_scaling_frequency_hertz{cpu="53"} 1.800252e+09 node_cpu_scaling_frequency_hertz{cpu="54"} 2.600333e+09 node_cpu_scaling_frequency_hertz{cpu="55"} 1.700008e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 1.200242e+09 node_cpu_scaling_frequency_hertz{cpu="57"} 1.000005e+09 node_cpu_scaling_frequency_hertz{cpu="58"} 3.100002e+09 node_cpu_scaling_frequency_hertz{cpu="59"} 1e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 9.99992e+08 node_cpu_scaling_frequency_hertz{cpu="60"} 3.100017e+09 node_cpu_scaling_frequency_hertz{cpu="61"} 1.00001e+09 node_cpu_scaling_frequency_hertz{cpu="62"} 3.099978e+09 node_cpu_scaling_frequency_hertz{cpu="63"} 2.30001e+09 node_cpu_scaling_frequency_hertz{cpu="64"} 1.000069e+09 node_cpu_scaling_frequency_hertz{cpu="65"} 1.000014e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 9.99944e+08 node_cpu_scaling_frequency_hertz{cpu="67"} 1.297751e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 1.301392e+09 node_cpu_scaling_frequency_hertz{cpu="69"} 2.600008e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 3.100031e+09 node_cpu_scaling_frequency_hertz{cpu="70"} 2.20002e+09 node_cpu_scaling_frequency_hertz{cpu="71"} 3.10002e+09 node_cpu_scaling_frequency_hertz{cpu="72"} 2.411945e+09 node_cpu_scaling_frequency_hertz{cpu="73"} 9.99937e+08 node_cpu_scaling_frequency_hertz{cpu="74"} 9.99972e+08 node_cpu_scaling_frequency_hertz{cpu="75"} 9.99927e+08 node_cpu_scaling_frequency_hertz{cpu="76"} 2.100018e+09 node_cpu_scaling_frequency_hertz{cpu="77"} 2.60013e+09 node_cpu_scaling_frequency_hertz{cpu="78"} 3.099916e+09 node_cpu_scaling_frequency_hertz{cpu="79"} 9.99991e+08 node_cpu_scaling_frequency_hertz{cpu="8"} 1.200271e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 3.100027e+09 # HELP node_cpu_scaling_frequency_max_hertz Maximum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_max_hertz gauge node_cpu_scaling_frequency_max_hertz{cpu="0"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="16"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="17"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="18"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="19"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="20"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="21"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="22"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="23"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="24"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="25"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="26"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="27"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="28"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="29"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="30"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="31"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="32"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="33"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="34"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="35"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="36"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="37"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="38"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="39"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="40"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="41"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="42"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="43"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="44"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="45"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="46"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="47"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="48"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="49"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="50"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="51"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="52"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="53"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="54"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="55"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="56"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="57"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="58"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="59"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="60"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="61"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="62"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="63"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="64"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="65"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="66"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="67"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="68"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="69"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="70"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="71"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="72"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="73"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="74"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="75"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="76"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="77"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="78"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="79"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 3.7e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 3.7e+09 # HELP node_cpu_scaling_frequency_min_hertz Minimum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_min_hertz gauge node_cpu_scaling_frequency_min_hertz{cpu="0"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="1"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="10"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="11"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="12"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="13"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="14"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="15"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="16"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="17"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="18"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="19"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="2"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="20"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="21"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="22"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="23"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="24"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="25"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="26"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="27"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="28"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="29"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="3"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="30"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="31"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="32"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="33"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="34"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="35"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="36"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="37"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="38"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="39"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="4"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="40"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="41"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="42"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="43"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="44"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="45"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="46"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="47"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="48"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="49"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="5"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="50"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="51"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="52"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="53"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="54"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="55"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="56"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="57"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="58"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="59"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="6"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="60"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="61"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="62"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="63"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="64"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="65"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="66"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="67"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="68"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="69"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="7"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="70"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="71"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="72"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="73"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="74"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="75"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="76"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="77"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="78"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="79"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="8"} 1e+09 node_cpu_scaling_frequency_min_hertz{cpu="9"} 1e+09 # HELP node_cpu_scaling_governor Current enabled CPU frequency governor. # TYPE node_cpu_scaling_governor gauge node_cpu_scaling_governor{cpu="0",governor="performance"} 0 node_cpu_scaling_governor{cpu="0",governor="powersave"} 1 node_cpu_scaling_governor{cpu="1",governor="performance"} 0 node_cpu_scaling_governor{cpu="1",governor="powersave"} 1 node_cpu_scaling_governor{cpu="10",governor="performance"} 0 node_cpu_scaling_governor{cpu="10",governor="powersave"} 1 node_cpu_scaling_governor{cpu="11",governor="performance"} 0 node_cpu_scaling_governor{cpu="11",governor="powersave"} 1 node_cpu_scaling_governor{cpu="12",governor="performance"} 0 node_cpu_scaling_governor{cpu="12",governor="powersave"} 1 node_cpu_scaling_governor{cpu="13",governor="performance"} 0 node_cpu_scaling_governor{cpu="13",governor="powersave"} 1 node_cpu_scaling_governor{cpu="14",governor="performance"} 0 node_cpu_scaling_governor{cpu="14",governor="powersave"} 1 node_cpu_scaling_governor{cpu="15",governor="performance"} 0 node_cpu_scaling_governor{cpu="15",governor="powersave"} 1 node_cpu_scaling_governor{cpu="16",governor="performance"} 0 node_cpu_scaling_governor{cpu="16",governor="powersave"} 1 node_cpu_scaling_governor{cpu="17",governor="performance"} 0 node_cpu_scaling_governor{cpu="17",governor="powersave"} 1 node_cpu_scaling_governor{cpu="18",governor="performance"} 0 node_cpu_scaling_governor{cpu="18",governor="powersave"} 1 node_cpu_scaling_governor{cpu="19",governor="performance"} 0 node_cpu_scaling_governor{cpu="19",governor="powersave"} 1 node_cpu_scaling_governor{cpu="2",governor="performance"} 0 node_cpu_scaling_governor{cpu="2",governor="powersave"} 1 node_cpu_scaling_governor{cpu="20",governor="performance"} 0 node_cpu_scaling_governor{cpu="20",governor="powersave"} 1 node_cpu_scaling_governor{cpu="21",governor="performance"} 0 node_cpu_scaling_governor{cpu="21",governor="powersave"} 1 node_cpu_scaling_governor{cpu="22",governor="performance"} 0 node_cpu_scaling_governor{cpu="22",governor="powersave"} 1 node_cpu_scaling_governor{cpu="23",governor="performance"} 0 node_cpu_scaling_governor{cpu="23",governor="powersave"} 1 node_cpu_scaling_governor{cpu="24",governor="performance"} 0 node_cpu_scaling_governor{cpu="24",governor="powersave"} 1 node_cpu_scaling_governor{cpu="25",governor="performance"} 0 node_cpu_scaling_governor{cpu="25",governor="powersave"} 1 node_cpu_scaling_governor{cpu="26",governor="performance"} 0 node_cpu_scaling_governor{cpu="26",governor="powersave"} 1 node_cpu_scaling_governor{cpu="27",governor="performance"} 0 node_cpu_scaling_governor{cpu="27",governor="powersave"} 1 node_cpu_scaling_governor{cpu="28",governor="performance"} 0 node_cpu_scaling_governor{cpu="28",governor="powersave"} 1 node_cpu_scaling_governor{cpu="29",governor="performance"} 0 node_cpu_scaling_governor{cpu="29",governor="powersave"} 1 node_cpu_scaling_governor{cpu="3",governor="performance"} 0 node_cpu_scaling_governor{cpu="3",governor="powersave"} 1 node_cpu_scaling_governor{cpu="30",governor="performance"} 0 node_cpu_scaling_governor{cpu="30",governor="powersave"} 1 node_cpu_scaling_governor{cpu="31",governor="performance"} 0 node_cpu_scaling_governor{cpu="31",governor="powersave"} 1 node_cpu_scaling_governor{cpu="32",governor="performance"} 0 node_cpu_scaling_governor{cpu="32",governor="powersave"} 1 node_cpu_scaling_governor{cpu="33",governor="performance"} 0 node_cpu_scaling_governor{cpu="33",governor="powersave"} 1 node_cpu_scaling_governor{cpu="34",governor="performance"} 0 node_cpu_scaling_governor{cpu="34",governor="powersave"} 1 node_cpu_scaling_governor{cpu="35",governor="performance"} 0 node_cpu_scaling_governor{cpu="35",governor="powersave"} 1 node_cpu_scaling_governor{cpu="36",governor="performance"} 0 node_cpu_scaling_governor{cpu="36",governor="powersave"} 1 node_cpu_scaling_governor{cpu="37",governor="performance"} 0 node_cpu_scaling_governor{cpu="37",governor="powersave"} 1 node_cpu_scaling_governor{cpu="38",governor="performance"} 0 node_cpu_scaling_governor{cpu="38",governor="powersave"} 1 node_cpu_scaling_governor{cpu="39",governor="performance"} 0 node_cpu_scaling_governor{cpu="39",governor="powersave"} 1 node_cpu_scaling_governor{cpu="4",governor="performance"} 0 node_cpu_scaling_governor{cpu="4",governor="powersave"} 1 node_cpu_scaling_governor{cpu="40",governor="performance"} 0 node_cpu_scaling_governor{cpu="40",governor="powersave"} 1 node_cpu_scaling_governor{cpu="41",governor="performance"} 0 node_cpu_scaling_governor{cpu="41",governor="powersave"} 1 node_cpu_scaling_governor{cpu="42",governor="performance"} 0 node_cpu_scaling_governor{cpu="42",governor="powersave"} 1 node_cpu_scaling_governor{cpu="43",governor="performance"} 0 node_cpu_scaling_governor{cpu="43",governor="powersave"} 1 node_cpu_scaling_governor{cpu="44",governor="performance"} 0 node_cpu_scaling_governor{cpu="44",governor="powersave"} 1 node_cpu_scaling_governor{cpu="45",governor="performance"} 0 node_cpu_scaling_governor{cpu="45",governor="powersave"} 1 node_cpu_scaling_governor{cpu="46",governor="performance"} 0 node_cpu_scaling_governor{cpu="46",governor="powersave"} 1 node_cpu_scaling_governor{cpu="47",governor="performance"} 0 node_cpu_scaling_governor{cpu="47",governor="powersave"} 1 node_cpu_scaling_governor{cpu="48",governor="performance"} 0 node_cpu_scaling_governor{cpu="48",governor="powersave"} 1 node_cpu_scaling_governor{cpu="49",governor="performance"} 0 node_cpu_scaling_governor{cpu="49",governor="powersave"} 1 node_cpu_scaling_governor{cpu="5",governor="performance"} 0 node_cpu_scaling_governor{cpu="5",governor="powersave"} 1 node_cpu_scaling_governor{cpu="50",governor="performance"} 0 node_cpu_scaling_governor{cpu="50",governor="powersave"} 1 node_cpu_scaling_governor{cpu="51",governor="performance"} 0 node_cpu_scaling_governor{cpu="51",governor="powersave"} 1 node_cpu_scaling_governor{cpu="52",governor="performance"} 0 node_cpu_scaling_governor{cpu="52",governor="powersave"} 1 node_cpu_scaling_governor{cpu="53",governor="performance"} 0 node_cpu_scaling_governor{cpu="53",governor="powersave"} 1 node_cpu_scaling_governor{cpu="54",governor="performance"} 0 node_cpu_scaling_governor{cpu="54",governor="powersave"} 1 node_cpu_scaling_governor{cpu="55",governor="performance"} 0 node_cpu_scaling_governor{cpu="55",governor="powersave"} 1 node_cpu_scaling_governor{cpu="56",governor="performance"} 0 node_cpu_scaling_governor{cpu="56",governor="powersave"} 1 node_cpu_scaling_governor{cpu="57",governor="performance"} 0 node_cpu_scaling_governor{cpu="57",governor="powersave"} 1 node_cpu_scaling_governor{cpu="58",governor="performance"} 0 node_cpu_scaling_governor{cpu="58",governor="powersave"} 1 node_cpu_scaling_governor{cpu="59",governor="performance"} 0 node_cpu_scaling_governor{cpu="59",governor="powersave"} 1 node_cpu_scaling_governor{cpu="6",governor="performance"} 0 node_cpu_scaling_governor{cpu="6",governor="powersave"} 1 node_cpu_scaling_governor{cpu="60",governor="performance"} 0 node_cpu_scaling_governor{cpu="60",governor="powersave"} 1 node_cpu_scaling_governor{cpu="61",governor="performance"} 0 node_cpu_scaling_governor{cpu="61",governor="powersave"} 1 node_cpu_scaling_governor{cpu="62",governor="performance"} 0 node_cpu_scaling_governor{cpu="62",governor="powersave"} 1 node_cpu_scaling_governor{cpu="63",governor="performance"} 0 node_cpu_scaling_governor{cpu="63",governor="powersave"} 1 node_cpu_scaling_governor{cpu="64",governor="performance"} 0 node_cpu_scaling_governor{cpu="64",governor="powersave"} 1 node_cpu_scaling_governor{cpu="65",governor="performance"} 0 node_cpu_scaling_governor{cpu="65",governor="powersave"} 1 node_cpu_scaling_governor{cpu="66",governor="performance"} 0 node_cpu_scaling_governor{cpu="66",governor="powersave"} 1 node_cpu_scaling_governor{cpu="67",governor="performance"} 0 node_cpu_scaling_governor{cpu="67",governor="powersave"} 1 node_cpu_scaling_governor{cpu="68",governor="performance"} 0 node_cpu_scaling_governor{cpu="68",governor="powersave"} 1 node_cpu_scaling_governor{cpu="69",governor="performance"} 0 node_cpu_scaling_governor{cpu="69",governor="powersave"} 1 node_cpu_scaling_governor{cpu="7",governor="performance"} 0 node_cpu_scaling_governor{cpu="7",governor="powersave"} 1 node_cpu_scaling_governor{cpu="70",governor="performance"} 0 node_cpu_scaling_governor{cpu="70",governor="powersave"} 1 node_cpu_scaling_governor{cpu="71",governor="performance"} 0 node_cpu_scaling_governor{cpu="71",governor="powersave"} 1 node_cpu_scaling_governor{cpu="72",governor="performance"} 0 node_cpu_scaling_governor{cpu="72",governor="powersave"} 1 node_cpu_scaling_governor{cpu="73",governor="performance"} 0 node_cpu_scaling_governor{cpu="73",governor="powersave"} 1 node_cpu_scaling_governor{cpu="74",governor="performance"} 0 node_cpu_scaling_governor{cpu="74",governor="powersave"} 1 node_cpu_scaling_governor{cpu="75",governor="performance"} 0 node_cpu_scaling_governor{cpu="75",governor="powersave"} 1 node_cpu_scaling_governor{cpu="76",governor="performance"} 0 node_cpu_scaling_governor{cpu="76",governor="powersave"} 1 node_cpu_scaling_governor{cpu="77",governor="performance"} 0 node_cpu_scaling_governor{cpu="77",governor="powersave"} 1 node_cpu_scaling_governor{cpu="78",governor="performance"} 0 node_cpu_scaling_governor{cpu="78",governor="powersave"} 1 node_cpu_scaling_governor{cpu="79",governor="performance"} 0 node_cpu_scaling_governor{cpu="79",governor="powersave"} 1 node_cpu_scaling_governor{cpu="8",governor="performance"} 0 node_cpu_scaling_governor{cpu="8",governor="powersave"} 1 node_cpu_scaling_governor{cpu="9",governor="performance"} 0 node_cpu_scaling_governor{cpu="9",governor="powersave"} 1 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 301177.21 node_cpu_seconds_total{cpu="0",mode="iowait"} 4056.58 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 7503.74 node_cpu_seconds_total{cpu="0",mode="softirq"} 1401 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 36608.91 node_cpu_seconds_total{cpu="0",mode="user"} 91073.87 node_cpu_seconds_total{cpu="1",mode="idle"} 330112.29 node_cpu_seconds_total{cpu="1",mode="iowait"} 4165.09 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 6996.63 node_cpu_seconds_total{cpu="1",mode="softirq"} 877.67 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 37137.01 node_cpu_seconds_total{cpu="1",mode="user"} 95194.31 node_cpu_seconds_total{cpu="10",mode="idle"} 350187.89 node_cpu_seconds_total{cpu="10",mode="iowait"} 4231.21 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 6879.2 node_cpu_seconds_total{cpu="10",mode="softirq"} 469.43 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 36523.66 node_cpu_seconds_total{cpu="10",mode="user"} 91011.68 node_cpu_seconds_total{cpu="11",mode="idle"} 300305.14 node_cpu_seconds_total{cpu="11",mode="iowait"} 57906.3 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 6222.94 node_cpu_seconds_total{cpu="11",mode="softirq"} 1236.55 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 36190.86 node_cpu_seconds_total{cpu="11",mode="user"} 86651.57 node_cpu_seconds_total{cpu="12",mode="idle"} 338453.27 node_cpu_seconds_total{cpu="12",mode="iowait"} 23715.6 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 6133.75 node_cpu_seconds_total{cpu="12",mode="softirq"} 457.76 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 35069.37 node_cpu_seconds_total{cpu="12",mode="user"} 85754.63 node_cpu_seconds_total{cpu="13",mode="idle"} 347397.83 node_cpu_seconds_total{cpu="13",mode="iowait"} 16218.39 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 6055.93 node_cpu_seconds_total{cpu="13",mode="softirq"} 430.9 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 34670.73 node_cpu_seconds_total{cpu="13",mode="user"} 84922.17 node_cpu_seconds_total{cpu="14",mode="idle"} 351584.8 node_cpu_seconds_total{cpu="14",mode="iowait"} 12241.63 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 6027.79 node_cpu_seconds_total{cpu="14",mode="softirq"} 430.66 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 34335.66 node_cpu_seconds_total{cpu="14",mode="user"} 85115.34 node_cpu_seconds_total{cpu="15",mode="idle"} 350799.08 node_cpu_seconds_total{cpu="15",mode="iowait"} 9911.76 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 6178.99 node_cpu_seconds_total{cpu="15",mode="softirq"} 457.13 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 35541.87 node_cpu_seconds_total{cpu="15",mode="user"} 86732.2 node_cpu_seconds_total{cpu="16",mode="idle"} 351196.82 node_cpu_seconds_total{cpu="16",mode="iowait"} 8381.82 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 6275.17 node_cpu_seconds_total{cpu="16",mode="softirq"} 449.57 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 35911.22 node_cpu_seconds_total{cpu="16",mode="user"} 87348.43 node_cpu_seconds_total{cpu="17",mode="idle"} 351106.46 node_cpu_seconds_total{cpu="17",mode="iowait"} 7594.23 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 6354.87 node_cpu_seconds_total{cpu="17",mode="softirq"} 445.08 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 36220.86 node_cpu_seconds_total{cpu="17",mode="user"} 87829.74 node_cpu_seconds_total{cpu="18",mode="idle"} 351258.39 node_cpu_seconds_total{cpu="18",mode="iowait"} 6991.09 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 6386.15 node_cpu_seconds_total{cpu="18",mode="softirq"} 441.33 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 36465.97 node_cpu_seconds_total{cpu="18",mode="user"} 87985.37 node_cpu_seconds_total{cpu="19",mode="idle"} 351117.37 node_cpu_seconds_total{cpu="19",mode="iowait"} 6512.22 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 6418.95 node_cpu_seconds_total{cpu="19",mode="softirq"} 438.29 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 36652.61 node_cpu_seconds_total{cpu="19",mode="user"} 88388.7 node_cpu_seconds_total{cpu="2",mode="idle"} 337589.27 node_cpu_seconds_total{cpu="2",mode="iowait"} 4198.79 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 6780.72 node_cpu_seconds_total{cpu="2",mode="softirq"} 694.65 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 37266.8 node_cpu_seconds_total{cpu="2",mode="user"} 96801.06 node_cpu_seconds_total{cpu="20",mode="idle"} 343440.03 node_cpu_seconds_total{cpu="20",mode="iowait"} 2927.77 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 41230.22 node_cpu_seconds_total{cpu="20",mode="softirq"} 237.16 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 24214.38 node_cpu_seconds_total{cpu="20",mode="user"} 78087.44 node_cpu_seconds_total{cpu="21",mode="idle"} 347643.23 node_cpu_seconds_total{cpu="21",mode="iowait"} 2906.19 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 42104.69 node_cpu_seconds_total{cpu="21",mode="softirq"} 193.9 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 24220.96 node_cpu_seconds_total{cpu="21",mode="user"} 73575.98 node_cpu_seconds_total{cpu="22",mode="idle"} 348871.93 node_cpu_seconds_total{cpu="22",mode="iowait"} 2893.2 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 42437.33 node_cpu_seconds_total{cpu="22",mode="softirq"} 177.18 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 24178.23 node_cpu_seconds_total{cpu="22",mode="user"} 72258.66 node_cpu_seconds_total{cpu="23",mode="idle"} 349123.6 node_cpu_seconds_total{cpu="23",mode="iowait"} 2841.52 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 42435.61 node_cpu_seconds_total{cpu="23",mode="softirq"} 168.66 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 24178.61 node_cpu_seconds_total{cpu="23",mode="user"} 72144.36 node_cpu_seconds_total{cpu="24",mode="idle"} 349438.09 node_cpu_seconds_total{cpu="24",mode="iowait"} 2800.24 node_cpu_seconds_total{cpu="24",mode="irq"} 0 node_cpu_seconds_total{cpu="24",mode="nice"} 42387.97 node_cpu_seconds_total{cpu="24",mode="softirq"} 164.26 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 24313.99 node_cpu_seconds_total{cpu="24",mode="user"} 71815.4 node_cpu_seconds_total{cpu="25",mode="idle"} 349394.92 node_cpu_seconds_total{cpu="25",mode="iowait"} 2786.27 node_cpu_seconds_total{cpu="25",mode="irq"} 0 node_cpu_seconds_total{cpu="25",mode="nice"} 42318.05 node_cpu_seconds_total{cpu="25",mode="softirq"} 160.52 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 24284.04 node_cpu_seconds_total{cpu="25",mode="user"} 71993.97 node_cpu_seconds_total{cpu="26",mode="idle"} 349284.04 node_cpu_seconds_total{cpu="26",mode="iowait"} 2773.91 node_cpu_seconds_total{cpu="26",mode="irq"} 0 node_cpu_seconds_total{cpu="26",mode="nice"} 42503.33 node_cpu_seconds_total{cpu="26",mode="softirq"} 158.02 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 24383.65 node_cpu_seconds_total{cpu="26",mode="user"} 71875.39 node_cpu_seconds_total{cpu="27",mode="idle"} 349265.01 node_cpu_seconds_total{cpu="27",mode="iowait"} 2726.64 node_cpu_seconds_total{cpu="27",mode="irq"} 0 node_cpu_seconds_total{cpu="27",mode="nice"} 42477.95 node_cpu_seconds_total{cpu="27",mode="softirq"} 155.84 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 24330.9 node_cpu_seconds_total{cpu="27",mode="user"} 72020.14 node_cpu_seconds_total{cpu="28",mode="idle"} 349145.62 node_cpu_seconds_total{cpu="28",mode="iowait"} 2732.43 node_cpu_seconds_total{cpu="28",mode="irq"} 0 node_cpu_seconds_total{cpu="28",mode="nice"} 42311 node_cpu_seconds_total{cpu="28",mode="softirq"} 156.46 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 24481.79 node_cpu_seconds_total{cpu="28",mode="user"} 72150.9 node_cpu_seconds_total{cpu="29",mode="idle"} 349239.86 node_cpu_seconds_total{cpu="29",mode="iowait"} 2657.26 node_cpu_seconds_total{cpu="29",mode="irq"} 0 node_cpu_seconds_total{cpu="29",mode="nice"} 42297.56 node_cpu_seconds_total{cpu="29",mode="softirq"} 155.84 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 24463.69 node_cpu_seconds_total{cpu="29",mode="user"} 72155.36 node_cpu_seconds_total{cpu="3",mode="idle"} 341763.07 node_cpu_seconds_total{cpu="3",mode="iowait"} 4179.3 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 6686.13 node_cpu_seconds_total{cpu="3",mode="softirq"} 610.39 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 37334.48 node_cpu_seconds_total{cpu="3",mode="user"} 95897.54 node_cpu_seconds_total{cpu="30",mode="idle"} 348787.29 node_cpu_seconds_total{cpu="30",mode="iowait"} 2700.17 node_cpu_seconds_total{cpu="30",mode="irq"} 0 node_cpu_seconds_total{cpu="30",mode="nice"} 42231.74 node_cpu_seconds_total{cpu="30",mode="softirq"} 154.92 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 24545.05 node_cpu_seconds_total{cpu="30",mode="user"} 72556.44 node_cpu_seconds_total{cpu="31",mode="idle"} 349154.25 node_cpu_seconds_total{cpu="31",mode="iowait"} 2691.03 node_cpu_seconds_total{cpu="31",mode="irq"} 0 node_cpu_seconds_total{cpu="31",mode="nice"} 42373.19 node_cpu_seconds_total{cpu="31",mode="softirq"} 151.65 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 24521.24 node_cpu_seconds_total{cpu="31",mode="user"} 72102.35 node_cpu_seconds_total{cpu="32",mode="idle"} 349109.62 node_cpu_seconds_total{cpu="32",mode="iowait"} 2708.41 node_cpu_seconds_total{cpu="32",mode="irq"} 0 node_cpu_seconds_total{cpu="32",mode="nice"} 42527.69 node_cpu_seconds_total{cpu="32",mode="softirq"} 150.01 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 24435.07 node_cpu_seconds_total{cpu="32",mode="user"} 72089.39 node_cpu_seconds_total{cpu="33",mode="idle"} 349057.99 node_cpu_seconds_total{cpu="33",mode="iowait"} 2699.21 node_cpu_seconds_total{cpu="33",mode="irq"} 0 node_cpu_seconds_total{cpu="33",mode="nice"} 42441.28 node_cpu_seconds_total{cpu="33",mode="softirq"} 150.13 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 24553.94 node_cpu_seconds_total{cpu="33",mode="user"} 72109.66 node_cpu_seconds_total{cpu="34",mode="idle"} 348985.6 node_cpu_seconds_total{cpu="34",mode="iowait"} 2724.62 node_cpu_seconds_total{cpu="34",mode="irq"} 0 node_cpu_seconds_total{cpu="34",mode="nice"} 42371.82 node_cpu_seconds_total{cpu="34",mode="softirq"} 151.28 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 24581.1 node_cpu_seconds_total{cpu="34",mode="user"} 72191.13 node_cpu_seconds_total{cpu="35",mode="idle"} 348980.33 node_cpu_seconds_total{cpu="35",mode="iowait"} 2686.05 node_cpu_seconds_total{cpu="35",mode="irq"} 0 node_cpu_seconds_total{cpu="35",mode="nice"} 42405.08 node_cpu_seconds_total{cpu="35",mode="softirq"} 148.63 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 24633.34 node_cpu_seconds_total{cpu="35",mode="user"} 72158.41 node_cpu_seconds_total{cpu="36",mode="idle"} 349231.7 node_cpu_seconds_total{cpu="36",mode="iowait"} 2668.94 node_cpu_seconds_total{cpu="36",mode="irq"} 0 node_cpu_seconds_total{cpu="36",mode="nice"} 42641.57 node_cpu_seconds_total{cpu="36",mode="softirq"} 146.63 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 24476.31 node_cpu_seconds_total{cpu="36",mode="user"} 71882.56 node_cpu_seconds_total{cpu="37",mode="idle"} 349100.17 node_cpu_seconds_total{cpu="37",mode="iowait"} 2643.08 node_cpu_seconds_total{cpu="37",mode="irq"} 0 node_cpu_seconds_total{cpu="37",mode="nice"} 42568.17 node_cpu_seconds_total{cpu="37",mode="softirq"} 146.9 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 24516.4 node_cpu_seconds_total{cpu="37",mode="user"} 72059.02 node_cpu_seconds_total{cpu="38",mode="idle"} 348906.91 node_cpu_seconds_total{cpu="38",mode="iowait"} 2628.55 node_cpu_seconds_total{cpu="38",mode="irq"} 0 node_cpu_seconds_total{cpu="38",mode="nice"} 42399.81 node_cpu_seconds_total{cpu="38",mode="softirq"} 147.29 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 24568.08 node_cpu_seconds_total{cpu="38",mode="user"} 72369.45 node_cpu_seconds_total{cpu="39",mode="idle"} 348706.3 node_cpu_seconds_total{cpu="39",mode="iowait"} 2655.74 node_cpu_seconds_total{cpu="39",mode="irq"} 0 node_cpu_seconds_total{cpu="39",mode="nice"} 42242.02 node_cpu_seconds_total{cpu="39",mode="softirq"} 147.95 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 24637.09 node_cpu_seconds_total{cpu="39",mode="user"} 72623.72 node_cpu_seconds_total{cpu="4",mode="idle"} 343078.17 node_cpu_seconds_total{cpu="4",mode="iowait"} 4260.75 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 6628.7 node_cpu_seconds_total{cpu="4",mode="softirq"} 567.4 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 37146.88 node_cpu_seconds_total{cpu="4",mode="user"} 96109.87 node_cpu_seconds_total{cpu="40",mode="idle"} 352161.44 node_cpu_seconds_total{cpu="40",mode="iowait"} 6472.53 node_cpu_seconds_total{cpu="40",mode="irq"} 0 node_cpu_seconds_total{cpu="40",mode="nice"} 6625.66 node_cpu_seconds_total{cpu="40",mode="softirq"} 416.38 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 35322.87 node_cpu_seconds_total{cpu="40",mode="user"} 88285.13 node_cpu_seconds_total{cpu="41",mode="idle"} 356429.27 node_cpu_seconds_total{cpu="41",mode="iowait"} 6246.75 node_cpu_seconds_total{cpu="41",mode="irq"} 0 node_cpu_seconds_total{cpu="41",mode="nice"} 6650.83 node_cpu_seconds_total{cpu="41",mode="softirq"} 407.02 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 35647.47 node_cpu_seconds_total{cpu="41",mode="user"} 84056.37 node_cpu_seconds_total{cpu="42",mode="idle"} 358090.93 node_cpu_seconds_total{cpu="42",mode="iowait"} 6116.01 node_cpu_seconds_total{cpu="42",mode="irq"} 0 node_cpu_seconds_total{cpu="42",mode="nice"} 6695.29 node_cpu_seconds_total{cpu="42",mode="softirq"} 401.18 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 35636.89 node_cpu_seconds_total{cpu="42",mode="user"} 82597.37 node_cpu_seconds_total{cpu="43",mode="idle"} 358131.88 node_cpu_seconds_total{cpu="43",mode="iowait"} 5972.19 node_cpu_seconds_total{cpu="43",mode="irq"} 0 node_cpu_seconds_total{cpu="43",mode="nice"} 6747.52 node_cpu_seconds_total{cpu="43",mode="softirq"} 396.3 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 35644.94 node_cpu_seconds_total{cpu="43",mode="user"} 82685.23 node_cpu_seconds_total{cpu="44",mode="idle"} 358326.87 node_cpu_seconds_total{cpu="44",mode="iowait"} 5820.77 node_cpu_seconds_total{cpu="44",mode="irq"} 0 node_cpu_seconds_total{cpu="44",mode="nice"} 6747.3 node_cpu_seconds_total{cpu="44",mode="softirq"} 395.38 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 35745.19 node_cpu_seconds_total{cpu="44",mode="user"} 82549.46 node_cpu_seconds_total{cpu="45",mode="idle"} 358001.28 node_cpu_seconds_total{cpu="45",mode="iowait"} 5715.28 node_cpu_seconds_total{cpu="45",mode="irq"} 0 node_cpu_seconds_total{cpu="45",mode="nice"} 6799.15 node_cpu_seconds_total{cpu="45",mode="softirq"} 391.96 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 35830.17 node_cpu_seconds_total{cpu="45",mode="user"} 82853.46 node_cpu_seconds_total{cpu="46",mode="idle"} 357515.16 node_cpu_seconds_total{cpu="46",mode="iowait"} 5647.25 node_cpu_seconds_total{cpu="46",mode="irq"} 0 node_cpu_seconds_total{cpu="46",mode="nice"} 6852.47 node_cpu_seconds_total{cpu="46",mode="softirq"} 387.7 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 35869.08 node_cpu_seconds_total{cpu="46",mode="user"} 83337.44 node_cpu_seconds_total{cpu="47",mode="idle"} 357056.73 node_cpu_seconds_total{cpu="47",mode="iowait"} 5539.86 node_cpu_seconds_total{cpu="47",mode="irq"} 0 node_cpu_seconds_total{cpu="47",mode="nice"} 6875.01 node_cpu_seconds_total{cpu="47",mode="softirq"} 383.01 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 35948.83 node_cpu_seconds_total{cpu="47",mode="user"} 83812.86 node_cpu_seconds_total{cpu="48",mode="idle"} 356964.91 node_cpu_seconds_total{cpu="48",mode="iowait"} 5477.77 node_cpu_seconds_total{cpu="48",mode="irq"} 0 node_cpu_seconds_total{cpu="48",mode="nice"} 6901.76 node_cpu_seconds_total{cpu="48",mode="softirq"} 382.44 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 35980.54 node_cpu_seconds_total{cpu="48",mode="user"} 83906.97 node_cpu_seconds_total{cpu="49",mode="idle"} 356598.84 node_cpu_seconds_total{cpu="49",mode="iowait"} 5335.1 node_cpu_seconds_total{cpu="49",mode="irq"} 0 node_cpu_seconds_total{cpu="49",mode="nice"} 6928.1 node_cpu_seconds_total{cpu="49",mode="softirq"} 381.93 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 36172.19 node_cpu_seconds_total{cpu="49",mode="user"} 84159.04 node_cpu_seconds_total{cpu="5",mode="idle"} 344962.38 node_cpu_seconds_total{cpu="5",mode="iowait"} 4221.42 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 6613.2 node_cpu_seconds_total{cpu="5",mode="softirq"} 540.59 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 37314.8 node_cpu_seconds_total{cpu="5",mode="user"} 94802.5 node_cpu_seconds_total{cpu="50",mode="idle"} 350873.28 node_cpu_seconds_total{cpu="50",mode="iowait"} 5187.14 node_cpu_seconds_total{cpu="50",mode="irq"} 0 node_cpu_seconds_total{cpu="50",mode="nice"} 7124.37 node_cpu_seconds_total{cpu="50",mode="softirq"} 3563.62 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 36225.47 node_cpu_seconds_total{cpu="50",mode="user"} 84993.58 node_cpu_seconds_total{cpu="51",mode="idle"} 331602.88 node_cpu_seconds_total{cpu="51",mode="iowait"} 4961.98 node_cpu_seconds_total{cpu="51",mode="irq"} 0 node_cpu_seconds_total{cpu="51",mode="nice"} 6010.9 node_cpu_seconds_total{cpu="51",mode="softirq"} 6713.66 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 39160.5 node_cpu_seconds_total{cpu="51",mode="user"} 99116.87 node_cpu_seconds_total{cpu="52",mode="idle"} 327262.73 node_cpu_seconds_total{cpu="52",mode="iowait"} 4492.31 node_cpu_seconds_total{cpu="52",mode="irq"} 0 node_cpu_seconds_total{cpu="52",mode="nice"} 5663.49 node_cpu_seconds_total{cpu="52",mode="softirq"} 6306.81 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 39722.38 node_cpu_seconds_total{cpu="52",mode="user"} 104391.43 node_cpu_seconds_total{cpu="53",mode="idle"} 322792.16 node_cpu_seconds_total{cpu="53",mode="iowait"} 3905.45 node_cpu_seconds_total{cpu="53",mode="irq"} 0 node_cpu_seconds_total{cpu="53",mode="nice"} 5396.93 node_cpu_seconds_total{cpu="53",mode="softirq"} 6511.94 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 40162.24 node_cpu_seconds_total{cpu="53",mode="user"} 109108.82 node_cpu_seconds_total{cpu="54",mode="idle"} 319361.15 node_cpu_seconds_total{cpu="54",mode="iowait"} 3557.67 node_cpu_seconds_total{cpu="54",mode="irq"} 0 node_cpu_seconds_total{cpu="54",mode="nice"} 5154.13 node_cpu_seconds_total{cpu="54",mode="softirq"} 7707.27 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 40973.82 node_cpu_seconds_total{cpu="54",mode="user"} 111094.93 node_cpu_seconds_total{cpu="55",mode="idle"} 336482.79 node_cpu_seconds_total{cpu="55",mode="iowait"} 3888.95 node_cpu_seconds_total{cpu="55",mode="irq"} 0 node_cpu_seconds_total{cpu="55",mode="nice"} 5597.26 node_cpu_seconds_total{cpu="55",mode="softirq"} 915.45 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 38469.17 node_cpu_seconds_total{cpu="55",mode="user"} 103985.5 node_cpu_seconds_total{cpu="56",mode="idle"} 342260.89 node_cpu_seconds_total{cpu="56",mode="iowait"} 4097.21 node_cpu_seconds_total{cpu="56",mode="irq"} 0 node_cpu_seconds_total{cpu="56",mode="nice"} 5819.6 node_cpu_seconds_total{cpu="56",mode="softirq"} 810.75 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 37461.55 node_cpu_seconds_total{cpu="56",mode="user"} 98886.22 node_cpu_seconds_total{cpu="57",mode="idle"} 346042.59 node_cpu_seconds_total{cpu="57",mode="iowait"} 4283.38 node_cpu_seconds_total{cpu="57",mode="irq"} 0 node_cpu_seconds_total{cpu="57",mode="nice"} 5966.76 node_cpu_seconds_total{cpu="57",mode="softirq"} 730.49 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 36988.69 node_cpu_seconds_total{cpu="57",mode="user"} 95310.91 node_cpu_seconds_total{cpu="58",mode="idle"} 348267.57 node_cpu_seconds_total{cpu="58",mode="iowait"} 4464.09 node_cpu_seconds_total{cpu="58",mode="irq"} 0 node_cpu_seconds_total{cpu="58",mode="nice"} 6049.31 node_cpu_seconds_total{cpu="58",mode="softirq"} 671.93 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 36742.21 node_cpu_seconds_total{cpu="58",mode="user"} 93102.35 node_cpu_seconds_total{cpu="59",mode="idle"} 349845.78 node_cpu_seconds_total{cpu="59",mode="iowait"} 4536.72 node_cpu_seconds_total{cpu="59",mode="irq"} 0 node_cpu_seconds_total{cpu="59",mode="nice"} 6122.29 node_cpu_seconds_total{cpu="59",mode="softirq"} 631.25 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 36638.19 node_cpu_seconds_total{cpu="59",mode="user"} 91510.35 node_cpu_seconds_total{cpu="6",mode="idle"} 346598.47 node_cpu_seconds_total{cpu="6",mode="iowait"} 4212.17 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 6618.89 node_cpu_seconds_total{cpu="6",mode="softirq"} 515.67 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 37340.25 node_cpu_seconds_total{cpu="6",mode="user"} 93560.68 node_cpu_seconds_total{cpu="60",mode="idle"} 353022.79 node_cpu_seconds_total{cpu="60",mode="iowait"} 2841.67 node_cpu_seconds_total{cpu="60",mode="irq"} 0 node_cpu_seconds_total{cpu="60",mode="nice"} 42032.2 node_cpu_seconds_total{cpu="60",mode="softirq"} 145.47 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 22987.3 node_cpu_seconds_total{cpu="60",mode="user"} 70015.21 node_cpu_seconds_total{cpu="61",mode="idle"} 353647.09 node_cpu_seconds_total{cpu="61",mode="iowait"} 2828.02 node_cpu_seconds_total{cpu="61",mode="irq"} 0 node_cpu_seconds_total{cpu="61",mode="nice"} 42682.28 node_cpu_seconds_total{cpu="61",mode="softirq"} 144.48 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 23129.11 node_cpu_seconds_total{cpu="61",mode="user"} 68612.28 node_cpu_seconds_total{cpu="62",mode="idle"} 353573.54 node_cpu_seconds_total{cpu="62",mode="iowait"} 2832.5 node_cpu_seconds_total{cpu="62",mode="irq"} 0 node_cpu_seconds_total{cpu="62",mode="nice"} 42905.04 node_cpu_seconds_total{cpu="62",mode="softirq"} 144.43 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 23143.07 node_cpu_seconds_total{cpu="62",mode="user"} 68465.5 node_cpu_seconds_total{cpu="63",mode="idle"} 353889.7 node_cpu_seconds_total{cpu="63",mode="iowait"} 2792.97 node_cpu_seconds_total{cpu="63",mode="irq"} 0 node_cpu_seconds_total{cpu="63",mode="nice"} 42959.97 node_cpu_seconds_total{cpu="63",mode="softirq"} 144.83 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 23087.02 node_cpu_seconds_total{cpu="63",mode="user"} 68195.03 node_cpu_seconds_total{cpu="64",mode="idle"} 353936.92 node_cpu_seconds_total{cpu="64",mode="iowait"} 2805.78 node_cpu_seconds_total{cpu="64",mode="irq"} 0 node_cpu_seconds_total{cpu="64",mode="nice"} 42900.1 node_cpu_seconds_total{cpu="64",mode="softirq"} 144.82 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 23120.92 node_cpu_seconds_total{cpu="64",mode="user"} 68126.93 node_cpu_seconds_total{cpu="65",mode="idle"} 353945.79 node_cpu_seconds_total{cpu="65",mode="iowait"} 2863.21 node_cpu_seconds_total{cpu="65",mode="irq"} 0 node_cpu_seconds_total{cpu="65",mode="nice"} 42807.17 node_cpu_seconds_total{cpu="65",mode="softirq"} 144.83 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 23122.7 node_cpu_seconds_total{cpu="65",mode="user"} 68153.15 node_cpu_seconds_total{cpu="66",mode="idle"} 354271.88 node_cpu_seconds_total{cpu="66",mode="iowait"} 2790.04 node_cpu_seconds_total{cpu="66",mode="irq"} 0 node_cpu_seconds_total{cpu="66",mode="nice"} 43052.31 node_cpu_seconds_total{cpu="66",mode="softirq"} 142.87 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 22975.64 node_cpu_seconds_total{cpu="66",mode="user"} 67809.7 node_cpu_seconds_total{cpu="67",mode="idle"} 354340.3 node_cpu_seconds_total{cpu="67",mode="iowait"} 2840.29 node_cpu_seconds_total{cpu="67",mode="irq"} 0 node_cpu_seconds_total{cpu="67",mode="nice"} 43022.13 node_cpu_seconds_total{cpu="67",mode="softirq"} 142.81 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 22980.68 node_cpu_seconds_total{cpu="67",mode="user"} 67719.83 node_cpu_seconds_total{cpu="68",mode="idle"} 354336.4 node_cpu_seconds_total{cpu="68",mode="iowait"} 2846.66 node_cpu_seconds_total{cpu="68",mode="irq"} 0 node_cpu_seconds_total{cpu="68",mode="nice"} 42898.4 node_cpu_seconds_total{cpu="68",mode="softirq"} 143.61 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 23069.15 node_cpu_seconds_total{cpu="68",mode="user"} 67732.22 node_cpu_seconds_total{cpu="69",mode="idle"} 354222.01 node_cpu_seconds_total{cpu="69",mode="iowait"} 2851.28 node_cpu_seconds_total{cpu="69",mode="irq"} 0 node_cpu_seconds_total{cpu="69",mode="nice"} 42867.59 node_cpu_seconds_total{cpu="69",mode="softirq"} 144.04 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 23098.46 node_cpu_seconds_total{cpu="69",mode="user"} 67825.53 node_cpu_seconds_total{cpu="7",mode="idle"} 347956.5 node_cpu_seconds_total{cpu="7",mode="iowait"} 4206.83 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 6627.23 node_cpu_seconds_total{cpu="7",mode="softirq"} 502.15 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 37239.61 node_cpu_seconds_total{cpu="7",mode="user"} 92514.82 node_cpu_seconds_total{cpu="70",mode="idle"} 354321.87 node_cpu_seconds_total{cpu="70",mode="iowait"} 2840.69 node_cpu_seconds_total{cpu="70",mode="irq"} 0 node_cpu_seconds_total{cpu="70",mode="nice"} 42803.26 node_cpu_seconds_total{cpu="70",mode="softirq"} 144.04 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 23024.54 node_cpu_seconds_total{cpu="70",mode="user"} 67874.89 node_cpu_seconds_total{cpu="71",mode="idle"} 354420.72 node_cpu_seconds_total{cpu="71",mode="iowait"} 2921.39 node_cpu_seconds_total{cpu="71",mode="irq"} 0 node_cpu_seconds_total{cpu="71",mode="nice"} 42963.06 node_cpu_seconds_total{cpu="71",mode="softirq"} 142.46 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 23009.93 node_cpu_seconds_total{cpu="71",mode="user"} 67567.24 node_cpu_seconds_total{cpu="72",mode="idle"} 354394.64 node_cpu_seconds_total{cpu="72",mode="iowait"} 2829.25 node_cpu_seconds_total{cpu="72",mode="irq"} 0 node_cpu_seconds_total{cpu="72",mode="nice"} 43096.7 node_cpu_seconds_total{cpu="72",mode="softirq"} 141.5 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 22970.53 node_cpu_seconds_total{cpu="72",mode="user"} 67601.42 node_cpu_seconds_total{cpu="73",mode="idle"} 354737.33 node_cpu_seconds_total{cpu="73",mode="iowait"} 2854.82 node_cpu_seconds_total{cpu="73",mode="irq"} 0 node_cpu_seconds_total{cpu="73",mode="nice"} 43054.93 node_cpu_seconds_total{cpu="73",mode="softirq"} 141.92 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 22969.06 node_cpu_seconds_total{cpu="73",mode="user"} 67290.78 node_cpu_seconds_total{cpu="74",mode="idle"} 354592.81 node_cpu_seconds_total{cpu="74",mode="iowait"} 2882.07 node_cpu_seconds_total{cpu="74",mode="irq"} 0 node_cpu_seconds_total{cpu="74",mode="nice"} 42942.63 node_cpu_seconds_total{cpu="74",mode="softirq"} 142.48 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 23017.01 node_cpu_seconds_total{cpu="74",mode="user"} 67433.1 node_cpu_seconds_total{cpu="75",mode="idle"} 354699.6 node_cpu_seconds_total{cpu="75",mode="iowait"} 2841.81 node_cpu_seconds_total{cpu="75",mode="irq"} 0 node_cpu_seconds_total{cpu="75",mode="nice"} 43011.93 node_cpu_seconds_total{cpu="75",mode="softirq"} 141 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 23018.08 node_cpu_seconds_total{cpu="75",mode="user"} 67323.38 node_cpu_seconds_total{cpu="76",mode="idle"} 354663.36 node_cpu_seconds_total{cpu="76",mode="iowait"} 2875.37 node_cpu_seconds_total{cpu="76",mode="irq"} 0 node_cpu_seconds_total{cpu="76",mode="nice"} 43214.25 node_cpu_seconds_total{cpu="76",mode="softirq"} 140.02 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 22980.73 node_cpu_seconds_total{cpu="76",mode="user"} 67173.56 node_cpu_seconds_total{cpu="77",mode="idle"} 354750.98 node_cpu_seconds_total{cpu="77",mode="iowait"} 2825.47 node_cpu_seconds_total{cpu="77",mode="irq"} 0 node_cpu_seconds_total{cpu="77",mode="nice"} 43164.9 node_cpu_seconds_total{cpu="77",mode="softirq"} 140.23 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 22972.42 node_cpu_seconds_total{cpu="77",mode="user"} 67201.53 node_cpu_seconds_total{cpu="78",mode="idle"} 354657.67 node_cpu_seconds_total{cpu="78",mode="iowait"} 2889.61 node_cpu_seconds_total{cpu="78",mode="irq"} 0 node_cpu_seconds_total{cpu="78",mode="nice"} 43006.54 node_cpu_seconds_total{cpu="78",mode="softirq"} 142.52 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 23031.06 node_cpu_seconds_total{cpu="78",mode="user"} 67293.25 node_cpu_seconds_total{cpu="79",mode="idle"} 354523.4 node_cpu_seconds_total{cpu="79",mode="iowait"} 2874.48 node_cpu_seconds_total{cpu="79",mode="irq"} 0 node_cpu_seconds_total{cpu="79",mode="nice"} 42854.65 node_cpu_seconds_total{cpu="79",mode="softirq"} 143.38 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 23121.75 node_cpu_seconds_total{cpu="79",mode="user"} 67491.1 node_cpu_seconds_total{cpu="8",mode="idle"} 348617.99 node_cpu_seconds_total{cpu="8",mode="iowait"} 4222.46 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 6639.73 node_cpu_seconds_total{cpu="8",mode="softirq"} 491.01 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 37240.28 node_cpu_seconds_total{cpu="8",mode="user"} 91952.86 node_cpu_seconds_total{cpu="9",mode="idle"} 349659.79 node_cpu_seconds_total{cpu="9",mode="iowait"} 4184.93 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 6632.07 node_cpu_seconds_total{cpu="9",mode="softirq"} 484.88 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 37329.27 node_cpu_seconds_total{cpu="9",mode="user"} 90930.2 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="sda"} 316.053 node_disk_discard_time_seconds_total{device="sdb"} 0 node_disk_discard_time_seconds_total{device="sdc"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 1.578991464e+09 node_disk_discarded_sectors_total{device="sdb"} 0 node_disk_discarded_sectors_total{device="sdc"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="sda"} 2.055302e+06 node_disk_discards_completed_total{device="sdb"} 0 node_disk_discards_completed_total{device="sdc"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 node_disk_discards_merged_total{device="sdc"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="sda"} 0 node_disk_flush_requests_time_seconds_total{device="sdb"} 0 node_disk_flush_requests_time_seconds_total{device="sdc"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 0 node_disk_flush_requests_total{device="sdc"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sdb",major="8",minor="16",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 node_disk_info{device="sdc",major="8",minor="32",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sdb"} 1 node_disk_io_now{device="sdc"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 5465.116 node_disk_io_time_seconds_total{device="sdb"} 334427.972 node_disk_io_time_seconds_total{device="sdc"} 0 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="sda"} 35207.666 node_disk_io_time_weighted_seconds_total{device="sdb"} 1.502187806e+06 node_disk_io_time_weighted_seconds_total{device="sdc"} 0 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="sda"} 7.1288491008e+10 node_disk_read_bytes_total{device="sdb"} 1.56562753536e+11 node_disk_read_bytes_total{device="sdc"} 0 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="sda"} 1896.577 node_disk_read_time_seconds_total{device="sdb"} 323073.341 node_disk_read_time_seconds_total{device="sdc"} 0 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="sda"} 3.545979e+06 node_disk_reads_completed_total{device="sdb"} 1.8648991e+07 node_disk_reads_completed_total{device="sdc"} 0 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="sda"} 382685 node_disk_reads_merged_total{device="sdb"} 1.1650236e+07 node_disk_reads_merged_total{device="sdc"} 0 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="sda"} 32995.034 node_disk_write_time_seconds_total{device="sdb"} 1.179114465e+06 node_disk_write_time_seconds_total{device="sdc"} 0 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 4.6910244e+07 node_disk_writes_completed_total{device="sdb"} 3.2680403e+07 node_disk_writes_completed_total{device="sdc"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 9.7336686e+07 node_disk_writes_merged_total{device="sdb"} 8.148622e+07 node_disk_writes_merged_total{device="sdc"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 1.941208773632e+12 node_disk_written_bytes_total{device="sdb"} 1.08353560576e+12 node_disk_written_bytes_total{device="sdc"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="08/29/2024",bios_release="3.32",bios_vendor="HPE",bios_version="U32",board_asset_tag="",board_name="ProLiant DL360 Gen10",board_vendor="HPE",board_version="",chassis_asset_tag="",chassis_vendor="HPE",chassis_version="",product_family="ProLiant",product_name="ProLiant DL360 Gen10",product_sku="867958-B21",product_version="",system_vendor="HPE"} 1 # HELP node_edac_correctable_errors_total Total correctable memory errors. # TYPE node_edac_correctable_errors_total counter node_edac_correctable_errors_total{controller="0"} 0 # HELP node_edac_csrow_correctable_errors_total Total correctable memory errors for this csrow. # TYPE node_edac_csrow_correctable_errors_total counter node_edac_csrow_correctable_errors_total{controller="0",csrow="unknown"} 0 # HELP node_edac_csrow_uncorrectable_errors_total Total uncorrectable memory errors for this csrow. # TYPE node_edac_csrow_uncorrectable_errors_total counter node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="unknown"} 0 # HELP node_edac_uncorrectable_errors_total Total uncorrectable memory errors. # TYPE node_edac_uncorrectable_errors_total counter node_edac_uncorrectable_errors_total{controller="0"} 0 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.26.1",revision="0dd664dece3f8319f6bec5a221acd2c7ad13a23d",tags="unknown",version="1.11.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 67040 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.11855616e+09 node_filesystem_avail_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 6.02502541312e+11 node_filesystem_avail_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 6.311732953088e+12 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.3462765568e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3478633472e+10 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.171456e+08 node_filesystem_files{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 2.44191232e+08 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.6453425e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.6453425e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.290685e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 7.1726303e+07 node_filesystem_files_free{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 1.86608162e+08 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.6450599e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.6453422e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.290652e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.11855616e+09 node_filesystem_free_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 6.98482003968e+11 node_filesystem_free_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 6.711827767296e+12 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.3462765568e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3478633472e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sda2",major="8",minor="2",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sdb1",major="8",minor="17",mountpoint="/mnt/sda"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="169",mountpoint="/run/user/0"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="29",mountpoint="/run/lock"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.124995072e+09 node_filesystem_size_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.887976378368e+12 node_filesystem_size_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/sda"} 7.937301327872e+12 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.3478649856e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.347864576e+10 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 4.9470936e+07 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="platform_coretemp_0",chip_name="coretemp"} 1 node_hwmon_chip_names{chip="platform_coretemp_1",chip_name="coretemp"} 1 node_hwmon_chip_names{chip="thermal_thermal_zone0",chip_name="pch_lewisburg"} 1 # HELP node_hwmon_power_average_interval_max_seconds Hardware monitor power usage update interval (average_interval_max) # TYPE node_hwmon_power_average_interval_max_seconds gauge node_hwmon_power_average_interval_max_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 300 # HELP node_hwmon_power_average_interval_min_seconds Hardware monitor power usage update interval (average_interval_min) # TYPE node_hwmon_power_average_interval_min_seconds gauge node_hwmon_power_average_interval_min_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 300 # HELP node_hwmon_power_average_interval_seconds Hardware monitor power usage update interval (average_interval) # TYPE node_hwmon_power_average_interval_seconds gauge node_hwmon_power_average_interval_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 300 # HELP node_hwmon_power_average_watt Hardware monitor for power usage in watts (average) # TYPE node_hwmon_power_average_watt gauge node_hwmon_power_average_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 302 # HELP node_hwmon_power_is_battery_watt Hardware monitor for power usage in watts (is_battery) # TYPE node_hwmon_power_is_battery_watt gauge node_hwmon_power_is_battery_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 0 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 0",sensor="temp2"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 10",sensor="temp12"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 11",sensor="temp13"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 12",sensor="temp14"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 16",sensor="temp18"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 17",sensor="temp19"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 18",sensor="temp20"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 19",sensor="temp21"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 2",sensor="temp4"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 20",sensor="temp22"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 24",sensor="temp26"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 25",sensor="temp27"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 26",sensor="temp28"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 27",sensor="temp29"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 28",sensor="temp30"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 4",sensor="temp6"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 8",sensor="temp10"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 9",sensor="temp11"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Package id 0",sensor="temp1"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 0",sensor="temp2"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 10",sensor="temp12"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 11",sensor="temp13"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 12",sensor="temp14"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 16",sensor="temp18"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 17",sensor="temp19"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 18",sensor="temp20"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 19",sensor="temp21"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 2",sensor="temp4"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 20",sensor="temp22"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 24",sensor="temp26"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 25",sensor="temp27"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 26",sensor="temp28"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 27",sensor="temp29"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 28",sensor="temp30"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 4",sensor="temp6"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 8",sensor="temp10"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 9",sensor="temp11"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Package id 1",sensor="temp1"} 1 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp1"} 74 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 71 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp11"} 72 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp12"} 72 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp13"} 74 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp14"} 73 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp18"} 70 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp19"} 73 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 69 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp20"} 72 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp21"} 70 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp22"} 72 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp26"} 72 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp27"} 70 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp28"} 70 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp29"} 71 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 70 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp30"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 70 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 69 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 69 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp1"} 77 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp10"} 69 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp11"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp12"} 70 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp13"} 71 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp14"} 70 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp18"} 74 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp19"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp2"} 75 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp20"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp21"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp22"} 69 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp26"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp27"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp28"} 72 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp29"} 69 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp3"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp30"} 69 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp4"} 77 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp5"} 70 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp6"} 68 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp0"} 48 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp1"} 48 # HELP node_hwmon_temp_crit_alarm_celsius Hardware monitor for temperature (crit_alarm) # TYPE node_hwmon_temp_crit_alarm_celsius gauge node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp10"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp11"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp12"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp13"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp14"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp18"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp19"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp20"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp21"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp22"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp26"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp27"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp28"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp29"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp3"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp30"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp4"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp5"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp6"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp10"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp11"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp12"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp13"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp14"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp18"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp19"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp20"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp21"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp22"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp26"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp27"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp28"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp29"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp3"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp30"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp4"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp5"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp6"} 0 # HELP node_hwmon_temp_crit_celsius Hardware monitor for temperature (crit) # TYPE node_hwmon_temp_crit_celsius gauge node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp1"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp10"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp11"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp12"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp13"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp14"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp18"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp19"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp2"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp20"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp21"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp22"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp26"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp27"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp28"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp29"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp3"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp30"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp4"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp5"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp6"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp1"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp10"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp11"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp12"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp13"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp14"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp18"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp19"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp2"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp20"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp21"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp22"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp26"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp27"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp28"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp29"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp3"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp30"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp4"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp5"} 95 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp6"} 95 # HELP node_hwmon_temp_max_celsius Hardware monitor for temperature (max) # TYPE node_hwmon_temp_max_celsius gauge node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp1"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp10"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp11"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp12"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp13"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp14"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp18"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp19"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp2"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp20"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp21"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp22"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp26"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp27"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp28"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp29"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp3"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp30"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp4"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp5"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp6"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp1"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp10"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp11"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp12"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp13"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp14"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp18"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp19"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp2"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp20"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp21"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp22"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp26"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp27"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp28"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp29"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp3"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp30"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp4"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp5"} 85 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp6"} 85 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 3.4705097035e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 32.72 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 37.68 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 36.6 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 3.2119549952e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 4.0278908928e+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 8.159358976e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 1.535115264e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 4.900866048e+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 2.8174626816e+10 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 3.7291032576e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 7.5983159296e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 3.19393767424e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.21332826112e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.53092096e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 4.37342208e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 1.7268736e+07 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.828081664e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 7.4271997952e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 5.5991181312e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.29318912e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.677829632e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 7.7457539072e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.8642944e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.34786461696e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.8102656e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 1.368858624e+09 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.6968064e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.3589209088e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 1.943015424e+09 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 1.305767936e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.5532224512e+10 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 3.2145408e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 860160 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 8.589930496e+09 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 3.1248384e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 2.80604672e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_memory_Zswapped_bytes Memory information field Zswapped_bytes. # TYPE node_memory_Zswapped_bytes gauge node_memory_Zswapped_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 8840 # 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 130933 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 273570 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 783 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 721 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 39 # 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-07f968154de5"} 3 node_network_address_assign_type{device="br-16808385b93f"} 3 node_network_address_assign_type{device="br-1f956fd3540d"} 3 node_network_address_assign_type{device="br-220147d8e366"} 3 node_network_address_assign_type{device="br-2f0914f191c1"} 3 node_network_address_assign_type{device="br-4c463b933acb"} 3 node_network_address_assign_type{device="br-561f457bb8e2"} 3 node_network_address_assign_type{device="br-60668470aeab"} 3 node_network_address_assign_type{device="br-7a527d8e09f7"} 3 node_network_address_assign_type{device="br-7d57e7161998"} 3 node_network_address_assign_type{device="br-8159ae143564"} 3 node_network_address_assign_type{device="br-83c30c05090c"} 3 node_network_address_assign_type{device="br-b590dda50ac9"} 3 node_network_address_assign_type{device="br-c3f816b27415"} 3 node_network_address_assign_type{device="br-e1634c06178e"} 3 node_network_address_assign_type{device="br-fc997eab0c12"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eno1"} 0 node_network_address_assign_type{device="eno2"} 0 node_network_address_assign_type{device="eno3"} 0 node_network_address_assign_type{device="eno4"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="tailscale0"} 0 node_network_address_assign_type{device="veth0030ea5"} 3 node_network_address_assign_type{device="veth08cee66"} 3 node_network_address_assign_type{device="veth0d5ab50"} 3 node_network_address_assign_type{device="veth12f916a"} 3 node_network_address_assign_type{device="veth143bde0"} 3 node_network_address_assign_type{device="veth1bf10f0"} 3 node_network_address_assign_type{device="veth1c581ad"} 3 node_network_address_assign_type{device="veth1f22ae2"} 3 node_network_address_assign_type{device="veth21c4392"} 3 node_network_address_assign_type{device="veth2a71902"} 3 node_network_address_assign_type{device="veth2d6e62b"} 3 node_network_address_assign_type{device="veth378b3dd"} 3 node_network_address_assign_type{device="veth3bfd020"} 3 node_network_address_assign_type{device="veth3c06adc"} 3 node_network_address_assign_type{device="veth4c5b5de"} 3 node_network_address_assign_type{device="veth4ed52f6"} 3 node_network_address_assign_type{device="veth514bfee"} 3 node_network_address_assign_type{device="veth58ff822"} 3 node_network_address_assign_type{device="veth5c6bb2c"} 3 node_network_address_assign_type{device="veth5eb5064"} 3 node_network_address_assign_type{device="veth5fa0b87"} 3 node_network_address_assign_type{device="veth6178a0f"} 3 node_network_address_assign_type{device="veth65d871b"} 3 node_network_address_assign_type{device="veth6819350"} 3 node_network_address_assign_type{device="veth6a7c575"} 3 node_network_address_assign_type{device="veth6b4a5e0"} 3 node_network_address_assign_type{device="veth6d601df"} 3 node_network_address_assign_type{device="veth772e9e6"} 3 node_network_address_assign_type{device="veth7c85bb8"} 3 node_network_address_assign_type{device="veth7f74d05"} 3 node_network_address_assign_type{device="veth7fae8b9"} 3 node_network_address_assign_type{device="veth804631b"} 3 node_network_address_assign_type{device="veth87ec344"} 3 node_network_address_assign_type{device="veth888b2f1"} 3 node_network_address_assign_type{device="veth8d48ba8"} 3 node_network_address_assign_type{device="veth9034504"} 3 node_network_address_assign_type{device="veth906de2d"} 3 node_network_address_assign_type{device="veth90844ae"} 3 node_network_address_assign_type{device="veth92bd010"} 3 node_network_address_assign_type{device="veth9346cc3"} 3 node_network_address_assign_type{device="veth94a28f6"} 3 node_network_address_assign_type{device="veth94f3057"} 3 node_network_address_assign_type{device="veth9577855"} 3 node_network_address_assign_type{device="veth980b703"} 3 node_network_address_assign_type{device="vetha08444a"} 3 node_network_address_assign_type{device="vetha26182c"} 3 node_network_address_assign_type{device="vetha2a079f"} 3 node_network_address_assign_type{device="vetha3fb8be"} 3 node_network_address_assign_type{device="vethaa5057f"} 3 node_network_address_assign_type{device="vethad190ec"} 3 node_network_address_assign_type{device="vethb03b4c6"} 3 node_network_address_assign_type{device="vethb0967f5"} 3 node_network_address_assign_type{device="vethb1a6f81"} 3 node_network_address_assign_type{device="vethb6ec8e0"} 3 node_network_address_assign_type{device="vethbaeeb46"} 3 node_network_address_assign_type{device="vethbf203d0"} 3 node_network_address_assign_type{device="vethc05cf03"} 3 node_network_address_assign_type{device="vethc1eaa30"} 3 node_network_address_assign_type{device="vethcb11063"} 3 node_network_address_assign_type{device="vethce83a26"} 3 node_network_address_assign_type{device="vethd0994ea"} 3 node_network_address_assign_type{device="vethd10a8ae"} 3 node_network_address_assign_type{device="vethd522c08"} 3 node_network_address_assign_type{device="vethd9d1613"} 3 node_network_address_assign_type{device="vethe17dcf5"} 3 node_network_address_assign_type{device="vethe73c789"} 3 node_network_address_assign_type{device="vethe85734d"} 3 node_network_address_assign_type{device="vethf5df7cd"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-07f968154de5"} 1 node_network_carrier{device="br-16808385b93f"} 1 node_network_carrier{device="br-1f956fd3540d"} 1 node_network_carrier{device="br-220147d8e366"} 1 node_network_carrier{device="br-2f0914f191c1"} 1 node_network_carrier{device="br-4c463b933acb"} 1 node_network_carrier{device="br-561f457bb8e2"} 1 node_network_carrier{device="br-60668470aeab"} 1 node_network_carrier{device="br-7a527d8e09f7"} 1 node_network_carrier{device="br-7d57e7161998"} 1 node_network_carrier{device="br-8159ae143564"} 1 node_network_carrier{device="br-83c30c05090c"} 1 node_network_carrier{device="br-b590dda50ac9"} 1 node_network_carrier{device="br-c3f816b27415"} 1 node_network_carrier{device="br-e1634c06178e"} 1 node_network_carrier{device="br-fc997eab0c12"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eno1"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="tailscale0"} 1 node_network_carrier{device="veth0030ea5"} 1 node_network_carrier{device="veth08cee66"} 1 node_network_carrier{device="veth0d5ab50"} 1 node_network_carrier{device="veth12f916a"} 1 node_network_carrier{device="veth143bde0"} 1 node_network_carrier{device="veth1bf10f0"} 1 node_network_carrier{device="veth1c581ad"} 1 node_network_carrier{device="veth1f22ae2"} 1 node_network_carrier{device="veth21c4392"} 1 node_network_carrier{device="veth2a71902"} 1 node_network_carrier{device="veth2d6e62b"} 1 node_network_carrier{device="veth378b3dd"} 1 node_network_carrier{device="veth3bfd020"} 1 node_network_carrier{device="veth3c06adc"} 1 node_network_carrier{device="veth4c5b5de"} 1 node_network_carrier{device="veth4ed52f6"} 1 node_network_carrier{device="veth514bfee"} 1 node_network_carrier{device="veth58ff822"} 1 node_network_carrier{device="veth5c6bb2c"} 1 node_network_carrier{device="veth5eb5064"} 1 node_network_carrier{device="veth5fa0b87"} 1 node_network_carrier{device="veth6178a0f"} 1 node_network_carrier{device="veth65d871b"} 1 node_network_carrier{device="veth6819350"} 1 node_network_carrier{device="veth6a7c575"} 1 node_network_carrier{device="veth6b4a5e0"} 1 node_network_carrier{device="veth6d601df"} 1 node_network_carrier{device="veth772e9e6"} 1 node_network_carrier{device="veth7c85bb8"} 1 node_network_carrier{device="veth7f74d05"} 1 node_network_carrier{device="veth7fae8b9"} 1 node_network_carrier{device="veth804631b"} 1 node_network_carrier{device="veth87ec344"} 1 node_network_carrier{device="veth888b2f1"} 1 node_network_carrier{device="veth8d48ba8"} 1 node_network_carrier{device="veth9034504"} 1 node_network_carrier{device="veth906de2d"} 1 node_network_carrier{device="veth90844ae"} 1 node_network_carrier{device="veth92bd010"} 1 node_network_carrier{device="veth9346cc3"} 1 node_network_carrier{device="veth94a28f6"} 1 node_network_carrier{device="veth94f3057"} 1 node_network_carrier{device="veth9577855"} 1 node_network_carrier{device="veth980b703"} 1 node_network_carrier{device="vetha08444a"} 1 node_network_carrier{device="vetha26182c"} 1 node_network_carrier{device="vetha2a079f"} 1 node_network_carrier{device="vetha3fb8be"} 1 node_network_carrier{device="vethaa5057f"} 1 node_network_carrier{device="vethad190ec"} 1 node_network_carrier{device="vethb03b4c6"} 1 node_network_carrier{device="vethb0967f5"} 1 node_network_carrier{device="vethb1a6f81"} 1 node_network_carrier{device="vethb6ec8e0"} 1 node_network_carrier{device="vethbaeeb46"} 1 node_network_carrier{device="vethbf203d0"} 1 node_network_carrier{device="vethc05cf03"} 1 node_network_carrier{device="vethc1eaa30"} 1 node_network_carrier{device="vethcb11063"} 1 node_network_carrier{device="vethce83a26"} 1 node_network_carrier{device="vethd0994ea"} 1 node_network_carrier{device="vethd10a8ae"} 1 node_network_carrier{device="vethd522c08"} 1 node_network_carrier{device="vethd9d1613"} 1 node_network_carrier{device="vethe17dcf5"} 1 node_network_carrier{device="vethe73c789"} 1 node_network_carrier{device="vethe85734d"} 1 node_network_carrier{device="vethf5df7cd"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="br-07f968154de5"} 2 node_network_carrier_changes_total{device="br-16808385b93f"} 2 node_network_carrier_changes_total{device="br-1f956fd3540d"} 2 node_network_carrier_changes_total{device="br-220147d8e366"} 2 node_network_carrier_changes_total{device="br-2f0914f191c1"} 2 node_network_carrier_changes_total{device="br-4c463b933acb"} 2 node_network_carrier_changes_total{device="br-561f457bb8e2"} 2 node_network_carrier_changes_total{device="br-60668470aeab"} 2 node_network_carrier_changes_total{device="br-7a527d8e09f7"} 2 node_network_carrier_changes_total{device="br-7d57e7161998"} 2 node_network_carrier_changes_total{device="br-8159ae143564"} 2 node_network_carrier_changes_total{device="br-83c30c05090c"} 2 node_network_carrier_changes_total{device="br-b590dda50ac9"} 2 node_network_carrier_changes_total{device="br-c3f816b27415"} 2 node_network_carrier_changes_total{device="br-e1634c06178e"} 2 node_network_carrier_changes_total{device="br-fc997eab0c12"} 2 node_network_carrier_changes_total{device="docker0"} 1 node_network_carrier_changes_total{device="eno1"} 1 node_network_carrier_changes_total{device="eno2"} 0 node_network_carrier_changes_total{device="eno3"} 0 node_network_carrier_changes_total{device="eno4"} 0 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="tailscale0"} 0 node_network_carrier_changes_total{device="veth0030ea5"} 2 node_network_carrier_changes_total{device="veth08cee66"} 2 node_network_carrier_changes_total{device="veth0d5ab50"} 2 node_network_carrier_changes_total{device="veth12f916a"} 2 node_network_carrier_changes_total{device="veth143bde0"} 2 node_network_carrier_changes_total{device="veth1bf10f0"} 2 node_network_carrier_changes_total{device="veth1c581ad"} 2 node_network_carrier_changes_total{device="veth1f22ae2"} 2 node_network_carrier_changes_total{device="veth21c4392"} 2 node_network_carrier_changes_total{device="veth2a71902"} 2 node_network_carrier_changes_total{device="veth2d6e62b"} 2 node_network_carrier_changes_total{device="veth378b3dd"} 2 node_network_carrier_changes_total{device="veth3bfd020"} 2 node_network_carrier_changes_total{device="veth3c06adc"} 2 node_network_carrier_changes_total{device="veth4c5b5de"} 2 node_network_carrier_changes_total{device="veth4ed52f6"} 2 node_network_carrier_changes_total{device="veth514bfee"} 2 node_network_carrier_changes_total{device="veth58ff822"} 2 node_network_carrier_changes_total{device="veth5c6bb2c"} 2 node_network_carrier_changes_total{device="veth5eb5064"} 2 node_network_carrier_changes_total{device="veth5fa0b87"} 2 node_network_carrier_changes_total{device="veth6178a0f"} 2 node_network_carrier_changes_total{device="veth65d871b"} 2 node_network_carrier_changes_total{device="veth6819350"} 2 node_network_carrier_changes_total{device="veth6a7c575"} 2 node_network_carrier_changes_total{device="veth6b4a5e0"} 2 node_network_carrier_changes_total{device="veth6d601df"} 2 node_network_carrier_changes_total{device="veth772e9e6"} 2 node_network_carrier_changes_total{device="veth7c85bb8"} 2 node_network_carrier_changes_total{device="veth7f74d05"} 2 node_network_carrier_changes_total{device="veth7fae8b9"} 2 node_network_carrier_changes_total{device="veth804631b"} 2 node_network_carrier_changes_total{device="veth87ec344"} 2 node_network_carrier_changes_total{device="veth888b2f1"} 2 node_network_carrier_changes_total{device="veth8d48ba8"} 2 node_network_carrier_changes_total{device="veth9034504"} 2 node_network_carrier_changes_total{device="veth906de2d"} 2 node_network_carrier_changes_total{device="veth90844ae"} 2 node_network_carrier_changes_total{device="veth92bd010"} 2 node_network_carrier_changes_total{device="veth9346cc3"} 2 node_network_carrier_changes_total{device="veth94a28f6"} 2 node_network_carrier_changes_total{device="veth94f3057"} 2 node_network_carrier_changes_total{device="veth9577855"} 2 node_network_carrier_changes_total{device="veth980b703"} 2 node_network_carrier_changes_total{device="vetha08444a"} 2 node_network_carrier_changes_total{device="vetha26182c"} 2 node_network_carrier_changes_total{device="vetha2a079f"} 2 node_network_carrier_changes_total{device="vetha3fb8be"} 2 node_network_carrier_changes_total{device="vethaa5057f"} 2 node_network_carrier_changes_total{device="vethad190ec"} 2 node_network_carrier_changes_total{device="vethb03b4c6"} 2 node_network_carrier_changes_total{device="vethb0967f5"} 2 node_network_carrier_changes_total{device="vethb1a6f81"} 2 node_network_carrier_changes_total{device="vethb6ec8e0"} 2 node_network_carrier_changes_total{device="vethbaeeb46"} 2 node_network_carrier_changes_total{device="vethbf203d0"} 2 node_network_carrier_changes_total{device="vethc05cf03"} 2 node_network_carrier_changes_total{device="vethc1eaa30"} 2 node_network_carrier_changes_total{device="vethcb11063"} 2 node_network_carrier_changes_total{device="vethce83a26"} 2 node_network_carrier_changes_total{device="vethd0994ea"} 2 node_network_carrier_changes_total{device="vethd10a8ae"} 2 node_network_carrier_changes_total{device="vethd522c08"} 2 node_network_carrier_changes_total{device="vethd9d1613"} 2 node_network_carrier_changes_total{device="vethe17dcf5"} 2 node_network_carrier_changes_total{device="vethe73c789"} 2 node_network_carrier_changes_total{device="vethe85734d"} 2 node_network_carrier_changes_total{device="vethf5df7cd"} 2 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="br-07f968154de5"} 1 node_network_carrier_down_changes_total{device="br-16808385b93f"} 1 node_network_carrier_down_changes_total{device="br-1f956fd3540d"} 1 node_network_carrier_down_changes_total{device="br-220147d8e366"} 1 node_network_carrier_down_changes_total{device="br-2f0914f191c1"} 1 node_network_carrier_down_changes_total{device="br-4c463b933acb"} 1 node_network_carrier_down_changes_total{device="br-561f457bb8e2"} 1 node_network_carrier_down_changes_total{device="br-60668470aeab"} 1 node_network_carrier_down_changes_total{device="br-7a527d8e09f7"} 1 node_network_carrier_down_changes_total{device="br-7d57e7161998"} 1 node_network_carrier_down_changes_total{device="br-8159ae143564"} 1 node_network_carrier_down_changes_total{device="br-83c30c05090c"} 1 node_network_carrier_down_changes_total{device="br-b590dda50ac9"} 1 node_network_carrier_down_changes_total{device="br-c3f816b27415"} 1 node_network_carrier_down_changes_total{device="br-e1634c06178e"} 1 node_network_carrier_down_changes_total{device="br-fc997eab0c12"} 1 node_network_carrier_down_changes_total{device="docker0"} 1 node_network_carrier_down_changes_total{device="eno1"} 0 node_network_carrier_down_changes_total{device="eno2"} 0 node_network_carrier_down_changes_total{device="eno3"} 0 node_network_carrier_down_changes_total{device="eno4"} 0 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="tailscale0"} 0 node_network_carrier_down_changes_total{device="veth0030ea5"} 1 node_network_carrier_down_changes_total{device="veth08cee66"} 1 node_network_carrier_down_changes_total{device="veth0d5ab50"} 1 node_network_carrier_down_changes_total{device="veth12f916a"} 1 node_network_carrier_down_changes_total{device="veth143bde0"} 1 node_network_carrier_down_changes_total{device="veth1bf10f0"} 1 node_network_carrier_down_changes_total{device="veth1c581ad"} 1 node_network_carrier_down_changes_total{device="veth1f22ae2"} 1 node_network_carrier_down_changes_total{device="veth21c4392"} 1 node_network_carrier_down_changes_total{device="veth2a71902"} 1 node_network_carrier_down_changes_total{device="veth2d6e62b"} 1 node_network_carrier_down_changes_total{device="veth378b3dd"} 1 node_network_carrier_down_changes_total{device="veth3bfd020"} 1 node_network_carrier_down_changes_total{device="veth3c06adc"} 1 node_network_carrier_down_changes_total{device="veth4c5b5de"} 1 node_network_carrier_down_changes_total{device="veth4ed52f6"} 1 node_network_carrier_down_changes_total{device="veth514bfee"} 1 node_network_carrier_down_changes_total{device="veth58ff822"} 1 node_network_carrier_down_changes_total{device="veth5c6bb2c"} 1 node_network_carrier_down_changes_total{device="veth5eb5064"} 1 node_network_carrier_down_changes_total{device="veth5fa0b87"} 1 node_network_carrier_down_changes_total{device="veth6178a0f"} 1 node_network_carrier_down_changes_total{device="veth65d871b"} 1 node_network_carrier_down_changes_total{device="veth6819350"} 1 node_network_carrier_down_changes_total{device="veth6a7c575"} 1 node_network_carrier_down_changes_total{device="veth6b4a5e0"} 1 node_network_carrier_down_changes_total{device="veth6d601df"} 1 node_network_carrier_down_changes_total{device="veth772e9e6"} 1 node_network_carrier_down_changes_total{device="veth7c85bb8"} 1 node_network_carrier_down_changes_total{device="veth7f74d05"} 1 node_network_carrier_down_changes_total{device="veth7fae8b9"} 1 node_network_carrier_down_changes_total{device="veth804631b"} 1 node_network_carrier_down_changes_total{device="veth87ec344"} 1 node_network_carrier_down_changes_total{device="veth888b2f1"} 1 node_network_carrier_down_changes_total{device="veth8d48ba8"} 1 node_network_carrier_down_changes_total{device="veth9034504"} 1 node_network_carrier_down_changes_total{device="veth906de2d"} 1 node_network_carrier_down_changes_total{device="veth90844ae"} 1 node_network_carrier_down_changes_total{device="veth92bd010"} 1 node_network_carrier_down_changes_total{device="veth9346cc3"} 1 node_network_carrier_down_changes_total{device="veth94a28f6"} 1 node_network_carrier_down_changes_total{device="veth94f3057"} 1 node_network_carrier_down_changes_total{device="veth9577855"} 1 node_network_carrier_down_changes_total{device="veth980b703"} 1 node_network_carrier_down_changes_total{device="vetha08444a"} 1 node_network_carrier_down_changes_total{device="vetha26182c"} 1 node_network_carrier_down_changes_total{device="vetha2a079f"} 1 node_network_carrier_down_changes_total{device="vetha3fb8be"} 1 node_network_carrier_down_changes_total{device="vethaa5057f"} 1 node_network_carrier_down_changes_total{device="vethad190ec"} 1 node_network_carrier_down_changes_total{device="vethb03b4c6"} 1 node_network_carrier_down_changes_total{device="vethb0967f5"} 1 node_network_carrier_down_changes_total{device="vethb1a6f81"} 1 node_network_carrier_down_changes_total{device="vethb6ec8e0"} 1 node_network_carrier_down_changes_total{device="vethbaeeb46"} 1 node_network_carrier_down_changes_total{device="vethbf203d0"} 1 node_network_carrier_down_changes_total{device="vethc05cf03"} 1 node_network_carrier_down_changes_total{device="vethc1eaa30"} 1 node_network_carrier_down_changes_total{device="vethcb11063"} 1 node_network_carrier_down_changes_total{device="vethce83a26"} 1 node_network_carrier_down_changes_total{device="vethd0994ea"} 1 node_network_carrier_down_changes_total{device="vethd10a8ae"} 1 node_network_carrier_down_changes_total{device="vethd522c08"} 1 node_network_carrier_down_changes_total{device="vethd9d1613"} 1 node_network_carrier_down_changes_total{device="vethe17dcf5"} 1 node_network_carrier_down_changes_total{device="vethe73c789"} 1 node_network_carrier_down_changes_total{device="vethe85734d"} 1 node_network_carrier_down_changes_total{device="vethf5df7cd"} 1 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="br-07f968154de5"} 1 node_network_carrier_up_changes_total{device="br-16808385b93f"} 1 node_network_carrier_up_changes_total{device="br-1f956fd3540d"} 1 node_network_carrier_up_changes_total{device="br-220147d8e366"} 1 node_network_carrier_up_changes_total{device="br-2f0914f191c1"} 1 node_network_carrier_up_changes_total{device="br-4c463b933acb"} 1 node_network_carrier_up_changes_total{device="br-561f457bb8e2"} 1 node_network_carrier_up_changes_total{device="br-60668470aeab"} 1 node_network_carrier_up_changes_total{device="br-7a527d8e09f7"} 1 node_network_carrier_up_changes_total{device="br-7d57e7161998"} 1 node_network_carrier_up_changes_total{device="br-8159ae143564"} 1 node_network_carrier_up_changes_total{device="br-83c30c05090c"} 1 node_network_carrier_up_changes_total{device="br-b590dda50ac9"} 1 node_network_carrier_up_changes_total{device="br-c3f816b27415"} 1 node_network_carrier_up_changes_total{device="br-e1634c06178e"} 1 node_network_carrier_up_changes_total{device="br-fc997eab0c12"} 1 node_network_carrier_up_changes_total{device="docker0"} 0 node_network_carrier_up_changes_total{device="eno1"} 1 node_network_carrier_up_changes_total{device="eno2"} 0 node_network_carrier_up_changes_total{device="eno3"} 0 node_network_carrier_up_changes_total{device="eno4"} 0 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="tailscale0"} 0 node_network_carrier_up_changes_total{device="veth0030ea5"} 1 node_network_carrier_up_changes_total{device="veth08cee66"} 1 node_network_carrier_up_changes_total{device="veth0d5ab50"} 1 node_network_carrier_up_changes_total{device="veth12f916a"} 1 node_network_carrier_up_changes_total{device="veth143bde0"} 1 node_network_carrier_up_changes_total{device="veth1bf10f0"} 1 node_network_carrier_up_changes_total{device="veth1c581ad"} 1 node_network_carrier_up_changes_total{device="veth1f22ae2"} 1 node_network_carrier_up_changes_total{device="veth21c4392"} 1 node_network_carrier_up_changes_total{device="veth2a71902"} 1 node_network_carrier_up_changes_total{device="veth2d6e62b"} 1 node_network_carrier_up_changes_total{device="veth378b3dd"} 1 node_network_carrier_up_changes_total{device="veth3bfd020"} 1 node_network_carrier_up_changes_total{device="veth3c06adc"} 1 node_network_carrier_up_changes_total{device="veth4c5b5de"} 1 node_network_carrier_up_changes_total{device="veth4ed52f6"} 1 node_network_carrier_up_changes_total{device="veth514bfee"} 1 node_network_carrier_up_changes_total{device="veth58ff822"} 1 node_network_carrier_up_changes_total{device="veth5c6bb2c"} 1 node_network_carrier_up_changes_total{device="veth5eb5064"} 1 node_network_carrier_up_changes_total{device="veth5fa0b87"} 1 node_network_carrier_up_changes_total{device="veth6178a0f"} 1 node_network_carrier_up_changes_total{device="veth65d871b"} 1 node_network_carrier_up_changes_total{device="veth6819350"} 1 node_network_carrier_up_changes_total{device="veth6a7c575"} 1 node_network_carrier_up_changes_total{device="veth6b4a5e0"} 1 node_network_carrier_up_changes_total{device="veth6d601df"} 1 node_network_carrier_up_changes_total{device="veth772e9e6"} 1 node_network_carrier_up_changes_total{device="veth7c85bb8"} 1 node_network_carrier_up_changes_total{device="veth7f74d05"} 1 node_network_carrier_up_changes_total{device="veth7fae8b9"} 1 node_network_carrier_up_changes_total{device="veth804631b"} 1 node_network_carrier_up_changes_total{device="veth87ec344"} 1 node_network_carrier_up_changes_total{device="veth888b2f1"} 1 node_network_carrier_up_changes_total{device="veth8d48ba8"} 1 node_network_carrier_up_changes_total{device="veth9034504"} 1 node_network_carrier_up_changes_total{device="veth906de2d"} 1 node_network_carrier_up_changes_total{device="veth90844ae"} 1 node_network_carrier_up_changes_total{device="veth92bd010"} 1 node_network_carrier_up_changes_total{device="veth9346cc3"} 1 node_network_carrier_up_changes_total{device="veth94a28f6"} 1 node_network_carrier_up_changes_total{device="veth94f3057"} 1 node_network_carrier_up_changes_total{device="veth9577855"} 1 node_network_carrier_up_changes_total{device="veth980b703"} 1 node_network_carrier_up_changes_total{device="vetha08444a"} 1 node_network_carrier_up_changes_total{device="vetha26182c"} 1 node_network_carrier_up_changes_total{device="vetha2a079f"} 1 node_network_carrier_up_changes_total{device="vetha3fb8be"} 1 node_network_carrier_up_changes_total{device="vethaa5057f"} 1 node_network_carrier_up_changes_total{device="vethad190ec"} 1 node_network_carrier_up_changes_total{device="vethb03b4c6"} 1 node_network_carrier_up_changes_total{device="vethb0967f5"} 1 node_network_carrier_up_changes_total{device="vethb1a6f81"} 1 node_network_carrier_up_changes_total{device="vethb6ec8e0"} 1 node_network_carrier_up_changes_total{device="vethbaeeb46"} 1 node_network_carrier_up_changes_total{device="vethbf203d0"} 1 node_network_carrier_up_changes_total{device="vethc05cf03"} 1 node_network_carrier_up_changes_total{device="vethc1eaa30"} 1 node_network_carrier_up_changes_total{device="vethcb11063"} 1 node_network_carrier_up_changes_total{device="vethce83a26"} 1 node_network_carrier_up_changes_total{device="vethd0994ea"} 1 node_network_carrier_up_changes_total{device="vethd10a8ae"} 1 node_network_carrier_up_changes_total{device="vethd522c08"} 1 node_network_carrier_up_changes_total{device="vethd9d1613"} 1 node_network_carrier_up_changes_total{device="vethe17dcf5"} 1 node_network_carrier_up_changes_total{device="vethe73c789"} 1 node_network_carrier_up_changes_total{device="vethe85734d"} 1 node_network_carrier_up_changes_total{device="vethf5df7cd"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-07f968154de5"} 0 node_network_device_id{device="br-16808385b93f"} 0 node_network_device_id{device="br-1f956fd3540d"} 0 node_network_device_id{device="br-220147d8e366"} 0 node_network_device_id{device="br-2f0914f191c1"} 0 node_network_device_id{device="br-4c463b933acb"} 0 node_network_device_id{device="br-561f457bb8e2"} 0 node_network_device_id{device="br-60668470aeab"} 0 node_network_device_id{device="br-7a527d8e09f7"} 0 node_network_device_id{device="br-7d57e7161998"} 0 node_network_device_id{device="br-8159ae143564"} 0 node_network_device_id{device="br-83c30c05090c"} 0 node_network_device_id{device="br-b590dda50ac9"} 0 node_network_device_id{device="br-c3f816b27415"} 0 node_network_device_id{device="br-e1634c06178e"} 0 node_network_device_id{device="br-fc997eab0c12"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eno1"} 0 node_network_device_id{device="eno2"} 0 node_network_device_id{device="eno3"} 0 node_network_device_id{device="eno4"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="tailscale0"} 0 node_network_device_id{device="veth0030ea5"} 0 node_network_device_id{device="veth08cee66"} 0 node_network_device_id{device="veth0d5ab50"} 0 node_network_device_id{device="veth12f916a"} 0 node_network_device_id{device="veth143bde0"} 0 node_network_device_id{device="veth1bf10f0"} 0 node_network_device_id{device="veth1c581ad"} 0 node_network_device_id{device="veth1f22ae2"} 0 node_network_device_id{device="veth21c4392"} 0 node_network_device_id{device="veth2a71902"} 0 node_network_device_id{device="veth2d6e62b"} 0 node_network_device_id{device="veth378b3dd"} 0 node_network_device_id{device="veth3bfd020"} 0 node_network_device_id{device="veth3c06adc"} 0 node_network_device_id{device="veth4c5b5de"} 0 node_network_device_id{device="veth4ed52f6"} 0 node_network_device_id{device="veth514bfee"} 0 node_network_device_id{device="veth58ff822"} 0 node_network_device_id{device="veth5c6bb2c"} 0 node_network_device_id{device="veth5eb5064"} 0 node_network_device_id{device="veth5fa0b87"} 0 node_network_device_id{device="veth6178a0f"} 0 node_network_device_id{device="veth65d871b"} 0 node_network_device_id{device="veth6819350"} 0 node_network_device_id{device="veth6a7c575"} 0 node_network_device_id{device="veth6b4a5e0"} 0 node_network_device_id{device="veth6d601df"} 0 node_network_device_id{device="veth772e9e6"} 0 node_network_device_id{device="veth7c85bb8"} 0 node_network_device_id{device="veth7f74d05"} 0 node_network_device_id{device="veth7fae8b9"} 0 node_network_device_id{device="veth804631b"} 0 node_network_device_id{device="veth87ec344"} 0 node_network_device_id{device="veth888b2f1"} 0 node_network_device_id{device="veth8d48ba8"} 0 node_network_device_id{device="veth9034504"} 0 node_network_device_id{device="veth906de2d"} 0 node_network_device_id{device="veth90844ae"} 0 node_network_device_id{device="veth92bd010"} 0 node_network_device_id{device="veth9346cc3"} 0 node_network_device_id{device="veth94a28f6"} 0 node_network_device_id{device="veth94f3057"} 0 node_network_device_id{device="veth9577855"} 0 node_network_device_id{device="veth980b703"} 0 node_network_device_id{device="vetha08444a"} 0 node_network_device_id{device="vetha26182c"} 0 node_network_device_id{device="vetha2a079f"} 0 node_network_device_id{device="vetha3fb8be"} 0 node_network_device_id{device="vethaa5057f"} 0 node_network_device_id{device="vethad190ec"} 0 node_network_device_id{device="vethb03b4c6"} 0 node_network_device_id{device="vethb0967f5"} 0 node_network_device_id{device="vethb1a6f81"} 0 node_network_device_id{device="vethb6ec8e0"} 0 node_network_device_id{device="vethbaeeb46"} 0 node_network_device_id{device="vethbf203d0"} 0 node_network_device_id{device="vethc05cf03"} 0 node_network_device_id{device="vethc1eaa30"} 0 node_network_device_id{device="vethcb11063"} 0 node_network_device_id{device="vethce83a26"} 0 node_network_device_id{device="vethd0994ea"} 0 node_network_device_id{device="vethd10a8ae"} 0 node_network_device_id{device="vethd522c08"} 0 node_network_device_id{device="vethd9d1613"} 0 node_network_device_id{device="vethe17dcf5"} 0 node_network_device_id{device="vethe73c789"} 0 node_network_device_id{device="vethe85734d"} 0 node_network_device_id{device="vethf5df7cd"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-07f968154de5"} 0 node_network_dormant{device="br-16808385b93f"} 0 node_network_dormant{device="br-1f956fd3540d"} 0 node_network_dormant{device="br-220147d8e366"} 0 node_network_dormant{device="br-2f0914f191c1"} 0 node_network_dormant{device="br-4c463b933acb"} 0 node_network_dormant{device="br-561f457bb8e2"} 0 node_network_dormant{device="br-60668470aeab"} 0 node_network_dormant{device="br-7a527d8e09f7"} 0 node_network_dormant{device="br-7d57e7161998"} 0 node_network_dormant{device="br-8159ae143564"} 0 node_network_dormant{device="br-83c30c05090c"} 0 node_network_dormant{device="br-b590dda50ac9"} 0 node_network_dormant{device="br-c3f816b27415"} 0 node_network_dormant{device="br-e1634c06178e"} 0 node_network_dormant{device="br-fc997eab0c12"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eno1"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="tailscale0"} 0 node_network_dormant{device="veth0030ea5"} 0 node_network_dormant{device="veth08cee66"} 0 node_network_dormant{device="veth0d5ab50"} 0 node_network_dormant{device="veth12f916a"} 0 node_network_dormant{device="veth143bde0"} 0 node_network_dormant{device="veth1bf10f0"} 0 node_network_dormant{device="veth1c581ad"} 0 node_network_dormant{device="veth1f22ae2"} 0 node_network_dormant{device="veth21c4392"} 0 node_network_dormant{device="veth2a71902"} 0 node_network_dormant{device="veth2d6e62b"} 0 node_network_dormant{device="veth378b3dd"} 0 node_network_dormant{device="veth3bfd020"} 0 node_network_dormant{device="veth3c06adc"} 0 node_network_dormant{device="veth4c5b5de"} 0 node_network_dormant{device="veth4ed52f6"} 0 node_network_dormant{device="veth514bfee"} 0 node_network_dormant{device="veth58ff822"} 0 node_network_dormant{device="veth5c6bb2c"} 0 node_network_dormant{device="veth5eb5064"} 0 node_network_dormant{device="veth5fa0b87"} 0 node_network_dormant{device="veth6178a0f"} 0 node_network_dormant{device="veth65d871b"} 0 node_network_dormant{device="veth6819350"} 0 node_network_dormant{device="veth6a7c575"} 0 node_network_dormant{device="veth6b4a5e0"} 0 node_network_dormant{device="veth6d601df"} 0 node_network_dormant{device="veth772e9e6"} 0 node_network_dormant{device="veth7c85bb8"} 0 node_network_dormant{device="veth7f74d05"} 0 node_network_dormant{device="veth7fae8b9"} 0 node_network_dormant{device="veth804631b"} 0 node_network_dormant{device="veth87ec344"} 0 node_network_dormant{device="veth888b2f1"} 0 node_network_dormant{device="veth8d48ba8"} 0 node_network_dormant{device="veth9034504"} 0 node_network_dormant{device="veth906de2d"} 0 node_network_dormant{device="veth90844ae"} 0 node_network_dormant{device="veth92bd010"} 0 node_network_dormant{device="veth9346cc3"} 0 node_network_dormant{device="veth94a28f6"} 0 node_network_dormant{device="veth94f3057"} 0 node_network_dormant{device="veth9577855"} 0 node_network_dormant{device="veth980b703"} 0 node_network_dormant{device="vetha08444a"} 0 node_network_dormant{device="vetha26182c"} 0 node_network_dormant{device="vetha2a079f"} 0 node_network_dormant{device="vetha3fb8be"} 0 node_network_dormant{device="vethaa5057f"} 0 node_network_dormant{device="vethad190ec"} 0 node_network_dormant{device="vethb03b4c6"} 0 node_network_dormant{device="vethb0967f5"} 0 node_network_dormant{device="vethb1a6f81"} 0 node_network_dormant{device="vethb6ec8e0"} 0 node_network_dormant{device="vethbaeeb46"} 0 node_network_dormant{device="vethbf203d0"} 0 node_network_dormant{device="vethc05cf03"} 0 node_network_dormant{device="vethc1eaa30"} 0 node_network_dormant{device="vethcb11063"} 0 node_network_dormant{device="vethce83a26"} 0 node_network_dormant{device="vethd0994ea"} 0 node_network_dormant{device="vethd10a8ae"} 0 node_network_dormant{device="vethd522c08"} 0 node_network_dormant{device="vethd9d1613"} 0 node_network_dormant{device="vethe17dcf5"} 0 node_network_dormant{device="vethe73c789"} 0 node_network_dormant{device="vethe85734d"} 0 node_network_dormant{device="vethf5df7cd"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-07f968154de5"} 4099 node_network_flags{device="br-16808385b93f"} 4099 node_network_flags{device="br-1f956fd3540d"} 4099 node_network_flags{device="br-220147d8e366"} 4099 node_network_flags{device="br-2f0914f191c1"} 4099 node_network_flags{device="br-4c463b933acb"} 4099 node_network_flags{device="br-561f457bb8e2"} 4099 node_network_flags{device="br-60668470aeab"} 4099 node_network_flags{device="br-7a527d8e09f7"} 4099 node_network_flags{device="br-7d57e7161998"} 4099 node_network_flags{device="br-8159ae143564"} 4099 node_network_flags{device="br-83c30c05090c"} 4099 node_network_flags{device="br-b590dda50ac9"} 4099 node_network_flags{device="br-c3f816b27415"} 4099 node_network_flags{device="br-e1634c06178e"} 4099 node_network_flags{device="br-fc997eab0c12"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eno1"} 4099 node_network_flags{device="eno2"} 4098 node_network_flags{device="eno3"} 4098 node_network_flags{device="eno4"} 4098 node_network_flags{device="lo"} 9 node_network_flags{device="tailscale0"} 4241 node_network_flags{device="veth0030ea5"} 4867 node_network_flags{device="veth08cee66"} 4867 node_network_flags{device="veth0d5ab50"} 4867 node_network_flags{device="veth12f916a"} 4867 node_network_flags{device="veth143bde0"} 4867 node_network_flags{device="veth1bf10f0"} 4867 node_network_flags{device="veth1c581ad"} 4867 node_network_flags{device="veth1f22ae2"} 4867 node_network_flags{device="veth21c4392"} 4867 node_network_flags{device="veth2a71902"} 4867 node_network_flags{device="veth2d6e62b"} 4867 node_network_flags{device="veth378b3dd"} 4867 node_network_flags{device="veth3bfd020"} 4867 node_network_flags{device="veth3c06adc"} 4867 node_network_flags{device="veth4c5b5de"} 4867 node_network_flags{device="veth4ed52f6"} 4867 node_network_flags{device="veth514bfee"} 4867 node_network_flags{device="veth58ff822"} 4867 node_network_flags{device="veth5c6bb2c"} 4867 node_network_flags{device="veth5eb5064"} 4867 node_network_flags{device="veth5fa0b87"} 4867 node_network_flags{device="veth6178a0f"} 4867 node_network_flags{device="veth65d871b"} 4867 node_network_flags{device="veth6819350"} 4867 node_network_flags{device="veth6a7c575"} 4867 node_network_flags{device="veth6b4a5e0"} 4867 node_network_flags{device="veth6d601df"} 4867 node_network_flags{device="veth772e9e6"} 4867 node_network_flags{device="veth7c85bb8"} 4867 node_network_flags{device="veth7f74d05"} 4867 node_network_flags{device="veth7fae8b9"} 4867 node_network_flags{device="veth804631b"} 4867 node_network_flags{device="veth87ec344"} 4867 node_network_flags{device="veth888b2f1"} 4867 node_network_flags{device="veth8d48ba8"} 4867 node_network_flags{device="veth9034504"} 4867 node_network_flags{device="veth906de2d"} 4867 node_network_flags{device="veth90844ae"} 4867 node_network_flags{device="veth92bd010"} 4867 node_network_flags{device="veth9346cc3"} 4867 node_network_flags{device="veth94a28f6"} 4867 node_network_flags{device="veth94f3057"} 4867 node_network_flags{device="veth9577855"} 4867 node_network_flags{device="veth980b703"} 4867 node_network_flags{device="vetha08444a"} 4867 node_network_flags{device="vetha26182c"} 4867 node_network_flags{device="vetha2a079f"} 4867 node_network_flags{device="vetha3fb8be"} 4867 node_network_flags{device="vethaa5057f"} 4867 node_network_flags{device="vethad190ec"} 4867 node_network_flags{device="vethb03b4c6"} 4867 node_network_flags{device="vethb0967f5"} 4867 node_network_flags{device="vethb1a6f81"} 4867 node_network_flags{device="vethb6ec8e0"} 4867 node_network_flags{device="vethbaeeb46"} 4867 node_network_flags{device="vethbf203d0"} 4867 node_network_flags{device="vethc05cf03"} 4867 node_network_flags{device="vethc1eaa30"} 4867 node_network_flags{device="vethcb11063"} 4867 node_network_flags{device="vethce83a26"} 4867 node_network_flags{device="vethd0994ea"} 4867 node_network_flags{device="vethd10a8ae"} 4867 node_network_flags{device="vethd522c08"} 4867 node_network_flags{device="vethd9d1613"} 4867 node_network_flags{device="vethe17dcf5"} 4867 node_network_flags{device="vethe73c789"} 4867 node_network_flags{device="vethe85734d"} 4867 node_network_flags{device="vethf5df7cd"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-07f968154de5"} 13 node_network_iface_id{device="br-16808385b93f"} 18 node_network_iface_id{device="br-1f956fd3540d"} 7 node_network_iface_id{device="br-220147d8e366"} 19 node_network_iface_id{device="br-2f0914f191c1"} 9 node_network_iface_id{device="br-4c463b933acb"} 10 node_network_iface_id{device="br-561f457bb8e2"} 11 node_network_iface_id{device="br-60668470aeab"} 12 node_network_iface_id{device="br-7a527d8e09f7"} 14 node_network_iface_id{device="br-7d57e7161998"} 20 node_network_iface_id{device="br-8159ae143564"} 21 node_network_iface_id{device="br-83c30c05090c"} 15 node_network_iface_id{device="br-b590dda50ac9"} 16 node_network_iface_id{device="br-c3f816b27415"} 22 node_network_iface_id{device="br-e1634c06178e"} 23 node_network_iface_id{device="br-fc997eab0c12"} 17 node_network_iface_id{device="docker0"} 8 node_network_iface_id{device="eno1"} 2 node_network_iface_id{device="eno2"} 3 node_network_iface_id{device="eno3"} 4 node_network_iface_id{device="eno4"} 5 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="tailscale0"} 6 node_network_iface_id{device="veth0030ea5"} 158 node_network_iface_id{device="veth08cee66"} 36 node_network_iface_id{device="veth0d5ab50"} 25 node_network_iface_id{device="veth12f916a"} 38 node_network_iface_id{device="veth143bde0"} 86 node_network_iface_id{device="veth1bf10f0"} 75 node_network_iface_id{device="veth1c581ad"} 70 node_network_iface_id{device="veth1f22ae2"} 26 node_network_iface_id{device="veth21c4392"} 31 node_network_iface_id{device="veth2a71902"} 32 node_network_iface_id{device="veth2d6e62b"} 71 node_network_iface_id{device="veth378b3dd"} 24 node_network_iface_id{device="veth3bfd020"} 35 node_network_iface_id{device="veth3c06adc"} 60 node_network_iface_id{device="veth4c5b5de"} 56 node_network_iface_id{device="veth4ed52f6"} 159 node_network_iface_id{device="veth514bfee"} 34 node_network_iface_id{device="veth58ff822"} 45 node_network_iface_id{device="veth5c6bb2c"} 85 node_network_iface_id{device="veth5eb5064"} 67 node_network_iface_id{device="veth5fa0b87"} 81 node_network_iface_id{device="veth6178a0f"} 47 node_network_iface_id{device="veth65d871b"} 68 node_network_iface_id{device="veth6819350"} 72 node_network_iface_id{device="veth6a7c575"} 33 node_network_iface_id{device="veth6b4a5e0"} 41 node_network_iface_id{device="veth6d601df"} 91 node_network_iface_id{device="veth772e9e6"} 53 node_network_iface_id{device="veth7c85bb8"} 185 node_network_iface_id{device="veth7f74d05"} 80 node_network_iface_id{device="veth7fae8b9"} 51 node_network_iface_id{device="veth804631b"} 52 node_network_iface_id{device="veth87ec344"} 65 node_network_iface_id{device="veth888b2f1"} 76 node_network_iface_id{device="veth8d48ba8"} 66 node_network_iface_id{device="veth9034504"} 77 node_network_iface_id{device="veth906de2d"} 44 node_network_iface_id{device="veth90844ae"} 78 node_network_iface_id{device="veth92bd010"} 63 node_network_iface_id{device="veth9346cc3"} 29 node_network_iface_id{device="veth94a28f6"} 82 node_network_iface_id{device="veth94f3057"} 61 node_network_iface_id{device="veth9577855"} 42 node_network_iface_id{device="veth980b703"} 57 node_network_iface_id{device="vetha08444a"} 27 node_network_iface_id{device="vetha26182c"} 40 node_network_iface_id{device="vetha2a079f"} 59 node_network_iface_id{device="vetha3fb8be"} 55 node_network_iface_id{device="vethaa5057f"} 49 node_network_iface_id{device="vethad190ec"} 37 node_network_iface_id{device="vethb03b4c6"} 64 node_network_iface_id{device="vethb0967f5"} 54 node_network_iface_id{device="vethb1a6f81"} 88 node_network_iface_id{device="vethb6ec8e0"} 90 node_network_iface_id{device="vethbaeeb46"} 73 node_network_iface_id{device="vethbf203d0"} 87 node_network_iface_id{device="vethc05cf03"} 43 node_network_iface_id{device="vethc1eaa30"} 184 node_network_iface_id{device="vethcb11063"} 58 node_network_iface_id{device="vethce83a26"} 46 node_network_iface_id{device="vethd0994ea"} 28 node_network_iface_id{device="vethd10a8ae"} 69 node_network_iface_id{device="vethd522c08"} 173 node_network_iface_id{device="vethd9d1613"} 50 node_network_iface_id{device="vethe17dcf5"} 79 node_network_iface_id{device="vethe73c789"} 84 node_network_iface_id{device="vethe85734d"} 89 node_network_iface_id{device="vethf5df7cd"} 39 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-07f968154de5"} 13 node_network_iface_link{device="br-16808385b93f"} 18 node_network_iface_link{device="br-1f956fd3540d"} 7 node_network_iface_link{device="br-220147d8e366"} 19 node_network_iface_link{device="br-2f0914f191c1"} 9 node_network_iface_link{device="br-4c463b933acb"} 10 node_network_iface_link{device="br-561f457bb8e2"} 11 node_network_iface_link{device="br-60668470aeab"} 12 node_network_iface_link{device="br-7a527d8e09f7"} 14 node_network_iface_link{device="br-7d57e7161998"} 20 node_network_iface_link{device="br-8159ae143564"} 21 node_network_iface_link{device="br-83c30c05090c"} 15 node_network_iface_link{device="br-b590dda50ac9"} 16 node_network_iface_link{device="br-c3f816b27415"} 22 node_network_iface_link{device="br-e1634c06178e"} 23 node_network_iface_link{device="br-fc997eab0c12"} 17 node_network_iface_link{device="docker0"} 8 node_network_iface_link{device="eno1"} 2 node_network_iface_link{device="eno2"} 3 node_network_iface_link{device="eno3"} 4 node_network_iface_link{device="eno4"} 5 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="tailscale0"} 6 node_network_iface_link{device="veth0030ea5"} 2 node_network_iface_link{device="veth08cee66"} 2 node_network_iface_link{device="veth0d5ab50"} 2 node_network_iface_link{device="veth12f916a"} 2 node_network_iface_link{device="veth143bde0"} 3 node_network_iface_link{device="veth1bf10f0"} 2 node_network_iface_link{device="veth1c581ad"} 2 node_network_iface_link{device="veth1f22ae2"} 2 node_network_iface_link{device="veth21c4392"} 2 node_network_iface_link{device="veth2a71902"} 2 node_network_iface_link{device="veth2d6e62b"} 2 node_network_iface_link{device="veth378b3dd"} 2 node_network_iface_link{device="veth3bfd020"} 2 node_network_iface_link{device="veth3c06adc"} 2 node_network_iface_link{device="veth4c5b5de"} 2 node_network_iface_link{device="veth4ed52f6"} 3 node_network_iface_link{device="veth514bfee"} 2 node_network_iface_link{device="veth58ff822"} 2 node_network_iface_link{device="veth5c6bb2c"} 3 node_network_iface_link{device="veth5eb5064"} 2 node_network_iface_link{device="veth5fa0b87"} 2 node_network_iface_link{device="veth6178a0f"} 2 node_network_iface_link{device="veth65d871b"} 2 node_network_iface_link{device="veth6819350"} 2 node_network_iface_link{device="veth6a7c575"} 2 node_network_iface_link{device="veth6b4a5e0"} 2 node_network_iface_link{device="veth6d601df"} 3 node_network_iface_link{device="veth772e9e6"} 2 node_network_iface_link{device="veth7c85bb8"} 3 node_network_iface_link{device="veth7f74d05"} 3 node_network_iface_link{device="veth7fae8b9"} 2 node_network_iface_link{device="veth804631b"} 2 node_network_iface_link{device="veth87ec344"} 2 node_network_iface_link{device="veth888b2f1"} 3 node_network_iface_link{device="veth8d48ba8"} 2 node_network_iface_link{device="veth9034504"} 3 node_network_iface_link{device="veth906de2d"} 2 node_network_iface_link{device="veth90844ae"} 2 node_network_iface_link{device="veth92bd010"} 2 node_network_iface_link{device="veth9346cc3"} 2 node_network_iface_link{device="veth94a28f6"} 3 node_network_iface_link{device="veth94f3057"} 2 node_network_iface_link{device="veth9577855"} 2 node_network_iface_link{device="veth980b703"} 2 node_network_iface_link{device="vetha08444a"} 2 node_network_iface_link{device="vetha26182c"} 2 node_network_iface_link{device="vetha2a079f"} 3 node_network_iface_link{device="vetha3fb8be"} 2 node_network_iface_link{device="vethaa5057f"} 2 node_network_iface_link{device="vethad190ec"} 2 node_network_iface_link{device="vethb03b4c6"} 2 node_network_iface_link{device="vethb0967f5"} 3 node_network_iface_link{device="vethb1a6f81"} 3 node_network_iface_link{device="vethb6ec8e0"} 3 node_network_iface_link{device="vethbaeeb46"} 2 node_network_iface_link{device="vethbf203d0"} 3 node_network_iface_link{device="vethc05cf03"} 2 node_network_iface_link{device="vethc1eaa30"} 2 node_network_iface_link{device="vethcb11063"} 2 node_network_iface_link{device="vethce83a26"} 2 node_network_iface_link{device="vethd0994ea"} 2 node_network_iface_link{device="vethd10a8ae"} 2 node_network_iface_link{device="vethd522c08"} 2 node_network_iface_link{device="vethd9d1613"} 2 node_network_iface_link{device="vethe17dcf5"} 3 node_network_iface_link{device="vethe73c789"} 4 node_network_iface_link{device="vethe85734d"} 3 node_network_iface_link{device="vethf5df7cd"} 2 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="br-07f968154de5"} 0 node_network_iface_link_mode{device="br-16808385b93f"} 0 node_network_iface_link_mode{device="br-1f956fd3540d"} 0 node_network_iface_link_mode{device="br-220147d8e366"} 0 node_network_iface_link_mode{device="br-2f0914f191c1"} 0 node_network_iface_link_mode{device="br-4c463b933acb"} 0 node_network_iface_link_mode{device="br-561f457bb8e2"} 0 node_network_iface_link_mode{device="br-60668470aeab"} 0 node_network_iface_link_mode{device="br-7a527d8e09f7"} 0 node_network_iface_link_mode{device="br-7d57e7161998"} 0 node_network_iface_link_mode{device="br-8159ae143564"} 0 node_network_iface_link_mode{device="br-83c30c05090c"} 0 node_network_iface_link_mode{device="br-b590dda50ac9"} 0 node_network_iface_link_mode{device="br-c3f816b27415"} 0 node_network_iface_link_mode{device="br-e1634c06178e"} 0 node_network_iface_link_mode{device="br-fc997eab0c12"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eno1"} 0 node_network_iface_link_mode{device="eno2"} 0 node_network_iface_link_mode{device="eno3"} 0 node_network_iface_link_mode{device="eno4"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="tailscale0"} 0 node_network_iface_link_mode{device="veth0030ea5"} 0 node_network_iface_link_mode{device="veth08cee66"} 0 node_network_iface_link_mode{device="veth0d5ab50"} 0 node_network_iface_link_mode{device="veth12f916a"} 0 node_network_iface_link_mode{device="veth143bde0"} 0 node_network_iface_link_mode{device="veth1bf10f0"} 0 node_network_iface_link_mode{device="veth1c581ad"} 0 node_network_iface_link_mode{device="veth1f22ae2"} 0 node_network_iface_link_mode{device="veth21c4392"} 0 node_network_iface_link_mode{device="veth2a71902"} 0 node_network_iface_link_mode{device="veth2d6e62b"} 0 node_network_iface_link_mode{device="veth378b3dd"} 0 node_network_iface_link_mode{device="veth3bfd020"} 0 node_network_iface_link_mode{device="veth3c06adc"} 0 node_network_iface_link_mode{device="veth4c5b5de"} 0 node_network_iface_link_mode{device="veth4ed52f6"} 0 node_network_iface_link_mode{device="veth514bfee"} 0 node_network_iface_link_mode{device="veth58ff822"} 0 node_network_iface_link_mode{device="veth5c6bb2c"} 0 node_network_iface_link_mode{device="veth5eb5064"} 0 node_network_iface_link_mode{device="veth5fa0b87"} 0 node_network_iface_link_mode{device="veth6178a0f"} 0 node_network_iface_link_mode{device="veth65d871b"} 0 node_network_iface_link_mode{device="veth6819350"} 0 node_network_iface_link_mode{device="veth6a7c575"} 0 node_network_iface_link_mode{device="veth6b4a5e0"} 0 node_network_iface_link_mode{device="veth6d601df"} 0 node_network_iface_link_mode{device="veth772e9e6"} 0 node_network_iface_link_mode{device="veth7c85bb8"} 0 node_network_iface_link_mode{device="veth7f74d05"} 0 node_network_iface_link_mode{device="veth7fae8b9"} 0 node_network_iface_link_mode{device="veth804631b"} 0 node_network_iface_link_mode{device="veth87ec344"} 0 node_network_iface_link_mode{device="veth888b2f1"} 0 node_network_iface_link_mode{device="veth8d48ba8"} 0 node_network_iface_link_mode{device="veth9034504"} 0 node_network_iface_link_mode{device="veth906de2d"} 0 node_network_iface_link_mode{device="veth90844ae"} 0 node_network_iface_link_mode{device="veth92bd010"} 0 node_network_iface_link_mode{device="veth9346cc3"} 0 node_network_iface_link_mode{device="veth94a28f6"} 0 node_network_iface_link_mode{device="veth94f3057"} 0 node_network_iface_link_mode{device="veth9577855"} 0 node_network_iface_link_mode{device="veth980b703"} 0 node_network_iface_link_mode{device="vetha08444a"} 0 node_network_iface_link_mode{device="vetha26182c"} 0 node_network_iface_link_mode{device="vetha2a079f"} 0 node_network_iface_link_mode{device="vetha3fb8be"} 0 node_network_iface_link_mode{device="vethaa5057f"} 0 node_network_iface_link_mode{device="vethad190ec"} 0 node_network_iface_link_mode{device="vethb03b4c6"} 0 node_network_iface_link_mode{device="vethb0967f5"} 0 node_network_iface_link_mode{device="vethb1a6f81"} 0 node_network_iface_link_mode{device="vethb6ec8e0"} 0 node_network_iface_link_mode{device="vethbaeeb46"} 0 node_network_iface_link_mode{device="vethbf203d0"} 0 node_network_iface_link_mode{device="vethc05cf03"} 0 node_network_iface_link_mode{device="vethc1eaa30"} 0 node_network_iface_link_mode{device="vethcb11063"} 0 node_network_iface_link_mode{device="vethce83a26"} 0 node_network_iface_link_mode{device="vethd0994ea"} 0 node_network_iface_link_mode{device="vethd10a8ae"} 0 node_network_iface_link_mode{device="vethd522c08"} 0 node_network_iface_link_mode{device="vethd9d1613"} 0 node_network_iface_link_mode{device="vethe17dcf5"} 0 node_network_iface_link_mode{device="vethe73c789"} 0 node_network_iface_link_mode{device="vethe85734d"} 0 node_network_iface_link_mode{device="vethf5df7cd"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="",adminstate="up",broadcast="",device="tailscale0",duplex="full",ifalias="",operstate="unknown"} 1 node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="06:80:fb:bc:8c:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b590dda50ac9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="08:f1:ea:7c:40:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eno1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="08:f1:ea:7c:40:85",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="eno2",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="08:f1:ea:7c:40:86",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="eno3",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="08:f1:ea:7c:40:87",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="eno4",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="0e:07:45:40:17:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth804631b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:54:03:fc:df:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4ed52f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:f8:98:60:19:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6819350",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:60:07:0b:ad:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65d871b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:e5:80:82:d9:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f22ae2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:86:88:3f:14:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3c06adc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:ba:73:99:f8:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7d57e7161998",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="16:e2:c6:30:cc:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2a079f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:c8:4e:76:72:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7fae8b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:d1:b2:ea:5d:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe85734d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:d5:29:4a:21:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="22:5f:5e:93:b1:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0994ea",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:4a:00:72:c4:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fc997eab0c12",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2a:34:05:c5:d0:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e1634c06178e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2a:ac:64:c1:47:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5df7cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:60:68:cf:14:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9577855",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:c7:93:8f:c7:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9034504",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:17:b3:a2:1d:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a7c575",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:4e:2e:5e:61:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9346cc3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:76:70:0c:85:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3fb8be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:82:ea:dd:7a:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth58ff822",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:29:4c:72:5b:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6178a0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:37:bc:c9:7e:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c85bb8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:56:f7:11:b4:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbaeeb46",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:bb:68:28:88:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth888b2f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:e6:f8:3d:a4:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b4a5e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:05:d0:a9:f7:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08cee66",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:d0:23:02:a6:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d6e62b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:e2:3b:40:30:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb03b4c6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:40:db:d6:b2:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2f0914f191c1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="72:fd:99:2c:e0:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb11063",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:6c:6a:a2:4f:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb6ec8e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:79:d2:e3:2d:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth94a28f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:eb:5c:16:96:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe73c789",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:06:90:a3:5d:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha26182c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:36:a8:3a:4b:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf203d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:75:a7:94:b4:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-60668470aeab",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="8a:14:69:06:4f:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth906de2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:68:d4:60:0c:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe17dcf5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:50:71:45:fe:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d5ab50",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:9f:0c:00:e3:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9d1613",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:a3:22:b6:dc:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1f956fd3540d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="92:da:e3:99:27:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc05cf03",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:1c:84:2a:43:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth514bfee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:29:e6:e9:37:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce83a26",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:34:95:8f:b1:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth772e9e6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:a8:23:f1:84:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d601df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:c7:20:75:0e:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth92bd010",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:dc:66:ef:f2:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1eaa30",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:ce:c6:7a:2e:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-220147d8e366",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="aa:8d:61:42:49:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c6bb2c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:87:8c:8d:aa:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth21c4392",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:09:a3:7f:e5:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-07f968154de5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="b2:a7:69:da:e1:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha08444a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:58:20:38:aa:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth12f916a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:63:bc:5b:72:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd522c08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:94:7a:e8:83:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0967f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:d2:9e:8a:51:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad190ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:c8:76:23:f4:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1a6f81",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:f2:7c:3e:dd:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth378b3dd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:09:50:c1:dc:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaa5057f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:d6:06:5f:21:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth980b703",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:43:f2:a5:dc:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a71902",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:b7:5e:48:51:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8159ae143564",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="d2:c5:2b:26:45:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87ec344",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:87:d6:a5:d4:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth94f3057",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:89:51:bb:93:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-83c30c05090c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="de:36:d6:87:71:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0030ea5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:30:ad:b5:5e:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5fa0b87",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:8d:2d:8d:96:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5eb5064",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:ef:dd:e8:f3:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4c463b933acb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e2:fd:c0:70:82:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d48ba8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:18:33:75:d4:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f74d05",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:46:a4:92:59:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c5b5de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:7f:6c:26:53:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1bf10f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:b6:22:51:13:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd10a8ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:ad:17:a5:60:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth143bde0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:96:cc:e3:33:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-561f457bb8e2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="f6:e5:50:81:06:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7a527d8e09f7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fe:4e:55:4d:0f:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3bfd020",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:54:d3:34:f7:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-16808385b93f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fe:65:a4:3b:33:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c581ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:67:88:ed:58:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth90844ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:af:51:4a:a9:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c3f816b27415",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-07f968154de5"} 1500 node_network_mtu_bytes{device="br-16808385b93f"} 1500 node_network_mtu_bytes{device="br-1f956fd3540d"} 1500 node_network_mtu_bytes{device="br-220147d8e366"} 1500 node_network_mtu_bytes{device="br-2f0914f191c1"} 1500 node_network_mtu_bytes{device="br-4c463b933acb"} 1500 node_network_mtu_bytes{device="br-561f457bb8e2"} 1500 node_network_mtu_bytes{device="br-60668470aeab"} 1500 node_network_mtu_bytes{device="br-7a527d8e09f7"} 1500 node_network_mtu_bytes{device="br-7d57e7161998"} 1500 node_network_mtu_bytes{device="br-8159ae143564"} 1500 node_network_mtu_bytes{device="br-83c30c05090c"} 1500 node_network_mtu_bytes{device="br-b590dda50ac9"} 1500 node_network_mtu_bytes{device="br-c3f816b27415"} 1500 node_network_mtu_bytes{device="br-e1634c06178e"} 1500 node_network_mtu_bytes{device="br-fc997eab0c12"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eno1"} 1500 node_network_mtu_bytes{device="eno2"} 1500 node_network_mtu_bytes{device="eno3"} 1500 node_network_mtu_bytes{device="eno4"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="tailscale0"} 1280 node_network_mtu_bytes{device="veth0030ea5"} 1500 node_network_mtu_bytes{device="veth08cee66"} 1500 node_network_mtu_bytes{device="veth0d5ab50"} 1500 node_network_mtu_bytes{device="veth12f916a"} 1500 node_network_mtu_bytes{device="veth143bde0"} 1500 node_network_mtu_bytes{device="veth1bf10f0"} 1500 node_network_mtu_bytes{device="veth1c581ad"} 1500 node_network_mtu_bytes{device="veth1f22ae2"} 1500 node_network_mtu_bytes{device="veth21c4392"} 1500 node_network_mtu_bytes{device="veth2a71902"} 1500 node_network_mtu_bytes{device="veth2d6e62b"} 1500 node_network_mtu_bytes{device="veth378b3dd"} 1500 node_network_mtu_bytes{device="veth3bfd020"} 1500 node_network_mtu_bytes{device="veth3c06adc"} 1500 node_network_mtu_bytes{device="veth4c5b5de"} 1500 node_network_mtu_bytes{device="veth4ed52f6"} 1500 node_network_mtu_bytes{device="veth514bfee"} 1500 node_network_mtu_bytes{device="veth58ff822"} 1500 node_network_mtu_bytes{device="veth5c6bb2c"} 1500 node_network_mtu_bytes{device="veth5eb5064"} 1500 node_network_mtu_bytes{device="veth5fa0b87"} 1500 node_network_mtu_bytes{device="veth6178a0f"} 1500 node_network_mtu_bytes{device="veth65d871b"} 1500 node_network_mtu_bytes{device="veth6819350"} 1500 node_network_mtu_bytes{device="veth6a7c575"} 1500 node_network_mtu_bytes{device="veth6b4a5e0"} 1500 node_network_mtu_bytes{device="veth6d601df"} 1500 node_network_mtu_bytes{device="veth772e9e6"} 1500 node_network_mtu_bytes{device="veth7c85bb8"} 1500 node_network_mtu_bytes{device="veth7f74d05"} 1500 node_network_mtu_bytes{device="veth7fae8b9"} 1500 node_network_mtu_bytes{device="veth804631b"} 1500 node_network_mtu_bytes{device="veth87ec344"} 1500 node_network_mtu_bytes{device="veth888b2f1"} 1500 node_network_mtu_bytes{device="veth8d48ba8"} 1500 node_network_mtu_bytes{device="veth9034504"} 1500 node_network_mtu_bytes{device="veth906de2d"} 1500 node_network_mtu_bytes{device="veth90844ae"} 1500 node_network_mtu_bytes{device="veth92bd010"} 1500 node_network_mtu_bytes{device="veth9346cc3"} 1500 node_network_mtu_bytes{device="veth94a28f6"} 1500 node_network_mtu_bytes{device="veth94f3057"} 1500 node_network_mtu_bytes{device="veth9577855"} 1500 node_network_mtu_bytes{device="veth980b703"} 1500 node_network_mtu_bytes{device="vetha08444a"} 1500 node_network_mtu_bytes{device="vetha26182c"} 1500 node_network_mtu_bytes{device="vetha2a079f"} 1500 node_network_mtu_bytes{device="vetha3fb8be"} 1500 node_network_mtu_bytes{device="vethaa5057f"} 1500 node_network_mtu_bytes{device="vethad190ec"} 1500 node_network_mtu_bytes{device="vethb03b4c6"} 1500 node_network_mtu_bytes{device="vethb0967f5"} 1500 node_network_mtu_bytes{device="vethb1a6f81"} 1500 node_network_mtu_bytes{device="vethb6ec8e0"} 1500 node_network_mtu_bytes{device="vethbaeeb46"} 1500 node_network_mtu_bytes{device="vethbf203d0"} 1500 node_network_mtu_bytes{device="vethc05cf03"} 1500 node_network_mtu_bytes{device="vethc1eaa30"} 1500 node_network_mtu_bytes{device="vethcb11063"} 1500 node_network_mtu_bytes{device="vethce83a26"} 1500 node_network_mtu_bytes{device="vethd0994ea"} 1500 node_network_mtu_bytes{device="vethd10a8ae"} 1500 node_network_mtu_bytes{device="vethd522c08"} 1500 node_network_mtu_bytes{device="vethd9d1613"} 1500 node_network_mtu_bytes{device="vethe17dcf5"} 1500 node_network_mtu_bytes{device="vethe73c789"} 1500 node_network_mtu_bytes{device="vethe85734d"} 1500 node_network_mtu_bytes{device="vethf5df7cd"} 1500 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="br-07f968154de5"} 3 node_network_name_assign_type{device="br-16808385b93f"} 3 node_network_name_assign_type{device="br-1f956fd3540d"} 3 node_network_name_assign_type{device="br-220147d8e366"} 3 node_network_name_assign_type{device="br-2f0914f191c1"} 3 node_network_name_assign_type{device="br-4c463b933acb"} 3 node_network_name_assign_type{device="br-561f457bb8e2"} 3 node_network_name_assign_type{device="br-60668470aeab"} 3 node_network_name_assign_type{device="br-7a527d8e09f7"} 3 node_network_name_assign_type{device="br-7d57e7161998"} 3 node_network_name_assign_type{device="br-8159ae143564"} 3 node_network_name_assign_type{device="br-83c30c05090c"} 3 node_network_name_assign_type{device="br-b590dda50ac9"} 3 node_network_name_assign_type{device="br-c3f816b27415"} 3 node_network_name_assign_type{device="br-e1634c06178e"} 3 node_network_name_assign_type{device="br-fc997eab0c12"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="eno1"} 4 node_network_name_assign_type{device="eno2"} 4 node_network_name_assign_type{device="eno3"} 4 node_network_name_assign_type{device="eno4"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth0030ea5"} 3 node_network_name_assign_type{device="veth08cee66"} 3 node_network_name_assign_type{device="veth0d5ab50"} 3 node_network_name_assign_type{device="veth12f916a"} 3 node_network_name_assign_type{device="veth143bde0"} 3 node_network_name_assign_type{device="veth1bf10f0"} 3 node_network_name_assign_type{device="veth1c581ad"} 3 node_network_name_assign_type{device="veth1f22ae2"} 3 node_network_name_assign_type{device="veth21c4392"} 3 node_network_name_assign_type{device="veth2a71902"} 3 node_network_name_assign_type{device="veth2d6e62b"} 3 node_network_name_assign_type{device="veth378b3dd"} 3 node_network_name_assign_type{device="veth3bfd020"} 3 node_network_name_assign_type{device="veth3c06adc"} 3 node_network_name_assign_type{device="veth4c5b5de"} 3 node_network_name_assign_type{device="veth4ed52f6"} 3 node_network_name_assign_type{device="veth514bfee"} 3 node_network_name_assign_type{device="veth58ff822"} 3 node_network_name_assign_type{device="veth5c6bb2c"} 3 node_network_name_assign_type{device="veth5eb5064"} 3 node_network_name_assign_type{device="veth5fa0b87"} 3 node_network_name_assign_type{device="veth6178a0f"} 3 node_network_name_assign_type{device="veth65d871b"} 3 node_network_name_assign_type{device="veth6819350"} 3 node_network_name_assign_type{device="veth6a7c575"} 3 node_network_name_assign_type{device="veth6b4a5e0"} 3 node_network_name_assign_type{device="veth6d601df"} 3 node_network_name_assign_type{device="veth772e9e6"} 3 node_network_name_assign_type{device="veth7c85bb8"} 3 node_network_name_assign_type{device="veth7f74d05"} 3 node_network_name_assign_type{device="veth7fae8b9"} 3 node_network_name_assign_type{device="veth804631b"} 3 node_network_name_assign_type{device="veth87ec344"} 3 node_network_name_assign_type{device="veth888b2f1"} 3 node_network_name_assign_type{device="veth8d48ba8"} 3 node_network_name_assign_type{device="veth9034504"} 3 node_network_name_assign_type{device="veth906de2d"} 3 node_network_name_assign_type{device="veth90844ae"} 3 node_network_name_assign_type{device="veth92bd010"} 3 node_network_name_assign_type{device="veth9346cc3"} 3 node_network_name_assign_type{device="veth94a28f6"} 3 node_network_name_assign_type{device="veth94f3057"} 3 node_network_name_assign_type{device="veth9577855"} 3 node_network_name_assign_type{device="veth980b703"} 3 node_network_name_assign_type{device="vetha08444a"} 3 node_network_name_assign_type{device="vetha26182c"} 3 node_network_name_assign_type{device="vetha2a079f"} 3 node_network_name_assign_type{device="vetha3fb8be"} 3 node_network_name_assign_type{device="vethaa5057f"} 3 node_network_name_assign_type{device="vethad190ec"} 3 node_network_name_assign_type{device="vethb03b4c6"} 3 node_network_name_assign_type{device="vethb0967f5"} 3 node_network_name_assign_type{device="vethb1a6f81"} 3 node_network_name_assign_type{device="vethb6ec8e0"} 3 node_network_name_assign_type{device="vethbaeeb46"} 3 node_network_name_assign_type{device="vethbf203d0"} 3 node_network_name_assign_type{device="vethc05cf03"} 3 node_network_name_assign_type{device="vethc1eaa30"} 3 node_network_name_assign_type{device="vethcb11063"} 3 node_network_name_assign_type{device="vethce83a26"} 3 node_network_name_assign_type{device="vethd0994ea"} 3 node_network_name_assign_type{device="vethd10a8ae"} 3 node_network_name_assign_type{device="vethd522c08"} 3 node_network_name_assign_type{device="vethd9d1613"} 3 node_network_name_assign_type{device="vethe17dcf5"} 3 node_network_name_assign_type{device="vethe73c789"} 3 node_network_name_assign_type{device="vethe85734d"} 3 node_network_name_assign_type{device="vethf5df7cd"} 3 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="br-07f968154de5"} 0 node_network_net_dev_group{device="br-16808385b93f"} 0 node_network_net_dev_group{device="br-1f956fd3540d"} 0 node_network_net_dev_group{device="br-220147d8e366"} 0 node_network_net_dev_group{device="br-2f0914f191c1"} 0 node_network_net_dev_group{device="br-4c463b933acb"} 0 node_network_net_dev_group{device="br-561f457bb8e2"} 0 node_network_net_dev_group{device="br-60668470aeab"} 0 node_network_net_dev_group{device="br-7a527d8e09f7"} 0 node_network_net_dev_group{device="br-7d57e7161998"} 0 node_network_net_dev_group{device="br-8159ae143564"} 0 node_network_net_dev_group{device="br-83c30c05090c"} 0 node_network_net_dev_group{device="br-b590dda50ac9"} 0 node_network_net_dev_group{device="br-c3f816b27415"} 0 node_network_net_dev_group{device="br-e1634c06178e"} 0 node_network_net_dev_group{device="br-fc997eab0c12"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eno1"} 0 node_network_net_dev_group{device="eno2"} 0 node_network_net_dev_group{device="eno3"} 0 node_network_net_dev_group{device="eno4"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="tailscale0"} 0 node_network_net_dev_group{device="veth0030ea5"} 0 node_network_net_dev_group{device="veth08cee66"} 0 node_network_net_dev_group{device="veth0d5ab50"} 0 node_network_net_dev_group{device="veth12f916a"} 0 node_network_net_dev_group{device="veth143bde0"} 0 node_network_net_dev_group{device="veth1bf10f0"} 0 node_network_net_dev_group{device="veth1c581ad"} 0 node_network_net_dev_group{device="veth1f22ae2"} 0 node_network_net_dev_group{device="veth21c4392"} 0 node_network_net_dev_group{device="veth2a71902"} 0 node_network_net_dev_group{device="veth2d6e62b"} 0 node_network_net_dev_group{device="veth378b3dd"} 0 node_network_net_dev_group{device="veth3bfd020"} 0 node_network_net_dev_group{device="veth3c06adc"} 0 node_network_net_dev_group{device="veth4c5b5de"} 0 node_network_net_dev_group{device="veth4ed52f6"} 0 node_network_net_dev_group{device="veth514bfee"} 0 node_network_net_dev_group{device="veth58ff822"} 0 node_network_net_dev_group{device="veth5c6bb2c"} 0 node_network_net_dev_group{device="veth5eb5064"} 0 node_network_net_dev_group{device="veth5fa0b87"} 0 node_network_net_dev_group{device="veth6178a0f"} 0 node_network_net_dev_group{device="veth65d871b"} 0 node_network_net_dev_group{device="veth6819350"} 0 node_network_net_dev_group{device="veth6a7c575"} 0 node_network_net_dev_group{device="veth6b4a5e0"} 0 node_network_net_dev_group{device="veth6d601df"} 0 node_network_net_dev_group{device="veth772e9e6"} 0 node_network_net_dev_group{device="veth7c85bb8"} 0 node_network_net_dev_group{device="veth7f74d05"} 0 node_network_net_dev_group{device="veth7fae8b9"} 0 node_network_net_dev_group{device="veth804631b"} 0 node_network_net_dev_group{device="veth87ec344"} 0 node_network_net_dev_group{device="veth888b2f1"} 0 node_network_net_dev_group{device="veth8d48ba8"} 0 node_network_net_dev_group{device="veth9034504"} 0 node_network_net_dev_group{device="veth906de2d"} 0 node_network_net_dev_group{device="veth90844ae"} 0 node_network_net_dev_group{device="veth92bd010"} 0 node_network_net_dev_group{device="veth9346cc3"} 0 node_network_net_dev_group{device="veth94a28f6"} 0 node_network_net_dev_group{device="veth94f3057"} 0 node_network_net_dev_group{device="veth9577855"} 0 node_network_net_dev_group{device="veth980b703"} 0 node_network_net_dev_group{device="vetha08444a"} 0 node_network_net_dev_group{device="vetha26182c"} 0 node_network_net_dev_group{device="vetha2a079f"} 0 node_network_net_dev_group{device="vetha3fb8be"} 0 node_network_net_dev_group{device="vethaa5057f"} 0 node_network_net_dev_group{device="vethad190ec"} 0 node_network_net_dev_group{device="vethb03b4c6"} 0 node_network_net_dev_group{device="vethb0967f5"} 0 node_network_net_dev_group{device="vethb1a6f81"} 0 node_network_net_dev_group{device="vethb6ec8e0"} 0 node_network_net_dev_group{device="vethbaeeb46"} 0 node_network_net_dev_group{device="vethbf203d0"} 0 node_network_net_dev_group{device="vethc05cf03"} 0 node_network_net_dev_group{device="vethc1eaa30"} 0 node_network_net_dev_group{device="vethcb11063"} 0 node_network_net_dev_group{device="vethce83a26"} 0 node_network_net_dev_group{device="vethd0994ea"} 0 node_network_net_dev_group{device="vethd10a8ae"} 0 node_network_net_dev_group{device="vethd522c08"} 0 node_network_net_dev_group{device="vethd9d1613"} 0 node_network_net_dev_group{device="vethe17dcf5"} 0 node_network_net_dev_group{device="vethe73c789"} 0 node_network_net_dev_group{device="vethe85734d"} 0 node_network_net_dev_group{device="vethf5df7cd"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-07f968154de5"} 1 node_network_protocol_type{device="br-16808385b93f"} 1 node_network_protocol_type{device="br-1f956fd3540d"} 1 node_network_protocol_type{device="br-220147d8e366"} 1 node_network_protocol_type{device="br-2f0914f191c1"} 1 node_network_protocol_type{device="br-4c463b933acb"} 1 node_network_protocol_type{device="br-561f457bb8e2"} 1 node_network_protocol_type{device="br-60668470aeab"} 1 node_network_protocol_type{device="br-7a527d8e09f7"} 1 node_network_protocol_type{device="br-7d57e7161998"} 1 node_network_protocol_type{device="br-8159ae143564"} 1 node_network_protocol_type{device="br-83c30c05090c"} 1 node_network_protocol_type{device="br-b590dda50ac9"} 1 node_network_protocol_type{device="br-c3f816b27415"} 1 node_network_protocol_type{device="br-e1634c06178e"} 1 node_network_protocol_type{device="br-fc997eab0c12"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eno1"} 1 node_network_protocol_type{device="eno2"} 1 node_network_protocol_type{device="eno3"} 1 node_network_protocol_type{device="eno4"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="tailscale0"} 65534 node_network_protocol_type{device="veth0030ea5"} 1 node_network_protocol_type{device="veth08cee66"} 1 node_network_protocol_type{device="veth0d5ab50"} 1 node_network_protocol_type{device="veth12f916a"} 1 node_network_protocol_type{device="veth143bde0"} 1 node_network_protocol_type{device="veth1bf10f0"} 1 node_network_protocol_type{device="veth1c581ad"} 1 node_network_protocol_type{device="veth1f22ae2"} 1 node_network_protocol_type{device="veth21c4392"} 1 node_network_protocol_type{device="veth2a71902"} 1 node_network_protocol_type{device="veth2d6e62b"} 1 node_network_protocol_type{device="veth378b3dd"} 1 node_network_protocol_type{device="veth3bfd020"} 1 node_network_protocol_type{device="veth3c06adc"} 1 node_network_protocol_type{device="veth4c5b5de"} 1 node_network_protocol_type{device="veth4ed52f6"} 1 node_network_protocol_type{device="veth514bfee"} 1 node_network_protocol_type{device="veth58ff822"} 1 node_network_protocol_type{device="veth5c6bb2c"} 1 node_network_protocol_type{device="veth5eb5064"} 1 node_network_protocol_type{device="veth5fa0b87"} 1 node_network_protocol_type{device="veth6178a0f"} 1 node_network_protocol_type{device="veth65d871b"} 1 node_network_protocol_type{device="veth6819350"} 1 node_network_protocol_type{device="veth6a7c575"} 1 node_network_protocol_type{device="veth6b4a5e0"} 1 node_network_protocol_type{device="veth6d601df"} 1 node_network_protocol_type{device="veth772e9e6"} 1 node_network_protocol_type{device="veth7c85bb8"} 1 node_network_protocol_type{device="veth7f74d05"} 1 node_network_protocol_type{device="veth7fae8b9"} 1 node_network_protocol_type{device="veth804631b"} 1 node_network_protocol_type{device="veth87ec344"} 1 node_network_protocol_type{device="veth888b2f1"} 1 node_network_protocol_type{device="veth8d48ba8"} 1 node_network_protocol_type{device="veth9034504"} 1 node_network_protocol_type{device="veth906de2d"} 1 node_network_protocol_type{device="veth90844ae"} 1 node_network_protocol_type{device="veth92bd010"} 1 node_network_protocol_type{device="veth9346cc3"} 1 node_network_protocol_type{device="veth94a28f6"} 1 node_network_protocol_type{device="veth94f3057"} 1 node_network_protocol_type{device="veth9577855"} 1 node_network_protocol_type{device="veth980b703"} 1 node_network_protocol_type{device="vetha08444a"} 1 node_network_protocol_type{device="vetha26182c"} 1 node_network_protocol_type{device="vetha2a079f"} 1 node_network_protocol_type{device="vetha3fb8be"} 1 node_network_protocol_type{device="vethaa5057f"} 1 node_network_protocol_type{device="vethad190ec"} 1 node_network_protocol_type{device="vethb03b4c6"} 1 node_network_protocol_type{device="vethb0967f5"} 1 node_network_protocol_type{device="vethb1a6f81"} 1 node_network_protocol_type{device="vethb6ec8e0"} 1 node_network_protocol_type{device="vethbaeeb46"} 1 node_network_protocol_type{device="vethbf203d0"} 1 node_network_protocol_type{device="vethc05cf03"} 1 node_network_protocol_type{device="vethc1eaa30"} 1 node_network_protocol_type{device="vethcb11063"} 1 node_network_protocol_type{device="vethce83a26"} 1 node_network_protocol_type{device="vethd0994ea"} 1 node_network_protocol_type{device="vethd10a8ae"} 1 node_network_protocol_type{device="vethd522c08"} 1 node_network_protocol_type{device="vethd9d1613"} 1 node_network_protocol_type{device="vethe17dcf5"} 1 node_network_protocol_type{device="vethe73c789"} 1 node_network_protocol_type{device="vethe85734d"} 1 node_network_protocol_type{device="vethf5df7cd"} 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"} 235661 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"} 2728 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-07f968154de5"} 1.25e+09 node_network_speed_bytes{device="br-16808385b93f"} 1.25e+09 node_network_speed_bytes{device="br-1f956fd3540d"} 1.25e+09 node_network_speed_bytes{device="br-220147d8e366"} 1.25e+09 node_network_speed_bytes{device="br-2f0914f191c1"} 1.25e+09 node_network_speed_bytes{device="br-4c463b933acb"} 1.25e+09 node_network_speed_bytes{device="br-561f457bb8e2"} 1.25e+09 node_network_speed_bytes{device="br-60668470aeab"} 1.25e+09 node_network_speed_bytes{device="br-7a527d8e09f7"} 1.25e+09 node_network_speed_bytes{device="br-7d57e7161998"} 1.25e+09 node_network_speed_bytes{device="br-8159ae143564"} 1.25e+09 node_network_speed_bytes{device="br-83c30c05090c"} 1.25e+09 node_network_speed_bytes{device="br-b590dda50ac9"} 1.25e+09 node_network_speed_bytes{device="br-c3f816b27415"} 1.25e+09 node_network_speed_bytes{device="br-e1634c06178e"} 1.25e+09 node_network_speed_bytes{device="br-fc997eab0c12"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eno1"} 1.25e+08 node_network_speed_bytes{device="tailscale0"} -125000 node_network_speed_bytes{device="veth0030ea5"} 1.25e+09 node_network_speed_bytes{device="veth08cee66"} 1.25e+09 node_network_speed_bytes{device="veth0d5ab50"} 1.25e+09 node_network_speed_bytes{device="veth12f916a"} 1.25e+09 node_network_speed_bytes{device="veth143bde0"} 1.25e+09 node_network_speed_bytes{device="veth1bf10f0"} 1.25e+09 node_network_speed_bytes{device="veth1c581ad"} 1.25e+09 node_network_speed_bytes{device="veth1f22ae2"} 1.25e+09 node_network_speed_bytes{device="veth21c4392"} 1.25e+09 node_network_speed_bytes{device="veth2a71902"} 1.25e+09 node_network_speed_bytes{device="veth2d6e62b"} 1.25e+09 node_network_speed_bytes{device="veth378b3dd"} 1.25e+09 node_network_speed_bytes{device="veth3bfd020"} 1.25e+09 node_network_speed_bytes{device="veth3c06adc"} 1.25e+09 node_network_speed_bytes{device="veth4c5b5de"} 1.25e+09 node_network_speed_bytes{device="veth4ed52f6"} 1.25e+09 node_network_speed_bytes{device="veth514bfee"} 1.25e+09 node_network_speed_bytes{device="veth58ff822"} 1.25e+09 node_network_speed_bytes{device="veth5c6bb2c"} 1.25e+09 node_network_speed_bytes{device="veth5eb5064"} 1.25e+09 node_network_speed_bytes{device="veth5fa0b87"} 1.25e+09 node_network_speed_bytes{device="veth6178a0f"} 1.25e+09 node_network_speed_bytes{device="veth65d871b"} 1.25e+09 node_network_speed_bytes{device="veth6819350"} 1.25e+09 node_network_speed_bytes{device="veth6a7c575"} 1.25e+09 node_network_speed_bytes{device="veth6b4a5e0"} 1.25e+09 node_network_speed_bytes{device="veth6d601df"} 1.25e+09 node_network_speed_bytes{device="veth772e9e6"} 1.25e+09 node_network_speed_bytes{device="veth7c85bb8"} 1.25e+09 node_network_speed_bytes{device="veth7f74d05"} 1.25e+09 node_network_speed_bytes{device="veth7fae8b9"} 1.25e+09 node_network_speed_bytes{device="veth804631b"} 1.25e+09 node_network_speed_bytes{device="veth87ec344"} 1.25e+09 node_network_speed_bytes{device="veth888b2f1"} 1.25e+09 node_network_speed_bytes{device="veth8d48ba8"} 1.25e+09 node_network_speed_bytes{device="veth9034504"} 1.25e+09 node_network_speed_bytes{device="veth906de2d"} 1.25e+09 node_network_speed_bytes{device="veth90844ae"} 1.25e+09 node_network_speed_bytes{device="veth92bd010"} 1.25e+09 node_network_speed_bytes{device="veth9346cc3"} 1.25e+09 node_network_speed_bytes{device="veth94a28f6"} 1.25e+09 node_network_speed_bytes{device="veth94f3057"} 1.25e+09 node_network_speed_bytes{device="veth9577855"} 1.25e+09 node_network_speed_bytes{device="veth980b703"} 1.25e+09 node_network_speed_bytes{device="vetha08444a"} 1.25e+09 node_network_speed_bytes{device="vetha26182c"} 1.25e+09 node_network_speed_bytes{device="vetha2a079f"} 1.25e+09 node_network_speed_bytes{device="vetha3fb8be"} 1.25e+09 node_network_speed_bytes{device="vethaa5057f"} 1.25e+09 node_network_speed_bytes{device="vethad190ec"} 1.25e+09 node_network_speed_bytes{device="vethb03b4c6"} 1.25e+09 node_network_speed_bytes{device="vethb0967f5"} 1.25e+09 node_network_speed_bytes{device="vethb1a6f81"} 1.25e+09 node_network_speed_bytes{device="vethb6ec8e0"} 1.25e+09 node_network_speed_bytes{device="vethbaeeb46"} 1.25e+09 node_network_speed_bytes{device="vethbf203d0"} 1.25e+09 node_network_speed_bytes{device="vethc05cf03"} 1.25e+09 node_network_speed_bytes{device="vethc1eaa30"} 1.25e+09 node_network_speed_bytes{device="vethcb11063"} 1.25e+09 node_network_speed_bytes{device="vethce83a26"} 1.25e+09 node_network_speed_bytes{device="vethd0994ea"} 1.25e+09 node_network_speed_bytes{device="vethd10a8ae"} 1.25e+09 node_network_speed_bytes{device="vethd522c08"} 1.25e+09 node_network_speed_bytes{device="vethd9d1613"} 1.25e+09 node_network_speed_bytes{device="vethe17dcf5"} 1.25e+09 node_network_speed_bytes{device="vethe73c789"} 1.25e+09 node_network_speed_bytes{device="vethe85734d"} 1.25e+09 node_network_speed_bytes{device="vethf5df7cd"} 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"} 288228 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"} 755 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="br-07f968154de5"} 0 node_network_transmit_queue_length{device="br-16808385b93f"} 0 node_network_transmit_queue_length{device="br-1f956fd3540d"} 0 node_network_transmit_queue_length{device="br-220147d8e366"} 0 node_network_transmit_queue_length{device="br-2f0914f191c1"} 0 node_network_transmit_queue_length{device="br-4c463b933acb"} 0 node_network_transmit_queue_length{device="br-561f457bb8e2"} 0 node_network_transmit_queue_length{device="br-60668470aeab"} 0 node_network_transmit_queue_length{device="br-7a527d8e09f7"} 0 node_network_transmit_queue_length{device="br-7d57e7161998"} 0 node_network_transmit_queue_length{device="br-8159ae143564"} 0 node_network_transmit_queue_length{device="br-83c30c05090c"} 0 node_network_transmit_queue_length{device="br-b590dda50ac9"} 0 node_network_transmit_queue_length{device="br-c3f816b27415"} 0 node_network_transmit_queue_length{device="br-e1634c06178e"} 0 node_network_transmit_queue_length{device="br-fc997eab0c12"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eno1"} 1000 node_network_transmit_queue_length{device="eno2"} 1000 node_network_transmit_queue_length{device="eno3"} 1000 node_network_transmit_queue_length{device="eno4"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="tailscale0"} 500 node_network_transmit_queue_length{device="veth0030ea5"} 0 node_network_transmit_queue_length{device="veth08cee66"} 0 node_network_transmit_queue_length{device="veth0d5ab50"} 0 node_network_transmit_queue_length{device="veth12f916a"} 0 node_network_transmit_queue_length{device="veth143bde0"} 0 node_network_transmit_queue_length{device="veth1bf10f0"} 0 node_network_transmit_queue_length{device="veth1c581ad"} 0 node_network_transmit_queue_length{device="veth1f22ae2"} 0 node_network_transmit_queue_length{device="veth21c4392"} 0 node_network_transmit_queue_length{device="veth2a71902"} 0 node_network_transmit_queue_length{device="veth2d6e62b"} 0 node_network_transmit_queue_length{device="veth378b3dd"} 0 node_network_transmit_queue_length{device="veth3bfd020"} 0 node_network_transmit_queue_length{device="veth3c06adc"} 0 node_network_transmit_queue_length{device="veth4c5b5de"} 0 node_network_transmit_queue_length{device="veth4ed52f6"} 0 node_network_transmit_queue_length{device="veth514bfee"} 0 node_network_transmit_queue_length{device="veth58ff822"} 0 node_network_transmit_queue_length{device="veth5c6bb2c"} 0 node_network_transmit_queue_length{device="veth5eb5064"} 0 node_network_transmit_queue_length{device="veth5fa0b87"} 0 node_network_transmit_queue_length{device="veth6178a0f"} 0 node_network_transmit_queue_length{device="veth65d871b"} 0 node_network_transmit_queue_length{device="veth6819350"} 0 node_network_transmit_queue_length{device="veth6a7c575"} 0 node_network_transmit_queue_length{device="veth6b4a5e0"} 0 node_network_transmit_queue_length{device="veth6d601df"} 0 node_network_transmit_queue_length{device="veth772e9e6"} 0 node_network_transmit_queue_length{device="veth7c85bb8"} 0 node_network_transmit_queue_length{device="veth7f74d05"} 0 node_network_transmit_queue_length{device="veth7fae8b9"} 0 node_network_transmit_queue_length{device="veth804631b"} 0 node_network_transmit_queue_length{device="veth87ec344"} 0 node_network_transmit_queue_length{device="veth888b2f1"} 0 node_network_transmit_queue_length{device="veth8d48ba8"} 0 node_network_transmit_queue_length{device="veth9034504"} 0 node_network_transmit_queue_length{device="veth906de2d"} 0 node_network_transmit_queue_length{device="veth90844ae"} 0 node_network_transmit_queue_length{device="veth92bd010"} 0 node_network_transmit_queue_length{device="veth9346cc3"} 0 node_network_transmit_queue_length{device="veth94a28f6"} 0 node_network_transmit_queue_length{device="veth94f3057"} 0 node_network_transmit_queue_length{device="veth9577855"} 0 node_network_transmit_queue_length{device="veth980b703"} 0 node_network_transmit_queue_length{device="vetha08444a"} 0 node_network_transmit_queue_length{device="vetha26182c"} 0 node_network_transmit_queue_length{device="vetha2a079f"} 0 node_network_transmit_queue_length{device="vetha3fb8be"} 0 node_network_transmit_queue_length{device="vethaa5057f"} 0 node_network_transmit_queue_length{device="vethad190ec"} 0 node_network_transmit_queue_length{device="vethb03b4c6"} 0 node_network_transmit_queue_length{device="vethb0967f5"} 0 node_network_transmit_queue_length{device="vethb1a6f81"} 0 node_network_transmit_queue_length{device="vethb6ec8e0"} 0 node_network_transmit_queue_length{device="vethbaeeb46"} 0 node_network_transmit_queue_length{device="vethbf203d0"} 0 node_network_transmit_queue_length{device="vethc05cf03"} 0 node_network_transmit_queue_length{device="vethc1eaa30"} 0 node_network_transmit_queue_length{device="vethcb11063"} 0 node_network_transmit_queue_length{device="vethce83a26"} 0 node_network_transmit_queue_length{device="vethd0994ea"} 0 node_network_transmit_queue_length{device="vethd10a8ae"} 0 node_network_transmit_queue_length{device="vethd522c08"} 0 node_network_transmit_queue_length{device="vethd9d1613"} 0 node_network_transmit_queue_length{device="vethe17dcf5"} 0 node_network_transmit_queue_length{device="vethe73c789"} 0 node_network_transmit_queue_length{device="vethe85734d"} 0 node_network_transmit_queue_length{device="vethf5df7cd"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-07f968154de5"} 1 node_network_up{device="br-16808385b93f"} 1 node_network_up{device="br-1f956fd3540d"} 1 node_network_up{device="br-220147d8e366"} 1 node_network_up{device="br-2f0914f191c1"} 1 node_network_up{device="br-4c463b933acb"} 1 node_network_up{device="br-561f457bb8e2"} 1 node_network_up{device="br-60668470aeab"} 1 node_network_up{device="br-7a527d8e09f7"} 1 node_network_up{device="br-7d57e7161998"} 1 node_network_up{device="br-8159ae143564"} 1 node_network_up{device="br-83c30c05090c"} 1 node_network_up{device="br-b590dda50ac9"} 1 node_network_up{device="br-c3f816b27415"} 1 node_network_up{device="br-e1634c06178e"} 1 node_network_up{device="br-fc997eab0c12"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eno1"} 1 node_network_up{device="eno2"} 0 node_network_up{device="eno3"} 0 node_network_up{device="eno4"} 0 node_network_up{device="lo"} 0 node_network_up{device="tailscale0"} 0 node_network_up{device="veth0030ea5"} 1 node_network_up{device="veth08cee66"} 1 node_network_up{device="veth0d5ab50"} 1 node_network_up{device="veth12f916a"} 1 node_network_up{device="veth143bde0"} 1 node_network_up{device="veth1bf10f0"} 1 node_network_up{device="veth1c581ad"} 1 node_network_up{device="veth1f22ae2"} 1 node_network_up{device="veth21c4392"} 1 node_network_up{device="veth2a71902"} 1 node_network_up{device="veth2d6e62b"} 1 node_network_up{device="veth378b3dd"} 1 node_network_up{device="veth3bfd020"} 1 node_network_up{device="veth3c06adc"} 1 node_network_up{device="veth4c5b5de"} 1 node_network_up{device="veth4ed52f6"} 1 node_network_up{device="veth514bfee"} 1 node_network_up{device="veth58ff822"} 1 node_network_up{device="veth5c6bb2c"} 1 node_network_up{device="veth5eb5064"} 1 node_network_up{device="veth5fa0b87"} 1 node_network_up{device="veth6178a0f"} 1 node_network_up{device="veth65d871b"} 1 node_network_up{device="veth6819350"} 1 node_network_up{device="veth6a7c575"} 1 node_network_up{device="veth6b4a5e0"} 1 node_network_up{device="veth6d601df"} 1 node_network_up{device="veth772e9e6"} 1 node_network_up{device="veth7c85bb8"} 1 node_network_up{device="veth7f74d05"} 1 node_network_up{device="veth7fae8b9"} 1 node_network_up{device="veth804631b"} 1 node_network_up{device="veth87ec344"} 1 node_network_up{device="veth888b2f1"} 1 node_network_up{device="veth8d48ba8"} 1 node_network_up{device="veth9034504"} 1 node_network_up{device="veth906de2d"} 1 node_network_up{device="veth90844ae"} 1 node_network_up{device="veth92bd010"} 1 node_network_up{device="veth9346cc3"} 1 node_network_up{device="veth94a28f6"} 1 node_network_up{device="veth94f3057"} 1 node_network_up{device="veth9577855"} 1 node_network_up{device="veth980b703"} 1 node_network_up{device="vetha08444a"} 1 node_network_up{device="vetha26182c"} 1 node_network_up{device="vetha2a079f"} 1 node_network_up{device="vetha3fb8be"} 1 node_network_up{device="vethaa5057f"} 1 node_network_up{device="vethad190ec"} 1 node_network_up{device="vethb03b4c6"} 1 node_network_up{device="vethb0967f5"} 1 node_network_up{device="vethb1a6f81"} 1 node_network_up{device="vethb6ec8e0"} 1 node_network_up{device="vethbaeeb46"} 1 node_network_up{device="vethbf203d0"} 1 node_network_up{device="vethc05cf03"} 1 node_network_up{device="vethc1eaa30"} 1 node_network_up{device="vethcb11063"} 1 node_network_up{device="vethce83a26"} 1 node_network_up{device="vethd0994ea"} 1 node_network_up{device="vethd10a8ae"} 1 node_network_up{device="vethd522c08"} 1 node_network_up{device="vethd9d1613"} 1 node_network_up{device="vethe17dcf5"} 1 node_network_up{device="vethe73c789"} 1 node_network_up{device="vethe85734d"} 1 node_network_up{device="vethf5df7cd"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 1 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.4 LTS",variant="",variant_id="",version="24.04.4 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 16743.133417 # 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 8537.985011 # 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 10492.570362 # 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 9.611186 # 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 10.662293 # 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 66 # 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"} 139332.102218235 node_schedstat_running_seconds_total{cpu="1"} 142942.725833887 node_schedstat_running_seconds_total{cpu="10"} 137523.208619317 node_schedstat_running_seconds_total{cpu="11"} 132651.457406121 node_schedstat_running_seconds_total{cpu="12"} 129946.891441456 node_schedstat_running_seconds_total{cpu="13"} 128582.844442234 node_schedstat_running_seconds_total{cpu="14"} 128396.585986844 node_schedstat_running_seconds_total{cpu="15"} 131446.924746793 node_schedstat_running_seconds_total{cpu="16"} 132558.464419336 node_schedstat_running_seconds_total{cpu="17"} 133431.914179596 node_schedstat_running_seconds_total{cpu="18"} 133873.248074431 node_schedstat_running_seconds_total{cpu="19"} 134496.868903082 node_schedstat_running_seconds_total{cpu="2"} 144236.222441059 node_schedstat_running_seconds_total{cpu="20"} 145900.093123716 node_schedstat_running_seconds_total{cpu="21"} 142202.43996458 node_schedstat_running_seconds_total{cpu="22"} 141152.959028171 node_schedstat_running_seconds_total{cpu="23"} 141021.189943693 node_schedstat_running_seconds_total{cpu="24"} 140777.170818755 node_schedstat_running_seconds_total{cpu="25"} 140858.225568802 node_schedstat_running_seconds_total{cpu="26"} 141006.218922491 node_schedstat_running_seconds_total{cpu="27"} 141074.032145446 node_schedstat_running_seconds_total{cpu="28"} 141186.793023869 node_schedstat_running_seconds_total{cpu="29"} 141166.480556969 node_schedstat_running_seconds_total{cpu="3"} 143208.391110591 node_schedstat_running_seconds_total{cpu="30"} 141580.901024577 node_schedstat_running_seconds_total{cpu="31"} 141235.659795056 node_schedstat_running_seconds_total{cpu="32"} 141270.931413256 node_schedstat_running_seconds_total{cpu="33"} 141331.950017391 node_schedstat_running_seconds_total{cpu="34"} 141371.12785775 node_schedstat_running_seconds_total{cpu="35"} 141423.030961711 node_schedstat_running_seconds_total{cpu="36"} 141205.056582452 node_schedstat_running_seconds_total{cpu="37"} 141357.998342937 node_schedstat_running_seconds_total{cpu="38"} 141558.887767613 node_schedstat_running_seconds_total{cpu="39"} 141726.138926318 node_schedstat_running_seconds_total{cpu="4"} 143143.038820602 node_schedstat_running_seconds_total{cpu="40"} 133702.814110996 node_schedstat_running_seconds_total{cpu="41"} 129536.581009142 node_schedstat_running_seconds_total{cpu="42"} 127982.249999966 node_schedstat_running_seconds_total{cpu="43"} 128083.290632581 node_schedstat_running_seconds_total{cpu="44"} 128029.041590729 node_schedstat_running_seconds_total{cpu="45"} 128451.895849543 node_schedstat_running_seconds_total{cpu="46"} 129009.996217528 node_schedstat_running_seconds_total{cpu="47"} 129580.34249182 node_schedstat_running_seconds_total{cpu="48"} 129734.863673768 node_schedstat_running_seconds_total{cpu="49"} 130220.939315864 node_schedstat_running_seconds_total{cpu="5"} 141966.284778454 node_schedstat_running_seconds_total{cpu="50"} 132568.262226981 node_schedstat_running_seconds_total{cpu="51"} 150896.98940435 node_schedstat_running_seconds_total{cpu="52"} 156273.438365745 node_schedstat_running_seconds_total{cpu="53"} 161287.353521035 node_schedstat_running_seconds_total{cpu="54"} 164504.321324584 node_schedstat_running_seconds_total{cpu="55"} 151533.856409767 node_schedstat_running_seconds_total{cpu="56"} 145572.774919578 node_schedstat_running_seconds_total{cpu="57"} 141610.972970305 node_schedstat_running_seconds_total{cpu="58"} 139209.638111612 node_schedstat_running_seconds_total{cpu="59"} 137558.297349144 node_schedstat_running_seconds_total{cpu="6"} 140700.194122969 node_schedstat_running_seconds_total{cpu="60"} 137231.730391467 node_schedstat_running_seconds_total{cpu="61"} 136616.683886268 node_schedstat_running_seconds_total{cpu="62"} 136691.807608997 node_schedstat_running_seconds_total{cpu="63"} 136416.920110428 node_schedstat_running_seconds_total{cpu="64"} 136344.67852367 node_schedstat_running_seconds_total{cpu="65"} 136271.676192586 node_schedstat_running_seconds_total{cpu="66"} 136028.838089843 node_schedstat_running_seconds_total{cpu="67"} 135905.091871474 node_schedstat_running_seconds_total{cpu="68"} 135893.067780331 node_schedstat_running_seconds_total{cpu="69"} 135997.193871553 node_schedstat_running_seconds_total{cpu="7"} 139544.267628214 node_schedstat_running_seconds_total{cpu="70"} 135908.858360982 node_schedstat_running_seconds_total{cpu="71"} 135740.363325078 node_schedstat_running_seconds_total{cpu="72"} 135857.121455963 node_schedstat_running_seconds_total{cpu="73"} 135492.787280686 node_schedstat_running_seconds_total{cpu="74"} 135595.496777457 node_schedstat_running_seconds_total{cpu="75"} 135538.526680044 node_schedstat_running_seconds_total{cpu="76"} 135549.982466551 node_schedstat_running_seconds_total{cpu="77"} 135518.480903488 node_schedstat_running_seconds_total{cpu="78"} 135528.341403699 node_schedstat_running_seconds_total{cpu="79"} 135671.219681894 node_schedstat_running_seconds_total{cpu="8"} 138987.541992531 node_schedstat_running_seconds_total{cpu="9"} 138052.772246576 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 5.26847131e+08 node_schedstat_timeslices_total{cpu="1"} 4.74082653e+08 node_schedstat_timeslices_total{cpu="10"} 4.36574309e+08 node_schedstat_timeslices_total{cpu="11"} 4.65052927e+08 node_schedstat_timeslices_total{cpu="12"} 4.55327481e+08 node_schedstat_timeslices_total{cpu="13"} 4.57047006e+08 node_schedstat_timeslices_total{cpu="14"} 4.56151118e+08 node_schedstat_timeslices_total{cpu="15"} 4.50530589e+08 node_schedstat_timeslices_total{cpu="16"} 4.46846356e+08 node_schedstat_timeslices_total{cpu="17"} 4.43553935e+08 node_schedstat_timeslices_total{cpu="18"} 4.40633415e+08 node_schedstat_timeslices_total{cpu="19"} 4.37344318e+08 node_schedstat_timeslices_total{cpu="2"} 4.56874626e+08 node_schedstat_timeslices_total{cpu="20"} 2.85774041e+08 node_schedstat_timeslices_total{cpu="21"} 2.85562457e+08 node_schedstat_timeslices_total{cpu="22"} 2.84635648e+08 node_schedstat_timeslices_total{cpu="23"} 2.83774661e+08 node_schedstat_timeslices_total{cpu="24"} 2.83614181e+08 node_schedstat_timeslices_total{cpu="25"} 2.83263777e+08 node_schedstat_timeslices_total{cpu="26"} 2.82832606e+08 node_schedstat_timeslices_total{cpu="27"} 2.82698469e+08 node_schedstat_timeslices_total{cpu="28"} 2.82670181e+08 node_schedstat_timeslices_total{cpu="29"} 2.82692129e+08 node_schedstat_timeslices_total{cpu="3"} 4.48838386e+08 node_schedstat_timeslices_total{cpu="30"} 2.82400425e+08 node_schedstat_timeslices_total{cpu="31"} 2.82363784e+08 node_schedstat_timeslices_total{cpu="32"} 2.82054936e+08 node_schedstat_timeslices_total{cpu="33"} 2.82038503e+08 node_schedstat_timeslices_total{cpu="34"} 2.82000787e+08 node_schedstat_timeslices_total{cpu="35"} 2.81918635e+08 node_schedstat_timeslices_total{cpu="36"} 2.81780569e+08 node_schedstat_timeslices_total{cpu="37"} 2.8174054e+08 node_schedstat_timeslices_total{cpu="38"} 2.81487748e+08 node_schedstat_timeslices_total{cpu="39"} 2.81388114e+08 node_schedstat_timeslices_total{cpu="4"} 4.43812206e+08 node_schedstat_timeslices_total{cpu="40"} 4.42844951e+08 node_schedstat_timeslices_total{cpu="41"} 4.40171627e+08 node_schedstat_timeslices_total{cpu="42"} 4.40871382e+08 node_schedstat_timeslices_total{cpu="43"} 4.40123211e+08 node_schedstat_timeslices_total{cpu="44"} 4.38799622e+08 node_schedstat_timeslices_total{cpu="45"} 4.38589886e+08 node_schedstat_timeslices_total{cpu="46"} 4.38104477e+08 node_schedstat_timeslices_total{cpu="47"} 4.37543766e+08 node_schedstat_timeslices_total{cpu="48"} 4.36992453e+08 node_schedstat_timeslices_total{cpu="49"} 4.36620506e+08 node_schedstat_timeslices_total{cpu="5"} 4.41877214e+08 node_schedstat_timeslices_total{cpu="50"} 4.37846066e+08 node_schedstat_timeslices_total{cpu="51"} 4.61145446e+08 node_schedstat_timeslices_total{cpu="52"} 4.61521436e+08 node_schedstat_timeslices_total{cpu="53"} 4.63262054e+08 node_schedstat_timeslices_total{cpu="54"} 4.68548963e+08 node_schedstat_timeslices_total{cpu="55"} 4.52310681e+08 node_schedstat_timeslices_total{cpu="56"} 4.51038297e+08 node_schedstat_timeslices_total{cpu="57"} 4.51625514e+08 node_schedstat_timeslices_total{cpu="58"} 4.51907651e+08 node_schedstat_timeslices_total{cpu="59"} 4.52080066e+08 node_schedstat_timeslices_total{cpu="6"} 4.40491741e+08 node_schedstat_timeslices_total{cpu="60"} 2.84454273e+08 node_schedstat_timeslices_total{cpu="61"} 2.85256704e+08 node_schedstat_timeslices_total{cpu="62"} 2.84730821e+08 node_schedstat_timeslices_total{cpu="63"} 2.84830165e+08 node_schedstat_timeslices_total{cpu="64"} 2.85072042e+08 node_schedstat_timeslices_total{cpu="65"} 2.85286162e+08 node_schedstat_timeslices_total{cpu="66"} 2.8535234e+08 node_schedstat_timeslices_total{cpu="67"} 2.85311255e+08 node_schedstat_timeslices_total{cpu="68"} 2.85514137e+08 node_schedstat_timeslices_total{cpu="69"} 2.8567478e+08 node_schedstat_timeslices_total{cpu="7"} 4.3937874e+08 node_schedstat_timeslices_total{cpu="70"} 2.85927221e+08 node_schedstat_timeslices_total{cpu="71"} 2.85814908e+08 node_schedstat_timeslices_total{cpu="72"} 2.85548456e+08 node_schedstat_timeslices_total{cpu="73"} 2.86101587e+08 node_schedstat_timeslices_total{cpu="74"} 2.8616532e+08 node_schedstat_timeslices_total{cpu="75"} 2.86036806e+08 node_schedstat_timeslices_total{cpu="76"} 2.86370771e+08 node_schedstat_timeslices_total{cpu="77"} 2.86189109e+08 node_schedstat_timeslices_total{cpu="78"} 2.86434092e+08 node_schedstat_timeslices_total{cpu="79"} 2.8650991e+08 node_schedstat_timeslices_total{cpu="8"} 4.38122082e+08 node_schedstat_timeslices_total{cpu="9"} 4.3651745e+08 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 18253.299672855 node_schedstat_waiting_seconds_total{cpu="1"} 18427.940506675 node_schedstat_waiting_seconds_total{cpu="10"} 18383.155880758 node_schedstat_waiting_seconds_total{cpu="11"} 15212.162426479 node_schedstat_waiting_seconds_total{cpu="12"} 16560.163626138 node_schedstat_waiting_seconds_total{cpu="13"} 16818.434844768 node_schedstat_waiting_seconds_total{cpu="14"} 16846.17231792 node_schedstat_waiting_seconds_total{cpu="15"} 17797.879278921 node_schedstat_waiting_seconds_total{cpu="16"} 17911.733862869 node_schedstat_waiting_seconds_total{cpu="17"} 17991.342656491 node_schedstat_waiting_seconds_total{cpu="18"} 17999.919022761 node_schedstat_waiting_seconds_total{cpu="19"} 17993.567091914 node_schedstat_waiting_seconds_total{cpu="2"} 18278.688493093 node_schedstat_waiting_seconds_total{cpu="20"} 19648.788639282 node_schedstat_waiting_seconds_total{cpu="21"} 19889.662690884 node_schedstat_waiting_seconds_total{cpu="22"} 20022.577148697 node_schedstat_waiting_seconds_total{cpu="23"} 20054.228765291 node_schedstat_waiting_seconds_total{cpu="24"} 20024.408566477 node_schedstat_waiting_seconds_total{cpu="25"} 19970.693502033 node_schedstat_waiting_seconds_total{cpu="26"} 20083.742106096 node_schedstat_waiting_seconds_total{cpu="27"} 20115.645111919 node_schedstat_waiting_seconds_total{cpu="28"} 20024.268997319 node_schedstat_waiting_seconds_total{cpu="29"} 20105.044499086 node_schedstat_waiting_seconds_total{cpu="3"} 18352.394703879 node_schedstat_waiting_seconds_total{cpu="30"} 20019.150251821 node_schedstat_waiting_seconds_total{cpu="31"} 20052.001772458 node_schedstat_waiting_seconds_total{cpu="32"} 20120.230802748 node_schedstat_waiting_seconds_total{cpu="33"} 20143.214161554 node_schedstat_waiting_seconds_total{cpu="34"} 20109.209988026 node_schedstat_waiting_seconds_total{cpu="35"} 20118.376333837 node_schedstat_waiting_seconds_total{cpu="36"} 20223.888333593 node_schedstat_waiting_seconds_total{cpu="37"} 20212.937523206 node_schedstat_waiting_seconds_total{cpu="38"} 20131.271997321 node_schedstat_waiting_seconds_total{cpu="39"} 20068.936330327 node_schedstat_waiting_seconds_total{cpu="4"} 18180.428724957 node_schedstat_waiting_seconds_total{cpu="40"} 18095.609013359 node_schedstat_waiting_seconds_total{cpu="41"} 17984.711169896 node_schedstat_waiting_seconds_total{cpu="42"} 17931.97055129 node_schedstat_waiting_seconds_total{cpu="43"} 17973.863492905 node_schedstat_waiting_seconds_total{cpu="44"} 17924.747113581 node_schedstat_waiting_seconds_total{cpu="45"} 17900.752946369 node_schedstat_waiting_seconds_total{cpu="46"} 17915.044800938 node_schedstat_waiting_seconds_total{cpu="47"} 17890.428544246 node_schedstat_waiting_seconds_total{cpu="48"} 17850.609316718 node_schedstat_waiting_seconds_total{cpu="49"} 17826.645397255 node_schedstat_waiting_seconds_total{cpu="5"} 18269.238451741 node_schedstat_waiting_seconds_total{cpu="50"} 17409.177570036 node_schedstat_waiting_seconds_total{cpu="51"} 26789.34959804 node_schedstat_waiting_seconds_total{cpu="52"} 27859.037635774 node_schedstat_waiting_seconds_total{cpu="53"} 28973.061190646 node_schedstat_waiting_seconds_total{cpu="54"} 29428.283133306 node_schedstat_waiting_seconds_total{cpu="55"} 19691.157862135 node_schedstat_waiting_seconds_total{cpu="56"} 19346.019391009 node_schedstat_waiting_seconds_total{cpu="57"} 19042.550576768 node_schedstat_waiting_seconds_total{cpu="58"} 18851.970405602 node_schedstat_waiting_seconds_total{cpu="59"} 18724.175478524 node_schedstat_waiting_seconds_total{cpu="6"} 18309.156892638 node_schedstat_waiting_seconds_total{cpu="60"} 20301.29947452 node_schedstat_waiting_seconds_total{cpu="61"} 20400.731584595 node_schedstat_waiting_seconds_total{cpu="62"} 20515.505522379 node_schedstat_waiting_seconds_total{cpu="63"} 20556.827460738 node_schedstat_waiting_seconds_total{cpu="64"} 20543.130478877 node_schedstat_waiting_seconds_total{cpu="65"} 20550.784246719 node_schedstat_waiting_seconds_total{cpu="66"} 20645.995850338 node_schedstat_waiting_seconds_total{cpu="67"} 20683.815729435 node_schedstat_waiting_seconds_total{cpu="68"} 20597.977128458 node_schedstat_waiting_seconds_total{cpu="69"} 20615.724834152 node_schedstat_waiting_seconds_total{cpu="7"} 18296.429364049 node_schedstat_waiting_seconds_total{cpu="70"} 20621.011349198 node_schedstat_waiting_seconds_total{cpu="71"} 20666.484520058 node_schedstat_waiting_seconds_total{cpu="72"} 20726.794363735 node_schedstat_waiting_seconds_total{cpu="73"} 20758.386871413 node_schedstat_waiting_seconds_total{cpu="74"} 20735.955654391 node_schedstat_waiting_seconds_total{cpu="75"} 20734.603005394 node_schedstat_waiting_seconds_total{cpu="76"} 20802.040990391 node_schedstat_waiting_seconds_total{cpu="77"} 20801.972670339 node_schedstat_waiting_seconds_total{cpu="78"} 20727.592925922 node_schedstat_waiting_seconds_total{cpu="79"} 20740.003147103 node_schedstat_waiting_seconds_total{cpu="8"} 18309.211785834 node_schedstat_waiting_seconds_total{cpu="9"} 18302.973423125 # 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.000314405 node_scrape_collector_duration_seconds{collector="bcache"} 2.3838e-05 node_scrape_collector_duration_seconds{collector="bcachefs"} 1.2393e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.2691e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.029564381 node_scrape_collector_duration_seconds{collector="conntrack"} 0.052733133 node_scrape_collector_duration_seconds{collector="cpu"} 0.054644714 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.078372898 node_scrape_collector_duration_seconds{collector="diskstats"} 0.026566885 node_scrape_collector_duration_seconds{collector="dmi"} 0.052238838 node_scrape_collector_duration_seconds{collector="edac"} 0.05248118 node_scrape_collector_duration_seconds{collector="entropy"} 0.000292733 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.3932e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.052770854 node_scrape_collector_duration_seconds{collector="filesystem"} 0.100756406 node_scrape_collector_duration_seconds{collector="hwmon"} 0.051595252 node_scrape_collector_duration_seconds{collector="infiniband"} 2.7202e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.5318e-05 node_scrape_collector_duration_seconds{collector="kernel_hung"} 4.1878e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.038912417 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000101687 node_scrape_collector_duration_seconds{collector="meminfo"} 0.052790299 node_scrape_collector_duration_seconds{collector="netclass"} 0.147491884 node_scrape_collector_duration_seconds{collector="netdev"} 0.038859345 node_scrape_collector_duration_seconds{collector="netstat"} 0.05283448 node_scrape_collector_duration_seconds{collector="nfs"} 1.8724e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.6831e-05 node_scrape_collector_duration_seconds{collector="nvme"} 6.3966e-05 node_scrape_collector_duration_seconds{collector="os"} 0.038876125 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 6.4367e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.039217547 node_scrape_collector_duration_seconds{collector="rapl"} 0.000210241 node_scrape_collector_duration_seconds{collector="schedstat"} 0.098788458 node_scrape_collector_duration_seconds{collector="selinux"} 0.038603087 node_scrape_collector_duration_seconds{collector="sockstat"} 0.001307872 node_scrape_collector_duration_seconds{collector="softnet"} 0.000867635 node_scrape_collector_duration_seconds{collector="stat"} 0.097432501 node_scrape_collector_duration_seconds{collector="tapestats"} 1.558e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.038943045 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.034478667 node_scrape_collector_duration_seconds{collector="time"} 0.052765333 node_scrape_collector_duration_seconds{collector="timex"} 0.052659976 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.097797958 node_scrape_collector_duration_seconds{collector="uname"} 2.706e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.052694637 node_scrape_collector_duration_seconds{collector="watchdog"} 8.9064e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.4303e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.6408e-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="bcachefs"} 0 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="kernel_hung"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 0 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 1 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 2033 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 1 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 10748 # 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 4.4023808e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 8 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 0 node_softnet_backlog_len{cpu="24"} 0 node_softnet_backlog_len{cpu="25"} 0 node_softnet_backlog_len{cpu="26"} 0 node_softnet_backlog_len{cpu="27"} 0 node_softnet_backlog_len{cpu="28"} 0 node_softnet_backlog_len{cpu="29"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="30"} 0 node_softnet_backlog_len{cpu="31"} 0 node_softnet_backlog_len{cpu="32"} 0 node_softnet_backlog_len{cpu="33"} 0 node_softnet_backlog_len{cpu="34"} 0 node_softnet_backlog_len{cpu="35"} 0 node_softnet_backlog_len{cpu="36"} 0 node_softnet_backlog_len{cpu="37"} 0 node_softnet_backlog_len{cpu="38"} 0 node_softnet_backlog_len{cpu="39"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="40"} 0 node_softnet_backlog_len{cpu="41"} 0 node_softnet_backlog_len{cpu="42"} 0 node_softnet_backlog_len{cpu="43"} 0 node_softnet_backlog_len{cpu="44"} 0 node_softnet_backlog_len{cpu="45"} 0 node_softnet_backlog_len{cpu="46"} 0 node_softnet_backlog_len{cpu="47"} 0 node_softnet_backlog_len{cpu="48"} 0 node_softnet_backlog_len{cpu="49"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="50"} 0 node_softnet_backlog_len{cpu="51"} 0 node_softnet_backlog_len{cpu="52"} 0 node_softnet_backlog_len{cpu="53"} 0 node_softnet_backlog_len{cpu="54"} 0 node_softnet_backlog_len{cpu="55"} 0 node_softnet_backlog_len{cpu="56"} 0 node_softnet_backlog_len{cpu="57"} 0 node_softnet_backlog_len{cpu="58"} 0 node_softnet_backlog_len{cpu="59"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="60"} 0 node_softnet_backlog_len{cpu="61"} 0 node_softnet_backlog_len{cpu="62"} 0 node_softnet_backlog_len{cpu="63"} 0 node_softnet_backlog_len{cpu="64"} 0 node_softnet_backlog_len{cpu="65"} 0 node_softnet_backlog_len{cpu="66"} 0 node_softnet_backlog_len{cpu="67"} 0 node_softnet_backlog_len{cpu="68"} 0 node_softnet_backlog_len{cpu="69"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="70"} 0 node_softnet_backlog_len{cpu="71"} 0 node_softnet_backlog_len{cpu="72"} 0 node_softnet_backlog_len{cpu="73"} 0 node_softnet_backlog_len{cpu="74"} 0 node_softnet_backlog_len{cpu="75"} 0 node_softnet_backlog_len{cpu="76"} 0 node_softnet_backlog_len{cpu="77"} 0 node_softnet_backlog_len{cpu="78"} 0 node_softnet_backlog_len{cpu="79"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 0 node_softnet_cpu_collision_total{cpu="24"} 0 node_softnet_cpu_collision_total{cpu="25"} 0 node_softnet_cpu_collision_total{cpu="26"} 0 node_softnet_cpu_collision_total{cpu="27"} 0 node_softnet_cpu_collision_total{cpu="28"} 0 node_softnet_cpu_collision_total{cpu="29"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="30"} 0 node_softnet_cpu_collision_total{cpu="31"} 0 node_softnet_cpu_collision_total{cpu="32"} 0 node_softnet_cpu_collision_total{cpu="33"} 0 node_softnet_cpu_collision_total{cpu="34"} 0 node_softnet_cpu_collision_total{cpu="35"} 0 node_softnet_cpu_collision_total{cpu="36"} 0 node_softnet_cpu_collision_total{cpu="37"} 0 node_softnet_cpu_collision_total{cpu="38"} 0 node_softnet_cpu_collision_total{cpu="39"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="40"} 0 node_softnet_cpu_collision_total{cpu="41"} 0 node_softnet_cpu_collision_total{cpu="42"} 0 node_softnet_cpu_collision_total{cpu="43"} 0 node_softnet_cpu_collision_total{cpu="44"} 0 node_softnet_cpu_collision_total{cpu="45"} 0 node_softnet_cpu_collision_total{cpu="46"} 0 node_softnet_cpu_collision_total{cpu="47"} 0 node_softnet_cpu_collision_total{cpu="48"} 0 node_softnet_cpu_collision_total{cpu="49"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="50"} 0 node_softnet_cpu_collision_total{cpu="51"} 0 node_softnet_cpu_collision_total{cpu="52"} 0 node_softnet_cpu_collision_total{cpu="53"} 0 node_softnet_cpu_collision_total{cpu="54"} 0 node_softnet_cpu_collision_total{cpu="55"} 0 node_softnet_cpu_collision_total{cpu="56"} 0 node_softnet_cpu_collision_total{cpu="57"} 0 node_softnet_cpu_collision_total{cpu="58"} 0 node_softnet_cpu_collision_total{cpu="59"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="60"} 0 node_softnet_cpu_collision_total{cpu="61"} 0 node_softnet_cpu_collision_total{cpu="62"} 0 node_softnet_cpu_collision_total{cpu="63"} 0 node_softnet_cpu_collision_total{cpu="64"} 0 node_softnet_cpu_collision_total{cpu="65"} 0 node_softnet_cpu_collision_total{cpu="66"} 0 node_softnet_cpu_collision_total{cpu="67"} 0 node_softnet_cpu_collision_total{cpu="68"} 0 node_softnet_cpu_collision_total{cpu="69"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="70"} 0 node_softnet_cpu_collision_total{cpu="71"} 0 node_softnet_cpu_collision_total{cpu="72"} 0 node_softnet_cpu_collision_total{cpu="73"} 0 node_softnet_cpu_collision_total{cpu="74"} 0 node_softnet_cpu_collision_total{cpu="75"} 0 node_softnet_cpu_collision_total{cpu="76"} 0 node_softnet_cpu_collision_total{cpu="77"} 0 node_softnet_cpu_collision_total{cpu="78"} 0 node_softnet_cpu_collision_total{cpu="79"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="20"} 0 node_softnet_dropped_total{cpu="21"} 0 node_softnet_dropped_total{cpu="22"} 0 node_softnet_dropped_total{cpu="23"} 0 node_softnet_dropped_total{cpu="24"} 0 node_softnet_dropped_total{cpu="25"} 0 node_softnet_dropped_total{cpu="26"} 0 node_softnet_dropped_total{cpu="27"} 0 node_softnet_dropped_total{cpu="28"} 0 node_softnet_dropped_total{cpu="29"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="30"} 0 node_softnet_dropped_total{cpu="31"} 0 node_softnet_dropped_total{cpu="32"} 0 node_softnet_dropped_total{cpu="33"} 0 node_softnet_dropped_total{cpu="34"} 0 node_softnet_dropped_total{cpu="35"} 0 node_softnet_dropped_total{cpu="36"} 0 node_softnet_dropped_total{cpu="37"} 0 node_softnet_dropped_total{cpu="38"} 0 node_softnet_dropped_total{cpu="39"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="40"} 0 node_softnet_dropped_total{cpu="41"} 0 node_softnet_dropped_total{cpu="42"} 0 node_softnet_dropped_total{cpu="43"} 0 node_softnet_dropped_total{cpu="44"} 0 node_softnet_dropped_total{cpu="45"} 0 node_softnet_dropped_total{cpu="46"} 0 node_softnet_dropped_total{cpu="47"} 0 node_softnet_dropped_total{cpu="48"} 0 node_softnet_dropped_total{cpu="49"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="50"} 0 node_softnet_dropped_total{cpu="51"} 0 node_softnet_dropped_total{cpu="52"} 0 node_softnet_dropped_total{cpu="53"} 0 node_softnet_dropped_total{cpu="54"} 0 node_softnet_dropped_total{cpu="55"} 0 node_softnet_dropped_total{cpu="56"} 0 node_softnet_dropped_total{cpu="57"} 0 node_softnet_dropped_total{cpu="58"} 0 node_softnet_dropped_total{cpu="59"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="60"} 0 node_softnet_dropped_total{cpu="61"} 0 node_softnet_dropped_total{cpu="62"} 0 node_softnet_dropped_total{cpu="63"} 0 node_softnet_dropped_total{cpu="64"} 0 node_softnet_dropped_total{cpu="65"} 0 node_softnet_dropped_total{cpu="66"} 0 node_softnet_dropped_total{cpu="67"} 0 node_softnet_dropped_total{cpu="68"} 0 node_softnet_dropped_total{cpu="69"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="70"} 0 node_softnet_dropped_total{cpu="71"} 0 node_softnet_dropped_total{cpu="72"} 0 node_softnet_dropped_total{cpu="73"} 0 node_softnet_dropped_total{cpu="74"} 0 node_softnet_dropped_total{cpu="75"} 0 node_softnet_dropped_total{cpu="76"} 0 node_softnet_dropped_total{cpu="77"} 0 node_softnet_dropped_total{cpu="78"} 0 node_softnet_dropped_total{cpu="79"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="20"} 0 node_softnet_flow_limit_count_total{cpu="21"} 0 node_softnet_flow_limit_count_total{cpu="22"} 0 node_softnet_flow_limit_count_total{cpu="23"} 0 node_softnet_flow_limit_count_total{cpu="24"} 0 node_softnet_flow_limit_count_total{cpu="25"} 0 node_softnet_flow_limit_count_total{cpu="26"} 0 node_softnet_flow_limit_count_total{cpu="27"} 0 node_softnet_flow_limit_count_total{cpu="28"} 0 node_softnet_flow_limit_count_total{cpu="29"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="30"} 0 node_softnet_flow_limit_count_total{cpu="31"} 0 node_softnet_flow_limit_count_total{cpu="32"} 0 node_softnet_flow_limit_count_total{cpu="33"} 0 node_softnet_flow_limit_count_total{cpu="34"} 0 node_softnet_flow_limit_count_total{cpu="35"} 0 node_softnet_flow_limit_count_total{cpu="36"} 0 node_softnet_flow_limit_count_total{cpu="37"} 0 node_softnet_flow_limit_count_total{cpu="38"} 0 node_softnet_flow_limit_count_total{cpu="39"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="40"} 0 node_softnet_flow_limit_count_total{cpu="41"} 0 node_softnet_flow_limit_count_total{cpu="42"} 0 node_softnet_flow_limit_count_total{cpu="43"} 0 node_softnet_flow_limit_count_total{cpu="44"} 0 node_softnet_flow_limit_count_total{cpu="45"} 0 node_softnet_flow_limit_count_total{cpu="46"} 0 node_softnet_flow_limit_count_total{cpu="47"} 0 node_softnet_flow_limit_count_total{cpu="48"} 0 node_softnet_flow_limit_count_total{cpu="49"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="50"} 0 node_softnet_flow_limit_count_total{cpu="51"} 0 node_softnet_flow_limit_count_total{cpu="52"} 0 node_softnet_flow_limit_count_total{cpu="53"} 0 node_softnet_flow_limit_count_total{cpu="54"} 0 node_softnet_flow_limit_count_total{cpu="55"} 0 node_softnet_flow_limit_count_total{cpu="56"} 0 node_softnet_flow_limit_count_total{cpu="57"} 0 node_softnet_flow_limit_count_total{cpu="58"} 0 node_softnet_flow_limit_count_total{cpu="59"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="60"} 0 node_softnet_flow_limit_count_total{cpu="61"} 0 node_softnet_flow_limit_count_total{cpu="62"} 0 node_softnet_flow_limit_count_total{cpu="63"} 0 node_softnet_flow_limit_count_total{cpu="64"} 0 node_softnet_flow_limit_count_total{cpu="65"} 0 node_softnet_flow_limit_count_total{cpu="66"} 0 node_softnet_flow_limit_count_total{cpu="67"} 0 node_softnet_flow_limit_count_total{cpu="68"} 0 node_softnet_flow_limit_count_total{cpu="69"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="70"} 0 node_softnet_flow_limit_count_total{cpu="71"} 0 node_softnet_flow_limit_count_total{cpu="72"} 0 node_softnet_flow_limit_count_total{cpu="73"} 0 node_softnet_flow_limit_count_total{cpu="74"} 0 node_softnet_flow_limit_count_total{cpu="75"} 0 node_softnet_flow_limit_count_total{cpu="76"} 0 node_softnet_flow_limit_count_total{cpu="77"} 0 node_softnet_flow_limit_count_total{cpu="78"} 0 node_softnet_flow_limit_count_total{cpu="79"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 5.6583275e+07 node_softnet_processed_total{cpu="1"} 5.7558961e+07 node_softnet_processed_total{cpu="10"} 4.4941574e+07 node_softnet_processed_total{cpu="11"} 4.682405e+07 node_softnet_processed_total{cpu="12"} 4.7805848e+07 node_softnet_processed_total{cpu="13"} 4.7948159e+07 node_softnet_processed_total{cpu="14"} 4.7956029e+07 node_softnet_processed_total{cpu="15"} 4.7235797e+07 node_softnet_processed_total{cpu="16"} 4.620035e+07 node_softnet_processed_total{cpu="17"} 4.527225e+07 node_softnet_processed_total{cpu="18"} 4.4190468e+07 node_softnet_processed_total{cpu="19"} 4.3507003e+07 node_softnet_processed_total{cpu="2"} 5.2840415e+07 node_softnet_processed_total{cpu="20"} 2.3417925e+07 node_softnet_processed_total{cpu="21"} 1.9956566e+07 node_softnet_processed_total{cpu="22"} 1.8926581e+07 node_softnet_processed_total{cpu="23"} 1.7921049e+07 node_softnet_processed_total{cpu="24"} 1.7301826e+07 node_softnet_processed_total{cpu="25"} 1.7169321e+07 node_softnet_processed_total{cpu="26"} 1.6986757e+07 node_softnet_processed_total{cpu="27"} 1.693065e+07 node_softnet_processed_total{cpu="28"} 1.6706049e+07 node_softnet_processed_total{cpu="29"} 1.6766241e+07 node_softnet_processed_total{cpu="3"} 5.1224824e+07 node_softnet_processed_total{cpu="30"} 1.6672952e+07 node_softnet_processed_total{cpu="31"} 1.6374183e+07 node_softnet_processed_total{cpu="32"} 1.6334366e+07 node_softnet_processed_total{cpu="33"} 1.6252215e+07 node_softnet_processed_total{cpu="34"} 1.6434864e+07 node_softnet_processed_total{cpu="35"} 1.6182135e+07 node_softnet_processed_total{cpu="36"} 1.6222354e+07 node_softnet_processed_total{cpu="37"} 1.6034415e+07 node_softnet_processed_total{cpu="38"} 1.5838499e+07 node_softnet_processed_total{cpu="39"} 1.591441e+07 node_softnet_processed_total{cpu="4"} 4.9926009e+07 node_softnet_processed_total{cpu="40"} 4.2968798e+07 node_softnet_processed_total{cpu="41"} 4.1337771e+07 node_softnet_processed_total{cpu="42"} 4.0687742e+07 node_softnet_processed_total{cpu="43"} 4.042446e+07 node_softnet_processed_total{cpu="44"} 3.9647689e+07 node_softnet_processed_total{cpu="45"} 3.9399049e+07 node_softnet_processed_total{cpu="46"} 3.9162587e+07 node_softnet_processed_total{cpu="47"} 3.8847194e+07 node_softnet_processed_total{cpu="48"} 3.837255e+07 node_softnet_processed_total{cpu="49"} 3.8102412e+07 node_softnet_processed_total{cpu="5"} 4.9070079e+07 node_softnet_processed_total{cpu="50"} 3.8390153e+07 node_softnet_processed_total{cpu="51"} 5.17363352e+08 node_softnet_processed_total{cpu="52"} 4.96703805e+08 node_softnet_processed_total{cpu="53"} 5.13402867e+08 node_softnet_processed_total{cpu="54"} 6.02204704e+08 node_softnet_processed_total{cpu="55"} 8.0449476e+07 node_softnet_processed_total{cpu="56"} 7.233132e+07 node_softnet_processed_total{cpu="57"} 6.5749009e+07 node_softnet_processed_total{cpu="58"} 6.1017833e+07 node_softnet_processed_total{cpu="59"} 5.7414896e+07 node_softnet_processed_total{cpu="6"} 4.8203156e+07 node_softnet_processed_total{cpu="60"} 1.5918847e+07 node_softnet_processed_total{cpu="61"} 1.576797e+07 node_softnet_processed_total{cpu="62"} 1.5843157e+07 node_softnet_processed_total{cpu="63"} 1.5694845e+07 node_softnet_processed_total{cpu="64"} 1.561595e+07 node_softnet_processed_total{cpu="65"} 1.5608117e+07 node_softnet_processed_total{cpu="66"} 1.548435e+07 node_softnet_processed_total{cpu="67"} 1.5420913e+07 node_softnet_processed_total{cpu="68"} 1.5385628e+07 node_softnet_processed_total{cpu="69"} 1.5313511e+07 node_softnet_processed_total{cpu="7"} 4.7342801e+07 node_softnet_processed_total{cpu="70"} 1.5317477e+07 node_softnet_processed_total{cpu="71"} 1.5142295e+07 node_softnet_processed_total{cpu="72"} 1.5329283e+07 node_softnet_processed_total{cpu="73"} 1.5260541e+07 node_softnet_processed_total{cpu="74"} 1.5135512e+07 node_softnet_processed_total{cpu="75"} 1.5094823e+07 node_softnet_processed_total{cpu="76"} 1.5074203e+07 node_softnet_processed_total{cpu="77"} 1.5050843e+07 node_softnet_processed_total{cpu="78"} 1.509717e+07 node_softnet_processed_total{cpu="79"} 1.5067294e+07 node_softnet_processed_total{cpu="8"} 4.6403938e+07 node_softnet_processed_total{cpu="9"} 4.5655126e+07 # 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"} 801 node_softnet_times_squeezed_total{cpu="1"} 868 node_softnet_times_squeezed_total{cpu="10"} 861 node_softnet_times_squeezed_total{cpu="11"} 673 node_softnet_times_squeezed_total{cpu="12"} 625 node_softnet_times_squeezed_total{cpu="13"} 589 node_softnet_times_squeezed_total{cpu="14"} 606 node_softnet_times_squeezed_total{cpu="15"} 697 node_softnet_times_squeezed_total{cpu="16"} 774 node_softnet_times_squeezed_total{cpu="17"} 780 node_softnet_times_squeezed_total{cpu="18"} 819 node_softnet_times_squeezed_total{cpu="19"} 839 node_softnet_times_squeezed_total{cpu="2"} 936 node_softnet_times_squeezed_total{cpu="20"} 324 node_softnet_times_squeezed_total{cpu="21"} 344 node_softnet_times_squeezed_total{cpu="22"} 352 node_softnet_times_squeezed_total{cpu="23"} 373 node_softnet_times_squeezed_total{cpu="24"} 372 node_softnet_times_squeezed_total{cpu="25"} 363 node_softnet_times_squeezed_total{cpu="26"} 423 node_softnet_times_squeezed_total{cpu="27"} 342 node_softnet_times_squeezed_total{cpu="28"} 380 node_softnet_times_squeezed_total{cpu="29"} 393 node_softnet_times_squeezed_total{cpu="3"} 961 node_softnet_times_squeezed_total{cpu="30"} 390 node_softnet_times_squeezed_total{cpu="31"} 361 node_softnet_times_squeezed_total{cpu="32"} 386 node_softnet_times_squeezed_total{cpu="33"} 389 node_softnet_times_squeezed_total{cpu="34"} 374 node_softnet_times_squeezed_total{cpu="35"} 391 node_softnet_times_squeezed_total{cpu="36"} 376 node_softnet_times_squeezed_total{cpu="37"} 361 node_softnet_times_squeezed_total{cpu="38"} 383 node_softnet_times_squeezed_total{cpu="39"} 360 node_softnet_times_squeezed_total{cpu="4"} 1037 node_softnet_times_squeezed_total{cpu="40"} 771 node_softnet_times_squeezed_total{cpu="41"} 746 node_softnet_times_squeezed_total{cpu="42"} 698 node_softnet_times_squeezed_total{cpu="43"} 725 node_softnet_times_squeezed_total{cpu="44"} 768 node_softnet_times_squeezed_total{cpu="45"} 727 node_softnet_times_squeezed_total{cpu="46"} 687 node_softnet_times_squeezed_total{cpu="47"} 801 node_softnet_times_squeezed_total{cpu="48"} 746 node_softnet_times_squeezed_total{cpu="49"} 728 node_softnet_times_squeezed_total{cpu="5"} 928 node_softnet_times_squeezed_total{cpu="50"} 661 node_softnet_times_squeezed_total{cpu="51"} 6151 node_softnet_times_squeezed_total{cpu="52"} 10804 node_softnet_times_squeezed_total{cpu="53"} 10997 node_softnet_times_squeezed_total{cpu="54"} 17471 node_softnet_times_squeezed_total{cpu="55"} 1124 node_softnet_times_squeezed_total{cpu="56"} 1101 node_softnet_times_squeezed_total{cpu="57"} 1011 node_softnet_times_squeezed_total{cpu="58"} 1046 node_softnet_times_squeezed_total{cpu="59"} 1020 node_softnet_times_squeezed_total{cpu="6"} 909 node_softnet_times_squeezed_total{cpu="60"} 310 node_softnet_times_squeezed_total{cpu="61"} 268 node_softnet_times_squeezed_total{cpu="62"} 299 node_softnet_times_squeezed_total{cpu="63"} 278 node_softnet_times_squeezed_total{cpu="64"} 283 node_softnet_times_squeezed_total{cpu="65"} 283 node_softnet_times_squeezed_total{cpu="66"} 273 node_softnet_times_squeezed_total{cpu="67"} 317 node_softnet_times_squeezed_total{cpu="68"} 293 node_softnet_times_squeezed_total{cpu="69"} 311 node_softnet_times_squeezed_total{cpu="7"} 944 node_softnet_times_squeezed_total{cpu="70"} 282 node_softnet_times_squeezed_total{cpu="71"} 299 node_softnet_times_squeezed_total{cpu="72"} 320 node_softnet_times_squeezed_total{cpu="73"} 322 node_softnet_times_squeezed_total{cpu="74"} 285 node_softnet_times_squeezed_total{cpu="75"} 306 node_softnet_times_squeezed_total{cpu="76"} 282 node_softnet_times_squeezed_total{cpu="77"} 261 node_softnet_times_squeezed_total{cpu="78"} 334 node_softnet_times_squeezed_total{cpu="79"} 327 node_softnet_times_squeezed_total{cpu="8"} 952 node_softnet_times_squeezed_total{cpu="9"} 933 # 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"} 47 node_thermal_zone_temp{type="x86_pkg_temp",zone="1"} 78 node_thermal_zone_temp{type="x86_pkg_temp",zone="2"} 75 # 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.782990581686109e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000183573760986 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.566 # 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.000135061 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="10dd5133a75a",release="6.8.0-124-generic",sysname="Linux",version="#124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 9.8303233954e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 90681 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.22511007e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.953851933e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 85940 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 2.188114e+06 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 3.31 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # 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 130933 # 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 273570 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.7989632e+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.78249528412e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.307332608e+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"} 4 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0