# 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"} 9.811e-06 go_gc_duration_seconds{quantile="0.25"} 1.6263e-05 go_gc_duration_seconds{quantile="0.5"} 2.1677e-05 go_gc_duration_seconds{quantile="0.75"} 3.3768e-05 go_gc_duration_seconds{quantile="1"} 9.0833e-05 go_gc_duration_seconds_sum 81.719060083 go_gc_duration_seconds_count 2.805004e+06 # 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 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.24.4"} 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.67844e+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 4.935968277336e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.759071e+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 9.1103452333e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.249544e+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.67844e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.389184e+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.66944e+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 29593 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 5.906432e+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.2058624e+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.765734305649904e+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 9.1103481926e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 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 15704 # 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 87680 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 146880 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 5.616258e+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 993993 # 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 524288 # 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 524288 # 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.9748104e+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 7 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.753480063e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 7.738204794e+09 # 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="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="intel_powerclamp"} 0 node_cooling_device_cur_state{name="9",type="TCC Offset"} 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="2",type="Processor"} 3 node_cooling_device_max_state{name="3",type="Processor"} 3 node_cooling_device_max_state{name="4",type="Processor"} 3 node_cooling_device_max_state{name="5",type="Processor"} 3 node_cooling_device_max_state{name="6",type="Processor"} 3 node_cooling_device_max_state{name="7",type="Processor"} 3 node_cooling_device_max_state{name="8",type="intel_powerclamp"} 100 node_cooling_device_max_state{name="9",type="TCC Offset"} 63 # HELP node_cpu_core_throttles_total Number of times this CPU core has been throttled. # TYPE node_cpu_core_throttles_total counter node_cpu_core_throttles_total{core="0",package="0"} 0 node_cpu_core_throttles_total{core="1",package="0"} 0 node_cpu_core_throttles_total{core="2",package="0"} 0 node_cpu_core_throttles_total{core="3",package="0"} 0 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 4.2e+09 node_cpu_frequency_max_hertz{cpu="1"} 4.2e+09 node_cpu_frequency_max_hertz{cpu="2"} 4.2e+09 node_cpu_frequency_max_hertz{cpu="3"} 4.2e+09 node_cpu_frequency_max_hertz{cpu="4"} 4.2e+09 node_cpu_frequency_max_hertz{cpu="5"} 4.2e+09 node_cpu_frequency_max_hertz{cpu="6"} 4.2e+09 node_cpu_frequency_max_hertz{cpu="7"} 4.2e+09 # HELP node_cpu_frequency_min_hertz Minimum CPU thread frequency in hertz. # TYPE node_cpu_frequency_min_hertz gauge node_cpu_frequency_min_hertz{cpu="0"} 8e+08 node_cpu_frequency_min_hertz{cpu="1"} 8e+08 node_cpu_frequency_min_hertz{cpu="2"} 8e+08 node_cpu_frequency_min_hertz{cpu="3"} 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 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 # HELP node_cpu_package_throttles_total Number of times this CPU package has been throttled. # TYPE node_cpu_package_throttles_total counter node_cpu_package_throttles_total{package="0"} 0 # HELP node_cpu_scaling_frequency_hertz Current scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_hertz gauge node_cpu_scaling_frequency_hertz{cpu="0"} 4.194544e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="2"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="3"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="4"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="5"} 4.004659e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 4.097235e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 1.455217e+09 # HELP node_cpu_scaling_frequency_max_hertz Maximum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_max_hertz gauge node_cpu_scaling_frequency_max_hertz{cpu="0"} 4.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 4.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 4.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 4.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 4.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 4.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 4.2e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 4.2e+09 # HELP node_cpu_scaling_frequency_min_hertz Minimum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_min_hertz gauge node_cpu_scaling_frequency_min_hertz{cpu="0"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="1"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="2"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="3"} 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 # 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="2",governor="performance"} 0 node_cpu_scaling_governor{cpu="2",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="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 # 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"} 1.216509691e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 10563.79 node_cpu_seconds_total{cpu="0",mode="irq"} 5965.67 node_cpu_seconds_total{cpu="0",mode="nice"} 24.56 node_cpu_seconds_total{cpu="0",mode="softirq"} 4599.74 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 29862.79 node_cpu_seconds_total{cpu="0",mode="user"} 31236.07 node_cpu_seconds_total{cpu="1",mode="idle"} 1.216333741e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 10231.49 node_cpu_seconds_total{cpu="1",mode="irq"} 6618.02 node_cpu_seconds_total{cpu="1",mode="nice"} 27.25 node_cpu_seconds_total{cpu="1",mode="softirq"} 4076.72 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 30460.08 node_cpu_seconds_total{cpu="1",mode="user"} 33080.9 node_cpu_seconds_total{cpu="2",mode="idle"} 1.216508296e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 10024.44 node_cpu_seconds_total{cpu="2",mode="irq"} 6659.24 node_cpu_seconds_total{cpu="2",mode="nice"} 28.95 node_cpu_seconds_total{cpu="2",mode="softirq"} 4043.03 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 30139.27 node_cpu_seconds_total{cpu="2",mode="user"} 31929.89 node_cpu_seconds_total{cpu="3",mode="idle"} 1.216546101e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 9905.12 node_cpu_seconds_total{cpu="3",mode="irq"} 6700.33 node_cpu_seconds_total{cpu="3",mode="nice"} 21 node_cpu_seconds_total{cpu="3",mode="softirq"} 3891.39 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 30261.21 node_cpu_seconds_total{cpu="3",mode="user"} 31432.56 node_cpu_seconds_total{cpu="4",mode="idle"} 1.215998235e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 8610.59 node_cpu_seconds_total{cpu="4",mode="irq"} 7912.76 node_cpu_seconds_total{cpu="4",mode="nice"} 24.06 node_cpu_seconds_total{cpu="4",mode="softirq"} 8996.59 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 29609.6 node_cpu_seconds_total{cpu="4",mode="user"} 31817.31 node_cpu_seconds_total{cpu="5",mode="idle"} 1.21694417e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 8139.25 node_cpu_seconds_total{cpu="5",mode="irq"} 7199.82 node_cpu_seconds_total{cpu="5",mode="nice"} 25.42 node_cpu_seconds_total{cpu="5",mode="softirq"} 3434.97 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 28838.15 node_cpu_seconds_total{cpu="5",mode="user"} 30908.66 node_cpu_seconds_total{cpu="6",mode="idle"} 1.216443564e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 11887.97 node_cpu_seconds_total{cpu="6",mode="irq"} 6294.26 node_cpu_seconds_total{cpu="6",mode="nice"} 24.93 node_cpu_seconds_total{cpu="6",mode="softirq"} 3377.81 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 29124.87 node_cpu_seconds_total{cpu="6",mode="user"} 33073.95 node_cpu_seconds_total{cpu="7",mode="idle"} 1.216461082e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 11846.01 node_cpu_seconds_total{cpu="7",mode="irq"} 6227.56 node_cpu_seconds_total{cpu="7",mode="nice"} 19.49 node_cpu_seconds_total{cpu="7",mode="softirq"} 3397.26 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 29224.83 node_cpu_seconds_total{cpu="7",mode="user"} 32993.44 # 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="md127"} 5.298 node_disk_discard_time_seconds_total{device="nvme0n1"} 60633.027 node_disk_discard_time_seconds_total{device="nvme1n1"} 60960.488000000005 # 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="md127"} 2.25831328e+08 node_disk_discarded_sectors_total{device="nvme0n1"} 5.155404417e+09 node_disk_discarded_sectors_total{device="nvme1n1"} 5.15539391e+09 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="md127"} 3644 node_disk_discards_completed_total{device="nvme0n1"} 6.452135e+06 node_disk_discards_completed_total{device="nvme1n1"} 6.452245e+06 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="md127"} 0 node_disk_discards_merged_total{device="nvme0n1"} 0 node_disk_discards_merged_total{device="nvme1n1"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="md127",type="ext4",usage="filesystem",uuid="92f0e36f-37e1-4f69-9bb9-0de6d9f1b5f2",version="1.0"} 1 # 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="md127"} 0 node_disk_flush_requests_time_seconds_total{device="nvme0n1"} 16688.196 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 16555.819 # 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="md127"} 0 node_disk_flush_requests_total{device="nvme0n1"} 1.6377598e+07 node_disk_flush_requests_total{device="nvme1n1"} 1.6377607e+07 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="md127",major="9",minor="127",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="1",model="SAMSUNG MZVLB512HAJQ-00000",path="pci-0000:01:00.0-nvme-1",revision="EXA7301Q",rotational="0",serial="S3W8NX0M217290",wwn="eui.0025388291b20e19"} 1 node_disk_info{device="nvme1n1",major="259",minor="0",model="SAMSUNG MZVLB512HAJQ-00000",path="pci-0000:02:00.0-nvme-1",revision="EXA7301Q",rotational="0",serial="S3W8NX0M216570",wwn="eui.0025388291b20856"} 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="md127"} 0 node_disk_io_now{device="nvme0n1"} 0 node_disk_io_now{device="nvme1n1"} 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="md127"} 792.331 node_disk_io_time_seconds_total{device="nvme0n1"} 61799.344000000005 node_disk_io_time_seconds_total{device="nvme1n1"} 62626.768000000004 # 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="md127"} 152.431 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 232160.195 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 235352.318 # 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="md127"} 2.7091968e+07 node_disk_read_bytes_total{device="nvme0n1"} 9.79909574144e+11 node_disk_read_bytes_total{device="nvme1n1"} 9.79794305024e+11 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="md127"} 4.958 node_disk_read_time_seconds_total{device="nvme0n1"} 2530.372 node_disk_read_time_seconds_total{device="nvme1n1"} 2402.551 # 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="md127"} 3028 node_disk_reads_completed_total{device="nvme0n1"} 8.453896e+06 node_disk_reads_completed_total{device="nvme1n1"} 8.487191e+06 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="md127"} 0 node_disk_reads_merged_total{device="nvme0n1"} 481 node_disk_reads_merged_total{device="nvme1n1"} 203 # 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="md127"} 142.175 node_disk_write_time_seconds_total{device="nvme0n1"} 152308.598 node_disk_write_time_seconds_total{device="nvme1n1"} 155433.458 # 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="md127"} 278645 node_disk_writes_completed_total{device="nvme0n1"} 4.50477953e+08 node_disk_writes_completed_total{device="nvme1n1"} 4.46877655e+08 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="md127"} 0 node_disk_writes_merged_total{device="nvme0n1"} 132568 node_disk_writes_merged_total{device="nvme1n1"} 132596 # 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="md127"} 1.4603608064e+10 node_disk_written_bytes_total{device="nvme0n1"} 6.027118053888e+12 node_disk_written_bytes_total{device="nvme1n1"} 6.027118053888e+12 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="08/24/2018",bios_release="1.19",bios_vendor="FUJITSU // American Megatrends Inc.",bios_version="V5.0.0.12 R1.19.0.SR.1 for D3401-H2x",board_asset_tag="",board_name="D3401-H2",board_vendor="FUJITSU",board_version="S26361-D3401-H2",chassis_asset_tag="",chassis_vendor="FUJITSU",chassis_version="",product_family="ESPRIMO-FTS",product_name="",product_sku="",product_version="",system_vendor="FUJITSU"} 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="unknown",goarch="amd64",goos="linux",goversion="go1.24.4",revision="v1.9.1",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 3808 # 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/disk/by-uuid/92f0e36f-37e1-4f69-9bb9-0de6d9f1b5f2",device_error="",fstype="ext4",mountpoint="/"} 9.8288197632e+10 node_filesystem_avail_bytes{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/keys"} 0 node_filesystem_avail_bytes{device="tank",device_error="",fstype="zfs",mountpoint="/mnt/tank"} 1.14728370176e+11 node_filesystem_avail_bytes{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix"} 1.14728370176e+11 node_filesystem_avail_bytes{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix/store"} 1.14728370176e+11 node_filesystem_avail_bytes{device="tank/srv/backup",device_error="",fstype="zfs",mountpoint="/srv/backup"} 1.14728370176e+11 node_filesystem_avail_bytes{device="tank/srv/mail",device_error="",fstype="zfs",mountpoint="/srv/mail"} 1.14728370176e+11 node_filesystem_avail_bytes{device="tank/srv/nextcloud",device_error="",fstype="zfs",mountpoint="/srv/nextcloud"} 1.14728370176e+11 node_filesystem_avail_bytes{device="tank/var",device_error="",fstype="zfs",mountpoint="/var"} 1.14728370176e+11 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.6796352512e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/systemd/nspawn/unix-export/nextcloud"} 4.194304e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 3.36003072e+10 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/disk/by-uuid/92f0e36f-37e1-4f69-9bb9-0de6d9f1b5f2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/keys"} 0 node_filesystem_device_error{device="tank",device_error="",fstype="zfs",mountpoint="/mnt/tank"} 0 node_filesystem_device_error{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix"} 0 node_filesystem_device_error{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix/store"} 0 node_filesystem_device_error{device="tank/srv/backup",device_error="",fstype="zfs",mountpoint="/srv/backup"} 0 node_filesystem_device_error{device="tank/srv/mail",device_error="",fstype="zfs",mountpoint="/srv/mail"} 0 node_filesystem_device_error{device="tank/srv/nextcloud",device_error="",fstype="zfs",mountpoint="/srv/nextcloud"} 0 node_filesystem_device_error{device="tank/var",device_error="",fstype="zfs",mountpoint="/var"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/systemd/nspawn/unix-export/nextcloud"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/disk/by-uuid/92f0e36f-37e1-4f69-9bb9-0de6d9f1b5f2",device_error="",fstype="ext4",mountpoint="/"} 6.5536e+06 node_filesystem_files{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/keys"} 0 node_filesystem_files{device="tank",device_error="",fstype="zfs",mountpoint="/mnt/tank"} 2.24079067e+08 node_filesystem_files{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix"} 2.24374098e+08 node_filesystem_files{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix/store"} 2.24374098e+08 node_filesystem_files{device="tank/srv/backup",device_error="",fstype="zfs",mountpoint="/srv/backup"} 2.24079069e+08 node_filesystem_files{device="tank/srv/mail",device_error="",fstype="zfs",mountpoint="/srv/mail"} 2.24083755e+08 node_filesystem_files{device="tank/srv/nextcloud",device_error="",fstype="zfs",mountpoint="/srv/nextcloud"} 2.24152507e+08 node_filesystem_files{device="tank/var",device_error="",fstype="zfs",mountpoint="/var"} 2.24095167e+08 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 8.203542e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/systemd/nspawn/unix-export/nextcloud"} 64 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 8.203542e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/disk/by-uuid/92f0e36f-37e1-4f69-9bb9-0de6d9f1b5f2",device_error="",fstype="ext4",mountpoint="/"} 6.48867e+06 node_filesystem_files_free{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/keys"} 0 node_filesystem_files_free{device="tank",device_error="",fstype="zfs",mountpoint="/mnt/tank"} 2.24079061e+08 node_filesystem_files_free{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix"} 2.24079061e+08 node_filesystem_files_free{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix/store"} 2.24079061e+08 node_filesystem_files_free{device="tank/srv/backup",device_error="",fstype="zfs",mountpoint="/srv/backup"} 2.24079061e+08 node_filesystem_files_free{device="tank/srv/mail",device_error="",fstype="zfs",mountpoint="/srv/mail"} 2.24079061e+08 node_filesystem_files_free{device="tank/srv/nextcloud",device_error="",fstype="zfs",mountpoint="/srv/nextcloud"} 2.24079061e+08 node_filesystem_files_free{device="tank/var",device_error="",fstype="zfs",mountpoint="/var"} 2.24079061e+08 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 8.201819e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/systemd/nspawn/unix-export/nextcloud"} 63 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 8.20352e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/disk/by-uuid/92f0e36f-37e1-4f69-9bb9-0de6d9f1b5f2",device_error="",fstype="ext4",mountpoint="/"} 1.03670276096e+11 node_filesystem_free_bytes{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/keys"} 0 node_filesystem_free_bytes{device="tank",device_error="",fstype="zfs",mountpoint="/mnt/tank"} 1.14728370176e+11 node_filesystem_free_bytes{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix"} 1.14728370176e+11 node_filesystem_free_bytes{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix/store"} 1.14728370176e+11 node_filesystem_free_bytes{device="tank/srv/backup",device_error="",fstype="zfs",mountpoint="/srv/backup"} 1.14728370176e+11 node_filesystem_free_bytes{device="tank/srv/mail",device_error="",fstype="zfs",mountpoint="/srv/mail"} 1.14728370176e+11 node_filesystem_free_bytes{device="tank/srv/nextcloud",device_error="",fstype="zfs",mountpoint="/srv/nextcloud"} 1.14728370176e+11 node_filesystem_free_bytes{device="tank/var",device_error="",fstype="zfs",mountpoint="/var"} 1.14728370176e+11 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.6796352512e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/systemd/nspawn/unix-export/nextcloud"} 4.194304e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 3.36003072e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/disk/by-uuid/92f0e36f-37e1-4f69-9bb9-0de6d9f1b5f2",major="9",minor="127",mountpoint="/"} 1 node_filesystem_mount_info{device="ramfs",major="0",minor="24",mountpoint="/run/keys"} 1 node_filesystem_mount_info{device="tank",major="0",minor="44",mountpoint="/mnt/tank"} 1 node_filesystem_mount_info{device="tank/nix",major="0",minor="27",mountpoint="/nix"} 1 node_filesystem_mount_info{device="tank/nix",major="0",minor="27",mountpoint="/nix/store"} 1 node_filesystem_mount_info{device="tank/srv/backup",major="0",minor="46",mountpoint="/srv/backup"} 1 node_filesystem_mount_info{device="tank/srv/mail",major="0",minor="47",mountpoint="/srv/mail"} 1 node_filesystem_mount_info{device="tank/srv/nextcloud",major="0",minor="45",mountpoint="/srv/nextcloud"} 1 node_filesystem_mount_info{device="tank/var",major="0",minor="28",mountpoint="/var"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="23",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="43",mountpoint="/run/wrappers"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="62",mountpoint="/run/systemd/nspawn/unix-export/nextcloud"} 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/disk/by-uuid/92f0e36f-37e1-4f69-9bb9-0de6d9f1b5f2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/keys"} 0 node_filesystem_purgeable_bytes{device="tank",device_error="",fstype="zfs",mountpoint="/mnt/tank"} 0 node_filesystem_purgeable_bytes{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix"} 0 node_filesystem_purgeable_bytes{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix/store"} 0 node_filesystem_purgeable_bytes{device="tank/srv/backup",device_error="",fstype="zfs",mountpoint="/srv/backup"} 0 node_filesystem_purgeable_bytes{device="tank/srv/mail",device_error="",fstype="zfs",mountpoint="/srv/mail"} 0 node_filesystem_purgeable_bytes{device="tank/srv/nextcloud",device_error="",fstype="zfs",mountpoint="/srv/nextcloud"} 0 node_filesystem_purgeable_bytes{device="tank/var",device_error="",fstype="zfs",mountpoint="/var"} 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/systemd/nspawn/unix-export/nextcloud"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/disk/by-uuid/92f0e36f-37e1-4f69-9bb9-0de6d9f1b5f2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/keys"} 0 node_filesystem_readonly{device="tank",device_error="",fstype="zfs",mountpoint="/mnt/tank"} 0 node_filesystem_readonly{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix"} 0 node_filesystem_readonly{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix/store"} 1 node_filesystem_readonly{device="tank/srv/backup",device_error="",fstype="zfs",mountpoint="/srv/backup"} 0 node_filesystem_readonly{device="tank/srv/mail",device_error="",fstype="zfs",mountpoint="/srv/mail"} 0 node_filesystem_readonly{device="tank/srv/nextcloud",device_error="",fstype="zfs",mountpoint="/srv/nextcloud"} 0 node_filesystem_readonly{device="tank/var",device_error="",fstype="zfs",mountpoint="/var"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/systemd/nspawn/unix-export/nextcloud"} 1 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/disk/by-uuid/92f0e36f-37e1-4f69-9bb9-0de6d9f1b5f2",device_error="",fstype="ext4",mountpoint="/"} 1.05021104128e+11 node_filesystem_size_bytes{device="ramfs",device_error="",fstype="ramfs",mountpoint="/run/keys"} 0 node_filesystem_size_bytes{device="tank",device_error="",fstype="zfs",mountpoint="/mnt/tank"} 1.14728501248e+11 node_filesystem_size_bytes{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix"} 1.18060875776e+11 node_filesystem_size_bytes{device="tank/nix",device_error="",fstype="zfs",mountpoint="/nix/store"} 1.18060875776e+11 node_filesystem_size_bytes{device="tank/srv/backup",device_error="",fstype="zfs",mountpoint="/srv/backup"} 1.14764939264e+11 node_filesystem_size_bytes{device="tank/srv/mail",device_error="",fstype="zfs",mountpoint="/srv/mail"} 1.61546764288e+11 node_filesystem_size_bytes{device="tank/srv/nextcloud",device_error="",fstype="zfs",mountpoint="/srv/nextcloud"} 2.34583883776e+11 node_filesystem_size_bytes{device="tank/var",device_error="",fstype="zfs",mountpoint="/var"} 1.206616064e+11 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.6800854016e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/systemd/nspawn/unix-export/nextcloud"} 4.194304e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 3.3601708032e+10 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.127356e+07 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="nvme_nvme0",chip_name="nvme"} 1 node_hwmon_chip_names{chip="nvme_nvme1",chip_name="nvme"} 1 node_hwmon_chip_names{chip="platform_coretemp_0",chip_name="coretemp"} 1 node_hwmon_chip_names{chip="thermal_thermal_zone0",chip_name="pch_skylake"} 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="platform_coretemp_0",label="Core 0",sensor="temp2"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 2",sensor="temp4"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 3",sensor="temp5"} 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 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp1"} 38.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp2"} 38.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp3"} 44.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 38.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp2"} 38.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp3"} 38.85 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp1"} 44 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 43 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 44 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 40 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 42 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp0"} 49.5 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp1"} 49.5 # HELP node_hwmon_temp_crit_alarm_celsius Hardware monitor for temperature (crit_alarm) # TYPE node_hwmon_temp_crit_alarm_celsius gauge node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp3"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp4"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp5"} 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="nvme_nvme0",sensor="temp1"} 81.85000000000001 node_hwmon_temp_crit_celsius{chip="nvme_nvme1",sensor="temp1"} 81.85000000000001 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp1"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp2"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp3"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp4"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp5"} 100 # HELP node_hwmon_temp_max_celsius Hardware monitor for temperature (max) # TYPE node_hwmon_temp_max_celsius gauge node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp1"} 80.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"} 80.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="platform_coretemp_0",sensor="temp1"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp2"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp3"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp4"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp5"} 80 # HELP node_hwmon_temp_min_celsius Hardware monitor for temperature (min) # TYPE node_hwmon_temp_min_celsius gauge node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp1"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="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 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 6.345856677e+09 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.1 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.01 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.04 # HELP node_md_blocks Total number of blocks on device. # TYPE node_md_blocks gauge node_md_blocks{device="md127"} 1.0479104e+08 # HELP node_md_blocks_synced Number of blocks synced on device. # TYPE node_md_blocks_synced gauge node_md_blocks_synced{device="md127"} 1.0479104e+08 # HELP node_md_disks Number of active/failed/spare disks of device. # TYPE node_md_disks gauge node_md_disks{device="md127",state="active"} 2 node_md_disks{device="md127",state="failed"} 0 node_md_disks{device="md127",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="md127"} 2 # HELP node_md_state Indicates the state of md-device. # TYPE node_md_state gauge node_md_state{device="md127",state="active"} 1 node_md_state{device="md127",state="check"} 0 node_md_state{device="md127",state="inactive"} 0 node_md_state{device="md127",state="recovering"} 0 node_md_state{device="md127",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 4.328701952e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.053079552e+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 6.202093568e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 4.151033856e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 1.7700864e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 6.399934464e+09 # HELP node_memory_CmaFree_bytes Memory information field CmaFree_bytes. # TYPE node_memory_CmaFree_bytes gauge node_memory_CmaFree_bytes 0 # HELP node_memory_CmaTotal_bytes Memory information field CmaTotal_bytes. # TYPE node_memory_CmaTotal_bytes gauge node_memory_CmaTotal_bytes 0 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 3.3601708032e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 4.718682112e+09 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 5.4760833024e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.3497270272e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.34307584e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 851968 # 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 0 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.96706304e+08 # 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.96706304e+08 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 7.61856e+06 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 6.23898624e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.1276972032e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 4.276277248e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 6.7203416064e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 2.8409856e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 9.306112e+06 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.344032768e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 1.388363776e+09 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 1.78151424e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.732396544e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 131072 # 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 2.05367296e+09 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 55 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 45919 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 147571 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 544 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 553187 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 3.444957e+06 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 2.50304297587e+11 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 2.46384504202e+11 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 6.6907156641e+10 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 9.5813222416e+10 # 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 591 # 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 6 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 57 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 36427 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 599783 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 12 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 1.5601133e+07 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 2.087176e+07 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 1.560304e+06 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 16 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 92175 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.679085e+08 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 310008 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.20711099e+08 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 3.018719e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1.6908594e+07 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 2.5323007e+07 # 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 23497 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 2.5352844e+07 # 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 3.746164e+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 18979 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 3.786254e+06 # 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="docker0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="docker0"} 1 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="docker0"} 1 node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="docker0"} 0 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="docker0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="docker0"} 3 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="docker0"} 3 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:42:2e:5b:c2:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="90:1b:0e:f1:71:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",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="docker0"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="eth0"} 1 node_network_name_assign_type{device="lo"} 2 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="docker0"} 0 node_network_receive_bytes_total{device="eth0"} 8.4538929161e+10 node_network_receive_bytes_total{device="lo"} 2.37272705861e+11 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="docker0"} 0 node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="docker0"} 0 node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="docker0"} 0 node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="docker0"} 0 node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="docker0"} 0 node_network_receive_packets_total{device="eth0"} 1.11215207e+08 node_network_receive_packets_total{device="lo"} 1.26103932e+08 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} 1.25e+08 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="docker0"} 0 node_network_transmit_bytes_total{device="eth0"} 1.10748307611e+11 node_network_transmit_bytes_total{device="lo"} 2.37272705861e+11 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="docker0"} 0 node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="docker0"} 0 node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="docker0"} 2 node_network_transmit_drop_total{device="eth0"} 5 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="docker0"} 0 node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="docker0"} 0 node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="docker0"} 0 node_network_transmit_packets_total{device="eth0"} 1.28898267e+08 node_network_transmit_packets_total{device="lo"} 1.26103932e+08 # 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="docker0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 175 # 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 4526 # 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 4526 # 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 198080 # 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_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="EXA7301Q",model="SAMSUNG MZVLB512HAJQ-00000",serial="S3W8NX0M217290",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="EXA7301Q",model="SAMSUNG MZVLB512HAJQ-00000",serial="S3W8NX0M216570",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="25.05.20250724.3ff0e34",id="nixos",id_like="",image_id="",image_version="",name="NixOS",pretty_name="NixOS 25.05 (Warbler)",variant="",variant_id="",version="25.05 (Warbler)",version_codename="warbler",version_id="25.05"} 1 # HELP node_os_support_end_timestamp_seconds Metric containing the end-of-life date timestamp of the OS. # TYPE node_os_support_end_timestamp_seconds gauge node_os_support_end_timestamp_seconds 1.7671392e+09 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="nixos",id_like="",name="NixOS"} 25.05 # 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 4969.394482 # 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 25681.563147 # 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 28371.332396 # HELP node_pressure_irq_stalled_seconds_total Total time in seconds no process could make progress due to IRQ congestion # TYPE node_pressure_irq_stalled_seconds_total counter node_pressure_irq_stalled_seconds_total 13442.52823 # 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 5e-06 # 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 6e-06 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 1 # 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"} 65388.90150128 node_schedstat_running_seconds_total{cpu="1"} 68041.616521417 node_schedstat_running_seconds_total{cpu="2"} 66590.058956893 node_schedstat_running_seconds_total{cpu="3"} 66453.632350619 node_schedstat_running_seconds_total{cpu="4"} 66831.489884037 node_schedstat_running_seconds_total{cpu="5"} 64264.397905147 node_schedstat_running_seconds_total{cpu="6"} 66497.408982857 node_schedstat_running_seconds_total{cpu="7"} 66416.440439058 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 4.58463424e+08 node_schedstat_timeslices_total{cpu="1"} 4.94549642e+08 node_schedstat_timeslices_total{cpu="2"} 4.98611963e+08 node_schedstat_timeslices_total{cpu="3"} 5.10391265e+08 node_schedstat_timeslices_total{cpu="4"} 5.24198871e+08 node_schedstat_timeslices_total{cpu="5"} 5.00681593e+08 node_schedstat_timeslices_total{cpu="6"} 4.7322666e+08 node_schedstat_timeslices_total{cpu="7"} 4.73381085e+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"} 380443.763492469 node_schedstat_waiting_seconds_total{cpu="1"} 379385.598190653 node_schedstat_waiting_seconds_total{cpu="2"} 518127.709203229 node_schedstat_waiting_seconds_total{cpu="3"} 375203.590565794 node_schedstat_waiting_seconds_total{cpu="4"} 314412.885201468 node_schedstat_waiting_seconds_total{cpu="5"} 349660.918135263 node_schedstat_waiting_seconds_total{cpu="6"} 400003.872634645 node_schedstat_waiting_seconds_total{cpu="7"} 443154.14595934 # 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.000577883 node_scrape_collector_duration_seconds{collector="bcache"} 3.1761e-05 node_scrape_collector_duration_seconds{collector="bonding"} 6.0199e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.017686517 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000102336 node_scrape_collector_duration_seconds{collector="cpu"} 0.00051388 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.003824409 node_scrape_collector_duration_seconds{collector="diskstats"} 0.021205936 node_scrape_collector_duration_seconds{collector="dmi"} 3.4221e-05 node_scrape_collector_duration_seconds{collector="edac"} 2.5235e-05 node_scrape_collector_duration_seconds{collector="entropy"} 7.0305e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 6.544e-06 node_scrape_collector_duration_seconds{collector="filefd"} 2.9488e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.026328415 node_scrape_collector_duration_seconds{collector="hwmon"} 0.084263558 node_scrape_collector_duration_seconds{collector="infiniband"} 2.9163e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 5.5083e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 9.5823e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000201778 node_scrape_collector_duration_seconds{collector="meminfo"} 0.00046416 node_scrape_collector_duration_seconds{collector="netclass"} 0.017140873 node_scrape_collector_duration_seconds{collector="netdev"} 0.003112238 node_scrape_collector_duration_seconds{collector="netstat"} 0.00232509 node_scrape_collector_duration_seconds{collector="nfs"} 2.3163e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 0.019726447 node_scrape_collector_duration_seconds{collector="nvme"} 0.000116655 node_scrape_collector_duration_seconds{collector="os"} 0.000216794 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 9.1336e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000415576 node_scrape_collector_duration_seconds{collector="rapl"} 0.000668984 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000147158 node_scrape_collector_duration_seconds{collector="selinux"} 1.889e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.0001066 node_scrape_collector_duration_seconds{collector="softnet"} 0.000355961 node_scrape_collector_duration_seconds{collector="stat"} 0.00060272 node_scrape_collector_duration_seconds{collector="systemd"} 0.111336996 node_scrape_collector_duration_seconds{collector="tapestats"} 2.7892e-05 node_scrape_collector_duration_seconds{collector="textfile"} 5.2367e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.002401722 node_scrape_collector_duration_seconds{collector="time"} 0.000309613 node_scrape_collector_duration_seconds{collector="timex"} 5.51e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.017651543 node_scrape_collector_duration_seconds{collector="uname"} 2.3079e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000495758 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000616951 node_scrape_collector_duration_seconds{collector="xfs"} 3.4541e-05 node_scrape_collector_duration_seconds{collector="zfs"} 0.003155103 # 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"} 0 node_scrape_collector_success{collector="nvme"} 1 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 0 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="systemd"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 1 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 17 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 46 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 29 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 80 # 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 327680 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 1 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 12 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 34 # 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 33 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 0 # 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 0 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 579 # 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="2"} 0 node_softnet_backlog_len{cpu="3"} 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 # 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="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 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 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 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"} 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="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 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 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.4864234e+07 node_softnet_processed_total{cpu="1"} 1.5496236e+07 node_softnet_processed_total{cpu="2"} 1.5753687e+07 node_softnet_processed_total{cpu="3"} 1.560664e+07 node_softnet_processed_total{cpu="4"} 9.2030057e+07 node_softnet_processed_total{cpu="5"} 1.6100987e+07 node_softnet_processed_total{cpu="6"} 1.5871063e+07 node_softnet_processed_total{cpu="7"} 1.5601967e+07 # 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="2"} 0 node_softnet_received_rps_total{cpu="3"} 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 # 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"} 14 node_softnet_times_squeezed_total{cpu="1"} 5 node_softnet_times_squeezed_total{cpu="2"} 13 node_softnet_times_squeezed_total{cpu="3"} 18 node_softnet_times_squeezed_total{cpu="4"} 50 node_softnet_times_squeezed_total{cpu="5"} 18 node_softnet_times_squeezed_total{cpu="6"} 8 node_softnet_times_squeezed_total{cpu="7"} 8 # HELP node_systemd_socket_accepted_connections_total Total number of accepted socket connections # TYPE node_systemd_socket_accepted_connections_total counter node_systemd_socket_accepted_connections_total{name="dbus.socket"} 0 node_systemd_socket_accepted_connections_total{name="docker.socket"} 0 node_systemd_socket_accepted_connections_total{name="nix-daemon.socket"} 0 node_systemd_socket_accepted_connections_total{name="sshd-unix-local.socket"} 0 node_systemd_socket_accepted_connections_total{name="syslog.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-bootctl.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-coredump.socket"} 5 node_systemd_socket_accepted_connections_total{name="systemd-creds.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-hostnamed.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-journald-audit.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-journald-dev-log.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-journald.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-oomd.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-pcrlock.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-udevd-control.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-udevd-kernel.socket"} 0 # HELP node_systemd_socket_current_connections Current number of socket connections # TYPE node_systemd_socket_current_connections gauge node_systemd_socket_current_connections{name="dbus.socket"} 0 node_systemd_socket_current_connections{name="docker.socket"} 0 node_systemd_socket_current_connections{name="nix-daemon.socket"} 0 node_systemd_socket_current_connections{name="sshd-unix-local.socket"} 0 node_systemd_socket_current_connections{name="syslog.socket"} 0 node_systemd_socket_current_connections{name="systemd-bootctl.socket"} 0 node_systemd_socket_current_connections{name="systemd-coredump.socket"} 0 node_systemd_socket_current_connections{name="systemd-creds.socket"} 0 node_systemd_socket_current_connections{name="systemd-hostnamed.socket"} 0 node_systemd_socket_current_connections{name="systemd-journald-audit.socket"} 0 node_systemd_socket_current_connections{name="systemd-journald-dev-log.socket"} 0 node_systemd_socket_current_connections{name="systemd-journald.socket"} 0 node_systemd_socket_current_connections{name="systemd-oomd.socket"} 0 node_systemd_socket_current_connections{name="systemd-pcrlock.socket"} 0 node_systemd_socket_current_connections{name="systemd-udevd-control.socket"} 0 node_systemd_socket_current_connections{name="systemd-udevd-kernel.socket"} 0 # HELP node_systemd_socket_refused_connections_total Total number of refused socket connections # TYPE node_systemd_socket_refused_connections_total gauge node_systemd_socket_refused_connections_total{name="dbus.socket"} 0 node_systemd_socket_refused_connections_total{name="docker.socket"} 0 node_systemd_socket_refused_connections_total{name="nix-daemon.socket"} 0 node_systemd_socket_refused_connections_total{name="sshd-unix-local.socket"} 0 node_systemd_socket_refused_connections_total{name="syslog.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-bootctl.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-coredump.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-creds.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-hostnamed.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-journald-audit.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-journald-dev-log.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-journald.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-oomd.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-pcrlock.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-udevd-control.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-udevd-kernel.socket"} 0 # HELP node_systemd_system_running Whether the system is operational (see 'systemctl is-system-running') # TYPE node_systemd_system_running gauge node_systemd_system_running 1 # HELP node_systemd_timer_last_trigger_seconds Seconds since epoch of last trigger. # TYPE node_systemd_timer_last_trigger_seconds gauge node_systemd_timer_last_trigger_seconds{name="acme-files.etour.tn.it.timer"} 1.765714309021048e+09 node_systemd_timer_last_trigger_seconds{name="acme-meti.etour.tn.it.timer"} 1.765701536133804e+09 node_systemd_timer_last_trigger_seconds{name="acme-webmail.etour.tn.it.timer"} 1.765655870815539e+09 node_systemd_timer_last_trigger_seconds{name="borgbackup-job-system.timer"} 1.765673465615105e+09 node_systemd_timer_last_trigger_seconds{name="clamav-freshclam.timer"} 1.765731603288543e+09 node_systemd_timer_last_trigger_seconds{name="fstrim.timer"} 1.765148569724833e+09 node_systemd_timer_last_trigger_seconds{name="logrotate.timer"} 1.765731603290279e+09 node_systemd_timer_last_trigger_seconds{name="nix-gc.timer"} 1.765148400404008e+09 node_systemd_timer_last_trigger_seconds{name="systemd-tmpfiles-clean.timer"} 1.765663431685511e+09 node_systemd_timer_last_trigger_seconds{name="zfs-scrub.timer"} 1.764556030212595e+09 node_systemd_timer_last_trigger_seconds{name="zpool-trim.timer"} 1.765168802613466e+09 # HELP node_systemd_unit_state Systemd unit # TYPE node_systemd_unit_state gauge node_systemd_unit_state{name="acme-account-b0daf24b16f2b8c29fc8.target",state="activating",type=""} 0 node_systemd_unit_state{name="acme-account-b0daf24b16f2b8c29fc8.target",state="active",type=""} 1 node_systemd_unit_state{name="acme-account-b0daf24b16f2b8c29fc8.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-account-b0daf24b16f2b8c29fc8.target",state="failed",type=""} 0 node_systemd_unit_state{name="acme-account-b0daf24b16f2b8c29fc8.target",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-files.etour.tn.it.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-files.etour.tn.it.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-files.etour.tn.it.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-files.etour.tn.it.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-files.etour.tn.it.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-files.etour.tn.it.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-files.etour.tn.it.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-files.etour.tn.it.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-files.etour.tn.it.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-files.etour.tn.it.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-finished-files.etour.tn.it.target",state="activating",type=""} 0 node_systemd_unit_state{name="acme-finished-files.etour.tn.it.target",state="active",type=""} 1 node_systemd_unit_state{name="acme-finished-files.etour.tn.it.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-finished-files.etour.tn.it.target",state="failed",type=""} 0 node_systemd_unit_state{name="acme-finished-files.etour.tn.it.target",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-finished-meti.etour.tn.it.target",state="activating",type=""} 0 node_systemd_unit_state{name="acme-finished-meti.etour.tn.it.target",state="active",type=""} 1 node_systemd_unit_state{name="acme-finished-meti.etour.tn.it.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-finished-meti.etour.tn.it.target",state="failed",type=""} 0 node_systemd_unit_state{name="acme-finished-meti.etour.tn.it.target",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-finished-webmail.etour.tn.it.target",state="activating",type=""} 0 node_systemd_unit_state{name="acme-finished-webmail.etour.tn.it.target",state="active",type=""} 1 node_systemd_unit_state{name="acme-finished-webmail.etour.tn.it.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-finished-webmail.etour.tn.it.target",state="failed",type=""} 0 node_systemd_unit_state{name="acme-finished-webmail.etour.tn.it.target",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-meti.etour.tn.it.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-meti.etour.tn.it.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-meti.etour.tn.it.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-meti.etour.tn.it.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-meti.etour.tn.it.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-meti.etour.tn.it.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-meti.etour.tn.it.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-meti.etour.tn.it.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-meti.etour.tn.it.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-meti.etour.tn.it.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-selfsigned-files.etour.tn.it.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-selfsigned-files.etour.tn.it.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-selfsigned-files.etour.tn.it.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-selfsigned-files.etour.tn.it.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-selfsigned-files.etour.tn.it.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-selfsigned-meti.etour.tn.it.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-selfsigned-meti.etour.tn.it.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-selfsigned-meti.etour.tn.it.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-selfsigned-meti.etour.tn.it.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-selfsigned-meti.etour.tn.it.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-selfsigned-webmail.etour.tn.it.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-selfsigned-webmail.etour.tn.it.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-selfsigned-webmail.etour.tn.it.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-selfsigned-webmail.etour.tn.it.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-selfsigned-webmail.etour.tn.it.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-webmail.etour.tn.it.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-webmail.etour.tn.it.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-webmail.etour.tn.it.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-webmail.etour.tn.it.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-webmail.etour.tn.it.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-webmail.etour.tn.it.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-webmail.etour.tn.it.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-webmail.etour.tn.it.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-webmail.etour.tn.it.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-webmail.etour.tn.it.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="activate-virtual-mail-users.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="activate-virtual-mail-users.service",state="active",type="simple"} 0 node_systemd_unit_state{name="activate-virtual-mail-users.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="activate-virtual-mail-users.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="activate-virtual-mail-users.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="audit.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="audit.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="audit.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="audit.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="audit.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="basic.target",state="activating",type=""} 0 node_systemd_unit_state{name="basic.target",state="active",type=""} 1 node_systemd_unit_state{name="basic.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="basic.target",state="failed",type=""} 0 node_systemd_unit_state{name="basic.target",state="inactive",type=""} 0 node_systemd_unit_state{name="borgbackup-job-system.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="borgbackup-job-system.service",state="active",type="simple"} 0 node_systemd_unit_state{name="borgbackup-job-system.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="borgbackup-job-system.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="borgbackup-job-system.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="borgbackup-job-system.timer",state="activating",type=""} 0 node_systemd_unit_state{name="borgbackup-job-system.timer",state="active",type=""} 1 node_systemd_unit_state{name="borgbackup-job-system.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="borgbackup-job-system.timer",state="failed",type=""} 0 node_systemd_unit_state{name="borgbackup-job-system.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="clamav-daemon.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="clamav-daemon.service",state="active",type="simple"} 1 node_systemd_unit_state{name="clamav-daemon.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="clamav-daemon.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="clamav-daemon.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="clamav-freshclam.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="clamav-freshclam.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="clamav-freshclam.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="clamav-freshclam.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="clamav-freshclam.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="clamav-freshclam.timer",state="activating",type=""} 0 node_systemd_unit_state{name="clamav-freshclam.timer",state="active",type=""} 1 node_systemd_unit_state{name="clamav-freshclam.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="clamav-freshclam.timer",state="failed",type=""} 0 node_systemd_unit_state{name="clamav-freshclam.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="container@nextcloud.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="container@nextcloud.service",state="active",type="notify"} 1 node_systemd_unit_state{name="container@nextcloud.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="container@nextcloud.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="container@nextcloud.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="cpufreq.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="cpufreq.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="cpufreq.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="cpufreq.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="cpufreq.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="cryptsetup.target",state="activating",type=""} 0 node_systemd_unit_state{name="cryptsetup.target",state="active",type=""} 1 node_systemd_unit_state{name="cryptsetup.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="cryptsetup.target",state="failed",type=""} 0 node_systemd_unit_state{name="cryptsetup.target",state="inactive",type=""} 0 node_systemd_unit_state{name="dbus.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="dbus.service",state="active",type="notify"} 1 node_systemd_unit_state{name="dbus.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="dbus.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="dbus.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="dbus.socket",state="activating",type=""} 0 node_systemd_unit_state{name="dbus.socket",state="active",type=""} 1 node_systemd_unit_state{name="dbus.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="dbus.socket",state="failed",type=""} 0 node_systemd_unit_state{name="dbus.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="dhparams-gen-dovecot2.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="dhparams-gen-dovecot2.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="dhparams-gen-dovecot2.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="dhparams-gen-dovecot2.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="dhparams-gen-dovecot2.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="dhparams-init.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="dhparams-init.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="dhparams-init.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="dhparams-init.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="dhparams-init.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="docker-libreoffice.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="docker-libreoffice.service",state="active",type="simple"} 1 node_systemd_unit_state{name="docker-libreoffice.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="docker-libreoffice.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="docker-libreoffice.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="docker.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="docker.service",state="active",type="notify"} 1 node_systemd_unit_state{name="docker.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="docker.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="docker.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="docker.socket",state="activating",type=""} 0 node_systemd_unit_state{name="docker.socket",state="active",type=""} 1 node_systemd_unit_state{name="docker.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="docker.socket",state="failed",type=""} 0 node_systemd_unit_state{name="docker.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="domainname.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="domainname.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="domainname.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="domainname.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="domainname.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="dovecot2.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="dovecot2.service",state="active",type="notify"} 1 node_systemd_unit_state{name="dovecot2.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="dovecot2.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="dovecot2.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="emergency.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="active",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="inactive",type="idle"} 1 node_systemd_unit_state{name="emergency.target",state="activating",type=""} 0 node_systemd_unit_state{name="emergency.target",state="active",type=""} 0 node_systemd_unit_state{name="emergency.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="emergency.target",state="failed",type=""} 0 node_systemd_unit_state{name="emergency.target",state="inactive",type=""} 1 node_systemd_unit_state{name="final.target",state="activating",type=""} 0 node_systemd_unit_state{name="final.target",state="active",type=""} 0 node_systemd_unit_state{name="final.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="final.target",state="failed",type=""} 0 node_systemd_unit_state{name="final.target",state="inactive",type=""} 1 node_systemd_unit_state{name="firewall.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="firewall.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="firewall.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="firewall.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="firewall.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="first-boot-complete.target",state="activating",type=""} 0 node_systemd_unit_state{name="first-boot-complete.target",state="active",type=""} 0 node_systemd_unit_state{name="first-boot-complete.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="first-boot-complete.target",state="failed",type=""} 0 node_systemd_unit_state{name="first-boot-complete.target",state="inactive",type=""} 1 node_systemd_unit_state{name="fstrim.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="fstrim.timer",state="activating",type=""} 0 node_systemd_unit_state{name="fstrim.timer",state="active",type=""} 1 node_systemd_unit_state{name="fstrim.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="fstrim.timer",state="failed",type=""} 0 node_systemd_unit_state{name="fstrim.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="getty-pre.target",state="activating",type=""} 0 node_systemd_unit_state{name="getty-pre.target",state="active",type=""} 0 node_systemd_unit_state{name="getty-pre.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="getty-pre.target",state="failed",type=""} 0 node_systemd_unit_state{name="getty-pre.target",state="inactive",type=""} 1 node_systemd_unit_state{name="getty.target",state="activating",type=""} 0 node_systemd_unit_state{name="getty.target",state="active",type=""} 1 node_systemd_unit_state{name="getty.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="getty.target",state="failed",type=""} 0 node_systemd_unit_state{name="getty.target",state="inactive",type=""} 0 node_systemd_unit_state{name="getty@tty1.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="getty@tty1.service",state="active",type="idle"} 1 node_systemd_unit_state{name="getty@tty1.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="getty@tty1.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="getty@tty1.service",state="inactive",type="idle"} 0 node_systemd_unit_state{name="gitlab-runner-etour.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="gitlab-runner-etour.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="gitlab-runner-etour.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="gitlab-runner-etour.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="gitlab-runner-etour.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="kmod-static-nodes.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="kmod-static-nodes.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="kres-cache-gc.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="kres-cache-gc.service",state="active",type="simple"} 1 node_systemd_unit_state{name="kres-cache-gc.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="kres-cache-gc.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="kres-cache-gc.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="kresd.target",state="activating",type=""} 0 node_systemd_unit_state{name="kresd.target",state="active",type=""} 1 node_systemd_unit_state{name="kresd.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="kresd.target",state="failed",type=""} 0 node_systemd_unit_state{name="kresd.target",state="inactive",type=""} 0 node_systemd_unit_state{name="kresd@1.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="kresd@1.service",state="active",type="notify"} 1 node_systemd_unit_state{name="kresd@1.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="kresd@1.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="kresd@1.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="local-fs-pre.target",state="activating",type=""} 0 node_systemd_unit_state{name="local-fs-pre.target",state="active",type=""} 1 node_systemd_unit_state{name="local-fs-pre.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="local-fs-pre.target",state="failed",type=""} 0 node_systemd_unit_state{name="local-fs-pre.target",state="inactive",type=""} 0 node_systemd_unit_state{name="local-fs.target",state="activating",type=""} 0 node_systemd_unit_state{name="local-fs.target",state="active",type=""} 1 node_systemd_unit_state{name="local-fs.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="local-fs.target",state="failed",type=""} 0 node_systemd_unit_state{name="local-fs.target",state="inactive",type=""} 0 node_systemd_unit_state{name="logrotate-checkconf.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="logrotate-checkconf.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="logrotate-checkconf.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="logrotate-checkconf.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="logrotate-checkconf.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="logrotate.timer",state="activating",type=""} 0 node_systemd_unit_state{name="logrotate.timer",state="active",type=""} 1 node_systemd_unit_state{name="logrotate.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="logrotate.timer",state="failed",type=""} 0 node_systemd_unit_state{name="logrotate.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="machines.target",state="activating",type=""} 0 node_systemd_unit_state{name="machines.target",state="active",type=""} 1 node_systemd_unit_state{name="machines.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="machines.target",state="failed",type=""} 0 node_systemd_unit_state{name="machines.target",state="inactive",type=""} 0 node_systemd_unit_state{name="metapensiero-backup-prepare-system.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="metapensiero-backup-prepare-system.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="metapensiero-backup-prepare-system.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="metapensiero-backup-prepare-system.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="metapensiero-backup-prepare-system.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="modprobe@configfs.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@configfs.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@configfs.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@configfs.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@configfs.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="modprobe@drm.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="modprobe@fuse.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="mount-pstore.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="mount-pstore.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="mount-pstore.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="mount-pstore.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="mount-pstore.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="multi-user.target",state="activating",type=""} 0 node_systemd_unit_state{name="multi-user.target",state="active",type=""} 1 node_systemd_unit_state{name="multi-user.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="multi-user.target",state="failed",type=""} 0 node_systemd_unit_state{name="multi-user.target",state="inactive",type=""} 0 node_systemd_unit_state{name="network-addresses-eth0.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="network-addresses-eth0.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="network-addresses-eth0.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="network-addresses-eth0.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="network-addresses-eth0.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="network-online.target",state="activating",type=""} 0 node_systemd_unit_state{name="network-online.target",state="active",type=""} 1 node_systemd_unit_state{name="network-online.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="network-online.target",state="failed",type=""} 0 node_systemd_unit_state{name="network-online.target",state="inactive",type=""} 0 node_systemd_unit_state{name="network-pre.target",state="activating",type=""} 0 node_systemd_unit_state{name="network-pre.target",state="active",type=""} 1 node_systemd_unit_state{name="network-pre.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="network-pre.target",state="failed",type=""} 0 node_systemd_unit_state{name="network-pre.target",state="inactive",type=""} 0 node_systemd_unit_state{name="network-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="network-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="network-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="network-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="network-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="network.target",state="activating",type=""} 0 node_systemd_unit_state{name="network.target",state="active",type=""} 1 node_systemd_unit_state{name="network.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="network.target",state="failed",type=""} 0 node_systemd_unit_state{name="network.target",state="inactive",type=""} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="nginx.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="nginx.service",state="active",type="simple"} 1 node_systemd_unit_state{name="nginx.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="nginx.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="nginx.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.service",state="active",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="nix-daemon.socket",state="activating",type=""} 0 node_systemd_unit_state{name="nix-daemon.socket",state="active",type=""} 1 node_systemd_unit_state{name="nix-daemon.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="nix-daemon.socket",state="failed",type=""} 0 node_systemd_unit_state{name="nix-daemon.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="nix-gc.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="nix-gc.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="nix-gc.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="nix-gc.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="nix-gc.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="nix-gc.timer",state="activating",type=""} 0 node_systemd_unit_state{name="nix-gc.timer",state="active",type=""} 1 node_systemd_unit_state{name="nix-gc.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="nix-gc.timer",state="failed",type=""} 0 node_systemd_unit_state{name="nix-gc.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="nscd.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="nscd.service",state="active",type="notify"} 1 node_systemd_unit_state{name="nscd.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="nscd.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="nscd.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="nss-lookup.target",state="activating",type=""} 0 node_systemd_unit_state{name="nss-lookup.target",state="active",type=""} 1 node_systemd_unit_state{name="nss-lookup.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="nss-lookup.target",state="failed",type=""} 0 node_systemd_unit_state{name="nss-lookup.target",state="inactive",type=""} 0 node_systemd_unit_state{name="nss-user-lookup.target",state="activating",type=""} 0 node_systemd_unit_state{name="nss-user-lookup.target",state="active",type=""} 1 node_systemd_unit_state{name="nss-user-lookup.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="nss-user-lookup.target",state="failed",type=""} 0 node_systemd_unit_state{name="nss-user-lookup.target",state="inactive",type=""} 0 node_systemd_unit_state{name="paths.target",state="activating",type=""} 0 node_systemd_unit_state{name="paths.target",state="active",type=""} 1 node_systemd_unit_state{name="paths.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="paths.target",state="failed",type=""} 0 node_systemd_unit_state{name="paths.target",state="inactive",type=""} 0 node_systemd_unit_state{name="phpfpm-roundcube.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="phpfpm-roundcube.service",state="active",type="notify"} 1 node_systemd_unit_state{name="phpfpm-roundcube.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="phpfpm-roundcube.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="phpfpm-roundcube.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="phpfpm.target",state="activating",type=""} 0 node_systemd_unit_state{name="phpfpm.target",state="active",type=""} 1 node_systemd_unit_state{name="phpfpm.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="phpfpm.target",state="failed",type=""} 0 node_systemd_unit_state{name="phpfpm.target",state="inactive",type=""} 0 node_systemd_unit_state{name="postfix-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="postfix-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="postfix-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="postfix-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="postfix-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="postfix.service",state="activating",type="forking"} 0 node_systemd_unit_state{name="postfix.service",state="active",type="forking"} 1 node_systemd_unit_state{name="postfix.service",state="deactivating",type="forking"} 0 node_systemd_unit_state{name="postfix.service",state="failed",type="forking"} 0 node_systemd_unit_state{name="postfix.service",state="inactive",type="forking"} 0 node_systemd_unit_state{name="postgresql.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="postgresql.service",state="active",type="notify"} 1 node_systemd_unit_state{name="postgresql.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="postgresql.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="postgresql.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="active",type="simple"} 1 node_systemd_unit_state{name="prometheus-node-exporter.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="redis-rspamd.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="redis-rspamd.service",state="active",type="notify"} 1 node_systemd_unit_state{name="redis-rspamd.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="redis-rspamd.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="redis-rspamd.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="reload-systemd-vconsole-setup.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="reload-systemd-vconsole-setup.service",state="active",type="simple"} 1 node_systemd_unit_state{name="reload-systemd-vconsole-setup.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="reload-systemd-vconsole-setup.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="reload-systemd-vconsole-setup.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="remote-fs-pre.target",state="activating",type=""} 0 node_systemd_unit_state{name="remote-fs-pre.target",state="active",type=""} 0 node_systemd_unit_state{name="remote-fs-pre.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="remote-fs-pre.target",state="failed",type=""} 0 node_systemd_unit_state{name="remote-fs-pre.target",state="inactive",type=""} 1 node_systemd_unit_state{name="remote-fs.target",state="activating",type=""} 0 node_systemd_unit_state{name="remote-fs.target",state="active",type=""} 1 node_systemd_unit_state{name="remote-fs.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="remote-fs.target",state="failed",type=""} 0 node_systemd_unit_state{name="remote-fs.target",state="inactive",type=""} 0 node_systemd_unit_state{name="rescue.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="active",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="inactive",type="idle"} 1 node_systemd_unit_state{name="rescue.target",state="activating",type=""} 0 node_systemd_unit_state{name="rescue.target",state="active",type=""} 0 node_systemd_unit_state{name="rescue.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="rescue.target",state="failed",type=""} 0 node_systemd_unit_state{name="rescue.target",state="inactive",type=""} 1 node_systemd_unit_state{name="resolvconf.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="resolvconf.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="resolvconf.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="resolvconf.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="resolvconf.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="roundcube-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="roundcube-setup.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="roundcube-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="roundcube-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="roundcube-setup.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="rspamd.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="rspamd.service",state="active",type="simple"} 1 node_systemd_unit_state{name="rspamd.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="rspamd.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="rspamd.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="save-hwclock.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="save-hwclock.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="save-hwclock.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="save-hwclock.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="save-hwclock.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="shutdown.target",state="activating",type=""} 0 node_systemd_unit_state{name="shutdown.target",state="active",type=""} 0 node_systemd_unit_state{name="shutdown.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="shutdown.target",state="failed",type=""} 0 node_systemd_unit_state{name="shutdown.target",state="inactive",type=""} 1 node_systemd_unit_state{name="slices.target",state="activating",type=""} 0 node_systemd_unit_state{name="slices.target",state="active",type=""} 1 node_systemd_unit_state{name="slices.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="slices.target",state="failed",type=""} 0 node_systemd_unit_state{name="slices.target",state="inactive",type=""} 0 node_systemd_unit_state{name="sockets.target",state="activating",type=""} 0 node_systemd_unit_state{name="sockets.target",state="active",type=""} 1 node_systemd_unit_state{name="sockets.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="sockets.target",state="failed",type=""} 0 node_systemd_unit_state{name="sockets.target",state="inactive",type=""} 0 node_systemd_unit_state{name="sshd-keygen.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="sshd-keygen.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="sshd-keygen.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="sshd-keygen.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="sshd-keygen.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="sshd-unix-local.socket",state="activating",type=""} 0 node_systemd_unit_state{name="sshd-unix-local.socket",state="active",type=""} 1 node_systemd_unit_state{name="sshd-unix-local.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="sshd-unix-local.socket",state="failed",type=""} 0 node_systemd_unit_state{name="sshd-unix-local.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="sshd.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="sshd.service",state="active",type="simple"} 1 node_systemd_unit_state{name="sshd.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="sshd.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="sshd.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="swap.target",state="activating",type=""} 0 node_systemd_unit_state{name="swap.target",state="active",type=""} 1 node_systemd_unit_state{name="swap.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="swap.target",state="failed",type=""} 0 node_systemd_unit_state{name="swap.target",state="inactive",type=""} 0 node_systemd_unit_state{name="sysinit.target",state="activating",type=""} 0 node_systemd_unit_state{name="sysinit.target",state="active",type=""} 1 node_systemd_unit_state{name="sysinit.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="sysinit.target",state="failed",type=""} 0 node_systemd_unit_state{name="sysinit.target",state="inactive",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="activating",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="active",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="failed",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="inactive",type=""} 1 node_systemd_unit_state{name="systemd-ask-password-console.path",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.path",state="active",type=""} 1 node_systemd_unit_state{name="systemd-ask-password-console.path",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.path",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.path",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="active",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="active",type=""} 1 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="active",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-bootctl.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-bootctl.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-bootctl.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-bootctl.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-bootctl.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-coredump.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-coredump.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-coredump.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-coredump.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-coredump.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-creds.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-creds.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-creds.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-creds.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-creds.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-hostnamed.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-hostnamed.service",state="active",type="notify"} 0 node_systemd_unit_state{name="systemd-hostnamed.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-hostnamed.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-hostnamed.service",state="inactive",type="notify"} 1 node_systemd_unit_state{name="systemd-hostnamed.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-hostnamed.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-hostnamed.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-hostnamed.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-hostnamed.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-journal-flush.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-flush.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-journal-flush.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-flush.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-flush.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journald-audit.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-journald-audit.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-journald-audit.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-journald-audit.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-journald-audit.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-journald.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-journald.service",state="active",type="notify"} 1 node_systemd_unit_state{name="systemd-journald.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-journald.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-journald.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="systemd-journald.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-journald.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-journald.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-journald.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-journald.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-logind.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-logind.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="systemd-logind.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-logind.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-logind.service",state="inactive",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-machined.service",state="activating",type="dbus"} 0 node_systemd_unit_state{name="systemd-machined.service",state="active",type="dbus"} 1 node_systemd_unit_state{name="systemd-machined.service",state="deactivating",type="dbus"} 0 node_systemd_unit_state{name="systemd-machined.service",state="failed",type="dbus"} 0 node_systemd_unit_state{name="systemd-machined.service",state="inactive",type="dbus"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-modules-load.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-oomd.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-oomd.service",state="active",type="notify"} 1 node_systemd_unit_state{name="systemd-oomd.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-oomd.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-oomd.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="systemd-oomd.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-oomd.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-oomd.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-oomd.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-oomd.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-pcrlock.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-pcrlock.socket",state="active",type=""} 0 node_systemd_unit_state{name="systemd-pcrlock.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-pcrlock.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-pcrlock.socket",state="inactive",type=""} 1 node_systemd_unit_state{name="systemd-pstore.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-random-seed.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-random-seed.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-random-seed.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-random-seed.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-random-seed.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-remount-fs.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysctl.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysctl.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-sysctl.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysctl.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysctl.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-timesyncd.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-timesyncd.service",state="active",type="notify"} 1 node_systemd_unit_state{name="systemd-timesyncd.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-timesyncd.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-timesyncd.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="active",type=""} 1 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-udev-settle.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-settle.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-settle.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-settle.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-settle.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-udev-trigger.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-trigger.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-udev-trigger.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-trigger.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-trigger.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-udevd-control.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-udevd.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-udevd.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="systemd-udevd.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-udevd.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-udevd.service",state="inactive",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-update-utmp.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-update-utmp.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-user-sessions.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-vconsole-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-vconsole-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-vconsole-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-vconsole-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-vconsole-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="time-sync.target",state="activating",type=""} 0 node_systemd_unit_state{name="time-sync.target",state="active",type=""} 0 node_systemd_unit_state{name="time-sync.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="time-sync.target",state="failed",type=""} 0 node_systemd_unit_state{name="time-sync.target",state="inactive",type=""} 1 node_systemd_unit_state{name="timers.target",state="activating",type=""} 0 node_systemd_unit_state{name="timers.target",state="active",type=""} 1 node_systemd_unit_state{name="timers.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="timers.target",state="failed",type=""} 0 node_systemd_unit_state{name="timers.target",state="inactive",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="activating",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="active",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="failed",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="inactive",type=""} 1 node_systemd_unit_state{name="umount.target",state="activating",type=""} 0 node_systemd_unit_state{name="umount.target",state="active",type=""} 0 node_systemd_unit_state{name="umount.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="umount.target",state="failed",type=""} 0 node_systemd_unit_state{name="umount.target",state="inactive",type=""} 1 node_systemd_unit_state{name="zfs-import.target",state="activating",type=""} 0 node_systemd_unit_state{name="zfs-import.target",state="active",type=""} 1 node_systemd_unit_state{name="zfs-import.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="zfs-import.target",state="failed",type=""} 0 node_systemd_unit_state{name="zfs-import.target",state="inactive",type=""} 0 node_systemd_unit_state{name="zfs-mount.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="zfs-mount.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="zfs-mount.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="zfs-mount.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="zfs-mount.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="zfs-scrub.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="zfs-scrub.service",state="active",type="simple"} 0 node_systemd_unit_state{name="zfs-scrub.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="zfs-scrub.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="zfs-scrub.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="zfs-scrub.timer",state="activating",type=""} 0 node_systemd_unit_state{name="zfs-scrub.timer",state="active",type=""} 1 node_systemd_unit_state{name="zfs-scrub.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="zfs-scrub.timer",state="failed",type=""} 0 node_systemd_unit_state{name="zfs-scrub.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="zfs-share.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="zfs-share.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="zfs-share.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="zfs-share.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="zfs-share.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="zfs-sync-tank.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="zfs-sync-tank.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="zfs-sync-tank.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="zfs-sync-tank.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="zfs-sync-tank.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="zfs-zed.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="zfs-zed.service",state="active",type="simple"} 1 node_systemd_unit_state{name="zfs-zed.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="zfs-zed.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="zfs-zed.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="zfs.target",state="activating",type=""} 0 node_systemd_unit_state{name="zfs.target",state="active",type=""} 1 node_systemd_unit_state{name="zfs.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="zfs.target",state="failed",type=""} 0 node_systemd_unit_state{name="zfs.target",state="inactive",type=""} 0 node_systemd_unit_state{name="zpool-trim.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="zpool-trim.service",state="active",type="simple"} 0 node_systemd_unit_state{name="zpool-trim.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="zpool-trim.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="zpool-trim.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="zpool-trim.timer",state="activating",type=""} 0 node_systemd_unit_state{name="zpool-trim.timer",state="active",type=""} 1 node_systemd_unit_state{name="zpool-trim.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="zpool-trim.timer",state="failed",type=""} 0 node_systemd_unit_state{name="zpool-trim.timer",state="inactive",type=""} 0 # HELP node_systemd_units Summary of systemd unit states # TYPE node_systemd_units gauge node_systemd_units{state="activating"} 0 node_systemd_units{state="active"} 280 node_systemd_units{state="deactivating"} 0 node_systemd_units{state="failed"} 0 node_systemd_units{state="inactive"} 86 # HELP node_systemd_version Detected systemd version # TYPE node_systemd_version gauge node_systemd_version{version="257.6"} 257.6 # 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="pch_skylake",zone="0"} 49.5 node_thermal_zone_temp{type="x86_pkg_temp",zone="1"} 41 # 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.7657343119993918e+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="CET"} 3600 # 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.0000043525238038 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.33 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0.00052572 # 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="etour.tn.it",machine="x86_64",nodename="meti",release="6.12.39",sysname="Linux",version="#1-NixOS SMP PREEMPT_DYNAMIC Thu Jul 17 16:37:24 UTC 2025"} 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 8.806433278e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 2.201981e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.913773319e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.1757453613e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # 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"} 0 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="wdat_wdt",name="watchdog0",options="0x8180",pretimeout_governor="",state="inactive",status="0x0"} 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_timeout_seconds Value of /sys/class/watchdog//timeout # TYPE node_watchdog_timeout_seconds gauge node_watchdog_timeout_seconds{name="watchdog0"} 30 # HELP node_zfs_abd_linear_cnt kstat.zfs.misc.abdstats.linear_cnt # TYPE node_zfs_abd_linear_cnt untyped node_zfs_abd_linear_cnt 58151 # 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 4.7369728e+07 # 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 2.31311872e+08 # HELP node_zfs_abd_scatter_cnt kstat.zfs.misc.abdstats.scatter_cnt # TYPE node_zfs_abd_scatter_cnt untyped node_zfs_abd_scatter_cnt 461122 # 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 4.6932604416e+10 # 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 83373 # 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 43743 # 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 39762 # 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 53684 # 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 16997 # 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 327603 # 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 67993 # 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 4.9850208e+07 # 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 2.31311872e+08 # HELP node_zfs_arc_access_skip kstat.zfs.misc.arcstats.access_skip # TYPE node_zfs_arc_access_skip untyped node_zfs_arc_access_skip 2895 # HELP node_zfs_arc_anon_data kstat.zfs.misc.arcstats.anon_data # TYPE node_zfs_arc_anon_data untyped node_zfs_arc_anon_data 412672 # 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 656384 # HELP node_zfs_arc_anon_size kstat.zfs.misc.arcstats.anon_size # TYPE node_zfs_arc_anon_size untyped node_zfs_arc_anon_size 1.069056e+06 # HELP node_zfs_arc_arc_dnode_limit kstat.zfs.misc.arcstats.arc_dnode_limit # TYPE node_zfs_arc_arc_dnode_limit untyped node_zfs_arc_arc_dnode_limit 6.612967424e+09 # HELP node_zfs_arc_arc_loaned_bytes kstat.zfs.misc.arcstats.arc_loaned_bytes # TYPE node_zfs_arc_arc_loaned_bytes untyped node_zfs_arc_arc_loaned_bytes 0 # HELP node_zfs_arc_arc_meta_used kstat.zfs.misc.arcstats.arc_meta_used # TYPE node_zfs_arc_arc_meta_used untyped node_zfs_arc_arc_meta_used 1.70954392e+09 # 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 2.348969472e+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 4142 # HELP node_zfs_arc_bonus_size kstat.zfs.misc.arcstats.bonus_size # TYPE node_zfs_arc_bonus_size untyped node_zfs_arc_bonus_size 9.066272e+07 # HELP node_zfs_arc_c kstat.zfs.misc.arcstats.c # TYPE node_zfs_arc_c untyped node_zfs_arc_c 5.1643356672e+10 # HELP node_zfs_arc_c_max kstat.zfs.misc.arcstats.c_max # TYPE node_zfs_arc_c_max untyped node_zfs_arc_c_max 6.612967424e+10 # HELP node_zfs_arc_c_min kstat.zfs.misc.arcstats.c_min # TYPE node_zfs_arc_c_min untyped node_zfs_arc_c_min 2.100106752e+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 4.6979970048e+10 # HELP node_zfs_arc_data_size kstat.zfs.misc.arcstats.data_size # TYPE node_zfs_arc_data_size untyped node_zfs_arc_data_size 4.8014121984e+10 # HELP node_zfs_arc_dbuf_size kstat.zfs.misc.arcstats.dbuf_size # TYPE node_zfs_arc_dbuf_size untyped node_zfs_arc_dbuf_size 1.19835888e+08 # HELP node_zfs_arc_deleted kstat.zfs.misc.arcstats.deleted # TYPE node_zfs_arc_deleted untyped node_zfs_arc_deleted 56 # 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 6.56558239e+08 # 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 4104 # 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 57804 # 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 541611 # 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 465876 # 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 5737 # 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 3533 # 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 1.273510693e+09 # 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 6123 # 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 29280 # HELP node_zfs_arc_dnode_size kstat.zfs.misc.arcstats.dnode_size # TYPE node_zfs_arc_dnode_size untyped node_zfs_arc_dnode_size 3.99470624e+08 # 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 1.208196608e+09 # 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 1.208196608e+09 # 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 9.2803072e+07 # 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 15 # 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 4 # HELP node_zfs_arc_hash_chains kstat.zfs.misc.arcstats.hash_chains # TYPE node_zfs_arc_hash_chains untyped node_zfs_arc_hash_chains 16438 # HELP node_zfs_arc_hash_collisions kstat.zfs.misc.arcstats.hash_collisions # TYPE node_zfs_arc_hash_collisions untyped node_zfs_arc_hash_collisions 1.2919718e+07 # HELP node_zfs_arc_hash_elements kstat.zfs.misc.arcstats.hash_elements # TYPE node_zfs_arc_hash_elements untyped node_zfs_arc_hash_elements 535686 # 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 535686 # HELP node_zfs_arc_hdr_size kstat.zfs.misc.arcstats.hdr_size # TYPE node_zfs_arc_hdr_size untyped node_zfs_arc_hdr_size 1.29922976e+08 # HELP node_zfs_arc_hits kstat.zfs.misc.arcstats.hits # TYPE node_zfs_arc_hits untyped node_zfs_arc_hits 1.930874323e+09 # HELP node_zfs_arc_iohits kstat.zfs.misc.arcstats.iohits # TYPE node_zfs_arc_iohits untyped node_zfs_arc_iohits 20576 # 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 6.7203416064e+10 # HELP node_zfs_arc_memory_available_bytes kstat.zfs.misc.arcstats.memory_available_bytes # TYPE node_zfs_arc_memory_available_bytes untyped node_zfs_arc_memory_available_bytes 2.12401408e+09 # 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 4.472983552e+09 # 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 9.69651712e+08 # HELP node_zfs_arc_mfu_data kstat.zfs.misc.arcstats.mfu_data # TYPE node_zfs_arc_mfu_data untyped node_zfs_arc_mfu_data 1.565225472e+10 # 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 1.3611749888e+10 # 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 2.24675328e+08 # 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 1.668175635e+09 # HELP node_zfs_arc_mfu_metadata kstat.zfs.misc.arcstats.mfu_metadata # TYPE node_zfs_arc_mfu_metadata untyped node_zfs_arc_mfu_metadata 8.5706496e+08 # HELP node_zfs_arc_mfu_size kstat.zfs.misc.arcstats.mfu_size # TYPE node_zfs_arc_mfu_size untyped node_zfs_arc_mfu_size 1.650931968e+10 # HELP node_zfs_arc_misses kstat.zfs.misc.arcstats.misses # TYPE node_zfs_arc_misses untyped node_zfs_arc_misses 429679 # HELP node_zfs_arc_mru_data kstat.zfs.misc.arcstats.mru_data # TYPE node_zfs_arc_mru_data untyped node_zfs_arc_mru_data 3.2361454592e+10 # 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 3.2014946304e+10 # 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 4.9319936e+07 # 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 1.299124736e+09 # 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 1.299124736e+09 # 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 7 # 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 1.299124736e+09 # HELP node_zfs_arc_mru_hits kstat.zfs.misc.arcstats.mru_hits # TYPE node_zfs_arc_mru_hits untyped node_zfs_arc_mru_hits 2.62698688e+08 # HELP node_zfs_arc_mru_metadata kstat.zfs.misc.arcstats.mru_metadata # TYPE node_zfs_arc_mru_metadata untyped node_zfs_arc_mru_metadata 1.11930368e+08 # HELP node_zfs_arc_mru_size kstat.zfs.misc.arcstats.mru_size # TYPE node_zfs_arc_mru_size untyped node_zfs_arc_mru_size 3.247338496e+10 # 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 2.003803648e+09 # 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 623732 # 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 129580 # 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 3 # 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 247461 # 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 675811 # 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 10346 # 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 95134 # HELP node_zfs_arc_prescient_prefetch kstat.zfs.misc.arcstats.prescient_prefetch # TYPE node_zfs_arc_prescient_prefetch untyped node_zfs_arc_prescient_prefetch 534603 # HELP node_zfs_arc_size kstat.zfs.misc.arcstats.size # TYPE node_zfs_arc_size untyped node_zfs_arc_size 4.9954977776e+10 # 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 5.7784462336e+10 # HELP node_zfs_dbuf_cache_count kstat.zfs.misc.dbufstats.cache_count # TYPE node_zfs_dbuf_cache_count untyped node_zfs_dbuf_cache_count 13540 # HELP node_zfs_dbuf_cache_hiwater_bytes kstat.zfs.misc.dbufstats.cache_hiwater_bytes # TYPE node_zfs_dbuf_cache_hiwater_bytes untyped node_zfs_dbuf_cache_hiwater_bytes 1.775240385e+09 # 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 12911 # 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 1.369471072e+09 # 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 629 # 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 8.2444288e+07 # 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.452469407e+09 # 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 1.45191536e+09 # 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 1.782268304e+09 # 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.613854896e+09 # 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 1.0094946e+07 # 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 4 # HELP node_zfs_dbuf_hash_chains kstat.zfs.misc.dbufstats.hash_chains # TYPE node_zfs_dbuf_hash_chains untyped node_zfs_dbuf_hash_chains 784 # HELP node_zfs_dbuf_hash_collisions kstat.zfs.misc.dbufstats.hash_collisions # TYPE node_zfs_dbuf_hash_collisions untyped node_zfs_dbuf_hash_collisions 1.537147e+06 # HELP node_zfs_dbuf_hash_elements kstat.zfs.misc.dbufstats.hash_elements # TYPE node_zfs_dbuf_hash_elements untyped node_zfs_dbuf_hash_elements 42320 # HELP node_zfs_dbuf_hash_hits kstat.zfs.misc.dbufstats.hash_hits # TYPE node_zfs_dbuf_hash_hits untyped node_zfs_dbuf_hash_hits 2.601702112e+09 # 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 65609 # HELP node_zfs_dbuf_hash_misses kstat.zfs.misc.dbufstats.hash_misses # TYPE node_zfs_dbuf_hash_misses untyped node_zfs_dbuf_hash_misses 425138 # 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 8192 # 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 1.048576e+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 1295 # 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 2.1225472e+07 # 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 2.1225472e+07 # 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 2.0574596e+08 # 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 2 # 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 58419 # 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 7.103455e+06 # 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 506747 # 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 1.001676263e+09 # 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 39 # 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 1.309517e+06 # 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 7.103455e+06 # 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 107971 # 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 114613 # 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 744729 # 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 449422 # 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 409920 # 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 3.5025486e+07 # HELP node_zfs_zfetch_hits kstat.zfs.misc.zfetchstats.hits # TYPE node_zfs_zfetch_hits untyped node_zfs_zfetch_hits 2.80541199e+08 # 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 296504 # HELP node_zfs_zfetch_max_streams kstat.zfs.misc.zfetchstats.max_streams # TYPE node_zfs_zfetch_max_streams untyped node_zfs_zfetch_max_streams 4.4315538e+07 # HELP node_zfs_zfetch_misses kstat.zfs.misc.zfetchstats.misses # TYPE node_zfs_zfetch_misses untyped node_zfs_zfetch_misses 9.3575185e+07 # HELP node_zfs_zfetch_past kstat.zfs.misc.zfetchstats.past # TYPE node_zfs_zfetch_past untyped node_zfs_zfetch_past 9.9683646e+07 # HELP node_zfs_zfetch_stride kstat.zfs.misc.zfetchstats.stride # TYPE node_zfs_zfetch_stride untyped node_zfs_zfetch_stride 2.7000329e+07 # 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 7.426021e+06 # 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 7.426011e+06 # 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 1.51363584e+08 # 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 36954 # 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 3.4325162e+07 # 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 9.941345056e+09 # 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 211614 # 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 3.17716901888e+11 # 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 2.23862576176e+11 # 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 8.049384e+06 # 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 2.4897439744e+11 # 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 2.25294122376e+11 # 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 2.9969954e+07 # HELP node_zfs_zpool_dataset_nread kstat.zfs.misc.objset.nread # TYPE node_zfs_zpool_dataset_nread untyped node_zfs_zpool_dataset_nread{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_nread{dataset="tank/nix",zpool="tank"} 7.15942086325e+11 node_zfs_zpool_dataset_nread{dataset="tank/srv/backup",zpool="tank"} 1.5070773155e+10 node_zfs_zpool_dataset_nread{dataset="tank/srv/mail",zpool="tank"} 1.81020842463e+11 node_zfs_zpool_dataset_nread{dataset="tank/srv/nextcloud",zpool="tank"} 2.3027210599e+11 node_zfs_zpool_dataset_nread{dataset="tank/var",zpool="tank"} 3.450396385248e+12 node_zfs_zpool_dataset_nread{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 3.044358182e+09 # HELP node_zfs_zpool_dataset_nunlinked kstat.zfs.misc.objset.nunlinked # TYPE node_zfs_zpool_dataset_nunlinked untyped node_zfs_zpool_dataset_nunlinked{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_nunlinked{dataset="tank/nix",zpool="tank"} 154566 node_zfs_zpool_dataset_nunlinked{dataset="tank/srv/backup",zpool="tank"} 0 node_zfs_zpool_dataset_nunlinked{dataset="tank/srv/mail",zpool="tank"} 42244 node_zfs_zpool_dataset_nunlinked{dataset="tank/srv/nextcloud",zpool="tank"} 4196 node_zfs_zpool_dataset_nunlinked{dataset="tank/var",zpool="tank"} 4.587971e+06 node_zfs_zpool_dataset_nunlinked{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 109069 # HELP node_zfs_zpool_dataset_nunlinks kstat.zfs.misc.objset.nunlinks # TYPE node_zfs_zpool_dataset_nunlinks untyped node_zfs_zpool_dataset_nunlinks{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_nunlinks{dataset="tank/nix",zpool="tank"} 154566 node_zfs_zpool_dataset_nunlinks{dataset="tank/srv/backup",zpool="tank"} 0 node_zfs_zpool_dataset_nunlinks{dataset="tank/srv/mail",zpool="tank"} 42246 node_zfs_zpool_dataset_nunlinks{dataset="tank/srv/nextcloud",zpool="tank"} 4196 node_zfs_zpool_dataset_nunlinks{dataset="tank/var",zpool="tank"} 4.587976e+06 node_zfs_zpool_dataset_nunlinks{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 109070 # HELP node_zfs_zpool_dataset_nwritten kstat.zfs.misc.objset.nwritten # TYPE node_zfs_zpool_dataset_nwritten untyped node_zfs_zpool_dataset_nwritten{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_nwritten{dataset="tank/nix",zpool="tank"} 3.37120104e+08 node_zfs_zpool_dataset_nwritten{dataset="tank/srv/backup",zpool="tank"} 1.5070773155e+10 node_zfs_zpool_dataset_nwritten{dataset="tank/srv/mail",zpool="tank"} 1.3011212519e+10 node_zfs_zpool_dataset_nwritten{dataset="tank/srv/nextcloud",zpool="tank"} 2.3016228595e+10 node_zfs_zpool_dataset_nwritten{dataset="tank/var",zpool="tank"} 6.87571317519e+11 node_zfs_zpool_dataset_nwritten{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 9.57550316e+08 # HELP node_zfs_zpool_dataset_reads kstat.zfs.misc.objset.reads # TYPE node_zfs_zpool_dataset_reads untyped node_zfs_zpool_dataset_reads{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_reads{dataset="tank/nix",zpool="tank"} 1.79148387e+08 node_zfs_zpool_dataset_reads{dataset="tank/srv/backup",zpool="tank"} 2404 node_zfs_zpool_dataset_reads{dataset="tank/srv/mail",zpool="tank"} 1.800173e+07 node_zfs_zpool_dataset_reads{dataset="tank/srv/nextcloud",zpool="tank"} 2.4789893e+07 node_zfs_zpool_dataset_reads{dataset="tank/var",zpool="tank"} 4.46145771e+08 node_zfs_zpool_dataset_reads{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 264694 # HELP node_zfs_zpool_dataset_writes kstat.zfs.misc.objset.writes # TYPE node_zfs_zpool_dataset_writes untyped node_zfs_zpool_dataset_writes{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_writes{dataset="tank/nix",zpool="tank"} 160940 node_zfs_zpool_dataset_writes{dataset="tank/srv/backup",zpool="tank"} 1.838818e+06 node_zfs_zpool_dataset_writes{dataset="tank/srv/mail",zpool="tank"} 1.820548e+06 node_zfs_zpool_dataset_writes{dataset="tank/srv/nextcloud",zpool="tank"} 2.673455e+06 node_zfs_zpool_dataset_writes{dataset="tank/var",zpool="tank"} 1.3027356e+08 node_zfs_zpool_dataset_writes{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 64819 # HELP node_zfs_zpool_dataset_zil_commit_count kstat.zfs.misc.objset.zil_commit_count # TYPE node_zfs_zpool_dataset_zil_commit_count untyped node_zfs_zpool_dataset_zil_commit_count{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_count{dataset="tank/nix",zpool="tank"} 11 node_zfs_zpool_dataset_zil_commit_count{dataset="tank/srv/backup",zpool="tank"} 142 node_zfs_zpool_dataset_zil_commit_count{dataset="tank/srv/mail",zpool="tank"} 38795 node_zfs_zpool_dataset_zil_commit_count{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_count{dataset="tank/var",zpool="tank"} 7.383265e+06 node_zfs_zpool_dataset_zil_commit_count{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 3804 # HELP node_zfs_zpool_dataset_zil_commit_error_count kstat.zfs.misc.objset.zil_commit_error_count # TYPE node_zfs_zpool_dataset_zil_commit_error_count untyped node_zfs_zpool_dataset_zil_commit_error_count{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_error_count{dataset="tank/nix",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_error_count{dataset="tank/srv/backup",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_error_count{dataset="tank/srv/mail",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_error_count{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_error_count{dataset="tank/var",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_error_count{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 0 # HELP node_zfs_zpool_dataset_zil_commit_stall_count kstat.zfs.misc.objset.zil_commit_stall_count # TYPE node_zfs_zpool_dataset_zil_commit_stall_count untyped node_zfs_zpool_dataset_zil_commit_stall_count{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_stall_count{dataset="tank/nix",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_stall_count{dataset="tank/srv/backup",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_stall_count{dataset="tank/srv/mail",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_stall_count{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_stall_count{dataset="tank/var",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_stall_count{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 0 # HELP node_zfs_zpool_dataset_zil_commit_suspend_count kstat.zfs.misc.objset.zil_commit_suspend_count # TYPE node_zfs_zpool_dataset_zil_commit_suspend_count untyped node_zfs_zpool_dataset_zil_commit_suspend_count{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_suspend_count{dataset="tank/nix",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_suspend_count{dataset="tank/srv/backup",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_suspend_count{dataset="tank/srv/mail",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_suspend_count{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_suspend_count{dataset="tank/var",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_suspend_count{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 0 # HELP node_zfs_zpool_dataset_zil_commit_writer_count kstat.zfs.misc.objset.zil_commit_writer_count # TYPE node_zfs_zpool_dataset_zil_commit_writer_count untyped node_zfs_zpool_dataset_zil_commit_writer_count{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_writer_count{dataset="tank/nix",zpool="tank"} 11 node_zfs_zpool_dataset_zil_commit_writer_count{dataset="tank/srv/backup",zpool="tank"} 142 node_zfs_zpool_dataset_zil_commit_writer_count{dataset="tank/srv/mail",zpool="tank"} 38794 node_zfs_zpool_dataset_zil_commit_writer_count{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_commit_writer_count{dataset="tank/var",zpool="tank"} 7.383262e+06 node_zfs_zpool_dataset_zil_commit_writer_count{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 3798 # HELP node_zfs_zpool_dataset_zil_itx_copied_bytes kstat.zfs.misc.objset.zil_itx_copied_bytes # TYPE node_zfs_zpool_dataset_zil_itx_copied_bytes untyped node_zfs_zpool_dataset_zil_itx_copied_bytes{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_copied_bytes{dataset="tank/nix",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_copied_bytes{dataset="tank/srv/backup",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_copied_bytes{dataset="tank/srv/mail",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_copied_bytes{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_copied_bytes{dataset="tank/var",zpool="tank"} 1.51363584e+08 node_zfs_zpool_dataset_zil_itx_copied_bytes{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 0 # HELP node_zfs_zpool_dataset_zil_itx_copied_count kstat.zfs.misc.objset.zil_itx_copied_count # TYPE node_zfs_zpool_dataset_zil_itx_copied_count untyped node_zfs_zpool_dataset_zil_itx_copied_count{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_copied_count{dataset="tank/nix",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_copied_count{dataset="tank/srv/backup",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_copied_count{dataset="tank/srv/mail",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_copied_count{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_copied_count{dataset="tank/var",zpool="tank"} 36954 node_zfs_zpool_dataset_zil_itx_copied_count{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 0 # HELP node_zfs_zpool_dataset_zil_itx_count kstat.zfs.misc.objset.zil_itx_count # TYPE node_zfs_zpool_dataset_zil_itx_count untyped node_zfs_zpool_dataset_zil_itx_count{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_count{dataset="tank/nix",zpool="tank"} 165153 node_zfs_zpool_dataset_zil_itx_count{dataset="tank/srv/backup",zpool="tank"} 1.70087e+06 node_zfs_zpool_dataset_zil_itx_count{dataset="tank/srv/mail",zpool="tank"} 332728 node_zfs_zpool_dataset_zil_itx_count{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_count{dataset="tank/var",zpool="tank"} 3.0261455e+07 node_zfs_zpool_dataset_zil_itx_count{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 1.864956e+06 # HELP node_zfs_zpool_dataset_zil_itx_indirect_bytes kstat.zfs.misc.objset.zil_itx_indirect_bytes # TYPE node_zfs_zpool_dataset_zil_itx_indirect_bytes untyped node_zfs_zpool_dataset_zil_itx_indirect_bytes{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_indirect_bytes{dataset="tank/nix",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_indirect_bytes{dataset="tank/srv/backup",zpool="tank"} 1.1321344e+07 node_zfs_zpool_dataset_zil_itx_indirect_bytes{dataset="tank/srv/mail",zpool="tank"} 6.32704296e+08 node_zfs_zpool_dataset_zil_itx_indirect_bytes{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_indirect_bytes{dataset="tank/var",zpool="tank"} 9.04606067e+09 node_zfs_zpool_dataset_zil_itx_indirect_bytes{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 2.51258746e+08 # HELP node_zfs_zpool_dataset_zil_itx_indirect_count kstat.zfs.misc.objset.zil_itx_indirect_count # TYPE node_zfs_zpool_dataset_zil_itx_indirect_count untyped node_zfs_zpool_dataset_zil_itx_indirect_count{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_indirect_count{dataset="tank/nix",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_indirect_count{dataset="tank/srv/backup",zpool="tank"} 213 node_zfs_zpool_dataset_zil_itx_indirect_count{dataset="tank/srv/mail",zpool="tank"} 6336 node_zfs_zpool_dataset_zil_itx_indirect_count{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_indirect_count{dataset="tank/var",zpool="tank"} 202742 node_zfs_zpool_dataset_zil_itx_indirect_count{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 2323 # HELP node_zfs_zpool_dataset_zil_itx_metaslab_normal_alloc kstat.zfs.misc.objset.zil_itx_metaslab_normal_alloc # TYPE node_zfs_zpool_dataset_zil_itx_metaslab_normal_alloc untyped node_zfs_zpool_dataset_zil_itx_metaslab_normal_alloc{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_normal_alloc{dataset="tank/nix",zpool="tank"} 1.99663616e+08 node_zfs_zpool_dataset_zil_itx_metaslab_normal_alloc{dataset="tank/srv/backup",zpool="tank"} 1.4853218304e+10 node_zfs_zpool_dataset_zil_itx_metaslab_normal_alloc{dataset="tank/srv/mail",zpool="tank"} 1.426944e+09 node_zfs_zpool_dataset_zil_itx_metaslab_normal_alloc{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_normal_alloc{dataset="tank/var",zpool="tank"} 3.0103085056e+11 node_zfs_zpool_dataset_zil_itx_metaslab_normal_alloc{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 2.06217216e+08 # HELP node_zfs_zpool_dataset_zil_itx_metaslab_normal_bytes kstat.zfs.misc.objset.zil_itx_metaslab_normal_bytes # TYPE node_zfs_zpool_dataset_zil_itx_metaslab_normal_bytes untyped node_zfs_zpool_dataset_zil_itx_metaslab_normal_bytes{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_normal_bytes{dataset="tank/nix",zpool="tank"} 1.98879544e+08 node_zfs_zpool_dataset_zil_itx_metaslab_normal_bytes{dataset="tank/srv/backup",zpool="tank"} 1.4273642296e+10 node_zfs_zpool_dataset_zil_itx_metaslab_normal_bytes{dataset="tank/srv/mail",zpool="tank"} 8.086602e+08 node_zfs_zpool_dataset_zil_itx_metaslab_normal_bytes{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_normal_bytes{dataset="tank/var",zpool="tank"} 2.08439824e+11 node_zfs_zpool_dataset_zil_itx_metaslab_normal_bytes{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 1.41569768e+08 # HELP node_zfs_zpool_dataset_zil_itx_metaslab_normal_count kstat.zfs.misc.objset.zil_itx_metaslab_normal_count # TYPE node_zfs_zpool_dataset_zil_itx_metaslab_normal_count untyped node_zfs_zpool_dataset_zil_itx_metaslab_normal_count{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_normal_count{dataset="tank/nix",zpool="tank"} 1532 node_zfs_zpool_dataset_zil_itx_metaslab_normal_count{dataset="tank/srv/backup",zpool="tank"} 113394 node_zfs_zpool_dataset_zil_itx_metaslab_normal_count{dataset="tank/srv/mail",zpool="tank"} 39018 node_zfs_zpool_dataset_zil_itx_metaslab_normal_count{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_normal_count{dataset="tank/var",zpool="tank"} 7.890744e+06 node_zfs_zpool_dataset_zil_itx_metaslab_normal_count{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 4694 # HELP node_zfs_zpool_dataset_zil_itx_metaslab_normal_write kstat.zfs.misc.objset.zil_itx_metaslab_normal_write # TYPE node_zfs_zpool_dataset_zil_itx_metaslab_normal_write untyped node_zfs_zpool_dataset_zil_itx_metaslab_normal_write{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_normal_write{dataset="tank/nix",zpool="tank"} 1.9951616e+08 node_zfs_zpool_dataset_zil_itx_metaslab_normal_write{dataset="tank/srv/backup",zpool="tank"} 1.4391332864e+10 node_zfs_zpool_dataset_zil_itx_metaslab_normal_write{dataset="tank/srv/mail",zpool="tank"} 9.15365888e+08 node_zfs_zpool_dataset_zil_itx_metaslab_normal_write{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_normal_write{dataset="tank/var",zpool="tank"} 2.33315790848e+11 node_zfs_zpool_dataset_zil_itx_metaslab_normal_write{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 1.52383488e+08 # HELP node_zfs_zpool_dataset_zil_itx_metaslab_slog_alloc kstat.zfs.misc.objset.zil_itx_metaslab_slog_alloc # TYPE node_zfs_zpool_dataset_zil_itx_metaslab_slog_alloc untyped node_zfs_zpool_dataset_zil_itx_metaslab_slog_alloc{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_alloc{dataset="tank/nix",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_alloc{dataset="tank/srv/backup",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_alloc{dataset="tank/srv/mail",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_alloc{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_alloc{dataset="tank/var",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_alloc{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 0 # HELP node_zfs_zpool_dataset_zil_itx_metaslab_slog_bytes kstat.zfs.misc.objset.zil_itx_metaslab_slog_bytes # TYPE node_zfs_zpool_dataset_zil_itx_metaslab_slog_bytes untyped node_zfs_zpool_dataset_zil_itx_metaslab_slog_bytes{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_bytes{dataset="tank/nix",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_bytes{dataset="tank/srv/backup",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_bytes{dataset="tank/srv/mail",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_bytes{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_bytes{dataset="tank/var",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_bytes{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 0 # HELP node_zfs_zpool_dataset_zil_itx_metaslab_slog_count kstat.zfs.misc.objset.zil_itx_metaslab_slog_count # TYPE node_zfs_zpool_dataset_zil_itx_metaslab_slog_count untyped node_zfs_zpool_dataset_zil_itx_metaslab_slog_count{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_count{dataset="tank/nix",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_count{dataset="tank/srv/backup",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_count{dataset="tank/srv/mail",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_count{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_count{dataset="tank/var",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_count{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 0 # HELP node_zfs_zpool_dataset_zil_itx_metaslab_slog_write kstat.zfs.misc.objset.zil_itx_metaslab_slog_write # TYPE node_zfs_zpool_dataset_zil_itx_metaslab_slog_write untyped node_zfs_zpool_dataset_zil_itx_metaslab_slog_write{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_write{dataset="tank/nix",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_write{dataset="tank/srv/backup",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_write{dataset="tank/srv/mail",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_write{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_write{dataset="tank/var",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_metaslab_slog_write{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 0 # HELP node_zfs_zpool_dataset_zil_itx_needcopy_bytes kstat.zfs.misc.objset.zil_itx_needcopy_bytes # TYPE node_zfs_zpool_dataset_zil_itx_needcopy_bytes untyped node_zfs_zpool_dataset_zil_itx_needcopy_bytes{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_needcopy_bytes{dataset="tank/nix",zpool="tank"} 1.76887656e+08 node_zfs_zpool_dataset_zil_itx_needcopy_bytes{dataset="tank/srv/backup",zpool="tank"} 1.392621932e+10 node_zfs_zpool_dataset_zil_itx_needcopy_bytes{dataset="tank/srv/mail",zpool="tank"} 7.45022368e+08 node_zfs_zpool_dataset_zil_itx_needcopy_bytes{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_needcopy_bytes{dataset="tank/var",zpool="tank"} 2.10424739608e+11 node_zfs_zpool_dataset_zil_itx_needcopy_bytes{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 2.1253424e+07 # HELP node_zfs_zpool_dataset_zil_itx_needcopy_count kstat.zfs.misc.objset.zil_itx_needcopy_count # TYPE node_zfs_zpool_dataset_zil_itx_needcopy_count untyped node_zfs_zpool_dataset_zil_itx_needcopy_count{dataset="tank",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_needcopy_count{dataset="tank/nix",zpool="tank"} 82965 node_zfs_zpool_dataset_zil_itx_needcopy_count{dataset="tank/srv/backup",zpool="tank"} 1.70055e+06 node_zfs_zpool_dataset_zil_itx_needcopy_count{dataset="tank/srv/mail",zpool="tank"} 253841 node_zfs_zpool_dataset_zil_itx_needcopy_count{dataset="tank/srv/nextcloud",zpool="tank"} 0 node_zfs_zpool_dataset_zil_itx_needcopy_count{dataset="tank/var",zpool="tank"} 2.7922677e+07 node_zfs_zpool_dataset_zil_itx_needcopy_count{dataset="tank/var/88b30a3796f8172bd5577abe53a0024e4d4fdec9be09c51667fe95ceb8b1905b",zpool="tank"} 9921 # HELP node_zfs_zpool_state kstat.zfs.misc.state # TYPE node_zfs_zpool_state gauge node_zfs_zpool_state{state="degraded",zpool="tank"} 0 node_zfs_zpool_state{state="faulted",zpool="tank"} 0 node_zfs_zpool_state{state="offline",zpool="tank"} 0 node_zfs_zpool_state{state="online",zpool="tank"} 1 node_zfs_zpool_state{state="removed",zpool="tank"} 0 node_zfs_zpool_state{state="suspended",zpool="tank"} 0 node_zfs_zpool_state{state="unavail",zpool="tank"} 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 47446.05 # 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 6.6907156641e+10 # 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 9.5813222416e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.0267008e+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.75348007413e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.654616064e+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"} 612791 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0