# 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.3256e-05 go_gc_duration_seconds{quantile="0.25"} 3.5218e-05 go_gc_duration_seconds{quantile="0.5"} 5.1789e-05 go_gc_duration_seconds{quantile="0.75"} 8.042e-05 go_gc_duration_seconds{quantile="1"} 0.000602614 go_gc_duration_seconds_sum 0.054099713 go_gc_duration_seconds_count 687 # 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 4.524936e+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.064017776e+09 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.644138e+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 1.7721736e+07 # 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.379952e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 4.524936e+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 6.029312e+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 6.094848e+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 37287 # 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 2.695168e+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.212416e+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.7842330217701855e+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 1.7759023e+07 # 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 100960 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 146880 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 9.31793e+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 1.00807e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 458752 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 458752 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.8970888e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 5 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 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.777901242e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 6.8085294976e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="32",type="Processor"} 0 node_cooling_device_cur_state{name="33",type="Processor"} 0 node_cooling_device_cur_state{name="34",type="Processor"} 0 node_cooling_device_cur_state{name="35",type="Processor"} 0 node_cooling_device_cur_state{name="36",type="Processor"} 0 node_cooling_device_cur_state{name="37",type="Processor"} 0 node_cooling_device_cur_state{name="38",type="Processor"} 0 node_cooling_device_cur_state{name="39",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="40",type="Processor"} 0 node_cooling_device_cur_state{name="41",type="Processor"} 0 node_cooling_device_cur_state{name="42",type="Processor"} 0 node_cooling_device_cur_state{name="43",type="Processor"} 0 node_cooling_device_cur_state{name="44",type="Processor"} 0 node_cooling_device_cur_state{name="45",type="Processor"} 0 node_cooling_device_cur_state{name="46",type="Processor"} 0 node_cooling_device_cur_state{name="47",type="Processor"} 0 node_cooling_device_cur_state{name="48",type="Processor"} 0 node_cooling_device_cur_state{name="49",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="50",type="Processor"} 0 node_cooling_device_cur_state{name="51",type="Processor"} 0 node_cooling_device_cur_state{name="52",type="Processor"} 0 node_cooling_device_cur_state{name="53",type="Processor"} 0 node_cooling_device_cur_state{name="54",type="Processor"} 0 node_cooling_device_cur_state{name="55",type="Processor"} 0 node_cooling_device_cur_state{name="56",type="Processor"} 0 node_cooling_device_cur_state{name="57",type="Processor"} 0 node_cooling_device_cur_state{name="58",type="Processor"} 0 node_cooling_device_cur_state{name="59",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="60",type="Processor"} 0 node_cooling_device_cur_state{name="61",type="Processor"} 0 node_cooling_device_cur_state{name="62",type="Processor"} 0 node_cooling_device_cur_state{name="63",type="Processor"} 0 node_cooling_device_cur_state{name="64",type="Processor"} 0 node_cooling_device_cur_state{name="65",type="Processor"} 0 node_cooling_device_cur_state{name="66",type="Processor"} 0 node_cooling_device_cur_state{name="67",type="Processor"} 0 node_cooling_device_cur_state{name="68",type="Processor"} 0 node_cooling_device_cur_state{name="69",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="70",type="Processor"} 0 node_cooling_device_cur_state{name="71",type="Processor"} 0 node_cooling_device_cur_state{name="72",type="Processor"} 0 node_cooling_device_cur_state{name="73",type="Processor"} 0 node_cooling_device_cur_state{name="74",type="Processor"} 0 node_cooling_device_cur_state{name="75",type="Processor"} 0 node_cooling_device_cur_state{name="76",type="Processor"} 0 node_cooling_device_cur_state{name="77",type="Processor"} 0 node_cooling_device_cur_state{name="78",type="Processor"} 0 node_cooling_device_cur_state{name="79",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="80",type="Processor"} 0 node_cooling_device_cur_state{name="81",type="Processor"} 0 node_cooling_device_cur_state{name="82",type="Processor"} 0 node_cooling_device_cur_state{name="83",type="Processor"} 0 node_cooling_device_cur_state{name="84",type="Processor"} 0 node_cooling_device_cur_state{name="85",type="Processor"} 0 node_cooling_device_cur_state{name="86",type="Processor"} 0 node_cooling_device_cur_state{name="87",type="Processor"} 0 node_cooling_device_cur_state{name="88",type="intel_powerclamp"} -1 node_cooling_device_cur_state{name="9",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",type="Processor"} 0 node_cooling_device_max_state{name="16",type="Processor"} 0 node_cooling_device_max_state{name="17",type="Processor"} 0 node_cooling_device_max_state{name="18",type="Processor"} 0 node_cooling_device_max_state{name="19",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="20",type="Processor"} 0 node_cooling_device_max_state{name="21",type="Processor"} 0 node_cooling_device_max_state{name="22",type="Processor"} 0 node_cooling_device_max_state{name="23",type="Processor"} 0 node_cooling_device_max_state{name="24",type="Processor"} 0 node_cooling_device_max_state{name="25",type="Processor"} 0 node_cooling_device_max_state{name="26",type="Processor"} 0 node_cooling_device_max_state{name="27",type="Processor"} 0 node_cooling_device_max_state{name="28",type="Processor"} 0 node_cooling_device_max_state{name="29",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="30",type="Processor"} 0 node_cooling_device_max_state{name="31",type="Processor"} 0 node_cooling_device_max_state{name="32",type="Processor"} 0 node_cooling_device_max_state{name="33",type="Processor"} 0 node_cooling_device_max_state{name="34",type="Processor"} 0 node_cooling_device_max_state{name="35",type="Processor"} 0 node_cooling_device_max_state{name="36",type="Processor"} 0 node_cooling_device_max_state{name="37",type="Processor"} 0 node_cooling_device_max_state{name="38",type="Processor"} 0 node_cooling_device_max_state{name="39",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="40",type="Processor"} 0 node_cooling_device_max_state{name="41",type="Processor"} 0 node_cooling_device_max_state{name="42",type="Processor"} 0 node_cooling_device_max_state{name="43",type="Processor"} 0 node_cooling_device_max_state{name="44",type="Processor"} 0 node_cooling_device_max_state{name="45",type="Processor"} 0 node_cooling_device_max_state{name="46",type="Processor"} 0 node_cooling_device_max_state{name="47",type="Processor"} 0 node_cooling_device_max_state{name="48",type="Processor"} 0 node_cooling_device_max_state{name="49",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="50",type="Processor"} 0 node_cooling_device_max_state{name="51",type="Processor"} 0 node_cooling_device_max_state{name="52",type="Processor"} 0 node_cooling_device_max_state{name="53",type="Processor"} 0 node_cooling_device_max_state{name="54",type="Processor"} 0 node_cooling_device_max_state{name="55",type="Processor"} 0 node_cooling_device_max_state{name="56",type="Processor"} 0 node_cooling_device_max_state{name="57",type="Processor"} 0 node_cooling_device_max_state{name="58",type="Processor"} 0 node_cooling_device_max_state{name="59",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="60",type="Processor"} 0 node_cooling_device_max_state{name="61",type="Processor"} 0 node_cooling_device_max_state{name="62",type="Processor"} 0 node_cooling_device_max_state{name="63",type="Processor"} 0 node_cooling_device_max_state{name="64",type="Processor"} 0 node_cooling_device_max_state{name="65",type="Processor"} 0 node_cooling_device_max_state{name="66",type="Processor"} 0 node_cooling_device_max_state{name="67",type="Processor"} 0 node_cooling_device_max_state{name="68",type="Processor"} 0 node_cooling_device_max_state{name="69",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="70",type="Processor"} 0 node_cooling_device_max_state{name="71",type="Processor"} 0 node_cooling_device_max_state{name="72",type="Processor"} 0 node_cooling_device_max_state{name="73",type="Processor"} 0 node_cooling_device_max_state{name="74",type="Processor"} 0 node_cooling_device_max_state{name="75",type="Processor"} 0 node_cooling_device_max_state{name="76",type="Processor"} 0 node_cooling_device_max_state{name="77",type="Processor"} 0 node_cooling_device_max_state{name="78",type="Processor"} 0 node_cooling_device_max_state{name="79",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="80",type="Processor"} 0 node_cooling_device_max_state{name="81",type="Processor"} 0 node_cooling_device_max_state{name="82",type="Processor"} 0 node_cooling_device_max_state{name="83",type="Processor"} 0 node_cooling_device_max_state{name="84",type="Processor"} 0 node_cooling_device_max_state{name="85",type="Processor"} 0 node_cooling_device_max_state{name="86",type="Processor"} 0 node_cooling_device_max_state{name="87",type="Processor"} 0 node_cooling_device_max_state{name="88",type="intel_powerclamp"} 50 node_cooling_device_max_state{name="9",type="Processor"} 0 # HELP node_cpu_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.217441e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 1.2e+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.199266e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 1.199545e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 2e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 1.200009e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 1.198649e+09 node_cpu_scaling_frequency_hertz{cpu="25"} 1.199118e+09 node_cpu_scaling_frequency_hertz{cpu="26"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 2.3e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 1.199577e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 1.198935e+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.198733e+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.198951e+09 node_cpu_scaling_frequency_hertz{cpu="40"} 1.198727e+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.198094e+09 node_cpu_scaling_frequency_hertz{cpu="45"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 1.198471e+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.2e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 1.198838e+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.198748e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="57"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="58"} 1.198761e+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.2e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="67"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 1.790753e+09 node_cpu_scaling_frequency_hertz{cpu="69"} 1.198352e+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.8e+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.6e+09 node_cpu_scaling_frequency_hertz{cpu="75"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="76"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="77"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="78"} 1.9e+09 node_cpu_scaling_frequency_hertz{cpu="79"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="80"} 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.199613e+09 node_cpu_scaling_frequency_hertz{cpu="85"} 1.198637e+09 node_cpu_scaling_frequency_hertz{cpu="86"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="87"} 1.2e+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"} 6.10342617e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 5268.2 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 0.48 node_cpu_seconds_total{cpu="0",mode="softirq"} 5944.54 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 26118.44 node_cpu_seconds_total{cpu="0",mode="user"} 120371.01 node_cpu_seconds_total{cpu="1",mode="idle"} 6.17707909e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 10356.08 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 0.6 node_cpu_seconds_total{cpu="1",mode="softirq"} 4739.27 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 26016.5 node_cpu_seconds_total{cpu="1",mode="user"} 90222.51 node_cpu_seconds_total{cpu="10",mode="idle"} 6.25375499e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 6673.03 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 0.05 node_cpu_seconds_total{cpu="10",mode="softirq"} 2305.37 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 16368.22 node_cpu_seconds_total{cpu="10",mode="user"} 42553.2 node_cpu_seconds_total{cpu="11",mode="idle"} 6.25763212e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 6600.77 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 0.25 node_cpu_seconds_total{cpu="11",mode="softirq"} 2362.31 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 15552.22 node_cpu_seconds_total{cpu="11",mode="user"} 40912.84 node_cpu_seconds_total{cpu="12",mode="idle"} 6.2588017e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 7315.44 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 0.05 node_cpu_seconds_total{cpu="12",mode="softirq"} 1969.11 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 14940.84 node_cpu_seconds_total{cpu="12",mode="user"} 40956.09 node_cpu_seconds_total{cpu="13",mode="idle"} 6.26201582e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 7679.46 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 0.13 node_cpu_seconds_total{cpu="13",mode="softirq"} 1524.6 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 14161.99 node_cpu_seconds_total{cpu="13",mode="user"} 38721.04 node_cpu_seconds_total{cpu="14",mode="idle"} 6.26172355e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 7411.53 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 0.25 node_cpu_seconds_total{cpu="14",mode="softirq"} 1478.03 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 14067.75 node_cpu_seconds_total{cpu="14",mode="user"} 39492.4 node_cpu_seconds_total{cpu="15",mode="idle"} 6.26447491e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 7317.51 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 0.24 node_cpu_seconds_total{cpu="15",mode="softirq"} 1354.11 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 14031.94 node_cpu_seconds_total{cpu="15",mode="user"} 37001.19 node_cpu_seconds_total{cpu="16",mode="idle"} 6.26744563e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 7246.48 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 0.04 node_cpu_seconds_total{cpu="16",mode="softirq"} 1225.42 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 13294 node_cpu_seconds_total{cpu="16",mode="user"} 35316.04 node_cpu_seconds_total{cpu="17",mode="idle"} 6.26629227e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 7532.16 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 0.21 node_cpu_seconds_total{cpu="17",mode="softirq"} 1147.02 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 13570.8 node_cpu_seconds_total{cpu="17",mode="user"} 35688.33 node_cpu_seconds_total{cpu="18",mode="idle"} 6.26908916e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 7139.34 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 0.05 node_cpu_seconds_total{cpu="18",mode="softirq"} 1063.26 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 13065.15 node_cpu_seconds_total{cpu="18",mode="user"} 34375.05 node_cpu_seconds_total{cpu="19",mode="idle"} 6.26981341e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 7337.83 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 0.18 node_cpu_seconds_total{cpu="19",mode="softirq"} 986.54 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 12712.09 node_cpu_seconds_total{cpu="19",mode="user"} 33880.92 node_cpu_seconds_total{cpu="2",mode="idle"} 6.20675923e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 10238.85 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 0.97 node_cpu_seconds_total{cpu="2",mode="softirq"} 3714.71 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 22236.54 node_cpu_seconds_total{cpu="2",mode="user"} 73731.07 node_cpu_seconds_total{cpu="20",mode="idle"} 6.27064241e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 6842.33 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 0.12 node_cpu_seconds_total{cpu="20",mode="softirq"} 1032.96 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 12923.4 node_cpu_seconds_total{cpu="20",mode="user"} 33129.9 node_cpu_seconds_total{cpu="21",mode="idle"} 6.27187798e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 6730.95 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 0.22 node_cpu_seconds_total{cpu="21",mode="softirq"} 975.5 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 12613.89 node_cpu_seconds_total{cpu="21",mode="user"} 32561.43 node_cpu_seconds_total{cpu="22",mode="idle"} 6.09856397e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 8090.86 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 0.52 node_cpu_seconds_total{cpu="22",mode="softirq"} 6165.48 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 29003.19 node_cpu_seconds_total{cpu="22",mode="user"} 174097.26 node_cpu_seconds_total{cpu="23",mode="idle"} 6.18450979e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 8944.41 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 0.24 node_cpu_seconds_total{cpu="23",mode="softirq"} 4068.53 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 25549.04 node_cpu_seconds_total{cpu="23",mode="user"} 91112.66 node_cpu_seconds_total{cpu="24",mode="idle"} 6.21420163e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 8998.54 node_cpu_seconds_total{cpu="24",mode="irq"} 0 node_cpu_seconds_total{cpu="24",mode="nice"} 0.27 node_cpu_seconds_total{cpu="24",mode="softirq"} 3055.9 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 21722.96 node_cpu_seconds_total{cpu="24",mode="user"} 69890.3 node_cpu_seconds_total{cpu="25",mode="idle"} 6.23294872e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 7825.06 node_cpu_seconds_total{cpu="25",mode="irq"} 0 node_cpu_seconds_total{cpu="25",mode="nice"} 0.42 node_cpu_seconds_total{cpu="25",mode="softirq"} 2400.8 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 19422.52 node_cpu_seconds_total{cpu="25",mode="user"} 57254.6 node_cpu_seconds_total{cpu="26",mode="idle"} 6.23376942e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 8253.54 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"} 1829.48 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 19947.25 node_cpu_seconds_total{cpu="26",mode="user"} 54595.87 node_cpu_seconds_total{cpu="27",mode="idle"} 6.25267246e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 6874.23 node_cpu_seconds_total{cpu="27",mode="irq"} 0 node_cpu_seconds_total{cpu="27",mode="nice"} 0.3 node_cpu_seconds_total{cpu="27",mode="softirq"} 1347.6 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 16205.43 node_cpu_seconds_total{cpu="27",mode="user"} 43421.39 node_cpu_seconds_total{cpu="28",mode="idle"} 6.25562707e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 7561.18 node_cpu_seconds_total{cpu="28",mode="irq"} 0 node_cpu_seconds_total{cpu="28",mode="nice"} 0.2 node_cpu_seconds_total{cpu="28",mode="softirq"} 1155.37 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 16223.92 node_cpu_seconds_total{cpu="28",mode="user"} 41890.21 node_cpu_seconds_total{cpu="29",mode="idle"} 6.25247554e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 7483.41 node_cpu_seconds_total{cpu="29",mode="irq"} 0 node_cpu_seconds_total{cpu="29",mode="nice"} 0.34 node_cpu_seconds_total{cpu="29",mode="softirq"} 898.76 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 17406.36 node_cpu_seconds_total{cpu="29",mode="user"} 41852.64 node_cpu_seconds_total{cpu="3",mode="idle"} 6.22180975e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 9852.36 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 0.81 node_cpu_seconds_total{cpu="3",mode="softirq"} 3070.2 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 20276.45 node_cpu_seconds_total{cpu="3",mode="user"} 64474.64 node_cpu_seconds_total{cpu="30",mode="idle"} 6.26275808e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 7051.96 node_cpu_seconds_total{cpu="30",mode="irq"} 0 node_cpu_seconds_total{cpu="30",mode="nice"} 0.37 node_cpu_seconds_total{cpu="30",mode="softirq"} 741.32 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 15184.4 node_cpu_seconds_total{cpu="30",mode="user"} 36797.25 node_cpu_seconds_total{cpu="31",mode="idle"} 6.26924112e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 6309.4 node_cpu_seconds_total{cpu="31",mode="irq"} 0 node_cpu_seconds_total{cpu="31",mode="nice"} 0.06 node_cpu_seconds_total{cpu="31",mode="softirq"} 662.37 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 13971.87 node_cpu_seconds_total{cpu="31",mode="user"} 33324.43 node_cpu_seconds_total{cpu="32",mode="idle"} 6.26331911e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 6800.63 node_cpu_seconds_total{cpu="32",mode="irq"} 0 node_cpu_seconds_total{cpu="32",mode="nice"} 0.18 node_cpu_seconds_total{cpu="32",mode="softirq"} 566.17 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 15521.25 node_cpu_seconds_total{cpu="32",mode="user"} 35351.46 node_cpu_seconds_total{cpu="33",mode="idle"} 6.27202481e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 6420.68 node_cpu_seconds_total{cpu="33",mode="irq"} 0 node_cpu_seconds_total{cpu="33",mode="nice"} 0.07 node_cpu_seconds_total{cpu="33",mode="softirq"} 511.3 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 13690.29 node_cpu_seconds_total{cpu="33",mode="user"} 30757.37 node_cpu_seconds_total{cpu="34",mode="idle"} 6.27333776e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 6964.7 node_cpu_seconds_total{cpu="34",mode="irq"} 0 node_cpu_seconds_total{cpu="34",mode="nice"} 0.16 node_cpu_seconds_total{cpu="34",mode="softirq"} 521.76 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 13342.58 node_cpu_seconds_total{cpu="34",mode="user"} 30255.24 node_cpu_seconds_total{cpu="35",mode="idle"} 6.27436293e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 7176.2 node_cpu_seconds_total{cpu="35",mode="irq"} 0 node_cpu_seconds_total{cpu="35",mode="nice"} 0.22 node_cpu_seconds_total{cpu="35",mode="softirq"} 465.54 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 12786.42 node_cpu_seconds_total{cpu="35",mode="user"} 29655.76 node_cpu_seconds_total{cpu="36",mode="idle"} 6.26993803e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 7619.51 node_cpu_seconds_total{cpu="36",mode="irq"} 0 node_cpu_seconds_total{cpu="36",mode="nice"} 0.4 node_cpu_seconds_total{cpu="36",mode="softirq"} 497.45 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 13633.51 node_cpu_seconds_total{cpu="36",mode="user"} 32091.23 node_cpu_seconds_total{cpu="37",mode="idle"} 6.27593552e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 6959.92 node_cpu_seconds_total{cpu="37",mode="irq"} 0 node_cpu_seconds_total{cpu="37",mode="nice"} 0.12 node_cpu_seconds_total{cpu="37",mode="softirq"} 460.87 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 12747.08 node_cpu_seconds_total{cpu="37",mode="user"} 28538.85 node_cpu_seconds_total{cpu="38",mode="idle"} 6.27772683e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 6778.4 node_cpu_seconds_total{cpu="38",mode="irq"} 0 node_cpu_seconds_total{cpu="38",mode="nice"} 0.22 node_cpu_seconds_total{cpu="38",mode="softirq"} 441.44 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 12233.87 node_cpu_seconds_total{cpu="38",mode="user"} 27652.95 node_cpu_seconds_total{cpu="39",mode="idle"} 6.27841256e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 6805.51 node_cpu_seconds_total{cpu="39",mode="irq"} 0 node_cpu_seconds_total{cpu="39",mode="nice"} 0 node_cpu_seconds_total{cpu="39",mode="softirq"} 415.92 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 12003.6 node_cpu_seconds_total{cpu="39",mode="user"} 27475.74 node_cpu_seconds_total{cpu="4",mode="idle"} 6.22667089e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 9378.7 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 0.94 node_cpu_seconds_total{cpu="4",mode="softirq"} 2442.53 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 20164.63 node_cpu_seconds_total{cpu="4",mode="user"} 60010.99 node_cpu_seconds_total{cpu="40",mode="idle"} 6.28023311e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 6582.18 node_cpu_seconds_total{cpu="40",mode="irq"} 0 node_cpu_seconds_total{cpu="40",mode="nice"} 0.18 node_cpu_seconds_total{cpu="40",mode="softirq"} 390.12 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 11760.23 node_cpu_seconds_total{cpu="40",mode="user"} 26468.26 node_cpu_seconds_total{cpu="41",mode="idle"} 6.27994447e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 6750.17 node_cpu_seconds_total{cpu="41",mode="irq"} 0 node_cpu_seconds_total{cpu="41",mode="nice"} 0.23 node_cpu_seconds_total{cpu="41",mode="softirq"} 376.35 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 11535.84 node_cpu_seconds_total{cpu="41",mode="user"} 26727.81 node_cpu_seconds_total{cpu="42",mode="idle"} 6.28050626e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 6599.39 node_cpu_seconds_total{cpu="42",mode="irq"} 0 node_cpu_seconds_total{cpu="42",mode="nice"} 0.18 node_cpu_seconds_total{cpu="42",mode="softirq"} 399.55 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 11763.52 node_cpu_seconds_total{cpu="42",mode="user"} 25955.39 node_cpu_seconds_total{cpu="43",mode="idle"} 6.27983086e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 6670.06 node_cpu_seconds_total{cpu="43",mode="irq"} 0 node_cpu_seconds_total{cpu="43",mode="nice"} 0.14 node_cpu_seconds_total{cpu="43",mode="softirq"} 384.98 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 11648.95 node_cpu_seconds_total{cpu="43",mode="user"} 26763.34 node_cpu_seconds_total{cpu="44",mode="idle"} 6.24369237e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 8739.15 node_cpu_seconds_total{cpu="44",mode="irq"} 0 node_cpu_seconds_total{cpu="44",mode="nice"} 0.07 node_cpu_seconds_total{cpu="44",mode="softirq"} 1946.7 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 12705.78 node_cpu_seconds_total{cpu="44",mode="user"} 57527.09 node_cpu_seconds_total{cpu="45",mode="idle"} 6.26888171e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 10358.37 node_cpu_seconds_total{cpu="45",mode="irq"} 0 node_cpu_seconds_total{cpu="45",mode="nice"} 0 node_cpu_seconds_total{cpu="45",mode="softirq"} 1083.44 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 12556.97 node_cpu_seconds_total{cpu="45",mode="user"} 31650.39 node_cpu_seconds_total{cpu="46",mode="idle"} 6.27367486e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 10693 node_cpu_seconds_total{cpu="46",mode="irq"} 0 node_cpu_seconds_total{cpu="46",mode="nice"} 0.25 node_cpu_seconds_total{cpu="46",mode="softirq"} 902 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 11653.97 node_cpu_seconds_total{cpu="46",mode="user"} 28185.71 node_cpu_seconds_total{cpu="47",mode="idle"} 6.27662613e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 10716.75 node_cpu_seconds_total{cpu="47",mode="irq"} 0 node_cpu_seconds_total{cpu="47",mode="nice"} 0.2 node_cpu_seconds_total{cpu="47",mode="softirq"} 781.94 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 11272.38 node_cpu_seconds_total{cpu="47",mode="user"} 26158.22 node_cpu_seconds_total{cpu="48",mode="idle"} 6.27756844e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 10634.28 node_cpu_seconds_total{cpu="48",mode="irq"} 0 node_cpu_seconds_total{cpu="48",mode="nice"} 0.01 node_cpu_seconds_total{cpu="48",mode="softirq"} 682.65 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 11334.5 node_cpu_seconds_total{cpu="48",mode="user"} 25583.17 node_cpu_seconds_total{cpu="49",mode="idle"} 6.27986287e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 10124.72 node_cpu_seconds_total{cpu="49",mode="irq"} 0 node_cpu_seconds_total{cpu="49",mode="nice"} 0.13 node_cpu_seconds_total{cpu="49",mode="softirq"} 604.06 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 11054.6 node_cpu_seconds_total{cpu="49",mode="user"} 24230.5 node_cpu_seconds_total{cpu="5",mode="idle"} 6.24025666e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 8845.28 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 0.48 node_cpu_seconds_total{cpu="5",mode="softirq"} 2010.36 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 18057.48 node_cpu_seconds_total{cpu="5",mode="user"} 51796.63 node_cpu_seconds_total{cpu="50",mode="idle"} 6.27971731e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 10162.41 node_cpu_seconds_total{cpu="50",mode="irq"} 0 node_cpu_seconds_total{cpu="50",mode="nice"} 0.05 node_cpu_seconds_total{cpu="50",mode="softirq"} 588.75 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 11250.39 node_cpu_seconds_total{cpu="50",mode="user"} 24180.91 node_cpu_seconds_total{cpu="51",mode="idle"} 6.2735623e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 10012.92 node_cpu_seconds_total{cpu="51",mode="irq"} 0 node_cpu_seconds_total{cpu="51",mode="nice"} 0.12 node_cpu_seconds_total{cpu="51",mode="softirq"} 1290.58 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 11313.34 node_cpu_seconds_total{cpu="51",mode="user"} 24850.86 node_cpu_seconds_total{cpu="52",mode="idle"} 6.27355139e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 9077.31 node_cpu_seconds_total{cpu="52",mode="irq"} 0 node_cpu_seconds_total{cpu="52",mode="nice"} 0.23 node_cpu_seconds_total{cpu="52",mode="softirq"} 2502.49 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 10992.98 node_cpu_seconds_total{cpu="52",mode="user"} 23456.74 node_cpu_seconds_total{cpu="53",mode="idle"} 6.27183127e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 8487.17 node_cpu_seconds_total{cpu="53",mode="irq"} 0 node_cpu_seconds_total{cpu="53",mode="nice"} 0.14 node_cpu_seconds_total{cpu="53",mode="softirq"} 3212.56 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 11065.73 node_cpu_seconds_total{cpu="53",mode="user"} 24643.25 node_cpu_seconds_total{cpu="54",mode="idle"} 6.2650239e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 9000.79 node_cpu_seconds_total{cpu="54",mode="irq"} 0 node_cpu_seconds_total{cpu="54",mode="nice"} 0.28 node_cpu_seconds_total{cpu="54",mode="softirq"} 3598.74 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 12298.37 node_cpu_seconds_total{cpu="54",mode="user"} 28959.66 node_cpu_seconds_total{cpu="55",mode="idle"} 6.26646571e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 8690.03 node_cpu_seconds_total{cpu="55",mode="irq"} 0 node_cpu_seconds_total{cpu="55",mode="nice"} 0.03 node_cpu_seconds_total{cpu="55",mode="softirq"} 3760.46 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 11950.52 node_cpu_seconds_total{cpu="55",mode="user"} 28358.24 node_cpu_seconds_total{cpu="56",mode="idle"} 6.26731614e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 6635.74 node_cpu_seconds_total{cpu="56",mode="irq"} 0 node_cpu_seconds_total{cpu="56",mode="nice"} 0.21 node_cpu_seconds_total{cpu="56",mode="softirq"} 2003.34 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 13519.55 node_cpu_seconds_total{cpu="56",mode="user"} 34661.6 node_cpu_seconds_total{cpu="57",mode="idle"} 6.2738778e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 6189.91 node_cpu_seconds_total{cpu="57",mode="irq"} 0 node_cpu_seconds_total{cpu="57",mode="nice"} 0.32 node_cpu_seconds_total{cpu="57",mode="softirq"} 1358.28 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 12060.32 node_cpu_seconds_total{cpu="57",mode="user"} 32096.5 node_cpu_seconds_total{cpu="58",mode="idle"} 6.27742744e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 5832.42 node_cpu_seconds_total{cpu="58",mode="irq"} 0 node_cpu_seconds_total{cpu="58",mode="nice"} 0.18 node_cpu_seconds_total{cpu="58",mode="softirq"} 1132.64 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 11480.86 node_cpu_seconds_total{cpu="58",mode="user"} 30158.87 node_cpu_seconds_total{cpu="59",mode="idle"} 6.27454924e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 6063.68 node_cpu_seconds_total{cpu="59",mode="irq"} 0 node_cpu_seconds_total{cpu="59",mode="nice"} 0.16 node_cpu_seconds_total{cpu="59",mode="softirq"} 974.77 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 12467 node_cpu_seconds_total{cpu="59",mode="user"} 30158.2 node_cpu_seconds_total{cpu="6",mode="idle"} 6.24696001e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 8201.49 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 0.26 node_cpu_seconds_total{cpu="6",mode="softirq"} 1795.31 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 17058.99 node_cpu_seconds_total{cpu="6",mode="user"} 48077.32 node_cpu_seconds_total{cpu="60",mode="idle"} 6.27925416e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 6019.07 node_cpu_seconds_total{cpu="60",mode="irq"} 0 node_cpu_seconds_total{cpu="60",mode="nice"} 0.08 node_cpu_seconds_total{cpu="60",mode="softirq"} 875 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 11561.24 node_cpu_seconds_total{cpu="60",mode="user"} 27976.44 node_cpu_seconds_total{cpu="61",mode="idle"} 6.28413737e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 5591.11 node_cpu_seconds_total{cpu="61",mode="irq"} 0 node_cpu_seconds_total{cpu="61",mode="nice"} 0.1 node_cpu_seconds_total{cpu="61",mode="softirq"} 745.04 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 10463.59 node_cpu_seconds_total{cpu="61",mode="user"} 25425.02 node_cpu_seconds_total{cpu="62",mode="idle"} 6.27692955e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 6628.82 node_cpu_seconds_total{cpu="62",mode="irq"} 0 node_cpu_seconds_total{cpu="62",mode="nice"} 0.11 node_cpu_seconds_total{cpu="62",mode="softirq"} 712.98 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 12237.26 node_cpu_seconds_total{cpu="62",mode="user"} 28032.34 node_cpu_seconds_total{cpu="63",mode="idle"} 6.28086174e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 6530.68 node_cpu_seconds_total{cpu="63",mode="irq"} 0 node_cpu_seconds_total{cpu="63",mode="nice"} 0 node_cpu_seconds_total{cpu="63",mode="softirq"} 673.35 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 11261.33 node_cpu_seconds_total{cpu="63",mode="user"} 26424.42 node_cpu_seconds_total{cpu="64",mode="idle"} 6.27739536e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 6420.55 node_cpu_seconds_total{cpu="64",mode="irq"} 0 node_cpu_seconds_total{cpu="64",mode="nice"} 0.42 node_cpu_seconds_total{cpu="64",mode="softirq"} 671.65 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 12336.52 node_cpu_seconds_total{cpu="64",mode="user"} 27367.9 node_cpu_seconds_total{cpu="65",mode="idle"} 6.27973531e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 6321.16 node_cpu_seconds_total{cpu="65",mode="irq"} 0 node_cpu_seconds_total{cpu="65",mode="nice"} 0.42 node_cpu_seconds_total{cpu="65",mode="softirq"} 668.19 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 11829.49 node_cpu_seconds_total{cpu="65",mode="user"} 26715.39 node_cpu_seconds_total{cpu="66",mode="idle"} 6.26815602e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 10072.16 node_cpu_seconds_total{cpu="66",mode="irq"} 0 node_cpu_seconds_total{cpu="66",mode="nice"} 0.17 node_cpu_seconds_total{cpu="66",mode="softirq"} 541.4 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 11662.57 node_cpu_seconds_total{cpu="66",mode="user"} 34721.46 node_cpu_seconds_total{cpu="67",mode="idle"} 6.2762814e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 10992.9 node_cpu_seconds_total{cpu="67",mode="irq"} 0 node_cpu_seconds_total{cpu="67",mode="nice"} 0.34 node_cpu_seconds_total{cpu="67",mode="softirq"} 599.18 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 11901.32 node_cpu_seconds_total{cpu="67",mode="user"} 25695.81 node_cpu_seconds_total{cpu="68",mode="idle"} 6.27628819e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 11794.77 node_cpu_seconds_total{cpu="68",mode="irq"} 0 node_cpu_seconds_total{cpu="68",mode="nice"} 0.32 node_cpu_seconds_total{cpu="68",mode="softirq"} 584.41 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 11919.15 node_cpu_seconds_total{cpu="68",mode="user"} 24878.44 node_cpu_seconds_total{cpu="69",mode="idle"} 6.27624146e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 11692.33 node_cpu_seconds_total{cpu="69",mode="irq"} 0 node_cpu_seconds_total{cpu="69",mode="nice"} 0.19 node_cpu_seconds_total{cpu="69",mode="softirq"} 567.35 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 11939.07 node_cpu_seconds_total{cpu="69",mode="user"} 25229.16 node_cpu_seconds_total{cpu="7",mode="idle"} 6.24614098e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 8247.06 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 0.45 node_cpu_seconds_total{cpu="7",mode="softirq"} 1513.99 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 17553.8 node_cpu_seconds_total{cpu="7",mode="user"} 47081.04 node_cpu_seconds_total{cpu="70",mode="idle"} 6.27825633e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 11222.28 node_cpu_seconds_total{cpu="70",mode="irq"} 0 node_cpu_seconds_total{cpu="70",mode="nice"} 0.13 node_cpu_seconds_total{cpu="70",mode="softirq"} 498.18 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 11728.18 node_cpu_seconds_total{cpu="70",mode="user"} 24191.88 node_cpu_seconds_total{cpu="71",mode="idle"} 6.27793873e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 11642.24 node_cpu_seconds_total{cpu="71",mode="irq"} 0 node_cpu_seconds_total{cpu="71",mode="nice"} 0.11 node_cpu_seconds_total{cpu="71",mode="softirq"} 461.41 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 11455.77 node_cpu_seconds_total{cpu="71",mode="user"} 24279.31 node_cpu_seconds_total{cpu="72",mode="idle"} 6.2777967e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 11361.05 node_cpu_seconds_total{cpu="72",mode="irq"} 0 node_cpu_seconds_total{cpu="72",mode="nice"} 0.18 node_cpu_seconds_total{cpu="72",mode="softirq"} 458.49 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 11948.3 node_cpu_seconds_total{cpu="72",mode="user"} 24184.76 node_cpu_seconds_total{cpu="73",mode="idle"} 6.28037553e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 10510.86 node_cpu_seconds_total{cpu="73",mode="irq"} 0 node_cpu_seconds_total{cpu="73",mode="nice"} 0.04 node_cpu_seconds_total{cpu="73",mode="softirq"} 418.63 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 11499.33 node_cpu_seconds_total{cpu="73",mode="user"} 23162.18 node_cpu_seconds_total{cpu="74",mode="idle"} 6.27950565e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 10839.18 node_cpu_seconds_total{cpu="74",mode="irq"} 0 node_cpu_seconds_total{cpu="74",mode="nice"} 0.25 node_cpu_seconds_total{cpu="74",mode="softirq"} 382.5 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 11519.61 node_cpu_seconds_total{cpu="74",mode="user"} 23671.52 node_cpu_seconds_total{cpu="75",mode="idle"} 6.27558611e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 11268.78 node_cpu_seconds_total{cpu="75",mode="irq"} 0 node_cpu_seconds_total{cpu="75",mode="nice"} 0.05 node_cpu_seconds_total{cpu="75",mode="softirq"} 410.8 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 12142.95 node_cpu_seconds_total{cpu="75",mode="user"} 26011.88 node_cpu_seconds_total{cpu="76",mode="idle"} 6.27784001e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 10890.68 node_cpu_seconds_total{cpu="76",mode="irq"} 0 node_cpu_seconds_total{cpu="76",mode="nice"} 0.02 node_cpu_seconds_total{cpu="76",mode="softirq"} 379.46 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 11867.84 node_cpu_seconds_total{cpu="76",mode="user"} 24494.02 node_cpu_seconds_total{cpu="77",mode="idle"} 6.27707527e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 10963.3 node_cpu_seconds_total{cpu="77",mode="irq"} 0 node_cpu_seconds_total{cpu="77",mode="nice"} 0.08 node_cpu_seconds_total{cpu="77",mode="softirq"} 372.64 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 11961.9 node_cpu_seconds_total{cpu="77",mode="user"} 25143.69 node_cpu_seconds_total{cpu="78",mode="idle"} 6.27400698e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 8772.69 node_cpu_seconds_total{cpu="78",mode="irq"} 0 node_cpu_seconds_total{cpu="78",mode="nice"} 0.05 node_cpu_seconds_total{cpu="78",mode="softirq"} 353.04 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 13458.51 node_cpu_seconds_total{cpu="78",mode="user"} 26913.79 node_cpu_seconds_total{cpu="79",mode="idle"} 6.28000109e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 7764.88 node_cpu_seconds_total{cpu="79",mode="irq"} 0 node_cpu_seconds_total{cpu="79",mode="nice"} 0.15 node_cpu_seconds_total{cpu="79",mode="softirq"} 345.43 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 11985.45 node_cpu_seconds_total{cpu="79",mode="user"} 25111.91 node_cpu_seconds_total{cpu="8",mode="idle"} 6.25420816e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 7554.46 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 0.27 node_cpu_seconds_total{cpu="8",mode="softirq"} 1996.78 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 16310.29 node_cpu_seconds_total{cpu="8",mode="user"} 42250.22 node_cpu_seconds_total{cpu="80",mode="idle"} 6.28445625e+06 node_cpu_seconds_total{cpu="80",mode="iowait"} 6898.15 node_cpu_seconds_total{cpu="80",mode="irq"} 0 node_cpu_seconds_total{cpu="80",mode="nice"} 0 node_cpu_seconds_total{cpu="80",mode="softirq"} 340.32 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 11113.99 node_cpu_seconds_total{cpu="80",mode="user"} 22980.77 node_cpu_seconds_total{cpu="81",mode="idle"} 6.27687684e+06 node_cpu_seconds_total{cpu="81",mode="iowait"} 7304.67 node_cpu_seconds_total{cpu="81",mode="irq"} 0 node_cpu_seconds_total{cpu="81",mode="nice"} 0 node_cpu_seconds_total{cpu="81",mode="softirq"} 338.11 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 13031.2 node_cpu_seconds_total{cpu="81",mode="user"} 26171.97 node_cpu_seconds_total{cpu="82",mode="idle"} 6.28131277e+06 node_cpu_seconds_total{cpu="82",mode="iowait"} 7303.45 node_cpu_seconds_total{cpu="82",mode="irq"} 0 node_cpu_seconds_total{cpu="82",mode="nice"} 0.01 node_cpu_seconds_total{cpu="82",mode="softirq"} 345.26 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 11957.89 node_cpu_seconds_total{cpu="82",mode="user"} 24390.97 node_cpu_seconds_total{cpu="83",mode="idle"} 6.28370728e+06 node_cpu_seconds_total{cpu="83",mode="iowait"} 6767.37 node_cpu_seconds_total{cpu="83",mode="irq"} 0 node_cpu_seconds_total{cpu="83",mode="nice"} 0.06 node_cpu_seconds_total{cpu="83",mode="softirq"} 323 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 11294.86 node_cpu_seconds_total{cpu="83",mode="user"} 23898.93 node_cpu_seconds_total{cpu="84",mode="idle"} 6.27655607e+06 node_cpu_seconds_total{cpu="84",mode="iowait"} 7398.84 node_cpu_seconds_total{cpu="84",mode="irq"} 0 node_cpu_seconds_total{cpu="84",mode="nice"} 0.14 node_cpu_seconds_total{cpu="84",mode="softirq"} 332.33 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 12871 node_cpu_seconds_total{cpu="84",mode="user"} 27061.69 node_cpu_seconds_total{cpu="85",mode="idle"} 6.28036723e+06 node_cpu_seconds_total{cpu="85",mode="iowait"} 7492.95 node_cpu_seconds_total{cpu="85",mode="irq"} 0 node_cpu_seconds_total{cpu="85",mode="nice"} 0.04 node_cpu_seconds_total{cpu="85",mode="softirq"} 335.59 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 11841 node_cpu_seconds_total{cpu="85",mode="user"} 25402.75 node_cpu_seconds_total{cpu="86",mode="idle"} 6.27612589e+06 node_cpu_seconds_total{cpu="86",mode="iowait"} 7460.31 node_cpu_seconds_total{cpu="86",mode="irq"} 0 node_cpu_seconds_total{cpu="86",mode="nice"} 0 node_cpu_seconds_total{cpu="86",mode="softirq"} 351.63 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 13133.21 node_cpu_seconds_total{cpu="86",mode="user"} 26647.66 node_cpu_seconds_total{cpu="87",mode="idle"} 6.27929062e+06 node_cpu_seconds_total{cpu="87",mode="iowait"} 6962.44 node_cpu_seconds_total{cpu="87",mode="irq"} 0 node_cpu_seconds_total{cpu="87",mode="nice"} 0.16 node_cpu_seconds_total{cpu="87",mode="softirq"} 355.25 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 12168.57 node_cpu_seconds_total{cpu="87",mode="user"} 26394.52 node_cpu_seconds_total{cpu="9",mode="idle"} 6.25445037e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 7070.06 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 0.22 node_cpu_seconds_total{cpu="9",mode="softirq"} 2325.17 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 16162.88 node_cpu_seconds_total{cpu="9",mode="user"} 42670.9 # 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"} 474.468 node_disk_discard_time_seconds_total{device="nvme0n1"} 405.706 node_disk_discard_time_seconds_total{device="nvme1n1"} 378.785 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"} 3.934844112e+09 node_disk_discarded_sectors_total{device="nvme0n1"} 3.934844112e+09 node_disk_discarded_sectors_total{device="nvme1n1"} 3.934844112e+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"} 280843 node_disk_discards_completed_total{device="nvme0n1"} 280795 node_disk_discards_completed_total{device="nvme1n1"} 280795 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"} 48 node_disk_discards_merged_total{device="nvme1n1"} 48 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"} 32482.08 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 32773.569 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"} 9.4971813e+07 node_disk_flush_requests_total{device="nvme1n1"} 9.4971813e+07 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"} 0 node_disk_io_now{device="sda"} 17 # 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"} 210710.064 node_disk_io_time_seconds_total{device="nvme0n1"} 204634.932 node_disk_io_time_seconds_total{device="nvme1n1"} 69492.404 node_disk_io_time_seconds_total{device="sda"} 420188.81200000003 # 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.884153096e+06 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 325561.097 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 175863.877 node_disk_io_time_weighted_seconds_total{device="sda"} 2.967903164e+06 # 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.1101620405248e+13 node_disk_read_bytes_total{device="nvme0n1"} 1.4569781036032e+13 node_disk_read_bytes_total{device="nvme1n1"} 4.53289226496e+12 node_disk_read_bytes_total{device="sda"} 1.68093914112e+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"} 154457.532 node_disk_read_time_seconds_total{device="nvme0n1"} 165198.876 node_disk_read_time_seconds_total{device="nvme1n1"} 14960.616 node_disk_read_time_seconds_total{device="sda"} 8717.349 # 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.158391355e+09 node_disk_reads_completed_total{device="nvme0n1"} 1.147989269e+09 node_disk_reads_completed_total{device="nvme1n1"} 4.0777565e+07 node_disk_reads_completed_total{device="sda"} 5.580665e+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.5899815e+07 node_disk_reads_merged_total{device="nvme1n1"} 4.5811292e+07 node_disk_reads_merged_total{device="sda"} 1.027797e+06 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="md0"} 3.729221096e+06 node_disk_write_time_seconds_total{device="nvme0n1"} 127474.43400000001 node_disk_write_time_seconds_total{device="nvme1n1"} 127750.905 node_disk_write_time_seconds_total{device="sda"} 2.9591858140000002e+06 # 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"} 3.95829117e+08 node_disk_writes_completed_total{device="nvme0n1"} 3.27099287e+08 node_disk_writes_completed_total{device="nvme1n1"} 3.27076782e+08 node_disk_writes_completed_total{device="sda"} 4.13469376e+08 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="md0"} 0 node_disk_writes_merged_total{device="nvme0n1"} 1.63701646e+08 node_disk_writes_merged_total{device="nvme1n1"} 1.63724151e+08 node_disk_writes_merged_total{device="sda"} 2.019796807e+09 # 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"} 4.873486528512e+12 node_disk_written_bytes_total{device="nvme0n1"} 4.948558239744e+12 node_disk_written_bytes_total{device="nvme1n1"} 4.948558239744e+12 node_disk_written_bytes_total{device="sda"} 1.0624666907648e+13 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="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 25520 # 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.685711929344e+12 node_filesystem_avail_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.685711929344e+12 node_filesystem_avail_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 1.685711929344e+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.21595977e+08 node_filesystem_files_free{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.21595977e+08 node_filesystem_files_free{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 1.21595977e+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.785741832192e+12 node_filesystem_free_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.785741832192e+12 node_filesystem_free_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 1.785741832192e+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.25188125e+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"} 151 # 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"} 52 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp1"} 33.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp3"} 42.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 32.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp3"} 41.85 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp1"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp11"} 31 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"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp19"} 28 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"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp23"} 29 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"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp30"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp7"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp1"} 34 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp10"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp11"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp12"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp13"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp14"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp18"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp19"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp2"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp20"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp21"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp22"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp23"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp26"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp27"} 30 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp28"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp29"} 28 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp3"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp30"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp4"} 31 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp5"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp6"} 29 node_hwmon_temp_celsius{chip="platform_coretemp_1",sensor="temp7"} 30 # 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 3.2612700918e+10 # HELP node_ipvs_connections_total The total number of connections made. # TYPE node_ipvs_connections_total counter node_ipvs_connections_total 0 # HELP node_ipvs_incoming_bytes_total The total amount of incoming data. # TYPE node_ipvs_incoming_bytes_total counter node_ipvs_incoming_bytes_total 0 # HELP node_ipvs_incoming_packets_total The total number of incoming packets. # TYPE node_ipvs_incoming_packets_total counter node_ipvs_incoming_packets_total 0 # HELP node_ipvs_outgoing_bytes_total The total amount of outgoing data. # TYPE node_ipvs_outgoing_bytes_total counter node_ipvs_outgoing_bytes_total 0 # HELP node_ipvs_outgoing_packets_total The total number of outgoing packets. # TYPE node_ipvs_outgoing_packets_total counter node_ipvs_outgoing_packets_total 0 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 2.86 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 3.08 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 3.18 # HELP node_md_blocks Total number of blocks on device. # TYPE node_md_blocks gauge node_md_blocks{device="md0"} 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.4434496512e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 4.3780988928e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 2.9346492416e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 4.158652416e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.1856728064e+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 5.6511488e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.61324935168e+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 6.8746575872e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.83325831168e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 3.0142365696e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 8.60352512e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 184320 # 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.2996440064e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.35514130432e+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 2.22517690368e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 4.9053696e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.4793560064e+10 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 3.70373607424e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 9.9129675776e+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 3.08072448e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.45243648e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.2078439424e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.965352448e+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.5111917568e+10 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.5043791872e+10 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 1.8776064e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 1.988608e+07 # 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.86637824e+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 360448 # 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 1 # 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 992 # 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 369252 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 6.264248e+06 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2605 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 5252 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 23 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 2 # 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"} 408465 node_network_iface_id{device="eth1"} 408467 node_network_iface_id{device="eth2"} 408471 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"} 408466 node_network_iface_link{device="eth1"} 408468 node_network_iface_link{device="eth2"} 408472 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:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:42:0a:00:01:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:64:0e:2a:0f:b7",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"} 5364 node_network_receive_bytes_total{device="eth1"} 12052 node_network_receive_bytes_total{device="eth2"} 415250 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="eth1"} 0 node_network_receive_compressed_total{device="eth2"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="eth1"} 0 node_network_receive_drop_total{device="eth2"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="eth1"} 0 node_network_receive_errs_total{device="eth2"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="eth1"} 0 node_network_receive_fifo_total{device="eth2"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="eth1"} 0 node_network_receive_frame_total{device="eth2"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="eth1"} 0 node_network_receive_multicast_total{device="eth2"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="eth1"} 0 node_network_receive_nohandler_total{device="eth2"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 63 node_network_receive_packets_total{device="eth1"} 274 node_network_receive_packets_total{device="eth2"} 2882 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"} 7306 node_network_transmit_bytes_total{device="eth1"} 126 node_network_transmit_bytes_total{device="eth2"} 6.291816e+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"} 30 node_network_transmit_packets_total{device="eth1"} 3 node_network_transmit_packets_total{device="eth2"} 2341 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 113721.558138 # 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 149336.147799 # 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 150232.32477399998 # 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 145766.76115799998 # 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 146720.989336 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 2 # 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"} 158500.016987304 node_schedstat_running_seconds_total{cpu="1"} 126249.706084818 node_schedstat_running_seconds_total{cpu="10"} 64627.11199091 node_schedstat_running_seconds_total{cpu="11"} 62198.839684504 node_schedstat_running_seconds_total{cpu="12"} 60770.258016108 node_schedstat_running_seconds_total{cpu="13"} 57378.915705577 node_schedstat_running_seconds_total{cpu="14"} 57995.563721551 node_schedstat_running_seconds_total{cpu="15"} 55294.574043235 node_schedstat_running_seconds_total{cpu="16"} 52681.254699878 node_schedstat_running_seconds_total{cpu="17"} 53334.557448868 node_schedstat_running_seconds_total{cpu="18"} 51151.483696365 node_schedstat_running_seconds_total{cpu="19"} 50354.492564613 node_schedstat_running_seconds_total{cpu="2"} 104484.418937213 node_schedstat_running_seconds_total{cpu="20"} 49907.795952566 node_schedstat_running_seconds_total{cpu="21"} 48870.378093449 node_schedstat_running_seconds_total{cpu="22"} 215673.392800555 node_schedstat_running_seconds_total{cpu="23"} 126473.429342689 node_schedstat_running_seconds_total{cpu="24"} 99895.202073455 node_schedstat_running_seconds_total{cpu="25"} 83944.459953174 node_schedstat_running_seconds_total{cpu="26"} 80837.018270781 node_schedstat_running_seconds_total{cpu="27"} 65974.397743996 node_schedstat_running_seconds_total{cpu="28"} 63078.393896878 node_schedstat_running_seconds_total{cpu="29"} 64155.063928665 node_schedstat_running_seconds_total{cpu="3"} 92265.617511726 node_schedstat_running_seconds_total{cpu="30"} 56499.585574867 node_schedstat_running_seconds_total{cpu="31"} 51419.187715997 node_schedstat_running_seconds_total{cpu="32"} 54897.587578881 node_schedstat_running_seconds_total{cpu="33"} 48429.013356618 node_schedstat_running_seconds_total{cpu="34"} 47029.98537699 node_schedstat_running_seconds_total{cpu="35"} 45980.748966949 node_schedstat_running_seconds_total{cpu="36"} 49546.731804526 node_schedstat_running_seconds_total{cpu="37"} 44665.973739031 node_schedstat_running_seconds_total{cpu="38"} 43238.157194609 node_schedstat_running_seconds_total{cpu="39"} 42695.242572006 node_schedstat_running_seconds_total{cpu="4"} 86874.935399136 node_schedstat_running_seconds_total{cpu="40"} 41186.701770068 node_schedstat_running_seconds_total{cpu="41"} 41353.484714973 node_schedstat_running_seconds_total{cpu="42"} 40836.072154294 node_schedstat_running_seconds_total{cpu="43"} 41462.463467093 node_schedstat_running_seconds_total{cpu="44"} 75130.005874787 node_schedstat_running_seconds_total{cpu="45"} 47889.77799445 node_schedstat_running_seconds_total{cpu="46"} 43284.54614893 node_schedstat_running_seconds_total{cpu="47"} 40629.860547402 node_schedstat_running_seconds_total{cpu="48"} 39855.997441832 node_schedstat_running_seconds_total{cpu="49"} 38200.771373371 node_schedstat_running_seconds_total{cpu="5"} 75965.166176041 node_schedstat_running_seconds_total{cpu="50"} 38310.300337168 node_schedstat_running_seconds_total{cpu="51"} 39057.303939836 node_schedstat_running_seconds_total{cpu="52"} 37994.101941704 node_schedstat_running_seconds_total{cpu="53"} 39696.4200186 node_schedstat_running_seconds_total{cpu="54"} 45623.670440639 node_schedstat_running_seconds_total{cpu="55"} 44732.590939392 node_schedstat_running_seconds_total{cpu="56"} 52640.438357231 node_schedstat_running_seconds_total{cpu="57"} 47887.139777503 node_schedstat_running_seconds_total{cpu="58"} 45029.846313947 node_schedstat_running_seconds_total{cpu="59"} 46129.468731295 node_schedstat_running_seconds_total{cpu="6"} 70715.461040313 node_schedstat_running_seconds_total{cpu="60"} 42763.301267122 node_schedstat_running_seconds_total{cpu="61"} 38778.92592527 node_schedstat_running_seconds_total{cpu="62"} 43316.58036243 node_schedstat_running_seconds_total{cpu="63"} 40702.85169056 node_schedstat_running_seconds_total{cpu="64"} 42923.684270181 node_schedstat_running_seconds_total{cpu="65"} 41710.493902262 node_schedstat_running_seconds_total{cpu="66"} 49567.727515309 node_schedstat_running_seconds_total{cpu="67"} 40604.117792496 node_schedstat_running_seconds_total{cpu="68"} 39892.968374615 node_schedstat_running_seconds_total{cpu="69"} 40179.075221288 node_schedstat_running_seconds_total{cpu="7"} 69939.945800074 node_schedstat_running_seconds_total{cpu="70"} 38688.139152719 node_schedstat_running_seconds_total{cpu="71"} 38630.678513078 node_schedstat_running_seconds_total{cpu="72"} 38993.767719137 node_schedstat_running_seconds_total{cpu="73"} 37341.44006994 node_schedstat_running_seconds_total{cpu="74"} 37943.469590163 node_schedstat_running_seconds_total{cpu="75"} 41103.21639543 node_schedstat_running_seconds_total{cpu="76"} 39030.077763419 node_schedstat_running_seconds_total{cpu="77"} 39966.972248808 node_schedstat_running_seconds_total{cpu="78"} 43418.311710201 node_schedstat_running_seconds_total{cpu="79"} 40080.773787788 node_schedstat_running_seconds_total{cpu="8"} 64226.608956887 node_schedstat_running_seconds_total{cpu="80"} 36896.079598035 node_schedstat_running_seconds_total{cpu="81"} 42289.006895062 node_schedstat_running_seconds_total{cpu="82"} 39260.741652404 node_schedstat_running_seconds_total{cpu="83"} 37882.39043243 node_schedstat_running_seconds_total{cpu="84"} 42735.79360858 node_schedstat_running_seconds_total{cpu="85"} 40115.317041415 node_schedstat_running_seconds_total{cpu="86"} 42857.840476371 node_schedstat_running_seconds_total{cpu="87"} 41506.363956761 node_schedstat_running_seconds_total{cpu="9"} 64713.956563383 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 5.72095977e+08 node_schedstat_timeslices_total{cpu="1"} 6.34066642e+08 node_schedstat_timeslices_total{cpu="10"} 4.68437677e+08 node_schedstat_timeslices_total{cpu="11"} 4.37064474e+08 node_schedstat_timeslices_total{cpu="12"} 4.13388725e+08 node_schedstat_timeslices_total{cpu="13"} 3.98802844e+08 node_schedstat_timeslices_total{cpu="14"} 3.82044275e+08 node_schedstat_timeslices_total{cpu="15"} 3.81314427e+08 node_schedstat_timeslices_total{cpu="16"} 3.69349514e+08 node_schedstat_timeslices_total{cpu="17"} 3.81864743e+08 node_schedstat_timeslices_total{cpu="18"} 3.7496865e+08 node_schedstat_timeslices_total{cpu="19"} 3.69703545e+08 node_schedstat_timeslices_total{cpu="2"} 5.62442199e+08 node_schedstat_timeslices_total{cpu="20"} 3.65012157e+08 node_schedstat_timeslices_total{cpu="21"} 3.60091855e+08 node_schedstat_timeslices_total{cpu="22"} 6.4884942e+08 node_schedstat_timeslices_total{cpu="23"} 6.53201849e+08 node_schedstat_timeslices_total{cpu="24"} 5.86518563e+08 node_schedstat_timeslices_total{cpu="25"} 5.38785724e+08 node_schedstat_timeslices_total{cpu="26"} 5.77117687e+08 node_schedstat_timeslices_total{cpu="27"} 4.70768209e+08 node_schedstat_timeslices_total{cpu="28"} 4.6466961e+08 node_schedstat_timeslices_total{cpu="29"} 5.05264649e+08 node_schedstat_timeslices_total{cpu="3"} 5.35455207e+08 node_schedstat_timeslices_total{cpu="30"} 4.63811436e+08 node_schedstat_timeslices_total{cpu="31"} 4.32354656e+08 node_schedstat_timeslices_total{cpu="32"} 4.73130081e+08 node_schedstat_timeslices_total{cpu="33"} 4.27558196e+08 node_schedstat_timeslices_total{cpu="34"} 4.05310232e+08 node_schedstat_timeslices_total{cpu="35"} 3.91414964e+08 node_schedstat_timeslices_total{cpu="36"} 3.95819397e+08 node_schedstat_timeslices_total{cpu="37"} 3.71096686e+08 node_schedstat_timeslices_total{cpu="38"} 3.59087095e+08 node_schedstat_timeslices_total{cpu="39"} 3.56938567e+08 node_schedstat_timeslices_total{cpu="4"} 5.49160667e+08 node_schedstat_timeslices_total{cpu="40"} 3.50513573e+08 node_schedstat_timeslices_total{cpu="41"} 3.47369267e+08 node_schedstat_timeslices_total{cpu="42"} 3.43428148e+08 node_schedstat_timeslices_total{cpu="43"} 3.39985999e+08 node_schedstat_timeslices_total{cpu="44"} 3.32958844e+08 node_schedstat_timeslices_total{cpu="45"} 3.70363254e+08 node_schedstat_timeslices_total{cpu="46"} 3.40894373e+08 node_schedstat_timeslices_total{cpu="47"} 3.29575383e+08 node_schedstat_timeslices_total{cpu="48"} 3.25062138e+08 node_schedstat_timeslices_total{cpu="49"} 3.21324389e+08 node_schedstat_timeslices_total{cpu="5"} 5.02431772e+08 node_schedstat_timeslices_total{cpu="50"} 3.14162925e+08 node_schedstat_timeslices_total{cpu="51"} 3.1798505e+08 node_schedstat_timeslices_total{cpu="52"} 2.92408333e+08 node_schedstat_timeslices_total{cpu="53"} 2.84494703e+08 node_schedstat_timeslices_total{cpu="54"} 3.03413691e+08 node_schedstat_timeslices_total{cpu="55"} 2.91564503e+08 node_schedstat_timeslices_total{cpu="56"} 3.53504955e+08 node_schedstat_timeslices_total{cpu="57"} 3.22288008e+08 node_schedstat_timeslices_total{cpu="58"} 3.0664281e+08 node_schedstat_timeslices_total{cpu="59"} 3.41516197e+08 node_schedstat_timeslices_total{cpu="6"} 4.65169707e+08 node_schedstat_timeslices_total{cpu="60"} 3.17619415e+08 node_schedstat_timeslices_total{cpu="61"} 3.04228748e+08 node_schedstat_timeslices_total{cpu="62"} 3.52010969e+08 node_schedstat_timeslices_total{cpu="63"} 3.24834779e+08 node_schedstat_timeslices_total{cpu="64"} 3.48698846e+08 node_schedstat_timeslices_total{cpu="65"} 3.3649677e+08 node_schedstat_timeslices_total{cpu="66"} 3.50539014e+08 node_schedstat_timeslices_total{cpu="67"} 3.42437485e+08 node_schedstat_timeslices_total{cpu="68"} 3.36650373e+08 node_schedstat_timeslices_total{cpu="69"} 3.3334622e+08 node_schedstat_timeslices_total{cpu="7"} 4.88382774e+08 node_schedstat_timeslices_total{cpu="70"} 3.3060919e+08 node_schedstat_timeslices_total{cpu="71"} 3.27294476e+08 node_schedstat_timeslices_total{cpu="72"} 3.24079313e+08 node_schedstat_timeslices_total{cpu="73"} 3.22333785e+08 node_schedstat_timeslices_total{cpu="74"} 3.24852109e+08 node_schedstat_timeslices_total{cpu="75"} 3.3558721e+08 node_schedstat_timeslices_total{cpu="76"} 3.31398181e+08 node_schedstat_timeslices_total{cpu="77"} 3.34805228e+08 node_schedstat_timeslices_total{cpu="78"} 3.89551196e+08 node_schedstat_timeslices_total{cpu="79"} 3.47082928e+08 node_schedstat_timeslices_total{cpu="8"} 4.65347045e+08 node_schedstat_timeslices_total{cpu="80"} 3.24333973e+08 node_schedstat_timeslices_total{cpu="81"} 3.69416376e+08 node_schedstat_timeslices_total{cpu="82"} 3.35381259e+08 node_schedstat_timeslices_total{cpu="83"} 3.26685746e+08 node_schedstat_timeslices_total{cpu="84"} 3.70155185e+08 node_schedstat_timeslices_total{cpu="85"} 3.39928059e+08 node_schedstat_timeslices_total{cpu="86"} 3.68110414e+08 node_schedstat_timeslices_total{cpu="87"} 3.44657994e+08 node_schedstat_timeslices_total{cpu="9"} 4.51532534e+08 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 61772.319631036 node_schedstat_waiting_seconds_total{cpu="1"} 59175.725831265 node_schedstat_waiting_seconds_total{cpu="10"} 52044.69610463 node_schedstat_waiting_seconds_total{cpu="11"} 52004.576508156 node_schedstat_waiting_seconds_total{cpu="12"} 51664.518972947 node_schedstat_waiting_seconds_total{cpu="13"} 51536.866053396 node_schedstat_waiting_seconds_total{cpu="14"} 50638.554254362 node_schedstat_waiting_seconds_total{cpu="15"} 51441.505637061 node_schedstat_waiting_seconds_total{cpu="16"} 50507.852294278 node_schedstat_waiting_seconds_total{cpu="17"} 50966.896865329 node_schedstat_waiting_seconds_total{cpu="18"} 49939.784246818 node_schedstat_waiting_seconds_total{cpu="19"} 49744.000966475 node_schedstat_waiting_seconds_total{cpu="2"} 55955.330158672 node_schedstat_waiting_seconds_total{cpu="20"} 48946.467483838 node_schedstat_waiting_seconds_total{cpu="21"} 47769.384267079 node_schedstat_waiting_seconds_total{cpu="22"} 54211.67586018 node_schedstat_waiting_seconds_total{cpu="23"} 55709.582870931 node_schedstat_waiting_seconds_total{cpu="24"} 54043.556194171 node_schedstat_waiting_seconds_total{cpu="25"} 53608.287454799 node_schedstat_waiting_seconds_total{cpu="26"} 54094.046977134 node_schedstat_waiting_seconds_total{cpu="27"} 53344.919004227 node_schedstat_waiting_seconds_total{cpu="28"} 54710.820998192 node_schedstat_waiting_seconds_total{cpu="29"} 55224.603866381 node_schedstat_waiting_seconds_total{cpu="3"} 54668.139354444 node_schedstat_waiting_seconds_total{cpu="30"} 53316.769379201 node_schedstat_waiting_seconds_total{cpu="31"} 52676.111559358 node_schedstat_waiting_seconds_total{cpu="32"} 53110.723783004 node_schedstat_waiting_seconds_total{cpu="33"} 52307.564990483 node_schedstat_waiting_seconds_total{cpu="34"} 51584.10387665 node_schedstat_waiting_seconds_total{cpu="35"} 51183.864585033 node_schedstat_waiting_seconds_total{cpu="36"} 52416.276173264 node_schedstat_waiting_seconds_total{cpu="37"} 50768.188261681 node_schedstat_waiting_seconds_total{cpu="38"} 50617.459425037 node_schedstat_waiting_seconds_total{cpu="39"} 50401.901382684 node_schedstat_waiting_seconds_total{cpu="4"} 54316.407296155 node_schedstat_waiting_seconds_total{cpu="40"} 50742.022328403 node_schedstat_waiting_seconds_total{cpu="41"} 50961.667868547 node_schedstat_waiting_seconds_total{cpu="42"} 49796.138206729 node_schedstat_waiting_seconds_total{cpu="43"} 50253.351172294 node_schedstat_waiting_seconds_total{cpu="44"} 46947.30474922 node_schedstat_waiting_seconds_total{cpu="45"} 46429.331594717 node_schedstat_waiting_seconds_total{cpu="46"} 46808.893676832 node_schedstat_waiting_seconds_total{cpu="47"} 46850.020570241 node_schedstat_waiting_seconds_total{cpu="48"} 46835.239424141 node_schedstat_waiting_seconds_total{cpu="49"} 47995.96827355 node_schedstat_waiting_seconds_total{cpu="5"} 53198.61851558 node_schedstat_waiting_seconds_total{cpu="50"} 47526.942270152 node_schedstat_waiting_seconds_total{cpu="51"} 47482.871742498 node_schedstat_waiting_seconds_total{cpu="52"} 47621.377268966 node_schedstat_waiting_seconds_total{cpu="53"} 46849.804298399 node_schedstat_waiting_seconds_total{cpu="54"} 48711.479275523 node_schedstat_waiting_seconds_total{cpu="55"} 47317.21912106 node_schedstat_waiting_seconds_total{cpu="56"} 46817.062644967 node_schedstat_waiting_seconds_total{cpu="57"} 46827.362934909 node_schedstat_waiting_seconds_total{cpu="58"} 46171.955125946 node_schedstat_waiting_seconds_total{cpu="59"} 47291.143012736 node_schedstat_waiting_seconds_total{cpu="6"} 53050.858335321 node_schedstat_waiting_seconds_total{cpu="60"} 47167.194275076 node_schedstat_waiting_seconds_total{cpu="61"} 46187.314233298 node_schedstat_waiting_seconds_total{cpu="62"} 47830.45388383 node_schedstat_waiting_seconds_total{cpu="63"} 46738.819762319 node_schedstat_waiting_seconds_total{cpu="64"} 46785.732323272 node_schedstat_waiting_seconds_total{cpu="65"} 46764.634272798 node_schedstat_waiting_seconds_total{cpu="66"} 48248.120965101 node_schedstat_waiting_seconds_total{cpu="67"} 48188.089624539 node_schedstat_waiting_seconds_total{cpu="68"} 48981.419050874 node_schedstat_waiting_seconds_total{cpu="69"} 50444.145384427 node_schedstat_waiting_seconds_total{cpu="7"} 54015.440290638 node_schedstat_waiting_seconds_total{cpu="70"} 49615.106781779 node_schedstat_waiting_seconds_total{cpu="71"} 50761.811464393 node_schedstat_waiting_seconds_total{cpu="72"} 50598.846765626 node_schedstat_waiting_seconds_total{cpu="73"} 51052.610791768 node_schedstat_waiting_seconds_total{cpu="74"} 51537.034267923 node_schedstat_waiting_seconds_total{cpu="75"} 51504.944683342 node_schedstat_waiting_seconds_total{cpu="76"} 51399.492503073 node_schedstat_waiting_seconds_total{cpu="77"} 51634.970995182 node_schedstat_waiting_seconds_total{cpu="78"} 50436.850841102 node_schedstat_waiting_seconds_total{cpu="79"} 50250.460166343 node_schedstat_waiting_seconds_total{cpu="8"} 53005.077284094 node_schedstat_waiting_seconds_total{cpu="80"} 49297.501525424 node_schedstat_waiting_seconds_total{cpu="81"} 50215.886755045 node_schedstat_waiting_seconds_total{cpu="82"} 50169.102218344 node_schedstat_waiting_seconds_total{cpu="83"} 49596.111436065 node_schedstat_waiting_seconds_total{cpu="84"} 50024.635553392 node_schedstat_waiting_seconds_total{cpu="85"} 50881.071832843 node_schedstat_waiting_seconds_total{cpu="86"} 50118.298771573 node_schedstat_waiting_seconds_total{cpu="87"} 49487.253334753 node_schedstat_waiting_seconds_total{cpu="9"} 52882.373987386 # 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.064980772 node_scrape_collector_duration_seconds{collector="bcache"} 3.7286e-05 node_scrape_collector_duration_seconds{collector="bcachefs"} 2.5013e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.7732e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.060065151 node_scrape_collector_duration_seconds{collector="conntrack"} 0.00103147 node_scrape_collector_duration_seconds{collector="cpu"} 0.014865325 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.064647592 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001076104 node_scrape_collector_duration_seconds{collector="dmi"} 4.8236e-05 node_scrape_collector_duration_seconds{collector="dmmultipath"} 0.000103353 node_scrape_collector_duration_seconds{collector="edac"} 0.103215124 node_scrape_collector_duration_seconds{collector="entropy"} 0.000202131 node_scrape_collector_duration_seconds{collector="fibrechannel"} 4.5247e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.059900218 node_scrape_collector_duration_seconds{collector="filesystem"} 0.060599613 node_scrape_collector_duration_seconds{collector="hwmon"} 0.153467997 node_scrape_collector_duration_seconds{collector="infiniband"} 0.001535097 node_scrape_collector_duration_seconds{collector="ipvs"} 0.00022708 node_scrape_collector_duration_seconds{collector="kernel_hung"} 0.082126646 node_scrape_collector_duration_seconds{collector="loadavg"} 7.7173e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000558636 node_scrape_collector_duration_seconds{collector="meminfo"} 0.060356647 node_scrape_collector_duration_seconds{collector="netclass"} 0.102262676 node_scrape_collector_duration_seconds{collector="netdev"} 0.000842828 node_scrape_collector_duration_seconds{collector="netstat"} 0.119596435 node_scrape_collector_duration_seconds{collector="nfs"} 4.3758e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 0.087210447 node_scrape_collector_duration_seconds{collector="nvme"} 0.000364502 node_scrape_collector_duration_seconds{collector="os"} 4.7545e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 0.000101061 node_scrape_collector_duration_seconds{collector="pressure"} 0.000509336 node_scrape_collector_duration_seconds{collector="rapl"} 0.000136749 node_scrape_collector_duration_seconds{collector="schedstat"} 0.118678049 node_scrape_collector_duration_seconds{collector="selinux"} 9.76e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.00035489 node_scrape_collector_duration_seconds{collector="softnet"} 0.066905446 node_scrape_collector_duration_seconds{collector="stat"} 0.002060291 node_scrape_collector_duration_seconds{collector="tapestats"} 3.2825e-05 node_scrape_collector_duration_seconds{collector="textfile"} 3.5144e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.1040489 node_scrape_collector_duration_seconds{collector="time"} 0.000172895 node_scrape_collector_duration_seconds{collector="timex"} 5.6382e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.001641686 node_scrape_collector_duration_seconds{collector="uname"} 0.06509885 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000534872 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000499668 node_scrape_collector_duration_seconds{collector="xfs"} 3.738e-05 node_scrape_collector_duration_seconds{collector="zfs"} 3.2955e-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 714 # 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 2971 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 1.2169216e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 11264 # 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.6137344e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 0 node_softnet_backlog_len{cpu="24"} 0 node_softnet_backlog_len{cpu="25"} 0 node_softnet_backlog_len{cpu="26"} 0 node_softnet_backlog_len{cpu="27"} 0 node_softnet_backlog_len{cpu="28"} 0 node_softnet_backlog_len{cpu="29"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="30"} 0 node_softnet_backlog_len{cpu="31"} 0 node_softnet_backlog_len{cpu="32"} 0 node_softnet_backlog_len{cpu="33"} 0 node_softnet_backlog_len{cpu="34"} 0 node_softnet_backlog_len{cpu="35"} 0 node_softnet_backlog_len{cpu="36"} 0 node_softnet_backlog_len{cpu="37"} 0 node_softnet_backlog_len{cpu="38"} 0 node_softnet_backlog_len{cpu="39"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="40"} 0 node_softnet_backlog_len{cpu="41"} 0 node_softnet_backlog_len{cpu="42"} 0 node_softnet_backlog_len{cpu="43"} 0 node_softnet_backlog_len{cpu="44"} 0 node_softnet_backlog_len{cpu="45"} 0 node_softnet_backlog_len{cpu="46"} 0 node_softnet_backlog_len{cpu="47"} 0 node_softnet_backlog_len{cpu="48"} 0 node_softnet_backlog_len{cpu="49"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="50"} 0 node_softnet_backlog_len{cpu="51"} 0 node_softnet_backlog_len{cpu="52"} 0 node_softnet_backlog_len{cpu="53"} 0 node_softnet_backlog_len{cpu="54"} 0 node_softnet_backlog_len{cpu="55"} 0 node_softnet_backlog_len{cpu="56"} 0 node_softnet_backlog_len{cpu="57"} 0 node_softnet_backlog_len{cpu="58"} 0 node_softnet_backlog_len{cpu="59"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="60"} 0 node_softnet_backlog_len{cpu="61"} 0 node_softnet_backlog_len{cpu="62"} 0 node_softnet_backlog_len{cpu="63"} 0 node_softnet_backlog_len{cpu="64"} 0 node_softnet_backlog_len{cpu="65"} 0 node_softnet_backlog_len{cpu="66"} 0 node_softnet_backlog_len{cpu="67"} 0 node_softnet_backlog_len{cpu="68"} 0 node_softnet_backlog_len{cpu="69"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="70"} 0 node_softnet_backlog_len{cpu="71"} 0 node_softnet_backlog_len{cpu="72"} 0 node_softnet_backlog_len{cpu="73"} 0 node_softnet_backlog_len{cpu="74"} 0 node_softnet_backlog_len{cpu="75"} 0 node_softnet_backlog_len{cpu="76"} 0 node_softnet_backlog_len{cpu="77"} 0 node_softnet_backlog_len{cpu="78"} 0 node_softnet_backlog_len{cpu="79"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="80"} 0 node_softnet_backlog_len{cpu="81"} 0 node_softnet_backlog_len{cpu="82"} 0 node_softnet_backlog_len{cpu="83"} 0 node_softnet_backlog_len{cpu="84"} 0 node_softnet_backlog_len{cpu="85"} 0 node_softnet_backlog_len{cpu="86"} 0 node_softnet_backlog_len{cpu="87"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 0 node_softnet_cpu_collision_total{cpu="24"} 0 node_softnet_cpu_collision_total{cpu="25"} 0 node_softnet_cpu_collision_total{cpu="26"} 0 node_softnet_cpu_collision_total{cpu="27"} 0 node_softnet_cpu_collision_total{cpu="28"} 0 node_softnet_cpu_collision_total{cpu="29"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="30"} 0 node_softnet_cpu_collision_total{cpu="31"} 0 node_softnet_cpu_collision_total{cpu="32"} 0 node_softnet_cpu_collision_total{cpu="33"} 0 node_softnet_cpu_collision_total{cpu="34"} 0 node_softnet_cpu_collision_total{cpu="35"} 0 node_softnet_cpu_collision_total{cpu="36"} 0 node_softnet_cpu_collision_total{cpu="37"} 0 node_softnet_cpu_collision_total{cpu="38"} 0 node_softnet_cpu_collision_total{cpu="39"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="40"} 0 node_softnet_cpu_collision_total{cpu="41"} 0 node_softnet_cpu_collision_total{cpu="42"} 0 node_softnet_cpu_collision_total{cpu="43"} 0 node_softnet_cpu_collision_total{cpu="44"} 0 node_softnet_cpu_collision_total{cpu="45"} 0 node_softnet_cpu_collision_total{cpu="46"} 0 node_softnet_cpu_collision_total{cpu="47"} 0 node_softnet_cpu_collision_total{cpu="48"} 0 node_softnet_cpu_collision_total{cpu="49"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="50"} 0 node_softnet_cpu_collision_total{cpu="51"} 0 node_softnet_cpu_collision_total{cpu="52"} 0 node_softnet_cpu_collision_total{cpu="53"} 0 node_softnet_cpu_collision_total{cpu="54"} 0 node_softnet_cpu_collision_total{cpu="55"} 0 node_softnet_cpu_collision_total{cpu="56"} 0 node_softnet_cpu_collision_total{cpu="57"} 0 node_softnet_cpu_collision_total{cpu="58"} 0 node_softnet_cpu_collision_total{cpu="59"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="60"} 0 node_softnet_cpu_collision_total{cpu="61"} 0 node_softnet_cpu_collision_total{cpu="62"} 0 node_softnet_cpu_collision_total{cpu="63"} 0 node_softnet_cpu_collision_total{cpu="64"} 0 node_softnet_cpu_collision_total{cpu="65"} 0 node_softnet_cpu_collision_total{cpu="66"} 0 node_softnet_cpu_collision_total{cpu="67"} 0 node_softnet_cpu_collision_total{cpu="68"} 0 node_softnet_cpu_collision_total{cpu="69"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="70"} 0 node_softnet_cpu_collision_total{cpu="71"} 0 node_softnet_cpu_collision_total{cpu="72"} 0 node_softnet_cpu_collision_total{cpu="73"} 0 node_softnet_cpu_collision_total{cpu="74"} 0 node_softnet_cpu_collision_total{cpu="75"} 0 node_softnet_cpu_collision_total{cpu="76"} 0 node_softnet_cpu_collision_total{cpu="77"} 0 node_softnet_cpu_collision_total{cpu="78"} 0 node_softnet_cpu_collision_total{cpu="79"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="80"} 0 node_softnet_cpu_collision_total{cpu="81"} 0 node_softnet_cpu_collision_total{cpu="82"} 0 node_softnet_cpu_collision_total{cpu="83"} 0 node_softnet_cpu_collision_total{cpu="84"} 0 node_softnet_cpu_collision_total{cpu="85"} 0 node_softnet_cpu_collision_total{cpu="86"} 0 node_softnet_cpu_collision_total{cpu="87"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="20"} 0 node_softnet_dropped_total{cpu="21"} 0 node_softnet_dropped_total{cpu="22"} 0 node_softnet_dropped_total{cpu="23"} 1 node_softnet_dropped_total{cpu="24"} 0 node_softnet_dropped_total{cpu="25"} 0 node_softnet_dropped_total{cpu="26"} 0 node_softnet_dropped_total{cpu="27"} 0 node_softnet_dropped_total{cpu="28"} 1 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"} 1 node_softnet_dropped_total{cpu="34"} 0 node_softnet_dropped_total{cpu="35"} 0 node_softnet_dropped_total{cpu="36"} 0 node_softnet_dropped_total{cpu="37"} 0 node_softnet_dropped_total{cpu="38"} 0 node_softnet_dropped_total{cpu="39"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="40"} 0 node_softnet_dropped_total{cpu="41"} 0 node_softnet_dropped_total{cpu="42"} 0 node_softnet_dropped_total{cpu="43"} 0 node_softnet_dropped_total{cpu="44"} 0 node_softnet_dropped_total{cpu="45"} 0 node_softnet_dropped_total{cpu="46"} 0 node_softnet_dropped_total{cpu="47"} 0 node_softnet_dropped_total{cpu="48"} 1 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"} 1 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"} 2 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"} 1 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"} 2 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"} 7.05823055e+08 node_softnet_processed_total{cpu="1"} 5.61952513e+08 node_softnet_processed_total{cpu="10"} 2.86152668e+08 node_softnet_processed_total{cpu="11"} 2.94336052e+08 node_softnet_processed_total{cpu="12"} 2.2849258e+08 node_softnet_processed_total{cpu="13"} 1.74958653e+08 node_softnet_processed_total{cpu="14"} 1.59126452e+08 node_softnet_processed_total{cpu="15"} 1.44654342e+08 node_softnet_processed_total{cpu="16"} 1.31329121e+08 node_softnet_processed_total{cpu="17"} 1.28328845e+08 node_softnet_processed_total{cpu="18"} 1.18175321e+08 node_softnet_processed_total{cpu="19"} 1.10162227e+08 node_softnet_processed_total{cpu="2"} 4.41852032e+08 node_softnet_processed_total{cpu="20"} 1.09368802e+08 node_softnet_processed_total{cpu="21"} 1.04254233e+08 node_softnet_processed_total{cpu="22"} 8.15017981e+08 node_softnet_processed_total{cpu="23"} 5.00871078e+08 node_softnet_processed_total{cpu="24"} 3.71678334e+08 node_softnet_processed_total{cpu="25"} 2.94073862e+08 node_softnet_processed_total{cpu="26"} 2.22491928e+08 node_softnet_processed_total{cpu="27"} 1.63981669e+08 node_softnet_processed_total{cpu="28"} 1.3536113e+08 node_softnet_processed_total{cpu="29"} 1.04974215e+08 node_softnet_processed_total{cpu="3"} 3.69215015e+08 node_softnet_processed_total{cpu="30"} 8.7582119e+07 node_softnet_processed_total{cpu="31"} 7.6855797e+07 node_softnet_processed_total{cpu="32"} 6.6474483e+07 node_softnet_processed_total{cpu="33"} 5.994695e+07 node_softnet_processed_total{cpu="34"} 5.6101472e+07 node_softnet_processed_total{cpu="35"} 5.0095359e+07 node_softnet_processed_total{cpu="36"} 5.0376091e+07 node_softnet_processed_total{cpu="37"} 4.6099285e+07 node_softnet_processed_total{cpu="38"} 4.4240259e+07 node_softnet_processed_total{cpu="39"} 4.3132725e+07 node_softnet_processed_total{cpu="4"} 2.92018145e+08 node_softnet_processed_total{cpu="40"} 4.0437051e+07 node_softnet_processed_total{cpu="41"} 3.9196002e+07 node_softnet_processed_total{cpu="42"} 3.9328058e+07 node_softnet_processed_total{cpu="43"} 3.8226414e+07 node_softnet_processed_total{cpu="44"} 2.42204433e+08 node_softnet_processed_total{cpu="45"} 1.13322349e+08 node_softnet_processed_total{cpu="46"} 9.2047175e+07 node_softnet_processed_total{cpu="47"} 7.9608394e+07 node_softnet_processed_total{cpu="48"} 6.7286447e+07 node_softnet_processed_total{cpu="49"} 5.9665705e+07 node_softnet_processed_total{cpu="5"} 2.42090813e+08 node_softnet_processed_total{cpu="50"} 5.4734502e+07 node_softnet_processed_total{cpu="51"} 5.6345572e+07 node_softnet_processed_total{cpu="52"} 5.99971383e+08 node_softnet_processed_total{cpu="53"} 6.93051323e+08 node_softnet_processed_total{cpu="54"} 7.1904719e+08 node_softnet_processed_total{cpu="55"} 7.43543135e+08 node_softnet_processed_total{cpu="56"} 2.3140576e+08 node_softnet_processed_total{cpu="57"} 1.51617185e+08 node_softnet_processed_total{cpu="58"} 1.19176487e+08 node_softnet_processed_total{cpu="59"} 1.01291188e+08 node_softnet_processed_total{cpu="6"} 2.05705174e+08 node_softnet_processed_total{cpu="60"} 9.1605e+07 node_softnet_processed_total{cpu="61"} 8.087244e+07 node_softnet_processed_total{cpu="62"} 7.6604414e+07 node_softnet_processed_total{cpu="63"} 7.2988583e+07 node_softnet_processed_total{cpu="64"} 6.9178182e+07 node_softnet_processed_total{cpu="65"} 6.8417976e+07 node_softnet_processed_total{cpu="66"} 5.4376402e+07 node_softnet_processed_total{cpu="67"} 5.8341462e+07 node_softnet_processed_total{cpu="68"} 5.6769521e+07 node_softnet_processed_total{cpu="69"} 5.5965916e+07 node_softnet_processed_total{cpu="7"} 1.7435307e+08 node_softnet_processed_total{cpu="70"} 4.7967956e+07 node_softnet_processed_total{cpu="71"} 4.3580219e+07 node_softnet_processed_total{cpu="72"} 4.152559e+07 node_softnet_processed_total{cpu="73"} 3.7412353e+07 node_softnet_processed_total{cpu="74"} 3.4314622e+07 node_softnet_processed_total{cpu="75"} 3.664697e+07 node_softnet_processed_total{cpu="76"} 3.3773661e+07 node_softnet_processed_total{cpu="77"} 3.3214978e+07 node_softnet_processed_total{cpu="78"} 3.5622122e+07 node_softnet_processed_total{cpu="79"} 3.5177203e+07 node_softnet_processed_total{cpu="8"} 2.49270071e+08 node_softnet_processed_total{cpu="80"} 3.3356497e+07 node_softnet_processed_total{cpu="81"} 3.2735974e+07 node_softnet_processed_total{cpu="82"} 3.4226896e+07 node_softnet_processed_total{cpu="83"} 3.2587449e+07 node_softnet_processed_total{cpu="84"} 3.3903117e+07 node_softnet_processed_total{cpu="85"} 3.4430424e+07 node_softnet_processed_total{cpu="86"} 3.4241593e+07 node_softnet_processed_total{cpu="87"} 3.5336014e+07 node_softnet_processed_total{cpu="9"} 2.87742052e+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"} 2 node_softnet_times_squeezed_total{cpu="1"} 0 node_softnet_times_squeezed_total{cpu="10"} 0 node_softnet_times_squeezed_total{cpu="11"} 0 node_softnet_times_squeezed_total{cpu="12"} 0 node_softnet_times_squeezed_total{cpu="13"} 0 node_softnet_times_squeezed_total{cpu="14"} 1 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"} 1 node_softnet_times_squeezed_total{cpu="2"} 0 node_softnet_times_squeezed_total{cpu="20"} 0 node_softnet_times_squeezed_total{cpu="21"} 0 node_softnet_times_squeezed_total{cpu="22"} 0 node_softnet_times_squeezed_total{cpu="23"} 0 node_softnet_times_squeezed_total{cpu="24"} 0 node_softnet_times_squeezed_total{cpu="25"} 0 node_softnet_times_squeezed_total{cpu="26"} 0 node_softnet_times_squeezed_total{cpu="27"} 0 node_softnet_times_squeezed_total{cpu="28"} 0 node_softnet_times_squeezed_total{cpu="29"} 0 node_softnet_times_squeezed_total{cpu="3"} 0 node_softnet_times_squeezed_total{cpu="30"} 0 node_softnet_times_squeezed_total{cpu="31"} 0 node_softnet_times_squeezed_total{cpu="32"} 0 node_softnet_times_squeezed_total{cpu="33"} 0 node_softnet_times_squeezed_total{cpu="34"} 0 node_softnet_times_squeezed_total{cpu="35"} 0 node_softnet_times_squeezed_total{cpu="36"} 0 node_softnet_times_squeezed_total{cpu="37"} 0 node_softnet_times_squeezed_total{cpu="38"} 0 node_softnet_times_squeezed_total{cpu="39"} 0 node_softnet_times_squeezed_total{cpu="4"} 0 node_softnet_times_squeezed_total{cpu="40"} 1 node_softnet_times_squeezed_total{cpu="41"} 0 node_softnet_times_squeezed_total{cpu="42"} 0 node_softnet_times_squeezed_total{cpu="43"} 0 node_softnet_times_squeezed_total{cpu="44"} 0 node_softnet_times_squeezed_total{cpu="45"} 0 node_softnet_times_squeezed_total{cpu="46"} 0 node_softnet_times_squeezed_total{cpu="47"} 0 node_softnet_times_squeezed_total{cpu="48"} 1 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"} 1 node_softnet_times_squeezed_total{cpu="52"} 6 node_softnet_times_squeezed_total{cpu="53"} 13 node_softnet_times_squeezed_total{cpu="54"} 11 node_softnet_times_squeezed_total{cpu="55"} 7 node_softnet_times_squeezed_total{cpu="56"} 0 node_softnet_times_squeezed_total{cpu="57"} 0 node_softnet_times_squeezed_total{cpu="58"} 1 node_softnet_times_squeezed_total{cpu="59"} 0 node_softnet_times_squeezed_total{cpu="6"} 1 node_softnet_times_squeezed_total{cpu="60"} 0 node_softnet_times_squeezed_total{cpu="61"} 0 node_softnet_times_squeezed_total{cpu="62"} 1 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"} 1 node_softnet_times_squeezed_total{cpu="69"} 0 node_softnet_times_squeezed_total{cpu="7"} 0 node_softnet_times_squeezed_total{cpu="70"} 0 node_softnet_times_squeezed_total{cpu="71"} 0 node_softnet_times_squeezed_total{cpu="72"} 0 node_softnet_times_squeezed_total{cpu="73"} 0 node_softnet_times_squeezed_total{cpu="74"} 0 node_softnet_times_squeezed_total{cpu="75"} 0 node_softnet_times_squeezed_total{cpu="76"} 0 node_softnet_times_squeezed_total{cpu="77"} 0 node_softnet_times_squeezed_total{cpu="78"} 0 node_softnet_times_squeezed_total{cpu="79"} 0 node_softnet_times_squeezed_total{cpu="8"} 1 node_softnet_times_squeezed_total{cpu="80"} 0 node_softnet_times_squeezed_total{cpu="81"} 0 node_softnet_times_squeezed_total{cpu="82"} 0 node_softnet_times_squeezed_total{cpu="83"} 0 node_softnet_times_squeezed_total{cpu="84"} 0 node_softnet_times_squeezed_total{cpu="85"} 0 node_softnet_times_squeezed_total{cpu="86"} 0 node_softnet_times_squeezed_total{cpu="87"} 0 node_softnet_times_squeezed_total{cpu="9"} 1 # 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"} 35 # 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.7842330270510073e+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.9999997812957764 # 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.9705 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 3.64e-07 # 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="0321c8652bf8",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 17550 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 5.4460586087e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 1.158375e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.1005583104e+10 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.5281540385e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 1.762236e+06 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 2.311746526e+09 # 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 29.23 # 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 369252 # 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 6.264248e+06 # 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.1420416e+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.78422752123e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.307983872e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 204 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0