# 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"} 1.866e-05 go_gc_duration_seconds{quantile="0.25"} 2.886e-05 go_gc_duration_seconds{quantile="0.5"} 3.7051e-05 go_gc_duration_seconds{quantile="0.75"} 5.3541e-05 go_gc_duration_seconds{quantile="1"} 0.000441007 go_gc_duration_seconds_sum 0.15432142 go_gc_duration_seconds_count 2904 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.1"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 6.78628e+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 1.1806521472e+10 # 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.79933e+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 8.6246384e+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.447536e+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 6.78628e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.1870208e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 8.413184e+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 54499 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 7.315456e+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 2.0283392e+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.7767270991521719e+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 8.6300883e+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 305368 # 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 126880 # 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 195840 # 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 1.1984386e+07 # 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 902046 # 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 688128 # 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 688128 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.762164e+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.772594351e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 2.75740148421e+11 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="100",type="Processor"} 0 node_cooling_device_cur_state{name="101",type="Processor"} 0 node_cooling_device_cur_state{name="102",type="Processor"} 0 node_cooling_device_cur_state{name="103",type="Processor"} 0 node_cooling_device_cur_state{name="104",type="Processor"} 0 node_cooling_device_cur_state{name="105",type="Processor"} 0 node_cooling_device_cur_state{name="106",type="Processor"} 0 node_cooling_device_cur_state{name="107",type="Processor"} 0 node_cooling_device_cur_state{name="108",type="Processor"} 0 node_cooling_device_cur_state{name="109",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="110",type="Processor"} 0 node_cooling_device_cur_state{name="111",type="Processor"} 0 node_cooling_device_cur_state{name="112",type="Processor"} 0 node_cooling_device_cur_state{name="113",type="Processor"} 0 node_cooling_device_cur_state{name="114",type="Processor"} 0 node_cooling_device_cur_state{name="115",type="Processor"} 0 node_cooling_device_cur_state{name="116",type="Processor"} 0 node_cooling_device_cur_state{name="117",type="Processor"} 0 node_cooling_device_cur_state{name="118",type="Processor"} 0 node_cooling_device_cur_state{name="119",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="120",type="Processor"} 0 node_cooling_device_cur_state{name="121",type="Processor"} 0 node_cooling_device_cur_state{name="122",type="Processor"} 0 node_cooling_device_cur_state{name="123",type="Processor"} 0 node_cooling_device_cur_state{name="124",type="Processor"} 0 node_cooling_device_cur_state{name="125",type="Processor"} 0 node_cooling_device_cur_state{name="126",type="Processor"} 0 node_cooling_device_cur_state{name="127",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="Processor"} 0 node_cooling_device_cur_state{name="89",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 node_cooling_device_cur_state{name="90",type="Processor"} 0 node_cooling_device_cur_state{name="91",type="Processor"} 0 node_cooling_device_cur_state{name="92",type="Processor"} 0 node_cooling_device_cur_state{name="93",type="Processor"} 0 node_cooling_device_cur_state{name="94",type="Processor"} 0 node_cooling_device_cur_state{name="95",type="Processor"} 0 node_cooling_device_cur_state{name="96",type="Processor"} 0 node_cooling_device_cur_state{name="97",type="Processor"} 0 node_cooling_device_cur_state{name="98",type="Processor"} 0 node_cooling_device_cur_state{name="99",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="100",type="Processor"} 0 node_cooling_device_max_state{name="101",type="Processor"} 0 node_cooling_device_max_state{name="102",type="Processor"} 0 node_cooling_device_max_state{name="103",type="Processor"} 0 node_cooling_device_max_state{name="104",type="Processor"} 0 node_cooling_device_max_state{name="105",type="Processor"} 0 node_cooling_device_max_state{name="106",type="Processor"} 0 node_cooling_device_max_state{name="107",type="Processor"} 0 node_cooling_device_max_state{name="108",type="Processor"} 0 node_cooling_device_max_state{name="109",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="110",type="Processor"} 0 node_cooling_device_max_state{name="111",type="Processor"} 0 node_cooling_device_max_state{name="112",type="Processor"} 0 node_cooling_device_max_state{name="113",type="Processor"} 0 node_cooling_device_max_state{name="114",type="Processor"} 0 node_cooling_device_max_state{name="115",type="Processor"} 0 node_cooling_device_max_state{name="116",type="Processor"} 0 node_cooling_device_max_state{name="117",type="Processor"} 0 node_cooling_device_max_state{name="118",type="Processor"} 0 node_cooling_device_max_state{name="119",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="120",type="Processor"} 0 node_cooling_device_max_state{name="121",type="Processor"} 0 node_cooling_device_max_state{name="122",type="Processor"} 0 node_cooling_device_max_state{name="123",type="Processor"} 0 node_cooling_device_max_state{name="124",type="Processor"} 0 node_cooling_device_max_state{name="125",type="Processor"} 0 node_cooling_device_max_state{name="126",type="Processor"} 0 node_cooling_device_max_state{name="127",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="Processor"} 0 node_cooling_device_max_state{name="89",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 node_cooling_device_max_state{name="90",type="Processor"} 0 node_cooling_device_max_state{name="91",type="Processor"} 0 node_cooling_device_max_state{name="92",type="Processor"} 0 node_cooling_device_max_state{name="93",type="Processor"} 0 node_cooling_device_max_state{name="94",type="Processor"} 0 node_cooling_device_max_state{name="95",type="Processor"} 0 node_cooling_device_max_state{name="96",type="Processor"} 0 node_cooling_device_max_state{name="97",type="Processor"} 0 node_cooling_device_max_state{name="98",type="Processor"} 0 node_cooling_device_max_state{name="99",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"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="1"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="10"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="100"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="101"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="102"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="103"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="104"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="105"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="106"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="107"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="108"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="109"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="11"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="110"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="111"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="112"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="113"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="114"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="115"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="116"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="117"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="118"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="119"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="12"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="120"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="121"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="122"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="123"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="124"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="125"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="126"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="127"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="13"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="14"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="15"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="16"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="17"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="18"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="19"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="2"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="20"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="21"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="22"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="23"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="24"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="25"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="26"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="27"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="28"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="29"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="3"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="30"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="31"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="32"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="33"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="34"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="35"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="36"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="37"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="38"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="39"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="4"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="40"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="41"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="42"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="43"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="44"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="45"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="46"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="47"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="48"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="49"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="5"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="50"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="51"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="52"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="53"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="54"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="55"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="56"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="57"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="58"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="59"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="6"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="60"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="61"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="62"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="63"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="64"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="65"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="66"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="67"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="68"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="69"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="7"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="70"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="71"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="72"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="73"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="74"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="75"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="76"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="77"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="78"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="79"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="8"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="80"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="81"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="82"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="83"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="84"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="85"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="86"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="87"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="88"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="89"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="9"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="90"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="91"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="92"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="93"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="94"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="95"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="96"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="97"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="98"} 2.2e+09 node_cpu_frequency_max_hertz{cpu="99"} 2.2e+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="100"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="101"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="102"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="103"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="104"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="105"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="106"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="107"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="108"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="109"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="11"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="110"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="111"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="112"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="113"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="114"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="115"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="116"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="117"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="118"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="119"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="12"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="120"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="121"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="122"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="123"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="124"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="125"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="126"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="127"} 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="88"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="89"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="9"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="90"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="91"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="92"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="93"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="94"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="95"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="96"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="97"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="98"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="99"} 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="100",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="100",mode="user"} 0 node_cpu_guest_seconds_total{cpu="101",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="101",mode="user"} 0 node_cpu_guest_seconds_total{cpu="102",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="102",mode="user"} 0 node_cpu_guest_seconds_total{cpu="103",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="103",mode="user"} 0 node_cpu_guest_seconds_total{cpu="104",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="104",mode="user"} 0 node_cpu_guest_seconds_total{cpu="105",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="105",mode="user"} 0 node_cpu_guest_seconds_total{cpu="106",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="106",mode="user"} 0 node_cpu_guest_seconds_total{cpu="107",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="107",mode="user"} 0 node_cpu_guest_seconds_total{cpu="108",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="108",mode="user"} 0 node_cpu_guest_seconds_total{cpu="109",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="109",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="110",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="110",mode="user"} 0 node_cpu_guest_seconds_total{cpu="111",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="111",mode="user"} 0 node_cpu_guest_seconds_total{cpu="112",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="112",mode="user"} 0 node_cpu_guest_seconds_total{cpu="113",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="113",mode="user"} 0 node_cpu_guest_seconds_total{cpu="114",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="114",mode="user"} 0 node_cpu_guest_seconds_total{cpu="115",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="115",mode="user"} 0 node_cpu_guest_seconds_total{cpu="116",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="116",mode="user"} 0 node_cpu_guest_seconds_total{cpu="117",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="117",mode="user"} 0 node_cpu_guest_seconds_total{cpu="118",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="118",mode="user"} 0 node_cpu_guest_seconds_total{cpu="119",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="119",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="120",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="120",mode="user"} 0 node_cpu_guest_seconds_total{cpu="121",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="121",mode="user"} 0 node_cpu_guest_seconds_total{cpu="122",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="122",mode="user"} 0 node_cpu_guest_seconds_total{cpu="123",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="123",mode="user"} 0 node_cpu_guest_seconds_total{cpu="124",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="124",mode="user"} 0 node_cpu_guest_seconds_total{cpu="125",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="125",mode="user"} 0 node_cpu_guest_seconds_total{cpu="126",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="126",mode="user"} 0 node_cpu_guest_seconds_total{cpu="127",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="127",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="88",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="88",mode="user"} 0 node_cpu_guest_seconds_total{cpu="89",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="89",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 node_cpu_guest_seconds_total{cpu="90",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="90",mode="user"} 0 node_cpu_guest_seconds_total{cpu="91",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="91",mode="user"} 0 node_cpu_guest_seconds_total{cpu="92",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="92",mode="user"} 0 node_cpu_guest_seconds_total{cpu="93",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="93",mode="user"} 0 node_cpu_guest_seconds_total{cpu="94",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="94",mode="user"} 0 node_cpu_guest_seconds_total{cpu="95",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="95",mode="user"} 0 node_cpu_guest_seconds_total{cpu="96",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="96",mode="user"} 0 node_cpu_guest_seconds_total{cpu="97",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="97",mode="user"} 0 node_cpu_guest_seconds_total{cpu="98",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="98",mode="user"} 0 node_cpu_guest_seconds_total{cpu="99",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="99",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.199853e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 1.199742e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="100"} 1.198464e+09 node_cpu_scaling_frequency_hertz{cpu="101"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="102"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="103"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="104"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="105"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="106"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="107"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="108"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="109"} 1.199227e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="110"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="111"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="112"} 1.199035e+09 node_cpu_scaling_frequency_hertz{cpu="113"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="114"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="115"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="116"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="117"} 1.133119e+09 node_cpu_scaling_frequency_hertz{cpu="118"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="119"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 1.199347e+09 node_cpu_scaling_frequency_hertz{cpu="120"} 1.297332e+09 node_cpu_scaling_frequency_hertz{cpu="121"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="122"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="123"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="124"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="125"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="126"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="127"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 1.199777e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 1.199477e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 1.199003e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 1.198862e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="21"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="24"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="25"} 1.198595e+09 node_cpu_scaling_frequency_hertz{cpu="26"} 1.198796e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 1.181548e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="30"} 1.699383e+09 node_cpu_scaling_frequency_hertz{cpu="31"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="32"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="33"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="34"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="35"} 1.19865e+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.19931e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 1.199745e+09 node_cpu_scaling_frequency_hertz{cpu="40"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="41"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="42"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="43"} 1.198387e+09 node_cpu_scaling_frequency_hertz{cpu="44"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="45"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="46"} 1.2e+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.197695e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 1.199695e+09 node_cpu_scaling_frequency_hertz{cpu="50"} 1.199531e+09 node_cpu_scaling_frequency_hertz{cpu="51"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="52"} 1.131765e+09 node_cpu_scaling_frequency_hertz{cpu="53"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="54"} 1.7e+09 node_cpu_scaling_frequency_hertz{cpu="55"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="56"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="57"} 2.2e+09 node_cpu_scaling_frequency_hertz{cpu="58"} 1.420895e+09 node_cpu_scaling_frequency_hertz{cpu="59"} 1.421246e+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.19868e+09 node_cpu_scaling_frequency_hertz{cpu="65"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="66"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="67"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="68"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="69"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="70"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="71"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="72"} 1.199927e+09 node_cpu_scaling_frequency_hertz{cpu="73"} 1.199637e+09 node_cpu_scaling_frequency_hertz{cpu="74"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="75"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="76"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="77"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="78"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="79"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 1.198639e+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.2e+09 node_cpu_scaling_frequency_hertz{cpu="85"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="86"} 1.1985e+09 node_cpu_scaling_frequency_hertz{cpu="87"} 1.199138e+09 node_cpu_scaling_frequency_hertz{cpu="88"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="89"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="90"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="91"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="92"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="93"} 1.340881e+09 node_cpu_scaling_frequency_hertz{cpu="94"} 3.066364e+09 node_cpu_scaling_frequency_hertz{cpu="95"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="96"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="97"} 1.19829e+09 node_cpu_scaling_frequency_hertz{cpu="98"} 1.2e+09 node_cpu_scaling_frequency_hertz{cpu="99"} 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"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="100"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="101"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="102"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="103"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="104"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="105"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="106"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="107"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="108"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="109"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="110"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="111"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="112"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="113"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="114"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="115"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="116"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="117"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="118"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="119"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="120"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="121"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="122"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="123"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="124"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="125"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="126"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="127"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="16"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="17"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="18"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="19"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="20"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="21"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="22"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="23"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="24"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="25"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="26"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="27"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="28"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="29"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="30"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="31"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="32"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="33"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="34"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="35"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="36"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="37"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="38"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="39"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="40"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="41"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="42"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="43"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="44"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="45"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="46"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="47"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="48"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="49"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="50"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="51"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="52"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="53"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="54"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="55"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="56"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="57"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="58"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="59"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="60"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="61"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="62"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="63"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="64"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="65"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="66"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="67"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="68"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="69"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="70"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="71"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="72"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="73"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="74"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="75"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="76"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="77"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="78"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="79"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="80"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="81"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="82"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="83"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="84"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="85"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="86"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="87"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="88"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="89"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="90"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="91"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="92"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="93"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="94"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="95"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="96"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="97"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="98"} 2.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="99"} 2.2e+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="100"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="101"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="102"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="103"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="104"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="105"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="106"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="107"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="108"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="109"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="11"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="110"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="111"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="112"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="113"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="114"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="115"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="116"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="117"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="118"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="119"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="12"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="120"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="121"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="122"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="123"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="124"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="125"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="126"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="127"} 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="88"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="89"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="9"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="90"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="91"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="92"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="93"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="94"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="95"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="96"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="97"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="98"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="99"} 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="100",governor="performance"} 0 node_cpu_scaling_governor{cpu="100",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="101",governor="performance"} 0 node_cpu_scaling_governor{cpu="101",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="102",governor="performance"} 0 node_cpu_scaling_governor{cpu="102",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="103",governor="performance"} 0 node_cpu_scaling_governor{cpu="103",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="104",governor="performance"} 0 node_cpu_scaling_governor{cpu="104",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="105",governor="performance"} 0 node_cpu_scaling_governor{cpu="105",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="106",governor="performance"} 0 node_cpu_scaling_governor{cpu="106",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="107",governor="performance"} 0 node_cpu_scaling_governor{cpu="107",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="108",governor="performance"} 0 node_cpu_scaling_governor{cpu="108",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="109",governor="performance"} 0 node_cpu_scaling_governor{cpu="109",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="110",governor="performance"} 0 node_cpu_scaling_governor{cpu="110",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="111",governor="performance"} 0 node_cpu_scaling_governor{cpu="111",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="112",governor="performance"} 0 node_cpu_scaling_governor{cpu="112",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="113",governor="performance"} 0 node_cpu_scaling_governor{cpu="113",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="114",governor="performance"} 0 node_cpu_scaling_governor{cpu="114",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="115",governor="performance"} 0 node_cpu_scaling_governor{cpu="115",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="116",governor="performance"} 0 node_cpu_scaling_governor{cpu="116",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="117",governor="performance"} 0 node_cpu_scaling_governor{cpu="117",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="118",governor="performance"} 0 node_cpu_scaling_governor{cpu="118",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="119",governor="performance"} 0 node_cpu_scaling_governor{cpu="119",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="120",governor="performance"} 0 node_cpu_scaling_governor{cpu="120",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="121",governor="performance"} 0 node_cpu_scaling_governor{cpu="121",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="122",governor="performance"} 0 node_cpu_scaling_governor{cpu="122",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="123",governor="performance"} 0 node_cpu_scaling_governor{cpu="123",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="124",governor="performance"} 0 node_cpu_scaling_governor{cpu="124",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="125",governor="performance"} 0 node_cpu_scaling_governor{cpu="125",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="126",governor="performance"} 0 node_cpu_scaling_governor{cpu="126",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="127",governor="performance"} 0 node_cpu_scaling_governor{cpu="127",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="88",governor="performance"} 0 node_cpu_scaling_governor{cpu="88",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="89",governor="performance"} 0 node_cpu_scaling_governor{cpu="89",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="9",governor="performance"} 0 node_cpu_scaling_governor{cpu="9",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="90",governor="performance"} 0 node_cpu_scaling_governor{cpu="90",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="91",governor="performance"} 0 node_cpu_scaling_governor{cpu="91",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="92",governor="performance"} 0 node_cpu_scaling_governor{cpu="92",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="93",governor="performance"} 0 node_cpu_scaling_governor{cpu="93",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="94",governor="performance"} 0 node_cpu_scaling_governor{cpu="94",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="95",governor="performance"} 0 node_cpu_scaling_governor{cpu="95",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="96",governor="performance"} 0 node_cpu_scaling_governor{cpu="96",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="97",governor="performance"} 0 node_cpu_scaling_governor{cpu="97",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="98",governor="performance"} 0 node_cpu_scaling_governor{cpu="98",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="99",governor="performance"} 0 node_cpu_scaling_governor{cpu="99",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"} 3.42899661e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 94.7 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 0.14 node_cpu_seconds_total{cpu="0",mode="softirq"} 168480.17 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 61611.98 node_cpu_seconds_total{cpu="0",mode="user"} 316176.75 node_cpu_seconds_total{cpu="1",mode="idle"} 3.62845406e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 96.47 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 0.22 node_cpu_seconds_total{cpu="1",mode="softirq"} 19298.63 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 70606.35 node_cpu_seconds_total{cpu="1",mode="user"} 369854.63 node_cpu_seconds_total{cpu="10",mode="idle"} 3.65289879e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 75.76 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 0.06 node_cpu_seconds_total{cpu="10",mode="softirq"} 2971.35 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 73125.12 node_cpu_seconds_total{cpu="10",mode="user"} 387369.52 node_cpu_seconds_total{cpu="100",mode="idle"} 3.64270858e+06 node_cpu_seconds_total{cpu="100",mode="iowait"} 88.96 node_cpu_seconds_total{cpu="100",mode="irq"} 0 node_cpu_seconds_total{cpu="100",mode="nice"} 0.34 node_cpu_seconds_total{cpu="100",mode="softirq"} 3039.72 node_cpu_seconds_total{cpu="100",mode="steal"} 0 node_cpu_seconds_total{cpu="100",mode="system"} 77132.85 node_cpu_seconds_total{cpu="100",mode="user"} 393681.31 node_cpu_seconds_total{cpu="101",mode="idle"} 3.64274545e+06 node_cpu_seconds_total{cpu="101",mode="iowait"} 87.99 node_cpu_seconds_total{cpu="101",mode="irq"} 0 node_cpu_seconds_total{cpu="101",mode="nice"} 0.09 node_cpu_seconds_total{cpu="101",mode="softirq"} 3049.6 node_cpu_seconds_total{cpu="101",mode="steal"} 0 node_cpu_seconds_total{cpu="101",mode="system"} 77350.34 node_cpu_seconds_total{cpu="101",mode="user"} 393636.32 node_cpu_seconds_total{cpu="102",mode="idle"} 3.64201676e+06 node_cpu_seconds_total{cpu="102",mode="iowait"} 89.73 node_cpu_seconds_total{cpu="102",mode="irq"} 0 node_cpu_seconds_total{cpu="102",mode="nice"} 0.28 node_cpu_seconds_total{cpu="102",mode="softirq"} 3035.77 node_cpu_seconds_total{cpu="102",mode="steal"} 0 node_cpu_seconds_total{cpu="102",mode="system"} 77193.83 node_cpu_seconds_total{cpu="102",mode="user"} 394295.13 node_cpu_seconds_total{cpu="103",mode="idle"} 3.64231643e+06 node_cpu_seconds_total{cpu="103",mode="iowait"} 88.5 node_cpu_seconds_total{cpu="103",mode="irq"} 0 node_cpu_seconds_total{cpu="103",mode="nice"} 0.26 node_cpu_seconds_total{cpu="103",mode="softirq"} 3048.42 node_cpu_seconds_total{cpu="103",mode="steal"} 0 node_cpu_seconds_total{cpu="103",mode="system"} 77201.05 node_cpu_seconds_total{cpu="103",mode="user"} 393991.39 node_cpu_seconds_total{cpu="104",mode="idle"} 3.64130251e+06 node_cpu_seconds_total{cpu="104",mode="iowait"} 144.12 node_cpu_seconds_total{cpu="104",mode="irq"} 0 node_cpu_seconds_total{cpu="104",mode="nice"} 0.05 node_cpu_seconds_total{cpu="104",mode="softirq"} 4526.61 node_cpu_seconds_total{cpu="104",mode="steal"} 0 node_cpu_seconds_total{cpu="104",mode="system"} 75813.38 node_cpu_seconds_total{cpu="104",mode="user"} 391748.56 node_cpu_seconds_total{cpu="105",mode="idle"} 3.64129271e+06 node_cpu_seconds_total{cpu="105",mode="iowait"} 140.17 node_cpu_seconds_total{cpu="105",mode="irq"} 0 node_cpu_seconds_total{cpu="105",mode="nice"} 0.06 node_cpu_seconds_total{cpu="105",mode="softirq"} 4530.45 node_cpu_seconds_total{cpu="105",mode="steal"} 0 node_cpu_seconds_total{cpu="105",mode="system"} 76068.45 node_cpu_seconds_total{cpu="105",mode="user"} 391955.31 node_cpu_seconds_total{cpu="106",mode="idle"} 3.64207139e+06 node_cpu_seconds_total{cpu="106",mode="iowait"} 138.75 node_cpu_seconds_total{cpu="106",mode="irq"} 0 node_cpu_seconds_total{cpu="106",mode="nice"} 0.09 node_cpu_seconds_total{cpu="106",mode="softirq"} 4503.83 node_cpu_seconds_total{cpu="106",mode="steal"} 0 node_cpu_seconds_total{cpu="106",mode="system"} 75741.99 node_cpu_seconds_total{cpu="106",mode="user"} 391406.34 node_cpu_seconds_total{cpu="107",mode="idle"} 3.64319276e+06 node_cpu_seconds_total{cpu="107",mode="iowait"} 136.75 node_cpu_seconds_total{cpu="107",mode="irq"} 0 node_cpu_seconds_total{cpu="107",mode="nice"} 0.14 node_cpu_seconds_total{cpu="107",mode="softirq"} 4470.1 node_cpu_seconds_total{cpu="107",mode="steal"} 0 node_cpu_seconds_total{cpu="107",mode="system"} 75636.92 node_cpu_seconds_total{cpu="107",mode="user"} 390774.04 node_cpu_seconds_total{cpu="108",mode="idle"} 3.64621302e+06 node_cpu_seconds_total{cpu="108",mode="iowait"} 107.35 node_cpu_seconds_total{cpu="108",mode="irq"} 0 node_cpu_seconds_total{cpu="108",mode="nice"} 0.39 node_cpu_seconds_total{cpu="108",mode="softirq"} 3749.42 node_cpu_seconds_total{cpu="108",mode="steal"} 0 node_cpu_seconds_total{cpu="108",mode="system"} 75853.48 node_cpu_seconds_total{cpu="108",mode="user"} 389263.44 node_cpu_seconds_total{cpu="109",mode="idle"} 3.64654798e+06 node_cpu_seconds_total{cpu="109",mode="iowait"} 104 node_cpu_seconds_total{cpu="109",mode="irq"} 0 node_cpu_seconds_total{cpu="109",mode="nice"} 0.71 node_cpu_seconds_total{cpu="109",mode="softirq"} 3738.22 node_cpu_seconds_total{cpu="109",mode="steal"} 0 node_cpu_seconds_total{cpu="109",mode="system"} 75961.18 node_cpu_seconds_total{cpu="109",mode="user"} 388650.67 node_cpu_seconds_total{cpu="11",mode="idle"} 3.65451169e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 75.28 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"} 2887.17 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 72916.84 node_cpu_seconds_total{cpu="11",mode="user"} 386410.5 node_cpu_seconds_total{cpu="110",mode="idle"} 3.64615441e+06 node_cpu_seconds_total{cpu="110",mode="iowait"} 103.6 node_cpu_seconds_total{cpu="110",mode="irq"} 0 node_cpu_seconds_total{cpu="110",mode="nice"} 0.03 node_cpu_seconds_total{cpu="110",mode="softirq"} 3753.41 node_cpu_seconds_total{cpu="110",mode="steal"} 0 node_cpu_seconds_total{cpu="110",mode="system"} 75796.21 node_cpu_seconds_total{cpu="110",mode="user"} 389085.33 node_cpu_seconds_total{cpu="111",mode="idle"} 3.64680512e+06 node_cpu_seconds_total{cpu="111",mode="iowait"} 103.51 node_cpu_seconds_total{cpu="111",mode="irq"} 0 node_cpu_seconds_total{cpu="111",mode="nice"} 0.06 node_cpu_seconds_total{cpu="111",mode="softirq"} 3754.12 node_cpu_seconds_total{cpu="111",mode="steal"} 0 node_cpu_seconds_total{cpu="111",mode="system"} 75737.03 node_cpu_seconds_total{cpu="111",mode="user"} 388786.81 node_cpu_seconds_total{cpu="112",mode="idle"} 3.62582333e+06 node_cpu_seconds_total{cpu="112",mode="iowait"} 153.61 node_cpu_seconds_total{cpu="112",mode="irq"} 0 node_cpu_seconds_total{cpu="112",mode="nice"} 0.05 node_cpu_seconds_total{cpu="112",mode="softirq"} 5198.85 node_cpu_seconds_total{cpu="112",mode="steal"} 0 node_cpu_seconds_total{cpu="112",mode="system"} 76883.84 node_cpu_seconds_total{cpu="112",mode="user"} 402983.78 node_cpu_seconds_total{cpu="113",mode="idle"} 3.62477228e+06 node_cpu_seconds_total{cpu="113",mode="iowait"} 155.2 node_cpu_seconds_total{cpu="113",mode="irq"} 0 node_cpu_seconds_total{cpu="113",mode="nice"} 0.08 node_cpu_seconds_total{cpu="113",mode="softirq"} 5219.4 node_cpu_seconds_total{cpu="113",mode="steal"} 0 node_cpu_seconds_total{cpu="113",mode="system"} 77216.56 node_cpu_seconds_total{cpu="113",mode="user"} 404025.96 node_cpu_seconds_total{cpu="114",mode="idle"} 3.62631348e+06 node_cpu_seconds_total{cpu="114",mode="iowait"} 150.3 node_cpu_seconds_total{cpu="114",mode="irq"} 0 node_cpu_seconds_total{cpu="114",mode="nice"} 0.13 node_cpu_seconds_total{cpu="114",mode="softirq"} 5166.44 node_cpu_seconds_total{cpu="114",mode="steal"} 0 node_cpu_seconds_total{cpu="114",mode="system"} 76804.06 node_cpu_seconds_total{cpu="114",mode="user"} 402620.86 node_cpu_seconds_total{cpu="115",mode="idle"} 3.6282962e+06 node_cpu_seconds_total{cpu="115",mode="iowait"} 152.62 node_cpu_seconds_total{cpu="115",mode="irq"} 0 node_cpu_seconds_total{cpu="115",mode="nice"} 0.01 node_cpu_seconds_total{cpu="115",mode="softirq"} 5118.66 node_cpu_seconds_total{cpu="115",mode="steal"} 0 node_cpu_seconds_total{cpu="115",mode="system"} 76726.66 node_cpu_seconds_total{cpu="115",mode="user"} 401049.47 node_cpu_seconds_total{cpu="116",mode="idle"} 3.6319838e+06 node_cpu_seconds_total{cpu="116",mode="iowait"} 115.12 node_cpu_seconds_total{cpu="116",mode="irq"} 0 node_cpu_seconds_total{cpu="116",mode="nice"} 0.08 node_cpu_seconds_total{cpu="116",mode="softirq"} 4225.3 node_cpu_seconds_total{cpu="116",mode="steal"} 0 node_cpu_seconds_total{cpu="116",mode="system"} 77107.06 node_cpu_seconds_total{cpu="116",mode="user"} 399361.88 node_cpu_seconds_total{cpu="117",mode="idle"} 3.63166109e+06 node_cpu_seconds_total{cpu="117",mode="iowait"} 114.47 node_cpu_seconds_total{cpu="117",mode="irq"} 0 node_cpu_seconds_total{cpu="117",mode="nice"} 0.27 node_cpu_seconds_total{cpu="117",mode="softirq"} 4224.5 node_cpu_seconds_total{cpu="117",mode="steal"} 0 node_cpu_seconds_total{cpu="117",mode="system"} 77318.24 node_cpu_seconds_total{cpu="117",mode="user"} 399371.66 node_cpu_seconds_total{cpu="118",mode="idle"} 3.63152309e+06 node_cpu_seconds_total{cpu="118",mode="iowait"} 113.86 node_cpu_seconds_total{cpu="118",mode="irq"} 0 node_cpu_seconds_total{cpu="118",mode="nice"} 0.02 node_cpu_seconds_total{cpu="118",mode="softirq"} 4229.97 node_cpu_seconds_total{cpu="118",mode="steal"} 0 node_cpu_seconds_total{cpu="118",mode="system"} 77077.92 node_cpu_seconds_total{cpu="118",mode="user"} 399354.06 node_cpu_seconds_total{cpu="119",mode="idle"} 3.63166586e+06 node_cpu_seconds_total{cpu="119",mode="iowait"} 115.57 node_cpu_seconds_total{cpu="119",mode="irq"} 0 node_cpu_seconds_total{cpu="119",mode="nice"} 0.03 node_cpu_seconds_total{cpu="119",mode="softirq"} 4229.54 node_cpu_seconds_total{cpu="119",mode="steal"} 0 node_cpu_seconds_total{cpu="119",mode="system"} 77069.61 node_cpu_seconds_total{cpu="119",mode="user"} 399609.08 node_cpu_seconds_total{cpu="12",mode="idle"} 3.65550415e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 73.81 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 0.06 node_cpu_seconds_total{cpu="12",mode="softirq"} 2672.05 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 72903.03 node_cpu_seconds_total{cpu="12",mode="user"} 386007.94 node_cpu_seconds_total{cpu="120",mode="idle"} 3.61489624e+06 node_cpu_seconds_total{cpu="120",mode="iowait"} 154.31 node_cpu_seconds_total{cpu="120",mode="irq"} 0 node_cpu_seconds_total{cpu="120",mode="nice"} 0.12 node_cpu_seconds_total{cpu="120",mode="softirq"} 5241.02 node_cpu_seconds_total{cpu="120",mode="steal"} 0 node_cpu_seconds_total{cpu="120",mode="system"} 78278.55 node_cpu_seconds_total{cpu="120",mode="user"} 412929.47 node_cpu_seconds_total{cpu="121",mode="idle"} 3.61767111e+06 node_cpu_seconds_total{cpu="121",mode="iowait"} 153.23 node_cpu_seconds_total{cpu="121",mode="irq"} 0 node_cpu_seconds_total{cpu="121",mode="nice"} 0.12 node_cpu_seconds_total{cpu="121",mode="softirq"} 5240.55 node_cpu_seconds_total{cpu="121",mode="steal"} 0 node_cpu_seconds_total{cpu="121",mode="system"} 78225.35 node_cpu_seconds_total{cpu="121",mode="user"} 410349.28 node_cpu_seconds_total{cpu="122",mode="idle"} 3.62019033e+06 node_cpu_seconds_total{cpu="122",mode="iowait"} 148.54 node_cpu_seconds_total{cpu="122",mode="irq"} 0 node_cpu_seconds_total{cpu="122",mode="nice"} 0.17 node_cpu_seconds_total{cpu="122",mode="softirq"} 5195.77 node_cpu_seconds_total{cpu="122",mode="steal"} 0 node_cpu_seconds_total{cpu="122",mode="system"} 77702.57 node_cpu_seconds_total{cpu="122",mode="user"} 408407.06 node_cpu_seconds_total{cpu="123",mode="idle"} 3.61927041e+06 node_cpu_seconds_total{cpu="123",mode="iowait"} 143.55 node_cpu_seconds_total{cpu="123",mode="irq"} 0 node_cpu_seconds_total{cpu="123",mode="nice"} 0.14 node_cpu_seconds_total{cpu="123",mode="softirq"} 5164.54 node_cpu_seconds_total{cpu="123",mode="steal"} 0 node_cpu_seconds_total{cpu="123",mode="system"} 77885.52 node_cpu_seconds_total{cpu="123",mode="user"} 409423.44 node_cpu_seconds_total{cpu="124",mode="idle"} 3.62279946e+06 node_cpu_seconds_total{cpu="124",mode="iowait"} 111.77 node_cpu_seconds_total{cpu="124",mode="irq"} 0 node_cpu_seconds_total{cpu="124",mode="nice"} 0.15 node_cpu_seconds_total{cpu="124",mode="softirq"} 4202.66 node_cpu_seconds_total{cpu="124",mode="steal"} 0 node_cpu_seconds_total{cpu="124",mode="system"} 78216.2 node_cpu_seconds_total{cpu="124",mode="user"} 407739.17 node_cpu_seconds_total{cpu="125",mode="idle"} 3.62347139e+06 node_cpu_seconds_total{cpu="125",mode="iowait"} 115.45 node_cpu_seconds_total{cpu="125",mode="irq"} 0 node_cpu_seconds_total{cpu="125",mode="nice"} 0.13 node_cpu_seconds_total{cpu="125",mode="softirq"} 4199.15 node_cpu_seconds_total{cpu="125",mode="steal"} 0 node_cpu_seconds_total{cpu="125",mode="system"} 78355.04 node_cpu_seconds_total{cpu="125",mode="user"} 406854.97 node_cpu_seconds_total{cpu="126",mode="idle"} 3.62507026e+06 node_cpu_seconds_total{cpu="126",mode="iowait"} 118.35 node_cpu_seconds_total{cpu="126",mode="irq"} 0 node_cpu_seconds_total{cpu="126",mode="nice"} 0.38 node_cpu_seconds_total{cpu="126",mode="softirq"} 4196.51 node_cpu_seconds_total{cpu="126",mode="steal"} 0 node_cpu_seconds_total{cpu="126",mode="system"} 77959.62 node_cpu_seconds_total{cpu="126",mode="user"} 405728.8 node_cpu_seconds_total{cpu="127",mode="idle"} 3.62585837e+06 node_cpu_seconds_total{cpu="127",mode="iowait"} 106.87 node_cpu_seconds_total{cpu="127",mode="irq"} 0 node_cpu_seconds_total{cpu="127",mode="nice"} 0.5 node_cpu_seconds_total{cpu="127",mode="softirq"} 4206.74 node_cpu_seconds_total{cpu="127",mode="steal"} 0 node_cpu_seconds_total{cpu="127",mode="system"} 77912.67 node_cpu_seconds_total{cpu="127",mode="user"} 405236.22 node_cpu_seconds_total{cpu="13",mode="idle"} 3.66124603e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 67.82 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 0.01 node_cpu_seconds_total{cpu="13",mode="softirq"} 2634.28 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 72481.84 node_cpu_seconds_total{cpu="13",mode="user"} 381071.75 node_cpu_seconds_total{cpu="14",mode="idle"} 3.66181768e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 65.15 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 0.2 node_cpu_seconds_total{cpu="14",mode="softirq"} 2604.62 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 72145.2 node_cpu_seconds_total{cpu="14",mode="user"} 380856.4 node_cpu_seconds_total{cpu="15",mode="idle"} 3.66380916e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 64.14 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 0.15 node_cpu_seconds_total{cpu="15",mode="softirq"} 2596.54 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 71892.74 node_cpu_seconds_total{cpu="15",mode="user"} 378869.71 node_cpu_seconds_total{cpu="16",mode="idle"} 3.65828029e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 91.15 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 0.34 node_cpu_seconds_total{cpu="16",mode="softirq"} 2972.36 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 72796.71 node_cpu_seconds_total{cpu="16",mode="user"} 382925.65 node_cpu_seconds_total{cpu="17",mode="idle"} 3.66439305e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 85.22 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 0.12 node_cpu_seconds_total{cpu="17",mode="softirq"} 2890.6 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 72274.44 node_cpu_seconds_total{cpu="17",mode="user"} 377751.68 node_cpu_seconds_total{cpu="18",mode="idle"} 3.66535374e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 82.69 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 0.07 node_cpu_seconds_total{cpu="18",mode="softirq"} 2829.74 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 71947.12 node_cpu_seconds_total{cpu="18",mode="user"} 377290.52 node_cpu_seconds_total{cpu="19",mode="idle"} 3.66688615e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 82.78 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 0.04 node_cpu_seconds_total{cpu="19",mode="softirq"} 2796.2 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 71714.8 node_cpu_seconds_total{cpu="19",mode="user"} 376037.49 node_cpu_seconds_total{cpu="2",mode="idle"} 3.65235311e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 84.62 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 0.17 node_cpu_seconds_total{cpu="2",mode="softirq"} 6541.96 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 71651.86 node_cpu_seconds_total{cpu="2",mode="user"} 377701.64 node_cpu_seconds_total{cpu="20",mode="idle"} 3.66816982e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 75.67 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 0.21 node_cpu_seconds_total{cpu="20",mode="softirq"} 2567.77 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 71551.86 node_cpu_seconds_total{cpu="20",mode="user"} 375595.4 node_cpu_seconds_total{cpu="21",mode="idle"} 3.67161152e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 67.98 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 0.08 node_cpu_seconds_total{cpu="21",mode="softirq"} 2577.1 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 71363.49 node_cpu_seconds_total{cpu="21",mode="user"} 372439.53 node_cpu_seconds_total{cpu="22",mode="idle"} 3.67188842e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 67.04 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 0.04 node_cpu_seconds_total{cpu="22",mode="softirq"} 2569.54 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 71099.52 node_cpu_seconds_total{cpu="22",mode="user"} 372278.99 node_cpu_seconds_total{cpu="23",mode="idle"} 3.67193691e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 73.19 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 0.1 node_cpu_seconds_total{cpu="23",mode="softirq"} 2562.09 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 71120.02 node_cpu_seconds_total{cpu="23",mode="user"} 372584.6 node_cpu_seconds_total{cpu="24",mode="idle"} 3.65344887e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 115.49 node_cpu_seconds_total{cpu="24",mode="irq"} 0 node_cpu_seconds_total{cpu="24",mode="nice"} 0.36 node_cpu_seconds_total{cpu="24",mode="softirq"} 3121.32 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 72758 node_cpu_seconds_total{cpu="24",mode="user"} 387043.94 node_cpu_seconds_total{cpu="25",mode="idle"} 3.66057821e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 104.81 node_cpu_seconds_total{cpu="25",mode="irq"} 0 node_cpu_seconds_total{cpu="25",mode="nice"} 0.27 node_cpu_seconds_total{cpu="25",mode="softirq"} 2999.87 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 72183.74 node_cpu_seconds_total{cpu="25",mode="user"} 381132.09 node_cpu_seconds_total{cpu="26",mode="idle"} 3.66209089e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 101.77 node_cpu_seconds_total{cpu="26",mode="irq"} 0 node_cpu_seconds_total{cpu="26",mode="nice"} 0.02 node_cpu_seconds_total{cpu="26",mode="softirq"} 2920.06 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 71765.55 node_cpu_seconds_total{cpu="26",mode="user"} 380143.74 node_cpu_seconds_total{cpu="27",mode="idle"} 3.66315139e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 104.82 node_cpu_seconds_total{cpu="27",mode="irq"} 0 node_cpu_seconds_total{cpu="27",mode="nice"} 0.15 node_cpu_seconds_total{cpu="27",mode="softirq"} 2862.5 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 71689.49 node_cpu_seconds_total{cpu="27",mode="user"} 379294.39 node_cpu_seconds_total{cpu="28",mode="idle"} 3.66435118e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 108.91 node_cpu_seconds_total{cpu="28",mode="irq"} 0 node_cpu_seconds_total{cpu="28",mode="nice"} 0.22 node_cpu_seconds_total{cpu="28",mode="softirq"} 2665.84 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 71428.69 node_cpu_seconds_total{cpu="28",mode="user"} 378576.11 node_cpu_seconds_total{cpu="29",mode="idle"} 3.6685856e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 101.82 node_cpu_seconds_total{cpu="29",mode="irq"} 0 node_cpu_seconds_total{cpu="29",mode="nice"} 0.4 node_cpu_seconds_total{cpu="29",mode="softirq"} 2636.42 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 71202.84 node_cpu_seconds_total{cpu="29",mode="user"} 375086.32 node_cpu_seconds_total{cpu="3",mode="idle"} 3.65525887e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 89.7 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 0.17 node_cpu_seconds_total{cpu="3",mode="softirq"} 3939.21 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 72209.47 node_cpu_seconds_total{cpu="3",mode="user"} 381375.6 node_cpu_seconds_total{cpu="30",mode="idle"} 3.67122139e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 101.78 node_cpu_seconds_total{cpu="30",mode="irq"} 0 node_cpu_seconds_total{cpu="30",mode="nice"} 0.14 node_cpu_seconds_total{cpu="30",mode="softirq"} 2639.37 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 70572.58 node_cpu_seconds_total{cpu="30",mode="user"} 372523.22 node_cpu_seconds_total{cpu="31",mode="idle"} 3.66039191e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 98.52 node_cpu_seconds_total{cpu="31",mode="irq"} 0 node_cpu_seconds_total{cpu="31",mode="nice"} 0.14 node_cpu_seconds_total{cpu="31",mode="softirq"} 7689.47 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 70480.5 node_cpu_seconds_total{cpu="31",mode="user"} 370797.11 node_cpu_seconds_total{cpu="32",mode="idle"} 3.62019917e+06 node_cpu_seconds_total{cpu="32",mode="iowait"} 133.16 node_cpu_seconds_total{cpu="32",mode="irq"} 0 node_cpu_seconds_total{cpu="32",mode="nice"} 0.15 node_cpu_seconds_total{cpu="32",mode="softirq"} 4120.81 node_cpu_seconds_total{cpu="32",mode="steal"} 0 node_cpu_seconds_total{cpu="32",mode="system"} 78975.32 node_cpu_seconds_total{cpu="32",mode="user"} 410988.23 node_cpu_seconds_total{cpu="33",mode="idle"} 3.63173308e+06 node_cpu_seconds_total{cpu="33",mode="iowait"} 127.65 node_cpu_seconds_total{cpu="33",mode="irq"} 0 node_cpu_seconds_total{cpu="33",mode="nice"} 0.06 node_cpu_seconds_total{cpu="33",mode="softirq"} 3873.82 node_cpu_seconds_total{cpu="33",mode="steal"} 0 node_cpu_seconds_total{cpu="33",mode="system"} 78150.88 node_cpu_seconds_total{cpu="33",mode="user"} 400903.64 node_cpu_seconds_total{cpu="34",mode="idle"} 3.6339839e+06 node_cpu_seconds_total{cpu="34",mode="iowait"} 126.5 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"} 3759.62 node_cpu_seconds_total{cpu="34",mode="steal"} 0 node_cpu_seconds_total{cpu="34",mode="system"} 77722.97 node_cpu_seconds_total{cpu="34",mode="user"} 399041.59 node_cpu_seconds_total{cpu="35",mode="idle"} 3.63558774e+06 node_cpu_seconds_total{cpu="35",mode="iowait"} 123.46 node_cpu_seconds_total{cpu="35",mode="irq"} 0 node_cpu_seconds_total{cpu="35",mode="nice"} 0.01 node_cpu_seconds_total{cpu="35",mode="softirq"} 3691.15 node_cpu_seconds_total{cpu="35",mode="steal"} 0 node_cpu_seconds_total{cpu="35",mode="system"} 77628.87 node_cpu_seconds_total{cpu="35",mode="user"} 398409.7 node_cpu_seconds_total{cpu="36",mode="idle"} 3.63538963e+06 node_cpu_seconds_total{cpu="36",mode="iowait"} 93.62 node_cpu_seconds_total{cpu="36",mode="irq"} 0 node_cpu_seconds_total{cpu="36",mode="nice"} 0.19 node_cpu_seconds_total{cpu="36",mode="softirq"} 3057.49 node_cpu_seconds_total{cpu="36",mode="steal"} 0 node_cpu_seconds_total{cpu="36",mode="system"} 77998.98 node_cpu_seconds_total{cpu="36",mode="user"} 399041.42 node_cpu_seconds_total{cpu="37",mode="idle"} 3.63818822e+06 node_cpu_seconds_total{cpu="37",mode="iowait"} 95.55 node_cpu_seconds_total{cpu="37",mode="irq"} 0 node_cpu_seconds_total{cpu="37",mode="nice"} 0.08 node_cpu_seconds_total{cpu="37",mode="softirq"} 3069.21 node_cpu_seconds_total{cpu="37",mode="steal"} 0 node_cpu_seconds_total{cpu="37",mode="system"} 77969.76 node_cpu_seconds_total{cpu="37",mode="user"} 397133.26 node_cpu_seconds_total{cpu="38",mode="idle"} 3.6390534e+06 node_cpu_seconds_total{cpu="38",mode="iowait"} 89.85 node_cpu_seconds_total{cpu="38",mode="irq"} 0 node_cpu_seconds_total{cpu="38",mode="nice"} 0 node_cpu_seconds_total{cpu="38",mode="softirq"} 3048.12 node_cpu_seconds_total{cpu="38",mode="steal"} 0 node_cpu_seconds_total{cpu="38",mode="system"} 77533.44 node_cpu_seconds_total{cpu="38",mode="user"} 396115.55 node_cpu_seconds_total{cpu="39",mode="idle"} 3.63929762e+06 node_cpu_seconds_total{cpu="39",mode="iowait"} 89.92 node_cpu_seconds_total{cpu="39",mode="irq"} 0 node_cpu_seconds_total{cpu="39",mode="nice"} 0.15 node_cpu_seconds_total{cpu="39",mode="softirq"} 3046.1 node_cpu_seconds_total{cpu="39",mode="steal"} 0 node_cpu_seconds_total{cpu="39",mode="system"} 77588.8 node_cpu_seconds_total{cpu="39",mode="user"} 396118.69 node_cpu_seconds_total{cpu="4",mode="idle"} 3.64537956e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 178.87 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 0.38 node_cpu_seconds_total{cpu="4",mode="softirq"} 3909.72 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 73722.86 node_cpu_seconds_total{cpu="4",mode="user"} 386916.23 node_cpu_seconds_total{cpu="40",mode="idle"} 3.61256319e+06 node_cpu_seconds_total{cpu="40",mode="iowait"} 151.33 node_cpu_seconds_total{cpu="40",mode="irq"} 0 node_cpu_seconds_total{cpu="40",mode="nice"} 0.11 node_cpu_seconds_total{cpu="40",mode="softirq"} 5215.55 node_cpu_seconds_total{cpu="40",mode="steal"} 0 node_cpu_seconds_total{cpu="40",mode="system"} 78429.18 node_cpu_seconds_total{cpu="40",mode="user"} 415927.36 node_cpu_seconds_total{cpu="41",mode="idle"} 3.62901917e+06 node_cpu_seconds_total{cpu="41",mode="iowait"} 149.46 node_cpu_seconds_total{cpu="41",mode="irq"} 0 node_cpu_seconds_total{cpu="41",mode="nice"} 0.03 node_cpu_seconds_total{cpu="41",mode="softirq"} 4885.6 node_cpu_seconds_total{cpu="41",mode="steal"} 0 node_cpu_seconds_total{cpu="41",mode="system"} 77264.45 node_cpu_seconds_total{cpu="41",mode="user"} 402021.19 node_cpu_seconds_total{cpu="42",mode="idle"} 3.63461505e+06 node_cpu_seconds_total{cpu="42",mode="iowait"} 143.08 node_cpu_seconds_total{cpu="42",mode="irq"} 0 node_cpu_seconds_total{cpu="42",mode="nice"} 0.24 node_cpu_seconds_total{cpu="42",mode="softirq"} 4726.26 node_cpu_seconds_total{cpu="42",mode="steal"} 0 node_cpu_seconds_total{cpu="42",mode="system"} 76502.63 node_cpu_seconds_total{cpu="42",mode="user"} 396890 node_cpu_seconds_total{cpu="43",mode="idle"} 3.63648587e+06 node_cpu_seconds_total{cpu="43",mode="iowait"} 145.44 node_cpu_seconds_total{cpu="43",mode="irq"} 0 node_cpu_seconds_total{cpu="43",mode="nice"} 0.13 node_cpu_seconds_total{cpu="43",mode="softirq"} 4644.76 node_cpu_seconds_total{cpu="43",mode="steal"} 0 node_cpu_seconds_total{cpu="43",mode="system"} 76414.3 node_cpu_seconds_total{cpu="43",mode="user"} 396039.18 node_cpu_seconds_total{cpu="44",mode="idle"} 3.63688192e+06 node_cpu_seconds_total{cpu="44",mode="iowait"} 111.05 node_cpu_seconds_total{cpu="44",mode="irq"} 0 node_cpu_seconds_total{cpu="44",mode="nice"} 0.05 node_cpu_seconds_total{cpu="44",mode="softirq"} 3786.78 node_cpu_seconds_total{cpu="44",mode="steal"} 0 node_cpu_seconds_total{cpu="44",mode="system"} 76907.48 node_cpu_seconds_total{cpu="44",mode="user"} 396948.1 node_cpu_seconds_total{cpu="45",mode="idle"} 3.64129256e+06 node_cpu_seconds_total{cpu="45",mode="iowait"} 107.12 node_cpu_seconds_total{cpu="45",mode="irq"} 0 node_cpu_seconds_total{cpu="45",mode="nice"} 0.1 node_cpu_seconds_total{cpu="45",mode="softirq"} 3769.7 node_cpu_seconds_total{cpu="45",mode="steal"} 0 node_cpu_seconds_total{cpu="45",mode="system"} 76681.85 node_cpu_seconds_total{cpu="45",mode="user"} 392491.82 node_cpu_seconds_total{cpu="46",mode="idle"} 3.64313369e+06 node_cpu_seconds_total{cpu="46",mode="iowait"} 103.45 node_cpu_seconds_total{cpu="46",mode="irq"} 0 node_cpu_seconds_total{cpu="46",mode="nice"} 0.13 node_cpu_seconds_total{cpu="46",mode="softirq"} 3776.52 node_cpu_seconds_total{cpu="46",mode="steal"} 0 node_cpu_seconds_total{cpu="46",mode="system"} 76249.45 node_cpu_seconds_total{cpu="46",mode="user"} 391531.3 node_cpu_seconds_total{cpu="47",mode="idle"} 3.64398287e+06 node_cpu_seconds_total{cpu="47",mode="iowait"} 103.52 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"} 3770.49 node_cpu_seconds_total{cpu="47",mode="steal"} 0 node_cpu_seconds_total{cpu="47",mode="system"} 76169.78 node_cpu_seconds_total{cpu="47",mode="user"} 390422.29 node_cpu_seconds_total{cpu="48",mode="idle"} 3.57116071e+06 node_cpu_seconds_total{cpu="48",mode="iowait"} 160.78 node_cpu_seconds_total{cpu="48",mode="irq"} 0 node_cpu_seconds_total{cpu="48",mode="nice"} 0.16 node_cpu_seconds_total{cpu="48",mode="softirq"} 6391.56 node_cpu_seconds_total{cpu="48",mode="steal"} 0 node_cpu_seconds_total{cpu="48",mode="system"} 81458.09 node_cpu_seconds_total{cpu="48",mode="user"} 449448.66 node_cpu_seconds_total{cpu="49",mode="idle"} 3.60012697e+06 node_cpu_seconds_total{cpu="49",mode="iowait"} 159.55 node_cpu_seconds_total{cpu="49",mode="irq"} 0 node_cpu_seconds_total{cpu="49",mode="nice"} 0.29 node_cpu_seconds_total{cpu="49",mode="softirq"} 5838.67 node_cpu_seconds_total{cpu="49",mode="steal"} 0 node_cpu_seconds_total{cpu="49",mode="system"} 79346.33 node_cpu_seconds_total{cpu="49",mode="user"} 424767.18 node_cpu_seconds_total{cpu="5",mode="idle"} 3.6528526e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 166.89 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 0.22 node_cpu_seconds_total{cpu="5",mode="softirq"} 3088.43 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 73622.18 node_cpu_seconds_total{cpu="5",mode="user"} 384621.32 node_cpu_seconds_total{cpu="50",mode="idle"} 3.61348712e+06 node_cpu_seconds_total{cpu="50",mode="iowait"} 152.95 node_cpu_seconds_total{cpu="50",mode="irq"} 0 node_cpu_seconds_total{cpu="50",mode="nice"} 0.22 node_cpu_seconds_total{cpu="50",mode="softirq"} 5564.64 node_cpu_seconds_total{cpu="50",mode="steal"} 0 node_cpu_seconds_total{cpu="50",mode="system"} 78021.17 node_cpu_seconds_total{cpu="50",mode="user"} 413139.86 node_cpu_seconds_total{cpu="51",mode="idle"} 3.61822834e+06 node_cpu_seconds_total{cpu="51",mode="iowait"} 152.59 node_cpu_seconds_total{cpu="51",mode="irq"} 0 node_cpu_seconds_total{cpu="51",mode="nice"} 0.22 node_cpu_seconds_total{cpu="51",mode="softirq"} 5426.26 node_cpu_seconds_total{cpu="51",mode="steal"} 0 node_cpu_seconds_total{cpu="51",mode="system"} 77675.81 node_cpu_seconds_total{cpu="51",mode="user"} 409453.92 node_cpu_seconds_total{cpu="52",mode="idle"} 3.61918598e+06 node_cpu_seconds_total{cpu="52",mode="iowait"} 113.48 node_cpu_seconds_total{cpu="52",mode="irq"} 0 node_cpu_seconds_total{cpu="52",mode="nice"} 0.06 node_cpu_seconds_total{cpu="52",mode="softirq"} 4294.38 node_cpu_seconds_total{cpu="52",mode="steal"} 0 node_cpu_seconds_total{cpu="52",mode="system"} 78396 node_cpu_seconds_total{cpu="52",mode="user"} 409591.5 node_cpu_seconds_total{cpu="53",mode="idle"} 3.62695242e+06 node_cpu_seconds_total{cpu="53",mode="iowait"} 115.14 node_cpu_seconds_total{cpu="53",mode="irq"} 0 node_cpu_seconds_total{cpu="53",mode="nice"} 0.1 node_cpu_seconds_total{cpu="53",mode="softirq"} 4265.22 node_cpu_seconds_total{cpu="53",mode="steal"} 0 node_cpu_seconds_total{cpu="53",mode="system"} 77845.63 node_cpu_seconds_total{cpu="53",mode="user"} 403149.66 node_cpu_seconds_total{cpu="54",mode="idle"} 3.62858027e+06 node_cpu_seconds_total{cpu="54",mode="iowait"} 110.93 node_cpu_seconds_total{cpu="54",mode="irq"} 0 node_cpu_seconds_total{cpu="54",mode="nice"} 0.01 node_cpu_seconds_total{cpu="54",mode="softirq"} 4261.18 node_cpu_seconds_total{cpu="54",mode="steal"} 0 node_cpu_seconds_total{cpu="54",mode="system"} 77458.4 node_cpu_seconds_total{cpu="54",mode="user"} 401754.53 node_cpu_seconds_total{cpu="55",mode="idle"} 3.63006468e+06 node_cpu_seconds_total{cpu="55",mode="iowait"} 114.66 node_cpu_seconds_total{cpu="55",mode="irq"} 0 node_cpu_seconds_total{cpu="55",mode="nice"} 0.12 node_cpu_seconds_total{cpu="55",mode="softirq"} 4250.8 node_cpu_seconds_total{cpu="55",mode="steal"} 0 node_cpu_seconds_total{cpu="55",mode="system"} 77365.61 node_cpu_seconds_total{cpu="55",mode="user"} 400700.24 node_cpu_seconds_total{cpu="56",mode="idle"} 3.55309488e+06 node_cpu_seconds_total{cpu="56",mode="iowait"} 154.57 node_cpu_seconds_total{cpu="56",mode="irq"} 0 node_cpu_seconds_total{cpu="56",mode="nice"} 0.02 node_cpu_seconds_total{cpu="56",mode="softirq"} 6616.89 node_cpu_seconds_total{cpu="56",mode="steal"} 0 node_cpu_seconds_total{cpu="56",mode="system"} 83486.43 node_cpu_seconds_total{cpu="56",mode="user"} 465804.05 node_cpu_seconds_total{cpu="57",mode="idle"} 3.58450914e+06 node_cpu_seconds_total{cpu="57",mode="iowait"} 151.85 node_cpu_seconds_total{cpu="57",mode="irq"} 0 node_cpu_seconds_total{cpu="57",mode="nice"} 0.28 node_cpu_seconds_total{cpu="57",mode="softirq"} 5943.02 node_cpu_seconds_total{cpu="57",mode="steal"} 0 node_cpu_seconds_total{cpu="57",mode="system"} 81203.64 node_cpu_seconds_total{cpu="57",mode="user"} 438643.26 node_cpu_seconds_total{cpu="58",mode="idle"} 3.59935622e+06 node_cpu_seconds_total{cpu="58",mode="iowait"} 161.74 node_cpu_seconds_total{cpu="58",mode="irq"} 0 node_cpu_seconds_total{cpu="58",mode="nice"} 0.04 node_cpu_seconds_total{cpu="58",mode="softirq"} 5657.13 node_cpu_seconds_total{cpu="58",mode="steal"} 0 node_cpu_seconds_total{cpu="58",mode="system"} 79614.95 node_cpu_seconds_total{cpu="58",mode="user"} 425620.79 node_cpu_seconds_total{cpu="59",mode="idle"} 3.60644417e+06 node_cpu_seconds_total{cpu="59",mode="iowait"} 150.02 node_cpu_seconds_total{cpu="59",mode="irq"} 0 node_cpu_seconds_total{cpu="59",mode="nice"} 0.25 node_cpu_seconds_total{cpu="59",mode="softirq"} 5478.83 node_cpu_seconds_total{cpu="59",mode="steal"} 0 node_cpu_seconds_total{cpu="59",mode="system"} 79148.92 node_cpu_seconds_total{cpu="59",mode="user"} 419939.56 node_cpu_seconds_total{cpu="6",mode="idle"} 3.65364808e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 159.37 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 0.1 node_cpu_seconds_total{cpu="6",mode="softirq"} 2954.34 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 73384.84 node_cpu_seconds_total{cpu="6",mode="user"} 384827.08 node_cpu_seconds_total{cpu="60",mode="idle"} 3.60997447e+06 node_cpu_seconds_total{cpu="60",mode="iowait"} 112.87 node_cpu_seconds_total{cpu="60",mode="irq"} 0 node_cpu_seconds_total{cpu="60",mode="nice"} 0.13 node_cpu_seconds_total{cpu="60",mode="softirq"} 4277.59 node_cpu_seconds_total{cpu="60",mode="steal"} 0 node_cpu_seconds_total{cpu="60",mode="system"} 79560.17 node_cpu_seconds_total{cpu="60",mode="user"} 418610.66 node_cpu_seconds_total{cpu="61",mode="idle"} 3.61733159e+06 node_cpu_seconds_total{cpu="61",mode="iowait"} 107.92 node_cpu_seconds_total{cpu="61",mode="irq"} 0 node_cpu_seconds_total{cpu="61",mode="nice"} 0.16 node_cpu_seconds_total{cpu="61",mode="softirq"} 4242.52 node_cpu_seconds_total{cpu="61",mode="steal"} 0 node_cpu_seconds_total{cpu="61",mode="system"} 79059.6 node_cpu_seconds_total{cpu="61",mode="user"} 411875.53 node_cpu_seconds_total{cpu="62",mode="idle"} 3.61934243e+06 node_cpu_seconds_total{cpu="62",mode="iowait"} 108.25 node_cpu_seconds_total{cpu="62",mode="irq"} 0 node_cpu_seconds_total{cpu="62",mode="nice"} 0.22 node_cpu_seconds_total{cpu="62",mode="softirq"} 4254.95 node_cpu_seconds_total{cpu="62",mode="steal"} 0 node_cpu_seconds_total{cpu="62",mode="system"} 78601.62 node_cpu_seconds_total{cpu="62",mode="user"} 410546.72 node_cpu_seconds_total{cpu="63",mode="idle"} 3.62024017e+06 node_cpu_seconds_total{cpu="63",mode="iowait"} 105.29 node_cpu_seconds_total{cpu="63",mode="irq"} 0 node_cpu_seconds_total{cpu="63",mode="nice"} 0.34 node_cpu_seconds_total{cpu="63",mode="softirq"} 4228.71 node_cpu_seconds_total{cpu="63",mode="steal"} 0 node_cpu_seconds_total{cpu="63",mode="system"} 78541.4 node_cpu_seconds_total{cpu="63",mode="user"} 409939.89 node_cpu_seconds_total{cpu="64",mode="idle"} 3.64803989e+06 node_cpu_seconds_total{cpu="64",mode="iowait"} 84.17 node_cpu_seconds_total{cpu="64",mode="irq"} 0 node_cpu_seconds_total{cpu="64",mode="nice"} 0.03 node_cpu_seconds_total{cpu="64",mode="softirq"} 2579.62 node_cpu_seconds_total{cpu="64",mode="steal"} 0 node_cpu_seconds_total{cpu="64",mode="system"} 72991.34 node_cpu_seconds_total{cpu="64",mode="user"} 389419.29 node_cpu_seconds_total{cpu="65",mode="idle"} 3.67673749e+06 node_cpu_seconds_total{cpu="65",mode="iowait"} 76.47 node_cpu_seconds_total{cpu="65",mode="irq"} 0 node_cpu_seconds_total{cpu="65",mode="nice"} 0.13 node_cpu_seconds_total{cpu="65",mode="softirq"} 2573.4 node_cpu_seconds_total{cpu="65",mode="steal"} 0 node_cpu_seconds_total{cpu="65",mode="system"} 70093.61 node_cpu_seconds_total{cpu="65",mode="user"} 367462.51 node_cpu_seconds_total{cpu="66",mode="idle"} 3.67901795e+06 node_cpu_seconds_total{cpu="66",mode="iowait"} 82.22 node_cpu_seconds_total{cpu="66",mode="irq"} 0 node_cpu_seconds_total{cpu="66",mode="nice"} 0.4 node_cpu_seconds_total{cpu="66",mode="softirq"} 2550.09 node_cpu_seconds_total{cpu="66",mode="steal"} 0 node_cpu_seconds_total{cpu="66",mode="system"} 69645.8 node_cpu_seconds_total{cpu="66",mode="user"} 366557.94 node_cpu_seconds_total{cpu="67",mode="idle"} 3.68063339e+06 node_cpu_seconds_total{cpu="67",mode="iowait"} 73.73 node_cpu_seconds_total{cpu="67",mode="irq"} 0 node_cpu_seconds_total{cpu="67",mode="nice"} 0.46 node_cpu_seconds_total{cpu="67",mode="softirq"} 2534.87 node_cpu_seconds_total{cpu="67",mode="steal"} 0 node_cpu_seconds_total{cpu="67",mode="system"} 69430.07 node_cpu_seconds_total{cpu="67",mode="user"} 365343.83 node_cpu_seconds_total{cpu="68",mode="idle"} 3.66977001e+06 node_cpu_seconds_total{cpu="68",mode="iowait"} 94.51 node_cpu_seconds_total{cpu="68",mode="irq"} 0 node_cpu_seconds_total{cpu="68",mode="nice"} 0.17 node_cpu_seconds_total{cpu="68",mode="softirq"} 2580.68 node_cpu_seconds_total{cpu="68",mode="steal"} 0 node_cpu_seconds_total{cpu="68",mode="system"} 71324.06 node_cpu_seconds_total{cpu="68",mode="user"} 373629.51 node_cpu_seconds_total{cpu="69",mode="idle"} 3.67015424e+06 node_cpu_seconds_total{cpu="69",mode="iowait"} 110.79 node_cpu_seconds_total{cpu="69",mode="irq"} 0 node_cpu_seconds_total{cpu="69",mode="nice"} 0.29 node_cpu_seconds_total{cpu="69",mode="softirq"} 2579.15 node_cpu_seconds_total{cpu="69",mode="steal"} 0 node_cpu_seconds_total{cpu="69",mode="system"} 71507.12 node_cpu_seconds_total{cpu="69",mode="user"} 372888.35 node_cpu_seconds_total{cpu="7",mode="idle"} 3.65345218e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 104.56 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 0.32 node_cpu_seconds_total{cpu="7",mode="softirq"} 2811.14 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 73386.48 node_cpu_seconds_total{cpu="7",mode="user"} 386117.99 node_cpu_seconds_total{cpu="70",mode="idle"} 3.66959661e+06 node_cpu_seconds_total{cpu="70",mode="iowait"} 88.04 node_cpu_seconds_total{cpu="70",mode="irq"} 0 node_cpu_seconds_total{cpu="70",mode="nice"} 0 node_cpu_seconds_total{cpu="70",mode="softirq"} 2579.81 node_cpu_seconds_total{cpu="70",mode="steal"} 0 node_cpu_seconds_total{cpu="70",mode="system"} 71282.48 node_cpu_seconds_total{cpu="70",mode="user"} 373642.24 node_cpu_seconds_total{cpu="71",mode="idle"} 3.66489562e+06 node_cpu_seconds_total{cpu="71",mode="iowait"} 93.94 node_cpu_seconds_total{cpu="71",mode="irq"} 0 node_cpu_seconds_total{cpu="71",mode="nice"} 0.16 node_cpu_seconds_total{cpu="71",mode="softirq"} 2979.16 node_cpu_seconds_total{cpu="71",mode="steal"} 0 node_cpu_seconds_total{cpu="71",mode="system"} 71950.62 node_cpu_seconds_total{cpu="71",mode="user"} 371037.07 node_cpu_seconds_total{cpu="72",mode="idle"} 3.66989399e+06 node_cpu_seconds_total{cpu="72",mode="iowait"} 72.41 node_cpu_seconds_total{cpu="72",mode="irq"} 0 node_cpu_seconds_total{cpu="72",mode="nice"} 0.07 node_cpu_seconds_total{cpu="72",mode="softirq"} 2717.62 node_cpu_seconds_total{cpu="72",mode="steal"} 0 node_cpu_seconds_total{cpu="72",mode="system"} 70885.57 node_cpu_seconds_total{cpu="72",mode="user"} 373362.49 node_cpu_seconds_total{cpu="73",mode="idle"} 3.66958504e+06 node_cpu_seconds_total{cpu="73",mode="iowait"} 73.42 node_cpu_seconds_total{cpu="73",mode="irq"} 0 node_cpu_seconds_total{cpu="73",mode="nice"} 0.09 node_cpu_seconds_total{cpu="73",mode="softirq"} 2715.57 node_cpu_seconds_total{cpu="73",mode="steal"} 0 node_cpu_seconds_total{cpu="73",mode="system"} 71204.61 node_cpu_seconds_total{cpu="73",mode="user"} 373785.35 node_cpu_seconds_total{cpu="74",mode="idle"} 3.67007275e+06 node_cpu_seconds_total{cpu="74",mode="iowait"} 69.04 node_cpu_seconds_total{cpu="74",mode="irq"} 0 node_cpu_seconds_total{cpu="74",mode="nice"} 0.13 node_cpu_seconds_total{cpu="74",mode="softirq"} 2713.39 node_cpu_seconds_total{cpu="74",mode="steal"} 0 node_cpu_seconds_total{cpu="74",mode="system"} 70868.09 node_cpu_seconds_total{cpu="74",mode="user"} 373204.88 node_cpu_seconds_total{cpu="75",mode="idle"} 3.67025223e+06 node_cpu_seconds_total{cpu="75",mode="iowait"} 68.46 node_cpu_seconds_total{cpu="75",mode="irq"} 0 node_cpu_seconds_total{cpu="75",mode="nice"} 0.2 node_cpu_seconds_total{cpu="75",mode="softirq"} 2707.18 node_cpu_seconds_total{cpu="75",mode="steal"} 0 node_cpu_seconds_total{cpu="75",mode="system"} 70996.95 node_cpu_seconds_total{cpu="75",mode="user"} 373573.08 node_cpu_seconds_total{cpu="76",mode="idle"} 3.67150228e+06 node_cpu_seconds_total{cpu="76",mode="iowait"} 67.75 node_cpu_seconds_total{cpu="76",mode="irq"} 0 node_cpu_seconds_total{cpu="76",mode="nice"} 0.29 node_cpu_seconds_total{cpu="76",mode="softirq"} 2533.12 node_cpu_seconds_total{cpu="76",mode="steal"} 0 node_cpu_seconds_total{cpu="76",mode="system"} 70869.4 node_cpu_seconds_total{cpu="76",mode="user"} 373116.28 node_cpu_seconds_total{cpu="77",mode="idle"} 3.67207567e+06 node_cpu_seconds_total{cpu="77",mode="iowait"} 63.92 node_cpu_seconds_total{cpu="77",mode="irq"} 0 node_cpu_seconds_total{cpu="77",mode="nice"} 0 node_cpu_seconds_total{cpu="77",mode="softirq"} 2530.72 node_cpu_seconds_total{cpu="77",mode="steal"} 0 node_cpu_seconds_total{cpu="77",mode="system"} 71046.91 node_cpu_seconds_total{cpu="77",mode="user"} 372409.78 node_cpu_seconds_total{cpu="78",mode="idle"} 3.67268368e+06 node_cpu_seconds_total{cpu="78",mode="iowait"} 65.23 node_cpu_seconds_total{cpu="78",mode="irq"} 0 node_cpu_seconds_total{cpu="78",mode="nice"} 0.31 node_cpu_seconds_total{cpu="78",mode="softirq"} 2529.89 node_cpu_seconds_total{cpu="78",mode="steal"} 0 node_cpu_seconds_total{cpu="78",mode="system"} 70682 node_cpu_seconds_total{cpu="78",mode="user"} 372073 node_cpu_seconds_total{cpu="79",mode="idle"} 3.67242603e+06 node_cpu_seconds_total{cpu="79",mode="iowait"} 65.14 node_cpu_seconds_total{cpu="79",mode="irq"} 0 node_cpu_seconds_total{cpu="79",mode="nice"} 0.25 node_cpu_seconds_total{cpu="79",mode="softirq"} 2534.05 node_cpu_seconds_total{cpu="79",mode="steal"} 0 node_cpu_seconds_total{cpu="79",mode="system"} 70773.66 node_cpu_seconds_total{cpu="79",mode="user"} 372403.78 node_cpu_seconds_total{cpu="8",mode="idle"} 3.64064794e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 89.42 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 0.22 node_cpu_seconds_total{cpu="8",mode="softirq"} 3333.6 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 74477.34 node_cpu_seconds_total{cpu="8",mode="user"} 396235.43 node_cpu_seconds_total{cpu="80",mode="idle"} 3.67426386e+06 node_cpu_seconds_total{cpu="80",mode="iowait"} 77.97 node_cpu_seconds_total{cpu="80",mode="irq"} 0 node_cpu_seconds_total{cpu="80",mode="nice"} 0.26 node_cpu_seconds_total{cpu="80",mode="softirq"} 2754.06 node_cpu_seconds_total{cpu="80",mode="steal"} 0 node_cpu_seconds_total{cpu="80",mode="system"} 70663.94 node_cpu_seconds_total{cpu="80",mode="user"} 370061 node_cpu_seconds_total{cpu="81",mode="idle"} 3.67475886e+06 node_cpu_seconds_total{cpu="81",mode="iowait"} 79.32 node_cpu_seconds_total{cpu="81",mode="irq"} 0 node_cpu_seconds_total{cpu="81",mode="nice"} 0.25 node_cpu_seconds_total{cpu="81",mode="softirq"} 2750.3 node_cpu_seconds_total{cpu="81",mode="steal"} 0 node_cpu_seconds_total{cpu="81",mode="system"} 70809.76 node_cpu_seconds_total{cpu="81",mode="user"} 369475.88 node_cpu_seconds_total{cpu="82",mode="idle"} 3.67500924e+06 node_cpu_seconds_total{cpu="82",mode="iowait"} 83.1 node_cpu_seconds_total{cpu="82",mode="irq"} 0 node_cpu_seconds_total{cpu="82",mode="nice"} 0.06 node_cpu_seconds_total{cpu="82",mode="softirq"} 2750.45 node_cpu_seconds_total{cpu="82",mode="steal"} 0 node_cpu_seconds_total{cpu="82",mode="system"} 70531.56 node_cpu_seconds_total{cpu="82",mode="user"} 369618.32 node_cpu_seconds_total{cpu="83",mode="idle"} 3.67545489e+06 node_cpu_seconds_total{cpu="83",mode="iowait"} 77.66 node_cpu_seconds_total{cpu="83",mode="irq"} 0 node_cpu_seconds_total{cpu="83",mode="nice"} 0.2 node_cpu_seconds_total{cpu="83",mode="softirq"} 2742.48 node_cpu_seconds_total{cpu="83",mode="steal"} 0 node_cpu_seconds_total{cpu="83",mode="system"} 70519.72 node_cpu_seconds_total{cpu="83",mode="user"} 369270.78 node_cpu_seconds_total{cpu="84",mode="idle"} 3.67875092e+06 node_cpu_seconds_total{cpu="84",mode="iowait"} 66.92 node_cpu_seconds_total{cpu="84",mode="irq"} 0 node_cpu_seconds_total{cpu="84",mode="nice"} 0.19 node_cpu_seconds_total{cpu="84",mode="softirq"} 2570.08 node_cpu_seconds_total{cpu="84",mode="steal"} 0 node_cpu_seconds_total{cpu="84",mode="system"} 70117.15 node_cpu_seconds_total{cpu="84",mode="user"} 366718.36 node_cpu_seconds_total{cpu="85",mode="idle"} 3.67861072e+06 node_cpu_seconds_total{cpu="85",mode="iowait"} 68.94 node_cpu_seconds_total{cpu="85",mode="irq"} 0 node_cpu_seconds_total{cpu="85",mode="nice"} 0.59 node_cpu_seconds_total{cpu="85",mode="softirq"} 2553.72 node_cpu_seconds_total{cpu="85",mode="steal"} 0 node_cpu_seconds_total{cpu="85",mode="system"} 70363.12 node_cpu_seconds_total{cpu="85",mode="user"} 366909.1 node_cpu_seconds_total{cpu="86",mode="idle"} 3.67883326e+06 node_cpu_seconds_total{cpu="86",mode="iowait"} 69.56 node_cpu_seconds_total{cpu="86",mode="irq"} 0 node_cpu_seconds_total{cpu="86",mode="nice"} 0.05 node_cpu_seconds_total{cpu="86",mode="softirq"} 2571.5 node_cpu_seconds_total{cpu="86",mode="steal"} 0 node_cpu_seconds_total{cpu="86",mode="system"} 70063.77 node_cpu_seconds_total{cpu="86",mode="user"} 366424.41 node_cpu_seconds_total{cpu="87",mode="idle"} 3.67876852e+06 node_cpu_seconds_total{cpu="87",mode="iowait"} 66.55 node_cpu_seconds_total{cpu="87",mode="irq"} 0 node_cpu_seconds_total{cpu="87",mode="nice"} 0.04 node_cpu_seconds_total{cpu="87",mode="softirq"} 2576.96 node_cpu_seconds_total{cpu="87",mode="steal"} 0 node_cpu_seconds_total{cpu="87",mode="system"} 70110.92 node_cpu_seconds_total{cpu="87",mode="user"} 366795.52 node_cpu_seconds_total{cpu="88",mode="idle"} 3.6683902e+06 node_cpu_seconds_total{cpu="88",mode="iowait"} 103.64 node_cpu_seconds_total{cpu="88",mode="irq"} 0 node_cpu_seconds_total{cpu="88",mode="nice"} 0.03 node_cpu_seconds_total{cpu="88",mode="softirq"} 4308.34 node_cpu_seconds_total{cpu="88",mode="steal"} 0 node_cpu_seconds_total{cpu="88",mode="system"} 70168.29 node_cpu_seconds_total{cpu="88",mode="user"} 371189.52 node_cpu_seconds_total{cpu="89",mode="idle"} 3.66901808e+06 node_cpu_seconds_total{cpu="89",mode="iowait"} 107.66 node_cpu_seconds_total{cpu="89",mode="irq"} 0 node_cpu_seconds_total{cpu="89",mode="nice"} 0.45 node_cpu_seconds_total{cpu="89",mode="softirq"} 4370.17 node_cpu_seconds_total{cpu="89",mode="steal"} 0 node_cpu_seconds_total{cpu="89",mode="system"} 70355.98 node_cpu_seconds_total{cpu="89",mode="user"} 371263.7 node_cpu_seconds_total{cpu="9",mode="idle"} 3.64940458e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 77.78 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 0.13 node_cpu_seconds_total{cpu="9",mode="softirq"} 3125.24 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 73728.9 node_cpu_seconds_total{cpu="9",mode="user"} 389480.76 node_cpu_seconds_total{cpu="90",mode="idle"} 3.6690982e+06 node_cpu_seconds_total{cpu="90",mode="iowait"} 103.05 node_cpu_seconds_total{cpu="90",mode="irq"} 0 node_cpu_seconds_total{cpu="90",mode="nice"} 0.31 node_cpu_seconds_total{cpu="90",mode="softirq"} 4426.63 node_cpu_seconds_total{cpu="90",mode="steal"} 0 node_cpu_seconds_total{cpu="90",mode="system"} 70106.85 node_cpu_seconds_total{cpu="90",mode="user"} 371084.09 node_cpu_seconds_total{cpu="91",mode="idle"} 3.66969988e+06 node_cpu_seconds_total{cpu="91",mode="iowait"} 102.18 node_cpu_seconds_total{cpu="91",mode="irq"} 0 node_cpu_seconds_total{cpu="91",mode="nice"} 0.2 node_cpu_seconds_total{cpu="91",mode="softirq"} 4380.94 node_cpu_seconds_total{cpu="91",mode="steal"} 0 node_cpu_seconds_total{cpu="91",mode="system"} 70135.8 node_cpu_seconds_total{cpu="91",mode="user"} 370765.46 node_cpu_seconds_total{cpu="92",mode="idle"} 3.67181849e+06 node_cpu_seconds_total{cpu="92",mode="iowait"} 100.96 node_cpu_seconds_total{cpu="92",mode="irq"} 0 node_cpu_seconds_total{cpu="92",mode="nice"} 0.14 node_cpu_seconds_total{cpu="92",mode="softirq"} 4098.38 node_cpu_seconds_total{cpu="92",mode="steal"} 0 node_cpu_seconds_total{cpu="92",mode="system"} 69823.72 node_cpu_seconds_total{cpu="92",mode="user"} 369439.38 node_cpu_seconds_total{cpu="93",mode="idle"} 3.67191918e+06 node_cpu_seconds_total{cpu="93",mode="iowait"} 104.63 node_cpu_seconds_total{cpu="93",mode="irq"} 0 node_cpu_seconds_total{cpu="93",mode="nice"} 0 node_cpu_seconds_total{cpu="93",mode="softirq"} 4189.23 node_cpu_seconds_total{cpu="93",mode="steal"} 0 node_cpu_seconds_total{cpu="93",mode="system"} 69969.63 node_cpu_seconds_total{cpu="93",mode="user"} 369033.43 node_cpu_seconds_total{cpu="94",mode="idle"} 3.6698935e+06 node_cpu_seconds_total{cpu="94",mode="iowait"} 101.82 node_cpu_seconds_total{cpu="94",mode="irq"} 0 node_cpu_seconds_total{cpu="94",mode="nice"} 0.26 node_cpu_seconds_total{cpu="94",mode="softirq"} 4177.09 node_cpu_seconds_total{cpu="94",mode="steal"} 0 node_cpu_seconds_total{cpu="94",mode="system"} 70052.68 node_cpu_seconds_total{cpu="94",mode="user"} 371007.91 node_cpu_seconds_total{cpu="95",mode="idle"} 3.67297965e+06 node_cpu_seconds_total{cpu="95",mode="iowait"} 95.32 node_cpu_seconds_total{cpu="95",mode="irq"} 0 node_cpu_seconds_total{cpu="95",mode="nice"} 0.29 node_cpu_seconds_total{cpu="95",mode="softirq"} 2715.57 node_cpu_seconds_total{cpu="95",mode="steal"} 0 node_cpu_seconds_total{cpu="95",mode="system"} 70268.65 node_cpu_seconds_total{cpu="95",mode="user"} 371221.23 node_cpu_seconds_total{cpu="96",mode="idle"} 3.64073565e+06 node_cpu_seconds_total{cpu="96",mode="iowait"} 122.23 node_cpu_seconds_total{cpu="96",mode="irq"} 0 node_cpu_seconds_total{cpu="96",mode="nice"} 0.1 node_cpu_seconds_total{cpu="96",mode="softirq"} 3628.76 node_cpu_seconds_total{cpu="96",mode="steal"} 0 node_cpu_seconds_total{cpu="96",mode="system"} 76960.73 node_cpu_seconds_total{cpu="96",mode="user"} 394316.29 node_cpu_seconds_total{cpu="97",mode="idle"} 3.64067833e+06 node_cpu_seconds_total{cpu="97",mode="iowait"} 119.16 node_cpu_seconds_total{cpu="97",mode="irq"} 0 node_cpu_seconds_total{cpu="97",mode="nice"} 0.12 node_cpu_seconds_total{cpu="97",mode="softirq"} 3618.32 node_cpu_seconds_total{cpu="97",mode="steal"} 0 node_cpu_seconds_total{cpu="97",mode="system"} 77095.56 node_cpu_seconds_total{cpu="97",mode="user"} 393528.58 node_cpu_seconds_total{cpu="98",mode="idle"} 3.64176129e+06 node_cpu_seconds_total{cpu="98",mode="iowait"} 126.24 node_cpu_seconds_total{cpu="98",mode="irq"} 0 node_cpu_seconds_total{cpu="98",mode="nice"} 0.04 node_cpu_seconds_total{cpu="98",mode="softirq"} 3609.78 node_cpu_seconds_total{cpu="98",mode="steal"} 0 node_cpu_seconds_total{cpu="98",mode="system"} 76838.29 node_cpu_seconds_total{cpu="98",mode="user"} 393257.26 node_cpu_seconds_total{cpu="99",mode="idle"} 3.6419588e+06 node_cpu_seconds_total{cpu="99",mode="iowait"} 126.22 node_cpu_seconds_total{cpu="99",mode="irq"} 0 node_cpu_seconds_total{cpu="99",mode="nice"} 0.16 node_cpu_seconds_total{cpu="99",mode="softirq"} 3586.53 node_cpu_seconds_total{cpu="99",mode="steal"} 0 node_cpu_seconds_total{cpu="99",mode="system"} 76849.82 node_cpu_seconds_total{cpu="99",mode="user"} 393244.4 # 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"} 0.10400000000000001 node_disk_discard_time_seconds_total{device="md1"} 0 node_disk_discard_time_seconds_total{device="md2"} 678.2280000000001 node_disk_discard_time_seconds_total{device="sda"} 619.924 node_disk_discard_time_seconds_total{device="sdb"} 612.619 # 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.672336e+06 node_disk_discarded_sectors_total{device="md1"} 0 node_disk_discarded_sectors_total{device="md2"} 8.21829336e+09 node_disk_discarded_sectors_total{device="sda"} 8.221965696e+09 node_disk_discarded_sectors_total{device="sdb"} 8.221965696e+09 # 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"} 194 node_disk_discards_completed_total{device="md1"} 0 node_disk_discards_completed_total{device="md2"} 2.457996e+06 node_disk_discards_completed_total{device="sda"} 2.457702e+06 node_disk_discards_completed_total{device="sdb"} 2.457908e+06 # 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="md1"} 0 node_disk_discards_merged_total{device="md2"} 0 node_disk_discards_merged_total{device="sda"} 488 node_disk_discards_merged_total{device="sdb"} 282 # 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="md1"} 0 node_disk_flush_requests_time_seconds_total{device="md2"} 0 node_disk_flush_requests_time_seconds_total{device="sda"} 11643.823 node_disk_flush_requests_time_seconds_total{device="sdb"} 10943.473 # 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="md1"} 0 node_disk_flush_requests_total{device="md2"} 0 node_disk_flush_requests_total{device="sda"} 1.36748654e+08 node_disk_flush_requests_total{device="sdb"} 1.36632219e+08 # 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="md1",major="9",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md2",major="9",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sdb",major="8",minor="16",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="md1"} 0 node_disk_io_now{device="md2"} 0 node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sdb"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="md0"} 1.34 node_disk_io_time_seconds_total{device="md1"} 31.2 node_disk_io_time_seconds_total{device="md2"} 280446.944 node_disk_io_time_seconds_total{device="sda"} 304214.808 node_disk_io_time_seconds_total{device="sdb"} 317953.2 # 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.3240000000000003 node_disk_io_time_weighted_seconds_total{device="md1"} 76.47200000000001 node_disk_io_time_weighted_seconds_total{device="md2"} 2.35056016e+06 node_disk_io_time_weighted_seconds_total{device="sda"} 115072.085 node_disk_io_time_weighted_seconds_total{device="sdb"} 114347.861 # 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"} 2.1443584e+07 node_disk_read_bytes_total{device="md1"} 1.1309056e+08 node_disk_read_bytes_total{device="md2"} 4.4357223424e+10 node_disk_read_bytes_total{device="sda"} 7.678282340864e+12 node_disk_read_bytes_total{device="sdb"} 1.155212194304e+13 # 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"} 0.316 node_disk_read_time_seconds_total{device="md1"} 4.184 node_disk_read_time_seconds_total{device="md2"} 1733.88 node_disk_read_time_seconds_total{device="sda"} 35534.079 node_disk_read_time_seconds_total{device="sdb"} 47832.744 # 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"} 1097 node_disk_reads_completed_total{device="md1"} 23501 node_disk_reads_completed_total{device="md2"} 8.152999e+06 node_disk_reads_completed_total{device="sda"} 1.1312514e+07 node_disk_reads_completed_total{device="sdb"} 2.5774586e+07 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="md0"} 0 node_disk_reads_merged_total{device="md1"} 0 node_disk_reads_merged_total{device="md2"} 0 node_disk_reads_merged_total{device="sda"} 1.06218128e+08 node_disk_reads_merged_total{device="sdb"} 1.57629384e+08 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="md0"} 2.904 node_disk_write_time_seconds_total{device="md1"} 72.288 node_disk_write_time_seconds_total{device="md2"} 2.348148052e+06 node_disk_write_time_seconds_total{device="sda"} 67274.257 node_disk_write_time_seconds_total{device="sdb"} 54959.023 # 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"} 459 node_disk_writes_completed_total{device="md1"} 80676 node_disk_writes_completed_total{device="md2"} 3.26635072e+08 node_disk_writes_completed_total{device="sda"} 2.92056484e+08 node_disk_writes_completed_total{device="sdb"} 2.84826525e+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="md1"} 0 node_disk_writes_merged_total{device="md2"} 0 node_disk_writes_merged_total{device="sda"} 1.96159155e+08 node_disk_writes_merged_total{device="sdb"} 1.44790082e+08 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="md0"} 1.68620032e+08 node_disk_written_bytes_total{device="md1"} 1.092919296e+09 node_disk_written_bytes_total{device="md2"} 2.998695706624e+12 node_disk_written_bytes_total{device="sda"} 6.92686594816e+12 node_disk_written_bytes_total{device="sdb"} 3.086519787008e+12 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="07/29/2019",bios_release="5.13",bios_vendor="American Megatrends Inc.",bios_version="1.3",board_asset_tag="To be filled by O.E.M.",board_name="H11DST-B",board_vendor="Supermicro",board_version="1.01",chassis_asset_tag="To be filled by O.E.M.",chassis_vendor="Supermicro",chassis_version="0123456789",product_family="bullx",product_name="BullSequana X440-A5",product_sku="AS -2123BT-HTR-17-AT059",product_version="S338832X8713027D",system_vendor="Bull SAS"} 1 # HELP node_edac_correctable_errors_total Total correctable memory errors. # TYPE node_edac_correctable_errors_total counter node_edac_correctable_errors_total{controller="0"} 0 node_edac_correctable_errors_total{controller="1"} 0 node_edac_correctable_errors_total{controller="2"} 0 node_edac_correctable_errors_total{controller="3"} 0 node_edac_correctable_errors_total{controller="4"} 0 node_edac_correctable_errors_total{controller="5"} 0 node_edac_correctable_errors_total{controller="6"} 0 node_edac_correctable_errors_total{controller="7"} 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="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="3",csrow="0"} 0 node_edac_csrow_correctable_errors_total{controller="3",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="4",csrow="0"} 0 node_edac_csrow_correctable_errors_total{controller="4",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="5",csrow="0"} 0 node_edac_csrow_correctable_errors_total{controller="5",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="6",csrow="0"} 0 node_edac_csrow_correctable_errors_total{controller="6",csrow="unknown"} 0 node_edac_csrow_correctable_errors_total{controller="7",csrow="0"} 0 node_edac_csrow_correctable_errors_total{controller="7",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="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="3",csrow="0"} 0 node_edac_csrow_uncorrectable_errors_total{controller="3",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="4",csrow="0"} 0 node_edac_csrow_uncorrectable_errors_total{controller="4",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="5",csrow="0"} 0 node_edac_csrow_uncorrectable_errors_total{controller="5",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="6",csrow="0"} 0 node_edac_csrow_uncorrectable_errors_total{controller="6",csrow="unknown"} 0 node_edac_csrow_uncorrectable_errors_total{controller="7",csrow="0"} 0 node_edac_csrow_uncorrectable_errors_total{controller="7",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 node_edac_uncorrectable_errors_total{controller="4"} 0 node_edac_uncorrectable_errors_total{controller="5"} 0 node_edac_uncorrectable_errors_total{controller="6"} 0 node_edac_uncorrectable_errors_total{controller="7"} 0 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.26.1",revision="0dd664dece3f8319f6bec5a221acd2c7ad13a23d",tags="unknown",version="1.11.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 29440 # 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/md2",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 3.4211769344e+12 node_filesystem_avail_bytes{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 3.4211769344e+12 node_filesystem_avail_bytes{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 3.4211769344e+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/md2",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 0 node_filesystem_device_error{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 0 node_filesystem_device_error{device="/dev/md2",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/md2",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 2.33832448e+08 node_filesystem_files{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 2.33832448e+08 node_filesystem_files{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 2.33832448e+08 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 2.30964822e+08 node_filesystem_files_free{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 2.30964822e+08 node_filesystem_files_free{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 2.30964822e+08 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 3.612746489856e+12 node_filesystem_free_bytes{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 3.612746489856e+12 node_filesystem_free_bytes{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 3.612746489856e+12 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/md2",major="9",minor="2",mountpoint="/etc/hostname"} 1 node_filesystem_mount_info{device="/dev/md2",major="9",minor="2",mountpoint="/etc/hosts"} 1 node_filesystem_mount_info{device="/dev/md2",major="9",minor="2",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/md2",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 0 node_filesystem_purgeable_bytes{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 0 node_filesystem_purgeable_bytes{device="/dev/md2",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/md2",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 0 node_filesystem_readonly{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 0 node_filesystem_readonly{device="/dev/md2",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/md2",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 3.769754345472e+12 node_filesystem_size_bytes{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 3.769754345472e+12 node_filesystem_size_bytes{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 3.769754345472e+12 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 4.333801e+07 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="0000:30:03_1_0000:31:00_0",chip_name="i350bb"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:18_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:19_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:1a_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:1b_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:1c_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:1d_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:1e_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:1f_3",chip_name="k10temp"} 1 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge node_hwmon_sensor_label{chip="0000:30:03_1_0000:31:00_0",label="loc1",sensor="temp1"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd2",sensor="temp4"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tctl",sensor="temp1"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:19_3",label="Tctl",sensor="temp1"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:1a_3",label="Tctl",sensor="temp1"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:1b_3",label="Tctl",sensor="temp1"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:1c_3",label="Tccd1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:1c_3",label="Tccd2",sensor="temp4"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:1c_3",label="Tccd3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:1c_3",label="Tctl",sensor="temp1"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:1d_3",label="Tctl",sensor="temp1"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:1e_3",label="Tctl",sensor="temp1"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:1f_3",label="Tctl",sensor="temp1"} 1 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="0000:30:03_1_0000:31:00_0",sensor="temp1"} 63 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp1"} 55.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 53 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp4"} 53.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp5"} 54.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:19_3",sensor="temp1"} 53.75 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:1a_3",sensor="temp1"} 54 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:1b_3",sensor="temp1"} 54.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:1c_3",sensor="temp1"} 52.375 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:1c_3",sensor="temp3"} 52.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:1c_3",sensor="temp4"} 52.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:1c_3",sensor="temp5"} 53 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:1d_3",sensor="temp1"} 52.125 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:1e_3",sensor="temp1"} 52.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:1f_3",sensor="temp1"} 50.375 # 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:30:03_1_0000:31:00_0",sensor="temp1"} 110 # 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:30:03_1_0000:31:00_0",sensor="temp1"} 120 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.78048617477e+11 # HELP node_ipvs_connections_total The total number of connections made. # TYPE node_ipvs_connections_total counter node_ipvs_connections_total 0 # HELP node_ipvs_incoming_bytes_total The total amount of incoming data. # TYPE node_ipvs_incoming_bytes_total counter node_ipvs_incoming_bytes_total 0 # HELP node_ipvs_incoming_packets_total The total number of incoming packets. # TYPE node_ipvs_incoming_packets_total counter node_ipvs_incoming_packets_total 0 # HELP node_ipvs_outgoing_bytes_total The total amount of outgoing data. # TYPE node_ipvs_outgoing_bytes_total counter node_ipvs_outgoing_bytes_total 0 # HELP node_ipvs_outgoing_packets_total The total number of outgoing packets. # TYPE node_ipvs_outgoing_packets_total counter node_ipvs_outgoing_packets_total 0 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 6.12 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 8.33 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 7.33 # HELP node_md_blocks Total number of blocks on device. # TYPE node_md_blocks gauge node_md_blocks{device="md0"} 1.046528e+06 node_md_blocks{device="md1"} 8.285184e+06 node_md_blocks{device="md2"} 3.741265216e+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.046528e+06 node_md_blocks_synced{device="md1"} 8.285184e+06 node_md_blocks_synced{device="md2"} 3.741265216e+09 # HELP node_md_degraded Number of degraded disks on device. # TYPE node_md_degraded gauge node_md_degraded{device="md0"} 0 node_md_degraded{device="md1"} 0 node_md_degraded{device="md2"} 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 node_md_disks{device="md1",state="active"} 2 node_md_disks{device="md1",state="failed"} 0 node_md_disks{device="md1",state="spare"} 0 node_md_disks{device="md2",state="active"} 2 node_md_disks{device="md2",state="failed"} 0 node_md_disks{device="md2",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 node_md_disks_required{device="md1"} 2 node_md_disks_required{device="md2"} 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 node_md_raid_disks{device="md1"} 2 node_md_raid_disks{device="md2"} 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 node_md_state{device="md1",state="active"} 1 node_md_state{device="md1",state="check"} 0 node_md_state{device="md1",state="inactive"} 0 node_md_state{device="md1",state="recovering"} 0 node_md_state{device="md1",state="resync"} 0 node_md_state{device="md2",state="active"} 1 node_md_state{device="md2",state="check"} 0 node_md_state{device="md2",state="inactive"} 0 node_md_state{device="md2",state="recovering"} 0 node_md_state{device="md2",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.517645824e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 3.1483072512e+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.9965426688e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 3.08281344e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 2.247979008e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 1.2101804032e+10 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.4364858368e+11 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.4364905472e+11 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 7.5883446272e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 2.55550554112e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.9784531968e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 5.17402624e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 716800 # 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 2.4481202176e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.4836404224e+11 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.23882840064e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.00417536e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 3.504676864e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.36043546624e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 6.9609955328e+10 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 2.70330064896e+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.74562816e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.5165824e+09 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.4491394048e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.60050944e+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.902227456e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.7091903488e+10 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 8.447062016e+09 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 8.48402432e+09 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 0 # 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 4.39488512e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_memory_Zswapped_bytes Memory information field Zswapped_bytes. # TYPE node_memory_Zswapped_bytes gauge node_memory_Zswapped_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 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 304 # 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 966560 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.8118326e+07 # 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 8530 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 1 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 21674 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 20 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 3 # 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"} 11946 node_network_iface_id{device="eth1"} 11950 node_network_iface_id{device="eth2"} 11952 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"} 11947 node_network_iface_link{device="eth1"} 11951 node_network_iface_link{device="eth2"} 11953 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:2b",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:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:27:af:38:67:09",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"} 14249 node_network_receive_bytes_total{device="eth1"} 990 node_network_receive_bytes_total{device="eth2"} 1.079355e+06 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="eth1"} 0 node_network_receive_compressed_total{device="eth2"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 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"} 160 node_network_receive_packets_total{device="eth1"} 19 node_network_receive_packets_total{device="eth2"} 8498 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"} 24863 node_network_transmit_bytes_total{device="eth1"} 126 node_network_transmit_bytes_total{device="eth2"} 2.8212935e+07 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"} 113 node_network_transmit_packets_total{device="eth1"} 3 node_network_transmit_packets_total{device="eth2"} 8363 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 30763.881629 # 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 271.569257 # 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 310.760444 # 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 4.072115 # 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 4.292559 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 5 # 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"} 388151.445761598 node_schedstat_running_seconds_total{cpu="1"} 450321.32499649 node_schedstat_running_seconds_total{cpu="10"} 469767.910601773 node_schedstat_running_seconds_total{cpu="100"} 480304.528536774 node_schedstat_running_seconds_total{cpu="101"} 480374.291995341 node_schedstat_running_seconds_total{cpu="102"} 480953.299394973 node_schedstat_running_seconds_total{cpu="103"} 480658.792670097 node_schedstat_running_seconds_total{cpu="104"} 479283.322061469 node_schedstat_running_seconds_total{cpu="105"} 479642.441821539 node_schedstat_running_seconds_total{cpu="106"} 478779.86721986 node_schedstat_running_seconds_total{cpu="107"} 477900.896869859 node_schedstat_running_seconds_total{cpu="108"} 475695.77117937 node_schedstat_running_seconds_total{cpu="109"} 475219.115123108 node_schedstat_running_seconds_total{cpu="11"} 468415.186762804 node_schedstat_running_seconds_total{cpu="110"} 475558.302983622 node_schedstat_running_seconds_total{cpu="111"} 475136.45121684 node_schedstat_running_seconds_total{cpu="112"} 493278.36735307 node_schedstat_running_seconds_total{cpu="113"} 494546.466708929 node_schedstat_running_seconds_total{cpu="114"} 492836.882266151 node_schedstat_running_seconds_total{cpu="115"} 490993.801999626 node_schedstat_running_seconds_total{cpu="116"} 488503.424261772 node_schedstat_running_seconds_total{cpu="117"} 488779.997765838 node_schedstat_running_seconds_total{cpu="118"} 488677.539568376 node_schedstat_running_seconds_total{cpu="119"} 488739.750884268 node_schedstat_running_seconds_total{cpu="12"} 467708.780701833 node_schedstat_running_seconds_total{cpu="120"} 504506.326887008 node_schedstat_running_seconds_total{cpu="121"} 501811.621178921 node_schedstat_running_seconds_total{cpu="122"} 499314.143975018 node_schedstat_running_seconds_total{cpu="123"} 500392.483450826 node_schedstat_running_seconds_total{cpu="124"} 497890.877705001 node_schedstat_running_seconds_total{cpu="125"} 497188.46715913 node_schedstat_running_seconds_total{cpu="126"} 495639.161810201 node_schedstat_running_seconds_total{cpu="127"} 494995.0488053 node_schedstat_running_seconds_total{cpu="13"} 462199.851585332 node_schedstat_running_seconds_total{cpu="14"} 461667.470366008 node_schedstat_running_seconds_total{cpu="15"} 459444.783238739 node_schedstat_running_seconds_total{cpu="16"} 465070.447920619 node_schedstat_running_seconds_total{cpu="17"} 459103.336314885 node_schedstat_running_seconds_total{cpu="18"} 458226.039557546 node_schedstat_running_seconds_total{cpu="19"} 456639.387657657 node_schedstat_running_seconds_total{cpu="2"} 459138.086851995 node_schedstat_running_seconds_total{cpu="20"} 455784.340665949 node_schedstat_running_seconds_total{cpu="21"} 452350.043846962 node_schedstat_running_seconds_total{cpu="22"} 451947.027174178 node_schedstat_running_seconds_total{cpu="23"} 452161.097695184 node_schedstat_running_seconds_total{cpu="24"} 469557.389062178 node_schedstat_running_seconds_total{cpu="25"} 462621.572338242 node_schedstat_running_seconds_total{cpu="26"} 461128.3074879 node_schedstat_running_seconds_total{cpu="27"} 460093.472412341 node_schedstat_running_seconds_total{cpu="28"} 458935.013671668 node_schedstat_running_seconds_total{cpu="29"} 454997.056231232 node_schedstat_running_seconds_total{cpu="3"} 463246.963520998 node_schedstat_running_seconds_total{cpu="30"} 452047.142131378 node_schedstat_running_seconds_total{cpu="31"} 453003.194612028 node_schedstat_running_seconds_total{cpu="32"} 501501.286936243 node_schedstat_running_seconds_total{cpu="33"} 490042.484574852 node_schedstat_running_seconds_total{cpu="34"} 487634.766919403 node_schedstat_running_seconds_total{cpu="35"} 486622.127633018 node_schedstat_running_seconds_total{cpu="36"} 486986.203914416 node_schedstat_running_seconds_total{cpu="37"} 484721.279661094 node_schedstat_running_seconds_total{cpu="38"} 483429.791859235 node_schedstat_running_seconds_total{cpu="39"} 483360.493446468 node_schedstat_running_seconds_total{cpu="4"} 470904.168180334 node_schedstat_running_seconds_total{cpu="40"} 507573.244870443 node_schedstat_running_seconds_total{cpu="41"} 491568.150011127 node_schedstat_running_seconds_total{cpu="42"} 485677.740776426 node_schedstat_running_seconds_total{cpu="43"} 484304.621810845 node_schedstat_running_seconds_total{cpu="44"} 484806.326549339 node_schedstat_running_seconds_total{cpu="45"} 480153.923604166 node_schedstat_running_seconds_total{cpu="46"} 478573.708357252 node_schedstat_running_seconds_total{cpu="47"} 477827.550712783 node_schedstat_running_seconds_total{cpu="48"} 546813.447318851 node_schedstat_running_seconds_total{cpu="49"} 518521.955056287 node_schedstat_running_seconds_total{cpu="5"} 467876.929660857 node_schedstat_running_seconds_total{cpu="50"} 505251.504938375 node_schedstat_running_seconds_total{cpu="51"} 500826.830612891 node_schedstat_running_seconds_total{cpu="52"} 500674.428352533 node_schedstat_running_seconds_total{cpu="53"} 493312.51774517 node_schedstat_running_seconds_total{cpu="54"} 491522.098923443 node_schedstat_running_seconds_total{cpu="55"} 490265.483995623 node_schedstat_running_seconds_total{cpu="56"} 565282.04756305 node_schedstat_running_seconds_total{cpu="57"} 534349.760475556 node_schedstat_running_seconds_total{cpu="58"} 519393.081997067 node_schedstat_running_seconds_total{cpu="59"} 512786.542973125 node_schedstat_running_seconds_total{cpu="6"} 467837.779403441 node_schedstat_running_seconds_total{cpu="60"} 510501.909391041 node_schedstat_running_seconds_total{cpu="61"} 503076.509348283 node_schedstat_running_seconds_total{cpu="62"} 501261.396818195 node_schedstat_running_seconds_total{cpu="63"} 500447.169129613 node_schedstat_running_seconds_total{cpu="64"} 475615.262635955 node_schedstat_running_seconds_total{cpu="65"} 446995.233504403 node_schedstat_running_seconds_total{cpu="66"} 445012.805499024 node_schedstat_running_seconds_total{cpu="67"} 443435.537518909 node_schedstat_running_seconds_total{cpu="68"} 453831.440771556 node_schedstat_running_seconds_total{cpu="69"} 453306.466279563 node_schedstat_running_seconds_total{cpu="7"} 468892.382757137 node_schedstat_running_seconds_total{cpu="70"} 453887.876201409 node_schedstat_running_seconds_total{cpu="71"} 452505.687227436 node_schedstat_running_seconds_total{cpu="72"} 453151.977871053 node_schedstat_running_seconds_total{cpu="73"} 453802.362259042 node_schedstat_running_seconds_total{cpu="74"} 453023.764041473 node_schedstat_running_seconds_total{cpu="75"} 453314.064194611 node_schedstat_running_seconds_total{cpu="76"} 452379.613819829 node_schedstat_running_seconds_total{cpu="77"} 451806.067956307 node_schedstat_running_seconds_total{cpu="78"} 451166.054421495 node_schedstat_running_seconds_total{cpu="79"} 451519.741113639 node_schedstat_running_seconds_total{cpu="8"} 480602.560969063 node_schedstat_running_seconds_total{cpu="80"} 449471.50740579 node_schedstat_running_seconds_total{cpu="81"} 449012.286853561 node_schedstat_running_seconds_total{cpu="82"} 448870.778858708 node_schedstat_running_seconds_total{cpu="83"} 448458.81310565 node_schedstat_running_seconds_total{cpu="84"} 445263.747850057 node_schedstat_running_seconds_total{cpu="85"} 445611.556137059 node_schedstat_running_seconds_total{cpu="86"} 445005.629354288 node_schedstat_running_seconds_total{cpu="87"} 445310.026910805 node_schedstat_running_seconds_total{cpu="88"} 451256.203942949 node_schedstat_running_seconds_total{cpu="89"} 451487.445214402 node_schedstat_running_seconds_total{cpu="9"} 472655.69093462 node_schedstat_running_seconds_total{cpu="90"} 451168.999516904 node_schedstat_running_seconds_total{cpu="91"} 450775.968264896 node_schedstat_running_seconds_total{cpu="92"} 448828.555758826 node_schedstat_running_seconds_total{cpu="93"} 448641.117082564 node_schedstat_running_seconds_total{cpu="94"} 450738.530400824 node_schedstat_running_seconds_total{cpu="95"} 450255.30938773 node_schedstat_running_seconds_total{cpu="96"} 481543.465569619 node_schedstat_running_seconds_total{cpu="97"} 481104.676068249 node_schedstat_running_seconds_total{cpu="98"} 480418.786946259 node_schedstat_running_seconds_total{cpu="99"} 480332.442147159 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 8.7165535e+08 node_schedstat_timeslices_total{cpu="1"} 9.69877178e+08 node_schedstat_timeslices_total{cpu="10"} 9.76956826e+08 node_schedstat_timeslices_total{cpu="100"} 1.058704031e+09 node_schedstat_timeslices_total{cpu="101"} 1.055865878e+09 node_schedstat_timeslices_total{cpu="102"} 1.055787665e+09 node_schedstat_timeslices_total{cpu="103"} 1.057999579e+09 node_schedstat_timeslices_total{cpu="104"} 1.156527422e+09 node_schedstat_timeslices_total{cpu="105"} 1.152459143e+09 node_schedstat_timeslices_total{cpu="106"} 1.151606872e+09 node_schedstat_timeslices_total{cpu="107"} 1.152065502e+09 node_schedstat_timeslices_total{cpu="108"} 1.134919667e+09 node_schedstat_timeslices_total{cpu="109"} 1.134352798e+09 node_schedstat_timeslices_total{cpu="11"} 9.76125801e+08 node_schedstat_timeslices_total{cpu="110"} 1.135363827e+09 node_schedstat_timeslices_total{cpu="111"} 1.133252851e+09 node_schedstat_timeslices_total{cpu="112"} 1.311060225e+09 node_schedstat_timeslices_total{cpu="113"} 1.305160541e+09 node_schedstat_timeslices_total{cpu="114"} 1.311668004e+09 node_schedstat_timeslices_total{cpu="115"} 1.312901169e+09 node_schedstat_timeslices_total{cpu="116"} 1.286467265e+09 node_schedstat_timeslices_total{cpu="117"} 1.287208833e+09 node_schedstat_timeslices_total{cpu="118"} 1.289839963e+09 node_schedstat_timeslices_total{cpu="119"} 1.288474893e+09 node_schedstat_timeslices_total{cpu="12"} 9.61650359e+08 node_schedstat_timeslices_total{cpu="120"} 1.28850665e+09 node_schedstat_timeslices_total{cpu="121"} 1.282205536e+09 node_schedstat_timeslices_total{cpu="122"} 1.280920943e+09 node_schedstat_timeslices_total{cpu="123"} 1.286629678e+09 node_schedstat_timeslices_total{cpu="124"} 1.256306484e+09 node_schedstat_timeslices_total{cpu="125"} 1.259248185e+09 node_schedstat_timeslices_total{cpu="126"} 1.256645663e+09 node_schedstat_timeslices_total{cpu="127"} 1.255187752e+09 node_schedstat_timeslices_total{cpu="13"} 9.58090958e+08 node_schedstat_timeslices_total{cpu="14"} 9.57450486e+08 node_schedstat_timeslices_total{cpu="15"} 9.64091017e+08 node_schedstat_timeslices_total{cpu="16"} 9.82758126e+08 node_schedstat_timeslices_total{cpu="17"} 9.8312758e+08 node_schedstat_timeslices_total{cpu="18"} 9.82079082e+08 node_schedstat_timeslices_total{cpu="19"} 9.83262663e+08 node_schedstat_timeslices_total{cpu="2"} 9.7747294e+08 node_schedstat_timeslices_total{cpu="20"} 9.64498718e+08 node_schedstat_timeslices_total{cpu="21"} 9.64236628e+08 node_schedstat_timeslices_total{cpu="22"} 9.63035612e+08 node_schedstat_timeslices_total{cpu="23"} 9.60772473e+08 node_schedstat_timeslices_total{cpu="24"} 9.74582462e+08 node_schedstat_timeslices_total{cpu="25"} 9.74828453e+08 node_schedstat_timeslices_total{cpu="26"} 9.76258379e+08 node_schedstat_timeslices_total{cpu="27"} 9.76649406e+08 node_schedstat_timeslices_total{cpu="28"} 9.64818962e+08 node_schedstat_timeslices_total{cpu="29"} 9.57590832e+08 node_schedstat_timeslices_total{cpu="3"} 9.77100571e+08 node_schedstat_timeslices_total{cpu="30"} 9.56113692e+08 node_schedstat_timeslices_total{cpu="31"} 9.4690966e+08 node_schedstat_timeslices_total{cpu="32"} 1.081771776e+09 node_schedstat_timeslices_total{cpu="33"} 1.091970753e+09 node_schedstat_timeslices_total{cpu="34"} 1.097887468e+09 node_schedstat_timeslices_total{cpu="35"} 1.08853162e+09 node_schedstat_timeslices_total{cpu="36"} 1.070622293e+09 node_schedstat_timeslices_total{cpu="37"} 1.060583623e+09 node_schedstat_timeslices_total{cpu="38"} 1.065744395e+09 node_schedstat_timeslices_total{cpu="39"} 1.062770845e+09 node_schedstat_timeslices_total{cpu="4"} 1.027650831e+09 node_schedstat_timeslices_total{cpu="40"} 1.151293567e+09 node_schedstat_timeslices_total{cpu="41"} 1.155419015e+09 node_schedstat_timeslices_total{cpu="42"} 1.163150385e+09 node_schedstat_timeslices_total{cpu="43"} 1.156567883e+09 node_schedstat_timeslices_total{cpu="44"} 1.137187449e+09 node_schedstat_timeslices_total{cpu="45"} 1.141951456e+09 node_schedstat_timeslices_total{cpu="46"} 1.134417264e+09 node_schedstat_timeslices_total{cpu="47"} 1.135301976e+09 node_schedstat_timeslices_total{cpu="48"} 1.294795087e+09 node_schedstat_timeslices_total{cpu="49"} 1.308929487e+09 node_schedstat_timeslices_total{cpu="5"} 1.019403882e+09 node_schedstat_timeslices_total{cpu="50"} 1.313188515e+09 node_schedstat_timeslices_total{cpu="51"} 1.311952307e+09 node_schedstat_timeslices_total{cpu="52"} 1.296593884e+09 node_schedstat_timeslices_total{cpu="53"} 1.288671391e+09 node_schedstat_timeslices_total{cpu="54"} 1.291248717e+09 node_schedstat_timeslices_total{cpu="55"} 1.28670272e+09 node_schedstat_timeslices_total{cpu="56"} 1.265458127e+09 node_schedstat_timeslices_total{cpu="57"} 1.286812925e+09 node_schedstat_timeslices_total{cpu="58"} 1.297078212e+09 node_schedstat_timeslices_total{cpu="59"} 1.292173802e+09 node_schedstat_timeslices_total{cpu="6"} 1.016566962e+09 node_schedstat_timeslices_total{cpu="60"} 1.258699261e+09 node_schedstat_timeslices_total{cpu="61"} 1.260848913e+09 node_schedstat_timeslices_total{cpu="62"} 1.258521297e+09 node_schedstat_timeslices_total{cpu="63"} 1.256795897e+09 node_schedstat_timeslices_total{cpu="64"} 9.75700123e+08 node_schedstat_timeslices_total{cpu="65"} 9.75127755e+08 node_schedstat_timeslices_total{cpu="66"} 9.75604831e+08 node_schedstat_timeslices_total{cpu="67"} 9.78099997e+08 node_schedstat_timeslices_total{cpu="68"} 1.010669868e+09 node_schedstat_timeslices_total{cpu="69"} 1.012850868e+09 node_schedstat_timeslices_total{cpu="7"} 1.011124557e+09 node_schedstat_timeslices_total{cpu="70"} 1.01353525e+09 node_schedstat_timeslices_total{cpu="71"} 1.030952886e+09 node_schedstat_timeslices_total{cpu="72"} 9.83634881e+08 node_schedstat_timeslices_total{cpu="73"} 9.81247116e+08 node_schedstat_timeslices_total{cpu="74"} 9.84030042e+08 node_schedstat_timeslices_total{cpu="75"} 9.81218008e+08 node_schedstat_timeslices_total{cpu="76"} 9.56504488e+08 node_schedstat_timeslices_total{cpu="77"} 9.5748574e+08 node_schedstat_timeslices_total{cpu="78"} 9.57829051e+08 node_schedstat_timeslices_total{cpu="79"} 9.55822647e+08 node_schedstat_timeslices_total{cpu="8"} 9.87979477e+08 node_schedstat_timeslices_total{cpu="80"} 9.83383004e+08 node_schedstat_timeslices_total{cpu="81"} 9.82617944e+08 node_schedstat_timeslices_total{cpu="82"} 9.81066495e+08 node_schedstat_timeslices_total{cpu="83"} 9.82443512e+08 node_schedstat_timeslices_total{cpu="84"} 9.64953752e+08 node_schedstat_timeslices_total{cpu="85"} 9.60795793e+08 node_schedstat_timeslices_total{cpu="86"} 9.6772073e+08 node_schedstat_timeslices_total{cpu="87"} 9.64732675e+08 node_schedstat_timeslices_total{cpu="88"} 9.7074166e+08 node_schedstat_timeslices_total{cpu="89"} 9.64322379e+08 node_schedstat_timeslices_total{cpu="9"} 9.85179845e+08 node_schedstat_timeslices_total{cpu="90"} 9.65693886e+08 node_schedstat_timeslices_total{cpu="91"} 9.64886936e+08 node_schedstat_timeslices_total{cpu="92"} 9.49523379e+08 node_schedstat_timeslices_total{cpu="93"} 9.50982642e+08 node_schedstat_timeslices_total{cpu="94"} 9.51125351e+08 node_schedstat_timeslices_total{cpu="95"} 9.61136933e+08 node_schedstat_timeslices_total{cpu="96"} 1.089058795e+09 node_schedstat_timeslices_total{cpu="97"} 1.094077605e+09 node_schedstat_timeslices_total{cpu="98"} 1.088305051e+09 node_schedstat_timeslices_total{cpu="99"} 1.089228359e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 15555.288025136 node_schedstat_waiting_seconds_total{cpu="1"} 13654.727980933 node_schedstat_waiting_seconds_total{cpu="10"} 12752.74056533 node_schedstat_waiting_seconds_total{cpu="100"} 9550.082679649 node_schedstat_waiting_seconds_total{cpu="101"} 9364.632811099 node_schedstat_waiting_seconds_total{cpu="102"} 9687.791020668 node_schedstat_waiting_seconds_total{cpu="103"} 9777.351250569 node_schedstat_waiting_seconds_total{cpu="104"} 12292.219191546 node_schedstat_waiting_seconds_total{cpu="105"} 11708.441954898 node_schedstat_waiting_seconds_total{cpu="106"} 11498.562181042 node_schedstat_waiting_seconds_total{cpu="107"} 11338.486126367 node_schedstat_waiting_seconds_total{cpu="108"} 10106.184073084 node_schedstat_waiting_seconds_total{cpu="109"} 10014.6559473 node_schedstat_waiting_seconds_total{cpu="11"} 12392.723356326 node_schedstat_waiting_seconds_total{cpu="110"} 10134.557404261 node_schedstat_waiting_seconds_total{cpu="111"} 10107.959634527 node_schedstat_waiting_seconds_total{cpu="112"} 12359.713839408 node_schedstat_waiting_seconds_total{cpu="113"} 11962.228138621 node_schedstat_waiting_seconds_total{cpu="114"} 11895.790265098 node_schedstat_waiting_seconds_total{cpu="115"} 11548.652323092 node_schedstat_waiting_seconds_total{cpu="116"} 10331.733097521 node_schedstat_waiting_seconds_total{cpu="117"} 10098.759721178 node_schedstat_waiting_seconds_total{cpu="118"} 10263.924631178 node_schedstat_waiting_seconds_total{cpu="119"} 10194.65877622 node_schedstat_waiting_seconds_total{cpu="12"} 11905.583936992 node_schedstat_waiting_seconds_total{cpu="120"} 12080.323769196 node_schedstat_waiting_seconds_total{cpu="121"} 11870.519271815 node_schedstat_waiting_seconds_total{cpu="122"} 11624.975606586 node_schedstat_waiting_seconds_total{cpu="123"} 11505.30809795 node_schedstat_waiting_seconds_total{cpu="124"} 10178.73815966 node_schedstat_waiting_seconds_total{cpu="125"} 10219.279653275 node_schedstat_waiting_seconds_total{cpu="126"} 9994.440079703 node_schedstat_waiting_seconds_total{cpu="127"} 10080.548067279 node_schedstat_waiting_seconds_total{cpu="13"} 11121.848142023 node_schedstat_waiting_seconds_total{cpu="14"} 10716.631423959 node_schedstat_waiting_seconds_total{cpu="15"} 10664.455894 node_schedstat_waiting_seconds_total{cpu="16"} 17578.347331987 node_schedstat_waiting_seconds_total{cpu="17"} 14431.018789972 node_schedstat_waiting_seconds_total{cpu="18"} 13036.297231755 node_schedstat_waiting_seconds_total{cpu="19"} 12480.993301655 node_schedstat_waiting_seconds_total{cpu="2"} 12713.238880648 node_schedstat_waiting_seconds_total{cpu="20"} 12007.134649559 node_schedstat_waiting_seconds_total{cpu="21"} 11567.873916154 node_schedstat_waiting_seconds_total{cpu="22"} 11084.439395775 node_schedstat_waiting_seconds_total{cpu="23"} 10807.869676804 node_schedstat_waiting_seconds_total{cpu="24"} 19067.217892129 node_schedstat_waiting_seconds_total{cpu="25"} 16075.016787737 node_schedstat_waiting_seconds_total{cpu="26"} 14593.322544743 node_schedstat_waiting_seconds_total{cpu="27"} 14086.403916255 node_schedstat_waiting_seconds_total{cpu="28"} 13847.346758038 node_schedstat_waiting_seconds_total{cpu="29"} 12757.249121993 node_schedstat_waiting_seconds_total{cpu="3"} 12372.226424736 node_schedstat_waiting_seconds_total{cpu="30"} 12602.211223914 node_schedstat_waiting_seconds_total{cpu="31"} 12784.660347339 node_schedstat_waiting_seconds_total{cpu="32"} 16544.173620064 node_schedstat_waiting_seconds_total{cpu="33"} 13596.321907455 node_schedstat_waiting_seconds_total{cpu="34"} 12600.424617822 node_schedstat_waiting_seconds_total{cpu="35"} 11898.090432006 node_schedstat_waiting_seconds_total{cpu="36"} 11219.016341147 node_schedstat_waiting_seconds_total{cpu="37"} 10268.646760586 node_schedstat_waiting_seconds_total{cpu="38"} 10088.151302648 node_schedstat_waiting_seconds_total{cpu="39"} 9961.648681395 node_schedstat_waiting_seconds_total{cpu="4"} 13242.292684659 node_schedstat_waiting_seconds_total{cpu="40"} 17106.066951346 node_schedstat_waiting_seconds_total{cpu="41"} 14225.43969558 node_schedstat_waiting_seconds_total{cpu="42"} 13195.259790467 node_schedstat_waiting_seconds_total{cpu="43"} 12676.233682137 node_schedstat_waiting_seconds_total{cpu="44"} 11648.938965805 node_schedstat_waiting_seconds_total{cpu="45"} 11304.561732487 node_schedstat_waiting_seconds_total{cpu="46"} 10865.132182234 node_schedstat_waiting_seconds_total{cpu="47"} 10688.471784245 node_schedstat_waiting_seconds_total{cpu="48"} 16408.464787324 node_schedstat_waiting_seconds_total{cpu="49"} 14150.957556394 node_schedstat_waiting_seconds_total{cpu="5"} 11648.186866622 node_schedstat_waiting_seconds_total{cpu="50"} 13417.921130908 node_schedstat_waiting_seconds_total{cpu="51"} 12760.951709744 node_schedstat_waiting_seconds_total{cpu="52"} 11884.177774259 node_schedstat_waiting_seconds_total{cpu="53"} 11266.656792837 node_schedstat_waiting_seconds_total{cpu="54"} 10824.399383842 node_schedstat_waiting_seconds_total{cpu="55"} 10621.30897623 node_schedstat_waiting_seconds_total{cpu="56"} 16284.601720088 node_schedstat_waiting_seconds_total{cpu="57"} 13986.539645824 node_schedstat_waiting_seconds_total{cpu="58"} 13188.110693881 node_schedstat_waiting_seconds_total{cpu="59"} 12475.5015344 node_schedstat_waiting_seconds_total{cpu="6"} 11248.977941582 node_schedstat_waiting_seconds_total{cpu="60"} 11443.024104109 node_schedstat_waiting_seconds_total{cpu="61"} 10789.135993832 node_schedstat_waiting_seconds_total{cpu="62"} 10538.771369507 node_schedstat_waiting_seconds_total{cpu="63"} 10487.204864738 node_schedstat_waiting_seconds_total{cpu="64"} 11783.065644624 node_schedstat_waiting_seconds_total{cpu="65"} 11387.331208979 node_schedstat_waiting_seconds_total{cpu="66"} 10741.078966948 node_schedstat_waiting_seconds_total{cpu="67"} 10507.150529951 node_schedstat_waiting_seconds_total{cpu="68"} 10384.797326114 node_schedstat_waiting_seconds_total{cpu="69"} 10320.172306048 node_schedstat_waiting_seconds_total{cpu="7"} 11012.647219387 node_schedstat_waiting_seconds_total{cpu="70"} 10109.706836487 node_schedstat_waiting_seconds_total{cpu="71"} 10430.523168126 node_schedstat_waiting_seconds_total{cpu="72"} 11894.053603218 node_schedstat_waiting_seconds_total{cpu="73"} 11386.58720393 node_schedstat_waiting_seconds_total{cpu="74"} 11316.256512713 node_schedstat_waiting_seconds_total{cpu="75"} 10768.824599723 node_schedstat_waiting_seconds_total{cpu="76"} 10036.698837008 node_schedstat_waiting_seconds_total{cpu="77"} 10050.105715645 node_schedstat_waiting_seconds_total{cpu="78"} 10045.047846643 node_schedstat_waiting_seconds_total{cpu="79"} 9819.235353078 node_schedstat_waiting_seconds_total{cpu="8"} 17064.678072991 node_schedstat_waiting_seconds_total{cpu="80"} 12002.538454609 node_schedstat_waiting_seconds_total{cpu="81"} 11768.209963061 node_schedstat_waiting_seconds_total{cpu="82"} 11408.339311387 node_schedstat_waiting_seconds_total{cpu="83"} 11127.0933952 node_schedstat_waiting_seconds_total{cpu="84"} 10552.300442827 node_schedstat_waiting_seconds_total{cpu="85"} 10498.351440325 node_schedstat_waiting_seconds_total{cpu="86"} 10427.194267699 node_schedstat_waiting_seconds_total{cpu="87"} 10311.007870097 node_schedstat_waiting_seconds_total{cpu="88"} 13906.350492875 node_schedstat_waiting_seconds_total{cpu="89"} 13350.496790736 node_schedstat_waiting_seconds_total{cpu="9"} 14011.885563683 node_schedstat_waiting_seconds_total{cpu="90"} 13197.845424898 node_schedstat_waiting_seconds_total{cpu="91"} 13015.854112164 node_schedstat_waiting_seconds_total{cpu="92"} 12154.089957516 node_schedstat_waiting_seconds_total{cpu="93"} 12121.978531877 node_schedstat_waiting_seconds_total{cpu="94"} 12007.17524668 node_schedstat_waiting_seconds_total{cpu="95"} 11883.163584921 node_schedstat_waiting_seconds_total{cpu="96"} 11433.466001161 node_schedstat_waiting_seconds_total{cpu="97"} 11233.947320099 node_schedstat_waiting_seconds_total{cpu="98"} 10768.878136585 node_schedstat_waiting_seconds_total{cpu="99"} 10635.661923057 # 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.000526029 node_scrape_collector_duration_seconds{collector="bcache"} 2.049e-05 node_scrape_collector_duration_seconds{collector="bcachefs"} 1.447e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.083e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.000334996 node_scrape_collector_duration_seconds{collector="conntrack"} 0.001022008 node_scrape_collector_duration_seconds{collector="cpu"} 0.070836659 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.047669017 node_scrape_collector_duration_seconds{collector="diskstats"} 0.004581912 node_scrape_collector_duration_seconds{collector="dmi"} 0.055513367 node_scrape_collector_duration_seconds{collector="edac"} 0.002634046 node_scrape_collector_duration_seconds{collector="entropy"} 0.067861897 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.5501e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.087121498 node_scrape_collector_duration_seconds{collector="filesystem"} 0.055601759 node_scrape_collector_duration_seconds{collector="hwmon"} 0.0039328 node_scrape_collector_duration_seconds{collector="infiniband"} 1.961e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 0.000148523 node_scrape_collector_duration_seconds{collector="kernel_hung"} 3.101e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.055621589 node_scrape_collector_duration_seconds{collector="mdadm"} 0.001422736 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000292516 node_scrape_collector_duration_seconds{collector="netclass"} 0.055055688 node_scrape_collector_duration_seconds{collector="netdev"} 0.058352768 node_scrape_collector_duration_seconds{collector="netstat"} 0.001390795 node_scrape_collector_duration_seconds{collector="nfs"} 3.091e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 1.865e-05 node_scrape_collector_duration_seconds{collector="nvme"} 1.987e-05 node_scrape_collector_duration_seconds{collector="os"} 3.218e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 4.258e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000346666 node_scrape_collector_duration_seconds{collector="rapl"} 0.000226584 node_scrape_collector_duration_seconds{collector="schedstat"} 0.004634382 node_scrape_collector_duration_seconds{collector="selinux"} 0.058351877 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000240925 node_scrape_collector_duration_seconds{collector="softnet"} 0.001144721 node_scrape_collector_duration_seconds{collector="stat"} 0.002446203 node_scrape_collector_duration_seconds{collector="tapestats"} 2.0691e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.057830429 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.067881797 node_scrape_collector_duration_seconds{collector="time"} 0.000159883 node_scrape_collector_duration_seconds{collector="timex"} 3.4841e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.074059376 node_scrape_collector_duration_seconds{collector="uname"} 1.5951e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.068222343 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000309066 node_scrape_collector_duration_seconds{collector="xfs"} 1.6441e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.904e-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="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 1 node_scrape_collector_success{collector="kernel_hung"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 0 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 1 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 1727 # 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 1047 # 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 4.288512e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 2 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 15751 # 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 6.4516096e+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="100"} 0 node_softnet_backlog_len{cpu="101"} 0 node_softnet_backlog_len{cpu="102"} 0 node_softnet_backlog_len{cpu="103"} 0 node_softnet_backlog_len{cpu="104"} 0 node_softnet_backlog_len{cpu="105"} 0 node_softnet_backlog_len{cpu="106"} 0 node_softnet_backlog_len{cpu="107"} 0 node_softnet_backlog_len{cpu="108"} 0 node_softnet_backlog_len{cpu="109"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="110"} 0 node_softnet_backlog_len{cpu="111"} 0 node_softnet_backlog_len{cpu="112"} 0 node_softnet_backlog_len{cpu="113"} 0 node_softnet_backlog_len{cpu="114"} 0 node_softnet_backlog_len{cpu="115"} 0 node_softnet_backlog_len{cpu="116"} 0 node_softnet_backlog_len{cpu="117"} 0 node_softnet_backlog_len{cpu="118"} 0 node_softnet_backlog_len{cpu="119"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="120"} 0 node_softnet_backlog_len{cpu="121"} 0 node_softnet_backlog_len{cpu="122"} 0 node_softnet_backlog_len{cpu="123"} 0 node_softnet_backlog_len{cpu="124"} 0 node_softnet_backlog_len{cpu="125"} 0 node_softnet_backlog_len{cpu="126"} 0 node_softnet_backlog_len{cpu="127"} 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="88"} 0 node_softnet_backlog_len{cpu="89"} 0 node_softnet_backlog_len{cpu="9"} 0 node_softnet_backlog_len{cpu="90"} 0 node_softnet_backlog_len{cpu="91"} 0 node_softnet_backlog_len{cpu="92"} 0 node_softnet_backlog_len{cpu="93"} 0 node_softnet_backlog_len{cpu="94"} 0 node_softnet_backlog_len{cpu="95"} 0 node_softnet_backlog_len{cpu="96"} 0 node_softnet_backlog_len{cpu="97"} 0 node_softnet_backlog_len{cpu="98"} 0 node_softnet_backlog_len{cpu="99"} 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="100"} 0 node_softnet_cpu_collision_total{cpu="101"} 0 node_softnet_cpu_collision_total{cpu="102"} 0 node_softnet_cpu_collision_total{cpu="103"} 0 node_softnet_cpu_collision_total{cpu="104"} 0 node_softnet_cpu_collision_total{cpu="105"} 0 node_softnet_cpu_collision_total{cpu="106"} 0 node_softnet_cpu_collision_total{cpu="107"} 0 node_softnet_cpu_collision_total{cpu="108"} 0 node_softnet_cpu_collision_total{cpu="109"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="110"} 0 node_softnet_cpu_collision_total{cpu="111"} 0 node_softnet_cpu_collision_total{cpu="112"} 0 node_softnet_cpu_collision_total{cpu="113"} 0 node_softnet_cpu_collision_total{cpu="114"} 0 node_softnet_cpu_collision_total{cpu="115"} 0 node_softnet_cpu_collision_total{cpu="116"} 0 node_softnet_cpu_collision_total{cpu="117"} 0 node_softnet_cpu_collision_total{cpu="118"} 0 node_softnet_cpu_collision_total{cpu="119"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="120"} 0 node_softnet_cpu_collision_total{cpu="121"} 0 node_softnet_cpu_collision_total{cpu="122"} 0 node_softnet_cpu_collision_total{cpu="123"} 0 node_softnet_cpu_collision_total{cpu="124"} 0 node_softnet_cpu_collision_total{cpu="125"} 0 node_softnet_cpu_collision_total{cpu="126"} 0 node_softnet_cpu_collision_total{cpu="127"} 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="88"} 0 node_softnet_cpu_collision_total{cpu="89"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 node_softnet_cpu_collision_total{cpu="90"} 0 node_softnet_cpu_collision_total{cpu="91"} 0 node_softnet_cpu_collision_total{cpu="92"} 0 node_softnet_cpu_collision_total{cpu="93"} 0 node_softnet_cpu_collision_total{cpu="94"} 0 node_softnet_cpu_collision_total{cpu="95"} 0 node_softnet_cpu_collision_total{cpu="96"} 0 node_softnet_cpu_collision_total{cpu="97"} 0 node_softnet_cpu_collision_total{cpu="98"} 0 node_softnet_cpu_collision_total{cpu="99"} 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="100"} 0 node_softnet_dropped_total{cpu="101"} 0 node_softnet_dropped_total{cpu="102"} 0 node_softnet_dropped_total{cpu="103"} 0 node_softnet_dropped_total{cpu="104"} 0 node_softnet_dropped_total{cpu="105"} 0 node_softnet_dropped_total{cpu="106"} 0 node_softnet_dropped_total{cpu="107"} 0 node_softnet_dropped_total{cpu="108"} 0 node_softnet_dropped_total{cpu="109"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="110"} 0 node_softnet_dropped_total{cpu="111"} 0 node_softnet_dropped_total{cpu="112"} 0 node_softnet_dropped_total{cpu="113"} 0 node_softnet_dropped_total{cpu="114"} 0 node_softnet_dropped_total{cpu="115"} 0 node_softnet_dropped_total{cpu="116"} 0 node_softnet_dropped_total{cpu="117"} 0 node_softnet_dropped_total{cpu="118"} 0 node_softnet_dropped_total{cpu="119"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="120"} 0 node_softnet_dropped_total{cpu="121"} 0 node_softnet_dropped_total{cpu="122"} 0 node_softnet_dropped_total{cpu="123"} 0 node_softnet_dropped_total{cpu="124"} 0 node_softnet_dropped_total{cpu="125"} 0 node_softnet_dropped_total{cpu="126"} 0 node_softnet_dropped_total{cpu="127"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="20"} 0 node_softnet_dropped_total{cpu="21"} 0 node_softnet_dropped_total{cpu="22"} 0 node_softnet_dropped_total{cpu="23"} 0 node_softnet_dropped_total{cpu="24"} 0 node_softnet_dropped_total{cpu="25"} 0 node_softnet_dropped_total{cpu="26"} 0 node_softnet_dropped_total{cpu="27"} 0 node_softnet_dropped_total{cpu="28"} 0 node_softnet_dropped_total{cpu="29"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="30"} 0 node_softnet_dropped_total{cpu="31"} 0 node_softnet_dropped_total{cpu="32"} 0 node_softnet_dropped_total{cpu="33"} 0 node_softnet_dropped_total{cpu="34"} 0 node_softnet_dropped_total{cpu="35"} 0 node_softnet_dropped_total{cpu="36"} 0 node_softnet_dropped_total{cpu="37"} 0 node_softnet_dropped_total{cpu="38"} 0 node_softnet_dropped_total{cpu="39"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="40"} 0 node_softnet_dropped_total{cpu="41"} 0 node_softnet_dropped_total{cpu="42"} 0 node_softnet_dropped_total{cpu="43"} 0 node_softnet_dropped_total{cpu="44"} 0 node_softnet_dropped_total{cpu="45"} 0 node_softnet_dropped_total{cpu="46"} 0 node_softnet_dropped_total{cpu="47"} 0 node_softnet_dropped_total{cpu="48"} 0 node_softnet_dropped_total{cpu="49"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="50"} 0 node_softnet_dropped_total{cpu="51"} 0 node_softnet_dropped_total{cpu="52"} 0 node_softnet_dropped_total{cpu="53"} 0 node_softnet_dropped_total{cpu="54"} 0 node_softnet_dropped_total{cpu="55"} 1024 node_softnet_dropped_total{cpu="56"} 0 node_softnet_dropped_total{cpu="57"} 0 node_softnet_dropped_total{cpu="58"} 0 node_softnet_dropped_total{cpu="59"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="60"} 0 node_softnet_dropped_total{cpu="61"} 0 node_softnet_dropped_total{cpu="62"} 0 node_softnet_dropped_total{cpu="63"} 0 node_softnet_dropped_total{cpu="64"} 0 node_softnet_dropped_total{cpu="65"} 0 node_softnet_dropped_total{cpu="66"} 0 node_softnet_dropped_total{cpu="67"} 0 node_softnet_dropped_total{cpu="68"} 0 node_softnet_dropped_total{cpu="69"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="70"} 0 node_softnet_dropped_total{cpu="71"} 0 node_softnet_dropped_total{cpu="72"} 0 node_softnet_dropped_total{cpu="73"} 0 node_softnet_dropped_total{cpu="74"} 0 node_softnet_dropped_total{cpu="75"} 0 node_softnet_dropped_total{cpu="76"} 0 node_softnet_dropped_total{cpu="77"} 0 node_softnet_dropped_total{cpu="78"} 0 node_softnet_dropped_total{cpu="79"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="80"} 0 node_softnet_dropped_total{cpu="81"} 0 node_softnet_dropped_total{cpu="82"} 0 node_softnet_dropped_total{cpu="83"} 0 node_softnet_dropped_total{cpu="84"} 0 node_softnet_dropped_total{cpu="85"} 0 node_softnet_dropped_total{cpu="86"} 0 node_softnet_dropped_total{cpu="87"} 0 node_softnet_dropped_total{cpu="88"} 0 node_softnet_dropped_total{cpu="89"} 0 node_softnet_dropped_total{cpu="9"} 0 node_softnet_dropped_total{cpu="90"} 0 node_softnet_dropped_total{cpu="91"} 0 node_softnet_dropped_total{cpu="92"} 0 node_softnet_dropped_total{cpu="93"} 0 node_softnet_dropped_total{cpu="94"} 0 node_softnet_dropped_total{cpu="95"} 0 node_softnet_dropped_total{cpu="96"} 0 node_softnet_dropped_total{cpu="97"} 0 node_softnet_dropped_total{cpu="98"} 0 node_softnet_dropped_total{cpu="99"} 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="100"} 0 node_softnet_flow_limit_count_total{cpu="101"} 0 node_softnet_flow_limit_count_total{cpu="102"} 0 node_softnet_flow_limit_count_total{cpu="103"} 0 node_softnet_flow_limit_count_total{cpu="104"} 0 node_softnet_flow_limit_count_total{cpu="105"} 0 node_softnet_flow_limit_count_total{cpu="106"} 0 node_softnet_flow_limit_count_total{cpu="107"} 0 node_softnet_flow_limit_count_total{cpu="108"} 0 node_softnet_flow_limit_count_total{cpu="109"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="110"} 0 node_softnet_flow_limit_count_total{cpu="111"} 0 node_softnet_flow_limit_count_total{cpu="112"} 0 node_softnet_flow_limit_count_total{cpu="113"} 0 node_softnet_flow_limit_count_total{cpu="114"} 0 node_softnet_flow_limit_count_total{cpu="115"} 0 node_softnet_flow_limit_count_total{cpu="116"} 0 node_softnet_flow_limit_count_total{cpu="117"} 0 node_softnet_flow_limit_count_total{cpu="118"} 0 node_softnet_flow_limit_count_total{cpu="119"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="120"} 0 node_softnet_flow_limit_count_total{cpu="121"} 0 node_softnet_flow_limit_count_total{cpu="122"} 0 node_softnet_flow_limit_count_total{cpu="123"} 0 node_softnet_flow_limit_count_total{cpu="124"} 0 node_softnet_flow_limit_count_total{cpu="125"} 0 node_softnet_flow_limit_count_total{cpu="126"} 0 node_softnet_flow_limit_count_total{cpu="127"} 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="88"} 0 node_softnet_flow_limit_count_total{cpu="89"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 node_softnet_flow_limit_count_total{cpu="90"} 0 node_softnet_flow_limit_count_total{cpu="91"} 0 node_softnet_flow_limit_count_total{cpu="92"} 0 node_softnet_flow_limit_count_total{cpu="93"} 0 node_softnet_flow_limit_count_total{cpu="94"} 0 node_softnet_flow_limit_count_total{cpu="95"} 0 node_softnet_flow_limit_count_total{cpu="96"} 0 node_softnet_flow_limit_count_total{cpu="97"} 0 node_softnet_flow_limit_count_total{cpu="98"} 0 node_softnet_flow_limit_count_total{cpu="99"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 2.14400363e+08 node_softnet_processed_total{cpu="1"} 2.30330831e+08 node_softnet_processed_total{cpu="10"} 2.5323228e+08 node_softnet_processed_total{cpu="100"} 2.7451109e+08 node_softnet_processed_total{cpu="101"} 2.7478778e+08 node_softnet_processed_total{cpu="102"} 2.73468743e+08 node_softnet_processed_total{cpu="103"} 2.7446132e+08 node_softnet_processed_total{cpu="104"} 3.93838115e+08 node_softnet_processed_total{cpu="105"} 3.92883482e+08 node_softnet_processed_total{cpu="106"} 3.90017232e+08 node_softnet_processed_total{cpu="107"} 3.87055848e+08 node_softnet_processed_total{cpu="108"} 3.29816847e+08 node_softnet_processed_total{cpu="109"} 3.28781285e+08 node_softnet_processed_total{cpu="11"} 2.50096754e+08 node_softnet_processed_total{cpu="110"} 3.28607228e+08 node_softnet_processed_total{cpu="111"} 3.28778239e+08 node_softnet_processed_total{cpu="112"} 4.54474694e+08 node_softnet_processed_total{cpu="113"} 4.55156204e+08 node_softnet_processed_total{cpu="114"} 4.50780667e+08 node_softnet_processed_total{cpu="115"} 4.46027026e+08 node_softnet_processed_total{cpu="116"} 3.71709683e+08 node_softnet_processed_total{cpu="117"} 3.72049816e+08 node_softnet_processed_total{cpu="118"} 3.71367694e+08 node_softnet_processed_total{cpu="119"} 3.70036007e+08 node_softnet_processed_total{cpu="12"} 2.378423e+08 node_softnet_processed_total{cpu="120"} 4.54047342e+08 node_softnet_processed_total{cpu="121"} 4.52015158e+08 node_softnet_processed_total{cpu="122"} 4.47584765e+08 node_softnet_processed_total{cpu="123"} 4.4515997e+08 node_softnet_processed_total{cpu="124"} 3.65550349e+08 node_softnet_processed_total{cpu="125"} 3.63782451e+08 node_softnet_processed_total{cpu="126"} 3.63734001e+08 node_softnet_processed_total{cpu="127"} 3.62682375e+08 node_softnet_processed_total{cpu="13"} 2.3550093e+08 node_softnet_processed_total{cpu="14"} 2.34633073e+08 node_softnet_processed_total{cpu="15"} 2.34702627e+08 node_softnet_processed_total{cpu="16"} 2.63161854e+08 node_softnet_processed_total{cpu="17"} 2.59236401e+08 node_softnet_processed_total{cpu="18"} 2.55385447e+08 node_softnet_processed_total{cpu="19"} 2.52660993e+08 node_softnet_processed_total{cpu="2"} 2.30897105e+08 node_softnet_processed_total{cpu="20"} 2.38612849e+08 node_softnet_processed_total{cpu="21"} 2.38350748e+08 node_softnet_processed_total{cpu="22"} 2.37728357e+08 node_softnet_processed_total{cpu="23"} 2.37706731e+08 node_softnet_processed_total{cpu="24"} 2.68567476e+08 node_softnet_processed_total{cpu="25"} 2.59671423e+08 node_softnet_processed_total{cpu="26"} 2.53881734e+08 node_softnet_processed_total{cpu="27"} 2.49316807e+08 node_softnet_processed_total{cpu="28"} 2.37060229e+08 node_softnet_processed_total{cpu="29"} 2.33852709e+08 node_softnet_processed_total{cpu="3"} 2.30092641e+08 node_softnet_processed_total{cpu="30"} 2.33239756e+08 node_softnet_processed_total{cpu="31"} 1.552845248e+09 node_softnet_processed_total{cpu="32"} 3.63260358e+08 node_softnet_processed_total{cpu="33"} 3.42822075e+08 node_softnet_processed_total{cpu="34"} 3.32923179e+08 node_softnet_processed_total{cpu="35"} 3.27416427e+08 node_softnet_processed_total{cpu="36"} 2.76541835e+08 node_softnet_processed_total{cpu="37"} 2.75645225e+08 node_softnet_processed_total{cpu="38"} 2.7360303e+08 node_softnet_processed_total{cpu="39"} 2.7429768e+08 node_softnet_processed_total{cpu="4"} 2.46394217e+08 node_softnet_processed_total{cpu="40"} 4.48090649e+08 node_softnet_processed_total{cpu="41"} 4.22567168e+08 node_softnet_processed_total{cpu="42"} 4.0850388e+08 node_softnet_processed_total{cpu="43"} 4.02152978e+08 node_softnet_processed_total{cpu="44"} 3.33473525e+08 node_softnet_processed_total{cpu="45"} 3.30963709e+08 node_softnet_processed_total{cpu="46"} 3.31270912e+08 node_softnet_processed_total{cpu="47"} 3.29766396e+08 node_softnet_processed_total{cpu="48"} 5.51450963e+08 node_softnet_processed_total{cpu="49"} 5.08246147e+08 node_softnet_processed_total{cpu="5"} 2.45102816e+08 node_softnet_processed_total{cpu="50"} 4.84736022e+08 node_softnet_processed_total{cpu="51"} 4.71332974e+08 node_softnet_processed_total{cpu="52"} 3.79295336e+08 node_softnet_processed_total{cpu="53"} 3.75280505e+08 node_softnet_processed_total{cpu="54"} 3.74189811e+08 node_softnet_processed_total{cpu="55"} 3.71847024e+08 node_softnet_processed_total{cpu="56"} 5.63085399e+08 node_softnet_processed_total{cpu="57"} 5.11152709e+08 node_softnet_processed_total{cpu="58"} 4.87517694e+08 node_softnet_processed_total{cpu="59"} 4.7218798e+08 node_softnet_processed_total{cpu="6"} 2.44108408e+08 node_softnet_processed_total{cpu="60"} 3.73931191e+08 node_softnet_processed_total{cpu="61"} 3.68012314e+08 node_softnet_processed_total{cpu="62"} 3.67099454e+08 node_softnet_processed_total{cpu="63"} 3.64805833e+08 node_softnet_processed_total{cpu="64"} 2.27913182e+08 node_softnet_processed_total{cpu="65"} 2.24434395e+08 node_softnet_processed_total{cpu="66"} 2.22604561e+08 node_softnet_processed_total{cpu="67"} 2.22052488e+08 node_softnet_processed_total{cpu="68"} 2.40445252e+08 node_softnet_processed_total{cpu="69"} 2.39600104e+08 node_softnet_processed_total{cpu="7"} 2.4289858e+08 node_softnet_processed_total{cpu="70"} 2.40432602e+08 node_softnet_processed_total{cpu="71"} 2.41509188e+08 node_softnet_processed_total{cpu="72"} 2.46220986e+08 node_softnet_processed_total{cpu="73"} 2.45863427e+08 node_softnet_processed_total{cpu="74"} 2.46083408e+08 node_softnet_processed_total{cpu="75"} 2.45191955e+08 node_softnet_processed_total{cpu="76"} 2.33301504e+08 node_softnet_processed_total{cpu="77"} 2.33963628e+08 node_softnet_processed_total{cpu="78"} 2.33287732e+08 node_softnet_processed_total{cpu="79"} 2.33555018e+08 node_softnet_processed_total{cpu="8"} 2.65248169e+08 node_softnet_processed_total{cpu="80"} 2.5280466e+08 node_softnet_processed_total{cpu="81"} 2.52217918e+08 node_softnet_processed_total{cpu="82"} 2.5203681e+08 node_softnet_processed_total{cpu="83"} 2.51639628e+08 node_softnet_processed_total{cpu="84"} 2.39850556e+08 node_softnet_processed_total{cpu="85"} 2.39033767e+08 node_softnet_processed_total{cpu="86"} 2.39998152e+08 node_softnet_processed_total{cpu="87"} 2.40839125e+08 node_softnet_processed_total{cpu="88"} 3.71556333e+08 node_softnet_processed_total{cpu="89"} 3.78877119e+08 node_softnet_processed_total{cpu="9"} 2.62243539e+08 node_softnet_processed_total{cpu="90"} 3.79212014e+08 node_softnet_processed_total{cpu="91"} 3.77378245e+08 node_softnet_processed_total{cpu="92"} 3.58165026e+08 node_softnet_processed_total{cpu="93"} 3.72262815e+08 node_softnet_processed_total{cpu="94"} 3.63264997e+08 node_softnet_processed_total{cpu="95"} 2.39029248e+08 node_softnet_processed_total{cpu="96"} 3.22922862e+08 node_softnet_processed_total{cpu="97"} 3.21551554e+08 node_softnet_processed_total{cpu="98"} 3.20327724e+08 node_softnet_processed_total{cpu="99"} 3.18995837e+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="100"} 0 node_softnet_received_rps_total{cpu="101"} 0 node_softnet_received_rps_total{cpu="102"} 0 node_softnet_received_rps_total{cpu="103"} 0 node_softnet_received_rps_total{cpu="104"} 0 node_softnet_received_rps_total{cpu="105"} 0 node_softnet_received_rps_total{cpu="106"} 0 node_softnet_received_rps_total{cpu="107"} 0 node_softnet_received_rps_total{cpu="108"} 0 node_softnet_received_rps_total{cpu="109"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="110"} 0 node_softnet_received_rps_total{cpu="111"} 0 node_softnet_received_rps_total{cpu="112"} 0 node_softnet_received_rps_total{cpu="113"} 0 node_softnet_received_rps_total{cpu="114"} 0 node_softnet_received_rps_total{cpu="115"} 0 node_softnet_received_rps_total{cpu="116"} 0 node_softnet_received_rps_total{cpu="117"} 0 node_softnet_received_rps_total{cpu="118"} 0 node_softnet_received_rps_total{cpu="119"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="120"} 0 node_softnet_received_rps_total{cpu="121"} 0 node_softnet_received_rps_total{cpu="122"} 0 node_softnet_received_rps_total{cpu="123"} 0 node_softnet_received_rps_total{cpu="124"} 0 node_softnet_received_rps_total{cpu="125"} 0 node_softnet_received_rps_total{cpu="126"} 0 node_softnet_received_rps_total{cpu="127"} 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="88"} 0 node_softnet_received_rps_total{cpu="89"} 0 node_softnet_received_rps_total{cpu="9"} 0 node_softnet_received_rps_total{cpu="90"} 0 node_softnet_received_rps_total{cpu="91"} 0 node_softnet_received_rps_total{cpu="92"} 0 node_softnet_received_rps_total{cpu="93"} 0 node_softnet_received_rps_total{cpu="94"} 0 node_softnet_received_rps_total{cpu="95"} 0 node_softnet_received_rps_total{cpu="96"} 0 node_softnet_received_rps_total{cpu="97"} 0 node_softnet_received_rps_total{cpu="98"} 0 node_softnet_received_rps_total{cpu="99"} 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"} 3 node_softnet_times_squeezed_total{cpu="1"} 0 node_softnet_times_squeezed_total{cpu="10"} 3 node_softnet_times_squeezed_total{cpu="100"} 0 node_softnet_times_squeezed_total{cpu="101"} 0 node_softnet_times_squeezed_total{cpu="102"} 0 node_softnet_times_squeezed_total{cpu="103"} 1 node_softnet_times_squeezed_total{cpu="104"} 4 node_softnet_times_squeezed_total{cpu="105"} 2 node_softnet_times_squeezed_total{cpu="106"} 2 node_softnet_times_squeezed_total{cpu="107"} 1 node_softnet_times_squeezed_total{cpu="108"} 1 node_softnet_times_squeezed_total{cpu="109"} 0 node_softnet_times_squeezed_total{cpu="11"} 4 node_softnet_times_squeezed_total{cpu="110"} 1 node_softnet_times_squeezed_total{cpu="111"} 1 node_softnet_times_squeezed_total{cpu="112"} 0 node_softnet_times_squeezed_total{cpu="113"} 3 node_softnet_times_squeezed_total{cpu="114"} 0 node_softnet_times_squeezed_total{cpu="115"} 1 node_softnet_times_squeezed_total{cpu="116"} 2 node_softnet_times_squeezed_total{cpu="117"} 1 node_softnet_times_squeezed_total{cpu="118"} 0 node_softnet_times_squeezed_total{cpu="119"} 2 node_softnet_times_squeezed_total{cpu="12"} 6 node_softnet_times_squeezed_total{cpu="120"} 2 node_softnet_times_squeezed_total{cpu="121"} 2 node_softnet_times_squeezed_total{cpu="122"} 2 node_softnet_times_squeezed_total{cpu="123"} 3 node_softnet_times_squeezed_total{cpu="124"} 0 node_softnet_times_squeezed_total{cpu="125"} 2 node_softnet_times_squeezed_total{cpu="126"} 0 node_softnet_times_squeezed_total{cpu="127"} 4 node_softnet_times_squeezed_total{cpu="13"} 1 node_softnet_times_squeezed_total{cpu="14"} 6 node_softnet_times_squeezed_total{cpu="15"} 4 node_softnet_times_squeezed_total{cpu="16"} 0 node_softnet_times_squeezed_total{cpu="17"} 1 node_softnet_times_squeezed_total{cpu="18"} 2 node_softnet_times_squeezed_total{cpu="19"} 0 node_softnet_times_squeezed_total{cpu="2"} 0 node_softnet_times_squeezed_total{cpu="20"} 1 node_softnet_times_squeezed_total{cpu="21"} 0 node_softnet_times_squeezed_total{cpu="22"} 1 node_softnet_times_squeezed_total{cpu="23"} 0 node_softnet_times_squeezed_total{cpu="24"} 0 node_softnet_times_squeezed_total{cpu="25"} 1 node_softnet_times_squeezed_total{cpu="26"} 1 node_softnet_times_squeezed_total{cpu="27"} 2 node_softnet_times_squeezed_total{cpu="28"} 1 node_softnet_times_squeezed_total{cpu="29"} 1 node_softnet_times_squeezed_total{cpu="3"} 4 node_softnet_times_squeezed_total{cpu="30"} 2 node_softnet_times_squeezed_total{cpu="31"} 1598 node_softnet_times_squeezed_total{cpu="32"} 2 node_softnet_times_squeezed_total{cpu="33"} 0 node_softnet_times_squeezed_total{cpu="34"} 4 node_softnet_times_squeezed_total{cpu="35"} 0 node_softnet_times_squeezed_total{cpu="36"} 1 node_softnet_times_squeezed_total{cpu="37"} 0 node_softnet_times_squeezed_total{cpu="38"} 0 node_softnet_times_squeezed_total{cpu="39"} 1 node_softnet_times_squeezed_total{cpu="4"} 2 node_softnet_times_squeezed_total{cpu="40"} 1 node_softnet_times_squeezed_total{cpu="41"} 0 node_softnet_times_squeezed_total{cpu="42"} 4 node_softnet_times_squeezed_total{cpu="43"} 2 node_softnet_times_squeezed_total{cpu="44"} 0 node_softnet_times_squeezed_total{cpu="45"} 1 node_softnet_times_squeezed_total{cpu="46"} 3 node_softnet_times_squeezed_total{cpu="47"} 1 node_softnet_times_squeezed_total{cpu="48"} 6 node_softnet_times_squeezed_total{cpu="49"} 3 node_softnet_times_squeezed_total{cpu="5"} 0 node_softnet_times_squeezed_total{cpu="50"} 5 node_softnet_times_squeezed_total{cpu="51"} 2 node_softnet_times_squeezed_total{cpu="52"} 2 node_softnet_times_squeezed_total{cpu="53"} 1 node_softnet_times_squeezed_total{cpu="54"} 4 node_softnet_times_squeezed_total{cpu="55"} 3 node_softnet_times_squeezed_total{cpu="56"} 3 node_softnet_times_squeezed_total{cpu="57"} 1 node_softnet_times_squeezed_total{cpu="58"} 1 node_softnet_times_squeezed_total{cpu="59"} 2 node_softnet_times_squeezed_total{cpu="6"} 3 node_softnet_times_squeezed_total{cpu="60"} 3 node_softnet_times_squeezed_total{cpu="61"} 2 node_softnet_times_squeezed_total{cpu="62"} 3 node_softnet_times_squeezed_total{cpu="63"} 2 node_softnet_times_squeezed_total{cpu="64"} 1 node_softnet_times_squeezed_total{cpu="65"} 1 node_softnet_times_squeezed_total{cpu="66"} 0 node_softnet_times_squeezed_total{cpu="67"} 2 node_softnet_times_squeezed_total{cpu="68"} 2 node_softnet_times_squeezed_total{cpu="69"} 1 node_softnet_times_squeezed_total{cpu="7"} 2 node_softnet_times_squeezed_total{cpu="70"} 2 node_softnet_times_squeezed_total{cpu="71"} 1 node_softnet_times_squeezed_total{cpu="72"} 7 node_softnet_times_squeezed_total{cpu="73"} 1 node_softnet_times_squeezed_total{cpu="74"} 3 node_softnet_times_squeezed_total{cpu="75"} 0 node_softnet_times_squeezed_total{cpu="76"} 2 node_softnet_times_squeezed_total{cpu="77"} 4 node_softnet_times_squeezed_total{cpu="78"} 3 node_softnet_times_squeezed_total{cpu="79"} 2 node_softnet_times_squeezed_total{cpu="8"} 1 node_softnet_times_squeezed_total{cpu="80"} 5 node_softnet_times_squeezed_total{cpu="81"} 2 node_softnet_times_squeezed_total{cpu="82"} 2 node_softnet_times_squeezed_total{cpu="83"} 1 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"} 2 node_softnet_times_squeezed_total{cpu="88"} 1643 node_softnet_times_squeezed_total{cpu="89"} 1660 node_softnet_times_squeezed_total{cpu="9"} 0 node_softnet_times_squeezed_total{cpu="90"} 1526 node_softnet_times_squeezed_total{cpu="91"} 1956 node_softnet_times_squeezed_total{cpu="92"} 1544 node_softnet_times_squeezed_total{cpu="93"} 1634 node_softnet_times_squeezed_total{cpu="94"} 1732 node_softnet_times_squeezed_total{cpu="95"} 1 node_softnet_times_squeezed_total{cpu="96"} 0 node_softnet_times_squeezed_total{cpu="97"} 1 node_softnet_times_squeezed_total{cpu="98"} 0 node_softnet_times_squeezed_total{cpu="99"} 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_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.7767271109135854e+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.002051 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000168948516845 # 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.116343 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 0 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 37 # 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="f702f669ec77",release="6.1.0-17-amd64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30)"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 6.5066339466e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 35081 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.3536291e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 3.098713211e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 22493 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 266826 # 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="SP5100 TCO 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"} 0 # HELP node_watchdog_timeleft_seconds Value of /sys/class/watchdog//timeleft # TYPE node_watchdog_timeleft_seconds gauge node_watchdog_timeleft_seconds{name="watchdog0"} 600 # HELP node_watchdog_timeout_seconds Value of /sys/class/watchdog//timeout # TYPE node_watchdog_timeout_seconds gauge node_watchdog_timeout_seconds{name="watchdog0"} 60 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 119.59 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 966560 # 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 2.8118326e+07 # 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.649536e+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.77671474454e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.30811904e+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"} 824 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0