# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 1.9356e-05 go_gc_duration_seconds{quantile="0.25"} 2.3886e-05 go_gc_duration_seconds{quantile="0.5"} 3.1397e-05 go_gc_duration_seconds{quantile="0.75"} 3.8959e-05 go_gc_duration_seconds{quantile="1"} 0.000207004 go_gc_duration_seconds_sum 0.392703697 go_gc_duration_seconds_count 11792 # 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 11 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.24.9"} 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.8702e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 3.0840872e+07 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.448166e+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 81318 # 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 2.610528e+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.8702e+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 3.85024e+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.145152e+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 2600 # 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 3.842048e+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 7.995392e+06 # 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.7649935148135064e+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 83918 # 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 44160 # 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 48960 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.194304e+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 944682 # 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 393216 # 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 393216 # 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.3456648e+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_boot_time_seconds Unix time of last boot, including microseconds. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.762975720955201e+09 # 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"} 2.0107547322834646e+06 node_cpu_seconds_total{cpu="0",mode="interrupt"} 46.01574803149607 node_cpu_seconds_total{cpu="0",mode="nice"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 2042.1968503937007 node_cpu_seconds_total{cpu="0",mode="user"} 5041.677165354331 node_cpu_seconds_total{cpu="1",mode="idle"} 2.010307748031496e+06 node_cpu_seconds_total{cpu="1",mode="interrupt"} 238.88188976377953 node_cpu_seconds_total{cpu="1",mode="nice"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 1921.716535433071 node_cpu_seconds_total{cpu="1",mode="user"} 5416.275590551181 node_cpu_seconds_total{cpu="2",mode="idle"} 2.0104204566929133e+06 node_cpu_seconds_total{cpu="2",mode="interrupt"} 328.8031496062992 node_cpu_seconds_total{cpu="2",mode="nice"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 1877.9527559055118 node_cpu_seconds_total{cpu="2",mode="user"} 5257.4094488188975 node_cpu_seconds_total{cpu="3",mode="idle"} 2.0100461732283465e+06 node_cpu_seconds_total{cpu="3",mode="interrupt"} 21.62204724409449 node_cpu_seconds_total{cpu="3",mode="nice"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 2002.9448818897638 node_cpu_seconds_total{cpu="3",mode="user"} 5813.881889763779 # HELP node_exec_context_switches_total Context switches since system boot. Resets at architecture unsigned integer. # TYPE node_exec_context_switches_total counter node_exec_context_switches_total 4.7222996e+08 # HELP node_exec_device_interrupts_total Device interrupts since system boot. Resets at architecture unsigned integer. # TYPE node_exec_device_interrupts_total counter node_exec_device_interrupts_total 3.9338676e+07 # HELP node_exec_forks_total Number of fork() calls since system boot. Resets at architecture unsigned integer. # TYPE node_exec_forks_total counter node_exec_forks_total 928009 # HELP node_exec_software_interrupts_total Software interrupts since system boot. Resets at architecture unsigned integer. # TYPE node_exec_software_interrupts_total counter node_exec_software_interrupts_total 1.6371556e+07 # HELP node_exec_system_calls_total System calls since system boot. Resets at architecture unsigned integer. # TYPE node_exec_system_calls_total counter node_exec_system_calls_total 1.246009229e+09 # HELP node_exec_traps_total Traps since system boot. Resets at architecture unsigned integer. # TYPE node_exec_traps_total counter node_exec_traps_total 2.840213062e+09 # 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="release-1.9",goarch="amd64",goos="freebsd",goversion="go1.24.9",revision="unknown",tags="unknown",version="1.9.1"} 1 # 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/gpt/efiboot0",device_error="",fstype="msdosfs",mountpoint="/boot/efi"} 2.71138816e+08 node_filesystem_avail_bytes{device="/lib",device_error="",fstype="nullfs",mountpoint="/var/unbound/lib"} 3.0284025856e+10 node_filesystem_avail_bytes{device="/usr/local/lib/python3.11",device_error="",fstype="nullfs",mountpoint="/var/unbound/usr/local/lib/python3.11"} 3.0284025856e+10 node_filesystem_avail_bytes{device="zroot",device_error="",fstype="zfs",mountpoint="/zroot"} 3.0284025856e+10 node_filesystem_avail_bytes{device="zroot/ROOT/default",device_error="",fstype="zfs",mountpoint="/"} 3.0284025856e+10 node_filesystem_avail_bytes{device="zroot/home",device_error="",fstype="zfs",mountpoint="/home"} 3.0284025856e+10 node_filesystem_avail_bytes{device="zroot/tmp",device_error="",fstype="zfs",mountpoint="/tmp"} 3.0284025856e+10 node_filesystem_avail_bytes{device="zroot/usr/ports",device_error="",fstype="zfs",mountpoint="/usr/ports"} 3.0284025856e+10 node_filesystem_avail_bytes{device="zroot/usr/src",device_error="",fstype="zfs",mountpoint="/usr/src"} 3.0284025856e+10 node_filesystem_avail_bytes{device="zroot/var/audit",device_error="",fstype="zfs",mountpoint="/var/audit"} 3.0284025856e+10 node_filesystem_avail_bytes{device="zroot/var/crash",device_error="",fstype="zfs",mountpoint="/var/crash"} 3.0284025856e+10 node_filesystem_avail_bytes{device="zroot/var/log",device_error="",fstype="zfs",mountpoint="/var/log"} 3.0284025856e+10 node_filesystem_avail_bytes{device="zroot/var/mail",device_error="",fstype="zfs",mountpoint="/var/mail"} 3.0284025856e+10 node_filesystem_avail_bytes{device="zroot/var/tmp",device_error="",fstype="zfs",mountpoint="/var/tmp"} 3.0284025856e+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/gpt/efiboot0",device_error="",fstype="msdosfs",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/lib",device_error="",fstype="nullfs",mountpoint="/var/unbound/lib"} 0 node_filesystem_device_error{device="/usr/local/lib/python3.11",device_error="",fstype="nullfs",mountpoint="/var/unbound/usr/local/lib/python3.11"} 0 node_filesystem_device_error{device="zroot",device_error="",fstype="zfs",mountpoint="/zroot"} 0 node_filesystem_device_error{device="zroot/ROOT/default",device_error="",fstype="zfs",mountpoint="/"} 0 node_filesystem_device_error{device="zroot/home",device_error="",fstype="zfs",mountpoint="/home"} 0 node_filesystem_device_error{device="zroot/tmp",device_error="",fstype="zfs",mountpoint="/tmp"} 0 node_filesystem_device_error{device="zroot/usr/ports",device_error="",fstype="zfs",mountpoint="/usr/ports"} 0 node_filesystem_device_error{device="zroot/usr/src",device_error="",fstype="zfs",mountpoint="/usr/src"} 0 node_filesystem_device_error{device="zroot/var/audit",device_error="",fstype="zfs",mountpoint="/var/audit"} 0 node_filesystem_device_error{device="zroot/var/crash",device_error="",fstype="zfs",mountpoint="/var/crash"} 0 node_filesystem_device_error{device="zroot/var/log",device_error="",fstype="zfs",mountpoint="/var/log"} 0 node_filesystem_device_error{device="zroot/var/mail",device_error="",fstype="zfs",mountpoint="/var/mail"} 0 node_filesystem_device_error{device="zroot/var/tmp",device_error="",fstype="zfs",mountpoint="/var/tmp"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/gpt/efiboot0",device_error="",fstype="msdosfs",mountpoint="/boot/efi"} 512 node_filesystem_files{device="/lib",device_error="",fstype="nullfs",mountpoint="/var/unbound/lib"} 5.9230694e+07 node_filesystem_files{device="/usr/local/lib/python3.11",device_error="",fstype="nullfs",mountpoint="/var/unbound/usr/local/lib/python3.11"} 5.9230694e+07 node_filesystem_files{device="zroot",device_error="",fstype="zfs",mountpoint="/zroot"} 5.9148495e+07 node_filesystem_files{device="zroot/ROOT/default",device_error="",fstype="zfs",mountpoint="/"} 5.9230694e+07 node_filesystem_files{device="zroot/home",device_error="",fstype="zfs",mountpoint="/home"} 5.9148495e+07 node_filesystem_files{device="zroot/tmp",device_error="",fstype="zfs",mountpoint="/tmp"} 5.914866e+07 node_filesystem_files{device="zroot/usr/ports",device_error="",fstype="zfs",mountpoint="/usr/ports"} 5.9148495e+07 node_filesystem_files{device="zroot/usr/src",device_error="",fstype="zfs",mountpoint="/usr/src"} 5.9148495e+07 node_filesystem_files{device="zroot/var/audit",device_error="",fstype="zfs",mountpoint="/var/audit"} 5.9148497e+07 node_filesystem_files{device="zroot/var/crash",device_error="",fstype="zfs",mountpoint="/var/crash"} 5.9148496e+07 node_filesystem_files{device="zroot/var/log",device_error="",fstype="zfs",mountpoint="/var/log"} 5.9149247e+07 node_filesystem_files{device="zroot/var/mail",device_error="",fstype="zfs",mountpoint="/var/mail"} 5.9148497e+07 node_filesystem_files{device="zroot/var/tmp",device_error="",fstype="zfs",mountpoint="/var/tmp"} 5.9148497e+07 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/gpt/efiboot0",device_error="",fstype="msdosfs",mountpoint="/boot/efi"} 510 node_filesystem_files_free{device="/lib",device_error="",fstype="nullfs",mountpoint="/var/unbound/lib"} 5.9148488e+07 node_filesystem_files_free{device="/usr/local/lib/python3.11",device_error="",fstype="nullfs",mountpoint="/var/unbound/usr/local/lib/python3.11"} 5.9148488e+07 node_filesystem_files_free{device="zroot",device_error="",fstype="zfs",mountpoint="/zroot"} 5.9148488e+07 node_filesystem_files_free{device="zroot/ROOT/default",device_error="",fstype="zfs",mountpoint="/"} 5.9148488e+07 node_filesystem_files_free{device="zroot/home",device_error="",fstype="zfs",mountpoint="/home"} 5.9148488e+07 node_filesystem_files_free{device="zroot/tmp",device_error="",fstype="zfs",mountpoint="/tmp"} 5.9148488e+07 node_filesystem_files_free{device="zroot/usr/ports",device_error="",fstype="zfs",mountpoint="/usr/ports"} 5.9148488e+07 node_filesystem_files_free{device="zroot/usr/src",device_error="",fstype="zfs",mountpoint="/usr/src"} 5.9148488e+07 node_filesystem_files_free{device="zroot/var/audit",device_error="",fstype="zfs",mountpoint="/var/audit"} 5.9148488e+07 node_filesystem_files_free{device="zroot/var/crash",device_error="",fstype="zfs",mountpoint="/var/crash"} 5.9148488e+07 node_filesystem_files_free{device="zroot/var/log",device_error="",fstype="zfs",mountpoint="/var/log"} 5.9148488e+07 node_filesystem_files_free{device="zroot/var/mail",device_error="",fstype="zfs",mountpoint="/var/mail"} 5.9148488e+07 node_filesystem_files_free{device="zroot/var/tmp",device_error="",fstype="zfs",mountpoint="/var/tmp"} 5.9148488e+07 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/gpt/efiboot0",device_error="",fstype="msdosfs",mountpoint="/boot/efi"} 2.71138816e+08 node_filesystem_free_bytes{device="/lib",device_error="",fstype="nullfs",mountpoint="/var/unbound/lib"} 3.0284025856e+10 node_filesystem_free_bytes{device="/usr/local/lib/python3.11",device_error="",fstype="nullfs",mountpoint="/var/unbound/usr/local/lib/python3.11"} 3.0284025856e+10 node_filesystem_free_bytes{device="zroot",device_error="",fstype="zfs",mountpoint="/zroot"} 3.0284025856e+10 node_filesystem_free_bytes{device="zroot/ROOT/default",device_error="",fstype="zfs",mountpoint="/"} 3.0284025856e+10 node_filesystem_free_bytes{device="zroot/home",device_error="",fstype="zfs",mountpoint="/home"} 3.0284025856e+10 node_filesystem_free_bytes{device="zroot/tmp",device_error="",fstype="zfs",mountpoint="/tmp"} 3.0284025856e+10 node_filesystem_free_bytes{device="zroot/usr/ports",device_error="",fstype="zfs",mountpoint="/usr/ports"} 3.0284025856e+10 node_filesystem_free_bytes{device="zroot/usr/src",device_error="",fstype="zfs",mountpoint="/usr/src"} 3.0284025856e+10 node_filesystem_free_bytes{device="zroot/var/audit",device_error="",fstype="zfs",mountpoint="/var/audit"} 3.0284025856e+10 node_filesystem_free_bytes{device="zroot/var/crash",device_error="",fstype="zfs",mountpoint="/var/crash"} 3.0284025856e+10 node_filesystem_free_bytes{device="zroot/var/log",device_error="",fstype="zfs",mountpoint="/var/log"} 3.0284025856e+10 node_filesystem_free_bytes{device="zroot/var/mail",device_error="",fstype="zfs",mountpoint="/var/mail"} 3.0284025856e+10 node_filesystem_free_bytes{device="zroot/var/tmp",device_error="",fstype="zfs",mountpoint="/var/tmp"} 3.0284025856e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/gpt/efiboot0",major="",minor="",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/lib",major="",minor="",mountpoint="/var/unbound/lib"} 1 node_filesystem_mount_info{device="/usr/local/lib/python3.11",major="",minor="",mountpoint="/var/unbound/usr/local/lib/python3.11"} 1 node_filesystem_mount_info{device="zroot",major="",minor="",mountpoint="/zroot"} 1 node_filesystem_mount_info{device="zroot/ROOT/default",major="",minor="",mountpoint="/"} 1 node_filesystem_mount_info{device="zroot/home",major="",minor="",mountpoint="/home"} 1 node_filesystem_mount_info{device="zroot/tmp",major="",minor="",mountpoint="/tmp"} 1 node_filesystem_mount_info{device="zroot/usr/ports",major="",minor="",mountpoint="/usr/ports"} 1 node_filesystem_mount_info{device="zroot/usr/src",major="",minor="",mountpoint="/usr/src"} 1 node_filesystem_mount_info{device="zroot/var/audit",major="",minor="",mountpoint="/var/audit"} 1 node_filesystem_mount_info{device="zroot/var/crash",major="",minor="",mountpoint="/var/crash"} 1 node_filesystem_mount_info{device="zroot/var/log",major="",minor="",mountpoint="/var/log"} 1 node_filesystem_mount_info{device="zroot/var/mail",major="",minor="",mountpoint="/var/mail"} 1 node_filesystem_mount_info{device="zroot/var/tmp",major="",minor="",mountpoint="/var/tmp"} 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/gpt/efiboot0",device_error="",fstype="msdosfs",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/lib",device_error="",fstype="nullfs",mountpoint="/var/unbound/lib"} 0 node_filesystem_purgeable_bytes{device="/usr/local/lib/python3.11",device_error="",fstype="nullfs",mountpoint="/var/unbound/usr/local/lib/python3.11"} 0 node_filesystem_purgeable_bytes{device="zroot",device_error="",fstype="zfs",mountpoint="/zroot"} 0 node_filesystem_purgeable_bytes{device="zroot/ROOT/default",device_error="",fstype="zfs",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="zroot/home",device_error="",fstype="zfs",mountpoint="/home"} 0 node_filesystem_purgeable_bytes{device="zroot/tmp",device_error="",fstype="zfs",mountpoint="/tmp"} 0 node_filesystem_purgeable_bytes{device="zroot/usr/ports",device_error="",fstype="zfs",mountpoint="/usr/ports"} 0 node_filesystem_purgeable_bytes{device="zroot/usr/src",device_error="",fstype="zfs",mountpoint="/usr/src"} 0 node_filesystem_purgeable_bytes{device="zroot/var/audit",device_error="",fstype="zfs",mountpoint="/var/audit"} 0 node_filesystem_purgeable_bytes{device="zroot/var/crash",device_error="",fstype="zfs",mountpoint="/var/crash"} 0 node_filesystem_purgeable_bytes{device="zroot/var/log",device_error="",fstype="zfs",mountpoint="/var/log"} 0 node_filesystem_purgeable_bytes{device="zroot/var/mail",device_error="",fstype="zfs",mountpoint="/var/mail"} 0 node_filesystem_purgeable_bytes{device="zroot/var/tmp",device_error="",fstype="zfs",mountpoint="/var/tmp"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/gpt/efiboot0",device_error="",fstype="msdosfs",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/lib",device_error="",fstype="nullfs",mountpoint="/var/unbound/lib"} 1 node_filesystem_readonly{device="/usr/local/lib/python3.11",device_error="",fstype="nullfs",mountpoint="/var/unbound/usr/local/lib/python3.11"} 1 node_filesystem_readonly{device="zroot",device_error="",fstype="zfs",mountpoint="/zroot"} 0 node_filesystem_readonly{device="zroot/ROOT/default",device_error="",fstype="zfs",mountpoint="/"} 0 node_filesystem_readonly{device="zroot/home",device_error="",fstype="zfs",mountpoint="/home"} 0 node_filesystem_readonly{device="zroot/tmp",device_error="",fstype="zfs",mountpoint="/tmp"} 0 node_filesystem_readonly{device="zroot/usr/ports",device_error="",fstype="zfs",mountpoint="/usr/ports"} 0 node_filesystem_readonly{device="zroot/usr/src",device_error="",fstype="zfs",mountpoint="/usr/src"} 0 node_filesystem_readonly{device="zroot/var/audit",device_error="",fstype="zfs",mountpoint="/var/audit"} 0 node_filesystem_readonly{device="zroot/var/crash",device_error="",fstype="zfs",mountpoint="/var/crash"} 0 node_filesystem_readonly{device="zroot/var/log",device_error="",fstype="zfs",mountpoint="/var/log"} 0 node_filesystem_readonly{device="zroot/var/mail",device_error="",fstype="zfs",mountpoint="/var/mail"} 0 node_filesystem_readonly{device="zroot/var/tmp",device_error="",fstype="zfs",mountpoint="/var/tmp"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/gpt/efiboot0",device_error="",fstype="msdosfs",mountpoint="/boot/efi"} 2.72531456e+08 node_filesystem_size_bytes{device="/lib",device_error="",fstype="nullfs",mountpoint="/var/unbound/lib"} 3.1734403072e+10 node_filesystem_size_bytes{device="/usr/local/lib/python3.11",device_error="",fstype="nullfs",mountpoint="/var/unbound/usr/local/lib/python3.11"} 3.1734403072e+10 node_filesystem_size_bytes{device="zroot",device_error="",fstype="zfs",mountpoint="/zroot"} 3.028412416e+10 node_filesystem_size_bytes{device="zroot/ROOT/default",device_error="",fstype="zfs",mountpoint="/"} 3.1734403072e+10 node_filesystem_size_bytes{device="zroot/home",device_error="",fstype="zfs",mountpoint="/home"} 3.028412416e+10 node_filesystem_size_bytes{device="zroot/tmp",device_error="",fstype="zfs",mountpoint="/tmp"} 3.0285942784e+10 node_filesystem_size_bytes{device="zroot/usr/ports",device_error="",fstype="zfs",mountpoint="/usr/ports"} 3.028412416e+10 node_filesystem_size_bytes{device="zroot/usr/src",device_error="",fstype="zfs",mountpoint="/usr/src"} 3.028412416e+10 node_filesystem_size_bytes{device="zroot/var/audit",device_error="",fstype="zfs",mountpoint="/var/audit"} 3.028412416e+10 node_filesystem_size_bytes{device="zroot/var/crash",device_error="",fstype="zfs",mountpoint="/var/crash"} 3.028412416e+10 node_filesystem_size_bytes{device="zroot/var/log",device_error="",fstype="zfs",mountpoint="/var/log"} 3.1086247936e+10 node_filesystem_size_bytes{device="zroot/var/mail",device_error="",fstype="zfs",mountpoint="/var/mail"} 3.0284132352e+10 node_filesystem_size_bytes{device="zroot/var/tmp",device_error="",fstype="zfs",mountpoint="/var/tmp"} 3.028412416e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.4677734375 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.2529296875 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.33935546875 # HELP node_memory_active_bytes Recently used by userland # TYPE node_memory_active_bytes gauge node_memory_active_bytes 7.553024e+07 # HELP node_memory_buffer_bytes Disk IO Cache entries for non ZFS filesystems, only usable by kernel # TYPE node_memory_buffer_bytes gauge node_memory_buffer_bytes 57856 # HELP node_memory_cache_bytes Almost free, backed by swap or files, available for re-allocation # TYPE node_memory_cache_bytes gauge node_memory_cache_bytes 0 # HELP node_memory_free_bytes Unallocated, available for allocation # TYPE node_memory_free_bytes gauge node_memory_free_bytes 2.7623424e+08 # HELP node_memory_inactive_bytes Not recently used by userland # TYPE node_memory_inactive_bytes gauge node_memory_inactive_bytes 5.7393152e+07 # HELP node_memory_laundry_bytes Dirty not recently used by userland # TYPE node_memory_laundry_bytes gauge node_memory_laundry_bytes 4.6186496e+07 # HELP node_memory_size_bytes Total physical memory size # TYPE node_memory_size_bytes gauge node_memory_size_bytes 9.82777856e+08 # HELP node_memory_swap_in_bytes_total Bytes paged in from swap devices # TYPE node_memory_swap_in_bytes_total counter node_memory_swap_in_bytes_total 3.969073152e+09 # HELP node_memory_swap_out_bytes_total Bytes paged out to swap devices # TYPE node_memory_swap_out_bytes_total counter node_memory_swap_out_bytes_total 9.259491328e+09 # HELP node_memory_swap_size_bytes Total swap memory size # TYPE node_memory_swap_size_bytes gauge node_memory_swap_size_bytes 8.589934592e+09 # HELP node_memory_swap_used_bytes Currently allocated swap # TYPE node_memory_swap_used_bytes gauge node_memory_swap_used_bytes 1.14726912e+09 # HELP node_memory_user_wired_bytes Locked in memory by user, mlock, etc # TYPE node_memory_user_wired_bytes gauge node_memory_user_wired_bytes 0 # HELP node_memory_wired_bytes Locked in memory by kernel, mlock, etc # TYPE node_memory_wired_bytes gauge node_memory_wired_bytes 5.26286848e+08 # HELP node_netisr_bindthreads netisr threads bound to CPUs # TYPE node_netisr_bindthreads gauge node_netisr_bindthreads 0 # HELP node_netisr_defaultqlimit netisr default queue limit # TYPE node_netisr_defaultqlimit gauge node_netisr_defaultqlimit 256 # HELP node_netisr_maxprot netisr maximum protocols # TYPE node_netisr_maxprot gauge node_netisr_maxprot 16 # HELP node_netisr_maxqlimit netisr maximum queue limit # TYPE node_netisr_maxqlimit gauge node_netisr_maxqlimit 10240 # HELP node_netisr_maxthreads netisr maximum thread count # TYPE node_netisr_maxthreads gauge node_netisr_maxthreads 1 # HELP node_netisr_numthreads netisr current thread count # TYPE node_netisr_numthreads gauge node_netisr_numthreads 1 # HELP node_netstat_tcp_receive_packets_total TCP packets received # TYPE node_netstat_tcp_receive_packets_total counter node_netstat_tcp_receive_packets_total 4.8690031e+07 # HELP node_netstat_tcp_transmit_packets_total TCP packets sent # TYPE node_netstat_tcp_transmit_packets_total counter node_netstat_tcp_transmit_packets_total 8.9805966e+07 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="enc0"} 0 node_network_receive_bytes_total{device="lo0"} 1.3155597e+08 node_network_receive_bytes_total{device="pflog0"} 0 node_network_receive_bytes_total{device="pfsync0"} 0 node_network_receive_bytes_total{device="vtnet0"} 1.8213408536e+10 node_network_receive_bytes_total{device="vtnet1"} 5.4187760162e+10 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="enc0"} 0 node_network_receive_drop_total{device="lo0"} 0 node_network_receive_drop_total{device="pflog0"} 0 node_network_receive_drop_total{device="pfsync0"} 0 node_network_receive_drop_total{device="vtnet0"} 0 node_network_receive_drop_total{device="vtnet1"} 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="enc0"} 0 node_network_receive_errs_total{device="lo0"} 0 node_network_receive_errs_total{device="pflog0"} 0 node_network_receive_errs_total{device="pfsync0"} 0 node_network_receive_errs_total{device="vtnet0"} 0 node_network_receive_errs_total{device="vtnet1"} 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="enc0"} 0 node_network_receive_multicast_total{device="lo0"} 0 node_network_receive_multicast_total{device="pflog0"} 0 node_network_receive_multicast_total{device="pfsync0"} 0 node_network_receive_multicast_total{device="vtnet0"} 4.421731e+06 node_network_receive_multicast_total{device="vtnet1"} 875229 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="enc0"} 0 node_network_receive_packets_total{device="lo0"} 701647 node_network_receive_packets_total{device="pflog0"} 0 node_network_receive_packets_total{device="pfsync0"} 0 node_network_receive_packets_total{device="vtnet0"} 3.0936607e+07 node_network_receive_packets_total{device="vtnet1"} 4.6625621e+07 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="enc0"} 0 node_network_transmit_bytes_total{device="lo0"} 1.3155597e+08 node_network_transmit_bytes_total{device="pflog0"} 4.90183236e+08 node_network_transmit_bytes_total{device="pfsync0"} 0 node_network_transmit_bytes_total{device="vtnet0"} 5.7309672414e+10 node_network_transmit_bytes_total{device="vtnet1"} 1.8470501522e+10 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="enc0"} 0 node_network_transmit_drop_total{device="lo0"} 0 node_network_transmit_drop_total{device="pflog0"} 0 node_network_transmit_drop_total{device="pfsync0"} 0 node_network_transmit_drop_total{device="vtnet0"} 0 node_network_transmit_drop_total{device="vtnet1"} 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="enc0"} 0 node_network_transmit_errs_total{device="lo0"} 0 node_network_transmit_errs_total{device="pflog0"} 0 node_network_transmit_errs_total{device="pfsync0"} 0 node_network_transmit_errs_total{device="vtnet0"} 0 node_network_transmit_errs_total{device="vtnet1"} 0 # HELP node_network_transmit_multicast_total Network device statistic transmit_multicast. # TYPE node_network_transmit_multicast_total counter node_network_transmit_multicast_total{device="enc0"} 0 node_network_transmit_multicast_total{device="lo0"} 0 node_network_transmit_multicast_total{device="pflog0"} 0 node_network_transmit_multicast_total{device="pfsync0"} 0 node_network_transmit_multicast_total{device="vtnet0"} 0 node_network_transmit_multicast_total{device="vtnet1"} 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="enc0"} 0 node_network_transmit_packets_total{device="lo0"} 701647 node_network_transmit_packets_total{device="pflog0"} 5.32245e+06 node_network_transmit_packets_total{device="pfsync0"} 0 node_network_transmit_packets_total{device="vtnet0"} 6.0644576e+07 node_network_transmit_packets_total{device="vtnet1"} 5.2711788e+07 # 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="boottime"} 0.000687042 node_scrape_collector_duration_seconds{collector="cpu"} 0.00042268 node_scrape_collector_duration_seconds{collector="exec"} 2.7881e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.002368007 node_scrape_collector_duration_seconds{collector="loadavg"} 5.713e-06 node_scrape_collector_duration_seconds{collector="meminfo"} 0.006323172 node_scrape_collector_duration_seconds{collector="netdev"} 0.000129762 node_scrape_collector_duration_seconds{collector="netisr"} 1.9682e-05 node_scrape_collector_duration_seconds{collector="netstat"} 0.000133196 node_scrape_collector_duration_seconds{collector="os"} 0.001218608 node_scrape_collector_duration_seconds{collector="textfile"} 0.00093302 node_scrape_collector_duration_seconds{collector="time"} 0.000967805 node_scrape_collector_duration_seconds{collector="uname"} 1.1356e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="boottime"} 1 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="exec"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netisr"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="os"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="uname"} 1 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7649936065554504e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="duoez.local",machine="amd64",nodename="fw",release="14.3-RELEASE-p4",sysname="FreeBSD",version="FreeBSD 14.3-RELEASE-p4 stable/25.7-n271708-85edba454cf9 SMP "} 1 # 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"} 0 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0