# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 2.571e-05 go_gc_duration_seconds{quantile="0.25"} 4.5206e-05 go_gc_duration_seconds{quantile="0.5"} 5.5833e-05 go_gc_duration_seconds{quantile="0.75"} 6.9823e-05 go_gc_duration_seconds{quantile="1"} 0.000607418 go_gc_duration_seconds_sum 11.295454334 go_gc_duration_seconds_count 180484 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 4.364616e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 5.23157702888e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.406571e+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 4.713138788e+09 # 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.647248e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 4.364616e+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.1124736e+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 6.275072e+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 45048 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 7.151616e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.7399808e+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.7762498464862957e+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 4.713183836e+09 # 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 1208 # 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 78520 # 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 121920 # 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 228480 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 8.822218e+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 805397 # 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 3.571712e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 3.571712e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.8137736e+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 64 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="private"} 6 node_arp_entries{device="public"} 2 # HELP node_bonding_active Number of active slaves per bonding interface. # TYPE node_bonding_active gauge node_bonding_active{master="bond0"} 2 # HELP node_bonding_slaves Number of configured slaves per bonding interface. # TYPE node_bonding_slaves gauge node_bonding_slaves{master="bond0"} 2 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.712822112e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 4.270864397467e+12 # 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="intel_powerclamp"} -1 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 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"} 14 node_cooling_device_max_state{name="1",type="Processor"} 14 node_cooling_device_max_state{name="10",type="Processor"} 14 node_cooling_device_max_state{name="11",type="Processor"} 14 node_cooling_device_max_state{name="12",type="Processor"} 14 node_cooling_device_max_state{name="13",type="Processor"} 14 node_cooling_device_max_state{name="14",type="Processor"} 14 node_cooling_device_max_state{name="15",type="Processor"} 14 node_cooling_device_max_state{name="16",type="Processor"} 14 node_cooling_device_max_state{name="17",type="Processor"} 14 node_cooling_device_max_state{name="18",type="Processor"} 14 node_cooling_device_max_state{name="19",type="Processor"} 14 node_cooling_device_max_state{name="2",type="Processor"} 14 node_cooling_device_max_state{name="20",type="Processor"} 14 node_cooling_device_max_state{name="21",type="Processor"} 14 node_cooling_device_max_state{name="22",type="Processor"} 14 node_cooling_device_max_state{name="23",type="Processor"} 14 node_cooling_device_max_state{name="24",type="Processor"} 14 node_cooling_device_max_state{name="25",type="Processor"} 14 node_cooling_device_max_state{name="26",type="Processor"} 14 node_cooling_device_max_state{name="27",type="Processor"} 14 node_cooling_device_max_state{name="28",type="Processor"} 14 node_cooling_device_max_state{name="29",type="Processor"} 14 node_cooling_device_max_state{name="3",type="Processor"} 14 node_cooling_device_max_state{name="30",type="Processor"} 14 node_cooling_device_max_state{name="31",type="Processor"} 14 node_cooling_device_max_state{name="32",type="Processor"} 14 node_cooling_device_max_state{name="33",type="Processor"} 14 node_cooling_device_max_state{name="34",type="Processor"} 14 node_cooling_device_max_state{name="35",type="Processor"} 14 node_cooling_device_max_state{name="36",type="Processor"} 14 node_cooling_device_max_state{name="37",type="Processor"} 14 node_cooling_device_max_state{name="38",type="Processor"} 14 node_cooling_device_max_state{name="39",type="Processor"} 14 node_cooling_device_max_state{name="4",type="Processor"} 14 node_cooling_device_max_state{name="40",type="Processor"} 14 node_cooling_device_max_state{name="41",type="Processor"} 14 node_cooling_device_max_state{name="42",type="Processor"} 14 node_cooling_device_max_state{name="43",type="Processor"} 14 node_cooling_device_max_state{name="44",type="Processor"} 14 node_cooling_device_max_state{name="45",type="Processor"} 14 node_cooling_device_max_state{name="46",type="Processor"} 14 node_cooling_device_max_state{name="47",type="Processor"} 14 node_cooling_device_max_state{name="48",type="Processor"} 14 node_cooling_device_max_state{name="49",type="Processor"} 14 node_cooling_device_max_state{name="5",type="Processor"} 14 node_cooling_device_max_state{name="50",type="Processor"} 14 node_cooling_device_max_state{name="51",type="Processor"} 14 node_cooling_device_max_state{name="52",type="Processor"} 14 node_cooling_device_max_state{name="53",type="Processor"} 14 node_cooling_device_max_state{name="54",type="Processor"} 14 node_cooling_device_max_state{name="55",type="Processor"} 14 node_cooling_device_max_state{name="56",type="Processor"} 14 node_cooling_device_max_state{name="57",type="Processor"} 14 node_cooling_device_max_state{name="58",type="Processor"} 14 node_cooling_device_max_state{name="59",type="Processor"} 14 node_cooling_device_max_state{name="6",type="Processor"} 14 node_cooling_device_max_state{name="60",type="Processor"} 14 node_cooling_device_max_state{name="61",type="Processor"} 14 node_cooling_device_max_state{name="62",type="Processor"} 14 node_cooling_device_max_state{name="63",type="Processor"} 14 node_cooling_device_max_state{name="64",type="intel_powerclamp"} 50 node_cooling_device_max_state{name="7",type="Processor"} 14 node_cooling_device_max_state{name="8",type="Processor"} 14 node_cooling_device_max_state{name="9",type="Processor"} 14 # HELP node_cpu_core_throttles_total Number of times this CPU core has been throttled. # TYPE node_cpu_core_throttles_total counter node_cpu_core_throttles_total{core="0",package="0"} 0 node_cpu_core_throttles_total{core="0",package="1"} 0 node_cpu_core_throttles_total{core="1",package="0"} 0 node_cpu_core_throttles_total{core="1",package="1"} 0 node_cpu_core_throttles_total{core="10",package="0"} 0 node_cpu_core_throttles_total{core="10",package="1"} 0 node_cpu_core_throttles_total{core="11",package="0"} 0 node_cpu_core_throttles_total{core="11",package="1"} 0 node_cpu_core_throttles_total{core="12",package="0"} 0 node_cpu_core_throttles_total{core="12",package="1"} 0 node_cpu_core_throttles_total{core="13",package="0"} 0 node_cpu_core_throttles_total{core="13",package="1"} 0 node_cpu_core_throttles_total{core="14",package="0"} 0 node_cpu_core_throttles_total{core="14",package="1"} 0 node_cpu_core_throttles_total{core="15",package="0"} 0 node_cpu_core_throttles_total{core="15",package="1"} 0 node_cpu_core_throttles_total{core="2",package="0"} 0 node_cpu_core_throttles_total{core="2",package="1"} 0 node_cpu_core_throttles_total{core="3",package="0"} 0 node_cpu_core_throttles_total{core="3",package="1"} 0 node_cpu_core_throttles_total{core="4",package="0"} 0 node_cpu_core_throttles_total{core="4",package="1"} 0 node_cpu_core_throttles_total{core="5",package="0"} 0 node_cpu_core_throttles_total{core="5",package="1"} 0 node_cpu_core_throttles_total{core="6",package="0"} 0 node_cpu_core_throttles_total{core="6",package="1"} 0 node_cpu_core_throttles_total{core="7",package="0"} 0 node_cpu_core_throttles_total{core="7",package="1"} 0 node_cpu_core_throttles_total{core="8",package="0"} 0 node_cpu_core_throttles_total{core="8",package="1"} 0 node_cpu_core_throttles_total{core="9",package="0"} 0 node_cpu_core_throttles_total{core="9",package="1"} 0 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 3e+09 node_cpu_frequency_max_hertz{cpu="1"} 3e+09 node_cpu_frequency_max_hertz{cpu="10"} 3e+09 node_cpu_frequency_max_hertz{cpu="11"} 3e+09 node_cpu_frequency_max_hertz{cpu="12"} 3e+09 node_cpu_frequency_max_hertz{cpu="13"} 3e+09 node_cpu_frequency_max_hertz{cpu="14"} 3e+09 node_cpu_frequency_max_hertz{cpu="15"} 3e+09 node_cpu_frequency_max_hertz{cpu="16"} 3e+09 node_cpu_frequency_max_hertz{cpu="17"} 3e+09 node_cpu_frequency_max_hertz{cpu="18"} 3e+09 node_cpu_frequency_max_hertz{cpu="19"} 3e+09 node_cpu_frequency_max_hertz{cpu="2"} 3e+09 node_cpu_frequency_max_hertz{cpu="20"} 3e+09 node_cpu_frequency_max_hertz{cpu="21"} 3e+09 node_cpu_frequency_max_hertz{cpu="22"} 3e+09 node_cpu_frequency_max_hertz{cpu="23"} 3e+09 node_cpu_frequency_max_hertz{cpu="24"} 3e+09 node_cpu_frequency_max_hertz{cpu="25"} 3e+09 node_cpu_frequency_max_hertz{cpu="26"} 3e+09 node_cpu_frequency_max_hertz{cpu="27"} 3e+09 node_cpu_frequency_max_hertz{cpu="28"} 3e+09 node_cpu_frequency_max_hertz{cpu="29"} 3e+09 node_cpu_frequency_max_hertz{cpu="3"} 3e+09 node_cpu_frequency_max_hertz{cpu="30"} 3e+09 node_cpu_frequency_max_hertz{cpu="31"} 3e+09 node_cpu_frequency_max_hertz{cpu="32"} 3e+09 node_cpu_frequency_max_hertz{cpu="33"} 3e+09 node_cpu_frequency_max_hertz{cpu="34"} 3e+09 node_cpu_frequency_max_hertz{cpu="35"} 3e+09 node_cpu_frequency_max_hertz{cpu="36"} 3e+09 node_cpu_frequency_max_hertz{cpu="37"} 3e+09 node_cpu_frequency_max_hertz{cpu="38"} 3e+09 node_cpu_frequency_max_hertz{cpu="39"} 3e+09 node_cpu_frequency_max_hertz{cpu="4"} 3e+09 node_cpu_frequency_max_hertz{cpu="40"} 3e+09 node_cpu_frequency_max_hertz{cpu="41"} 3e+09 node_cpu_frequency_max_hertz{cpu="42"} 3e+09 node_cpu_frequency_max_hertz{cpu="43"} 3e+09 node_cpu_frequency_max_hertz{cpu="44"} 3e+09 node_cpu_frequency_max_hertz{cpu="45"} 3e+09 node_cpu_frequency_max_hertz{cpu="46"} 3e+09 node_cpu_frequency_max_hertz{cpu="47"} 3e+09 node_cpu_frequency_max_hertz{cpu="48"} 3e+09 node_cpu_frequency_max_hertz{cpu="49"} 3e+09 node_cpu_frequency_max_hertz{cpu="5"} 3e+09 node_cpu_frequency_max_hertz{cpu="50"} 3e+09 node_cpu_frequency_max_hertz{cpu="51"} 3e+09 node_cpu_frequency_max_hertz{cpu="52"} 3e+09 node_cpu_frequency_max_hertz{cpu="53"} 3e+09 node_cpu_frequency_max_hertz{cpu="54"} 3e+09 node_cpu_frequency_max_hertz{cpu="55"} 3e+09 node_cpu_frequency_max_hertz{cpu="56"} 3e+09 node_cpu_frequency_max_hertz{cpu="57"} 3e+09 node_cpu_frequency_max_hertz{cpu="58"} 3e+09 node_cpu_frequency_max_hertz{cpu="59"} 3e+09 node_cpu_frequency_max_hertz{cpu="6"} 3e+09 node_cpu_frequency_max_hertz{cpu="60"} 3e+09 node_cpu_frequency_max_hertz{cpu="61"} 3e+09 node_cpu_frequency_max_hertz{cpu="62"} 3e+09 node_cpu_frequency_max_hertz{cpu="63"} 3e+09 node_cpu_frequency_max_hertz{cpu="7"} 3e+09 node_cpu_frequency_max_hertz{cpu="8"} 3e+09 node_cpu_frequency_max_hertz{cpu="9"} 3e+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"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="1"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="10"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="11"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="12"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="13"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="14"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="15"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="16"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="17"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="18"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="19"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="2"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="20"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="21"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="22"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="23"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="24"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="25"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="26"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="27"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="28"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="29"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="3"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="30"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="31"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="32"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="33"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="34"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="35"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="36"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="37"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="38"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="39"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="4"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="40"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="41"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="42"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="43"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="44"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="45"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="46"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="47"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="48"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="49"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="5"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="50"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="51"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="52"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="53"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="54"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="55"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="56"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="57"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="58"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="59"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="6"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="60"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="61"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="62"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="63"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="7"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="8"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="9"} 1.2e+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="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 # HELP node_cpu_package_throttles_total Number of times this CPU package has been throttled. # TYPE node_cpu_package_throttles_total counter node_cpu_package_throttles_total{package="0"} 0 node_cpu_package_throttles_total{package="1"} 0 # HELP node_cpu_scaling_frequency_hertz Current scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_hertz gauge node_cpu_scaling_frequency_hertz{cpu="0"} 1.200504e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 1.200595e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 1.20116e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 2.01786e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 1.200814e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 1.201705e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 1.200593e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 1.200448e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 1.2001e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 1.20001e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 1.200266e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 1.200211e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 2.033982e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 1.200697e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 1.200436e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 1.200631e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 1.20056e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 1.200418e+09 node_cpu_scaling_frequency_hertz{cpu="25"} 1.200378e+09 node_cpu_scaling_frequency_hertz{cpu="26"} 1.200264e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 1.200277e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 1.200265e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 1.985608e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 1.201025e+09 node_cpu_scaling_frequency_hertz{cpu="30"} 1.241966e+09 node_cpu_scaling_frequency_hertz{cpu="31"} 1.20085e+09 node_cpu_scaling_frequency_hertz{cpu="32"} 1.200136e+09 node_cpu_scaling_frequency_hertz{cpu="33"} 1.200272e+09 node_cpu_scaling_frequency_hertz{cpu="34"} 2.06344e+09 node_cpu_scaling_frequency_hertz{cpu="35"} 1.200278e+09 node_cpu_scaling_frequency_hertz{cpu="36"} 1.200168e+09 node_cpu_scaling_frequency_hertz{cpu="37"} 1.793003e+09 node_cpu_scaling_frequency_hertz{cpu="38"} 1.710706e+09 node_cpu_scaling_frequency_hertz{cpu="39"} 1.200165e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 1.201097e+09 node_cpu_scaling_frequency_hertz{cpu="40"} 1.200206e+09 node_cpu_scaling_frequency_hertz{cpu="41"} 1.200253e+09 node_cpu_scaling_frequency_hertz{cpu="42"} 1.200156e+09 node_cpu_scaling_frequency_hertz{cpu="43"} 2.097152e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 1.200309e+09 node_cpu_scaling_frequency_hertz{cpu="45"} 1.200319e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 1.200149e+09 node_cpu_scaling_frequency_hertz{cpu="47"} 1.200345e+09 node_cpu_scaling_frequency_hertz{cpu="48"} 1.200052e+09 node_cpu_scaling_frequency_hertz{cpu="49"} 1.200079e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 1.829363e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 1.200083e+09 node_cpu_scaling_frequency_hertz{cpu="51"} 1.200185e+09 node_cpu_scaling_frequency_hertz{cpu="52"} 1.200206e+09 node_cpu_scaling_frequency_hertz{cpu="53"} 1.20011e+09 node_cpu_scaling_frequency_hertz{cpu="54"} 1.200201e+09 node_cpu_scaling_frequency_hertz{cpu="55"} 1.200236e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 1.200207e+09 node_cpu_scaling_frequency_hertz{cpu="57"} 1.200123e+09 node_cpu_scaling_frequency_hertz{cpu="58"} 1.200018e+09 node_cpu_scaling_frequency_hertz{cpu="59"} 1.200202e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 1.79368e+09 node_cpu_scaling_frequency_hertz{cpu="60"} 1.200039e+09 node_cpu_scaling_frequency_hertz{cpu="61"} 1.480259e+09 node_cpu_scaling_frequency_hertz{cpu="62"} 1.643804e+09 node_cpu_scaling_frequency_hertz{cpu="63"} 1.2001e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 1.200626e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 1.200779e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 1.25677e+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"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="16"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="17"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="18"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="19"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="20"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="21"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="22"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="23"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="24"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="25"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="26"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="27"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="28"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="29"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="30"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="31"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="32"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="33"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="34"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="35"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="36"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="37"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="38"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="39"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="40"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="41"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="42"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="43"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="44"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="45"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="46"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="47"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="48"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="49"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="50"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="51"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="52"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="53"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="54"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="55"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="56"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="57"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="58"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="59"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="60"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="61"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="62"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="63"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 3e+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"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="1"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="10"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="11"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="12"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="13"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="14"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="15"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="16"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="17"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="18"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="19"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="2"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="20"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="21"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="22"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="23"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="24"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="25"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="26"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="27"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="28"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="29"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="3"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="30"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="31"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="32"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="33"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="34"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="35"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="36"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="37"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="38"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="39"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="4"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="40"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="41"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="42"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="43"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="44"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="45"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="46"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="47"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="48"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="49"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="5"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="50"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="51"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="52"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="53"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="54"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="55"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="56"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="57"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="58"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="59"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="6"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="60"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="61"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="62"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="63"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="7"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="8"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="9"} 1.2e+09 # HELP node_cpu_scaling_governor Current enabled CPU frequency governor. # TYPE node_cpu_scaling_governor gauge node_cpu_scaling_governor{cpu="0",governor="conservative"} 0 node_cpu_scaling_governor{cpu="0",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="0",governor="performance"} 0 node_cpu_scaling_governor{cpu="0",governor="powersave"} 0 node_cpu_scaling_governor{cpu="0",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="0",governor="userspace"} 0 node_cpu_scaling_governor{cpu="1",governor="conservative"} 0 node_cpu_scaling_governor{cpu="1",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="1",governor="performance"} 0 node_cpu_scaling_governor{cpu="1",governor="powersave"} 0 node_cpu_scaling_governor{cpu="1",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="1",governor="userspace"} 0 node_cpu_scaling_governor{cpu="10",governor="conservative"} 0 node_cpu_scaling_governor{cpu="10",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="10",governor="performance"} 0 node_cpu_scaling_governor{cpu="10",governor="powersave"} 0 node_cpu_scaling_governor{cpu="10",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="10",governor="userspace"} 0 node_cpu_scaling_governor{cpu="11",governor="conservative"} 0 node_cpu_scaling_governor{cpu="11",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="11",governor="performance"} 0 node_cpu_scaling_governor{cpu="11",governor="powersave"} 0 node_cpu_scaling_governor{cpu="11",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="11",governor="userspace"} 0 node_cpu_scaling_governor{cpu="12",governor="conservative"} 0 node_cpu_scaling_governor{cpu="12",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="12",governor="performance"} 0 node_cpu_scaling_governor{cpu="12",governor="powersave"} 0 node_cpu_scaling_governor{cpu="12",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="12",governor="userspace"} 0 node_cpu_scaling_governor{cpu="13",governor="conservative"} 0 node_cpu_scaling_governor{cpu="13",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="13",governor="performance"} 0 node_cpu_scaling_governor{cpu="13",governor="powersave"} 0 node_cpu_scaling_governor{cpu="13",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="13",governor="userspace"} 0 node_cpu_scaling_governor{cpu="14",governor="conservative"} 0 node_cpu_scaling_governor{cpu="14",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="14",governor="performance"} 0 node_cpu_scaling_governor{cpu="14",governor="powersave"} 0 node_cpu_scaling_governor{cpu="14",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="14",governor="userspace"} 0 node_cpu_scaling_governor{cpu="15",governor="conservative"} 0 node_cpu_scaling_governor{cpu="15",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="15",governor="performance"} 0 node_cpu_scaling_governor{cpu="15",governor="powersave"} 0 node_cpu_scaling_governor{cpu="15",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="15",governor="userspace"} 0 node_cpu_scaling_governor{cpu="16",governor="conservative"} 0 node_cpu_scaling_governor{cpu="16",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="16",governor="performance"} 0 node_cpu_scaling_governor{cpu="16",governor="powersave"} 0 node_cpu_scaling_governor{cpu="16",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="16",governor="userspace"} 0 node_cpu_scaling_governor{cpu="17",governor="conservative"} 0 node_cpu_scaling_governor{cpu="17",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="17",governor="performance"} 0 node_cpu_scaling_governor{cpu="17",governor="powersave"} 0 node_cpu_scaling_governor{cpu="17",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="17",governor="userspace"} 0 node_cpu_scaling_governor{cpu="18",governor="conservative"} 0 node_cpu_scaling_governor{cpu="18",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="18",governor="performance"} 0 node_cpu_scaling_governor{cpu="18",governor="powersave"} 0 node_cpu_scaling_governor{cpu="18",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="18",governor="userspace"} 0 node_cpu_scaling_governor{cpu="19",governor="conservative"} 0 node_cpu_scaling_governor{cpu="19",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="19",governor="performance"} 0 node_cpu_scaling_governor{cpu="19",governor="powersave"} 0 node_cpu_scaling_governor{cpu="19",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="19",governor="userspace"} 0 node_cpu_scaling_governor{cpu="2",governor="conservative"} 0 node_cpu_scaling_governor{cpu="2",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="2",governor="performance"} 0 node_cpu_scaling_governor{cpu="2",governor="powersave"} 0 node_cpu_scaling_governor{cpu="2",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="2",governor="userspace"} 0 node_cpu_scaling_governor{cpu="20",governor="conservative"} 0 node_cpu_scaling_governor{cpu="20",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="20",governor="performance"} 0 node_cpu_scaling_governor{cpu="20",governor="powersave"} 0 node_cpu_scaling_governor{cpu="20",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="20",governor="userspace"} 0 node_cpu_scaling_governor{cpu="21",governor="conservative"} 0 node_cpu_scaling_governor{cpu="21",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="21",governor="performance"} 0 node_cpu_scaling_governor{cpu="21",governor="powersave"} 0 node_cpu_scaling_governor{cpu="21",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="21",governor="userspace"} 0 node_cpu_scaling_governor{cpu="22",governor="conservative"} 0 node_cpu_scaling_governor{cpu="22",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="22",governor="performance"} 0 node_cpu_scaling_governor{cpu="22",governor="powersave"} 0 node_cpu_scaling_governor{cpu="22",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="22",governor="userspace"} 0 node_cpu_scaling_governor{cpu="23",governor="conservative"} 0 node_cpu_scaling_governor{cpu="23",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="23",governor="performance"} 0 node_cpu_scaling_governor{cpu="23",governor="powersave"} 0 node_cpu_scaling_governor{cpu="23",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="23",governor="userspace"} 0 node_cpu_scaling_governor{cpu="24",governor="conservative"} 0 node_cpu_scaling_governor{cpu="24",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="24",governor="performance"} 0 node_cpu_scaling_governor{cpu="24",governor="powersave"} 0 node_cpu_scaling_governor{cpu="24",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="24",governor="userspace"} 0 node_cpu_scaling_governor{cpu="25",governor="conservative"} 0 node_cpu_scaling_governor{cpu="25",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="25",governor="performance"} 0 node_cpu_scaling_governor{cpu="25",governor="powersave"} 0 node_cpu_scaling_governor{cpu="25",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="25",governor="userspace"} 0 node_cpu_scaling_governor{cpu="26",governor="conservative"} 0 node_cpu_scaling_governor{cpu="26",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="26",governor="performance"} 0 node_cpu_scaling_governor{cpu="26",governor="powersave"} 0 node_cpu_scaling_governor{cpu="26",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="26",governor="userspace"} 0 node_cpu_scaling_governor{cpu="27",governor="conservative"} 0 node_cpu_scaling_governor{cpu="27",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="27",governor="performance"} 0 node_cpu_scaling_governor{cpu="27",governor="powersave"} 0 node_cpu_scaling_governor{cpu="27",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="27",governor="userspace"} 0 node_cpu_scaling_governor{cpu="28",governor="conservative"} 0 node_cpu_scaling_governor{cpu="28",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="28",governor="performance"} 0 node_cpu_scaling_governor{cpu="28",governor="powersave"} 0 node_cpu_scaling_governor{cpu="28",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="28",governor="userspace"} 0 node_cpu_scaling_governor{cpu="29",governor="conservative"} 0 node_cpu_scaling_governor{cpu="29",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="29",governor="performance"} 0 node_cpu_scaling_governor{cpu="29",governor="powersave"} 0 node_cpu_scaling_governor{cpu="29",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="29",governor="userspace"} 0 node_cpu_scaling_governor{cpu="3",governor="conservative"} 0 node_cpu_scaling_governor{cpu="3",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="3",governor="performance"} 0 node_cpu_scaling_governor{cpu="3",governor="powersave"} 0 node_cpu_scaling_governor{cpu="3",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="3",governor="userspace"} 0 node_cpu_scaling_governor{cpu="30",governor="conservative"} 0 node_cpu_scaling_governor{cpu="30",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="30",governor="performance"} 0 node_cpu_scaling_governor{cpu="30",governor="powersave"} 0 node_cpu_scaling_governor{cpu="30",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="30",governor="userspace"} 0 node_cpu_scaling_governor{cpu="31",governor="conservative"} 0 node_cpu_scaling_governor{cpu="31",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="31",governor="performance"} 0 node_cpu_scaling_governor{cpu="31",governor="powersave"} 0 node_cpu_scaling_governor{cpu="31",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="31",governor="userspace"} 0 node_cpu_scaling_governor{cpu="32",governor="conservative"} 0 node_cpu_scaling_governor{cpu="32",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="32",governor="performance"} 0 node_cpu_scaling_governor{cpu="32",governor="powersave"} 0 node_cpu_scaling_governor{cpu="32",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="32",governor="userspace"} 0 node_cpu_scaling_governor{cpu="33",governor="conservative"} 0 node_cpu_scaling_governor{cpu="33",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="33",governor="performance"} 0 node_cpu_scaling_governor{cpu="33",governor="powersave"} 0 node_cpu_scaling_governor{cpu="33",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="33",governor="userspace"} 0 node_cpu_scaling_governor{cpu="34",governor="conservative"} 0 node_cpu_scaling_governor{cpu="34",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="34",governor="performance"} 0 node_cpu_scaling_governor{cpu="34",governor="powersave"} 0 node_cpu_scaling_governor{cpu="34",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="34",governor="userspace"} 0 node_cpu_scaling_governor{cpu="35",governor="conservative"} 0 node_cpu_scaling_governor{cpu="35",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="35",governor="performance"} 0 node_cpu_scaling_governor{cpu="35",governor="powersave"} 0 node_cpu_scaling_governor{cpu="35",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="35",governor="userspace"} 0 node_cpu_scaling_governor{cpu="36",governor="conservative"} 0 node_cpu_scaling_governor{cpu="36",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="36",governor="performance"} 0 node_cpu_scaling_governor{cpu="36",governor="powersave"} 0 node_cpu_scaling_governor{cpu="36",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="36",governor="userspace"} 0 node_cpu_scaling_governor{cpu="37",governor="conservative"} 0 node_cpu_scaling_governor{cpu="37",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="37",governor="performance"} 0 node_cpu_scaling_governor{cpu="37",governor="powersave"} 0 node_cpu_scaling_governor{cpu="37",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="37",governor="userspace"} 0 node_cpu_scaling_governor{cpu="38",governor="conservative"} 0 node_cpu_scaling_governor{cpu="38",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="38",governor="performance"} 0 node_cpu_scaling_governor{cpu="38",governor="powersave"} 0 node_cpu_scaling_governor{cpu="38",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="38",governor="userspace"} 0 node_cpu_scaling_governor{cpu="39",governor="conservative"} 0 node_cpu_scaling_governor{cpu="39",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="39",governor="performance"} 0 node_cpu_scaling_governor{cpu="39",governor="powersave"} 0 node_cpu_scaling_governor{cpu="39",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="39",governor="userspace"} 0 node_cpu_scaling_governor{cpu="4",governor="conservative"} 0 node_cpu_scaling_governor{cpu="4",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="4",governor="performance"} 0 node_cpu_scaling_governor{cpu="4",governor="powersave"} 0 node_cpu_scaling_governor{cpu="4",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="4",governor="userspace"} 0 node_cpu_scaling_governor{cpu="40",governor="conservative"} 0 node_cpu_scaling_governor{cpu="40",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="40",governor="performance"} 0 node_cpu_scaling_governor{cpu="40",governor="powersave"} 0 node_cpu_scaling_governor{cpu="40",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="40",governor="userspace"} 0 node_cpu_scaling_governor{cpu="41",governor="conservative"} 0 node_cpu_scaling_governor{cpu="41",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="41",governor="performance"} 0 node_cpu_scaling_governor{cpu="41",governor="powersave"} 0 node_cpu_scaling_governor{cpu="41",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="41",governor="userspace"} 0 node_cpu_scaling_governor{cpu="42",governor="conservative"} 0 node_cpu_scaling_governor{cpu="42",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="42",governor="performance"} 0 node_cpu_scaling_governor{cpu="42",governor="powersave"} 0 node_cpu_scaling_governor{cpu="42",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="42",governor="userspace"} 0 node_cpu_scaling_governor{cpu="43",governor="conservative"} 0 node_cpu_scaling_governor{cpu="43",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="43",governor="performance"} 0 node_cpu_scaling_governor{cpu="43",governor="powersave"} 0 node_cpu_scaling_governor{cpu="43",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="43",governor="userspace"} 0 node_cpu_scaling_governor{cpu="44",governor="conservative"} 0 node_cpu_scaling_governor{cpu="44",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="44",governor="performance"} 0 node_cpu_scaling_governor{cpu="44",governor="powersave"} 0 node_cpu_scaling_governor{cpu="44",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="44",governor="userspace"} 0 node_cpu_scaling_governor{cpu="45",governor="conservative"} 0 node_cpu_scaling_governor{cpu="45",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="45",governor="performance"} 0 node_cpu_scaling_governor{cpu="45",governor="powersave"} 0 node_cpu_scaling_governor{cpu="45",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="45",governor="userspace"} 0 node_cpu_scaling_governor{cpu="46",governor="conservative"} 0 node_cpu_scaling_governor{cpu="46",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="46",governor="performance"} 0 node_cpu_scaling_governor{cpu="46",governor="powersave"} 0 node_cpu_scaling_governor{cpu="46",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="46",governor="userspace"} 0 node_cpu_scaling_governor{cpu="47",governor="conservative"} 0 node_cpu_scaling_governor{cpu="47",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="47",governor="performance"} 0 node_cpu_scaling_governor{cpu="47",governor="powersave"} 0 node_cpu_scaling_governor{cpu="47",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="47",governor="userspace"} 0 node_cpu_scaling_governor{cpu="48",governor="conservative"} 0 node_cpu_scaling_governor{cpu="48",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="48",governor="performance"} 0 node_cpu_scaling_governor{cpu="48",governor="powersave"} 0 node_cpu_scaling_governor{cpu="48",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="48",governor="userspace"} 0 node_cpu_scaling_governor{cpu="49",governor="conservative"} 0 node_cpu_scaling_governor{cpu="49",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="49",governor="performance"} 0 node_cpu_scaling_governor{cpu="49",governor="powersave"} 0 node_cpu_scaling_governor{cpu="49",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="49",governor="userspace"} 0 node_cpu_scaling_governor{cpu="5",governor="conservative"} 0 node_cpu_scaling_governor{cpu="5",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="5",governor="performance"} 0 node_cpu_scaling_governor{cpu="5",governor="powersave"} 0 node_cpu_scaling_governor{cpu="5",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="5",governor="userspace"} 0 node_cpu_scaling_governor{cpu="50",governor="conservative"} 0 node_cpu_scaling_governor{cpu="50",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="50",governor="performance"} 0 node_cpu_scaling_governor{cpu="50",governor="powersave"} 0 node_cpu_scaling_governor{cpu="50",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="50",governor="userspace"} 0 node_cpu_scaling_governor{cpu="51",governor="conservative"} 0 node_cpu_scaling_governor{cpu="51",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="51",governor="performance"} 0 node_cpu_scaling_governor{cpu="51",governor="powersave"} 0 node_cpu_scaling_governor{cpu="51",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="51",governor="userspace"} 0 node_cpu_scaling_governor{cpu="52",governor="conservative"} 0 node_cpu_scaling_governor{cpu="52",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="52",governor="performance"} 0 node_cpu_scaling_governor{cpu="52",governor="powersave"} 0 node_cpu_scaling_governor{cpu="52",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="52",governor="userspace"} 0 node_cpu_scaling_governor{cpu="53",governor="conservative"} 0 node_cpu_scaling_governor{cpu="53",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="53",governor="performance"} 0 node_cpu_scaling_governor{cpu="53",governor="powersave"} 0 node_cpu_scaling_governor{cpu="53",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="53",governor="userspace"} 0 node_cpu_scaling_governor{cpu="54",governor="conservative"} 0 node_cpu_scaling_governor{cpu="54",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="54",governor="performance"} 0 node_cpu_scaling_governor{cpu="54",governor="powersave"} 0 node_cpu_scaling_governor{cpu="54",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="54",governor="userspace"} 0 node_cpu_scaling_governor{cpu="55",governor="conservative"} 0 node_cpu_scaling_governor{cpu="55",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="55",governor="performance"} 0 node_cpu_scaling_governor{cpu="55",governor="powersave"} 0 node_cpu_scaling_governor{cpu="55",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="55",governor="userspace"} 0 node_cpu_scaling_governor{cpu="56",governor="conservative"} 0 node_cpu_scaling_governor{cpu="56",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="56",governor="performance"} 0 node_cpu_scaling_governor{cpu="56",governor="powersave"} 0 node_cpu_scaling_governor{cpu="56",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="56",governor="userspace"} 0 node_cpu_scaling_governor{cpu="57",governor="conservative"} 0 node_cpu_scaling_governor{cpu="57",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="57",governor="performance"} 0 node_cpu_scaling_governor{cpu="57",governor="powersave"} 0 node_cpu_scaling_governor{cpu="57",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="57",governor="userspace"} 0 node_cpu_scaling_governor{cpu="58",governor="conservative"} 0 node_cpu_scaling_governor{cpu="58",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="58",governor="performance"} 0 node_cpu_scaling_governor{cpu="58",governor="powersave"} 0 node_cpu_scaling_governor{cpu="58",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="58",governor="userspace"} 0 node_cpu_scaling_governor{cpu="59",governor="conservative"} 0 node_cpu_scaling_governor{cpu="59",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="59",governor="performance"} 0 node_cpu_scaling_governor{cpu="59",governor="powersave"} 0 node_cpu_scaling_governor{cpu="59",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="59",governor="userspace"} 0 node_cpu_scaling_governor{cpu="6",governor="conservative"} 0 node_cpu_scaling_governor{cpu="6",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="6",governor="performance"} 0 node_cpu_scaling_governor{cpu="6",governor="powersave"} 0 node_cpu_scaling_governor{cpu="6",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="6",governor="userspace"} 0 node_cpu_scaling_governor{cpu="60",governor="conservative"} 0 node_cpu_scaling_governor{cpu="60",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="60",governor="performance"} 0 node_cpu_scaling_governor{cpu="60",governor="powersave"} 0 node_cpu_scaling_governor{cpu="60",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="60",governor="userspace"} 0 node_cpu_scaling_governor{cpu="61",governor="conservative"} 0 node_cpu_scaling_governor{cpu="61",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="61",governor="performance"} 0 node_cpu_scaling_governor{cpu="61",governor="powersave"} 0 node_cpu_scaling_governor{cpu="61",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="61",governor="userspace"} 0 node_cpu_scaling_governor{cpu="62",governor="conservative"} 0 node_cpu_scaling_governor{cpu="62",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="62",governor="performance"} 0 node_cpu_scaling_governor{cpu="62",governor="powersave"} 0 node_cpu_scaling_governor{cpu="62",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="62",governor="userspace"} 0 node_cpu_scaling_governor{cpu="63",governor="conservative"} 0 node_cpu_scaling_governor{cpu="63",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="63",governor="performance"} 0 node_cpu_scaling_governor{cpu="63",governor="powersave"} 0 node_cpu_scaling_governor{cpu="63",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="63",governor="userspace"} 0 node_cpu_scaling_governor{cpu="7",governor="conservative"} 0 node_cpu_scaling_governor{cpu="7",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="7",governor="performance"} 0 node_cpu_scaling_governor{cpu="7",governor="powersave"} 0 node_cpu_scaling_governor{cpu="7",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="7",governor="userspace"} 0 node_cpu_scaling_governor{cpu="8",governor="conservative"} 0 node_cpu_scaling_governor{cpu="8",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="8",governor="performance"} 0 node_cpu_scaling_governor{cpu="8",governor="powersave"} 0 node_cpu_scaling_governor{cpu="8",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="8",governor="userspace"} 0 node_cpu_scaling_governor{cpu="9",governor="conservative"} 0 node_cpu_scaling_governor{cpu="9",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="9",governor="performance"} 0 node_cpu_scaling_governor{cpu="9",governor="powersave"} 0 node_cpu_scaling_governor{cpu="9",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="9",governor="userspace"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 5.710472831e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 386583.67 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 130.52 node_cpu_seconds_total{cpu="0",mode="softirq"} 628904.52 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 898135.02 node_cpu_seconds_total{cpu="0",mode="user"} 3.02516952e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 5.784994018e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 392366.41 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 163.89 node_cpu_seconds_total{cpu="1",mode="softirq"} 435747.45 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 826699.86 node_cpu_seconds_total{cpu="1",mode="user"} 2.90530612e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 5.807491266e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 378650.47 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 164.63 node_cpu_seconds_total{cpu="10",mode="softirq"} 396342.22 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 765546 node_cpu_seconds_total{cpu="10",mode="user"} 3.05149671e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 5.577302691e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 377233.36 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 113.71 node_cpu_seconds_total{cpu="11",mode="softirq"} 1.70888659e+06 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 932499.9 node_cpu_seconds_total{cpu="11",mode="user"} 3.9072327e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 5.570745186e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 393928.5 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 133.26 node_cpu_seconds_total{cpu="12",mode="softirq"} 1.41579893e+06 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 941022.08 node_cpu_seconds_total{cpu="12",mode="user"} 4.23830865e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 5.731203688e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 400617.2 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 151.98 node_cpu_seconds_total{cpu="13",mode="softirq"} 357336.54 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 895469.71 node_cpu_seconds_total{cpu="13",mode="user"} 3.74703548e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 5.795286964e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 390417.9 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 173.76 node_cpu_seconds_total{cpu="14",mode="softirq"} 402163.18 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 805041.57 node_cpu_seconds_total{cpu="14",mode="user"} 3.14321018e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 5.655352063e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 351372.71 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 118.64 node_cpu_seconds_total{cpu="15",mode="softirq"} 1.43955732e+06 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 832030.86 node_cpu_seconds_total{cpu="15",mode="user"} 3.48784658e+06 node_cpu_seconds_total{cpu="16",mode="idle"} 5.80410366e+07 node_cpu_seconds_total{cpu="16",mode="iowait"} 481539.26 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 118.05 node_cpu_seconds_total{cpu="16",mode="softirq"} 168714.42 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 978120.31 node_cpu_seconds_total{cpu="16",mode="user"} 3.16464479e+06 node_cpu_seconds_total{cpu="17",mode="idle"} 5.887894116e+07 node_cpu_seconds_total{cpu="17",mode="iowait"} 452139.8 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 164.75 node_cpu_seconds_total{cpu="17",mode="softirq"} 152229.32 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 876471.37 node_cpu_seconds_total{cpu="17",mode="user"} 2.46722352e+06 node_cpu_seconds_total{cpu="18",mode="idle"} 5.919600704e+07 node_cpu_seconds_total{cpu="18",mode="iowait"} 430782.31 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 200.37 node_cpu_seconds_total{cpu="18",mode="softirq"} 139488.47 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 841250.68 node_cpu_seconds_total{cpu="18",mode="user"} 2.22174362e+06 node_cpu_seconds_total{cpu="19",mode="idle"} 5.934774767e+07 node_cpu_seconds_total{cpu="19",mode="iowait"} 419942.99 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 191.01 node_cpu_seconds_total{cpu="19",mode="softirq"} 135287.25 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 831575.12 node_cpu_seconds_total{cpu="19",mode="user"} 2.09463702e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 5.568917279e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 372459.87 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 130.24 node_cpu_seconds_total{cpu="2",mode="softirq"} 1.77971205e+06 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 929925.34 node_cpu_seconds_total{cpu="2",mode="user"} 3.84423971e+06 node_cpu_seconds_total{cpu="20",mode="idle"} 5.946910079e+07 node_cpu_seconds_total{cpu="20",mode="iowait"} 414159.92 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 187.87 node_cpu_seconds_total{cpu="20",mode="softirq"} 129903.83 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 820020.15 node_cpu_seconds_total{cpu="20",mode="user"} 2.00331695e+06 node_cpu_seconds_total{cpu="21",mode="idle"} 5.953652083e+07 node_cpu_seconds_total{cpu="21",mode="iowait"} 408030.82 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 195.36 node_cpu_seconds_total{cpu="21",mode="softirq"} 127525.92 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 816148.15 node_cpu_seconds_total{cpu="21",mode="user"} 1.94938409e+06 node_cpu_seconds_total{cpu="22",mode="idle"} 5.958923739e+07 node_cpu_seconds_total{cpu="22",mode="iowait"} 404551.59 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 186.84 node_cpu_seconds_total{cpu="22",mode="softirq"} 125349.78 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 810586.84 node_cpu_seconds_total{cpu="22",mode="user"} 1.90941784e+06 node_cpu_seconds_total{cpu="23",mode="idle"} 5.962953111e+07 node_cpu_seconds_total{cpu="23",mode="iowait"} 402027.06 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 190.11 node_cpu_seconds_total{cpu="23",mode="softirq"} 123475.92 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 806981 node_cpu_seconds_total{cpu="23",mode="user"} 1.87896521e+06 node_cpu_seconds_total{cpu="24",mode="idle"} 5.965808974e+07 node_cpu_seconds_total{cpu="24",mode="iowait"} 399476.41 node_cpu_seconds_total{cpu="24",mode="irq"} 0 node_cpu_seconds_total{cpu="24",mode="nice"} 188.72 node_cpu_seconds_total{cpu="24",mode="softirq"} 122359.06 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 805507.83 node_cpu_seconds_total{cpu="24",mode="user"} 1.85830895e+06 node_cpu_seconds_total{cpu="25",mode="idle"} 5.968234709e+07 node_cpu_seconds_total{cpu="25",mode="iowait"} 397002.47 node_cpu_seconds_total{cpu="25",mode="irq"} 0 node_cpu_seconds_total{cpu="25",mode="nice"} 194.08 node_cpu_seconds_total{cpu="25",mode="softirq"} 121710.46 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 802404.53 node_cpu_seconds_total{cpu="25",mode="user"} 1.84040691e+06 node_cpu_seconds_total{cpu="26",mode="idle"} 5.969077746e+07 node_cpu_seconds_total{cpu="26",mode="iowait"} 396123.35 node_cpu_seconds_total{cpu="26",mode="irq"} 0 node_cpu_seconds_total{cpu="26",mode="nice"} 208.89 node_cpu_seconds_total{cpu="26",mode="softirq"} 121056.77 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 802444.14 node_cpu_seconds_total{cpu="26",mode="user"} 1.83284835e+06 node_cpu_seconds_total{cpu="27",mode="idle"} 5.971067677e+07 node_cpu_seconds_total{cpu="27",mode="iowait"} 394839.75 node_cpu_seconds_total{cpu="27",mode="irq"} 0 node_cpu_seconds_total{cpu="27",mode="nice"} 226.8 node_cpu_seconds_total{cpu="27",mode="softirq"} 120019.77 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 799114.17 node_cpu_seconds_total{cpu="27",mode="user"} 1.82150853e+06 node_cpu_seconds_total{cpu="28",mode="idle"} 5.969052525e+07 node_cpu_seconds_total{cpu="28",mode="iowait"} 390892.23 node_cpu_seconds_total{cpu="28",mode="irq"} 0 node_cpu_seconds_total{cpu="28",mode="nice"} 201.06 node_cpu_seconds_total{cpu="28",mode="softirq"} 122721.42 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 809000.02 node_cpu_seconds_total{cpu="28",mode="user"} 1.82335764e+06 node_cpu_seconds_total{cpu="29",mode="idle"} 5.969145785e+07 node_cpu_seconds_total{cpu="29",mode="iowait"} 388994.49 node_cpu_seconds_total{cpu="29",mode="irq"} 0 node_cpu_seconds_total{cpu="29",mode="nice"} 206.97 node_cpu_seconds_total{cpu="29",mode="softirq"} 122874.97 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 812046 node_cpu_seconds_total{cpu="29",mode="user"} 1.81985849e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 5.738549275e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 407407.2 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 154.03 node_cpu_seconds_total{cpu="3",mode="softirq"} 299744.82 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 919827.9 node_cpu_seconds_total{cpu="3",mode="user"} 3.65254496e+06 node_cpu_seconds_total{cpu="30",mode="idle"} 5.970664708e+07 node_cpu_seconds_total{cpu="30",mode="iowait"} 388534.52 node_cpu_seconds_total{cpu="30",mode="irq"} 0 node_cpu_seconds_total{cpu="30",mode="nice"} 213.54 node_cpu_seconds_total{cpu="30",mode="softirq"} 121734.88 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 809489.36 node_cpu_seconds_total{cpu="30",mode="user"} 1.81195352e+06 node_cpu_seconds_total{cpu="31",mode="idle"} 5.971484913e+07 node_cpu_seconds_total{cpu="31",mode="iowait"} 388738.33 node_cpu_seconds_total{cpu="31",mode="irq"} 0 node_cpu_seconds_total{cpu="31",mode="nice"} 203.54 node_cpu_seconds_total{cpu="31",mode="softirq"} 121145.49 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 808597.49 node_cpu_seconds_total{cpu="31",mode="user"} 1.8050835e+06 node_cpu_seconds_total{cpu="32",mode="idle"} 5.76582044e+07 node_cpu_seconds_total{cpu="32",mode="iowait"} 430939.44 node_cpu_seconds_total{cpu="32",mode="irq"} 0 node_cpu_seconds_total{cpu="32",mode="nice"} 116.19 node_cpu_seconds_total{cpu="32",mode="softirq"} 318627.06 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 843149.04 node_cpu_seconds_total{cpu="32",mode="user"} 3.45364644e+06 node_cpu_seconds_total{cpu="33",mode="idle"} 5.83298089e+07 node_cpu_seconds_total{cpu="33",mode="iowait"} 393481.74 node_cpu_seconds_total{cpu="33",mode="irq"} 0 node_cpu_seconds_total{cpu="33",mode="nice"} 146.86 node_cpu_seconds_total{cpu="33",mode="softirq"} 329344.84 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 757272.6 node_cpu_seconds_total{cpu="33",mode="user"} 2.87295255e+06 node_cpu_seconds_total{cpu="34",mode="idle"} 5.808279609e+07 node_cpu_seconds_total{cpu="34",mode="iowait"} 383793.43 node_cpu_seconds_total{cpu="34",mode="irq"} 0 node_cpu_seconds_total{cpu="34",mode="nice"} 128.18 node_cpu_seconds_total{cpu="34",mode="softirq"} 391971.86 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 760814.88 node_cpu_seconds_total{cpu="34",mode="user"} 3.1098533e+06 node_cpu_seconds_total{cpu="35",mode="idle"} 5.848408134e+07 node_cpu_seconds_total{cpu="35",mode="iowait"} 370676.18 node_cpu_seconds_total{cpu="35",mode="irq"} 0 node_cpu_seconds_total{cpu="35",mode="nice"} 162.55 node_cpu_seconds_total{cpu="35",mode="softirq"} 285453.21 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 749522.92 node_cpu_seconds_total{cpu="35",mode="user"} 2.80198681e+06 node_cpu_seconds_total{cpu="36",mode="idle"} 5.851575435e+07 node_cpu_seconds_total{cpu="36",mode="iowait"} 366460.09 node_cpu_seconds_total{cpu="36",mode="irq"} 0 node_cpu_seconds_total{cpu="36",mode="nice"} 163.9 node_cpu_seconds_total{cpu="36",mode="softirq"} 370628.32 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 734677.64 node_cpu_seconds_total{cpu="36",mode="user"} 2.70613684e+06 node_cpu_seconds_total{cpu="37",mode="idle"} 5.851863162e+07 node_cpu_seconds_total{cpu="37",mode="iowait"} 359990.65 node_cpu_seconds_total{cpu="37",mode="irq"} 0 node_cpu_seconds_total{cpu="37",mode="nice"} 162.01 node_cpu_seconds_total{cpu="37",mode="softirq"} 340035.5 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 730983.84 node_cpu_seconds_total{cpu="37",mode="user"} 2.73505491e+06 node_cpu_seconds_total{cpu="38",mode="idle"} 5.857246481e+07 node_cpu_seconds_total{cpu="38",mode="iowait"} 352130.05 node_cpu_seconds_total{cpu="38",mode="irq"} 0 node_cpu_seconds_total{cpu="38",mode="nice"} 181.53 node_cpu_seconds_total{cpu="38",mode="softirq"} 316336.2 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 725259.29 node_cpu_seconds_total{cpu="38",mode="user"} 2.74164082e+06 node_cpu_seconds_total{cpu="39",mode="idle"} 5.880123005e+07 node_cpu_seconds_total{cpu="39",mode="iowait"} 360800.05 node_cpu_seconds_total{cpu="39",mode="irq"} 0 node_cpu_seconds_total{cpu="39",mode="nice"} 173.89 node_cpu_seconds_total{cpu="39",mode="softirq"} 230747.82 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 716977.86 node_cpu_seconds_total{cpu="39",mode="user"} 2.57608086e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 5.810618792e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 409971.78 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 161.32 node_cpu_seconds_total{cpu="4",mode="softirq"} 287936.34 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 815018.62 node_cpu_seconds_total{cpu="4",mode="user"} 3.04617167e+06 node_cpu_seconds_total{cpu="40",mode="idle"} 5.867703878e+07 node_cpu_seconds_total{cpu="40",mode="iowait"} 365980.98 node_cpu_seconds_total{cpu="40",mode="irq"} 0 node_cpu_seconds_total{cpu="40",mode="nice"} 171.45 node_cpu_seconds_total{cpu="40",mode="softirq"} 242656.05 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 720168.9 node_cpu_seconds_total{cpu="40",mode="user"} 2.70251926e+06 node_cpu_seconds_total{cpu="41",mode="idle"} 5.844729409e+07 node_cpu_seconds_total{cpu="41",mode="iowait"} 359144.42 node_cpu_seconds_total{cpu="41",mode="irq"} 0 node_cpu_seconds_total{cpu="41",mode="nice"} 164.16 node_cpu_seconds_total{cpu="41",mode="softirq"} 442788.2 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 732023.37 node_cpu_seconds_total{cpu="41",mode="user"} 2.67775125e+06 node_cpu_seconds_total{cpu="42",mode="idle"} 5.785194334e+07 node_cpu_seconds_total{cpu="42",mode="iowait"} 353161.11 node_cpu_seconds_total{cpu="42",mode="irq"} 0 node_cpu_seconds_total{cpu="42",mode="nice"} 161.49 node_cpu_seconds_total{cpu="42",mode="softirq"} 742713.99 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 763070.32 node_cpu_seconds_total{cpu="42",mode="user"} 2.96695899e+06 node_cpu_seconds_total{cpu="43",mode="idle"} 5.816986154e+07 node_cpu_seconds_total{cpu="43",mode="iowait"} 383696.42 node_cpu_seconds_total{cpu="43",mode="irq"} 0 node_cpu_seconds_total{cpu="43",mode="nice"} 125.76 node_cpu_seconds_total{cpu="43",mode="softirq"} 261360.39 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 773697.47 node_cpu_seconds_total{cpu="43",mode="user"} 3.13241969e+06 node_cpu_seconds_total{cpu="44",mode="idle"} 5.833014143e+07 node_cpu_seconds_total{cpu="44",mode="iowait"} 375092.22 node_cpu_seconds_total{cpu="44",mode="irq"} 0 node_cpu_seconds_total{cpu="44",mode="nice"} 126.99 node_cpu_seconds_total{cpu="44",mode="softirq"} 236073.15 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 761711.96 node_cpu_seconds_total{cpu="44",mode="user"} 3.0297392e+06 node_cpu_seconds_total{cpu="45",mode="idle"} 5.860729538e+07 node_cpu_seconds_total{cpu="45",mode="iowait"} 364755.45 node_cpu_seconds_total{cpu="45",mode="irq"} 0 node_cpu_seconds_total{cpu="45",mode="nice"} 164.54 node_cpu_seconds_total{cpu="45",mode="softirq"} 252158.12 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 758233.08 node_cpu_seconds_total{cpu="45",mode="user"} 2.68564214e+06 node_cpu_seconds_total{cpu="46",mode="idle"} 5.858702301e+07 node_cpu_seconds_total{cpu="46",mode="iowait"} 354594.57 node_cpu_seconds_total{cpu="46",mode="irq"} 0 node_cpu_seconds_total{cpu="46",mode="nice"} 170.94 node_cpu_seconds_total{cpu="46",mode="softirq"} 336973.15 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 739737.52 node_cpu_seconds_total{cpu="46",mode="user"} 2.65620538e+06 node_cpu_seconds_total{cpu="47",mode="idle"} 5.852351194e+07 node_cpu_seconds_total{cpu="47",mode="iowait"} 365359.41 node_cpu_seconds_total{cpu="47",mode="irq"} 0 node_cpu_seconds_total{cpu="47",mode="nice"} 136.32 node_cpu_seconds_total{cpu="47",mode="softirq"} 245497.74 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 744379.46 node_cpu_seconds_total{cpu="47",mode="user"} 2.81356303e+06 node_cpu_seconds_total{cpu="48",mode="idle"} 5.958296428e+07 node_cpu_seconds_total{cpu="48",mode="iowait"} 391442.98 node_cpu_seconds_total{cpu="48",mode="irq"} 0 node_cpu_seconds_total{cpu="48",mode="nice"} 132.34 node_cpu_seconds_total{cpu="48",mode="softirq"} 120270.82 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 796618.71 node_cpu_seconds_total{cpu="48",mode="user"} 1.96735095e+06 node_cpu_seconds_total{cpu="49",mode="idle"} 5.968592789e+07 node_cpu_seconds_total{cpu="49",mode="iowait"} 392626.61 node_cpu_seconds_total{cpu="49",mode="irq"} 0 node_cpu_seconds_total{cpu="49",mode="nice"} 170.52 node_cpu_seconds_total{cpu="49",mode="softirq"} 121382.1 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 797084.93 node_cpu_seconds_total{cpu="49",mode="user"} 1.85712338e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 5.806669041e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 395894.4 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 152.38 node_cpu_seconds_total{cpu="5",mode="softirq"} 490327.5 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 789054.99 node_cpu_seconds_total{cpu="5",mode="user"} 2.93387156e+06 node_cpu_seconds_total{cpu="50",mode="idle"} 5.966016163e+07 node_cpu_seconds_total{cpu="50",mode="iowait"} 391430.74 node_cpu_seconds_total{cpu="50",mode="irq"} 0 node_cpu_seconds_total{cpu="50",mode="nice"} 164.03 node_cpu_seconds_total{cpu="50",mode="softirq"} 126837.83 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 821619.96 node_cpu_seconds_total{cpu="50",mode="user"} 1.82323017e+06 node_cpu_seconds_total{cpu="51",mode="idle"} 5.972478604e+07 node_cpu_seconds_total{cpu="51",mode="iowait"} 390564.28 node_cpu_seconds_total{cpu="51",mode="irq"} 0 node_cpu_seconds_total{cpu="51",mode="nice"} 197.51 node_cpu_seconds_total{cpu="51",mode="softirq"} 122302.26 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 804865.12 node_cpu_seconds_total{cpu="51",mode="user"} 1.81438585e+06 node_cpu_seconds_total{cpu="52",mode="idle"} 5.975619569e+07 node_cpu_seconds_total{cpu="52",mode="iowait"} 391417.61 node_cpu_seconds_total{cpu="52",mode="irq"} 0 node_cpu_seconds_total{cpu="52",mode="nice"} 186.55 node_cpu_seconds_total{cpu="52",mode="softirq"} 120141.33 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 796026.32 node_cpu_seconds_total{cpu="52",mode="user"} 1.7985655e+06 node_cpu_seconds_total{cpu="53",mode="idle"} 5.976223884e+07 node_cpu_seconds_total{cpu="53",mode="iowait"} 390546.08 node_cpu_seconds_total{cpu="53",mode="irq"} 0 node_cpu_seconds_total{cpu="53",mode="nice"} 183.78 node_cpu_seconds_total{cpu="53",mode="softirq"} 119831.78 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 795530.3 node_cpu_seconds_total{cpu="53",mode="user"} 1.79458267e+06 node_cpu_seconds_total{cpu="54",mode="idle"} 5.977485463e+07 node_cpu_seconds_total{cpu="54",mode="iowait"} 389763.34 node_cpu_seconds_total{cpu="54",mode="irq"} 0 node_cpu_seconds_total{cpu="54",mode="nice"} 185.61 node_cpu_seconds_total{cpu="54",mode="softirq"} 119130.3 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 792299.03 node_cpu_seconds_total{cpu="54",mode="user"} 1.78714267e+06 node_cpu_seconds_total{cpu="55",mode="idle"} 5.97851236e+07 node_cpu_seconds_total{cpu="55",mode="iowait"} 389454.51 node_cpu_seconds_total{cpu="55",mode="irq"} 0 node_cpu_seconds_total{cpu="55",mode="nice"} 204.44 node_cpu_seconds_total{cpu="55",mode="softirq"} 117884.05 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 790248.99 node_cpu_seconds_total{cpu="55",mode="user"} 1.78274482e+06 node_cpu_seconds_total{cpu="56",mode="idle"} 5.979032759e+07 node_cpu_seconds_total{cpu="56",mode="iowait"} 388804.49 node_cpu_seconds_total{cpu="56",mode="irq"} 0 node_cpu_seconds_total{cpu="56",mode="nice"} 195.09 node_cpu_seconds_total{cpu="56",mode="softirq"} 117548.4 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 789462.02 node_cpu_seconds_total{cpu="56",mode="user"} 1.77929439e+06 node_cpu_seconds_total{cpu="57",mode="idle"} 5.978414639e+07 node_cpu_seconds_total{cpu="57",mode="iowait"} 389003.98 node_cpu_seconds_total{cpu="57",mode="irq"} 0 node_cpu_seconds_total{cpu="57",mode="nice"} 219.41 node_cpu_seconds_total{cpu="57",mode="softirq"} 117734.81 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 791972.19 node_cpu_seconds_total{cpu="57",mode="user"} 1.78205875e+06 node_cpu_seconds_total{cpu="58",mode="idle"} 5.97949812e+07 node_cpu_seconds_total{cpu="58",mode="iowait"} 388473.08 node_cpu_seconds_total{cpu="58",mode="irq"} 0 node_cpu_seconds_total{cpu="58",mode="nice"} 207.98 node_cpu_seconds_total{cpu="58",mode="softirq"} 116794.62 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 792301.58 node_cpu_seconds_total{cpu="58",mode="user"} 1.77602763e+06 node_cpu_seconds_total{cpu="59",mode="idle"} 5.979586472e+07 node_cpu_seconds_total{cpu="59",mode="iowait"} 388374.43 node_cpu_seconds_total{cpu="59",mode="irq"} 0 node_cpu_seconds_total{cpu="59",mode="nice"} 200.79 node_cpu_seconds_total{cpu="59",mode="softirq"} 116452.36 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 794328.14 node_cpu_seconds_total{cpu="59",mode="user"} 1.77340078e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 5.826820893e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 400959.23 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 162.18 node_cpu_seconds_total{cpu="6",mode="softirq"} 360771.78 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 776476.96 node_cpu_seconds_total{cpu="6",mode="user"} 2.85314812e+06 node_cpu_seconds_total{cpu="60",mode="idle"} 5.977170909e+07 node_cpu_seconds_total{cpu="60",mode="iowait"} 384557.39 node_cpu_seconds_total{cpu="60",mode="irq"} 0 node_cpu_seconds_total{cpu="60",mode="nice"} 177.45 node_cpu_seconds_total{cpu="60",mode="softirq"} 118883.24 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 803279.32 node_cpu_seconds_total{cpu="60",mode="user"} 1.78074808e+06 node_cpu_seconds_total{cpu="61",mode="idle"} 5.977431031e+07 node_cpu_seconds_total{cpu="61",mode="iowait"} 382643.94 node_cpu_seconds_total{cpu="61",mode="irq"} 0 node_cpu_seconds_total{cpu="61",mode="nice"} 211.24 node_cpu_seconds_total{cpu="61",mode="softirq"} 119025.17 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 805903.6 node_cpu_seconds_total{cpu="61",mode="user"} 1.77689795e+06 node_cpu_seconds_total{cpu="62",mode="idle"} 5.977379989e+07 node_cpu_seconds_total{cpu="62",mode="iowait"} 383284.65 node_cpu_seconds_total{cpu="62",mode="irq"} 0 node_cpu_seconds_total{cpu="62",mode="nice"} 204.78 node_cpu_seconds_total{cpu="62",mode="softirq"} 118816.06 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 806626.38 node_cpu_seconds_total{cpu="62",mode="user"} 1.77427055e+06 node_cpu_seconds_total{cpu="63",mode="idle"} 5.976346868e+07 node_cpu_seconds_total{cpu="63",mode="iowait"} 383609.85 node_cpu_seconds_total{cpu="63",mode="irq"} 0 node_cpu_seconds_total{cpu="63",mode="nice"} 203.68 node_cpu_seconds_total{cpu="63",mode="softirq"} 118718.54 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 809424.62 node_cpu_seconds_total{cpu="63",mode="user"} 1.77764342e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 5.855365674e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 394381.75 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 172.07 node_cpu_seconds_total{cpu="7",mode="softirq"} 254023.09 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 757915.64 node_cpu_seconds_total{cpu="7",mode="user"} 2.71780831e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 5.696876861e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 345063.72 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 154.78 node_cpu_seconds_total{cpu="8",mode="softirq"} 1.20738628e+06 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 810555.58 node_cpu_seconds_total{cpu="8",mode="user"} 3.36573166e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 5.800756129e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 378161.68 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 163.26 node_cpu_seconds_total{cpu="9",mode="softirq"} 318561.96 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 794743.84 node_cpu_seconds_total{cpu="9",mode="user"} 3.18996265e+06 # 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="md0"} 492189.456 node_disk_discard_time_seconds_total{device="sda"} 0 node_disk_discard_time_seconds_total{device="sdb"} 65487.375 node_disk_discard_time_seconds_total{device="sdc"} 66700.798 node_disk_discard_time_seconds_total{device="sdf"} 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="md0"} 4.82895796096e+11 node_disk_discarded_sectors_total{device="sda"} 0 node_disk_discarded_sectors_total{device="sdb"} 4.82895796096e+11 node_disk_discarded_sectors_total{device="sdc"} 4.82895796096e+11 node_disk_discarded_sectors_total{device="sdf"} 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="md0"} 7.7516373e+07 node_disk_discards_completed_total{device="sda"} 0 node_disk_discards_completed_total{device="sdb"} 7.7413821e+07 node_disk_discards_completed_total{device="sdc"} 7.7413817e+07 node_disk_discards_completed_total{device="sdf"} 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="md0"} 0 node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sdb"} 102552 node_disk_discards_merged_total{device="sdc"} 102556 node_disk_discards_merged_total{device="sdf"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="md0",type="xfs",usage="filesystem",uuid="c4a62cda-d6a9-4ab8-8311-bc996225bfdc",version=""} 1 node_disk_filesystem_info{device="sdb",type="linux_raid_member",usage="raid",uuid="99e1f85e-c946-5350-49b8-c2299bba1721",version="1.2"} 1 node_disk_filesystem_info{device="sdc",type="linux_raid_member",usage="raid",uuid="99e1f85e-c946-5350-49b8-c2299bba1721",version="1.2"} 1 node_disk_filesystem_info{device="sdf",type="ext4",usage="filesystem",uuid="c0964df4-579b-4c9b-b275-fde9affa0e0c",version="1.0"} 1 # 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="md0"} 0 node_disk_flush_requests_time_seconds_total{device="sda"} 0 node_disk_flush_requests_time_seconds_total{device="sdb"} 848540.0920000001 node_disk_flush_requests_time_seconds_total{device="sdc"} 813668.203 node_disk_flush_requests_time_seconds_total{device="sdf"} 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="md0"} 0 node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 2.712997842e+09 node_disk_flush_requests_total{device="sdc"} 2.713030912e+09 node_disk_flush_requests_total{device="sdf"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="md0",major="9",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sda",major="8",minor="0",model="Logical_Volume",path="pci-0000:01:00.0-scsi-0:1:0:0",revision="3000",rotational="0",serial="1071279758146669808",wwn="0x600508e000000000"} 1 node_disk_info{device="sdb",major="8",minor="16",model="KINGSTON_SEDC600",path="pci-0000:01:00.0-sas-phy2-lun-0",revision="H5.1",rotational="0",serial="50026B7686A71553",wwn="0x50026b7686a71553"} 1 node_disk_info{device="sdc",major="8",minor="32",model="KINGSTON_SEDC600",path="pci-0000:01:00.0-sas-phy3-lun-0",revision="H5.1",rotational="0",serial="50026B7686A712AE",wwn="0x50026b7686a712ae"} 1 node_disk_info{device="sdf",major="8",minor="80",model="VIRTUAL-DISK",path="ip-10.42.19.145:3260-iscsi-iqn.2019-10.io.longhorn:pvc-7b286bd2-f1e8-49d9-94f2-9536463c443d-lun-1",revision="0001",rotational="1",serial="beaf31",wwn="0x6000000000000000"} 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="md0"} 0 node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sdb"} 0 node_disk_io_now{device="sdc"} 0 node_disk_io_now{device="sdf"} 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="md0"} 2.789823504e+06 node_disk_io_time_seconds_total{device="sda"} 1.559357468e+06 node_disk_io_time_seconds_total{device="sdb"} 2.676493244e+06 node_disk_io_time_seconds_total{device="sdc"} 1.33510272e+06 node_disk_io_time_seconds_total{device="sdf"} 140335.852 # 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="md0"} 921126.032 node_disk_io_time_weighted_seconds_total{device="sda"} 2.149025397e+06 node_disk_io_time_weighted_seconds_total{device="sdb"} 1.365009328e+06 node_disk_io_time_weighted_seconds_total{device="sdc"} 441073.297 node_disk_io_time_weighted_seconds_total{device="sdf"} 355342.755 # 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="md0"} 1.67605091580416e+14 node_disk_read_bytes_total{device="sda"} 1.357932535296e+12 node_disk_read_bytes_total{device="sdb"} 2.0470222599424e+14 node_disk_read_bytes_total{device="sdc"} 1.47252667318784e+14 node_disk_read_bytes_total{device="sdf"} 1.558330797056e+12 # 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="md0"} 2.528469988e+06 node_disk_read_time_seconds_total{device="sda"} 23771.225000000002 node_disk_read_time_seconds_total{device="sdb"} 2.444006682e+06 node_disk_read_time_seconds_total{device="sdc"} 1.4026361840000001e+06 node_disk_read_time_seconds_total{device="sdf"} 128956.632 # 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="md0"} 7.33731016e+09 node_disk_reads_completed_total{device="sda"} 9.4573351e+07 node_disk_reads_completed_total{device="sdb"} 5.669746437e+09 node_disk_reads_completed_total{device="sdc"} 2.034604562e+09 node_disk_reads_completed_total{device="sdf"} 6.8594452e+07 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="md0"} 0 node_disk_reads_merged_total{device="sda"} 8.949244e+07 node_disk_reads_merged_total{device="sdb"} 1.22381814e+09 node_disk_reads_merged_total{device="sdc"} 1.222099048e+09 node_disk_reads_merged_total{device="sdf"} 3.288004e+06 # 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="md0"} 2.195433884e+06 node_disk_write_time_seconds_total{device="sda"} 2.125254171e+06 node_disk_write_time_seconds_total{device="sdb"} 2.301942473e+06 node_disk_write_time_seconds_total{device="sdc"} 2.4530354050000003e+06 node_disk_write_time_seconds_total{device="sdf"} 226386.122 # 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="md0"} 7.2350882704e+10 node_disk_writes_completed_total{device="sda"} 2.807753217e+09 node_disk_writes_completed_total{device="sdb"} 7.5000907333e+10 node_disk_writes_completed_total{device="sdc"} 7.5017826035e+10 node_disk_writes_completed_total{device="sdf"} 5.1111006e+07 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="md0"} 0 node_disk_writes_merged_total{device="sda"} 6.433224466e+09 node_disk_writes_merged_total{device="sdb"} 7.855248e+07 node_disk_writes_merged_total{device="sdc"} 6.1633778e+07 node_disk_writes_merged_total{device="sdf"} 1.0260626e+07 # 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="md0"} 2.00018005940224e+15 node_disk_written_bytes_total{device="sda"} 5.1302365090816e+13 node_disk_written_bytes_total{device="sdb"} 2.010558183170048e+15 node_disk_written_bytes_total{device="sdc"} 2.010558183170048e+15 node_disk_written_bytes_total{device="sdf"} 3.01207513088e+12 # 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="05/20/2021",bios_release="5.6",bios_vendor="American Megatrends Inc.",bios_version="3.4",board_asset_tag="Default string",board_name="X10DRT-PS",board_vendor="Supermicro",board_version="1.00",chassis_asset_tag="Default string",chassis_vendor="Supermicro",chassis_version="0123456789",product_family="Default string",product_name="SYS-2028TP-HC0R-SIOM",product_sku="Default string",product_version="0123456789",system_vendor="Supermicro"} 1 # HELP node_edac_correctable_errors_total Total correctable memory errors. # TYPE node_edac_correctable_errors_total counter node_edac_correctable_errors_total{controller="0"} 0 node_edac_correctable_errors_total{controller="1"} 0 node_edac_correctable_errors_total{controller="2"} 0 node_edac_correctable_errors_total{controller="3"} 0 # HELP node_edac_csrow_correctable_errors_total Total correctable memory errors for this csrow. # TYPE node_edac_csrow_correctable_errors_total counter node_edac_csrow_correctable_errors_total{controller="0",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="1",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="2",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="3",csrow="unknown"} 0 # HELP node_edac_csrow_uncorrectable_errors_total Total uncorrectable memory errors for this csrow. # TYPE node_edac_csrow_uncorrectable_errors_total counter node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="2",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="3",csrow="unknown"} 0 # HELP node_edac_uncorrectable_errors_total Total uncorrectable memory errors. # TYPE node_edac_uncorrectable_errors_total counter node_edac_uncorrectable_errors_total{controller="0"} 0 node_edac_uncorrectable_errors_total{controller="1"} 0 node_edac_uncorrectable_errors_total{controller="2"} 0 node_edac_uncorrectable_errors_total{controller="3"} 0 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 34656 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 360000 # 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/md0",device_error="",fstype="xfs",mountpoint="/mnt/data"} 2.603240452096e+12 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.1186176e+09 node_filesystem_avail_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 2.80656707584e+11 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/longhorn/pvc-7b286bd2-f1e8-49d9-94f2-9536463c443d",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/ceab4fcc7d4020424552ee9a6430bc171cf68c3f00f9c982248eed1cdd57627f/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-7b286bd2-f1e8-49d9-94f2-9536463c443d",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/3a3f85a0-f947-4b23-ad8b-e9d43be11757/volumes/kubernetes.io~csi/pvc-7b286bd2-f1e8-49d9-94f2-9536463c443d/mount"} 1 node_filesystem_device_error{device="/dev/md0",device_error="",fstype="xfs",mountpoint="/mnt/data"} 0 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/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6ea00af0-fc27-45ab-933e-377b75354426/volume-subpaths/fastcgi-params/nginx/1"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6ea00af0-fc27-45ab-933e-377b75354426/volume-subpaths/matomo-phpfpm-tracker/matomo/2"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6ea00af0-fc27-45ab-933e-377b75354426/volume-subpaths/mime-types/nginx/2"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6ea00af0-fc27-45ab-933e-377b75354426/volume-subpaths/naxsi-core-rules/nginx/4"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6ea00af0-fc27-45ab-933e-377b75354426/volume-subpaths/naxsi-rules/nginx/3"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6ea00af0-fc27-45ab-933e-377b75354426/volume-subpaths/nginx-conf/nginx/0"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c3a4af97-6245-4477-91d4-b77cae78ff4b/volume-subpaths/fastcgi-params/nginx/1"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c3a4af97-6245-4477-91d4-b77cae78ff4b/volume-subpaths/matomo-phpfpm-tracker/matomo/2"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c3a4af97-6245-4477-91d4-b77cae78ff4b/volume-subpaths/mime-types/nginx/2"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c3a4af97-6245-4477-91d4-b77cae78ff4b/volume-subpaths/naxsi-core-rules/nginx/4"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c3a4af97-6245-4477-91d4-b77cae78ff4b/volume-subpaths/naxsi-rules/nginx/3"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c3a4af97-6245-4477-91d4-b77cae78ff4b/volume-subpaths/nginx-conf/nginx/0"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/md0",device_error="",fstype="xfs",mountpoint="/mnt/data"} 3.75060608e+08 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="/"} 2.9171712e+07 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/md0",device_error="",fstype="xfs",mountpoint="/mnt/data"} 3.75060533e+08 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="/"} 2.7755472e+07 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/md0",device_error="",fstype="xfs",mountpoint="/mnt/data"} 2.603240452096e+12 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.1186176e+09 node_filesystem_free_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 3.04566964224e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/md0",major="9",minor="0",mountpoint="/mnt/data"} 1 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 # 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/md0",device_error="",fstype="xfs",mountpoint="/mnt/data"} 0 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 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/longhorn/pvc-7b286bd2-f1e8-49d9-94f2-9536463c443d",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/ceab4fcc7d4020424552ee9a6430bc171cf68c3f00f9c982248eed1cdd57627f/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-7b286bd2-f1e8-49d9-94f2-9536463c443d",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/3a3f85a0-f947-4b23-ad8b-e9d43be11757/volumes/kubernetes.io~csi/pvc-7b286bd2-f1e8-49d9-94f2-9536463c443d/mount"} 0 node_filesystem_readonly{device="/dev/md0",device_error="",fstype="xfs",mountpoint="/mnt/data"} 0 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/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6ea00af0-fc27-45ab-933e-377b75354426/volume-subpaths/fastcgi-params/nginx/1"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6ea00af0-fc27-45ab-933e-377b75354426/volume-subpaths/matomo-phpfpm-tracker/matomo/2"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6ea00af0-fc27-45ab-933e-377b75354426/volume-subpaths/mime-types/nginx/2"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6ea00af0-fc27-45ab-933e-377b75354426/volume-subpaths/naxsi-core-rules/nginx/4"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6ea00af0-fc27-45ab-933e-377b75354426/volume-subpaths/naxsi-rules/nginx/3"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6ea00af0-fc27-45ab-933e-377b75354426/volume-subpaths/nginx-conf/nginx/0"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c3a4af97-6245-4477-91d4-b77cae78ff4b/volume-subpaths/fastcgi-params/nginx/1"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c3a4af97-6245-4477-91d4-b77cae78ff4b/volume-subpaths/matomo-phpfpm-tracker/matomo/2"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c3a4af97-6245-4477-91d4-b77cae78ff4b/volume-subpaths/mime-types/nginx/2"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c3a4af97-6245-4477-91d4-b77cae78ff4b/volume-subpaths/naxsi-core-rules/nginx/4"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c3a4af97-6245-4477-91d4-b77cae78ff4b/volume-subpaths/naxsi-rules/nginx/3"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c3a4af97-6245-4477-91d4-b77cae78ff4b/volume-subpaths/nginx-conf/nginx/0"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/md0",device_error="",fstype="xfs",mountpoint="/mnt/data"} 3.838745391104e+12 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="/"} 4.69219065856e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 3.305178302e+09 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="0000:80:02_0_0000:81:00_0",chip_name="i350bb"} 1 node_hwmon_chip_names{chip="platform_coretemp_0",chip_name="coretemp"} 1 node_hwmon_chip_names{chip="platform_coretemp_1",chip_name="coretemp"} 1 # HELP node_hwmon_power_average_interval_max_seconds Hardware monitor power usage update interval (average_interval_max) # TYPE node_hwmon_power_average_interval_max_seconds gauge node_hwmon_power_average_interval_max_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 3600 # HELP node_hwmon_power_average_interval_min_seconds Hardware monitor power usage update interval (average_interval_min) # TYPE node_hwmon_power_average_interval_min_seconds gauge node_hwmon_power_average_interval_min_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 1 # HELP node_hwmon_power_average_interval_seconds Hardware monitor power usage update interval (average_interval) # TYPE node_hwmon_power_average_interval_seconds gauge node_hwmon_power_average_interval_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 1 # HELP node_hwmon_power_average_watt Hardware monitor for power usage in watts (average) # TYPE node_hwmon_power_average_watt gauge node_hwmon_power_average_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 153 # 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="0000:80:02_0_0000:81:00_0",label="loc1",sensor="temp1"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 0",sensor="temp2"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 10",sensor="temp12"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 11",sensor="temp13"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 12",sensor="temp14"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 13",sensor="temp15"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 14",sensor="temp16"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 15",sensor="temp17"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 2",sensor="temp4"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 4",sensor="temp6"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 6",sensor="temp8"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 7",sensor="temp9"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 8",sensor="temp10"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 9",sensor="temp11"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Package id 0",sensor="temp1"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 0",sensor="temp2"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 10",sensor="temp12"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 11",sensor="temp13"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 12",sensor="temp14"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 13",sensor="temp15"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 14",sensor="temp16"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 15",sensor="temp17"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 2",sensor="temp4"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 4",sensor="temp6"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 6",sensor="temp8"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 7",sensor="temp9"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 8",sensor="temp10"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 9",sensor="temp11"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Package id 1",sensor="temp1"} 1 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="0000:80:02_0_0000:81:00_0",sensor="temp1"} 59 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp1"} 49 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 43 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp11"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp12"} 43 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp13"} 44 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp14"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp15"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp16"} 41 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp17"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 43 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 45 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 44 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp7"} 45 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp8"} 44 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp9"} 43 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp1"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp10"} 43 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp11"} 41 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp12"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp13"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp14"} 41 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp15"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp16"} 41 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp17"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp2"} 43 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp3"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp4"} 43 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp5"} 44 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp6"} 41 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp7"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp8"} 43 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp9"} 42 # HELP node_hwmon_temp_crit_alarm_celsius Hardware monitor for temperature (crit_alarm) # TYPE node_hwmon_temp_crit_alarm_celsius gauge node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp10"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp11"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp12"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp13"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp14"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp15"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp16"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp17"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp3"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp4"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp5"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp6"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp7"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp8"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp9"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp10"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp11"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp12"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp13"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp14"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp15"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp16"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp17"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp3"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp4"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp5"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp6"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp7"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp8"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp9"} 0 # HELP node_hwmon_temp_crit_celsius Hardware monitor for temperature (crit) # TYPE node_hwmon_temp_crit_celsius gauge node_hwmon_temp_crit_celsius{chip="0000:80:02_0_0000:81:00_0",sensor="temp1"} 110 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp1"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp10"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp11"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp12"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp13"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp14"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp15"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp16"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp17"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp2"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp3"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp4"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp5"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp6"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp7"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp8"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp9"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp1"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp10"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp11"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp12"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp13"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp14"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp15"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp16"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp17"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp2"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp3"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp4"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp5"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp6"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp7"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp8"} 102 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp9"} 102 # HELP node_hwmon_temp_max_celsius Hardware monitor for temperature (max) # TYPE node_hwmon_temp_max_celsius gauge node_hwmon_temp_max_celsius{chip="0000:80:02_0_0000:81:00_0",sensor="temp1"} 120 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp1"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp10"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp11"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp12"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp13"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp14"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp15"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp16"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp17"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp2"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp3"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp4"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp5"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp6"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp7"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp8"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp9"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp1"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp10"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp11"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp12"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp13"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp14"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp15"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp16"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp17"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp2"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp3"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp4"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp5"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp6"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp7"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp8"} 92 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp9"} 92 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 8.75611357094e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 3.38 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 3.11 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 3.18 # HELP node_md_blocks Total number of blocks on device. # TYPE node_md_blocks gauge node_md_blocks{device="md0"} 3.750606144e+09 # HELP node_md_blocks_synced Number of blocks synced on device. # TYPE node_md_blocks_synced gauge node_md_blocks_synced{device="md0"} 3.750606144e+09 # HELP node_md_degraded Number of degraded disks on device. # TYPE node_md_degraded gauge node_md_degraded{device="md0"} 0 # HELP node_md_disks Number of active/failed/spare disks of device. # TYPE node_md_disks gauge node_md_disks{device="md0",state="active"} 2 node_md_disks{device="md0",state="failed"} 0 node_md_disks{device="md0",state="spare"} 0 # HELP node_md_disks_required Total number of disks of device. # TYPE node_md_disks_required gauge node_md_disks_required{device="md0"} 2 # HELP node_md_raid_disks Number of raid disks on device. # TYPE node_md_raid_disks gauge node_md_raid_disks{device="md0"} 2 # HELP node_md_state Indicates the state of md-device. # TYPE node_md_state gauge node_md_state{device="md0",state="active"} 1 node_md_state{device="md0",state="check"} 0 node_md_state{device="md0",state="inactive"} 0 node_md_state{device="md0",state="recovering"} 0 node_md_state{device="md0",state="resync"} 0 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 9.51730176e+08 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 3.0524862464e+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 2.9573132288e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 5.5838523392e+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 1.660526592e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.44594948096e+11 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.02943430656e+11 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 8.9877639168e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 2.44813135872e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.43048835072e+11 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 9.30729984e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 1.040384e+06 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 5.60577536e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.71512274944e+11 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.15454521344e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.96329472e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 3.293802496e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 3.21489780736e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.49116465152e+11 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.88707004416e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 5.6983552e+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 2.22605312e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 4.37256192e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.9910528e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.53140736e+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.469403136e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 3.344193536e+10 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 757760 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 8.574009344e+09 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 8.589930496e+09 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 5.6983552e+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.12277248e+09 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 1 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 1.1772e+06 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 46879 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 6.3071226e+07 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 6.5746787e+07 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 5.04361655e+08 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 7.3662388e+07 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.61246760353355e+15 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 8.08255990926866e+14 # 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 1538 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 1399 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 2291 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 7276 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 129410 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 3.372174e+06 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 458809 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 773875 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 2.3313745e+08 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 109 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 107976 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.22053338147e+11 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 3.8433025e+07 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 3.99569378368e+11 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 4.6930776e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 2.110468e+06 # 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 2.27704491623e+11 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 395 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 246034 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 8.8904474e+07 # 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 21508 # 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="bond0"} 3 node_network_address_assign_type{device="cilium_host"} 3 node_network_address_assign_type{device="cilium_net"} 3 node_network_address_assign_type{device="cilium_vxlan"} 3 node_network_address_assign_type{device="ens1f0"} 0 node_network_address_assign_type{device="ens1f1"} 0 node_network_address_assign_type{device="ens5f0"} 3 node_network_address_assign_type{device="ens5f1"} 3 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="lxc00421f634494"} 3 node_network_address_assign_type{device="lxc03ceacb3ba30"} 3 node_network_address_assign_type{device="lxc120bee2b864d"} 3 node_network_address_assign_type{device="lxc1a82b11a2107"} 3 node_network_address_assign_type{device="lxc1b892a52080a"} 3 node_network_address_assign_type{device="lxc27ac1e5b7fc4"} 3 node_network_address_assign_type{device="lxc33d55b421457"} 3 node_network_address_assign_type{device="lxc36ca5baabaa4"} 3 node_network_address_assign_type{device="lxc38d14926ca06"} 3 node_network_address_assign_type{device="lxc4616c82595a2"} 3 node_network_address_assign_type{device="lxc4a5bbd597af5"} 3 node_network_address_assign_type{device="lxc4b50ea159d71"} 3 node_network_address_assign_type{device="lxc50e9f7f43f6b"} 3 node_network_address_assign_type{device="lxc55ba8dc631a7"} 3 node_network_address_assign_type{device="lxc5c77fafe1366"} 3 node_network_address_assign_type{device="lxc616d8239cd13"} 3 node_network_address_assign_type{device="lxc62052156d794"} 3 node_network_address_assign_type{device="lxc620e71eb9481"} 3 node_network_address_assign_type{device="lxc62666b5a3a98"} 3 node_network_address_assign_type{device="lxc677259274ba6"} 3 node_network_address_assign_type{device="lxc740abab6ab6b"} 3 node_network_address_assign_type{device="lxc767cea428d32"} 3 node_network_address_assign_type{device="lxc8056f13b8273"} 3 node_network_address_assign_type{device="lxc87320b5e02f8"} 3 node_network_address_assign_type{device="lxc_health"} 3 node_network_address_assign_type{device="lxcab880a4607a4"} 3 node_network_address_assign_type{device="lxcb5a967762c68"} 3 node_network_address_assign_type{device="lxcbb28b868ec03"} 3 node_network_address_assign_type{device="lxcc2d1188c8492"} 3 node_network_address_assign_type{device="lxcc9654858a670"} 3 node_network_address_assign_type{device="lxccc0ceff523f7"} 3 node_network_address_assign_type{device="lxcd7923256fbba"} 3 node_network_address_assign_type{device="lxcd7a0b135a155"} 3 node_network_address_assign_type{device="lxcd81b278aca29"} 3 node_network_address_assign_type{device="lxce0ed373ec2fb"} 3 node_network_address_assign_type{device="lxce2873290c3b7"} 3 node_network_address_assign_type{device="lxcf994cf3e2015"} 3 node_network_address_assign_type{device="private"} 2 node_network_address_assign_type{device="public"} 2 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="bond0"} 1 node_network_carrier{device="cilium_host"} 1 node_network_carrier{device="cilium_net"} 1 node_network_carrier{device="cilium_vxlan"} 1 node_network_carrier{device="ens1f0"} 0 node_network_carrier{device="ens1f1"} 0 node_network_carrier{device="ens5f0"} 1 node_network_carrier{device="ens5f1"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="lxc00421f634494"} 1 node_network_carrier{device="lxc03ceacb3ba30"} 1 node_network_carrier{device="lxc120bee2b864d"} 1 node_network_carrier{device="lxc1a82b11a2107"} 1 node_network_carrier{device="lxc1b892a52080a"} 1 node_network_carrier{device="lxc27ac1e5b7fc4"} 1 node_network_carrier{device="lxc33d55b421457"} 1 node_network_carrier{device="lxc36ca5baabaa4"} 1 node_network_carrier{device="lxc38d14926ca06"} 1 node_network_carrier{device="lxc4616c82595a2"} 1 node_network_carrier{device="lxc4a5bbd597af5"} 1 node_network_carrier{device="lxc4b50ea159d71"} 1 node_network_carrier{device="lxc50e9f7f43f6b"} 1 node_network_carrier{device="lxc55ba8dc631a7"} 1 node_network_carrier{device="lxc5c77fafe1366"} 1 node_network_carrier{device="lxc616d8239cd13"} 1 node_network_carrier{device="lxc62052156d794"} 1 node_network_carrier{device="lxc620e71eb9481"} 1 node_network_carrier{device="lxc62666b5a3a98"} 1 node_network_carrier{device="lxc677259274ba6"} 1 node_network_carrier{device="lxc740abab6ab6b"} 1 node_network_carrier{device="lxc767cea428d32"} 1 node_network_carrier{device="lxc8056f13b8273"} 1 node_network_carrier{device="lxc87320b5e02f8"} 1 node_network_carrier{device="lxc_health"} 1 node_network_carrier{device="lxcab880a4607a4"} 1 node_network_carrier{device="lxcb5a967762c68"} 1 node_network_carrier{device="lxcbb28b868ec03"} 1 node_network_carrier{device="lxcc2d1188c8492"} 1 node_network_carrier{device="lxcc9654858a670"} 1 node_network_carrier{device="lxccc0ceff523f7"} 1 node_network_carrier{device="lxcd7923256fbba"} 1 node_network_carrier{device="lxcd7a0b135a155"} 1 node_network_carrier{device="lxcd81b278aca29"} 1 node_network_carrier{device="lxce0ed373ec2fb"} 1 node_network_carrier{device="lxce2873290c3b7"} 1 node_network_carrier{device="lxcf994cf3e2015"} 1 node_network_carrier{device="private"} 1 node_network_carrier{device="public"} 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="bond0"} 6 node_network_carrier_changes_total{device="cilium_host"} 2 node_network_carrier_changes_total{device="cilium_net"} 2 node_network_carrier_changes_total{device="cilium_vxlan"} 0 node_network_carrier_changes_total{device="ens1f0"} 1 node_network_carrier_changes_total{device="ens1f1"} 1 node_network_carrier_changes_total{device="ens5f0"} 12 node_network_carrier_changes_total{device="ens5f1"} 12 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="lxc00421f634494"} 2 node_network_carrier_changes_total{device="lxc03ceacb3ba30"} 2 node_network_carrier_changes_total{device="lxc120bee2b864d"} 2 node_network_carrier_changes_total{device="lxc1a82b11a2107"} 2 node_network_carrier_changes_total{device="lxc1b892a52080a"} 2 node_network_carrier_changes_total{device="lxc27ac1e5b7fc4"} 2 node_network_carrier_changes_total{device="lxc33d55b421457"} 2 node_network_carrier_changes_total{device="lxc36ca5baabaa4"} 2 node_network_carrier_changes_total{device="lxc38d14926ca06"} 2 node_network_carrier_changes_total{device="lxc4616c82595a2"} 2 node_network_carrier_changes_total{device="lxc4a5bbd597af5"} 2 node_network_carrier_changes_total{device="lxc4b50ea159d71"} 2 node_network_carrier_changes_total{device="lxc50e9f7f43f6b"} 2 node_network_carrier_changes_total{device="lxc55ba8dc631a7"} 2 node_network_carrier_changes_total{device="lxc5c77fafe1366"} 2 node_network_carrier_changes_total{device="lxc616d8239cd13"} 2 node_network_carrier_changes_total{device="lxc62052156d794"} 2 node_network_carrier_changes_total{device="lxc620e71eb9481"} 2 node_network_carrier_changes_total{device="lxc62666b5a3a98"} 2 node_network_carrier_changes_total{device="lxc677259274ba6"} 2 node_network_carrier_changes_total{device="lxc740abab6ab6b"} 2 node_network_carrier_changes_total{device="lxc767cea428d32"} 2 node_network_carrier_changes_total{device="lxc8056f13b8273"} 2 node_network_carrier_changes_total{device="lxc87320b5e02f8"} 2 node_network_carrier_changes_total{device="lxc_health"} 2 node_network_carrier_changes_total{device="lxcab880a4607a4"} 2 node_network_carrier_changes_total{device="lxcb5a967762c68"} 2 node_network_carrier_changes_total{device="lxcbb28b868ec03"} 2 node_network_carrier_changes_total{device="lxcc2d1188c8492"} 2 node_network_carrier_changes_total{device="lxcc9654858a670"} 2 node_network_carrier_changes_total{device="lxccc0ceff523f7"} 2 node_network_carrier_changes_total{device="lxcd7923256fbba"} 2 node_network_carrier_changes_total{device="lxcd7a0b135a155"} 2 node_network_carrier_changes_total{device="lxcd81b278aca29"} 2 node_network_carrier_changes_total{device="lxce0ed373ec2fb"} 2 node_network_carrier_changes_total{device="lxce2873290c3b7"} 2 node_network_carrier_changes_total{device="lxcf994cf3e2015"} 2 node_network_carrier_changes_total{device="private"} 4 node_network_carrier_changes_total{device="public"} 4 # 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="bond0"} 3 node_network_carrier_down_changes_total{device="cilium_host"} 1 node_network_carrier_down_changes_total{device="cilium_net"} 1 node_network_carrier_down_changes_total{device="cilium_vxlan"} 0 node_network_carrier_down_changes_total{device="ens1f0"} 1 node_network_carrier_down_changes_total{device="ens1f1"} 1 node_network_carrier_down_changes_total{device="ens5f0"} 6 node_network_carrier_down_changes_total{device="ens5f1"} 6 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="lxc00421f634494"} 1 node_network_carrier_down_changes_total{device="lxc03ceacb3ba30"} 1 node_network_carrier_down_changes_total{device="lxc120bee2b864d"} 1 node_network_carrier_down_changes_total{device="lxc1a82b11a2107"} 1 node_network_carrier_down_changes_total{device="lxc1b892a52080a"} 1 node_network_carrier_down_changes_total{device="lxc27ac1e5b7fc4"} 1 node_network_carrier_down_changes_total{device="lxc33d55b421457"} 1 node_network_carrier_down_changes_total{device="lxc36ca5baabaa4"} 1 node_network_carrier_down_changes_total{device="lxc38d14926ca06"} 1 node_network_carrier_down_changes_total{device="lxc4616c82595a2"} 1 node_network_carrier_down_changes_total{device="lxc4a5bbd597af5"} 1 node_network_carrier_down_changes_total{device="lxc4b50ea159d71"} 1 node_network_carrier_down_changes_total{device="lxc50e9f7f43f6b"} 1 node_network_carrier_down_changes_total{device="lxc55ba8dc631a7"} 1 node_network_carrier_down_changes_total{device="lxc5c77fafe1366"} 1 node_network_carrier_down_changes_total{device="lxc616d8239cd13"} 1 node_network_carrier_down_changes_total{device="lxc62052156d794"} 1 node_network_carrier_down_changes_total{device="lxc620e71eb9481"} 1 node_network_carrier_down_changes_total{device="lxc62666b5a3a98"} 1 node_network_carrier_down_changes_total{device="lxc677259274ba6"} 1 node_network_carrier_down_changes_total{device="lxc740abab6ab6b"} 1 node_network_carrier_down_changes_total{device="lxc767cea428d32"} 1 node_network_carrier_down_changes_total{device="lxc8056f13b8273"} 1 node_network_carrier_down_changes_total{device="lxc87320b5e02f8"} 1 node_network_carrier_down_changes_total{device="lxc_health"} 1 node_network_carrier_down_changes_total{device="lxcab880a4607a4"} 1 node_network_carrier_down_changes_total{device="lxcb5a967762c68"} 1 node_network_carrier_down_changes_total{device="lxcbb28b868ec03"} 1 node_network_carrier_down_changes_total{device="lxcc2d1188c8492"} 1 node_network_carrier_down_changes_total{device="lxcc9654858a670"} 1 node_network_carrier_down_changes_total{device="lxccc0ceff523f7"} 1 node_network_carrier_down_changes_total{device="lxcd7923256fbba"} 1 node_network_carrier_down_changes_total{device="lxcd7a0b135a155"} 1 node_network_carrier_down_changes_total{device="lxcd81b278aca29"} 1 node_network_carrier_down_changes_total{device="lxce0ed373ec2fb"} 1 node_network_carrier_down_changes_total{device="lxce2873290c3b7"} 1 node_network_carrier_down_changes_total{device="lxcf994cf3e2015"} 1 node_network_carrier_down_changes_total{device="private"} 2 node_network_carrier_down_changes_total{device="public"} 2 # 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="bond0"} 3 node_network_carrier_up_changes_total{device="cilium_host"} 1 node_network_carrier_up_changes_total{device="cilium_net"} 1 node_network_carrier_up_changes_total{device="cilium_vxlan"} 0 node_network_carrier_up_changes_total{device="ens1f0"} 0 node_network_carrier_up_changes_total{device="ens1f1"} 0 node_network_carrier_up_changes_total{device="ens5f0"} 6 node_network_carrier_up_changes_total{device="ens5f1"} 6 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="lxc00421f634494"} 1 node_network_carrier_up_changes_total{device="lxc03ceacb3ba30"} 1 node_network_carrier_up_changes_total{device="lxc120bee2b864d"} 1 node_network_carrier_up_changes_total{device="lxc1a82b11a2107"} 1 node_network_carrier_up_changes_total{device="lxc1b892a52080a"} 1 node_network_carrier_up_changes_total{device="lxc27ac1e5b7fc4"} 1 node_network_carrier_up_changes_total{device="lxc33d55b421457"} 1 node_network_carrier_up_changes_total{device="lxc36ca5baabaa4"} 1 node_network_carrier_up_changes_total{device="lxc38d14926ca06"} 1 node_network_carrier_up_changes_total{device="lxc4616c82595a2"} 1 node_network_carrier_up_changes_total{device="lxc4a5bbd597af5"} 1 node_network_carrier_up_changes_total{device="lxc4b50ea159d71"} 1 node_network_carrier_up_changes_total{device="lxc50e9f7f43f6b"} 1 node_network_carrier_up_changes_total{device="lxc55ba8dc631a7"} 1 node_network_carrier_up_changes_total{device="lxc5c77fafe1366"} 1 node_network_carrier_up_changes_total{device="lxc616d8239cd13"} 1 node_network_carrier_up_changes_total{device="lxc62052156d794"} 1 node_network_carrier_up_changes_total{device="lxc620e71eb9481"} 1 node_network_carrier_up_changes_total{device="lxc62666b5a3a98"} 1 node_network_carrier_up_changes_total{device="lxc677259274ba6"} 1 node_network_carrier_up_changes_total{device="lxc740abab6ab6b"} 1 node_network_carrier_up_changes_total{device="lxc767cea428d32"} 1 node_network_carrier_up_changes_total{device="lxc8056f13b8273"} 1 node_network_carrier_up_changes_total{device="lxc87320b5e02f8"} 1 node_network_carrier_up_changes_total{device="lxc_health"} 1 node_network_carrier_up_changes_total{device="lxcab880a4607a4"} 1 node_network_carrier_up_changes_total{device="lxcb5a967762c68"} 1 node_network_carrier_up_changes_total{device="lxcbb28b868ec03"} 1 node_network_carrier_up_changes_total{device="lxcc2d1188c8492"} 1 node_network_carrier_up_changes_total{device="lxcc9654858a670"} 1 node_network_carrier_up_changes_total{device="lxccc0ceff523f7"} 1 node_network_carrier_up_changes_total{device="lxcd7923256fbba"} 1 node_network_carrier_up_changes_total{device="lxcd7a0b135a155"} 1 node_network_carrier_up_changes_total{device="lxcd81b278aca29"} 1 node_network_carrier_up_changes_total{device="lxce0ed373ec2fb"} 1 node_network_carrier_up_changes_total{device="lxce2873290c3b7"} 1 node_network_carrier_up_changes_total{device="lxcf994cf3e2015"} 1 node_network_carrier_up_changes_total{device="private"} 2 node_network_carrier_up_changes_total{device="public"} 2 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="bond0"} 0 node_network_device_id{device="cilium_host"} 0 node_network_device_id{device="cilium_net"} 0 node_network_device_id{device="cilium_vxlan"} 0 node_network_device_id{device="ens1f0"} 0 node_network_device_id{device="ens1f1"} 0 node_network_device_id{device="ens5f0"} 0 node_network_device_id{device="ens5f1"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="lxc00421f634494"} 0 node_network_device_id{device="lxc03ceacb3ba30"} 0 node_network_device_id{device="lxc120bee2b864d"} 0 node_network_device_id{device="lxc1a82b11a2107"} 0 node_network_device_id{device="lxc1b892a52080a"} 0 node_network_device_id{device="lxc27ac1e5b7fc4"} 0 node_network_device_id{device="lxc33d55b421457"} 0 node_network_device_id{device="lxc36ca5baabaa4"} 0 node_network_device_id{device="lxc38d14926ca06"} 0 node_network_device_id{device="lxc4616c82595a2"} 0 node_network_device_id{device="lxc4a5bbd597af5"} 0 node_network_device_id{device="lxc4b50ea159d71"} 0 node_network_device_id{device="lxc50e9f7f43f6b"} 0 node_network_device_id{device="lxc55ba8dc631a7"} 0 node_network_device_id{device="lxc5c77fafe1366"} 0 node_network_device_id{device="lxc616d8239cd13"} 0 node_network_device_id{device="lxc62052156d794"} 0 node_network_device_id{device="lxc620e71eb9481"} 0 node_network_device_id{device="lxc62666b5a3a98"} 0 node_network_device_id{device="lxc677259274ba6"} 0 node_network_device_id{device="lxc740abab6ab6b"} 0 node_network_device_id{device="lxc767cea428d32"} 0 node_network_device_id{device="lxc8056f13b8273"} 0 node_network_device_id{device="lxc87320b5e02f8"} 0 node_network_device_id{device="lxc_health"} 0 node_network_device_id{device="lxcab880a4607a4"} 0 node_network_device_id{device="lxcb5a967762c68"} 0 node_network_device_id{device="lxcbb28b868ec03"} 0 node_network_device_id{device="lxcc2d1188c8492"} 0 node_network_device_id{device="lxcc9654858a670"} 0 node_network_device_id{device="lxccc0ceff523f7"} 0 node_network_device_id{device="lxcd7923256fbba"} 0 node_network_device_id{device="lxcd7a0b135a155"} 0 node_network_device_id{device="lxcd81b278aca29"} 0 node_network_device_id{device="lxce0ed373ec2fb"} 0 node_network_device_id{device="lxce2873290c3b7"} 0 node_network_device_id{device="lxcf994cf3e2015"} 0 node_network_device_id{device="private"} 0 node_network_device_id{device="public"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="bond0"} 0 node_network_dormant{device="cilium_host"} 0 node_network_dormant{device="cilium_net"} 0 node_network_dormant{device="cilium_vxlan"} 0 node_network_dormant{device="ens1f0"} 0 node_network_dormant{device="ens1f1"} 0 node_network_dormant{device="ens5f0"} 0 node_network_dormant{device="ens5f1"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="lxc00421f634494"} 0 node_network_dormant{device="lxc03ceacb3ba30"} 0 node_network_dormant{device="lxc120bee2b864d"} 0 node_network_dormant{device="lxc1a82b11a2107"} 0 node_network_dormant{device="lxc1b892a52080a"} 0 node_network_dormant{device="lxc27ac1e5b7fc4"} 0 node_network_dormant{device="lxc33d55b421457"} 0 node_network_dormant{device="lxc36ca5baabaa4"} 0 node_network_dormant{device="lxc38d14926ca06"} 0 node_network_dormant{device="lxc4616c82595a2"} 0 node_network_dormant{device="lxc4a5bbd597af5"} 0 node_network_dormant{device="lxc4b50ea159d71"} 0 node_network_dormant{device="lxc50e9f7f43f6b"} 0 node_network_dormant{device="lxc55ba8dc631a7"} 0 node_network_dormant{device="lxc5c77fafe1366"} 0 node_network_dormant{device="lxc616d8239cd13"} 0 node_network_dormant{device="lxc62052156d794"} 0 node_network_dormant{device="lxc620e71eb9481"} 0 node_network_dormant{device="lxc62666b5a3a98"} 0 node_network_dormant{device="lxc677259274ba6"} 0 node_network_dormant{device="lxc740abab6ab6b"} 0 node_network_dormant{device="lxc767cea428d32"} 0 node_network_dormant{device="lxc8056f13b8273"} 0 node_network_dormant{device="lxc87320b5e02f8"} 0 node_network_dormant{device="lxc_health"} 0 node_network_dormant{device="lxcab880a4607a4"} 0 node_network_dormant{device="lxcb5a967762c68"} 0 node_network_dormant{device="lxcbb28b868ec03"} 0 node_network_dormant{device="lxcc2d1188c8492"} 0 node_network_dormant{device="lxcc9654858a670"} 0 node_network_dormant{device="lxccc0ceff523f7"} 0 node_network_dormant{device="lxcd7923256fbba"} 0 node_network_dormant{device="lxcd7a0b135a155"} 0 node_network_dormant{device="lxcd81b278aca29"} 0 node_network_dormant{device="lxce0ed373ec2fb"} 0 node_network_dormant{device="lxce2873290c3b7"} 0 node_network_dormant{device="lxcf994cf3e2015"} 0 node_network_dormant{device="private"} 0 node_network_dormant{device="public"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="bond0"} 5123 node_network_flags{device="cilium_host"} 4227 node_network_flags{device="cilium_net"} 4227 node_network_flags{device="cilium_vxlan"} 4099 node_network_flags{device="ens1f0"} 4099 node_network_flags{device="ens1f1"} 4099 node_network_flags{device="ens5f0"} 6147 node_network_flags{device="ens5f1"} 6147 node_network_flags{device="lo"} 9 node_network_flags{device="lxc00421f634494"} 4099 node_network_flags{device="lxc03ceacb3ba30"} 4099 node_network_flags{device="lxc120bee2b864d"} 4099 node_network_flags{device="lxc1a82b11a2107"} 4099 node_network_flags{device="lxc1b892a52080a"} 4099 node_network_flags{device="lxc27ac1e5b7fc4"} 4099 node_network_flags{device="lxc33d55b421457"} 4099 node_network_flags{device="lxc36ca5baabaa4"} 4099 node_network_flags{device="lxc38d14926ca06"} 4099 node_network_flags{device="lxc4616c82595a2"} 4099 node_network_flags{device="lxc4a5bbd597af5"} 4099 node_network_flags{device="lxc4b50ea159d71"} 4099 node_network_flags{device="lxc50e9f7f43f6b"} 4099 node_network_flags{device="lxc55ba8dc631a7"} 4099 node_network_flags{device="lxc5c77fafe1366"} 4099 node_network_flags{device="lxc616d8239cd13"} 4099 node_network_flags{device="lxc62052156d794"} 4099 node_network_flags{device="lxc620e71eb9481"} 4099 node_network_flags{device="lxc62666b5a3a98"} 4099 node_network_flags{device="lxc677259274ba6"} 4099 node_network_flags{device="lxc740abab6ab6b"} 4099 node_network_flags{device="lxc767cea428d32"} 4099 node_network_flags{device="lxc8056f13b8273"} 4099 node_network_flags{device="lxc87320b5e02f8"} 4099 node_network_flags{device="lxc_health"} 4099 node_network_flags{device="lxcab880a4607a4"} 4099 node_network_flags{device="lxcb5a967762c68"} 4099 node_network_flags{device="lxcbb28b868ec03"} 4099 node_network_flags{device="lxcc2d1188c8492"} 4099 node_network_flags{device="lxcc9654858a670"} 4099 node_network_flags{device="lxccc0ceff523f7"} 4099 node_network_flags{device="lxcd7923256fbba"} 4099 node_network_flags{device="lxcd7a0b135a155"} 4099 node_network_flags{device="lxcd81b278aca29"} 4099 node_network_flags{device="lxce0ed373ec2fb"} 4099 node_network_flags{device="lxce2873290c3b7"} 4099 node_network_flags{device="lxcf994cf3e2015"} 4099 node_network_flags{device="private"} 4099 node_network_flags{device="public"} 4099 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="bond0"} 6 node_network_iface_id{device="cilium_host"} 10 node_network_iface_id{device="cilium_net"} 9 node_network_iface_id{device="cilium_vxlan"} 11 node_network_iface_id{device="ens1f0"} 2 node_network_iface_id{device="ens1f1"} 3 node_network_iface_id{device="ens5f0"} 4 node_network_iface_id{device="ens5f1"} 5 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="lxc00421f634494"} 146427 node_network_iface_id{device="lxc03ceacb3ba30"} 69189 node_network_iface_id{device="lxc120bee2b864d"} 129763 node_network_iface_id{device="lxc1a82b11a2107"} 119957 node_network_iface_id{device="lxc1b892a52080a"} 127651 node_network_iface_id{device="lxc27ac1e5b7fc4"} 127649 node_network_iface_id{device="lxc33d55b421457"} 39201 node_network_iface_id{device="lxc36ca5baabaa4"} 39205 node_network_iface_id{device="lxc38d14926ca06"} 116695 node_network_iface_id{device="lxc4616c82595a2"} 116709 node_network_iface_id{device="lxc4a5bbd597af5"} 144681 node_network_iface_id{device="lxc4b50ea159d71"} 127709 node_network_iface_id{device="lxc50e9f7f43f6b"} 125995 node_network_iface_id{device="lxc55ba8dc631a7"} 127681 node_network_iface_id{device="lxc5c77fafe1366"} 39235 node_network_iface_id{device="lxc616d8239cd13"} 144307 node_network_iface_id{device="lxc62052156d794"} 112473 node_network_iface_id{device="lxc620e71eb9481"} 40641 node_network_iface_id{device="lxc62666b5a3a98"} 144313 node_network_iface_id{device="lxc677259274ba6"} 127669 node_network_iface_id{device="lxc740abab6ab6b"} 139401 node_network_iface_id{device="lxc767cea428d32"} 144679 node_network_iface_id{device="lxc8056f13b8273"} 146413 node_network_iface_id{device="lxc87320b5e02f8"} 113599 node_network_iface_id{device="lxc_health"} 116687 node_network_iface_id{device="lxcab880a4607a4"} 125439 node_network_iface_id{device="lxcb5a967762c68"} 121329 node_network_iface_id{device="lxcbb28b868ec03"} 61933 node_network_iface_id{device="lxcc2d1188c8492"} 116677 node_network_iface_id{device="lxcc9654858a670"} 119953 node_network_iface_id{device="lxccc0ceff523f7"} 39215 node_network_iface_id{device="lxcd7923256fbba"} 130507 node_network_iface_id{device="lxcd7a0b135a155"} 114631 node_network_iface_id{device="lxcd81b278aca29"} 127727 node_network_iface_id{device="lxce0ed373ec2fb"} 127679 node_network_iface_id{device="lxce2873290c3b7"} 119951 node_network_iface_id{device="lxcf994cf3e2015"} 141243 node_network_iface_id{device="private"} 8 node_network_iface_id{device="public"} 7 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="bond0"} 6 node_network_iface_link{device="cilium_host"} 9 node_network_iface_link{device="cilium_net"} 10 node_network_iface_link{device="cilium_vxlan"} 11 node_network_iface_link{device="ens1f0"} 2 node_network_iface_link{device="ens1f1"} 3 node_network_iface_link{device="ens5f0"} 4 node_network_iface_link{device="ens5f1"} 5 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="lxc00421f634494"} 146426 node_network_iface_link{device="lxc03ceacb3ba30"} 69188 node_network_iface_link{device="lxc120bee2b864d"} 129762 node_network_iface_link{device="lxc1a82b11a2107"} 119956 node_network_iface_link{device="lxc1b892a52080a"} 127650 node_network_iface_link{device="lxc27ac1e5b7fc4"} 127648 node_network_iface_link{device="lxc33d55b421457"} 39200 node_network_iface_link{device="lxc36ca5baabaa4"} 39204 node_network_iface_link{device="lxc38d14926ca06"} 116694 node_network_iface_link{device="lxc4616c82595a2"} 116708 node_network_iface_link{device="lxc4a5bbd597af5"} 144680 node_network_iface_link{device="lxc4b50ea159d71"} 127708 node_network_iface_link{device="lxc50e9f7f43f6b"} 125994 node_network_iface_link{device="lxc55ba8dc631a7"} 127680 node_network_iface_link{device="lxc5c77fafe1366"} 39234 node_network_iface_link{device="lxc616d8239cd13"} 144306 node_network_iface_link{device="lxc62052156d794"} 112472 node_network_iface_link{device="lxc620e71eb9481"} 40640 node_network_iface_link{device="lxc62666b5a3a98"} 144312 node_network_iface_link{device="lxc677259274ba6"} 127668 node_network_iface_link{device="lxc740abab6ab6b"} 139400 node_network_iface_link{device="lxc767cea428d32"} 144678 node_network_iface_link{device="lxc8056f13b8273"} 146412 node_network_iface_link{device="lxc87320b5e02f8"} 113598 node_network_iface_link{device="lxc_health"} 116686 node_network_iface_link{device="lxcab880a4607a4"} 125438 node_network_iface_link{device="lxcb5a967762c68"} 121328 node_network_iface_link{device="lxcbb28b868ec03"} 61932 node_network_iface_link{device="lxcc2d1188c8492"} 116676 node_network_iface_link{device="lxcc9654858a670"} 119952 node_network_iface_link{device="lxccc0ceff523f7"} 39214 node_network_iface_link{device="lxcd7923256fbba"} 130506 node_network_iface_link{device="lxcd7a0b135a155"} 114630 node_network_iface_link{device="lxcd81b278aca29"} 127726 node_network_iface_link{device="lxce0ed373ec2fb"} 127678 node_network_iface_link{device="lxce2873290c3b7"} 119950 node_network_iface_link{device="lxcf994cf3e2015"} 141242 node_network_iface_link{device="private"} 6 node_network_iface_link{device="public"} 6 # 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="bond0"} 0 node_network_iface_link_mode{device="cilium_host"} 0 node_network_iface_link_mode{device="cilium_net"} 0 node_network_iface_link_mode{device="cilium_vxlan"} 0 node_network_iface_link_mode{device="ens1f0"} 0 node_network_iface_link_mode{device="ens1f1"} 0 node_network_iface_link_mode{device="ens5f0"} 0 node_network_iface_link_mode{device="ens5f1"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="lxc00421f634494"} 0 node_network_iface_link_mode{device="lxc03ceacb3ba30"} 0 node_network_iface_link_mode{device="lxc120bee2b864d"} 0 node_network_iface_link_mode{device="lxc1a82b11a2107"} 0 node_network_iface_link_mode{device="lxc1b892a52080a"} 0 node_network_iface_link_mode{device="lxc27ac1e5b7fc4"} 0 node_network_iface_link_mode{device="lxc33d55b421457"} 0 node_network_iface_link_mode{device="lxc36ca5baabaa4"} 0 node_network_iface_link_mode{device="lxc38d14926ca06"} 0 node_network_iface_link_mode{device="lxc4616c82595a2"} 0 node_network_iface_link_mode{device="lxc4a5bbd597af5"} 0 node_network_iface_link_mode{device="lxc4b50ea159d71"} 0 node_network_iface_link_mode{device="lxc50e9f7f43f6b"} 0 node_network_iface_link_mode{device="lxc55ba8dc631a7"} 0 node_network_iface_link_mode{device="lxc5c77fafe1366"} 0 node_network_iface_link_mode{device="lxc616d8239cd13"} 0 node_network_iface_link_mode{device="lxc62052156d794"} 0 node_network_iface_link_mode{device="lxc620e71eb9481"} 0 node_network_iface_link_mode{device="lxc62666b5a3a98"} 0 node_network_iface_link_mode{device="lxc677259274ba6"} 0 node_network_iface_link_mode{device="lxc740abab6ab6b"} 0 node_network_iface_link_mode{device="lxc767cea428d32"} 0 node_network_iface_link_mode{device="lxc8056f13b8273"} 0 node_network_iface_link_mode{device="lxc87320b5e02f8"} 0 node_network_iface_link_mode{device="lxc_health"} 0 node_network_iface_link_mode{device="lxcab880a4607a4"} 0 node_network_iface_link_mode{device="lxcb5a967762c68"} 0 node_network_iface_link_mode{device="lxcbb28b868ec03"} 0 node_network_iface_link_mode{device="lxcc2d1188c8492"} 0 node_network_iface_link_mode{device="lxcc9654858a670"} 0 node_network_iface_link_mode{device="lxccc0ceff523f7"} 0 node_network_iface_link_mode{device="lxcd7923256fbba"} 0 node_network_iface_link_mode{device="lxcd7a0b135a155"} 0 node_network_iface_link_mode{device="lxcd81b278aca29"} 0 node_network_iface_link_mode{device="lxce0ed373ec2fb"} 0 node_network_iface_link_mode{device="lxce2873290c3b7"} 0 node_network_iface_link_mode{device="lxcf994cf3e2015"} 0 node_network_iface_link_mode{device="private"} 0 node_network_iface_link_mode{device="public"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="0e:7e:55:28:ca:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cilium_net",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:9d:37:d6:b9:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc616d8239cd13",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:d1:46:a9:47:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc50e9f7f43f6b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:29:3d:e0:25:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcbb28b868ec03",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:88:3e:f7:86:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc767cea428d32",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:3d:c2:9c:bd:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc87320b5e02f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:26:f9:f7:06:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcd7a0b135a155",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:3e:1e:85:ee:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxce0ed373ec2fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:01:79:fc:56:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxccc0ceff523f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:61:90:3b:59:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcc2d1188c8492",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:ca:20:3b:81:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc740abab6ab6b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:ce:4a:11:b9:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc677259274ba6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:ff:fd:ab:58:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc4a5bbd597af5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:4b:09:9b:f3:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc8056f13b8273",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:ef:aa:52:fd:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcc9654858a670",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:38:10:4e:cf:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="bond0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:38:10:4e:cf:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="ens5f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:38:10:4e:cf:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="ens5f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:38:10:4e:cf:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="private",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:38:10:4e:cf:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="public",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:f1:0f:65:cd:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc38d14926ca06",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:50:b0:ba:f5:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc62666b5a3a98",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:5e:ce:fe:af:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc00421f634494",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:58:65:f1:08:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc62052156d794",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:76:ba:92:9c:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc55ba8dc631a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:9b:ce:94:c4:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc620e71eb9481",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:35:9d:08:a3:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcd7923256fbba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:47:12:f2:2f:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cilium_vxlan",duplex="unknown",ifalias="",operstate="unknown"} 1 node_network_info{address="9a:54:92:f6:d3:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cilium_host",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:96:6e:54:6e:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxce2873290c3b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:ca:6b:72:2e:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc4b50ea159d71",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:fd:32:cd:c8:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc36ca5baabaa4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:bb:da:c6:b2:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc120bee2b864d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ac:1f:6b:9b:df:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="ens1f0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ac:1f:6b:9b:df:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="ens1f1",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ba:13:dd:5f:a5:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcd81b278aca29",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:00:94:8f:4d:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcab880a4607a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:44:7e:82:33:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc1b892a52080a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:3d:eb:b1:b4:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc4616c82595a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:ef:ff:f1:7a:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcf994cf3e2015",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:09:4f:13:6a:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc03ceacb3ba30",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:a3:0e:05:21:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc33d55b421457",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:d4:2c:a8:4a:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc_health",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:07:f5:84:70:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcb5a967762c68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:34:63:7b:1e:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc1a82b11a2107",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:5f:97:01:83:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc5c77fafe1366",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:82:21:79:57:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc27ac1e5b7fc4",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="bond0"} 9000 node_network_mtu_bytes{device="cilium_host"} 1500 node_network_mtu_bytes{device="cilium_net"} 1500 node_network_mtu_bytes{device="cilium_vxlan"} 1500 node_network_mtu_bytes{device="ens1f0"} 1500 node_network_mtu_bytes{device="ens1f1"} 1500 node_network_mtu_bytes{device="ens5f0"} 9000 node_network_mtu_bytes{device="ens5f1"} 9000 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="lxc00421f634494"} 1500 node_network_mtu_bytes{device="lxc03ceacb3ba30"} 1450 node_network_mtu_bytes{device="lxc120bee2b864d"} 1500 node_network_mtu_bytes{device="lxc1a82b11a2107"} 1500 node_network_mtu_bytes{device="lxc1b892a52080a"} 1500 node_network_mtu_bytes{device="lxc27ac1e5b7fc4"} 1500 node_network_mtu_bytes{device="lxc33d55b421457"} 1450 node_network_mtu_bytes{device="lxc36ca5baabaa4"} 1450 node_network_mtu_bytes{device="lxc38d14926ca06"} 1500 node_network_mtu_bytes{device="lxc4616c82595a2"} 1500 node_network_mtu_bytes{device="lxc4a5bbd597af5"} 1500 node_network_mtu_bytes{device="lxc4b50ea159d71"} 1500 node_network_mtu_bytes{device="lxc50e9f7f43f6b"} 1500 node_network_mtu_bytes{device="lxc55ba8dc631a7"} 1500 node_network_mtu_bytes{device="lxc5c77fafe1366"} 1450 node_network_mtu_bytes{device="lxc616d8239cd13"} 1500 node_network_mtu_bytes{device="lxc62052156d794"} 1450 node_network_mtu_bytes{device="lxc620e71eb9481"} 1450 node_network_mtu_bytes{device="lxc62666b5a3a98"} 1500 node_network_mtu_bytes{device="lxc677259274ba6"} 1500 node_network_mtu_bytes{device="lxc740abab6ab6b"} 1500 node_network_mtu_bytes{device="lxc767cea428d32"} 1500 node_network_mtu_bytes{device="lxc8056f13b8273"} 1500 node_network_mtu_bytes{device="lxc87320b5e02f8"} 1450 node_network_mtu_bytes{device="lxc_health"} 1500 node_network_mtu_bytes{device="lxcab880a4607a4"} 1500 node_network_mtu_bytes{device="lxcb5a967762c68"} 1500 node_network_mtu_bytes{device="lxcbb28b868ec03"} 1450 node_network_mtu_bytes{device="lxcc2d1188c8492"} 1500 node_network_mtu_bytes{device="lxcc9654858a670"} 1500 node_network_mtu_bytes{device="lxccc0ceff523f7"} 1450 node_network_mtu_bytes{device="lxcd7923256fbba"} 1500 node_network_mtu_bytes{device="lxcd7a0b135a155"} 1450 node_network_mtu_bytes{device="lxcd81b278aca29"} 1500 node_network_mtu_bytes{device="lxce0ed373ec2fb"} 1500 node_network_mtu_bytes{device="lxce2873290c3b7"} 1500 node_network_mtu_bytes{device="lxcf994cf3e2015"} 1500 node_network_mtu_bytes{device="private"} 9000 node_network_mtu_bytes{device="public"} 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="bond0"} 3 node_network_name_assign_type{device="cilium_host"} 3 node_network_name_assign_type{device="cilium_net"} 3 node_network_name_assign_type{device="cilium_vxlan"} 3 node_network_name_assign_type{device="ens1f0"} 4 node_network_name_assign_type{device="ens1f1"} 4 node_network_name_assign_type{device="ens5f0"} 4 node_network_name_assign_type{device="ens5f1"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="lxc00421f634494"} 3 node_network_name_assign_type{device="lxc03ceacb3ba30"} 3 node_network_name_assign_type{device="lxc120bee2b864d"} 3 node_network_name_assign_type{device="lxc1a82b11a2107"} 3 node_network_name_assign_type{device="lxc1b892a52080a"} 3 node_network_name_assign_type{device="lxc27ac1e5b7fc4"} 3 node_network_name_assign_type{device="lxc33d55b421457"} 3 node_network_name_assign_type{device="lxc36ca5baabaa4"} 3 node_network_name_assign_type{device="lxc38d14926ca06"} 3 node_network_name_assign_type{device="lxc4616c82595a2"} 3 node_network_name_assign_type{device="lxc4a5bbd597af5"} 3 node_network_name_assign_type{device="lxc4b50ea159d71"} 3 node_network_name_assign_type{device="lxc50e9f7f43f6b"} 3 node_network_name_assign_type{device="lxc55ba8dc631a7"} 3 node_network_name_assign_type{device="lxc5c77fafe1366"} 3 node_network_name_assign_type{device="lxc616d8239cd13"} 3 node_network_name_assign_type{device="lxc62052156d794"} 3 node_network_name_assign_type{device="lxc620e71eb9481"} 3 node_network_name_assign_type{device="lxc62666b5a3a98"} 3 node_network_name_assign_type{device="lxc677259274ba6"} 3 node_network_name_assign_type{device="lxc740abab6ab6b"} 3 node_network_name_assign_type{device="lxc767cea428d32"} 3 node_network_name_assign_type{device="lxc8056f13b8273"} 3 node_network_name_assign_type{device="lxc87320b5e02f8"} 3 node_network_name_assign_type{device="lxc_health"} 3 node_network_name_assign_type{device="lxcab880a4607a4"} 3 node_network_name_assign_type{device="lxcb5a967762c68"} 3 node_network_name_assign_type{device="lxcbb28b868ec03"} 3 node_network_name_assign_type{device="lxcc2d1188c8492"} 3 node_network_name_assign_type{device="lxcc9654858a670"} 3 node_network_name_assign_type{device="lxccc0ceff523f7"} 3 node_network_name_assign_type{device="lxcd7923256fbba"} 3 node_network_name_assign_type{device="lxcd7a0b135a155"} 3 node_network_name_assign_type{device="lxcd81b278aca29"} 3 node_network_name_assign_type{device="lxce0ed373ec2fb"} 3 node_network_name_assign_type{device="lxce2873290c3b7"} 3 node_network_name_assign_type{device="lxcf994cf3e2015"} 3 node_network_name_assign_type{device="private"} 3 node_network_name_assign_type{device="public"} 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="bond0"} 0 node_network_net_dev_group{device="cilium_host"} 0 node_network_net_dev_group{device="cilium_net"} 0 node_network_net_dev_group{device="cilium_vxlan"} 0 node_network_net_dev_group{device="ens1f0"} 0 node_network_net_dev_group{device="ens1f1"} 0 node_network_net_dev_group{device="ens5f0"} 0 node_network_net_dev_group{device="ens5f1"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="lxc00421f634494"} 0 node_network_net_dev_group{device="lxc03ceacb3ba30"} 0 node_network_net_dev_group{device="lxc120bee2b864d"} 0 node_network_net_dev_group{device="lxc1a82b11a2107"} 0 node_network_net_dev_group{device="lxc1b892a52080a"} 0 node_network_net_dev_group{device="lxc27ac1e5b7fc4"} 0 node_network_net_dev_group{device="lxc33d55b421457"} 0 node_network_net_dev_group{device="lxc36ca5baabaa4"} 0 node_network_net_dev_group{device="lxc38d14926ca06"} 0 node_network_net_dev_group{device="lxc4616c82595a2"} 0 node_network_net_dev_group{device="lxc4a5bbd597af5"} 0 node_network_net_dev_group{device="lxc4b50ea159d71"} 0 node_network_net_dev_group{device="lxc50e9f7f43f6b"} 0 node_network_net_dev_group{device="lxc55ba8dc631a7"} 0 node_network_net_dev_group{device="lxc5c77fafe1366"} 0 node_network_net_dev_group{device="lxc616d8239cd13"} 0 node_network_net_dev_group{device="lxc62052156d794"} 0 node_network_net_dev_group{device="lxc620e71eb9481"} 0 node_network_net_dev_group{device="lxc62666b5a3a98"} 0 node_network_net_dev_group{device="lxc677259274ba6"} 0 node_network_net_dev_group{device="lxc740abab6ab6b"} 0 node_network_net_dev_group{device="lxc767cea428d32"} 0 node_network_net_dev_group{device="lxc8056f13b8273"} 0 node_network_net_dev_group{device="lxc87320b5e02f8"} 0 node_network_net_dev_group{device="lxc_health"} 0 node_network_net_dev_group{device="lxcab880a4607a4"} 0 node_network_net_dev_group{device="lxcb5a967762c68"} 0 node_network_net_dev_group{device="lxcbb28b868ec03"} 0 node_network_net_dev_group{device="lxcc2d1188c8492"} 0 node_network_net_dev_group{device="lxcc9654858a670"} 0 node_network_net_dev_group{device="lxccc0ceff523f7"} 0 node_network_net_dev_group{device="lxcd7923256fbba"} 0 node_network_net_dev_group{device="lxcd7a0b135a155"} 0 node_network_net_dev_group{device="lxcd81b278aca29"} 0 node_network_net_dev_group{device="lxce0ed373ec2fb"} 0 node_network_net_dev_group{device="lxce2873290c3b7"} 0 node_network_net_dev_group{device="lxcf994cf3e2015"} 0 node_network_net_dev_group{device="private"} 0 node_network_net_dev_group{device="public"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="bond0"} 1 node_network_protocol_type{device="cilium_host"} 1 node_network_protocol_type{device="cilium_net"} 1 node_network_protocol_type{device="cilium_vxlan"} 1 node_network_protocol_type{device="ens1f0"} 1 node_network_protocol_type{device="ens1f1"} 1 node_network_protocol_type{device="ens5f0"} 1 node_network_protocol_type{device="ens5f1"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="lxc00421f634494"} 1 node_network_protocol_type{device="lxc03ceacb3ba30"} 1 node_network_protocol_type{device="lxc120bee2b864d"} 1 node_network_protocol_type{device="lxc1a82b11a2107"} 1 node_network_protocol_type{device="lxc1b892a52080a"} 1 node_network_protocol_type{device="lxc27ac1e5b7fc4"} 1 node_network_protocol_type{device="lxc33d55b421457"} 1 node_network_protocol_type{device="lxc36ca5baabaa4"} 1 node_network_protocol_type{device="lxc38d14926ca06"} 1 node_network_protocol_type{device="lxc4616c82595a2"} 1 node_network_protocol_type{device="lxc4a5bbd597af5"} 1 node_network_protocol_type{device="lxc4b50ea159d71"} 1 node_network_protocol_type{device="lxc50e9f7f43f6b"} 1 node_network_protocol_type{device="lxc55ba8dc631a7"} 1 node_network_protocol_type{device="lxc5c77fafe1366"} 1 node_network_protocol_type{device="lxc616d8239cd13"} 1 node_network_protocol_type{device="lxc62052156d794"} 1 node_network_protocol_type{device="lxc620e71eb9481"} 1 node_network_protocol_type{device="lxc62666b5a3a98"} 1 node_network_protocol_type{device="lxc677259274ba6"} 1 node_network_protocol_type{device="lxc740abab6ab6b"} 1 node_network_protocol_type{device="lxc767cea428d32"} 1 node_network_protocol_type{device="lxc8056f13b8273"} 1 node_network_protocol_type{device="lxc87320b5e02f8"} 1 node_network_protocol_type{device="lxc_health"} 1 node_network_protocol_type{device="lxcab880a4607a4"} 1 node_network_protocol_type{device="lxcb5a967762c68"} 1 node_network_protocol_type{device="lxcbb28b868ec03"} 1 node_network_protocol_type{device="lxcc2d1188c8492"} 1 node_network_protocol_type{device="lxcc9654858a670"} 1 node_network_protocol_type{device="lxccc0ceff523f7"} 1 node_network_protocol_type{device="lxcd7923256fbba"} 1 node_network_protocol_type{device="lxcd7a0b135a155"} 1 node_network_protocol_type{device="lxcd81b278aca29"} 1 node_network_protocol_type{device="lxce0ed373ec2fb"} 1 node_network_protocol_type{device="lxce2873290c3b7"} 1 node_network_protocol_type{device="lxcf994cf3e2015"} 1 node_network_protocol_type{device="private"} 1 node_network_protocol_type{device="public"} 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="bond0"} 1.667489103356553e+15 node_network_receive_bytes_total{device="cilium_host"} 8.948285437e+09 node_network_receive_bytes_total{device="cilium_net"} 1.0405307724e+10 node_network_receive_bytes_total{device="cilium_vxlan"} 1.520598344680462e+15 node_network_receive_bytes_total{device="ens1f0"} 0 node_network_receive_bytes_total{device="ens1f1"} 0 node_network_receive_bytes_total{device="ens5f0"} 8.54594054916911e+14 node_network_receive_bytes_total{device="ens5f1"} 8.12895048439642e+14 node_network_receive_bytes_total{device="lo"} 5.33749855625e+11 node_network_receive_bytes_total{device="lxc00421f634494"} 7.82505723e+09 node_network_receive_bytes_total{device="lxc03ceacb3ba30"} 1.83496347199e+11 node_network_receive_bytes_total{device="lxc120bee2b864d"} 2.82349696e+10 node_network_receive_bytes_total{device="lxc1a82b11a2107"} 1.708931913881e+12 node_network_receive_bytes_total{device="lxc1b892a52080a"} 1.69885977363e+11 node_network_receive_bytes_total{device="lxc27ac1e5b7fc4"} 5.1179847291e+10 node_network_receive_bytes_total{device="lxc33d55b421457"} 2.97784354112e+11 node_network_receive_bytes_total{device="lxc36ca5baabaa4"} 967356 node_network_receive_bytes_total{device="lxc38d14926ca06"} 6.1882413494e+10 node_network_receive_bytes_total{device="lxc4616c82595a2"} 4.449698677937e+12 node_network_receive_bytes_total{device="lxc4a5bbd597af5"} 2.39786386514e+11 node_network_receive_bytes_total{device="lxc4b50ea159d71"} 3.099351144773e+12 node_network_receive_bytes_total{device="lxc50e9f7f43f6b"} 1.621032404e+09 node_network_receive_bytes_total{device="lxc55ba8dc631a7"} 3.12097105024e+12 node_network_receive_bytes_total{device="lxc5c77fafe1366"} 1.53052341904159e+14 node_network_receive_bytes_total{device="lxc616d8239cd13"} 8.0109514143e+10 node_network_receive_bytes_total{device="lxc62052156d794"} 3.3439195139e+11 node_network_receive_bytes_total{device="lxc620e71eb9481"} 5.1272239244e+10 node_network_receive_bytes_total{device="lxc62666b5a3a98"} 1.1640148936e+10 node_network_receive_bytes_total{device="lxc677259274ba6"} 5.851315817273e+12 node_network_receive_bytes_total{device="lxc740abab6ab6b"} 8.78884057e+08 node_network_receive_bytes_total{device="lxc767cea428d32"} 6.71229848e+08 node_network_receive_bytes_total{device="lxc8056f13b8273"} 5.721424265e+09 node_network_receive_bytes_total{device="lxc87320b5e02f8"} 1.63178247024e+11 node_network_receive_bytes_total{device="lxc_health"} 1.31099077e+09 node_network_receive_bytes_total{device="lxcab880a4607a4"} 7.3419187353e+10 node_network_receive_bytes_total{device="lxcb5a967762c68"} 7.5814354718e+10 node_network_receive_bytes_total{device="lxcbb28b868ec03"} 1.95866465492e+11 node_network_receive_bytes_total{device="lxcc2d1188c8492"} 1.70387994918e+11 node_network_receive_bytes_total{device="lxcc9654858a670"} 1.2534332497355e+13 node_network_receive_bytes_total{device="lxccc0ceff523f7"} 5.70655433e+09 node_network_receive_bytes_total{device="lxcd7923256fbba"} 2.8609731756e+10 node_network_receive_bytes_total{device="lxcd7a0b135a155"} 8.1157510863e+10 node_network_receive_bytes_total{device="lxcd81b278aca29"} 6.104650452381e+12 node_network_receive_bytes_total{device="lxce0ed373ec2fb"} 3.120992798254e+12 node_network_receive_bytes_total{device="lxce2873290c3b7"} 1.0317127e+07 node_network_receive_bytes_total{device="lxcf994cf3e2015"} 1.4331983175e+10 node_network_receive_bytes_total{device="private"} 1.533452995106526e+15 node_network_receive_bytes_total{device="public"} 9.63349481358e+12 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="bond0"} 0 node_network_receive_compressed_total{device="cilium_host"} 0 node_network_receive_compressed_total{device="cilium_net"} 0 node_network_receive_compressed_total{device="cilium_vxlan"} 0 node_network_receive_compressed_total{device="ens1f0"} 0 node_network_receive_compressed_total{device="ens1f1"} 0 node_network_receive_compressed_total{device="ens5f0"} 0 node_network_receive_compressed_total{device="ens5f1"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="lxc00421f634494"} 0 node_network_receive_compressed_total{device="lxc03ceacb3ba30"} 0 node_network_receive_compressed_total{device="lxc120bee2b864d"} 0 node_network_receive_compressed_total{device="lxc1a82b11a2107"} 0 node_network_receive_compressed_total{device="lxc1b892a52080a"} 0 node_network_receive_compressed_total{device="lxc27ac1e5b7fc4"} 0 node_network_receive_compressed_total{device="lxc33d55b421457"} 0 node_network_receive_compressed_total{device="lxc36ca5baabaa4"} 0 node_network_receive_compressed_total{device="lxc38d14926ca06"} 0 node_network_receive_compressed_total{device="lxc4616c82595a2"} 0 node_network_receive_compressed_total{device="lxc4a5bbd597af5"} 0 node_network_receive_compressed_total{device="lxc4b50ea159d71"} 0 node_network_receive_compressed_total{device="lxc50e9f7f43f6b"} 0 node_network_receive_compressed_total{device="lxc55ba8dc631a7"} 0 node_network_receive_compressed_total{device="lxc5c77fafe1366"} 0 node_network_receive_compressed_total{device="lxc616d8239cd13"} 0 node_network_receive_compressed_total{device="lxc62052156d794"} 0 node_network_receive_compressed_total{device="lxc620e71eb9481"} 0 node_network_receive_compressed_total{device="lxc62666b5a3a98"} 0 node_network_receive_compressed_total{device="lxc677259274ba6"} 0 node_network_receive_compressed_total{device="lxc740abab6ab6b"} 0 node_network_receive_compressed_total{device="lxc767cea428d32"} 0 node_network_receive_compressed_total{device="lxc8056f13b8273"} 0 node_network_receive_compressed_total{device="lxc87320b5e02f8"} 0 node_network_receive_compressed_total{device="lxc_health"} 0 node_network_receive_compressed_total{device="lxcab880a4607a4"} 0 node_network_receive_compressed_total{device="lxcb5a967762c68"} 0 node_network_receive_compressed_total{device="lxcbb28b868ec03"} 0 node_network_receive_compressed_total{device="lxcc2d1188c8492"} 0 node_network_receive_compressed_total{device="lxcc9654858a670"} 0 node_network_receive_compressed_total{device="lxccc0ceff523f7"} 0 node_network_receive_compressed_total{device="lxcd7923256fbba"} 0 node_network_receive_compressed_total{device="lxcd7a0b135a155"} 0 node_network_receive_compressed_total{device="lxcd81b278aca29"} 0 node_network_receive_compressed_total{device="lxce0ed373ec2fb"} 0 node_network_receive_compressed_total{device="lxce2873290c3b7"} 0 node_network_receive_compressed_total{device="lxcf994cf3e2015"} 0 node_network_receive_compressed_total{device="private"} 0 node_network_receive_compressed_total{device="public"} 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="bond0"} 2.52839968e+08 node_network_receive_drop_total{device="cilium_host"} 0 node_network_receive_drop_total{device="cilium_net"} 0 node_network_receive_drop_total{device="cilium_vxlan"} 0 node_network_receive_drop_total{device="ens1f0"} 0 node_network_receive_drop_total{device="ens1f1"} 0 node_network_receive_drop_total{device="ens5f0"} 1.3196514e+08 node_network_receive_drop_total{device="ens5f1"} 1.20874828e+08 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="lxc00421f634494"} 0 node_network_receive_drop_total{device="lxc03ceacb3ba30"} 0 node_network_receive_drop_total{device="lxc120bee2b864d"} 0 node_network_receive_drop_total{device="lxc1a82b11a2107"} 0 node_network_receive_drop_total{device="lxc1b892a52080a"} 0 node_network_receive_drop_total{device="lxc27ac1e5b7fc4"} 0 node_network_receive_drop_total{device="lxc33d55b421457"} 0 node_network_receive_drop_total{device="lxc36ca5baabaa4"} 0 node_network_receive_drop_total{device="lxc38d14926ca06"} 0 node_network_receive_drop_total{device="lxc4616c82595a2"} 0 node_network_receive_drop_total{device="lxc4a5bbd597af5"} 0 node_network_receive_drop_total{device="lxc4b50ea159d71"} 0 node_network_receive_drop_total{device="lxc50e9f7f43f6b"} 0 node_network_receive_drop_total{device="lxc55ba8dc631a7"} 0 node_network_receive_drop_total{device="lxc5c77fafe1366"} 0 node_network_receive_drop_total{device="lxc616d8239cd13"} 0 node_network_receive_drop_total{device="lxc62052156d794"} 0 node_network_receive_drop_total{device="lxc620e71eb9481"} 0 node_network_receive_drop_total{device="lxc62666b5a3a98"} 0 node_network_receive_drop_total{device="lxc677259274ba6"} 0 node_network_receive_drop_total{device="lxc740abab6ab6b"} 0 node_network_receive_drop_total{device="lxc767cea428d32"} 0 node_network_receive_drop_total{device="lxc8056f13b8273"} 0 node_network_receive_drop_total{device="lxc87320b5e02f8"} 0 node_network_receive_drop_total{device="lxc_health"} 0 node_network_receive_drop_total{device="lxcab880a4607a4"} 0 node_network_receive_drop_total{device="lxcb5a967762c68"} 0 node_network_receive_drop_total{device="lxcbb28b868ec03"} 0 node_network_receive_drop_total{device="lxcc2d1188c8492"} 0 node_network_receive_drop_total{device="lxcc9654858a670"} 0 node_network_receive_drop_total{device="lxccc0ceff523f7"} 0 node_network_receive_drop_total{device="lxcd7923256fbba"} 0 node_network_receive_drop_total{device="lxcd7a0b135a155"} 0 node_network_receive_drop_total{device="lxcd81b278aca29"} 0 node_network_receive_drop_total{device="lxce0ed373ec2fb"} 0 node_network_receive_drop_total{device="lxce2873290c3b7"} 0 node_network_receive_drop_total{device="lxcf994cf3e2015"} 0 node_network_receive_drop_total{device="private"} 0 node_network_receive_drop_total{device="public"} 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="bond0"} 0 node_network_receive_errs_total{device="cilium_host"} 0 node_network_receive_errs_total{device="cilium_net"} 0 node_network_receive_errs_total{device="cilium_vxlan"} 0 node_network_receive_errs_total{device="ens1f0"} 0 node_network_receive_errs_total{device="ens1f1"} 0 node_network_receive_errs_total{device="ens5f0"} 0 node_network_receive_errs_total{device="ens5f1"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="lxc00421f634494"} 0 node_network_receive_errs_total{device="lxc03ceacb3ba30"} 0 node_network_receive_errs_total{device="lxc120bee2b864d"} 0 node_network_receive_errs_total{device="lxc1a82b11a2107"} 0 node_network_receive_errs_total{device="lxc1b892a52080a"} 0 node_network_receive_errs_total{device="lxc27ac1e5b7fc4"} 0 node_network_receive_errs_total{device="lxc33d55b421457"} 0 node_network_receive_errs_total{device="lxc36ca5baabaa4"} 0 node_network_receive_errs_total{device="lxc38d14926ca06"} 0 node_network_receive_errs_total{device="lxc4616c82595a2"} 0 node_network_receive_errs_total{device="lxc4a5bbd597af5"} 0 node_network_receive_errs_total{device="lxc4b50ea159d71"} 0 node_network_receive_errs_total{device="lxc50e9f7f43f6b"} 0 node_network_receive_errs_total{device="lxc55ba8dc631a7"} 0 node_network_receive_errs_total{device="lxc5c77fafe1366"} 0 node_network_receive_errs_total{device="lxc616d8239cd13"} 0 node_network_receive_errs_total{device="lxc62052156d794"} 0 node_network_receive_errs_total{device="lxc620e71eb9481"} 0 node_network_receive_errs_total{device="lxc62666b5a3a98"} 0 node_network_receive_errs_total{device="lxc677259274ba6"} 0 node_network_receive_errs_total{device="lxc740abab6ab6b"} 0 node_network_receive_errs_total{device="lxc767cea428d32"} 0 node_network_receive_errs_total{device="lxc8056f13b8273"} 0 node_network_receive_errs_total{device="lxc87320b5e02f8"} 0 node_network_receive_errs_total{device="lxc_health"} 0 node_network_receive_errs_total{device="lxcab880a4607a4"} 0 node_network_receive_errs_total{device="lxcb5a967762c68"} 0 node_network_receive_errs_total{device="lxcbb28b868ec03"} 0 node_network_receive_errs_total{device="lxcc2d1188c8492"} 0 node_network_receive_errs_total{device="lxcc9654858a670"} 0 node_network_receive_errs_total{device="lxccc0ceff523f7"} 0 node_network_receive_errs_total{device="lxcd7923256fbba"} 0 node_network_receive_errs_total{device="lxcd7a0b135a155"} 0 node_network_receive_errs_total{device="lxcd81b278aca29"} 0 node_network_receive_errs_total{device="lxce0ed373ec2fb"} 0 node_network_receive_errs_total{device="lxce2873290c3b7"} 0 node_network_receive_errs_total{device="lxcf994cf3e2015"} 0 node_network_receive_errs_total{device="private"} 0 node_network_receive_errs_total{device="public"} 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="bond0"} 0 node_network_receive_fifo_total{device="cilium_host"} 0 node_network_receive_fifo_total{device="cilium_net"} 0 node_network_receive_fifo_total{device="cilium_vxlan"} 0 node_network_receive_fifo_total{device="ens1f0"} 0 node_network_receive_fifo_total{device="ens1f1"} 0 node_network_receive_fifo_total{device="ens5f0"} 0 node_network_receive_fifo_total{device="ens5f1"} 0 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="lxc00421f634494"} 0 node_network_receive_fifo_total{device="lxc03ceacb3ba30"} 0 node_network_receive_fifo_total{device="lxc120bee2b864d"} 0 node_network_receive_fifo_total{device="lxc1a82b11a2107"} 0 node_network_receive_fifo_total{device="lxc1b892a52080a"} 0 node_network_receive_fifo_total{device="lxc27ac1e5b7fc4"} 0 node_network_receive_fifo_total{device="lxc33d55b421457"} 0 node_network_receive_fifo_total{device="lxc36ca5baabaa4"} 0 node_network_receive_fifo_total{device="lxc38d14926ca06"} 0 node_network_receive_fifo_total{device="lxc4616c82595a2"} 0 node_network_receive_fifo_total{device="lxc4a5bbd597af5"} 0 node_network_receive_fifo_total{device="lxc4b50ea159d71"} 0 node_network_receive_fifo_total{device="lxc50e9f7f43f6b"} 0 node_network_receive_fifo_total{device="lxc55ba8dc631a7"} 0 node_network_receive_fifo_total{device="lxc5c77fafe1366"} 0 node_network_receive_fifo_total{device="lxc616d8239cd13"} 0 node_network_receive_fifo_total{device="lxc62052156d794"} 0 node_network_receive_fifo_total{device="lxc620e71eb9481"} 0 node_network_receive_fifo_total{device="lxc62666b5a3a98"} 0 node_network_receive_fifo_total{device="lxc677259274ba6"} 0 node_network_receive_fifo_total{device="lxc740abab6ab6b"} 0 node_network_receive_fifo_total{device="lxc767cea428d32"} 0 node_network_receive_fifo_total{device="lxc8056f13b8273"} 0 node_network_receive_fifo_total{device="lxc87320b5e02f8"} 0 node_network_receive_fifo_total{device="lxc_health"} 0 node_network_receive_fifo_total{device="lxcab880a4607a4"} 0 node_network_receive_fifo_total{device="lxcb5a967762c68"} 0 node_network_receive_fifo_total{device="lxcbb28b868ec03"} 0 node_network_receive_fifo_total{device="lxcc2d1188c8492"} 0 node_network_receive_fifo_total{device="lxcc9654858a670"} 0 node_network_receive_fifo_total{device="lxccc0ceff523f7"} 0 node_network_receive_fifo_total{device="lxcd7923256fbba"} 0 node_network_receive_fifo_total{device="lxcd7a0b135a155"} 0 node_network_receive_fifo_total{device="lxcd81b278aca29"} 0 node_network_receive_fifo_total{device="lxce0ed373ec2fb"} 0 node_network_receive_fifo_total{device="lxce2873290c3b7"} 0 node_network_receive_fifo_total{device="lxcf994cf3e2015"} 0 node_network_receive_fifo_total{device="private"} 0 node_network_receive_fifo_total{device="public"} 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="bond0"} 0 node_network_receive_frame_total{device="cilium_host"} 0 node_network_receive_frame_total{device="cilium_net"} 0 node_network_receive_frame_total{device="cilium_vxlan"} 0 node_network_receive_frame_total{device="ens1f0"} 0 node_network_receive_frame_total{device="ens1f1"} 0 node_network_receive_frame_total{device="ens5f0"} 0 node_network_receive_frame_total{device="ens5f1"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="lxc00421f634494"} 0 node_network_receive_frame_total{device="lxc03ceacb3ba30"} 0 node_network_receive_frame_total{device="lxc120bee2b864d"} 0 node_network_receive_frame_total{device="lxc1a82b11a2107"} 0 node_network_receive_frame_total{device="lxc1b892a52080a"} 0 node_network_receive_frame_total{device="lxc27ac1e5b7fc4"} 0 node_network_receive_frame_total{device="lxc33d55b421457"} 0 node_network_receive_frame_total{device="lxc36ca5baabaa4"} 0 node_network_receive_frame_total{device="lxc38d14926ca06"} 0 node_network_receive_frame_total{device="lxc4616c82595a2"} 0 node_network_receive_frame_total{device="lxc4a5bbd597af5"} 0 node_network_receive_frame_total{device="lxc4b50ea159d71"} 0 node_network_receive_frame_total{device="lxc50e9f7f43f6b"} 0 node_network_receive_frame_total{device="lxc55ba8dc631a7"} 0 node_network_receive_frame_total{device="lxc5c77fafe1366"} 0 node_network_receive_frame_total{device="lxc616d8239cd13"} 0 node_network_receive_frame_total{device="lxc62052156d794"} 0 node_network_receive_frame_total{device="lxc620e71eb9481"} 0 node_network_receive_frame_total{device="lxc62666b5a3a98"} 0 node_network_receive_frame_total{device="lxc677259274ba6"} 0 node_network_receive_frame_total{device="lxc740abab6ab6b"} 0 node_network_receive_frame_total{device="lxc767cea428d32"} 0 node_network_receive_frame_total{device="lxc8056f13b8273"} 0 node_network_receive_frame_total{device="lxc87320b5e02f8"} 0 node_network_receive_frame_total{device="lxc_health"} 0 node_network_receive_frame_total{device="lxcab880a4607a4"} 0 node_network_receive_frame_total{device="lxcb5a967762c68"} 0 node_network_receive_frame_total{device="lxcbb28b868ec03"} 0 node_network_receive_frame_total{device="lxcc2d1188c8492"} 0 node_network_receive_frame_total{device="lxcc9654858a670"} 0 node_network_receive_frame_total{device="lxccc0ceff523f7"} 0 node_network_receive_frame_total{device="lxcd7923256fbba"} 0 node_network_receive_frame_total{device="lxcd7a0b135a155"} 0 node_network_receive_frame_total{device="lxcd81b278aca29"} 0 node_network_receive_frame_total{device="lxce0ed373ec2fb"} 0 node_network_receive_frame_total{device="lxce2873290c3b7"} 0 node_network_receive_frame_total{device="lxcf994cf3e2015"} 0 node_network_receive_frame_total{device="private"} 0 node_network_receive_frame_total{device="public"} 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="bond0"} 1.4041894e+07 node_network_receive_multicast_total{device="cilium_host"} 0 node_network_receive_multicast_total{device="cilium_net"} 0 node_network_receive_multicast_total{device="cilium_vxlan"} 0 node_network_receive_multicast_total{device="ens1f0"} 0 node_network_receive_multicast_total{device="ens1f1"} 0 node_network_receive_multicast_total{device="ens5f0"} 8.229789e+06 node_network_receive_multicast_total{device="ens5f1"} 5.812105e+06 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="lxc00421f634494"} 0 node_network_receive_multicast_total{device="lxc03ceacb3ba30"} 0 node_network_receive_multicast_total{device="lxc120bee2b864d"} 0 node_network_receive_multicast_total{device="lxc1a82b11a2107"} 0 node_network_receive_multicast_total{device="lxc1b892a52080a"} 0 node_network_receive_multicast_total{device="lxc27ac1e5b7fc4"} 0 node_network_receive_multicast_total{device="lxc33d55b421457"} 0 node_network_receive_multicast_total{device="lxc36ca5baabaa4"} 0 node_network_receive_multicast_total{device="lxc38d14926ca06"} 0 node_network_receive_multicast_total{device="lxc4616c82595a2"} 0 node_network_receive_multicast_total{device="lxc4a5bbd597af5"} 0 node_network_receive_multicast_total{device="lxc4b50ea159d71"} 0 node_network_receive_multicast_total{device="lxc50e9f7f43f6b"} 0 node_network_receive_multicast_total{device="lxc55ba8dc631a7"} 0 node_network_receive_multicast_total{device="lxc5c77fafe1366"} 0 node_network_receive_multicast_total{device="lxc616d8239cd13"} 0 node_network_receive_multicast_total{device="lxc62052156d794"} 0 node_network_receive_multicast_total{device="lxc620e71eb9481"} 0 node_network_receive_multicast_total{device="lxc62666b5a3a98"} 0 node_network_receive_multicast_total{device="lxc677259274ba6"} 0 node_network_receive_multicast_total{device="lxc740abab6ab6b"} 0 node_network_receive_multicast_total{device="lxc767cea428d32"} 0 node_network_receive_multicast_total{device="lxc8056f13b8273"} 0 node_network_receive_multicast_total{device="lxc87320b5e02f8"} 0 node_network_receive_multicast_total{device="lxc_health"} 0 node_network_receive_multicast_total{device="lxcab880a4607a4"} 0 node_network_receive_multicast_total{device="lxcb5a967762c68"} 0 node_network_receive_multicast_total{device="lxcbb28b868ec03"} 0 node_network_receive_multicast_total{device="lxcc2d1188c8492"} 0 node_network_receive_multicast_total{device="lxcc9654858a670"} 0 node_network_receive_multicast_total{device="lxccc0ceff523f7"} 0 node_network_receive_multicast_total{device="lxcd7923256fbba"} 0 node_network_receive_multicast_total{device="lxcd7a0b135a155"} 0 node_network_receive_multicast_total{device="lxcd81b278aca29"} 0 node_network_receive_multicast_total{device="lxce0ed373ec2fb"} 0 node_network_receive_multicast_total{device="lxce2873290c3b7"} 0 node_network_receive_multicast_total{device="lxcf994cf3e2015"} 0 node_network_receive_multicast_total{device="private"} 20758 node_network_receive_multicast_total{device="public"} 5.222358e+06 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="bond0"} 79 node_network_receive_nohandler_total{device="cilium_host"} 0 node_network_receive_nohandler_total{device="cilium_net"} 0 node_network_receive_nohandler_total{device="cilium_vxlan"} 0 node_network_receive_nohandler_total{device="ens1f0"} 0 node_network_receive_nohandler_total{device="ens1f1"} 0 node_network_receive_nohandler_total{device="ens5f0"} 70 node_network_receive_nohandler_total{device="ens5f1"} 9 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="lxc00421f634494"} 0 node_network_receive_nohandler_total{device="lxc03ceacb3ba30"} 0 node_network_receive_nohandler_total{device="lxc120bee2b864d"} 0 node_network_receive_nohandler_total{device="lxc1a82b11a2107"} 0 node_network_receive_nohandler_total{device="lxc1b892a52080a"} 0 node_network_receive_nohandler_total{device="lxc27ac1e5b7fc4"} 0 node_network_receive_nohandler_total{device="lxc33d55b421457"} 0 node_network_receive_nohandler_total{device="lxc36ca5baabaa4"} 0 node_network_receive_nohandler_total{device="lxc38d14926ca06"} 0 node_network_receive_nohandler_total{device="lxc4616c82595a2"} 0 node_network_receive_nohandler_total{device="lxc4a5bbd597af5"} 0 node_network_receive_nohandler_total{device="lxc4b50ea159d71"} 0 node_network_receive_nohandler_total{device="lxc50e9f7f43f6b"} 0 node_network_receive_nohandler_total{device="lxc55ba8dc631a7"} 0 node_network_receive_nohandler_total{device="lxc5c77fafe1366"} 0 node_network_receive_nohandler_total{device="lxc616d8239cd13"} 0 node_network_receive_nohandler_total{device="lxc62052156d794"} 0 node_network_receive_nohandler_total{device="lxc620e71eb9481"} 0 node_network_receive_nohandler_total{device="lxc62666b5a3a98"} 0 node_network_receive_nohandler_total{device="lxc677259274ba6"} 0 node_network_receive_nohandler_total{device="lxc740abab6ab6b"} 0 node_network_receive_nohandler_total{device="lxc767cea428d32"} 0 node_network_receive_nohandler_total{device="lxc8056f13b8273"} 0 node_network_receive_nohandler_total{device="lxc87320b5e02f8"} 0 node_network_receive_nohandler_total{device="lxc_health"} 0 node_network_receive_nohandler_total{device="lxcab880a4607a4"} 0 node_network_receive_nohandler_total{device="lxcb5a967762c68"} 0 node_network_receive_nohandler_total{device="lxcbb28b868ec03"} 0 node_network_receive_nohandler_total{device="lxcc2d1188c8492"} 0 node_network_receive_nohandler_total{device="lxcc9654858a670"} 0 node_network_receive_nohandler_total{device="lxccc0ceff523f7"} 0 node_network_receive_nohandler_total{device="lxcd7923256fbba"} 0 node_network_receive_nohandler_total{device="lxcd7a0b135a155"} 0 node_network_receive_nohandler_total{device="lxcd81b278aca29"} 0 node_network_receive_nohandler_total{device="lxce0ed373ec2fb"} 0 node_network_receive_nohandler_total{device="lxce2873290c3b7"} 0 node_network_receive_nohandler_total{device="lxcf994cf3e2015"} 0 node_network_receive_nohandler_total{device="private"} 0 node_network_receive_nohandler_total{device="public"} 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="bond0"} 1.282665304297e+12 node_network_receive_packets_total{device="cilium_host"} 1.08847226e+08 node_network_receive_packets_total{device="cilium_net"} 1.3919441e+08 node_network_receive_packets_total{device="cilium_vxlan"} 2.27615604064e+11 node_network_receive_packets_total{device="ens1f0"} 0 node_network_receive_packets_total{device="ens1f1"} 0 node_network_receive_packets_total{device="ens5f0"} 6.52100578389e+11 node_network_receive_packets_total{device="ens5f1"} 6.30564725908e+11 node_network_receive_packets_total{device="lo"} 2.568114035e+09 node_network_receive_packets_total{device="lxc00421f634494"} 2.3860273e+07 node_network_receive_packets_total{device="lxc03ceacb3ba30"} 6.47646302e+08 node_network_receive_packets_total{device="lxc120bee2b864d"} 1.13056742e+08 node_network_receive_packets_total{device="lxc1a82b11a2107"} 3.27152348e+08 node_network_receive_packets_total{device="lxc1b892a52080a"} 3.4788601e+08 node_network_receive_packets_total{device="lxc27ac1e5b7fc4"} 2.05950762e+08 node_network_receive_packets_total{device="lxc33d55b421457"} 1.393589589e+09 node_network_receive_packets_total{device="lxc36ca5baabaa4"} 13818 node_network_receive_packets_total{device="lxc38d14926ca06"} 2.2779286e+08 node_network_receive_packets_total{device="lxc4616c82595a2"} 4.421195e+08 node_network_receive_packets_total{device="lxc4a5bbd597af5"} 4.4285539e+07 node_network_receive_packets_total{device="lxc4b50ea159d71"} 1.007685739e+09 node_network_receive_packets_total{device="lxc50e9f7f43f6b"} 1.1497674e+07 node_network_receive_packets_total{device="lxc55ba8dc631a7"} 1.014985362e+09 node_network_receive_packets_total{device="lxc5c77fafe1366"} 1.85741379571e+11 node_network_receive_packets_total{device="lxc616d8239cd13"} 1.18099738e+08 node_network_receive_packets_total{device="lxc62052156d794"} 8.11306308e+08 node_network_receive_packets_total{device="lxc620e71eb9481"} 1.25426779e+08 node_network_receive_packets_total{device="lxc62666b5a3a98"} 4.7754449e+07 node_network_receive_packets_total{device="lxc677259274ba6"} 5.50890419e+09 node_network_receive_packets_total{device="lxc740abab6ab6b"} 7.178812e+06 node_network_receive_packets_total{device="lxc767cea428d32"} 4.214891e+06 node_network_receive_packets_total{device="lxc8056f13b8273"} 2.3403768e+07 node_network_receive_packets_total{device="lxc87320b5e02f8"} 5.80025238e+08 node_network_receive_packets_total{device="lxc_health"} 1.6716049e+07 node_network_receive_packets_total{device="lxcab880a4607a4"} 2.83564925e+08 node_network_receive_packets_total{device="lxcb5a967762c68"} 3.02062012e+08 node_network_receive_packets_total{device="lxcbb28b868ec03"} 7.06925633e+08 node_network_receive_packets_total{device="lxcc2d1188c8492"} 5.90637149e+08 node_network_receive_packets_total{device="lxcc9654858a670"} 1.1529003699e+10 node_network_receive_packets_total{device="lxccc0ceff523f7"} 6.0221674e+07 node_network_receive_packets_total{device="lxcd7923256fbba"} 9.9861735e+07 node_network_receive_packets_total{device="lxcd7a0b135a155"} 3.2449354e+08 node_network_receive_packets_total{device="lxcd81b278aca29"} 9.36522874e+08 node_network_receive_packets_total{device="lxce0ed373ec2fb"} 1.014840571e+09 node_network_receive_packets_total{device="lxce2873290c3b7"} 6317 node_network_receive_packets_total{device="lxcf994cf3e2015"} 5.7085396e+07 node_network_receive_packets_total{device="private"} 2.29685455512e+11 node_network_receive_packets_total{device="public"} 8.280763981e+09 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="bond0"} 2.5e+09 node_network_speed_bytes{device="cilium_host"} 1.25e+09 node_network_speed_bytes{device="cilium_net"} 1.25e+09 node_network_speed_bytes{device="cilium_vxlan"} -125000 node_network_speed_bytes{device="ens1f0"} -125000 node_network_speed_bytes{device="ens1f1"} -125000 node_network_speed_bytes{device="ens5f0"} 1.25e+09 node_network_speed_bytes{device="ens5f1"} 1.25e+09 node_network_speed_bytes{device="lxc00421f634494"} 1.25e+09 node_network_speed_bytes{device="lxc03ceacb3ba30"} 1.25e+09 node_network_speed_bytes{device="lxc120bee2b864d"} 1.25e+09 node_network_speed_bytes{device="lxc1a82b11a2107"} 1.25e+09 node_network_speed_bytes{device="lxc1b892a52080a"} 1.25e+09 node_network_speed_bytes{device="lxc27ac1e5b7fc4"} 1.25e+09 node_network_speed_bytes{device="lxc33d55b421457"} 1.25e+09 node_network_speed_bytes{device="lxc36ca5baabaa4"} 1.25e+09 node_network_speed_bytes{device="lxc38d14926ca06"} 1.25e+09 node_network_speed_bytes{device="lxc4616c82595a2"} 1.25e+09 node_network_speed_bytes{device="lxc4a5bbd597af5"} 1.25e+09 node_network_speed_bytes{device="lxc4b50ea159d71"} 1.25e+09 node_network_speed_bytes{device="lxc50e9f7f43f6b"} 1.25e+09 node_network_speed_bytes{device="lxc55ba8dc631a7"} 1.25e+09 node_network_speed_bytes{device="lxc5c77fafe1366"} 1.25e+09 node_network_speed_bytes{device="lxc616d8239cd13"} 1.25e+09 node_network_speed_bytes{device="lxc62052156d794"} 1.25e+09 node_network_speed_bytes{device="lxc620e71eb9481"} 1.25e+09 node_network_speed_bytes{device="lxc62666b5a3a98"} 1.25e+09 node_network_speed_bytes{device="lxc677259274ba6"} 1.25e+09 node_network_speed_bytes{device="lxc740abab6ab6b"} 1.25e+09 node_network_speed_bytes{device="lxc767cea428d32"} 1.25e+09 node_network_speed_bytes{device="lxc8056f13b8273"} 1.25e+09 node_network_speed_bytes{device="lxc87320b5e02f8"} 1.25e+09 node_network_speed_bytes{device="lxc_health"} 1.25e+09 node_network_speed_bytes{device="lxcab880a4607a4"} 1.25e+09 node_network_speed_bytes{device="lxcb5a967762c68"} 1.25e+09 node_network_speed_bytes{device="lxcbb28b868ec03"} 1.25e+09 node_network_speed_bytes{device="lxcc2d1188c8492"} 1.25e+09 node_network_speed_bytes{device="lxcc9654858a670"} 1.25e+09 node_network_speed_bytes{device="lxccc0ceff523f7"} 1.25e+09 node_network_speed_bytes{device="lxcd7923256fbba"} 1.25e+09 node_network_speed_bytes{device="lxcd7a0b135a155"} 1.25e+09 node_network_speed_bytes{device="lxcd81b278aca29"} 1.25e+09 node_network_speed_bytes{device="lxce0ed373ec2fb"} 1.25e+09 node_network_speed_bytes{device="lxce2873290c3b7"} 1.25e+09 node_network_speed_bytes{device="lxcf994cf3e2015"} 1.25e+09 node_network_speed_bytes{device="private"} 2.5e+09 node_network_speed_bytes{device="public"} 2.5e+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="bond0"} 3.21649571067682e+14 node_network_transmit_bytes_total{device="cilium_host"} 1.0405307724e+10 node_network_transmit_bytes_total{device="cilium_net"} 8.948285437e+09 node_network_transmit_bytes_total{device="cilium_vxlan"} 2.80218841103781e+14 node_network_transmit_bytes_total{device="ens1f0"} 0 node_network_transmit_bytes_total{device="ens1f1"} 0 node_network_transmit_bytes_total{device="ens5f0"} 2.2423376183151e+14 node_network_transmit_bytes_total{device="ens5f1"} 9.7415809236172e+13 node_network_transmit_bytes_total{device="lo"} 5.33749855625e+11 node_network_transmit_bytes_total{device="lxc00421f634494"} 1.1102342713e+10 node_network_transmit_bytes_total{device="lxc03ceacb3ba30"} 2.08460396995e+11 node_network_transmit_bytes_total{device="lxc120bee2b864d"} 4.0840048263e+10 node_network_transmit_bytes_total{device="lxc1a82b11a2107"} 5.9284555511e+10 node_network_transmit_bytes_total{device="lxc1b892a52080a"} 1.75118685352e+11 node_network_transmit_bytes_total{device="lxc27ac1e5b7fc4"} 5.932898184e+10 node_network_transmit_bytes_total{device="lxc33d55b421457"} 5.21276675364e+11 node_network_transmit_bytes_total{device="lxc36ca5baabaa4"} 966726 node_network_transmit_bytes_total{device="lxc38d14926ca06"} 7.0620669806e+10 node_network_transmit_bytes_total{device="lxc4616c82595a2"} 9.17542876696e+11 node_network_transmit_bytes_total{device="lxc4a5bbd597af5"} 8.802686658e+09 node_network_transmit_bytes_total{device="lxc4b50ea159d71"} 7.53561383992e+11 node_network_transmit_bytes_total{device="lxc50e9f7f43f6b"} 1.360557087e+09 node_network_transmit_bytes_total{device="lxc55ba8dc631a7"} 7.59304016986e+11 node_network_transmit_bytes_total{device="lxc5c77fafe1366"} 1.772664526987102e+15 node_network_transmit_bytes_total{device="lxc616d8239cd13"} 1.35238276277e+11 node_network_transmit_bytes_total{device="lxc62052156d794"} 3.49443905299e+11 node_network_transmit_bytes_total{device="lxc620e71eb9481"} 5.8368155641e+10 node_network_transmit_bytes_total{device="lxc62666b5a3a98"} 1.343425612e+10 node_network_transmit_bytes_total{device="lxc677259274ba6"} 2.08377515907e+12 node_network_transmit_bytes_total{device="lxc740abab6ab6b"} 6.46127396e+08 node_network_transmit_bytes_total{device="lxc767cea428d32"} 1.203248124e+09 node_network_transmit_bytes_total{device="lxc8056f13b8273"} 1.0695157959e+10 node_network_transmit_bytes_total{device="lxc87320b5e02f8"} 1.86205971375e+11 node_network_transmit_bytes_total{device="lxc_health"} 1.582587736e+09 node_network_transmit_bytes_total{device="lxcab880a4607a4"} 9.1359929653e+10 node_network_transmit_bytes_total{device="lxcb5a967762c68"} 8.9729637036e+10 node_network_transmit_bytes_total{device="lxcbb28b868ec03"} 2.24365558132e+11 node_network_transmit_bytes_total{device="lxcc2d1188c8492"} 2.48361313142e+11 node_network_transmit_bytes_total{device="lxcc9654858a670"} 4.42290747122e+12 node_network_transmit_bytes_total{device="lxccc0ceff523f7"} 1.8206583344e+10 node_network_transmit_bytes_total{device="lxcd7923256fbba"} 3.2492885691e+10 node_network_transmit_bytes_total{device="lxcd7a0b135a155"} 8.8676823476e+10 node_network_transmit_bytes_total{device="lxcd81b278aca29"} 2.35953754663e+11 node_network_transmit_bytes_total{device="lxce0ed373ec2fb"} 7.59182153462e+11 node_network_transmit_bytes_total{device="lxce2873290c3b7"} 1.866408e+06 node_network_transmit_bytes_total{device="lxcf994cf3e2015"} 1.6288343285e+10 node_network_transmit_bytes_total{device="private"} 3.13650307048901e+14 node_network_transmit_bytes_total{device="public"} 6.245877834864e+12 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="bond0"} 0 node_network_transmit_carrier_total{device="cilium_host"} 0 node_network_transmit_carrier_total{device="cilium_net"} 0 node_network_transmit_carrier_total{device="cilium_vxlan"} 0 node_network_transmit_carrier_total{device="ens1f0"} 0 node_network_transmit_carrier_total{device="ens1f1"} 0 node_network_transmit_carrier_total{device="ens5f0"} 0 node_network_transmit_carrier_total{device="ens5f1"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="lxc00421f634494"} 0 node_network_transmit_carrier_total{device="lxc03ceacb3ba30"} 0 node_network_transmit_carrier_total{device="lxc120bee2b864d"} 0 node_network_transmit_carrier_total{device="lxc1a82b11a2107"} 0 node_network_transmit_carrier_total{device="lxc1b892a52080a"} 0 node_network_transmit_carrier_total{device="lxc27ac1e5b7fc4"} 0 node_network_transmit_carrier_total{device="lxc33d55b421457"} 0 node_network_transmit_carrier_total{device="lxc36ca5baabaa4"} 0 node_network_transmit_carrier_total{device="lxc38d14926ca06"} 0 node_network_transmit_carrier_total{device="lxc4616c82595a2"} 0 node_network_transmit_carrier_total{device="lxc4a5bbd597af5"} 0 node_network_transmit_carrier_total{device="lxc4b50ea159d71"} 0 node_network_transmit_carrier_total{device="lxc50e9f7f43f6b"} 0 node_network_transmit_carrier_total{device="lxc55ba8dc631a7"} 0 node_network_transmit_carrier_total{device="lxc5c77fafe1366"} 0 node_network_transmit_carrier_total{device="lxc616d8239cd13"} 0 node_network_transmit_carrier_total{device="lxc62052156d794"} 0 node_network_transmit_carrier_total{device="lxc620e71eb9481"} 0 node_network_transmit_carrier_total{device="lxc62666b5a3a98"} 0 node_network_transmit_carrier_total{device="lxc677259274ba6"} 0 node_network_transmit_carrier_total{device="lxc740abab6ab6b"} 0 node_network_transmit_carrier_total{device="lxc767cea428d32"} 0 node_network_transmit_carrier_total{device="lxc8056f13b8273"} 0 node_network_transmit_carrier_total{device="lxc87320b5e02f8"} 0 node_network_transmit_carrier_total{device="lxc_health"} 0 node_network_transmit_carrier_total{device="lxcab880a4607a4"} 0 node_network_transmit_carrier_total{device="lxcb5a967762c68"} 0 node_network_transmit_carrier_total{device="lxcbb28b868ec03"} 0 node_network_transmit_carrier_total{device="lxcc2d1188c8492"} 0 node_network_transmit_carrier_total{device="lxcc9654858a670"} 0 node_network_transmit_carrier_total{device="lxccc0ceff523f7"} 0 node_network_transmit_carrier_total{device="lxcd7923256fbba"} 0 node_network_transmit_carrier_total{device="lxcd7a0b135a155"} 0 node_network_transmit_carrier_total{device="lxcd81b278aca29"} 0 node_network_transmit_carrier_total{device="lxce0ed373ec2fb"} 0 node_network_transmit_carrier_total{device="lxce2873290c3b7"} 0 node_network_transmit_carrier_total{device="lxcf994cf3e2015"} 0 node_network_transmit_carrier_total{device="private"} 0 node_network_transmit_carrier_total{device="public"} 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="bond0"} 0 node_network_transmit_colls_total{device="cilium_host"} 0 node_network_transmit_colls_total{device="cilium_net"} 0 node_network_transmit_colls_total{device="cilium_vxlan"} 0 node_network_transmit_colls_total{device="ens1f0"} 0 node_network_transmit_colls_total{device="ens1f1"} 0 node_network_transmit_colls_total{device="ens5f0"} 0 node_network_transmit_colls_total{device="ens5f1"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="lxc00421f634494"} 0 node_network_transmit_colls_total{device="lxc03ceacb3ba30"} 0 node_network_transmit_colls_total{device="lxc120bee2b864d"} 0 node_network_transmit_colls_total{device="lxc1a82b11a2107"} 0 node_network_transmit_colls_total{device="lxc1b892a52080a"} 0 node_network_transmit_colls_total{device="lxc27ac1e5b7fc4"} 0 node_network_transmit_colls_total{device="lxc33d55b421457"} 0 node_network_transmit_colls_total{device="lxc36ca5baabaa4"} 0 node_network_transmit_colls_total{device="lxc38d14926ca06"} 0 node_network_transmit_colls_total{device="lxc4616c82595a2"} 0 node_network_transmit_colls_total{device="lxc4a5bbd597af5"} 0 node_network_transmit_colls_total{device="lxc4b50ea159d71"} 0 node_network_transmit_colls_total{device="lxc50e9f7f43f6b"} 0 node_network_transmit_colls_total{device="lxc55ba8dc631a7"} 0 node_network_transmit_colls_total{device="lxc5c77fafe1366"} 0 node_network_transmit_colls_total{device="lxc616d8239cd13"} 0 node_network_transmit_colls_total{device="lxc62052156d794"} 0 node_network_transmit_colls_total{device="lxc620e71eb9481"} 0 node_network_transmit_colls_total{device="lxc62666b5a3a98"} 0 node_network_transmit_colls_total{device="lxc677259274ba6"} 0 node_network_transmit_colls_total{device="lxc740abab6ab6b"} 0 node_network_transmit_colls_total{device="lxc767cea428d32"} 0 node_network_transmit_colls_total{device="lxc8056f13b8273"} 0 node_network_transmit_colls_total{device="lxc87320b5e02f8"} 0 node_network_transmit_colls_total{device="lxc_health"} 0 node_network_transmit_colls_total{device="lxcab880a4607a4"} 0 node_network_transmit_colls_total{device="lxcb5a967762c68"} 0 node_network_transmit_colls_total{device="lxcbb28b868ec03"} 0 node_network_transmit_colls_total{device="lxcc2d1188c8492"} 0 node_network_transmit_colls_total{device="lxcc9654858a670"} 0 node_network_transmit_colls_total{device="lxccc0ceff523f7"} 0 node_network_transmit_colls_total{device="lxcd7923256fbba"} 0 node_network_transmit_colls_total{device="lxcd7a0b135a155"} 0 node_network_transmit_colls_total{device="lxcd81b278aca29"} 0 node_network_transmit_colls_total{device="lxce0ed373ec2fb"} 0 node_network_transmit_colls_total{device="lxce2873290c3b7"} 0 node_network_transmit_colls_total{device="lxcf994cf3e2015"} 0 node_network_transmit_colls_total{device="private"} 0 node_network_transmit_colls_total{device="public"} 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="bond0"} 0 node_network_transmit_compressed_total{device="cilium_host"} 0 node_network_transmit_compressed_total{device="cilium_net"} 0 node_network_transmit_compressed_total{device="cilium_vxlan"} 0 node_network_transmit_compressed_total{device="ens1f0"} 0 node_network_transmit_compressed_total{device="ens1f1"} 0 node_network_transmit_compressed_total{device="ens5f0"} 0 node_network_transmit_compressed_total{device="ens5f1"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="lxc00421f634494"} 0 node_network_transmit_compressed_total{device="lxc03ceacb3ba30"} 0 node_network_transmit_compressed_total{device="lxc120bee2b864d"} 0 node_network_transmit_compressed_total{device="lxc1a82b11a2107"} 0 node_network_transmit_compressed_total{device="lxc1b892a52080a"} 0 node_network_transmit_compressed_total{device="lxc27ac1e5b7fc4"} 0 node_network_transmit_compressed_total{device="lxc33d55b421457"} 0 node_network_transmit_compressed_total{device="lxc36ca5baabaa4"} 0 node_network_transmit_compressed_total{device="lxc38d14926ca06"} 0 node_network_transmit_compressed_total{device="lxc4616c82595a2"} 0 node_network_transmit_compressed_total{device="lxc4a5bbd597af5"} 0 node_network_transmit_compressed_total{device="lxc4b50ea159d71"} 0 node_network_transmit_compressed_total{device="lxc50e9f7f43f6b"} 0 node_network_transmit_compressed_total{device="lxc55ba8dc631a7"} 0 node_network_transmit_compressed_total{device="lxc5c77fafe1366"} 0 node_network_transmit_compressed_total{device="lxc616d8239cd13"} 0 node_network_transmit_compressed_total{device="lxc62052156d794"} 0 node_network_transmit_compressed_total{device="lxc620e71eb9481"} 0 node_network_transmit_compressed_total{device="lxc62666b5a3a98"} 0 node_network_transmit_compressed_total{device="lxc677259274ba6"} 0 node_network_transmit_compressed_total{device="lxc740abab6ab6b"} 0 node_network_transmit_compressed_total{device="lxc767cea428d32"} 0 node_network_transmit_compressed_total{device="lxc8056f13b8273"} 0 node_network_transmit_compressed_total{device="lxc87320b5e02f8"} 0 node_network_transmit_compressed_total{device="lxc_health"} 0 node_network_transmit_compressed_total{device="lxcab880a4607a4"} 0 node_network_transmit_compressed_total{device="lxcb5a967762c68"} 0 node_network_transmit_compressed_total{device="lxcbb28b868ec03"} 0 node_network_transmit_compressed_total{device="lxcc2d1188c8492"} 0 node_network_transmit_compressed_total{device="lxcc9654858a670"} 0 node_network_transmit_compressed_total{device="lxccc0ceff523f7"} 0 node_network_transmit_compressed_total{device="lxcd7923256fbba"} 0 node_network_transmit_compressed_total{device="lxcd7a0b135a155"} 0 node_network_transmit_compressed_total{device="lxcd81b278aca29"} 0 node_network_transmit_compressed_total{device="lxce0ed373ec2fb"} 0 node_network_transmit_compressed_total{device="lxce2873290c3b7"} 0 node_network_transmit_compressed_total{device="lxcf994cf3e2015"} 0 node_network_transmit_compressed_total{device="private"} 0 node_network_transmit_compressed_total{device="public"} 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="bond0"} 7 node_network_transmit_drop_total{device="cilium_host"} 0 node_network_transmit_drop_total{device="cilium_net"} 0 node_network_transmit_drop_total{device="cilium_vxlan"} 32529 node_network_transmit_drop_total{device="ens1f0"} 0 node_network_transmit_drop_total{device="ens1f1"} 0 node_network_transmit_drop_total{device="ens5f0"} 0 node_network_transmit_drop_total{device="ens5f1"} 0 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="lxc00421f634494"} 0 node_network_transmit_drop_total{device="lxc03ceacb3ba30"} 0 node_network_transmit_drop_total{device="lxc120bee2b864d"} 0 node_network_transmit_drop_total{device="lxc1a82b11a2107"} 0 node_network_transmit_drop_total{device="lxc1b892a52080a"} 0 node_network_transmit_drop_total{device="lxc27ac1e5b7fc4"} 0 node_network_transmit_drop_total{device="lxc33d55b421457"} 0 node_network_transmit_drop_total{device="lxc36ca5baabaa4"} 0 node_network_transmit_drop_total{device="lxc38d14926ca06"} 0 node_network_transmit_drop_total{device="lxc4616c82595a2"} 0 node_network_transmit_drop_total{device="lxc4a5bbd597af5"} 0 node_network_transmit_drop_total{device="lxc4b50ea159d71"} 0 node_network_transmit_drop_total{device="lxc50e9f7f43f6b"} 0 node_network_transmit_drop_total{device="lxc55ba8dc631a7"} 0 node_network_transmit_drop_total{device="lxc5c77fafe1366"} 0 node_network_transmit_drop_total{device="lxc616d8239cd13"} 0 node_network_transmit_drop_total{device="lxc62052156d794"} 0 node_network_transmit_drop_total{device="lxc620e71eb9481"} 0 node_network_transmit_drop_total{device="lxc62666b5a3a98"} 0 node_network_transmit_drop_total{device="lxc677259274ba6"} 0 node_network_transmit_drop_total{device="lxc740abab6ab6b"} 0 node_network_transmit_drop_total{device="lxc767cea428d32"} 0 node_network_transmit_drop_total{device="lxc8056f13b8273"} 0 node_network_transmit_drop_total{device="lxc87320b5e02f8"} 0 node_network_transmit_drop_total{device="lxc_health"} 0 node_network_transmit_drop_total{device="lxcab880a4607a4"} 0 node_network_transmit_drop_total{device="lxcb5a967762c68"} 0 node_network_transmit_drop_total{device="lxcbb28b868ec03"} 0 node_network_transmit_drop_total{device="lxcc2d1188c8492"} 0 node_network_transmit_drop_total{device="lxcc9654858a670"} 0 node_network_transmit_drop_total{device="lxccc0ceff523f7"} 0 node_network_transmit_drop_total{device="lxcd7923256fbba"} 0 node_network_transmit_drop_total{device="lxcd7a0b135a155"} 0 node_network_transmit_drop_total{device="lxcd81b278aca29"} 0 node_network_transmit_drop_total{device="lxce0ed373ec2fb"} 0 node_network_transmit_drop_total{device="lxce2873290c3b7"} 0 node_network_transmit_drop_total{device="lxcf994cf3e2015"} 0 node_network_transmit_drop_total{device="private"} 4 node_network_transmit_drop_total{device="public"} 1 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="bond0"} 0 node_network_transmit_errs_total{device="cilium_host"} 0 node_network_transmit_errs_total{device="cilium_net"} 0 node_network_transmit_errs_total{device="cilium_vxlan"} 0 node_network_transmit_errs_total{device="ens1f0"} 0 node_network_transmit_errs_total{device="ens1f1"} 0 node_network_transmit_errs_total{device="ens5f0"} 0 node_network_transmit_errs_total{device="ens5f1"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="lxc00421f634494"} 0 node_network_transmit_errs_total{device="lxc03ceacb3ba30"} 0 node_network_transmit_errs_total{device="lxc120bee2b864d"} 0 node_network_transmit_errs_total{device="lxc1a82b11a2107"} 0 node_network_transmit_errs_total{device="lxc1b892a52080a"} 0 node_network_transmit_errs_total{device="lxc27ac1e5b7fc4"} 0 node_network_transmit_errs_total{device="lxc33d55b421457"} 0 node_network_transmit_errs_total{device="lxc36ca5baabaa4"} 0 node_network_transmit_errs_total{device="lxc38d14926ca06"} 0 node_network_transmit_errs_total{device="lxc4616c82595a2"} 0 node_network_transmit_errs_total{device="lxc4a5bbd597af5"} 0 node_network_transmit_errs_total{device="lxc4b50ea159d71"} 0 node_network_transmit_errs_total{device="lxc50e9f7f43f6b"} 0 node_network_transmit_errs_total{device="lxc55ba8dc631a7"} 0 node_network_transmit_errs_total{device="lxc5c77fafe1366"} 0 node_network_transmit_errs_total{device="lxc616d8239cd13"} 0 node_network_transmit_errs_total{device="lxc62052156d794"} 0 node_network_transmit_errs_total{device="lxc620e71eb9481"} 0 node_network_transmit_errs_total{device="lxc62666b5a3a98"} 0 node_network_transmit_errs_total{device="lxc677259274ba6"} 0 node_network_transmit_errs_total{device="lxc740abab6ab6b"} 0 node_network_transmit_errs_total{device="lxc767cea428d32"} 0 node_network_transmit_errs_total{device="lxc8056f13b8273"} 0 node_network_transmit_errs_total{device="lxc87320b5e02f8"} 0 node_network_transmit_errs_total{device="lxc_health"} 0 node_network_transmit_errs_total{device="lxcab880a4607a4"} 0 node_network_transmit_errs_total{device="lxcb5a967762c68"} 0 node_network_transmit_errs_total{device="lxcbb28b868ec03"} 0 node_network_transmit_errs_total{device="lxcc2d1188c8492"} 0 node_network_transmit_errs_total{device="lxcc9654858a670"} 0 node_network_transmit_errs_total{device="lxccc0ceff523f7"} 0 node_network_transmit_errs_total{device="lxcd7923256fbba"} 0 node_network_transmit_errs_total{device="lxcd7a0b135a155"} 0 node_network_transmit_errs_total{device="lxcd81b278aca29"} 0 node_network_transmit_errs_total{device="lxce0ed373ec2fb"} 0 node_network_transmit_errs_total{device="lxce2873290c3b7"} 0 node_network_transmit_errs_total{device="lxcf994cf3e2015"} 0 node_network_transmit_errs_total{device="private"} 0 node_network_transmit_errs_total{device="public"} 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="bond0"} 0 node_network_transmit_fifo_total{device="cilium_host"} 0 node_network_transmit_fifo_total{device="cilium_net"} 0 node_network_transmit_fifo_total{device="cilium_vxlan"} 0 node_network_transmit_fifo_total{device="ens1f0"} 0 node_network_transmit_fifo_total{device="ens1f1"} 0 node_network_transmit_fifo_total{device="ens5f0"} 0 node_network_transmit_fifo_total{device="ens5f1"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="lxc00421f634494"} 0 node_network_transmit_fifo_total{device="lxc03ceacb3ba30"} 0 node_network_transmit_fifo_total{device="lxc120bee2b864d"} 0 node_network_transmit_fifo_total{device="lxc1a82b11a2107"} 0 node_network_transmit_fifo_total{device="lxc1b892a52080a"} 0 node_network_transmit_fifo_total{device="lxc27ac1e5b7fc4"} 0 node_network_transmit_fifo_total{device="lxc33d55b421457"} 0 node_network_transmit_fifo_total{device="lxc36ca5baabaa4"} 0 node_network_transmit_fifo_total{device="lxc38d14926ca06"} 0 node_network_transmit_fifo_total{device="lxc4616c82595a2"} 0 node_network_transmit_fifo_total{device="lxc4a5bbd597af5"} 0 node_network_transmit_fifo_total{device="lxc4b50ea159d71"} 0 node_network_transmit_fifo_total{device="lxc50e9f7f43f6b"} 0 node_network_transmit_fifo_total{device="lxc55ba8dc631a7"} 0 node_network_transmit_fifo_total{device="lxc5c77fafe1366"} 0 node_network_transmit_fifo_total{device="lxc616d8239cd13"} 0 node_network_transmit_fifo_total{device="lxc62052156d794"} 0 node_network_transmit_fifo_total{device="lxc620e71eb9481"} 0 node_network_transmit_fifo_total{device="lxc62666b5a3a98"} 0 node_network_transmit_fifo_total{device="lxc677259274ba6"} 0 node_network_transmit_fifo_total{device="lxc740abab6ab6b"} 0 node_network_transmit_fifo_total{device="lxc767cea428d32"} 0 node_network_transmit_fifo_total{device="lxc8056f13b8273"} 0 node_network_transmit_fifo_total{device="lxc87320b5e02f8"} 0 node_network_transmit_fifo_total{device="lxc_health"} 0 node_network_transmit_fifo_total{device="lxcab880a4607a4"} 0 node_network_transmit_fifo_total{device="lxcb5a967762c68"} 0 node_network_transmit_fifo_total{device="lxcbb28b868ec03"} 0 node_network_transmit_fifo_total{device="lxcc2d1188c8492"} 0 node_network_transmit_fifo_total{device="lxcc9654858a670"} 0 node_network_transmit_fifo_total{device="lxccc0ceff523f7"} 0 node_network_transmit_fifo_total{device="lxcd7923256fbba"} 0 node_network_transmit_fifo_total{device="lxcd7a0b135a155"} 0 node_network_transmit_fifo_total{device="lxcd81b278aca29"} 0 node_network_transmit_fifo_total{device="lxce0ed373ec2fb"} 0 node_network_transmit_fifo_total{device="lxce2873290c3b7"} 0 node_network_transmit_fifo_total{device="lxcf994cf3e2015"} 0 node_network_transmit_fifo_total{device="private"} 0 node_network_transmit_fifo_total{device="public"} 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="bond0"} 3.89107928637e+11 node_network_transmit_packets_total{device="cilium_host"} 1.3919441e+08 node_network_transmit_packets_total{device="cilium_net"} 1.08847226e+08 node_network_transmit_packets_total{device="cilium_vxlan"} 2.1799957848e+11 node_network_transmit_packets_total{device="ens1f0"} 0 node_network_transmit_packets_total{device="ens1f1"} 0 node_network_transmit_packets_total{device="ens5f0"} 2.69769486636e+11 node_network_transmit_packets_total{device="ens5f1"} 1.19338442001e+11 node_network_transmit_packets_total{device="lo"} 2.568114035e+09 node_network_transmit_packets_total{device="lxc00421f634494"} 2.0517964e+07 node_network_transmit_packets_total{device="lxc03ceacb3ba30"} 6.02726376e+08 node_network_transmit_packets_total{device="lxc120bee2b864d"} 9.7086656e+07 node_network_transmit_packets_total{device="lxc1a82b11a2107"} 2.75996519e+08 node_network_transmit_packets_total{device="lxc1b892a52080a"} 3.14353285e+08 node_network_transmit_packets_total{device="lxc27ac1e5b7fc4"} 1.75941903e+08 node_network_transmit_packets_total{device="lxc33d55b421457"} 1.299481257e+09 node_network_transmit_packets_total{device="lxc36ca5baabaa4"} 13809 node_network_transmit_packets_total{device="lxc38d14926ca06"} 2.11886649e+08 node_network_transmit_packets_total{device="lxc4616c82595a2"} 4.18687163e+08 node_network_transmit_packets_total{device="lxc4a5bbd597af5"} 4.6305026e+07 node_network_transmit_packets_total{device="lxc4b50ea159d71"} 9.01204069e+08 node_network_transmit_packets_total{device="lxc50e9f7f43f6b"} 1.6074912e+07 node_network_transmit_packets_total{device="lxc55ba8dc631a7"} 9.07798153e+08 node_network_transmit_packets_total{device="lxc5c77fafe1366"} 2.76951519542e+11 node_network_transmit_packets_total{device="lxc616d8239cd13"} 1.04267178e+08 node_network_transmit_packets_total{device="lxc62052156d794"} 7.2702055e+08 node_network_transmit_packets_total{device="lxc620e71eb9481"} 1.34349558e+08 node_network_transmit_packets_total{device="lxc62666b5a3a98"} 4.0723336e+07 node_network_transmit_packets_total{device="lxc677259274ba6"} 5.006404776e+09 node_network_transmit_packets_total{device="lxc740abab6ab6b"} 7.178795e+06 node_network_transmit_packets_total{device="lxc767cea428d32"} 4.021844e+06 node_network_transmit_packets_total{device="lxc8056f13b8273"} 2.002873e+07 node_network_transmit_packets_total{device="lxc87320b5e02f8"} 5.11512451e+08 node_network_transmit_packets_total{device="lxc_health"} 1.9705555e+07 node_network_transmit_packets_total{device="lxcab880a4607a4"} 2.45539598e+08 node_network_transmit_packets_total{device="lxcb5a967762c68"} 2.61503997e+08 node_network_transmit_packets_total{device="lxcbb28b868ec03"} 6.58804948e+08 node_network_transmit_packets_total{device="lxcc2d1188c8492"} 5.96499036e+08 node_network_transmit_packets_total{device="lxcc9654858a670"} 1.0479959133e+10 node_network_transmit_packets_total{device="lxccc0ceff523f7"} 5.9415342e+07 node_network_transmit_packets_total{device="lxcd7923256fbba"} 8.5699353e+07 node_network_transmit_packets_total{device="lxcd7a0b135a155"} 2.80147936e+08 node_network_transmit_packets_total{device="lxcd81b278aca29"} 7.15451268e+08 node_network_transmit_packets_total{device="lxce0ed373ec2fb"} 9.07591378e+08 node_network_transmit_packets_total{device="lxce2873290c3b7"} 5895 node_network_transmit_packets_total{device="lxcf994cf3e2015"} 4.8699019e+07 node_network_transmit_packets_total{device="private"} 3.79903637678e+11 node_network_transmit_packets_total{device="public"} 5.53510802e+09 # 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="bond0"} 1000 node_network_transmit_queue_length{device="cilium_host"} 1000 node_network_transmit_queue_length{device="cilium_net"} 1000 node_network_transmit_queue_length{device="cilium_vxlan"} 1000 node_network_transmit_queue_length{device="ens1f0"} 1000 node_network_transmit_queue_length{device="ens1f1"} 1000 node_network_transmit_queue_length{device="ens5f0"} 1000 node_network_transmit_queue_length{device="ens5f1"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="lxc00421f634494"} 1000 node_network_transmit_queue_length{device="lxc03ceacb3ba30"} 1000 node_network_transmit_queue_length{device="lxc120bee2b864d"} 1000 node_network_transmit_queue_length{device="lxc1a82b11a2107"} 1000 node_network_transmit_queue_length{device="lxc1b892a52080a"} 1000 node_network_transmit_queue_length{device="lxc27ac1e5b7fc4"} 1000 node_network_transmit_queue_length{device="lxc33d55b421457"} 1000 node_network_transmit_queue_length{device="lxc36ca5baabaa4"} 1000 node_network_transmit_queue_length{device="lxc38d14926ca06"} 1000 node_network_transmit_queue_length{device="lxc4616c82595a2"} 1000 node_network_transmit_queue_length{device="lxc4a5bbd597af5"} 1000 node_network_transmit_queue_length{device="lxc4b50ea159d71"} 1000 node_network_transmit_queue_length{device="lxc50e9f7f43f6b"} 1000 node_network_transmit_queue_length{device="lxc55ba8dc631a7"} 1000 node_network_transmit_queue_length{device="lxc5c77fafe1366"} 1000 node_network_transmit_queue_length{device="lxc616d8239cd13"} 1000 node_network_transmit_queue_length{device="lxc62052156d794"} 1000 node_network_transmit_queue_length{device="lxc620e71eb9481"} 1000 node_network_transmit_queue_length{device="lxc62666b5a3a98"} 1000 node_network_transmit_queue_length{device="lxc677259274ba6"} 1000 node_network_transmit_queue_length{device="lxc740abab6ab6b"} 1000 node_network_transmit_queue_length{device="lxc767cea428d32"} 1000 node_network_transmit_queue_length{device="lxc8056f13b8273"} 1000 node_network_transmit_queue_length{device="lxc87320b5e02f8"} 1000 node_network_transmit_queue_length{device="lxc_health"} 1000 node_network_transmit_queue_length{device="lxcab880a4607a4"} 1000 node_network_transmit_queue_length{device="lxcb5a967762c68"} 1000 node_network_transmit_queue_length{device="lxcbb28b868ec03"} 1000 node_network_transmit_queue_length{device="lxcc2d1188c8492"} 1000 node_network_transmit_queue_length{device="lxcc9654858a670"} 1000 node_network_transmit_queue_length{device="lxccc0ceff523f7"} 1000 node_network_transmit_queue_length{device="lxcd7923256fbba"} 1000 node_network_transmit_queue_length{device="lxcd7a0b135a155"} 1000 node_network_transmit_queue_length{device="lxcd81b278aca29"} 1000 node_network_transmit_queue_length{device="lxce0ed373ec2fb"} 1000 node_network_transmit_queue_length{device="lxce2873290c3b7"} 1000 node_network_transmit_queue_length{device="lxcf994cf3e2015"} 1000 node_network_transmit_queue_length{device="private"} 1000 node_network_transmit_queue_length{device="public"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="bond0"} 1 node_network_up{device="cilium_host"} 1 node_network_up{device="cilium_net"} 1 node_network_up{device="cilium_vxlan"} 0 node_network_up{device="ens1f0"} 0 node_network_up{device="ens1f1"} 0 node_network_up{device="ens5f0"} 1 node_network_up{device="ens5f1"} 1 node_network_up{device="lo"} 0 node_network_up{device="lxc00421f634494"} 1 node_network_up{device="lxc03ceacb3ba30"} 1 node_network_up{device="lxc120bee2b864d"} 1 node_network_up{device="lxc1a82b11a2107"} 1 node_network_up{device="lxc1b892a52080a"} 1 node_network_up{device="lxc27ac1e5b7fc4"} 1 node_network_up{device="lxc33d55b421457"} 1 node_network_up{device="lxc36ca5baabaa4"} 1 node_network_up{device="lxc38d14926ca06"} 1 node_network_up{device="lxc4616c82595a2"} 1 node_network_up{device="lxc4a5bbd597af5"} 1 node_network_up{device="lxc4b50ea159d71"} 1 node_network_up{device="lxc50e9f7f43f6b"} 1 node_network_up{device="lxc55ba8dc631a7"} 1 node_network_up{device="lxc5c77fafe1366"} 1 node_network_up{device="lxc616d8239cd13"} 1 node_network_up{device="lxc62052156d794"} 1 node_network_up{device="lxc620e71eb9481"} 1 node_network_up{device="lxc62666b5a3a98"} 1 node_network_up{device="lxc677259274ba6"} 1 node_network_up{device="lxc740abab6ab6b"} 1 node_network_up{device="lxc767cea428d32"} 1 node_network_up{device="lxc8056f13b8273"} 1 node_network_up{device="lxc87320b5e02f8"} 1 node_network_up{device="lxc_health"} 1 node_network_up{device="lxcab880a4607a4"} 1 node_network_up{device="lxcb5a967762c68"} 1 node_network_up{device="lxcbb28b868ec03"} 1 node_network_up{device="lxcc2d1188c8492"} 1 node_network_up{device="lxcc9654858a670"} 1 node_network_up{device="lxccc0ceff523f7"} 1 node_network_up{device="lxcd7923256fbba"} 1 node_network_up{device="lxcd7a0b135a155"} 1 node_network_up{device="lxcd81b278aca29"} 1 node_network_up{device="lxce0ed373ec2fb"} 1 node_network_up{device="lxce2873290c3b7"} 1 node_network_up{device="lxcf994cf3e2015"} 1 node_network_up{device="private"} 1 node_network_up{device="public"} 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 16157 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 2.097152e+06 # 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 22.04.4 LTS",variant="",variant_id="",version="22.04.4 LTS (Jammy Jellyfish)",version_codename="jammy",version_id="22.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"} 22.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 3.066372475121e+06 # 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 657905.380287 # 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 696557.015381 # 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 13946.174249 # 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 14053.780971999999 # 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 2 # 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"} 4.492596851839432e+06 node_schedstat_running_seconds_total{cpu="1"} 4.257688143688556e+06 node_schedstat_running_seconds_total{cpu="10"} 4.310789215402303e+06 node_schedstat_running_seconds_total{cpu="11"} 5.661695567791582e+06 node_schedstat_running_seconds_total{cpu="12"} 5.940490931881012e+06 node_schedstat_running_seconds_total{cpu="13"} 5.183083578398613e+06 node_schedstat_running_seconds_total{cpu="14"} 4.460392498703936e+06 node_schedstat_running_seconds_total{cpu="15"} 5.066154982150395e+06 node_schedstat_running_seconds_total{cpu="16"} 4.521851184557736e+06 node_schedstat_running_seconds_total{cpu="17"} 3.711717659443157e+06 node_schedstat_running_seconds_total{cpu="18"} 3.417950142612335e+06 node_schedstat_running_seconds_total{cpu="19"} 3.278892721112079e+06 node_schedstat_running_seconds_total{cpu="2"} 5.625323460952172e+06 node_schedstat_running_seconds_total{cpu="20"} 3.168859944937217e+06 node_schedstat_running_seconds_total{cpu="21"} 3.108485816386396e+06 node_schedstat_running_seconds_total{cpu="22"} 3.060717398985133e+06 node_schedstat_running_seconds_total{cpu="23"} 3.023361665936552e+06 node_schedstat_running_seconds_total{cpu="24"} 2.999297774143155e+06 node_schedstat_running_seconds_total{cpu="25"} 2.977992036517853e+06 node_schedstat_running_seconds_total{cpu="26"} 2.969967347888657e+06 node_schedstat_running_seconds_total{cpu="27"} 2.953067573253989e+06 node_schedstat_running_seconds_total{cpu="28"} 2.971889462823507e+06 node_schedstat_running_seconds_total{cpu="29"} 2.971416579243461e+06 node_schedstat_running_seconds_total{cpu="3"} 5.089618669791828e+06 node_schedstat_running_seconds_total{cpu="30"} 2.959243190300633e+06 node_schedstat_running_seconds_total{cpu="31"} 2.950707702725394e+06 node_schedstat_running_seconds_total{cpu="32"} 4.815137797964486e+06 node_schedstat_running_seconds_total{cpu="33"} 4.111330150469543e+06 node_schedstat_running_seconds_total{cpu="34"} 4.363533500898096e+06 node_schedstat_running_seconds_total{cpu="35"} 4.001957890026007e+06 node_schedstat_running_seconds_total{cpu="36"} 3.901085811281128e+06 node_schedstat_running_seconds_total{cpu="37"} 3.927992860962444e+06 node_schedstat_running_seconds_total{cpu="38"} 3.92520222567673e+06 node_schedstat_running_seconds_total{cpu="39"} 3.723399958672273e+06 node_schedstat_running_seconds_total{cpu="4"} 4.337138398271055e+06 node_schedstat_running_seconds_total{cpu="40"} 3.857904080724331e+06 node_schedstat_running_seconds_total{cpu="41"} 3.88154781018499e+06 node_schedstat_running_seconds_total{cpu="42"} 4.276418972638658e+06 node_schedstat_running_seconds_total{cpu="43"} 4.36903898769689e+06 node_schedstat_running_seconds_total{cpu="44"} 4.245535844694812e+06 node_schedstat_running_seconds_total{cpu="45"} 3.898116527560848e+06 node_schedstat_running_seconds_total{cpu="46"} 3.866388015116451e+06 node_schedstat_running_seconds_total{cpu="47"} 4.022904142397438e+06 node_schedstat_running_seconds_total{cpu="48"} 3.093694177857997e+06 node_schedstat_running_seconds_total{cpu="49"} 2.984934633678759e+06 node_schedstat_running_seconds_total{cpu="5"} 4.234510397293538e+06 node_schedstat_running_seconds_total{cpu="50"} 2.990165269074265e+06 node_schedstat_running_seconds_total{cpu="51"} 2.949911211680489e+06 node_schedstat_running_seconds_total{cpu="52"} 2.92062889450747e+06 node_schedstat_running_seconds_total{cpu="53"} 2.915207312509239e+06 node_schedstat_running_seconds_total{cpu="54"} 2.903356293017502e+06 node_schedstat_running_seconds_total{cpu="55"} 2.894895627022279e+06 node_schedstat_running_seconds_total{cpu="56"} 2.890518236509968e+06 node_schedstat_running_seconds_total{cpu="57"} 2.895920628803573e+06 node_schedstat_running_seconds_total{cpu="58"} 2.887568846104239e+06 node_schedstat_running_seconds_total{cpu="59"} 2.886471792244882e+06 node_schedstat_running_seconds_total{cpu="6"} 4.102617999561729e+06 node_schedstat_running_seconds_total{cpu="60"} 2.90965221509638e+06 node_schedstat_running_seconds_total{cpu="61"} 2.908399899676853e+06 node_schedstat_running_seconds_total{cpu="62"} 2.906393544583046e+06 node_schedstat_running_seconds_total{cpu="63"} 2.913975797341681e+06 node_schedstat_running_seconds_total{cpu="7"} 3.934921581427455e+06 node_schedstat_running_seconds_total{cpu="8"} 4.857750973922513e+06 node_schedstat_running_seconds_total{cpu="9"} 4.471722932173278e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 3.4314894136e+10 node_schedstat_timeslices_total{cpu="1"} 3.517194191e+10 node_schedstat_timeslices_total{cpu="10"} 3.5197184194e+10 node_schedstat_timeslices_total{cpu="11"} 3.7181945924e+10 node_schedstat_timeslices_total{cpu="12"} 3.5430762625e+10 node_schedstat_timeslices_total{cpu="13"} 3.3430129071e+10 node_schedstat_timeslices_total{cpu="14"} 3.3650017255e+10 node_schedstat_timeslices_total{cpu="15"} 3.4467879156e+10 node_schedstat_timeslices_total{cpu="16"} 3.1693552325e+10 node_schedstat_timeslices_total{cpu="17"} 3.2539475298e+10 node_schedstat_timeslices_total{cpu="18"} 3.2634158294e+10 node_schedstat_timeslices_total{cpu="19"} 3.2885531924e+10 node_schedstat_timeslices_total{cpu="2"} 3.5944908012e+10 node_schedstat_timeslices_total{cpu="20"} 3.3075546097e+10 node_schedstat_timeslices_total{cpu="21"} 3.3024587991e+10 node_schedstat_timeslices_total{cpu="22"} 3.3005504214e+10 node_schedstat_timeslices_total{cpu="23"} 3.2965112557e+10 node_schedstat_timeslices_total{cpu="24"} 3.2912469074e+10 node_schedstat_timeslices_total{cpu="25"} 3.2845001338e+10 node_schedstat_timeslices_total{cpu="26"} 3.2816633058e+10 node_schedstat_timeslices_total{cpu="27"} 3.2819420378e+10 node_schedstat_timeslices_total{cpu="28"} 3.2470668173e+10 node_schedstat_timeslices_total{cpu="29"} 3.2379907347e+10 node_schedstat_timeslices_total{cpu="3"} 3.4197496218e+10 node_schedstat_timeslices_total{cpu="30"} 3.2392064492e+10 node_schedstat_timeslices_total{cpu="31"} 3.2405996098e+10 node_schedstat_timeslices_total{cpu="32"} 3.3555289958e+10 node_schedstat_timeslices_total{cpu="33"} 3.3999003135e+10 node_schedstat_timeslices_total{cpu="34"} 3.4939921264e+10 node_schedstat_timeslices_total{cpu="35"} 3.395589162e+10 node_schedstat_timeslices_total{cpu="36"} 3.4559499783e+10 node_schedstat_timeslices_total{cpu="37"} 3.5046742042e+10 node_schedstat_timeslices_total{cpu="38"} 3.5260570359e+10 node_schedstat_timeslices_total{cpu="39"} 3.514677044e+10 node_schedstat_timeslices_total{cpu="4"} 3.4534859883e+10 node_schedstat_timeslices_total{cpu="40"} 3.5903184617e+10 node_schedstat_timeslices_total{cpu="41"} 3.5146880887e+10 node_schedstat_timeslices_total{cpu="42"} 3.4929304069e+10 node_schedstat_timeslices_total{cpu="43"} 3.597985264e+10 node_schedstat_timeslices_total{cpu="44"} 3.5135532475e+10 node_schedstat_timeslices_total{cpu="45"} 3.4378702276e+10 node_schedstat_timeslices_total{cpu="46"} 3.488346452e+10 node_schedstat_timeslices_total{cpu="47"} 3.5794909191e+10 node_schedstat_timeslices_total{cpu="48"} 3.1460986246e+10 node_schedstat_timeslices_total{cpu="49"} 3.2013467718e+10 node_schedstat_timeslices_total{cpu="5"} 3.4877986344e+10 node_schedstat_timeslices_total{cpu="50"} 3.2266288527e+10 node_schedstat_timeslices_total{cpu="51"} 3.2246482564e+10 node_schedstat_timeslices_total{cpu="52"} 3.2411698046e+10 node_schedstat_timeslices_total{cpu="53"} 3.2405783705e+10 node_schedstat_timeslices_total{cpu="54"} 3.2392220833e+10 node_schedstat_timeslices_total{cpu="55"} 3.2412341836e+10 node_schedstat_timeslices_total{cpu="56"} 3.2404562475e+10 node_schedstat_timeslices_total{cpu="57"} 3.2357833275e+10 node_schedstat_timeslices_total{cpu="58"} 3.2362791564e+10 node_schedstat_timeslices_total{cpu="59"} 3.2414577674e+10 node_schedstat_timeslices_total{cpu="6"} 3.4951583601e+10 node_schedstat_timeslices_total{cpu="60"} 3.2112236191e+10 node_schedstat_timeslices_total{cpu="61"} 3.2075950862e+10 node_schedstat_timeslices_total{cpu="62"} 3.2200029604e+10 node_schedstat_timeslices_total{cpu="63"} 3.2438023068e+10 node_schedstat_timeslices_total{cpu="7"} 3.5470686204e+10 node_schedstat_timeslices_total{cpu="8"} 3.6014865547e+10 node_schedstat_timeslices_total{cpu="9"} 3.4749823016e+10 # 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"} 1.047877671737563e+06 node_schedstat_waiting_seconds_total{cpu="1"} 1.025183599826294e+06 node_schedstat_waiting_seconds_total{cpu="10"} 952736.770809098 node_schedstat_waiting_seconds_total{cpu="11"} 914339.69892623 node_schedstat_waiting_seconds_total{cpu="12"} 957742.653018637 node_schedstat_waiting_seconds_total{cpu="13"} 961550.413508503 node_schedstat_waiting_seconds_total{cpu="14"} 943411.552655903 node_schedstat_waiting_seconds_total{cpu="15"} 916118.912246676 node_schedstat_waiting_seconds_total{cpu="16"} 556361.658749473 node_schedstat_waiting_seconds_total{cpu="17"} 554535.684965273 node_schedstat_waiting_seconds_total{cpu="18"} 555855.874897378 node_schedstat_waiting_seconds_total{cpu="19"} 559328.627427182 node_schedstat_waiting_seconds_total{cpu="2"} 907676.094643846 node_schedstat_waiting_seconds_total{cpu="20"} 560733.047030956 node_schedstat_waiting_seconds_total{cpu="21"} 561475.333198267 node_schedstat_waiting_seconds_total{cpu="22"} 560785.663205814 node_schedstat_waiting_seconds_total{cpu="23"} 563127.521533639 node_schedstat_waiting_seconds_total{cpu="24"} 566071.633085171 node_schedstat_waiting_seconds_total{cpu="25"} 569200.919630817 node_schedstat_waiting_seconds_total{cpu="26"} 568049.018366975 node_schedstat_waiting_seconds_total{cpu="27"} 569093.975410619 node_schedstat_waiting_seconds_total{cpu="28"} 573245.954163488 node_schedstat_waiting_seconds_total{cpu="29"} 573488.368666002 node_schedstat_waiting_seconds_total{cpu="3"} 1.029421556171094e+06 node_schedstat_waiting_seconds_total{cpu="30"} 572211.019360516 node_schedstat_waiting_seconds_total{cpu="31"} 568616.686015466 node_schedstat_waiting_seconds_total{cpu="32"} 840063.74243875 node_schedstat_waiting_seconds_total{cpu="33"} 882431.374036946 node_schedstat_waiting_seconds_total{cpu="34"} 797744.173402282 node_schedstat_waiting_seconds_total{cpu="35"} 940425.78650377 node_schedstat_waiting_seconds_total{cpu="36"} 939107.241197717 node_schedstat_waiting_seconds_total{cpu="37"} 946964.674618795 node_schedstat_waiting_seconds_total{cpu="38"} 954407.925379456 node_schedstat_waiting_seconds_total{cpu="39"} 968087.411167726 node_schedstat_waiting_seconds_total{cpu="4"} 1.008539786406627e+06 node_schedstat_waiting_seconds_total{cpu="40"} 897008.249482742 node_schedstat_waiting_seconds_total{cpu="41"} 949460.746258761 node_schedstat_waiting_seconds_total{cpu="42"} 884568.857502841 node_schedstat_waiting_seconds_total{cpu="43"} 853396.851865664 node_schedstat_waiting_seconds_total{cpu="44"} 869299.97180476 node_schedstat_waiting_seconds_total{cpu="45"} 962822.304703447 node_schedstat_waiting_seconds_total{cpu="46"} 944631.871583238 node_schedstat_waiting_seconds_total{cpu="47"} 880272.744010543 node_schedstat_waiting_seconds_total{cpu="48"} 520366.745780725 node_schedstat_waiting_seconds_total{cpu="49"} 531396.296938249 node_schedstat_waiting_seconds_total{cpu="5"} 953769.711914774 node_schedstat_waiting_seconds_total{cpu="50"} 538124.116481633 node_schedstat_waiting_seconds_total{cpu="51"} 540500.71057763 node_schedstat_waiting_seconds_total{cpu="52"} 542131.533144632 node_schedstat_waiting_seconds_total{cpu="53"} 546261.928548953 node_schedstat_waiting_seconds_total{cpu="54"} 546634.254758965 node_schedstat_waiting_seconds_total{cpu="55"} 548553.784003297 node_schedstat_waiting_seconds_total{cpu="56"} 550522.556938523 node_schedstat_waiting_seconds_total{cpu="57"} 550847.799378297 node_schedstat_waiting_seconds_total{cpu="58"} 550812.821398544 node_schedstat_waiting_seconds_total{cpu="59"} 552175.780683755 node_schedstat_waiting_seconds_total{cpu="6"} 994011.203528639 node_schedstat_waiting_seconds_total{cpu="60"} 555799.196578415 node_schedstat_waiting_seconds_total{cpu="61"} 557226.189396947 node_schedstat_waiting_seconds_total{cpu="62"} 557947.438204723 node_schedstat_waiting_seconds_total{cpu="63"} 557390.754301987 node_schedstat_waiting_seconds_total{cpu="7"} 1.014693196532948e+06 node_schedstat_waiting_seconds_total{cpu="8"} 963263.059260121 node_schedstat_waiting_seconds_total{cpu="9"} 1.011500171192659e+06 # 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.121720955 node_scrape_collector_duration_seconds{collector="bcache"} 3.3559e-05 node_scrape_collector_duration_seconds{collector="bonding"} 0.000317295 node_scrape_collector_duration_seconds{collector="btrfs"} 0.121947282 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000116043 node_scrape_collector_duration_seconds{collector="cpu"} 0.009804463 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.208094022 node_scrape_collector_duration_seconds{collector="diskstats"} 0.009089917 node_scrape_collector_duration_seconds{collector="dmi"} 1.8496e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.15569989 node_scrape_collector_duration_seconds{collector="entropy"} 0.001634614 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.9969e-05 node_scrape_collector_duration_seconds{collector="filefd"} 5.486e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.185807071 node_scrape_collector_duration_seconds{collector="hwmon"} 0.008650714 node_scrape_collector_duration_seconds{collector="infiniband"} 2.766e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.997e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 6.6339e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.119363992 node_scrape_collector_duration_seconds{collector="meminfo"} 0.137801526 node_scrape_collector_duration_seconds{collector="netclass"} 0.220136444 node_scrape_collector_duration_seconds{collector="netdev"} 0.005541917 node_scrape_collector_duration_seconds{collector="netstat"} 0.001319061 node_scrape_collector_duration_seconds{collector="nfs"} 7.0713e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.3868e-05 node_scrape_collector_duration_seconds{collector="nvme"} 3.5113e-05 node_scrape_collector_duration_seconds{collector="os"} 0.000110782 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 6.3192e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.110021616 node_scrape_collector_duration_seconds{collector="rapl"} 0.000539876 node_scrape_collector_duration_seconds{collector="schedstat"} 0.002110759 node_scrape_collector_duration_seconds{collector="selinux"} 0.109897041 node_scrape_collector_duration_seconds{collector="sockstat"} 0.110032566 node_scrape_collector_duration_seconds{collector="softnet"} 0.108163879 node_scrape_collector_duration_seconds{collector="stat"} 0.001531569 node_scrape_collector_duration_seconds{collector="tapestats"} 1.7644e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.3046e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.007272671 node_scrape_collector_duration_seconds{collector="time"} 0.000172078 node_scrape_collector_duration_seconds{collector="timex"} 2.7349e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.001206178 node_scrape_collector_duration_seconds{collector="uname"} 1.157e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000378181 node_scrape_collector_duration_seconds{collector="watchdog"} 3.7356e-05 node_scrape_collector_duration_seconds{collector="xfs"} 0.000563019 node_scrape_collector_duration_seconds{collector="zfs"} 3.3269e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 1 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 0 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 3 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 1 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 13 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 549 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 116 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 131 # 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 536576 # 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 123 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 3 # 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 5 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 7 # 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 28672 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 735 # 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="7"} 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="7"} 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"} 28 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"} 8 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"} 55 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"} 1446 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"} 1 node_softnet_dropped_total{cpu="62"} 0 node_softnet_dropped_total{cpu="63"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="8"} 23 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="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 3.510358054e+09 node_softnet_processed_total{cpu="1"} 3.64139521e+09 node_softnet_processed_total{cpu="10"} 1.531169628e+09 node_softnet_processed_total{cpu="11"} 2.419483511e+09 node_softnet_processed_total{cpu="12"} 2.08403049e+08 node_softnet_processed_total{cpu="13"} 1.771454567e+09 node_softnet_processed_total{cpu="14"} 3.551217697e+09 node_softnet_processed_total{cpu="15"} 2.083317913e+09 node_softnet_processed_total{cpu="16"} 8.08384155e+08 node_softnet_processed_total{cpu="17"} 6.49509968e+08 node_softnet_processed_total{cpu="18"} 4.78663586e+08 node_softnet_processed_total{cpu="19"} 7.13471539e+08 node_softnet_processed_total{cpu="2"} 3.574322869e+09 node_softnet_processed_total{cpu="20"} 6.13267366e+08 node_softnet_processed_total{cpu="21"} 4.5377362e+08 node_softnet_processed_total{cpu="22"} 3.42830602e+08 node_softnet_processed_total{cpu="23"} 2.55595968e+08 node_softnet_processed_total{cpu="24"} 2.12202684e+08 node_softnet_processed_total{cpu="25"} 1.03689099e+08 node_softnet_processed_total{cpu="26"} 1.32763196e+08 node_softnet_processed_total{cpu="27"} 7.168224e+06 node_softnet_processed_total{cpu="28"} 9.598167e+06 node_softnet_processed_total{cpu="29"} 297704 node_softnet_processed_total{cpu="3"} 2.471573201e+09 node_softnet_processed_total{cpu="30"} 4.173868167e+09 node_softnet_processed_total{cpu="31"} 4.187523723e+09 node_softnet_processed_total{cpu="32"} 1.07253383e+09 node_softnet_processed_total{cpu="33"} 1.172789752e+09 node_softnet_processed_total{cpu="34"} 3.999811272e+09 node_softnet_processed_total{cpu="35"} 1.046782354e+09 node_softnet_processed_total{cpu="36"} 3.131480933e+09 node_softnet_processed_total{cpu="37"} 8.7146924e+07 node_softnet_processed_total{cpu="38"} 7.6315613e+07 node_softnet_processed_total{cpu="39"} 1.27876819e+09 node_softnet_processed_total{cpu="4"} 1.021486228e+09 node_softnet_processed_total{cpu="40"} 2.03632145e+08 node_softnet_processed_total{cpu="41"} 2.24018202e+08 node_softnet_processed_total{cpu="42"} 2.590565837e+09 node_softnet_processed_total{cpu="43"} 1.780315069e+09 node_softnet_processed_total{cpu="44"} 2.031890366e+09 node_softnet_processed_total{cpu="45"} 1.954115102e+09 node_softnet_processed_total{cpu="46"} 3.215964214e+09 node_softnet_processed_total{cpu="47"} 3.970393329e+09 node_softnet_processed_total{cpu="48"} 3.688270196e+09 node_softnet_processed_total{cpu="49"} 3.932350949e+09 node_softnet_processed_total{cpu="5"} 2.677334427e+09 node_softnet_processed_total{cpu="50"} 2.062595599e+09 node_softnet_processed_total{cpu="51"} 5.40705973e+08 node_softnet_processed_total{cpu="52"} 2.64616318e+08 node_softnet_processed_total{cpu="53"} 8.9567361e+07 node_softnet_processed_total{cpu="54"} 4.235064954e+09 node_softnet_processed_total{cpu="55"} 4.106795359e+09 node_softnet_processed_total{cpu="56"} 4.043434811e+09 node_softnet_processed_total{cpu="57"} 4.039750466e+09 node_softnet_processed_total{cpu="58"} 3.88976318e+09 node_softnet_processed_total{cpu="59"} 3.949715375e+09 node_softnet_processed_total{cpu="6"} 2.670709431e+09 node_softnet_processed_total{cpu="60"} 3.833468686e+09 node_softnet_processed_total{cpu="61"} 3.753999682e+09 node_softnet_processed_total{cpu="62"} 3.813134334e+09 node_softnet_processed_total{cpu="63"} 3.813507504e+09 node_softnet_processed_total{cpu="7"} 1.292268359e+09 node_softnet_processed_total{cpu="8"} 1.60213988e+09 node_softnet_processed_total{cpu="9"} 2.814343435e+09 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="20"} 0 node_softnet_received_rps_total{cpu="21"} 0 node_softnet_received_rps_total{cpu="22"} 0 node_softnet_received_rps_total{cpu="23"} 0 node_softnet_received_rps_total{cpu="24"} 0 node_softnet_received_rps_total{cpu="25"} 0 node_softnet_received_rps_total{cpu="26"} 0 node_softnet_received_rps_total{cpu="27"} 0 node_softnet_received_rps_total{cpu="28"} 0 node_softnet_received_rps_total{cpu="29"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="30"} 0 node_softnet_received_rps_total{cpu="31"} 0 node_softnet_received_rps_total{cpu="32"} 0 node_softnet_received_rps_total{cpu="33"} 0 node_softnet_received_rps_total{cpu="34"} 0 node_softnet_received_rps_total{cpu="35"} 0 node_softnet_received_rps_total{cpu="36"} 0 node_softnet_received_rps_total{cpu="37"} 0 node_softnet_received_rps_total{cpu="38"} 0 node_softnet_received_rps_total{cpu="39"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="40"} 0 node_softnet_received_rps_total{cpu="41"} 0 node_softnet_received_rps_total{cpu="42"} 0 node_softnet_received_rps_total{cpu="43"} 0 node_softnet_received_rps_total{cpu="44"} 0 node_softnet_received_rps_total{cpu="45"} 0 node_softnet_received_rps_total{cpu="46"} 0 node_softnet_received_rps_total{cpu="47"} 0 node_softnet_received_rps_total{cpu="48"} 0 node_softnet_received_rps_total{cpu="49"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="50"} 0 node_softnet_received_rps_total{cpu="51"} 0 node_softnet_received_rps_total{cpu="52"} 0 node_softnet_received_rps_total{cpu="53"} 0 node_softnet_received_rps_total{cpu="54"} 0 node_softnet_received_rps_total{cpu="55"} 0 node_softnet_received_rps_total{cpu="56"} 0 node_softnet_received_rps_total{cpu="57"} 0 node_softnet_received_rps_total{cpu="58"} 0 node_softnet_received_rps_total{cpu="59"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="60"} 0 node_softnet_received_rps_total{cpu="61"} 0 node_softnet_received_rps_total{cpu="62"} 0 node_softnet_received_rps_total{cpu="63"} 0 node_softnet_received_rps_total{cpu="7"} 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"} 9 node_softnet_times_squeezed_total{cpu="1"} 5 node_softnet_times_squeezed_total{cpu="10"} 11 node_softnet_times_squeezed_total{cpu="11"} 41 node_softnet_times_squeezed_total{cpu="12"} 36 node_softnet_times_squeezed_total{cpu="13"} 5 node_softnet_times_squeezed_total{cpu="14"} 7 node_softnet_times_squeezed_total{cpu="15"} 55 node_softnet_times_squeezed_total{cpu="16"} 1 node_softnet_times_squeezed_total{cpu="17"} 6 node_softnet_times_squeezed_total{cpu="18"} 4 node_softnet_times_squeezed_total{cpu="19"} 1 node_softnet_times_squeezed_total{cpu="2"} 40 node_softnet_times_squeezed_total{cpu="20"} 6 node_softnet_times_squeezed_total{cpu="21"} 2 node_softnet_times_squeezed_total{cpu="22"} 4 node_softnet_times_squeezed_total{cpu="23"} 2 node_softnet_times_squeezed_total{cpu="24"} 3 node_softnet_times_squeezed_total{cpu="25"} 4 node_softnet_times_squeezed_total{cpu="26"} 3 node_softnet_times_squeezed_total{cpu="27"} 3 node_softnet_times_squeezed_total{cpu="28"} 0 node_softnet_times_squeezed_total{cpu="29"} 3 node_softnet_times_squeezed_total{cpu="3"} 8 node_softnet_times_squeezed_total{cpu="30"} 6 node_softnet_times_squeezed_total{cpu="31"} 4 node_softnet_times_squeezed_total{cpu="32"} 8 node_softnet_times_squeezed_total{cpu="33"} 13 node_softnet_times_squeezed_total{cpu="34"} 19 node_softnet_times_squeezed_total{cpu="35"} 10 node_softnet_times_squeezed_total{cpu="36"} 5 node_softnet_times_squeezed_total{cpu="37"} 12 node_softnet_times_squeezed_total{cpu="38"} 12 node_softnet_times_squeezed_total{cpu="39"} 4 node_softnet_times_squeezed_total{cpu="4"} 5 node_softnet_times_squeezed_total{cpu="40"} 7 node_softnet_times_squeezed_total{cpu="41"} 27 node_softnet_times_squeezed_total{cpu="42"} 34 node_softnet_times_squeezed_total{cpu="43"} 7 node_softnet_times_squeezed_total{cpu="44"} 8 node_softnet_times_squeezed_total{cpu="45"} 8 node_softnet_times_squeezed_total{cpu="46"} 17 node_softnet_times_squeezed_total{cpu="47"} 9 node_softnet_times_squeezed_total{cpu="48"} 2 node_softnet_times_squeezed_total{cpu="49"} 4 node_softnet_times_squeezed_total{cpu="5"} 10 node_softnet_times_squeezed_total{cpu="50"} 7 node_softnet_times_squeezed_total{cpu="51"} 0 node_softnet_times_squeezed_total{cpu="52"} 2 node_softnet_times_squeezed_total{cpu="53"} 3 node_softnet_times_squeezed_total{cpu="54"} 2 node_softnet_times_squeezed_total{cpu="55"} 4 node_softnet_times_squeezed_total{cpu="56"} 5 node_softnet_times_squeezed_total{cpu="57"} 0 node_softnet_times_squeezed_total{cpu="58"} 3 node_softnet_times_squeezed_total{cpu="59"} 3 node_softnet_times_squeezed_total{cpu="6"} 4 node_softnet_times_squeezed_total{cpu="60"} 2 node_softnet_times_squeezed_total{cpu="61"} 1 node_softnet_times_squeezed_total{cpu="62"} 4 node_softnet_times_squeezed_total{cpu="63"} 5 node_softnet_times_squeezed_total{cpu="7"} 10 node_softnet_times_squeezed_total{cpu="8"} 61 node_softnet_times_squeezed_total{cpu="9"} 10 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_thermal_zone_temp Zone temperature in Celsius # TYPE node_thermal_zone_temp gauge node_thermal_zone_temp{type="x86_pkg_temp",zone="0"} 50 node_thermal_zone_temp{type="x86_pkg_temp",zone="1"} 48 # 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.7762499055367541e+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.000175 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999847805023193 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 2 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.129491 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 0 # 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="c003825-k8s00-spk-mi1-05.neen.cloud",release="5.15.0-102-generic",sysname="Linux",version="#112-Ubuntu SMP Tue Mar 5 16:50:32 UTC 2024"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 281 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.264200563271e+12 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 6.047225e+07 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.19760453005e+11 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.483417785456e+12 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 1.43666757e+08 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 1.24877042e+08 # HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="md0"} 0 # HELP node_xfs_allocation_btree_lookups_total Number of allocation B-tree lookups for a filesystem. # TYPE node_xfs_allocation_btree_lookups_total counter node_xfs_allocation_btree_lookups_total{device="md0"} 0 # HELP node_xfs_allocation_btree_records_deleted_total Number of allocation B-tree records deleted for a filesystem. # TYPE node_xfs_allocation_btree_records_deleted_total counter node_xfs_allocation_btree_records_deleted_total{device="md0"} 0 # HELP node_xfs_allocation_btree_records_inserted_total Number of allocation B-tree records inserted for a filesystem. # TYPE node_xfs_allocation_btree_records_inserted_total counter node_xfs_allocation_btree_records_inserted_total{device="md0"} 0 # HELP node_xfs_block_map_btree_compares_total Number of block map B-tree compares for a filesystem. # TYPE node_xfs_block_map_btree_compares_total counter node_xfs_block_map_btree_compares_total{device="md0"} 0 # HELP node_xfs_block_map_btree_lookups_total Number of block map B-tree lookups for a filesystem. # TYPE node_xfs_block_map_btree_lookups_total counter node_xfs_block_map_btree_lookups_total{device="md0"} 0 # HELP node_xfs_block_map_btree_records_deleted_total Number of block map B-tree records deleted for a filesystem. # TYPE node_xfs_block_map_btree_records_deleted_total counter node_xfs_block_map_btree_records_deleted_total{device="md0"} 0 # HELP node_xfs_block_map_btree_records_inserted_total Number of block map B-tree records inserted for a filesystem. # TYPE node_xfs_block_map_btree_records_inserted_total counter node_xfs_block_map_btree_records_inserted_total{device="md0"} 0 # HELP node_xfs_block_mapping_extent_list_compares_total Number of extent list compares for a filesystem. # TYPE node_xfs_block_mapping_extent_list_compares_total counter node_xfs_block_mapping_extent_list_compares_total{device="md0"} 0 # HELP node_xfs_block_mapping_extent_list_deletions_total Number of extent list deletions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_deletions_total counter node_xfs_block_mapping_extent_list_deletions_total{device="md0"} 4.4483993e+07 # HELP node_xfs_block_mapping_extent_list_insertions_total Number of extent list insertions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_insertions_total counter node_xfs_block_mapping_extent_list_insertions_total{device="md0"} 2.23642641e+08 # HELP node_xfs_block_mapping_extent_list_lookups_total Number of extent list lookups for a filesystem. # TYPE node_xfs_block_mapping_extent_list_lookups_total counter node_xfs_block_mapping_extent_list_lookups_total{device="md0"} 1.648653808e+09 # HELP node_xfs_block_mapping_reads_total Number of block map for read operations for a filesystem. # TYPE node_xfs_block_mapping_reads_total counter node_xfs_block_mapping_reads_total{device="md0"} 1.358369117e+09 # HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem. # TYPE node_xfs_block_mapping_unmaps_total counter node_xfs_block_mapping_unmaps_total{device="md0"} 2.5216436e+07 # HELP node_xfs_block_mapping_writes_total Number of block map for write operations for a filesystem. # TYPE node_xfs_block_mapping_writes_total counter node_xfs_block_mapping_writes_total{device="md0"} 2.65066415e+08 # HELP node_xfs_directory_operation_create_total Number of times a new directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_create_total counter node_xfs_directory_operation_create_total{device="md0"} 2460 # HELP node_xfs_directory_operation_getdents_total Number of times the directory getdents operation was performed for a filesystem. # TYPE node_xfs_directory_operation_getdents_total counter node_xfs_directory_operation_getdents_total{device="md0"} 4.229702e+06 # HELP node_xfs_directory_operation_lookup_total Number of file name directory lookups which miss the operating systems directory name lookup cache. # TYPE node_xfs_directory_operation_lookup_total counter node_xfs_directory_operation_lookup_total{device="md0"} 2718 # HELP node_xfs_directory_operation_remove_total Number of times an existing directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_remove_total counter node_xfs_directory_operation_remove_total{device="md0"} 2407 # HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem. # TYPE node_xfs_extent_allocation_blocks_allocated_total counter node_xfs_extent_allocation_blocks_allocated_total{device="md0"} 1.075728485e+09 # HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem. # TYPE node_xfs_extent_allocation_blocks_freed_total counter node_xfs_extent_allocation_blocks_freed_total{device="md0"} 7.8489217e+08 # HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem. # TYPE node_xfs_extent_allocation_extents_allocated_total counter node_xfs_extent_allocation_extents_allocated_total{device="md0"} 1.12072031e+08 # HELP node_xfs_extent_allocation_extents_freed_total Number of extents freed for a filesystem. # TYPE node_xfs_extent_allocation_extents_freed_total counter node_xfs_extent_allocation_extents_freed_total{device="md0"} 4.4717761e+07 # HELP node_xfs_inode_operation_attempts_total Number of times the OS looked for an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_attempts_total counter node_xfs_inode_operation_attempts_total{device="md0"} 1860 # HELP node_xfs_inode_operation_attribute_changes_total Number of times the OS explicitly changed the attributes of an XFS inode. # TYPE node_xfs_inode_operation_attribute_changes_total counter node_xfs_inode_operation_attribute_changes_total{device="md0"} 382 # HELP node_xfs_inode_operation_duplicates_total Number of times the OS tried to add a missing XFS inode to the inode cache, but found it had already been added by another process. # TYPE node_xfs_inode_operation_duplicates_total counter node_xfs_inode_operation_duplicates_total{device="md0"} 0 # HELP node_xfs_inode_operation_found_total Number of times the OS looked for and found an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_found_total counter node_xfs_inode_operation_found_total{device="md0"} 708 # HELP node_xfs_inode_operation_missed_total Number of times the OS looked for an XFS inode in the cache, but did not find it. # TYPE node_xfs_inode_operation_missed_total counter node_xfs_inode_operation_missed_total{device="md0"} 1152 # HELP node_xfs_inode_operation_reclaims_total Number of times the OS reclaimed an XFS inode from the inode cache to free memory for another purpose. # TYPE node_xfs_inode_operation_reclaims_total counter node_xfs_inode_operation_reclaims_total{device="md0"} 1077 # HELP node_xfs_inode_operation_recycled_total Number of times the OS found an XFS inode in the cache, but could not use it as it was being recycled. # TYPE node_xfs_inode_operation_recycled_total counter node_xfs_inode_operation_recycled_total{device="md0"} 0 # HELP node_xfs_read_calls_total Number of read(2) system calls made to files in a filesystem. # TYPE node_xfs_read_calls_total counter node_xfs_read_calls_total{device="md0"} 2.903213229e+09 # HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem. # TYPE node_xfs_vnode_active_total counter node_xfs_vnode_active_total{device="md0"} 75 # HELP node_xfs_vnode_allocate_total Number of times vn_alloc called for a filesystem. # TYPE node_xfs_vnode_allocate_total counter node_xfs_vnode_allocate_total{device="md0"} 0 # HELP node_xfs_vnode_get_total Number of times vn_get called for a filesystem. # TYPE node_xfs_vnode_get_total counter node_xfs_vnode_get_total{device="md0"} 0 # HELP node_xfs_vnode_hold_total Number of times vn_hold called for a filesystem. # TYPE node_xfs_vnode_hold_total counter node_xfs_vnode_hold_total{device="md0"} 0 # HELP node_xfs_vnode_reclaim_total Number of times vn_reclaim called for a filesystem. # TYPE node_xfs_vnode_reclaim_total counter node_xfs_vnode_reclaim_total{device="md0"} 1785 # HELP node_xfs_vnode_release_total Number of times vn_rele called for a filesystem. # TYPE node_xfs_vnode_release_total counter node_xfs_vnode_release_total{device="md0"} 1785 # HELP node_xfs_vnode_remove_total Number of times vn_remove called for a filesystem. # TYPE node_xfs_vnode_remove_total counter node_xfs_vnode_remove_total{device="md0"} 1785 # HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem. # TYPE node_xfs_write_calls_total counter node_xfs_write_calls_total{device="md0"} 3.848328663e+09 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 9045.55 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.612467603407794e+15 # 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 8.08255990755026e+14 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.6144768e+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.77401330007e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.2745728e+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"} 345 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"} 37292 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0