# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 1.1518e-05 go_gc_duration_seconds{quantile="0.25"} 3.8085e-05 go_gc_duration_seconds{quantile="0.5"} 5.0438e-05 go_gc_duration_seconds{quantile="0.75"} 5.9608e-05 go_gc_duration_seconds{quantile="1"} 0.000116057 go_gc_duration_seconds_sum 0.015634134 go_gc_duration_seconds_count 310 # 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.25.3"} 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 2.278456e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 2.2933152e+07 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.455411e+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 143184 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.310864e+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 2.278456e+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 8.118272e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.038656e+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 4732 # 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.832128e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.2156928e+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.7714547675665386e+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 147916 # 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 1208 # 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 47112 # 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 56000 # 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 97920 # 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 4.636098e+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 944189 # 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 425984 # 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 425984 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.8438408e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 5 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="br-5a01ec77fb90"} 1 node_arp_entries{device="br-a0545bea7dba"} 12 node_arp_entries{device="enp8s0"} 2 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.770994445e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.7514310696e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="Processor"} 0 node_cooling_device_cur_state{name="26",type="Processor"} 0 node_cooling_device_cur_state{name="27",type="Processor"} 0 node_cooling_device_cur_state{name="28",type="Processor"} 0 node_cooling_device_cur_state{name="29",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="30",type="Processor"} 0 node_cooling_device_cur_state{name="31",type="Processor"} 0 node_cooling_device_cur_state{name="32",type="Fan"} 0 node_cooling_device_cur_state{name="33",type="Fan"} 0 node_cooling_device_cur_state{name="34",type="Fan"} 0 node_cooling_device_cur_state{name="35",type="Fan"} 0 node_cooling_device_cur_state{name="36",type="Fan"} 0 node_cooling_device_cur_state{name="37",type="intel_powerclamp"} 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="32",type="Fan"} 1 node_cooling_device_max_state{name="33",type="Fan"} 1 node_cooling_device_max_state{name="34",type="Fan"} 1 node_cooling_device_max_state{name="35",type="Fan"} 1 node_cooling_device_max_state{name="36",type="Fan"} 1 node_cooling_device_max_state{name="37",type="intel_powerclamp"} 100 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.5e+09 node_cpu_frequency_max_hertz{cpu="1"} 5.5e+09 node_cpu_frequency_max_hertz{cpu="10"} 5.8e+09 node_cpu_frequency_max_hertz{cpu="11"} 5.8e+09 node_cpu_frequency_max_hertz{cpu="12"} 5.5e+09 node_cpu_frequency_max_hertz{cpu="13"} 5.5e+09 node_cpu_frequency_max_hertz{cpu="14"} 5.5e+09 node_cpu_frequency_max_hertz{cpu="15"} 5.5e+09 node_cpu_frequency_max_hertz{cpu="16"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="17"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="18"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="19"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="2"} 5.5e+09 node_cpu_frequency_max_hertz{cpu="20"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="21"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="22"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="23"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="24"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="25"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="26"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="27"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="28"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="29"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="3"} 5.5e+09 node_cpu_frequency_max_hertz{cpu="30"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="31"} 4.3e+09 node_cpu_frequency_max_hertz{cpu="4"} 5.5e+09 node_cpu_frequency_max_hertz{cpu="5"} 5.5e+09 node_cpu_frequency_max_hertz{cpu="6"} 5.5e+09 node_cpu_frequency_max_hertz{cpu="7"} 5.5e+09 node_cpu_frequency_max_hertz{cpu="8"} 5.8e+09 node_cpu_frequency_max_hertz{cpu="9"} 5.8e+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"} 8e+08 node_cpu_frequency_min_hertz{cpu="1"} 8e+08 node_cpu_frequency_min_hertz{cpu="10"} 8e+08 node_cpu_frequency_min_hertz{cpu="11"} 8e+08 node_cpu_frequency_min_hertz{cpu="12"} 8e+08 node_cpu_frequency_min_hertz{cpu="13"} 8e+08 node_cpu_frequency_min_hertz{cpu="14"} 8e+08 node_cpu_frequency_min_hertz{cpu="15"} 8e+08 node_cpu_frequency_min_hertz{cpu="16"} 8e+08 node_cpu_frequency_min_hertz{cpu="17"} 8e+08 node_cpu_frequency_min_hertz{cpu="18"} 8e+08 node_cpu_frequency_min_hertz{cpu="19"} 8e+08 node_cpu_frequency_min_hertz{cpu="2"} 8e+08 node_cpu_frequency_min_hertz{cpu="20"} 8e+08 node_cpu_frequency_min_hertz{cpu="21"} 8e+08 node_cpu_frequency_min_hertz{cpu="22"} 8e+08 node_cpu_frequency_min_hertz{cpu="23"} 8e+08 node_cpu_frequency_min_hertz{cpu="24"} 8e+08 node_cpu_frequency_min_hertz{cpu="25"} 8e+08 node_cpu_frequency_min_hertz{cpu="26"} 8e+08 node_cpu_frequency_min_hertz{cpu="27"} 8e+08 node_cpu_frequency_min_hertz{cpu="28"} 8e+08 node_cpu_frequency_min_hertz{cpu="29"} 8e+08 node_cpu_frequency_min_hertz{cpu="3"} 8e+08 node_cpu_frequency_min_hertz{cpu="30"} 8e+08 node_cpu_frequency_min_hertz{cpu="31"} 8e+08 node_cpu_frequency_min_hertz{cpu="4"} 8e+08 node_cpu_frequency_min_hertz{cpu="5"} 8e+08 node_cpu_frequency_min_hertz{cpu="6"} 8e+08 node_cpu_frequency_min_hertz{cpu="7"} 8e+08 node_cpu_frequency_min_hertz{cpu="8"} 8e+08 node_cpu_frequency_min_hertz{cpu="9"} 8e+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"} 322.1 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 129.06 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 1170.74 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 424.11 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 868.86 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 130.77 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 659.52 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",mode="user"} 95.65 node_cpu_guest_seconds_total{cpu="16",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="16",mode="user"} 192.48 node_cpu_guest_seconds_total{cpu="17",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="17",mode="user"} 395.34 node_cpu_guest_seconds_total{cpu="18",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="18",mode="user"} 418.03 node_cpu_guest_seconds_total{cpu="19",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="19",mode="user"} 319.15 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 517.73 node_cpu_guest_seconds_total{cpu="20",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="20",mode="user"} 144.16 node_cpu_guest_seconds_total{cpu="21",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="21",mode="user"} 134.07 node_cpu_guest_seconds_total{cpu="22",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="22",mode="user"} 101.11 node_cpu_guest_seconds_total{cpu="23",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="23",mode="user"} 88.67 node_cpu_guest_seconds_total{cpu="24",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="24",mode="user"} 76.84 node_cpu_guest_seconds_total{cpu="25",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="25",mode="user"} 68.06 node_cpu_guest_seconds_total{cpu="26",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="26",mode="user"} 66.14 node_cpu_guest_seconds_total{cpu="27",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="27",mode="user"} 62.99 node_cpu_guest_seconds_total{cpu="28",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="28",mode="user"} 60.63 node_cpu_guest_seconds_total{cpu="29",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="29",mode="user"} 53.43 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 140.84 node_cpu_guest_seconds_total{cpu="30",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="30",mode="user"} 52.47 node_cpu_guest_seconds_total{cpu="31",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="31",mode="user"} 52.12 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 633.23 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 158.4 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 725.53 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 172.87 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 1076.76 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 459.22 # 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"} 9.44135e+08 node_cpu_scaling_frequency_hertz{cpu="1"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="10"} 1.620768e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="12"} 1.15499e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 1.098995e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 1.213737e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="16"} 9.42226e+08 node_cpu_scaling_frequency_hertz{cpu="17"} 8.96104e+08 node_cpu_scaling_frequency_hertz{cpu="18"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="19"} 8.73224e+08 node_cpu_scaling_frequency_hertz{cpu="2"} 8.95788e+08 node_cpu_scaling_frequency_hertz{cpu="20"} 9.11528e+08 node_cpu_scaling_frequency_hertz{cpu="21"} 8.0027e+08 node_cpu_scaling_frequency_hertz{cpu="22"} 8.00006e+08 node_cpu_scaling_frequency_hertz{cpu="23"} 8.40389e+08 node_cpu_scaling_frequency_hertz{cpu="24"} 8.40647e+08 node_cpu_scaling_frequency_hertz{cpu="25"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="26"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="27"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="28"} 8.29196e+08 node_cpu_scaling_frequency_hertz{cpu="29"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="3"} 1.455991e+09 node_cpu_scaling_frequency_hertz{cpu="30"} 8.92566e+08 node_cpu_scaling_frequency_hertz{cpu="31"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="4"} 8.6337e+08 node_cpu_scaling_frequency_hertz{cpu="5"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="6"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="7"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="8"} 8.49083e+08 node_cpu_scaling_frequency_hertz{cpu="9"} 8e+08 # 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.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 5.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 5.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 5.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 5.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 5.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 5.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 5.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="16"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="17"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="18"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="19"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 5.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="20"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="21"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="22"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="23"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="24"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="25"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="26"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="27"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="28"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="29"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 5.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="30"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="31"} 4.3e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 5.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 5.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 5.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 5.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 5.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 5.8e+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"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="1"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="10"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="11"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="12"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="13"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="14"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="15"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="16"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="17"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="18"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="19"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="2"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="20"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="21"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="22"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="23"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="24"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="25"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="26"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="27"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="28"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="29"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="3"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="30"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="31"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="4"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="5"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="6"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="7"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="8"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="9"} 8e+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"} 435353.14 node_cpu_seconds_total{cpu="0",mode="iowait"} 6774.27 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 0.23 node_cpu_seconds_total{cpu="0",mode="softirq"} 376.59 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 3783.83 node_cpu_seconds_total{cpu="0",mode="user"} 7509.28 node_cpu_seconds_total{cpu="1",mode="idle"} 454842.06 node_cpu_seconds_total{cpu="1",mode="iowait"} 903.53 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 0.02 node_cpu_seconds_total{cpu="1",mode="softirq"} 56.06 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 1088.5 node_cpu_seconds_total{cpu="1",mode="user"} 1552.79 node_cpu_seconds_total{cpu="10",mode="idle"} 404495.64 node_cpu_seconds_total{cpu="10",mode="iowait"} 7413.06 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 1.66 node_cpu_seconds_total{cpu="10",mode="softirq"} 127.05 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 12574.56 node_cpu_seconds_total{cpu="10",mode="user"} 29951.62 node_cpu_seconds_total{cpu="11",mode="idle"} 443911.92 node_cpu_seconds_total{cpu="11",mode="iowait"} 1485.11 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 0.22 node_cpu_seconds_total{cpu="11",mode="softirq"} 13.77 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 4302.15 node_cpu_seconds_total{cpu="11",mode="user"} 9146.46 node_cpu_seconds_total{cpu="12",mode="idle"} 426924.34 node_cpu_seconds_total{cpu="12",mode="iowait"} 7516.5 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 0.27 node_cpu_seconds_total{cpu="12",mode="softirq"} 127.82 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 5926.69 node_cpu_seconds_total{cpu="12",mode="user"} 15122.47 node_cpu_seconds_total{cpu="13",mode="idle"} 454917.98 node_cpu_seconds_total{cpu="13",mode="iowait"} 1157.95 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 0.04 node_cpu_seconds_total{cpu="13",mode="softirq"} 6.81 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 1201.02 node_cpu_seconds_total{cpu="13",mode="user"} 1894.22 node_cpu_seconds_total{cpu="14",mode="idle"} 429714.78 node_cpu_seconds_total{cpu="14",mode="iowait"} 7315.55 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 0.32 node_cpu_seconds_total{cpu="14",mode="softirq"} 126.4 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 5007.66 node_cpu_seconds_total{cpu="14",mode="user"} 13464.46 node_cpu_seconds_total{cpu="15",mode="idle"} 455510.85 node_cpu_seconds_total{cpu="15",mode="iowait"} 969.68 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 0.02 node_cpu_seconds_total{cpu="15",mode="softirq"} 6.12 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 1098.82 node_cpu_seconds_total{cpu="15",mode="user"} 1611.16 node_cpu_seconds_total{cpu="16",mode="idle"} 419907.08 node_cpu_seconds_total{cpu="16",mode="iowait"} 1614.81 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 0.09 node_cpu_seconds_total{cpu="16",mode="softirq"} 14207.72 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 11666.96 node_cpu_seconds_total{cpu="16",mode="user"} 6153.87 node_cpu_seconds_total{cpu="17",mode="idle"} 430853.76 node_cpu_seconds_total{cpu="17",mode="iowait"} 2782.93 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 0.07 node_cpu_seconds_total{cpu="17",mode="softirq"} 98.22 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 6702 node_cpu_seconds_total{cpu="17",mode="user"} 17868.75 node_cpu_seconds_total{cpu="18",mode="idle"} 443103.39 node_cpu_seconds_total{cpu="18",mode="iowait"} 2352.11 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 0.05 node_cpu_seconds_total{cpu="18",mode="softirq"} 82.39 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 4045.4 node_cpu_seconds_total{cpu="18",mode="user"} 8162.92 node_cpu_seconds_total{cpu="19",mode="idle"} 443532.93 node_cpu_seconds_total{cpu="19",mode="iowait"} 2967.1 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 0.06 node_cpu_seconds_total{cpu="19",mode="softirq"} 1242.72 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 3633.34 node_cpu_seconds_total{cpu="19",mode="user"} 6255.22 node_cpu_seconds_total{cpu="2",mode="idle"} 433544.1 node_cpu_seconds_total{cpu="2",mode="iowait"} 6826.19 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 0.05 node_cpu_seconds_total{cpu="2",mode="softirq"} 87.05 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 4486.19 node_cpu_seconds_total{cpu="2",mode="user"} 10659.94 node_cpu_seconds_total{cpu="20",mode="idle"} 434594.68 node_cpu_seconds_total{cpu="20",mode="iowait"} 6808.95 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 0.06 node_cpu_seconds_total{cpu="20",mode="softirq"} 1241.94 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 5196.12 node_cpu_seconds_total{cpu="20",mode="user"} 9938.53 node_cpu_seconds_total{cpu="21",mode="idle"} 438117.76 node_cpu_seconds_total{cpu="21",mode="iowait"} 3589.35 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 0.1 node_cpu_seconds_total{cpu="21",mode="softirq"} 1569.37 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 4839.1 node_cpu_seconds_total{cpu="21",mode="user"} 10041.57 node_cpu_seconds_total{cpu="22",mode="idle"} 423389.4 node_cpu_seconds_total{cpu="22",mode="iowait"} 2883.4 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 0.1 node_cpu_seconds_total{cpu="22",mode="softirq"} 16001.18 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 4620.56 node_cpu_seconds_total{cpu="22",mode="user"} 9183.96 node_cpu_seconds_total{cpu="23",mode="idle"} 441255.6 node_cpu_seconds_total{cpu="23",mode="iowait"} 4757.74 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 0.03 node_cpu_seconds_total{cpu="23",mode="softirq"} 121.29 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 4895.63 node_cpu_seconds_total{cpu="23",mode="user"} 7153.96 node_cpu_seconds_total{cpu="24",mode="idle"} 440765.07 node_cpu_seconds_total{cpu="24",mode="iowait"} 2772.52 node_cpu_seconds_total{cpu="24",mode="irq"} 0 node_cpu_seconds_total{cpu="24",mode="nice"} 0.08 node_cpu_seconds_total{cpu="24",mode="softirq"} 97.5 node_cpu_seconds_total{cpu="24",mode="steal"} 0 node_cpu_seconds_total{cpu="24",mode="system"} 5524.14 node_cpu_seconds_total{cpu="24",mode="user"} 8592.94 node_cpu_seconds_total{cpu="25",mode="idle"} 440039.07 node_cpu_seconds_total{cpu="25",mode="iowait"} 3646.32 node_cpu_seconds_total{cpu="25",mode="irq"} 0 node_cpu_seconds_total{cpu="25",mode="nice"} 0.07 node_cpu_seconds_total{cpu="25",mode="softirq"} 89.08 node_cpu_seconds_total{cpu="25",mode="steal"} 0 node_cpu_seconds_total{cpu="25",mode="system"} 4922.86 node_cpu_seconds_total{cpu="25",mode="user"} 9582.59 node_cpu_seconds_total{cpu="26",mode="idle"} 444252.38 node_cpu_seconds_total{cpu="26",mode="iowait"} 1895.47 node_cpu_seconds_total{cpu="26",mode="irq"} 0 node_cpu_seconds_total{cpu="26",mode="nice"} 0.07 node_cpu_seconds_total{cpu="26",mode="softirq"} 58.56 node_cpu_seconds_total{cpu="26",mode="steal"} 0 node_cpu_seconds_total{cpu="26",mode="system"} 4428.03 node_cpu_seconds_total{cpu="26",mode="user"} 7581.65 node_cpu_seconds_total{cpu="27",mode="idle"} 443950.27 node_cpu_seconds_total{cpu="27",mode="iowait"} 1579.31 node_cpu_seconds_total{cpu="27",mode="irq"} 0 node_cpu_seconds_total{cpu="27",mode="nice"} 0.12 node_cpu_seconds_total{cpu="27",mode="softirq"} 65.92 node_cpu_seconds_total{cpu="27",mode="steal"} 0 node_cpu_seconds_total{cpu="27",mode="system"} 4839.71 node_cpu_seconds_total{cpu="27",mode="user"} 7645.69 node_cpu_seconds_total{cpu="28",mode="idle"} 442961.54 node_cpu_seconds_total{cpu="28",mode="iowait"} 1612.82 node_cpu_seconds_total{cpu="28",mode="irq"} 0 node_cpu_seconds_total{cpu="28",mode="nice"} 0.13 node_cpu_seconds_total{cpu="28",mode="softirq"} 45.15 node_cpu_seconds_total{cpu="28",mode="steal"} 0 node_cpu_seconds_total{cpu="28",mode="system"} 5285.91 node_cpu_seconds_total{cpu="28",mode="user"} 7779.38 node_cpu_seconds_total{cpu="29",mode="idle"} 441550.13 node_cpu_seconds_total{cpu="29",mode="iowait"} 1424.27 node_cpu_seconds_total{cpu="29",mode="irq"} 0 node_cpu_seconds_total{cpu="29",mode="nice"} 0.1 node_cpu_seconds_total{cpu="29",mode="softirq"} 40.58 node_cpu_seconds_total{cpu="29",mode="steal"} 0 node_cpu_seconds_total{cpu="29",mode="system"} 4935.32 node_cpu_seconds_total{cpu="29",mode="user"} 10332.92 node_cpu_seconds_total{cpu="3",mode="idle"} 454562.91 node_cpu_seconds_total{cpu="3",mode="iowait"} 909.9 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 0 node_cpu_seconds_total{cpu="3",mode="softirq"} 10.58 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 1271.36 node_cpu_seconds_total{cpu="3",mode="user"} 2108.28 node_cpu_seconds_total{cpu="30",mode="idle"} 443605.13 node_cpu_seconds_total{cpu="30",mode="iowait"} 1420.28 node_cpu_seconds_total{cpu="30",mode="irq"} 0 node_cpu_seconds_total{cpu="30",mode="nice"} 0.07 node_cpu_seconds_total{cpu="30",mode="softirq"} 38.2 node_cpu_seconds_total{cpu="30",mode="steal"} 0 node_cpu_seconds_total{cpu="30",mode="system"} 4542.33 node_cpu_seconds_total{cpu="30",mode="user"} 8705.04 node_cpu_seconds_total{cpu="31",mode="idle"} 443971.51 node_cpu_seconds_total{cpu="31",mode="iowait"} 1517.37 node_cpu_seconds_total{cpu="31",mode="irq"} 0 node_cpu_seconds_total{cpu="31",mode="nice"} 0.18 node_cpu_seconds_total{cpu="31",mode="softirq"} 35.88 node_cpu_seconds_total{cpu="31",mode="steal"} 0 node_cpu_seconds_total{cpu="31",mode="system"} 4535.38 node_cpu_seconds_total{cpu="31",mode="user"} 8223.98 node_cpu_seconds_total{cpu="4",mode="idle"} 431129.35 node_cpu_seconds_total{cpu="4",mode="iowait"} 7240.35 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 0.08 node_cpu_seconds_total{cpu="4",mode="softirq"} 97.06 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 4872.7 node_cpu_seconds_total{cpu="4",mode="user"} 12176.32 node_cpu_seconds_total{cpu="5",mode="idle"} 454286.58 node_cpu_seconds_total{cpu="5",mode="iowait"} 1108.4 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 0.07 node_cpu_seconds_total{cpu="5",mode="softirq"} 8.92 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 1263.57 node_cpu_seconds_total{cpu="5",mode="user"} 2257.53 node_cpu_seconds_total{cpu="6",mode="idle"} 429343.69 node_cpu_seconds_total{cpu="6",mode="iowait"} 7610.21 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 0.22 node_cpu_seconds_total{cpu="6",mode="softirq"} 113.52 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 5075.38 node_cpu_seconds_total{cpu="6",mode="user"} 13287.42 node_cpu_seconds_total{cpu="7",mode="idle"} 454209.15 node_cpu_seconds_total{cpu="7",mode="iowait"} 1170.8 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 0.02 node_cpu_seconds_total{cpu="7",mode="softirq"} 8.39 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 1265.24 node_cpu_seconds_total{cpu="7",mode="user"} 2305.16 node_cpu_seconds_total{cpu="8",mode="idle"} 407674.43 node_cpu_seconds_total{cpu="8",mode="iowait"} 7467.37 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 0.93 node_cpu_seconds_total{cpu="8",mode="softirq"} 120.3 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 11798.72 node_cpu_seconds_total{cpu="8",mode="user"} 27545.21 node_cpu_seconds_total{cpu="9",mode="idle"} 444306.99 node_cpu_seconds_total{cpu="9",mode="iowait"} 1499 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 0.06 node_cpu_seconds_total{cpu="9",mode="softirq"} 15.13 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 4430.21 node_cpu_seconds_total{cpu="9",mode="user"} 8555.62 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="md0"} 117.248 node_disk_discard_time_seconds_total{device="md1"} 0 node_disk_discard_time_seconds_total{device="md2"} 0 node_disk_discard_time_seconds_total{device="nvme0n1"} 107.34 node_disk_discard_time_seconds_total{device="nvme1n1"} 68.856 node_disk_discard_time_seconds_total{device="nvme2n1"} 0 node_disk_discard_time_seconds_total{device="sda"} 0 node_disk_discard_time_seconds_total{device="sdb"} 0 node_disk_discard_time_seconds_total{device="sdc"} 0 node_disk_discard_time_seconds_total{device="sdd"} 0 node_disk_discard_time_seconds_total{device="sde"} 0 node_disk_discard_time_seconds_total{device="sdf"} 0 node_disk_discard_time_seconds_total{device="sr0"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="md0"} 2.370534232e+09 node_disk_discarded_sectors_total{device="md1"} 0 node_disk_discarded_sectors_total{device="md2"} 0 node_disk_discarded_sectors_total{device="nvme0n1"} 4.516689224e+09 node_disk_discarded_sectors_total{device="nvme1n1"} 4.520573984e+09 node_disk_discarded_sectors_total{device="nvme2n1"} 0 node_disk_discarded_sectors_total{device="sda"} 0 node_disk_discarded_sectors_total{device="sdb"} 0 node_disk_discarded_sectors_total{device="sdc"} 0 node_disk_discarded_sectors_total{device="sdd"} 0 node_disk_discarded_sectors_total{device="sde"} 0 node_disk_discarded_sectors_total{device="sdf"} 0 node_disk_discarded_sectors_total{device="sr0"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="md0"} 234197 node_disk_discards_completed_total{device="md1"} 0 node_disk_discards_completed_total{device="md2"} 0 node_disk_discards_completed_total{device="nvme0n1"} 234574 node_disk_discards_completed_total{device="nvme1n1"} 234576 node_disk_discards_completed_total{device="nvme2n1"} 0 node_disk_discards_completed_total{device="sda"} 0 node_disk_discards_completed_total{device="sdb"} 0 node_disk_discards_completed_total{device="sdc"} 0 node_disk_discards_completed_total{device="sdd"} 0 node_disk_discards_completed_total{device="sde"} 0 node_disk_discards_completed_total{device="sdf"} 0 node_disk_discards_completed_total{device="sr0"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="md0"} 0 node_disk_discards_merged_total{device="md1"} 0 node_disk_discards_merged_total{device="md2"} 0 node_disk_discards_merged_total{device="nvme0n1"} 137 node_disk_discards_merged_total{device="nvme1n1"} 135 node_disk_discards_merged_total{device="nvme2n1"} 0 node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 node_disk_discards_merged_total{device="sdc"} 0 node_disk_discards_merged_total{device="sdd"} 0 node_disk_discards_merged_total{device="sde"} 0 node_disk_discards_merged_total{device="sdf"} 0 node_disk_discards_merged_total{device="sr0"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="md0"} 0 node_disk_flush_requests_time_seconds_total{device="md1"} 0 node_disk_flush_requests_time_seconds_total{device="md2"} 0 node_disk_flush_requests_time_seconds_total{device="nvme0n1"} 8756.551 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 11964.029 node_disk_flush_requests_time_seconds_total{device="nvme2n1"} 0 node_disk_flush_requests_time_seconds_total{device="sda"} 364.355 node_disk_flush_requests_time_seconds_total{device="sdb"} 354.77 node_disk_flush_requests_time_seconds_total{device="sdc"} 354.3 node_disk_flush_requests_time_seconds_total{device="sdd"} 345.993 node_disk_flush_requests_time_seconds_total{device="sde"} 345.29900000000004 node_disk_flush_requests_time_seconds_total{device="sdf"} 0 node_disk_flush_requests_time_seconds_total{device="sr0"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="md0"} 0 node_disk_flush_requests_total{device="md1"} 0 node_disk_flush_requests_total{device="md2"} 0 node_disk_flush_requests_total{device="nvme0n1"} 3.35727e+06 node_disk_flush_requests_total{device="nvme1n1"} 3.35727e+06 node_disk_flush_requests_total{device="nvme2n1"} 0 node_disk_flush_requests_total{device="sda"} 17495 node_disk_flush_requests_total{device="sdb"} 17492 node_disk_flush_requests_total{device="sdc"} 17493 node_disk_flush_requests_total{device="sdd"} 17497 node_disk_flush_requests_total{device="sde"} 17497 node_disk_flush_requests_total{device="sdf"} 0 node_disk_flush_requests_total{device="sr0"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="md0",major="9",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md1",major="9",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md2",major="9",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="6",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="sda",major="8",minor="0",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 node_disk_info{device="sdb",major="8",minor="16",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 node_disk_info{device="sdc",major="8",minor="32",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 node_disk_info{device="sdd",major="8",minor="48",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 node_disk_info{device="sde",major="8",minor="64",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 node_disk_info{device="sdf",major="8",minor="80",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sr0",major="11",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="md0"} 0 node_disk_io_now{device="md1"} 0 node_disk_io_now{device="md2"} 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="sda"} 0 node_disk_io_now{device="sdb"} 0 node_disk_io_now{device="sdc"} 0 node_disk_io_now{device="sdd"} 0 node_disk_io_now{device="sde"} 0 node_disk_io_now{device="sdf"} 0 node_disk_io_now{device="sr0"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="md0"} 17659.724000000002 node_disk_io_time_seconds_total{device="md1"} 0.392 node_disk_io_time_seconds_total{device="md2"} 59780.776 node_disk_io_time_seconds_total{device="nvme0n1"} 9424.604 node_disk_io_time_seconds_total{device="nvme1n1"} 13051.988 node_disk_io_time_seconds_total{device="nvme2n1"} 0.012 node_disk_io_time_seconds_total{device="sda"} 20111.96 node_disk_io_time_seconds_total{device="sdb"} 20065.676 node_disk_io_time_seconds_total{device="sdc"} 20068.676 node_disk_io_time_seconds_total{device="sdd"} 19914.424 node_disk_io_time_seconds_total{device="sde"} 19891.844 node_disk_io_time_seconds_total{device="sdf"} 0 node_disk_io_time_seconds_total{device="sr0"} 0 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="md0"} 44426.828 node_disk_io_time_weighted_seconds_total{device="md1"} 0.392 node_disk_io_time_weighted_seconds_total{device="md2"} 180454.86800000002 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 79254.803 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 89126.427 node_disk_io_time_weighted_seconds_total{device="nvme2n1"} 0.014 node_disk_io_time_weighted_seconds_total{device="sda"} 28000.303 node_disk_io_time_weighted_seconds_total{device="sdb"} 27919.456000000002 node_disk_io_time_weighted_seconds_total{device="sdc"} 27908.408 node_disk_io_time_weighted_seconds_total{device="sdd"} 27663.438000000002 node_disk_io_time_weighted_seconds_total{device="sde"} 27658.071 node_disk_io_time_weighted_seconds_total{device="sdf"} 0 node_disk_io_time_weighted_seconds_total{device="sr0"} 0 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="md0"} 1.773561856e+11 node_disk_read_bytes_total{device="md1"} 4.52352e+06 node_disk_read_bytes_total{device="md2"} 3.070429877248e+12 node_disk_read_bytes_total{device="nvme0n1"} 3.6365093376e+10 node_disk_read_bytes_total{device="nvme1n1"} 1.41404887552e+11 node_disk_read_bytes_total{device="nvme2n1"} 1.49504e+06 node_disk_read_bytes_total{device="sda"} 6.16104916992e+11 node_disk_read_bytes_total{device="sdb"} 6.16526751232e+11 node_disk_read_bytes_total{device="sdc"} 6.16595283456e+11 node_disk_read_bytes_total{device="sdd"} 6.15860465152e+11 node_disk_read_bytes_total{device="sde"} 6.15868017152e+11 node_disk_read_bytes_total{device="sdf"} 0 node_disk_read_bytes_total{device="sr0"} 0 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="md0"} 1474.392 node_disk_read_time_seconds_total{device="md1"} 0.392 node_disk_read_time_seconds_total{device="md2"} 130440.488 node_disk_read_time_seconds_total{device="nvme0n1"} 295.28000000000003 node_disk_read_time_seconds_total{device="nvme1n1"} 1144.489 node_disk_read_time_seconds_total{device="nvme2n1"} 0.014 node_disk_read_time_seconds_total{device="sda"} 26025.553 node_disk_read_time_seconds_total{device="sdb"} 25970.521 node_disk_read_time_seconds_total{device="sdc"} 25964.808 node_disk_read_time_seconds_total{device="sdd"} 25734.108 node_disk_read_time_seconds_total{device="sde"} 25735.225000000002 node_disk_read_time_seconds_total{device="sdf"} 0 node_disk_read_time_seconds_total{device="sr0"} 0 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="md0"} 6.964379e+06 node_disk_reads_completed_total{device="md1"} 319 node_disk_reads_completed_total{device="md2"} 1.0429071e+07 node_disk_reads_completed_total{device="nvme0n1"} 1.276009e+06 node_disk_reads_completed_total{device="nvme1n1"} 5.601091e+06 node_disk_reads_completed_total{device="nvme2n1"} 88 node_disk_reads_completed_total{device="sda"} 2.034748e+06 node_disk_reads_completed_total{device="sdb"} 2.037469e+06 node_disk_reads_completed_total{device="sdc"} 2.037991e+06 node_disk_reads_completed_total{device="sdd"} 2.03505e+06 node_disk_reads_completed_total{device="sde"} 2.035896e+06 node_disk_reads_completed_total{device="sdf"} 0 node_disk_reads_completed_total{device="sr0"} 0 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="md0"} 0 node_disk_reads_merged_total{device="md1"} 0 node_disk_reads_merged_total{device="md2"} 0 node_disk_reads_merged_total{device="nvme0n1"} 57920 node_disk_reads_merged_total{device="nvme1n1"} 64652 node_disk_reads_merged_total{device="nvme2n1"} 0 node_disk_reads_merged_total{device="sda"} 567043 node_disk_reads_merged_total{device="sdb"} 560254 node_disk_reads_merged_total{device="sdc"} 567812 node_disk_reads_merged_total{device="sdd"} 560660 node_disk_reads_merged_total{device="sde"} 553723 node_disk_reads_merged_total{device="sdf"} 0 node_disk_reads_merged_total{device="sr0"} 0 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="md0"} 42835.188 node_disk_write_time_seconds_total{device="md1"} 0 node_disk_write_time_seconds_total{device="md2"} 50014.380000000005 node_disk_write_time_seconds_total{device="nvme0n1"} 70095.63 node_disk_write_time_seconds_total{device="nvme1n1"} 75949.051 node_disk_write_time_seconds_total{device="nvme2n1"} 0 node_disk_write_time_seconds_total{device="sda"} 1610.393 node_disk_write_time_seconds_total{device="sdb"} 1594.165 node_disk_write_time_seconds_total{device="sdc"} 1589.299 node_disk_write_time_seconds_total{device="sdd"} 1583.336 node_disk_write_time_seconds_total{device="sde"} 1577.545 node_disk_write_time_seconds_total{device="sdf"} 0 node_disk_write_time_seconds_total{device="sr0"} 0 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="md0"} 3.8054763e+07 node_disk_writes_completed_total{device="md1"} 20 node_disk_writes_completed_total{device="md2"} 292349 node_disk_writes_completed_total{device="nvme0n1"} 2.0004727e+07 node_disk_writes_completed_total{device="nvme1n1"} 2.0000441e+07 node_disk_writes_completed_total{device="nvme2n1"} 0 node_disk_writes_completed_total{device="sda"} 142047 node_disk_writes_completed_total{device="sdb"} 140926 node_disk_writes_completed_total{device="sdc"} 142593 node_disk_writes_completed_total{device="sdd"} 141137 node_disk_writes_completed_total{device="sde"} 142993 node_disk_writes_completed_total{device="sdf"} 0 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="md0"} 0 node_disk_writes_merged_total{device="md1"} 0 node_disk_writes_merged_total{device="md2"} 0 node_disk_writes_merged_total{device="nvme0n1"} 2.1407582e+07 node_disk_writes_merged_total{device="nvme1n1"} 2.1411605e+07 node_disk_writes_merged_total{device="nvme2n1"} 0 node_disk_writes_merged_total{device="sda"} 1.1742606e+07 node_disk_writes_merged_total{device="sdb"} 1.174307e+07 node_disk_writes_merged_total{device="sdc"} 1.1740565e+07 node_disk_writes_merged_total{device="sdd"} 1.1736933e+07 node_disk_writes_merged_total{device="sde"} 1.1735016e+07 node_disk_writes_merged_total{device="sdf"} 0 node_disk_writes_merged_total{device="sr0"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="md0"} 6.37625516544e+11 node_disk_written_bytes_total{device="md1"} 2.097152e+06 node_disk_written_bytes_total{device="md2"} 1.91818387456e+11 node_disk_written_bytes_total{device="nvme0n1"} 6.37984468992e+11 node_disk_written_bytes_total{device="nvme1n1"} 6.37979772928e+11 node_disk_written_bytes_total{device="nvme2n1"} 0 node_disk_written_bytes_total{device="sda"} 4.865760256e+10 node_disk_written_bytes_total{device="sdb"} 4.8654911488e+10 node_disk_written_bytes_total{device="sdc"} 4.865147904e+10 node_disk_written_bytes_total{device="sdd"} 4.8630638592e+10 node_disk_written_bytes_total{device="sde"} 4.8630388736e+10 node_disk_written_bytes_total{device="sdf"} 0 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="09/27/2024",bios_release="5.27",bios_vendor="American Megatrends International, LLC.",bios_version="1.D0",board_asset_tag="Default string",board_name="MEG Z790 ACE (MS-7D86)",board_vendor="Micro-Star International Co., Ltd.",board_version="1.0",chassis_asset_tag="Default string",chassis_vendor="Micro-Star International Co., Ltd.",chassis_version="1.0",product_family="Default string",product_name="MS-7D86",product_sku="Default string",product_version="1.0",system_vendor="Micro-Star International 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.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 21600 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/"} 1.117671333888e+12 node_filesystem_avail_bytes{device="/dev/md1",device_error="",fstype="xfs",mountpoint="/scratch"} 2.155548577792e+12 node_filesystem_avail_bytes{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/data"} 1.056447258624e+12 node_filesystem_avail_bytes{device="/dev/nvme1n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.989013504e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.0227719168e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.226496e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 2.0237213696e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/107"} 2.0237213696e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.0118529024e+11 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/md1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_device_error{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/data"} 0 node_filesystem_device_error{device="/dev/nvme1n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="gvfsd-fuse",device_error="permission denied",fstype="fuse.gvfsd-fuse",mountpoint="/run/user/107/gvfs"} 1 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/user/1000"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/107"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/"} 1.34217728e+08 node_filesystem_files{device="/dev/md1",device_error="",fstype="xfs",mountpoint="/scratch"} 2.14720512e+08 node_filesystem_files{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/data"} 1.22073088e+09 node_filesystem_files{device="/dev/nvme1n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.4703757e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 2.4703757e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 4.940751e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/107"} 4.940751e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.048576e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/"} 1.30165121e+08 node_filesystem_files_free{device="/dev/md1",device_error="",fstype="xfs",mountpoint="/scratch"} 2.14720509e+08 node_filesystem_files_free{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/data"} 1.21497243e+09 node_filesystem_files_free{device="/dev/nvme1n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.4701017e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 2.4703749e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 4.940651e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/107"} 4.940648e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.048515e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/"} 1.20624396288e+12 node_filesystem_free_bytes{device="/dev/md1",device_error="",fstype="xfs",mountpoint="/scratch"} 2.155548577792e+12 node_filesystem_free_bytes{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/data"} 1.05646403584e+12 node_filesystem_free_bytes{device="/dev/nvme1n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.989013504e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.0227719168e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.226496e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 2.0237213696e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/107"} 2.0237213696e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.0118529024e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/md0",major="9",minor="0",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/md1",major="9",minor="1",mountpoint="/scratch"} 1 node_filesystem_mount_info{device="/dev/md2",major="9",minor="2",mountpoint="/data"} 1 node_filesystem_mount_info{device="/dev/nvme1n1p1",major="259",minor="2",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="34",mountpoint="/run/lock"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="36",mountpoint="/tmp"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="540",mountpoint="/run/user/1000"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="594",mountpoint="/run/user/107"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/md1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_purgeable_bytes{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/data"} 0 node_filesystem_purgeable_bytes{device="/dev/nvme1n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 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/user/1000"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/107"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/md1",device_error="",fstype="xfs",mountpoint="/scratch"} 0 node_filesystem_readonly{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/data"} 0 node_filesystem_readonly{device="/dev/nvme1n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="gvfsd-fuse",device_error="permission denied",fstype="fuse.gvfsd-fuse",mountpoint="/run/user/107/gvfs"} 0 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/user/1000"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/107"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/md0",device_error="",fstype="ext4",mountpoint="/"} 2.164141719552e+12 node_filesystem_size_bytes{device="/dev/md1",device_error="",fstype="xfs",mountpoint="/scratch"} 2.197664432128e+12 node_filesystem_size_bytes{device="/dev/md2",device_error="",fstype="ext4",mountpoint="/data"} 7.9682274279424e+13 node_filesystem_size_bytes{device="/dev/nvme1n1p1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.993621504e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.0237320192e+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/user/1000"} 2.0237316096e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/107"} 2.0237316096e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.01186592768e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 2.0515131e+07 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="i2c_0_0_0050",chip_name="spd5118"} 1 node_hwmon_chip_names{chip="i2c_0_0_0051",chip_name="spd5118"} 1 node_hwmon_chip_names{chip="i2c_0_0_0052",chip_name="spd5118"} 1 node_hwmon_chip_names{chip="i2c_0_0_0053",chip_name="spd5118"} 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="platform_coretemp_0",chip_name="coretemp"} 1 node_hwmon_chip_names{chip="thermal_thermal_zone0",chip_name="acpitz"} 1 node_hwmon_chip_names{chip="thermal_thermal_zone1",chip_name="iwlwifi_1"} 1 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge node_hwmon_sensor_label{chip="nvme_nvme0",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme0",label="Sensor 1",sensor="temp2"} 1 node_hwmon_sensor_label{chip="nvme_nvme0",label="Sensor 2",sensor="temp3"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Sensor 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="platform_coretemp_0",label="Core 0",sensor="temp2"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 12",sensor="temp14"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 16",sensor="temp18"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 20",sensor="temp22"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 24",sensor="temp26"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 28",sensor="temp30"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 32",sensor="temp34"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 33",sensor="temp35"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 34",sensor="temp36"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 35",sensor="temp37"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 36",sensor="temp38"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 37",sensor="temp39"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 38",sensor="temp40"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 39",sensor="temp41"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 4",sensor="temp6"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 40",sensor="temp42"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 41",sensor="temp43"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 42",sensor="temp44"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 43",sensor="temp45"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 44",sensor="temp46"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 45",sensor="temp47"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 46",sensor="temp48"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 47",sensor="temp49"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 8",sensor="temp10"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Package id 0",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 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="i2c_0_0_0050",sensor="temp1"} 51.75 node_hwmon_temp_celsius{chip="i2c_0_0_0051",sensor="temp1"} 53.25 node_hwmon_temp_celsius{chip="i2c_0_0_0052",sensor="temp1"} 53 node_hwmon_temp_celsius{chip="i2c_0_0_0053",sensor="temp1"} 51.5 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp1"} 45.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp2"} 45.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp3"} 48.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 46.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp2"} 46.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp3"} 48.85 node_hwmon_temp_celsius{chip="nvme_nvme2",sensor="temp1"} 65.85 node_hwmon_temp_celsius{chip="nvme_nvme2",sensor="temp2"} 65.85 node_hwmon_temp_celsius{chip="nvme_nvme2",sensor="temp3"} 69.85000000000001 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp1"} 51 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 46 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp14"} 45 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp18"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 45 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp22"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp26"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp30"} 46 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp34"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp35"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp36"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp37"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp38"} 47 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp39"} 47 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp40"} 47 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp41"} 47 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp42"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp43"} 49 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp44"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp45"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp46"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp47"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp48"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp49"} 48 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 47 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp0"} 27.8 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp1"} 27.8 # HELP node_hwmon_temp_crit_alarm_celsius Hardware monitor for temperature (crit_alarm) # TYPE node_hwmon_temp_crit_alarm_celsius gauge node_hwmon_temp_crit_alarm_celsius{chip="i2c_0_0_0050",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="i2c_0_0_0051",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="i2c_0_0_0052",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="i2c_0_0_0053",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp10"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp14"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp18"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp22"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp26"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp30"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp34"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp35"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp36"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp37"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp38"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp39"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp40"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp41"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp42"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp43"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp44"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp45"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp46"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp47"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp48"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp49"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp6"} 0 # HELP node_hwmon_temp_crit_celsius Hardware monitor for temperature (crit) # TYPE node_hwmon_temp_crit_celsius gauge node_hwmon_temp_crit_celsius{chip="i2c_0_0_0050",sensor="temp1"} 85 node_hwmon_temp_crit_celsius{chip="i2c_0_0_0051",sensor="temp1"} 85 node_hwmon_temp_crit_celsius{chip="i2c_0_0_0052",sensor="temp1"} 85 node_hwmon_temp_crit_celsius{chip="i2c_0_0_0053",sensor="temp1"} 85 node_hwmon_temp_crit_celsius{chip="nvme_nvme0",sensor="temp1"} 94.85000000000001 node_hwmon_temp_crit_celsius{chip="nvme_nvme1",sensor="temp1"} 94.85000000000001 node_hwmon_temp_crit_celsius{chip="nvme_nvme2",sensor="temp1"} 84.85000000000001 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp1"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp10"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp14"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp18"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp2"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp22"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp26"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp30"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp34"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp35"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp36"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp37"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp38"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp39"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp40"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp41"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp42"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp43"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp44"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp45"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp46"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp47"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp48"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp49"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp6"} 100 # HELP node_hwmon_temp_enable_celsius Hardware monitor for temperature (enable) # TYPE node_hwmon_temp_enable_celsius gauge node_hwmon_temp_enable_celsius{chip="i2c_0_0_0050",sensor="temp1"} 0.001 node_hwmon_temp_enable_celsius{chip="i2c_0_0_0051",sensor="temp1"} 0.001 node_hwmon_temp_enable_celsius{chip="i2c_0_0_0052",sensor="temp1"} 0.001 node_hwmon_temp_enable_celsius{chip="i2c_0_0_0053",sensor="temp1"} 0.001 # HELP node_hwmon_temp_lcrit_alarm_celsius Hardware monitor for temperature (lcrit_alarm) # TYPE node_hwmon_temp_lcrit_alarm_celsius gauge node_hwmon_temp_lcrit_alarm_celsius{chip="i2c_0_0_0050",sensor="temp1"} 0 node_hwmon_temp_lcrit_alarm_celsius{chip="i2c_0_0_0051",sensor="temp1"} 0 node_hwmon_temp_lcrit_alarm_celsius{chip="i2c_0_0_0052",sensor="temp1"} 0 node_hwmon_temp_lcrit_alarm_celsius{chip="i2c_0_0_0053",sensor="temp1"} 0 # HELP node_hwmon_temp_lcrit_celsius Hardware monitor for temperature (lcrit) # TYPE node_hwmon_temp_lcrit_celsius gauge node_hwmon_temp_lcrit_celsius{chip="i2c_0_0_0050",sensor="temp1"} 0 node_hwmon_temp_lcrit_celsius{chip="i2c_0_0_0051",sensor="temp1"} 0 node_hwmon_temp_lcrit_celsius{chip="i2c_0_0_0052",sensor="temp1"} 0 node_hwmon_temp_lcrit_celsius{chip="i2c_0_0_0053",sensor="temp1"} 0 # HELP node_hwmon_temp_max_celsius Hardware monitor for temperature (max) # TYPE node_hwmon_temp_max_celsius gauge node_hwmon_temp_max_celsius{chip="i2c_0_0_0050",sensor="temp1"} 55 node_hwmon_temp_max_celsius{chip="i2c_0_0_0051",sensor="temp1"} 55 node_hwmon_temp_max_celsius{chip="i2c_0_0_0052",sensor="temp1"} 55 node_hwmon_temp_max_celsius{chip="i2c_0_0_0053",sensor="temp1"} 55 node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp1"} 89.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp2"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp3"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp1"} 89.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="platform_coretemp_0",sensor="temp1"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp10"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp14"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp18"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp2"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp22"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp26"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp30"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp34"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp35"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp36"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp37"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp38"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp39"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp40"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp41"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp42"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp43"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp44"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp45"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp46"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp47"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp48"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp49"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp6"} 80 # HELP node_hwmon_temp_min_alarm_celsius Hardware monitor for temperature (min_alarm) # TYPE node_hwmon_temp_min_alarm_celsius gauge node_hwmon_temp_min_alarm_celsius{chip="i2c_0_0_0050",sensor="temp1"} 0 node_hwmon_temp_min_alarm_celsius{chip="i2c_0_0_0051",sensor="temp1"} 0 node_hwmon_temp_min_alarm_celsius{chip="i2c_0_0_0052",sensor="temp1"} 0 node_hwmon_temp_min_alarm_celsius{chip="i2c_0_0_0053",sensor="temp1"} 0 # HELP node_hwmon_temp_min_celsius Hardware monitor for temperature (min) # TYPE node_hwmon_temp_min_celsius gauge node_hwmon_temp_min_celsius{chip="i2c_0_0_0050",sensor="temp1"} 0 node_hwmon_temp_min_celsius{chip="i2c_0_0_0051",sensor="temp1"} 0 node_hwmon_temp_min_celsius{chip="i2c_0_0_0052",sensor="temp1"} 0 node_hwmon_temp_min_celsius{chip="i2c_0_0_0053",sensor="temp1"} 0 node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp1"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp2"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp3"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp1"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="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 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 7.7627084e+09 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.66 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.39 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.43 # HELP node_md_blocks Total number of blocks on device. # TYPE node_md_blocks gauge node_md_blocks{device="md0"} 2.147449856e+09 node_md_blocks{device="md1"} 2.147219456e+09 node_md_blocks{device="md2"} 7.8126764032e+10 # HELP node_md_blocks_synced Number of blocks synced on device. # TYPE node_md_blocks_synced gauge node_md_blocks_synced{device="md0"} 2.147449856e+09 node_md_blocks_synced{device="md1"} 2.147219456e+09 node_md_blocks_synced{device="md2"} 7.8126764032e+10 # HELP node_md_degraded Number of degraded disks on device. # TYPE node_md_degraded gauge node_md_degraded{device="md0"} 0 node_md_degraded{device="md1"} 0 node_md_degraded{device="md2"} 0 # HELP node_md_disks Number of active/failed/spare disks of device. # TYPE node_md_disks gauge node_md_disks{device="md0",state="active"} 2 node_md_disks{device="md0",state="failed"} 0 node_md_disks{device="md0",state="spare"} 0 node_md_disks{device="md1",state="active"} 2 node_md_disks{device="md1",state="failed"} 0 node_md_disks{device="md1",state="spare"} 0 node_md_disks{device="md2",state="active"} 5 node_md_disks{device="md2",state="failed"} 0 node_md_disks{device="md2",state="spare"} 0 # HELP node_md_disks_required Total number of disks of device. # TYPE node_md_disks_required gauge node_md_disks_required{device="md0"} 2 node_md_disks_required{device="md1"} 2 node_md_disks_required{device="md2"} 5 # HELP node_md_raid_disks Number of raid disks on device. # TYPE node_md_raid_disks gauge node_md_raid_disks{device="md0"} 2 node_md_raid_disks{device="md1"} 2 node_md_raid_disks{device="md2"} 5 # HELP node_md_state Indicates the state of md-device. # TYPE node_md_state gauge node_md_state{device="md0",state="active"} 1 node_md_state{device="md0",state="check"} 0 node_md_state{device="md0",state="inactive"} 0 node_md_state{device="md0",state="recovering"} 0 node_md_state{device="md0",state="resync"} 0 node_md_state{device="md1",state="active"} 1 node_md_state{device="md1",state="check"} 0 node_md_state{device="md1",state="inactive"} 0 node_md_state{device="md1",state="recovering"} 0 node_md_state{device="md1",state="resync"} 0 node_md_state{device="md2",state="active"} 1 node_md_state{device="md2",state="check"} 0 node_md_state{device="md2",state="inactive"} 0 node_md_state{device="md2",state="recovering"} 0 node_md_state{device="md2",state="resync"} 0 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.1109502976e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.5660981248e+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 1.4551478272e+10 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 5.47356672e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.2303015936e+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 6.86706688e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.79170930688e+11 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.31542564864e+11 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.53541533696e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.34217728e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 7.04118784e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.283600384e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 131072 # 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.851789312e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.66700322816e+11 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.64848533504e+11 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 5.2084736e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 3.289792512e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.84377942016e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.851015168e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 2.0237318144e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 5.4427648e+07 # 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.667072e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 5.439488e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 4.942741504e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 8.00657408e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 1.4680064e+07 # 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 4.49560576e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 5.743398912e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 1.007616e+06 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 2.7335340032e+10 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 3.0355976192e+10 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 7.323648e+07 # 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 7.99981568e+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 12288 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_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 354 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 7124 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 4 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 18586 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 18670 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 6.2802521e+07 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 2.8276696e+07 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.550323817809e+12 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.547561636656e+12 # 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 1 # 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 837 # 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 2115 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 3094 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 3414 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 5 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 203 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 604529 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 2761 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 902053 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 794 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 3766 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 150832 # 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 11387 # 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 1.002614e+06 # 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 18627 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 868655 # 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-5a01ec77fb90"} 3 node_network_address_assign_type{device="br-a0545bea7dba"} 3 node_network_address_assign_type{device="br-ba3db30d299a"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="enp7s0"} 0 node_network_address_assign_type{device="enp8s0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth1267d02"} 3 node_network_address_assign_type{device="veth1784a30"} 3 node_network_address_assign_type{device="veth24db479"} 3 node_network_address_assign_type{device="veth2d21a80"} 3 node_network_address_assign_type{device="veth33ff0c7"} 3 node_network_address_assign_type{device="veth3b294c7"} 3 node_network_address_assign_type{device="veth4173b60"} 3 node_network_address_assign_type{device="veth43263a8"} 3 node_network_address_assign_type{device="veth43928bf"} 3 node_network_address_assign_type{device="veth468fdf6"} 3 node_network_address_assign_type{device="veth495b59d"} 3 node_network_address_assign_type{device="veth4f34bdb"} 3 node_network_address_assign_type{device="veth507330b"} 3 node_network_address_assign_type{device="veth531303a"} 3 node_network_address_assign_type{device="veth6fd565a"} 3 node_network_address_assign_type{device="veth7068c84"} 3 node_network_address_assign_type{device="veth728bf1a"} 3 node_network_address_assign_type{device="veth7b494af"} 3 node_network_address_assign_type{device="veth810bb01"} 3 node_network_address_assign_type{device="veth819d74f"} 3 node_network_address_assign_type{device="veth9c85375"} 3 node_network_address_assign_type{device="veth9dddbcd"} 3 node_network_address_assign_type{device="vethacd51b7"} 3 node_network_address_assign_type{device="vethbd199e8"} 3 node_network_address_assign_type{device="vethcbc2663"} 3 node_network_address_assign_type{device="vethd8e9b89"} 3 node_network_address_assign_type{device="vethd9c7415"} 3 node_network_address_assign_type{device="vethdb063ad"} 3 node_network_address_assign_type{device="vethdfb4764"} 3 node_network_address_assign_type{device="vethe3c2b8b"} 3 node_network_address_assign_type{device="vethe7eed23"} 3 node_network_address_assign_type{device="vethf7737b5"} 3 node_network_address_assign_type{device="vethfe77aad"} 3 node_network_address_assign_type{device="wlo1"} 0 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-5a01ec77fb90"} 1 node_network_carrier{device="br-a0545bea7dba"} 1 node_network_carrier{device="br-ba3db30d299a"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="enp8s0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth1267d02"} 1 node_network_carrier{device="veth1784a30"} 1 node_network_carrier{device="veth24db479"} 1 node_network_carrier{device="veth2d21a80"} 1 node_network_carrier{device="veth33ff0c7"} 1 node_network_carrier{device="veth3b294c7"} 1 node_network_carrier{device="veth4173b60"} 1 node_network_carrier{device="veth43263a8"} 1 node_network_carrier{device="veth43928bf"} 1 node_network_carrier{device="veth468fdf6"} 1 node_network_carrier{device="veth495b59d"} 1 node_network_carrier{device="veth4f34bdb"} 1 node_network_carrier{device="veth507330b"} 1 node_network_carrier{device="veth531303a"} 1 node_network_carrier{device="veth6fd565a"} 1 node_network_carrier{device="veth7068c84"} 1 node_network_carrier{device="veth728bf1a"} 1 node_network_carrier{device="veth7b494af"} 1 node_network_carrier{device="veth810bb01"} 1 node_network_carrier{device="veth819d74f"} 1 node_network_carrier{device="veth9c85375"} 1 node_network_carrier{device="veth9dddbcd"} 1 node_network_carrier{device="vethacd51b7"} 1 node_network_carrier{device="vethbd199e8"} 1 node_network_carrier{device="vethcbc2663"} 1 node_network_carrier{device="vethd8e9b89"} 1 node_network_carrier{device="vethd9c7415"} 1 node_network_carrier{device="vethdb063ad"} 1 node_network_carrier{device="vethdfb4764"} 1 node_network_carrier{device="vethe3c2b8b"} 1 node_network_carrier{device="vethe7eed23"} 1 node_network_carrier{device="vethf7737b5"} 1 node_network_carrier{device="vethfe77aad"} 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-5a01ec77fb90"} 2 node_network_carrier_changes_total{device="br-a0545bea7dba"} 2 node_network_carrier_changes_total{device="br-ba3db30d299a"} 2 node_network_carrier_changes_total{device="docker0"} 1 node_network_carrier_changes_total{device="enp7s0"} 1 node_network_carrier_changes_total{device="enp8s0"} 20 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth1267d02"} 2 node_network_carrier_changes_total{device="veth1784a30"} 2 node_network_carrier_changes_total{device="veth24db479"} 2 node_network_carrier_changes_total{device="veth2d21a80"} 2 node_network_carrier_changes_total{device="veth33ff0c7"} 2 node_network_carrier_changes_total{device="veth3b294c7"} 2 node_network_carrier_changes_total{device="veth4173b60"} 2 node_network_carrier_changes_total{device="veth43263a8"} 2 node_network_carrier_changes_total{device="veth43928bf"} 2 node_network_carrier_changes_total{device="veth468fdf6"} 2 node_network_carrier_changes_total{device="veth495b59d"} 2 node_network_carrier_changes_total{device="veth4f34bdb"} 2 node_network_carrier_changes_total{device="veth507330b"} 2 node_network_carrier_changes_total{device="veth531303a"} 2 node_network_carrier_changes_total{device="veth6fd565a"} 2 node_network_carrier_changes_total{device="veth7068c84"} 2 node_network_carrier_changes_total{device="veth728bf1a"} 2 node_network_carrier_changes_total{device="veth7b494af"} 2 node_network_carrier_changes_total{device="veth810bb01"} 2 node_network_carrier_changes_total{device="veth819d74f"} 2 node_network_carrier_changes_total{device="veth9c85375"} 2 node_network_carrier_changes_total{device="veth9dddbcd"} 2 node_network_carrier_changes_total{device="vethacd51b7"} 2 node_network_carrier_changes_total{device="vethbd199e8"} 2 node_network_carrier_changes_total{device="vethcbc2663"} 2 node_network_carrier_changes_total{device="vethd8e9b89"} 2 node_network_carrier_changes_total{device="vethd9c7415"} 2 node_network_carrier_changes_total{device="vethdb063ad"} 2 node_network_carrier_changes_total{device="vethdfb4764"} 2 node_network_carrier_changes_total{device="vethe3c2b8b"} 2 node_network_carrier_changes_total{device="vethe7eed23"} 2 node_network_carrier_changes_total{device="vethf7737b5"} 2 node_network_carrier_changes_total{device="vethfe77aad"} 2 node_network_carrier_changes_total{device="wlo1"} 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-5a01ec77fb90"} 1 node_network_carrier_down_changes_total{device="br-a0545bea7dba"} 1 node_network_carrier_down_changes_total{device="br-ba3db30d299a"} 1 node_network_carrier_down_changes_total{device="docker0"} 1 node_network_carrier_down_changes_total{device="enp7s0"} 1 node_network_carrier_down_changes_total{device="enp8s0"} 10 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth1267d02"} 1 node_network_carrier_down_changes_total{device="veth1784a30"} 1 node_network_carrier_down_changes_total{device="veth24db479"} 1 node_network_carrier_down_changes_total{device="veth2d21a80"} 1 node_network_carrier_down_changes_total{device="veth33ff0c7"} 1 node_network_carrier_down_changes_total{device="veth3b294c7"} 1 node_network_carrier_down_changes_total{device="veth4173b60"} 1 node_network_carrier_down_changes_total{device="veth43263a8"} 1 node_network_carrier_down_changes_total{device="veth43928bf"} 1 node_network_carrier_down_changes_total{device="veth468fdf6"} 1 node_network_carrier_down_changes_total{device="veth495b59d"} 1 node_network_carrier_down_changes_total{device="veth4f34bdb"} 1 node_network_carrier_down_changes_total{device="veth507330b"} 1 node_network_carrier_down_changes_total{device="veth531303a"} 1 node_network_carrier_down_changes_total{device="veth6fd565a"} 1 node_network_carrier_down_changes_total{device="veth7068c84"} 1 node_network_carrier_down_changes_total{device="veth728bf1a"} 1 node_network_carrier_down_changes_total{device="veth7b494af"} 1 node_network_carrier_down_changes_total{device="veth810bb01"} 1 node_network_carrier_down_changes_total{device="veth819d74f"} 1 node_network_carrier_down_changes_total{device="veth9c85375"} 1 node_network_carrier_down_changes_total{device="veth9dddbcd"} 1 node_network_carrier_down_changes_total{device="vethacd51b7"} 1 node_network_carrier_down_changes_total{device="vethbd199e8"} 1 node_network_carrier_down_changes_total{device="vethcbc2663"} 1 node_network_carrier_down_changes_total{device="vethd8e9b89"} 1 node_network_carrier_down_changes_total{device="vethd9c7415"} 1 node_network_carrier_down_changes_total{device="vethdb063ad"} 1 node_network_carrier_down_changes_total{device="vethdfb4764"} 1 node_network_carrier_down_changes_total{device="vethe3c2b8b"} 1 node_network_carrier_down_changes_total{device="vethe7eed23"} 1 node_network_carrier_down_changes_total{device="vethf7737b5"} 1 node_network_carrier_down_changes_total{device="vethfe77aad"} 1 node_network_carrier_down_changes_total{device="wlo1"} 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-5a01ec77fb90"} 1 node_network_carrier_up_changes_total{device="br-a0545bea7dba"} 1 node_network_carrier_up_changes_total{device="br-ba3db30d299a"} 1 node_network_carrier_up_changes_total{device="docker0"} 0 node_network_carrier_up_changes_total{device="enp7s0"} 0 node_network_carrier_up_changes_total{device="enp8s0"} 10 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth1267d02"} 1 node_network_carrier_up_changes_total{device="veth1784a30"} 1 node_network_carrier_up_changes_total{device="veth24db479"} 1 node_network_carrier_up_changes_total{device="veth2d21a80"} 1 node_network_carrier_up_changes_total{device="veth33ff0c7"} 1 node_network_carrier_up_changes_total{device="veth3b294c7"} 1 node_network_carrier_up_changes_total{device="veth4173b60"} 1 node_network_carrier_up_changes_total{device="veth43263a8"} 1 node_network_carrier_up_changes_total{device="veth43928bf"} 1 node_network_carrier_up_changes_total{device="veth468fdf6"} 1 node_network_carrier_up_changes_total{device="veth495b59d"} 1 node_network_carrier_up_changes_total{device="veth4f34bdb"} 1 node_network_carrier_up_changes_total{device="veth507330b"} 1 node_network_carrier_up_changes_total{device="veth531303a"} 1 node_network_carrier_up_changes_total{device="veth6fd565a"} 1 node_network_carrier_up_changes_total{device="veth7068c84"} 1 node_network_carrier_up_changes_total{device="veth728bf1a"} 1 node_network_carrier_up_changes_total{device="veth7b494af"} 1 node_network_carrier_up_changes_total{device="veth810bb01"} 1 node_network_carrier_up_changes_total{device="veth819d74f"} 1 node_network_carrier_up_changes_total{device="veth9c85375"} 1 node_network_carrier_up_changes_total{device="veth9dddbcd"} 1 node_network_carrier_up_changes_total{device="vethacd51b7"} 1 node_network_carrier_up_changes_total{device="vethbd199e8"} 1 node_network_carrier_up_changes_total{device="vethcbc2663"} 1 node_network_carrier_up_changes_total{device="vethd8e9b89"} 1 node_network_carrier_up_changes_total{device="vethd9c7415"} 1 node_network_carrier_up_changes_total{device="vethdb063ad"} 1 node_network_carrier_up_changes_total{device="vethdfb4764"} 1 node_network_carrier_up_changes_total{device="vethe3c2b8b"} 1 node_network_carrier_up_changes_total{device="vethe7eed23"} 1 node_network_carrier_up_changes_total{device="vethf7737b5"} 1 node_network_carrier_up_changes_total{device="vethfe77aad"} 1 node_network_carrier_up_changes_total{device="wlo1"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-5a01ec77fb90"} 0 node_network_device_id{device="br-a0545bea7dba"} 0 node_network_device_id{device="br-ba3db30d299a"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="enp7s0"} 0 node_network_device_id{device="enp8s0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth1267d02"} 0 node_network_device_id{device="veth1784a30"} 0 node_network_device_id{device="veth24db479"} 0 node_network_device_id{device="veth2d21a80"} 0 node_network_device_id{device="veth33ff0c7"} 0 node_network_device_id{device="veth3b294c7"} 0 node_network_device_id{device="veth4173b60"} 0 node_network_device_id{device="veth43263a8"} 0 node_network_device_id{device="veth43928bf"} 0 node_network_device_id{device="veth468fdf6"} 0 node_network_device_id{device="veth495b59d"} 0 node_network_device_id{device="veth4f34bdb"} 0 node_network_device_id{device="veth507330b"} 0 node_network_device_id{device="veth531303a"} 0 node_network_device_id{device="veth6fd565a"} 0 node_network_device_id{device="veth7068c84"} 0 node_network_device_id{device="veth728bf1a"} 0 node_network_device_id{device="veth7b494af"} 0 node_network_device_id{device="veth810bb01"} 0 node_network_device_id{device="veth819d74f"} 0 node_network_device_id{device="veth9c85375"} 0 node_network_device_id{device="veth9dddbcd"} 0 node_network_device_id{device="vethacd51b7"} 0 node_network_device_id{device="vethbd199e8"} 0 node_network_device_id{device="vethcbc2663"} 0 node_network_device_id{device="vethd8e9b89"} 0 node_network_device_id{device="vethd9c7415"} 0 node_network_device_id{device="vethdb063ad"} 0 node_network_device_id{device="vethdfb4764"} 0 node_network_device_id{device="vethe3c2b8b"} 0 node_network_device_id{device="vethe7eed23"} 0 node_network_device_id{device="vethf7737b5"} 0 node_network_device_id{device="vethfe77aad"} 0 node_network_device_id{device="wlo1"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-5a01ec77fb90"} 0 node_network_dormant{device="br-a0545bea7dba"} 0 node_network_dormant{device="br-ba3db30d299a"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="enp8s0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth1267d02"} 0 node_network_dormant{device="veth1784a30"} 0 node_network_dormant{device="veth24db479"} 0 node_network_dormant{device="veth2d21a80"} 0 node_network_dormant{device="veth33ff0c7"} 0 node_network_dormant{device="veth3b294c7"} 0 node_network_dormant{device="veth4173b60"} 0 node_network_dormant{device="veth43263a8"} 0 node_network_dormant{device="veth43928bf"} 0 node_network_dormant{device="veth468fdf6"} 0 node_network_dormant{device="veth495b59d"} 0 node_network_dormant{device="veth4f34bdb"} 0 node_network_dormant{device="veth507330b"} 0 node_network_dormant{device="veth531303a"} 0 node_network_dormant{device="veth6fd565a"} 0 node_network_dormant{device="veth7068c84"} 0 node_network_dormant{device="veth728bf1a"} 0 node_network_dormant{device="veth7b494af"} 0 node_network_dormant{device="veth810bb01"} 0 node_network_dormant{device="veth819d74f"} 0 node_network_dormant{device="veth9c85375"} 0 node_network_dormant{device="veth9dddbcd"} 0 node_network_dormant{device="vethacd51b7"} 0 node_network_dormant{device="vethbd199e8"} 0 node_network_dormant{device="vethcbc2663"} 0 node_network_dormant{device="vethd8e9b89"} 0 node_network_dormant{device="vethd9c7415"} 0 node_network_dormant{device="vethdb063ad"} 0 node_network_dormant{device="vethdfb4764"} 0 node_network_dormant{device="vethe3c2b8b"} 0 node_network_dormant{device="vethe7eed23"} 0 node_network_dormant{device="vethf7737b5"} 0 node_network_dormant{device="vethfe77aad"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-5a01ec77fb90"} 4099 node_network_flags{device="br-a0545bea7dba"} 4099 node_network_flags{device="br-ba3db30d299a"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="enp7s0"} 4098 node_network_flags{device="enp8s0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth1267d02"} 4867 node_network_flags{device="veth1784a30"} 4867 node_network_flags{device="veth24db479"} 4867 node_network_flags{device="veth2d21a80"} 4867 node_network_flags{device="veth33ff0c7"} 4867 node_network_flags{device="veth3b294c7"} 4867 node_network_flags{device="veth4173b60"} 4867 node_network_flags{device="veth43263a8"} 4867 node_network_flags{device="veth43928bf"} 4867 node_network_flags{device="veth468fdf6"} 4867 node_network_flags{device="veth495b59d"} 4867 node_network_flags{device="veth4f34bdb"} 4867 node_network_flags{device="veth507330b"} 4867 node_network_flags{device="veth531303a"} 4867 node_network_flags{device="veth6fd565a"} 4867 node_network_flags{device="veth7068c84"} 4867 node_network_flags{device="veth728bf1a"} 4867 node_network_flags{device="veth7b494af"} 4867 node_network_flags{device="veth810bb01"} 4867 node_network_flags{device="veth819d74f"} 4867 node_network_flags{device="veth9c85375"} 4867 node_network_flags{device="veth9dddbcd"} 4867 node_network_flags{device="vethacd51b7"} 4867 node_network_flags{device="vethbd199e8"} 4867 node_network_flags{device="vethcbc2663"} 4867 node_network_flags{device="vethd8e9b89"} 4867 node_network_flags{device="vethd9c7415"} 4867 node_network_flags{device="vethdb063ad"} 4867 node_network_flags{device="vethdfb4764"} 4867 node_network_flags{device="vethe3c2b8b"} 4867 node_network_flags{device="vethe7eed23"} 4867 node_network_flags{device="vethf7737b5"} 4867 node_network_flags{device="vethfe77aad"} 4867 node_network_flags{device="wlo1"} 4098 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-5a01ec77fb90"} 5 node_network_iface_id{device="br-a0545bea7dba"} 7 node_network_iface_id{device="br-ba3db30d299a"} 8 node_network_iface_id{device="docker0"} 6 node_network_iface_id{device="enp7s0"} 2 node_network_iface_id{device="enp8s0"} 3 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth1267d02"} 36 node_network_iface_id{device="veth1784a30"} 25 node_network_iface_id{device="veth24db479"} 22 node_network_iface_id{device="veth2d21a80"} 10 node_network_iface_id{device="veth33ff0c7"} 40 node_network_iface_id{device="veth3b294c7"} 37 node_network_iface_id{device="veth4173b60"} 269 node_network_iface_id{device="veth43263a8"} 268 node_network_iface_id{device="veth43928bf"} 21 node_network_iface_id{device="veth468fdf6"} 279 node_network_iface_id{device="veth495b59d"} 259 node_network_iface_id{device="veth4f34bdb"} 28 node_network_iface_id{device="veth507330b"} 256 node_network_iface_id{device="veth531303a"} 12 node_network_iface_id{device="veth6fd565a"} 35 node_network_iface_id{device="veth7068c84"} 15 node_network_iface_id{device="veth728bf1a"} 29 node_network_iface_id{device="veth7b494af"} 20 node_network_iface_id{device="veth810bb01"} 9 node_network_iface_id{device="veth819d74f"} 96 node_network_iface_id{device="veth9c85375"} 94 node_network_iface_id{device="veth9dddbcd"} 199 node_network_iface_id{device="vethacd51b7"} 32 node_network_iface_id{device="vethbd199e8"} 257 node_network_iface_id{device="vethcbc2663"} 39 node_network_iface_id{device="vethd8e9b89"} 273 node_network_iface_id{device="vethd9c7415"} 42 node_network_iface_id{device="vethdb063ad"} 19 node_network_iface_id{device="vethdfb4764"} 270 node_network_iface_id{device="vethe3c2b8b"} 17 node_network_iface_id{device="vethe7eed23"} 34 node_network_iface_id{device="vethf7737b5"} 27 node_network_iface_id{device="vethfe77aad"} 267 node_network_iface_id{device="wlo1"} 4 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-5a01ec77fb90"} 5 node_network_iface_link{device="br-a0545bea7dba"} 7 node_network_iface_link{device="br-ba3db30d299a"} 8 node_network_iface_link{device="docker0"} 6 node_network_iface_link{device="enp7s0"} 2 node_network_iface_link{device="enp8s0"} 3 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth1267d02"} 2 node_network_iface_link{device="veth1784a30"} 2 node_network_iface_link{device="veth24db479"} 2 node_network_iface_link{device="veth2d21a80"} 2 node_network_iface_link{device="veth33ff0c7"} 2 node_network_iface_link{device="veth3b294c7"} 2 node_network_iface_link{device="veth4173b60"} 2 node_network_iface_link{device="veth43263a8"} 2 node_network_iface_link{device="veth43928bf"} 2 node_network_iface_link{device="veth468fdf6"} 2 node_network_iface_link{device="veth495b59d"} 2 node_network_iface_link{device="veth4f34bdb"} 2 node_network_iface_link{device="veth507330b"} 2 node_network_iface_link{device="veth531303a"} 2 node_network_iface_link{device="veth6fd565a"} 2 node_network_iface_link{device="veth7068c84"} 2 node_network_iface_link{device="veth728bf1a"} 2 node_network_iface_link{device="veth7b494af"} 2 node_network_iface_link{device="veth810bb01"} 2 node_network_iface_link{device="veth819d74f"} 2 node_network_iface_link{device="veth9c85375"} 2 node_network_iface_link{device="veth9dddbcd"} 2 node_network_iface_link{device="vethacd51b7"} 2 node_network_iface_link{device="vethbd199e8"} 3 node_network_iface_link{device="vethcbc2663"} 2 node_network_iface_link{device="vethd8e9b89"} 2 node_network_iface_link{device="vethd9c7415"} 2 node_network_iface_link{device="vethdb063ad"} 2 node_network_iface_link{device="vethdfb4764"} 2 node_network_iface_link{device="vethe3c2b8b"} 2 node_network_iface_link{device="vethe7eed23"} 2 node_network_iface_link{device="vethf7737b5"} 2 node_network_iface_link{device="vethfe77aad"} 2 node_network_iface_link{device="wlo1"} 4 # 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-5a01ec77fb90"} 0 node_network_iface_link_mode{device="br-a0545bea7dba"} 0 node_network_iface_link_mode{device="br-ba3db30d299a"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="enp7s0"} 0 node_network_iface_link_mode{device="enp8s0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth1267d02"} 0 node_network_iface_link_mode{device="veth1784a30"} 0 node_network_iface_link_mode{device="veth24db479"} 0 node_network_iface_link_mode{device="veth2d21a80"} 0 node_network_iface_link_mode{device="veth33ff0c7"} 0 node_network_iface_link_mode{device="veth3b294c7"} 0 node_network_iface_link_mode{device="veth4173b60"} 0 node_network_iface_link_mode{device="veth43263a8"} 0 node_network_iface_link_mode{device="veth43928bf"} 0 node_network_iface_link_mode{device="veth468fdf6"} 0 node_network_iface_link_mode{device="veth495b59d"} 0 node_network_iface_link_mode{device="veth4f34bdb"} 0 node_network_iface_link_mode{device="veth507330b"} 0 node_network_iface_link_mode{device="veth531303a"} 0 node_network_iface_link_mode{device="veth6fd565a"} 0 node_network_iface_link_mode{device="veth7068c84"} 0 node_network_iface_link_mode{device="veth728bf1a"} 0 node_network_iface_link_mode{device="veth7b494af"} 0 node_network_iface_link_mode{device="veth810bb01"} 0 node_network_iface_link_mode{device="veth819d74f"} 0 node_network_iface_link_mode{device="veth9c85375"} 0 node_network_iface_link_mode{device="veth9dddbcd"} 0 node_network_iface_link_mode{device="vethacd51b7"} 0 node_network_iface_link_mode{device="vethbd199e8"} 0 node_network_iface_link_mode{device="vethcbc2663"} 0 node_network_iface_link_mode{device="vethd8e9b89"} 0 node_network_iface_link_mode{device="vethd9c7415"} 0 node_network_iface_link_mode{device="vethdb063ad"} 0 node_network_iface_link_mode{device="vethdfb4764"} 0 node_network_iface_link_mode{device="vethe3c2b8b"} 0 node_network_iface_link_mode{device="vethe7eed23"} 0 node_network_iface_link_mode{device="vethf7737b5"} 0 node_network_iface_link_mode{device="vethfe77aad"} 0 node_network_iface_link_mode{device="wlo1"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:fe:fc:8e:76:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4173b60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="04:7c:16:76:1c:aa",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="enp7s0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="04:7c:16:76:1c:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="enp8s0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:2f:50:fb:ff:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth728bf1a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:f6:76:62:bb:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd199e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:f0:90:87:24:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe3c2b8b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:3e:dd:53:c3:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a0545bea7dba",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="32:66:cc:70:67:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth468fdf6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:72:5b:9d:fb:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1784a30",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:58:3c:a3:81:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="3e:88:1a:8d:b4:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth24db479",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:3c:22:a7:56:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c85375",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:38:74:1c:c6:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1267d02",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:4d:f7:e7:59:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9dddbcd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:7e:9b:bd:b8:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b494af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:2e:f4:81:8c:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcbc2663",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:33:8c:d6:49:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7068c84",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:e6:f8:1e:e9:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth43263a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="70:d8:23:4a:a0:42",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="wlo1",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="72:91:f2:70:94:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d21a80",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:45:c0:2e:2d:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdfb4764",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:4e:95:51:a7:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8e9b89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:8f:ae:15:5e:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6fd565a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:e1:44:55:74:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth531303a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:5b:c7:32:7c:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethacd51b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:16:f9:de:7f:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5a01ec77fb90",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="9a:3b:f4:26:b3:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth495b59d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:2f:24:25:b5:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33ff0c7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:98:cc:80:c7:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth819d74f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:af:90:10:71:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdb063ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:c0:3a:bd:4e:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4f34bdb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:c2:fe:4e:e4:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3b294c7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:11:bf:d8:33:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf7737b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:ce:50:97:d9:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth507330b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:e8:67:74:ab:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7eed23",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:60:42:ad:e2:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe77aad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:6b:0f:e8:57:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ba3db30d299a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="f2:fb:c2:d3:d9:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth810bb01",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:b5:a3:53:99:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9c7415",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:3f:2b:de:0b:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth43928bf",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-5a01ec77fb90"} 1500 node_network_mtu_bytes{device="br-a0545bea7dba"} 1500 node_network_mtu_bytes{device="br-ba3db30d299a"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="enp7s0"} 1500 node_network_mtu_bytes{device="enp8s0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth1267d02"} 1500 node_network_mtu_bytes{device="veth1784a30"} 1500 node_network_mtu_bytes{device="veth24db479"} 1500 node_network_mtu_bytes{device="veth2d21a80"} 1500 node_network_mtu_bytes{device="veth33ff0c7"} 1500 node_network_mtu_bytes{device="veth3b294c7"} 1500 node_network_mtu_bytes{device="veth4173b60"} 1500 node_network_mtu_bytes{device="veth43263a8"} 1500 node_network_mtu_bytes{device="veth43928bf"} 1500 node_network_mtu_bytes{device="veth468fdf6"} 1500 node_network_mtu_bytes{device="veth495b59d"} 1500 node_network_mtu_bytes{device="veth4f34bdb"} 1500 node_network_mtu_bytes{device="veth507330b"} 1500 node_network_mtu_bytes{device="veth531303a"} 1500 node_network_mtu_bytes{device="veth6fd565a"} 1500 node_network_mtu_bytes{device="veth7068c84"} 1500 node_network_mtu_bytes{device="veth728bf1a"} 1500 node_network_mtu_bytes{device="veth7b494af"} 1500 node_network_mtu_bytes{device="veth810bb01"} 1500 node_network_mtu_bytes{device="veth819d74f"} 1500 node_network_mtu_bytes{device="veth9c85375"} 1500 node_network_mtu_bytes{device="veth9dddbcd"} 1500 node_network_mtu_bytes{device="vethacd51b7"} 1500 node_network_mtu_bytes{device="vethbd199e8"} 1500 node_network_mtu_bytes{device="vethcbc2663"} 1500 node_network_mtu_bytes{device="vethd8e9b89"} 1500 node_network_mtu_bytes{device="vethd9c7415"} 1500 node_network_mtu_bytes{device="vethdb063ad"} 1500 node_network_mtu_bytes{device="vethdfb4764"} 1500 node_network_mtu_bytes{device="vethe3c2b8b"} 1500 node_network_mtu_bytes{device="vethe7eed23"} 1500 node_network_mtu_bytes{device="vethf7737b5"} 1500 node_network_mtu_bytes{device="vethfe77aad"} 1500 node_network_mtu_bytes{device="wlo1"} 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-5a01ec77fb90"} 3 node_network_name_assign_type{device="br-a0545bea7dba"} 3 node_network_name_assign_type{device="br-ba3db30d299a"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="enp7s0"} 4 node_network_name_assign_type{device="enp8s0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth1267d02"} 3 node_network_name_assign_type{device="veth1784a30"} 3 node_network_name_assign_type{device="veth24db479"} 3 node_network_name_assign_type{device="veth2d21a80"} 3 node_network_name_assign_type{device="veth33ff0c7"} 3 node_network_name_assign_type{device="veth3b294c7"} 3 node_network_name_assign_type{device="veth4173b60"} 3 node_network_name_assign_type{device="veth43263a8"} 3 node_network_name_assign_type{device="veth43928bf"} 3 node_network_name_assign_type{device="veth468fdf6"} 3 node_network_name_assign_type{device="veth495b59d"} 3 node_network_name_assign_type{device="veth4f34bdb"} 3 node_network_name_assign_type{device="veth507330b"} 3 node_network_name_assign_type{device="veth531303a"} 3 node_network_name_assign_type{device="veth6fd565a"} 3 node_network_name_assign_type{device="veth7068c84"} 3 node_network_name_assign_type{device="veth728bf1a"} 3 node_network_name_assign_type{device="veth7b494af"} 3 node_network_name_assign_type{device="veth810bb01"} 3 node_network_name_assign_type{device="veth819d74f"} 3 node_network_name_assign_type{device="veth9c85375"} 3 node_network_name_assign_type{device="veth9dddbcd"} 3 node_network_name_assign_type{device="vethacd51b7"} 3 node_network_name_assign_type{device="vethbd199e8"} 3 node_network_name_assign_type{device="vethcbc2663"} 3 node_network_name_assign_type{device="vethd8e9b89"} 3 node_network_name_assign_type{device="vethd9c7415"} 3 node_network_name_assign_type{device="vethdb063ad"} 3 node_network_name_assign_type{device="vethdfb4764"} 3 node_network_name_assign_type{device="vethe3c2b8b"} 3 node_network_name_assign_type{device="vethe7eed23"} 3 node_network_name_assign_type{device="vethf7737b5"} 3 node_network_name_assign_type{device="vethfe77aad"} 3 node_network_name_assign_type{device="wlo1"} 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-5a01ec77fb90"} 0 node_network_net_dev_group{device="br-a0545bea7dba"} 0 node_network_net_dev_group{device="br-ba3db30d299a"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="enp7s0"} 0 node_network_net_dev_group{device="enp8s0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth1267d02"} 0 node_network_net_dev_group{device="veth1784a30"} 0 node_network_net_dev_group{device="veth24db479"} 0 node_network_net_dev_group{device="veth2d21a80"} 0 node_network_net_dev_group{device="veth33ff0c7"} 0 node_network_net_dev_group{device="veth3b294c7"} 0 node_network_net_dev_group{device="veth4173b60"} 0 node_network_net_dev_group{device="veth43263a8"} 0 node_network_net_dev_group{device="veth43928bf"} 0 node_network_net_dev_group{device="veth468fdf6"} 0 node_network_net_dev_group{device="veth495b59d"} 0 node_network_net_dev_group{device="veth4f34bdb"} 0 node_network_net_dev_group{device="veth507330b"} 0 node_network_net_dev_group{device="veth531303a"} 0 node_network_net_dev_group{device="veth6fd565a"} 0 node_network_net_dev_group{device="veth7068c84"} 0 node_network_net_dev_group{device="veth728bf1a"} 0 node_network_net_dev_group{device="veth7b494af"} 0 node_network_net_dev_group{device="veth810bb01"} 0 node_network_net_dev_group{device="veth819d74f"} 0 node_network_net_dev_group{device="veth9c85375"} 0 node_network_net_dev_group{device="veth9dddbcd"} 0 node_network_net_dev_group{device="vethacd51b7"} 0 node_network_net_dev_group{device="vethbd199e8"} 0 node_network_net_dev_group{device="vethcbc2663"} 0 node_network_net_dev_group{device="vethd8e9b89"} 0 node_network_net_dev_group{device="vethd9c7415"} 0 node_network_net_dev_group{device="vethdb063ad"} 0 node_network_net_dev_group{device="vethdfb4764"} 0 node_network_net_dev_group{device="vethe3c2b8b"} 0 node_network_net_dev_group{device="vethe7eed23"} 0 node_network_net_dev_group{device="vethf7737b5"} 0 node_network_net_dev_group{device="vethfe77aad"} 0 node_network_net_dev_group{device="wlo1"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-5a01ec77fb90"} 1 node_network_protocol_type{device="br-a0545bea7dba"} 1 node_network_protocol_type{device="br-ba3db30d299a"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="enp7s0"} 1 node_network_protocol_type{device="enp8s0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth1267d02"} 1 node_network_protocol_type{device="veth1784a30"} 1 node_network_protocol_type{device="veth24db479"} 1 node_network_protocol_type{device="veth2d21a80"} 1 node_network_protocol_type{device="veth33ff0c7"} 1 node_network_protocol_type{device="veth3b294c7"} 1 node_network_protocol_type{device="veth4173b60"} 1 node_network_protocol_type{device="veth43263a8"} 1 node_network_protocol_type{device="veth43928bf"} 1 node_network_protocol_type{device="veth468fdf6"} 1 node_network_protocol_type{device="veth495b59d"} 1 node_network_protocol_type{device="veth4f34bdb"} 1 node_network_protocol_type{device="veth507330b"} 1 node_network_protocol_type{device="veth531303a"} 1 node_network_protocol_type{device="veth6fd565a"} 1 node_network_protocol_type{device="veth7068c84"} 1 node_network_protocol_type{device="veth728bf1a"} 1 node_network_protocol_type{device="veth7b494af"} 1 node_network_protocol_type{device="veth810bb01"} 1 node_network_protocol_type{device="veth819d74f"} 1 node_network_protocol_type{device="veth9c85375"} 1 node_network_protocol_type{device="veth9dddbcd"} 1 node_network_protocol_type{device="vethacd51b7"} 1 node_network_protocol_type{device="vethbd199e8"} 1 node_network_protocol_type{device="vethcbc2663"} 1 node_network_protocol_type{device="vethd8e9b89"} 1 node_network_protocol_type{device="vethd9c7415"} 1 node_network_protocol_type{device="vethdb063ad"} 1 node_network_protocol_type{device="vethdfb4764"} 1 node_network_protocol_type{device="vethe3c2b8b"} 1 node_network_protocol_type{device="vethe7eed23"} 1 node_network_protocol_type{device="vethf7737b5"} 1 node_network_protocol_type{device="vethfe77aad"} 1 node_network_protocol_type{device="wlo1"} 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="br-5a01ec77fb90"} 4.25193073766e+11 node_network_receive_bytes_total{device="br-a0545bea7dba"} 7.05906656543e+11 node_network_receive_bytes_total{device="br-ba3db30d299a"} 723416 node_network_receive_bytes_total{device="docker0"} 0 node_network_receive_bytes_total{device="enp7s0"} 0 node_network_receive_bytes_total{device="enp8s0"} 4.38542566621e+11 node_network_receive_bytes_total{device="lo"} 1.2016426e+08 node_network_receive_bytes_total{device="veth1267d02"} 126 node_network_receive_bytes_total{device="veth1784a30"} 126 node_network_receive_bytes_total{device="veth24db479"} 1.1872388e+07 node_network_receive_bytes_total{device="veth2d21a80"} 772178 node_network_receive_bytes_total{device="veth33ff0c7"} 126 node_network_receive_bytes_total{device="veth3b294c7"} 383046 node_network_receive_bytes_total{device="veth4173b60"} 7.040899e+06 node_network_receive_bytes_total{device="veth43263a8"} 7921 node_network_receive_bytes_total{device="veth43928bf"} 4.033353112e+09 node_network_receive_bytes_total{device="veth468fdf6"} 620681 node_network_receive_bytes_total{device="veth495b59d"} 2.7000901e+08 node_network_receive_bytes_total{device="veth4f34bdb"} 126 node_network_receive_bytes_total{device="veth507330b"} 7.4916517024e+10 node_network_receive_bytes_total{device="veth531303a"} 7.65376272533e+11 node_network_receive_bytes_total{device="veth6fd565a"} 2.03705727e+08 node_network_receive_bytes_total{device="veth7068c84"} 3.7497189e+07 node_network_receive_bytes_total{device="veth728bf1a"} 3.0084596e+07 node_network_receive_bytes_total{device="veth7b494af"} 102685 node_network_receive_bytes_total{device="veth810bb01"} 5.47814940906e+11 node_network_receive_bytes_total{device="veth819d74f"} 1.4682966e+07 node_network_receive_bytes_total{device="veth9c85375"} 9.6066779e+07 node_network_receive_bytes_total{device="veth9dddbcd"} 5.0882525e+07 node_network_receive_bytes_total{device="vethacd51b7"} 1.4530362e+07 node_network_receive_bytes_total{device="vethbd199e8"} 1.73335901e+08 node_network_receive_bytes_total{device="vethcbc2663"} 46565 node_network_receive_bytes_total{device="vethd8e9b89"} 6202 node_network_receive_bytes_total{device="vethd9c7415"} 4.543996e+06 node_network_receive_bytes_total{device="vethdb063ad"} 126 node_network_receive_bytes_total{device="vethdfb4764"} 345541 node_network_receive_bytes_total{device="vethe3c2b8b"} 126 node_network_receive_bytes_total{device="vethe7eed23"} 8.4099276e+07 node_network_receive_bytes_total{device="vethf7737b5"} 126 node_network_receive_bytes_total{device="vethfe77aad"} 8.890664e+06 node_network_receive_bytes_total{device="wlo1"} 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="br-5a01ec77fb90"} 0 node_network_receive_compressed_total{device="br-a0545bea7dba"} 0 node_network_receive_compressed_total{device="br-ba3db30d299a"} 0 node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="enp7s0"} 0 node_network_receive_compressed_total{device="enp8s0"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="veth1267d02"} 0 node_network_receive_compressed_total{device="veth1784a30"} 0 node_network_receive_compressed_total{device="veth24db479"} 0 node_network_receive_compressed_total{device="veth2d21a80"} 0 node_network_receive_compressed_total{device="veth33ff0c7"} 0 node_network_receive_compressed_total{device="veth3b294c7"} 0 node_network_receive_compressed_total{device="veth4173b60"} 0 node_network_receive_compressed_total{device="veth43263a8"} 0 node_network_receive_compressed_total{device="veth43928bf"} 0 node_network_receive_compressed_total{device="veth468fdf6"} 0 node_network_receive_compressed_total{device="veth495b59d"} 0 node_network_receive_compressed_total{device="veth4f34bdb"} 0 node_network_receive_compressed_total{device="veth507330b"} 0 node_network_receive_compressed_total{device="veth531303a"} 0 node_network_receive_compressed_total{device="veth6fd565a"} 0 node_network_receive_compressed_total{device="veth7068c84"} 0 node_network_receive_compressed_total{device="veth728bf1a"} 0 node_network_receive_compressed_total{device="veth7b494af"} 0 node_network_receive_compressed_total{device="veth810bb01"} 0 node_network_receive_compressed_total{device="veth819d74f"} 0 node_network_receive_compressed_total{device="veth9c85375"} 0 node_network_receive_compressed_total{device="veth9dddbcd"} 0 node_network_receive_compressed_total{device="vethacd51b7"} 0 node_network_receive_compressed_total{device="vethbd199e8"} 0 node_network_receive_compressed_total{device="vethcbc2663"} 0 node_network_receive_compressed_total{device="vethd8e9b89"} 0 node_network_receive_compressed_total{device="vethd9c7415"} 0 node_network_receive_compressed_total{device="vethdb063ad"} 0 node_network_receive_compressed_total{device="vethdfb4764"} 0 node_network_receive_compressed_total{device="vethe3c2b8b"} 0 node_network_receive_compressed_total{device="vethe7eed23"} 0 node_network_receive_compressed_total{device="vethf7737b5"} 0 node_network_receive_compressed_total{device="vethfe77aad"} 0 node_network_receive_compressed_total{device="wlo1"} 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="br-5a01ec77fb90"} 0 node_network_receive_drop_total{device="br-a0545bea7dba"} 0 node_network_receive_drop_total{device="br-ba3db30d299a"} 0 node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="enp7s0"} 0 node_network_receive_drop_total{device="enp8s0"} 274713 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="veth1267d02"} 0 node_network_receive_drop_total{device="veth1784a30"} 0 node_network_receive_drop_total{device="veth24db479"} 0 node_network_receive_drop_total{device="veth2d21a80"} 0 node_network_receive_drop_total{device="veth33ff0c7"} 0 node_network_receive_drop_total{device="veth3b294c7"} 0 node_network_receive_drop_total{device="veth4173b60"} 0 node_network_receive_drop_total{device="veth43263a8"} 0 node_network_receive_drop_total{device="veth43928bf"} 0 node_network_receive_drop_total{device="veth468fdf6"} 0 node_network_receive_drop_total{device="veth495b59d"} 0 node_network_receive_drop_total{device="veth4f34bdb"} 0 node_network_receive_drop_total{device="veth507330b"} 0 node_network_receive_drop_total{device="veth531303a"} 0 node_network_receive_drop_total{device="veth6fd565a"} 0 node_network_receive_drop_total{device="veth7068c84"} 0 node_network_receive_drop_total{device="veth728bf1a"} 0 node_network_receive_drop_total{device="veth7b494af"} 0 node_network_receive_drop_total{device="veth810bb01"} 0 node_network_receive_drop_total{device="veth819d74f"} 0 node_network_receive_drop_total{device="veth9c85375"} 0 node_network_receive_drop_total{device="veth9dddbcd"} 0 node_network_receive_drop_total{device="vethacd51b7"} 0 node_network_receive_drop_total{device="vethbd199e8"} 0 node_network_receive_drop_total{device="vethcbc2663"} 0 node_network_receive_drop_total{device="vethd8e9b89"} 0 node_network_receive_drop_total{device="vethd9c7415"} 0 node_network_receive_drop_total{device="vethdb063ad"} 0 node_network_receive_drop_total{device="vethdfb4764"} 0 node_network_receive_drop_total{device="vethe3c2b8b"} 0 node_network_receive_drop_total{device="vethe7eed23"} 0 node_network_receive_drop_total{device="vethf7737b5"} 0 node_network_receive_drop_total{device="vethfe77aad"} 0 node_network_receive_drop_total{device="wlo1"} 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="br-5a01ec77fb90"} 0 node_network_receive_errs_total{device="br-a0545bea7dba"} 0 node_network_receive_errs_total{device="br-ba3db30d299a"} 0 node_network_receive_errs_total{device="docker0"} 0 node_network_receive_errs_total{device="enp7s0"} 0 node_network_receive_errs_total{device="enp8s0"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="veth1267d02"} 0 node_network_receive_errs_total{device="veth1784a30"} 0 node_network_receive_errs_total{device="veth24db479"} 0 node_network_receive_errs_total{device="veth2d21a80"} 0 node_network_receive_errs_total{device="veth33ff0c7"} 0 node_network_receive_errs_total{device="veth3b294c7"} 0 node_network_receive_errs_total{device="veth4173b60"} 0 node_network_receive_errs_total{device="veth43263a8"} 0 node_network_receive_errs_total{device="veth43928bf"} 0 node_network_receive_errs_total{device="veth468fdf6"} 0 node_network_receive_errs_total{device="veth495b59d"} 0 node_network_receive_errs_total{device="veth4f34bdb"} 0 node_network_receive_errs_total{device="veth507330b"} 0 node_network_receive_errs_total{device="veth531303a"} 0 node_network_receive_errs_total{device="veth6fd565a"} 0 node_network_receive_errs_total{device="veth7068c84"} 0 node_network_receive_errs_total{device="veth728bf1a"} 0 node_network_receive_errs_total{device="veth7b494af"} 0 node_network_receive_errs_total{device="veth810bb01"} 0 node_network_receive_errs_total{device="veth819d74f"} 0 node_network_receive_errs_total{device="veth9c85375"} 0 node_network_receive_errs_total{device="veth9dddbcd"} 0 node_network_receive_errs_total{device="vethacd51b7"} 0 node_network_receive_errs_total{device="vethbd199e8"} 0 node_network_receive_errs_total{device="vethcbc2663"} 0 node_network_receive_errs_total{device="vethd8e9b89"} 0 node_network_receive_errs_total{device="vethd9c7415"} 0 node_network_receive_errs_total{device="vethdb063ad"} 0 node_network_receive_errs_total{device="vethdfb4764"} 0 node_network_receive_errs_total{device="vethe3c2b8b"} 0 node_network_receive_errs_total{device="vethe7eed23"} 0 node_network_receive_errs_total{device="vethf7737b5"} 0 node_network_receive_errs_total{device="vethfe77aad"} 0 node_network_receive_errs_total{device="wlo1"} 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="br-5a01ec77fb90"} 0 node_network_receive_fifo_total{device="br-a0545bea7dba"} 0 node_network_receive_fifo_total{device="br-ba3db30d299a"} 0 node_network_receive_fifo_total{device="docker0"} 0 node_network_receive_fifo_total{device="enp7s0"} 0 node_network_receive_fifo_total{device="enp8s0"} 2076 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="veth1267d02"} 0 node_network_receive_fifo_total{device="veth1784a30"} 0 node_network_receive_fifo_total{device="veth24db479"} 0 node_network_receive_fifo_total{device="veth2d21a80"} 0 node_network_receive_fifo_total{device="veth33ff0c7"} 0 node_network_receive_fifo_total{device="veth3b294c7"} 0 node_network_receive_fifo_total{device="veth4173b60"} 0 node_network_receive_fifo_total{device="veth43263a8"} 0 node_network_receive_fifo_total{device="veth43928bf"} 0 node_network_receive_fifo_total{device="veth468fdf6"} 0 node_network_receive_fifo_total{device="veth495b59d"} 0 node_network_receive_fifo_total{device="veth4f34bdb"} 0 node_network_receive_fifo_total{device="veth507330b"} 0 node_network_receive_fifo_total{device="veth531303a"} 0 node_network_receive_fifo_total{device="veth6fd565a"} 0 node_network_receive_fifo_total{device="veth7068c84"} 0 node_network_receive_fifo_total{device="veth728bf1a"} 0 node_network_receive_fifo_total{device="veth7b494af"} 0 node_network_receive_fifo_total{device="veth810bb01"} 0 node_network_receive_fifo_total{device="veth819d74f"} 0 node_network_receive_fifo_total{device="veth9c85375"} 0 node_network_receive_fifo_total{device="veth9dddbcd"} 0 node_network_receive_fifo_total{device="vethacd51b7"} 0 node_network_receive_fifo_total{device="vethbd199e8"} 0 node_network_receive_fifo_total{device="vethcbc2663"} 0 node_network_receive_fifo_total{device="vethd8e9b89"} 0 node_network_receive_fifo_total{device="vethd9c7415"} 0 node_network_receive_fifo_total{device="vethdb063ad"} 0 node_network_receive_fifo_total{device="vethdfb4764"} 0 node_network_receive_fifo_total{device="vethe3c2b8b"} 0 node_network_receive_fifo_total{device="vethe7eed23"} 0 node_network_receive_fifo_total{device="vethf7737b5"} 0 node_network_receive_fifo_total{device="vethfe77aad"} 0 node_network_receive_fifo_total{device="wlo1"} 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="br-5a01ec77fb90"} 0 node_network_receive_frame_total{device="br-a0545bea7dba"} 0 node_network_receive_frame_total{device="br-ba3db30d299a"} 0 node_network_receive_frame_total{device="docker0"} 0 node_network_receive_frame_total{device="enp7s0"} 0 node_network_receive_frame_total{device="enp8s0"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="veth1267d02"} 0 node_network_receive_frame_total{device="veth1784a30"} 0 node_network_receive_frame_total{device="veth24db479"} 0 node_network_receive_frame_total{device="veth2d21a80"} 0 node_network_receive_frame_total{device="veth33ff0c7"} 0 node_network_receive_frame_total{device="veth3b294c7"} 0 node_network_receive_frame_total{device="veth4173b60"} 0 node_network_receive_frame_total{device="veth43263a8"} 0 node_network_receive_frame_total{device="veth43928bf"} 0 node_network_receive_frame_total{device="veth468fdf6"} 0 node_network_receive_frame_total{device="veth495b59d"} 0 node_network_receive_frame_total{device="veth4f34bdb"} 0 node_network_receive_frame_total{device="veth507330b"} 0 node_network_receive_frame_total{device="veth531303a"} 0 node_network_receive_frame_total{device="veth6fd565a"} 0 node_network_receive_frame_total{device="veth7068c84"} 0 node_network_receive_frame_total{device="veth728bf1a"} 0 node_network_receive_frame_total{device="veth7b494af"} 0 node_network_receive_frame_total{device="veth810bb01"} 0 node_network_receive_frame_total{device="veth819d74f"} 0 node_network_receive_frame_total{device="veth9c85375"} 0 node_network_receive_frame_total{device="veth9dddbcd"} 0 node_network_receive_frame_total{device="vethacd51b7"} 0 node_network_receive_frame_total{device="vethbd199e8"} 0 node_network_receive_frame_total{device="vethcbc2663"} 0 node_network_receive_frame_total{device="vethd8e9b89"} 0 node_network_receive_frame_total{device="vethd9c7415"} 0 node_network_receive_frame_total{device="vethdb063ad"} 0 node_network_receive_frame_total{device="vethdfb4764"} 0 node_network_receive_frame_total{device="vethe3c2b8b"} 0 node_network_receive_frame_total{device="vethe7eed23"} 0 node_network_receive_frame_total{device="vethf7737b5"} 0 node_network_receive_frame_total{device="vethfe77aad"} 0 node_network_receive_frame_total{device="wlo1"} 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="br-5a01ec77fb90"} 0 node_network_receive_multicast_total{device="br-a0545bea7dba"} 0 node_network_receive_multicast_total{device="br-ba3db30d299a"} 0 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="enp7s0"} 0 node_network_receive_multicast_total{device="enp8s0"} 298435 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="veth1267d02"} 0 node_network_receive_multicast_total{device="veth1784a30"} 0 node_network_receive_multicast_total{device="veth24db479"} 0 node_network_receive_multicast_total{device="veth2d21a80"} 0 node_network_receive_multicast_total{device="veth33ff0c7"} 0 node_network_receive_multicast_total{device="veth3b294c7"} 0 node_network_receive_multicast_total{device="veth4173b60"} 0 node_network_receive_multicast_total{device="veth43263a8"} 0 node_network_receive_multicast_total{device="veth43928bf"} 0 node_network_receive_multicast_total{device="veth468fdf6"} 0 node_network_receive_multicast_total{device="veth495b59d"} 0 node_network_receive_multicast_total{device="veth4f34bdb"} 0 node_network_receive_multicast_total{device="veth507330b"} 0 node_network_receive_multicast_total{device="veth531303a"} 0 node_network_receive_multicast_total{device="veth6fd565a"} 0 node_network_receive_multicast_total{device="veth7068c84"} 0 node_network_receive_multicast_total{device="veth728bf1a"} 0 node_network_receive_multicast_total{device="veth7b494af"} 0 node_network_receive_multicast_total{device="veth810bb01"} 0 node_network_receive_multicast_total{device="veth819d74f"} 0 node_network_receive_multicast_total{device="veth9c85375"} 0 node_network_receive_multicast_total{device="veth9dddbcd"} 0 node_network_receive_multicast_total{device="vethacd51b7"} 0 node_network_receive_multicast_total{device="vethbd199e8"} 0 node_network_receive_multicast_total{device="vethcbc2663"} 0 node_network_receive_multicast_total{device="vethd8e9b89"} 0 node_network_receive_multicast_total{device="vethd9c7415"} 0 node_network_receive_multicast_total{device="vethdb063ad"} 0 node_network_receive_multicast_total{device="vethdfb4764"} 0 node_network_receive_multicast_total{device="vethe3c2b8b"} 0 node_network_receive_multicast_total{device="vethe7eed23"} 0 node_network_receive_multicast_total{device="vethf7737b5"} 0 node_network_receive_multicast_total{device="vethfe77aad"} 0 node_network_receive_multicast_total{device="wlo1"} 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="br-5a01ec77fb90"} 0 node_network_receive_nohandler_total{device="br-a0545bea7dba"} 0 node_network_receive_nohandler_total{device="br-ba3db30d299a"} 0 node_network_receive_nohandler_total{device="docker0"} 0 node_network_receive_nohandler_total{device="enp7s0"} 0 node_network_receive_nohandler_total{device="enp8s0"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="veth1267d02"} 0 node_network_receive_nohandler_total{device="veth1784a30"} 0 node_network_receive_nohandler_total{device="veth24db479"} 0 node_network_receive_nohandler_total{device="veth2d21a80"} 0 node_network_receive_nohandler_total{device="veth33ff0c7"} 0 node_network_receive_nohandler_total{device="veth3b294c7"} 0 node_network_receive_nohandler_total{device="veth4173b60"} 0 node_network_receive_nohandler_total{device="veth43263a8"} 0 node_network_receive_nohandler_total{device="veth43928bf"} 0 node_network_receive_nohandler_total{device="veth468fdf6"} 0 node_network_receive_nohandler_total{device="veth495b59d"} 0 node_network_receive_nohandler_total{device="veth4f34bdb"} 0 node_network_receive_nohandler_total{device="veth507330b"} 0 node_network_receive_nohandler_total{device="veth531303a"} 0 node_network_receive_nohandler_total{device="veth6fd565a"} 0 node_network_receive_nohandler_total{device="veth7068c84"} 0 node_network_receive_nohandler_total{device="veth728bf1a"} 0 node_network_receive_nohandler_total{device="veth7b494af"} 0 node_network_receive_nohandler_total{device="veth810bb01"} 0 node_network_receive_nohandler_total{device="veth819d74f"} 0 node_network_receive_nohandler_total{device="veth9c85375"} 0 node_network_receive_nohandler_total{device="veth9dddbcd"} 0 node_network_receive_nohandler_total{device="vethacd51b7"} 0 node_network_receive_nohandler_total{device="vethbd199e8"} 0 node_network_receive_nohandler_total{device="vethcbc2663"} 0 node_network_receive_nohandler_total{device="vethd8e9b89"} 0 node_network_receive_nohandler_total{device="vethd9c7415"} 0 node_network_receive_nohandler_total{device="vethdb063ad"} 0 node_network_receive_nohandler_total{device="vethdfb4764"} 0 node_network_receive_nohandler_total{device="vethe3c2b8b"} 0 node_network_receive_nohandler_total{device="vethe7eed23"} 0 node_network_receive_nohandler_total{device="vethf7737b5"} 0 node_network_receive_nohandler_total{device="vethfe77aad"} 0 node_network_receive_nohandler_total{device="wlo1"} 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="br-5a01ec77fb90"} 1.0418957e+07 node_network_receive_packets_total{device="br-a0545bea7dba"} 1.725701054e+09 node_network_receive_packets_total{device="br-ba3db30d299a"} 3483 node_network_receive_packets_total{device="docker0"} 0 node_network_receive_packets_total{device="enp7s0"} 0 node_network_receive_packets_total{device="enp8s0"} 1.368164949e+09 node_network_receive_packets_total{device="lo"} 648643 node_network_receive_packets_total{device="veth1267d02"} 3 node_network_receive_packets_total{device="veth1784a30"} 3 node_network_receive_packets_total{device="veth24db479"} 103482 node_network_receive_packets_total{device="veth2d21a80"} 3483 node_network_receive_packets_total{device="veth33ff0c7"} 3 node_network_receive_packets_total{device="veth3b294c7"} 2719 node_network_receive_packets_total{device="veth4173b60"} 44413 node_network_receive_packets_total{device="veth43263a8"} 31 node_network_receive_packets_total{device="veth43928bf"} 1.207584e+06 node_network_receive_packets_total{device="veth468fdf6"} 6676 node_network_receive_packets_total{device="veth495b59d"} 373115 node_network_receive_packets_total{device="veth4f34bdb"} 3 node_network_receive_packets_total{device="veth507330b"} 1.670895e+06 node_network_receive_packets_total{device="veth531303a"} 1.724461719e+09 node_network_receive_packets_total{device="veth6fd565a"} 1.309866e+06 node_network_receive_packets_total{device="veth7068c84"} 157441 node_network_receive_packets_total{device="veth728bf1a"} 99274 node_network_receive_packets_total{device="veth7b494af"} 478 node_network_receive_packets_total{device="veth810bb01"} 1.0847379e+07 node_network_receive_packets_total{device="veth819d74f"} 102327 node_network_receive_packets_total{device="veth9c85375"} 333031 node_network_receive_packets_total{device="veth9dddbcd"} 155807 node_network_receive_packets_total{device="vethacd51b7"} 6506 node_network_receive_packets_total{device="vethbd199e8"} 2.595788e+06 node_network_receive_packets_total{device="vethcbc2663"} 223 node_network_receive_packets_total{device="vethd8e9b89"} 81 node_network_receive_packets_total{device="vethd9c7415"} 50279 node_network_receive_packets_total{device="vethdb063ad"} 3 node_network_receive_packets_total{device="vethdfb4764"} 3480 node_network_receive_packets_total{device="vethe3c2b8b"} 3 node_network_receive_packets_total{device="vethe7eed23"} 498592 node_network_receive_packets_total{device="vethf7737b5"} 3 node_network_receive_packets_total{device="vethfe77aad"} 58556 node_network_receive_packets_total{device="wlo1"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-5a01ec77fb90"} 1.25e+09 node_network_speed_bytes{device="br-a0545bea7dba"} 1.25e+09 node_network_speed_bytes{device="br-ba3db30d299a"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="enp8s0"} 3.125e+08 node_network_speed_bytes{device="veth1267d02"} 1.25e+09 node_network_speed_bytes{device="veth1784a30"} 1.25e+09 node_network_speed_bytes{device="veth24db479"} 1.25e+09 node_network_speed_bytes{device="veth2d21a80"} 1.25e+09 node_network_speed_bytes{device="veth33ff0c7"} 1.25e+09 node_network_speed_bytes{device="veth3b294c7"} 1.25e+09 node_network_speed_bytes{device="veth4173b60"} 1.25e+09 node_network_speed_bytes{device="veth43263a8"} 1.25e+09 node_network_speed_bytes{device="veth43928bf"} 1.25e+09 node_network_speed_bytes{device="veth468fdf6"} 1.25e+09 node_network_speed_bytes{device="veth495b59d"} 1.25e+09 node_network_speed_bytes{device="veth4f34bdb"} 1.25e+09 node_network_speed_bytes{device="veth507330b"} 1.25e+09 node_network_speed_bytes{device="veth531303a"} 1.25e+09 node_network_speed_bytes{device="veth6fd565a"} 1.25e+09 node_network_speed_bytes{device="veth7068c84"} 1.25e+09 node_network_speed_bytes{device="veth728bf1a"} 1.25e+09 node_network_speed_bytes{device="veth7b494af"} 1.25e+09 node_network_speed_bytes{device="veth810bb01"} 1.25e+09 node_network_speed_bytes{device="veth819d74f"} 1.25e+09 node_network_speed_bytes{device="veth9c85375"} 1.25e+09 node_network_speed_bytes{device="veth9dddbcd"} 1.25e+09 node_network_speed_bytes{device="vethacd51b7"} 1.25e+09 node_network_speed_bytes{device="vethbd199e8"} 1.25e+09 node_network_speed_bytes{device="vethcbc2663"} 1.25e+09 node_network_speed_bytes{device="vethd8e9b89"} 1.25e+09 node_network_speed_bytes{device="vethd9c7415"} 1.25e+09 node_network_speed_bytes{device="vethdb063ad"} 1.25e+09 node_network_speed_bytes{device="vethdfb4764"} 1.25e+09 node_network_speed_bytes{device="vethe3c2b8b"} 1.25e+09 node_network_speed_bytes{device="vethe7eed23"} 1.25e+09 node_network_speed_bytes{device="vethf7737b5"} 1.25e+09 node_network_speed_bytes{device="vethfe77aad"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="br-5a01ec77fb90"} 2.015928005e+09 node_network_transmit_bytes_total{device="br-a0545bea7dba"} 4.32799499516e+11 node_network_transmit_bytes_total{device="br-ba3db30d299a"} 1.724901e+06 node_network_transmit_bytes_total{device="docker0"} 0 node_network_transmit_bytes_total{device="enp7s0"} 0 node_network_transmit_bytes_total{device="enp8s0"} 1.175469953985e+12 node_network_transmit_bytes_total{device="lo"} 1.2016426e+08 node_network_transmit_bytes_total{device="veth1267d02"} 146982 node_network_transmit_bytes_total{device="veth1784a30"} 147979 node_network_transmit_bytes_total{device="veth24db479"} 4.43498376e+08 node_network_transmit_bytes_total{device="veth2d21a80"} 1.752951e+06 node_network_transmit_bytes_total{device="veth33ff0c7"} 146797 node_network_transmit_bytes_total{device="veth3b294c7"} 461279 node_network_transmit_bytes_total{device="veth4173b60"} 1.3212984e+07 node_network_transmit_bytes_total{device="veth43263a8"} 25852 node_network_transmit_bytes_total{device="veth43928bf"} 2.53065362e+09 node_network_transmit_bytes_total{device="veth468fdf6"} 714911 node_network_transmit_bytes_total{device="veth495b59d"} 2.85676075e+08 node_network_transmit_bytes_total{device="veth4f34bdb"} 147811 node_network_transmit_bytes_total{device="veth507330b"} 3.77664125e+08 node_network_transmit_bytes_total{device="veth531303a"} 4.28558676748e+11 node_network_transmit_bytes_total{device="veth6fd565a"} 1.275275724e+09 node_network_transmit_bytes_total{device="veth7068c84"} 1.8797322e+07 node_network_transmit_bytes_total{device="veth728bf1a"} 9.41855552e+08 node_network_transmit_bytes_total{device="veth7b494af"} 602102 node_network_transmit_bytes_total{device="veth810bb01"} 1.103915597e+09 node_network_transmit_bytes_total{device="veth819d74f"} 1.3487557e+07 node_network_transmit_bytes_total{device="veth9c85375"} 2.392474041e+09 node_network_transmit_bytes_total{device="veth9dddbcd"} 1.256170988e+09 node_network_transmit_bytes_total{device="vethacd51b7"} 1.029644e+06 node_network_transmit_bytes_total{device="vethbd199e8"} 9.0299216847e+10 node_network_transmit_bytes_total{device="vethcbc2663"} 305360 node_network_transmit_bytes_total{device="vethd8e9b89"} 26145 node_network_transmit_bytes_total{device="vethd9c7415"} 8.298147e+06 node_network_transmit_bytes_total{device="vethdb063ad"} 148467 node_network_transmit_bytes_total{device="vethdfb4764"} 411764 node_network_transmit_bytes_total{device="vethe3c2b8b"} 148621 node_network_transmit_bytes_total{device="vethe7eed23"} 3.0843932515e+10 node_network_transmit_bytes_total{device="vethf7737b5"} 147923 node_network_transmit_bytes_total{device="vethfe77aad"} 2.3053654e+07 node_network_transmit_bytes_total{device="wlo1"} 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="br-5a01ec77fb90"} 0 node_network_transmit_carrier_total{device="br-a0545bea7dba"} 0 node_network_transmit_carrier_total{device="br-ba3db30d299a"} 0 node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="enp7s0"} 0 node_network_transmit_carrier_total{device="enp8s0"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="veth1267d02"} 0 node_network_transmit_carrier_total{device="veth1784a30"} 0 node_network_transmit_carrier_total{device="veth24db479"} 0 node_network_transmit_carrier_total{device="veth2d21a80"} 0 node_network_transmit_carrier_total{device="veth33ff0c7"} 0 node_network_transmit_carrier_total{device="veth3b294c7"} 0 node_network_transmit_carrier_total{device="veth4173b60"} 0 node_network_transmit_carrier_total{device="veth43263a8"} 0 node_network_transmit_carrier_total{device="veth43928bf"} 0 node_network_transmit_carrier_total{device="veth468fdf6"} 0 node_network_transmit_carrier_total{device="veth495b59d"} 0 node_network_transmit_carrier_total{device="veth4f34bdb"} 0 node_network_transmit_carrier_total{device="veth507330b"} 0 node_network_transmit_carrier_total{device="veth531303a"} 0 node_network_transmit_carrier_total{device="veth6fd565a"} 0 node_network_transmit_carrier_total{device="veth7068c84"} 0 node_network_transmit_carrier_total{device="veth728bf1a"} 0 node_network_transmit_carrier_total{device="veth7b494af"} 0 node_network_transmit_carrier_total{device="veth810bb01"} 0 node_network_transmit_carrier_total{device="veth819d74f"} 0 node_network_transmit_carrier_total{device="veth9c85375"} 0 node_network_transmit_carrier_total{device="veth9dddbcd"} 0 node_network_transmit_carrier_total{device="vethacd51b7"} 0 node_network_transmit_carrier_total{device="vethbd199e8"} 0 node_network_transmit_carrier_total{device="vethcbc2663"} 0 node_network_transmit_carrier_total{device="vethd8e9b89"} 0 node_network_transmit_carrier_total{device="vethd9c7415"} 0 node_network_transmit_carrier_total{device="vethdb063ad"} 0 node_network_transmit_carrier_total{device="vethdfb4764"} 0 node_network_transmit_carrier_total{device="vethe3c2b8b"} 0 node_network_transmit_carrier_total{device="vethe7eed23"} 0 node_network_transmit_carrier_total{device="vethf7737b5"} 0 node_network_transmit_carrier_total{device="vethfe77aad"} 0 node_network_transmit_carrier_total{device="wlo1"} 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="br-5a01ec77fb90"} 0 node_network_transmit_colls_total{device="br-a0545bea7dba"} 0 node_network_transmit_colls_total{device="br-ba3db30d299a"} 0 node_network_transmit_colls_total{device="docker0"} 0 node_network_transmit_colls_total{device="enp7s0"} 0 node_network_transmit_colls_total{device="enp8s0"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="veth1267d02"} 0 node_network_transmit_colls_total{device="veth1784a30"} 0 node_network_transmit_colls_total{device="veth24db479"} 0 node_network_transmit_colls_total{device="veth2d21a80"} 0 node_network_transmit_colls_total{device="veth33ff0c7"} 0 node_network_transmit_colls_total{device="veth3b294c7"} 0 node_network_transmit_colls_total{device="veth4173b60"} 0 node_network_transmit_colls_total{device="veth43263a8"} 0 node_network_transmit_colls_total{device="veth43928bf"} 0 node_network_transmit_colls_total{device="veth468fdf6"} 0 node_network_transmit_colls_total{device="veth495b59d"} 0 node_network_transmit_colls_total{device="veth4f34bdb"} 0 node_network_transmit_colls_total{device="veth507330b"} 0 node_network_transmit_colls_total{device="veth531303a"} 0 node_network_transmit_colls_total{device="veth6fd565a"} 0 node_network_transmit_colls_total{device="veth7068c84"} 0 node_network_transmit_colls_total{device="veth728bf1a"} 0 node_network_transmit_colls_total{device="veth7b494af"} 0 node_network_transmit_colls_total{device="veth810bb01"} 0 node_network_transmit_colls_total{device="veth819d74f"} 0 node_network_transmit_colls_total{device="veth9c85375"} 0 node_network_transmit_colls_total{device="veth9dddbcd"} 0 node_network_transmit_colls_total{device="vethacd51b7"} 0 node_network_transmit_colls_total{device="vethbd199e8"} 0 node_network_transmit_colls_total{device="vethcbc2663"} 0 node_network_transmit_colls_total{device="vethd8e9b89"} 0 node_network_transmit_colls_total{device="vethd9c7415"} 0 node_network_transmit_colls_total{device="vethdb063ad"} 0 node_network_transmit_colls_total{device="vethdfb4764"} 0 node_network_transmit_colls_total{device="vethe3c2b8b"} 0 node_network_transmit_colls_total{device="vethe7eed23"} 0 node_network_transmit_colls_total{device="vethf7737b5"} 0 node_network_transmit_colls_total{device="vethfe77aad"} 0 node_network_transmit_colls_total{device="wlo1"} 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="br-5a01ec77fb90"} 0 node_network_transmit_compressed_total{device="br-a0545bea7dba"} 0 node_network_transmit_compressed_total{device="br-ba3db30d299a"} 0 node_network_transmit_compressed_total{device="docker0"} 0 node_network_transmit_compressed_total{device="enp7s0"} 0 node_network_transmit_compressed_total{device="enp8s0"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="veth1267d02"} 0 node_network_transmit_compressed_total{device="veth1784a30"} 0 node_network_transmit_compressed_total{device="veth24db479"} 0 node_network_transmit_compressed_total{device="veth2d21a80"} 0 node_network_transmit_compressed_total{device="veth33ff0c7"} 0 node_network_transmit_compressed_total{device="veth3b294c7"} 0 node_network_transmit_compressed_total{device="veth4173b60"} 0 node_network_transmit_compressed_total{device="veth43263a8"} 0 node_network_transmit_compressed_total{device="veth43928bf"} 0 node_network_transmit_compressed_total{device="veth468fdf6"} 0 node_network_transmit_compressed_total{device="veth495b59d"} 0 node_network_transmit_compressed_total{device="veth4f34bdb"} 0 node_network_transmit_compressed_total{device="veth507330b"} 0 node_network_transmit_compressed_total{device="veth531303a"} 0 node_network_transmit_compressed_total{device="veth6fd565a"} 0 node_network_transmit_compressed_total{device="veth7068c84"} 0 node_network_transmit_compressed_total{device="veth728bf1a"} 0 node_network_transmit_compressed_total{device="veth7b494af"} 0 node_network_transmit_compressed_total{device="veth810bb01"} 0 node_network_transmit_compressed_total{device="veth819d74f"} 0 node_network_transmit_compressed_total{device="veth9c85375"} 0 node_network_transmit_compressed_total{device="veth9dddbcd"} 0 node_network_transmit_compressed_total{device="vethacd51b7"} 0 node_network_transmit_compressed_total{device="vethbd199e8"} 0 node_network_transmit_compressed_total{device="vethcbc2663"} 0 node_network_transmit_compressed_total{device="vethd8e9b89"} 0 node_network_transmit_compressed_total{device="vethd9c7415"} 0 node_network_transmit_compressed_total{device="vethdb063ad"} 0 node_network_transmit_compressed_total{device="vethdfb4764"} 0 node_network_transmit_compressed_total{device="vethe3c2b8b"} 0 node_network_transmit_compressed_total{device="vethe7eed23"} 0 node_network_transmit_compressed_total{device="vethf7737b5"} 0 node_network_transmit_compressed_total{device="vethfe77aad"} 0 node_network_transmit_compressed_total{device="wlo1"} 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="br-5a01ec77fb90"} 6 node_network_transmit_drop_total{device="br-a0545bea7dba"} 6 node_network_transmit_drop_total{device="br-ba3db30d299a"} 6 node_network_transmit_drop_total{device="docker0"} 153 node_network_transmit_drop_total{device="enp7s0"} 0 node_network_transmit_drop_total{device="enp8s0"} 118 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="veth1267d02"} 0 node_network_transmit_drop_total{device="veth1784a30"} 0 node_network_transmit_drop_total{device="veth24db479"} 0 node_network_transmit_drop_total{device="veth2d21a80"} 0 node_network_transmit_drop_total{device="veth33ff0c7"} 0 node_network_transmit_drop_total{device="veth3b294c7"} 0 node_network_transmit_drop_total{device="veth4173b60"} 0 node_network_transmit_drop_total{device="veth43263a8"} 0 node_network_transmit_drop_total{device="veth43928bf"} 0 node_network_transmit_drop_total{device="veth468fdf6"} 0 node_network_transmit_drop_total{device="veth495b59d"} 0 node_network_transmit_drop_total{device="veth4f34bdb"} 0 node_network_transmit_drop_total{device="veth507330b"} 0 node_network_transmit_drop_total{device="veth531303a"} 0 node_network_transmit_drop_total{device="veth6fd565a"} 0 node_network_transmit_drop_total{device="veth7068c84"} 0 node_network_transmit_drop_total{device="veth728bf1a"} 0 node_network_transmit_drop_total{device="veth7b494af"} 0 node_network_transmit_drop_total{device="veth810bb01"} 0 node_network_transmit_drop_total{device="veth819d74f"} 0 node_network_transmit_drop_total{device="veth9c85375"} 0 node_network_transmit_drop_total{device="veth9dddbcd"} 0 node_network_transmit_drop_total{device="vethacd51b7"} 0 node_network_transmit_drop_total{device="vethbd199e8"} 0 node_network_transmit_drop_total{device="vethcbc2663"} 0 node_network_transmit_drop_total{device="vethd8e9b89"} 0 node_network_transmit_drop_total{device="vethd9c7415"} 0 node_network_transmit_drop_total{device="vethdb063ad"} 0 node_network_transmit_drop_total{device="vethdfb4764"} 0 node_network_transmit_drop_total{device="vethe3c2b8b"} 0 node_network_transmit_drop_total{device="vethe7eed23"} 0 node_network_transmit_drop_total{device="vethf7737b5"} 0 node_network_transmit_drop_total{device="vethfe77aad"} 0 node_network_transmit_drop_total{device="wlo1"} 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="br-5a01ec77fb90"} 0 node_network_transmit_errs_total{device="br-a0545bea7dba"} 0 node_network_transmit_errs_total{device="br-ba3db30d299a"} 0 node_network_transmit_errs_total{device="docker0"} 0 node_network_transmit_errs_total{device="enp7s0"} 0 node_network_transmit_errs_total{device="enp8s0"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="veth1267d02"} 0 node_network_transmit_errs_total{device="veth1784a30"} 0 node_network_transmit_errs_total{device="veth24db479"} 0 node_network_transmit_errs_total{device="veth2d21a80"} 0 node_network_transmit_errs_total{device="veth33ff0c7"} 0 node_network_transmit_errs_total{device="veth3b294c7"} 0 node_network_transmit_errs_total{device="veth4173b60"} 0 node_network_transmit_errs_total{device="veth43263a8"} 0 node_network_transmit_errs_total{device="veth43928bf"} 0 node_network_transmit_errs_total{device="veth468fdf6"} 0 node_network_transmit_errs_total{device="veth495b59d"} 0 node_network_transmit_errs_total{device="veth4f34bdb"} 0 node_network_transmit_errs_total{device="veth507330b"} 0 node_network_transmit_errs_total{device="veth531303a"} 0 node_network_transmit_errs_total{device="veth6fd565a"} 0 node_network_transmit_errs_total{device="veth7068c84"} 0 node_network_transmit_errs_total{device="veth728bf1a"} 0 node_network_transmit_errs_total{device="veth7b494af"} 0 node_network_transmit_errs_total{device="veth810bb01"} 0 node_network_transmit_errs_total{device="veth819d74f"} 0 node_network_transmit_errs_total{device="veth9c85375"} 0 node_network_transmit_errs_total{device="veth9dddbcd"} 0 node_network_transmit_errs_total{device="vethacd51b7"} 0 node_network_transmit_errs_total{device="vethbd199e8"} 0 node_network_transmit_errs_total{device="vethcbc2663"} 0 node_network_transmit_errs_total{device="vethd8e9b89"} 0 node_network_transmit_errs_total{device="vethd9c7415"} 0 node_network_transmit_errs_total{device="vethdb063ad"} 0 node_network_transmit_errs_total{device="vethdfb4764"} 0 node_network_transmit_errs_total{device="vethe3c2b8b"} 0 node_network_transmit_errs_total{device="vethe7eed23"} 0 node_network_transmit_errs_total{device="vethf7737b5"} 0 node_network_transmit_errs_total{device="vethfe77aad"} 0 node_network_transmit_errs_total{device="wlo1"} 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="br-5a01ec77fb90"} 0 node_network_transmit_fifo_total{device="br-a0545bea7dba"} 0 node_network_transmit_fifo_total{device="br-ba3db30d299a"} 0 node_network_transmit_fifo_total{device="docker0"} 0 node_network_transmit_fifo_total{device="enp7s0"} 0 node_network_transmit_fifo_total{device="enp8s0"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="veth1267d02"} 0 node_network_transmit_fifo_total{device="veth1784a30"} 0 node_network_transmit_fifo_total{device="veth24db479"} 0 node_network_transmit_fifo_total{device="veth2d21a80"} 0 node_network_transmit_fifo_total{device="veth33ff0c7"} 0 node_network_transmit_fifo_total{device="veth3b294c7"} 0 node_network_transmit_fifo_total{device="veth4173b60"} 0 node_network_transmit_fifo_total{device="veth43263a8"} 0 node_network_transmit_fifo_total{device="veth43928bf"} 0 node_network_transmit_fifo_total{device="veth468fdf6"} 0 node_network_transmit_fifo_total{device="veth495b59d"} 0 node_network_transmit_fifo_total{device="veth4f34bdb"} 0 node_network_transmit_fifo_total{device="veth507330b"} 0 node_network_transmit_fifo_total{device="veth531303a"} 0 node_network_transmit_fifo_total{device="veth6fd565a"} 0 node_network_transmit_fifo_total{device="veth7068c84"} 0 node_network_transmit_fifo_total{device="veth728bf1a"} 0 node_network_transmit_fifo_total{device="veth7b494af"} 0 node_network_transmit_fifo_total{device="veth810bb01"} 0 node_network_transmit_fifo_total{device="veth819d74f"} 0 node_network_transmit_fifo_total{device="veth9c85375"} 0 node_network_transmit_fifo_total{device="veth9dddbcd"} 0 node_network_transmit_fifo_total{device="vethacd51b7"} 0 node_network_transmit_fifo_total{device="vethbd199e8"} 0 node_network_transmit_fifo_total{device="vethcbc2663"} 0 node_network_transmit_fifo_total{device="vethd8e9b89"} 0 node_network_transmit_fifo_total{device="vethd9c7415"} 0 node_network_transmit_fifo_total{device="vethdb063ad"} 0 node_network_transmit_fifo_total{device="vethdfb4764"} 0 node_network_transmit_fifo_total{device="vethe3c2b8b"} 0 node_network_transmit_fifo_total{device="vethe7eed23"} 0 node_network_transmit_fifo_total{device="vethf7737b5"} 0 node_network_transmit_fifo_total{device="vethfe77aad"} 0 node_network_transmit_fifo_total{device="wlo1"} 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="br-5a01ec77fb90"} 2.9446707e+07 node_network_transmit_packets_total{device="br-a0545bea7dba"} 1.333411108e+09 node_network_transmit_packets_total{device="br-ba3db30d299a"} 3217 node_network_transmit_packets_total{device="docker0"} 0 node_network_transmit_packets_total{device="enp7s0"} 0 node_network_transmit_packets_total{device="enp8s0"} 2.035692647e+09 node_network_transmit_packets_total{device="lo"} 648643 node_network_transmit_packets_total{device="veth1267d02"} 2056 node_network_transmit_packets_total{device="veth1784a30"} 2070 node_network_transmit_packets_total{device="veth24db479"} 86081 node_network_transmit_packets_total{device="veth2d21a80"} 3507 node_network_transmit_packets_total{device="veth33ff0c7"} 2052 node_network_transmit_packets_total{device="veth3b294c7"} 5499 node_network_transmit_packets_total{device="veth4173b60"} 42236 node_network_transmit_packets_total{device="veth43263a8"} 228 node_network_transmit_packets_total{device="veth43928bf"} 1.381258e+06 node_network_transmit_packets_total{device="veth468fdf6"} 6087 node_network_transmit_packets_total{device="veth495b59d"} 238028 node_network_transmit_packets_total{device="veth4f34bdb"} 2066 node_network_transmit_packets_total{device="veth507330b"} 5.067872e+06 node_network_transmit_packets_total{device="veth531303a"} 1.332025294e+09 node_network_transmit_packets_total{device="veth6fd565a"} 1.846833e+06 node_network_transmit_packets_total{device="veth7068c84"} 134485 node_network_transmit_packets_total{device="veth728bf1a"} 138758 node_network_transmit_packets_total{device="veth7b494af"} 2538 node_network_transmit_packets_total{device="veth810bb01"} 1.6716243e+07 node_network_transmit_packets_total{device="veth819d74f"} 122704 node_network_transmit_packets_total{device="veth9c85375"} 356560 node_network_transmit_packets_total{device="veth9dddbcd"} 175176 node_network_transmit_packets_total{device="vethacd51b7"} 9269 node_network_transmit_packets_total{device="vethbd199e8"} 1.802011e+06 node_network_transmit_packets_total{device="vethcbc2663"} 2245 node_network_transmit_packets_total{device="vethd8e9b89"} 189 node_network_transmit_packets_total{device="vethd9c7415"} 38024 node_network_transmit_packets_total{device="vethdb063ad"} 2076 node_network_transmit_packets_total{device="vethdfb4764"} 3629 node_network_transmit_packets_total{device="vethe3c2b8b"} 2079 node_network_transmit_packets_total{device="vethe7eed23"} 784079 node_network_transmit_packets_total{device="vethf7737b5"} 2068 node_network_transmit_packets_total{device="vethfe77aad"} 47920 node_network_transmit_packets_total{device="wlo1"} 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-5a01ec77fb90"} 0 node_network_transmit_queue_length{device="br-a0545bea7dba"} 0 node_network_transmit_queue_length{device="br-ba3db30d299a"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="enp7s0"} 1000 node_network_transmit_queue_length{device="enp8s0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth1267d02"} 0 node_network_transmit_queue_length{device="veth1784a30"} 0 node_network_transmit_queue_length{device="veth24db479"} 0 node_network_transmit_queue_length{device="veth2d21a80"} 0 node_network_transmit_queue_length{device="veth33ff0c7"} 0 node_network_transmit_queue_length{device="veth3b294c7"} 0 node_network_transmit_queue_length{device="veth4173b60"} 0 node_network_transmit_queue_length{device="veth43263a8"} 0 node_network_transmit_queue_length{device="veth43928bf"} 0 node_network_transmit_queue_length{device="veth468fdf6"} 0 node_network_transmit_queue_length{device="veth495b59d"} 0 node_network_transmit_queue_length{device="veth4f34bdb"} 0 node_network_transmit_queue_length{device="veth507330b"} 0 node_network_transmit_queue_length{device="veth531303a"} 0 node_network_transmit_queue_length{device="veth6fd565a"} 0 node_network_transmit_queue_length{device="veth7068c84"} 0 node_network_transmit_queue_length{device="veth728bf1a"} 0 node_network_transmit_queue_length{device="veth7b494af"} 0 node_network_transmit_queue_length{device="veth810bb01"} 0 node_network_transmit_queue_length{device="veth819d74f"} 0 node_network_transmit_queue_length{device="veth9c85375"} 0 node_network_transmit_queue_length{device="veth9dddbcd"} 0 node_network_transmit_queue_length{device="vethacd51b7"} 0 node_network_transmit_queue_length{device="vethbd199e8"} 0 node_network_transmit_queue_length{device="vethcbc2663"} 0 node_network_transmit_queue_length{device="vethd8e9b89"} 0 node_network_transmit_queue_length{device="vethd9c7415"} 0 node_network_transmit_queue_length{device="vethdb063ad"} 0 node_network_transmit_queue_length{device="vethdfb4764"} 0 node_network_transmit_queue_length{device="vethe3c2b8b"} 0 node_network_transmit_queue_length{device="vethe7eed23"} 0 node_network_transmit_queue_length{device="vethf7737b5"} 0 node_network_transmit_queue_length{device="vethfe77aad"} 0 node_network_transmit_queue_length{device="wlo1"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-5a01ec77fb90"} 1 node_network_up{device="br-a0545bea7dba"} 1 node_network_up{device="br-ba3db30d299a"} 1 node_network_up{device="docker0"} 0 node_network_up{device="enp7s0"} 0 node_network_up{device="enp8s0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth1267d02"} 1 node_network_up{device="veth1784a30"} 1 node_network_up{device="veth24db479"} 1 node_network_up{device="veth2d21a80"} 1 node_network_up{device="veth33ff0c7"} 1 node_network_up{device="veth3b294c7"} 1 node_network_up{device="veth4173b60"} 1 node_network_up{device="veth43263a8"} 1 node_network_up{device="veth43928bf"} 1 node_network_up{device="veth468fdf6"} 1 node_network_up{device="veth495b59d"} 1 node_network_up{device="veth4f34bdb"} 1 node_network_up{device="veth507330b"} 1 node_network_up{device="veth531303a"} 1 node_network_up{device="veth6fd565a"} 1 node_network_up{device="veth7068c84"} 1 node_network_up{device="veth728bf1a"} 1 node_network_up{device="veth7b494af"} 1 node_network_up{device="veth810bb01"} 1 node_network_up{device="veth819d74f"} 1 node_network_up{device="veth9c85375"} 1 node_network_up{device="veth9dddbcd"} 1 node_network_up{device="vethacd51b7"} 1 node_network_up{device="vethbd199e8"} 1 node_network_up{device="vethcbc2663"} 1 node_network_up{device="vethd8e9b89"} 1 node_network_up{device="vethd9c7415"} 1 node_network_up{device="vethdb063ad"} 1 node_network_up{device="vethdfb4764"} 1 node_network_up{device="vethe3c2b8b"} 1 node_network_up{device="vethe7eed23"} 1 node_network_up{device="vethf7737b5"} 1 node_network_up{device="vethfe77aad"} 1 node_network_up{device="wlo1"} 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 87 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_nf_conntrack_stat_drop Number of packets dropped due to conntrack failure. # TYPE node_nf_conntrack_stat_drop gauge node_nf_conntrack_stat_drop 163 # HELP node_nf_conntrack_stat_early_drop Number of dropped conntrack entries to make room for new ones, if maximum table size was reached. # TYPE node_nf_conntrack_stat_early_drop gauge node_nf_conntrack_stat_early_drop 0 # HELP node_nf_conntrack_stat_found Number of searched entries which were successful. # TYPE node_nf_conntrack_stat_found gauge node_nf_conntrack_stat_found 0 # HELP node_nf_conntrack_stat_ignore Number of packets seen which are already connected to a conntrack entry. # TYPE node_nf_conntrack_stat_ignore gauge node_nf_conntrack_stat_ignore 0 # HELP node_nf_conntrack_stat_insert Number of entries inserted into the list. # TYPE node_nf_conntrack_stat_insert gauge node_nf_conntrack_stat_insert 0 # HELP node_nf_conntrack_stat_insert_failed Number of entries for which list insertion was attempted but failed. # TYPE node_nf_conntrack_stat_insert_failed gauge node_nf_conntrack_stat_insert_failed 163 # HELP node_nf_conntrack_stat_invalid Number of packets seen which can not be tracked. # TYPE node_nf_conntrack_stat_invalid gauge node_nf_conntrack_stat_invalid 1766 # HELP node_nf_conntrack_stat_search_restart Number of conntrack table lookups which had to be restarted due to hashtable resizes. # TYPE node_nf_conntrack_stat_search_restart gauge node_nf_conntrack_stat_search_restart 0 # HELP node_nfsd_connections_total Total number of NFSd TCP connections. # TYPE node_nfsd_connections_total counter node_nfsd_connections_total 3 # HELP node_nfsd_disk_bytes_read_total Total NFSd bytes read. # TYPE node_nfsd_disk_bytes_read_total counter node_nfsd_disk_bytes_read_total 5.32571058e+08 # HELP node_nfsd_disk_bytes_written_total Total NFSd bytes written. # TYPE node_nfsd_disk_bytes_written_total counter node_nfsd_disk_bytes_written_total 0 # HELP node_nfsd_file_handles_stale_total Total number of NFSd stale file handles # TYPE node_nfsd_file_handles_stale_total counter node_nfsd_file_handles_stale_total 0 # HELP node_nfsd_packets_total Total NFSd network packets (sent+received) by protocol type. # TYPE node_nfsd_packets_total counter node_nfsd_packets_total{proto="tcp"} 9583 node_nfsd_packets_total{proto="udp"} 0 # HELP node_nfsd_read_ahead_cache_not_found_total Total number of NFSd read ahead cache not found. # TYPE node_nfsd_read_ahead_cache_not_found_total counter node_nfsd_read_ahead_cache_not_found_total 0 # HELP node_nfsd_read_ahead_cache_size_blocks How large the read ahead cache is in blocks. # TYPE node_nfsd_read_ahead_cache_size_blocks gauge node_nfsd_read_ahead_cache_size_blocks 0 # HELP node_nfsd_reply_cache_hits_total Total number of NFSd Reply Cache hits (client lost server response). # TYPE node_nfsd_reply_cache_hits_total counter node_nfsd_reply_cache_hits_total 0 # HELP node_nfsd_reply_cache_misses_total Total number of NFSd Reply Cache an operation that requires caching (idempotent). # TYPE node_nfsd_reply_cache_misses_total counter node_nfsd_reply_cache_misses_total 0 # HELP node_nfsd_reply_cache_nocache_total Total number of NFSd Reply Cache non-idempotent operations (rename/delete/…). # TYPE node_nfsd_reply_cache_nocache_total counter node_nfsd_reply_cache_nocache_total 9575 # HELP node_nfsd_requests_total Total number NFSd Requests by method and protocol. # TYPE node_nfsd_requests_total counter node_nfsd_requests_total{method="Access",proto="3"} 0 node_nfsd_requests_total{method="Access",proto="4"} 1663 node_nfsd_requests_total{method="Close",proto="4"} 42 node_nfsd_requests_total{method="Commit",proto="3"} 0 node_nfsd_requests_total{method="Commit",proto="4"} 0 node_nfsd_requests_total{method="Create",proto="2"} 0 node_nfsd_requests_total{method="Create",proto="3"} 0 node_nfsd_requests_total{method="Create",proto="4"} 0 node_nfsd_requests_total{method="DelegPurge",proto="4"} 0 node_nfsd_requests_total{method="DelegReturn",proto="4"} 41 node_nfsd_requests_total{method="FsInfo",proto="3"} 0 node_nfsd_requests_total{method="FsStat",proto="2"} 0 node_nfsd_requests_total{method="FsStat",proto="3"} 0 node_nfsd_requests_total{method="GetAttr",proto="2"} 0 node_nfsd_requests_total{method="GetAttr",proto="3"} 0 node_nfsd_requests_total{method="GetAttr",proto="4"} 4919 node_nfsd_requests_total{method="GetFH",proto="4"} 0 node_nfsd_requests_total{method="Link",proto="2"} 0 node_nfsd_requests_total{method="Link",proto="3"} 0 node_nfsd_requests_total{method="Link",proto="4"} 0 node_nfsd_requests_total{method="Lock",proto="4"} 0 node_nfsd_requests_total{method="Lockt",proto="4"} 0 node_nfsd_requests_total{method="Locku",proto="4"} 0 node_nfsd_requests_total{method="Lookup",proto="2"} 0 node_nfsd_requests_total{method="Lookup",proto="3"} 0 node_nfsd_requests_total{method="Lookup",proto="4"} 189 node_nfsd_requests_total{method="LookupRoot",proto="4"} 0 node_nfsd_requests_total{method="MkDir",proto="2"} 0 node_nfsd_requests_total{method="MkDir",proto="3"} 0 node_nfsd_requests_total{method="MkNod",proto="3"} 0 node_nfsd_requests_total{method="Nverify",proto="4"} 0 node_nfsd_requests_total{method="Open",proto="4"} 43 node_nfsd_requests_total{method="OpenAttr",proto="4"} 0 node_nfsd_requests_total{method="OpenConfirm",proto="4"} 0 node_nfsd_requests_total{method="OpenDgrd",proto="4"} 0 node_nfsd_requests_total{method="PathConf",proto="3"} 0 node_nfsd_requests_total{method="PutFH",proto="4"} 9358 node_nfsd_requests_total{method="Read",proto="2"} 0 node_nfsd_requests_total{method="Read",proto="3"} 0 node_nfsd_requests_total{method="Read",proto="4"} 4156 node_nfsd_requests_total{method="ReadDir",proto="2"} 0 node_nfsd_requests_total{method="ReadDir",proto="3"} 0 node_nfsd_requests_total{method="ReadDir",proto="4"} 96 node_nfsd_requests_total{method="ReadDirPlus",proto="3"} 0 node_nfsd_requests_total{method="ReadLink",proto="2"} 0 node_nfsd_requests_total{method="ReadLink",proto="3"} 0 node_nfsd_requests_total{method="ReadLink",proto="4"} 0 node_nfsd_requests_total{method="RelLockOwner",proto="4"} 0 node_nfsd_requests_total{method="Remove",proto="2"} 0 node_nfsd_requests_total{method="Remove",proto="3"} 0 node_nfsd_requests_total{method="Remove",proto="4"} 0 node_nfsd_requests_total{method="Rename",proto="2"} 0 node_nfsd_requests_total{method="Rename",proto="3"} 0 node_nfsd_requests_total{method="Rename",proto="4"} 0 node_nfsd_requests_total{method="Renew",proto="4"} 0 node_nfsd_requests_total{method="RestoreFH",proto="4"} 0 node_nfsd_requests_total{method="RmDir",proto="2"} 0 node_nfsd_requests_total{method="RmDir",proto="3"} 0 node_nfsd_requests_total{method="Root",proto="2"} 0 node_nfsd_requests_total{method="SaveFH",proto="4"} 0 node_nfsd_requests_total{method="SecInfo",proto="4"} 0 node_nfsd_requests_total{method="SetAttr",proto="2"} 0 node_nfsd_requests_total{method="SetAttr",proto="3"} 0 node_nfsd_requests_total{method="SetAttr",proto="4"} 0 node_nfsd_requests_total{method="SetClientID",proto="4"} 0 node_nfsd_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfsd_requests_total{method="SymLink",proto="2"} 0 node_nfsd_requests_total{method="SymLink",proto="3"} 0 node_nfsd_requests_total{method="Verify",proto="4"} 0 node_nfsd_requests_total{method="WdelegGetattr",proto="4"} 0 node_nfsd_requests_total{method="WrCache",proto="2"} 0 node_nfsd_requests_total{method="Write",proto="2"} 0 node_nfsd_requests_total{method="Write",proto="3"} 0 node_nfsd_requests_total{method="Write",proto="4"} 0 # HELP node_nfsd_rpc_errors_total Total number of NFSd RPC errors by error type. # TYPE node_nfsd_rpc_errors_total counter node_nfsd_rpc_errors_total{error="auth"} 0 node_nfsd_rpc_errors_total{error="cInt"} 0 node_nfsd_rpc_errors_total{error="fmt"} 0 # HELP node_nfsd_server_rpcs_total Total number of NFSd RPCs. # TYPE node_nfsd_server_rpcs_total counter node_nfsd_server_rpcs_total 9575 # HELP node_nfsd_server_threads Total number of NFSd kernel threads that are running. # TYPE node_nfsd_server_threads gauge node_nfsd_server_threads 16 # 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="SN022788",model="SPCC M.2 PCIe SSD",serial="240544735170017",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="SN022788",model="SPCC M.2 PCIe SSD",serial="240544735201009",state="live"} 1 node_nvme_info{device="nvme2",firmware_revision="4B2QJXD7",model="Samsung SSD 990 PRO with Heatsink 4TB",serial="S7DSNJ0Y102213F",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="debian",id_like="",image_id="",image_version="",name="Debian GNU/Linux",pretty_name="Debian GNU/Linux 13 (trixie)",variant="",variant_id="",version="13 (trixie)",version_codename="trixie",version_id="13"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="debian",id_like="",name="Debian GNU/Linux"} 13 # 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 3327.859707 # 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 11914.512024 # 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 12334.33211 # 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 27.991399 # 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 28.167219 # 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"} 13972.639310718 node_schedstat_running_seconds_total{cpu="1"} 3257.007397788 node_schedstat_running_seconds_total{cpu="10"} 46513.02593978 node_schedstat_running_seconds_total{cpu="11"} 14220.223103537 node_schedstat_running_seconds_total{cpu="12"} 24010.627367915 node_schedstat_running_seconds_total{cpu="13"} 3658.632307019 node_schedstat_running_seconds_total{cpu="14"} 21505.071828354 node_schedstat_running_seconds_total{cpu="15"} 3255.645586965 node_schedstat_running_seconds_total{cpu="16"} 35373.198847391 node_schedstat_running_seconds_total{cpu="17"} 24435.241759053 node_schedstat_running_seconds_total{cpu="18"} 13132.421202339 node_schedstat_running_seconds_total{cpu="19"} 10761.180003633 node_schedstat_running_seconds_total{cpu="2"} 18169.80472196 node_schedstat_running_seconds_total{cpu="20"} 15550.116951741 node_schedstat_running_seconds_total{cpu="21"} 15227.686037547 node_schedstat_running_seconds_total{cpu="22"} 15428.920025572 node_schedstat_running_seconds_total{cpu="23"} 12846.307928344 node_schedstat_running_seconds_total{cpu="24"} 14946.98169596 node_schedstat_running_seconds_total{cpu="25"} 15002.846098802 node_schedstat_running_seconds_total{cpu="26"} 12681.916013215 node_schedstat_running_seconds_total{cpu="27"} 13212.676097086 node_schedstat_running_seconds_total{cpu="28"} 14005.271111458 node_schedstat_running_seconds_total{cpu="29"} 15783.52838419 node_schedstat_running_seconds_total{cpu="3"} 4114.704087669 node_schedstat_running_seconds_total{cpu="30"} 13810.153879843 node_schedstat_running_seconds_total{cpu="31"} 13389.843204896 node_schedstat_running_seconds_total{cpu="4"} 20128.77393255 node_schedstat_running_seconds_total{cpu="5"} 4238.01111332 node_schedstat_running_seconds_total{cpu="6"} 21508.264461227 node_schedstat_running_seconds_total{cpu="7"} 4262.813879799 node_schedstat_running_seconds_total{cpu="8"} 43302.297970421 node_schedstat_running_seconds_total{cpu="9"} 13788.630915898 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.92584308e+08 node_schedstat_timeslices_total{cpu="1"} 1.38356677e+08 node_schedstat_timeslices_total{cpu="10"} 4.08562404e+08 node_schedstat_timeslices_total{cpu="11"} 1.54074799e+08 node_schedstat_timeslices_total{cpu="12"} 4.2219972e+08 node_schedstat_timeslices_total{cpu="13"} 1.31800016e+08 node_schedstat_timeslices_total{cpu="14"} 3.72883006e+08 node_schedstat_timeslices_total{cpu="15"} 1.20127238e+08 node_schedstat_timeslices_total{cpu="16"} 1.29010455e+09 node_schedstat_timeslices_total{cpu="17"} 3.3295033e+08 node_schedstat_timeslices_total{cpu="18"} 2.62370841e+08 node_schedstat_timeslices_total{cpu="19"} 2.5034706e+08 node_schedstat_timeslices_total{cpu="2"} 3.5273556e+08 node_schedstat_timeslices_total{cpu="20"} 2.62717436e+08 node_schedstat_timeslices_total{cpu="21"} 2.48648743e+08 node_schedstat_timeslices_total{cpu="22"} 2.29409585e+08 node_schedstat_timeslices_total{cpu="23"} 2.35359752e+08 node_schedstat_timeslices_total{cpu="24"} 2.35947644e+08 node_schedstat_timeslices_total{cpu="25"} 2.12472532e+08 node_schedstat_timeslices_total{cpu="26"} 2.05080539e+08 node_schedstat_timeslices_total{cpu="27"} 2.12180542e+08 node_schedstat_timeslices_total{cpu="28"} 2.36440036e+08 node_schedstat_timeslices_total{cpu="29"} 2.1594966e+08 node_schedstat_timeslices_total{cpu="3"} 1.41685735e+08 node_schedstat_timeslices_total{cpu="30"} 2.07151923e+08 node_schedstat_timeslices_total{cpu="31"} 1.98633473e+08 node_schedstat_timeslices_total{cpu="4"} 3.97275655e+08 node_schedstat_timeslices_total{cpu="5"} 1.46944406e+08 node_schedstat_timeslices_total{cpu="6"} 4.2228499e+08 node_schedstat_timeslices_total{cpu="7"} 1.50006613e+08 node_schedstat_timeslices_total{cpu="8"} 4.04207742e+08 node_schedstat_timeslices_total{cpu="9"} 1.56686131e+08 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 2728.592933889 node_schedstat_waiting_seconds_total{cpu="1"} 1624.661323098 node_schedstat_waiting_seconds_total{cpu="10"} 350282.754580114 node_schedstat_waiting_seconds_total{cpu="11"} 2919.685239624 node_schedstat_waiting_seconds_total{cpu="12"} 3969.937474602 node_schedstat_waiting_seconds_total{cpu="13"} 2014.486911736 node_schedstat_waiting_seconds_total{cpu="14"} 3491.805819657 node_schedstat_waiting_seconds_total{cpu="15"} 1770.638934095 node_schedstat_waiting_seconds_total{cpu="16"} 9750.610958086 node_schedstat_waiting_seconds_total{cpu="17"} 3494.864888724 node_schedstat_waiting_seconds_total{cpu="18"} 1505.667785925 node_schedstat_waiting_seconds_total{cpu="19"} 1283.059734795 node_schedstat_waiting_seconds_total{cpu="2"} 3185.333869891 node_schedstat_waiting_seconds_total{cpu="20"} 2538.753943686 node_schedstat_waiting_seconds_total{cpu="21"} 2110.918899136 node_schedstat_waiting_seconds_total{cpu="22"} 2413.730533761 node_schedstat_waiting_seconds_total{cpu="23"} 1718.074958786 node_schedstat_waiting_seconds_total{cpu="24"} 347460.588079391 node_schedstat_waiting_seconds_total{cpu="25"} 2180.863194644 node_schedstat_waiting_seconds_total{cpu="26"} 1534.937470661 node_schedstat_waiting_seconds_total{cpu="27"} 1949.696299598 node_schedstat_waiting_seconds_total{cpu="28"} 2293.015854941 node_schedstat_waiting_seconds_total{cpu="29"} 2137.366190315 node_schedstat_waiting_seconds_total{cpu="3"} 1382.470481145 node_schedstat_waiting_seconds_total{cpu="30"} 1686.385872576 node_schedstat_waiting_seconds_total{cpu="31"} 1654.688963559 node_schedstat_waiting_seconds_total{cpu="4"} 2816.435047147 node_schedstat_waiting_seconds_total{cpu="5"} 1799.105903584 node_schedstat_waiting_seconds_total{cpu="6"} 3487.286991249 node_schedstat_waiting_seconds_total{cpu="7"} 1857.503849312 node_schedstat_waiting_seconds_total{cpu="8"} 4876.736289941 node_schedstat_waiting_seconds_total{cpu="9"} 2344.20630063 # HELP node_scrape_collector_duration_seconds node_exporter: Duration of a collector scrape. # TYPE node_scrape_collector_duration_seconds gauge node_scrape_collector_duration_seconds{collector="arp"} 0.000913595 node_scrape_collector_duration_seconds{collector="bcache"} 3.2843e-05 node_scrape_collector_duration_seconds{collector="bonding"} 4.6528e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.028925676 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000436215 node_scrape_collector_duration_seconds{collector="cpu"} 0.049670704 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.049233495 node_scrape_collector_duration_seconds{collector="diskstats"} 0.031091729 node_scrape_collector_duration_seconds{collector="dmi"} 2.7635e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.000143036 node_scrape_collector_duration_seconds{collector="entropy"} 0.000169079 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.4385e-05 node_scrape_collector_duration_seconds{collector="filefd"} 5.5403e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.044187697 node_scrape_collector_duration_seconds{collector="hwmon"} 0.145934898 node_scrape_collector_duration_seconds{collector="infiniband"} 5.0642e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 3.8954e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 8.8512e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.001243901 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000406978 node_scrape_collector_duration_seconds{collector="netclass"} 0.057363307 node_scrape_collector_duration_seconds{collector="netdev"} 0.046276908 node_scrape_collector_duration_seconds{collector="netstat"} 0.050522376 node_scrape_collector_duration_seconds{collector="nfs"} 5.0925e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 0.000433671 node_scrape_collector_duration_seconds{collector="nvme"} 0.000419783 node_scrape_collector_duration_seconds{collector="os"} 0.000202091 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.3662e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000477932 node_scrape_collector_duration_seconds{collector="rapl"} 0.000133689 node_scrape_collector_duration_seconds{collector="schedstat"} 0.05090766 node_scrape_collector_duration_seconds{collector="selinux"} 3.557e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000224569 node_scrape_collector_duration_seconds{collector="softnet"} 0.00063881 node_scrape_collector_duration_seconds{collector="stat"} 0.045717747 node_scrape_collector_duration_seconds{collector="tapestats"} 1.8208e-05 node_scrape_collector_duration_seconds{collector="textfile"} 4.9333e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.002593704 node_scrape_collector_duration_seconds{collector="time"} 0.000321308 node_scrape_collector_duration_seconds{collector="timex"} 4.3059e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.029786543 node_scrape_collector_duration_seconds{collector="uname"} 1.5125e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000496525 node_scrape_collector_duration_seconds{collector="watchdog"} 0.046082784 node_scrape_collector_duration_seconds{collector="xfs"} 0.049044063 node_scrape_collector_duration_seconds{collector="zfs"} 0.001784517 # 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"} 1 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 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"} 1 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"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 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 1 # 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 21 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 479 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 19 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 1172 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 4.800512e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 84 # 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 10 # 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 49 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 529 # 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 2.166784e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 939 # 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"} 600 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 72 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="20"} 0 node_softnet_dropped_total{cpu="21"} 0 node_softnet_dropped_total{cpu="22"} 0 node_softnet_dropped_total{cpu="23"} 0 node_softnet_dropped_total{cpu="24"} 0 node_softnet_dropped_total{cpu="25"} 0 node_softnet_dropped_total{cpu="26"} 0 node_softnet_dropped_total{cpu="27"} 0 node_softnet_dropped_total{cpu="28"} 0 node_softnet_dropped_total{cpu="29"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="30"} 0 node_softnet_dropped_total{cpu="31"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 1959 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="20"} 0 node_softnet_flow_limit_count_total{cpu="21"} 0 node_softnet_flow_limit_count_total{cpu="22"} 0 node_softnet_flow_limit_count_total{cpu="23"} 0 node_softnet_flow_limit_count_total{cpu="24"} 0 node_softnet_flow_limit_count_total{cpu="25"} 0 node_softnet_flow_limit_count_total{cpu="26"} 0 node_softnet_flow_limit_count_total{cpu="27"} 0 node_softnet_flow_limit_count_total{cpu="28"} 0 node_softnet_flow_limit_count_total{cpu="29"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="30"} 0 node_softnet_flow_limit_count_total{cpu="31"} 0 node_softnet_flow_limit_count_total{cpu="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"} 8.3760597e+07 node_softnet_processed_total{cpu="1"} 5.740938e+06 node_softnet_processed_total{cpu="10"} 8.5339281e+07 node_softnet_processed_total{cpu="11"} 9.481156e+06 node_softnet_processed_total{cpu="12"} 8.8596721e+07 node_softnet_processed_total{cpu="13"} 4.367069e+06 node_softnet_processed_total{cpu="14"} 8.1888288e+07 node_softnet_processed_total{cpu="15"} 4.051964e+06 node_softnet_processed_total{cpu="16"} 3.180585816e+09 node_softnet_processed_total{cpu="17"} 3.2077549e+07 node_softnet_processed_total{cpu="18"} 2.9323075e+07 node_softnet_processed_total{cpu="19"} 5.9992019e+07 node_softnet_processed_total{cpu="2"} 9.8142459e+07 node_softnet_processed_total{cpu="20"} 1.04213425e+08 node_softnet_processed_total{cpu="21"} 9.1486575e+07 node_softnet_processed_total{cpu="22"} 2.734171132e+09 node_softnet_processed_total{cpu="23"} 8.4507843e+07 node_softnet_processed_total{cpu="24"} 7.9533842e+07 node_softnet_processed_total{cpu="25"} 4.7580894e+07 node_softnet_processed_total{cpu="26"} 5.020592e+07 node_softnet_processed_total{cpu="27"} 6.0968549e+07 node_softnet_processed_total{cpu="28"} 8.7503354e+07 node_softnet_processed_total{cpu="29"} 5.5623231e+07 node_softnet_processed_total{cpu="3"} 6.851059e+06 node_softnet_processed_total{cpu="30"} 5.3261631e+07 node_softnet_processed_total{cpu="31"} 4.4748111e+07 node_softnet_processed_total{cpu="4"} 1.13047185e+08 node_softnet_processed_total{cpu="5"} 7.323763e+06 node_softnet_processed_total{cpu="6"} 1.07905165e+08 node_softnet_processed_total{cpu="7"} 6.871943e+06 node_softnet_processed_total{cpu="8"} 8.9272638e+07 node_softnet_processed_total{cpu="9"} 9.981281e+06 # 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"} 0 node_softnet_times_squeezed_total{cpu="1"} 0 node_softnet_times_squeezed_total{cpu="10"} 0 node_softnet_times_squeezed_total{cpu="11"} 0 node_softnet_times_squeezed_total{cpu="12"} 0 node_softnet_times_squeezed_total{cpu="13"} 0 node_softnet_times_squeezed_total{cpu="14"} 0 node_softnet_times_squeezed_total{cpu="15"} 0 node_softnet_times_squeezed_total{cpu="16"} 0 node_softnet_times_squeezed_total{cpu="17"} 0 node_softnet_times_squeezed_total{cpu="18"} 0 node_softnet_times_squeezed_total{cpu="19"} 0 node_softnet_times_squeezed_total{cpu="2"} 0 node_softnet_times_squeezed_total{cpu="20"} 0 node_softnet_times_squeezed_total{cpu="21"} 0 node_softnet_times_squeezed_total{cpu="22"} 1886 node_softnet_times_squeezed_total{cpu="23"} 0 node_softnet_times_squeezed_total{cpu="24"} 0 node_softnet_times_squeezed_total{cpu="25"} 0 node_softnet_times_squeezed_total{cpu="26"} 0 node_softnet_times_squeezed_total{cpu="27"} 0 node_softnet_times_squeezed_total{cpu="28"} 0 node_softnet_times_squeezed_total{cpu="29"} 0 node_softnet_times_squeezed_total{cpu="3"} 0 node_softnet_times_squeezed_total{cpu="30"} 0 node_softnet_times_squeezed_total{cpu="31"} 0 node_softnet_times_squeezed_total{cpu="4"} 0 node_softnet_times_squeezed_total{cpu="5"} 0 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="7"} 0 node_softnet_times_squeezed_total{cpu="8"} 0 node_softnet_times_squeezed_total{cpu="9"} 0 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_thermal_zone_temp Zone temperature in Celsius # TYPE node_thermal_zone_temp gauge node_thermal_zone_temp{type="acpitz",zone="0"} 27.8 node_thermal_zone_temp{type="x86_pkg_temp",zone="2"} 52 # 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.7714547726317139e+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.0000115107574463 # 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 1.3625 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -1.8139e-05 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="knuth",release="6.12.69+deb13-amd64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Debian 6.12.69-1 (2026-02-08)"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 5.915175296e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 138512 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 3.172182198e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 8.14014795e+08 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 13962 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 764794 # HELP node_watchdog_bootstatus Value of /sys/class/watchdog//bootstatus # TYPE node_watchdog_bootstatus gauge node_watchdog_bootstatus{name="watchdog0"} 0 # HELP node_watchdog_fw_version Value of /sys/class/watchdog//fw_version # TYPE node_watchdog_fw_version gauge node_watchdog_fw_version{name="watchdog0"} 6 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="iTCO_wdt",name="watchdog0",options="0x8180",pretimeout_governor="",state="inactive",status="0x200"} 1 # HELP node_watchdog_nowayout Value of /sys/class/watchdog//nowayout # TYPE node_watchdog_nowayout gauge node_watchdog_nowayout{name="watchdog0"} 0 # HELP node_watchdog_pretimeout_seconds Value of /sys/class/watchdog//pretimeout # TYPE node_watchdog_pretimeout_seconds gauge node_watchdog_pretimeout_seconds{name="watchdog0"} 0 # HELP node_watchdog_timeleft_seconds Value of /sys/class/watchdog//timeleft # TYPE node_watchdog_timeleft_seconds gauge node_watchdog_timeleft_seconds{name="watchdog0"} 2 # HELP node_watchdog_timeout_seconds Value of /sys/class/watchdog//timeout # TYPE node_watchdog_timeout_seconds gauge node_watchdog_timeout_seconds{name="watchdog0"} 30 # HELP 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="md1"} 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="md1"} 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="md1"} 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="md1"} 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="md1"} 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="md1"} 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="md1"} 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="md1"} 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="md1"} 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 3 # 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="md1"} 0 # 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="md1"} 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="md1"} 0 # 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="md1"} 3 # 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="md1"} 0 # 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="md1"} 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="md1"} 0 # 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="md1"} 3 # 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="md1"} 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="md1"} 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="md1"} 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 0 # 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="md1"} 0 # 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 96 # 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 2.0129943961e+10 # 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 6.75602368e+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 6.32416192e+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 2.01299439616e+11 # HELP node_zfs_arc_c_min kstat.zfs.misc.arcstats.c_min # TYPE node_zfs_arc_c_min untyped node_zfs_arc_c_min 6.32416192e+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 2.0237318144e+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 1.59943266944e+11 # 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 1.66699290624e+11 # 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 2.17393066e+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.77867054e+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.9763006e+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_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 32768 # 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 4.194304e+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_future kstat.zfs.misc.zfetchstats.future # TYPE node_zfs_zfetch_future untyped node_zfs_zfetch_future 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_zfetch_past kstat.zfs.misc.zfetchstats.past # TYPE node_zfs_zfetch_past untyped node_zfs_zfetch_past 0 # HELP node_zfs_zfetch_stride kstat.zfs.misc.zfetchstats.stride # TYPE node_zfs_zfetch_stride untyped node_zfs_zfetch_stride 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_error_count kstat.zfs.misc.zil.zil_commit_error_count # TYPE node_zfs_zil_zil_commit_error_count untyped node_zfs_zil_zil_commit_error_count 0 # HELP node_zfs_zil_zil_commit_stall_count kstat.zfs.misc.zil.zil_commit_stall_count # TYPE node_zfs_zil_zil_commit_stall_count untyped node_zfs_zil_zil_commit_stall_count 0 # HELP node_zfs_zil_zil_commit_suspend_count kstat.zfs.misc.zil.zil_commit_suspend_count # TYPE node_zfs_zil_zil_commit_suspend_count untyped node_zfs_zil_zil_commit_suspend_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 1.2 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.550323817249e+12 # 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.547561636096e+12 # 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 2.1389312e+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.77099446243e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273257984e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 1 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0