# 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"} 4.429e-06 go_gc_duration_seconds{quantile="0.25"} 8.356e-06 go_gc_duration_seconds{quantile="0.5"} 1.2433e-05 go_gc_duration_seconds{quantile="0.75"} 1.6491e-05 go_gc_duration_seconds{quantile="1"} 5.4764e-05 go_gc_duration_seconds_sum 240.092559781 go_gc_duration_seconds_count 1.711242e+07 # 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.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.1582e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 3.7725752630112e+13 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.534688e+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 3.49897345898e+11 # 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 4.35672e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 3.1582e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.1983104e+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 5.36576e+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 27823 # 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 6.9435392e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 7.7348864e+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.7625919283742492e+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 3.49897373721e+11 # 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 1200 # 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 46800 # 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 102240 # 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 1.224e+06 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 6.55252e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 923000 # 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 2.326528e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 2.326528e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 8.87606e+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 42 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 2 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.758985766e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.51516463192e+11 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 3 node_cooling_device_max_state{name="1",type="Processor"} 3 node_cooling_device_max_state{name="10",type="Processor"} 3 node_cooling_device_max_state{name="11",type="Processor"} 3 node_cooling_device_max_state{name="12",type="Processor"} 3 node_cooling_device_max_state{name="13",type="Processor"} 3 node_cooling_device_max_state{name="14",type="Processor"} 3 node_cooling_device_max_state{name="15",type="Processor"} 3 node_cooling_device_max_state{name="16",type="Processor"} 3 node_cooling_device_max_state{name="17",type="Processor"} 3 node_cooling_device_max_state{name="18",type="Processor"} 3 node_cooling_device_max_state{name="19",type="Processor"} 3 node_cooling_device_max_state{name="2",type="Processor"} 3 node_cooling_device_max_state{name="20",type="Processor"} 3 node_cooling_device_max_state{name="21",type="Processor"} 3 node_cooling_device_max_state{name="22",type="Processor"} 3 node_cooling_device_max_state{name="23",type="Processor"} 3 node_cooling_device_max_state{name="24",type="Processor"} 3 node_cooling_device_max_state{name="25",type="Processor"} 3 node_cooling_device_max_state{name="26",type="Processor"} 3 node_cooling_device_max_state{name="27",type="Processor"} 3 node_cooling_device_max_state{name="28",type="Processor"} 3 node_cooling_device_max_state{name="29",type="Processor"} 3 node_cooling_device_max_state{name="3",type="Processor"} 3 node_cooling_device_max_state{name="30",type="Processor"} 3 node_cooling_device_max_state{name="31",type="Processor"} 3 node_cooling_device_max_state{name="4",type="Processor"} 3 node_cooling_device_max_state{name="5",type="Processor"} 3 node_cooling_device_max_state{name="6",type="Processor"} 3 node_cooling_device_max_state{name="7",type="Processor"} 3 node_cooling_device_max_state{name="8",type="Processor"} 3 node_cooling_device_max_state{name="9",type="Processor"} 3 # 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"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="1"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="10"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="11"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="12"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="13"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="14"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="15"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="16"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="17"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="18"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="19"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="2"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="20"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="21"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="22"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="23"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="24"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="25"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="26"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="27"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="28"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="29"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="3"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="30"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="31"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="4"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="5"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="6"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="7"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="8"} 5.759e+09 node_cpu_frequency_max_hertz{cpu="9"} 5.759e+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"} 4e+08 node_cpu_frequency_min_hertz{cpu="1"} 4e+08 node_cpu_frequency_min_hertz{cpu="10"} 4e+08 node_cpu_frequency_min_hertz{cpu="11"} 4e+08 node_cpu_frequency_min_hertz{cpu="12"} 4e+08 node_cpu_frequency_min_hertz{cpu="13"} 4e+08 node_cpu_frequency_min_hertz{cpu="14"} 4e+08 node_cpu_frequency_min_hertz{cpu="15"} 4e+08 node_cpu_frequency_min_hertz{cpu="16"} 4e+08 node_cpu_frequency_min_hertz{cpu="17"} 4e+08 node_cpu_frequency_min_hertz{cpu="18"} 4e+08 node_cpu_frequency_min_hertz{cpu="19"} 4e+08 node_cpu_frequency_min_hertz{cpu="2"} 4e+08 node_cpu_frequency_min_hertz{cpu="20"} 4e+08 node_cpu_frequency_min_hertz{cpu="21"} 4e+08 node_cpu_frequency_min_hertz{cpu="22"} 4e+08 node_cpu_frequency_min_hertz{cpu="23"} 4e+08 node_cpu_frequency_min_hertz{cpu="24"} 4e+08 node_cpu_frequency_min_hertz{cpu="25"} 4e+08 node_cpu_frequency_min_hertz{cpu="26"} 4e+08 node_cpu_frequency_min_hertz{cpu="27"} 4e+08 node_cpu_frequency_min_hertz{cpu="28"} 4e+08 node_cpu_frequency_min_hertz{cpu="29"} 4e+08 node_cpu_frequency_min_hertz{cpu="3"} 4e+08 node_cpu_frequency_min_hertz{cpu="30"} 4e+08 node_cpu_frequency_min_hertz{cpu="31"} 4e+08 node_cpu_frequency_min_hertz{cpu="4"} 4e+08 node_cpu_frequency_min_hertz{cpu="5"} 4e+08 node_cpu_frequency_min_hertz{cpu="6"} 4e+08 node_cpu_frequency_min_hertz{cpu="7"} 4e+08 node_cpu_frequency_min_hertz{cpu="8"} 4e+08 node_cpu_frequency_min_hertz{cpu="9"} 4e+08 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 0 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 0 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",mode="user"} 0 node_cpu_guest_seconds_total{cpu="16",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="16",mode="user"} 0 node_cpu_guest_seconds_total{cpu="17",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="17",mode="user"} 0 node_cpu_guest_seconds_total{cpu="18",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="18",mode="user"} 0 node_cpu_guest_seconds_total{cpu="19",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="19",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="20",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="20",mode="user"} 0 node_cpu_guest_seconds_total{cpu="21",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="21",mode="user"} 0 node_cpu_guest_seconds_total{cpu="22",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="22",mode="user"} 0 node_cpu_guest_seconds_total{cpu="23",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="23",mode="user"} 0 node_cpu_guest_seconds_total{cpu="24",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="24",mode="user"} 0 node_cpu_guest_seconds_total{cpu="25",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="25",mode="user"} 0 node_cpu_guest_seconds_total{cpu="26",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="26",mode="user"} 0 node_cpu_guest_seconds_total{cpu="27",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="27",mode="user"} 0 node_cpu_guest_seconds_total{cpu="28",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="28",mode="user"} 0 node_cpu_guest_seconds_total{cpu="29",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="29",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="30",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="30",mode="user"} 0 node_cpu_guest_seconds_total{cpu="31",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="31",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",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="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 # HELP node_cpu_scaling_frequency_hertz Current scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_hertz gauge node_cpu_scaling_frequency_hertz{cpu="0"} 4.103493e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 4e+08 node_cpu_scaling_frequency_hertz{cpu="10"} 4.595142e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 4e+08 node_cpu_scaling_frequency_hertz{cpu="12"} 5.231711e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 4e+08 node_cpu_scaling_frequency_hertz{cpu="14"} 5.2151e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 5.206861e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 4.849447e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 4e+08 node_cpu_scaling_frequency_hertz{cpu="18"} 4.903745e+09 node_cpu_scaling_frequency_hertz{cpu="19"} 4e+08 node_cpu_scaling_frequency_hertz{cpu="2"} 3.984864e+09 node_cpu_scaling_frequency_hertz{cpu="20"} 4e+08 node_cpu_scaling_frequency_hertz{cpu="21"} 5.038542e+09 node_cpu_scaling_frequency_hertz{cpu="22"} 3.294648e+09 node_cpu_scaling_frequency_hertz{cpu="23"} 4e+08 node_cpu_scaling_frequency_hertz{cpu="24"} 5.085616e+09 node_cpu_scaling_frequency_hertz{cpu="25"} 3.483411e+09 node_cpu_scaling_frequency_hertz{cpu="26"} 5.204364e+09 node_cpu_scaling_frequency_hertz{cpu="27"} 5.104791e+09 node_cpu_scaling_frequency_hertz{cpu="28"} 4.005207e+09 node_cpu_scaling_frequency_hertz{cpu="29"} 4e+08 node_cpu_scaling_frequency_hertz{cpu="3"} 3.344595e+09 node_cpu_scaling_frequency_hertz{cpu="30"} 4.926155e+09 node_cpu_scaling_frequency_hertz{cpu="31"} 4e+08 node_cpu_scaling_frequency_hertz{cpu="4"} 3.324946e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 4.952505e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 4e+08 node_cpu_scaling_frequency_hertz{cpu="7"} 3.560039e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 4.989903e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 5.151479e+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"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="16"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="17"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="18"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="19"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="20"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="21"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="22"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="23"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="24"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="25"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="26"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="27"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="28"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="29"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="30"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="31"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 5.759e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 5.759e+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"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="1"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="10"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="11"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="12"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="13"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="14"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="15"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="16"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="17"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="18"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="19"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="2"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="20"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="21"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="22"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="23"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="24"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="25"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="26"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="27"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="28"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="29"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="3"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="30"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="31"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="4"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="5"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="6"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="7"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="8"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="9"} 4e+08 # 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="powersave"} 1 node_cpu_scaling_governor{cpu="1",governor="performance"} 0 node_cpu_scaling_governor{cpu="1",governor="powersave"} 1 node_cpu_scaling_governor{cpu="10",governor="performance"} 0 node_cpu_scaling_governor{cpu="10",governor="powersave"} 1 node_cpu_scaling_governor{cpu="11",governor="performance"} 0 node_cpu_scaling_governor{cpu="11",governor="powersave"} 1 node_cpu_scaling_governor{cpu="12",governor="performance"} 0 node_cpu_scaling_governor{cpu="12",governor="powersave"} 1 node_cpu_scaling_governor{cpu="13",governor="performance"} 0 node_cpu_scaling_governor{cpu="13",governor="powersave"} 1 node_cpu_scaling_governor{cpu="14",governor="performance"} 0 node_cpu_scaling_governor{cpu="14",governor="powersave"} 1 node_cpu_scaling_governor{cpu="15",governor="performance"} 0 node_cpu_scaling_governor{cpu="15",governor="powersave"} 1 node_cpu_scaling_governor{cpu="16",governor="performance"} 0 node_cpu_scaling_governor{cpu="16",governor="powersave"} 1 node_cpu_scaling_governor{cpu="17",governor="performance"} 0 node_cpu_scaling_governor{cpu="17",governor="powersave"} 1 node_cpu_scaling_governor{cpu="18",governor="performance"} 0 node_cpu_scaling_governor{cpu="18",governor="powersave"} 1 node_cpu_scaling_governor{cpu="19",governor="performance"} 0 node_cpu_scaling_governor{cpu="19",governor="powersave"} 1 node_cpu_scaling_governor{cpu="2",governor="performance"} 0 node_cpu_scaling_governor{cpu="2",governor="powersave"} 1 node_cpu_scaling_governor{cpu="20",governor="performance"} 0 node_cpu_scaling_governor{cpu="20",governor="powersave"} 1 node_cpu_scaling_governor{cpu="21",governor="performance"} 0 node_cpu_scaling_governor{cpu="21",governor="powersave"} 1 node_cpu_scaling_governor{cpu="22",governor="performance"} 0 node_cpu_scaling_governor{cpu="22",governor="powersave"} 1 node_cpu_scaling_governor{cpu="23",governor="performance"} 0 node_cpu_scaling_governor{cpu="23",governor="powersave"} 1 node_cpu_scaling_governor{cpu="24",governor="performance"} 0 node_cpu_scaling_governor{cpu="24",governor="powersave"} 1 node_cpu_scaling_governor{cpu="25",governor="performance"} 0 node_cpu_scaling_governor{cpu="25",governor="powersave"} 1 node_cpu_scaling_governor{cpu="26",governor="performance"} 0 node_cpu_scaling_governor{cpu="26",governor="powersave"} 1 node_cpu_scaling_governor{cpu="27",governor="performance"} 0 node_cpu_scaling_governor{cpu="27",governor="powersave"} 1 node_cpu_scaling_governor{cpu="28",governor="performance"} 0 node_cpu_scaling_governor{cpu="28",governor="powersave"} 1 node_cpu_scaling_governor{cpu="29",governor="performance"} 0 node_cpu_scaling_governor{cpu="29",governor="powersave"} 1 node_cpu_scaling_governor{cpu="3",governor="performance"} 0 node_cpu_scaling_governor{cpu="3",governor="powersave"} 1 node_cpu_scaling_governor{cpu="30",governor="performance"} 0 node_cpu_scaling_governor{cpu="30",governor="powersave"} 1 node_cpu_scaling_governor{cpu="31",governor="performance"} 0 node_cpu_scaling_governor{cpu="31",governor="powersave"} 1 node_cpu_scaling_governor{cpu="4",governor="performance"} 0 node_cpu_scaling_governor{cpu="4",governor="powersave"} 1 node_cpu_scaling_governor{cpu="5",governor="performance"} 0 node_cpu_scaling_governor{cpu="5",governor="powersave"} 1 node_cpu_scaling_governor{cpu="6",governor="performance"} 0 node_cpu_scaling_governor{cpu="6",governor="powersave"} 1 node_cpu_scaling_governor{cpu="7",governor="performance"} 0 node_cpu_scaling_governor{cpu="7",governor="powersave"} 1 node_cpu_scaling_governor{cpu="8",governor="performance"} 0 node_cpu_scaling_governor{cpu="8",governor="powersave"} 1 node_cpu_scaling_governor{cpu="9",governor="performance"} 0 node_cpu_scaling_governor{cpu="9",governor="powersave"} 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.25463553e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 15505.19 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 231476.94 node_cpu_seconds_total{cpu="0",mode="softirq"} 7105.4 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 20993.49 node_cpu_seconds_total{cpu="0",mode="user"} 51195.95 node_cpu_seconds_total{cpu="1",mode="idle"} 3.26847674e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 12196.02 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 251559.25 node_cpu_seconds_total{cpu="1",mode="softirq"} 2122.44 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 16405.29 node_cpu_seconds_total{cpu="1",mode="user"} 42420.82 node_cpu_seconds_total{cpu="10",mode="idle"} 3.18522275e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 36185.57 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 274889.26 node_cpu_seconds_total{cpu="10",mode="softirq"} 2121.21 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 22361.34 node_cpu_seconds_total{cpu="10",mode="user"} 69213.67 node_cpu_seconds_total{cpu="11",mode="idle"} 3.25346263e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 43083.01 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 41690.04 node_cpu_seconds_total{cpu="11",mode="softirq"} 38813.37 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 44905.05 node_cpu_seconds_total{cpu="11",mode="user"} 135743.42 node_cpu_seconds_total{cpu="12",mode="idle"} 3.20357196e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 30573 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 248882.48 node_cpu_seconds_total{cpu="12",mode="softirq"} 2365.48 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 25934.18 node_cpu_seconds_total{cpu="12",mode="user"} 76614.95 node_cpu_seconds_total{cpu="13",mode="idle"} 3.13897353e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 50664.35 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 257183.24 node_cpu_seconds_total{cpu="13",mode="softirq"} 2661.81 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 35742.73 node_cpu_seconds_total{cpu="13",mode="user"} 99608.35 node_cpu_seconds_total{cpu="14",mode="idle"} 3.23059421e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 18872.28 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 271425.91 node_cpu_seconds_total{cpu="14",mode="softirq"} 1631.44 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 16769.49 node_cpu_seconds_total{cpu="14",mode="user"} 53041.62 node_cpu_seconds_total{cpu="15",mode="idle"} 3.2369989e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 19602.35 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 263984.63 node_cpu_seconds_total{cpu="15",mode="softirq"} 1438.97 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 17146.93 node_cpu_seconds_total{cpu="15",mode="user"} 52714.02 node_cpu_seconds_total{cpu="16",mode="idle"} 3.3011178e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 7126.38 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 233524.49 node_cpu_seconds_total{cpu="16",mode="softirq"} 465.18 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 15724.74 node_cpu_seconds_total{cpu="16",mode="user"} 39386.71 node_cpu_seconds_total{cpu="17",mode="idle"} 3.29677108e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 6451.48 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 243506.65 node_cpu_seconds_total{cpu="17",mode="softirq"} 431.37 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 14141.61 node_cpu_seconds_total{cpu="17",mode="user"} 36787.71 node_cpu_seconds_total{cpu="18",mode="idle"} 3.29908968e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 5547.94 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 245760.59 node_cpu_seconds_total{cpu="18",mode="softirq"} 379.66 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 13130.67 node_cpu_seconds_total{cpu="18",mode="user"} 34698.61 node_cpu_seconds_total{cpu="19",mode="idle"} 3.29960055e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 5085.91 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 248384.77 node_cpu_seconds_total{cpu="19",mode="softirq"} 330.55 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 12535.78 node_cpu_seconds_total{cpu="19",mode="user"} 33006.86 node_cpu_seconds_total{cpu="2",mode="idle"} 3.27660647e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 9102.33 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 259577.61 node_cpu_seconds_total{cpu="2",mode="softirq"} 1210.56 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 13505.02 node_cpu_seconds_total{cpu="2",mode="user"} 35780.1 node_cpu_seconds_total{cpu="20",mode="idle"} 3.29820385e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 5700.47 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 245921.64 node_cpu_seconds_total{cpu="20",mode="softirq"} 364.42 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 13355.27 node_cpu_seconds_total{cpu="20",mode="user"} 35223.14 node_cpu_seconds_total{cpu="21",mode="idle"} 3.25535006e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 5749.53 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 246859.72 node_cpu_seconds_total{cpu="21",mode="softirq"} 10569.97 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 13172.29 node_cpu_seconds_total{cpu="21",mode="user"} 33672.37 node_cpu_seconds_total{cpu="22",mode="idle"} 3.29518725e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 6017.99 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 247505.5 node_cpu_seconds_total{cpu="22",mode="softirq"} 778.43 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 13226.23 node_cpu_seconds_total{cpu="22",mode="user"} 35330.11 node_cpu_seconds_total{cpu="23",mode="idle"} 3.30105344e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 5485.15 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 244645.4 node_cpu_seconds_total{cpu="23",mode="softirq"} 567.84 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 13076.18 node_cpu_seconds_total{cpu="23",mode="user"} 33387.88 node_cpu_seconds_total{cpu="24",mode="idle"} 3.05602768e+06 node_cpu_seconds_total{cpu="24",mode="iowait"} 78906.29 node_cpu_seconds_total{cpu="24",mode="irq"} 0 node_cpu_seconds_total{cpu="24",mode="nice"} 251036.64 node_cpu_seconds_total{cpu="24",mode="softirq"} 1793.17 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 54451.6 node_cpu_seconds_total{cpu="24",mode="user"} 147611.65 node_cpu_seconds_total{cpu="25",mode="idle"} 3.03662344e+06 node_cpu_seconds_total{cpu="25",mode="iowait"} 90575.42 node_cpu_seconds_total{cpu="25",mode="irq"} 0 node_cpu_seconds_total{cpu="25",mode="nice"} 249201.47 node_cpu_seconds_total{cpu="25",mode="softirq"} 1897.02 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 57402.24 node_cpu_seconds_total{cpu="25",mode="user"} 153613.7 node_cpu_seconds_total{cpu="26",mode="idle"} 3.24018471e+06 node_cpu_seconds_total{cpu="26",mode="iowait"} 22675.54 node_cpu_seconds_total{cpu="26",mode="irq"} 0 node_cpu_seconds_total{cpu="26",mode="nice"} 245255.87 node_cpu_seconds_total{cpu="26",mode="softirq"} 1423.44 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 20968.18 node_cpu_seconds_total{cpu="26",mode="user"} 61385.58 node_cpu_seconds_total{cpu="27",mode="idle"} 3.20285699e+06 node_cpu_seconds_total{cpu="27",mode="iowait"} 23753.36 node_cpu_seconds_total{cpu="27",mode="irq"} 0 node_cpu_seconds_total{cpu="27",mode="nice"} 288110.65 node_cpu_seconds_total{cpu="27",mode="softirq"} 1240.46 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 17486.33 node_cpu_seconds_total{cpu="27",mode="user"} 59728.63 node_cpu_seconds_total{cpu="28",mode="idle"} 3.24410279e+06 node_cpu_seconds_total{cpu="28",mode="iowait"} 19730.95 node_cpu_seconds_total{cpu="28",mode="irq"} 0 node_cpu_seconds_total{cpu="28",mode="nice"} 244968.4 node_cpu_seconds_total{cpu="28",mode="softirq"} 1276.51 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 21282.67 node_cpu_seconds_total{cpu="28",mode="user"} 60588.63 node_cpu_seconds_total{cpu="29",mode="idle"} 3.21175312e+06 node_cpu_seconds_total{cpu="29",mode="iowait"} 30465.15 node_cpu_seconds_total{cpu="29",mode="irq"} 0 node_cpu_seconds_total{cpu="29",mode="nice"} 247900.25 node_cpu_seconds_total{cpu="29",mode="softirq"} 1485.35 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 27059.35 node_cpu_seconds_total{cpu="29",mode="user"} 72711.93 node_cpu_seconds_total{cpu="3",mode="idle"} 3.28030986e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 6755.87 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 266147.12 node_cpu_seconds_total{cpu="3",mode="softirq"} 841.52 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 11564.57 node_cpu_seconds_total{cpu="3",mode="user"} 31467.81 node_cpu_seconds_total{cpu="30",mode="idle"} 3.25413305e+06 node_cpu_seconds_total{cpu="30",mode="iowait"} 14950.14 node_cpu_seconds_total{cpu="30",mode="irq"} 0 node_cpu_seconds_total{cpu="30",mode="nice"} 259441.65 node_cpu_seconds_total{cpu="30",mode="softirq"} 1029.18 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 16105.82 node_cpu_seconds_total{cpu="30",mode="user"} 47651.96 node_cpu_seconds_total{cpu="31",mode="idle"} 3.25327934e+06 node_cpu_seconds_total{cpu="31",mode="iowait"} 19562.36 node_cpu_seconds_total{cpu="31",mode="irq"} 0 node_cpu_seconds_total{cpu="31",mode="nice"} 250718.23 node_cpu_seconds_total{cpu="31",mode="softirq"} 1071.47 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 17541.32 node_cpu_seconds_total{cpu="31",mode="user"} 50337.38 node_cpu_seconds_total{cpu="4",mode="idle"} 3.27631149e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 8299.58 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 263192.4 node_cpu_seconds_total{cpu="4",mode="softirq"} 884.64 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 12890.68 node_cpu_seconds_total{cpu="4",mode="user"} 34681.85 node_cpu_seconds_total{cpu="5",mode="idle"} 3.29014969e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 4960.95 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 264459.11 node_cpu_seconds_total{cpu="5",mode="softirq"} 480.97 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 10375.59 node_cpu_seconds_total{cpu="5",mode="user"} 27889.26 node_cpu_seconds_total{cpu="6",mode="idle"} 3.29197756e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 4680.08 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 262388.09 node_cpu_seconds_total{cpu="6",mode="softirq"} 443.76 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 10627.81 node_cpu_seconds_total{cpu="6",mode="user"} 28038.73 node_cpu_seconds_total{cpu="7",mode="idle"} 3.29475668e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 4146.58 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 261410 node_cpu_seconds_total{cpu="7",mode="softirq"} 359.84 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 10376.47 node_cpu_seconds_total{cpu="7",mode="user"} 26968.95 node_cpu_seconds_total{cpu="8",mode="idle"} 2.84173985e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 154209.54 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 254158.16 node_cpu_seconds_total{cpu="8",mode="softirq"} 3224.86 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 85359.4 node_cpu_seconds_total{cpu="8",mode="user"} 238122.54 node_cpu_seconds_total{cpu="9",mode="idle"} 2.85463938e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 149396.71 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 268916.93 node_cpu_seconds_total{cpu="9",mode="softirq"} 3130.25 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 79157.47 node_cpu_seconds_total{cpu="9",mode="user"} 223799.58 # 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="dm-0"} 1190.457 node_disk_discard_time_seconds_total{device="dm-1"} 0 node_disk_discard_time_seconds_total{device="nvme0n1"} 1190.354 node_disk_discard_time_seconds_total{device="nvme1n1"} 85.563 node_disk_discard_time_seconds_total{device="nvme2n1"} 122.096 node_disk_discard_time_seconds_total{device="nvme3n1"} 166.68 node_disk_discard_time_seconds_total{device="sda"} 508.431 node_disk_discard_time_seconds_total{device="sdb"} 422.103 # 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="dm-0"} 1.39328316e+09 node_disk_discarded_sectors_total{device="dm-1"} 0 node_disk_discarded_sectors_total{device="nvme0n1"} 1.399487352e+09 node_disk_discarded_sectors_total{device="nvme1n1"} 4.353377136e+09 node_disk_discarded_sectors_total{device="nvme2n1"} 6.987738104e+09 node_disk_discarded_sectors_total{device="nvme3n1"} 8.8613764e+09 node_disk_discarded_sectors_total{device="sda"} 9.2322671256e+10 node_disk_discarded_sectors_total{device="sdb"} 9.896426184e+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="dm-0"} 229762 node_disk_discards_completed_total{device="dm-1"} 0 node_disk_discards_completed_total{device="nvme0n1"} 229780 node_disk_discards_completed_total{device="nvme1n1"} 163050 node_disk_discards_completed_total{device="nvme2n1"} 368009 node_disk_discards_completed_total{device="nvme3n1"} 114284 node_disk_discards_completed_total{device="sda"} 33405 node_disk_discards_completed_total{device="sdb"} 101608 # 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="dm-0"} 0 node_disk_discards_merged_total{device="dm-1"} 0 node_disk_discards_merged_total{device="nvme0n1"} 0 node_disk_discards_merged_total{device="nvme1n1"} 0 node_disk_discards_merged_total{device="nvme2n1"} 0 node_disk_discards_merged_total{device="nvme3n1"} 0 node_disk_discards_merged_total{device="sda"} 12 node_disk_discards_merged_total{device="sdb"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="dm-0"} 0 node_disk_flush_requests_time_seconds_total{device="dm-1"} 0 node_disk_flush_requests_time_seconds_total{device="nvme0n1"} 1833.6870000000001 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 560.338 node_disk_flush_requests_time_seconds_total{device="nvme2n1"} 5266.9130000000005 node_disk_flush_requests_time_seconds_total{device="nvme3n1"} 51313.115 node_disk_flush_requests_time_seconds_total{device="sda"} 0.761 node_disk_flush_requests_time_seconds_total{device="sdb"} 2418.771 # 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="dm-0"} 0 node_disk_flush_requests_total{device="dm-1"} 0 node_disk_flush_requests_total{device="nvme0n1"} 2.282047e+06 node_disk_flush_requests_total{device="nvme1n1"} 1.818727e+06 node_disk_flush_requests_total{device="nvme2n1"} 3.909516e+06 node_disk_flush_requests_total{device="nvme3n1"} 2.7749658e+07 node_disk_flush_requests_total{device="sda"} 641 node_disk_flush_requests_total{device="sdb"} 799422 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="252",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-1",major="252",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme1n1",major="259",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme2n1",major="259",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme3n1",major="259",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="dm-0"} 0 node_disk_io_now{device="dm-1"} 0 node_disk_io_now{device="nvme0n1"} 0 node_disk_io_now{device="nvme1n1"} 0 node_disk_io_now{device="nvme2n1"} 0 node_disk_io_now{device="nvme3n1"} 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="dm-0"} 68819.945 node_disk_io_time_seconds_total{device="dm-1"} 4240.33 node_disk_io_time_seconds_total{device="nvme0n1"} 60507.445 node_disk_io_time_seconds_total{device="nvme1n1"} 6735.573 node_disk_io_time_seconds_total{device="nvme2n1"} 85574.162 node_disk_io_time_seconds_total{device="nvme3n1"} 175782.23 node_disk_io_time_seconds_total{device="sda"} 165.812 node_disk_io_time_seconds_total{device="sdb"} 34986.86 # 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="dm-0"} 1.286495303e+06 node_disk_io_time_weighted_seconds_total{device="dm-1"} 124014.784 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 1.290447599e+06 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 159026.562 node_disk_io_time_weighted_seconds_total{device="nvme2n1"} 207135.169 node_disk_io_time_weighted_seconds_total{device="nvme3n1"} 1.859602097e+06 node_disk_io_time_weighted_seconds_total{device="sda"} 2909.59 node_disk_io_time_weighted_seconds_total{device="sdb"} 164833.575 # 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="dm-0"} 6.36142814208e+11 node_disk_read_bytes_total{device="dm-1"} 4.833533952e+09 node_disk_read_bytes_total{device="nvme0n1"} 6.4136863232e+11 node_disk_read_bytes_total{device="nvme1n1"} 1.712322089984e+12 node_disk_read_bytes_total{device="nvme2n1"} 2.0639332570112e+13 node_disk_read_bytes_total{device="nvme3n1"} 1.3742335849472e+13 node_disk_read_bytes_total{device="sda"} 4.2223182848e+10 node_disk_read_bytes_total{device="sdb"} 9.88652381184e+11 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 38024.321 node_disk_read_time_seconds_total{device="dm-1"} 853.24 node_disk_read_time_seconds_total{device="nvme0n1"} 36461.775 node_disk_read_time_seconds_total{device="nvme1n1"} 3778.621 node_disk_read_time_seconds_total{device="nvme2n1"} 137224.193 node_disk_read_time_seconds_total{device="nvme3n1"} 107084.37700000001 node_disk_read_time_seconds_total{device="sda"} 2397.627 node_disk_read_time_seconds_total{device="sdb"} 122243.978 # 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="dm-0"} 9.803911e+06 node_disk_reads_completed_total{device="dm-1"} 1.178981e+06 node_disk_reads_completed_total{device="nvme0n1"} 9.50228e+06 node_disk_reads_completed_total{device="nvme1n1"} 1.5685749e+07 node_disk_reads_completed_total{device="nvme2n1"} 9.06857839e+08 node_disk_reads_completed_total{device="nvme3n1"} 7.09035033e+08 node_disk_reads_completed_total{device="sda"} 208303 node_disk_reads_completed_total{device="sdb"} 9.5030009e+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="dm-0"} 0 node_disk_reads_merged_total{device="dm-1"} 0 node_disk_reads_merged_total{device="nvme0n1"} 1.494023e+06 node_disk_reads_merged_total{device="nvme1n1"} 68555 node_disk_reads_merged_total{device="nvme2n1"} 1.482979e+06 node_disk_reads_merged_total{device="nvme3n1"} 85888 node_disk_reads_merged_total{device="sda"} 134773 node_disk_reads_merged_total{device="sdb"} 149356 # 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="dm-0"} 1.2472805250000001e+06 node_disk_write_time_seconds_total{device="dm-1"} 123161.54400000001 node_disk_write_time_seconds_total{device="nvme0n1"} 1.2509617820000001e+06 node_disk_write_time_seconds_total{device="nvme1n1"} 154602.038 node_disk_write_time_seconds_total{device="nvme2n1"} 64521.966 node_disk_write_time_seconds_total{device="nvme3n1"} 1.701037923e+06 node_disk_write_time_seconds_total{device="sda"} 2.77 node_disk_write_time_seconds_total{device="sdb"} 39748.72 # 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="dm-0"} 5.3215614e+07 node_disk_writes_completed_total{device="dm-1"} 3.228484e+06 node_disk_writes_completed_total{device="nvme0n1"} 8.6096996e+07 node_disk_writes_completed_total{device="nvme1n1"} 4.746632e+07 node_disk_writes_completed_total{device="nvme2n1"} 2.33301417e+08 node_disk_writes_completed_total{device="nvme3n1"} 1.155609034e+09 node_disk_writes_completed_total{device="sda"} 2167 node_disk_writes_completed_total{device="sdb"} 7.612687e+06 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="dm-1"} 0 node_disk_writes_merged_total{device="nvme0n1"} 2.7182251e+07 node_disk_writes_merged_total{device="nvme1n1"} 2.0928065e+07 node_disk_writes_merged_total{device="nvme2n1"} 6.0528089e+07 node_disk_writes_merged_total{device="nvme3n1"} 4.346167e+07 node_disk_writes_merged_total{device="sda"} 883 node_disk_writes_merged_total{device="sdb"} 6.604232e+06 # 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="dm-0"} 8.291406106624e+12 node_disk_written_bytes_total{device="dm-1"} 1.3223870464e+10 node_disk_written_bytes_total{device="nvme0n1"} 8.304629978112e+12 node_disk_written_bytes_total{device="nvme1n1"} 4.994326552576e+12 node_disk_written_bytes_total{device="nvme2n1"} 2.822375862272e+13 node_disk_written_bytes_total{device="nvme3n1"} 1.4750582820864e+13 node_disk_written_bytes_total{device="sda"} 1.17293568e+08 node_disk_written_bytes_total{device="sdb"} 1.074250948608e+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="12/14/2023",bios_release="5.31",bios_vendor="American Megatrends International, LLC.",bios_version="FA1",board_asset_tag="Default string",board_name="X670 AORUS ELITE AX",board_vendor="Gigabyte Technology Co., Ltd.",board_version="x.x",chassis_asset_tag="Default string",chassis_vendor="Default string",chassis_version="Default string",product_family="X670 MB",product_name="X670 AORUS ELITE AX",product_sku="Default string",product_version="Default string",system_vendor="Gigabyte Technology Co., Ltd."} 1 # 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.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 10080 # 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/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/"} 1.55412615168e+11 node_filesystem_avail_bytes{device="/dev/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/var/snap/firefox/common/host-hunspell"} 1.55412615168e+11 node_filesystem_avail_bytes{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 5.29424384e+08 node_filesystem_avail_bytes{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 1.698526703616e+12 node_filesystem_avail_bytes{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 1.505482706944e+12 node_filesystem_avail_bytes{device="/dev/nvme2n1",device_error="",fstype="ext4",mountpoint="/mnt/arbitrum"} 6.50188681216e+11 node_filesystem_avail_bytes{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 1.698526703616e+12 node_filesystem_avail_bytes{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 1.505482706944e+12 node_filesystem_avail_bytes{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/srv/livepeer/lpdata/models"} 1.505482706944e+12 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="xfs",mountpoint="/mnt/datastore"} 7.822392311808e+12 node_filesystem_avail_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/4tb2"} 3.736762765312e+12 node_filesystem_avail_bytes{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 0 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.3411786752e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.238784e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/qemu"} 6.7079020544e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 1.3411786752e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3415714816e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/128"} 1.3415694336e+10 # 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/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/var/snap/firefox/common/host-hunspell"} 0 node_filesystem_device_error{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 0 node_filesystem_device_error{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 0 node_filesystem_device_error{device="/dev/nvme2n1",device_error="",fstype="ext4",mountpoint="/mnt/arbitrum"} 0 node_filesystem_device_error{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 0 node_filesystem_device_error{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 0 node_filesystem_device_error{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/srv/livepeer/lpdata/models"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="xfs",mountpoint="/mnt/datastore"} 0 node_filesystem_device_error{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/4tb2"} 0 node_filesystem_device_error{device="portal",device_error="permission denied",fstype="fuse.portal",mountpoint="/run/user/0/doc"} 1 node_filesystem_device_error{device="portal",device_error="permission denied",fstype="fuse.portal",mountpoint="/run/user/128/doc"} 1 node_filesystem_device_error{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/qemu"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/128"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/"} 3.1105024e+07 node_filesystem_files{device="/dev/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/var/snap/firefox/common/host-hunspell"} 3.1105024e+07 node_filesystem_files{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 1.2210176e+08 node_filesystem_files{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 2.44195328e+08 node_filesystem_files{device="/dev/nvme2n1",device_error="",fstype="ext4",mountpoint="/mnt/arbitrum"} 2.44195328e+08 node_filesystem_files{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 1.2210176e+08 node_filesystem_files{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 2.44195328e+08 node_filesystem_files{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/srv/livepeer/lpdata/models"} 2.44195328e+08 node_filesystem_files{device="/dev/sda1",device_error="",fstype="xfs",mountpoint="/mnt/datastore"} 7.81402496e+08 node_filesystem_files{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/4tb2"} 2.44195328e+08 node_filesystem_files{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 0 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.6376714e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.6376714e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/qemu"} 1.6376714e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 1.6376714e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.275342e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/128"} 3.275342e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/"} 2.9955198e+07 node_filesystem_files_free{device="/dev/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/var/snap/firefox/common/host-hunspell"} 2.9955198e+07 node_filesystem_files_free{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 1.22097627e+08 node_filesystem_files_free{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 2.43796574e+08 node_filesystem_files_free{device="/dev/nvme2n1",device_error="",fstype="ext4",mountpoint="/mnt/arbitrum"} 2.44015029e+08 node_filesystem_files_free{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 1.22097627e+08 node_filesystem_files_free{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 2.43796574e+08 node_filesystem_files_free{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/srv/livepeer/lpdata/models"} 2.43796574e+08 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="xfs",mountpoint="/mnt/datastore"} 7.8133967e+08 node_filesystem_files_free{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/4tb2"} 2.44195318e+08 node_filesystem_files_free{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 0 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.6374657e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.6376709e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/qemu"} 1.6376713e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 1.6374657e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.275266e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/128"} 3.275248e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/"} 1.80905381888e+11 node_filesystem_free_bytes{device="/dev/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/var/snap/firefox/common/host-hunspell"} 1.80905381888e+11 node_filesystem_free_bytes{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 5.29424384e+08 node_filesystem_free_bytes{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 1.798563426304e+12 node_filesystem_free_bytes{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 1.705538834432e+12 node_filesystem_free_bytes{device="/dev/nvme2n1",device_error="",fstype="ext4",mountpoint="/mnt/arbitrum"} 8.50244808704e+11 node_filesystem_free_bytes{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 1.798563426304e+12 node_filesystem_free_bytes{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 1.705538834432e+12 node_filesystem_free_bytes{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/srv/livepeer/lpdata/models"} 1.705538834432e+12 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="xfs",mountpoint="/mnt/datastore"} 7.822392311808e+12 node_filesystem_free_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/4tb2"} 3.936818794496e+12 node_filesystem_free_bytes{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 0 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.3411786752e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.238784e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/qemu"} 6.7079020544e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 1.3411786752e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3415714816e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/128"} 1.3415694336e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/mapper/vgubuntu-root",major="252",minor="0",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/mapper/vgubuntu-root",major="252",minor="0",mountpoint="/var/snap/firefox/common/host-hunspell"} 1 node_filesystem_mount_info{device="/dev/nvme0n1p1",major="259",minor="4",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/nvme1n1",major="259",minor="1",mountpoint="/mnt/ai"} 1 node_filesystem_mount_info{device="/dev/nvme1n1",major="259",minor="1",mountpoint="/mnt/node-data"} 1 node_filesystem_mount_info{device="/dev/nvme2n1",major="259",minor="0",mountpoint="/mnt/arbitrum"} 1 node_filesystem_mount_info{device="/dev/nvme3n1",major="259",minor="2",mountpoint="/mnt/ai"} 1 node_filesystem_mount_info{device="/dev/nvme3n1",major="259",minor="2",mountpoint="/mnt/node-data"} 1 node_filesystem_mount_info{device="/dev/nvme3n1",major="259",minor="2",mountpoint="/srv/livepeer/lpdata/models"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/mnt/datastore"} 1 node_filesystem_mount_info{device="/dev/sdb1",major="8",minor="17",mountpoint="/mnt/4tb2"} 1 node_filesystem_mount_info{device="ramfs",major="0",minor="36",mountpoint="/run/credentials/systemd-sysusers.service"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/run/snapd/ns"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="28",mountpoint="/run/lock"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="37",mountpoint="/run/qemu"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="53",mountpoint="/run/user/128"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="79",mountpoint="/run/user/0"} 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/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/var/snap/firefox/common/host-hunspell"} 0 node_filesystem_purgeable_bytes{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 0 node_filesystem_purgeable_bytes{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 0 node_filesystem_purgeable_bytes{device="/dev/nvme2n1",device_error="",fstype="ext4",mountpoint="/mnt/arbitrum"} 0 node_filesystem_purgeable_bytes{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 0 node_filesystem_purgeable_bytes{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 0 node_filesystem_purgeable_bytes{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/srv/livepeer/lpdata/models"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="xfs",mountpoint="/mnt/datastore"} 0 node_filesystem_purgeable_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/4tb2"} 0 node_filesystem_purgeable_bytes{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/qemu"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/128"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/var/snap/firefox/common/host-hunspell"} 1 node_filesystem_readonly{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 0 node_filesystem_readonly{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 0 node_filesystem_readonly{device="/dev/nvme2n1",device_error="",fstype="ext4",mountpoint="/mnt/arbitrum"} 0 node_filesystem_readonly{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 0 node_filesystem_readonly{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 0 node_filesystem_readonly{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/srv/livepeer/lpdata/models"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="xfs",mountpoint="/mnt/datastore"} 0 node_filesystem_readonly{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/4tb2"} 0 node_filesystem_readonly{device="portal",device_error="permission denied",fstype="fuse.portal",mountpoint="/run/user/0/doc"} 0 node_filesystem_readonly{device="portal",device_error="permission denied",fstype="fuse.portal",mountpoint="/run/user/128/doc"} 0 node_filesystem_readonly{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 1 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/qemu"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/128"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/"} 5.00372127744e+11 node_filesystem_size_bytes{device="/dev/mapper/vgubuntu-root",device_error="",fstype="ext4",mountpoint="/var/snap/firefox/common/host-hunspell"} 5.00372127744e+11 node_filesystem_size_bytes{device="/dev/nvme0n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 5.35805952e+08 node_filesystem_size_bytes{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 1.96784713728e+12 node_filesystem_size_bytes{device="/dev/nvme1n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 3.936820731904e+12 node_filesystem_size_bytes{device="/dev/nvme2n1",device_error="",fstype="ext4",mountpoint="/mnt/arbitrum"} 3.936820731904e+12 node_filesystem_size_bytes{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/ai"} 1.96784713728e+12 node_filesystem_size_bytes{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/mnt/node-data"} 3.936820731904e+12 node_filesystem_size_bytes{device="/dev/nvme3n1",device_error="",fstype="ext4",mountpoint="/srv/livepeer/lpdata/models"} 3.936820731904e+12 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="xfs",mountpoint="/mnt/datastore"} 7.999424823296e+12 node_filesystem_size_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/mnt/4tb2"} 3.936818806784e+12 node_filesystem_size_bytes{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 0 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.3415804928e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/qemu"} 6.7079020544e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 1.3415804928e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.3415800832e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/128"} 1.3415800832e+10 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 9.854634e+06 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="0000:00:08_1_0000:16:00_0",chip_name="amdgpu"} 1 node_hwmon_chip_names{chip="nvme_nvme0",chip_name="nvme"} 1 node_hwmon_chip_names{chip="nvme_nvme1",chip_name="nvme"} 1 node_hwmon_chip_names{chip="nvme_nvme2",chip_name="nvme"} 1 node_hwmon_chip_names{chip="nvme_nvme3",chip_name="nvme"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:18_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="thermal_thermal_zone0",chip_name="acpitz"} 1 node_hwmon_chip_names{chip="wmi_bus_pnp0c14:00_deadbeef_2001_0000_00a0_c90629100000",chip_name="gigabyte_wmi"} 1 # HELP node_hwmon_freq_freq_mhz Hardware monitor for GPU frequency in MHz # TYPE node_hwmon_freq_freq_mhz gauge node_hwmon_freq_freq_mhz{chip="0000:00:08_1_0000:16:00_0",sensor="sclk"} 600 # HELP node_hwmon_in_volts Hardware monitor for voltage (input) # TYPE node_hwmon_in_volts gauge node_hwmon_in_volts{chip="0000:00:08_1_0000:16:00_0",sensor="in0"} 1.16 node_hwmon_in_volts{chip="0000:00:08_1_0000:16:00_0",sensor="in1"} 0.9500000000000001 # HELP node_hwmon_power_watt Hardware monitor for power usage in watts (input) # TYPE node_hwmon_power_watt gauge node_hwmon_power_watt{chip="0000:00:08_1_0000:16:00_0",sensor="power1"} 36.254 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge node_hwmon_sensor_label{chip="0000:00:08_1_0000:16:00_0",label="PPT",sensor="power1"} 1 node_hwmon_sensor_label{chip="0000:00:08_1_0000:16:00_0",label="edge",sensor="temp1"} 1 node_hwmon_sensor_label{chip="0000:00:08_1_0000:16:00_0",label="sclk",sensor="freq1"} 1 node_hwmon_sensor_label{chip="0000:00:08_1_0000:16:00_0",label="vddgfx",sensor="in0"} 1 node_hwmon_sensor_label{chip="0000:00:08_1_0000:16:00_0",label="vddnb",sensor="in1"} 1 node_hwmon_sensor_label{chip="nvme_nvme0",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Sensor 1",sensor="temp2"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Sensor 2",sensor="temp3"} 1 node_hwmon_sensor_label{chip="nvme_nvme2",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme2",label="Sensor 1",sensor="temp2"} 1 node_hwmon_sensor_label{chip="nvme_nvme2",label="Sensor 2",sensor="temp3"} 1 node_hwmon_sensor_label{chip="nvme_nvme3",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme3",label="Sensor 1",sensor="temp2"} 1 node_hwmon_sensor_label{chip="nvme_nvme3",label="Sensor 2",sensor="temp3"} 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="Tctl",sensor="temp1"} 1 # HELP node_hwmon_temp_alarm Hardware sensor alarm status (temp) # TYPE node_hwmon_temp_alarm gauge node_hwmon_temp_alarm{chip="nvme_nvme0",sensor="temp1"} 0 node_hwmon_temp_alarm{chip="nvme_nvme1",sensor="temp1"} 0 node_hwmon_temp_alarm{chip="nvme_nvme2",sensor="temp1"} 0 node_hwmon_temp_alarm{chip="nvme_nvme3",sensor="temp1"} 0 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="0000:00:08_1_0000:16:00_0",sensor="temp1"} 40 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp1"} 54.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 52.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp2"} 73.85000000000001 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp3"} 47.85 node_hwmon_temp_celsius{chip="nvme_nvme2",sensor="temp1"} 47.85 node_hwmon_temp_celsius{chip="nvme_nvme2",sensor="temp2"} 47.85 node_hwmon_temp_celsius{chip="nvme_nvme2",sensor="temp3"} 54.85 node_hwmon_temp_celsius{chip="nvme_nvme3",sensor="temp1"} 48.85 node_hwmon_temp_celsius{chip="nvme_nvme3",sensor="temp2"} 62.85 node_hwmon_temp_celsius{chip="nvme_nvme3",sensor="temp3"} 48.85 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp1"} 51.625 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 37.5 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp4"} 36.25 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp0"} 16.8 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp1"} 16.8 node_hwmon_temp_celsius{chip="wmi_bus_pnp0c14:00_deadbeef_2001_0000_00a0_c90629100000",sensor="temp1"} 34 node_hwmon_temp_celsius{chip="wmi_bus_pnp0c14:00_deadbeef_2001_0000_00a0_c90629100000",sensor="temp2"} 64 node_hwmon_temp_celsius{chip="wmi_bus_pnp0c14:00_deadbeef_2001_0000_00a0_c90629100000",sensor="temp3"} 51 node_hwmon_temp_celsius{chip="wmi_bus_pnp0c14:00_deadbeef_2001_0000_00a0_c90629100000",sensor="temp4"} 40 node_hwmon_temp_celsius{chip="wmi_bus_pnp0c14:00_deadbeef_2001_0000_00a0_c90629100000",sensor="temp5"} 38 # HELP node_hwmon_temp_crit_celsius Hardware monitor for temperature (crit) # TYPE node_hwmon_temp_crit_celsius gauge node_hwmon_temp_crit_celsius{chip="nvme_nvme0",sensor="temp1"} 109.85000000000001 node_hwmon_temp_crit_celsius{chip="nvme_nvme1",sensor="temp1"} 87.85000000000001 node_hwmon_temp_crit_celsius{chip="nvme_nvme2",sensor="temp1"} 84.85000000000001 node_hwmon_temp_crit_celsius{chip="nvme_nvme3",sensor="temp1"} 84.85000000000001 # HELP node_hwmon_temp_max_celsius Hardware monitor for temperature (max) # TYPE node_hwmon_temp_max_celsius gauge node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp1"} 99.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp1"} 83.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp2"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp3"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme2",sensor="temp1"} 81.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme2",sensor="temp2"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme2",sensor="temp3"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme3",sensor="temp1"} 80.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme3",sensor="temp2"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme3",sensor="temp3"} 65261.85 # HELP node_hwmon_temp_min_celsius Hardware monitor for temperature (min) # TYPE node_hwmon_temp_min_celsius gauge node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp1"} -0.15 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp1"} -40.15 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp2"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp3"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme2",sensor="temp1"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme2",sensor="temp2"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme2",sensor="temp3"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme3",sensor="temp1"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme3",sensor="temp2"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme3",sensor="temp3"} -273.15000000000003 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.04055575759e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.98 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.44 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.27 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 6.0399566848e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 8.6881038336e+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.6481471488e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 4.194304e+06 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 7.6071583744e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 9.51296e+07 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 4.9734578176e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 6.9130031104e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.34443794432e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.9327352832e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 9.4942265344e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.225260544e+10 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 4.980736e+06 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.5700967424e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.9046643712e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 2.3345676288e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 3.23584e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.3522934784e+10 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 5.3272727552e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.217224704e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.34158041088e+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 1.778294784e+09 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 4.7579136e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 3.503321088e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 7.09357568e+08 # 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.859584e+06 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 4.212678656e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 2.7369472e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 69632 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 2.05101056e+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 3.96849152e+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_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 0 # 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 251319 # 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 5.005426038e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.52242046238e+11 # 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 4.4355712e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.18343351e+08 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 805 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 84 # 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="br-26c355012c1e"} 3 node_network_address_assign_type{device="br-794813ba9816"} 3 node_network_address_assign_type{device="br-ca3522f02da7"} 3 node_network_address_assign_type{device="br-d7b895acf182"} 3 node_network_address_assign_type{device="br-ee45ce6aac00"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="enp14s0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="mpqemubr0"} 3 node_network_address_assign_type{device="veth0ab5e59"} 3 node_network_address_assign_type{device="veth155e151"} 3 node_network_address_assign_type{device="veth1dcdd1f"} 3 node_network_address_assign_type{device="veth20739eb"} 3 node_network_address_assign_type{device="veth269807b"} 3 node_network_address_assign_type{device="veth308f928"} 3 node_network_address_assign_type{device="veth3a490b3"} 3 node_network_address_assign_type{device="veth66fd77e"} 3 node_network_address_assign_type{device="veth6a6345a"} 3 node_network_address_assign_type{device="veth7344b0b"} 3 node_network_address_assign_type{device="veth7bbd7cd"} 3 node_network_address_assign_type{device="vethacfc83b"} 3 node_network_address_assign_type{device="vethcecdcde"} 3 node_network_address_assign_type{device="virbr0"} 3 node_network_address_assign_type{device="wg0"} 0 node_network_address_assign_type{device="wlp13s0"} 0 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-26c355012c1e"} 0 node_network_carrier{device="br-794813ba9816"} 1 node_network_carrier{device="br-ca3522f02da7"} 0 node_network_carrier{device="br-d7b895acf182"} 0 node_network_carrier{device="br-ee45ce6aac00"} 1 node_network_carrier{device="docker0"} 1 node_network_carrier{device="enp14s0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="mpqemubr0"} 0 node_network_carrier{device="veth0ab5e59"} 1 node_network_carrier{device="veth155e151"} 1 node_network_carrier{device="veth1dcdd1f"} 1 node_network_carrier{device="veth20739eb"} 1 node_network_carrier{device="veth269807b"} 1 node_network_carrier{device="veth308f928"} 1 node_network_carrier{device="veth3a490b3"} 1 node_network_carrier{device="veth66fd77e"} 1 node_network_carrier{device="veth6a6345a"} 1 node_network_carrier{device="veth7344b0b"} 1 node_network_carrier{device="veth7bbd7cd"} 1 node_network_carrier{device="vethacfc83b"} 1 node_network_carrier{device="vethcecdcde"} 1 node_network_carrier{device="virbr0"} 0 node_network_carrier{device="wg0"} 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="br-26c355012c1e"} 5 node_network_carrier_changes_total{device="br-794813ba9816"} 2 node_network_carrier_changes_total{device="br-ca3522f02da7"} 7 node_network_carrier_changes_total{device="br-d7b895acf182"} 1 node_network_carrier_changes_total{device="br-ee45ce6aac00"} 6 node_network_carrier_changes_total{device="docker0"} 6 node_network_carrier_changes_total{device="enp14s0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="mpqemubr0"} 1 node_network_carrier_changes_total{device="veth0ab5e59"} 2 node_network_carrier_changes_total{device="veth155e151"} 2 node_network_carrier_changes_total{device="veth1dcdd1f"} 2 node_network_carrier_changes_total{device="veth20739eb"} 2 node_network_carrier_changes_total{device="veth269807b"} 2 node_network_carrier_changes_total{device="veth308f928"} 2 node_network_carrier_changes_total{device="veth3a490b3"} 2 node_network_carrier_changes_total{device="veth66fd77e"} 2 node_network_carrier_changes_total{device="veth6a6345a"} 2 node_network_carrier_changes_total{device="veth7344b0b"} 2 node_network_carrier_changes_total{device="veth7bbd7cd"} 2 node_network_carrier_changes_total{device="vethacfc83b"} 2 node_network_carrier_changes_total{device="vethcecdcde"} 2 node_network_carrier_changes_total{device="virbr0"} 1 node_network_carrier_changes_total{device="wg0"} 0 node_network_carrier_changes_total{device="wlp13s0"} 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="br-26c355012c1e"} 3 node_network_carrier_down_changes_total{device="br-794813ba9816"} 1 node_network_carrier_down_changes_total{device="br-ca3522f02da7"} 4 node_network_carrier_down_changes_total{device="br-d7b895acf182"} 1 node_network_carrier_down_changes_total{device="br-ee45ce6aac00"} 3 node_network_carrier_down_changes_total{device="docker0"} 3 node_network_carrier_down_changes_total{device="enp14s0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="mpqemubr0"} 1 node_network_carrier_down_changes_total{device="veth0ab5e59"} 1 node_network_carrier_down_changes_total{device="veth155e151"} 1 node_network_carrier_down_changes_total{device="veth1dcdd1f"} 1 node_network_carrier_down_changes_total{device="veth20739eb"} 1 node_network_carrier_down_changes_total{device="veth269807b"} 1 node_network_carrier_down_changes_total{device="veth308f928"} 1 node_network_carrier_down_changes_total{device="veth3a490b3"} 1 node_network_carrier_down_changes_total{device="veth66fd77e"} 1 node_network_carrier_down_changes_total{device="veth6a6345a"} 1 node_network_carrier_down_changes_total{device="veth7344b0b"} 1 node_network_carrier_down_changes_total{device="veth7bbd7cd"} 1 node_network_carrier_down_changes_total{device="vethacfc83b"} 1 node_network_carrier_down_changes_total{device="vethcecdcde"} 1 node_network_carrier_down_changes_total{device="virbr0"} 1 node_network_carrier_down_changes_total{device="wg0"} 0 node_network_carrier_down_changes_total{device="wlp13s0"} 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="br-26c355012c1e"} 2 node_network_carrier_up_changes_total{device="br-794813ba9816"} 1 node_network_carrier_up_changes_total{device="br-ca3522f02da7"} 3 node_network_carrier_up_changes_total{device="br-d7b895acf182"} 0 node_network_carrier_up_changes_total{device="br-ee45ce6aac00"} 3 node_network_carrier_up_changes_total{device="docker0"} 3 node_network_carrier_up_changes_total{device="enp14s0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="mpqemubr0"} 0 node_network_carrier_up_changes_total{device="veth0ab5e59"} 1 node_network_carrier_up_changes_total{device="veth155e151"} 1 node_network_carrier_up_changes_total{device="veth1dcdd1f"} 1 node_network_carrier_up_changes_total{device="veth20739eb"} 1 node_network_carrier_up_changes_total{device="veth269807b"} 1 node_network_carrier_up_changes_total{device="veth308f928"} 1 node_network_carrier_up_changes_total{device="veth3a490b3"} 1 node_network_carrier_up_changes_total{device="veth66fd77e"} 1 node_network_carrier_up_changes_total{device="veth6a6345a"} 1 node_network_carrier_up_changes_total{device="veth7344b0b"} 1 node_network_carrier_up_changes_total{device="veth7bbd7cd"} 1 node_network_carrier_up_changes_total{device="vethacfc83b"} 1 node_network_carrier_up_changes_total{device="vethcecdcde"} 1 node_network_carrier_up_changes_total{device="virbr0"} 0 node_network_carrier_up_changes_total{device="wg0"} 0 node_network_carrier_up_changes_total{device="wlp13s0"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-26c355012c1e"} 0 node_network_device_id{device="br-794813ba9816"} 0 node_network_device_id{device="br-ca3522f02da7"} 0 node_network_device_id{device="br-d7b895acf182"} 0 node_network_device_id{device="br-ee45ce6aac00"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="enp14s0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="mpqemubr0"} 0 node_network_device_id{device="veth0ab5e59"} 0 node_network_device_id{device="veth155e151"} 0 node_network_device_id{device="veth1dcdd1f"} 0 node_network_device_id{device="veth20739eb"} 0 node_network_device_id{device="veth269807b"} 0 node_network_device_id{device="veth308f928"} 0 node_network_device_id{device="veth3a490b3"} 0 node_network_device_id{device="veth66fd77e"} 0 node_network_device_id{device="veth6a6345a"} 0 node_network_device_id{device="veth7344b0b"} 0 node_network_device_id{device="veth7bbd7cd"} 0 node_network_device_id{device="vethacfc83b"} 0 node_network_device_id{device="vethcecdcde"} 0 node_network_device_id{device="virbr0"} 0 node_network_device_id{device="wg0"} 0 node_network_device_id{device="wlp13s0"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-26c355012c1e"} 0 node_network_dormant{device="br-794813ba9816"} 0 node_network_dormant{device="br-ca3522f02da7"} 0 node_network_dormant{device="br-d7b895acf182"} 0 node_network_dormant{device="br-ee45ce6aac00"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="enp14s0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="mpqemubr0"} 0 node_network_dormant{device="veth0ab5e59"} 0 node_network_dormant{device="veth155e151"} 0 node_network_dormant{device="veth1dcdd1f"} 0 node_network_dormant{device="veth20739eb"} 0 node_network_dormant{device="veth269807b"} 0 node_network_dormant{device="veth308f928"} 0 node_network_dormant{device="veth3a490b3"} 0 node_network_dormant{device="veth66fd77e"} 0 node_network_dormant{device="veth6a6345a"} 0 node_network_dormant{device="veth7344b0b"} 0 node_network_dormant{device="veth7bbd7cd"} 0 node_network_dormant{device="vethacfc83b"} 0 node_network_dormant{device="vethcecdcde"} 0 node_network_dormant{device="virbr0"} 0 node_network_dormant{device="wg0"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-26c355012c1e"} 4099 node_network_flags{device="br-794813ba9816"} 4099 node_network_flags{device="br-ca3522f02da7"} 4099 node_network_flags{device="br-d7b895acf182"} 4099 node_network_flags{device="br-ee45ce6aac00"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="enp14s0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="mpqemubr0"} 4099 node_network_flags{device="veth0ab5e59"} 4867 node_network_flags{device="veth155e151"} 4867 node_network_flags{device="veth1dcdd1f"} 4867 node_network_flags{device="veth20739eb"} 4867 node_network_flags{device="veth269807b"} 4867 node_network_flags{device="veth308f928"} 4867 node_network_flags{device="veth3a490b3"} 4867 node_network_flags{device="veth66fd77e"} 4867 node_network_flags{device="veth6a6345a"} 4867 node_network_flags{device="veth7344b0b"} 4867 node_network_flags{device="veth7bbd7cd"} 4867 node_network_flags{device="vethacfc83b"} 4867 node_network_flags{device="vethcecdcde"} 4867 node_network_flags{device="virbr0"} 4099 node_network_flags{device="wg0"} 145 node_network_flags{device="wlp13s0"} 4098 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-26c355012c1e"} 13687 node_network_iface_id{device="br-794813ba9816"} 665 node_network_iface_id{device="br-ca3522f02da7"} 8 node_network_iface_id{device="br-d7b895acf182"} 9 node_network_iface_id{device="br-ee45ce6aac00"} 10 node_network_iface_id{device="docker0"} 7 node_network_iface_id{device="enp14s0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="mpqemubr0"} 33527 node_network_iface_id{device="veth0ab5e59"} 2521 node_network_iface_id{device="veth155e151"} 31 node_network_iface_id{device="veth1dcdd1f"} 29 node_network_iface_id{device="veth20739eb"} 2523 node_network_iface_id{device="veth269807b"} 2496 node_network_iface_id{device="veth308f928"} 666 node_network_iface_id{device="veth3a490b3"} 33526 node_network_iface_id{device="veth66fd77e"} 32 node_network_iface_id{device="veth6a6345a"} 152 node_network_iface_id{device="veth7344b0b"} 30 node_network_iface_id{device="veth7bbd7cd"} 2494 node_network_iface_id{device="vethacfc83b"} 2531 node_network_iface_id{device="vethcecdcde"} 118 node_network_iface_id{device="virbr0"} 4 node_network_iface_id{device="wg0"} 6 node_network_iface_id{device="wlp13s0"} 3 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-26c355012c1e"} 13687 node_network_iface_link{device="br-794813ba9816"} 665 node_network_iface_link{device="br-ca3522f02da7"} 8 node_network_iface_link{device="br-d7b895acf182"} 9 node_network_iface_link{device="br-ee45ce6aac00"} 10 node_network_iface_link{device="docker0"} 7 node_network_iface_link{device="enp14s0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="mpqemubr0"} 33527 node_network_iface_link{device="veth0ab5e59"} 2 node_network_iface_link{device="veth155e151"} 2 node_network_iface_link{device="veth1dcdd1f"} 2 node_network_iface_link{device="veth20739eb"} 2 node_network_iface_link{device="veth269807b"} 2 node_network_iface_link{device="veth308f928"} 2 node_network_iface_link{device="veth3a490b3"} 2 node_network_iface_link{device="veth66fd77e"} 3 node_network_iface_link{device="veth6a6345a"} 2 node_network_iface_link{device="veth7344b0b"} 2 node_network_iface_link{device="veth7bbd7cd"} 2 node_network_iface_link{device="vethacfc83b"} 2 node_network_iface_link{device="vethcecdcde"} 2 node_network_iface_link{device="virbr0"} 4 node_network_iface_link{device="wg0"} 6 node_network_iface_link{device="wlp13s0"} 3 # 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="br-26c355012c1e"} 0 node_network_iface_link_mode{device="br-794813ba9816"} 0 node_network_iface_link_mode{device="br-ca3522f02da7"} 0 node_network_iface_link_mode{device="br-d7b895acf182"} 0 node_network_iface_link_mode{device="br-ee45ce6aac00"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="enp14s0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="mpqemubr0"} 0 node_network_iface_link_mode{device="veth0ab5e59"} 0 node_network_iface_link_mode{device="veth155e151"} 0 node_network_iface_link_mode{device="veth1dcdd1f"} 0 node_network_iface_link_mode{device="veth20739eb"} 0 node_network_iface_link_mode{device="veth269807b"} 0 node_network_iface_link_mode{device="veth308f928"} 0 node_network_iface_link_mode{device="veth3a490b3"} 0 node_network_iface_link_mode{device="veth66fd77e"} 0 node_network_iface_link_mode{device="veth6a6345a"} 0 node_network_iface_link_mode{device="veth7344b0b"} 0 node_network_iface_link_mode{device="veth7bbd7cd"} 0 node_network_iface_link_mode{device="vethacfc83b"} 0 node_network_iface_link_mode{device="vethcecdcde"} 0 node_network_iface_link_mode{device="virbr0"} 0 node_network_iface_link_mode{device="wg0"} 0 node_network_iface_link_mode{device="wlp13s0"} 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="",adminstate="up",broadcast="",device="wg0",duplex="",ifalias="",operstate="unknown"} 1 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:6e:35:d7:bc:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-794813ba9816",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="22:60:03:fb:2d:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20739eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:e9:49:94:76:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth269807b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:56:e0:ae:ff:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethacfc83b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:72:ba:5a:5d:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a490b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:d1:ee:80:0f:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ee45ce6aac00",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="32:83:b0:47:6a:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7344b0b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:cb:19:6a:c4:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ab5e59",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:54:00:2b:60:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="virbr0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="52:54:00:80:88:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="mpqemubr0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="56:6f:5c:08:ab:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth308f928",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:13:b2:3a:26:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="66:a6:95:3b:75:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a6345a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:a3:69:d5:36:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1dcdd1f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="74:56:3c:bd:d6:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="enp14s0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:a8:1d:50:5c:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-26c355012c1e",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="9a:98:03:6f:56:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcecdcde",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:dc:1d:e5:5c:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ca3522f02da7",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="a6:76:af:60:4a:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7bbd7cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:5b:85:c1:96:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d7b895acf182",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="bc:c7:46:a1:47:a7",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="wlp13s0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ea:cf:90:86:5e:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth66fd77e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:5f:c3:b1:76:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth155e151",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="br-26c355012c1e"} 1500 node_network_mtu_bytes{device="br-794813ba9816"} 1500 node_network_mtu_bytes{device="br-ca3522f02da7"} 1500 node_network_mtu_bytes{device="br-d7b895acf182"} 1500 node_network_mtu_bytes{device="br-ee45ce6aac00"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="enp14s0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="mpqemubr0"} 1500 node_network_mtu_bytes{device="veth0ab5e59"} 1500 node_network_mtu_bytes{device="veth155e151"} 1500 node_network_mtu_bytes{device="veth1dcdd1f"} 1500 node_network_mtu_bytes{device="veth20739eb"} 1500 node_network_mtu_bytes{device="veth269807b"} 1500 node_network_mtu_bytes{device="veth308f928"} 1500 node_network_mtu_bytes{device="veth3a490b3"} 1500 node_network_mtu_bytes{device="veth66fd77e"} 1500 node_network_mtu_bytes{device="veth6a6345a"} 1500 node_network_mtu_bytes{device="veth7344b0b"} 1500 node_network_mtu_bytes{device="veth7bbd7cd"} 1500 node_network_mtu_bytes{device="vethacfc83b"} 1500 node_network_mtu_bytes{device="vethcecdcde"} 1500 node_network_mtu_bytes{device="virbr0"} 1500 node_network_mtu_bytes{device="wg0"} 1420 node_network_mtu_bytes{device="wlp13s0"} 1500 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="br-26c355012c1e"} 3 node_network_name_assign_type{device="br-794813ba9816"} 3 node_network_name_assign_type{device="br-ca3522f02da7"} 3 node_network_name_assign_type{device="br-d7b895acf182"} 3 node_network_name_assign_type{device="br-ee45ce6aac00"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="enp14s0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="mpqemubr0"} 3 node_network_name_assign_type{device="veth0ab5e59"} 3 node_network_name_assign_type{device="veth155e151"} 3 node_network_name_assign_type{device="veth1dcdd1f"} 3 node_network_name_assign_type{device="veth20739eb"} 3 node_network_name_assign_type{device="veth269807b"} 3 node_network_name_assign_type{device="veth308f928"} 3 node_network_name_assign_type{device="veth3a490b3"} 3 node_network_name_assign_type{device="veth66fd77e"} 3 node_network_name_assign_type{device="veth6a6345a"} 3 node_network_name_assign_type{device="veth7344b0b"} 3 node_network_name_assign_type{device="veth7bbd7cd"} 3 node_network_name_assign_type{device="vethacfc83b"} 3 node_network_name_assign_type{device="vethcecdcde"} 3 node_network_name_assign_type{device="virbr0"} 3 node_network_name_assign_type{device="wg0"} 3 node_network_name_assign_type{device="wlp13s0"} 4 # 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="br-26c355012c1e"} 0 node_network_net_dev_group{device="br-794813ba9816"} 0 node_network_net_dev_group{device="br-ca3522f02da7"} 0 node_network_net_dev_group{device="br-d7b895acf182"} 0 node_network_net_dev_group{device="br-ee45ce6aac00"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="enp14s0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="mpqemubr0"} 0 node_network_net_dev_group{device="veth0ab5e59"} 0 node_network_net_dev_group{device="veth155e151"} 0 node_network_net_dev_group{device="veth1dcdd1f"} 0 node_network_net_dev_group{device="veth20739eb"} 0 node_network_net_dev_group{device="veth269807b"} 0 node_network_net_dev_group{device="veth308f928"} 0 node_network_net_dev_group{device="veth3a490b3"} 0 node_network_net_dev_group{device="veth66fd77e"} 0 node_network_net_dev_group{device="veth6a6345a"} 0 node_network_net_dev_group{device="veth7344b0b"} 0 node_network_net_dev_group{device="veth7bbd7cd"} 0 node_network_net_dev_group{device="vethacfc83b"} 0 node_network_net_dev_group{device="vethcecdcde"} 0 node_network_net_dev_group{device="virbr0"} 0 node_network_net_dev_group{device="wg0"} 0 node_network_net_dev_group{device="wlp13s0"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-26c355012c1e"} 1 node_network_protocol_type{device="br-794813ba9816"} 1 node_network_protocol_type{device="br-ca3522f02da7"} 1 node_network_protocol_type{device="br-d7b895acf182"} 1 node_network_protocol_type{device="br-ee45ce6aac00"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="enp14s0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="mpqemubr0"} 1 node_network_protocol_type{device="veth0ab5e59"} 1 node_network_protocol_type{device="veth155e151"} 1 node_network_protocol_type{device="veth1dcdd1f"} 1 node_network_protocol_type{device="veth20739eb"} 1 node_network_protocol_type{device="veth269807b"} 1 node_network_protocol_type{device="veth308f928"} 1 node_network_protocol_type{device="veth3a490b3"} 1 node_network_protocol_type{device="veth66fd77e"} 1 node_network_protocol_type{device="veth6a6345a"} 1 node_network_protocol_type{device="veth7344b0b"} 1 node_network_protocol_type{device="veth7bbd7cd"} 1 node_network_protocol_type{device="vethacfc83b"} 1 node_network_protocol_type{device="vethcecdcde"} 1 node_network_protocol_type{device="virbr0"} 1 node_network_protocol_type{device="wg0"} 65534 node_network_protocol_type{device="wlp13s0"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 5.628936434e+09 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="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="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="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="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="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="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="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"} 4.4404513e+07 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="br-26c355012c1e"} -125000 node_network_speed_bytes{device="br-794813ba9816"} 1.25e+09 node_network_speed_bytes{device="br-ca3522f02da7"} -125000 node_network_speed_bytes{device="br-d7b895acf182"} -125000 node_network_speed_bytes{device="br-ee45ce6aac00"} 1.25e+09 node_network_speed_bytes{device="docker0"} 1.25e+09 node_network_speed_bytes{device="enp14s0"} 3.125e+08 node_network_speed_bytes{device="mpqemubr0"} -125000 node_network_speed_bytes{device="veth0ab5e59"} 1.25e+09 node_network_speed_bytes{device="veth155e151"} 1.25e+09 node_network_speed_bytes{device="veth1dcdd1f"} 1.25e+09 node_network_speed_bytes{device="veth20739eb"} 1.25e+09 node_network_speed_bytes{device="veth269807b"} 1.25e+09 node_network_speed_bytes{device="veth308f928"} 1.25e+09 node_network_speed_bytes{device="veth3a490b3"} 1.25e+09 node_network_speed_bytes{device="veth66fd77e"} 1.25e+09 node_network_speed_bytes{device="veth6a6345a"} 1.25e+09 node_network_speed_bytes{device="veth7344b0b"} 1.25e+09 node_network_speed_bytes{device="veth7bbd7cd"} 1.25e+09 node_network_speed_bytes{device="vethacfc83b"} 1.25e+09 node_network_speed_bytes{device="vethcecdcde"} 1.25e+09 node_network_speed_bytes{device="virbr0"} -125000 # 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"} 1.5287219748e+11 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="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="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="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="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="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="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"} 4.5010741e+07 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="br-26c355012c1e"} 0 node_network_transmit_queue_length{device="br-794813ba9816"} 0 node_network_transmit_queue_length{device="br-ca3522f02da7"} 0 node_network_transmit_queue_length{device="br-d7b895acf182"} 0 node_network_transmit_queue_length{device="br-ee45ce6aac00"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="enp14s0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="mpqemubr0"} 1000 node_network_transmit_queue_length{device="veth0ab5e59"} 0 node_network_transmit_queue_length{device="veth155e151"} 0 node_network_transmit_queue_length{device="veth1dcdd1f"} 0 node_network_transmit_queue_length{device="veth20739eb"} 0 node_network_transmit_queue_length{device="veth269807b"} 0 node_network_transmit_queue_length{device="veth308f928"} 0 node_network_transmit_queue_length{device="veth3a490b3"} 0 node_network_transmit_queue_length{device="veth66fd77e"} 0 node_network_transmit_queue_length{device="veth6a6345a"} 0 node_network_transmit_queue_length{device="veth7344b0b"} 0 node_network_transmit_queue_length{device="veth7bbd7cd"} 0 node_network_transmit_queue_length{device="vethacfc83b"} 0 node_network_transmit_queue_length{device="vethcecdcde"} 0 node_network_transmit_queue_length{device="virbr0"} 1000 node_network_transmit_queue_length{device="wg0"} 1000 node_network_transmit_queue_length{device="wlp13s0"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-26c355012c1e"} 0 node_network_up{device="br-794813ba9816"} 1 node_network_up{device="br-ca3522f02da7"} 0 node_network_up{device="br-d7b895acf182"} 0 node_network_up{device="br-ee45ce6aac00"} 1 node_network_up{device="docker0"} 1 node_network_up{device="enp14s0"} 1 node_network_up{device="lo"} 0 node_network_up{device="mpqemubr0"} 0 node_network_up{device="veth0ab5e59"} 1 node_network_up{device="veth155e151"} 1 node_network_up{device="veth1dcdd1f"} 1 node_network_up{device="veth20739eb"} 1 node_network_up{device="veth269807b"} 1 node_network_up{device="veth308f928"} 1 node_network_up{device="veth3a490b3"} 1 node_network_up{device="veth66fd77e"} 1 node_network_up{device="veth6a6345a"} 1 node_network_up{device="veth7344b0b"} 1 node_network_up{device="veth7bbd7cd"} 1 node_network_up{device="vethacfc83b"} 1 node_network_up{device="vethcecdcde"} 1 node_network_up{device="virbr0"} 0 node_network_up{device="wg0"} 0 node_network_up{device="wlp13s0"} 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_nvme_info Non-numeric data from /sys/class/nvme/, value is always 1. # TYPE node_nvme_info gauge node_nvme_info{device="nvme0",firmware_revision="VC2S038E",model="SPCC M.2 PCIe SSD",serial="AA231219NV051208717",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="731100WD",model="WD_BLACK SN770 2TB",serial="23462Z801755",state="live"} 1 node_nvme_info{device="nvme2",firmware_revision="4B2QJXD7",model="Samsung SSD 990 PRO 4TB",serial="S7KGNJ0X134354H",state="live"} 1 node_nvme_info{device="nvme3",firmware_revision="2B2QKXG7",model="Samsung SSD 990 EVO Plus 4TB",serial="S7U8NJ0Y102731X",state="live"} 1 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 22.04.5 LTS",variant="",variant_id="",version="22.04.5 LTS (Jammy Jellyfish)",version_codename="jammy",version_id="22.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 22.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 25927.380231 # 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 190990.168217 # 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 198932.244634 # 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 3578.207737 # 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 3683.259529 # 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 1 # 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"} 312640.702064536 node_schedstat_running_seconds_total{cpu="1"} 318755.168559229 node_schedstat_running_seconds_total{cpu="10"} 377419.389424107 node_schedstat_running_seconds_total{cpu="11"} 253616.362509174 node_schedstat_running_seconds_total{cpu="12"} 364230.531320986 node_schedstat_running_seconds_total{cpu="13"} 408382.87536373 node_schedstat_running_seconds_total{cpu="14"} 350193.647344768 node_schedstat_running_seconds_total{cpu="15"} 343041.600691731 node_schedstat_running_seconds_total{cpu="16"} 293725.671859625 node_schedstat_running_seconds_total{cpu="17"} 299046.35127969 node_schedstat_running_seconds_total{cpu="18"} 297773.256258047 node_schedstat_running_seconds_total{cpu="19"} 297864.681640292 node_schedstat_running_seconds_total{cpu="2"} 315415.094899847 node_schedstat_running_seconds_total{cpu="20"} 298589.403534498 node_schedstat_running_seconds_total{cpu="21"} 298549.359498591 node_schedstat_running_seconds_total{cpu="22"} 300975.279276326 node_schedstat_running_seconds_total{cpu="23"} 295676.839511977 node_schedstat_running_seconds_total{cpu="24"} 464395.925639109 node_schedstat_running_seconds_total{cpu="25"} 471852.698629292 node_schedstat_running_seconds_total{cpu="26"} 336650.972451304 node_schedstat_running_seconds_total{cpu="27"} 373951.684454636 node_schedstat_running_seconds_total{cpu="28"} 335887.543298525 node_schedstat_running_seconds_total{cpu="29"} 357452.245808134 node_schedstat_running_seconds_total{cpu="3"} 314747.84523827 node_schedstat_running_seconds_total{cpu="30"} 331017.509952356 node_schedstat_running_seconds_total{cpu="31"} 326921.823962429 node_schedstat_running_seconds_total{cpu="4"} 317058.314697712 node_schedstat_running_seconds_total{cpu="5"} 307136.784892681 node_schedstat_running_seconds_total{cpu="6"} 305628.357823879 node_schedstat_running_seconds_total{cpu="7"} 303159.627898543 node_schedstat_running_seconds_total{cpu="8"} 600350.143839478 node_schedstat_running_seconds_total{cpu="9"} 592701.516509983 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.265592188e+09 node_schedstat_timeslices_total{cpu="1"} 2.196737122e+09 node_schedstat_timeslices_total{cpu="10"} 3.181773186e+09 node_schedstat_timeslices_total{cpu="11"} 4.932438166e+09 node_schedstat_timeslices_total{cpu="12"} 3.352192434e+09 node_schedstat_timeslices_total{cpu="13"} 3.368532084e+09 node_schedstat_timeslices_total{cpu="14"} 2.97948113e+09 node_schedstat_timeslices_total{cpu="15"} 3.006107361e+09 node_schedstat_timeslices_total{cpu="16"} 1.915147868e+09 node_schedstat_timeslices_total{cpu="17"} 1.776495857e+09 node_schedstat_timeslices_total{cpu="18"} 1.723387627e+09 node_schedstat_timeslices_total{cpu="19"} 1.686326853e+09 node_schedstat_timeslices_total{cpu="2"} 1.976405992e+09 node_schedstat_timeslices_total{cpu="20"} 1.65779251e+09 node_schedstat_timeslices_total{cpu="21"} 1.601497457e+09 node_schedstat_timeslices_total{cpu="22"} 1.762513948e+09 node_schedstat_timeslices_total{cpu="23"} 1.808469741e+09 node_schedstat_timeslices_total{cpu="24"} 2.804409442e+09 node_schedstat_timeslices_total{cpu="25"} 2.853678118e+09 node_schedstat_timeslices_total{cpu="26"} 3.091006835e+09 node_schedstat_timeslices_total{cpu="27"} 2.575385601e+09 node_schedstat_timeslices_total{cpu="28"} 2.964866409e+09 node_schedstat_timeslices_total{cpu="29"} 2.82560749e+09 node_schedstat_timeslices_total{cpu="3"} 1.848207434e+09 node_schedstat_timeslices_total{cpu="30"} 2.918430168e+09 node_schedstat_timeslices_total{cpu="31"} 3.015007746e+09 node_schedstat_timeslices_total{cpu="4"} 1.892162833e+09 node_schedstat_timeslices_total{cpu="5"} 1.82097426e+09 node_schedstat_timeslices_total{cpu="6"} 1.781911447e+09 node_schedstat_timeslices_total{cpu="7"} 1.808335983e+09 node_schedstat_timeslices_total{cpu="8"} 3.641641015e+09 node_schedstat_timeslices_total{cpu="9"} 3.512810802e+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"} 20411.028937233 node_schedstat_waiting_seconds_total{cpu="1"} 15808.315253874 node_schedstat_waiting_seconds_total{cpu="10"} 11726.214079236 node_schedstat_waiting_seconds_total{cpu="11"} 78286.431469315 node_schedstat_waiting_seconds_total{cpu="12"} 16606.330765756 node_schedstat_waiting_seconds_total{cpu="13"} 15843.185836899 node_schedstat_waiting_seconds_total{cpu="14"} 12343.527146846 node_schedstat_waiting_seconds_total{cpu="15"} 14178.782620445 node_schedstat_waiting_seconds_total{cpu="16"} 20087.434894402 node_schedstat_waiting_seconds_total{cpu="17"} 17534.876561297 node_schedstat_waiting_seconds_total{cpu="18"} 17204.445160827 node_schedstat_waiting_seconds_total{cpu="19"} 16718.608262433 node_schedstat_waiting_seconds_total{cpu="2"} 14327.327895026 node_schedstat_waiting_seconds_total{cpu="20"} 17478.889586174 node_schedstat_waiting_seconds_total{cpu="21"} 17866.543552907 node_schedstat_waiting_seconds_total{cpu="22"} 17347.905383701 node_schedstat_waiting_seconds_total{cpu="23"} 18031.291448129 node_schedstat_waiting_seconds_total{cpu="24"} 20231.555277887 node_schedstat_waiting_seconds_total{cpu="25"} 21418.480470037 node_schedstat_waiting_seconds_total{cpu="26"} 19019.503819652 node_schedstat_waiting_seconds_total{cpu="27"} 9996.784001678 node_schedstat_waiting_seconds_total{cpu="28"} 16718.583875332 node_schedstat_waiting_seconds_total{cpu="29"} 17065.180099282 node_schedstat_waiting_seconds_total{cpu="3"} 12853.953811646 node_schedstat_waiting_seconds_total{cpu="30"} 14987.735603203 node_schedstat_waiting_seconds_total{cpu="31"} 17061.402392599 node_schedstat_waiting_seconds_total{cpu="4"} 13766.866869725 node_schedstat_waiting_seconds_total{cpu="5"} 13557.848791079 node_schedstat_waiting_seconds_total{cpu="6"} 13870.528514837 node_schedstat_waiting_seconds_total{cpu="7"} 14464.743904712 node_schedstat_waiting_seconds_total{cpu="8"} 24736.688050554 node_schedstat_waiting_seconds_total{cpu="9"} 21068.484869853 # 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"} 8.965e-05 node_scrape_collector_duration_seconds{collector="bcache"} 6.322e-06 node_scrape_collector_duration_seconds{collector="bonding"} 5.32e-06 node_scrape_collector_duration_seconds{collector="btrfs"} 0.000367657 node_scrape_collector_duration_seconds{collector="conntrack"} 3.3904e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.001190689 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.02901956 node_scrape_collector_duration_seconds{collector="diskstats"} 0.003880702 node_scrape_collector_duration_seconds{collector="dmi"} 7.865e-06 node_scrape_collector_duration_seconds{collector="edac"} 2.0659e-05 node_scrape_collector_duration_seconds{collector="entropy"} 4.4704e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 4.789e-06 node_scrape_collector_duration_seconds{collector="filefd"} 1.4979e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.040923693 node_scrape_collector_duration_seconds{collector="hwmon"} 0.113301295 node_scrape_collector_duration_seconds{collector="infiniband"} 5.029e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 8.225e-06 node_scrape_collector_duration_seconds{collector="loadavg"} 1.4808e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 1.6561e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 7.5874e-05 node_scrape_collector_duration_seconds{collector="netclass"} 0.009065458 node_scrape_collector_duration_seconds{collector="netdev"} 7.7867e-05 node_scrape_collector_duration_seconds{collector="netstat"} 0.000338152 node_scrape_collector_duration_seconds{collector="nfs"} 7.795e-06 node_scrape_collector_duration_seconds{collector="nfsd"} 5.601e-06 node_scrape_collector_duration_seconds{collector="nvme"} 0.000205049 node_scrape_collector_duration_seconds{collector="os"} 2.11e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 1.4287e-05 node_scrape_collector_duration_seconds{collector="pressure"} 6.7238e-05 node_scrape_collector_duration_seconds{collector="rapl"} 7.5493e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000236399 node_scrape_collector_duration_seconds{collector="selinux"} 5.72e-07 node_scrape_collector_duration_seconds{collector="sockstat"} 5.3111e-05 node_scrape_collector_duration_seconds{collector="softnet"} 0.006706632 node_scrape_collector_duration_seconds{collector="stat"} 0.000181805 node_scrape_collector_duration_seconds{collector="tapestats"} 5.47e-06 node_scrape_collector_duration_seconds{collector="textfile"} 7.034e-06 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.001277253 node_scrape_collector_duration_seconds{collector="time"} 4.5627e-05 node_scrape_collector_duration_seconds{collector="timex"} 6.342e-06 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000174441 node_scrape_collector_duration_seconds{collector="uname"} 3.196e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 7.6085e-05 node_scrape_collector_duration_seconds{collector="watchdog"} 8.676e-06 node_scrape_collector_duration_seconds{collector="xfs"} 0.000141549 node_scrape_collector_duration_seconds{collector="zfs"} 0.000689959 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 1 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 0 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 1 # 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 2 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 648 # 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 4741 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 1.9419136e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 10 # 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 3870 # 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 1.585152e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 0 node_softnet_backlog_len{cpu="24"} 0 node_softnet_backlog_len{cpu="25"} 0 node_softnet_backlog_len{cpu="26"} 0 node_softnet_backlog_len{cpu="27"} 0 node_softnet_backlog_len{cpu="28"} 0 node_softnet_backlog_len{cpu="29"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="30"} 0 node_softnet_backlog_len{cpu="31"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 0 node_softnet_cpu_collision_total{cpu="24"} 0 node_softnet_cpu_collision_total{cpu="25"} 0 node_softnet_cpu_collision_total{cpu="26"} 0 node_softnet_cpu_collision_total{cpu="27"} 0 node_softnet_cpu_collision_total{cpu="28"} 0 node_softnet_cpu_collision_total{cpu="29"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="30"} 0 node_softnet_cpu_collision_total{cpu="31"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 1 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 3657 node_softnet_dropped_total{cpu="12"} 1 node_softnet_dropped_total{cpu="13"} 1 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 1 node_softnet_dropped_total{cpu="16"} 1 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"} 1 node_softnet_dropped_total{cpu="25"} 0 node_softnet_dropped_total{cpu="26"} 2 node_softnet_dropped_total{cpu="27"} 2 node_softnet_dropped_total{cpu="28"} 1 node_softnet_dropped_total{cpu="29"} 1 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="30"} 1 node_softnet_dropped_total{cpu="31"} 1 node_softnet_dropped_total{cpu="4"} 1 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 1 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="8"} 3 node_softnet_dropped_total{cpu="9"} 1 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="20"} 0 node_softnet_flow_limit_count_total{cpu="21"} 0 node_softnet_flow_limit_count_total{cpu="22"} 0 node_softnet_flow_limit_count_total{cpu="23"} 0 node_softnet_flow_limit_count_total{cpu="24"} 0 node_softnet_flow_limit_count_total{cpu="25"} 0 node_softnet_flow_limit_count_total{cpu="26"} 0 node_softnet_flow_limit_count_total{cpu="27"} 0 node_softnet_flow_limit_count_total{cpu="28"} 0 node_softnet_flow_limit_count_total{cpu="29"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="30"} 0 node_softnet_flow_limit_count_total{cpu="31"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 3.09922404e+08 node_softnet_processed_total{cpu="1"} 3.09767542e+08 node_softnet_processed_total{cpu="10"} 4.98927919e+08 node_softnet_processed_total{cpu="11"} 1.302036078e+09 node_softnet_processed_total{cpu="12"} 5.61676015e+08 node_softnet_processed_total{cpu="13"} 6.41201862e+08 node_softnet_processed_total{cpu="14"} 3.74611747e+08 node_softnet_processed_total{cpu="15"} 3.24068507e+08 node_softnet_processed_total{cpu="16"} 1.01146193e+08 node_softnet_processed_total{cpu="17"} 9.4450131e+07 node_softnet_processed_total{cpu="18"} 7.7599011e+07 node_softnet_processed_total{cpu="19"} 6.6448467e+07 node_softnet_processed_total{cpu="2"} 2.38292653e+08 node_softnet_processed_total{cpu="20"} 8.2017396e+07 node_softnet_processed_total{cpu="21"} 3.242186935e+09 node_softnet_processed_total{cpu="22"} 1.88471602e+08 node_softnet_processed_total{cpu="23"} 1.3250665e+08 node_softnet_processed_total{cpu="24"} 4.37065466e+08 node_softnet_processed_total{cpu="25"} 4.33711275e+08 node_softnet_processed_total{cpu="26"} 3.2023841e+08 node_softnet_processed_total{cpu="27"} 3.31435911e+08 node_softnet_processed_total{cpu="28"} 2.9024054e+08 node_softnet_processed_total{cpu="29"} 3.42772148e+08 node_softnet_processed_total{cpu="3"} 1.78643379e+08 node_softnet_processed_total{cpu="30"} 2.29894316e+08 node_softnet_processed_total{cpu="31"} 2.20795039e+08 node_softnet_processed_total{cpu="4"} 2.02739209e+08 node_softnet_processed_total{cpu="5"} 1.01391987e+08 node_softnet_processed_total{cpu="6"} 8.9135322e+07 node_softnet_processed_total{cpu="7"} 6.9008321e+07 node_softnet_processed_total{cpu="8"} 7.77808618e+08 node_softnet_processed_total{cpu="9"} 7.47149494e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="20"} 0 node_softnet_received_rps_total{cpu="21"} 0 node_softnet_received_rps_total{cpu="22"} 0 node_softnet_received_rps_total{cpu="23"} 0 node_softnet_received_rps_total{cpu="24"} 0 node_softnet_received_rps_total{cpu="25"} 0 node_softnet_received_rps_total{cpu="26"} 0 node_softnet_received_rps_total{cpu="27"} 0 node_softnet_received_rps_total{cpu="28"} 0 node_softnet_received_rps_total{cpu="29"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="30"} 0 node_softnet_received_rps_total{cpu="31"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 26 node_softnet_times_squeezed_total{cpu="1"} 16 node_softnet_times_squeezed_total{cpu="10"} 32 node_softnet_times_squeezed_total{cpu="11"} 6726 node_softnet_times_squeezed_total{cpu="12"} 43 node_softnet_times_squeezed_total{cpu="13"} 74 node_softnet_times_squeezed_total{cpu="14"} 18 node_softnet_times_squeezed_total{cpu="15"} 15 node_softnet_times_squeezed_total{cpu="16"} 29 node_softnet_times_squeezed_total{cpu="17"} 30 node_softnet_times_squeezed_total{cpu="18"} 23 node_softnet_times_squeezed_total{cpu="19"} 11 node_softnet_times_squeezed_total{cpu="2"} 18 node_softnet_times_squeezed_total{cpu="20"} 28 node_softnet_times_squeezed_total{cpu="21"} 1725 node_softnet_times_squeezed_total{cpu="22"} 24 node_softnet_times_squeezed_total{cpu="23"} 29 node_softnet_times_squeezed_total{cpu="24"} 324 node_softnet_times_squeezed_total{cpu="25"} 303 node_softnet_times_squeezed_total{cpu="26"} 48 node_softnet_times_squeezed_total{cpu="27"} 40 node_softnet_times_squeezed_total{cpu="28"} 44 node_softnet_times_squeezed_total{cpu="29"} 65 node_softnet_times_squeezed_total{cpu="3"} 10 node_softnet_times_squeezed_total{cpu="30"} 14 node_softnet_times_squeezed_total{cpu="31"} 16 node_softnet_times_squeezed_total{cpu="4"} 20 node_softnet_times_squeezed_total{cpu="5"} 18 node_softnet_times_squeezed_total{cpu="6"} 17 node_softnet_times_squeezed_total{cpu="7"} 16 node_softnet_times_squeezed_total{cpu="8"} 567 node_softnet_times_squeezed_total{cpu="9"} 492 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_thermal_zone_temp Zone temperature in Celsius # TYPE node_thermal_zone_temp gauge node_thermal_zone_temp{type="acpitz",zone="0"} 16.8 # 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.7625919283922455e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000154978637694 # 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.094 # 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.001071753 # 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 24577 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="63751d3595f8",release="6.8.0-84-generic",sysname="Linux",version="#84~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep 9 14:29:36 UTC 2"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 1 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 4.9733159425e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 5.80779845e+08 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 3.688562627e+10 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 5.6003580289e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 1.178724e+06 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 3.228484e+06 # HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="sda1"} 0 # HELP node_xfs_allocation_btree_lookups_total Number of allocation B-tree lookups for a filesystem. # TYPE node_xfs_allocation_btree_lookups_total counter node_xfs_allocation_btree_lookups_total{device="sda1"} 0 # HELP node_xfs_allocation_btree_records_deleted_total Number of allocation B-tree records deleted for a filesystem. # TYPE node_xfs_allocation_btree_records_deleted_total counter node_xfs_allocation_btree_records_deleted_total{device="sda1"} 0 # HELP node_xfs_allocation_btree_records_inserted_total Number of allocation B-tree records inserted for a filesystem. # TYPE node_xfs_allocation_btree_records_inserted_total counter node_xfs_allocation_btree_records_inserted_total{device="sda1"} 0 # HELP node_xfs_block_map_btree_compares_total Number of block map B-tree compares for a filesystem. # TYPE node_xfs_block_map_btree_compares_total counter node_xfs_block_map_btree_compares_total{device="sda1"} 0 # HELP node_xfs_block_map_btree_lookups_total Number of block map B-tree lookups for a filesystem. # TYPE node_xfs_block_map_btree_lookups_total counter node_xfs_block_map_btree_lookups_total{device="sda1"} 0 # HELP node_xfs_block_map_btree_records_deleted_total Number of block map B-tree records deleted for a filesystem. # TYPE node_xfs_block_map_btree_records_deleted_total counter node_xfs_block_map_btree_records_deleted_total{device="sda1"} 0 # HELP node_xfs_block_map_btree_records_inserted_total Number of block map B-tree records inserted for a filesystem. # TYPE node_xfs_block_map_btree_records_inserted_total counter node_xfs_block_map_btree_records_inserted_total{device="sda1"} 0 # HELP node_xfs_block_mapping_extent_list_compares_total Number of extent list compares for a filesystem. # TYPE node_xfs_block_mapping_extent_list_compares_total counter node_xfs_block_mapping_extent_list_compares_total{device="sda1"} 0 # HELP node_xfs_block_mapping_extent_list_deletions_total Number of extent list deletions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_deletions_total counter node_xfs_block_mapping_extent_list_deletions_total{device="sda1"} 130 # HELP node_xfs_block_mapping_extent_list_insertions_total Number of extent list insertions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_insertions_total counter node_xfs_block_mapping_extent_list_insertions_total{device="sda1"} 264 # HELP node_xfs_block_mapping_extent_list_lookups_total Number of extent list lookups for a filesystem. # TYPE node_xfs_block_mapping_extent_list_lookups_total counter node_xfs_block_mapping_extent_list_lookups_total{device="sda1"} 683340 # HELP node_xfs_block_mapping_reads_total Number of block map for read operations for a filesystem. # TYPE node_xfs_block_mapping_reads_total counter node_xfs_block_mapping_reads_total{device="sda1"} 645604 # HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem. # TYPE node_xfs_block_mapping_unmaps_total counter node_xfs_block_mapping_unmaps_total{device="sda1"} 120 # HELP node_xfs_block_mapping_writes_total Number of block map for write operations for a filesystem. # TYPE node_xfs_block_mapping_writes_total counter node_xfs_block_mapping_writes_total{device="sda1"} 36110 # HELP node_xfs_directory_operation_create_total Number of times a new directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_create_total counter node_xfs_directory_operation_create_total{device="sda1"} 101 # HELP node_xfs_directory_operation_getdents_total Number of times the directory getdents operation was performed for a filesystem. # TYPE node_xfs_directory_operation_getdents_total counter node_xfs_directory_operation_getdents_total{device="sda1"} 35260 # HELP node_xfs_directory_operation_lookup_total Number of file name directory lookups which miss the operating systems directory name lookup cache. # TYPE node_xfs_directory_operation_lookup_total counter node_xfs_directory_operation_lookup_total{device="sda1"} 157871 # HELP node_xfs_directory_operation_remove_total Number of times an existing directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_remove_total counter node_xfs_directory_operation_remove_total{device="sda1"} 101 # HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem. # TYPE node_xfs_extent_allocation_blocks_allocated_total counter node_xfs_extent_allocation_blocks_allocated_total{device="sda1"} 13180 # HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem. # TYPE node_xfs_extent_allocation_blocks_freed_total counter node_xfs_extent_allocation_blocks_freed_total{device="sda1"} 12071 # HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem. # TYPE node_xfs_extent_allocation_extents_allocated_total counter node_xfs_extent_allocation_extents_allocated_total{device="sda1"} 126 # HELP node_xfs_extent_allocation_extents_freed_total Number of extents freed for a filesystem. # TYPE node_xfs_extent_allocation_extents_freed_total counter node_xfs_extent_allocation_extents_freed_total{device="sda1"} 130 # HELP node_xfs_inode_operation_attempts_total Number of times the OS looked for an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_attempts_total counter node_xfs_inode_operation_attempts_total{device="sda1"} 157951 # HELP node_xfs_inode_operation_attribute_changes_total Number of times the OS explicitly changed the attributes of an XFS inode. # TYPE node_xfs_inode_operation_attribute_changes_total counter node_xfs_inode_operation_attribute_changes_total{device="sda1"} 102 # HELP node_xfs_inode_operation_duplicates_total Number of times the OS tried to add a missing XFS inode to the inode cache, but found it had already been added by another process. # TYPE node_xfs_inode_operation_duplicates_total counter node_xfs_inode_operation_duplicates_total{device="sda1"} 0 # HELP node_xfs_inode_operation_found_total Number of times the OS looked for and found an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_found_total counter node_xfs_inode_operation_found_total{device="sda1"} 38107 # HELP node_xfs_inode_operation_missed_total Number of times the OS looked for an XFS inode in the cache, but did not find it. # TYPE node_xfs_inode_operation_missed_total counter node_xfs_inode_operation_missed_total{device="sda1"} 119844 # HELP node_xfs_inode_operation_reclaims_total Number of times the OS reclaimed an XFS inode from the inode cache to free memory for another purpose. # TYPE node_xfs_inode_operation_reclaims_total counter node_xfs_inode_operation_reclaims_total{device="sda1"} 119807 # HELP node_xfs_inode_operation_recycled_total Number of times the OS found an XFS inode in the cache, but could not use it as it was being recycled. # TYPE node_xfs_inode_operation_recycled_total counter node_xfs_inode_operation_recycled_total{device="sda1"} 0 # HELP node_xfs_read_calls_total Number of read(2) system calls made to files in a filesystem. # TYPE node_xfs_read_calls_total counter node_xfs_read_calls_total{device="sda1"} 1.323296e+06 # HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem. # TYPE node_xfs_vnode_active_total counter node_xfs_vnode_active_total{device="sda1"} 37 # HELP node_xfs_vnode_allocate_total Number of times vn_alloc called for a filesystem. # TYPE node_xfs_vnode_allocate_total counter node_xfs_vnode_allocate_total{device="sda1"} 0 # HELP node_xfs_vnode_get_total Number of times vn_get called for a filesystem. # TYPE node_xfs_vnode_get_total counter node_xfs_vnode_get_total{device="sda1"} 0 # HELP node_xfs_vnode_hold_total Number of times vn_hold called for a filesystem. # TYPE node_xfs_vnode_hold_total counter node_xfs_vnode_hold_total{device="sda1"} 0 # HELP node_xfs_vnode_reclaim_total Number of times vn_reclaim called for a filesystem. # TYPE node_xfs_vnode_reclaim_total counter node_xfs_vnode_reclaim_total{device="sda1"} 119890 # HELP node_xfs_vnode_release_total Number of times vn_rele called for a filesystem. # TYPE node_xfs_vnode_release_total counter node_xfs_vnode_release_total{device="sda1"} 119890 # HELP node_xfs_vnode_remove_total Number of times vn_remove called for a filesystem. # TYPE node_xfs_vnode_remove_total counter node_xfs_vnode_remove_total{device="sda1"} 119890 # HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem. # TYPE node_xfs_write_calls_total counter node_xfs_write_calls_total{device="sda1"} 35442 # HELP node_zfs_abd_linear_cnt kstat.zfs.misc.abdstats.linear_cnt # TYPE node_zfs_abd_linear_cnt untyped node_zfs_abd_linear_cnt 0 # HELP node_zfs_abd_linear_data_size kstat.zfs.misc.abdstats.linear_data_size # TYPE node_zfs_abd_linear_data_size untyped node_zfs_abd_linear_data_size 0 # HELP node_zfs_abd_scatter_chunk_waste kstat.zfs.misc.abdstats.scatter_chunk_waste # TYPE node_zfs_abd_scatter_chunk_waste untyped node_zfs_abd_scatter_chunk_waste 0 # HELP node_zfs_abd_scatter_cnt kstat.zfs.misc.abdstats.scatter_cnt # TYPE node_zfs_abd_scatter_cnt untyped node_zfs_abd_scatter_cnt 1 # HELP node_zfs_abd_scatter_data_size kstat.zfs.misc.abdstats.scatter_data_size # TYPE node_zfs_abd_scatter_data_size untyped node_zfs_abd_scatter_data_size 4096 # HELP node_zfs_abd_scatter_order_0 kstat.zfs.misc.abdstats.scatter_order_0 # TYPE node_zfs_abd_scatter_order_0 untyped node_zfs_abd_scatter_order_0 0 # HELP node_zfs_abd_scatter_order_1 kstat.zfs.misc.abdstats.scatter_order_1 # TYPE node_zfs_abd_scatter_order_1 untyped node_zfs_abd_scatter_order_1 0 # HELP node_zfs_abd_scatter_order_2 kstat.zfs.misc.abdstats.scatter_order_2 # TYPE node_zfs_abd_scatter_order_2 untyped node_zfs_abd_scatter_order_2 0 # HELP node_zfs_abd_scatter_order_3 kstat.zfs.misc.abdstats.scatter_order_3 # TYPE node_zfs_abd_scatter_order_3 untyped node_zfs_abd_scatter_order_3 0 # HELP node_zfs_abd_scatter_order_4 kstat.zfs.misc.abdstats.scatter_order_4 # TYPE node_zfs_abd_scatter_order_4 untyped node_zfs_abd_scatter_order_4 0 # HELP node_zfs_abd_scatter_order_5 kstat.zfs.misc.abdstats.scatter_order_5 # TYPE node_zfs_abd_scatter_order_5 untyped node_zfs_abd_scatter_order_5 0 # HELP node_zfs_abd_scatter_order_6 kstat.zfs.misc.abdstats.scatter_order_6 # TYPE node_zfs_abd_scatter_order_6 untyped node_zfs_abd_scatter_order_6 0 # HELP node_zfs_abd_scatter_order_7 kstat.zfs.misc.abdstats.scatter_order_7 # TYPE node_zfs_abd_scatter_order_7 untyped node_zfs_abd_scatter_order_7 0 # HELP node_zfs_abd_scatter_order_8 kstat.zfs.misc.abdstats.scatter_order_8 # TYPE node_zfs_abd_scatter_order_8 untyped node_zfs_abd_scatter_order_8 0 # HELP node_zfs_abd_scatter_order_9 kstat.zfs.misc.abdstats.scatter_order_9 # TYPE node_zfs_abd_scatter_order_9 untyped node_zfs_abd_scatter_order_9 0 # HELP node_zfs_abd_scatter_page_alloc_retry kstat.zfs.misc.abdstats.scatter_page_alloc_retry # TYPE node_zfs_abd_scatter_page_alloc_retry untyped node_zfs_abd_scatter_page_alloc_retry 0 # HELP node_zfs_abd_scatter_page_multi_chunk kstat.zfs.misc.abdstats.scatter_page_multi_chunk # TYPE node_zfs_abd_scatter_page_multi_chunk untyped node_zfs_abd_scatter_page_multi_chunk 1 # HELP node_zfs_abd_scatter_page_multi_zone kstat.zfs.misc.abdstats.scatter_page_multi_zone # TYPE node_zfs_abd_scatter_page_multi_zone untyped node_zfs_abd_scatter_page_multi_zone 0 # HELP node_zfs_abd_scatter_sg_table_retry kstat.zfs.misc.abdstats.scatter_sg_table_retry # TYPE node_zfs_abd_scatter_sg_table_retry untyped node_zfs_abd_scatter_sg_table_retry 0 # HELP node_zfs_abd_struct_size kstat.zfs.misc.abdstats.struct_size # TYPE node_zfs_abd_struct_size untyped node_zfs_abd_struct_size 104 # HELP node_zfs_arc_abd_chunk_waste_size kstat.zfs.misc.arcstats.abd_chunk_waste_size # TYPE node_zfs_arc_abd_chunk_waste_size untyped node_zfs_arc_abd_chunk_waste_size 0 # HELP node_zfs_arc_access_skip kstat.zfs.misc.arcstats.access_skip # TYPE node_zfs_arc_access_skip untyped node_zfs_arc_access_skip 0 # HELP node_zfs_arc_anon_data kstat.zfs.misc.arcstats.anon_data # TYPE node_zfs_arc_anon_data untyped node_zfs_arc_anon_data 0 # HELP node_zfs_arc_anon_evictable_data kstat.zfs.misc.arcstats.anon_evictable_data # TYPE node_zfs_arc_anon_evictable_data untyped node_zfs_arc_anon_evictable_data 0 # HELP node_zfs_arc_anon_evictable_metadata kstat.zfs.misc.arcstats.anon_evictable_metadata # TYPE node_zfs_arc_anon_evictable_metadata untyped node_zfs_arc_anon_evictable_metadata 0 # HELP node_zfs_arc_anon_metadata kstat.zfs.misc.arcstats.anon_metadata # TYPE node_zfs_arc_anon_metadata untyped node_zfs_arc_anon_metadata 0 # HELP node_zfs_arc_anon_size kstat.zfs.misc.arcstats.anon_size # TYPE node_zfs_arc_anon_size untyped node_zfs_arc_anon_size 0 # HELP node_zfs_arc_arc_dnode_limit kstat.zfs.misc.arcstats.arc_dnode_limit # TYPE node_zfs_arc_arc_dnode_limit untyped node_zfs_arc_arc_dnode_limit 6.707902054e+09 # HELP node_zfs_arc_arc_loaned_bytes kstat.zfs.misc.arcstats.arc_loaned_bytes # TYPE node_zfs_arc_arc_loaned_bytes untyped node_zfs_arc_arc_loaned_bytes 0 # HELP node_zfs_arc_arc_meta_used kstat.zfs.misc.arcstats.arc_meta_used # TYPE node_zfs_arc_arc_meta_used untyped node_zfs_arc_arc_meta_used 7680 # HELP node_zfs_arc_arc_need_free kstat.zfs.misc.arcstats.arc_need_free # TYPE node_zfs_arc_arc_need_free untyped node_zfs_arc_arc_need_free 0 # HELP node_zfs_arc_arc_no_grow kstat.zfs.misc.arcstats.arc_no_grow # TYPE node_zfs_arc_arc_no_grow untyped node_zfs_arc_arc_no_grow 0 # HELP node_zfs_arc_arc_prune kstat.zfs.misc.arcstats.arc_prune # TYPE node_zfs_arc_arc_prune untyped node_zfs_arc_arc_prune 0 # HELP node_zfs_arc_arc_raw_size kstat.zfs.misc.arcstats.arc_raw_size # TYPE node_zfs_arc_arc_raw_size untyped node_zfs_arc_arc_raw_size 0 # HELP node_zfs_arc_arc_sys_free kstat.zfs.misc.arcstats.arc_sys_free # TYPE node_zfs_arc_arc_sys_free untyped node_zfs_arc_arc_sys_free 4.544059904e+09 # HELP node_zfs_arc_arc_tempreserve kstat.zfs.misc.arcstats.arc_tempreserve # TYPE node_zfs_arc_arc_tempreserve untyped node_zfs_arc_arc_tempreserve 0 # HELP node_zfs_arc_async_upgrade_sync kstat.zfs.misc.arcstats.async_upgrade_sync # TYPE node_zfs_arc_async_upgrade_sync untyped node_zfs_arc_async_upgrade_sync 0 # HELP node_zfs_arc_bonus_size kstat.zfs.misc.arcstats.bonus_size # TYPE node_zfs_arc_bonus_size untyped node_zfs_arc_bonus_size 0 # HELP node_zfs_arc_c kstat.zfs.misc.arcstats.c # TYPE node_zfs_arc_c untyped node_zfs_arc_c 4.192438784e+09 # HELP node_zfs_arc_c_max kstat.zfs.misc.arcstats.c_max # TYPE node_zfs_arc_c_max untyped node_zfs_arc_c_max 6.7079020544e+10 # HELP node_zfs_arc_c_min kstat.zfs.misc.arcstats.c_min # TYPE node_zfs_arc_c_min untyped node_zfs_arc_c_min 4.192438784e+09 # HELP node_zfs_arc_cached_only_in_progress kstat.zfs.misc.arcstats.cached_only_in_progress # TYPE node_zfs_arc_cached_only_in_progress untyped node_zfs_arc_cached_only_in_progress 0 # HELP node_zfs_arc_compressed_size kstat.zfs.misc.arcstats.compressed_size # TYPE node_zfs_arc_compressed_size untyped node_zfs_arc_compressed_size 0 # HELP node_zfs_arc_data_size kstat.zfs.misc.arcstats.data_size # TYPE node_zfs_arc_data_size untyped node_zfs_arc_data_size 0 # HELP node_zfs_arc_dbuf_size kstat.zfs.misc.arcstats.dbuf_size # TYPE node_zfs_arc_dbuf_size untyped node_zfs_arc_dbuf_size 0 # HELP node_zfs_arc_deleted kstat.zfs.misc.arcstats.deleted # TYPE node_zfs_arc_deleted untyped node_zfs_arc_deleted 0 # HELP node_zfs_arc_demand_data_hits kstat.zfs.misc.arcstats.demand_data_hits # TYPE node_zfs_arc_demand_data_hits untyped node_zfs_arc_demand_data_hits 0 # HELP node_zfs_arc_demand_data_iohits kstat.zfs.misc.arcstats.demand_data_iohits # TYPE node_zfs_arc_demand_data_iohits untyped node_zfs_arc_demand_data_iohits 0 # HELP node_zfs_arc_demand_data_misses kstat.zfs.misc.arcstats.demand_data_misses # TYPE node_zfs_arc_demand_data_misses untyped node_zfs_arc_demand_data_misses 0 # HELP node_zfs_arc_demand_hit_predictive_prefetch kstat.zfs.misc.arcstats.demand_hit_predictive_prefetch # TYPE node_zfs_arc_demand_hit_predictive_prefetch untyped node_zfs_arc_demand_hit_predictive_prefetch 0 # HELP node_zfs_arc_demand_hit_prescient_prefetch kstat.zfs.misc.arcstats.demand_hit_prescient_prefetch # TYPE node_zfs_arc_demand_hit_prescient_prefetch untyped node_zfs_arc_demand_hit_prescient_prefetch 0 # HELP node_zfs_arc_demand_iohit_predictive_prefetch kstat.zfs.misc.arcstats.demand_iohit_predictive_prefetch # TYPE node_zfs_arc_demand_iohit_predictive_prefetch untyped node_zfs_arc_demand_iohit_predictive_prefetch 0 # HELP node_zfs_arc_demand_iohit_prescient_prefetch kstat.zfs.misc.arcstats.demand_iohit_prescient_prefetch # TYPE node_zfs_arc_demand_iohit_prescient_prefetch untyped node_zfs_arc_demand_iohit_prescient_prefetch 0 # HELP node_zfs_arc_demand_metadata_hits kstat.zfs.misc.arcstats.demand_metadata_hits # TYPE node_zfs_arc_demand_metadata_hits untyped node_zfs_arc_demand_metadata_hits 0 # HELP node_zfs_arc_demand_metadata_iohits kstat.zfs.misc.arcstats.demand_metadata_iohits # TYPE node_zfs_arc_demand_metadata_iohits untyped node_zfs_arc_demand_metadata_iohits 0 # HELP node_zfs_arc_demand_metadata_misses kstat.zfs.misc.arcstats.demand_metadata_misses # TYPE node_zfs_arc_demand_metadata_misses untyped node_zfs_arc_demand_metadata_misses 0 # HELP node_zfs_arc_dnode_size kstat.zfs.misc.arcstats.dnode_size # TYPE node_zfs_arc_dnode_size untyped node_zfs_arc_dnode_size 0 # HELP node_zfs_arc_evict_l2_cached kstat.zfs.misc.arcstats.evict_l2_cached # TYPE node_zfs_arc_evict_l2_cached untyped node_zfs_arc_evict_l2_cached 0 # HELP node_zfs_arc_evict_l2_eligible kstat.zfs.misc.arcstats.evict_l2_eligible # TYPE node_zfs_arc_evict_l2_eligible untyped node_zfs_arc_evict_l2_eligible 0 # HELP node_zfs_arc_evict_l2_eligible_mfu kstat.zfs.misc.arcstats.evict_l2_eligible_mfu # TYPE node_zfs_arc_evict_l2_eligible_mfu untyped node_zfs_arc_evict_l2_eligible_mfu 0 # HELP node_zfs_arc_evict_l2_eligible_mru kstat.zfs.misc.arcstats.evict_l2_eligible_mru # TYPE node_zfs_arc_evict_l2_eligible_mru untyped node_zfs_arc_evict_l2_eligible_mru 0 # HELP node_zfs_arc_evict_l2_ineligible kstat.zfs.misc.arcstats.evict_l2_ineligible # TYPE node_zfs_arc_evict_l2_ineligible untyped node_zfs_arc_evict_l2_ineligible 0 # HELP node_zfs_arc_evict_l2_skip kstat.zfs.misc.arcstats.evict_l2_skip # TYPE node_zfs_arc_evict_l2_skip untyped node_zfs_arc_evict_l2_skip 0 # HELP node_zfs_arc_evict_not_enough kstat.zfs.misc.arcstats.evict_not_enough # TYPE node_zfs_arc_evict_not_enough untyped node_zfs_arc_evict_not_enough 0 # HELP node_zfs_arc_evict_skip kstat.zfs.misc.arcstats.evict_skip # TYPE node_zfs_arc_evict_skip untyped node_zfs_arc_evict_skip 0 # HELP node_zfs_arc_hash_chain_max kstat.zfs.misc.arcstats.hash_chain_max # TYPE node_zfs_arc_hash_chain_max untyped node_zfs_arc_hash_chain_max 0 # HELP node_zfs_arc_hash_chains kstat.zfs.misc.arcstats.hash_chains # TYPE node_zfs_arc_hash_chains untyped node_zfs_arc_hash_chains 0 # HELP node_zfs_arc_hash_collisions kstat.zfs.misc.arcstats.hash_collisions # TYPE node_zfs_arc_hash_collisions untyped node_zfs_arc_hash_collisions 0 # HELP node_zfs_arc_hash_elements kstat.zfs.misc.arcstats.hash_elements # TYPE node_zfs_arc_hash_elements untyped node_zfs_arc_hash_elements 0 # HELP node_zfs_arc_hash_elements_max kstat.zfs.misc.arcstats.hash_elements_max # TYPE node_zfs_arc_hash_elements_max untyped node_zfs_arc_hash_elements_max 0 # HELP node_zfs_arc_hdr_size kstat.zfs.misc.arcstats.hdr_size # TYPE node_zfs_arc_hdr_size untyped node_zfs_arc_hdr_size 7680 # HELP node_zfs_arc_hits kstat.zfs.misc.arcstats.hits # TYPE node_zfs_arc_hits untyped node_zfs_arc_hits 0 # HELP node_zfs_arc_iohits kstat.zfs.misc.arcstats.iohits # TYPE node_zfs_arc_iohits untyped node_zfs_arc_iohits 0 # HELP node_zfs_arc_l2_abort_lowmem kstat.zfs.misc.arcstats.l2_abort_lowmem # TYPE node_zfs_arc_l2_abort_lowmem untyped node_zfs_arc_l2_abort_lowmem 0 # HELP node_zfs_arc_l2_asize kstat.zfs.misc.arcstats.l2_asize # TYPE node_zfs_arc_l2_asize untyped node_zfs_arc_l2_asize 0 # HELP node_zfs_arc_l2_bufc_data_asize kstat.zfs.misc.arcstats.l2_bufc_data_asize # TYPE node_zfs_arc_l2_bufc_data_asize untyped node_zfs_arc_l2_bufc_data_asize 0 # HELP node_zfs_arc_l2_bufc_metadata_asize kstat.zfs.misc.arcstats.l2_bufc_metadata_asize # TYPE node_zfs_arc_l2_bufc_metadata_asize untyped node_zfs_arc_l2_bufc_metadata_asize 0 # HELP node_zfs_arc_l2_cksum_bad kstat.zfs.misc.arcstats.l2_cksum_bad # TYPE node_zfs_arc_l2_cksum_bad untyped node_zfs_arc_l2_cksum_bad 0 # HELP node_zfs_arc_l2_data_to_meta_ratio kstat.zfs.misc.arcstats.l2_data_to_meta_ratio # TYPE node_zfs_arc_l2_data_to_meta_ratio untyped node_zfs_arc_l2_data_to_meta_ratio 0 # HELP node_zfs_arc_l2_evict_l1cached kstat.zfs.misc.arcstats.l2_evict_l1cached # TYPE node_zfs_arc_l2_evict_l1cached untyped node_zfs_arc_l2_evict_l1cached 0 # HELP node_zfs_arc_l2_evict_lock_retry kstat.zfs.misc.arcstats.l2_evict_lock_retry # TYPE node_zfs_arc_l2_evict_lock_retry untyped node_zfs_arc_l2_evict_lock_retry 0 # HELP node_zfs_arc_l2_evict_reading kstat.zfs.misc.arcstats.l2_evict_reading # TYPE node_zfs_arc_l2_evict_reading untyped node_zfs_arc_l2_evict_reading 0 # HELP node_zfs_arc_l2_feeds kstat.zfs.misc.arcstats.l2_feeds # TYPE node_zfs_arc_l2_feeds untyped node_zfs_arc_l2_feeds 0 # HELP node_zfs_arc_l2_free_on_write kstat.zfs.misc.arcstats.l2_free_on_write # TYPE node_zfs_arc_l2_free_on_write untyped node_zfs_arc_l2_free_on_write 0 # HELP node_zfs_arc_l2_hdr_size kstat.zfs.misc.arcstats.l2_hdr_size # TYPE node_zfs_arc_l2_hdr_size untyped node_zfs_arc_l2_hdr_size 0 # HELP node_zfs_arc_l2_hits kstat.zfs.misc.arcstats.l2_hits # TYPE node_zfs_arc_l2_hits untyped node_zfs_arc_l2_hits 0 # HELP node_zfs_arc_l2_io_error kstat.zfs.misc.arcstats.l2_io_error # TYPE node_zfs_arc_l2_io_error untyped node_zfs_arc_l2_io_error 0 # HELP node_zfs_arc_l2_log_blk_asize kstat.zfs.misc.arcstats.l2_log_blk_asize # TYPE node_zfs_arc_l2_log_blk_asize untyped node_zfs_arc_l2_log_blk_asize 0 # HELP node_zfs_arc_l2_log_blk_avg_asize kstat.zfs.misc.arcstats.l2_log_blk_avg_asize # TYPE node_zfs_arc_l2_log_blk_avg_asize untyped node_zfs_arc_l2_log_blk_avg_asize 0 # HELP node_zfs_arc_l2_log_blk_count kstat.zfs.misc.arcstats.l2_log_blk_count # TYPE node_zfs_arc_l2_log_blk_count untyped node_zfs_arc_l2_log_blk_count 0 # HELP node_zfs_arc_l2_log_blk_writes kstat.zfs.misc.arcstats.l2_log_blk_writes # TYPE node_zfs_arc_l2_log_blk_writes untyped node_zfs_arc_l2_log_blk_writes 0 # HELP node_zfs_arc_l2_mfu_asize kstat.zfs.misc.arcstats.l2_mfu_asize # TYPE node_zfs_arc_l2_mfu_asize untyped node_zfs_arc_l2_mfu_asize 0 # HELP node_zfs_arc_l2_misses kstat.zfs.misc.arcstats.l2_misses # TYPE node_zfs_arc_l2_misses untyped node_zfs_arc_l2_misses 0 # HELP node_zfs_arc_l2_mru_asize kstat.zfs.misc.arcstats.l2_mru_asize # TYPE node_zfs_arc_l2_mru_asize untyped node_zfs_arc_l2_mru_asize 0 # HELP node_zfs_arc_l2_prefetch_asize kstat.zfs.misc.arcstats.l2_prefetch_asize # TYPE node_zfs_arc_l2_prefetch_asize untyped node_zfs_arc_l2_prefetch_asize 0 # HELP node_zfs_arc_l2_read_bytes kstat.zfs.misc.arcstats.l2_read_bytes # TYPE node_zfs_arc_l2_read_bytes untyped node_zfs_arc_l2_read_bytes 0 # HELP node_zfs_arc_l2_rebuild_asize kstat.zfs.misc.arcstats.l2_rebuild_asize # TYPE node_zfs_arc_l2_rebuild_asize untyped node_zfs_arc_l2_rebuild_asize 0 # HELP node_zfs_arc_l2_rebuild_bufs kstat.zfs.misc.arcstats.l2_rebuild_bufs # TYPE node_zfs_arc_l2_rebuild_bufs untyped node_zfs_arc_l2_rebuild_bufs 0 # HELP node_zfs_arc_l2_rebuild_bufs_precached kstat.zfs.misc.arcstats.l2_rebuild_bufs_precached # TYPE node_zfs_arc_l2_rebuild_bufs_precached untyped node_zfs_arc_l2_rebuild_bufs_precached 0 # HELP node_zfs_arc_l2_rebuild_cksum_lb_errors kstat.zfs.misc.arcstats.l2_rebuild_cksum_lb_errors # TYPE node_zfs_arc_l2_rebuild_cksum_lb_errors untyped node_zfs_arc_l2_rebuild_cksum_lb_errors 0 # HELP node_zfs_arc_l2_rebuild_dh_errors kstat.zfs.misc.arcstats.l2_rebuild_dh_errors # TYPE node_zfs_arc_l2_rebuild_dh_errors untyped node_zfs_arc_l2_rebuild_dh_errors 0 # HELP node_zfs_arc_l2_rebuild_io_errors kstat.zfs.misc.arcstats.l2_rebuild_io_errors # TYPE node_zfs_arc_l2_rebuild_io_errors untyped node_zfs_arc_l2_rebuild_io_errors 0 # HELP node_zfs_arc_l2_rebuild_log_blks kstat.zfs.misc.arcstats.l2_rebuild_log_blks # TYPE node_zfs_arc_l2_rebuild_log_blks untyped node_zfs_arc_l2_rebuild_log_blks 0 # HELP node_zfs_arc_l2_rebuild_lowmem kstat.zfs.misc.arcstats.l2_rebuild_lowmem # TYPE node_zfs_arc_l2_rebuild_lowmem untyped node_zfs_arc_l2_rebuild_lowmem 0 # HELP node_zfs_arc_l2_rebuild_size kstat.zfs.misc.arcstats.l2_rebuild_size # TYPE node_zfs_arc_l2_rebuild_size untyped node_zfs_arc_l2_rebuild_size 0 # HELP node_zfs_arc_l2_rebuild_success kstat.zfs.misc.arcstats.l2_rebuild_success # TYPE node_zfs_arc_l2_rebuild_success untyped node_zfs_arc_l2_rebuild_success 0 # HELP node_zfs_arc_l2_rebuild_unsupported kstat.zfs.misc.arcstats.l2_rebuild_unsupported # TYPE node_zfs_arc_l2_rebuild_unsupported untyped node_zfs_arc_l2_rebuild_unsupported 0 # HELP node_zfs_arc_l2_rw_clash kstat.zfs.misc.arcstats.l2_rw_clash # TYPE node_zfs_arc_l2_rw_clash untyped node_zfs_arc_l2_rw_clash 0 # HELP node_zfs_arc_l2_size kstat.zfs.misc.arcstats.l2_size # TYPE node_zfs_arc_l2_size untyped node_zfs_arc_l2_size 0 # HELP node_zfs_arc_l2_write_bytes kstat.zfs.misc.arcstats.l2_write_bytes # TYPE node_zfs_arc_l2_write_bytes untyped node_zfs_arc_l2_write_bytes 0 # HELP node_zfs_arc_l2_writes_done kstat.zfs.misc.arcstats.l2_writes_done # TYPE node_zfs_arc_l2_writes_done untyped node_zfs_arc_l2_writes_done 0 # HELP node_zfs_arc_l2_writes_error kstat.zfs.misc.arcstats.l2_writes_error # TYPE node_zfs_arc_l2_writes_error untyped node_zfs_arc_l2_writes_error 0 # HELP node_zfs_arc_l2_writes_lock_retry kstat.zfs.misc.arcstats.l2_writes_lock_retry # TYPE node_zfs_arc_l2_writes_lock_retry untyped node_zfs_arc_l2_writes_lock_retry 0 # HELP node_zfs_arc_l2_writes_sent kstat.zfs.misc.arcstats.l2_writes_sent # TYPE node_zfs_arc_l2_writes_sent untyped node_zfs_arc_l2_writes_sent 0 # HELP node_zfs_arc_memory_all_bytes kstat.zfs.misc.arcstats.memory_all_bytes # TYPE node_zfs_arc_memory_all_bytes untyped node_zfs_arc_memory_all_bytes 1.34158041088e+11 # HELP node_zfs_arc_memory_available_bytes kstat.zfs.misc.arcstats.memory_available_bytes # TYPE node_zfs_arc_memory_available_bytes untyped node_zfs_arc_memory_available_bytes 2.0018841088e+10 # HELP node_zfs_arc_memory_direct_count kstat.zfs.misc.arcstats.memory_direct_count # TYPE node_zfs_arc_memory_direct_count untyped node_zfs_arc_memory_direct_count 0 # HELP node_zfs_arc_memory_free_bytes kstat.zfs.misc.arcstats.memory_free_bytes # TYPE node_zfs_arc_memory_free_bytes untyped node_zfs_arc_memory_free_bytes 2.4562900992e+10 # HELP node_zfs_arc_memory_indirect_count kstat.zfs.misc.arcstats.memory_indirect_count # TYPE node_zfs_arc_memory_indirect_count untyped node_zfs_arc_memory_indirect_count 0 # HELP node_zfs_arc_memory_throttle_count kstat.zfs.misc.arcstats.memory_throttle_count # TYPE node_zfs_arc_memory_throttle_count untyped node_zfs_arc_memory_throttle_count 0 # HELP node_zfs_arc_meta kstat.zfs.misc.arcstats.meta # TYPE node_zfs_arc_meta untyped node_zfs_arc_meta 1.073741824e+09 # HELP node_zfs_arc_metadata_size kstat.zfs.misc.arcstats.metadata_size # TYPE node_zfs_arc_metadata_size untyped node_zfs_arc_metadata_size 0 # HELP node_zfs_arc_mfu_data kstat.zfs.misc.arcstats.mfu_data # TYPE node_zfs_arc_mfu_data untyped node_zfs_arc_mfu_data 0 # HELP node_zfs_arc_mfu_evictable_data kstat.zfs.misc.arcstats.mfu_evictable_data # TYPE node_zfs_arc_mfu_evictable_data untyped node_zfs_arc_mfu_evictable_data 0 # HELP node_zfs_arc_mfu_evictable_metadata kstat.zfs.misc.arcstats.mfu_evictable_metadata # TYPE node_zfs_arc_mfu_evictable_metadata untyped node_zfs_arc_mfu_evictable_metadata 0 # HELP node_zfs_arc_mfu_ghost_data kstat.zfs.misc.arcstats.mfu_ghost_data # TYPE node_zfs_arc_mfu_ghost_data untyped node_zfs_arc_mfu_ghost_data 0 # HELP node_zfs_arc_mfu_ghost_evictable_data kstat.zfs.misc.arcstats.mfu_ghost_evictable_data # TYPE node_zfs_arc_mfu_ghost_evictable_data untyped node_zfs_arc_mfu_ghost_evictable_data 0 # HELP node_zfs_arc_mfu_ghost_evictable_metadata kstat.zfs.misc.arcstats.mfu_ghost_evictable_metadata # TYPE node_zfs_arc_mfu_ghost_evictable_metadata untyped node_zfs_arc_mfu_ghost_evictable_metadata 0 # HELP node_zfs_arc_mfu_ghost_hits kstat.zfs.misc.arcstats.mfu_ghost_hits # TYPE node_zfs_arc_mfu_ghost_hits untyped node_zfs_arc_mfu_ghost_hits 0 # HELP node_zfs_arc_mfu_ghost_metadata kstat.zfs.misc.arcstats.mfu_ghost_metadata # TYPE node_zfs_arc_mfu_ghost_metadata untyped node_zfs_arc_mfu_ghost_metadata 0 # HELP node_zfs_arc_mfu_ghost_size kstat.zfs.misc.arcstats.mfu_ghost_size # TYPE node_zfs_arc_mfu_ghost_size untyped node_zfs_arc_mfu_ghost_size 0 # HELP node_zfs_arc_mfu_hits kstat.zfs.misc.arcstats.mfu_hits # TYPE node_zfs_arc_mfu_hits untyped node_zfs_arc_mfu_hits 0 # HELP node_zfs_arc_mfu_metadata kstat.zfs.misc.arcstats.mfu_metadata # TYPE node_zfs_arc_mfu_metadata untyped node_zfs_arc_mfu_metadata 0 # HELP node_zfs_arc_mfu_size kstat.zfs.misc.arcstats.mfu_size # TYPE node_zfs_arc_mfu_size untyped node_zfs_arc_mfu_size 0 # HELP node_zfs_arc_misses kstat.zfs.misc.arcstats.misses # TYPE node_zfs_arc_misses untyped node_zfs_arc_misses 0 # HELP node_zfs_arc_mru_data kstat.zfs.misc.arcstats.mru_data # TYPE node_zfs_arc_mru_data untyped node_zfs_arc_mru_data 0 # HELP node_zfs_arc_mru_evictable_data kstat.zfs.misc.arcstats.mru_evictable_data # TYPE node_zfs_arc_mru_evictable_data untyped node_zfs_arc_mru_evictable_data 0 # HELP node_zfs_arc_mru_evictable_metadata kstat.zfs.misc.arcstats.mru_evictable_metadata # TYPE node_zfs_arc_mru_evictable_metadata untyped node_zfs_arc_mru_evictable_metadata 0 # HELP node_zfs_arc_mru_ghost_data kstat.zfs.misc.arcstats.mru_ghost_data # TYPE node_zfs_arc_mru_ghost_data untyped node_zfs_arc_mru_ghost_data 0 # HELP node_zfs_arc_mru_ghost_evictable_data kstat.zfs.misc.arcstats.mru_ghost_evictable_data # TYPE node_zfs_arc_mru_ghost_evictable_data untyped node_zfs_arc_mru_ghost_evictable_data 0 # HELP node_zfs_arc_mru_ghost_evictable_metadata kstat.zfs.misc.arcstats.mru_ghost_evictable_metadata # TYPE node_zfs_arc_mru_ghost_evictable_metadata untyped node_zfs_arc_mru_ghost_evictable_metadata 0 # HELP node_zfs_arc_mru_ghost_hits kstat.zfs.misc.arcstats.mru_ghost_hits # TYPE node_zfs_arc_mru_ghost_hits untyped node_zfs_arc_mru_ghost_hits 0 # HELP node_zfs_arc_mru_ghost_metadata kstat.zfs.misc.arcstats.mru_ghost_metadata # TYPE node_zfs_arc_mru_ghost_metadata untyped node_zfs_arc_mru_ghost_metadata 0 # HELP node_zfs_arc_mru_ghost_size kstat.zfs.misc.arcstats.mru_ghost_size # TYPE node_zfs_arc_mru_ghost_size untyped node_zfs_arc_mru_ghost_size 0 # HELP node_zfs_arc_mru_hits kstat.zfs.misc.arcstats.mru_hits # TYPE node_zfs_arc_mru_hits untyped node_zfs_arc_mru_hits 0 # HELP node_zfs_arc_mru_metadata kstat.zfs.misc.arcstats.mru_metadata # TYPE node_zfs_arc_mru_metadata untyped node_zfs_arc_mru_metadata 0 # HELP node_zfs_arc_mru_size kstat.zfs.misc.arcstats.mru_size # TYPE node_zfs_arc_mru_size untyped node_zfs_arc_mru_size 0 # HELP node_zfs_arc_mutex_miss kstat.zfs.misc.arcstats.mutex_miss # TYPE node_zfs_arc_mutex_miss untyped node_zfs_arc_mutex_miss 0 # HELP node_zfs_arc_overhead_size kstat.zfs.misc.arcstats.overhead_size # TYPE node_zfs_arc_overhead_size untyped node_zfs_arc_overhead_size 0 # HELP node_zfs_arc_pd kstat.zfs.misc.arcstats.pd # TYPE node_zfs_arc_pd untyped node_zfs_arc_pd 2.147483648e+09 # HELP node_zfs_arc_pm kstat.zfs.misc.arcstats.pm # TYPE node_zfs_arc_pm untyped node_zfs_arc_pm 2.147483648e+09 # HELP node_zfs_arc_predictive_prefetch kstat.zfs.misc.arcstats.predictive_prefetch # TYPE node_zfs_arc_predictive_prefetch untyped node_zfs_arc_predictive_prefetch 0 # HELP node_zfs_arc_prefetch_data_hits kstat.zfs.misc.arcstats.prefetch_data_hits # TYPE node_zfs_arc_prefetch_data_hits untyped node_zfs_arc_prefetch_data_hits 0 # HELP node_zfs_arc_prefetch_data_iohits kstat.zfs.misc.arcstats.prefetch_data_iohits # TYPE node_zfs_arc_prefetch_data_iohits untyped node_zfs_arc_prefetch_data_iohits 0 # HELP node_zfs_arc_prefetch_data_misses kstat.zfs.misc.arcstats.prefetch_data_misses # TYPE node_zfs_arc_prefetch_data_misses untyped node_zfs_arc_prefetch_data_misses 0 # HELP node_zfs_arc_prefetch_metadata_hits kstat.zfs.misc.arcstats.prefetch_metadata_hits # TYPE node_zfs_arc_prefetch_metadata_hits untyped node_zfs_arc_prefetch_metadata_hits 0 # HELP node_zfs_arc_prefetch_metadata_iohits kstat.zfs.misc.arcstats.prefetch_metadata_iohits # TYPE node_zfs_arc_prefetch_metadata_iohits untyped node_zfs_arc_prefetch_metadata_iohits 0 # HELP node_zfs_arc_prefetch_metadata_misses kstat.zfs.misc.arcstats.prefetch_metadata_misses # TYPE node_zfs_arc_prefetch_metadata_misses untyped node_zfs_arc_prefetch_metadata_misses 0 # HELP node_zfs_arc_prescient_prefetch kstat.zfs.misc.arcstats.prescient_prefetch # TYPE node_zfs_arc_prescient_prefetch untyped node_zfs_arc_prescient_prefetch 0 # HELP node_zfs_arc_size kstat.zfs.misc.arcstats.size # TYPE node_zfs_arc_size untyped node_zfs_arc_size 7680 # HELP node_zfs_arc_uncached_data kstat.zfs.misc.arcstats.uncached_data # TYPE node_zfs_arc_uncached_data untyped node_zfs_arc_uncached_data 0 # HELP node_zfs_arc_uncached_evictable_data kstat.zfs.misc.arcstats.uncached_evictable_data # TYPE node_zfs_arc_uncached_evictable_data untyped node_zfs_arc_uncached_evictable_data 0 # HELP node_zfs_arc_uncached_evictable_metadata kstat.zfs.misc.arcstats.uncached_evictable_metadata # TYPE node_zfs_arc_uncached_evictable_metadata untyped node_zfs_arc_uncached_evictable_metadata 0 # HELP node_zfs_arc_uncached_hits kstat.zfs.misc.arcstats.uncached_hits # TYPE node_zfs_arc_uncached_hits untyped node_zfs_arc_uncached_hits 0 # HELP node_zfs_arc_uncached_metadata kstat.zfs.misc.arcstats.uncached_metadata # TYPE node_zfs_arc_uncached_metadata untyped node_zfs_arc_uncached_metadata 0 # HELP node_zfs_arc_uncached_size kstat.zfs.misc.arcstats.uncached_size # TYPE node_zfs_arc_uncached_size untyped node_zfs_arc_uncached_size 0 # HELP node_zfs_arc_uncompressed_size kstat.zfs.misc.arcstats.uncompressed_size # TYPE node_zfs_arc_uncompressed_size untyped node_zfs_arc_uncompressed_size 0 # HELP node_zfs_dbuf_cache_count kstat.zfs.misc.dbufstats.cache_count # TYPE node_zfs_dbuf_cache_count untyped node_zfs_dbuf_cache_count 0 # HELP node_zfs_dbuf_cache_hiwater_bytes kstat.zfs.misc.dbufstats.cache_hiwater_bytes # TYPE node_zfs_dbuf_cache_hiwater_bytes untyped node_zfs_dbuf_cache_hiwater_bytes 1.44115083e+08 # HELP node_zfs_dbuf_cache_level_0 kstat.zfs.misc.dbufstats.cache_level_0 # TYPE node_zfs_dbuf_cache_level_0 untyped node_zfs_dbuf_cache_level_0 0 # HELP node_zfs_dbuf_cache_level_0_bytes kstat.zfs.misc.dbufstats.cache_level_0_bytes # TYPE node_zfs_dbuf_cache_level_0_bytes untyped node_zfs_dbuf_cache_level_0_bytes 0 # HELP node_zfs_dbuf_cache_level_1 kstat.zfs.misc.dbufstats.cache_level_1 # TYPE node_zfs_dbuf_cache_level_1 untyped node_zfs_dbuf_cache_level_1 0 # HELP node_zfs_dbuf_cache_level_10 kstat.zfs.misc.dbufstats.cache_level_10 # TYPE node_zfs_dbuf_cache_level_10 untyped node_zfs_dbuf_cache_level_10 0 # HELP node_zfs_dbuf_cache_level_10_bytes kstat.zfs.misc.dbufstats.cache_level_10_bytes # TYPE node_zfs_dbuf_cache_level_10_bytes untyped node_zfs_dbuf_cache_level_10_bytes 0 # HELP node_zfs_dbuf_cache_level_11 kstat.zfs.misc.dbufstats.cache_level_11 # TYPE node_zfs_dbuf_cache_level_11 untyped node_zfs_dbuf_cache_level_11 0 # HELP node_zfs_dbuf_cache_level_11_bytes kstat.zfs.misc.dbufstats.cache_level_11_bytes # TYPE node_zfs_dbuf_cache_level_11_bytes untyped node_zfs_dbuf_cache_level_11_bytes 0 # HELP node_zfs_dbuf_cache_level_1_bytes kstat.zfs.misc.dbufstats.cache_level_1_bytes # TYPE node_zfs_dbuf_cache_level_1_bytes untyped node_zfs_dbuf_cache_level_1_bytes 0 # HELP node_zfs_dbuf_cache_level_2 kstat.zfs.misc.dbufstats.cache_level_2 # TYPE node_zfs_dbuf_cache_level_2 untyped node_zfs_dbuf_cache_level_2 0 # HELP node_zfs_dbuf_cache_level_2_bytes kstat.zfs.misc.dbufstats.cache_level_2_bytes # TYPE node_zfs_dbuf_cache_level_2_bytes untyped node_zfs_dbuf_cache_level_2_bytes 0 # HELP node_zfs_dbuf_cache_level_3 kstat.zfs.misc.dbufstats.cache_level_3 # TYPE node_zfs_dbuf_cache_level_3 untyped node_zfs_dbuf_cache_level_3 0 # HELP node_zfs_dbuf_cache_level_3_bytes kstat.zfs.misc.dbufstats.cache_level_3_bytes # TYPE node_zfs_dbuf_cache_level_3_bytes untyped node_zfs_dbuf_cache_level_3_bytes 0 # HELP node_zfs_dbuf_cache_level_4 kstat.zfs.misc.dbufstats.cache_level_4 # TYPE node_zfs_dbuf_cache_level_4 untyped node_zfs_dbuf_cache_level_4 0 # HELP node_zfs_dbuf_cache_level_4_bytes kstat.zfs.misc.dbufstats.cache_level_4_bytes # TYPE node_zfs_dbuf_cache_level_4_bytes untyped node_zfs_dbuf_cache_level_4_bytes 0 # HELP node_zfs_dbuf_cache_level_5 kstat.zfs.misc.dbufstats.cache_level_5 # TYPE node_zfs_dbuf_cache_level_5 untyped node_zfs_dbuf_cache_level_5 0 # HELP node_zfs_dbuf_cache_level_5_bytes kstat.zfs.misc.dbufstats.cache_level_5_bytes # TYPE node_zfs_dbuf_cache_level_5_bytes untyped node_zfs_dbuf_cache_level_5_bytes 0 # HELP node_zfs_dbuf_cache_level_6 kstat.zfs.misc.dbufstats.cache_level_6 # TYPE node_zfs_dbuf_cache_level_6 untyped node_zfs_dbuf_cache_level_6 0 # HELP node_zfs_dbuf_cache_level_6_bytes kstat.zfs.misc.dbufstats.cache_level_6_bytes # TYPE node_zfs_dbuf_cache_level_6_bytes untyped node_zfs_dbuf_cache_level_6_bytes 0 # HELP node_zfs_dbuf_cache_level_7 kstat.zfs.misc.dbufstats.cache_level_7 # TYPE node_zfs_dbuf_cache_level_7 untyped node_zfs_dbuf_cache_level_7 0 # HELP node_zfs_dbuf_cache_level_7_bytes kstat.zfs.misc.dbufstats.cache_level_7_bytes # TYPE node_zfs_dbuf_cache_level_7_bytes untyped node_zfs_dbuf_cache_level_7_bytes 0 # HELP node_zfs_dbuf_cache_level_8 kstat.zfs.misc.dbufstats.cache_level_8 # TYPE node_zfs_dbuf_cache_level_8 untyped node_zfs_dbuf_cache_level_8 0 # HELP node_zfs_dbuf_cache_level_8_bytes kstat.zfs.misc.dbufstats.cache_level_8_bytes # TYPE node_zfs_dbuf_cache_level_8_bytes untyped node_zfs_dbuf_cache_level_8_bytes 0 # HELP node_zfs_dbuf_cache_level_9 kstat.zfs.misc.dbufstats.cache_level_9 # TYPE node_zfs_dbuf_cache_level_9 untyped node_zfs_dbuf_cache_level_9 0 # HELP node_zfs_dbuf_cache_level_9_bytes kstat.zfs.misc.dbufstats.cache_level_9_bytes # TYPE node_zfs_dbuf_cache_level_9_bytes untyped node_zfs_dbuf_cache_level_9_bytes 0 # HELP node_zfs_dbuf_cache_lowater_bytes kstat.zfs.misc.dbufstats.cache_lowater_bytes # TYPE node_zfs_dbuf_cache_lowater_bytes untyped node_zfs_dbuf_cache_lowater_bytes 1.17912341e+08 # HELP node_zfs_dbuf_cache_size_bytes kstat.zfs.misc.dbufstats.cache_size_bytes # TYPE node_zfs_dbuf_cache_size_bytes untyped node_zfs_dbuf_cache_size_bytes 0 # HELP node_zfs_dbuf_cache_size_bytes_max kstat.zfs.misc.dbufstats.cache_size_bytes_max # TYPE node_zfs_dbuf_cache_size_bytes_max untyped node_zfs_dbuf_cache_size_bytes_max 0 # HELP node_zfs_dbuf_cache_target_bytes kstat.zfs.misc.dbufstats.cache_target_bytes # TYPE node_zfs_dbuf_cache_target_bytes untyped node_zfs_dbuf_cache_target_bytes 1.31013712e+08 # HELP node_zfs_dbuf_cache_total_evicts kstat.zfs.misc.dbufstats.cache_total_evicts # TYPE node_zfs_dbuf_cache_total_evicts untyped node_zfs_dbuf_cache_total_evicts 0 # HELP node_zfs_dbuf_hash_chain_max kstat.zfs.misc.dbufstats.hash_chain_max # TYPE node_zfs_dbuf_hash_chain_max untyped node_zfs_dbuf_hash_chain_max 0 # HELP node_zfs_dbuf_hash_chains kstat.zfs.misc.dbufstats.hash_chains # TYPE node_zfs_dbuf_hash_chains untyped node_zfs_dbuf_hash_chains 0 # HELP node_zfs_dbuf_hash_collisions kstat.zfs.misc.dbufstats.hash_collisions # TYPE node_zfs_dbuf_hash_collisions untyped node_zfs_dbuf_hash_collisions 0 # HELP node_zfs_dbuf_hash_elements kstat.zfs.misc.dbufstats.hash_elements # TYPE node_zfs_dbuf_hash_elements untyped node_zfs_dbuf_hash_elements 0 # HELP node_zfs_dbuf_hash_elements_max kstat.zfs.misc.dbufstats.hash_elements_max # TYPE node_zfs_dbuf_hash_elements_max untyped node_zfs_dbuf_hash_elements_max 0 # HELP node_zfs_dbuf_hash_hits kstat.zfs.misc.dbufstats.hash_hits # TYPE node_zfs_dbuf_hash_hits untyped node_zfs_dbuf_hash_hits 0 # HELP node_zfs_dbuf_hash_insert_race kstat.zfs.misc.dbufstats.hash_insert_race # TYPE node_zfs_dbuf_hash_insert_race untyped node_zfs_dbuf_hash_insert_race 0 # HELP node_zfs_dbuf_hash_misses kstat.zfs.misc.dbufstats.hash_misses # TYPE node_zfs_dbuf_hash_misses untyped node_zfs_dbuf_hash_misses 0 # HELP node_zfs_dbuf_hash_mutex_count kstat.zfs.misc.dbufstats.hash_mutex_count # TYPE node_zfs_dbuf_hash_mutex_count untyped node_zfs_dbuf_hash_mutex_count 16384 # HELP node_zfs_dbuf_hash_table_count kstat.zfs.misc.dbufstats.hash_table_count # TYPE node_zfs_dbuf_hash_table_count untyped node_zfs_dbuf_hash_table_count 2.097152e+06 # HELP node_zfs_dbuf_metadata_cache_count kstat.zfs.misc.dbufstats.metadata_cache_count # TYPE node_zfs_dbuf_metadata_cache_count untyped node_zfs_dbuf_metadata_cache_count 0 # HELP node_zfs_dbuf_metadata_cache_overflow kstat.zfs.misc.dbufstats.metadata_cache_overflow # TYPE node_zfs_dbuf_metadata_cache_overflow untyped node_zfs_dbuf_metadata_cache_overflow 0 # HELP node_zfs_dbuf_metadata_cache_size_bytes kstat.zfs.misc.dbufstats.metadata_cache_size_bytes # TYPE node_zfs_dbuf_metadata_cache_size_bytes untyped node_zfs_dbuf_metadata_cache_size_bytes 0 # HELP node_zfs_dbuf_metadata_cache_size_bytes_max kstat.zfs.misc.dbufstats.metadata_cache_size_bytes_max # TYPE node_zfs_dbuf_metadata_cache_size_bytes_max untyped node_zfs_dbuf_metadata_cache_size_bytes_max 0 # HELP node_zfs_dmu_tx_dmu_tx_assigned kstat.zfs.misc.dmu_tx.dmu_tx_assigned # TYPE node_zfs_dmu_tx_dmu_tx_assigned untyped node_zfs_dmu_tx_dmu_tx_assigned 0 # HELP node_zfs_dmu_tx_dmu_tx_delay kstat.zfs.misc.dmu_tx.dmu_tx_delay # TYPE node_zfs_dmu_tx_dmu_tx_delay untyped node_zfs_dmu_tx_dmu_tx_delay 0 # HELP node_zfs_dmu_tx_dmu_tx_dirty_delay kstat.zfs.misc.dmu_tx.dmu_tx_dirty_delay # TYPE node_zfs_dmu_tx_dmu_tx_dirty_delay untyped node_zfs_dmu_tx_dmu_tx_dirty_delay 0 # HELP node_zfs_dmu_tx_dmu_tx_dirty_frees_delay kstat.zfs.misc.dmu_tx.dmu_tx_dirty_frees_delay # TYPE node_zfs_dmu_tx_dmu_tx_dirty_frees_delay untyped node_zfs_dmu_tx_dmu_tx_dirty_frees_delay 0 # HELP node_zfs_dmu_tx_dmu_tx_dirty_over_max kstat.zfs.misc.dmu_tx.dmu_tx_dirty_over_max # TYPE node_zfs_dmu_tx_dmu_tx_dirty_over_max untyped node_zfs_dmu_tx_dmu_tx_dirty_over_max 0 # HELP node_zfs_dmu_tx_dmu_tx_dirty_throttle kstat.zfs.misc.dmu_tx.dmu_tx_dirty_throttle # TYPE node_zfs_dmu_tx_dmu_tx_dirty_throttle untyped node_zfs_dmu_tx_dmu_tx_dirty_throttle 0 # HELP node_zfs_dmu_tx_dmu_tx_error kstat.zfs.misc.dmu_tx.dmu_tx_error # TYPE node_zfs_dmu_tx_dmu_tx_error untyped node_zfs_dmu_tx_dmu_tx_error 0 # HELP node_zfs_dmu_tx_dmu_tx_group kstat.zfs.misc.dmu_tx.dmu_tx_group # TYPE node_zfs_dmu_tx_dmu_tx_group untyped node_zfs_dmu_tx_dmu_tx_group 0 # HELP node_zfs_dmu_tx_dmu_tx_memory_reclaim kstat.zfs.misc.dmu_tx.dmu_tx_memory_reclaim # TYPE node_zfs_dmu_tx_dmu_tx_memory_reclaim untyped node_zfs_dmu_tx_dmu_tx_memory_reclaim 0 # HELP node_zfs_dmu_tx_dmu_tx_memory_reserve kstat.zfs.misc.dmu_tx.dmu_tx_memory_reserve # TYPE node_zfs_dmu_tx_dmu_tx_memory_reserve untyped node_zfs_dmu_tx_dmu_tx_memory_reserve 0 # HELP node_zfs_dmu_tx_dmu_tx_quota kstat.zfs.misc.dmu_tx.dmu_tx_quota # TYPE node_zfs_dmu_tx_dmu_tx_quota untyped node_zfs_dmu_tx_dmu_tx_quota 0 # HELP node_zfs_dmu_tx_dmu_tx_suspended kstat.zfs.misc.dmu_tx.dmu_tx_suspended # TYPE node_zfs_dmu_tx_dmu_tx_suspended untyped node_zfs_dmu_tx_dmu_tx_suspended 0 # HELP node_zfs_dmu_tx_dmu_tx_wrlog_delay kstat.zfs.misc.dmu_tx.dmu_tx_wrlog_delay # TYPE node_zfs_dmu_tx_dmu_tx_wrlog_delay untyped node_zfs_dmu_tx_dmu_tx_wrlog_delay 0 # HELP node_zfs_dnode_dnode_alloc_next_block kstat.zfs.misc.dnodestats.dnode_alloc_next_block # TYPE node_zfs_dnode_dnode_alloc_next_block untyped node_zfs_dnode_dnode_alloc_next_block 0 # HELP node_zfs_dnode_dnode_alloc_next_chunk kstat.zfs.misc.dnodestats.dnode_alloc_next_chunk # TYPE node_zfs_dnode_dnode_alloc_next_chunk untyped node_zfs_dnode_dnode_alloc_next_chunk 0 # HELP node_zfs_dnode_dnode_alloc_race kstat.zfs.misc.dnodestats.dnode_alloc_race # TYPE node_zfs_dnode_dnode_alloc_race untyped node_zfs_dnode_dnode_alloc_race 0 # HELP node_zfs_dnode_dnode_allocate kstat.zfs.misc.dnodestats.dnode_allocate # TYPE node_zfs_dnode_dnode_allocate untyped node_zfs_dnode_dnode_allocate 0 # HELP node_zfs_dnode_dnode_buf_evict kstat.zfs.misc.dnodestats.dnode_buf_evict # TYPE node_zfs_dnode_dnode_buf_evict untyped node_zfs_dnode_dnode_buf_evict 0 # HELP node_zfs_dnode_dnode_free_interior_lock_retry kstat.zfs.misc.dnodestats.dnode_free_interior_lock_retry # TYPE node_zfs_dnode_dnode_free_interior_lock_retry untyped node_zfs_dnode_dnode_free_interior_lock_retry 0 # HELP node_zfs_dnode_dnode_hold_alloc_hits kstat.zfs.misc.dnodestats.dnode_hold_alloc_hits # TYPE node_zfs_dnode_dnode_hold_alloc_hits untyped node_zfs_dnode_dnode_hold_alloc_hits 0 # HELP node_zfs_dnode_dnode_hold_alloc_interior kstat.zfs.misc.dnodestats.dnode_hold_alloc_interior # TYPE node_zfs_dnode_dnode_hold_alloc_interior untyped node_zfs_dnode_dnode_hold_alloc_interior 0 # HELP node_zfs_dnode_dnode_hold_alloc_lock_misses kstat.zfs.misc.dnodestats.dnode_hold_alloc_lock_misses # TYPE node_zfs_dnode_dnode_hold_alloc_lock_misses untyped node_zfs_dnode_dnode_hold_alloc_lock_misses 0 # HELP node_zfs_dnode_dnode_hold_alloc_lock_retry kstat.zfs.misc.dnodestats.dnode_hold_alloc_lock_retry # TYPE node_zfs_dnode_dnode_hold_alloc_lock_retry untyped node_zfs_dnode_dnode_hold_alloc_lock_retry 0 # HELP node_zfs_dnode_dnode_hold_alloc_misses kstat.zfs.misc.dnodestats.dnode_hold_alloc_misses # TYPE node_zfs_dnode_dnode_hold_alloc_misses untyped node_zfs_dnode_dnode_hold_alloc_misses 0 # HELP node_zfs_dnode_dnode_hold_alloc_type_none kstat.zfs.misc.dnodestats.dnode_hold_alloc_type_none # TYPE node_zfs_dnode_dnode_hold_alloc_type_none untyped node_zfs_dnode_dnode_hold_alloc_type_none 0 # HELP node_zfs_dnode_dnode_hold_dbuf_hold kstat.zfs.misc.dnodestats.dnode_hold_dbuf_hold # TYPE node_zfs_dnode_dnode_hold_dbuf_hold untyped node_zfs_dnode_dnode_hold_dbuf_hold 0 # HELP node_zfs_dnode_dnode_hold_dbuf_read kstat.zfs.misc.dnodestats.dnode_hold_dbuf_read # TYPE node_zfs_dnode_dnode_hold_dbuf_read untyped node_zfs_dnode_dnode_hold_dbuf_read 0 # HELP node_zfs_dnode_dnode_hold_free_hits kstat.zfs.misc.dnodestats.dnode_hold_free_hits # TYPE node_zfs_dnode_dnode_hold_free_hits untyped node_zfs_dnode_dnode_hold_free_hits 0 # HELP node_zfs_dnode_dnode_hold_free_lock_misses kstat.zfs.misc.dnodestats.dnode_hold_free_lock_misses # TYPE node_zfs_dnode_dnode_hold_free_lock_misses untyped node_zfs_dnode_dnode_hold_free_lock_misses 0 # HELP node_zfs_dnode_dnode_hold_free_lock_retry kstat.zfs.misc.dnodestats.dnode_hold_free_lock_retry # TYPE node_zfs_dnode_dnode_hold_free_lock_retry untyped node_zfs_dnode_dnode_hold_free_lock_retry 0 # HELP node_zfs_dnode_dnode_hold_free_misses kstat.zfs.misc.dnodestats.dnode_hold_free_misses # TYPE node_zfs_dnode_dnode_hold_free_misses untyped node_zfs_dnode_dnode_hold_free_misses 0 # HELP node_zfs_dnode_dnode_hold_free_overflow kstat.zfs.misc.dnodestats.dnode_hold_free_overflow # TYPE node_zfs_dnode_dnode_hold_free_overflow untyped node_zfs_dnode_dnode_hold_free_overflow 0 # HELP node_zfs_dnode_dnode_hold_free_refcount kstat.zfs.misc.dnodestats.dnode_hold_free_refcount # TYPE node_zfs_dnode_dnode_hold_free_refcount untyped node_zfs_dnode_dnode_hold_free_refcount 0 # HELP node_zfs_dnode_dnode_move_active kstat.zfs.misc.dnodestats.dnode_move_active # TYPE node_zfs_dnode_dnode_move_active untyped node_zfs_dnode_dnode_move_active 0 # HELP node_zfs_dnode_dnode_move_handle kstat.zfs.misc.dnodestats.dnode_move_handle # TYPE node_zfs_dnode_dnode_move_handle untyped node_zfs_dnode_dnode_move_handle 0 # HELP node_zfs_dnode_dnode_move_invalid kstat.zfs.misc.dnodestats.dnode_move_invalid # TYPE node_zfs_dnode_dnode_move_invalid untyped node_zfs_dnode_dnode_move_invalid 0 # HELP node_zfs_dnode_dnode_move_recheck1 kstat.zfs.misc.dnodestats.dnode_move_recheck1 # TYPE node_zfs_dnode_dnode_move_recheck1 untyped node_zfs_dnode_dnode_move_recheck1 0 # HELP node_zfs_dnode_dnode_move_recheck2 kstat.zfs.misc.dnodestats.dnode_move_recheck2 # TYPE node_zfs_dnode_dnode_move_recheck2 untyped node_zfs_dnode_dnode_move_recheck2 0 # HELP node_zfs_dnode_dnode_move_rwlock kstat.zfs.misc.dnodestats.dnode_move_rwlock # TYPE node_zfs_dnode_dnode_move_rwlock untyped node_zfs_dnode_dnode_move_rwlock 0 # HELP node_zfs_dnode_dnode_move_special kstat.zfs.misc.dnodestats.dnode_move_special # TYPE node_zfs_dnode_dnode_move_special untyped node_zfs_dnode_dnode_move_special 0 # HELP node_zfs_dnode_dnode_reallocate kstat.zfs.misc.dnodestats.dnode_reallocate # TYPE node_zfs_dnode_dnode_reallocate untyped node_zfs_dnode_dnode_reallocate 0 # HELP node_zfs_fm_erpt_dropped kstat.zfs.misc.fm.erpt-dropped # TYPE node_zfs_fm_erpt_dropped untyped node_zfs_fm_erpt_dropped 0 # HELP node_zfs_fm_erpt_duplicates kstat.zfs.misc.fm.erpt-duplicates # TYPE node_zfs_fm_erpt_duplicates untyped node_zfs_fm_erpt_duplicates 0 # HELP node_zfs_fm_erpt_set_failed kstat.zfs.misc.fm.erpt-set-failed # TYPE node_zfs_fm_erpt_set_failed untyped node_zfs_fm_erpt_set_failed 0 # HELP node_zfs_fm_fmri_set_failed kstat.zfs.misc.fm.fmri-set-failed # TYPE node_zfs_fm_fmri_set_failed untyped node_zfs_fm_fmri_set_failed 0 # HELP node_zfs_fm_payload_set_failed kstat.zfs.misc.fm.payload-set-failed # TYPE node_zfs_fm_payload_set_failed untyped node_zfs_fm_payload_set_failed 0 # HELP node_zfs_vdev_mirror_non_rotating_linear kstat.zfs.misc.vdev_mirror_stats.non_rotating_linear # TYPE node_zfs_vdev_mirror_non_rotating_linear untyped node_zfs_vdev_mirror_non_rotating_linear 0 # HELP node_zfs_vdev_mirror_non_rotating_seek kstat.zfs.misc.vdev_mirror_stats.non_rotating_seek # TYPE node_zfs_vdev_mirror_non_rotating_seek untyped node_zfs_vdev_mirror_non_rotating_seek 0 # HELP node_zfs_vdev_mirror_preferred_found kstat.zfs.misc.vdev_mirror_stats.preferred_found # TYPE node_zfs_vdev_mirror_preferred_found untyped node_zfs_vdev_mirror_preferred_found 0 # HELP node_zfs_vdev_mirror_preferred_not_found kstat.zfs.misc.vdev_mirror_stats.preferred_not_found # TYPE node_zfs_vdev_mirror_preferred_not_found untyped node_zfs_vdev_mirror_preferred_not_found 0 # HELP node_zfs_vdev_mirror_rotating_linear kstat.zfs.misc.vdev_mirror_stats.rotating_linear # TYPE node_zfs_vdev_mirror_rotating_linear untyped node_zfs_vdev_mirror_rotating_linear 0 # HELP node_zfs_vdev_mirror_rotating_offset kstat.zfs.misc.vdev_mirror_stats.rotating_offset # TYPE node_zfs_vdev_mirror_rotating_offset untyped node_zfs_vdev_mirror_rotating_offset 0 # HELP node_zfs_vdev_mirror_rotating_seek kstat.zfs.misc.vdev_mirror_stats.rotating_seek # TYPE node_zfs_vdev_mirror_rotating_seek untyped node_zfs_vdev_mirror_rotating_seek 0 # HELP node_zfs_zfetch_hits kstat.zfs.misc.zfetchstats.hits # TYPE node_zfs_zfetch_hits untyped node_zfs_zfetch_hits 0 # HELP node_zfs_zfetch_io_active kstat.zfs.misc.zfetchstats.io_active # TYPE node_zfs_zfetch_io_active untyped node_zfs_zfetch_io_active 0 # HELP node_zfs_zfetch_io_issued kstat.zfs.misc.zfetchstats.io_issued # TYPE node_zfs_zfetch_io_issued untyped node_zfs_zfetch_io_issued 0 # HELP node_zfs_zfetch_max_streams kstat.zfs.misc.zfetchstats.max_streams # TYPE node_zfs_zfetch_max_streams untyped node_zfs_zfetch_max_streams 0 # HELP node_zfs_zfetch_misses kstat.zfs.misc.zfetchstats.misses # TYPE node_zfs_zfetch_misses untyped node_zfs_zfetch_misses 0 # HELP node_zfs_zil_zil_commit_count kstat.zfs.misc.zil.zil_commit_count # TYPE node_zfs_zil_zil_commit_count untyped node_zfs_zil_zil_commit_count 0 # HELP node_zfs_zil_zil_commit_writer_count kstat.zfs.misc.zil.zil_commit_writer_count # TYPE node_zfs_zil_zil_commit_writer_count untyped node_zfs_zil_zil_commit_writer_count 0 # HELP node_zfs_zil_zil_itx_copied_bytes kstat.zfs.misc.zil.zil_itx_copied_bytes # TYPE node_zfs_zil_zil_itx_copied_bytes untyped node_zfs_zil_zil_itx_copied_bytes 0 # HELP node_zfs_zil_zil_itx_copied_count kstat.zfs.misc.zil.zil_itx_copied_count # TYPE node_zfs_zil_zil_itx_copied_count untyped node_zfs_zil_zil_itx_copied_count 0 # HELP node_zfs_zil_zil_itx_count kstat.zfs.misc.zil.zil_itx_count # TYPE node_zfs_zil_zil_itx_count untyped node_zfs_zil_zil_itx_count 0 # HELP node_zfs_zil_zil_itx_indirect_bytes kstat.zfs.misc.zil.zil_itx_indirect_bytes # TYPE node_zfs_zil_zil_itx_indirect_bytes untyped node_zfs_zil_zil_itx_indirect_bytes 0 # HELP node_zfs_zil_zil_itx_indirect_count kstat.zfs.misc.zil.zil_itx_indirect_count # TYPE node_zfs_zil_zil_itx_indirect_count untyped node_zfs_zil_zil_itx_indirect_count 0 # HELP node_zfs_zil_zil_itx_metaslab_normal_alloc kstat.zfs.misc.zil.zil_itx_metaslab_normal_alloc # TYPE node_zfs_zil_zil_itx_metaslab_normal_alloc untyped node_zfs_zil_zil_itx_metaslab_normal_alloc 0 # HELP node_zfs_zil_zil_itx_metaslab_normal_bytes kstat.zfs.misc.zil.zil_itx_metaslab_normal_bytes # TYPE node_zfs_zil_zil_itx_metaslab_normal_bytes untyped node_zfs_zil_zil_itx_metaslab_normal_bytes 0 # HELP node_zfs_zil_zil_itx_metaslab_normal_count kstat.zfs.misc.zil.zil_itx_metaslab_normal_count # TYPE node_zfs_zil_zil_itx_metaslab_normal_count untyped node_zfs_zil_zil_itx_metaslab_normal_count 0 # HELP node_zfs_zil_zil_itx_metaslab_normal_write kstat.zfs.misc.zil.zil_itx_metaslab_normal_write # TYPE node_zfs_zil_zil_itx_metaslab_normal_write untyped node_zfs_zil_zil_itx_metaslab_normal_write 0 # HELP node_zfs_zil_zil_itx_metaslab_slog_alloc kstat.zfs.misc.zil.zil_itx_metaslab_slog_alloc # TYPE node_zfs_zil_zil_itx_metaslab_slog_alloc untyped node_zfs_zil_zil_itx_metaslab_slog_alloc 0 # HELP node_zfs_zil_zil_itx_metaslab_slog_bytes kstat.zfs.misc.zil.zil_itx_metaslab_slog_bytes # TYPE node_zfs_zil_zil_itx_metaslab_slog_bytes untyped node_zfs_zil_zil_itx_metaslab_slog_bytes 0 # HELP node_zfs_zil_zil_itx_metaslab_slog_count kstat.zfs.misc.zil.zil_itx_metaslab_slog_count # TYPE node_zfs_zil_zil_itx_metaslab_slog_count untyped node_zfs_zil_zil_itx_metaslab_slog_count 0 # HELP node_zfs_zil_zil_itx_metaslab_slog_write kstat.zfs.misc.zil.zil_itx_metaslab_slog_write # TYPE node_zfs_zil_zil_itx_metaslab_slog_write untyped node_zfs_zil_zil_itx_metaslab_slog_write 0 # HELP node_zfs_zil_zil_itx_needcopy_bytes kstat.zfs.misc.zil.zil_itx_needcopy_bytes # TYPE node_zfs_zil_zil_itx_needcopy_bytes untyped node_zfs_zil_zil_itx_needcopy_bytes 0 # HELP node_zfs_zil_zil_itx_needcopy_count kstat.zfs.misc.zil.zil_itx_needcopy_count # TYPE node_zfs_zil_zil_itx_needcopy_count untyped node_zfs_zil_zil_itx_needcopy_count 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 220048.61 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 5.005426038e+09 # 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 1.52242046238e+11 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.7948672e+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.75898615433e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.342685184e+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"} 30521 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"} 5.24801e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0