# 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.1334e-05 go_gc_duration_seconds{quantile="0.25"} 3.2305e-05 go_gc_duration_seconds{quantile="0.5"} 4.2933e-05 go_gc_duration_seconds{quantile="0.75"} 6.8028e-05 go_gc_duration_seconds{quantile="1"} 0.000110954 go_gc_duration_seconds_sum 52.948575895 go_gc_duration_seconds_count 1.040828e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.5"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.079176e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 3.363662568992e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.57029e+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 2.8468080323e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.552e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 3.079176e+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.5409152e+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 4.939776e+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 5508 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 1.1911168e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 2.0348928e+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.789444878776676e+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 2.8468085831e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 2296 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 208936 # 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 80960 # 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 179520 # 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 6.428114e+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 995454 # 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 622592 # 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 622592 # 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.847772e+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 8 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 node_arp_entries{device="eth1"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.784256151e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 9.5732341556e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="32",type="Processor"} 0 node_cooling_device_cur_state{name="33",type="Processor"} 0 node_cooling_device_cur_state{name="34",type="Processor"} 0 node_cooling_device_cur_state{name="35",type="Processor"} 0 node_cooling_device_cur_state{name="36",type="Processor"} 0 node_cooling_device_cur_state{name="37",type="Processor"} 0 node_cooling_device_cur_state{name="38",type="Processor"} 0 node_cooling_device_cur_state{name="39",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="40",type="Processor"} 0 node_cooling_device_cur_state{name="41",type="Processor"} 0 node_cooling_device_cur_state{name="42",type="Processor"} 0 node_cooling_device_cur_state{name="43",type="Processor"} 0 node_cooling_device_cur_state{name="44",type="Processor"} 0 node_cooling_device_cur_state{name="45",type="Processor"} 0 node_cooling_device_cur_state{name="46",type="Processor"} 0 node_cooling_device_cur_state{name="47",type="Processor"} 0 node_cooling_device_cur_state{name="48",type="Processor"} 0 node_cooling_device_cur_state{name="49",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="50",type="Processor"} 0 node_cooling_device_cur_state{name="51",type="Processor"} 0 node_cooling_device_cur_state{name="52",type="Processor"} 0 node_cooling_device_cur_state{name="53",type="Processor"} 0 node_cooling_device_cur_state{name="54",type="Processor"} 0 node_cooling_device_cur_state{name="55",type="Processor"} 0 node_cooling_device_cur_state{name="56",type="Processor"} 0 node_cooling_device_cur_state{name="57",type="Processor"} 0 node_cooling_device_cur_state{name="58",type="Processor"} 0 node_cooling_device_cur_state{name="59",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="60",type="Processor"} 0 node_cooling_device_cur_state{name="61",type="Processor"} 0 node_cooling_device_cur_state{name="62",type="Processor"} 0 node_cooling_device_cur_state{name="63",type="Processor"} 0 node_cooling_device_cur_state{name="64",type="Processor"} 0 node_cooling_device_cur_state{name="65",type="Processor"} 0 node_cooling_device_cur_state{name="66",type="Processor"} 0 node_cooling_device_cur_state{name="67",type="Processor"} 0 node_cooling_device_cur_state{name="68",type="Processor"} 0 node_cooling_device_cur_state{name="69",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="70",type="Processor"} 0 node_cooling_device_cur_state{name="71",type="Processor"} 0 node_cooling_device_cur_state{name="72",type="Processor"} 0 node_cooling_device_cur_state{name="73",type="Processor"} 0 node_cooling_device_cur_state{name="74",type="Processor"} 0 node_cooling_device_cur_state{name="75",type="Processor"} 0 node_cooling_device_cur_state{name="76",type="Processor"} 0 node_cooling_device_cur_state{name="77",type="Processor"} 0 node_cooling_device_cur_state{name="78",type="Processor"} 0 node_cooling_device_cur_state{name="79",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="80",type="Processor"} 0 node_cooling_device_cur_state{name="81",type="Processor"} 0 node_cooling_device_cur_state{name="82",type="Processor"} 0 node_cooling_device_cur_state{name="83",type="Processor"} 0 node_cooling_device_cur_state{name="84",type="Processor"} 0 node_cooling_device_cur_state{name="85",type="Processor"} 0 node_cooling_device_cur_state{name="86",type="Processor"} 0 node_cooling_device_cur_state{name="87",type="Processor"} 0 node_cooling_device_cur_state{name="88",type="intel_powerclamp"} -1 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"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",type="Processor"} 0 node_cooling_device_max_state{name="16",type="Processor"} 0 node_cooling_device_max_state{name="17",type="Processor"} 0 node_cooling_device_max_state{name="18",type="Processor"} 0 node_cooling_device_max_state{name="19",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="20",type="Processor"} 0 node_cooling_device_max_state{name="21",type="Processor"} 0 node_cooling_device_max_state{name="22",type="Processor"} 0 node_cooling_device_max_state{name="23",type="Processor"} 0 node_cooling_device_max_state{name="24",type="Processor"} 0 node_cooling_device_max_state{name="25",type="Processor"} 0 node_cooling_device_max_state{name="26",type="Processor"} 0 node_cooling_device_max_state{name="27",type="Processor"} 0 node_cooling_device_max_state{name="28",type="Processor"} 0 node_cooling_device_max_state{name="29",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="30",type="Processor"} 0 node_cooling_device_max_state{name="31",type="Processor"} 0 node_cooling_device_max_state{name="32",type="Processor"} 0 node_cooling_device_max_state{name="33",type="Processor"} 0 node_cooling_device_max_state{name="34",type="Processor"} 0 node_cooling_device_max_state{name="35",type="Processor"} 0 node_cooling_device_max_state{name="36",type="Processor"} 0 node_cooling_device_max_state{name="37",type="Processor"} 0 node_cooling_device_max_state{name="38",type="Processor"} 0 node_cooling_device_max_state{name="39",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="40",type="Processor"} 0 node_cooling_device_max_state{name="41",type="Processor"} 0 node_cooling_device_max_state{name="42",type="Processor"} 0 node_cooling_device_max_state{name="43",type="Processor"} 0 node_cooling_device_max_state{name="44",type="Processor"} 0 node_cooling_device_max_state{name="45",type="Processor"} 0 node_cooling_device_max_state{name="46",type="Processor"} 0 node_cooling_device_max_state{name="47",type="Processor"} 0 node_cooling_device_max_state{name="48",type="Processor"} 0 node_cooling_device_max_state{name="49",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="50",type="Processor"} 0 node_cooling_device_max_state{name="51",type="Processor"} 0 node_cooling_device_max_state{name="52",type="Processor"} 0 node_cooling_device_max_state{name="53",type="Processor"} 0 node_cooling_device_max_state{name="54",type="Processor"} 0 node_cooling_device_max_state{name="55",type="Processor"} 0 node_cooling_device_max_state{name="56",type="Processor"} 0 node_cooling_device_max_state{name="57",type="Processor"} 0 node_cooling_device_max_state{name="58",type="Processor"} 0 node_cooling_device_max_state{name="59",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="60",type="Processor"} 0 node_cooling_device_max_state{name="61",type="Processor"} 0 node_cooling_device_max_state{name="62",type="Processor"} 0 node_cooling_device_max_state{name="63",type="Processor"} 0 node_cooling_device_max_state{name="64",type="Processor"} 0 node_cooling_device_max_state{name="65",type="Processor"} 0 node_cooling_device_max_state{name="66",type="Processor"} 0 node_cooling_device_max_state{name="67",type="Processor"} 0 node_cooling_device_max_state{name="68",type="Processor"} 0 node_cooling_device_max_state{name="69",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="70",type="Processor"} 0 node_cooling_device_max_state{name="71",type="Processor"} 0 node_cooling_device_max_state{name="72",type="Processor"} 0 node_cooling_device_max_state{name="73",type="Processor"} 0 node_cooling_device_max_state{name="74",type="Processor"} 0 node_cooling_device_max_state{name="75",type="Processor"} 0 node_cooling_device_max_state{name="76",type="Processor"} 0 node_cooling_device_max_state{name="77",type="Processor"} 0 node_cooling_device_max_state{name="78",type="Processor"} 0 node_cooling_device_max_state{name="79",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="80",type="Processor"} 0 node_cooling_device_max_state{name="81",type="Processor"} 0 node_cooling_device_max_state{name="82",type="Processor"} 0 node_cooling_device_max_state{name="83",type="Processor"} 0 node_cooling_device_max_state{name="84",type="Processor"} 0 node_cooling_device_max_state{name="85",type="Processor"} 0 node_cooling_device_max_state{name="86",type="Processor"} 0 node_cooling_device_max_state{name="87",type="Processor"} 0 node_cooling_device_max_state{name="88",type="intel_powerclamp"} 50 node_cooling_device_max_state{name="9",type="Processor"} 0 # HELP node_cpu_core_throttles_total Number of times this CPU core has been throttled. # TYPE node_cpu_core_throttles_total counter node_cpu_core_throttles_total{core="0",package="0"} 0 node_cpu_core_throttles_total{core="0",package="1"} 0 node_cpu_core_throttles_total{core="1",package="0"} 0 node_cpu_core_throttles_total{core="1",package="1"} 0 node_cpu_core_throttles_total{core="10",package="0"} 0 node_cpu_core_throttles_total{core="10",package="1"} 0 node_cpu_core_throttles_total{core="11",package="0"} 0 node_cpu_core_throttles_total{core="11",package="1"} 0 node_cpu_core_throttles_total{core="12",package="0"} 0 node_cpu_core_throttles_total{core="12",package="1"} 0 node_cpu_core_throttles_total{core="16",package="0"} 0 node_cpu_core_throttles_total{core="16",package="1"} 0 node_cpu_core_throttles_total{core="17",package="0"} 0 node_cpu_core_throttles_total{core="17",package="1"} 0 node_cpu_core_throttles_total{core="18",package="0"} 0 node_cpu_core_throttles_total{core="18",package="1"} 0 node_cpu_core_throttles_total{core="19",package="0"} 0 node_cpu_core_throttles_total{core="19",package="1"} 0 node_cpu_core_throttles_total{core="2",package="0"} 0 node_cpu_core_throttles_total{core="2",package="1"} 0 node_cpu_core_throttles_total{core="20",package="0"} 0 node_cpu_core_throttles_total{core="20",package="1"} 0 node_cpu_core_throttles_total{core="21",package="0"} 0 node_cpu_core_throttles_total{core="21",package="1"} 0 node_cpu_core_throttles_total{core="24",package="0"} 0 node_cpu_core_throttles_total{core="24",package="1"} 0 node_cpu_core_throttles_total{core="25",package="0"} 0 node_cpu_core_throttles_total{core="25",package="1"} 0 node_cpu_core_throttles_total{core="26",package="0"} 0 node_cpu_core_throttles_total{core="26",package="1"} 0 node_cpu_core_throttles_total{core="27",package="0"} 0 node_cpu_core_throttles_total{core="27",package="1"} 0 node_cpu_core_throttles_total{core="28",package="0"} 0 node_cpu_core_throttles_total{core="28",package="1"} 0 node_cpu_core_throttles_total{core="3",package="0"} 0 node_cpu_core_throttles_total{core="3",package="1"} 0 node_cpu_core_throttles_total{core="4",package="0"} 0 node_cpu_core_throttles_total{core="4",package="1"} 0 node_cpu_core_throttles_total{core="5",package="0"} 0 node_cpu_core_throttles_total{core="5",package="1"} 0 node_cpu_core_throttles_total{core="8",package="0"} 0 node_cpu_core_throttles_total{core="8",package="1"} 0 node_cpu_core_throttles_total{core="9",package="0"} 0 node_cpu_core_throttles_total{core="9",package="1"} 0 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="1"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="10"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="11"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="12"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="13"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="14"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="15"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="16"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="17"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="18"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="19"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="2"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="20"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="21"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="22"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="23"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="24"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="25"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="26"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="27"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="28"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="29"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="3"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="30"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="31"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="32"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="33"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="34"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="35"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="36"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="37"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="38"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="39"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="4"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="40"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="41"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="42"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="43"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="44"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="45"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="46"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="47"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="48"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="49"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="5"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="50"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="51"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="52"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="53"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="54"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="55"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="56"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="57"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="58"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="59"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="6"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="60"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="61"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="62"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="63"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="64"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="65"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="66"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="67"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="68"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="69"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="7"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="70"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="71"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="72"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="73"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="74"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="75"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="76"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="77"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="78"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="79"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="8"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="80"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="81"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="82"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="83"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="84"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="85"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="86"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="87"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="9"} 3.6e+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="64"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="65"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="66"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="67"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="68"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="69"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="7"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="70"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="71"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="72"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="73"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="74"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="75"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="76"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="77"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="78"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="79"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="8"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="80"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="81"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="82"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="83"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="84"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="85"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="86"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="87"} 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="64",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="64",mode="user"} 0 node_cpu_guest_seconds_total{cpu="65",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="65",mode="user"} 0 node_cpu_guest_seconds_total{cpu="66",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="66",mode="user"} 0 node_cpu_guest_seconds_total{cpu="67",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="67",mode="user"} 0 node_cpu_guest_seconds_total{cpu="68",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="68",mode="user"} 0 node_cpu_guest_seconds_total{cpu="69",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="69",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="70",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="70",mode="user"} 0 node_cpu_guest_seconds_total{cpu="71",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="71",mode="user"} 0 node_cpu_guest_seconds_total{cpu="72",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="72",mode="user"} 0 node_cpu_guest_seconds_total{cpu="73",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="73",mode="user"} 0 node_cpu_guest_seconds_total{cpu="74",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="74",mode="user"} 0 node_cpu_guest_seconds_total{cpu="75",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="75",mode="user"} 0 node_cpu_guest_seconds_total{cpu="76",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="76",mode="user"} 0 node_cpu_guest_seconds_total{cpu="77",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="77",mode="user"} 0 node_cpu_guest_seconds_total{cpu="78",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="78",mode="user"} 0 node_cpu_guest_seconds_total{cpu="79",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="79",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="80",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="80",mode="user"} 0 node_cpu_guest_seconds_total{cpu="81",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="81",mode="user"} 0 node_cpu_guest_seconds_total{cpu="82",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="82",mode="user"} 0 node_cpu_guest_seconds_total{cpu="83",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="83",mode="user"} 0 node_cpu_guest_seconds_total{cpu="84",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="84",mode="user"} 0 node_cpu_guest_seconds_total{cpu="85",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="85",mode="user"} 0 node_cpu_guest_seconds_total{cpu="86",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="86",mode="user"} 0 node_cpu_guest_seconds_total{cpu="87",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="87",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.198613e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 1.198635e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 1.199178e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 1.199193e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 1.198613e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 1.198877e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 1.199231e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 1.198646e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 1.199169e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 2.197444e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 1.198771e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 1.198646e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 1.199512e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 1.198659e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 1.49826e+09 node_cpu_scaling_frequency_hertz{cpu="25"} 1.198587e+09 node_cpu_scaling_frequency_hertz{cpu="26"} 1.198685e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 1.198619e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 1.198568e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="30"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="31"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="32"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="33"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="34"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="35"} 1.198741e+09 node_cpu_scaling_frequency_hertz{cpu="36"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="37"} 1.198563e+09 node_cpu_scaling_frequency_hertz{cpu="38"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="39"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="40"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="41"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="42"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="43"} 1.198765e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 1.198899e+09 node_cpu_scaling_frequency_hertz{cpu="45"} 1.198588e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="47"} 1.198607e+09 node_cpu_scaling_frequency_hertz{cpu="48"} 1.198627e+09 node_cpu_scaling_frequency_hertz{cpu="49"} 1.199373e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 1.199028e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 1.198602e+09 node_cpu_scaling_frequency_hertz{cpu="51"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="52"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="53"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="54"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="55"} 1.198723e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="57"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="58"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="59"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="60"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="61"} 1.198604e+09 node_cpu_scaling_frequency_hertz{cpu="62"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="63"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="64"} 1.198992e+09 node_cpu_scaling_frequency_hertz{cpu="65"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="67"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="69"} 1.19888e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="70"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="71"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="72"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="73"} 1.198465e+09 node_cpu_scaling_frequency_hertz{cpu="74"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="75"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="76"} 1.197953e+09 node_cpu_scaling_frequency_hertz{cpu="77"} 1.198592e+09 node_cpu_scaling_frequency_hertz{cpu="78"} 1.196473e+09 node_cpu_scaling_frequency_hertz{cpu="79"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="80"} 3.019079e+09 node_cpu_scaling_frequency_hertz{cpu="81"} 1.19873e+09 node_cpu_scaling_frequency_hertz{cpu="82"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="83"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="84"} 1.19874e+09 node_cpu_scaling_frequency_hertz{cpu="85"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="86"} 1.198229e+09 node_cpu_scaling_frequency_hertz{cpu="87"} 1.198617e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 1.2e+09 # HELP node_cpu_scaling_frequency_max_hertz Maximum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_max_hertz gauge node_cpu_scaling_frequency_max_hertz{cpu="0"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="16"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="17"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="18"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="19"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="20"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="21"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="22"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="23"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="24"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="25"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="26"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="27"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="28"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="29"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="30"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="31"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="32"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="33"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="34"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="35"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="36"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="37"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="38"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="39"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="40"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="41"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="42"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="43"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="44"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="45"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="46"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="47"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="48"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="49"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="50"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="51"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="52"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="53"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="54"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="55"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="56"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="57"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="58"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="59"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="60"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="61"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="62"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="63"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="64"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="65"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="66"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="67"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="68"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="69"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="70"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="71"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="72"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="73"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="74"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="75"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="76"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="77"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="78"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="79"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="80"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="81"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="82"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="83"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="84"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="85"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="86"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="87"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 3.6e+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="64"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="65"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="66"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="67"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="68"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="69"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="7"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="70"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="71"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="72"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="73"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="74"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="75"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="76"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="77"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="78"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="79"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="8"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="80"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="81"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="82"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="83"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="84"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="85"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="86"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="87"} 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="performance"} 0 node_cpu_scaling_governor{cpu="0",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="1",governor="performance"} 0 node_cpu_scaling_governor{cpu="1",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="10",governor="performance"} 0 node_cpu_scaling_governor{cpu="10",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="11",governor="performance"} 0 node_cpu_scaling_governor{cpu="11",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="12",governor="performance"} 0 node_cpu_scaling_governor{cpu="12",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="13",governor="performance"} 0 node_cpu_scaling_governor{cpu="13",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="14",governor="performance"} 0 node_cpu_scaling_governor{cpu="14",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="15",governor="performance"} 0 node_cpu_scaling_governor{cpu="15",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="16",governor="performance"} 0 node_cpu_scaling_governor{cpu="16",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="17",governor="performance"} 0 node_cpu_scaling_governor{cpu="17",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="18",governor="performance"} 0 node_cpu_scaling_governor{cpu="18",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="19",governor="performance"} 0 node_cpu_scaling_governor{cpu="19",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="2",governor="performance"} 0 node_cpu_scaling_governor{cpu="2",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="20",governor="performance"} 0 node_cpu_scaling_governor{cpu="20",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="21",governor="performance"} 0 node_cpu_scaling_governor{cpu="21",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="22",governor="performance"} 0 node_cpu_scaling_governor{cpu="22",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="23",governor="performance"} 0 node_cpu_scaling_governor{cpu="23",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="24",governor="performance"} 0 node_cpu_scaling_governor{cpu="24",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="25",governor="performance"} 0 node_cpu_scaling_governor{cpu="25",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="26",governor="performance"} 0 node_cpu_scaling_governor{cpu="26",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="27",governor="performance"} 0 node_cpu_scaling_governor{cpu="27",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="28",governor="performance"} 0 node_cpu_scaling_governor{cpu="28",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="29",governor="performance"} 0 node_cpu_scaling_governor{cpu="29",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="3",governor="performance"} 0 node_cpu_scaling_governor{cpu="3",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="30",governor="performance"} 0 node_cpu_scaling_governor{cpu="30",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="31",governor="performance"} 0 node_cpu_scaling_governor{cpu="31",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="32",governor="performance"} 0 node_cpu_scaling_governor{cpu="32",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="33",governor="performance"} 0 node_cpu_scaling_governor{cpu="33",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="34",governor="performance"} 0 node_cpu_scaling_governor{cpu="34",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="35",governor="performance"} 0 node_cpu_scaling_governor{cpu="35",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="36",governor="performance"} 0 node_cpu_scaling_governor{cpu="36",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="37",governor="performance"} 0 node_cpu_scaling_governor{cpu="37",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="38",governor="performance"} 0 node_cpu_scaling_governor{cpu="38",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="39",governor="performance"} 0 node_cpu_scaling_governor{cpu="39",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="4",governor="performance"} 0 node_cpu_scaling_governor{cpu="4",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="40",governor="performance"} 0 node_cpu_scaling_governor{cpu="40",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="41",governor="performance"} 0 node_cpu_scaling_governor{cpu="41",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="42",governor="performance"} 0 node_cpu_scaling_governor{cpu="42",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="43",governor="performance"} 0 node_cpu_scaling_governor{cpu="43",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="44",governor="performance"} 0 node_cpu_scaling_governor{cpu="44",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="45",governor="performance"} 0 node_cpu_scaling_governor{cpu="45",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="46",governor="performance"} 0 node_cpu_scaling_governor{cpu="46",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="47",governor="performance"} 0 node_cpu_scaling_governor{cpu="47",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="48",governor="performance"} 0 node_cpu_scaling_governor{cpu="48",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="49",governor="performance"} 0 node_cpu_scaling_governor{cpu="49",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="5",governor="performance"} 0 node_cpu_scaling_governor{cpu="5",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="50",governor="performance"} 0 node_cpu_scaling_governor{cpu="50",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="51",governor="performance"} 0 node_cpu_scaling_governor{cpu="51",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="52",governor="performance"} 0 node_cpu_scaling_governor{cpu="52",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="53",governor="performance"} 0 node_cpu_scaling_governor{cpu="53",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="54",governor="performance"} 0 node_cpu_scaling_governor{cpu="54",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="55",governor="performance"} 0 node_cpu_scaling_governor{cpu="55",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="56",governor="performance"} 0 node_cpu_scaling_governor{cpu="56",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="57",governor="performance"} 0 node_cpu_scaling_governor{cpu="57",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="58",governor="performance"} 0 node_cpu_scaling_governor{cpu="58",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="59",governor="performance"} 0 node_cpu_scaling_governor{cpu="59",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="6",governor="performance"} 0 node_cpu_scaling_governor{cpu="6",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="60",governor="performance"} 0 node_cpu_scaling_governor{cpu="60",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="61",governor="performance"} 0 node_cpu_scaling_governor{cpu="61",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="62",governor="performance"} 0 node_cpu_scaling_governor{cpu="62",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="63",governor="performance"} 0 node_cpu_scaling_governor{cpu="63",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="64",governor="performance"} 0 node_cpu_scaling_governor{cpu="64",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="65",governor="performance"} 0 node_cpu_scaling_governor{cpu="65",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="66",governor="performance"} 0 node_cpu_scaling_governor{cpu="66",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="67",governor="performance"} 0 node_cpu_scaling_governor{cpu="67",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="68",governor="performance"} 0 node_cpu_scaling_governor{cpu="68",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="69",governor="performance"} 0 node_cpu_scaling_governor{cpu="69",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="7",governor="performance"} 0 node_cpu_scaling_governor{cpu="7",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="70",governor="performance"} 0 node_cpu_scaling_governor{cpu="70",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="71",governor="performance"} 0 node_cpu_scaling_governor{cpu="71",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="72",governor="performance"} 0 node_cpu_scaling_governor{cpu="72",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="73",governor="performance"} 0 node_cpu_scaling_governor{cpu="73",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="74",governor="performance"} 0 node_cpu_scaling_governor{cpu="74",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="75",governor="performance"} 0 node_cpu_scaling_governor{cpu="75",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="76",governor="performance"} 0 node_cpu_scaling_governor{cpu="76",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="77",governor="performance"} 0 node_cpu_scaling_governor{cpu="77",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="78",governor="performance"} 0 node_cpu_scaling_governor{cpu="78",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="79",governor="performance"} 0 node_cpu_scaling_governor{cpu="79",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="8",governor="performance"} 0 node_cpu_scaling_governor{cpu="8",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="80",governor="performance"} 0 node_cpu_scaling_governor{cpu="80",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="81",governor="performance"} 0 node_cpu_scaling_governor{cpu="81",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="82",governor="performance"} 0 node_cpu_scaling_governor{cpu="82",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="83",governor="performance"} 0 node_cpu_scaling_governor{cpu="83",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="84",governor="performance"} 0 node_cpu_scaling_governor{cpu="84",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="85",governor="performance"} 0 node_cpu_scaling_governor{cpu="85",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="86",governor="performance"} 0 node_cpu_scaling_governor{cpu="86",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="87",governor="performance"} 0 node_cpu_scaling_governor{cpu="87",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="9",governor="performance"} 0 node_cpu_scaling_governor{cpu="9",governor="schedutil"} 1 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 4.87256362e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 4357.08 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 16.92 node_cpu_seconds_total{cpu="0",mode="softirq"} 3093.16 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 35869.7 node_cpu_seconds_total{cpu="0",mode="user"} 173528.7 node_cpu_seconds_total{cpu="1",mode="idle"} 4.99747644e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 2267.58 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 19.64 node_cpu_seconds_total{cpu="1",mode="softirq"} 3042.34 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 28704.46 node_cpu_seconds_total{cpu="1",mode="user"} 137000.55 node_cpu_seconds_total{cpu="10",mode="idle"} 5.07776709e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 918.76 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 9.62 node_cpu_seconds_total{cpu="10",mode="softirq"} 941.4 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 20013.79 node_cpu_seconds_total{cpu="10",mode="user"} 80884.18 node_cpu_seconds_total{cpu="11",mode="idle"} 5.08139566e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 914.34 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 10.28 node_cpu_seconds_total{cpu="11",mode="softirq"} 913.49 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 20151.96 node_cpu_seconds_total{cpu="11",mode="user"} 77039.99 node_cpu_seconds_total{cpu="12",mode="idle"} 5.08205445e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 857.76 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 37.46 node_cpu_seconds_total{cpu="12",mode="softirq"} 892.02 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 20333.39 node_cpu_seconds_total{cpu="12",mode="user"} 76294.73 node_cpu_seconds_total{cpu="13",mode="idle"} 5.08547032e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 916.15 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 24.59 node_cpu_seconds_total{cpu="13",mode="softirq"} 868.17 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 19425.41 node_cpu_seconds_total{cpu="13",mode="user"} 73890.13 node_cpu_seconds_total{cpu="14",mode="idle"} 5.08678915e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 836.49 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 9.83 node_cpu_seconds_total{cpu="14",mode="softirq"} 861.35 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 19206.08 node_cpu_seconds_total{cpu="14",mode="user"} 73120.37 node_cpu_seconds_total{cpu="15",mode="idle"} 5.0859407e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 869.73 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 49.82 node_cpu_seconds_total{cpu="15",mode="softirq"} 860.44 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 19005.1 node_cpu_seconds_total{cpu="15",mode="user"} 74091.87 node_cpu_seconds_total{cpu="16",mode="idle"} 5.0905947e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 784.26 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 34.73 node_cpu_seconds_total{cpu="16",mode="softirq"} 844.9 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 18255.84 node_cpu_seconds_total{cpu="16",mode="user"} 70561.93 node_cpu_seconds_total{cpu="17",mode="idle"} 5.08726284e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 872.15 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 33.5 node_cpu_seconds_total{cpu="17",mode="softirq"} 793.71 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 18023.52 node_cpu_seconds_total{cpu="17",mode="user"} 74057.2 node_cpu_seconds_total{cpu="18",mode="idle"} 5.09167389e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 798.67 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 13.68 node_cpu_seconds_total{cpu="18",mode="softirq"} 765.87 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 17484.54 node_cpu_seconds_total{cpu="18",mode="user"} 70459.98 node_cpu_seconds_total{cpu="19",mode="idle"} 5.08878658e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 1003.16 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 8.12 node_cpu_seconds_total{cpu="19",mode="softirq"} 829.38 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 18684.66 node_cpu_seconds_total{cpu="19",mode="user"} 71444.72 node_cpu_seconds_total{cpu="2",mode="idle"} 5.0261717e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 1992.28 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 38.33 node_cpu_seconds_total{cpu="2",mode="softirq"} 2542.2 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 25314.93 node_cpu_seconds_total{cpu="2",mode="user"} 120560.28 node_cpu_seconds_total{cpu="20",mode="idle"} 5.09223305e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 774.52 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 17.66 node_cpu_seconds_total{cpu="20",mode="softirq"} 772.45 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 17708.33 node_cpu_seconds_total{cpu="20",mode="user"} 69689.01 node_cpu_seconds_total{cpu="21",mode="idle"} 5.0934631e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 816.61 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 7.91 node_cpu_seconds_total{cpu="21",mode="softirq"} 784.52 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 17346.09 node_cpu_seconds_total{cpu="21",mode="user"} 68351.23 node_cpu_seconds_total{cpu="22",mode="idle"} 4.82194793e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 5578.12 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 35.23 node_cpu_seconds_total{cpu="22",mode="softirq"} 4891.4 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 35783.74 node_cpu_seconds_total{cpu="22",mode="user"} 309525.63 node_cpu_seconds_total{cpu="23",mode="idle"} 5.00796852e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 2293.61 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 34.47 node_cpu_seconds_total{cpu="23",mode="softirq"} 3207.42 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 27622.22 node_cpu_seconds_total{cpu="23",mode="user"} 136438.67 node_cpu_seconds_total{cpu="24",mode="idle"} 5.03953647e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 1987.3 node_cpu_seconds_total{cpu="24",mode="irq"} 0 node_cpu_seconds_total{cpu="24",mode="nice"} 34.81 node_cpu_seconds_total{cpu="24",mode="softirq"} 2520.68 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 24554.6 node_cpu_seconds_total{cpu="24",mode="user"} 109766.99 node_cpu_seconds_total{cpu="25",mode="idle"} 5.05703945e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 1646.17 node_cpu_seconds_total{cpu="25",mode="irq"} 0 node_cpu_seconds_total{cpu="25",mode="nice"} 29.76 node_cpu_seconds_total{cpu="25",mode="softirq"} 2018.13 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 22714.74 node_cpu_seconds_total{cpu="25",mode="user"} 95298.91 node_cpu_seconds_total{cpu="26",mode="idle"} 5.06511024e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 1320.91 node_cpu_seconds_total{cpu="26",mode="irq"} 0 node_cpu_seconds_total{cpu="26",mode="nice"} 33.84 node_cpu_seconds_total{cpu="26",mode="softirq"} 1588.41 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 21564.32 node_cpu_seconds_total{cpu="26",mode="user"} 89994.8 node_cpu_seconds_total{cpu="27",mode="idle"} 5.07146708e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 1190.64 node_cpu_seconds_total{cpu="27",mode="irq"} 0 node_cpu_seconds_total{cpu="27",mode="nice"} 34.72 node_cpu_seconds_total{cpu="27",mode="softirq"} 1321.32 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 21422.88 node_cpu_seconds_total{cpu="27",mode="user"} 84158.01 node_cpu_seconds_total{cpu="28",mode="idle"} 5.06853759e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 972.01 node_cpu_seconds_total{cpu="28",mode="irq"} 0 node_cpu_seconds_total{cpu="28",mode="nice"} 31 node_cpu_seconds_total{cpu="28",mode="softirq"} 1108.05 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 21501 node_cpu_seconds_total{cpu="28",mode="user"} 86631.8 node_cpu_seconds_total{cpu="29",mode="idle"} 5.08377568e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 960.43 node_cpu_seconds_total{cpu="29",mode="irq"} 0 node_cpu_seconds_total{cpu="29",mode="nice"} 28.84 node_cpu_seconds_total{cpu="29",mode="softirq"} 1002.4 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 20374.43 node_cpu_seconds_total{cpu="29",mode="user"} 73920.8 node_cpu_seconds_total{cpu="3",mode="idle"} 5.0509601e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 1743.41 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 16.01 node_cpu_seconds_total{cpu="3",mode="softirq"} 2068.24 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 22668.14 node_cpu_seconds_total{cpu="3",mode="user"} 100646.8 node_cpu_seconds_total{cpu="30",mode="idle"} 5.08113665e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 859.94 node_cpu_seconds_total{cpu="30",mode="irq"} 0 node_cpu_seconds_total{cpu="30",mode="nice"} 32.9 node_cpu_seconds_total{cpu="30",mode="softirq"} 895.32 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 19867.05 node_cpu_seconds_total{cpu="30",mode="user"} 77728.54 node_cpu_seconds_total{cpu="31",mode="idle"} 5.0856161e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 884.12 node_cpu_seconds_total{cpu="31",mode="irq"} 0 node_cpu_seconds_total{cpu="31",mode="nice"} 28.27 node_cpu_seconds_total{cpu="31",mode="softirq"} 847 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 19840.8 node_cpu_seconds_total{cpu="31",mode="user"} 73256.14 node_cpu_seconds_total{cpu="32",mode="idle"} 5.08695742e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 768.4 node_cpu_seconds_total{cpu="32",mode="irq"} 0 node_cpu_seconds_total{cpu="32",mode="nice"} 27.35 node_cpu_seconds_total{cpu="32",mode="softirq"} 780.51 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 19035.03 node_cpu_seconds_total{cpu="32",mode="user"} 73116.34 node_cpu_seconds_total{cpu="33",mode="idle"} 5.08654919e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 823.55 node_cpu_seconds_total{cpu="33",mode="irq"} 0 node_cpu_seconds_total{cpu="33",mode="nice"} 29.78 node_cpu_seconds_total{cpu="33",mode="softirq"} 775.36 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 19092.98 node_cpu_seconds_total{cpu="33",mode="user"} 73355.33 node_cpu_seconds_total{cpu="34",mode="idle"} 5.08813708e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 720.94 node_cpu_seconds_total{cpu="34",mode="irq"} 0 node_cpu_seconds_total{cpu="34",mode="nice"} 28.66 node_cpu_seconds_total{cpu="34",mode="softirq"} 719.65 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 18996.48 node_cpu_seconds_total{cpu="34",mode="user"} 72142.74 node_cpu_seconds_total{cpu="35",mode="idle"} 5.08608408e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 822.27 node_cpu_seconds_total{cpu="35",mode="irq"} 0 node_cpu_seconds_total{cpu="35",mode="nice"} 35.05 node_cpu_seconds_total{cpu="35",mode="softirq"} 749 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 19071.7 node_cpu_seconds_total{cpu="35",mode="user"} 73698.87 node_cpu_seconds_total{cpu="36",mode="idle"} 5.09689964e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 703.95 node_cpu_seconds_total{cpu="36",mode="irq"} 0 node_cpu_seconds_total{cpu="36",mode="nice"} 29.35 node_cpu_seconds_total{cpu="36",mode="softirq"} 710.52 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 17918.56 node_cpu_seconds_total{cpu="36",mode="user"} 64655.12 node_cpu_seconds_total{cpu="37",mode="idle"} 5.09058838e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 771.04 node_cpu_seconds_total{cpu="37",mode="irq"} 0 node_cpu_seconds_total{cpu="37",mode="nice"} 28.87 node_cpu_seconds_total{cpu="37",mode="softirq"} 717.02 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 18320.38 node_cpu_seconds_total{cpu="37",mode="user"} 70200.26 node_cpu_seconds_total{cpu="38",mode="idle"} 5.09325619e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 671.93 node_cpu_seconds_total{cpu="38",mode="irq"} 0 node_cpu_seconds_total{cpu="38",mode="nice"} 30.33 node_cpu_seconds_total{cpu="38",mode="softirq"} 671.16 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 17658.74 node_cpu_seconds_total{cpu="38",mode="user"} 68568.74 node_cpu_seconds_total{cpu="39",mode="idle"} 5.09548737e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 772.29 node_cpu_seconds_total{cpu="39",mode="irq"} 0 node_cpu_seconds_total{cpu="39",mode="nice"} 32.76 node_cpu_seconds_total{cpu="39",mode="softirq"} 672.76 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 17057.96 node_cpu_seconds_total{cpu="39",mode="user"} 66923.95 node_cpu_seconds_total{cpu="4",mode="idle"} 5.05559465e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 1501.74 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 28.35 node_cpu_seconds_total{cpu="4",mode="softirq"} 1750.31 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 22112.33 node_cpu_seconds_total{cpu="4",mode="user"} 98379.52 node_cpu_seconds_total{cpu="40",mode="idle"} 5.09779531e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 648.19 node_cpu_seconds_total{cpu="40",mode="irq"} 0 node_cpu_seconds_total{cpu="40",mode="nice"} 29.94 node_cpu_seconds_total{cpu="40",mode="softirq"} 632.53 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 16318.01 node_cpu_seconds_total{cpu="40",mode="user"} 65835.89 node_cpu_seconds_total{cpu="41",mode="idle"} 5.09812234e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 767.97 node_cpu_seconds_total{cpu="41",mode="irq"} 0 node_cpu_seconds_total{cpu="41",mode="nice"} 31.77 node_cpu_seconds_total{cpu="41",mode="softirq"} 658.84 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 16600.04 node_cpu_seconds_total{cpu="41",mode="user"} 64966.81 node_cpu_seconds_total{cpu="42",mode="idle"} 5.10224019e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 634.05 node_cpu_seconds_total{cpu="42",mode="irq"} 0 node_cpu_seconds_total{cpu="42",mode="nice"} 30.24 node_cpu_seconds_total{cpu="42",mode="softirq"} 632.86 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 16587.08 node_cpu_seconds_total{cpu="42",mode="user"} 61047.16 node_cpu_seconds_total{cpu="43",mode="idle"} 5.09777001e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 722.07 node_cpu_seconds_total{cpu="43",mode="irq"} 0 node_cpu_seconds_total{cpu="43",mode="nice"} 32.64 node_cpu_seconds_total{cpu="43",mode="softirq"} 700.45 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 16647.84 node_cpu_seconds_total{cpu="43",mode="user"} 65179.47 node_cpu_seconds_total{cpu="44",mode="idle"} 5.01478117e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 2435.1 node_cpu_seconds_total{cpu="44",mode="irq"} 0 node_cpu_seconds_total{cpu="44",mode="nice"} 14.41 node_cpu_seconds_total{cpu="44",mode="softirq"} 1577.05 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 20116.16 node_cpu_seconds_total{cpu="44",mode="user"} 141273.2 node_cpu_seconds_total{cpu="45",mode="idle"} 5.08491205e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 1387.17 node_cpu_seconds_total{cpu="45",mode="irq"} 0 node_cpu_seconds_total{cpu="45",mode="nice"} 11.34 node_cpu_seconds_total{cpu="45",mode="softirq"} 892.59 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 16890 node_cpu_seconds_total{cpu="45",mode="user"} 76203.63 node_cpu_seconds_total{cpu="46",mode="idle"} 5.09718427e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 1431.98 node_cpu_seconds_total{cpu="46",mode="irq"} 0 node_cpu_seconds_total{cpu="46",mode="nice"} 15.3 node_cpu_seconds_total{cpu="46",mode="softirq"} 818.82 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 16403.76 node_cpu_seconds_total{cpu="46",mode="user"} 64881.91 node_cpu_seconds_total{cpu="47",mode="idle"} 5.09475806e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 1175.97 node_cpu_seconds_total{cpu="47",mode="irq"} 0 node_cpu_seconds_total{cpu="47",mode="nice"} 15.06 node_cpu_seconds_total{cpu="47",mode="softirq"} 674.46 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 16172.72 node_cpu_seconds_total{cpu="47",mode="user"} 68086.6 node_cpu_seconds_total{cpu="48",mode="idle"} 5.09713099e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 1196.26 node_cpu_seconds_total{cpu="48",mode="irq"} 0 node_cpu_seconds_total{cpu="48",mode="nice"} 15.28 node_cpu_seconds_total{cpu="48",mode="softirq"} 629.32 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 16540.09 node_cpu_seconds_total{cpu="48",mode="user"} 65452.2 node_cpu_seconds_total{cpu="49",mode="idle"} 5.10322582e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 1196.27 node_cpu_seconds_total{cpu="49",mode="irq"} 0 node_cpu_seconds_total{cpu="49",mode="nice"} 19.46 node_cpu_seconds_total{cpu="49",mode="softirq"} 534.75 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 16092.91 node_cpu_seconds_total{cpu="49",mode="user"} 60145.5 node_cpu_seconds_total{cpu="5",mode="idle"} 5.06048329e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 1376.74 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 26.8 node_cpu_seconds_total{cpu="5",mode="softirq"} 1490.04 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 22181.38 node_cpu_seconds_total{cpu="5",mode="user"} 93869.78 node_cpu_seconds_total{cpu="50",mode="idle"} 5.10346966e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 1092.48 node_cpu_seconds_total{cpu="50",mode="irq"} 0 node_cpu_seconds_total{cpu="50",mode="nice"} 8.67 node_cpu_seconds_total{cpu="50",mode="softirq"} 509.12 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 16677.71 node_cpu_seconds_total{cpu="50",mode="user"} 59490.8 node_cpu_seconds_total{cpu="51",mode="idle"} 5.10750769e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 917.17 node_cpu_seconds_total{cpu="51",mode="irq"} 0 node_cpu_seconds_total{cpu="51",mode="nice"} 9.34 node_cpu_seconds_total{cpu="51",mode="softirq"} 435.76 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 15728.06 node_cpu_seconds_total{cpu="51",mode="user"} 56951.73 node_cpu_seconds_total{cpu="52",mode="idle"} 5.09693259e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 969.84 node_cpu_seconds_total{cpu="52",mode="irq"} 0 node_cpu_seconds_total{cpu="52",mode="nice"} 13.64 node_cpu_seconds_total{cpu="52",mode="softirq"} 455.86 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 17475.65 node_cpu_seconds_total{cpu="52",mode="user"} 65364.66 node_cpu_seconds_total{cpu="53",mode="idle"} 5.10711425e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 879.43 node_cpu_seconds_total{cpu="53",mode="irq"} 0 node_cpu_seconds_total{cpu="53",mode="nice"} 6.87 node_cpu_seconds_total{cpu="53",mode="softirq"} 414.53 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 15747.26 node_cpu_seconds_total{cpu="53",mode="user"} 57424.61 node_cpu_seconds_total{cpu="54",mode="idle"} 5.099293e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 937.86 node_cpu_seconds_total{cpu="54",mode="irq"} 0 node_cpu_seconds_total{cpu="54",mode="nice"} 6.76 node_cpu_seconds_total{cpu="54",mode="softirq"} 1150.82 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 16642.68 node_cpu_seconds_total{cpu="54",mode="user"} 59639.9 node_cpu_seconds_total{cpu="55",mode="idle"} 5.1017744e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 845.28 node_cpu_seconds_total{cpu="55",mode="irq"} 0 node_cpu_seconds_total{cpu="55",mode="nice"} 4.98 node_cpu_seconds_total{cpu="55",mode="softirq"} 1632.84 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 16377.37 node_cpu_seconds_total{cpu="55",mode="user"} 58920.7 node_cpu_seconds_total{cpu="56",mode="idle"} 5.10216235e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 894.54 node_cpu_seconds_total{cpu="56",mode="irq"} 0 node_cpu_seconds_total{cpu="56",mode="nice"} 19.36 node_cpu_seconds_total{cpu="56",mode="softirq"} 1751.86 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 16232.23 node_cpu_seconds_total{cpu="56",mode="user"} 57907.84 node_cpu_seconds_total{cpu="57",mode="idle"} 5.09923822e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 834.02 node_cpu_seconds_total{cpu="57",mode="irq"} 0 node_cpu_seconds_total{cpu="57",mode="nice"} 18.5 node_cpu_seconds_total{cpu="57",mode="softirq"} 1772.97 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 16669.13 node_cpu_seconds_total{cpu="57",mode="user"} 60660.66 node_cpu_seconds_total{cpu="58",mode="idle"} 5.09788695e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 914 node_cpu_seconds_total{cpu="58",mode="irq"} 0 node_cpu_seconds_total{cpu="58",mode="nice"} 7.46 node_cpu_seconds_total{cpu="58",mode="softirq"} 1904.25 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 17116.86 node_cpu_seconds_total{cpu="58",mode="user"} 60911.11 node_cpu_seconds_total{cpu="59",mode="idle"} 5.10178708e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 807.34 node_cpu_seconds_total{cpu="59",mode="irq"} 0 node_cpu_seconds_total{cpu="59",mode="nice"} 22.74 node_cpu_seconds_total{cpu="59",mode="softirq"} 537.31 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 16810.27 node_cpu_seconds_total{cpu="59",mode="user"} 61565.91 node_cpu_seconds_total{cpu="6",mode="idle"} 5.06739464e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 1168.02 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 23.93 node_cpu_seconds_total{cpu="6",mode="softirq"} 1307.88 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 21691.32 node_cpu_seconds_total{cpu="6",mode="user"} 88328.46 node_cpu_seconds_total{cpu="60",mode="idle"} 5.09978951e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 874.24 node_cpu_seconds_total{cpu="60",mode="irq"} 0 node_cpu_seconds_total{cpu="60",mode="nice"} 23.19 node_cpu_seconds_total{cpu="60",mode="softirq"} 544.02 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 17030.18 node_cpu_seconds_total{cpu="60",mode="user"} 63049.95 node_cpu_seconds_total{cpu="61",mode="idle"} 5.10277699e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 813.73 node_cpu_seconds_total{cpu="61",mode="irq"} 0 node_cpu_seconds_total{cpu="61",mode="nice"} 14.5 node_cpu_seconds_total{cpu="61",mode="softirq"} 496.58 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 16103.73 node_cpu_seconds_total{cpu="61",mode="user"} 61361.76 node_cpu_seconds_total{cpu="62",mode="idle"} 5.09970541e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 912.66 node_cpu_seconds_total{cpu="62",mode="irq"} 0 node_cpu_seconds_total{cpu="62",mode="nice"} 16.29 node_cpu_seconds_total{cpu="62",mode="softirq"} 520.69 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 16460.19 node_cpu_seconds_total{cpu="62",mode="user"} 63769.76 node_cpu_seconds_total{cpu="63",mode="idle"} 5.10026735e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 914.96 node_cpu_seconds_total{cpu="63",mode="irq"} 0 node_cpu_seconds_total{cpu="63",mode="nice"} 8.76 node_cpu_seconds_total{cpu="63",mode="softirq"} 502.19 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 16541.95 node_cpu_seconds_total{cpu="63",mode="user"} 63110.98 node_cpu_seconds_total{cpu="64",mode="idle"} 5.10405443e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 881.72 node_cpu_seconds_total{cpu="64",mode="irq"} 0 node_cpu_seconds_total{cpu="64",mode="nice"} 13.38 node_cpu_seconds_total{cpu="64",mode="softirq"} 498.44 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 16633.43 node_cpu_seconds_total{cpu="64",mode="user"} 59310.57 node_cpu_seconds_total{cpu="65",mode="idle"} 5.09764954e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 788.26 node_cpu_seconds_total{cpu="65",mode="irq"} 0 node_cpu_seconds_total{cpu="65",mode="nice"} 8.43 node_cpu_seconds_total{cpu="65",mode="softirq"} 474.14 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 16745.38 node_cpu_seconds_total{cpu="65",mode="user"} 65508.07 node_cpu_seconds_total{cpu="66",mode="idle"} 5.05297221e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 1814.61 node_cpu_seconds_total{cpu="66",mode="irq"} 0 node_cpu_seconds_total{cpu="66",mode="nice"} 31.17 node_cpu_seconds_total{cpu="66",mode="softirq"} 787.01 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 15942.07 node_cpu_seconds_total{cpu="66",mode="user"} 109382.1 node_cpu_seconds_total{cpu="67",mode="idle"} 5.08741561e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 1190.04 node_cpu_seconds_total{cpu="67",mode="irq"} 0 node_cpu_seconds_total{cpu="67",mode="nice"} 30.02 node_cpu_seconds_total{cpu="67",mode="softirq"} 806.23 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 15908.22 node_cpu_seconds_total{cpu="67",mode="user"} 75740.21 node_cpu_seconds_total{cpu="68",mode="idle"} 5.09928137e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 1334.29 node_cpu_seconds_total{cpu="68",mode="irq"} 0 node_cpu_seconds_total{cpu="68",mode="nice"} 27.75 node_cpu_seconds_total{cpu="68",mode="softirq"} 898.98 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 16137.78 node_cpu_seconds_total{cpu="68",mode="user"} 63162.57 node_cpu_seconds_total{cpu="69",mode="idle"} 5.10102086e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 1100 node_cpu_seconds_total{cpu="69",mode="irq"} 0 node_cpu_seconds_total{cpu="69",mode="nice"} 27.7 node_cpu_seconds_total{cpu="69",mode="softirq"} 786.17 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 15891.47 node_cpu_seconds_total{cpu="69",mode="user"} 62346.44 node_cpu_seconds_total{cpu="7",mode="idle"} 5.0671229e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 1121.18 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 9.6 node_cpu_seconds_total{cpu="7",mode="softirq"} 1172.36 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 22341.18 node_cpu_seconds_total{cpu="7",mode="user"} 87999.08 node_cpu_seconds_total{cpu="70",mode="idle"} 5.09524915e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 1154.88 node_cpu_seconds_total{cpu="70",mode="irq"} 0 node_cpu_seconds_total{cpu="70",mode="nice"} 29.7 node_cpu_seconds_total{cpu="70",mode="softirq"} 799.33 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 16640.36 node_cpu_seconds_total{cpu="70",mode="user"} 67127.83 node_cpu_seconds_total{cpu="71",mode="idle"} 5.09933961e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 1130.57 node_cpu_seconds_total{cpu="71",mode="irq"} 0 node_cpu_seconds_total{cpu="71",mode="nice"} 32.28 node_cpu_seconds_total{cpu="71",mode="softirq"} 710.32 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 16662.22 node_cpu_seconds_total{cpu="71",mode="user"} 63268.36 node_cpu_seconds_total{cpu="72",mode="idle"} 5.09798649e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 1054.22 node_cpu_seconds_total{cpu="72",mode="irq"} 0 node_cpu_seconds_total{cpu="72",mode="nice"} 29.14 node_cpu_seconds_total{cpu="72",mode="softirq"} 709.14 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 16753.33 node_cpu_seconds_total{cpu="72",mode="user"} 64680.78 node_cpu_seconds_total{cpu="73",mode="idle"} 5.09568805e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 893.29 node_cpu_seconds_total{cpu="73",mode="irq"} 0 node_cpu_seconds_total{cpu="73",mode="nice"} 28.1 node_cpu_seconds_total{cpu="73",mode="softirq"} 654.27 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 17866.6 node_cpu_seconds_total{cpu="73",mode="user"} 65846.28 node_cpu_seconds_total{cpu="74",mode="idle"} 5.09893515e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 970.88 node_cpu_seconds_total{cpu="74",mode="irq"} 0 node_cpu_seconds_total{cpu="74",mode="nice"} 29.18 node_cpu_seconds_total{cpu="74",mode="softirq"} 662.91 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 17133.06 node_cpu_seconds_total{cpu="74",mode="user"} 63670.7 node_cpu_seconds_total{cpu="75",mode="idle"} 5.09811907e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 868.22 node_cpu_seconds_total{cpu="75",mode="irq"} 0 node_cpu_seconds_total{cpu="75",mode="nice"} 29.74 node_cpu_seconds_total{cpu="75",mode="softirq"} 598.71 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 17006.22 node_cpu_seconds_total{cpu="75",mode="user"} 64779.63 node_cpu_seconds_total{cpu="76",mode="idle"} 5.09889398e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 927.18 node_cpu_seconds_total{cpu="76",mode="irq"} 0 node_cpu_seconds_total{cpu="76",mode="nice"} 30.68 node_cpu_seconds_total{cpu="76",mode="softirq"} 641.81 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 17130.3 node_cpu_seconds_total{cpu="76",mode="user"} 63832.6 node_cpu_seconds_total{cpu="77",mode="idle"} 5.1008364e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 844.3 node_cpu_seconds_total{cpu="77",mode="irq"} 0 node_cpu_seconds_total{cpu="77",mode="nice"} 26.58 node_cpu_seconds_total{cpu="77",mode="softirq"} 599.34 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 16587.6 node_cpu_seconds_total{cpu="77",mode="user"} 62794.16 node_cpu_seconds_total{cpu="78",mode="idle"} 5.1030141e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 859.24 node_cpu_seconds_total{cpu="78",mode="irq"} 0 node_cpu_seconds_total{cpu="78",mode="nice"} 24.7 node_cpu_seconds_total{cpu="78",mode="softirq"} 640.32 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 16428.84 node_cpu_seconds_total{cpu="78",mode="user"} 60458.12 node_cpu_seconds_total{cpu="79",mode="idle"} 5.10610859e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 789.05 node_cpu_seconds_total{cpu="79",mode="irq"} 0 node_cpu_seconds_total{cpu="79",mode="nice"} 31.88 node_cpu_seconds_total{cpu="79",mode="softirq"} 569.46 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 15806.32 node_cpu_seconds_total{cpu="79",mode="user"} 58332.76 node_cpu_seconds_total{cpu="8",mode="idle"} 5.07699583e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 982.16 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 15.82 node_cpu_seconds_total{cpu="8",mode="softirq"} 1081.15 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 20305.8 node_cpu_seconds_total{cpu="8",mode="user"} 80935.24 node_cpu_seconds_total{cpu="80",mode="idle"} 5.09745583e+06 node_cpu_seconds_total{cpu="80",mode="iowait"} 894.82 node_cpu_seconds_total{cpu="80",mode="irq"} 0 node_cpu_seconds_total{cpu="80",mode="nice"} 31.34 node_cpu_seconds_total{cpu="80",mode="softirq"} 675.48 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 17122.02 node_cpu_seconds_total{cpu="80",mode="user"} 65142.62 node_cpu_seconds_total{cpu="81",mode="idle"} 5.1041185e+06 node_cpu_seconds_total{cpu="81",mode="iowait"} 764.19 node_cpu_seconds_total{cpu="81",mode="irq"} 0 node_cpu_seconds_total{cpu="81",mode="nice"} 32.79 node_cpu_seconds_total{cpu="81",mode="softirq"} 600.94 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 16340.15 node_cpu_seconds_total{cpu="81",mode="user"} 59747.76 node_cpu_seconds_total{cpu="82",mode="idle"} 5.10376536e+06 node_cpu_seconds_total{cpu="82",mode="iowait"} 790.4 node_cpu_seconds_total{cpu="82",mode="irq"} 0 node_cpu_seconds_total{cpu="82",mode="nice"} 32.56 node_cpu_seconds_total{cpu="82",mode="softirq"} 628.19 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 16440.93 node_cpu_seconds_total{cpu="82",mode="user"} 59830.38 node_cpu_seconds_total{cpu="83",mode="idle"} 5.10225567e+06 node_cpu_seconds_total{cpu="83",mode="iowait"} 782.1 node_cpu_seconds_total{cpu="83",mode="irq"} 0 node_cpu_seconds_total{cpu="83",mode="nice"} 32.87 node_cpu_seconds_total{cpu="83",mode="softirq"} 610.75 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 15825.32 node_cpu_seconds_total{cpu="83",mode="user"} 62096.93 node_cpu_seconds_total{cpu="84",mode="idle"} 5.09942105e+06 node_cpu_seconds_total{cpu="84",mode="iowait"} 3610.16 node_cpu_seconds_total{cpu="84",mode="irq"} 0 node_cpu_seconds_total{cpu="84",mode="nice"} 36.27 node_cpu_seconds_total{cpu="84",mode="softirq"} 636.78 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 16145.4 node_cpu_seconds_total{cpu="84",mode="user"} 61440.34 node_cpu_seconds_total{cpu="85",mode="idle"} 5.10324098e+06 node_cpu_seconds_total{cpu="85",mode="iowait"} 780.61 node_cpu_seconds_total{cpu="85",mode="irq"} 0 node_cpu_seconds_total{cpu="85",mode="nice"} 33.1 node_cpu_seconds_total{cpu="85",mode="softirq"} 598.87 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 15539.38 node_cpu_seconds_total{cpu="85",mode="user"} 61392.68 node_cpu_seconds_total{cpu="86",mode="idle"} 5.10332877e+06 node_cpu_seconds_total{cpu="86",mode="iowait"} 808.29 node_cpu_seconds_total{cpu="86",mode="irq"} 0 node_cpu_seconds_total{cpu="86",mode="nice"} 30.87 node_cpu_seconds_total{cpu="86",mode="softirq"} 667.22 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 16370.2 node_cpu_seconds_total{cpu="86",mode="user"} 60182.3 node_cpu_seconds_total{cpu="87",mode="idle"} 5.10083819e+06 node_cpu_seconds_total{cpu="87",mode="iowait"} 756.06 node_cpu_seconds_total{cpu="87",mode="irq"} 0 node_cpu_seconds_total{cpu="87",mode="nice"} 28.78 node_cpu_seconds_total{cpu="87",mode="softirq"} 636.02 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 16328.06 node_cpu_seconds_total{cpu="87",mode="user"} 62772.46 node_cpu_seconds_total{cpu="9",mode="idle"} 5.07403258e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 1012.17 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 7.98 node_cpu_seconds_total{cpu="9",mode="softirq"} 998.84 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 21482.96 node_cpu_seconds_total{cpu="9",mode="user"} 82538.72 # 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"} 210.972 node_disk_discard_time_seconds_total{device="nvme0n1"} 132.101 node_disk_discard_time_seconds_total{device="nvme1n1"} 133.065 node_disk_discard_time_seconds_total{device="sda"} 0 node_disk_discard_time_seconds_total{device="sr0"} 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"} 9.014268296e+09 node_disk_discarded_sectors_total{device="nvme0n1"} 9.014268296e+09 node_disk_discarded_sectors_total{device="nvme1n1"} 9.014268296e+09 node_disk_discarded_sectors_total{device="sda"} 0 node_disk_discarded_sectors_total{device="sr0"} 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"} 362022 node_disk_discards_completed_total{device="nvme0n1"} 361920 node_disk_discards_completed_total{device="nvme1n1"} 361920 node_disk_discards_completed_total{device="sda"} 0 node_disk_discards_completed_total{device="sr0"} 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="nvme0n1"} 102 node_disk_discards_merged_total{device="nvme1n1"} 102 node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sr0"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="md0"} 0 node_disk_flush_requests_time_seconds_total{device="nvme0n1"} 35893.908 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 35716.762 node_disk_flush_requests_time_seconds_total{device="sda"} 0 node_disk_flush_requests_time_seconds_total{device="sr0"} 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="nvme0n1"} 1.10190965e+08 node_disk_flush_requests_total{device="nvme1n1"} 1.10190964e+08 node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sr0"} 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="nvme0n1",major="259",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme1n1",major="259",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sr0",major="11",minor="0",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="md0"} 0 node_disk_io_now{device="nvme0n1"} 0 node_disk_io_now{device="nvme1n1"} 0 node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sr0"} 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"} 104952.448 node_disk_io_time_seconds_total{device="nvme0n1"} 107531.276 node_disk_io_time_seconds_total{device="nvme1n1"} 65760.768 node_disk_io_time_seconds_total{device="sda"} 14674.072 node_disk_io_time_seconds_total{device="sr0"} 0 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="md0"} 1.874072132e+06 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 277217.16000000003 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 224420.708 node_disk_io_time_weighted_seconds_total{device="sda"} 45192.927 node_disk_io_time_weighted_seconds_total{device="sr0"} 0 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="md0"} 1.4106768999424e+13 node_disk_read_bytes_total{device="nvme0n1"} 1.5760884416e+13 node_disk_read_bytes_total{device="nvme1n1"} 6.538974649856e+12 node_disk_read_bytes_total{device="sda"} 7.2780239872e+10 node_disk_read_bytes_total{device="sr0"} 0 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="md0"} 70547.884 node_disk_read_time_seconds_total{device="nvme0n1"} 64169.041000000005 node_disk_read_time_seconds_total{device="nvme1n1"} 18935.368000000002 node_disk_read_time_seconds_total{device="sda"} 2893.981 node_disk_read_time_seconds_total{device="sr0"} 0 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="md0"} 6.09673382e+08 node_disk_reads_completed_total{device="nvme0n1"} 5.345471e+08 node_disk_reads_completed_total{device="nvme1n1"} 9.0712178e+07 node_disk_reads_completed_total{device="sda"} 6.126071e+06 node_disk_reads_completed_total{device="sr0"} 0 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="md0"} 0 node_disk_reads_merged_total{device="nvme0n1"} 5.4763816e+07 node_disk_reads_merged_total{device="nvme1n1"} 5.4667132e+07 node_disk_reads_merged_total{device="sda"} 1.0747708e+07 node_disk_reads_merged_total{device="sr0"} 0 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="md0"} 1.803313276e+06 node_disk_write_time_seconds_total{device="nvme0n1"} 177022.109 node_disk_write_time_seconds_total{device="nvme1n1"} 169635.51200000002 node_disk_write_time_seconds_total{device="sda"} 42298.945 node_disk_write_time_seconds_total{device="sr0"} 0 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="md0"} 4.20268961e+08 node_disk_writes_completed_total{device="nvme0n1"} 4.3205912e+08 node_disk_writes_completed_total{device="nvme1n1"} 4.32055537e+08 node_disk_writes_completed_total{device="sda"} 2.2335298e+07 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="md0"} 0 node_disk_writes_merged_total{device="nvme0n1"} 9.8400806e+07 node_disk_writes_merged_total{device="nvme1n1"} 9.8404389e+07 node_disk_writes_merged_total{device="sda"} 1.9109186e+07 node_disk_writes_merged_total{device="sr0"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="md0"} 1.0898659462656e+13 node_disk_written_bytes_total{device="nvme0n1"} 1.0958352433664e+13 node_disk_written_bytes_total{device="nvme1n1"} 1.0958352433664e+13 node_disk_written_bytes_total{device="sda"} 5.69799226368e+11 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="08/29/2024",bios_release="3.40",bios_vendor="HP",bios_version="P89",board_asset_tag="",board_name="ProLiant DL360 Gen9",board_vendor="HP",board_version="",chassis_asset_tag="",chassis_vendor="HP",chassis_version="",product_family="ProLiant",product_name="ProLiant DL360 Gen9",product_sku="755258-B21",product_version="",system_vendor="HP"} 1 # HELP node_edac_channel_correctable_errors_total Total correctable memory errors for this channel. # TYPE node_edac_channel_correctable_errors_total counter node_edac_channel_correctable_errors_total{channel="0",controller="0",csrow="0",dimm_label="CPU_SrcID0_Ha0_Chan0_DIMM0"} 0 node_edac_channel_correctable_errors_total{channel="0",controller="0",csrow="1",dimm_label="CPU_SrcID0_Ha0_Chan0_DIMM1"} 0 node_edac_channel_correctable_errors_total{channel="0",controller="1",csrow="0",dimm_label="CPU_SrcID1_Ha0_Chan0_DIMM0"} 0 node_edac_channel_correctable_errors_total{channel="0",controller="1",csrow="1",dimm_label="CPU_SrcID1_Ha0_Chan0_DIMM1"} 0 node_edac_channel_correctable_errors_total{channel="0",controller="2",csrow="0",dimm_label="CPU_SrcID0_Ha1_Chan0_DIMM0"} 0 node_edac_channel_correctable_errors_total{channel="0",controller="3",csrow="0",dimm_label="CPU_SrcID1_Ha1_Chan0_DIMM0"} 0 node_edac_channel_correctable_errors_total{channel="1",controller="0",csrow="0",dimm_label="CPU_SrcID0_Ha0_Chan1_DIMM0"} 0 node_edac_channel_correctable_errors_total{channel="1",controller="0",csrow="1",dimm_label="CPU_SrcID0_Ha0_Chan1_DIMM1"} 0 node_edac_channel_correctable_errors_total{channel="1",controller="1",csrow="0",dimm_label="CPU_SrcID1_Ha0_Chan1_DIMM0"} 0 node_edac_channel_correctable_errors_total{channel="1",controller="1",csrow="1",dimm_label="CPU_SrcID1_Ha0_Chan1_DIMM1"} 0 node_edac_channel_correctable_errors_total{channel="1",controller="2",csrow="0",dimm_label="CPU_SrcID0_Ha1_Chan1_DIMM0"} 0 node_edac_channel_correctable_errors_total{channel="1",controller="3",csrow="0",dimm_label="CPU_SrcID1_Ha1_Chan1_DIMM0"} 0 # 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="0"} 0 node_edac_csrow_correctable_errors_total{controller="0",csrow="1"} 0 node_edac_csrow_correctable_errors_total{controller="0",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="1",csrow="0"} 0 node_edac_csrow_correctable_errors_total{controller="1",csrow="1"} 0 node_edac_csrow_correctable_errors_total{controller="1",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="2",csrow="0"} 0 node_edac_csrow_correctable_errors_total{controller="2",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="3",csrow="0"} 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="0"} 0 node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="1"} 0 node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="0"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="1"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="2",csrow="0"} 0 node_edac_csrow_uncorrectable_errors_total{controller="2",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="3",csrow="0"} 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.26.5",revision="6044da783597cc3b57aef7580ddcdcff58a4ee99",tags="unknown",version="1.12.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 8304 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 1.339695546368e+12 node_filesystem_avail_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.339695546368e+12 node_filesystem_avail_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 1.339695546368e+12 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 0 node_filesystem_device_error{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 0 node_filesystem_device_error{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 1.25018112e+08 node_filesystem_files{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.25018112e+08 node_filesystem_files{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 1.25018112e+08 # 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="ext4",mountpoint="/etc/hostname"} 1.22180833e+08 node_filesystem_files_free{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.22180833e+08 node_filesystem_files_free{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 1.22180833e+08 # 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="ext4",mountpoint="/etc/hostname"} 1.442125901824e+12 node_filesystem_free_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.442125901824e+12 node_filesystem_free_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 1.442125901824e+12 # 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="/etc/hostname"} 1 node_filesystem_mount_info{device="/dev/md0",major="9",minor="0",mountpoint="/etc/hosts"} 1 node_filesystem_mount_info{device="/dev/md0",major="9",minor="0",mountpoint="/etc/resolv.conf"} 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="ext4",mountpoint="/etc/hostname"} 0 node_filesystem_purgeable_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 0 node_filesystem_purgeable_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 0 node_filesystem_readonly{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 0 node_filesystem_readonly{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 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="ext4",mountpoint="/etc/hostname"} 2.01496981504e+12 node_filesystem_size_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 2.01496981504e+12 node_filesystem_size_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 2.01496981504e+12 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 5.8066952e+07 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="0000:00:1c_4_0000:02:00_0",chip_name="tg3"} 1 node_hwmon_chip_names{chip="nvme_nvme0",chip_name="nvme"} 1 node_hwmon_chip_names{chip="nvme_nvme1",chip_name="nvme"} 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"} 300 # HELP node_hwmon_power_average_interval_min_seconds Hardware monitor power usage update interval (average_interval_min) # TYPE node_hwmon_power_average_interval_min_seconds gauge node_hwmon_power_average_interval_min_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 300 # HELP node_hwmon_power_average_interval_seconds Hardware monitor power usage update interval (average_interval) # TYPE node_hwmon_power_average_interval_seconds gauge node_hwmon_power_average_interval_seconds{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 300 # HELP node_hwmon_power_average_watt Hardware monitor for power usage in watts (average) # TYPE node_hwmon_power_average_watt gauge node_hwmon_power_average_watt{chip="lnxsybus:00_acpi000d:00",sensor="power1"} 125 # 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="nvme_nvme0",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme0",label="Sensor 2",sensor="temp3"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Sensor 2",sensor="temp3"} 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 16",sensor="temp18"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 17",sensor="temp19"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 18",sensor="temp20"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 19",sensor="temp21"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 2",sensor="temp4"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 20",sensor="temp22"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 21",sensor="temp23"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 24",sensor="temp26"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 25",sensor="temp27"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 26",sensor="temp28"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 27",sensor="temp29"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 28",sensor="temp30"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 4",sensor="temp6"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 8",sensor="temp10"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 9",sensor="temp11"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Package id 0",sensor="temp1"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 0",sensor="temp2"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 10",sensor="temp12"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 11",sensor="temp13"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 12",sensor="temp14"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 16",sensor="temp18"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 17",sensor="temp19"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 18",sensor="temp20"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 19",sensor="temp21"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 2",sensor="temp4"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 20",sensor="temp22"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 21",sensor="temp23"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 24",sensor="temp26"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 25",sensor="temp27"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 26",sensor="temp28"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 27",sensor="temp29"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 28",sensor="temp30"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 4",sensor="temp6"} 1 node_hwmon_sensor_label{chip="platform_coretemp_1",label="Core 5",sensor="temp7"} 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_alarm Hardware sensor alarm status (temp) # TYPE node_hwmon_temp_alarm gauge node_hwmon_temp_alarm{chip="nvme_nvme0",sensor="temp1"} 0 node_hwmon_temp_alarm{chip="nvme_nvme1",sensor="temp1"} 0 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="0000:00:1c_4_0000:02:00_0",sensor="temp1"} 45 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp1"} 53.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp3"} 65.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 55.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp3"} 74.85000000000001 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp1"} 41 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp11"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp12"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp13"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp14"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp18"} 34 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp19"} 34 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp20"} 34 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp21"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp22"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp23"} 33 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp26"} 34 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp27"} 34 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp28"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp29"} 34 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp30"} 33 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 34 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp7"} 34 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp1"} 46 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp10"} 40 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"} 40 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp14"} 40 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp18"} 40 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp19"} 40 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp2"} 40 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp20"} 41 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp21"} 46 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp22"} 40 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp23"} 40 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp26"} 40 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp27"} 40 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp28"} 40 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp29"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp3"} 40 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp30"} 41 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp4"} 41 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp5"} 41 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp6"} 41 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp7"} 41 # HELP node_hwmon_temp_crit_alarm_celsius Hardware monitor for temperature (crit_alarm) # TYPE node_hwmon_temp_crit_alarm_celsius gauge node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp10"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp11"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp12"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp13"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp14"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp18"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp19"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp20"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp21"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp22"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp23"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp26"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp27"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp28"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp29"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp3"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp30"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp4"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp5"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp6"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp7"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp10"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp11"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp12"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp13"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp14"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp18"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp19"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp20"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp21"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp22"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp23"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp26"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp27"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp28"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp29"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp3"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp30"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp4"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp5"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp6"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_1",sensor="temp7"} 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:00:1c_4_0000:02:00_0",sensor="temp1"} 110 node_hwmon_temp_crit_celsius{chip="nvme_nvme0",sensor="temp1"} 88.85000000000001 node_hwmon_temp_crit_celsius{chip="nvme_nvme1",sensor="temp1"} 88.85000000000001 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp1"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp10"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp11"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp12"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp13"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp14"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp18"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp19"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp2"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp20"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp21"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp22"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp23"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp26"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp27"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp28"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp29"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp3"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp30"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp4"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp5"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp6"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp7"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp1"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp10"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp11"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp12"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp13"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp14"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp18"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp19"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp2"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp20"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp21"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp22"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp23"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp26"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp27"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp28"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp29"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp3"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp30"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp4"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp5"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp6"} 93 node_hwmon_temp_crit_celsius{chip="platform_coretemp_1",sensor="temp7"} 93 # 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:00:1c_4_0000:02:00_0",sensor="temp1"} 100 node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp1"} 83.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp1"} 83.85000000000001 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp1"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp10"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp11"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp12"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp13"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp14"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp18"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp19"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp2"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp20"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp21"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp22"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp23"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp26"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp27"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp28"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp29"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp3"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp30"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp4"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp5"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp6"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp7"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp1"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp10"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp11"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp12"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp13"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp14"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp18"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp19"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp2"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp20"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp21"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp22"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp23"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp26"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp27"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp28"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp29"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp3"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp30"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp4"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp5"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp6"} 83 node_hwmon_temp_max_celsius{chip="platform_coretemp_1",sensor="temp7"} 83 # HELP node_hwmon_temp_min_celsius Hardware monitor for temperature (min) # TYPE node_hwmon_temp_min_celsius gauge node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp1"} -20.150000000000002 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp1"} -20.150000000000002 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 3.8637808515e+10 # HELP node_ipvs_connections_total The total number of connections made. # TYPE node_ipvs_connections_total counter node_ipvs_connections_total 0 # HELP node_ipvs_incoming_bytes_total The total amount of incoming data. # TYPE node_ipvs_incoming_bytes_total counter node_ipvs_incoming_bytes_total 0 # HELP node_ipvs_incoming_packets_total The total number of incoming packets. # TYPE node_ipvs_incoming_packets_total counter node_ipvs_incoming_packets_total 0 # HELP node_ipvs_outgoing_bytes_total The total amount of outgoing data. # TYPE node_ipvs_outgoing_bytes_total counter node_ipvs_outgoing_bytes_total 0 # HELP node_ipvs_outgoing_packets_total The total number of outgoing packets. # TYPE node_ipvs_outgoing_packets_total counter node_ipvs_outgoing_packets_total 0 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.96 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 3.21 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 2.96 # HELP node_md_blocks Total number of blocks on device. # TYPE node_md_blocks gauge node_md_blocks{device="md0"} 2.000265216e+09 # HELP node_md_blocks_synced Number of blocks synced on device. # TYPE node_md_blocks_synced gauge node_md_blocks_synced{device="md0"} 2.000265216e+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 1.2134060032e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 3.0719500288e+11 # 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.95060942848e+11 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 3.967811584e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 3.3441849344e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 4.561625088e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 3.35312809984e+11 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.21003149312e+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 5.406152704e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.68293445632e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 4.5199917056e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 8.35186688e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 1.4835712e+07 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 3.1391571968e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 6.6722398208e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 3.533082624e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 8.3034112e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.1562520576e+10 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 3.55692306432e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.49617664e+10 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 4.05597659136e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # 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 5.79883008e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.41041408e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.3037477888e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.1018624e+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 9.49346304e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.5139340288e+10 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 2.93773312e+08 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 1.599156224e+10 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 1.8204319744e+10 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 3.145728e+06 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 3.63327488e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_memory_Zswapped_bytes Memory information field Zswapped_bytes. # TYPE node_memory_Zswapped_bytes gauge node_memory_Zswapped_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 5 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 80344 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 3.45502303e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 9.970106156e+09 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 3 # 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 529 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 547 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 3.004429e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 274 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 7.779681e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2816 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 641 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="eth0"} 3 node_network_address_assign_type{device="eth1"} 3 node_network_address_assign_type{device="eth2"} 3 node_network_address_assign_type{device="lo"} 0 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="eth0"} 1 node_network_carrier{device="eth1"} 1 node_network_carrier{device="eth2"} 1 node_network_carrier{device="lo"} 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="eth0"} 2 node_network_carrier_changes_total{device="eth1"} 2 node_network_carrier_changes_total{device="eth2"} 2 node_network_carrier_changes_total{device="lo"} 0 # 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="eth0"} 1 node_network_carrier_down_changes_total{device="eth1"} 1 node_network_carrier_down_changes_total{device="eth2"} 1 node_network_carrier_down_changes_total{device="lo"} 0 # 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="eth0"} 1 node_network_carrier_up_changes_total{device="eth1"} 1 node_network_carrier_up_changes_total{device="eth2"} 1 node_network_carrier_up_changes_total{device="lo"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="eth0"} 0 node_network_device_id{device="eth1"} 0 node_network_device_id{device="eth2"} 0 node_network_device_id{device="lo"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="eth0"} 0 node_network_dormant{device="eth1"} 0 node_network_dormant{device="eth2"} 0 node_network_dormant{device="lo"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="eth0"} 4099 node_network_flags{device="eth1"} 4099 node_network_flags{device="eth2"} 4099 node_network_flags{device="lo"} 9 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="eth0"} 113 node_network_iface_id{device="eth1"} 59 node_network_iface_id{device="eth2"} 105 node_network_iface_id{device="lo"} 1 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="eth0"} 114 node_network_iface_link{device="eth1"} 60 node_network_iface_link{device="eth2"} 106 node_network_iface_link{device="lo"} 1 # 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="eth0"} 0 node_network_iface_link_mode{device="eth1"} 0 node_network_iface_link_mode{device="eth2"} 0 node_network_iface_link_mode{device="lo"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:42:0a:00:00:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:42:0a:00:01:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ac:12:00:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth2",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="eth0"} 1450 node_network_mtu_bytes{device="eth1"} 1450 node_network_mtu_bytes{device="eth2"} 1500 node_network_mtu_bytes{device="lo"} 65536 # 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="eth0"} 4 node_network_name_assign_type{device="eth1"} 4 node_network_name_assign_type{device="eth2"} 4 node_network_name_assign_type{device="lo"} 2 # 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="eth0"} 0 node_network_net_dev_group{device="eth1"} 0 node_network_net_dev_group{device="eth2"} 0 node_network_net_dev_group{device="lo"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="eth1"} 1 node_network_protocol_type{device="eth2"} 1 node_network_protocol_type{device="lo"} 772 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 2.19055e+06 node_network_receive_bytes_total{device="eth1"} 3.86959689e+08 node_network_receive_bytes_total{device="eth2"} 464771 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="eth1"} 0 node_network_receive_compressed_total{device="eth2"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="eth1"} 0 node_network_receive_drop_total{device="eth2"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="eth1"} 0 node_network_receive_errs_total{device="eth2"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="eth1"} 0 node_network_receive_fifo_total{device="eth2"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="eth1"} 0 node_network_receive_frame_total{device="eth2"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="eth1"} 0 node_network_receive_multicast_total{device="eth2"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="eth1"} 0 node_network_receive_nohandler_total{device="eth2"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 25686 node_network_receive_packets_total{device="eth1"} 3.002524e+06 node_network_receive_packets_total{device="eth2"} 6972 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="eth0"} 1.25e+09 node_network_speed_bytes{device="eth1"} 1.25e+09 node_network_speed_bytes{device="eth2"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 7.474313e+06 node_network_transmit_bytes_total{device="eth1"} 1.0004693359e+10 node_network_transmit_bytes_total{device="eth2"} 0 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="eth1"} 0 node_network_transmit_carrier_total{device="eth2"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="eth1"} 0 node_network_transmit_colls_total{device="eth2"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="eth1"} 0 node_network_transmit_compressed_total{device="eth2"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="eth1"} 0 node_network_transmit_drop_total{device="eth2"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="eth1"} 0 node_network_transmit_errs_total{device="eth2"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="eth1"} 0 node_network_transmit_fifo_total{device="eth2"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 17522 node_network_transmit_packets_total{device="eth1"} 2.98286e+06 node_network_transmit_packets_total{device="eth2"} 0 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="eth0"} 0 node_network_transmit_queue_length{device="eth1"} 0 node_network_transmit_queue_length{device="eth2"} 0 node_network_transmit_queue_length{device="lo"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="eth0"} 1 node_network_up{device="eth1"} 1 node_network_up{device="eth2"} 1 node_network_up{device="lo"} 0 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 1 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_nf_conntrack_stat_drop Number of packets dropped due to conntrack failure. # TYPE node_nf_conntrack_stat_drop gauge node_nf_conntrack_stat_drop 0 # HELP node_nf_conntrack_stat_early_drop Number of dropped conntrack entries to make room for new ones, if maximum table size was reached. # TYPE node_nf_conntrack_stat_early_drop gauge node_nf_conntrack_stat_early_drop 0 # HELP node_nf_conntrack_stat_found Number of searched entries which were successful. # TYPE node_nf_conntrack_stat_found gauge node_nf_conntrack_stat_found 0 # HELP node_nf_conntrack_stat_ignore Number of packets seen which are already connected to a conntrack entry. # TYPE node_nf_conntrack_stat_ignore gauge node_nf_conntrack_stat_ignore 0 # HELP node_nf_conntrack_stat_insert Number of entries inserted into the list. # TYPE node_nf_conntrack_stat_insert gauge node_nf_conntrack_stat_insert 0 # HELP node_nf_conntrack_stat_insert_failed Number of entries for which list insertion was attempted but failed. # TYPE node_nf_conntrack_stat_insert_failed gauge node_nf_conntrack_stat_insert_failed 0 # HELP node_nf_conntrack_stat_invalid Number of packets seen which can not be tracked. # TYPE node_nf_conntrack_stat_invalid gauge node_nf_conntrack_stat_invalid 0 # HELP node_nf_conntrack_stat_search_restart Number of conntrack table lookups which had to be restarted due to hashtable resizes. # TYPE node_nf_conntrack_stat_search_restart gauge node_nf_conntrack_stat_search_restart 0 # 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 23363.716712 # 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 7882.037671 # 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 7920.473581 # 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 1728.323587 # 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 1740.429809 # 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 6 # 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"} 226750.734980518 node_schedstat_running_seconds_total{cpu="1"} 172752.879302778 node_schedstat_running_seconds_total{cpu="10"} 104874.165220679 node_schedstat_running_seconds_total{cpu="11"} 101150.941576783 node_schedstat_running_seconds_total{cpu="12"} 100561.452273755 node_schedstat_running_seconds_total{cpu="13"} 97161.952055801 node_schedstat_running_seconds_total{cpu="14"} 96049.074821382 node_schedstat_running_seconds_total{cpu="15"} 96793.927732437 node_schedstat_running_seconds_total{cpu="16"} 92442.485760461 node_schedstat_running_seconds_total{cpu="17"} 95686.79690222 node_schedstat_running_seconds_total{cpu="18"} 91525.19958475 node_schedstat_running_seconds_total{cpu="19"} 93751.228470659 node_schedstat_running_seconds_total{cpu="2"} 152075.4347495 node_schedstat_running_seconds_total{cpu="20"} 90881.349673942 node_schedstat_running_seconds_total{cpu="21"} 89261.437342119 node_schedstat_running_seconds_total{cpu="22"} 354649.767743681 node_schedstat_running_seconds_total{cpu="23"} 171305.1025634 node_schedstat_running_seconds_total{cpu="24"} 140708.198863446 node_schedstat_running_seconds_total{cpu="25"} 123731.256995633 node_schedstat_running_seconds_total{cpu="26"} 116659.514781828 node_schedstat_running_seconds_total{cpu="27"} 110358.845233942 node_schedstat_running_seconds_total{cpu="28"} 112654.595133239 node_schedstat_running_seconds_total{cpu="29"} 98613.20410531 node_schedstat_running_seconds_total{cpu="3"} 129137.428370249 node_schedstat_running_seconds_total{cpu="30"} 101751.574506218 node_schedstat_running_seconds_total{cpu="31"} 97164.821691717 node_schedstat_running_seconds_total{cpu="32"} 96200.240521843 node_schedstat_running_seconds_total{cpu="33"} 96439.238531734 node_schedstat_running_seconds_total{cpu="34"} 95079.656533423 node_schedstat_running_seconds_total{cpu="35"} 96786.824153499 node_schedstat_running_seconds_total{cpu="36"} 86371.835854877 node_schedstat_running_seconds_total{cpu="37"} 92340.198974942 node_schedstat_running_seconds_total{cpu="38"} 89975.702338187 node_schedstat_running_seconds_total{cpu="39"} 87760.844959647 node_schedstat_running_seconds_total{cpu="4"} 125576.705430054 node_schedstat_running_seconds_total{cpu="40"} 85829.692466181 node_schedstat_running_seconds_total{cpu="41"} 85268.541000751 node_schedstat_running_seconds_total{cpu="42"} 81242.917106392 node_schedstat_running_seconds_total{cpu="43"} 85481.012796296 node_schedstat_running_seconds_total{cpu="44"} 166261.508952099 node_schedstat_running_seconds_total{cpu="45"} 96859.957052034 node_schedstat_running_seconds_total{cpu="46"} 84913.657402313 node_schedstat_running_seconds_total{cpu="47"} 87739.505485216 node_schedstat_running_seconds_total{cpu="48"} 85376.146695934 node_schedstat_running_seconds_total{cpu="49"} 79477.550131745 node_schedstat_running_seconds_total{cpu="5"} 120846.982688238 node_schedstat_running_seconds_total{cpu="50"} 79355.337984623 node_schedstat_running_seconds_total{cpu="51"} 75729.763189451 node_schedstat_running_seconds_total{cpu="52"} 85982.705790737 node_schedstat_running_seconds_total{cpu="53"} 76213.51710814 node_schedstat_running_seconds_total{cpu="54"} 79387.966764399 node_schedstat_running_seconds_total{cpu="55"} 78640.497289043 node_schedstat_running_seconds_total{cpu="56"} 77562.098450457 node_schedstat_running_seconds_total{cpu="57"} 80673.619062121 node_schedstat_running_seconds_total{cpu="58"} 81374.281459159 node_schedstat_running_seconds_total{cpu="59"} 81499.902862104 node_schedstat_running_seconds_total{cpu="6"} 114472.875261835 node_schedstat_running_seconds_total{cpu="60"} 83248.161793103 node_schedstat_running_seconds_total{cpu="61"} 80615.379883831 node_schedstat_running_seconds_total{cpu="62"} 83419.556039755 node_schedstat_running_seconds_total{cpu="63"} 82771.566909261 node_schedstat_running_seconds_total{cpu="64"} 79016.612603067 node_schedstat_running_seconds_total{cpu="65"} 85376.310321137 node_schedstat_running_seconds_total{cpu="66"} 128868.447426421 node_schedstat_running_seconds_total{cpu="67"} 95379.419957245 node_schedstat_running_seconds_total{cpu="68"} 83187.467284329 node_schedstat_running_seconds_total{cpu="69"} 81998.345300076 node_schedstat_running_seconds_total{cpu="7"} 114639.971861249 node_schedstat_running_seconds_total{cpu="70"} 87576.82848398 node_schedstat_running_seconds_total{cpu="71"} 83585.775415662 node_schedstat_running_seconds_total{cpu="72"} 85049.595246975 node_schedstat_running_seconds_total{cpu="73"} 87474.196217111 node_schedstat_running_seconds_total{cpu="74"} 84326.161870258 node_schedstat_running_seconds_total{cpu="75"} 85237.915770952 node_schedstat_running_seconds_total{cpu="76"} 84446.25656846 node_schedstat_running_seconds_total{cpu="77"} 82725.170130235 node_schedstat_running_seconds_total{cpu="78"} 80359.294937351 node_schedstat_running_seconds_total{cpu="79"} 77502.32296151 node_schedstat_running_seconds_total{cpu="8"} 105400.80365945 node_schedstat_running_seconds_total{cpu="80"} 85692.174715482 node_schedstat_running_seconds_total{cpu="81"} 79391.060578542 node_schedstat_running_seconds_total{cpu="82"} 79633.136029215 node_schedstat_running_seconds_total{cpu="83"} 81321.41473594 node_schedstat_running_seconds_total{cpu="84"} 81232.397411886 node_schedstat_running_seconds_total{cpu="85"} 80416.566874156 node_schedstat_running_seconds_total{cpu="86"} 79999.546630352 node_schedstat_running_seconds_total{cpu="87"} 82557.046234896 node_schedstat_running_seconds_total{cpu="9"} 108129.782142673 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 6.0355071e+08 node_schedstat_timeslices_total{cpu="1"} 6.95116542e+08 node_schedstat_timeslices_total{cpu="10"} 5.81907897e+08 node_schedstat_timeslices_total{cpu="11"} 5.86298667e+08 node_schedstat_timeslices_total{cpu="12"} 5.85647562e+08 node_schedstat_timeslices_total{cpu="13"} 5.81972903e+08 node_schedstat_timeslices_total{cpu="14"} 5.70838757e+08 node_schedstat_timeslices_total{cpu="15"} 5.56589462e+08 node_schedstat_timeslices_total{cpu="16"} 5.5026763e+08 node_schedstat_timeslices_total{cpu="17"} 5.48975005e+08 node_schedstat_timeslices_total{cpu="18"} 5.45602576e+08 node_schedstat_timeslices_total{cpu="19"} 5.45900203e+08 node_schedstat_timeslices_total{cpu="2"} 6.67567599e+08 node_schedstat_timeslices_total{cpu="20"} 5.41358734e+08 node_schedstat_timeslices_total{cpu="21"} 5.45465906e+08 node_schedstat_timeslices_total{cpu="22"} 6.34775008e+08 node_schedstat_timeslices_total{cpu="23"} 6.90593585e+08 node_schedstat_timeslices_total{cpu="24"} 6.62107766e+08 node_schedstat_timeslices_total{cpu="25"} 6.33742016e+08 node_schedstat_timeslices_total{cpu="26"} 6.09364759e+08 node_schedstat_timeslices_total{cpu="27"} 6.08003976e+08 node_schedstat_timeslices_total{cpu="28"} 5.86410823e+08 node_schedstat_timeslices_total{cpu="29"} 5.84261315e+08 node_schedstat_timeslices_total{cpu="3"} 6.31738855e+08 node_schedstat_timeslices_total{cpu="30"} 5.74018712e+08 node_schedstat_timeslices_total{cpu="31"} 5.68552822e+08 node_schedstat_timeslices_total{cpu="32"} 5.5793508e+08 node_schedstat_timeslices_total{cpu="33"} 5.52110532e+08 node_schedstat_timeslices_total{cpu="34"} 5.48436231e+08 node_schedstat_timeslices_total{cpu="35"} 5.468834e+08 node_schedstat_timeslices_total{cpu="36"} 5.32271693e+08 node_schedstat_timeslices_total{cpu="37"} 5.31930337e+08 node_schedstat_timeslices_total{cpu="38"} 5.27523715e+08 node_schedstat_timeslices_total{cpu="39"} 5.26079149e+08 node_schedstat_timeslices_total{cpu="4"} 6.21955582e+08 node_schedstat_timeslices_total{cpu="40"} 5.19178747e+08 node_schedstat_timeslices_total{cpu="41"} 5.18528585e+08 node_schedstat_timeslices_total{cpu="42"} 5.1411501e+08 node_schedstat_timeslices_total{cpu="43"} 5.13900408e+08 node_schedstat_timeslices_total{cpu="44"} 5.24477341e+08 node_schedstat_timeslices_total{cpu="45"} 5.65084601e+08 node_schedstat_timeslices_total{cpu="46"} 5.4645852e+08 node_schedstat_timeslices_total{cpu="47"} 5.44063152e+08 node_schedstat_timeslices_total{cpu="48"} 5.38228859e+08 node_schedstat_timeslices_total{cpu="49"} 5.3342998e+08 node_schedstat_timeslices_total{cpu="5"} 6.22913586e+08 node_schedstat_timeslices_total{cpu="50"} 5.30390618e+08 node_schedstat_timeslices_total{cpu="51"} 5.24711744e+08 node_schedstat_timeslices_total{cpu="52"} 5.25771419e+08 node_schedstat_timeslices_total{cpu="53"} 5.21417411e+08 node_schedstat_timeslices_total{cpu="54"} 5.18060528e+08 node_schedstat_timeslices_total{cpu="55"} 5.17794527e+08 node_schedstat_timeslices_total{cpu="56"} 5.09528957e+08 node_schedstat_timeslices_total{cpu="57"} 5.19308529e+08 node_schedstat_timeslices_total{cpu="58"} 5.05521709e+08 node_schedstat_timeslices_total{cpu="59"} 5.19801182e+08 node_schedstat_timeslices_total{cpu="6"} 6.08618501e+08 node_schedstat_timeslices_total{cpu="60"} 5.22012611e+08 node_schedstat_timeslices_total{cpu="61"} 5.200291e+08 node_schedstat_timeslices_total{cpu="62"} 5.25053964e+08 node_schedstat_timeslices_total{cpu="63"} 5.18239684e+08 node_schedstat_timeslices_total{cpu="64"} 5.24701519e+08 node_schedstat_timeslices_total{cpu="65"} 5.36689084e+08 node_schedstat_timeslices_total{cpu="66"} 4.95510254e+08 node_schedstat_timeslices_total{cpu="67"} 5.157652e+08 node_schedstat_timeslices_total{cpu="68"} 5.22562755e+08 node_schedstat_timeslices_total{cpu="69"} 5.17353541e+08 node_schedstat_timeslices_total{cpu="7"} 6.05078544e+08 node_schedstat_timeslices_total{cpu="70"} 5.18330477e+08 node_schedstat_timeslices_total{cpu="71"} 5.15404436e+08 node_schedstat_timeslices_total{cpu="72"} 5.12099882e+08 node_schedstat_timeslices_total{cpu="73"} 5.12073326e+08 node_schedstat_timeslices_total{cpu="74"} 5.1054677e+08 node_schedstat_timeslices_total{cpu="75"} 5.07788159e+08 node_schedstat_timeslices_total{cpu="76"} 5.09031117e+08 node_schedstat_timeslices_total{cpu="77"} 5.03379828e+08 node_schedstat_timeslices_total{cpu="78"} 5.06858268e+08 node_schedstat_timeslices_total{cpu="79"} 5.01459315e+08 node_schedstat_timeslices_total{cpu="8"} 5.93103041e+08 node_schedstat_timeslices_total{cpu="80"} 5.06811044e+08 node_schedstat_timeslices_total{cpu="81"} 4.98841855e+08 node_schedstat_timeslices_total{cpu="82"} 4.99388973e+08 node_schedstat_timeslices_total{cpu="83"} 5.00909813e+08 node_schedstat_timeslices_total{cpu="84"} 5.01887936e+08 node_schedstat_timeslices_total{cpu="85"} 5.01359664e+08 node_schedstat_timeslices_total{cpu="86"} 5.02963159e+08 node_schedstat_timeslices_total{cpu="87"} 5.06277055e+08 node_schedstat_timeslices_total{cpu="9"} 5.93038654e+08 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 10451.880444586 node_schedstat_waiting_seconds_total{cpu="1"} 9489.285223422 node_schedstat_waiting_seconds_total{cpu="10"} 7317.142426516 node_schedstat_waiting_seconds_total{cpu="11"} 7376.685775062 node_schedstat_waiting_seconds_total{cpu="12"} 7281.872811384 node_schedstat_waiting_seconds_total{cpu="13"} 7276.147054928 node_schedstat_waiting_seconds_total{cpu="14"} 7311.115364726 node_schedstat_waiting_seconds_total{cpu="15"} 7311.527662222 node_schedstat_waiting_seconds_total{cpu="16"} 7155.342632468 node_schedstat_waiting_seconds_total{cpu="17"} 7067.462045956 node_schedstat_waiting_seconds_total{cpu="18"} 7012.798179013 node_schedstat_waiting_seconds_total{cpu="19"} 7071.272443738 node_schedstat_waiting_seconds_total{cpu="2"} 8809.449120386 node_schedstat_waiting_seconds_total{cpu="20"} 7011.055418192 node_schedstat_waiting_seconds_total{cpu="21"} 6982.635856246 node_schedstat_waiting_seconds_total{cpu="22"} 9667.65225608 node_schedstat_waiting_seconds_total{cpu="23"} 8816.382848097 node_schedstat_waiting_seconds_total{cpu="24"} 8286.830327901 node_schedstat_waiting_seconds_total{cpu="25"} 8018.713914237 node_schedstat_waiting_seconds_total{cpu="26"} 7790.956418719 node_schedstat_waiting_seconds_total{cpu="27"} 7615.863362984 node_schedstat_waiting_seconds_total{cpu="28"} 7682.510324796 node_schedstat_waiting_seconds_total{cpu="29"} 7426.289491626 node_schedstat_waiting_seconds_total{cpu="3"} 8174.318145035 node_schedstat_waiting_seconds_total{cpu="30"} 7323.583229493 node_schedstat_waiting_seconds_total{cpu="31"} 7359.870162409 node_schedstat_waiting_seconds_total{cpu="32"} 7248.006814979 node_schedstat_waiting_seconds_total{cpu="33"} 7287.634321598 node_schedstat_waiting_seconds_total{cpu="34"} 7333.938381294 node_schedstat_waiting_seconds_total{cpu="35"} 7259.667841677 node_schedstat_waiting_seconds_total{cpu="36"} 7224.587719616 node_schedstat_waiting_seconds_total{cpu="37"} 7159.627432719 node_schedstat_waiting_seconds_total{cpu="38"} 7091.248696555 node_schedstat_waiting_seconds_total{cpu="39"} 6935.582391586 node_schedstat_waiting_seconds_total{cpu="4"} 7988.174006326 node_schedstat_waiting_seconds_total{cpu="40"} 6849.619657954 node_schedstat_waiting_seconds_total{cpu="41"} 6844.51965968 node_schedstat_waiting_seconds_total{cpu="42"} 6918.760038392 node_schedstat_waiting_seconds_total{cpu="43"} 6919.47172827 node_schedstat_waiting_seconds_total{cpu="44"} 7362.338432923 node_schedstat_waiting_seconds_total{cpu="45"} 6944.764828316 node_schedstat_waiting_seconds_total{cpu="46"} 6766.832152728 node_schedstat_waiting_seconds_total{cpu="47"} 6791.070120862 node_schedstat_waiting_seconds_total{cpu="48"} 6725.463385289 node_schedstat_waiting_seconds_total{cpu="49"} 6579.798470082 node_schedstat_waiting_seconds_total{cpu="5"} 7720.033341284 node_schedstat_waiting_seconds_total{cpu="50"} 6635.982479971 node_schedstat_waiting_seconds_total{cpu="51"} 6579.723319429 node_schedstat_waiting_seconds_total{cpu="52"} 6846.890805889 node_schedstat_waiting_seconds_total{cpu="53"} 6527.479854673 node_schedstat_waiting_seconds_total{cpu="54"} 6696.991678449 node_schedstat_waiting_seconds_total{cpu="55"} 6792.66679716 node_schedstat_waiting_seconds_total{cpu="56"} 6709.122730639 node_schedstat_waiting_seconds_total{cpu="57"} 6828.252642776 node_schedstat_waiting_seconds_total{cpu="58"} 7066.159298585 node_schedstat_waiting_seconds_total{cpu="59"} 6737.029194066 node_schedstat_waiting_seconds_total{cpu="6"} 7705.828980544 node_schedstat_waiting_seconds_total{cpu="60"} 6750.773657738 node_schedstat_waiting_seconds_total{cpu="61"} 6671.207496594 node_schedstat_waiting_seconds_total{cpu="62"} 6719.706714113 node_schedstat_waiting_seconds_total{cpu="63"} 6757.756036874 node_schedstat_waiting_seconds_total{cpu="64"} 6895.8621778 node_schedstat_waiting_seconds_total{cpu="65"} 6864.471845596 node_schedstat_waiting_seconds_total{cpu="66"} 6548.360957125 node_schedstat_waiting_seconds_total{cpu="67"} 6750.333737486 node_schedstat_waiting_seconds_total{cpu="68"} 6796.856471252 node_schedstat_waiting_seconds_total{cpu="69"} 6717.822000166 node_schedstat_waiting_seconds_total{cpu="7"} 7739.082102894 node_schedstat_waiting_seconds_total{cpu="70"} 6790.128571762 node_schedstat_waiting_seconds_total{cpu="71"} 6785.972241987 node_schedstat_waiting_seconds_total{cpu="72"} 6832.379434954 node_schedstat_waiting_seconds_total{cpu="73"} 6940.635258693 node_schedstat_waiting_seconds_total{cpu="74"} 6827.620310557 node_schedstat_waiting_seconds_total{cpu="75"} 6865.986892924 node_schedstat_waiting_seconds_total{cpu="76"} 6811.484199925 node_schedstat_waiting_seconds_total{cpu="77"} 6869.128232453 node_schedstat_waiting_seconds_total{cpu="78"} 6846.914734994 node_schedstat_waiting_seconds_total{cpu="79"} 6809.488371723 node_schedstat_waiting_seconds_total{cpu="8"} 7477.43539159 node_schedstat_waiting_seconds_total{cpu="80"} 7069.731336969 node_schedstat_waiting_seconds_total{cpu="81"} 6874.036725668 node_schedstat_waiting_seconds_total{cpu="82"} 6837.812982524 node_schedstat_waiting_seconds_total{cpu="83"} 6742.636458931 node_schedstat_waiting_seconds_total{cpu="84"} 6813.098579965 node_schedstat_waiting_seconds_total{cpu="85"} 6726.694788947 node_schedstat_waiting_seconds_total{cpu="86"} 6802.699537943 node_schedstat_waiting_seconds_total{cpu="87"} 6877.166899438 node_schedstat_waiting_seconds_total{cpu="9"} 7540.497528083 # 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.056322308 node_scrape_collector_duration_seconds{collector="bcache"} 3.1176e-05 node_scrape_collector_duration_seconds{collector="bcachefs"} 1.288e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.1227e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.000241121 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000842946 node_scrape_collector_duration_seconds{collector="cpu"} 0.010647233 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.050360687 node_scrape_collector_duration_seconds{collector="diskstats"} 0.077361804 node_scrape_collector_duration_seconds{collector="dmi"} 0.053078026 node_scrape_collector_duration_seconds{collector="dmmultipath"} 0.000104444 node_scrape_collector_duration_seconds{collector="edac"} 0.056580572 node_scrape_collector_duration_seconds{collector="entropy"} 0.000110849 node_scrape_collector_duration_seconds{collector="fibrechannel"} 2.7655e-05 node_scrape_collector_duration_seconds{collector="filefd"} 6.5638e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.102250323 node_scrape_collector_duration_seconds{collector="hwmon"} 0.100158722 node_scrape_collector_duration_seconds{collector="infiniband"} 2.9441e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 9.2293e-05 node_scrape_collector_duration_seconds{collector="kernel_hung"} 2.3019e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 4.0806e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000480715 node_scrape_collector_duration_seconds{collector="meminfo"} 0.053887758 node_scrape_collector_duration_seconds{collector="netclass"} 0.003135144 node_scrape_collector_duration_seconds{collector="netdev"} 0.053828037 node_scrape_collector_duration_seconds{collector="netstat"} 0.001117475 node_scrape_collector_duration_seconds{collector="nfs"} 1.9722e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.2117e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000229387 node_scrape_collector_duration_seconds{collector="os"} 3.8354e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.2013e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000189368 node_scrape_collector_duration_seconds{collector="rapl"} 8.6961e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.060311597 node_scrape_collector_duration_seconds{collector="selinux"} 2.263e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.00016669 node_scrape_collector_duration_seconds{collector="softnet"} 0.053800765 node_scrape_collector_duration_seconds{collector="stat"} 0.07949392 node_scrape_collector_duration_seconds{collector="tapestats"} 1.4462e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.053066417 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.00637503 node_scrape_collector_duration_seconds{collector="time"} 0.00012191 node_scrape_collector_duration_seconds{collector="timex"} 0.001741773 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000997224 node_scrape_collector_duration_seconds{collector="uname"} 0.056330938 node_scrape_collector_duration_seconds{collector="vmstat"} 0.079280308 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000277035 node_scrape_collector_duration_seconds{collector="xfs"} 2.2936e-05 node_scrape_collector_duration_seconds{collector="zfs"} 3.5587e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bcachefs"} 0 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 1 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="dmmultipath"} 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"} 1 node_scrape_collector_success{collector="kernel_hung"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 0 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 1 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 482 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 1 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 4093 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 1.6764928e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 2 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 9514 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 3.8969344e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 6 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 0 node_softnet_backlog_len{cpu="24"} 0 node_softnet_backlog_len{cpu="25"} 0 node_softnet_backlog_len{cpu="26"} 0 node_softnet_backlog_len{cpu="27"} 0 node_softnet_backlog_len{cpu="28"} 0 node_softnet_backlog_len{cpu="29"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="30"} 0 node_softnet_backlog_len{cpu="31"} 0 node_softnet_backlog_len{cpu="32"} 0 node_softnet_backlog_len{cpu="33"} 0 node_softnet_backlog_len{cpu="34"} 0 node_softnet_backlog_len{cpu="35"} 0 node_softnet_backlog_len{cpu="36"} 0 node_softnet_backlog_len{cpu="37"} 0 node_softnet_backlog_len{cpu="38"} 0 node_softnet_backlog_len{cpu="39"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="40"} 0 node_softnet_backlog_len{cpu="41"} 0 node_softnet_backlog_len{cpu="42"} 0 node_softnet_backlog_len{cpu="43"} 0 node_softnet_backlog_len{cpu="44"} 0 node_softnet_backlog_len{cpu="45"} 0 node_softnet_backlog_len{cpu="46"} 0 node_softnet_backlog_len{cpu="47"} 0 node_softnet_backlog_len{cpu="48"} 0 node_softnet_backlog_len{cpu="49"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="50"} 0 node_softnet_backlog_len{cpu="51"} 0 node_softnet_backlog_len{cpu="52"} 0 node_softnet_backlog_len{cpu="53"} 0 node_softnet_backlog_len{cpu="54"} 0 node_softnet_backlog_len{cpu="55"} 0 node_softnet_backlog_len{cpu="56"} 0 node_softnet_backlog_len{cpu="57"} 0 node_softnet_backlog_len{cpu="58"} 0 node_softnet_backlog_len{cpu="59"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="60"} 0 node_softnet_backlog_len{cpu="61"} 0 node_softnet_backlog_len{cpu="62"} 0 node_softnet_backlog_len{cpu="63"} 0 node_softnet_backlog_len{cpu="64"} 0 node_softnet_backlog_len{cpu="65"} 0 node_softnet_backlog_len{cpu="66"} 0 node_softnet_backlog_len{cpu="67"} 0 node_softnet_backlog_len{cpu="68"} 0 node_softnet_backlog_len{cpu="69"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="70"} 0 node_softnet_backlog_len{cpu="71"} 0 node_softnet_backlog_len{cpu="72"} 0 node_softnet_backlog_len{cpu="73"} 0 node_softnet_backlog_len{cpu="74"} 0 node_softnet_backlog_len{cpu="75"} 0 node_softnet_backlog_len{cpu="76"} 0 node_softnet_backlog_len{cpu="77"} 0 node_softnet_backlog_len{cpu="78"} 0 node_softnet_backlog_len{cpu="79"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="80"} 0 node_softnet_backlog_len{cpu="81"} 0 node_softnet_backlog_len{cpu="82"} 0 node_softnet_backlog_len{cpu="83"} 0 node_softnet_backlog_len{cpu="84"} 0 node_softnet_backlog_len{cpu="85"} 0 node_softnet_backlog_len{cpu="86"} 0 node_softnet_backlog_len{cpu="87"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 0 node_softnet_cpu_collision_total{cpu="24"} 0 node_softnet_cpu_collision_total{cpu="25"} 0 node_softnet_cpu_collision_total{cpu="26"} 0 node_softnet_cpu_collision_total{cpu="27"} 0 node_softnet_cpu_collision_total{cpu="28"} 0 node_softnet_cpu_collision_total{cpu="29"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="30"} 0 node_softnet_cpu_collision_total{cpu="31"} 0 node_softnet_cpu_collision_total{cpu="32"} 0 node_softnet_cpu_collision_total{cpu="33"} 0 node_softnet_cpu_collision_total{cpu="34"} 0 node_softnet_cpu_collision_total{cpu="35"} 0 node_softnet_cpu_collision_total{cpu="36"} 0 node_softnet_cpu_collision_total{cpu="37"} 0 node_softnet_cpu_collision_total{cpu="38"} 0 node_softnet_cpu_collision_total{cpu="39"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="40"} 0 node_softnet_cpu_collision_total{cpu="41"} 0 node_softnet_cpu_collision_total{cpu="42"} 0 node_softnet_cpu_collision_total{cpu="43"} 0 node_softnet_cpu_collision_total{cpu="44"} 0 node_softnet_cpu_collision_total{cpu="45"} 0 node_softnet_cpu_collision_total{cpu="46"} 0 node_softnet_cpu_collision_total{cpu="47"} 0 node_softnet_cpu_collision_total{cpu="48"} 0 node_softnet_cpu_collision_total{cpu="49"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="50"} 0 node_softnet_cpu_collision_total{cpu="51"} 0 node_softnet_cpu_collision_total{cpu="52"} 0 node_softnet_cpu_collision_total{cpu="53"} 0 node_softnet_cpu_collision_total{cpu="54"} 0 node_softnet_cpu_collision_total{cpu="55"} 0 node_softnet_cpu_collision_total{cpu="56"} 0 node_softnet_cpu_collision_total{cpu="57"} 0 node_softnet_cpu_collision_total{cpu="58"} 0 node_softnet_cpu_collision_total{cpu="59"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="60"} 0 node_softnet_cpu_collision_total{cpu="61"} 0 node_softnet_cpu_collision_total{cpu="62"} 0 node_softnet_cpu_collision_total{cpu="63"} 0 node_softnet_cpu_collision_total{cpu="64"} 0 node_softnet_cpu_collision_total{cpu="65"} 0 node_softnet_cpu_collision_total{cpu="66"} 0 node_softnet_cpu_collision_total{cpu="67"} 0 node_softnet_cpu_collision_total{cpu="68"} 0 node_softnet_cpu_collision_total{cpu="69"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="70"} 0 node_softnet_cpu_collision_total{cpu="71"} 0 node_softnet_cpu_collision_total{cpu="72"} 0 node_softnet_cpu_collision_total{cpu="73"} 0 node_softnet_cpu_collision_total{cpu="74"} 0 node_softnet_cpu_collision_total{cpu="75"} 0 node_softnet_cpu_collision_total{cpu="76"} 0 node_softnet_cpu_collision_total{cpu="77"} 0 node_softnet_cpu_collision_total{cpu="78"} 0 node_softnet_cpu_collision_total{cpu="79"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="80"} 0 node_softnet_cpu_collision_total{cpu="81"} 0 node_softnet_cpu_collision_total{cpu="82"} 0 node_softnet_cpu_collision_total{cpu="83"} 0 node_softnet_cpu_collision_total{cpu="84"} 0 node_softnet_cpu_collision_total{cpu="85"} 0 node_softnet_cpu_collision_total{cpu="86"} 0 node_softnet_cpu_collision_total{cpu="87"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="20"} 0 node_softnet_dropped_total{cpu="21"} 0 node_softnet_dropped_total{cpu="22"} 0 node_softnet_dropped_total{cpu="23"} 0 node_softnet_dropped_total{cpu="24"} 0 node_softnet_dropped_total{cpu="25"} 0 node_softnet_dropped_total{cpu="26"} 0 node_softnet_dropped_total{cpu="27"} 0 node_softnet_dropped_total{cpu="28"} 0 node_softnet_dropped_total{cpu="29"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="30"} 0 node_softnet_dropped_total{cpu="31"} 0 node_softnet_dropped_total{cpu="32"} 0 node_softnet_dropped_total{cpu="33"} 0 node_softnet_dropped_total{cpu="34"} 0 node_softnet_dropped_total{cpu="35"} 0 node_softnet_dropped_total{cpu="36"} 0 node_softnet_dropped_total{cpu="37"} 0 node_softnet_dropped_total{cpu="38"} 0 node_softnet_dropped_total{cpu="39"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="40"} 0 node_softnet_dropped_total{cpu="41"} 0 node_softnet_dropped_total{cpu="42"} 0 node_softnet_dropped_total{cpu="43"} 0 node_softnet_dropped_total{cpu="44"} 0 node_softnet_dropped_total{cpu="45"} 0 node_softnet_dropped_total{cpu="46"} 0 node_softnet_dropped_total{cpu="47"} 0 node_softnet_dropped_total{cpu="48"} 0 node_softnet_dropped_total{cpu="49"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="50"} 0 node_softnet_dropped_total{cpu="51"} 0 node_softnet_dropped_total{cpu="52"} 0 node_softnet_dropped_total{cpu="53"} 0 node_softnet_dropped_total{cpu="54"} 0 node_softnet_dropped_total{cpu="55"} 0 node_softnet_dropped_total{cpu="56"} 0 node_softnet_dropped_total{cpu="57"} 0 node_softnet_dropped_total{cpu="58"} 0 node_softnet_dropped_total{cpu="59"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="60"} 0 node_softnet_dropped_total{cpu="61"} 0 node_softnet_dropped_total{cpu="62"} 0 node_softnet_dropped_total{cpu="63"} 0 node_softnet_dropped_total{cpu="64"} 0 node_softnet_dropped_total{cpu="65"} 0 node_softnet_dropped_total{cpu="66"} 0 node_softnet_dropped_total{cpu="67"} 0 node_softnet_dropped_total{cpu="68"} 0 node_softnet_dropped_total{cpu="69"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="70"} 0 node_softnet_dropped_total{cpu="71"} 0 node_softnet_dropped_total{cpu="72"} 0 node_softnet_dropped_total{cpu="73"} 0 node_softnet_dropped_total{cpu="74"} 0 node_softnet_dropped_total{cpu="75"} 0 node_softnet_dropped_total{cpu="76"} 0 node_softnet_dropped_total{cpu="77"} 0 node_softnet_dropped_total{cpu="78"} 0 node_softnet_dropped_total{cpu="79"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="80"} 0 node_softnet_dropped_total{cpu="81"} 0 node_softnet_dropped_total{cpu="82"} 0 node_softnet_dropped_total{cpu="83"} 0 node_softnet_dropped_total{cpu="84"} 0 node_softnet_dropped_total{cpu="85"} 0 node_softnet_dropped_total{cpu="86"} 0 node_softnet_dropped_total{cpu="87"} 0 node_softnet_dropped_total{cpu="9"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="20"} 0 node_softnet_flow_limit_count_total{cpu="21"} 0 node_softnet_flow_limit_count_total{cpu="22"} 0 node_softnet_flow_limit_count_total{cpu="23"} 0 node_softnet_flow_limit_count_total{cpu="24"} 0 node_softnet_flow_limit_count_total{cpu="25"} 0 node_softnet_flow_limit_count_total{cpu="26"} 0 node_softnet_flow_limit_count_total{cpu="27"} 0 node_softnet_flow_limit_count_total{cpu="28"} 0 node_softnet_flow_limit_count_total{cpu="29"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="30"} 0 node_softnet_flow_limit_count_total{cpu="31"} 0 node_softnet_flow_limit_count_total{cpu="32"} 0 node_softnet_flow_limit_count_total{cpu="33"} 0 node_softnet_flow_limit_count_total{cpu="34"} 0 node_softnet_flow_limit_count_total{cpu="35"} 0 node_softnet_flow_limit_count_total{cpu="36"} 0 node_softnet_flow_limit_count_total{cpu="37"} 0 node_softnet_flow_limit_count_total{cpu="38"} 0 node_softnet_flow_limit_count_total{cpu="39"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="40"} 0 node_softnet_flow_limit_count_total{cpu="41"} 0 node_softnet_flow_limit_count_total{cpu="42"} 0 node_softnet_flow_limit_count_total{cpu="43"} 0 node_softnet_flow_limit_count_total{cpu="44"} 0 node_softnet_flow_limit_count_total{cpu="45"} 0 node_softnet_flow_limit_count_total{cpu="46"} 0 node_softnet_flow_limit_count_total{cpu="47"} 0 node_softnet_flow_limit_count_total{cpu="48"} 0 node_softnet_flow_limit_count_total{cpu="49"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="50"} 0 node_softnet_flow_limit_count_total{cpu="51"} 0 node_softnet_flow_limit_count_total{cpu="52"} 0 node_softnet_flow_limit_count_total{cpu="53"} 0 node_softnet_flow_limit_count_total{cpu="54"} 0 node_softnet_flow_limit_count_total{cpu="55"} 0 node_softnet_flow_limit_count_total{cpu="56"} 0 node_softnet_flow_limit_count_total{cpu="57"} 0 node_softnet_flow_limit_count_total{cpu="58"} 0 node_softnet_flow_limit_count_total{cpu="59"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="60"} 0 node_softnet_flow_limit_count_total{cpu="61"} 0 node_softnet_flow_limit_count_total{cpu="62"} 0 node_softnet_flow_limit_count_total{cpu="63"} 0 node_softnet_flow_limit_count_total{cpu="64"} 0 node_softnet_flow_limit_count_total{cpu="65"} 0 node_softnet_flow_limit_count_total{cpu="66"} 0 node_softnet_flow_limit_count_total{cpu="67"} 0 node_softnet_flow_limit_count_total{cpu="68"} 0 node_softnet_flow_limit_count_total{cpu="69"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="70"} 0 node_softnet_flow_limit_count_total{cpu="71"} 0 node_softnet_flow_limit_count_total{cpu="72"} 0 node_softnet_flow_limit_count_total{cpu="73"} 0 node_softnet_flow_limit_count_total{cpu="74"} 0 node_softnet_flow_limit_count_total{cpu="75"} 0 node_softnet_flow_limit_count_total{cpu="76"} 0 node_softnet_flow_limit_count_total{cpu="77"} 0 node_softnet_flow_limit_count_total{cpu="78"} 0 node_softnet_flow_limit_count_total{cpu="79"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="80"} 0 node_softnet_flow_limit_count_total{cpu="81"} 0 node_softnet_flow_limit_count_total{cpu="82"} 0 node_softnet_flow_limit_count_total{cpu="83"} 0 node_softnet_flow_limit_count_total{cpu="84"} 0 node_softnet_flow_limit_count_total{cpu="85"} 0 node_softnet_flow_limit_count_total{cpu="86"} 0 node_softnet_flow_limit_count_total{cpu="87"} 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"} 4.04092127e+08 node_softnet_processed_total{cpu="1"} 3.95276188e+08 node_softnet_processed_total{cpu="10"} 1.17671399e+08 node_softnet_processed_total{cpu="11"} 1.15907544e+08 node_softnet_processed_total{cpu="12"} 1.12241718e+08 node_softnet_processed_total{cpu="13"} 1.09759701e+08 node_softnet_processed_total{cpu="14"} 1.04603737e+08 node_softnet_processed_total{cpu="15"} 1.03914605e+08 node_softnet_processed_total{cpu="16"} 1.02388531e+08 node_softnet_processed_total{cpu="17"} 9.793104e+07 node_softnet_processed_total{cpu="18"} 9.5414227e+07 node_softnet_processed_total{cpu="19"} 9.9741139e+07 node_softnet_processed_total{cpu="2"} 3.28855611e+08 node_softnet_processed_total{cpu="20"} 9.2361526e+07 node_softnet_processed_total{cpu="21"} 9.3314995e+07 node_softnet_processed_total{cpu="22"} 7.52145114e+08 node_softnet_processed_total{cpu="23"} 4.32950731e+08 node_softnet_processed_total{cpu="24"} 3.25010539e+08 node_softnet_processed_total{cpu="25"} 2.61095899e+08 node_softnet_processed_total{cpu="26"} 2.01569402e+08 node_softnet_processed_total{cpu="27"} 1.68815494e+08 node_softnet_processed_total{cpu="28"} 1.3465001e+08 node_softnet_processed_total{cpu="29"} 1.20246882e+08 node_softnet_processed_total{cpu="3"} 2.734908e+08 node_softnet_processed_total{cpu="30"} 1.09284093e+08 node_softnet_processed_total{cpu="31"} 1.01368184e+08 node_softnet_processed_total{cpu="32"} 9.3511319e+07 node_softnet_processed_total{cpu="33"} 9.292875e+07 node_softnet_processed_total{cpu="34"} 8.4505737e+07 node_softnet_processed_total{cpu="35"} 8.9054639e+07 node_softnet_processed_total{cpu="36"} 8.0489749e+07 node_softnet_processed_total{cpu="37"} 8.0612461e+07 node_softnet_processed_total{cpu="38"} 7.5814947e+07 node_softnet_processed_total{cpu="39"} 7.9415842e+07 node_softnet_processed_total{cpu="4"} 2.27176404e+08 node_softnet_processed_total{cpu="40"} 7.3931568e+07 node_softnet_processed_total{cpu="41"} 7.7852646e+07 node_softnet_processed_total{cpu="42"} 7.1559766e+07 node_softnet_processed_total{cpu="43"} 7.7492938e+07 node_softnet_processed_total{cpu="44"} 2.39810681e+08 node_softnet_processed_total{cpu="45"} 1.17486159e+08 node_softnet_processed_total{cpu="46"} 1.05721512e+08 node_softnet_processed_total{cpu="47"} 8.8911558e+07 node_softnet_processed_total{cpu="48"} 8.1568628e+07 node_softnet_processed_total{cpu="49"} 6.9242993e+07 node_softnet_processed_total{cpu="5"} 1.943142e+08 node_softnet_processed_total{cpu="50"} 6.4337627e+07 node_softnet_processed_total{cpu="51"} 5.4953038e+07 node_softnet_processed_total{cpu="52"} 5.7286428e+07 node_softnet_processed_total{cpu="53"} 5.2865305e+07 node_softnet_processed_total{cpu="54"} 5.4088515e+07 node_softnet_processed_total{cpu="55"} 2.73070722e+08 node_softnet_processed_total{cpu="56"} 3.34681488e+08 node_softnet_processed_total{cpu="57"} 2.57276937e+08 node_softnet_processed_total{cpu="58"} 3.56915894e+08 node_softnet_processed_total{cpu="59"} 6.5479425e+07 node_softnet_processed_total{cpu="6"} 1.65460382e+08 node_softnet_processed_total{cpu="60"} 6.5903115e+07 node_softnet_processed_total{cpu="61"} 6.217524e+07 node_softnet_processed_total{cpu="62"} 6.5133923e+07 node_softnet_processed_total{cpu="63"} 6.0131683e+07 node_softnet_processed_total{cpu="64"} 6.0975317e+07 node_softnet_processed_total{cpu="65"} 5.7797332e+07 node_softnet_processed_total{cpu="66"} 9.9623006e+07 node_softnet_processed_total{cpu="67"} 9.7249582e+07 node_softnet_processed_total{cpu="68"} 1.0699432e+08 node_softnet_processed_total{cpu="69"} 9.4420832e+07 node_softnet_processed_total{cpu="7"} 1.47458567e+08 node_softnet_processed_total{cpu="70"} 9.5717554e+07 node_softnet_processed_total{cpu="71"} 8.4746602e+07 node_softnet_processed_total{cpu="72"} 8.2525706e+07 node_softnet_processed_total{cpu="73"} 7.5450756e+07 node_softnet_processed_total{cpu="74"} 7.8610143e+07 node_softnet_processed_total{cpu="75"} 6.9812459e+07 node_softnet_processed_total{cpu="76"} 7.5158487e+07 node_softnet_processed_total{cpu="77"} 7.0024549e+07 node_softnet_processed_total{cpu="78"} 7.6193866e+07 node_softnet_processed_total{cpu="79"} 6.6474587e+07 node_softnet_processed_total{cpu="8"} 1.34471307e+08 node_softnet_processed_total{cpu="80"} 7.5440993e+07 node_softnet_processed_total{cpu="81"} 6.653764e+07 node_softnet_processed_total{cpu="82"} 6.9418755e+07 node_softnet_processed_total{cpu="83"} 6.9703398e+07 node_softnet_processed_total{cpu="84"} 7.3426084e+07 node_softnet_processed_total{cpu="85"} 6.9388252e+07 node_softnet_processed_total{cpu="86"} 7.2822532e+07 node_softnet_processed_total{cpu="87"} 6.9792803e+07 node_softnet_processed_total{cpu="9"} 1.26263056e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="20"} 0 node_softnet_received_rps_total{cpu="21"} 0 node_softnet_received_rps_total{cpu="22"} 0 node_softnet_received_rps_total{cpu="23"} 0 node_softnet_received_rps_total{cpu="24"} 0 node_softnet_received_rps_total{cpu="25"} 0 node_softnet_received_rps_total{cpu="26"} 0 node_softnet_received_rps_total{cpu="27"} 0 node_softnet_received_rps_total{cpu="28"} 0 node_softnet_received_rps_total{cpu="29"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="30"} 0 node_softnet_received_rps_total{cpu="31"} 0 node_softnet_received_rps_total{cpu="32"} 0 node_softnet_received_rps_total{cpu="33"} 0 node_softnet_received_rps_total{cpu="34"} 0 node_softnet_received_rps_total{cpu="35"} 0 node_softnet_received_rps_total{cpu="36"} 0 node_softnet_received_rps_total{cpu="37"} 0 node_softnet_received_rps_total{cpu="38"} 0 node_softnet_received_rps_total{cpu="39"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="40"} 0 node_softnet_received_rps_total{cpu="41"} 0 node_softnet_received_rps_total{cpu="42"} 0 node_softnet_received_rps_total{cpu="43"} 0 node_softnet_received_rps_total{cpu="44"} 0 node_softnet_received_rps_total{cpu="45"} 0 node_softnet_received_rps_total{cpu="46"} 0 node_softnet_received_rps_total{cpu="47"} 0 node_softnet_received_rps_total{cpu="48"} 0 node_softnet_received_rps_total{cpu="49"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="50"} 0 node_softnet_received_rps_total{cpu="51"} 0 node_softnet_received_rps_total{cpu="52"} 0 node_softnet_received_rps_total{cpu="53"} 0 node_softnet_received_rps_total{cpu="54"} 0 node_softnet_received_rps_total{cpu="55"} 0 node_softnet_received_rps_total{cpu="56"} 0 node_softnet_received_rps_total{cpu="57"} 0 node_softnet_received_rps_total{cpu="58"} 0 node_softnet_received_rps_total{cpu="59"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="60"} 0 node_softnet_received_rps_total{cpu="61"} 0 node_softnet_received_rps_total{cpu="62"} 0 node_softnet_received_rps_total{cpu="63"} 0 node_softnet_received_rps_total{cpu="64"} 0 node_softnet_received_rps_total{cpu="65"} 0 node_softnet_received_rps_total{cpu="66"} 0 node_softnet_received_rps_total{cpu="67"} 0 node_softnet_received_rps_total{cpu="68"} 0 node_softnet_received_rps_total{cpu="69"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="70"} 0 node_softnet_received_rps_total{cpu="71"} 0 node_softnet_received_rps_total{cpu="72"} 0 node_softnet_received_rps_total{cpu="73"} 0 node_softnet_received_rps_total{cpu="74"} 0 node_softnet_received_rps_total{cpu="75"} 0 node_softnet_received_rps_total{cpu="76"} 0 node_softnet_received_rps_total{cpu="77"} 0 node_softnet_received_rps_total{cpu="78"} 0 node_softnet_received_rps_total{cpu="79"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="80"} 0 node_softnet_received_rps_total{cpu="81"} 0 node_softnet_received_rps_total{cpu="82"} 0 node_softnet_received_rps_total{cpu="83"} 0 node_softnet_received_rps_total{cpu="84"} 0 node_softnet_received_rps_total{cpu="85"} 0 node_softnet_received_rps_total{cpu="86"} 0 node_softnet_received_rps_total{cpu="87"} 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"} 0 node_softnet_times_squeezed_total{cpu="1"} 1 node_softnet_times_squeezed_total{cpu="10"} 0 node_softnet_times_squeezed_total{cpu="11"} 0 node_softnet_times_squeezed_total{cpu="12"} 0 node_softnet_times_squeezed_total{cpu="13"} 0 node_softnet_times_squeezed_total{cpu="14"} 0 node_softnet_times_squeezed_total{cpu="15"} 0 node_softnet_times_squeezed_total{cpu="16"} 0 node_softnet_times_squeezed_total{cpu="17"} 1 node_softnet_times_squeezed_total{cpu="18"} 0 node_softnet_times_squeezed_total{cpu="19"} 0 node_softnet_times_squeezed_total{cpu="2"} 0 node_softnet_times_squeezed_total{cpu="20"} 0 node_softnet_times_squeezed_total{cpu="21"} 0 node_softnet_times_squeezed_total{cpu="22"} 0 node_softnet_times_squeezed_total{cpu="23"} 0 node_softnet_times_squeezed_total{cpu="24"} 0 node_softnet_times_squeezed_total{cpu="25"} 0 node_softnet_times_squeezed_total{cpu="26"} 0 node_softnet_times_squeezed_total{cpu="27"} 1 node_softnet_times_squeezed_total{cpu="28"} 0 node_softnet_times_squeezed_total{cpu="29"} 0 node_softnet_times_squeezed_total{cpu="3"} 0 node_softnet_times_squeezed_total{cpu="30"} 0 node_softnet_times_squeezed_total{cpu="31"} 0 node_softnet_times_squeezed_total{cpu="32"} 0 node_softnet_times_squeezed_total{cpu="33"} 0 node_softnet_times_squeezed_total{cpu="34"} 0 node_softnet_times_squeezed_total{cpu="35"} 0 node_softnet_times_squeezed_total{cpu="36"} 0 node_softnet_times_squeezed_total{cpu="37"} 0 node_softnet_times_squeezed_total{cpu="38"} 0 node_softnet_times_squeezed_total{cpu="39"} 0 node_softnet_times_squeezed_total{cpu="4"} 0 node_softnet_times_squeezed_total{cpu="40"} 0 node_softnet_times_squeezed_total{cpu="41"} 0 node_softnet_times_squeezed_total{cpu="42"} 0 node_softnet_times_squeezed_total{cpu="43"} 0 node_softnet_times_squeezed_total{cpu="44"} 0 node_softnet_times_squeezed_total{cpu="45"} 0 node_softnet_times_squeezed_total{cpu="46"} 0 node_softnet_times_squeezed_total{cpu="47"} 0 node_softnet_times_squeezed_total{cpu="48"} 0 node_softnet_times_squeezed_total{cpu="49"} 0 node_softnet_times_squeezed_total{cpu="5"} 0 node_softnet_times_squeezed_total{cpu="50"} 0 node_softnet_times_squeezed_total{cpu="51"} 0 node_softnet_times_squeezed_total{cpu="52"} 0 node_softnet_times_squeezed_total{cpu="53"} 0 node_softnet_times_squeezed_total{cpu="54"} 0 node_softnet_times_squeezed_total{cpu="55"} 3 node_softnet_times_squeezed_total{cpu="56"} 5 node_softnet_times_squeezed_total{cpu="57"} 10 node_softnet_times_squeezed_total{cpu="58"} 5 node_softnet_times_squeezed_total{cpu="59"} 0 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="60"} 0 node_softnet_times_squeezed_total{cpu="61"} 0 node_softnet_times_squeezed_total{cpu="62"} 0 node_softnet_times_squeezed_total{cpu="63"} 0 node_softnet_times_squeezed_total{cpu="64"} 0 node_softnet_times_squeezed_total{cpu="65"} 1 node_softnet_times_squeezed_total{cpu="66"} 0 node_softnet_times_squeezed_total{cpu="67"} 0 node_softnet_times_squeezed_total{cpu="68"} 0 node_softnet_times_squeezed_total{cpu="69"} 0 node_softnet_times_squeezed_total{cpu="7"} 0 node_softnet_times_squeezed_total{cpu="70"} 0 node_softnet_times_squeezed_total{cpu="71"} 1 node_softnet_times_squeezed_total{cpu="72"} 0 node_softnet_times_squeezed_total{cpu="73"} 0 node_softnet_times_squeezed_total{cpu="74"} 0 node_softnet_times_squeezed_total{cpu="75"} 0 node_softnet_times_squeezed_total{cpu="76"} 0 node_softnet_times_squeezed_total{cpu="77"} 0 node_softnet_times_squeezed_total{cpu="78"} 0 node_softnet_times_squeezed_total{cpu="79"} 0 node_softnet_times_squeezed_total{cpu="8"} 0 node_softnet_times_squeezed_total{cpu="80"} 1 node_softnet_times_squeezed_total{cpu="81"} 0 node_softnet_times_squeezed_total{cpu="82"} 0 node_softnet_times_squeezed_total{cpu="83"} 0 node_softnet_times_squeezed_total{cpu="84"} 0 node_softnet_times_squeezed_total{cpu="85"} 0 node_softnet_times_squeezed_total{cpu="86"} 0 node_softnet_times_squeezed_total{cpu="87"} 0 node_softnet_times_squeezed_total{cpu="9"} 0 # 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"} 42 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.7894448897376282e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999934301452637 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.5535 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -6.899e-06 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="32b29ab98e2c",release="6.1.0-41-amd64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09)"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 9.3772803164e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 6.100484e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.3847219708e+10 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.1316254522e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 1.677235e+07 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 1.8841533e+07 # HELP node_watchdog_bootstatus Value of /sys/class/watchdog//bootstatus # TYPE node_watchdog_bootstatus gauge node_watchdog_bootstatus{name="watchdog0"} 0 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="HPE iLO2+ HW Watchdog Timer",name="watchdog0",options="",pretimeout_governor="",state="inactive",status="0x200"} 1 # HELP node_watchdog_nowayout Value of /sys/class/watchdog//nowayout # TYPE node_watchdog_nowayout gauge node_watchdog_nowayout{name="watchdog0"} 0 # HELP node_watchdog_pretimeout_seconds Value of /sys/class/watchdog//pretimeout # TYPE node_watchdog_pretimeout_seconds gauge node_watchdog_pretimeout_seconds{name="watchdog0"} 9 # HELP node_watchdog_timeleft_seconds Value of /sys/class/watchdog//timeleft # TYPE node_watchdog_timeleft_seconds gauge node_watchdog_timeleft_seconds{name="watchdog0"} 0 # HELP node_watchdog_timeout_seconds Value of /sys/class/watchdog//timeout # TYPE node_watchdog_timeout_seconds gauge node_watchdog_timeout_seconds{name="watchdog0"} 30 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 45289.61 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 3.45502303e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 9.970106156e+09 # 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.439168e+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.78425617744e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.37621504e+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"} 1857 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"} 341418 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0