# 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.2232e-05 go_gc_duration_seconds{quantile="0.25"} 3.7153e-05 go_gc_duration_seconds{quantile="0.5"} 5.0027e-05 go_gc_duration_seconds{quantile="0.75"} 7.3028e-05 go_gc_duration_seconds{quantile="1"} 0.000240385 go_gc_duration_seconds_sum 52.221196364 go_gc_duration_seconds_count 964355 # 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 5.941872e+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 2.99528447004e+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.603226e+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.6053598203e+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.50488e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 5.941872e+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 7.921664e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 7.675904e+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 53333 # 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 5.767168e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.5597568e+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.7894766317427475e+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.6053651536e+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 119040 # 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 163200 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 8.28893e+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 956310 # 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 1.179648e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.179648e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.4213768e+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 14 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 node_arp_entries{device="eth2"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.784893937e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 2.34583364254e+11 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="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_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_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.2e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 1.198626e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 1.198626e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 1.198878e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 1.199517e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 1.199898e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="25"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="26"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 1.2e+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.198742e+09 node_cpu_scaling_frequency_hertz{cpu="35"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="36"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="37"} 1.2e+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.2e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 1.198834e+09 node_cpu_scaling_frequency_hertz{cpu="45"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 1.198754e+09 node_cpu_scaling_frequency_hertz{cpu="47"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="48"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="49"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 1.198824e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 1.2e+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.2e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 1.198917e+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.2e+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.2e+09 node_cpu_scaling_frequency_hertz{cpu="65"} 1.198907e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 1.198699e+09 node_cpu_scaling_frequency_hertz{cpu="67"} 1.198671e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 1.198653e+09 node_cpu_scaling_frequency_hertz{cpu="69"} 1.2e+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.2e+09 node_cpu_scaling_frequency_hertz{cpu="74"} 1.199109e+09 node_cpu_scaling_frequency_hertz{cpu="75"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="76"} 1.199112e+09 node_cpu_scaling_frequency_hertz{cpu="77"} 1.198761e+09 node_cpu_scaling_frequency_hertz{cpu="78"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="79"} 1.198631e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="80"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="81"} 1.2e+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.198664e+09 node_cpu_scaling_frequency_hertz{cpu="85"} 1.198658e+09 node_cpu_scaling_frequency_hertz{cpu="86"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="87"} 1.198625e+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.10342489e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 3777.91 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 0.29 node_cpu_seconds_total{cpu="0",mode="softirq"} 4791.38 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 37802.81 node_cpu_seconds_total{cpu="0",mode="user"} 263462.85 node_cpu_seconds_total{cpu="1",mode="idle"} 4.23425967e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 4806.29 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 0.25 node_cpu_seconds_total{cpu="1",mode="softirq"} 4486.81 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 36691.62 node_cpu_seconds_total{cpu="1",mode="user"} 259727.64 node_cpu_seconds_total{cpu="10",mode="idle"} 4.29199808e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 3991.72 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 0.11 node_cpu_seconds_total{cpu="10",mode="softirq"} 3357.28 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 32158.23 node_cpu_seconds_total{cpu="10",mode="user"} 232153.72 node_cpu_seconds_total{cpu="11",mode="idle"} 4.2972741e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 4031.27 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 0.16 node_cpu_seconds_total{cpu="11",mode="softirq"} 3374.4 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 30783.89 node_cpu_seconds_total{cpu="11",mode="user"} 229989.5 node_cpu_seconds_total{cpu="12",mode="idle"} 4.29997741e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 3185.07 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 0.01 node_cpu_seconds_total{cpu="12",mode="softirq"} 3050.38 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 30041.14 node_cpu_seconds_total{cpu="12",mode="user"} 229818.31 node_cpu_seconds_total{cpu="13",mode="idle"} 4.30412417e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 3234.95 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 0.53 node_cpu_seconds_total{cpu="13",mode="softirq"} 2850.3 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 29497.02 node_cpu_seconds_total{cpu="13",mode="user"} 226797.96 node_cpu_seconds_total{cpu="14",mode="idle"} 4.29883338e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 3126 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 0.12 node_cpu_seconds_total{cpu="14",mode="softirq"} 2893.83 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 30059.79 node_cpu_seconds_total{cpu="14",mode="user"} 231499.68 node_cpu_seconds_total{cpu="15",mode="idle"} 4.30064029e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 2757.01 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 0.02 node_cpu_seconds_total{cpu="15",mode="softirq"} 2836.32 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 29875.62 node_cpu_seconds_total{cpu="15",mode="user"} 230295.95 node_cpu_seconds_total{cpu="16",mode="idle"} 4.30229078e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 2934.91 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 0 node_cpu_seconds_total{cpu="16",mode="softirq"} 2746.07 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 29499.19 node_cpu_seconds_total{cpu="16",mode="user"} 229212.96 node_cpu_seconds_total{cpu="17",mode="idle"} 4.30798649e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 2919.01 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 0.28 node_cpu_seconds_total{cpu="17",mode="softirq"} 2595.73 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 28735.39 node_cpu_seconds_total{cpu="17",mode="user"} 224686.59 node_cpu_seconds_total{cpu="18",mode="idle"} 4.31005534e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 2587.1 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 0.26 node_cpu_seconds_total{cpu="18",mode="softirq"} 2544.03 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 28638.58 node_cpu_seconds_total{cpu="18",mode="user"} 223200.26 node_cpu_seconds_total{cpu="19",mode="idle"} 4.31131497e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 2805.68 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 0.33 node_cpu_seconds_total{cpu="19",mode="softirq"} 2509.66 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 28495.41 node_cpu_seconds_total{cpu="19",mode="user"} 221779.09 node_cpu_seconds_total{cpu="2",mode="idle"} 4.26683659e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 4572.57 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 0.56 node_cpu_seconds_total{cpu="2",mode="softirq"} 3952.32 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 33575.22 node_cpu_seconds_total{cpu="2",mode="user"} 249153.38 node_cpu_seconds_total{cpu="20",mode="idle"} 4.3011845e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 3296.75 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 0.26 node_cpu_seconds_total{cpu="20",mode="softirq"} 2634.79 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 30333.19 node_cpu_seconds_total{cpu="20",mode="user"} 229096.11 node_cpu_seconds_total{cpu="21",mode="idle"} 4.30451822e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 3155.89 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 0.32 node_cpu_seconds_total{cpu="21",mode="softirq"} 2564.4 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 29953.46 node_cpu_seconds_total{cpu="21",mode="user"} 226240.08 node_cpu_seconds_total{cpu="22",mode="idle"} 4.21182096e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 3139.64 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 0.3 node_cpu_seconds_total{cpu="22",mode="softirq"} 4740.88 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 36385.86 node_cpu_seconds_total{cpu="22",mode="user"} 309330.96 node_cpu_seconds_total{cpu="23",mode="idle"} 4.2620778e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 3767.85 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 0.03 node_cpu_seconds_total{cpu="23",mode="softirq"} 4021.47 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 34219.61 node_cpu_seconds_total{cpu="23",mode="user"} 259125.06 node_cpu_seconds_total{cpu="24",mode="idle"} 4.27915942e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 3743.05 node_cpu_seconds_total{cpu="24",mode="irq"} 0 node_cpu_seconds_total{cpu="24",mode="nice"} 0.22 node_cpu_seconds_total{cpu="24",mode="softirq"} 3523.04 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 31853.22 node_cpu_seconds_total{cpu="24",mode="user"} 246774.27 node_cpu_seconds_total{cpu="25",mode="idle"} 4.28900753e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 3153.13 node_cpu_seconds_total{cpu="25",mode="irq"} 0 node_cpu_seconds_total{cpu="25",mode="nice"} 0.19 node_cpu_seconds_total{cpu="25",mode="softirq"} 3088.07 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 30382.67 node_cpu_seconds_total{cpu="25",mode="user"} 240325.02 node_cpu_seconds_total{cpu="26",mode="idle"} 4.29049913e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 3363.39 node_cpu_seconds_total{cpu="26",mode="irq"} 0 node_cpu_seconds_total{cpu="26",mode="nice"} 0.3 node_cpu_seconds_total{cpu="26",mode="softirq"} 2799.71 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 31232.74 node_cpu_seconds_total{cpu="26",mode="user"} 236735.27 node_cpu_seconds_total{cpu="27",mode="idle"} 4.29823081e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 3315.08 node_cpu_seconds_total{cpu="27",mode="irq"} 0 node_cpu_seconds_total{cpu="27",mode="nice"} 0.38 node_cpu_seconds_total{cpu="27",mode="softirq"} 2643.61 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 29818.88 node_cpu_seconds_total{cpu="27",mode="user"} 231929.85 node_cpu_seconds_total{cpu="28",mode="idle"} 4.29881488e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 2783.93 node_cpu_seconds_total{cpu="28",mode="irq"} 0 node_cpu_seconds_total{cpu="28",mode="nice"} 0.49 node_cpu_seconds_total{cpu="28",mode="softirq"} 2529.12 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 29447.53 node_cpu_seconds_total{cpu="28",mode="user"} 232863.42 node_cpu_seconds_total{cpu="29",mode="idle"} 4.29725005e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 3230.03 node_cpu_seconds_total{cpu="29",mode="irq"} 0 node_cpu_seconds_total{cpu="29",mode="nice"} 0.7 node_cpu_seconds_total{cpu="29",mode="softirq"} 2455.54 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 30568.27 node_cpu_seconds_total{cpu="29",mode="user"} 231599.32 node_cpu_seconds_total{cpu="3",mode="idle"} 4.28199416e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 3902.09 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 0.42 node_cpu_seconds_total{cpu="3",mode="softirq"} 3499.1 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 31818.16 node_cpu_seconds_total{cpu="3",mode="user"} 242066.28 node_cpu_seconds_total{cpu="30",mode="idle"} 4.3051835e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 3261.69 node_cpu_seconds_total{cpu="30",mode="irq"} 0 node_cpu_seconds_total{cpu="30",mode="nice"} 0.44 node_cpu_seconds_total{cpu="30",mode="softirq"} 2369.95 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 29090.23 node_cpu_seconds_total{cpu="30",mode="user"} 226246.2 node_cpu_seconds_total{cpu="31",mode="idle"} 4.30892745e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 2714.69 node_cpu_seconds_total{cpu="31",mode="irq"} 0 node_cpu_seconds_total{cpu="31",mode="nice"} 0.59 node_cpu_seconds_total{cpu="31",mode="softirq"} 2289.61 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 28542.12 node_cpu_seconds_total{cpu="31",mode="user"} 224587.98 node_cpu_seconds_total{cpu="32",mode="idle"} 4.30447283e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 3133.18 node_cpu_seconds_total{cpu="32",mode="irq"} 0 node_cpu_seconds_total{cpu="32",mode="nice"} 0.13 node_cpu_seconds_total{cpu="32",mode="softirq"} 2244.88 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 29792.14 node_cpu_seconds_total{cpu="32",mode="user"} 225712.75 node_cpu_seconds_total{cpu="33",mode="idle"} 4.31012951e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 3177.67 node_cpu_seconds_total{cpu="33",mode="irq"} 0 node_cpu_seconds_total{cpu="33",mode="nice"} 0.01 node_cpu_seconds_total{cpu="33",mode="softirq"} 2242.88 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 28704.69 node_cpu_seconds_total{cpu="33",mode="user"} 222321.76 node_cpu_seconds_total{cpu="34",mode="idle"} 4.31190665e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 2487.23 node_cpu_seconds_total{cpu="34",mode="irq"} 0 node_cpu_seconds_total{cpu="34",mode="nice"} 0.02 node_cpu_seconds_total{cpu="34",mode="softirq"} 2213.08 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 28284.04 node_cpu_seconds_total{cpu="34",mode="user"} 222315.68 node_cpu_seconds_total{cpu="35",mode="idle"} 4.31467954e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 2485.49 node_cpu_seconds_total{cpu="35",mode="irq"} 0 node_cpu_seconds_total{cpu="35",mode="nice"} 0.49 node_cpu_seconds_total{cpu="35",mode="softirq"} 2150.74 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 27766.88 node_cpu_seconds_total{cpu="35",mode="user"} 220349.8 node_cpu_seconds_total{cpu="36",mode="idle"} 4.30963966e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 2428.82 node_cpu_seconds_total{cpu="36",mode="irq"} 0 node_cpu_seconds_total{cpu="36",mode="nice"} 0 node_cpu_seconds_total{cpu="36",mode="softirq"} 2229.34 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 28335.79 node_cpu_seconds_total{cpu="36",mode="user"} 224688 node_cpu_seconds_total{cpu="37",mode="idle"} 4.31047518e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 2160.08 node_cpu_seconds_total{cpu="37",mode="irq"} 0 node_cpu_seconds_total{cpu="37",mode="nice"} 0.14 node_cpu_seconds_total{cpu="37",mode="softirq"} 2220.34 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 28197 node_cpu_seconds_total{cpu="37",mode="user"} 224195.38 node_cpu_seconds_total{cpu="38",mode="idle"} 4.31069003e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 2332.89 node_cpu_seconds_total{cpu="38",mode="irq"} 0 node_cpu_seconds_total{cpu="38",mode="nice"} 0.02 node_cpu_seconds_total{cpu="38",mode="softirq"} 2192.15 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 27997.55 node_cpu_seconds_total{cpu="38",mode="user"} 224259.3 node_cpu_seconds_total{cpu="39",mode="idle"} 4.31589653e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 2278.06 node_cpu_seconds_total{cpu="39",mode="irq"} 0 node_cpu_seconds_total{cpu="39",mode="nice"} 0.18 node_cpu_seconds_total{cpu="39",mode="softirq"} 2118.94 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 27446.55 node_cpu_seconds_total{cpu="39",mode="user"} 219784.87 node_cpu_seconds_total{cpu="4",mode="idle"} 4.28147892e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 4214.35 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 0.19 node_cpu_seconds_total{cpu="4",mode="softirq"} 3239.51 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 33069.42 node_cpu_seconds_total{cpu="4",mode="user"} 240431.98 node_cpu_seconds_total{cpu="40",mode="idle"} 4.31710605e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 2060.75 node_cpu_seconds_total{cpu="40",mode="irq"} 0 node_cpu_seconds_total{cpu="40",mode="nice"} 0.4 node_cpu_seconds_total{cpu="40",mode="softirq"} 2106.55 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 27370.01 node_cpu_seconds_total{cpu="40",mode="user"} 219141.63 node_cpu_seconds_total{cpu="41",mode="idle"} 4.3192104e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 2211.63 node_cpu_seconds_total{cpu="41",mode="irq"} 0 node_cpu_seconds_total{cpu="41",mode="nice"} 0.12 node_cpu_seconds_total{cpu="41",mode="softirq"} 2071.81 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 27207.81 node_cpu_seconds_total{cpu="41",mode="user"} 217047.78 node_cpu_seconds_total{cpu="42",mode="idle"} 4.31207921e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 2238.47 node_cpu_seconds_total{cpu="42",mode="irq"} 0 node_cpu_seconds_total{cpu="42",mode="nice"} 0.29 node_cpu_seconds_total{cpu="42",mode="softirq"} 2180.7 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 27924.34 node_cpu_seconds_total{cpu="42",mode="user"} 223103.1 node_cpu_seconds_total{cpu="43",mode="idle"} 4.31290799e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 2199.52 node_cpu_seconds_total{cpu="43",mode="irq"} 0 node_cpu_seconds_total{cpu="43",mode="nice"} 0.29 node_cpu_seconds_total{cpu="43",mode="softirq"} 2166.18 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 27769.92 node_cpu_seconds_total{cpu="43",mode="user"} 222460.76 node_cpu_seconds_total{cpu="44",mode="idle"} 4.29168945e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 3178.58 node_cpu_seconds_total{cpu="44",mode="irq"} 0 node_cpu_seconds_total{cpu="44",mode="nice"} 0.01 node_cpu_seconds_total{cpu="44",mode="softirq"} 2809.08 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 28383.73 node_cpu_seconds_total{cpu="44",mode="user"} 239248.04 node_cpu_seconds_total{cpu="45",mode="idle"} 4.31247017e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 2937.29 node_cpu_seconds_total{cpu="45",mode="irq"} 0 node_cpu_seconds_total{cpu="45",mode="nice"} 0.29 node_cpu_seconds_total{cpu="45",mode="softirq"} 2485.77 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 28182.43 node_cpu_seconds_total{cpu="45",mode="user"} 220909.98 node_cpu_seconds_total{cpu="46",mode="idle"} 4.3160911e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 2975.39 node_cpu_seconds_total{cpu="46",mode="irq"} 0 node_cpu_seconds_total{cpu="46",mode="nice"} 0.01 node_cpu_seconds_total{cpu="46",mode="softirq"} 2361.7 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 27658.08 node_cpu_seconds_total{cpu="46",mode="user"} 218343.6 node_cpu_seconds_total{cpu="47",mode="idle"} 4.3202332e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 2844.51 node_cpu_seconds_total{cpu="47",mode="irq"} 0 node_cpu_seconds_total{cpu="47",mode="nice"} 0.1 node_cpu_seconds_total{cpu="47",mode="softirq"} 2255.42 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 27304.75 node_cpu_seconds_total{cpu="47",mode="user"} 215020.58 node_cpu_seconds_total{cpu="48",mode="idle"} 4.32071725e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 2537.52 node_cpu_seconds_total{cpu="48",mode="irq"} 0 node_cpu_seconds_total{cpu="48",mode="nice"} 0.18 node_cpu_seconds_total{cpu="48",mode="softirq"} 2220.71 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 27170.38 node_cpu_seconds_total{cpu="48",mode="user"} 215129.57 node_cpu_seconds_total{cpu="49",mode="idle"} 4.32140002e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 2745.08 node_cpu_seconds_total{cpu="49",mode="irq"} 0 node_cpu_seconds_total{cpu="49",mode="nice"} 0.35 node_cpu_seconds_total{cpu="49",mode="softirq"} 2175.69 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 27160.91 node_cpu_seconds_total{cpu="49",mode="user"} 214114.9 node_cpu_seconds_total{cpu="5",mode="idle"} 4.29122586e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 4280.68 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 0.36 node_cpu_seconds_total{cpu="5",mode="softirq"} 3076.19 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 31334.92 node_cpu_seconds_total{cpu="5",mode="user"} 234752.62 node_cpu_seconds_total{cpu="50",mode="idle"} 4.31733977e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 2725.14 node_cpu_seconds_total{cpu="50",mode="irq"} 0 node_cpu_seconds_total{cpu="50",mode="nice"} 0.3 node_cpu_seconds_total{cpu="50",mode="softirq"} 2222.54 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 27641.21 node_cpu_seconds_total{cpu="50",mode="user"} 217783.89 node_cpu_seconds_total{cpu="51",mode="idle"} 4.31270599e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 2572.36 node_cpu_seconds_total{cpu="51",mode="irq"} 0 node_cpu_seconds_total{cpu="51",mode="nice"} 0.18 node_cpu_seconds_total{cpu="51",mode="softirq"} 3654.31 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 27661.26 node_cpu_seconds_total{cpu="51",mode="user"} 217786.85 node_cpu_seconds_total{cpu="52",mode="idle"} 4.31133447e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 2591.33 node_cpu_seconds_total{cpu="52",mode="irq"} 0 node_cpu_seconds_total{cpu="52",mode="nice"} 0.28 node_cpu_seconds_total{cpu="52",mode="softirq"} 6256.13 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 28168.94 node_cpu_seconds_total{cpu="52",mode="user"} 214827.06 node_cpu_seconds_total{cpu="53",mode="idle"} 4.30508343e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 2606.85 node_cpu_seconds_total{cpu="53",mode="irq"} 0 node_cpu_seconds_total{cpu="53",mode="nice"} 0.19 node_cpu_seconds_total{cpu="53",mode="softirq"} 7648.6 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 28642.22 node_cpu_seconds_total{cpu="53",mode="user"} 217920.54 node_cpu_seconds_total{cpu="54",mode="idle"} 4.30347037e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 2415.56 node_cpu_seconds_total{cpu="54",mode="irq"} 0 node_cpu_seconds_total{cpu="54",mode="nice"} 0.1 node_cpu_seconds_total{cpu="54",mode="softirq"} 7904.93 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 28776.23 node_cpu_seconds_total{cpu="54",mode="user"} 219756.65 node_cpu_seconds_total{cpu="55",mode="idle"} 4.30283755e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 2636.64 node_cpu_seconds_total{cpu="55",mode="irq"} 0 node_cpu_seconds_total{cpu="55",mode="nice"} 0.1 node_cpu_seconds_total{cpu="55",mode="softirq"} 8038.28 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 28961.88 node_cpu_seconds_total{cpu="55",mode="user"} 220099.82 node_cpu_seconds_total{cpu="56",mode="idle"} 4.29876365e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 3538.73 node_cpu_seconds_total{cpu="56",mode="irq"} 0 node_cpu_seconds_total{cpu="56",mode="nice"} 0.02 node_cpu_seconds_total{cpu="56",mode="softirq"} 3937.73 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 30913.75 node_cpu_seconds_total{cpu="56",mode="user"} 228069.52 node_cpu_seconds_total{cpu="57",mode="idle"} 4.30644296e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 3536.99 node_cpu_seconds_total{cpu="57",mode="irq"} 0 node_cpu_seconds_total{cpu="57",mode="nice"} 0.16 node_cpu_seconds_total{cpu="57",mode="softirq"} 3322.46 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 29242.35 node_cpu_seconds_total{cpu="57",mode="user"} 224156.1 node_cpu_seconds_total{cpu="58",mode="idle"} 4.30589631e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 3079.66 node_cpu_seconds_total{cpu="58",mode="irq"} 0 node_cpu_seconds_total{cpu="58",mode="nice"} 0.17 node_cpu_seconds_total{cpu="58",mode="softirq"} 3067.15 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 29133.9 node_cpu_seconds_total{cpu="58",mode="user"} 226075.97 node_cpu_seconds_total{cpu="59",mode="idle"} 4.30021093e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 3504.13 node_cpu_seconds_total{cpu="59",mode="irq"} 0 node_cpu_seconds_total{cpu="59",mode="nice"} 0.38 node_cpu_seconds_total{cpu="59",mode="softirq"} 2857.16 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 30734.44 node_cpu_seconds_total{cpu="59",mode="user"} 226012.33 node_cpu_seconds_total{cpu="6",mode="idle"} 4.29052126e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 3585.33 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 0.23 node_cpu_seconds_total{cpu="6",mode="softirq"} 3018.36 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 31190.15 node_cpu_seconds_total{cpu="6",mode="user"} 236909.56 node_cpu_seconds_total{cpu="60",mode="idle"} 4.30629071e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 3571.79 node_cpu_seconds_total{cpu="60",mode="irq"} 0 node_cpu_seconds_total{cpu="60",mode="nice"} 0.19 node_cpu_seconds_total{cpu="60",mode="softirq"} 2737.22 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 29360.99 node_cpu_seconds_total{cpu="60",mode="user"} 224552.52 node_cpu_seconds_total{cpu="61",mode="idle"} 4.31502283e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 3036.09 node_cpu_seconds_total{cpu="61",mode="irq"} 0 node_cpu_seconds_total{cpu="61",mode="nice"} 0.21 node_cpu_seconds_total{cpu="61",mode="softirq"} 2518.78 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 28191.6 node_cpu_seconds_total{cpu="61",mode="user"} 218675.68 node_cpu_seconds_total{cpu="62",mode="idle"} 4.30826838e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 3539.9 node_cpu_seconds_total{cpu="62",mode="irq"} 0 node_cpu_seconds_total{cpu="62",mode="nice"} 0.48 node_cpu_seconds_total{cpu="62",mode="softirq"} 2486.37 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 29997.96 node_cpu_seconds_total{cpu="62",mode="user"} 221168.38 node_cpu_seconds_total{cpu="63",mode="idle"} 4.31459394e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 3552.77 node_cpu_seconds_total{cpu="63",mode="irq"} 0 node_cpu_seconds_total{cpu="63",mode="nice"} 0.19 node_cpu_seconds_total{cpu="63",mode="softirq"} 2464.44 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 28662.25 node_cpu_seconds_total{cpu="63",mode="user"} 217532.38 node_cpu_seconds_total{cpu="64",mode="idle"} 4.30185423e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 4076.36 node_cpu_seconds_total{cpu="64",mode="irq"} 0 node_cpu_seconds_total{cpu="64",mode="nice"} 0.43 node_cpu_seconds_total{cpu="64",mode="softirq"} 2502.11 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 31388.45 node_cpu_seconds_total{cpu="64",mode="user"} 225100.88 node_cpu_seconds_total{cpu="65",mode="idle"} 4.30351472e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 4115.05 node_cpu_seconds_total{cpu="65",mode="irq"} 0 node_cpu_seconds_total{cpu="65",mode="nice"} 0.03 node_cpu_seconds_total{cpu="65",mode="softirq"} 2526.3 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 30401.88 node_cpu_seconds_total{cpu="65",mode="user"} 225446.44 node_cpu_seconds_total{cpu="66",mode="idle"} 4.30726967e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 2421.51 node_cpu_seconds_total{cpu="66",mode="irq"} 0 node_cpu_seconds_total{cpu="66",mode="nice"} 0.29 node_cpu_seconds_total{cpu="66",mode="softirq"} 2151.38 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 27038.8 node_cpu_seconds_total{cpu="66",mode="user"} 228783.4 node_cpu_seconds_total{cpu="67",mode="idle"} 4.31689732e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 2217.36 node_cpu_seconds_total{cpu="67",mode="irq"} 0 node_cpu_seconds_total{cpu="67",mode="nice"} 0.22 node_cpu_seconds_total{cpu="67",mode="softirq"} 2173 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 27008.47 node_cpu_seconds_total{cpu="67",mode="user"} 219750.56 node_cpu_seconds_total{cpu="68",mode="idle"} 4.31773897e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 2386.8 node_cpu_seconds_total{cpu="68",mode="irq"} 0 node_cpu_seconds_total{cpu="68",mode="nice"} 0.24 node_cpu_seconds_total{cpu="68",mode="softirq"} 2140.96 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 26864.81 node_cpu_seconds_total{cpu="68",mode="user"} 218860.59 node_cpu_seconds_total{cpu="69",mode="idle"} 4.32710279e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 2252.31 node_cpu_seconds_total{cpu="69",mode="irq"} 0 node_cpu_seconds_total{cpu="69",mode="nice"} 0.28 node_cpu_seconds_total{cpu="69",mode="softirq"} 2028.01 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 26199.21 node_cpu_seconds_total{cpu="69",mode="user"} 209987.9 node_cpu_seconds_total{cpu="7",mode="idle"} 4.28720723e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 4086.6 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 0.34 node_cpu_seconds_total{cpu="7",mode="softirq"} 2932.11 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 32699.86 node_cpu_seconds_total{cpu="7",mode="user"} 236699.84 node_cpu_seconds_total{cpu="70",mode="idle"} 4.32205202e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 2097.66 node_cpu_seconds_total{cpu="70",mode="irq"} 0 node_cpu_seconds_total{cpu="70",mode="nice"} 0.03 node_cpu_seconds_total{cpu="70",mode="softirq"} 2058.87 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 26580.67 node_cpu_seconds_total{cpu="70",mode="user"} 215543.56 node_cpu_seconds_total{cpu="71",mode="idle"} 4.32310274e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 2283.76 node_cpu_seconds_total{cpu="71",mode="irq"} 0 node_cpu_seconds_total{cpu="71",mode="nice"} 0.38 node_cpu_seconds_total{cpu="71",mode="softirq"} 2034.64 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 26465.14 node_cpu_seconds_total{cpu="71",mode="user"} 214458.63 node_cpu_seconds_total{cpu="72",mode="idle"} 4.31844251e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 2262.84 node_cpu_seconds_total{cpu="72",mode="irq"} 0 node_cpu_seconds_total{cpu="72",mode="nice"} 0.16 node_cpu_seconds_total{cpu="72",mode="softirq"} 2089.81 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 26933.92 node_cpu_seconds_total{cpu="72",mode="user"} 218527.03 node_cpu_seconds_total{cpu="73",mode="idle"} 4.31752415e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 2107.43 node_cpu_seconds_total{cpu="73",mode="irq"} 0 node_cpu_seconds_total{cpu="73",mode="nice"} 0.03 node_cpu_seconds_total{cpu="73",mode="softirq"} 2075.9 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 26999.11 node_cpu_seconds_total{cpu="73",mode="user"} 219318.54 node_cpu_seconds_total{cpu="74",mode="idle"} 4.32307851e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 2240.36 node_cpu_seconds_total{cpu="74",mode="irq"} 0 node_cpu_seconds_total{cpu="74",mode="nice"} 0 node_cpu_seconds_total{cpu="74",mode="softirq"} 2014.35 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 26459.24 node_cpu_seconds_total{cpu="74",mode="user"} 214408.02 node_cpu_seconds_total{cpu="75",mode="idle"} 4.3218285e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 2200.04 node_cpu_seconds_total{cpu="75",mode="irq"} 0 node_cpu_seconds_total{cpu="75",mode="nice"} 0.18 node_cpu_seconds_total{cpu="75",mode="softirq"} 2017.02 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 26735.32 node_cpu_seconds_total{cpu="75",mode="user"} 215453.58 node_cpu_seconds_total{cpu="76",mode="idle"} 4.32258625e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 2009.38 node_cpu_seconds_total{cpu="76",mode="irq"} 0 node_cpu_seconds_total{cpu="76",mode="nice"} 0.07 node_cpu_seconds_total{cpu="76",mode="softirq"} 2012.4 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 26529.24 node_cpu_seconds_total{cpu="76",mode="user"} 215221.41 node_cpu_seconds_total{cpu="77",mode="idle"} 4.32426133e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 2206.47 node_cpu_seconds_total{cpu="77",mode="irq"} 0 node_cpu_seconds_total{cpu="77",mode="nice"} 0 node_cpu_seconds_total{cpu="77",mode="softirq"} 1988.16 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 26439.54 node_cpu_seconds_total{cpu="77",mode="user"} 213508.86 node_cpu_seconds_total{cpu="78",mode="idle"} 4.31616126e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 2825.02 node_cpu_seconds_total{cpu="78",mode="irq"} 0 node_cpu_seconds_total{cpu="78",mode="nice"} 0.2 node_cpu_seconds_total{cpu="78",mode="softirq"} 2027.82 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 28250.03 node_cpu_seconds_total{cpu="78",mode="user"} 217397.7 node_cpu_seconds_total{cpu="79",mode="idle"} 4.31852457e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 2868.3 node_cpu_seconds_total{cpu="79",mode="irq"} 0 node_cpu_seconds_total{cpu="79",mode="nice"} 0.08 node_cpu_seconds_total{cpu="79",mode="softirq"} 2057.76 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 27405.39 node_cpu_seconds_total{cpu="79",mode="user"} 216639.58 node_cpu_seconds_total{cpu="8",mode="idle"} 4.29650854e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 4126.59 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 0.08 node_cpu_seconds_total{cpu="8",mode="softirq"} 3229.37 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 31004.9 node_cpu_seconds_total{cpu="8",mode="user"} 230337.05 node_cpu_seconds_total{cpu="80",mode="idle"} 4.31541487e+06 node_cpu_seconds_total{cpu="80",mode="iowait"} 2522.01 node_cpu_seconds_total{cpu="80",mode="irq"} 0 node_cpu_seconds_total{cpu="80",mode="nice"} 0.46 node_cpu_seconds_total{cpu="80",mode="softirq"} 2094.05 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 27641.75 node_cpu_seconds_total{cpu="80",mode="user"} 220281.66 node_cpu_seconds_total{cpu="81",mode="idle"} 4.30896597e+06 node_cpu_seconds_total{cpu="81",mode="iowait"} 2830.55 node_cpu_seconds_total{cpu="81",mode="irq"} 0 node_cpu_seconds_total{cpu="81",mode="nice"} 0.25 node_cpu_seconds_total{cpu="81",mode="softirq"} 2118.7 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 29169.82 node_cpu_seconds_total{cpu="81",mode="user"} 222994.44 node_cpu_seconds_total{cpu="82",mode="idle"} 4.31328111e+06 node_cpu_seconds_total{cpu="82",mode="iowait"} 2800.16 node_cpu_seconds_total{cpu="82",mode="irq"} 0 node_cpu_seconds_total{cpu="82",mode="nice"} 0.1 node_cpu_seconds_total{cpu="82",mode="softirq"} 2120.5 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 28072.84 node_cpu_seconds_total{cpu="82",mode="user"} 221141.78 node_cpu_seconds_total{cpu="83",mode="idle"} 4.32111082e+06 node_cpu_seconds_total{cpu="83",mode="iowait"} 2485.81 node_cpu_seconds_total{cpu="83",mode="irq"} 0 node_cpu_seconds_total{cpu="83",mode="nice"} 0.14 node_cpu_seconds_total{cpu="83",mode="softirq"} 2011.53 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 26996.44 node_cpu_seconds_total{cpu="83",mode="user"} 215427.19 node_cpu_seconds_total{cpu="84",mode="idle"} 4.31553485e+06 node_cpu_seconds_total{cpu="84",mode="iowait"} 2876.87 node_cpu_seconds_total{cpu="84",mode="irq"} 0 node_cpu_seconds_total{cpu="84",mode="nice"} 0.24 node_cpu_seconds_total{cpu="84",mode="softirq"} 2034.52 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 28432.41 node_cpu_seconds_total{cpu="84",mode="user"} 217750.14 node_cpu_seconds_total{cpu="85",mode="idle"} 4.3197071e+06 node_cpu_seconds_total{cpu="85",mode="iowait"} 2914.42 node_cpu_seconds_total{cpu="85",mode="irq"} 0 node_cpu_seconds_total{cpu="85",mode="nice"} 0.21 node_cpu_seconds_total{cpu="85",mode="softirq"} 2050.12 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 27492.22 node_cpu_seconds_total{cpu="85",mode="user"} 215433.86 node_cpu_seconds_total{cpu="86",mode="idle"} 4.30751324e+06 node_cpu_seconds_total{cpu="86",mode="iowait"} 3063.67 node_cpu_seconds_total{cpu="86",mode="irq"} 0 node_cpu_seconds_total{cpu="86",mode="nice"} 0.14 node_cpu_seconds_total{cpu="86",mode="softirq"} 2133.35 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 29516.85 node_cpu_seconds_total{cpu="86",mode="user"} 223782.26 node_cpu_seconds_total{cpu="87",mode="idle"} 4.30981188e+06 node_cpu_seconds_total{cpu="87",mode="iowait"} 3088.93 node_cpu_seconds_total{cpu="87",mode="irq"} 0 node_cpu_seconds_total{cpu="87",mode="nice"} 0.18 node_cpu_seconds_total{cpu="87",mode="softirq"} 2166.87 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 28713.67 node_cpu_seconds_total{cpu="87",mode="user"} 223120.2 node_cpu_seconds_total{cpu="9",mode="idle"} 4.29766086e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 3497.93 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 0.18 node_cpu_seconds_total{cpu="9",mode="softirq"} 3352.99 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 30578.03 node_cpu_seconds_total{cpu="9",mode="user"} 230553 # 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"} 1325.992 node_disk_discard_time_seconds_total{device="nvme0n1"} 1192.856 node_disk_discard_time_seconds_total{device="nvme1n1"} 1035.883 node_disk_discard_time_seconds_total{device="sda"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="md0"} 5.004881496e+09 node_disk_discarded_sectors_total{device="nvme0n1"} 5.004881496e+09 node_disk_discarded_sectors_total{device="nvme1n1"} 5.004881496e+09 node_disk_discarded_sectors_total{device="sda"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="md0"} 770763 node_disk_discards_completed_total{device="nvme0n1"} 770534 node_disk_discards_completed_total{device="nvme1n1"} 770534 node_disk_discards_completed_total{device="sda"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="md0"} 0 node_disk_discards_merged_total{device="nvme0n1"} 229 node_disk_discards_merged_total{device="nvme1n1"} 229 node_disk_discards_merged_total{device="sda"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="md0"} 0 node_disk_flush_requests_time_seconds_total{device="nvme0n1"} 44687.544 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 44476.503000000004 node_disk_flush_requests_time_seconds_total{device="sda"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="md0"} 0 node_disk_flush_requests_total{device="nvme0n1"} 1.34317621e+08 node_disk_flush_requests_total{device="nvme1n1"} 1.34317622e+08 node_disk_flush_requests_total{device="sda"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="md0",major="9",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme1n1",major="259",minor="0",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 # 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"} 1 node_disk_io_now{device="sda"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="md0"} 204812.96 node_disk_io_time_seconds_total{device="nvme0n1"} 212496.652 node_disk_io_time_seconds_total{device="nvme1n1"} 95532.14 node_disk_io_time_seconds_total{device="sda"} 52310.668 # 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"} 3.624557664e+06 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 364120.804 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 223101.641 node_disk_io_time_weighted_seconds_total{device="sda"} 492311.985 # 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.0330864280576e+13 node_disk_read_bytes_total{device="nvme0n1"} 1.424396427776e+13 node_disk_read_bytes_total{device="nvme1n1"} 4.089093749248e+12 node_disk_read_bytes_total{device="sda"} 1.73852939264e+11 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="md0"} 139245.856 node_disk_read_time_seconds_total{device="nvme0n1"} 157945.367 node_disk_read_time_seconds_total{device="nvme1n1"} 12904.986 node_disk_read_time_seconds_total{device="sda"} 6895.759 # 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"} 1.04636561e+09 node_disk_reads_completed_total{device="nvme0n1"} 1.056354715e+09 node_disk_reads_completed_total{device="nvme1n1"} 2.0393219e+07 node_disk_reads_completed_total{device="sda"} 8.443111e+06 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="md0"} 0 node_disk_reads_merged_total{device="nvme0n1"} 4.5899603e+07 node_disk_reads_merged_total{device="nvme1n1"} 4.5822067e+07 node_disk_reads_merged_total{device="sda"} 1.320891e+07 # 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"} 3.483985816e+06 node_disk_write_time_seconds_total{device="nvme0n1"} 160295.035 node_disk_write_time_seconds_total{device="nvme1n1"} 164684.268 node_disk_write_time_seconds_total{device="sda"} 485416.22500000003 # 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.8420862e+08 node_disk_writes_completed_total{device="nvme0n1"} 4.48903822e+08 node_disk_writes_completed_total{device="nvme1n1"} 4.48900184e+08 node_disk_writes_completed_total{device="sda"} 8.3317222e+07 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="md0"} 0 node_disk_writes_merged_total{device="nvme0n1"} 1.69622421e+08 node_disk_writes_merged_total{device="nvme1n1"} 1.69643466e+08 node_disk_writes_merged_total{device="sda"} 5.004639e+07 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="md0"} 7.444351668224e+12 node_disk_written_bytes_total{device="nvme0n1"} 7.516009507328e+12 node_disk_written_bytes_total{device="nvme1n1"} 7.51715035392e+12 node_disk_written_bytes_total{device="sda"} 8.38036960256e+11 # 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="8077732",board_name="ProLiant DL380 Gen9",board_vendor="HP",board_version="",chassis_asset_tag="8077732",chassis_vendor="HP",chassis_version="",product_family="ProLiant",product_name="ProLiant DL380 Gen9",product_sku="823843-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="1",csrow="0",dimm_label="CPU_SrcID1_Ha0_Chan0_DIMM0"} 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="2",csrow="1",dimm_label="CPU_SrcID0_Ha1_Chan0_DIMM1"} 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="0",controller="3",csrow="1",dimm_label="CPU_SrcID1_Ha1_Chan0_DIMM1"} 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="1",csrow="0",dimm_label="CPU_SrcID1_Ha0_Chan1_DIMM0"} 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="2",csrow="1",dimm_label="CPU_SrcID0_Ha1_Chan1_DIMM1"} 0 node_edac_channel_correctable_errors_total{channel="1",controller="3",csrow="0",dimm_label="CPU_SrcID1_Ha1_Chan1_DIMM0"} 0 node_edac_channel_correctable_errors_total{channel="1",controller="3",csrow="1",dimm_label="CPU_SrcID1_Ha1_Chan1_DIMM1"} 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="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="1",csrow="0"} 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="1"} 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="1"} 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="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="1",csrow="0"} 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="1"} 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="1"} 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 46352 # 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.659639033856e+12 node_filesystem_avail_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.659639033856e+12 node_filesystem_avail_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 1.659639033856e+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.22093568e+08 node_filesystem_files{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.22093568e+08 node_filesystem_files{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 1.22093568e+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.21409549e+08 node_filesystem_files_free{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.21409549e+08 node_filesystem_files_free{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 1.21409549e+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.759668936704e+12 node_filesystem_free_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.759668936704e+12 node_filesystem_free_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 1.759668936704e+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"} 1.967712837632e+12 node_filesystem_size_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.967712837632e+12 node_filesystem_size_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 1.967712837632e+12 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.9266601e+08 # 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"} 142 # 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"} 50 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp1"} 34.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp3"} 45.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 31.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp3"} 45.85 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp1"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp11"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp12"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp13"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp14"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp18"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp19"} 27 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp20"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp21"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp22"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp23"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp26"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp27"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp28"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp29"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp30"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp7"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp1"} 33 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp10"} 27 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp11"} 27 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp12"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp13"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp14"} 27 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp18"} 27 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp19"} 27 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp2"} 27 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp20"} 27 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp21"} 26 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp22"} 27 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp23"} 26 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp26"} 27 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp27"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp28"} 26 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp29"} 26 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp3"} 27 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp30"} 27 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp4"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp5"} 27 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp6"} 27 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp7"} 28 # 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"} 79.85000000000001 node_hwmon_temp_crit_celsius{chip="nvme_nvme1",sensor="temp1"} 79.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"} 74.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp3"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp1"} 74.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp3"} 65261.85 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"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp3"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp1"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp3"} -273.15000000000003 # HELP node_infiniband_info Non-numeric data from /sys/class/infiniband/, value is always 1. # TYPE node_infiniband_info gauge node_infiniband_info{board_id="HP_1380110017",device="mlx4_0",firmware_version="2.40.5000",hca_type="MT4103"} 1 # HELP node_infiniband_physical_state_id Physical state of the InfiniBand port (0: no change, 1: sleep, 2: polling, 3: disable, 4: shift, 5: link up, 6: link error recover, 7: phytest) # TYPE node_infiniband_physical_state_id gauge node_infiniband_physical_state_id{device="mlx4_0",port="1"} 3 node_infiniband_physical_state_id{device="mlx4_0",port="2"} 3 # HELP node_infiniband_rate_bytes_per_second Maximum signal transfer rate # TYPE node_infiniband_rate_bytes_per_second gauge node_infiniband_rate_bytes_per_second{device="mlx4_0",port="1"} 1.25e+09 node_infiniband_rate_bytes_per_second{device="mlx4_0",port="2"} 1.25e+09 # HELP node_infiniband_state_id State of the InfiniBand port (0: no change, 1: down, 2: init, 3: armed, 4: active, 5: act defer) # TYPE node_infiniband_state_id gauge node_infiniband_state_id{device="mlx4_0",port="1"} 1 node_infiniband_state_id{device="mlx4_0",port="2"} 1 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.06117793495e+11 # 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.71 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 2.95 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 2.7 # HELP node_md_blocks Total number of blocks on device. # TYPE node_md_blocks gauge node_md_blocks{device="md0"} 1.953381376e+09 # HELP node_md_blocks_synced Number of blocks synced on device. # TYPE node_md_blocks_synced gauge node_md_blocks_synced{device="md0"} 1.953381376e+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.86253312e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.07284033536e+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 8.8658702336e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 5.398069248e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.4876553216e+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 9.725140992e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.89989873664e+11 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.03823280128e+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 7.4209292288e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.7044092928e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 4.2958061568e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 9.29558528e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 602112 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.5702142976e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.07942692864e+11 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.92240549888e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 5.7638912e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.7080946688e+10 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 3.63818872832e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 6.5876250624e+10 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 4.0559765504e+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 4.41524224e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.71195904e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.9742060544e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.440237056e+09 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 1.8815778816e+10 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.21822976e+10 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 1.40668928e+08 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 8.20178944e+08 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 1.024454656e+09 # 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.95726848e+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 3 # 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 71048 # 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.04648988e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 8.797213791e+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 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 494 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 543 # 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 2.65557e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 262 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 6.857392e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2607 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 613 # 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"} 43 node_network_iface_id{device="eth1"} 53 node_network_iface_id{device="eth2"} 61 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"} 44 node_network_iface_link{device="eth1"} 54 node_network_iface_link{device="eth2"} 62 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:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:42:0a:00:01:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:b8:78:12:5b:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth1",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"} 1500 node_network_mtu_bytes{device="eth2"} 1450 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"} 3.40924366e+08 node_network_receive_bytes_total{device="eth1"} 160868 node_network_receive_bytes_total{device="eth2"} 2.347806e+06 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"} 68 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"} 2.65108e+06 node_network_receive_packets_total{device="eth1"} 2982 node_network_receive_packets_total{device="eth2"} 26887 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"} 8.827264959e+09 node_network_transmit_bytes_total{device="eth1"} 126 node_network_transmit_bytes_total{device="eth2"} 7.126294e+06 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"} 2.635598e+06 node_network_transmit_packets_total{device="eth1"} 3 node_network_transmit_packets_total{device="eth2"} 16211 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 18683.47858 # 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 7540.591262 # 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 7705.098176 # 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 791.76024 # 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 830.3590280000001 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 2 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 318943.087577093 node_schedstat_running_seconds_total{cpu="1"} 307503.270879173 node_schedstat_running_seconds_total{cpu="10"} 273668.666595657 node_schedstat_running_seconds_total{cpu="11"} 269931.790724669 node_schedstat_running_seconds_total{cpu="12"} 268490.47590655 node_schedstat_running_seconds_total{cpu="13"} 264657.703646202 node_schedstat_running_seconds_total{cpu="14"} 269877.943112909 node_schedstat_running_seconds_total{cpu="15"} 268444.228502746 node_schedstat_running_seconds_total{cpu="16"} 266810.670631591 node_schedstat_running_seconds_total{cpu="17"} 261413.904445224 node_schedstat_running_seconds_total{cpu="18"} 259703.130245296 node_schedstat_running_seconds_total{cpu="19"} 258232.507864842 node_schedstat_running_seconds_total{cpu="2"} 293024.888917788 node_schedstat_running_seconds_total{cpu="20"} 267425.846990785 node_schedstat_running_seconds_total{cpu="21"} 264377.623239384 node_schedstat_running_seconds_total{cpu="22"} 356066.014196281 node_schedstat_running_seconds_total{cpu="23"} 303184.541640302 node_schedstat_running_seconds_total{cpu="24"} 287954.736546632 node_schedstat_running_seconds_total{cpu="25"} 279582.313337777 node_schedstat_running_seconds_total{cpu="26"} 276471.367413598 node_schedstat_running_seconds_total{cpu="27"} 270102.343076207 node_schedstat_running_seconds_total{cpu="28"} 270520.031830657 node_schedstat_running_seconds_total{cpu="29"} 270191.388619517 node_schedstat_running_seconds_total{cpu="3"} 283492.20685756 node_schedstat_running_seconds_total{cpu="30"} 263396.184288703 node_schedstat_running_seconds_total{cpu="31"} 260861.048540511 node_schedstat_running_seconds_total{cpu="32"} 263344.147824178 node_schedstat_running_seconds_total{cpu="33"} 258842.530614241 node_schedstat_running_seconds_total{cpu="34"} 258180.158862751 node_schedstat_running_seconds_total{cpu="35"} 255643.587001165 node_schedstat_running_seconds_total{cpu="36"} 260513.237835533 node_schedstat_running_seconds_total{cpu="37"} 259881.465734597 node_schedstat_running_seconds_total{cpu="38"} 259679.772855852 node_schedstat_running_seconds_total{cpu="39"} 254679.462957689 node_schedstat_running_seconds_total{cpu="4"} 282930.583659214 node_schedstat_running_seconds_total{cpu="40"} 253817.275978125 node_schedstat_running_seconds_total{cpu="41"} 251618.413764421 node_schedstat_running_seconds_total{cpu="42"} 258408.100264089 node_schedstat_running_seconds_total{cpu="43"} 257621.341373267 node_schedstat_running_seconds_total{cpu="44"} 277330.258965629 node_schedstat_running_seconds_total{cpu="45"} 256935.90936918 node_schedstat_running_seconds_total{cpu="46"} 253562.700697535 node_schedstat_running_seconds_total{cpu="47"} 249724.805498735 node_schedstat_running_seconds_total{cpu="48"} 249530.805980095 node_schedstat_running_seconds_total{cpu="49"} 248633.389560629 node_schedstat_running_seconds_total{cpu="5"} 275172.73385154 node_schedstat_running_seconds_total{cpu="50"} 252660.477553165 node_schedstat_running_seconds_total{cpu="51"} 252898.626340501 node_schedstat_running_seconds_total{cpu="52"} 252417.278391185 node_schedstat_running_seconds_total{cpu="53"} 256763.173372236 node_schedstat_running_seconds_total{cpu="54"} 258989.962409109 node_schedstat_running_seconds_total{cpu="55"} 259730.77435913 node_schedstat_running_seconds_total{cpu="56"} 268403.745080349 node_schedstat_running_seconds_total{cpu="57"} 262084.150459803 node_schedstat_running_seconds_total{cpu="58"} 263424.630524552 node_schedstat_running_seconds_total{cpu="59"} 265141.866346484 node_schedstat_running_seconds_total{cpu="6"} 277224.062968987 node_schedstat_running_seconds_total{cpu="60"} 262010.858748614 node_schedstat_running_seconds_total{cpu="61"} 254629.534287352 node_schedstat_running_seconds_total{cpu="62"} 259140.727519609 node_schedstat_running_seconds_total{cpu="63"} 254078.865420914 node_schedstat_running_seconds_total{cpu="64"} 264485.001869754 node_schedstat_running_seconds_total{cpu="65"} 263906.180731433 node_schedstat_running_seconds_total{cpu="66"} 263208.450590326 node_schedstat_running_seconds_total{cpu="67"} 253931.72334523 node_schedstat_running_seconds_total{cpu="68"} 252953.425896188 node_schedstat_running_seconds_total{cpu="69"} 243965.034757123 node_schedstat_running_seconds_total{cpu="7"} 278174.777364304 node_schedstat_running_seconds_total{cpu="70"} 249170.069633477 node_schedstat_running_seconds_total{cpu="71"} 248015.225243141 node_schedstat_running_seconds_total{cpu="72"} 252548.228324871 node_schedstat_running_seconds_total{cpu="73"} 253437.83046943 node_schedstat_running_seconds_total{cpu="74"} 248004.218270117 node_schedstat_running_seconds_total{cpu="75"} 249259.909877569 node_schedstat_running_seconds_total{cpu="76"} 248789.163107341 node_schedstat_running_seconds_total{cpu="77"} 246984.921664342 node_schedstat_running_seconds_total{cpu="78"} 252937.001594327 node_schedstat_running_seconds_total{cpu="79"} 251390.899101198 node_schedstat_running_seconds_total{cpu="8"} 270486.065217899 node_schedstat_running_seconds_total{cpu="80"} 255096.5507892 node_schedstat_running_seconds_total{cpu="81"} 259683.876088904 node_schedstat_running_seconds_total{cpu="82"} 256559.178692814 node_schedstat_running_seconds_total{cpu="83"} 249658.348175275 node_schedstat_running_seconds_total{cpu="84"} 253577.600693416 node_schedstat_running_seconds_total{cpu="85"} 250298.099659756 node_schedstat_running_seconds_total{cpu="86"} 260832.536850443 node_schedstat_running_seconds_total{cpu="87"} 259385.614881699 node_schedstat_running_seconds_total{cpu="9"} 270294.979146871 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.281045299e+09 node_schedstat_timeslices_total{cpu="1"} 1.481343947e+09 node_schedstat_timeslices_total{cpu="10"} 1.456314796e+09 node_schedstat_timeslices_total{cpu="11"} 1.419014145e+09 node_schedstat_timeslices_total{cpu="12"} 1.395585153e+09 node_schedstat_timeslices_total{cpu="13"} 1.383682472e+09 node_schedstat_timeslices_total{cpu="14"} 1.366815394e+09 node_schedstat_timeslices_total{cpu="15"} 1.36440026e+09 node_schedstat_timeslices_total{cpu="16"} 1.356225442e+09 node_schedstat_timeslices_total{cpu="17"} 1.360299496e+09 node_schedstat_timeslices_total{cpu="18"} 1.361127077e+09 node_schedstat_timeslices_total{cpu="19"} 1.361107234e+09 node_schedstat_timeslices_total{cpu="2"} 1.429867667e+09 node_schedstat_timeslices_total{cpu="20"} 1.345301917e+09 node_schedstat_timeslices_total{cpu="21"} 1.338923364e+09 node_schedstat_timeslices_total{cpu="22"} 1.335465208e+09 node_schedstat_timeslices_total{cpu="23"} 1.398261401e+09 node_schedstat_timeslices_total{cpu="24"} 1.379449125e+09 node_schedstat_timeslices_total{cpu="25"} 1.390074354e+09 node_schedstat_timeslices_total{cpu="26"} 1.414087929e+09 node_schedstat_timeslices_total{cpu="27"} 1.386689398e+09 node_schedstat_timeslices_total{cpu="28"} 1.35741761e+09 node_schedstat_timeslices_total{cpu="29"} 1.39738487e+09 node_schedstat_timeslices_total{cpu="3"} 1.414149354e+09 node_schedstat_timeslices_total{cpu="30"} 1.377543676e+09 node_schedstat_timeslices_total{cpu="31"} 1.358303448e+09 node_schedstat_timeslices_total{cpu="32"} 1.39654754e+09 node_schedstat_timeslices_total{cpu="33"} 1.366501948e+09 node_schedstat_timeslices_total{cpu="34"} 1.350836064e+09 node_schedstat_timeslices_total{cpu="35"} 1.342773034e+09 node_schedstat_timeslices_total{cpu="36"} 1.324911659e+09 node_schedstat_timeslices_total{cpu="37"} 1.320730128e+09 node_schedstat_timeslices_total{cpu="38"} 1.314714083e+09 node_schedstat_timeslices_total{cpu="39"} 1.323926622e+09 node_schedstat_timeslices_total{cpu="4"} 1.460181444e+09 node_schedstat_timeslices_total{cpu="40"} 1.321003553e+09 node_schedstat_timeslices_total{cpu="41"} 1.32325971e+09 node_schedstat_timeslices_total{cpu="42"} 1.309739568e+09 node_schedstat_timeslices_total{cpu="43"} 1.312487665e+09 node_schedstat_timeslices_total{cpu="44"} 1.322361665e+09 node_schedstat_timeslices_total{cpu="45"} 1.337817185e+09 node_schedstat_timeslices_total{cpu="46"} 1.323189665e+09 node_schedstat_timeslices_total{cpu="47"} 1.322193282e+09 node_schedstat_timeslices_total{cpu="48"} 1.316508252e+09 node_schedstat_timeslices_total{cpu="49"} 1.318229955e+09 node_schedstat_timeslices_total{cpu="5"} 1.426410364e+09 node_schedstat_timeslices_total{cpu="50"} 1.310142094e+09 node_schedstat_timeslices_total{cpu="51"} 1.312752099e+09 node_schedstat_timeslices_total{cpu="52"} 1.303837587e+09 node_schedstat_timeslices_total{cpu="53"} 1.291870181e+09 node_schedstat_timeslices_total{cpu="54"} 1.289319729e+09 node_schedstat_timeslices_total{cpu="55"} 1.287026301e+09 node_schedstat_timeslices_total{cpu="56"} 1.36463822e+09 node_schedstat_timeslices_total{cpu="57"} 1.33849185e+09 node_schedstat_timeslices_total{cpu="58"} 1.323631661e+09 node_schedstat_timeslices_total{cpu="59"} 1.368207237e+09 node_schedstat_timeslices_total{cpu="6"} 1.39894754e+09 node_schedstat_timeslices_total{cpu="60"} 1.34180829e+09 node_schedstat_timeslices_total{cpu="61"} 1.340916673e+09 node_schedstat_timeslices_total{cpu="62"} 1.391131349e+09 node_schedstat_timeslices_total{cpu="63"} 1.362227982e+09 node_schedstat_timeslices_total{cpu="64"} 1.397009236e+09 node_schedstat_timeslices_total{cpu="65"} 1.396228842e+09 node_schedstat_timeslices_total{cpu="66"} 1.29979743e+09 node_schedstat_timeslices_total{cpu="67"} 1.299378186e+09 node_schedstat_timeslices_total{cpu="68"} 1.299806882e+09 node_schedstat_timeslices_total{cpu="69"} 1.263471543e+09 node_schedstat_timeslices_total{cpu="7"} 1.447472862e+09 node_schedstat_timeslices_total{cpu="70"} 1.296145744e+09 node_schedstat_timeslices_total{cpu="71"} 1.296053913e+09 node_schedstat_timeslices_total{cpu="72"} 1.292262578e+09 node_schedstat_timeslices_total{cpu="73"} 1.293298195e+09 node_schedstat_timeslices_total{cpu="74"} 1.296174617e+09 node_schedstat_timeslices_total{cpu="75"} 1.29738423e+09 node_schedstat_timeslices_total{cpu="76"} 1.297841486e+09 node_schedstat_timeslices_total{cpu="77"} 1.296900933e+09 node_schedstat_timeslices_total{cpu="78"} 1.339487417e+09 node_schedstat_timeslices_total{cpu="79"} 1.319566371e+09 node_schedstat_timeslices_total{cpu="8"} 1.427271683e+09 node_schedstat_timeslices_total{cpu="80"} 1.300583666e+09 node_schedstat_timeslices_total{cpu="81"} 1.340260727e+09 node_schedstat_timeslices_total{cpu="82"} 1.313499703e+09 node_schedstat_timeslices_total{cpu="83"} 1.315295138e+09 node_schedstat_timeslices_total{cpu="84"} 1.35128986e+09 node_schedstat_timeslices_total{cpu="85"} 1.333568453e+09 node_schedstat_timeslices_total{cpu="86"} 1.357096542e+09 node_schedstat_timeslices_total{cpu="87"} 1.346528551e+09 node_schedstat_timeslices_total{cpu="9"} 1.412378741e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 10665.013474119 node_schedstat_waiting_seconds_total{cpu="1"} 9049.548101293 node_schedstat_waiting_seconds_total{cpu="10"} 8138.231521783 node_schedstat_waiting_seconds_total{cpu="11"} 7669.576296989 node_schedstat_waiting_seconds_total{cpu="12"} 7554.27933983 node_schedstat_waiting_seconds_total{cpu="13"} 7415.524519435 node_schedstat_waiting_seconds_total{cpu="14"} 7458.623829208 node_schedstat_waiting_seconds_total{cpu="15"} 7442.536131621 node_schedstat_waiting_seconds_total{cpu="16"} 7374.599346584 node_schedstat_waiting_seconds_total{cpu="17"} 7320.571226146 node_schedstat_waiting_seconds_total{cpu="18"} 7183.055105466 node_schedstat_waiting_seconds_total{cpu="19"} 7182.281988173 node_schedstat_waiting_seconds_total{cpu="2"} 8145.740738534 node_schedstat_waiting_seconds_total{cpu="20"} 7253.269865099 node_schedstat_waiting_seconds_total{cpu="21"} 7251.746284956 node_schedstat_waiting_seconds_total{cpu="22"} 8346.731634464 node_schedstat_waiting_seconds_total{cpu="23"} 8270.640781894 node_schedstat_waiting_seconds_total{cpu="24"} 7520.577758519 node_schedstat_waiting_seconds_total{cpu="25"} 7202.277146104 node_schedstat_waiting_seconds_total{cpu="26"} 7647.144080669 node_schedstat_waiting_seconds_total{cpu="27"} 7186.153986673 node_schedstat_waiting_seconds_total{cpu="28"} 7128.449860018 node_schedstat_waiting_seconds_total{cpu="29"} 7540.828809742 node_schedstat_waiting_seconds_total{cpu="3"} 7795.851073298 node_schedstat_waiting_seconds_total{cpu="30"} 7086.674127433 node_schedstat_waiting_seconds_total{cpu="31"} 6900.146576035 node_schedstat_waiting_seconds_total{cpu="32"} 7433.665869988 node_schedstat_waiting_seconds_total{cpu="33"} 7033.31016838 node_schedstat_waiting_seconds_total{cpu="34"} 6899.125853955 node_schedstat_waiting_seconds_total{cpu="35"} 6818.274225417 node_schedstat_waiting_seconds_total{cpu="36"} 6887.325769338 node_schedstat_waiting_seconds_total{cpu="37"} 6894.036797057 node_schedstat_waiting_seconds_total{cpu="38"} 6854.241707151 node_schedstat_waiting_seconds_total{cpu="39"} 6835.255504494 node_schedstat_waiting_seconds_total{cpu="4"} 8269.272402788 node_schedstat_waiting_seconds_total{cpu="40"} 6693.248233033 node_schedstat_waiting_seconds_total{cpu="41"} 6698.994173237 node_schedstat_waiting_seconds_total{cpu="42"} 6796.385870229 node_schedstat_waiting_seconds_total{cpu="43"} 6795.120432951 node_schedstat_waiting_seconds_total{cpu="44"} 7354.311593328 node_schedstat_waiting_seconds_total{cpu="45"} 7142.485721374 node_schedstat_waiting_seconds_total{cpu="46"} 7104.496103866 node_schedstat_waiting_seconds_total{cpu="47"} 6986.252238669 node_schedstat_waiting_seconds_total{cpu="48"} 6908.996143044 node_schedstat_waiting_seconds_total{cpu="49"} 6945.714174688 node_schedstat_waiting_seconds_total{cpu="5"} 7728.064159916 node_schedstat_waiting_seconds_total{cpu="50"} 7064.031927622 node_schedstat_waiting_seconds_total{cpu="51"} 6930.552133292 node_schedstat_waiting_seconds_total{cpu="52"} 7475.93377605 node_schedstat_waiting_seconds_total{cpu="53"} 7687.789103336 node_schedstat_waiting_seconds_total{cpu="54"} 7621.282197266 node_schedstat_waiting_seconds_total{cpu="55"} 7780.675142272 node_schedstat_waiting_seconds_total{cpu="56"} 7905.663363706 node_schedstat_waiting_seconds_total{cpu="57"} 7445.256143246 node_schedstat_waiting_seconds_total{cpu="58"} 7339.646690388 node_schedstat_waiting_seconds_total{cpu="59"} 8155.660794481 node_schedstat_waiting_seconds_total{cpu="6"} 7668.514484108 node_schedstat_waiting_seconds_total{cpu="60"} 7487.258858947 node_schedstat_waiting_seconds_total{cpu="61"} 7355.560650217 node_schedstat_waiting_seconds_total{cpu="62"} 7843.62710525 node_schedstat_waiting_seconds_total{cpu="63"} 7384.574105715 node_schedstat_waiting_seconds_total{cpu="64"} 8028.61061743 node_schedstat_waiting_seconds_total{cpu="65"} 7593.017457905 node_schedstat_waiting_seconds_total{cpu="66"} 6804.468601995 node_schedstat_waiting_seconds_total{cpu="67"} 6708.686142944 node_schedstat_waiting_seconds_total{cpu="68"} 6687.051395578 node_schedstat_waiting_seconds_total{cpu="69"} 6708.287030785 node_schedstat_waiting_seconds_total{cpu="7"} 8281.184454948 node_schedstat_waiting_seconds_total{cpu="70"} 6601.021665919 node_schedstat_waiting_seconds_total{cpu="71"} 6603.628198296 node_schedstat_waiting_seconds_total{cpu="72"} 6679.823978422 node_schedstat_waiting_seconds_total{cpu="73"} 6604.194271341 node_schedstat_waiting_seconds_total{cpu="74"} 6608.614124643 node_schedstat_waiting_seconds_total{cpu="75"} 6650.207004897 node_schedstat_waiting_seconds_total{cpu="76"} 6497.827071032 node_schedstat_waiting_seconds_total{cpu="77"} 6606.501565675 node_schedstat_waiting_seconds_total{cpu="78"} 7151.792400646 node_schedstat_waiting_seconds_total{cpu="79"} 6823.36167756 node_schedstat_waiting_seconds_total{cpu="8"} 7633.500958645 node_schedstat_waiting_seconds_total{cpu="80"} 6762.590431726 node_schedstat_waiting_seconds_total{cpu="81"} 7381.560325727 node_schedstat_waiting_seconds_total{cpu="82"} 6938.796759092 node_schedstat_waiting_seconds_total{cpu="83"} 6819.145861269 node_schedstat_waiting_seconds_total{cpu="84"} 7212.233227611 node_schedstat_waiting_seconds_total{cpu="85"} 6923.668844421 node_schedstat_waiting_seconds_total{cpu="86"} 7467.210840683 node_schedstat_waiting_seconds_total{cpu="87"} 7073.205999986 node_schedstat_waiting_seconds_total{cpu="9"} 7558.715692634 # 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.000621028 node_scrape_collector_duration_seconds{collector="bcache"} 2.7188e-05 node_scrape_collector_duration_seconds{collector="bcachefs"} 2.0697e-05 node_scrape_collector_duration_seconds{collector="bonding"} 3.5251e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.001200952 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000791149 node_scrape_collector_duration_seconds{collector="cpu"} 0.099380114 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.089845283 node_scrape_collector_duration_seconds{collector="diskstats"} 0.098631382 node_scrape_collector_duration_seconds{collector="dmi"} 0.09639239 node_scrape_collector_duration_seconds{collector="dmmultipath"} 0.000141731 node_scrape_collector_duration_seconds{collector="edac"} 0.078709345 node_scrape_collector_duration_seconds{collector="entropy"} 0.098963232 node_scrape_collector_duration_seconds{collector="fibrechannel"} 2.1776e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.078314001 node_scrape_collector_duration_seconds{collector="filesystem"} 0.122991679 node_scrape_collector_duration_seconds{collector="hwmon"} 0.150970678 node_scrape_collector_duration_seconds{collector="infiniband"} 0.097860614 node_scrape_collector_duration_seconds{collector="ipvs"} 0.000175647 node_scrape_collector_duration_seconds{collector="kernel_hung"} 3.9559e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 7.7433e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.099069419 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000701368 node_scrape_collector_duration_seconds{collector="netclass"} 0.072150849 node_scrape_collector_duration_seconds{collector="netdev"} 0.000592325 node_scrape_collector_duration_seconds{collector="netstat"} 0.001771512 node_scrape_collector_duration_seconds{collector="nfs"} 4.0323e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.1624e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000452026 node_scrape_collector_duration_seconds{collector="os"} 4.2696e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.9882e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.098985114 node_scrape_collector_duration_seconds{collector="rapl"} 0.00015221 node_scrape_collector_duration_seconds{collector="schedstat"} 0.002505454 node_scrape_collector_duration_seconds{collector="selinux"} 0.098777838 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000278589 node_scrape_collector_duration_seconds{collector="softnet"} 0.001152289 node_scrape_collector_duration_seconds{collector="stat"} 0.002564939 node_scrape_collector_duration_seconds{collector="tapestats"} 1.8358e-05 node_scrape_collector_duration_seconds{collector="textfile"} 3.4644e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.088391709 node_scrape_collector_duration_seconds{collector="time"} 0.000207429 node_scrape_collector_duration_seconds{collector="timex"} 3.6128e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.097237917 node_scrape_collector_duration_seconds{collector="uname"} 1.8641e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000462645 node_scrape_collector_duration_seconds{collector="watchdog"} 0.098800944 node_scrape_collector_duration_seconds{collector="xfs"} 3.1556e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.7085e-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"} 1 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 1215 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 1 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 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 11008 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 4.5088768e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 9 # 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"} 443 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"} 557 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"} 1393 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"} 257 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.70573716e+08 node_softnet_processed_total{cpu="1"} 4.60005793e+08 node_softnet_processed_total{cpu="10"} 3.86455599e+08 node_softnet_processed_total{cpu="11"} 3.90327998e+08 node_softnet_processed_total{cpu="12"} 3.37890884e+08 node_softnet_processed_total{cpu="13"} 3.16589241e+08 node_softnet_processed_total{cpu="14"} 3.07041728e+08 node_softnet_processed_total{cpu="15"} 2.99281199e+08 node_softnet_processed_total{cpu="16"} 2.91559555e+08 node_softnet_processed_total{cpu="17"} 2.87614867e+08 node_softnet_processed_total{cpu="18"} 2.80960118e+08 node_softnet_processed_total{cpu="19"} 2.79464784e+08 node_softnet_processed_total{cpu="2"} 4.1966344e+08 node_softnet_processed_total{cpu="20"} 2.7840091e+08 node_softnet_processed_total{cpu="21"} 2.71032067e+08 node_softnet_processed_total{cpu="22"} 5.1059642e+08 node_softnet_processed_total{cpu="23"} 4.22070095e+08 node_softnet_processed_total{cpu="24"} 3.68237196e+08 node_softnet_processed_total{cpu="25"} 3.29285288e+08 node_softnet_processed_total{cpu="26"} 2.97544082e+08 node_softnet_processed_total{cpu="27"} 2.82864348e+08 node_softnet_processed_total{cpu="28"} 2.62736593e+08 node_softnet_processed_total{cpu="29"} 2.54805749e+08 node_softnet_processed_total{cpu="3"} 3.83361491e+08 node_softnet_processed_total{cpu="30"} 2.52977306e+08 node_softnet_processed_total{cpu="31"} 2.43681679e+08 node_softnet_processed_total{cpu="32"} 2.40704723e+08 node_softnet_processed_total{cpu="33"} 2.4084591e+08 node_softnet_processed_total{cpu="34"} 2.35297797e+08 node_softnet_processed_total{cpu="35"} 2.31426242e+08 node_softnet_processed_total{cpu="36"} 2.29089024e+08 node_softnet_processed_total{cpu="37"} 2.2631648e+08 node_softnet_processed_total{cpu="38"} 2.2518514e+08 node_softnet_processed_total{cpu="39"} 2.26936497e+08 node_softnet_processed_total{cpu="4"} 3.55361847e+08 node_softnet_processed_total{cpu="40"} 2.25477011e+08 node_softnet_processed_total{cpu="41"} 2.24642589e+08 node_softnet_processed_total{cpu="42"} 2.22867474e+08 node_softnet_processed_total{cpu="43"} 2.22012785e+08 node_softnet_processed_total{cpu="44"} 3.04386086e+08 node_softnet_processed_total{cpu="45"} 2.63501896e+08 node_softnet_processed_total{cpu="46"} 2.53285126e+08 node_softnet_processed_total{cpu="47"} 2.47490118e+08 node_softnet_processed_total{cpu="48"} 2.44219953e+08 node_softnet_processed_total{cpu="49"} 2.40537541e+08 node_softnet_processed_total{cpu="5"} 3.41354739e+08 node_softnet_processed_total{cpu="50"} 2.36913899e+08 node_softnet_processed_total{cpu="51"} 2.36356417e+08 node_softnet_processed_total{cpu="52"} 7.99322624e+08 node_softnet_processed_total{cpu="53"} 1.009134863e+09 node_softnet_processed_total{cpu="54"} 1.032028603e+09 node_softnet_processed_total{cpu="55"} 1.038999612e+09 node_softnet_processed_total{cpu="56"} 4.46280261e+08 node_softnet_processed_total{cpu="57"} 3.71297017e+08 node_softnet_processed_total{cpu="58"} 3.26523584e+08 node_softnet_processed_total{cpu="59"} 3.0219987e+08 node_softnet_processed_total{cpu="6"} 3.24028062e+08 node_softnet_processed_total{cpu="60"} 2.92187143e+08 node_softnet_processed_total{cpu="61"} 2.7999244e+08 node_softnet_processed_total{cpu="62"} 2.75109591e+08 node_softnet_processed_total{cpu="63"} 2.73984963e+08 node_softnet_processed_total{cpu="64"} 2.65171891e+08 node_softnet_processed_total{cpu="65"} 2.67382274e+08 node_softnet_processed_total{cpu="66"} 2.24651554e+08 node_softnet_processed_total{cpu="67"} 2.25914212e+08 node_softnet_processed_total{cpu="68"} 2.23762598e+08 node_softnet_processed_total{cpu="69"} 2.17194578e+08 node_softnet_processed_total{cpu="7"} 3.14698459e+08 node_softnet_processed_total{cpu="70"} 2.1947447e+08 node_softnet_processed_total{cpu="71"} 2.18281457e+08 node_softnet_processed_total{cpu="72"} 2.16406865e+08 node_softnet_processed_total{cpu="73"} 2.15978148e+08 node_softnet_processed_total{cpu="74"} 2.16289713e+08 node_softnet_processed_total{cpu="75"} 2.15234893e+08 node_softnet_processed_total{cpu="76"} 2.15332878e+08 node_softnet_processed_total{cpu="77"} 2.14348243e+08 node_softnet_processed_total{cpu="78"} 2.17053541e+08 node_softnet_processed_total{cpu="79"} 2.21090436e+08 node_softnet_processed_total{cpu="8"} 3.70840419e+08 node_softnet_processed_total{cpu="80"} 2.1496468e+08 node_softnet_processed_total{cpu="81"} 2.16484551e+08 node_softnet_processed_total{cpu="82"} 2.18218263e+08 node_softnet_processed_total{cpu="83"} 2.15842635e+08 node_softnet_processed_total{cpu="84"} 2.1774348e+08 node_softnet_processed_total{cpu="85"} 2.2162246e+08 node_softnet_processed_total{cpu="86"} 2.18181582e+08 node_softnet_processed_total{cpu="87"} 2.22123426e+08 node_softnet_processed_total{cpu="9"} 3.84016164e+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"} 0 node_softnet_times_squeezed_total{cpu="10"} 0 node_softnet_times_squeezed_total{cpu="11"} 1 node_softnet_times_squeezed_total{cpu="12"} 1 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"} 0 node_softnet_times_squeezed_total{cpu="18"} 0 node_softnet_times_squeezed_total{cpu="19"} 0 node_softnet_times_squeezed_total{cpu="2"} 1 node_softnet_times_squeezed_total{cpu="20"} 0 node_softnet_times_squeezed_total{cpu="21"} 2 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"} 1 node_softnet_times_squeezed_total{cpu="26"} 0 node_softnet_times_squeezed_total{cpu="27"} 0 node_softnet_times_squeezed_total{cpu="28"} 0 node_softnet_times_squeezed_total{cpu="29"} 0 node_softnet_times_squeezed_total{cpu="3"} 1 node_softnet_times_squeezed_total{cpu="30"} 0 node_softnet_times_squeezed_total{cpu="31"} 0 node_softnet_times_squeezed_total{cpu="32"} 1 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"} 1 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"} 9 node_softnet_times_squeezed_total{cpu="52"} 8 node_softnet_times_squeezed_total{cpu="53"} 9 node_softnet_times_squeezed_total{cpu="54"} 8 node_softnet_times_squeezed_total{cpu="55"} 11 node_softnet_times_squeezed_total{cpu="56"} 0 node_softnet_times_squeezed_total{cpu="57"} 0 node_softnet_times_squeezed_total{cpu="58"} 0 node_softnet_times_squeezed_total{cpu="59"} 0 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="60"} 1 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"} 0 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"} 1 node_softnet_times_squeezed_total{cpu="70"} 0 node_softnet_times_squeezed_total{cpu="71"} 1 node_softnet_times_squeezed_total{cpu="72"} 1 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"} 1 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"} 0 node_softnet_times_squeezed_total{cpu="81"} 1 node_softnet_times_squeezed_total{cpu="82"} 0 node_softnet_times_squeezed_total{cpu="83"} 0 node_softnet_times_squeezed_total{cpu="84"} 1 node_softnet_times_squeezed_total{cpu="85"} 1 node_softnet_times_squeezed_total{cpu="86"} 0 node_softnet_times_squeezed_total{cpu="87"} 1 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"} 35 node_thermal_zone_temp{type="x86_pkg_temp",zone="1"} 33 # 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.7894766348614209e+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.9999994463806152 # 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.4715 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -9.5492e-05 # 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="a2339a153fe6",release="6.1.0-42-amd64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Debian 6.1.159-1 (2025-12-30)"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 4 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 6.0964988969e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 3.192216e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.0258515652e+10 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 8.228226863e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 1.8483003e+07 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 2.1069047e+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 44206.59 # 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.04648988e+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 8.797213791e+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 3.5385344e+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.78489397124e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.309032448e+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"} 2880 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"} 300370 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0