# 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.3725e-05 go_gc_duration_seconds{quantile="0.25"} 1.8998e-05 go_gc_duration_seconds{quantile="0.5"} 2.2043e-05 go_gc_duration_seconds{quantile="0.75"} 2.4758e-05 go_gc_duration_seconds{quantile="1"} 4.0859e-05 go_gc_duration_seconds_sum 14.726084404 go_gc_duration_seconds_count 644844 # 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 9 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.22.5"} 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 1.70792e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.395247271184e+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.775839e+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 1.4163303007e+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.368808e+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 1.70792e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.2599296e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.44064e+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 4626 # 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 9.682944e+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.6039936e+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.7898353831806192e+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 1.4163307633e+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 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # 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 64000 # 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 179520 # 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 579665 # 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 720896 # 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 720896 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.3680264e+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 9 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="br-17579625ae3c"} 1 node_arp_entries{device="br-1bd375fc79d9"} 2 node_arp_entries{device="br-427349cee165"} 3 node_arp_entries{device="br-4a5a692a924e"} 1 node_arp_entries{device="br-4bbbe2fd7822"} 1 node_arp_entries{device="br-5d66442c4b69"} 1 node_arp_entries{device="br-6a0d59786a72"} 1 node_arp_entries{device="br-9d081eed85aa"} 1 node_arp_entries{device="br-bf8400c4f2e4"} 1 node_arp_entries{device="br-c7faee3e3d16"} 1 node_arp_entries{device="br0"} 19 node_arp_entries{device="docker0"} 3 # HELP node_bonding_active Number of active slaves per bonding interface. # TYPE node_bonding_active gauge node_bonding_active{master="bond0"} 1 # HELP node_bonding_slaves Number of configured slaves per bonding interface. # TYPE node_bonding_slaves gauge node_bonding_slaves{master="bond0"} 2 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.788676043e+09 # HELP node_btrfs_allocation_ratio Data allocation ratio for a layout/data type # TYPE node_btrfs_allocation_ratio gauge node_btrfs_allocation_ratio{block_group_type="data",mode="single",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 1 node_btrfs_allocation_ratio{block_group_type="data",mode="single",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 1 node_btrfs_allocation_ratio{block_group_type="metadata",mode="dup",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 2 node_btrfs_allocation_ratio{block_group_type="metadata",mode="dup",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 2 node_btrfs_allocation_ratio{block_group_type="system",mode="dup",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 2 node_btrfs_allocation_ratio{block_group_type="system",mode="dup",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 2 # HELP node_btrfs_commit_seconds_total Sum of the duration of all commits, in seconds. # TYPE node_btrfs_commit_seconds_total counter node_btrfs_commit_seconds_total{uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 644.141 node_btrfs_commit_seconds_total{uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 0.08 # HELP node_btrfs_commits_total The total number of commits that have occurred. # TYPE node_btrfs_commits_total counter node_btrfs_commits_total{uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 36967 node_btrfs_commits_total{uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 9 # HELP node_btrfs_device_errors_total Errors reported for the device # TYPE node_btrfs_device_errors_total counter node_btrfs_device_errors_total{btrfs_dev_uuid="040dee7d-207c-46f5-812a-90896b410b75",device="nvme0n1p1",type="corruption",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 0 node_btrfs_device_errors_total{btrfs_dev_uuid="040dee7d-207c-46f5-812a-90896b410b75",device="nvme0n1p1",type="flush",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 0 node_btrfs_device_errors_total{btrfs_dev_uuid="040dee7d-207c-46f5-812a-90896b410b75",device="nvme0n1p1",type="generation",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 0 node_btrfs_device_errors_total{btrfs_dev_uuid="040dee7d-207c-46f5-812a-90896b410b75",device="nvme0n1p1",type="read",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 0 node_btrfs_device_errors_total{btrfs_dev_uuid="040dee7d-207c-46f5-812a-90896b410b75",device="nvme0n1p1",type="write",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 0 node_btrfs_device_errors_total{btrfs_dev_uuid="2870cfbc-ea9c-4356-a785-27ae733992f2",device="loop3",type="corruption",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 0 node_btrfs_device_errors_total{btrfs_dev_uuid="2870cfbc-ea9c-4356-a785-27ae733992f2",device="loop3",type="flush",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 0 node_btrfs_device_errors_total{btrfs_dev_uuid="2870cfbc-ea9c-4356-a785-27ae733992f2",device="loop3",type="generation",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 0 node_btrfs_device_errors_total{btrfs_dev_uuid="2870cfbc-ea9c-4356-a785-27ae733992f2",device="loop3",type="read",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 0 node_btrfs_device_errors_total{btrfs_dev_uuid="2870cfbc-ea9c-4356-a785-27ae733992f2",device="loop3",type="write",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 0 # HELP node_btrfs_device_size_bytes Size of a device that is part of the filesystem. # TYPE node_btrfs_device_size_bytes gauge node_btrfs_device_size_bytes{btrfs_dev_uuid="040dee7d-207c-46f5-812a-90896b410b75",device="nvme0n1p1",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 1.00020383744e+12 node_btrfs_device_size_bytes{btrfs_dev_uuid="2870cfbc-ea9c-4356-a785-27ae733992f2",device="loop3",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 1.073741824e+09 # HELP node_btrfs_device_unused_bytes Unused bytes unused on a device that is part of the filesystem. # TYPE node_btrfs_device_unused_bytes gauge node_btrfs_device_unused_bytes{btrfs_dev_uuid="040dee7d-207c-46f5-812a-90896b410b75",device="nvme0n1p1",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 8.71329652736e+11 node_btrfs_device_unused_bytes{btrfs_dev_uuid="2870cfbc-ea9c-4356-a785-27ae733992f2",device="loop3",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 9.41228032e+08 # HELP node_btrfs_global_rsv_size_bytes Size of global reserve. # TYPE node_btrfs_global_rsv_size_bytes gauge node_btrfs_global_rsv_size_bytes{uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 1.85843712e+08 node_btrfs_global_rsv_size_bytes{uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 5.767168e+06 # HELP node_btrfs_info Filesystem information # TYPE node_btrfs_info gauge node_btrfs_info{label="",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 1 node_btrfs_info{label="",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 1 # HELP node_btrfs_last_commit_seconds Duration of the most recent commit, in seconds. # TYPE node_btrfs_last_commit_seconds gauge node_btrfs_last_commit_seconds{uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 0.023 node_btrfs_last_commit_seconds{uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 0.008 # HELP node_btrfs_max_commit_seconds Duration of the slowest commit, in seconds. # TYPE node_btrfs_max_commit_seconds gauge node_btrfs_max_commit_seconds{uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 0.219 node_btrfs_max_commit_seconds{uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 0.009 # HELP node_btrfs_reserved_bytes Amount of space reserved for a data type # TYPE node_btrfs_reserved_bytes gauge node_btrfs_reserved_bytes{block_group_type="data",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 98304 node_btrfs_reserved_bytes{block_group_type="data",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 0 node_btrfs_reserved_bytes{block_group_type="metadata",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 245760 node_btrfs_reserved_bytes{block_group_type="metadata",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 0 node_btrfs_reserved_bytes{block_group_type="system",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 0 node_btrfs_reserved_bytes{block_group_type="system",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 0 # HELP node_btrfs_size_bytes Amount of space allocated for a layout/data type # TYPE node_btrfs_size_bytes gauge node_btrfs_size_bytes{block_group_type="data",mode="single",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 1.24562440192e+11 node_btrfs_size_bytes{block_group_type="data",mode="single",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 8.388608e+06 node_btrfs_size_bytes{block_group_type="metadata",mode="dup",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 2.147483648e+09 node_btrfs_size_bytes{block_group_type="metadata",mode="dup",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 5.3673984e+07 node_btrfs_size_bytes{block_group_type="system",mode="dup",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 8.388608e+06 node_btrfs_size_bytes{block_group_type="system",mode="dup",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 8.388608e+06 # HELP node_btrfs_used_bytes Amount of used space by a layout/data type # TYPE node_btrfs_used_bytes gauge node_btrfs_used_bytes{block_group_type="data",mode="single",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 1.18974099456e+11 node_btrfs_used_bytes{block_group_type="data",mode="single",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 1.077248e+06 node_btrfs_used_bytes{block_group_type="metadata",mode="dup",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 3.36232448e+08 node_btrfs_used_bytes{block_group_type="metadata",mode="dup",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 196608 node_btrfs_used_bytes{block_group_type="system",mode="dup",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 16384 node_btrfs_used_bytes{block_group_type="system",mode="dup",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 16384 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 2.0182116659e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Fan"} 0 node_cooling_device_cur_state{name="11",type="Fan"} 0 node_cooling_device_cur_state{name="12",type="Fan"} 0 node_cooling_device_cur_state{name="13",type="intel_powerclamp"} 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="Fan"} 0 node_cooling_device_cur_state{name="9",type="Fan"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 3 node_cooling_device_max_state{name="1",type="Processor"} 3 node_cooling_device_max_state{name="10",type="Fan"} 1 node_cooling_device_max_state{name="11",type="Fan"} 1 node_cooling_device_max_state{name="12",type="Fan"} 1 node_cooling_device_max_state{name="13",type="intel_powerclamp"} 100 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="Fan"} 1 node_cooling_device_max_state{name="9",type="Fan"} 1 # 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 node_cpu_core_throttles_total{core="4",package="0"} 0 node_cpu_core_throttles_total{core="5",package="0"} 0 node_cpu_core_throttles_total{core="6",package="0"} 0 node_cpu_core_throttles_total{core="7",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"} 3.8e+09 node_cpu_frequency_max_hertz{cpu="1"} 3.8e+09 node_cpu_frequency_max_hertz{cpu="2"} 3.8e+09 node_cpu_frequency_max_hertz{cpu="3"} 3.8e+09 node_cpu_frequency_max_hertz{cpu="4"} 3.8e+09 node_cpu_frequency_max_hertz{cpu="5"} 3.8e+09 node_cpu_frequency_max_hertz{cpu="6"} 3.8e+09 node_cpu_frequency_max_hertz{cpu="7"} 3.8e+09 # HELP node_cpu_frequency_min_hertz Minimum CPU thread frequency in hertz. # TYPE node_cpu_frequency_min_hertz gauge node_cpu_frequency_min_hertz{cpu="0"} 8e+08 node_cpu_frequency_min_hertz{cpu="1"} 8e+08 node_cpu_frequency_min_hertz{cpu="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"} 12.87 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 12.78 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 9.91 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 14.91 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 6801.49 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 7518.67 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 6413.46 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 6516.65 # 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"} 3.512102e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 3.506175e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 3.49752e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 9.82478e+08 node_cpu_scaling_frequency_hertz{cpu="4"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="5"} 3.163186e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="7"} 1.980042e+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"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 3.8e+09 # HELP node_cpu_scaling_frequency_min_hertz Minimum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_min_hertz gauge node_cpu_scaling_frequency_min_hertz{cpu="0"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="1"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="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"} 1 node_cpu_scaling_governor{cpu="0",governor="powersave"} 0 node_cpu_scaling_governor{cpu="1",governor="performance"} 1 node_cpu_scaling_governor{cpu="1",governor="powersave"} 0 node_cpu_scaling_governor{cpu="2",governor="performance"} 1 node_cpu_scaling_governor{cpu="2",governor="powersave"} 0 node_cpu_scaling_governor{cpu="3",governor="performance"} 1 node_cpu_scaling_governor{cpu="3",governor="powersave"} 0 node_cpu_scaling_governor{cpu="4",governor="performance"} 1 node_cpu_scaling_governor{cpu="4",governor="powersave"} 0 node_cpu_scaling_governor{cpu="5",governor="performance"} 1 node_cpu_scaling_governor{cpu="5",governor="powersave"} 0 node_cpu_scaling_governor{cpu="6",governor="performance"} 1 node_cpu_scaling_governor{cpu="6",governor="powersave"} 0 node_cpu_scaling_governor{cpu="7",governor="performance"} 1 node_cpu_scaling_governor{cpu="7",governor="powersave"} 0 # 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.05149885e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 14307.64 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 1500.44 node_cpu_seconds_total{cpu="0",mode="softirq"} 1188.44 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 31318.81 node_cpu_seconds_total{cpu="0",mode="user"} 46161.07 node_cpu_seconds_total{cpu="1",mode="idle"} 1.05611442e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 13671.6 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 1331.45 node_cpu_seconds_total{cpu="1",mode="softirq"} 1440.26 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 30571.45 node_cpu_seconds_total{cpu="1",mode="user"} 44314.82 node_cpu_seconds_total{cpu="2",mode="idle"} 1.05761955e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 11397.46 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 1176.51 node_cpu_seconds_total{cpu="2",mode="softirq"} 8133.64 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 30704.22 node_cpu_seconds_total{cpu="2",mode="user"} 39066.68 node_cpu_seconds_total{cpu="3",mode="idle"} 1.06080893e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 13355.53 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 1294.37 node_cpu_seconds_total{cpu="3",mode="softirq"} 479.03 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 29568.96 node_cpu_seconds_total{cpu="3",mode="user"} 43731.46 node_cpu_seconds_total{cpu="4",mode="idle"} 1.05258427e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 13315.95 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 1371.24 node_cpu_seconds_total{cpu="4",mode="softirq"} 723.89 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 30298.41 node_cpu_seconds_total{cpu="4",mode="user"} 49818.88 node_cpu_seconds_total{cpu="5",mode="idle"} 1.05446575e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 13016.34 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 1210.01 node_cpu_seconds_total{cpu="5",mode="softirq"} 643.98 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 30120.98 node_cpu_seconds_total{cpu="5",mode="user"} 48337.38 node_cpu_seconds_total{cpu="6",mode="idle"} 1.05694264e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 13281.01 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 1234.86 node_cpu_seconds_total{cpu="6",mode="softirq"} 446.62 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 29074.78 node_cpu_seconds_total{cpu="6",mode="user"} 47888.19 node_cpu_seconds_total{cpu="7",mode="idle"} 1.04992436e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 12619.64 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 1254.17 node_cpu_seconds_total{cpu="7",mode="softirq"} 4718.1 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 28673.51 node_cpu_seconds_total{cpu="7",mode="user"} 47627.43 # HELP node_disk_ata_rotation_rate_rpm ATA disk rotation rate in RPMs (0 for SSDs). # TYPE node_disk_ata_rotation_rate_rpm gauge node_disk_ata_rotation_rate_rpm{device="sda"} 7200 node_disk_ata_rotation_rate_rpm{device="sdb"} 7200 node_disk_ata_rotation_rate_rpm{device="sdc"} 7200 node_disk_ata_rotation_rate_rpm{device="sdd"} 7200 node_disk_ata_rotation_rate_rpm{device="sde"} 7200 node_disk_ata_rotation_rate_rpm{device="sdf"} 7200 # HELP node_disk_ata_write_cache ATA disk has a write cache. # TYPE node_disk_ata_write_cache gauge node_disk_ata_write_cache{device="sda"} 1 node_disk_ata_write_cache{device="sdb"} 1 node_disk_ata_write_cache{device="sdc"} 1 node_disk_ata_write_cache{device="sdd"} 1 node_disk_ata_write_cache{device="sde"} 1 node_disk_ata_write_cache{device="sdf"} 1 # HELP node_disk_ata_write_cache_enabled ATA disk has its write cache enabled. # TYPE node_disk_ata_write_cache_enabled gauge node_disk_ata_write_cache_enabled{device="sda"} 1 node_disk_ata_write_cache_enabled{device="sdb"} 1 node_disk_ata_write_cache_enabled{device="sdc"} 1 node_disk_ata_write_cache_enabled{device="sdd"} 0 node_disk_ata_write_cache_enabled{device="sde"} 1 node_disk_ata_write_cache_enabled{device="sdf"} 1 # 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="md1p1"} 0 node_disk_discard_time_seconds_total{device="md2p1"} 0 node_disk_discard_time_seconds_total{device="md3p1"} 0 node_disk_discard_time_seconds_total{device="mmcblk0"} 0 node_disk_discard_time_seconds_total{device="mmcblk0boot0"} 0 node_disk_discard_time_seconds_total{device="mmcblk0boot1"} 0 node_disk_discard_time_seconds_total{device="mmcblk0p1"} 0 node_disk_discard_time_seconds_total{device="mmcblk0p2"} 0 node_disk_discard_time_seconds_total{device="mmcblk0p3"} 0 node_disk_discard_time_seconds_total{device="nvme0n1"} 1899.2540000000001 node_disk_discard_time_seconds_total{device="nvme1n1"} 0 node_disk_discard_time_seconds_total{device="sda"} 0 node_disk_discard_time_seconds_total{device="sdb"} 0 node_disk_discard_time_seconds_total{device="sdc"} 0 node_disk_discard_time_seconds_total{device="sdd"} 0 node_disk_discard_time_seconds_total{device="sde"} 0 node_disk_discard_time_seconds_total{device="sdf"} 0 node_disk_discard_time_seconds_total{device="sdg"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="md1p1"} 0 node_disk_discarded_sectors_total{device="md2p1"} 0 node_disk_discarded_sectors_total{device="md3p1"} 0 node_disk_discarded_sectors_total{device="mmcblk0"} 0 node_disk_discarded_sectors_total{device="mmcblk0boot0"} 0 node_disk_discarded_sectors_total{device="mmcblk0boot1"} 0 node_disk_discarded_sectors_total{device="mmcblk0p1"} 0 node_disk_discarded_sectors_total{device="mmcblk0p2"} 0 node_disk_discarded_sectors_total{device="mmcblk0p3"} 0 node_disk_discarded_sectors_total{device="nvme0n1"} 1.044120624e+09 node_disk_discarded_sectors_total{device="nvme1n1"} 0 node_disk_discarded_sectors_total{device="sda"} 0 node_disk_discarded_sectors_total{device="sdb"} 0 node_disk_discarded_sectors_total{device="sdc"} 0 node_disk_discarded_sectors_total{device="sdd"} 0 node_disk_discarded_sectors_total{device="sde"} 0 node_disk_discarded_sectors_total{device="sdf"} 0 node_disk_discarded_sectors_total{device="sdg"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="md1p1"} 0 node_disk_discards_completed_total{device="md2p1"} 0 node_disk_discards_completed_total{device="md3p1"} 0 node_disk_discards_completed_total{device="mmcblk0"} 0 node_disk_discards_completed_total{device="mmcblk0boot0"} 0 node_disk_discards_completed_total{device="mmcblk0boot1"} 0 node_disk_discards_completed_total{device="mmcblk0p1"} 0 node_disk_discards_completed_total{device="mmcblk0p2"} 0 node_disk_discards_completed_total{device="mmcblk0p3"} 0 node_disk_discards_completed_total{device="nvme0n1"} 5.593419e+06 node_disk_discards_completed_total{device="nvme1n1"} 0 node_disk_discards_completed_total{device="sda"} 0 node_disk_discards_completed_total{device="sdb"} 0 node_disk_discards_completed_total{device="sdc"} 0 node_disk_discards_completed_total{device="sdd"} 0 node_disk_discards_completed_total{device="sde"} 0 node_disk_discards_completed_total{device="sdf"} 0 node_disk_discards_completed_total{device="sdg"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="md1p1"} 0 node_disk_discards_merged_total{device="md2p1"} 0 node_disk_discards_merged_total{device="md3p1"} 0 node_disk_discards_merged_total{device="mmcblk0"} 0 node_disk_discards_merged_total{device="mmcblk0boot0"} 0 node_disk_discards_merged_total{device="mmcblk0boot1"} 0 node_disk_discards_merged_total{device="mmcblk0p1"} 0 node_disk_discards_merged_total{device="mmcblk0p2"} 0 node_disk_discards_merged_total{device="mmcblk0p3"} 0 node_disk_discards_merged_total{device="nvme0n1"} 0 node_disk_discards_merged_total{device="nvme1n1"} 0 node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 node_disk_discards_merged_total{device="sdc"} 0 node_disk_discards_merged_total{device="sdd"} 0 node_disk_discards_merged_total{device="sde"} 0 node_disk_discards_merged_total{device="sdf"} 0 node_disk_discards_merged_total{device="sdg"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="mmcblk0p1",type="vfat",usage="filesystem",uuid="F954-0D7B",version="FAT32"} 1 node_disk_filesystem_info{device="mmcblk0p2",type="ext4",usage="filesystem",uuid="2823cf28-3ac6-40bb-ba8d-64c3851518cd",version="1.0"} 1 node_disk_filesystem_info{device="mmcblk0p3",type="swap",usage="other",uuid="a1f02c51-f44f-4752-b8fd-9e854a22c3e4",version="1"} 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="md1p1"} 0 node_disk_flush_requests_time_seconds_total{device="md2p1"} 0 node_disk_flush_requests_time_seconds_total{device="md3p1"} 0 node_disk_flush_requests_time_seconds_total{device="mmcblk0"} 0 node_disk_flush_requests_time_seconds_total{device="mmcblk0boot0"} 0 node_disk_flush_requests_time_seconds_total{device="mmcblk0boot1"} 0 node_disk_flush_requests_time_seconds_total{device="mmcblk0p1"} 0 node_disk_flush_requests_time_seconds_total{device="mmcblk0p2"} 0 node_disk_flush_requests_time_seconds_total{device="mmcblk0p3"} 0 node_disk_flush_requests_time_seconds_total{device="nvme0n1"} 1803.4950000000001 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 6.1080000000000005 node_disk_flush_requests_time_seconds_total{device="sda"} 0 node_disk_flush_requests_time_seconds_total{device="sdb"} 173.589 node_disk_flush_requests_time_seconds_total{device="sdc"} 306.314 node_disk_flush_requests_time_seconds_total{device="sdd"} 0 node_disk_flush_requests_time_seconds_total{device="sde"} 3139.577 node_disk_flush_requests_time_seconds_total{device="sdf"} 3256.436 node_disk_flush_requests_time_seconds_total{device="sdg"} 0.083 # 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="md1p1"} 0 node_disk_flush_requests_total{device="md2p1"} 0 node_disk_flush_requests_total{device="md3p1"} 0 node_disk_flush_requests_total{device="mmcblk0"} 0 node_disk_flush_requests_total{device="mmcblk0boot0"} 0 node_disk_flush_requests_total{device="mmcblk0boot1"} 0 node_disk_flush_requests_total{device="mmcblk0p1"} 0 node_disk_flush_requests_total{device="mmcblk0p2"} 0 node_disk_flush_requests_total{device="mmcblk0p3"} 0 node_disk_flush_requests_total{device="nvme0n1"} 3.207175e+06 node_disk_flush_requests_total{device="nvme1n1"} 2013 node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 9176 node_disk_flush_requests_total{device="sdc"} 37335 node_disk_flush_requests_total{device="sdd"} 0 node_disk_flush_requests_total{device="sde"} 128693 node_disk_flush_requests_total{device="sdf"} 128745 node_disk_flush_requests_total{device="sdg"} 15 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="md1p1",major="9",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md2p1",major="9",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md3p1",major="9",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="mmcblk0",major="179",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="mmcblk0boot0",major="179",minor="8",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="mmcblk0boot1",major="179",minor="16",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="mmcblk0p1",major="179",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="mmcblk0p2",major="179",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="mmcblk0p3",major="179",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="0",model="CT1000P5PSSD8",path="",revision="P7CR402",rotational="0",serial="2328420A15FB",wwn="eui.000000000000000100a07523420a15fb"} 1 node_disk_info{device="nvme1n1",major="259",minor="2",model="CT500P2SSD8",path="",revision="P2CR033",rotational="0",serial="2053E4E3BA20",wwn="nvme.c0a9-323035334534453342413230-4354353030503253534438-00000001"} 1 node_disk_info{device="sda",major="8",minor="0",model="Hitachi_HDT721010SLA360",path="pci-0000:00:14.0-usb-0:2.1:1.0-scsi-0:0:0:0",revision="ST6OA31B",rotational="1",serial="STF604MH0W6Z5B",wwn="0x5000cca349cc6032"} 1 node_disk_info{device="sdb",major="8",minor="16",model="ST12000VN0008-2JJ101",path="",revision="SN03",rotational="1",serial="ZRT11R57",wwn="0x5000c500c851ebc8"} 1 node_disk_info{device="sdc",major="8",minor="32",model="ST12000VN0008-2JJ101",path="",revision="SN04",rotational="1",serial="ZRT11R4W",wwn="0x5000c500c4c777ed"} 1 node_disk_info{device="sdd",major="8",minor="48",model="ST12000VN0008-2JJ101",path="",revision="EAL6",rotational="1",serial="ZRT11R2F",wwn="0x5000c500c367f0ab"} 1 node_disk_info{device="sde",major="8",minor="64",model="TOSHIBA_HDWG31G",path="",revision="0601",rotational="1",serial="Z3G0A057FX0G",wwn="0x5000039cf8cba2a7"} 1 node_disk_info{device="sdf",major="8",minor="80",model="TOSHIBA_HDWG31G",path="",revision="0601",rotational="1",serial="Z3G0A03EFX0G",wwn="0x5000039cf8cb918f"} 1 node_disk_info{device="sdg",major="8",minor="96",model="USB_Flash_Drive",path="pci-0000:00:14.0-usb-0:5:1.0-scsi-0:0:0:0",revision="1100",rotational="1",serial="AAGXBOE4CUKBKJGI",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="md1p1"} 0 node_disk_io_now{device="md2p1"} 0 node_disk_io_now{device="md3p1"} 0 node_disk_io_now{device="mmcblk0"} 0 node_disk_io_now{device="mmcblk0boot0"} 0 node_disk_io_now{device="mmcblk0boot1"} 0 node_disk_io_now{device="mmcblk0p1"} 0 node_disk_io_now{device="mmcblk0p2"} 0 node_disk_io_now{device="mmcblk0p3"} 0 node_disk_io_now{device="nvme0n1"} 0 node_disk_io_now{device="nvme1n1"} 0 node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sdb"} 0 node_disk_io_now{device="sdc"} 0 node_disk_io_now{device="sdd"} 0 node_disk_io_now{device="sde"} 0 node_disk_io_now{device="sdf"} 0 node_disk_io_now{device="sdg"} 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="md1p1"} 0 node_disk_io_time_seconds_total{device="md2p1"} 0 node_disk_io_time_seconds_total{device="md3p1"} 0 node_disk_io_time_seconds_total{device="mmcblk0"} 0.073 node_disk_io_time_seconds_total{device="mmcblk0boot0"} 0.015 node_disk_io_time_seconds_total{device="mmcblk0boot1"} 0.022 node_disk_io_time_seconds_total{device="mmcblk0p1"} 0.018000000000000002 node_disk_io_time_seconds_total{device="mmcblk0p2"} 0.025 node_disk_io_time_seconds_total{device="mmcblk0p3"} 0.022 node_disk_io_time_seconds_total{device="nvme0n1"} 6950.512 node_disk_io_time_seconds_total{device="nvme1n1"} 11.837 node_disk_io_time_seconds_total{device="sda"} 0.313 node_disk_io_time_seconds_total{device="sdb"} 25166.619 node_disk_io_time_seconds_total{device="sdc"} 2186.0280000000002 node_disk_io_time_seconds_total{device="sdd"} 4444.572 node_disk_io_time_seconds_total{device="sde"} 10487.643 node_disk_io_time_seconds_total{device="sdf"} 10947.362000000001 node_disk_io_time_seconds_total{device="sdg"} 561.587 # 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="md1p1"} 0 node_disk_io_time_weighted_seconds_total{device="md2p1"} 0 node_disk_io_time_weighted_seconds_total{device="md3p1"} 0 node_disk_io_time_weighted_seconds_total{device="mmcblk0"} 0.107 node_disk_io_time_weighted_seconds_total{device="mmcblk0boot0"} 0.015 node_disk_io_time_weighted_seconds_total{device="mmcblk0boot1"} 0.024 node_disk_io_time_weighted_seconds_total{device="mmcblk0p1"} 0.019 node_disk_io_time_weighted_seconds_total{device="mmcblk0p2"} 0.026000000000000002 node_disk_io_time_weighted_seconds_total{device="mmcblk0p3"} 0.024 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 100157.60800000001 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 35.492 node_disk_io_time_weighted_seconds_total{device="sda"} 0.32 node_disk_io_time_weighted_seconds_total{device="sdb"} 108288.30900000001 node_disk_io_time_weighted_seconds_total{device="sdc"} 11915.282000000001 node_disk_io_time_weighted_seconds_total{device="sdd"} 9771.471 node_disk_io_time_weighted_seconds_total{device="sde"} 122960.67300000001 node_disk_io_time_weighted_seconds_total{device="sdf"} 130626.542 node_disk_io_time_weighted_seconds_total{device="sdg"} 909.294 # 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="md1p1"} 0 node_disk_read_bytes_total{device="md2p1"} 0 node_disk_read_bytes_total{device="md3p1"} 0 node_disk_read_bytes_total{device="mmcblk0"} 9.633792e+06 node_disk_read_bytes_total{device="mmcblk0boot0"} 1.363968e+06 node_disk_read_bytes_total{device="mmcblk0boot1"} 1.363968e+06 node_disk_read_bytes_total{device="mmcblk0p1"} 2.555904e+06 node_disk_read_bytes_total{device="mmcblk0p2"} 2.53952e+06 node_disk_read_bytes_total{device="mmcblk0p3"} 2.53952e+06 node_disk_read_bytes_total{device="nvme0n1"} 1.78813277184e+11 node_disk_read_bytes_total{device="nvme1n1"} 2.62090752e+08 node_disk_read_bytes_total{device="sda"} 1.909248e+06 node_disk_read_bytes_total{device="sdb"} 2.304448089088e+12 node_disk_read_bytes_total{device="sdc"} 1.36006458368e+11 node_disk_read_bytes_total{device="sdd"} 4.7152786432e+10 node_disk_read_bytes_total{device="sde"} 4.97725876224e+11 node_disk_read_bytes_total{device="sdf"} 4.97725896704e+11 node_disk_read_bytes_total{device="sdg"} 7.951650304e+09 # 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="md1p1"} 0 node_disk_read_time_seconds_total{device="md2p1"} 0 node_disk_read_time_seconds_total{device="md3p1"} 0 node_disk_read_time_seconds_total{device="mmcblk0"} 0.107 node_disk_read_time_seconds_total{device="mmcblk0boot0"} 0.015 node_disk_read_time_seconds_total{device="mmcblk0boot1"} 0.024 node_disk_read_time_seconds_total{device="mmcblk0p1"} 0.019 node_disk_read_time_seconds_total{device="mmcblk0p2"} 0.026000000000000002 node_disk_read_time_seconds_total{device="mmcblk0p3"} 0.024 node_disk_read_time_seconds_total{device="nvme0n1"} 3379.809 node_disk_read_time_seconds_total{device="nvme1n1"} 2.311 node_disk_read_time_seconds_total{device="sda"} 0.32 node_disk_read_time_seconds_total{device="sdb"} 98760.757 node_disk_read_time_seconds_total{device="sdc"} 9317.333 node_disk_read_time_seconds_total{device="sdd"} 8838.949 node_disk_read_time_seconds_total{device="sde"} 92486.946 node_disk_read_time_seconds_total{device="sdf"} 97668.101 node_disk_read_time_seconds_total{device="sdg"} 706.367 # 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="md1p1"} 0 node_disk_reads_completed_total{device="md2p1"} 0 node_disk_reads_completed_total{device="md3p1"} 0 node_disk_reads_completed_total{device="mmcblk0"} 373 node_disk_reads_completed_total{device="mmcblk0boot0"} 113 node_disk_reads_completed_total{device="mmcblk0boot1"} 113 node_disk_reads_completed_total{device="mmcblk0p1"} 88 node_disk_reads_completed_total{device="mmcblk0p2"} 80 node_disk_reads_completed_total{device="mmcblk0p3"} 80 node_disk_reads_completed_total{device="nvme0n1"} 4.060866e+06 node_disk_reads_completed_total{device="nvme1n1"} 8369 node_disk_reads_completed_total{device="sda"} 96 node_disk_reads_completed_total{device="sdb"} 1.2982059e+07 node_disk_reads_completed_total{device="sdc"} 874035 node_disk_reads_completed_total{device="sdd"} 1.526513e+06 node_disk_reads_completed_total{device="sde"} 2.972917e+06 node_disk_reads_completed_total{device="sdf"} 2.964399e+06 node_disk_reads_completed_total{device="sdg"} 369074 # 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="md1p1"} 0 node_disk_reads_merged_total{device="md2p1"} 0 node_disk_reads_merged_total{device="md3p1"} 0 node_disk_reads_merged_total{device="mmcblk0"} 0 node_disk_reads_merged_total{device="mmcblk0boot0"} 0 node_disk_reads_merged_total{device="mmcblk0boot1"} 0 node_disk_reads_merged_total{device="mmcblk0p1"} 0 node_disk_reads_merged_total{device="mmcblk0p2"} 0 node_disk_reads_merged_total{device="mmcblk0p3"} 0 node_disk_reads_merged_total{device="nvme0n1"} 1321 node_disk_reads_merged_total{device="nvme1n1"} 22 node_disk_reads_merged_total{device="sda"} 0 node_disk_reads_merged_total{device="sdb"} 5.49626607e+08 node_disk_reads_merged_total{device="sdc"} 3.2329936e+07 node_disk_reads_merged_total{device="sdd"} 9.984667e+06 node_disk_reads_merged_total{device="sde"} 1.1854132e+08 node_disk_reads_merged_total{device="sdf"} 1.18549842e+08 node_disk_reads_merged_total{device="sdg"} 141620 # 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="md1p1"} 0 node_disk_write_time_seconds_total{device="md2p1"} 0 node_disk_write_time_seconds_total{device="md3p1"} 0 node_disk_write_time_seconds_total{device="mmcblk0"} 0 node_disk_write_time_seconds_total{device="mmcblk0boot0"} 0 node_disk_write_time_seconds_total{device="mmcblk0boot1"} 0 node_disk_write_time_seconds_total{device="mmcblk0p1"} 0 node_disk_write_time_seconds_total{device="mmcblk0p2"} 0 node_disk_write_time_seconds_total{device="mmcblk0p3"} 0 node_disk_write_time_seconds_total{device="nvme0n1"} 93075.048 node_disk_write_time_seconds_total{device="nvme1n1"} 27.073 node_disk_write_time_seconds_total{device="sda"} 0 node_disk_write_time_seconds_total{device="sdb"} 9353.962 node_disk_write_time_seconds_total{device="sdc"} 2291.634 node_disk_write_time_seconds_total{device="sdd"} 932.522 node_disk_write_time_seconds_total{device="sde"} 27334.149 node_disk_write_time_seconds_total{device="sdf"} 29702.004 node_disk_write_time_seconds_total{device="sdg"} 202.844 # 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="md1p1"} 0 node_disk_writes_completed_total{device="md2p1"} 0 node_disk_writes_completed_total{device="md3p1"} 0 node_disk_writes_completed_total{device="mmcblk0"} 0 node_disk_writes_completed_total{device="mmcblk0boot0"} 0 node_disk_writes_completed_total{device="mmcblk0boot1"} 0 node_disk_writes_completed_total{device="mmcblk0p1"} 0 node_disk_writes_completed_total{device="mmcblk0p2"} 0 node_disk_writes_completed_total{device="mmcblk0p3"} 0 node_disk_writes_completed_total{device="nvme0n1"} 5.6326953e+07 node_disk_writes_completed_total{device="nvme1n1"} 12070 node_disk_writes_completed_total{device="sda"} 0 node_disk_writes_completed_total{device="sdb"} 1.908494e+06 node_disk_writes_completed_total{device="sdc"} 622850 node_disk_writes_completed_total{device="sdd"} 266198 node_disk_writes_completed_total{device="sde"} 2.855394e+06 node_disk_writes_completed_total{device="sdf"} 2.832972e+06 node_disk_writes_completed_total{device="sdg"} 11240 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="md1p1"} 0 node_disk_writes_merged_total{device="md2p1"} 0 node_disk_writes_merged_total{device="md3p1"} 0 node_disk_writes_merged_total{device="mmcblk0"} 0 node_disk_writes_merged_total{device="mmcblk0boot0"} 0 node_disk_writes_merged_total{device="mmcblk0boot1"} 0 node_disk_writes_merged_total{device="mmcblk0p1"} 0 node_disk_writes_merged_total{device="mmcblk0p2"} 0 node_disk_writes_merged_total{device="mmcblk0p3"} 0 node_disk_writes_merged_total{device="nvme0n1"} 137399 node_disk_writes_merged_total{device="nvme1n1"} 519 node_disk_writes_merged_total{device="sda"} 0 node_disk_writes_merged_total{device="sdb"} 9.173613e+07 node_disk_writes_merged_total{device="sdc"} 2.4316442e+07 node_disk_writes_merged_total{device="sdd"} 2.843214e+06 node_disk_writes_merged_total{device="sde"} 1.18913742e+08 node_disk_writes_merged_total{device="sdf"} 1.18936164e+08 node_disk_writes_merged_total{device="sdg"} 2947 # 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="md1p1"} 0 node_disk_written_bytes_total{device="md2p1"} 0 node_disk_written_bytes_total{device="md3p1"} 0 node_disk_written_bytes_total{device="mmcblk0"} 0 node_disk_written_bytes_total{device="mmcblk0boot0"} 0 node_disk_written_bytes_total{device="mmcblk0boot1"} 0 node_disk_written_bytes_total{device="mmcblk0p1"} 0 node_disk_written_bytes_total{device="mmcblk0p2"} 0 node_disk_written_bytes_total{device="mmcblk0p3"} 0 node_disk_written_bytes_total{device="nvme0n1"} 2.082123137024e+12 node_disk_written_bytes_total{device="nvme1n1"} 1.525780992e+09 node_disk_written_bytes_total{device="sda"} 0 node_disk_written_bytes_total{device="sdb"} 3.83549243392e+11 node_disk_written_bytes_total{device="sdc"} 1.0205526016e+11 node_disk_written_bytes_total{device="sdd"} 1.2736151552e+10 node_disk_written_bytes_total{device="sde"} 4.98340655104e+11 node_disk_written_bytes_total{device="sdf"} 4.98340655104e+11 node_disk_written_bytes_total{device="sdg"} 8.0067072e+07 # 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="04/03/2025",bios_release="5.27",bios_vendor="American Megatrends International, LLC.",bios_version="5.27",board_asset_tag="Default string",board_name="Default string",board_serial="Default string",board_vendor="Default string",board_version="Default string",chassis_asset_tag="Default string",chassis_serial="Default string",chassis_vendor="Default string",chassis_version="Default string",product_family="Default string",product_name="Default string",product_serial="Default string",product_sku="Default string",product_uuid="03000200-0400-0500-0006-000700080009",product_version="Default string",system_vendor="Default string"} 1 # HELP node_edac_correctable_errors_total Total correctable memory errors. # TYPE node_edac_correctable_errors_total counter node_edac_correctable_errors_total{controller="0"} 0 # HELP node_edac_csrow_correctable_errors_total Total correctable memory errors for this csrow. # TYPE node_edac_csrow_correctable_errors_total counter node_edac_csrow_correctable_errors_total{controller="0",csrow="0"} 0 node_edac_csrow_correctable_errors_total{controller="0",csrow="unknown"} 0 # HELP node_edac_csrow_uncorrectable_errors_total Total uncorrectable memory errors for this csrow. # TYPE node_edac_csrow_uncorrectable_errors_total counter node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="0"} 0 node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="unknown"} 0 # HELP node_edac_uncorrectable_errors_total Total uncorrectable memory errors. # TYPE node_edac_uncorrectable_errors_total counter node_edac_uncorrectable_errors_total{controller="0"} 0 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.22.5",revision="02afa5c53c36123611533f2defea6ccd4546a9bb",tags="unknown",version="1.9.0"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 7651 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 3.25024e+06 # 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="//QNAP-PLEX.LOCAL/Apps",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Apps-qnap"} 2.436115443712e+12 node_filesystem_avail_bytes{device="//QNAP-PLEX.LOCAL/Autres",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Autres-qnap"} 2.436115443712e+12 node_filesystem_avail_bytes{device="//QNAP-PLEX.LOCAL/Plex",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Plex-qnap"} 2.436115443712e+12 node_filesystem_avail_bytes{device="//QNAP-PLEX.LOCAL/Torrent",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Torrent-qnap"} 2.436115443712e+12 node_filesystem_avail_bytes{device="/dev/loop2",device_error="",fstype="xfs",mountpoint="/var/lib/docker"} 2.3512784896e+10 node_filesystem_avail_bytes{device="/dev/loop3",device_error="",fstype="btrfs",mountpoint="/etc/libvirt"} 9.47490816e+08 node_filesystem_avail_bytes{device="/dev/md1p1",device_error="",fstype="xfs",mountpoint="/mnt/disk1"} 6.826748194816e+12 node_filesystem_avail_bytes{device="/dev/md2p1",device_error="",fstype="xfs",mountpoint="/mnt/disk2"} 5.74260711424e+12 node_filesystem_avail_bytes{device="/dev/md3p1",device_error="",fstype="xfs",mountpoint="/mnt/disk3"} 4.613988962304e+12 node_filesystem_avail_bytes{device="/dev/nvme0n1p1",device_error="",fstype="btrfs",mountpoint="/mnt/docker"} 8.7691692032e+11 node_filesystem_avail_bytes{device="/dev/nvme1n1p1",device_error="",fstype="xfs",mountpoint="/mnt/cache"} 1.2239685632e+11 node_filesystem_avail_bytes{device="/dev/sdg1",device_error="",fstype="vfat",mountpoint="/boot"} 2.9481566208e+10 node_filesystem_avail_bytes{device="rootfs",device_error="",fstype="rootfs",mountpoint="/"} 1.5825055744e+10 node_filesystem_avail_bytes{device="rootfs",device_error="",fstype="rootfs",mountpoint="/mnt"} 1.5825055744e+10 node_filesystem_avail_bytes{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user"} 1.718334427136e+13 node_filesystem_avail_bytes{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user0"} 1.718334427136e+13 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/addons"} 1.048576e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 1.048576e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/remotes"} 1.048576e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/rootshare"} 1.048576e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.31325952e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/log"} 1.21499648e+08 # 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="//QNAP-PLEX.LOCAL/Apps",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Apps-qnap"} 0 node_filesystem_device_error{device="//QNAP-PLEX.LOCAL/Autres",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Autres-qnap"} 0 node_filesystem_device_error{device="//QNAP-PLEX.LOCAL/Plex",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Plex-qnap"} 0 node_filesystem_device_error{device="//QNAP-PLEX.LOCAL/Torrent",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Torrent-qnap"} 0 node_filesystem_device_error{device="/dev/loop2",device_error="",fstype="xfs",mountpoint="/var/lib/docker"} 0 node_filesystem_device_error{device="/dev/loop3",device_error="",fstype="btrfs",mountpoint="/etc/libvirt"} 0 node_filesystem_device_error{device="/dev/md1p1",device_error="",fstype="xfs",mountpoint="/mnt/disk1"} 0 node_filesystem_device_error{device="/dev/md2p1",device_error="",fstype="xfs",mountpoint="/mnt/disk2"} 0 node_filesystem_device_error{device="/dev/md3p1",device_error="",fstype="xfs",mountpoint="/mnt/disk3"} 0 node_filesystem_device_error{device="/dev/nvme0n1p1",device_error="",fstype="btrfs",mountpoint="/mnt/docker"} 0 node_filesystem_device_error{device="/dev/nvme1n1p1",device_error="",fstype="xfs",mountpoint="/mnt/cache"} 0 node_filesystem_device_error{device="/dev/sdg1",device_error="",fstype="vfat",mountpoint="/boot"} 0 node_filesystem_device_error{device="rootfs",device_error="",fstype="rootfs",mountpoint="/"} 0 node_filesystem_device_error{device="rootfs",device_error="",fstype="rootfs",mountpoint="/mnt"} 0 node_filesystem_device_error{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user"} 0 node_filesystem_device_error{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user0"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/addons"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/remotes"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/rootshare"} 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="/var/log"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="//QNAP-PLEX.LOCAL/Apps",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Apps-qnap"} 0 node_filesystem_files{device="//QNAP-PLEX.LOCAL/Autres",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Autres-qnap"} 0 node_filesystem_files{device="//QNAP-PLEX.LOCAL/Plex",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Plex-qnap"} 0 node_filesystem_files{device="//QNAP-PLEX.LOCAL/Torrent",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Torrent-qnap"} 0 node_filesystem_files{device="/dev/loop2",device_error="",fstype="xfs",mountpoint="/var/lib/docker"} 3.145728e+07 node_filesystem_files{device="/dev/loop3",device_error="",fstype="btrfs",mountpoint="/etc/libvirt"} 0 node_filesystem_files{device="/dev/md1p1",device_error="",fstype="xfs",mountpoint="/mnt/disk1"} 1.171888512e+09 node_filesystem_files{device="/dev/md2p1",device_error="",fstype="xfs",mountpoint="/mnt/disk2"} 1.171888512e+09 node_filesystem_files{device="/dev/md3p1",device_error="",fstype="xfs",mountpoint="/mnt/disk3"} 1.171888512e+09 node_filesystem_files{device="/dev/nvme0n1p1",device_error="",fstype="btrfs",mountpoint="/mnt/docker"} 0 node_filesystem_files{device="/dev/nvme1n1p1",device_error="",fstype="xfs",mountpoint="/mnt/cache"} 2.39128872e+08 node_filesystem_files{device="/dev/sdg1",device_error="",fstype="vfat",mountpoint="/boot"} 0 node_filesystem_files{device="rootfs",device_error="",fstype="rootfs",mountpoint="/"} 4.064221e+06 node_filesystem_files{device="rootfs",device_error="",fstype="rootfs",mountpoint="/mnt"} 4.064221e+06 node_filesystem_files{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user"} 3.515665536e+09 node_filesystem_files{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user0"} 3.515665536e+09 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/addons"} 4.081285e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 4.081285e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/remotes"} 4.081285e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/rootshare"} 4.081285e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.081285e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/log"} 4.081285e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="//QNAP-PLEX.LOCAL/Apps",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Apps-qnap"} 0 node_filesystem_files_free{device="//QNAP-PLEX.LOCAL/Autres",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Autres-qnap"} 0 node_filesystem_files_free{device="//QNAP-PLEX.LOCAL/Plex",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Plex-qnap"} 0 node_filesystem_files_free{device="//QNAP-PLEX.LOCAL/Torrent",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Torrent-qnap"} 0 node_filesystem_files_free{device="/dev/loop2",device_error="",fstype="xfs",mountpoint="/var/lib/docker"} 3.0822133e+07 node_filesystem_files_free{device="/dev/loop3",device_error="",fstype="btrfs",mountpoint="/etc/libvirt"} 0 node_filesystem_files_free{device="/dev/md1p1",device_error="",fstype="xfs",mountpoint="/mnt/disk1"} 1.171735888e+09 node_filesystem_files_free{device="/dev/md2p1",device_error="",fstype="xfs",mountpoint="/mnt/disk2"} 1.171587794e+09 node_filesystem_files_free{device="/dev/md3p1",device_error="",fstype="xfs",mountpoint="/mnt/disk3"} 1.171881904e+09 node_filesystem_files_free{device="/dev/nvme0n1p1",device_error="",fstype="btrfs",mountpoint="/mnt/docker"} 0 node_filesystem_files_free{device="/dev/nvme1n1p1",device_error="",fstype="xfs",mountpoint="/mnt/cache"} 2.39056671e+08 node_filesystem_files_free{device="/dev/sdg1",device_error="",fstype="vfat",mountpoint="/boot"} 0 node_filesystem_files_free{device="rootfs",device_error="",fstype="rootfs",mountpoint="/"} 4.023582e+06 node_filesystem_files_free{device="rootfs",device_error="",fstype="rootfs",mountpoint="/mnt"} 4.023582e+06 node_filesystem_files_free{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user"} 3.515205586e+09 node_filesystem_files_free{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user0"} 3.515205586e+09 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/addons"} 4.081284e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 4.081284e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/remotes"} 4.08128e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/rootshare"} 4.081284e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.079984e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/log"} 4.081164e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="//QNAP-PLEX.LOCAL/Apps",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Apps-qnap"} 2.436115443712e+12 node_filesystem_free_bytes{device="//QNAP-PLEX.LOCAL/Autres",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Autres-qnap"} 2.436115443712e+12 node_filesystem_free_bytes{device="//QNAP-PLEX.LOCAL/Plex",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Plex-qnap"} 2.436115443712e+12 node_filesystem_free_bytes{device="//QNAP-PLEX.LOCAL/Torrent",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Torrent-qnap"} 2.436115443712e+12 node_filesystem_free_bytes{device="/dev/loop2",device_error="",fstype="xfs",mountpoint="/var/lib/docker"} 2.3512784896e+10 node_filesystem_free_bytes{device="/dev/loop3",device_error="",fstype="btrfs",mountpoint="/etc/libvirt"} 1.066471424e+09 node_filesystem_free_bytes{device="/dev/md1p1",device_error="",fstype="xfs",mountpoint="/mnt/disk1"} 6.826748194816e+12 node_filesystem_free_bytes{device="/dev/md2p1",device_error="",fstype="xfs",mountpoint="/mnt/disk2"} 5.74260711424e+12 node_filesystem_free_bytes{device="/dev/md3p1",device_error="",fstype="xfs",mountpoint="/mnt/disk3"} 4.613988962304e+12 node_filesystem_free_bytes{device="/dev/nvme0n1p1",device_error="",fstype="btrfs",mountpoint="/mnt/docker"} 8.80371396608e+11 node_filesystem_free_bytes{device="/dev/nvme1n1p1",device_error="",fstype="xfs",mountpoint="/mnt/cache"} 1.2239685632e+11 node_filesystem_free_bytes{device="/dev/sdg1",device_error="",fstype="vfat",mountpoint="/boot"} 2.9481566208e+10 node_filesystem_free_bytes{device="rootfs",device_error="",fstype="rootfs",mountpoint="/"} 1.5825055744e+10 node_filesystem_free_bytes{device="rootfs",device_error="",fstype="rootfs",mountpoint="/mnt"} 1.5825055744e+10 node_filesystem_free_bytes{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user"} 1.718334427136e+13 node_filesystem_free_bytes{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user0"} 1.718334427136e+13 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/addons"} 1.048576e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 1.048576e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/remotes"} 1.048576e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/rootshare"} 1.048576e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.31325952e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/log"} 1.21499648e+08 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="//QNAP-PLEX.LOCAL/Apps",major="0",minor="55",mountpoint="/mnt/remotes/Apps-qnap"} 1 node_filesystem_mount_info{device="//QNAP-PLEX.LOCAL/Autres",major="0",minor="60",mountpoint="/mnt/remotes/Autres-qnap"} 1 node_filesystem_mount_info{device="//QNAP-PLEX.LOCAL/Plex",major="0",minor="62",mountpoint="/mnt/remotes/Plex-qnap"} 1 node_filesystem_mount_info{device="//QNAP-PLEX.LOCAL/Torrent",major="0",minor="65",mountpoint="/mnt/remotes/Torrent-qnap"} 1 node_filesystem_mount_info{device="/dev/loop2",major="7",minor="2",mountpoint="/var/lib/docker"} 1 node_filesystem_mount_info{device="/dev/loop3",major="0",minor="53",mountpoint="/etc/libvirt"} 1 node_filesystem_mount_info{device="/dev/md1p1",major="9",minor="1",mountpoint="/mnt/disk1"} 1 node_filesystem_mount_info{device="/dev/md2p1",major="9",minor="2",mountpoint="/mnt/disk2"} 1 node_filesystem_mount_info{device="/dev/md3p1",major="9",minor="3",mountpoint="/mnt/disk3"} 1 node_filesystem_mount_info{device="/dev/nvme0n1p1",major="0",minor="44",mountpoint="/mnt/docker"} 1 node_filesystem_mount_info{device="/dev/nvme1n1p1",major="259",minor="3",mountpoint="/mnt/cache"} 1 node_filesystem_mount_info{device="/dev/sdg1",major="8",minor="97",mountpoint="/boot"} 1 node_filesystem_mount_info{device="rootfs",major="0",minor="2",mountpoint="/"} 1 node_filesystem_mount_info{device="rootfs",major="0",minor="2",mountpoint="/mnt"} 1 node_filesystem_mount_info{device="shfs",major="0",minor="46",mountpoint="/mnt/user0"} 1 node_filesystem_mount_info{device="shfs",major="0",minor="47",mountpoint="/mnt/user"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="24",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="31",mountpoint="/var/log"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="39",mountpoint="/mnt/disks"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="40",mountpoint="/mnt/remotes"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="41",mountpoint="/mnt/addons"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="42",mountpoint="/mnt/rootshare"} 1 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="//QNAP-PLEX.LOCAL/Apps",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Apps-qnap"} 0 node_filesystem_readonly{device="//QNAP-PLEX.LOCAL/Autres",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Autres-qnap"} 0 node_filesystem_readonly{device="//QNAP-PLEX.LOCAL/Plex",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Plex-qnap"} 0 node_filesystem_readonly{device="//QNAP-PLEX.LOCAL/Torrent",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Torrent-qnap"} 0 node_filesystem_readonly{device="/dev/loop2",device_error="",fstype="xfs",mountpoint="/var/lib/docker"} 0 node_filesystem_readonly{device="/dev/loop3",device_error="",fstype="btrfs",mountpoint="/etc/libvirt"} 0 node_filesystem_readonly{device="/dev/md1p1",device_error="",fstype="xfs",mountpoint="/mnt/disk1"} 0 node_filesystem_readonly{device="/dev/md2p1",device_error="",fstype="xfs",mountpoint="/mnt/disk2"} 0 node_filesystem_readonly{device="/dev/md3p1",device_error="",fstype="xfs",mountpoint="/mnt/disk3"} 0 node_filesystem_readonly{device="/dev/nvme0n1p1",device_error="",fstype="btrfs",mountpoint="/mnt/docker"} 0 node_filesystem_readonly{device="/dev/nvme1n1p1",device_error="",fstype="xfs",mountpoint="/mnt/cache"} 0 node_filesystem_readonly{device="/dev/sdg1",device_error="",fstype="vfat",mountpoint="/boot"} 0 node_filesystem_readonly{device="rootfs",device_error="",fstype="rootfs",mountpoint="/"} 0 node_filesystem_readonly{device="rootfs",device_error="",fstype="rootfs",mountpoint="/mnt"} 0 node_filesystem_readonly{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user"} 0 node_filesystem_readonly{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user0"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/addons"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/remotes"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/rootshare"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/log"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="//QNAP-PLEX.LOCAL/Apps",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Apps-qnap"} 1.194980569088e+13 node_filesystem_size_bytes{device="//QNAP-PLEX.LOCAL/Autres",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Autres-qnap"} 1.194980569088e+13 node_filesystem_size_bytes{device="//QNAP-PLEX.LOCAL/Plex",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Plex-qnap"} 1.194980569088e+13 node_filesystem_size_bytes{device="//QNAP-PLEX.LOCAL/Torrent",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Torrent-qnap"} 1.194980569088e+13 node_filesystem_size_bytes{device="/dev/loop2",device_error="",fstype="xfs",mountpoint="/var/lib/docker"} 6.4357400576e+10 node_filesystem_size_bytes{device="/dev/loop3",device_error="",fstype="btrfs",mountpoint="/etc/libvirt"} 1.073741824e+09 node_filesystem_size_bytes{device="/dev/md1p1",device_error="",fstype="xfs",mountpoint="/mnt/disk1"} 1.1998001573888e+13 node_filesystem_size_bytes{device="/dev/md2p1",device_error="",fstype="xfs",mountpoint="/mnt/disk2"} 1.1998001573888e+13 node_filesystem_size_bytes{device="/dev/md3p1",device_error="",fstype="xfs",mountpoint="/mnt/disk3"} 1.1998001573888e+13 node_filesystem_size_bytes{device="/dev/nvme0n1p1",device_error="",fstype="btrfs",mountpoint="/mnt/docker"} 1.00020383744e+12 node_filesystem_size_bytes{device="/dev/nvme1n1p1",device_error="",fstype="xfs",mountpoint="/mnt/cache"} 4.99862597632e+11 node_filesystem_size_bytes{device="/dev/sdg1",device_error="",fstype="vfat",mountpoint="/boot"} 3.1991005184e+10 node_filesystem_size_bytes{device="rootfs",device_error="",fstype="rootfs",mountpoint="/"} 1.6647049216e+10 node_filesystem_size_bytes{device="rootfs",device_error="",fstype="rootfs",mountpoint="/mnt"} 1.6647049216e+10 node_filesystem_size_bytes{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user"} 3.5994004721664e+13 node_filesystem_size_bytes{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user0"} 3.5994004721664e+13 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/addons"} 1.048576e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 1.048576e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/remotes"} 1.048576e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/rootshare"} 1.048576e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.34217728e+08 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/log"} 1.34217728e+08 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.23666668e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="0000:00:1d_0_0000:04:00_0",chip_name="eth1"} 1 node_hwmon_chip_names{chip="nvme_nvme0",chip_name="nvme"} 1 node_hwmon_chip_names{chip="nvme_nvme1",chip_name="nvme"} 1 node_hwmon_chip_names{chip="platform_coretemp_0",chip_name="coretemp"} 1 node_hwmon_chip_names{chip="thermal_thermal_zone1",chip_name="acpitz"} 1 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge node_hwmon_sensor_label{chip="0000:00:1d_0_0000:04:00_0",label="MAC Temperature",sensor="temp2"} 1 node_hwmon_sensor_label{chip="0000:00:1d_0_0000:04:00_0",label="PHY Temperature",sensor="temp1"} 1 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_nvme1",label="Composite",sensor="temp1"} 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="Core 4",sensor="temp6"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 6",sensor="temp8"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 7",sensor="temp9"} 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="0000:00:1d_0_0000:04:00_0",sensor="temp1"} 47 node_hwmon_temp_celsius{chip="0000:00:1d_0_0000:04:00_0",sensor="temp2"} 47 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp1"} 39.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp2"} 39.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 37.85 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp1"} 45 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 45 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 45 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 45 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 45 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 43 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp7"} 43 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp8"} 43 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp9"} 42 node_hwmon_temp_celsius{chip="thermal_thermal_zone1",sensor="temp0"} 27.8 node_hwmon_temp_celsius{chip="thermal_thermal_zone1",sensor="temp1"} 27.8 # HELP node_hwmon_temp_crit_alarm_celsius Hardware monitor for temperature (crit_alarm) # TYPE node_hwmon_temp_crit_alarm_celsius gauge node_hwmon_temp_crit_alarm_celsius{chip="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 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp6"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp7"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp8"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp9"} 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"} 84.85000000000001 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp1"} 105 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp2"} 105 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp3"} 105 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp4"} 105 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp5"} 105 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp6"} 105 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp7"} 105 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp8"} 105 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp9"} 105 # 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"} 79.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp2"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp1"} 69.85000000000001 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp1"} 105 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp2"} 105 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp3"} 105 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp4"} 105 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp5"} 105 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp6"} 105 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp7"} 105 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp8"} 105 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp9"} 105 # HELP node_hwmon_temp_min_celsius Hardware monitor for temperature (min) # TYPE node_hwmon_temp_min_celsius gauge node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp1"} -0.15 node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp2"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp1"} -0.15 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 6.702017072e+09 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.6 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.61 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.56 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 6.455967744e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.3819293696e+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 7.363325952e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 1.13246208e+10 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.624358912e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 4.23936e+06 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.4419755008e+10 # 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 1.671694336e+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 3.3178701824e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.7179869184e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.6582180864e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 3.59809024e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 376832 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.1161985024e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.6850030592e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 5.688045568e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 3.8846464e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.329836032e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.4164672512e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 7.45971712e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.343388672e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 110592 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 1.6367616e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 6.750208e+06 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 9.35804928e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.13589504e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 8.388608e+06 # 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.374179328e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.349394432e+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 1.0891264e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 1.13381376e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 9912 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 271 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 253332 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 131971 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 5.0586244e+08 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 2.90749638e+08 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.653673128242e+12 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.676336834508e+12 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 345352 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 560 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 3579 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 439524 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 30 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 291 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 8.1674248e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 23757 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.06209226e+08 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 977192 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 703604 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 4457 # 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 4.7583851e+07 # 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 26593 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 1.5252104e+07 # 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="bond0"} 2 node_network_address_assign_type{device="br-17579625ae3c"} 3 node_network_address_assign_type{device="br-1bd375fc79d9"} 3 node_network_address_assign_type{device="br-427349cee165"} 3 node_network_address_assign_type{device="br-4a5a692a924e"} 3 node_network_address_assign_type{device="br-4bbbe2fd7822"} 3 node_network_address_assign_type{device="br-5b3f4a0c5070"} 3 node_network_address_assign_type{device="br-5d66442c4b69"} 3 node_network_address_assign_type{device="br-6a0d59786a72"} 3 node_network_address_assign_type{device="br-9d081eed85aa"} 3 node_network_address_assign_type{device="br-bf8400c4f2e4"} 3 node_network_address_assign_type{device="br-c7faee3e3d16"} 3 node_network_address_assign_type{device="br0"} 1 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eth0"} 3 node_network_address_assign_type{device="eth1"} 3 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="tailscale1"} 0 node_network_address_assign_type{device="tunl0"} 0 node_network_address_assign_type{device="veth291d2b1"} 1 node_network_address_assign_type{device="veth2ad859a"} 1 node_network_address_assign_type{device="veth2d305b0"} 1 node_network_address_assign_type{device="veth3516df0"} 1 node_network_address_assign_type{device="veth393b46e"} 1 node_network_address_assign_type{device="veth4454742"} 1 node_network_address_assign_type{device="veth4f0d4e9"} 1 node_network_address_assign_type{device="veth544fb96"} 1 node_network_address_assign_type{device="veth5b9b747"} 1 node_network_address_assign_type{device="veth5e5e665"} 1 node_network_address_assign_type{device="veth5e6a76b"} 1 node_network_address_assign_type{device="veth6c1ec67"} 1 node_network_address_assign_type{device="veth70eacae"} 1 node_network_address_assign_type{device="veth95f52d2"} 1 node_network_address_assign_type{device="veth98876b1"} 1 node_network_address_assign_type{device="veth9a3a180"} 1 node_network_address_assign_type{device="veth9ea21cc"} 1 node_network_address_assign_type{device="veth9ed515e"} 1 node_network_address_assign_type{device="vethc67215c"} 1 node_network_address_assign_type{device="vethc9b60ab"} 1 node_network_address_assign_type{device="vethcfdc9b3"} 1 node_network_address_assign_type{device="vethd29bc98"} 1 node_network_address_assign_type{device="vethf0fb87d"} 1 node_network_address_assign_type{device="virbr0"} 3 node_network_address_assign_type{device="vnet0"} 3 node_network_address_assign_type{device="wg0"} 0 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="bond0"} 1 node_network_carrier{device="br-17579625ae3c"} 1 node_network_carrier{device="br-1bd375fc79d9"} 1 node_network_carrier{device="br-427349cee165"} 1 node_network_carrier{device="br-4a5a692a924e"} 1 node_network_carrier{device="br-4bbbe2fd7822"} 1 node_network_carrier{device="br-5b3f4a0c5070"} 0 node_network_carrier{device="br-5d66442c4b69"} 1 node_network_carrier{device="br-6a0d59786a72"} 1 node_network_carrier{device="br-9d081eed85aa"} 1 node_network_carrier{device="br-bf8400c4f2e4"} 1 node_network_carrier{device="br-c7faee3e3d16"} 1 node_network_carrier{device="br0"} 1 node_network_carrier{device="docker0"} 1 node_network_carrier{device="eth0"} 1 node_network_carrier{device="eth1"} 0 node_network_carrier{device="lo"} 1 node_network_carrier{device="tailscale1"} 1 node_network_carrier{device="veth291d2b1"} 1 node_network_carrier{device="veth2ad859a"} 1 node_network_carrier{device="veth2d305b0"} 1 node_network_carrier{device="veth3516df0"} 1 node_network_carrier{device="veth393b46e"} 1 node_network_carrier{device="veth4454742"} 1 node_network_carrier{device="veth4f0d4e9"} 1 node_network_carrier{device="veth544fb96"} 1 node_network_carrier{device="veth5b9b747"} 1 node_network_carrier{device="veth5e5e665"} 1 node_network_carrier{device="veth5e6a76b"} 1 node_network_carrier{device="veth6c1ec67"} 1 node_network_carrier{device="veth70eacae"} 1 node_network_carrier{device="veth95f52d2"} 1 node_network_carrier{device="veth98876b1"} 1 node_network_carrier{device="veth9a3a180"} 1 node_network_carrier{device="veth9ea21cc"} 1 node_network_carrier{device="veth9ed515e"} 1 node_network_carrier{device="vethc67215c"} 1 node_network_carrier{device="vethc9b60ab"} 1 node_network_carrier{device="vethcfdc9b3"} 1 node_network_carrier{device="vethd29bc98"} 1 node_network_carrier{device="vethf0fb87d"} 1 node_network_carrier{device="virbr0"} 0 node_network_carrier{device="vnet0"} 1 node_network_carrier{device="wg0"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="bond0"} 2 node_network_carrier_changes_total{device="br-17579625ae3c"} 4 node_network_carrier_changes_total{device="br-1bd375fc79d9"} 2 node_network_carrier_changes_total{device="br-427349cee165"} 4 node_network_carrier_changes_total{device="br-4a5a692a924e"} 2 node_network_carrier_changes_total{device="br-4bbbe2fd7822"} 2 node_network_carrier_changes_total{device="br-5b3f4a0c5070"} 1 node_network_carrier_changes_total{device="br-5d66442c4b69"} 6 node_network_carrier_changes_total{device="br-6a0d59786a72"} 2 node_network_carrier_changes_total{device="br-9d081eed85aa"} 2 node_network_carrier_changes_total{device="br-bf8400c4f2e4"} 2 node_network_carrier_changes_total{device="br-c7faee3e3d16"} 2 node_network_carrier_changes_total{device="br0"} 2 node_network_carrier_changes_total{device="docker0"} 2 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="eth1"} 0 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="tailscale1"} 0 node_network_carrier_changes_total{device="tunl0"} 0 node_network_carrier_changes_total{device="veth291d2b1"} 2 node_network_carrier_changes_total{device="veth2ad859a"} 2 node_network_carrier_changes_total{device="veth2d305b0"} 2 node_network_carrier_changes_total{device="veth3516df0"} 2 node_network_carrier_changes_total{device="veth393b46e"} 2 node_network_carrier_changes_total{device="veth4454742"} 2 node_network_carrier_changes_total{device="veth4f0d4e9"} 2 node_network_carrier_changes_total{device="veth544fb96"} 2 node_network_carrier_changes_total{device="veth5b9b747"} 2 node_network_carrier_changes_total{device="veth5e5e665"} 2 node_network_carrier_changes_total{device="veth5e6a76b"} 2 node_network_carrier_changes_total{device="veth6c1ec67"} 2 node_network_carrier_changes_total{device="veth70eacae"} 2 node_network_carrier_changes_total{device="veth95f52d2"} 2 node_network_carrier_changes_total{device="veth98876b1"} 2 node_network_carrier_changes_total{device="veth9a3a180"} 2 node_network_carrier_changes_total{device="veth9ea21cc"} 2 node_network_carrier_changes_total{device="veth9ed515e"} 2 node_network_carrier_changes_total{device="vethc67215c"} 2 node_network_carrier_changes_total{device="vethc9b60ab"} 2 node_network_carrier_changes_total{device="vethcfdc9b3"} 2 node_network_carrier_changes_total{device="vethd29bc98"} 2 node_network_carrier_changes_total{device="vethf0fb87d"} 2 node_network_carrier_changes_total{device="virbr0"} 1 node_network_carrier_changes_total{device="vnet0"} 0 node_network_carrier_changes_total{device="wg0"} 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="bond0"} 1 node_network_carrier_down_changes_total{device="br-17579625ae3c"} 2 node_network_carrier_down_changes_total{device="br-1bd375fc79d9"} 1 node_network_carrier_down_changes_total{device="br-427349cee165"} 2 node_network_carrier_down_changes_total{device="br-4a5a692a924e"} 1 node_network_carrier_down_changes_total{device="br-4bbbe2fd7822"} 1 node_network_carrier_down_changes_total{device="br-5b3f4a0c5070"} 1 node_network_carrier_down_changes_total{device="br-5d66442c4b69"} 3 node_network_carrier_down_changes_total{device="br-6a0d59786a72"} 1 node_network_carrier_down_changes_total{device="br-9d081eed85aa"} 1 node_network_carrier_down_changes_total{device="br-bf8400c4f2e4"} 1 node_network_carrier_down_changes_total{device="br-c7faee3e3d16"} 1 node_network_carrier_down_changes_total{device="br0"} 1 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="eth1"} 0 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="tailscale1"} 0 node_network_carrier_down_changes_total{device="tunl0"} 0 node_network_carrier_down_changes_total{device="veth291d2b1"} 1 node_network_carrier_down_changes_total{device="veth2ad859a"} 1 node_network_carrier_down_changes_total{device="veth2d305b0"} 1 node_network_carrier_down_changes_total{device="veth3516df0"} 1 node_network_carrier_down_changes_total{device="veth393b46e"} 1 node_network_carrier_down_changes_total{device="veth4454742"} 1 node_network_carrier_down_changes_total{device="veth4f0d4e9"} 1 node_network_carrier_down_changes_total{device="veth544fb96"} 1 node_network_carrier_down_changes_total{device="veth5b9b747"} 1 node_network_carrier_down_changes_total{device="veth5e5e665"} 1 node_network_carrier_down_changes_total{device="veth5e6a76b"} 1 node_network_carrier_down_changes_total{device="veth6c1ec67"} 1 node_network_carrier_down_changes_total{device="veth70eacae"} 1 node_network_carrier_down_changes_total{device="veth95f52d2"} 1 node_network_carrier_down_changes_total{device="veth98876b1"} 1 node_network_carrier_down_changes_total{device="veth9a3a180"} 1 node_network_carrier_down_changes_total{device="veth9ea21cc"} 1 node_network_carrier_down_changes_total{device="veth9ed515e"} 1 node_network_carrier_down_changes_total{device="vethc67215c"} 1 node_network_carrier_down_changes_total{device="vethc9b60ab"} 1 node_network_carrier_down_changes_total{device="vethcfdc9b3"} 1 node_network_carrier_down_changes_total{device="vethd29bc98"} 1 node_network_carrier_down_changes_total{device="vethf0fb87d"} 1 node_network_carrier_down_changes_total{device="virbr0"} 1 node_network_carrier_down_changes_total{device="vnet0"} 0 node_network_carrier_down_changes_total{device="wg0"} 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="bond0"} 1 node_network_carrier_up_changes_total{device="br-17579625ae3c"} 2 node_network_carrier_up_changes_total{device="br-1bd375fc79d9"} 1 node_network_carrier_up_changes_total{device="br-427349cee165"} 2 node_network_carrier_up_changes_total{device="br-4a5a692a924e"} 1 node_network_carrier_up_changes_total{device="br-4bbbe2fd7822"} 1 node_network_carrier_up_changes_total{device="br-5b3f4a0c5070"} 0 node_network_carrier_up_changes_total{device="br-5d66442c4b69"} 3 node_network_carrier_up_changes_total{device="br-6a0d59786a72"} 1 node_network_carrier_up_changes_total{device="br-9d081eed85aa"} 1 node_network_carrier_up_changes_total{device="br-bf8400c4f2e4"} 1 node_network_carrier_up_changes_total{device="br-c7faee3e3d16"} 1 node_network_carrier_up_changes_total{device="br0"} 1 node_network_carrier_up_changes_total{device="docker0"} 1 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="eth1"} 0 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="tailscale1"} 0 node_network_carrier_up_changes_total{device="tunl0"} 0 node_network_carrier_up_changes_total{device="veth291d2b1"} 1 node_network_carrier_up_changes_total{device="veth2ad859a"} 1 node_network_carrier_up_changes_total{device="veth2d305b0"} 1 node_network_carrier_up_changes_total{device="veth3516df0"} 1 node_network_carrier_up_changes_total{device="veth393b46e"} 1 node_network_carrier_up_changes_total{device="veth4454742"} 1 node_network_carrier_up_changes_total{device="veth4f0d4e9"} 1 node_network_carrier_up_changes_total{device="veth544fb96"} 1 node_network_carrier_up_changes_total{device="veth5b9b747"} 1 node_network_carrier_up_changes_total{device="veth5e5e665"} 1 node_network_carrier_up_changes_total{device="veth5e6a76b"} 1 node_network_carrier_up_changes_total{device="veth6c1ec67"} 1 node_network_carrier_up_changes_total{device="veth70eacae"} 1 node_network_carrier_up_changes_total{device="veth95f52d2"} 1 node_network_carrier_up_changes_total{device="veth98876b1"} 1 node_network_carrier_up_changes_total{device="veth9a3a180"} 1 node_network_carrier_up_changes_total{device="veth9ea21cc"} 1 node_network_carrier_up_changes_total{device="veth9ed515e"} 1 node_network_carrier_up_changes_total{device="vethc67215c"} 1 node_network_carrier_up_changes_total{device="vethc9b60ab"} 1 node_network_carrier_up_changes_total{device="vethcfdc9b3"} 1 node_network_carrier_up_changes_total{device="vethd29bc98"} 1 node_network_carrier_up_changes_total{device="vethf0fb87d"} 1 node_network_carrier_up_changes_total{device="virbr0"} 0 node_network_carrier_up_changes_total{device="vnet0"} 0 node_network_carrier_up_changes_total{device="wg0"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="bond0"} 0 node_network_device_id{device="br-17579625ae3c"} 0 node_network_device_id{device="br-1bd375fc79d9"} 0 node_network_device_id{device="br-427349cee165"} 0 node_network_device_id{device="br-4a5a692a924e"} 0 node_network_device_id{device="br-4bbbe2fd7822"} 0 node_network_device_id{device="br-5b3f4a0c5070"} 0 node_network_device_id{device="br-5d66442c4b69"} 0 node_network_device_id{device="br-6a0d59786a72"} 0 node_network_device_id{device="br-9d081eed85aa"} 0 node_network_device_id{device="br-bf8400c4f2e4"} 0 node_network_device_id{device="br-c7faee3e3d16"} 0 node_network_device_id{device="br0"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="eth1"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="tailscale1"} 0 node_network_device_id{device="tunl0"} 0 node_network_device_id{device="veth291d2b1"} 0 node_network_device_id{device="veth2ad859a"} 0 node_network_device_id{device="veth2d305b0"} 0 node_network_device_id{device="veth3516df0"} 0 node_network_device_id{device="veth393b46e"} 0 node_network_device_id{device="veth4454742"} 0 node_network_device_id{device="veth4f0d4e9"} 0 node_network_device_id{device="veth544fb96"} 0 node_network_device_id{device="veth5b9b747"} 0 node_network_device_id{device="veth5e5e665"} 0 node_network_device_id{device="veth5e6a76b"} 0 node_network_device_id{device="veth6c1ec67"} 0 node_network_device_id{device="veth70eacae"} 0 node_network_device_id{device="veth95f52d2"} 0 node_network_device_id{device="veth98876b1"} 0 node_network_device_id{device="veth9a3a180"} 0 node_network_device_id{device="veth9ea21cc"} 0 node_network_device_id{device="veth9ed515e"} 0 node_network_device_id{device="vethc67215c"} 0 node_network_device_id{device="vethc9b60ab"} 0 node_network_device_id{device="vethcfdc9b3"} 0 node_network_device_id{device="vethd29bc98"} 0 node_network_device_id{device="vethf0fb87d"} 0 node_network_device_id{device="virbr0"} 0 node_network_device_id{device="vnet0"} 0 node_network_device_id{device="wg0"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="bond0"} 0 node_network_dormant{device="br-17579625ae3c"} 0 node_network_dormant{device="br-1bd375fc79d9"} 0 node_network_dormant{device="br-427349cee165"} 0 node_network_dormant{device="br-4a5a692a924e"} 0 node_network_dormant{device="br-4bbbe2fd7822"} 0 node_network_dormant{device="br-5b3f4a0c5070"} 0 node_network_dormant{device="br-5d66442c4b69"} 0 node_network_dormant{device="br-6a0d59786a72"} 0 node_network_dormant{device="br-9d081eed85aa"} 0 node_network_dormant{device="br-bf8400c4f2e4"} 0 node_network_dormant{device="br-c7faee3e3d16"} 0 node_network_dormant{device="br0"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="eth1"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="tailscale1"} 0 node_network_dormant{device="veth291d2b1"} 0 node_network_dormant{device="veth2ad859a"} 0 node_network_dormant{device="veth2d305b0"} 0 node_network_dormant{device="veth3516df0"} 0 node_network_dormant{device="veth393b46e"} 0 node_network_dormant{device="veth4454742"} 0 node_network_dormant{device="veth4f0d4e9"} 0 node_network_dormant{device="veth544fb96"} 0 node_network_dormant{device="veth5b9b747"} 0 node_network_dormant{device="veth5e5e665"} 0 node_network_dormant{device="veth5e6a76b"} 0 node_network_dormant{device="veth6c1ec67"} 0 node_network_dormant{device="veth70eacae"} 0 node_network_dormant{device="veth95f52d2"} 0 node_network_dormant{device="veth98876b1"} 0 node_network_dormant{device="veth9a3a180"} 0 node_network_dormant{device="veth9ea21cc"} 0 node_network_dormant{device="veth9ed515e"} 0 node_network_dormant{device="vethc67215c"} 0 node_network_dormant{device="vethc9b60ab"} 0 node_network_dormant{device="vethcfdc9b3"} 0 node_network_dormant{device="vethd29bc98"} 0 node_network_dormant{device="vethf0fb87d"} 0 node_network_dormant{device="virbr0"} 0 node_network_dormant{device="vnet0"} 0 node_network_dormant{device="wg0"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="bond0"} 5891 node_network_flags{device="br-17579625ae3c"} 4099 node_network_flags{device="br-1bd375fc79d9"} 4099 node_network_flags{device="br-427349cee165"} 4099 node_network_flags{device="br-4a5a692a924e"} 4099 node_network_flags{device="br-4bbbe2fd7822"} 4099 node_network_flags{device="br-5b3f4a0c5070"} 4099 node_network_flags{device="br-5d66442c4b69"} 4099 node_network_flags{device="br-6a0d59786a72"} 4099 node_network_flags{device="br-9d081eed85aa"} 4099 node_network_flags{device="br-bf8400c4f2e4"} 4099 node_network_flags{device="br-c7faee3e3d16"} 4099 node_network_flags{device="br0"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 6915 node_network_flags{device="eth1"} 6147 node_network_flags{device="lo"} 9 node_network_flags{device="tailscale1"} 4241 node_network_flags{device="tunl0"} 128 node_network_flags{device="veth291d2b1"} 4867 node_network_flags{device="veth2ad859a"} 4867 node_network_flags{device="veth2d305b0"} 4867 node_network_flags{device="veth3516df0"} 4867 node_network_flags{device="veth393b46e"} 4867 node_network_flags{device="veth4454742"} 4867 node_network_flags{device="veth4f0d4e9"} 4867 node_network_flags{device="veth544fb96"} 4867 node_network_flags{device="veth5b9b747"} 4867 node_network_flags{device="veth5e5e665"} 4867 node_network_flags{device="veth5e6a76b"} 4867 node_network_flags{device="veth6c1ec67"} 4867 node_network_flags{device="veth70eacae"} 4867 node_network_flags{device="veth95f52d2"} 4867 node_network_flags{device="veth98876b1"} 4867 node_network_flags{device="veth9a3a180"} 4867 node_network_flags{device="veth9ea21cc"} 4867 node_network_flags{device="veth9ed515e"} 4867 node_network_flags{device="vethc67215c"} 4867 node_network_flags{device="vethc9b60ab"} 4867 node_network_flags{device="vethcfdc9b3"} 4867 node_network_flags{device="vethd29bc98"} 4867 node_network_flags{device="vethf0fb87d"} 4867 node_network_flags{device="virbr0"} 4099 node_network_flags{device="vnet0"} 4867 node_network_flags{device="wg0"} 145 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="bond0"} 7 node_network_iface_id{device="br-17579625ae3c"} 11 node_network_iface_id{device="br-1bd375fc79d9"} 141 node_network_iface_id{device="br-427349cee165"} 12 node_network_iface_id{device="br-4a5a692a924e"} 59 node_network_iface_id{device="br-4bbbe2fd7822"} 71 node_network_iface_id{device="br-5b3f4a0c5070"} 20 node_network_iface_id{device="br-5d66442c4b69"} 92 node_network_iface_id{device="br-6a0d59786a72"} 15 node_network_iface_id{device="br-9d081eed85aa"} 17 node_network_iface_id{device="br-bf8400c4f2e4"} 86 node_network_iface_id{device="br-c7faee3e3d16"} 18 node_network_iface_id{device="br0"} 8 node_network_iface_id{device="docker0"} 14 node_network_iface_id{device="eth0"} 5 node_network_iface_id{device="eth1"} 6 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="tailscale1"} 39 node_network_iface_id{device="tunl0"} 2 node_network_iface_id{device="veth291d2b1"} 43 node_network_iface_id{device="veth2ad859a"} 24 node_network_iface_id{device="veth2d305b0"} 41 node_network_iface_id{device="veth3516df0"} 72 node_network_iface_id{device="veth393b46e"} 61 node_network_iface_id{device="veth4454742"} 22 node_network_iface_id{device="veth4f0d4e9"} 32 node_network_iface_id{device="veth544fb96"} 55 node_network_iface_id{device="veth5b9b747"} 142 node_network_iface_id{device="veth5e5e665"} 143 node_network_iface_id{device="veth5e6a76b"} 48 node_network_iface_id{device="veth6c1ec67"} 101 node_network_iface_id{device="veth70eacae"} 46 node_network_iface_id{device="veth95f52d2"} 144 node_network_iface_id{device="veth98876b1"} 88 node_network_iface_id{device="veth9a3a180"} 49 node_network_iface_id{device="veth9ea21cc"} 124 node_network_iface_id{device="veth9ed515e"} 37 node_network_iface_id{device="vethc67215c"} 34 node_network_iface_id{device="vethc9b60ab"} 108 node_network_iface_id{device="vethcfdc9b3"} 87 node_network_iface_id{device="vethd29bc98"} 26 node_network_iface_id{device="vethf0fb87d"} 60 node_network_iface_id{device="virbr0"} 40 node_network_iface_id{device="vnet0"} 52 node_network_iface_id{device="wg0"} 9 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="bond0"} 7 node_network_iface_link{device="br-17579625ae3c"} 11 node_network_iface_link{device="br-1bd375fc79d9"} 141 node_network_iface_link{device="br-427349cee165"} 12 node_network_iface_link{device="br-4a5a692a924e"} 59 node_network_iface_link{device="br-4bbbe2fd7822"} 71 node_network_iface_link{device="br-5b3f4a0c5070"} 20 node_network_iface_link{device="br-5d66442c4b69"} 92 node_network_iface_link{device="br-6a0d59786a72"} 15 node_network_iface_link{device="br-9d081eed85aa"} 17 node_network_iface_link{device="br-bf8400c4f2e4"} 86 node_network_iface_link{device="br-c7faee3e3d16"} 18 node_network_iface_link{device="br0"} 8 node_network_iface_link{device="docker0"} 14 node_network_iface_link{device="eth0"} 5 node_network_iface_link{device="eth1"} 6 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="tailscale1"} 39 node_network_iface_link{device="tunl0"} 0 node_network_iface_link{device="veth291d2b1"} 3 node_network_iface_link{device="veth2ad859a"} 3 node_network_iface_link{device="veth2d305b0"} 3 node_network_iface_link{device="veth3516df0"} 3 node_network_iface_link{device="veth393b46e"} 3 node_network_iface_link{device="veth4454742"} 3 node_network_iface_link{device="veth4f0d4e9"} 3 node_network_iface_link{device="veth544fb96"} 3 node_network_iface_link{device="veth5b9b747"} 3 node_network_iface_link{device="veth5e5e665"} 3 node_network_iface_link{device="veth5e6a76b"} 3 node_network_iface_link{device="veth6c1ec67"} 3 node_network_iface_link{device="veth70eacae"} 3 node_network_iface_link{device="veth95f52d2"} 3 node_network_iface_link{device="veth98876b1"} 3 node_network_iface_link{device="veth9a3a180"} 3 node_network_iface_link{device="veth9ea21cc"} 3 node_network_iface_link{device="veth9ed515e"} 3 node_network_iface_link{device="vethc67215c"} 3 node_network_iface_link{device="vethc9b60ab"} 3 node_network_iface_link{device="vethcfdc9b3"} 3 node_network_iface_link{device="vethd29bc98"} 3 node_network_iface_link{device="vethf0fb87d"} 3 node_network_iface_link{device="virbr0"} 40 node_network_iface_link{device="vnet0"} 52 node_network_iface_link{device="wg0"} 9 # 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="bond0"} 0 node_network_iface_link_mode{device="br-17579625ae3c"} 0 node_network_iface_link_mode{device="br-1bd375fc79d9"} 0 node_network_iface_link_mode{device="br-427349cee165"} 0 node_network_iface_link_mode{device="br-4a5a692a924e"} 0 node_network_iface_link_mode{device="br-4bbbe2fd7822"} 0 node_network_iface_link_mode{device="br-5b3f4a0c5070"} 0 node_network_iface_link_mode{device="br-5d66442c4b69"} 0 node_network_iface_link_mode{device="br-6a0d59786a72"} 0 node_network_iface_link_mode{device="br-9d081eed85aa"} 0 node_network_iface_link_mode{device="br-bf8400c4f2e4"} 0 node_network_iface_link_mode{device="br-c7faee3e3d16"} 0 node_network_iface_link_mode{device="br0"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="eth1"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="tailscale1"} 0 node_network_iface_link_mode{device="tunl0"} 0 node_network_iface_link_mode{device="veth291d2b1"} 0 node_network_iface_link_mode{device="veth2ad859a"} 0 node_network_iface_link_mode{device="veth2d305b0"} 0 node_network_iface_link_mode{device="veth3516df0"} 0 node_network_iface_link_mode{device="veth393b46e"} 0 node_network_iface_link_mode{device="veth4454742"} 0 node_network_iface_link_mode{device="veth4f0d4e9"} 0 node_network_iface_link_mode{device="veth544fb96"} 0 node_network_iface_link_mode{device="veth5b9b747"} 0 node_network_iface_link_mode{device="veth5e5e665"} 0 node_network_iface_link_mode{device="veth5e6a76b"} 0 node_network_iface_link_mode{device="veth6c1ec67"} 0 node_network_iface_link_mode{device="veth70eacae"} 0 node_network_iface_link_mode{device="veth95f52d2"} 0 node_network_iface_link_mode{device="veth98876b1"} 0 node_network_iface_link_mode{device="veth9a3a180"} 0 node_network_iface_link_mode{device="veth9ea21cc"} 0 node_network_iface_link_mode{device="veth9ed515e"} 0 node_network_iface_link_mode{device="vethc67215c"} 0 node_network_iface_link_mode{device="vethc9b60ab"} 0 node_network_iface_link_mode{device="vethcfdc9b3"} 0 node_network_iface_link_mode{device="vethd29bc98"} 0 node_network_iface_link_mode{device="vethf0fb87d"} 0 node_network_iface_link_mode{device="virbr0"} 0 node_network_iface_link_mode{device="vnet0"} 0 node_network_iface_link_mode{device="wg0"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="",adminstate="up",broadcast="",device="tailscale1",duplex="full",ifalias="",operstate="unknown"} 1 node_network_info{address="",adminstate="up",broadcast="",device="wg0",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="00:00:00:00",adminstate="down",broadcast="00:00:00:00",device="tunl0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:64:1f:3b:dc:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4a5a692a924e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="06:6f:cc:9a:de:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-17579625ae3c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="0e:9a:1c:5e:b7:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3516df0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:d5:ec:ba:8a:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9b60ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:dc:39:34:d4:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth544fb96",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:17:02:5d:49:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d305b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:63:b6:f6:76:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b9b747",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:15:fb:32:6d:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e6a76b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:32:34:ee:97:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6a0d59786a72",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2e:d2:28:0b:1f:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9d081eed85aa",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="32:da:e2:ee:e1:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5d66442c4b69",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="32:f7:81:0d:a3:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1bd375fc79d9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="36:7f:6b:07:ed:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc67215c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:b2:9a:55:c3:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e5e665",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:82:6f:38:68:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4bbbe2fd7822",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="44:45:6f:18:89:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="bond0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="44:45:6f:18:89:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="44:45:6f:18:89:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="44:45:6f:18:89:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth1",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="4a:f7:d7:f0:bd:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0fb87d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:54:00:1b:3a:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="virbr0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="5a:10:81:a3:02:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4454742",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:b5:61:b3:94:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c1ec67",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:23:77:64:01:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth291d2b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:90:3a:f4:3d:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a3a180",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:24:25:5e:a8:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c7faee3e3d16",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="76:07:38:91:ef:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ed515e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:5c:3b:2f:88:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ad859a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:95:4b:71:2b:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth98876b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:98:25:18:b7:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ea21cc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:23:85:d5:ea:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-427349cee165",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="8e:c2:09:38:e0:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth393b46e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:e7:7b:5c:60:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="c6:cc:69:96:ee:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bf8400c4f2e4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ce:14:0f:0b:81:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5b3f4a0c5070",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="de:06:5c:42:a8:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcfdc9b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:1d:9d:ef:aa:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd29bc98",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:98:66:03:9a:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70eacae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:30:a5:04:ba:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4f0d4e9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:54:00:b2:0c:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vnet0",duplex="full",ifalias="",operstate="unknown"} 1 node_network_info{address="fe:7e:b3:b4:d2:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95f52d2",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="bond0"} 1500 node_network_mtu_bytes{device="br-17579625ae3c"} 1500 node_network_mtu_bytes{device="br-1bd375fc79d9"} 1500 node_network_mtu_bytes{device="br-427349cee165"} 1500 node_network_mtu_bytes{device="br-4a5a692a924e"} 1500 node_network_mtu_bytes{device="br-4bbbe2fd7822"} 1500 node_network_mtu_bytes{device="br-5b3f4a0c5070"} 1420 node_network_mtu_bytes{device="br-5d66442c4b69"} 1500 node_network_mtu_bytes{device="br-6a0d59786a72"} 1500 node_network_mtu_bytes{device="br-9d081eed85aa"} 1500 node_network_mtu_bytes{device="br-bf8400c4f2e4"} 1500 node_network_mtu_bytes{device="br-c7faee3e3d16"} 1500 node_network_mtu_bytes{device="br0"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="eth1"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="tailscale1"} 1280 node_network_mtu_bytes{device="tunl0"} 1480 node_network_mtu_bytes{device="veth291d2b1"} 1500 node_network_mtu_bytes{device="veth2ad859a"} 1500 node_network_mtu_bytes{device="veth2d305b0"} 1500 node_network_mtu_bytes{device="veth3516df0"} 1500 node_network_mtu_bytes{device="veth393b46e"} 1500 node_network_mtu_bytes{device="veth4454742"} 1500 node_network_mtu_bytes{device="veth4f0d4e9"} 1500 node_network_mtu_bytes{device="veth544fb96"} 1500 node_network_mtu_bytes{device="veth5b9b747"} 1500 node_network_mtu_bytes{device="veth5e5e665"} 1500 node_network_mtu_bytes{device="veth5e6a76b"} 1500 node_network_mtu_bytes{device="veth6c1ec67"} 1500 node_network_mtu_bytes{device="veth70eacae"} 1500 node_network_mtu_bytes{device="veth95f52d2"} 1500 node_network_mtu_bytes{device="veth98876b1"} 1500 node_network_mtu_bytes{device="veth9a3a180"} 1500 node_network_mtu_bytes{device="veth9ea21cc"} 1500 node_network_mtu_bytes{device="veth9ed515e"} 1500 node_network_mtu_bytes{device="vethc67215c"} 1500 node_network_mtu_bytes{device="vethc9b60ab"} 1500 node_network_mtu_bytes{device="vethcfdc9b3"} 1500 node_network_mtu_bytes{device="vethd29bc98"} 1500 node_network_mtu_bytes{device="vethf0fb87d"} 1500 node_network_mtu_bytes{device="virbr0"} 1500 node_network_mtu_bytes{device="vnet0"} 1500 node_network_mtu_bytes{device="wg0"} 1420 # 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="bond0"} 3 node_network_name_assign_type{device="br-17579625ae3c"} 3 node_network_name_assign_type{device="br-1bd375fc79d9"} 3 node_network_name_assign_type{device="br-427349cee165"} 3 node_network_name_assign_type{device="br-4a5a692a924e"} 3 node_network_name_assign_type{device="br-4bbbe2fd7822"} 3 node_network_name_assign_type{device="br-5b3f4a0c5070"} 3 node_network_name_assign_type{device="br-5d66442c4b69"} 3 node_network_name_assign_type{device="br-6a0d59786a72"} 3 node_network_name_assign_type{device="br-9d081eed85aa"} 3 node_network_name_assign_type{device="br-bf8400c4f2e4"} 3 node_network_name_assign_type{device="br-c7faee3e3d16"} 3 node_network_name_assign_type{device="br0"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="eth0"} 1 node_network_name_assign_type{device="eth1"} 1 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth291d2b1"} 3 node_network_name_assign_type{device="veth2ad859a"} 3 node_network_name_assign_type{device="veth2d305b0"} 3 node_network_name_assign_type{device="veth3516df0"} 3 node_network_name_assign_type{device="veth393b46e"} 3 node_network_name_assign_type{device="veth4454742"} 3 node_network_name_assign_type{device="veth4f0d4e9"} 3 node_network_name_assign_type{device="veth544fb96"} 3 node_network_name_assign_type{device="veth5b9b747"} 3 node_network_name_assign_type{device="veth5e5e665"} 3 node_network_name_assign_type{device="veth5e6a76b"} 3 node_network_name_assign_type{device="veth6c1ec67"} 3 node_network_name_assign_type{device="veth70eacae"} 3 node_network_name_assign_type{device="veth95f52d2"} 3 node_network_name_assign_type{device="veth98876b1"} 3 node_network_name_assign_type{device="veth9a3a180"} 3 node_network_name_assign_type{device="veth9ea21cc"} 3 node_network_name_assign_type{device="veth9ed515e"} 3 node_network_name_assign_type{device="vethc67215c"} 3 node_network_name_assign_type{device="vethc9b60ab"} 3 node_network_name_assign_type{device="vethcfdc9b3"} 3 node_network_name_assign_type{device="vethd29bc98"} 3 node_network_name_assign_type{device="vethf0fb87d"} 3 node_network_name_assign_type{device="virbr0"} 3 node_network_name_assign_type{device="wg0"} 3 # 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="bond0"} 0 node_network_net_dev_group{device="br-17579625ae3c"} 0 node_network_net_dev_group{device="br-1bd375fc79d9"} 0 node_network_net_dev_group{device="br-427349cee165"} 0 node_network_net_dev_group{device="br-4a5a692a924e"} 0 node_network_net_dev_group{device="br-4bbbe2fd7822"} 0 node_network_net_dev_group{device="br-5b3f4a0c5070"} 0 node_network_net_dev_group{device="br-5d66442c4b69"} 0 node_network_net_dev_group{device="br-6a0d59786a72"} 0 node_network_net_dev_group{device="br-9d081eed85aa"} 0 node_network_net_dev_group{device="br-bf8400c4f2e4"} 0 node_network_net_dev_group{device="br-c7faee3e3d16"} 0 node_network_net_dev_group{device="br0"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="eth1"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="tailscale1"} 0 node_network_net_dev_group{device="tunl0"} 0 node_network_net_dev_group{device="veth291d2b1"} 0 node_network_net_dev_group{device="veth2ad859a"} 0 node_network_net_dev_group{device="veth2d305b0"} 0 node_network_net_dev_group{device="veth3516df0"} 0 node_network_net_dev_group{device="veth393b46e"} 0 node_network_net_dev_group{device="veth4454742"} 0 node_network_net_dev_group{device="veth4f0d4e9"} 0 node_network_net_dev_group{device="veth544fb96"} 0 node_network_net_dev_group{device="veth5b9b747"} 0 node_network_net_dev_group{device="veth5e5e665"} 0 node_network_net_dev_group{device="veth5e6a76b"} 0 node_network_net_dev_group{device="veth6c1ec67"} 0 node_network_net_dev_group{device="veth70eacae"} 0 node_network_net_dev_group{device="veth95f52d2"} 0 node_network_net_dev_group{device="veth98876b1"} 0 node_network_net_dev_group{device="veth9a3a180"} 0 node_network_net_dev_group{device="veth9ea21cc"} 0 node_network_net_dev_group{device="veth9ed515e"} 0 node_network_net_dev_group{device="vethc67215c"} 0 node_network_net_dev_group{device="vethc9b60ab"} 0 node_network_net_dev_group{device="vethcfdc9b3"} 0 node_network_net_dev_group{device="vethd29bc98"} 0 node_network_net_dev_group{device="vethf0fb87d"} 0 node_network_net_dev_group{device="virbr0"} 0 node_network_net_dev_group{device="vnet0"} 0 node_network_net_dev_group{device="wg0"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="bond0"} 1 node_network_protocol_type{device="br-17579625ae3c"} 1 node_network_protocol_type{device="br-1bd375fc79d9"} 1 node_network_protocol_type{device="br-427349cee165"} 1 node_network_protocol_type{device="br-4a5a692a924e"} 1 node_network_protocol_type{device="br-4bbbe2fd7822"} 1 node_network_protocol_type{device="br-5b3f4a0c5070"} 1 node_network_protocol_type{device="br-5d66442c4b69"} 1 node_network_protocol_type{device="br-6a0d59786a72"} 1 node_network_protocol_type{device="br-9d081eed85aa"} 1 node_network_protocol_type{device="br-bf8400c4f2e4"} 1 node_network_protocol_type{device="br-c7faee3e3d16"} 1 node_network_protocol_type{device="br0"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="eth1"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="tailscale1"} 65534 node_network_protocol_type{device="tunl0"} 768 node_network_protocol_type{device="veth291d2b1"} 1 node_network_protocol_type{device="veth2ad859a"} 1 node_network_protocol_type{device="veth2d305b0"} 1 node_network_protocol_type{device="veth3516df0"} 1 node_network_protocol_type{device="veth393b46e"} 1 node_network_protocol_type{device="veth4454742"} 1 node_network_protocol_type{device="veth4f0d4e9"} 1 node_network_protocol_type{device="veth544fb96"} 1 node_network_protocol_type{device="veth5b9b747"} 1 node_network_protocol_type{device="veth5e5e665"} 1 node_network_protocol_type{device="veth5e6a76b"} 1 node_network_protocol_type{device="veth6c1ec67"} 1 node_network_protocol_type{device="veth70eacae"} 1 node_network_protocol_type{device="veth95f52d2"} 1 node_network_protocol_type{device="veth98876b1"} 1 node_network_protocol_type{device="veth9a3a180"} 1 node_network_protocol_type{device="veth9ea21cc"} 1 node_network_protocol_type{device="veth9ed515e"} 1 node_network_protocol_type{device="vethc67215c"} 1 node_network_protocol_type{device="vethc9b60ab"} 1 node_network_protocol_type{device="vethcfdc9b3"} 1 node_network_protocol_type{device="vethd29bc98"} 1 node_network_protocol_type{device="vethf0fb87d"} 1 node_network_protocol_type{device="virbr0"} 1 node_network_protocol_type{device="vnet0"} 1 node_network_protocol_type{device="wg0"} 65534 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="bond0"} 4.84619263498e+11 node_network_receive_bytes_total{device="br-17579625ae3c"} 1.78814633e+08 node_network_receive_bytes_total{device="br-1bd375fc79d9"} 3.0579964e+07 node_network_receive_bytes_total{device="br-427349cee165"} 1.352847086e+09 node_network_receive_bytes_total{device="br-4a5a692a924e"} 1.8848755e+07 node_network_receive_bytes_total{device="br-4bbbe2fd7822"} 847985 node_network_receive_bytes_total{device="br-5b3f4a0c5070"} 0 node_network_receive_bytes_total{device="br-5d66442c4b69"} 3.414936056e+09 node_network_receive_bytes_total{device="br-6a0d59786a72"} 3.863305e+06 node_network_receive_bytes_total{device="br-9d081eed85aa"} 624 node_network_receive_bytes_total{device="br-bf8400c4f2e4"} 8.3823203e+07 node_network_receive_bytes_total{device="br-c7faee3e3d16"} 3.1158342e+07 node_network_receive_bytes_total{device="br0"} 4.66478344908e+11 node_network_receive_bytes_total{device="docker0"} 3.0722777851e+10 node_network_receive_bytes_total{device="eth0"} 4.84619263498e+11 node_network_receive_bytes_total{device="eth1"} 0 node_network_receive_bytes_total{device="lo"} 1.398471489e+09 node_network_receive_bytes_total{device="tailscale1"} 3.303994751e+09 node_network_receive_bytes_total{device="tunl0"} 0 node_network_receive_bytes_total{device="veth291d2b1"} 3.0131934708e+10 node_network_receive_bytes_total{device="veth2ad859a"} 2.122585416e+09 node_network_receive_bytes_total{device="veth2d305b0"} 1.49664012e+08 node_network_receive_bytes_total{device="veth3516df0"} 858149 node_network_receive_bytes_total{device="veth393b46e"} 5.771722e+06 node_network_receive_bytes_total{device="veth4454742"} 9.96154765e+08 node_network_receive_bytes_total{device="veth4f0d4e9"} 4.000057e+06 node_network_receive_bytes_total{device="veth544fb96"} 7.04804167e+08 node_network_receive_bytes_total{device="veth5b9b747"} 6.2145254e+07 node_network_receive_bytes_total{device="veth5e5e665"} 2.089477574e+09 node_network_receive_bytes_total{device="veth5e6a76b"} 1.1413705e+08 node_network_receive_bytes_total{device="veth6c1ec67"} 7.0602474e+07 node_network_receive_bytes_total{device="veth70eacae"} 1.166402248e+09 node_network_receive_bytes_total{device="veth95f52d2"} 3.75356573e+08 node_network_receive_bytes_total{device="veth98876b1"} 4.88824655e+08 node_network_receive_bytes_total{device="veth9a3a180"} 1.73336123e+08 node_network_receive_bytes_total{device="veth9ea21cc"} 3.9414373e+07 node_network_receive_bytes_total{device="veth9ed515e"} 2.54977329e+08 node_network_receive_bytes_total{device="vethc67215c"} 126 node_network_receive_bytes_total{device="vethc9b60ab"} 5.27596218e+08 node_network_receive_bytes_total{device="vethcfdc9b3"} 2.0849455e+07 node_network_receive_bytes_total{device="vethd29bc98"} 6.2709763e+07 node_network_receive_bytes_total{device="vethf0fb87d"} 1.8934449e+07 node_network_receive_bytes_total{device="virbr0"} 0 node_network_receive_bytes_total{device="vnet0"} 1.0838361046e+10 node_network_receive_bytes_total{device="wg0"} 3.2311457436e+10 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="bond0"} 0 node_network_receive_compressed_total{device="br-17579625ae3c"} 0 node_network_receive_compressed_total{device="br-1bd375fc79d9"} 0 node_network_receive_compressed_total{device="br-427349cee165"} 0 node_network_receive_compressed_total{device="br-4a5a692a924e"} 0 node_network_receive_compressed_total{device="br-4bbbe2fd7822"} 0 node_network_receive_compressed_total{device="br-5b3f4a0c5070"} 0 node_network_receive_compressed_total{device="br-5d66442c4b69"} 0 node_network_receive_compressed_total{device="br-6a0d59786a72"} 0 node_network_receive_compressed_total{device="br-9d081eed85aa"} 0 node_network_receive_compressed_total{device="br-bf8400c4f2e4"} 0 node_network_receive_compressed_total{device="br-c7faee3e3d16"} 0 node_network_receive_compressed_total{device="br0"} 0 node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="eth1"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="tailscale1"} 0 node_network_receive_compressed_total{device="tunl0"} 0 node_network_receive_compressed_total{device="veth291d2b1"} 0 node_network_receive_compressed_total{device="veth2ad859a"} 0 node_network_receive_compressed_total{device="veth2d305b0"} 0 node_network_receive_compressed_total{device="veth3516df0"} 0 node_network_receive_compressed_total{device="veth393b46e"} 0 node_network_receive_compressed_total{device="veth4454742"} 0 node_network_receive_compressed_total{device="veth4f0d4e9"} 0 node_network_receive_compressed_total{device="veth544fb96"} 0 node_network_receive_compressed_total{device="veth5b9b747"} 0 node_network_receive_compressed_total{device="veth5e5e665"} 0 node_network_receive_compressed_total{device="veth5e6a76b"} 0 node_network_receive_compressed_total{device="veth6c1ec67"} 0 node_network_receive_compressed_total{device="veth70eacae"} 0 node_network_receive_compressed_total{device="veth95f52d2"} 0 node_network_receive_compressed_total{device="veth98876b1"} 0 node_network_receive_compressed_total{device="veth9a3a180"} 0 node_network_receive_compressed_total{device="veth9ea21cc"} 0 node_network_receive_compressed_total{device="veth9ed515e"} 0 node_network_receive_compressed_total{device="vethc67215c"} 0 node_network_receive_compressed_total{device="vethc9b60ab"} 0 node_network_receive_compressed_total{device="vethcfdc9b3"} 0 node_network_receive_compressed_total{device="vethd29bc98"} 0 node_network_receive_compressed_total{device="vethf0fb87d"} 0 node_network_receive_compressed_total{device="virbr0"} 0 node_network_receive_compressed_total{device="vnet0"} 0 node_network_receive_compressed_total{device="wg0"} 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="bond0"} 505398 node_network_receive_drop_total{device="br-17579625ae3c"} 0 node_network_receive_drop_total{device="br-1bd375fc79d9"} 0 node_network_receive_drop_total{device="br-427349cee165"} 0 node_network_receive_drop_total{device="br-4a5a692a924e"} 0 node_network_receive_drop_total{device="br-4bbbe2fd7822"} 0 node_network_receive_drop_total{device="br-5b3f4a0c5070"} 0 node_network_receive_drop_total{device="br-5d66442c4b69"} 0 node_network_receive_drop_total{device="br-6a0d59786a72"} 0 node_network_receive_drop_total{device="br-9d081eed85aa"} 0 node_network_receive_drop_total{device="br-bf8400c4f2e4"} 0 node_network_receive_drop_total{device="br-c7faee3e3d16"} 0 node_network_receive_drop_total{device="br0"} 0 node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="eth0"} 466802 node_network_receive_drop_total{device="eth1"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="tailscale1"} 0 node_network_receive_drop_total{device="tunl0"} 0 node_network_receive_drop_total{device="veth291d2b1"} 0 node_network_receive_drop_total{device="veth2ad859a"} 0 node_network_receive_drop_total{device="veth2d305b0"} 0 node_network_receive_drop_total{device="veth3516df0"} 0 node_network_receive_drop_total{device="veth393b46e"} 0 node_network_receive_drop_total{device="veth4454742"} 0 node_network_receive_drop_total{device="veth4f0d4e9"} 0 node_network_receive_drop_total{device="veth544fb96"} 0 node_network_receive_drop_total{device="veth5b9b747"} 0 node_network_receive_drop_total{device="veth5e5e665"} 0 node_network_receive_drop_total{device="veth5e6a76b"} 0 node_network_receive_drop_total{device="veth6c1ec67"} 0 node_network_receive_drop_total{device="veth70eacae"} 0 node_network_receive_drop_total{device="veth95f52d2"} 0 node_network_receive_drop_total{device="veth98876b1"} 0 node_network_receive_drop_total{device="veth9a3a180"} 0 node_network_receive_drop_total{device="veth9ea21cc"} 0 node_network_receive_drop_total{device="veth9ed515e"} 0 node_network_receive_drop_total{device="vethc67215c"} 0 node_network_receive_drop_total{device="vethc9b60ab"} 0 node_network_receive_drop_total{device="vethcfdc9b3"} 0 node_network_receive_drop_total{device="vethd29bc98"} 0 node_network_receive_drop_total{device="vethf0fb87d"} 0 node_network_receive_drop_total{device="virbr0"} 0 node_network_receive_drop_total{device="vnet0"} 0 node_network_receive_drop_total{device="wg0"} 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="bond0"} 0 node_network_receive_errs_total{device="br-17579625ae3c"} 0 node_network_receive_errs_total{device="br-1bd375fc79d9"} 0 node_network_receive_errs_total{device="br-427349cee165"} 0 node_network_receive_errs_total{device="br-4a5a692a924e"} 0 node_network_receive_errs_total{device="br-4bbbe2fd7822"} 0 node_network_receive_errs_total{device="br-5b3f4a0c5070"} 0 node_network_receive_errs_total{device="br-5d66442c4b69"} 0 node_network_receive_errs_total{device="br-6a0d59786a72"} 0 node_network_receive_errs_total{device="br-9d081eed85aa"} 0 node_network_receive_errs_total{device="br-bf8400c4f2e4"} 0 node_network_receive_errs_total{device="br-c7faee3e3d16"} 0 node_network_receive_errs_total{device="br0"} 0 node_network_receive_errs_total{device="docker0"} 0 node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="eth1"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="tailscale1"} 0 node_network_receive_errs_total{device="tunl0"} 0 node_network_receive_errs_total{device="veth291d2b1"} 0 node_network_receive_errs_total{device="veth2ad859a"} 0 node_network_receive_errs_total{device="veth2d305b0"} 0 node_network_receive_errs_total{device="veth3516df0"} 0 node_network_receive_errs_total{device="veth393b46e"} 0 node_network_receive_errs_total{device="veth4454742"} 0 node_network_receive_errs_total{device="veth4f0d4e9"} 0 node_network_receive_errs_total{device="veth544fb96"} 0 node_network_receive_errs_total{device="veth5b9b747"} 0 node_network_receive_errs_total{device="veth5e5e665"} 0 node_network_receive_errs_total{device="veth5e6a76b"} 0 node_network_receive_errs_total{device="veth6c1ec67"} 0 node_network_receive_errs_total{device="veth70eacae"} 0 node_network_receive_errs_total{device="veth95f52d2"} 0 node_network_receive_errs_total{device="veth98876b1"} 0 node_network_receive_errs_total{device="veth9a3a180"} 0 node_network_receive_errs_total{device="veth9ea21cc"} 0 node_network_receive_errs_total{device="veth9ed515e"} 0 node_network_receive_errs_total{device="vethc67215c"} 0 node_network_receive_errs_total{device="vethc9b60ab"} 0 node_network_receive_errs_total{device="vethcfdc9b3"} 0 node_network_receive_errs_total{device="vethd29bc98"} 0 node_network_receive_errs_total{device="vethf0fb87d"} 0 node_network_receive_errs_total{device="virbr0"} 0 node_network_receive_errs_total{device="vnet0"} 0 node_network_receive_errs_total{device="wg0"} 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="bond0"} 466915 node_network_receive_fifo_total{device="br-17579625ae3c"} 0 node_network_receive_fifo_total{device="br-1bd375fc79d9"} 0 node_network_receive_fifo_total{device="br-427349cee165"} 0 node_network_receive_fifo_total{device="br-4a5a692a924e"} 0 node_network_receive_fifo_total{device="br-4bbbe2fd7822"} 0 node_network_receive_fifo_total{device="br-5b3f4a0c5070"} 0 node_network_receive_fifo_total{device="br-5d66442c4b69"} 0 node_network_receive_fifo_total{device="br-6a0d59786a72"} 0 node_network_receive_fifo_total{device="br-9d081eed85aa"} 0 node_network_receive_fifo_total{device="br-bf8400c4f2e4"} 0 node_network_receive_fifo_total{device="br-c7faee3e3d16"} 0 node_network_receive_fifo_total{device="br0"} 0 node_network_receive_fifo_total{device="docker0"} 0 node_network_receive_fifo_total{device="eth0"} 466915 node_network_receive_fifo_total{device="eth1"} 0 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="tailscale1"} 0 node_network_receive_fifo_total{device="tunl0"} 0 node_network_receive_fifo_total{device="veth291d2b1"} 0 node_network_receive_fifo_total{device="veth2ad859a"} 0 node_network_receive_fifo_total{device="veth2d305b0"} 0 node_network_receive_fifo_total{device="veth3516df0"} 0 node_network_receive_fifo_total{device="veth393b46e"} 0 node_network_receive_fifo_total{device="veth4454742"} 0 node_network_receive_fifo_total{device="veth4f0d4e9"} 0 node_network_receive_fifo_total{device="veth544fb96"} 0 node_network_receive_fifo_total{device="veth5b9b747"} 0 node_network_receive_fifo_total{device="veth5e5e665"} 0 node_network_receive_fifo_total{device="veth5e6a76b"} 0 node_network_receive_fifo_total{device="veth6c1ec67"} 0 node_network_receive_fifo_total{device="veth70eacae"} 0 node_network_receive_fifo_total{device="veth95f52d2"} 0 node_network_receive_fifo_total{device="veth98876b1"} 0 node_network_receive_fifo_total{device="veth9a3a180"} 0 node_network_receive_fifo_total{device="veth9ea21cc"} 0 node_network_receive_fifo_total{device="veth9ed515e"} 0 node_network_receive_fifo_total{device="vethc67215c"} 0 node_network_receive_fifo_total{device="vethc9b60ab"} 0 node_network_receive_fifo_total{device="vethcfdc9b3"} 0 node_network_receive_fifo_total{device="vethd29bc98"} 0 node_network_receive_fifo_total{device="vethf0fb87d"} 0 node_network_receive_fifo_total{device="virbr0"} 0 node_network_receive_fifo_total{device="vnet0"} 0 node_network_receive_fifo_total{device="wg0"} 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="bond0"} 0 node_network_receive_frame_total{device="br-17579625ae3c"} 0 node_network_receive_frame_total{device="br-1bd375fc79d9"} 0 node_network_receive_frame_total{device="br-427349cee165"} 0 node_network_receive_frame_total{device="br-4a5a692a924e"} 0 node_network_receive_frame_total{device="br-4bbbe2fd7822"} 0 node_network_receive_frame_total{device="br-5b3f4a0c5070"} 0 node_network_receive_frame_total{device="br-5d66442c4b69"} 0 node_network_receive_frame_total{device="br-6a0d59786a72"} 0 node_network_receive_frame_total{device="br-9d081eed85aa"} 0 node_network_receive_frame_total{device="br-bf8400c4f2e4"} 0 node_network_receive_frame_total{device="br-c7faee3e3d16"} 0 node_network_receive_frame_total{device="br0"} 0 node_network_receive_frame_total{device="docker0"} 0 node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="eth1"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="tailscale1"} 0 node_network_receive_frame_total{device="tunl0"} 0 node_network_receive_frame_total{device="veth291d2b1"} 0 node_network_receive_frame_total{device="veth2ad859a"} 0 node_network_receive_frame_total{device="veth2d305b0"} 0 node_network_receive_frame_total{device="veth3516df0"} 0 node_network_receive_frame_total{device="veth393b46e"} 0 node_network_receive_frame_total{device="veth4454742"} 0 node_network_receive_frame_total{device="veth4f0d4e9"} 0 node_network_receive_frame_total{device="veth544fb96"} 0 node_network_receive_frame_total{device="veth5b9b747"} 0 node_network_receive_frame_total{device="veth5e5e665"} 0 node_network_receive_frame_total{device="veth5e6a76b"} 0 node_network_receive_frame_total{device="veth6c1ec67"} 0 node_network_receive_frame_total{device="veth70eacae"} 0 node_network_receive_frame_total{device="veth95f52d2"} 0 node_network_receive_frame_total{device="veth98876b1"} 0 node_network_receive_frame_total{device="veth9a3a180"} 0 node_network_receive_frame_total{device="veth9ea21cc"} 0 node_network_receive_frame_total{device="veth9ed515e"} 0 node_network_receive_frame_total{device="vethc67215c"} 0 node_network_receive_frame_total{device="vethc9b60ab"} 0 node_network_receive_frame_total{device="vethcfdc9b3"} 0 node_network_receive_frame_total{device="vethd29bc98"} 0 node_network_receive_frame_total{device="vethf0fb87d"} 0 node_network_receive_frame_total{device="virbr0"} 0 node_network_receive_frame_total{device="vnet0"} 0 node_network_receive_frame_total{device="wg0"} 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="bond0"} 2.1151737e+07 node_network_receive_multicast_total{device="br-17579625ae3c"} 0 node_network_receive_multicast_total{device="br-1bd375fc79d9"} 0 node_network_receive_multicast_total{device="br-427349cee165"} 0 node_network_receive_multicast_total{device="br-4a5a692a924e"} 0 node_network_receive_multicast_total{device="br-4bbbe2fd7822"} 0 node_network_receive_multicast_total{device="br-5b3f4a0c5070"} 0 node_network_receive_multicast_total{device="br-5d66442c4b69"} 0 node_network_receive_multicast_total{device="br-6a0d59786a72"} 0 node_network_receive_multicast_total{device="br-9d081eed85aa"} 0 node_network_receive_multicast_total{device="br-bf8400c4f2e4"} 0 node_network_receive_multicast_total{device="br-c7faee3e3d16"} 0 node_network_receive_multicast_total{device="br0"} 2.112184e+07 node_network_receive_multicast_total{device="docker0"} 5 node_network_receive_multicast_total{device="eth0"} 2.1151737e+07 node_network_receive_multicast_total{device="eth1"} 0 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="tailscale1"} 0 node_network_receive_multicast_total{device="tunl0"} 0 node_network_receive_multicast_total{device="veth291d2b1"} 0 node_network_receive_multicast_total{device="veth2ad859a"} 0 node_network_receive_multicast_total{device="veth2d305b0"} 0 node_network_receive_multicast_total{device="veth3516df0"} 0 node_network_receive_multicast_total{device="veth393b46e"} 0 node_network_receive_multicast_total{device="veth4454742"} 0 node_network_receive_multicast_total{device="veth4f0d4e9"} 0 node_network_receive_multicast_total{device="veth544fb96"} 0 node_network_receive_multicast_total{device="veth5b9b747"} 0 node_network_receive_multicast_total{device="veth5e5e665"} 0 node_network_receive_multicast_total{device="veth5e6a76b"} 0 node_network_receive_multicast_total{device="veth6c1ec67"} 0 node_network_receive_multicast_total{device="veth70eacae"} 0 node_network_receive_multicast_total{device="veth95f52d2"} 0 node_network_receive_multicast_total{device="veth98876b1"} 0 node_network_receive_multicast_total{device="veth9a3a180"} 0 node_network_receive_multicast_total{device="veth9ea21cc"} 0 node_network_receive_multicast_total{device="veth9ed515e"} 0 node_network_receive_multicast_total{device="vethc67215c"} 0 node_network_receive_multicast_total{device="vethc9b60ab"} 0 node_network_receive_multicast_total{device="vethcfdc9b3"} 0 node_network_receive_multicast_total{device="vethd29bc98"} 0 node_network_receive_multicast_total{device="vethf0fb87d"} 0 node_network_receive_multicast_total{device="virbr0"} 0 node_network_receive_multicast_total{device="vnet0"} 0 node_network_receive_multicast_total{device="wg0"} 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="bond0"} 0 node_network_receive_nohandler_total{device="br-17579625ae3c"} 0 node_network_receive_nohandler_total{device="br-1bd375fc79d9"} 0 node_network_receive_nohandler_total{device="br-427349cee165"} 0 node_network_receive_nohandler_total{device="br-4a5a692a924e"} 0 node_network_receive_nohandler_total{device="br-4bbbe2fd7822"} 0 node_network_receive_nohandler_total{device="br-5b3f4a0c5070"} 0 node_network_receive_nohandler_total{device="br-5d66442c4b69"} 0 node_network_receive_nohandler_total{device="br-6a0d59786a72"} 0 node_network_receive_nohandler_total{device="br-9d081eed85aa"} 0 node_network_receive_nohandler_total{device="br-bf8400c4f2e4"} 0 node_network_receive_nohandler_total{device="br-c7faee3e3d16"} 0 node_network_receive_nohandler_total{device="br0"} 0 node_network_receive_nohandler_total{device="docker0"} 0 node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="eth1"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="tailscale1"} 0 node_network_receive_nohandler_total{device="tunl0"} 0 node_network_receive_nohandler_total{device="veth291d2b1"} 0 node_network_receive_nohandler_total{device="veth2ad859a"} 0 node_network_receive_nohandler_total{device="veth2d305b0"} 0 node_network_receive_nohandler_total{device="veth3516df0"} 0 node_network_receive_nohandler_total{device="veth393b46e"} 0 node_network_receive_nohandler_total{device="veth4454742"} 0 node_network_receive_nohandler_total{device="veth4f0d4e9"} 0 node_network_receive_nohandler_total{device="veth544fb96"} 0 node_network_receive_nohandler_total{device="veth5b9b747"} 0 node_network_receive_nohandler_total{device="veth5e5e665"} 0 node_network_receive_nohandler_total{device="veth5e6a76b"} 0 node_network_receive_nohandler_total{device="veth6c1ec67"} 0 node_network_receive_nohandler_total{device="veth70eacae"} 0 node_network_receive_nohandler_total{device="veth95f52d2"} 0 node_network_receive_nohandler_total{device="veth98876b1"} 0 node_network_receive_nohandler_total{device="veth9a3a180"} 0 node_network_receive_nohandler_total{device="veth9ea21cc"} 0 node_network_receive_nohandler_total{device="veth9ed515e"} 0 node_network_receive_nohandler_total{device="vethc67215c"} 0 node_network_receive_nohandler_total{device="vethc9b60ab"} 0 node_network_receive_nohandler_total{device="vethcfdc9b3"} 0 node_network_receive_nohandler_total{device="vethd29bc98"} 0 node_network_receive_nohandler_total{device="vethf0fb87d"} 0 node_network_receive_nohandler_total{device="virbr0"} 0 node_network_receive_nohandler_total{device="vnet0"} 0 node_network_receive_nohandler_total{device="wg0"} 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="bond0"} 6.49791583e+08 node_network_receive_packets_total{device="br-17579625ae3c"} 919097 node_network_receive_packets_total{device="br-1bd375fc79d9"} 20576 node_network_receive_packets_total{device="br-427349cee165"} 2.413832e+06 node_network_receive_packets_total{device="br-4a5a692a924e"} 6121 node_network_receive_packets_total{device="br-4bbbe2fd7822"} 726 node_network_receive_packets_total{device="br-5b3f4a0c5070"} 0 node_network_receive_packets_total{device="br-5d66442c4b69"} 4.192469e+06 node_network_receive_packets_total{device="br-6a0d59786a72"} 9768 node_network_receive_packets_total{device="br-9d081eed85aa"} 21 node_network_receive_packets_total{device="br-bf8400c4f2e4"} 12344 node_network_receive_packets_total{device="br-c7faee3e3d16"} 21236 node_network_receive_packets_total{device="br0"} 4.9638808e+08 node_network_receive_packets_total{device="docker0"} 2.158121e+06 node_network_receive_packets_total{device="eth0"} 6.49791583e+08 node_network_receive_packets_total{device="eth1"} 0 node_network_receive_packets_total{device="lo"} 7.970819e+06 node_network_receive_packets_total{device="tailscale1"} 8.200166e+06 node_network_receive_packets_total{device="tunl0"} 0 node_network_receive_packets_total{device="veth291d2b1"} 564640 node_network_receive_packets_total{device="veth2ad859a"} 1.232712e+06 node_network_receive_packets_total{device="veth2d305b0"} 1.338968e+06 node_network_receive_packets_total{device="veth3516df0"} 726 node_network_receive_packets_total{device="veth393b46e"} 14577 node_network_receive_packets_total{device="veth4454742"} 652783 node_network_receive_packets_total{device="veth4f0d4e9"} 9768 node_network_receive_packets_total{device="veth544fb96"} 324242 node_network_receive_packets_total{device="veth5b9b747"} 810140 node_network_receive_packets_total{device="veth5e5e665"} 86459 node_network_receive_packets_total{device="veth5e6a76b"} 226517 node_network_receive_packets_total{device="veth6c1ec67"} 155792 node_network_receive_packets_total{device="veth70eacae"} 1.079458e+06 node_network_receive_packets_total{device="veth95f52d2"} 1.338081e+06 node_network_receive_packets_total{device="veth98876b1"} 263754 node_network_receive_packets_total{device="veth9a3a180"} 1.691783e+06 node_network_receive_packets_total{device="veth9ea21cc"} 35980 node_network_receive_packets_total{device="veth9ed515e"} 560132 node_network_receive_packets_total{device="vethc67215c"} 3 node_network_receive_packets_total{device="vethc9b60ab"} 1.911845e+06 node_network_receive_packets_total{device="vethcfdc9b3"} 182655 node_network_receive_packets_total{device="vethd29bc98"} 544267 node_network_receive_packets_total{device="vethf0fb87d"} 6121 node_network_receive_packets_total{device="virbr0"} 0 node_network_receive_packets_total{device="vnet0"} 9.324034e+06 node_network_receive_packets_total{device="wg0"} 2.5506978e+07 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="bond0"} 3.125e+08 node_network_speed_bytes{device="br-17579625ae3c"} 1.25e+09 node_network_speed_bytes{device="br-1bd375fc79d9"} 1.25e+09 node_network_speed_bytes{device="br-427349cee165"} 1.25e+09 node_network_speed_bytes{device="br-4a5a692a924e"} 1.25e+09 node_network_speed_bytes{device="br-4bbbe2fd7822"} 1.25e+09 node_network_speed_bytes{device="br-5b3f4a0c5070"} -125000 node_network_speed_bytes{device="br-5d66442c4b69"} 1.25e+09 node_network_speed_bytes{device="br-6a0d59786a72"} 1.25e+09 node_network_speed_bytes{device="br-9d081eed85aa"} 1.25e+09 node_network_speed_bytes{device="br-bf8400c4f2e4"} 1.25e+09 node_network_speed_bytes{device="br-c7faee3e3d16"} 1.25e+09 node_network_speed_bytes{device="br0"} 1.25e+09 node_network_speed_bytes{device="docker0"} 1.25e+09 node_network_speed_bytes{device="eth0"} 3.125e+08 node_network_speed_bytes{device="eth1"} 0 node_network_speed_bytes{device="tailscale1"} -125000 node_network_speed_bytes{device="veth291d2b1"} 1.25e+09 node_network_speed_bytes{device="veth2ad859a"} 1.25e+09 node_network_speed_bytes{device="veth2d305b0"} 1.25e+09 node_network_speed_bytes{device="veth3516df0"} 1.25e+09 node_network_speed_bytes{device="veth393b46e"} 1.25e+09 node_network_speed_bytes{device="veth4454742"} 1.25e+09 node_network_speed_bytes{device="veth4f0d4e9"} 1.25e+09 node_network_speed_bytes{device="veth544fb96"} 1.25e+09 node_network_speed_bytes{device="veth5b9b747"} 1.25e+09 node_network_speed_bytes{device="veth5e5e665"} 1.25e+09 node_network_speed_bytes{device="veth5e6a76b"} 1.25e+09 node_network_speed_bytes{device="veth6c1ec67"} 1.25e+09 node_network_speed_bytes{device="veth70eacae"} 1.25e+09 node_network_speed_bytes{device="veth95f52d2"} 1.25e+09 node_network_speed_bytes{device="veth98876b1"} 1.25e+09 node_network_speed_bytes{device="veth9a3a180"} 1.25e+09 node_network_speed_bytes{device="veth9ea21cc"} 1.25e+09 node_network_speed_bytes{device="veth9ed515e"} 1.25e+09 node_network_speed_bytes{device="vethc67215c"} 1.25e+09 node_network_speed_bytes{device="vethc9b60ab"} 1.25e+09 node_network_speed_bytes{device="vethcfdc9b3"} 1.25e+09 node_network_speed_bytes{device="vethd29bc98"} 1.25e+09 node_network_speed_bytes{device="vethf0fb87d"} 1.25e+09 node_network_speed_bytes{device="virbr0"} -125000 node_network_speed_bytes{device="vnet0"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="bond0"} 1.417299542544e+12 node_network_transmit_bytes_total{device="br-17579625ae3c"} 8.844926181e+09 node_network_transmit_bytes_total{device="br-1bd375fc79d9"} 2.198679234e+09 node_network_transmit_bytes_total{device="br-427349cee165"} 6.764338133e+09 node_network_transmit_bytes_total{device="br-4a5a692a924e"} 2.7011743e+07 node_network_transmit_bytes_total{device="br-4bbbe2fd7822"} 1.776589e+07 node_network_transmit_bytes_total{device="br-5b3f4a0c5070"} 0 node_network_transmit_bytes_total{device="br-5d66442c4b69"} 4.049267316e+09 node_network_transmit_bytes_total{device="br-6a0d59786a72"} 4.4715281e+07 node_network_transmit_bytes_total{device="br-9d081eed85aa"} 3.8881898e+07 node_network_transmit_bytes_total{device="br-bf8400c4f2e4"} 1.17500522e+08 node_network_transmit_bytes_total{device="br-c7faee3e3d16"} 4.3418246e+07 node_network_transmit_bytes_total{device="br0"} 1.406973948269e+12 node_network_transmit_bytes_total{device="docker0"} 1.4410263121e+10 node_network_transmit_bytes_total{device="eth0"} 1.417299542544e+12 node_network_transmit_bytes_total{device="eth1"} 0 node_network_transmit_bytes_total{device="lo"} 1.398471489e+09 node_network_transmit_bytes_total{device="tailscale1"} 1.3774389624e+10 node_network_transmit_bytes_total{device="tunl0"} 0 node_network_transmit_bytes_total{device="veth291d2b1"} 9.8957473e+07 node_network_transmit_bytes_total{device="veth2ad859a"} 1.0977458e+09 node_network_transmit_bytes_total{device="veth2d305b0"} 1.4300627754e+10 node_network_transmit_bytes_total{device="veth3516df0"} 1.7766636e+07 node_network_transmit_bytes_total{device="veth393b46e"} 5.2989495e+07 node_network_transmit_bytes_total{device="veth4454742"} 1.118097163e+09 node_network_transmit_bytes_total{device="veth4f0d4e9"} 4.4716027e+07 node_network_transmit_bytes_total{device="veth544fb96"} 5.1758599e+07 node_network_transmit_bytes_total{device="veth5b9b747"} 3.42004274e+08 node_network_transmit_bytes_total{device="veth5e5e665"} 2.123880737e+09 node_network_transmit_bytes_total{device="veth5e6a76b"} 7.5604246e+07 node_network_transmit_bytes_total{device="veth6c1ec67"} 7.1409329e+07 node_network_transmit_bytes_total{device="veth70eacae"} 2.129567854e+09 node_network_transmit_bytes_total{device="veth95f52d2"} 2.229896962e+09 node_network_transmit_bytes_total{device="veth98876b1"} 1.38350551e+08 node_network_transmit_bytes_total{device="veth9a3a180"} 5.630157693e+09 node_network_transmit_bytes_total{device="veth9ea21cc"} 1.5574e+07 node_network_transmit_bytes_total{device="veth9ed515e"} 3.13982354e+08 node_network_transmit_bytes_total{device="vethc67215c"} 3.8881724e+07 node_network_transmit_bytes_total{device="vethc9b60ab"} 3.737054292e+09 node_network_transmit_bytes_total{device="vethcfdc9b3"} 4.18603308e+08 node_network_transmit_bytes_total{device="vethd29bc98"} 1.082253115e+09 node_network_transmit_bytes_total{device="vethf0fb87d"} 2.7012489e+07 node_network_transmit_bytes_total{device="virbr0"} 0 node_network_transmit_bytes_total{device="vnet0"} 1.5423499485e+10 node_network_transmit_bytes_total{device="wg0"} 4.190789588e+09 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="bond0"} 0 node_network_transmit_carrier_total{device="br-17579625ae3c"} 0 node_network_transmit_carrier_total{device="br-1bd375fc79d9"} 0 node_network_transmit_carrier_total{device="br-427349cee165"} 0 node_network_transmit_carrier_total{device="br-4a5a692a924e"} 0 node_network_transmit_carrier_total{device="br-4bbbe2fd7822"} 0 node_network_transmit_carrier_total{device="br-5b3f4a0c5070"} 0 node_network_transmit_carrier_total{device="br-5d66442c4b69"} 0 node_network_transmit_carrier_total{device="br-6a0d59786a72"} 0 node_network_transmit_carrier_total{device="br-9d081eed85aa"} 0 node_network_transmit_carrier_total{device="br-bf8400c4f2e4"} 0 node_network_transmit_carrier_total{device="br-c7faee3e3d16"} 0 node_network_transmit_carrier_total{device="br0"} 0 node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="eth1"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="tailscale1"} 0 node_network_transmit_carrier_total{device="tunl0"} 0 node_network_transmit_carrier_total{device="veth291d2b1"} 0 node_network_transmit_carrier_total{device="veth2ad859a"} 0 node_network_transmit_carrier_total{device="veth2d305b0"} 0 node_network_transmit_carrier_total{device="veth3516df0"} 0 node_network_transmit_carrier_total{device="veth393b46e"} 0 node_network_transmit_carrier_total{device="veth4454742"} 0 node_network_transmit_carrier_total{device="veth4f0d4e9"} 0 node_network_transmit_carrier_total{device="veth544fb96"} 0 node_network_transmit_carrier_total{device="veth5b9b747"} 0 node_network_transmit_carrier_total{device="veth5e5e665"} 0 node_network_transmit_carrier_total{device="veth5e6a76b"} 0 node_network_transmit_carrier_total{device="veth6c1ec67"} 0 node_network_transmit_carrier_total{device="veth70eacae"} 0 node_network_transmit_carrier_total{device="veth95f52d2"} 0 node_network_transmit_carrier_total{device="veth98876b1"} 0 node_network_transmit_carrier_total{device="veth9a3a180"} 0 node_network_transmit_carrier_total{device="veth9ea21cc"} 0 node_network_transmit_carrier_total{device="veth9ed515e"} 0 node_network_transmit_carrier_total{device="vethc67215c"} 0 node_network_transmit_carrier_total{device="vethc9b60ab"} 0 node_network_transmit_carrier_total{device="vethcfdc9b3"} 0 node_network_transmit_carrier_total{device="vethd29bc98"} 0 node_network_transmit_carrier_total{device="vethf0fb87d"} 0 node_network_transmit_carrier_total{device="virbr0"} 0 node_network_transmit_carrier_total{device="vnet0"} 0 node_network_transmit_carrier_total{device="wg0"} 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="bond0"} 0 node_network_transmit_colls_total{device="br-17579625ae3c"} 0 node_network_transmit_colls_total{device="br-1bd375fc79d9"} 0 node_network_transmit_colls_total{device="br-427349cee165"} 0 node_network_transmit_colls_total{device="br-4a5a692a924e"} 0 node_network_transmit_colls_total{device="br-4bbbe2fd7822"} 0 node_network_transmit_colls_total{device="br-5b3f4a0c5070"} 0 node_network_transmit_colls_total{device="br-5d66442c4b69"} 0 node_network_transmit_colls_total{device="br-6a0d59786a72"} 0 node_network_transmit_colls_total{device="br-9d081eed85aa"} 0 node_network_transmit_colls_total{device="br-bf8400c4f2e4"} 0 node_network_transmit_colls_total{device="br-c7faee3e3d16"} 0 node_network_transmit_colls_total{device="br0"} 0 node_network_transmit_colls_total{device="docker0"} 0 node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="eth1"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="tailscale1"} 0 node_network_transmit_colls_total{device="tunl0"} 0 node_network_transmit_colls_total{device="veth291d2b1"} 0 node_network_transmit_colls_total{device="veth2ad859a"} 0 node_network_transmit_colls_total{device="veth2d305b0"} 0 node_network_transmit_colls_total{device="veth3516df0"} 0 node_network_transmit_colls_total{device="veth393b46e"} 0 node_network_transmit_colls_total{device="veth4454742"} 0 node_network_transmit_colls_total{device="veth4f0d4e9"} 0 node_network_transmit_colls_total{device="veth544fb96"} 0 node_network_transmit_colls_total{device="veth5b9b747"} 0 node_network_transmit_colls_total{device="veth5e5e665"} 0 node_network_transmit_colls_total{device="veth5e6a76b"} 0 node_network_transmit_colls_total{device="veth6c1ec67"} 0 node_network_transmit_colls_total{device="veth70eacae"} 0 node_network_transmit_colls_total{device="veth95f52d2"} 0 node_network_transmit_colls_total{device="veth98876b1"} 0 node_network_transmit_colls_total{device="veth9a3a180"} 0 node_network_transmit_colls_total{device="veth9ea21cc"} 0 node_network_transmit_colls_total{device="veth9ed515e"} 0 node_network_transmit_colls_total{device="vethc67215c"} 0 node_network_transmit_colls_total{device="vethc9b60ab"} 0 node_network_transmit_colls_total{device="vethcfdc9b3"} 0 node_network_transmit_colls_total{device="vethd29bc98"} 0 node_network_transmit_colls_total{device="vethf0fb87d"} 0 node_network_transmit_colls_total{device="virbr0"} 0 node_network_transmit_colls_total{device="vnet0"} 0 node_network_transmit_colls_total{device="wg0"} 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="bond0"} 0 node_network_transmit_compressed_total{device="br-17579625ae3c"} 0 node_network_transmit_compressed_total{device="br-1bd375fc79d9"} 0 node_network_transmit_compressed_total{device="br-427349cee165"} 0 node_network_transmit_compressed_total{device="br-4a5a692a924e"} 0 node_network_transmit_compressed_total{device="br-4bbbe2fd7822"} 0 node_network_transmit_compressed_total{device="br-5b3f4a0c5070"} 0 node_network_transmit_compressed_total{device="br-5d66442c4b69"} 0 node_network_transmit_compressed_total{device="br-6a0d59786a72"} 0 node_network_transmit_compressed_total{device="br-9d081eed85aa"} 0 node_network_transmit_compressed_total{device="br-bf8400c4f2e4"} 0 node_network_transmit_compressed_total{device="br-c7faee3e3d16"} 0 node_network_transmit_compressed_total{device="br0"} 0 node_network_transmit_compressed_total{device="docker0"} 0 node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="eth1"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="tailscale1"} 0 node_network_transmit_compressed_total{device="tunl0"} 0 node_network_transmit_compressed_total{device="veth291d2b1"} 0 node_network_transmit_compressed_total{device="veth2ad859a"} 0 node_network_transmit_compressed_total{device="veth2d305b0"} 0 node_network_transmit_compressed_total{device="veth3516df0"} 0 node_network_transmit_compressed_total{device="veth393b46e"} 0 node_network_transmit_compressed_total{device="veth4454742"} 0 node_network_transmit_compressed_total{device="veth4f0d4e9"} 0 node_network_transmit_compressed_total{device="veth544fb96"} 0 node_network_transmit_compressed_total{device="veth5b9b747"} 0 node_network_transmit_compressed_total{device="veth5e5e665"} 0 node_network_transmit_compressed_total{device="veth5e6a76b"} 0 node_network_transmit_compressed_total{device="veth6c1ec67"} 0 node_network_transmit_compressed_total{device="veth70eacae"} 0 node_network_transmit_compressed_total{device="veth95f52d2"} 0 node_network_transmit_compressed_total{device="veth98876b1"} 0 node_network_transmit_compressed_total{device="veth9a3a180"} 0 node_network_transmit_compressed_total{device="veth9ea21cc"} 0 node_network_transmit_compressed_total{device="veth9ed515e"} 0 node_network_transmit_compressed_total{device="vethc67215c"} 0 node_network_transmit_compressed_total{device="vethc9b60ab"} 0 node_network_transmit_compressed_total{device="vethcfdc9b3"} 0 node_network_transmit_compressed_total{device="vethd29bc98"} 0 node_network_transmit_compressed_total{device="vethf0fb87d"} 0 node_network_transmit_compressed_total{device="virbr0"} 0 node_network_transmit_compressed_total{device="vnet0"} 0 node_network_transmit_compressed_total{device="wg0"} 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="bond0"} 2 node_network_transmit_drop_total{device="br-17579625ae3c"} 36 node_network_transmit_drop_total{device="br-1bd375fc79d9"} 3 node_network_transmit_drop_total{device="br-427349cee165"} 36 node_network_transmit_drop_total{device="br-4a5a692a924e"} 2 node_network_transmit_drop_total{device="br-4bbbe2fd7822"} 2 node_network_transmit_drop_total{device="br-5b3f4a0c5070"} 503474 node_network_transmit_drop_total{device="br-5d66442c4b69"} 4 node_network_transmit_drop_total{device="br-6a0d59786a72"} 23 node_network_transmit_drop_total{device="br-9d081eed85aa"} 16 node_network_transmit_drop_total{device="br-bf8400c4f2e4"} 2 node_network_transmit_drop_total{device="br-c7faee3e3d16"} 12 node_network_transmit_drop_total{device="br0"} 2 node_network_transmit_drop_total{device="docker0"} 2 node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="eth1"} 2 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="tailscale1"} 0 node_network_transmit_drop_total{device="tunl0"} 0 node_network_transmit_drop_total{device="veth291d2b1"} 0 node_network_transmit_drop_total{device="veth2ad859a"} 0 node_network_transmit_drop_total{device="veth2d305b0"} 0 node_network_transmit_drop_total{device="veth3516df0"} 0 node_network_transmit_drop_total{device="veth393b46e"} 0 node_network_transmit_drop_total{device="veth4454742"} 0 node_network_transmit_drop_total{device="veth4f0d4e9"} 0 node_network_transmit_drop_total{device="veth544fb96"} 0 node_network_transmit_drop_total{device="veth5b9b747"} 0 node_network_transmit_drop_total{device="veth5e5e665"} 0 node_network_transmit_drop_total{device="veth5e6a76b"} 0 node_network_transmit_drop_total{device="veth6c1ec67"} 0 node_network_transmit_drop_total{device="veth70eacae"} 0 node_network_transmit_drop_total{device="veth95f52d2"} 0 node_network_transmit_drop_total{device="veth98876b1"} 0 node_network_transmit_drop_total{device="veth9a3a180"} 0 node_network_transmit_drop_total{device="veth9ea21cc"} 0 node_network_transmit_drop_total{device="veth9ed515e"} 0 node_network_transmit_drop_total{device="vethc67215c"} 0 node_network_transmit_drop_total{device="vethc9b60ab"} 0 node_network_transmit_drop_total{device="vethcfdc9b3"} 0 node_network_transmit_drop_total{device="vethd29bc98"} 0 node_network_transmit_drop_total{device="vethf0fb87d"} 0 node_network_transmit_drop_total{device="virbr0"} 12 node_network_transmit_drop_total{device="vnet0"} 120811 node_network_transmit_drop_total{device="wg0"} 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="bond0"} 0 node_network_transmit_errs_total{device="br-17579625ae3c"} 0 node_network_transmit_errs_total{device="br-1bd375fc79d9"} 0 node_network_transmit_errs_total{device="br-427349cee165"} 0 node_network_transmit_errs_total{device="br-4a5a692a924e"} 0 node_network_transmit_errs_total{device="br-4bbbe2fd7822"} 0 node_network_transmit_errs_total{device="br-5b3f4a0c5070"} 0 node_network_transmit_errs_total{device="br-5d66442c4b69"} 0 node_network_transmit_errs_total{device="br-6a0d59786a72"} 0 node_network_transmit_errs_total{device="br-9d081eed85aa"} 0 node_network_transmit_errs_total{device="br-bf8400c4f2e4"} 0 node_network_transmit_errs_total{device="br-c7faee3e3d16"} 0 node_network_transmit_errs_total{device="br0"} 0 node_network_transmit_errs_total{device="docker0"} 0 node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="eth1"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="tailscale1"} 0 node_network_transmit_errs_total{device="tunl0"} 0 node_network_transmit_errs_total{device="veth291d2b1"} 0 node_network_transmit_errs_total{device="veth2ad859a"} 0 node_network_transmit_errs_total{device="veth2d305b0"} 0 node_network_transmit_errs_total{device="veth3516df0"} 0 node_network_transmit_errs_total{device="veth393b46e"} 0 node_network_transmit_errs_total{device="veth4454742"} 0 node_network_transmit_errs_total{device="veth4f0d4e9"} 0 node_network_transmit_errs_total{device="veth544fb96"} 0 node_network_transmit_errs_total{device="veth5b9b747"} 0 node_network_transmit_errs_total{device="veth5e5e665"} 0 node_network_transmit_errs_total{device="veth5e6a76b"} 0 node_network_transmit_errs_total{device="veth6c1ec67"} 0 node_network_transmit_errs_total{device="veth70eacae"} 0 node_network_transmit_errs_total{device="veth95f52d2"} 0 node_network_transmit_errs_total{device="veth98876b1"} 0 node_network_transmit_errs_total{device="veth9a3a180"} 0 node_network_transmit_errs_total{device="veth9ea21cc"} 0 node_network_transmit_errs_total{device="veth9ed515e"} 0 node_network_transmit_errs_total{device="vethc67215c"} 0 node_network_transmit_errs_total{device="vethc9b60ab"} 0 node_network_transmit_errs_total{device="vethcfdc9b3"} 0 node_network_transmit_errs_total{device="vethd29bc98"} 0 node_network_transmit_errs_total{device="vethf0fb87d"} 0 node_network_transmit_errs_total{device="virbr0"} 0 node_network_transmit_errs_total{device="vnet0"} 0 node_network_transmit_errs_total{device="wg0"} 14002 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="bond0"} 0 node_network_transmit_fifo_total{device="br-17579625ae3c"} 0 node_network_transmit_fifo_total{device="br-1bd375fc79d9"} 0 node_network_transmit_fifo_total{device="br-427349cee165"} 0 node_network_transmit_fifo_total{device="br-4a5a692a924e"} 0 node_network_transmit_fifo_total{device="br-4bbbe2fd7822"} 0 node_network_transmit_fifo_total{device="br-5b3f4a0c5070"} 0 node_network_transmit_fifo_total{device="br-5d66442c4b69"} 0 node_network_transmit_fifo_total{device="br-6a0d59786a72"} 0 node_network_transmit_fifo_total{device="br-9d081eed85aa"} 0 node_network_transmit_fifo_total{device="br-bf8400c4f2e4"} 0 node_network_transmit_fifo_total{device="br-c7faee3e3d16"} 0 node_network_transmit_fifo_total{device="br0"} 0 node_network_transmit_fifo_total{device="docker0"} 0 node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="eth1"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="tailscale1"} 0 node_network_transmit_fifo_total{device="tunl0"} 0 node_network_transmit_fifo_total{device="veth291d2b1"} 0 node_network_transmit_fifo_total{device="veth2ad859a"} 0 node_network_transmit_fifo_total{device="veth2d305b0"} 0 node_network_transmit_fifo_total{device="veth3516df0"} 0 node_network_transmit_fifo_total{device="veth393b46e"} 0 node_network_transmit_fifo_total{device="veth4454742"} 0 node_network_transmit_fifo_total{device="veth4f0d4e9"} 0 node_network_transmit_fifo_total{device="veth544fb96"} 0 node_network_transmit_fifo_total{device="veth5b9b747"} 0 node_network_transmit_fifo_total{device="veth5e5e665"} 0 node_network_transmit_fifo_total{device="veth5e6a76b"} 0 node_network_transmit_fifo_total{device="veth6c1ec67"} 0 node_network_transmit_fifo_total{device="veth70eacae"} 0 node_network_transmit_fifo_total{device="veth95f52d2"} 0 node_network_transmit_fifo_total{device="veth98876b1"} 0 node_network_transmit_fifo_total{device="veth9a3a180"} 0 node_network_transmit_fifo_total{device="veth9ea21cc"} 0 node_network_transmit_fifo_total{device="veth9ed515e"} 0 node_network_transmit_fifo_total{device="vethc67215c"} 0 node_network_transmit_fifo_total{device="vethc9b60ab"} 0 node_network_transmit_fifo_total{device="vethcfdc9b3"} 0 node_network_transmit_fifo_total{device="vethd29bc98"} 0 node_network_transmit_fifo_total{device="vethf0fb87d"} 0 node_network_transmit_fifo_total{device="virbr0"} 0 node_network_transmit_fifo_total{device="vnet0"} 0 node_network_transmit_fifo_total{device="wg0"} 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="bond0"} 1.129742537e+09 node_network_transmit_packets_total{device="br-17579625ae3c"} 1.852481e+06 node_network_transmit_packets_total{device="br-1bd375fc79d9"} 92749 node_network_transmit_packets_total{device="br-427349cee165"} 2.938329e+06 node_network_transmit_packets_total{device="br-4a5a692a924e"} 280339 node_network_transmit_packets_total{device="br-4bbbe2fd7822"} 242398 node_network_transmit_packets_total{device="br-5b3f4a0c5070"} 0 node_network_transmit_packets_total{device="br-5d66442c4b69"} 5.060898e+06 node_network_transmit_packets_total{device="br-6a0d59786a72"} 532646 node_network_transmit_packets_total{device="br-9d081eed85aa"} 512815 node_network_transmit_packets_total{device="br-bf8400c4f2e4"} 207918 node_network_transmit_packets_total{device="br-c7faee3e3d16"} 537873 node_network_transmit_packets_total{device="br0"} 9.52382547e+08 node_network_transmit_packets_total{device="docker0"} 3.24252e+06 node_network_transmit_packets_total{device="eth0"} 1.129742537e+09 node_network_transmit_packets_total{device="eth1"} 0 node_network_transmit_packets_total{device="lo"} 7.970819e+06 node_network_transmit_packets_total{device="tailscale1"} 3.352781e+06 node_network_transmit_packets_total{device="tunl0"} 0 node_network_transmit_packets_total{device="veth291d2b1"} 1.219427e+06 node_network_transmit_packets_total{device="veth2ad859a"} 1.709851e+06 node_network_transmit_packets_total{device="veth2d305b0"} 2.272528e+06 node_network_transmit_packets_total{device="veth3516df0"} 242405 node_network_transmit_packets_total{device="veth393b46e"} 299524 node_network_transmit_packets_total{device="veth4454742"} 1.238935e+06 node_network_transmit_packets_total{device="veth4f0d4e9"} 532653 node_network_transmit_packets_total{device="veth544fb96"} 534596 node_network_transmit_packets_total{device="veth5b9b747"} 1.278754e+06 node_network_transmit_packets_total{device="veth5e5e665"} 155361 node_network_transmit_packets_total{device="veth5e6a76b"} 731542 node_network_transmit_packets_total{device="veth6c1ec67"} 259204 node_network_transmit_packets_total{device="veth70eacae"} 1.803299e+06 node_network_transmit_packets_total{device="veth95f52d2"} 886877 node_network_transmit_packets_total{device="veth98876b1"} 390578 node_network_transmit_packets_total{device="veth9a3a180"} 2.229505e+06 node_network_transmit_packets_total{device="veth9ea21cc"} 151314 node_network_transmit_packets_total{device="veth9ed515e"} 1.160679e+06 node_network_transmit_packets_total{device="vethc67215c"} 512813 node_network_transmit_packets_total{device="vethc9b60ab"} 3.887411e+06 node_network_transmit_packets_total{device="vethcfdc9b3"} 443054 node_network_transmit_packets_total{device="vethd29bc98"} 1.019421e+06 node_network_transmit_packets_total{device="vethf0fb87d"} 280346 node_network_transmit_packets_total{device="virbr0"} 0 node_network_transmit_packets_total{device="vnet0"} 3.240952e+07 node_network_transmit_packets_total{device="wg0"} 9.797555e+06 # 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="bond0"} 1000 node_network_transmit_queue_length{device="br-17579625ae3c"} 0 node_network_transmit_queue_length{device="br-1bd375fc79d9"} 0 node_network_transmit_queue_length{device="br-427349cee165"} 0 node_network_transmit_queue_length{device="br-4a5a692a924e"} 0 node_network_transmit_queue_length{device="br-4bbbe2fd7822"} 0 node_network_transmit_queue_length{device="br-5b3f4a0c5070"} 0 node_network_transmit_queue_length{device="br-5d66442c4b69"} 0 node_network_transmit_queue_length{device="br-6a0d59786a72"} 0 node_network_transmit_queue_length{device="br-9d081eed85aa"} 0 node_network_transmit_queue_length{device="br-bf8400c4f2e4"} 0 node_network_transmit_queue_length{device="br-c7faee3e3d16"} 0 node_network_transmit_queue_length{device="br0"} 1000 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="eth1"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="tailscale1"} 500 node_network_transmit_queue_length{device="tunl0"} 1000 node_network_transmit_queue_length{device="veth291d2b1"} 0 node_network_transmit_queue_length{device="veth2ad859a"} 0 node_network_transmit_queue_length{device="veth2d305b0"} 0 node_network_transmit_queue_length{device="veth3516df0"} 0 node_network_transmit_queue_length{device="veth393b46e"} 0 node_network_transmit_queue_length{device="veth4454742"} 0 node_network_transmit_queue_length{device="veth4f0d4e9"} 0 node_network_transmit_queue_length{device="veth544fb96"} 0 node_network_transmit_queue_length{device="veth5b9b747"} 0 node_network_transmit_queue_length{device="veth5e5e665"} 0 node_network_transmit_queue_length{device="veth5e6a76b"} 0 node_network_transmit_queue_length{device="veth6c1ec67"} 0 node_network_transmit_queue_length{device="veth70eacae"} 0 node_network_transmit_queue_length{device="veth95f52d2"} 0 node_network_transmit_queue_length{device="veth98876b1"} 0 node_network_transmit_queue_length{device="veth9a3a180"} 0 node_network_transmit_queue_length{device="veth9ea21cc"} 0 node_network_transmit_queue_length{device="veth9ed515e"} 0 node_network_transmit_queue_length{device="vethc67215c"} 0 node_network_transmit_queue_length{device="vethc9b60ab"} 0 node_network_transmit_queue_length{device="vethcfdc9b3"} 0 node_network_transmit_queue_length{device="vethd29bc98"} 0 node_network_transmit_queue_length{device="vethf0fb87d"} 0 node_network_transmit_queue_length{device="virbr0"} 1000 node_network_transmit_queue_length{device="vnet0"} 1000 node_network_transmit_queue_length{device="wg0"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="bond0"} 1 node_network_up{device="br-17579625ae3c"} 1 node_network_up{device="br-1bd375fc79d9"} 1 node_network_up{device="br-427349cee165"} 1 node_network_up{device="br-4a5a692a924e"} 1 node_network_up{device="br-4bbbe2fd7822"} 1 node_network_up{device="br-5b3f4a0c5070"} 0 node_network_up{device="br-5d66442c4b69"} 1 node_network_up{device="br-6a0d59786a72"} 1 node_network_up{device="br-9d081eed85aa"} 1 node_network_up{device="br-bf8400c4f2e4"} 1 node_network_up{device="br-c7faee3e3d16"} 1 node_network_up{device="br0"} 1 node_network_up{device="docker0"} 1 node_network_up{device="eth0"} 1 node_network_up{device="eth1"} 0 node_network_up{device="lo"} 0 node_network_up{device="tailscale1"} 0 node_network_up{device="tunl0"} 0 node_network_up{device="veth291d2b1"} 1 node_network_up{device="veth2ad859a"} 1 node_network_up{device="veth2d305b0"} 1 node_network_up{device="veth3516df0"} 1 node_network_up{device="veth393b46e"} 1 node_network_up{device="veth4454742"} 1 node_network_up{device="veth4f0d4e9"} 1 node_network_up{device="veth544fb96"} 1 node_network_up{device="veth5b9b747"} 1 node_network_up{device="veth5e5e665"} 1 node_network_up{device="veth5e6a76b"} 1 node_network_up{device="veth6c1ec67"} 1 node_network_up{device="veth70eacae"} 1 node_network_up{device="veth95f52d2"} 1 node_network_up{device="veth98876b1"} 1 node_network_up{device="veth9a3a180"} 1 node_network_up{device="veth9ea21cc"} 1 node_network_up{device="veth9ed515e"} 1 node_network_up{device="vethc67215c"} 1 node_network_up{device="vethc9b60ab"} 1 node_network_up{device="vethcfdc9b3"} 1 node_network_up{device="vethd29bc98"} 1 node_network_up{device="vethf0fb87d"} 1 node_network_up{device="virbr0"} 0 node_network_up{device="vnet0"} 0 node_network_up{device="wg0"} 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 314 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_nf_conntrack_stat_drop Number of packets dropped due to conntrack failure. # TYPE node_nf_conntrack_stat_drop gauge node_nf_conntrack_stat_drop 0 # HELP node_nf_conntrack_stat_early_drop Number of dropped conntrack entries to make room for new ones, if maximum table size was reached. # TYPE node_nf_conntrack_stat_early_drop gauge node_nf_conntrack_stat_early_drop 0 # HELP node_nf_conntrack_stat_found Number of searched entries which were successful. # TYPE node_nf_conntrack_stat_found gauge node_nf_conntrack_stat_found 20 # HELP node_nf_conntrack_stat_ignore Number of packets seen which are already connected to a conntrack entry. # TYPE node_nf_conntrack_stat_ignore gauge node_nf_conntrack_stat_ignore 0 # HELP node_nf_conntrack_stat_insert Number of entries inserted into the list. # TYPE node_nf_conntrack_stat_insert gauge node_nf_conntrack_stat_insert 0 # HELP node_nf_conntrack_stat_insert_failed Number of entries for which list insertion was attempted but failed. # TYPE node_nf_conntrack_stat_insert_failed gauge node_nf_conntrack_stat_insert_failed 0 # HELP node_nf_conntrack_stat_invalid Number of packets seen which can not be tracked. # TYPE node_nf_conntrack_stat_invalid gauge node_nf_conntrack_stat_invalid 1909 # HELP node_nf_conntrack_stat_search_restart Number of conntrack table lookups which had to be restarted due to hashtable resizes. # TYPE node_nf_conntrack_stat_search_restart gauge node_nf_conntrack_stat_search_restart 0 # HELP node_nfsd_connections_total Total number of NFSd TCP connections. # TYPE node_nfsd_connections_total counter node_nfsd_connections_total 0 # HELP node_nfsd_disk_bytes_read_total Total NFSd bytes read. # TYPE node_nfsd_disk_bytes_read_total counter node_nfsd_disk_bytes_read_total 0 # HELP node_nfsd_disk_bytes_written_total Total NFSd bytes written. # TYPE node_nfsd_disk_bytes_written_total counter node_nfsd_disk_bytes_written_total 0 # HELP node_nfsd_file_handles_stale_total Total number of NFSd stale file handles # TYPE node_nfsd_file_handles_stale_total counter node_nfsd_file_handles_stale_total 0 # HELP node_nfsd_packets_total Total NFSd network packets (sent+received) by protocol type. # TYPE node_nfsd_packets_total counter node_nfsd_packets_total{proto="tcp"} 0 node_nfsd_packets_total{proto="udp"} 0 # HELP node_nfsd_read_ahead_cache_not_found_total Total number of NFSd read ahead cache not found. # TYPE node_nfsd_read_ahead_cache_not_found_total counter node_nfsd_read_ahead_cache_not_found_total 0 # HELP node_nfsd_read_ahead_cache_size_blocks How large the read ahead cache is in blocks. # TYPE node_nfsd_read_ahead_cache_size_blocks gauge node_nfsd_read_ahead_cache_size_blocks 0 # HELP node_nfsd_reply_cache_hits_total Total number of NFSd Reply Cache hits (client lost server response). # TYPE node_nfsd_reply_cache_hits_total counter node_nfsd_reply_cache_hits_total 0 # HELP node_nfsd_reply_cache_misses_total Total number of NFSd Reply Cache an operation that requires caching (idempotent). # TYPE node_nfsd_reply_cache_misses_total counter node_nfsd_reply_cache_misses_total 0 # HELP node_nfsd_reply_cache_nocache_total Total number of NFSd Reply Cache non-idempotent operations (rename/delete/…). # TYPE node_nfsd_reply_cache_nocache_total counter node_nfsd_reply_cache_nocache_total 0 # HELP node_nfsd_requests_total Total number NFSd Requests by method and protocol. # TYPE node_nfsd_requests_total counter node_nfsd_requests_total{method="Access",proto="3"} 0 node_nfsd_requests_total{method="Access",proto="4"} 0 node_nfsd_requests_total{method="Close",proto="4"} 0 node_nfsd_requests_total{method="Commit",proto="3"} 0 node_nfsd_requests_total{method="Commit",proto="4"} 0 node_nfsd_requests_total{method="Create",proto="2"} 0 node_nfsd_requests_total{method="Create",proto="3"} 0 node_nfsd_requests_total{method="Create",proto="4"} 0 node_nfsd_requests_total{method="DelegPurge",proto="4"} 0 node_nfsd_requests_total{method="DelegReturn",proto="4"} 0 node_nfsd_requests_total{method="FsInfo",proto="3"} 0 node_nfsd_requests_total{method="FsStat",proto="2"} 0 node_nfsd_requests_total{method="FsStat",proto="3"} 0 node_nfsd_requests_total{method="GetAttr",proto="2"} 0 node_nfsd_requests_total{method="GetAttr",proto="3"} 0 node_nfsd_requests_total{method="GetAttr",proto="4"} 0 node_nfsd_requests_total{method="GetFH",proto="4"} 0 node_nfsd_requests_total{method="Link",proto="2"} 0 node_nfsd_requests_total{method="Link",proto="3"} 0 node_nfsd_requests_total{method="Link",proto="4"} 0 node_nfsd_requests_total{method="Lock",proto="4"} 0 node_nfsd_requests_total{method="Lockt",proto="4"} 0 node_nfsd_requests_total{method="Locku",proto="4"} 0 node_nfsd_requests_total{method="Lookup",proto="2"} 0 node_nfsd_requests_total{method="Lookup",proto="3"} 0 node_nfsd_requests_total{method="Lookup",proto="4"} 0 node_nfsd_requests_total{method="LookupRoot",proto="4"} 0 node_nfsd_requests_total{method="MkDir",proto="2"} 0 node_nfsd_requests_total{method="MkDir",proto="3"} 0 node_nfsd_requests_total{method="MkNod",proto="3"} 0 node_nfsd_requests_total{method="Nverify",proto="4"} 0 node_nfsd_requests_total{method="Open",proto="4"} 0 node_nfsd_requests_total{method="OpenAttr",proto="4"} 0 node_nfsd_requests_total{method="OpenConfirm",proto="4"} 0 node_nfsd_requests_total{method="OpenDgrd",proto="4"} 0 node_nfsd_requests_total{method="PathConf",proto="3"} 0 node_nfsd_requests_total{method="PutFH",proto="4"} 0 node_nfsd_requests_total{method="Read",proto="2"} 0 node_nfsd_requests_total{method="Read",proto="3"} 0 node_nfsd_requests_total{method="Read",proto="4"} 0 node_nfsd_requests_total{method="ReadDir",proto="2"} 0 node_nfsd_requests_total{method="ReadDir",proto="3"} 0 node_nfsd_requests_total{method="ReadDir",proto="4"} 0 node_nfsd_requests_total{method="ReadDirPlus",proto="3"} 0 node_nfsd_requests_total{method="ReadLink",proto="2"} 0 node_nfsd_requests_total{method="ReadLink",proto="3"} 0 node_nfsd_requests_total{method="ReadLink",proto="4"} 0 node_nfsd_requests_total{method="RelLockOwner",proto="4"} 0 node_nfsd_requests_total{method="Remove",proto="2"} 0 node_nfsd_requests_total{method="Remove",proto="3"} 0 node_nfsd_requests_total{method="Remove",proto="4"} 0 node_nfsd_requests_total{method="Rename",proto="2"} 0 node_nfsd_requests_total{method="Rename",proto="3"} 0 node_nfsd_requests_total{method="Rename",proto="4"} 0 node_nfsd_requests_total{method="Renew",proto="4"} 0 node_nfsd_requests_total{method="RestoreFH",proto="4"} 0 node_nfsd_requests_total{method="RmDir",proto="2"} 0 node_nfsd_requests_total{method="RmDir",proto="3"} 0 node_nfsd_requests_total{method="Root",proto="2"} 0 node_nfsd_requests_total{method="SaveFH",proto="4"} 0 node_nfsd_requests_total{method="SecInfo",proto="4"} 0 node_nfsd_requests_total{method="SetAttr",proto="2"} 0 node_nfsd_requests_total{method="SetAttr",proto="3"} 0 node_nfsd_requests_total{method="SetAttr",proto="4"} 0 node_nfsd_requests_total{method="SetClientID",proto="4"} 0 node_nfsd_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfsd_requests_total{method="SymLink",proto="2"} 0 node_nfsd_requests_total{method="SymLink",proto="3"} 0 node_nfsd_requests_total{method="Verify",proto="4"} 0 node_nfsd_requests_total{method="WdelegGetattr",proto="4"} 0 node_nfsd_requests_total{method="WrCache",proto="2"} 0 node_nfsd_requests_total{method="Write",proto="2"} 0 node_nfsd_requests_total{method="Write",proto="3"} 0 node_nfsd_requests_total{method="Write",proto="4"} 0 # HELP node_nfsd_rpc_errors_total Total number of NFSd RPC errors by error type. # TYPE node_nfsd_rpc_errors_total counter node_nfsd_rpc_errors_total{error="auth"} 0 node_nfsd_rpc_errors_total{error="cInt"} 0 node_nfsd_rpc_errors_total{error="fmt"} 0 # HELP node_nfsd_server_rpcs_total Total number of NFSd RPCs. # TYPE node_nfsd_server_rpcs_total counter node_nfsd_server_rpcs_total 0 # HELP node_nfsd_server_threads Total number of NFSd kernel threads that are running. # TYPE node_nfsd_server_threads gauge node_nfsd_server_threads 8 # 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="P7CR402",model="CT1000P5PSSD8",serial="2328420A15FB",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="P2CR033",model="CT500P2SSD8",serial="2053E4E3BA20",state="live"} 1 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="unraid-os",id_like="slackware",image_id="",image_version="",name="Unraid OS",pretty_name="Unraid OS 7.3 x86_64",variant="",variant_id="",version="7.3.2 2026-07-08",version_codename="stable",version_id="7.3.2"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="unraid-os",id_like="slackware",name="Unraid OS"} 7.3 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 1 # HELP node_rapl_core_joules_total Current RAPL core value in joules # TYPE node_rapl_core_joules_total counter node_rapl_core_joules_total{index="0",path="/sys/class/powercap/intel-rapl:0:0"} 167186.820108 # HELP node_rapl_package_joules_total Current RAPL package value in joules # TYPE node_rapl_package_joules_total counter node_rapl_package_joules_total{index="0",path="/sys/class/powercap/intel-rapl-mmio:0"} 260756.208011 node_rapl_package_joules_total{index="0",path="/sys/class/powercap/intel-rapl:0"} 260756.244998 # HELP node_rapl_uncore_joules_total Current RAPL uncore value in joules # TYPE node_rapl_uncore_joules_total counter node_rapl_uncore_joules_total{index="0",path="/sys/class/powercap/intel-rapl:0:1"} 19.190868 # 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.017809734 node_scrape_collector_duration_seconds{collector="bcache"} 1.1408e-05 node_scrape_collector_duration_seconds{collector="bonding"} 6.1044e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.001724866 node_scrape_collector_duration_seconds{collector="conntrack"} 0.00458029 node_scrape_collector_duration_seconds{collector="cpu"} 0.000563731 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.002239225 node_scrape_collector_duration_seconds{collector="diskstats"} 0.006096338 node_scrape_collector_duration_seconds{collector="dmi"} 8.129e-06 node_scrape_collector_duration_seconds{collector="edac"} 9.7734e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.017989707 node_scrape_collector_duration_seconds{collector="fibrechannel"} 7.088e-06 node_scrape_collector_duration_seconds{collector="filefd"} 1.9725e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.028304122 node_scrape_collector_duration_seconds{collector="hwmon"} 0.036583546 node_scrape_collector_duration_seconds{collector="infiniband"} 5.433e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 8.551e-06 node_scrape_collector_duration_seconds{collector="loadavg"} 1.64e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000180902 node_scrape_collector_duration_seconds{collector="meminfo"} 0.01785458 node_scrape_collector_duration_seconds{collector="netclass"} 0.046330338 node_scrape_collector_duration_seconds{collector="netdev"} 0.021302771 node_scrape_collector_duration_seconds{collector="netstat"} 0.000485384 node_scrape_collector_duration_seconds{collector="nfs"} 1.8287e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 9.1519e-05 node_scrape_collector_duration_seconds{collector="nvme"} 9.5334e-05 node_scrape_collector_duration_seconds{collector="os"} 3.9638e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.1289e-05 node_scrape_collector_duration_seconds{collector="pressure"} 9.062e-06 node_scrape_collector_duration_seconds{collector="rapl"} 0.017979595 node_scrape_collector_duration_seconds{collector="schedstat"} 1.0029e-05 node_scrape_collector_duration_seconds{collector="selinux"} 8.99e-07 node_scrape_collector_duration_seconds{collector="sockstat"} 0.017846111 node_scrape_collector_duration_seconds{collector="softnet"} 4.6642e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000148747 node_scrape_collector_duration_seconds{collector="tapestats"} 8.867e-06 node_scrape_collector_duration_seconds{collector="textfile"} 1.7952e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000667832 node_scrape_collector_duration_seconds{collector="time"} 0.000614816 node_scrape_collector_duration_seconds{collector="timex"} 0.017034384 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000438725 node_scrape_collector_duration_seconds{collector="uname"} 1.2446e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.00011683 node_scrape_collector_duration_seconds{collector="watchdog"} 1.1172e-05 node_scrape_collector_duration_seconds{collector="xfs"} 0.004580053 node_scrape_collector_duration_seconds{collector="zfs"} 0.004100524 # 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"} 1 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"} 0 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 1 node_scrape_collector_success{collector="nvme"} 1 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 0 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 0 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 0 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 1 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 70 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 407 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 127 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 674 # 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 2.760704e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 32 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 38 # 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 122 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 282 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 1.155072e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 726 # 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"} 2.07346052e+08 node_softnet_processed_total{cpu="1"} 1.61446337e+08 node_softnet_processed_total{cpu="2"} 2.000732033e+09 node_softnet_processed_total{cpu="3"} 7.7846985e+07 node_softnet_processed_total{cpu="4"} 1.01461673e+08 node_softnet_processed_total{cpu="5"} 7.7563661e+07 node_softnet_processed_total{cpu="6"} 7.3466614e+07 node_softnet_processed_total{cpu="7"} 1.612224554e+09 # 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"} 4 node_softnet_times_squeezed_total{cpu="1"} 8 node_softnet_times_squeezed_total{cpu="2"} 7 node_softnet_times_squeezed_total{cpu="3"} 0 node_softnet_times_squeezed_total{cpu="4"} 1 node_softnet_times_squeezed_total{cpu="5"} 0 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="7"} 2367 # 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="INT3400 Thermal",zone="0"} 20 node_thermal_zone_temp{type="TCPU_PCI",zone="2"} 45 node_thermal_zone_temp{type="acpitz",zone="1"} 27.8 node_thermal_zone_temp{type="x86_pkg_temp",zone="3"} 43 # 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="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.7898353855036166e+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="CEST"} 7200 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0.00032 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000635711059571 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 10 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.548991 # 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.000288572 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 24577 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="GauNas",release="6.18.38-Unraid",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Mon Jul 6 15:22:03 PDT 2026"} 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 3.4594841731e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 4.293644e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.23836548e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 3.813364402e+09 # 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_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="loop2"} 0 node_xfs_allocation_btree_compares_total{device="md1p1"} 0 node_xfs_allocation_btree_compares_total{device="md2p1"} 0 node_xfs_allocation_btree_compares_total{device="md3p1"} 0 node_xfs_allocation_btree_compares_total{device="nvme1n1p1"} 0 # HELP node_xfs_allocation_btree_lookups_total Number of allocation B-tree lookups for a filesystem. # TYPE node_xfs_allocation_btree_lookups_total counter node_xfs_allocation_btree_lookups_total{device="loop2"} 0 node_xfs_allocation_btree_lookups_total{device="md1p1"} 0 node_xfs_allocation_btree_lookups_total{device="md2p1"} 0 node_xfs_allocation_btree_lookups_total{device="md3p1"} 0 node_xfs_allocation_btree_lookups_total{device="nvme1n1p1"} 0 # HELP node_xfs_allocation_btree_records_deleted_total Number of allocation B-tree records deleted for a filesystem. # TYPE node_xfs_allocation_btree_records_deleted_total counter node_xfs_allocation_btree_records_deleted_total{device="loop2"} 0 node_xfs_allocation_btree_records_deleted_total{device="md1p1"} 0 node_xfs_allocation_btree_records_deleted_total{device="md2p1"} 0 node_xfs_allocation_btree_records_deleted_total{device="md3p1"} 0 node_xfs_allocation_btree_records_deleted_total{device="nvme1n1p1"} 0 # HELP node_xfs_allocation_btree_records_inserted_total Number of allocation B-tree records inserted for a filesystem. # TYPE node_xfs_allocation_btree_records_inserted_total counter node_xfs_allocation_btree_records_inserted_total{device="loop2"} 0 node_xfs_allocation_btree_records_inserted_total{device="md1p1"} 0 node_xfs_allocation_btree_records_inserted_total{device="md2p1"} 0 node_xfs_allocation_btree_records_inserted_total{device="md3p1"} 0 node_xfs_allocation_btree_records_inserted_total{device="nvme1n1p1"} 0 # HELP node_xfs_block_map_btree_compares_total Number of block map B-tree compares for a filesystem. # TYPE node_xfs_block_map_btree_compares_total counter node_xfs_block_map_btree_compares_total{device="loop2"} 0 node_xfs_block_map_btree_compares_total{device="md1p1"} 0 node_xfs_block_map_btree_compares_total{device="md2p1"} 0 node_xfs_block_map_btree_compares_total{device="md3p1"} 0 node_xfs_block_map_btree_compares_total{device="nvme1n1p1"} 0 # HELP node_xfs_block_map_btree_lookups_total Number of block map B-tree lookups for a filesystem. # TYPE node_xfs_block_map_btree_lookups_total counter node_xfs_block_map_btree_lookups_total{device="loop2"} 0 node_xfs_block_map_btree_lookups_total{device="md1p1"} 0 node_xfs_block_map_btree_lookups_total{device="md2p1"} 0 node_xfs_block_map_btree_lookups_total{device="md3p1"} 0 node_xfs_block_map_btree_lookups_total{device="nvme1n1p1"} 0 # HELP node_xfs_block_map_btree_records_deleted_total Number of block map B-tree records deleted for a filesystem. # TYPE node_xfs_block_map_btree_records_deleted_total counter node_xfs_block_map_btree_records_deleted_total{device="loop2"} 0 node_xfs_block_map_btree_records_deleted_total{device="md1p1"} 0 node_xfs_block_map_btree_records_deleted_total{device="md2p1"} 0 node_xfs_block_map_btree_records_deleted_total{device="md3p1"} 0 node_xfs_block_map_btree_records_deleted_total{device="nvme1n1p1"} 0 # HELP node_xfs_block_map_btree_records_inserted_total Number of block map B-tree records inserted for a filesystem. # TYPE node_xfs_block_map_btree_records_inserted_total counter node_xfs_block_map_btree_records_inserted_total{device="loop2"} 0 node_xfs_block_map_btree_records_inserted_total{device="md1p1"} 0 node_xfs_block_map_btree_records_inserted_total{device="md2p1"} 0 node_xfs_block_map_btree_records_inserted_total{device="md3p1"} 0 node_xfs_block_map_btree_records_inserted_total{device="nvme1n1p1"} 0 # HELP node_xfs_block_mapping_extent_list_compares_total Number of extent list compares for a filesystem. # TYPE node_xfs_block_mapping_extent_list_compares_total counter node_xfs_block_mapping_extent_list_compares_total{device="loop2"} 0 node_xfs_block_mapping_extent_list_compares_total{device="md1p1"} 0 node_xfs_block_mapping_extent_list_compares_total{device="md2p1"} 0 node_xfs_block_mapping_extent_list_compares_total{device="md3p1"} 0 node_xfs_block_mapping_extent_list_compares_total{device="nvme1n1p1"} 0 # HELP node_xfs_block_mapping_extent_list_deletions_total Number of extent list deletions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_deletions_total counter node_xfs_block_mapping_extent_list_deletions_total{device="loop2"} 1.411323e+06 node_xfs_block_mapping_extent_list_deletions_total{device="md1p1"} 1881 node_xfs_block_mapping_extent_list_deletions_total{device="md2p1"} 125 node_xfs_block_mapping_extent_list_deletions_total{device="md3p1"} 16812 node_xfs_block_mapping_extent_list_deletions_total{device="nvme1n1p1"} 185 # HELP node_xfs_block_mapping_extent_list_insertions_total Number of extent list insertions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_insertions_total counter node_xfs_block_mapping_extent_list_insertions_total{device="loop2"} 2.818783e+06 node_xfs_block_mapping_extent_list_insertions_total{device="md1p1"} 13850 node_xfs_block_mapping_extent_list_insertions_total{device="md2p1"} 1163 node_xfs_block_mapping_extent_list_insertions_total{device="md3p1"} 370213 node_xfs_block_mapping_extent_list_insertions_total{device="nvme1n1p1"} 589 # HELP node_xfs_block_mapping_extent_list_lookups_total Number of extent list lookups for a filesystem. # TYPE node_xfs_block_mapping_extent_list_lookups_total counter node_xfs_block_mapping_extent_list_lookups_total{device="loop2"} 5.3155348e+08 node_xfs_block_mapping_extent_list_lookups_total{device="md1p1"} 3.132986e+06 node_xfs_block_mapping_extent_list_lookups_total{device="md2p1"} 4.450977e+06 node_xfs_block_mapping_extent_list_lookups_total{device="md3p1"} 2.5484282e+07 node_xfs_block_mapping_extent_list_lookups_total{device="nvme1n1p1"} 313090 # HELP node_xfs_block_mapping_reads_total Number of block map for read operations for a filesystem. # TYPE node_xfs_block_mapping_reads_total counter node_xfs_block_mapping_reads_total{device="loop2"} 3.01602133e+08 node_xfs_block_mapping_reads_total{device="md1p1"} 2.156619e+06 node_xfs_block_mapping_reads_total{device="md2p1"} 3.052807e+06 node_xfs_block_mapping_reads_total{device="md3p1"} 1.1130339e+07 node_xfs_block_mapping_reads_total{device="nvme1n1p1"} 173761 # HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem. # TYPE node_xfs_block_mapping_unmaps_total counter node_xfs_block_mapping_unmaps_total{device="loop2"} 1.879452e+06 node_xfs_block_mapping_unmaps_total{device="md1p1"} 1885 node_xfs_block_mapping_unmaps_total{device="md2p1"} 123 node_xfs_block_mapping_unmaps_total{device="md3p1"} 11309 node_xfs_block_mapping_unmaps_total{device="nvme1n1p1"} 203 # HELP node_xfs_block_mapping_writes_total Number of block map for write operations for a filesystem. # TYPE node_xfs_block_mapping_writes_total counter node_xfs_block_mapping_writes_total{device="loop2"} 1.9228656e+07 node_xfs_block_mapping_writes_total{device="md1p1"} 362536 node_xfs_block_mapping_writes_total{device="md2p1"} 221264 node_xfs_block_mapping_writes_total{device="md3p1"} 1.021097e+07 node_xfs_block_mapping_writes_total{device="nvme1n1p1"} 22986 # HELP node_xfs_directory_operation_create_total Number of times a new directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_create_total counter node_xfs_directory_operation_create_total{device="loop2"} 1.031808e+06 node_xfs_directory_operation_create_total{device="md1p1"} 45100 node_xfs_directory_operation_create_total{device="md2p1"} 54 node_xfs_directory_operation_create_total{device="md3p1"} 4977 node_xfs_directory_operation_create_total{device="nvme1n1p1"} 68 # HELP node_xfs_directory_operation_getdents_total Number of times the directory getdents operation was performed for a filesystem. # TYPE node_xfs_directory_operation_getdents_total counter node_xfs_directory_operation_getdents_total{device="loop2"} 1.19007945e+08 node_xfs_directory_operation_getdents_total{device="md1p1"} 6.407755e+06 node_xfs_directory_operation_getdents_total{device="md2p1"} 4.153655e+06 node_xfs_directory_operation_getdents_total{device="md3p1"} 4.254872e+06 node_xfs_directory_operation_getdents_total{device="nvme1n1p1"} 3.662958e+06 # HELP node_xfs_directory_operation_lookup_total Number of file name directory lookups which miss the operating systems directory name lookup cache. # TYPE node_xfs_directory_operation_lookup_total counter node_xfs_directory_operation_lookup_total{device="loop2"} 2.036083e+06 node_xfs_directory_operation_lookup_total{device="md1p1"} 649398 node_xfs_directory_operation_lookup_total{device="md2p1"} 744028 node_xfs_directory_operation_lookup_total{device="md3p1"} 72810 node_xfs_directory_operation_lookup_total{device="nvme1n1p1"} 168848 # HELP node_xfs_directory_operation_remove_total Number of times an existing directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_remove_total counter node_xfs_directory_operation_remove_total{device="loop2"} 1.087432e+06 node_xfs_directory_operation_remove_total{device="md1p1"} 44922 node_xfs_directory_operation_remove_total{device="md2p1"} 68 node_xfs_directory_operation_remove_total{device="md3p1"} 5786 node_xfs_directory_operation_remove_total{device="nvme1n1p1"} 30 # HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem. # TYPE node_xfs_extent_allocation_blocks_allocated_total counter node_xfs_extent_allocation_blocks_allocated_total{device="loop2"} 3.47334855e+08 node_xfs_extent_allocation_blocks_allocated_total{device="md1p1"} 3.6185766e+07 node_xfs_extent_allocation_blocks_allocated_total{device="md2p1"} 2.336993e+06 node_xfs_extent_allocation_blocks_allocated_total{device="md3p1"} 1.07841526e+08 node_xfs_extent_allocation_blocks_allocated_total{device="nvme1n1p1"} 482616 # HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem. # TYPE node_xfs_extent_allocation_blocks_freed_total counter node_xfs_extent_allocation_blocks_freed_total{device="loop2"} 3.47660723e+08 node_xfs_extent_allocation_blocks_freed_total{device="md1p1"} 2.48887e+07 node_xfs_extent_allocation_blocks_freed_total{device="md2p1"} 156318 node_xfs_extent_allocation_blocks_freed_total{device="md3p1"} 4.97032245e+08 node_xfs_extent_allocation_blocks_freed_total{device="nvme1n1p1"} 522785 # HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem. # TYPE node_xfs_extent_allocation_extents_allocated_total counter node_xfs_extent_allocation_extents_allocated_total{device="loop2"} 1.257876e+06 node_xfs_extent_allocation_extents_allocated_total{device="md1p1"} 2171 node_xfs_extent_allocation_extents_allocated_total{device="md2p1"} 109 node_xfs_extent_allocation_extents_allocated_total{device="md3p1"} 147222 node_xfs_extent_allocation_extents_allocated_total{device="nvme1n1p1"} 261 # HELP node_xfs_extent_allocation_extents_freed_total Number of extents freed for a filesystem. # TYPE node_xfs_extent_allocation_extents_freed_total counter node_xfs_extent_allocation_extents_freed_total{device="loop2"} 1.334808e+06 node_xfs_extent_allocation_extents_freed_total{device="md1p1"} 1855 node_xfs_extent_allocation_extents_freed_total{device="md2p1"} 109 node_xfs_extent_allocation_extents_freed_total{device="md3p1"} 8632 node_xfs_extent_allocation_extents_freed_total{device="nvme1n1p1"} 184 # HELP node_xfs_inode_operation_attempts_total Number of times the OS looked for an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_attempts_total counter node_xfs_inode_operation_attempts_total{device="loop2"} 1.711537e+06 node_xfs_inode_operation_attempts_total{device="md1p1"} 595142 node_xfs_inode_operation_attempts_total{device="md2p1"} 728909 node_xfs_inode_operation_attempts_total{device="md3p1"} 17186 node_xfs_inode_operation_attempts_total{device="nvme1n1p1"} 158395 # HELP node_xfs_inode_operation_attribute_changes_total Number of times the OS explicitly changed the attributes of an XFS inode. # TYPE node_xfs_inode_operation_attribute_changes_total counter node_xfs_inode_operation_attribute_changes_total{device="loop2"} 2.492091e+06 node_xfs_inode_operation_attribute_changes_total{device="md1p1"} 124257 node_xfs_inode_operation_attribute_changes_total{device="md2p1"} 197 node_xfs_inode_operation_attribute_changes_total{device="md3p1"} 5692 node_xfs_inode_operation_attribute_changes_total{device="nvme1n1p1"} 202 # HELP node_xfs_inode_operation_duplicates_total Number of times the OS tried to add a missing XFS inode to the inode cache, but found it had already been added by another process. # TYPE node_xfs_inode_operation_duplicates_total counter node_xfs_inode_operation_duplicates_total{device="loop2"} 0 node_xfs_inode_operation_duplicates_total{device="md1p1"} 0 node_xfs_inode_operation_duplicates_total{device="md2p1"} 0 node_xfs_inode_operation_duplicates_total{device="md3p1"} 0 node_xfs_inode_operation_duplicates_total{device="nvme1n1p1"} 0 # HELP node_xfs_inode_operation_found_total Number of times the OS looked for and found an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_found_total counter node_xfs_inode_operation_found_total{device="loop2"} 163152 node_xfs_inode_operation_found_total{device="md1p1"} 59325 node_xfs_inode_operation_found_total{device="md2p1"} 50021 node_xfs_inode_operation_found_total{device="md3p1"} 386 node_xfs_inode_operation_found_total{device="nvme1n1p1"} 5714 # HELP node_xfs_inode_operation_missed_total Number of times the OS looked for an XFS inode in the cache, but did not find it. # TYPE node_xfs_inode_operation_missed_total counter node_xfs_inode_operation_missed_total{device="loop2"} 1.548385e+06 node_xfs_inode_operation_missed_total{device="md1p1"} 535817 node_xfs_inode_operation_missed_total{device="md2p1"} 678888 node_xfs_inode_operation_missed_total{device="md3p1"} 16800 node_xfs_inode_operation_missed_total{device="nvme1n1p1"} 152681 # HELP node_xfs_inode_operation_reclaims_total Number of times the OS reclaimed an XFS inode from the inode cache to free memory for another purpose. # TYPE node_xfs_inode_operation_reclaims_total counter node_xfs_inode_operation_reclaims_total{device="loop2"} 1.479141e+06 node_xfs_inode_operation_reclaims_total{device="md1p1"} 490506 node_xfs_inode_operation_reclaims_total{device="md2p1"} 672647 node_xfs_inode_operation_reclaims_total{device="md3p1"} 15125 node_xfs_inode_operation_reclaims_total{device="nvme1n1p1"} 152649 # HELP node_xfs_inode_operation_recycled_total Number of times the OS found an XFS inode in the cache, but could not use it as it was being recycled. # TYPE node_xfs_inode_operation_recycled_total counter node_xfs_inode_operation_recycled_total{device="loop2"} 0 node_xfs_inode_operation_recycled_total{device="md1p1"} 0 node_xfs_inode_operation_recycled_total{device="md2p1"} 0 node_xfs_inode_operation_recycled_total{device="md3p1"} 0 node_xfs_inode_operation_recycled_total{device="nvme1n1p1"} 0 # HELP node_xfs_read_calls_total Number of read(2) system calls made to files in a filesystem. # TYPE node_xfs_read_calls_total counter node_xfs_read_calls_total{device="loop2"} 5.30930605e+08 node_xfs_read_calls_total{device="md1p1"} 576186 node_xfs_read_calls_total{device="md2p1"} 3.869893e+06 node_xfs_read_calls_total{device="md3p1"} 9.5485977e+07 node_xfs_read_calls_total{device="nvme1n1p1"} 120846 # HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem. # TYPE node_xfs_vnode_active_total counter node_xfs_vnode_active_total{device="loop2"} 69244 node_xfs_vnode_active_total{device="md1p1"} 45311 node_xfs_vnode_active_total{device="md2p1"} 6241 node_xfs_vnode_active_total{device="md3p1"} 1675 node_xfs_vnode_active_total{device="nvme1n1p1"} 32 # HELP node_xfs_vnode_allocate_total Number of times vn_alloc called for a filesystem. # TYPE node_xfs_vnode_allocate_total counter node_xfs_vnode_allocate_total{device="loop2"} 0 node_xfs_vnode_allocate_total{device="md1p1"} 0 node_xfs_vnode_allocate_total{device="md2p1"} 0 node_xfs_vnode_allocate_total{device="md3p1"} 0 node_xfs_vnode_allocate_total{device="nvme1n1p1"} 0 # HELP node_xfs_vnode_get_total Number of times vn_get called for a filesystem. # TYPE node_xfs_vnode_get_total counter node_xfs_vnode_get_total{device="loop2"} 0 node_xfs_vnode_get_total{device="md1p1"} 0 node_xfs_vnode_get_total{device="md2p1"} 0 node_xfs_vnode_get_total{device="md3p1"} 0 node_xfs_vnode_get_total{device="nvme1n1p1"} 0 # HELP node_xfs_vnode_hold_total Number of times vn_hold called for a filesystem. # TYPE node_xfs_vnode_hold_total counter node_xfs_vnode_hold_total{device="loop2"} 0 node_xfs_vnode_hold_total{device="md1p1"} 0 node_xfs_vnode_hold_total{device="md2p1"} 0 node_xfs_vnode_hold_total{device="md3p1"} 0 node_xfs_vnode_hold_total{device="nvme1n1p1"} 0 # HELP node_xfs_vnode_reclaim_total Number of times vn_reclaim called for a filesystem. # TYPE node_xfs_vnode_reclaim_total counter node_xfs_vnode_reclaim_total{device="loop2"} 1.606131e+06 node_xfs_vnode_reclaim_total{device="md1p1"} 495629 node_xfs_vnode_reclaim_total{device="md2p1"} 672654 node_xfs_vnode_reclaim_total{device="md3p1"} 15137 node_xfs_vnode_reclaim_total{device="nvme1n1p1"} 152659 # HELP node_xfs_vnode_release_total Number of times vn_rele called for a filesystem. # TYPE node_xfs_vnode_release_total counter node_xfs_vnode_release_total{device="loop2"} 1.606131e+06 node_xfs_vnode_release_total{device="md1p1"} 495629 node_xfs_vnode_release_total{device="md2p1"} 672654 node_xfs_vnode_release_total{device="md3p1"} 15137 node_xfs_vnode_release_total{device="nvme1n1p1"} 152659 # HELP node_xfs_vnode_remove_total Number of times vn_remove called for a filesystem. # TYPE node_xfs_vnode_remove_total counter node_xfs_vnode_remove_total{device="loop2"} 1.606131e+06 node_xfs_vnode_remove_total{device="md1p1"} 495629 node_xfs_vnode_remove_total{device="md2p1"} 672654 node_xfs_vnode_remove_total{device="md3p1"} 15137 node_xfs_vnode_remove_total{device="nvme1n1p1"} 152659 # HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem. # TYPE node_xfs_write_calls_total counter node_xfs_write_calls_total{device="loop2"} 1.6043057e+07 node_xfs_write_calls_total{device="md1p1"} 347349 node_xfs_write_calls_total{device="md2p1"} 219997 node_xfs_write_calls_total{device="md3p1"} 8.851425e+06 node_xfs_write_calls_total{device="nvme1n1p1"} 22487 # HELP node_zfs_abd_linear_cnt kstat.zfs.misc.abdstats.linear_cnt # TYPE node_zfs_abd_linear_cnt untyped node_zfs_abd_linear_cnt 0 # HELP node_zfs_abd_linear_data_size kstat.zfs.misc.abdstats.linear_data_size # TYPE node_zfs_abd_linear_data_size untyped node_zfs_abd_linear_data_size 0 # HELP node_zfs_abd_scatter_chunk_waste kstat.zfs.misc.abdstats.scatter_chunk_waste # TYPE node_zfs_abd_scatter_chunk_waste untyped node_zfs_abd_scatter_chunk_waste 0 # HELP node_zfs_abd_scatter_cnt kstat.zfs.misc.abdstats.scatter_cnt # TYPE node_zfs_abd_scatter_cnt untyped node_zfs_abd_scatter_cnt 1 # HELP node_zfs_abd_scatter_data_size kstat.zfs.misc.abdstats.scatter_data_size # TYPE node_zfs_abd_scatter_data_size untyped node_zfs_abd_scatter_data_size 4096 # HELP node_zfs_abd_scatter_order_0 kstat.zfs.misc.abdstats.scatter_order_0 # TYPE node_zfs_abd_scatter_order_0 untyped node_zfs_abd_scatter_order_0 0 # HELP node_zfs_abd_scatter_order_1 kstat.zfs.misc.abdstats.scatter_order_1 # TYPE node_zfs_abd_scatter_order_1 untyped node_zfs_abd_scatter_order_1 0 # HELP node_zfs_abd_scatter_order_2 kstat.zfs.misc.abdstats.scatter_order_2 # TYPE node_zfs_abd_scatter_order_2 untyped node_zfs_abd_scatter_order_2 0 # HELP node_zfs_abd_scatter_order_3 kstat.zfs.misc.abdstats.scatter_order_3 # TYPE node_zfs_abd_scatter_order_3 untyped node_zfs_abd_scatter_order_3 0 # HELP node_zfs_abd_scatter_order_4 kstat.zfs.misc.abdstats.scatter_order_4 # TYPE node_zfs_abd_scatter_order_4 untyped node_zfs_abd_scatter_order_4 0 # HELP node_zfs_abd_scatter_order_5 kstat.zfs.misc.abdstats.scatter_order_5 # TYPE node_zfs_abd_scatter_order_5 untyped node_zfs_abd_scatter_order_5 0 # HELP node_zfs_abd_scatter_order_6 kstat.zfs.misc.abdstats.scatter_order_6 # TYPE node_zfs_abd_scatter_order_6 untyped node_zfs_abd_scatter_order_6 0 # HELP node_zfs_abd_scatter_order_7 kstat.zfs.misc.abdstats.scatter_order_7 # TYPE node_zfs_abd_scatter_order_7 untyped node_zfs_abd_scatter_order_7 0 # HELP node_zfs_abd_scatter_order_8 kstat.zfs.misc.abdstats.scatter_order_8 # TYPE node_zfs_abd_scatter_order_8 untyped node_zfs_abd_scatter_order_8 0 # HELP node_zfs_abd_scatter_order_9 kstat.zfs.misc.abdstats.scatter_order_9 # TYPE node_zfs_abd_scatter_order_9 untyped node_zfs_abd_scatter_order_9 0 # HELP node_zfs_abd_scatter_page_alloc_retry kstat.zfs.misc.abdstats.scatter_page_alloc_retry # TYPE node_zfs_abd_scatter_page_alloc_retry untyped node_zfs_abd_scatter_page_alloc_retry 0 # HELP node_zfs_abd_scatter_page_multi_chunk kstat.zfs.misc.abdstats.scatter_page_multi_chunk # TYPE node_zfs_abd_scatter_page_multi_chunk untyped node_zfs_abd_scatter_page_multi_chunk 1 # HELP node_zfs_abd_scatter_page_multi_zone kstat.zfs.misc.abdstats.scatter_page_multi_zone # TYPE node_zfs_abd_scatter_page_multi_zone untyped node_zfs_abd_scatter_page_multi_zone 0 # HELP node_zfs_abd_scatter_sg_table_retry kstat.zfs.misc.abdstats.scatter_sg_table_retry # TYPE node_zfs_abd_scatter_sg_table_retry untyped node_zfs_abd_scatter_sg_table_retry 0 # HELP node_zfs_abd_struct_size kstat.zfs.misc.abdstats.struct_size # TYPE node_zfs_abd_struct_size untyped node_zfs_abd_struct_size 96 # HELP node_zfs_arc_abd_chunk_waste_size kstat.zfs.misc.arcstats.abd_chunk_waste_size # TYPE node_zfs_arc_abd_chunk_waste_size untyped node_zfs_arc_abd_chunk_waste_size 0 # HELP node_zfs_arc_access_skip kstat.zfs.misc.arcstats.access_skip # TYPE node_zfs_arc_access_skip untyped node_zfs_arc_access_skip 0 # HELP node_zfs_arc_anon_data kstat.zfs.misc.arcstats.anon_data # TYPE node_zfs_arc_anon_data untyped node_zfs_arc_anon_data 0 # HELP node_zfs_arc_anon_evictable_data kstat.zfs.misc.arcstats.anon_evictable_data # TYPE node_zfs_arc_anon_evictable_data untyped node_zfs_arc_anon_evictable_data 0 # HELP node_zfs_arc_anon_evictable_metadata kstat.zfs.misc.arcstats.anon_evictable_metadata # TYPE node_zfs_arc_anon_evictable_metadata untyped node_zfs_arc_anon_evictable_metadata 0 # HELP node_zfs_arc_anon_metadata kstat.zfs.misc.arcstats.anon_metadata # TYPE node_zfs_arc_anon_metadata untyped node_zfs_arc_anon_metadata 0 # HELP node_zfs_arc_anon_size kstat.zfs.misc.arcstats.anon_size # TYPE node_zfs_arc_anon_size untyped node_zfs_arc_anon_size 0 # HELP node_zfs_arc_arc_dnode_limit kstat.zfs.misc.arcstats.arc_dnode_limit # TYPE node_zfs_arc_arc_dnode_limit untyped node_zfs_arc_arc_dnode_limit 6.87194767e+08 # 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 1920 # 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 1.22034304e+09 # HELP node_zfs_arc_arc_tempreserve kstat.zfs.misc.arcstats.arc_tempreserve # TYPE node_zfs_arc_arc_tempreserve untyped node_zfs_arc_arc_tempreserve 0 # HELP node_zfs_arc_async_upgrade_sync kstat.zfs.misc.arcstats.async_upgrade_sync # TYPE node_zfs_arc_async_upgrade_sync untyped node_zfs_arc_async_upgrade_sync 0 # HELP node_zfs_arc_bonus_size kstat.zfs.misc.arcstats.bonus_size # TYPE node_zfs_arc_bonus_size untyped node_zfs_arc_bonus_size 0 # HELP node_zfs_arc_c kstat.zfs.misc.arcstats.c # TYPE node_zfs_arc_c untyped node_zfs_arc_c 1.04480896e+09 # HELP node_zfs_arc_c_max kstat.zfs.misc.arcstats.c_max # TYPE node_zfs_arc_c_max untyped node_zfs_arc_c_max 6.871947673e+09 # HELP node_zfs_arc_c_min kstat.zfs.misc.arcstats.c_min # TYPE node_zfs_arc_c_min untyped node_zfs_arc_c_min 1.04480896e+09 # HELP node_zfs_arc_cached_only_in_progress kstat.zfs.misc.arcstats.cached_only_in_progress # TYPE node_zfs_arc_cached_only_in_progress untyped node_zfs_arc_cached_only_in_progress 0 # HELP node_zfs_arc_compressed_size kstat.zfs.misc.arcstats.compressed_size # TYPE node_zfs_arc_compressed_size untyped node_zfs_arc_compressed_size 0 # HELP node_zfs_arc_data_size kstat.zfs.misc.arcstats.data_size # TYPE node_zfs_arc_data_size untyped node_zfs_arc_data_size 0 # HELP node_zfs_arc_dbuf_size kstat.zfs.misc.arcstats.dbuf_size # TYPE node_zfs_arc_dbuf_size untyped node_zfs_arc_dbuf_size 0 # HELP node_zfs_arc_deleted kstat.zfs.misc.arcstats.deleted # TYPE node_zfs_arc_deleted untyped node_zfs_arc_deleted 0 # HELP node_zfs_arc_demand_data_hits kstat.zfs.misc.arcstats.demand_data_hits # TYPE node_zfs_arc_demand_data_hits untyped node_zfs_arc_demand_data_hits 0 # HELP node_zfs_arc_demand_data_iohits kstat.zfs.misc.arcstats.demand_data_iohits # TYPE node_zfs_arc_demand_data_iohits untyped node_zfs_arc_demand_data_iohits 0 # HELP node_zfs_arc_demand_data_misses kstat.zfs.misc.arcstats.demand_data_misses # TYPE node_zfs_arc_demand_data_misses untyped node_zfs_arc_demand_data_misses 0 # HELP node_zfs_arc_demand_hit_predictive_prefetch kstat.zfs.misc.arcstats.demand_hit_predictive_prefetch # TYPE node_zfs_arc_demand_hit_predictive_prefetch untyped node_zfs_arc_demand_hit_predictive_prefetch 0 # HELP node_zfs_arc_demand_hit_prescient_prefetch kstat.zfs.misc.arcstats.demand_hit_prescient_prefetch # TYPE node_zfs_arc_demand_hit_prescient_prefetch untyped node_zfs_arc_demand_hit_prescient_prefetch 0 # HELP node_zfs_arc_demand_iohit_predictive_prefetch kstat.zfs.misc.arcstats.demand_iohit_predictive_prefetch # TYPE node_zfs_arc_demand_iohit_predictive_prefetch untyped node_zfs_arc_demand_iohit_predictive_prefetch 0 # HELP node_zfs_arc_demand_iohit_prescient_prefetch kstat.zfs.misc.arcstats.demand_iohit_prescient_prefetch # TYPE node_zfs_arc_demand_iohit_prescient_prefetch untyped node_zfs_arc_demand_iohit_prescient_prefetch 0 # HELP node_zfs_arc_demand_metadata_hits kstat.zfs.misc.arcstats.demand_metadata_hits # TYPE node_zfs_arc_demand_metadata_hits untyped node_zfs_arc_demand_metadata_hits 0 # HELP node_zfs_arc_demand_metadata_iohits kstat.zfs.misc.arcstats.demand_metadata_iohits # TYPE node_zfs_arc_demand_metadata_iohits untyped node_zfs_arc_demand_metadata_iohits 0 # HELP node_zfs_arc_demand_metadata_misses kstat.zfs.misc.arcstats.demand_metadata_misses # TYPE node_zfs_arc_demand_metadata_misses untyped node_zfs_arc_demand_metadata_misses 0 # HELP node_zfs_arc_dnode_size kstat.zfs.misc.arcstats.dnode_size # TYPE node_zfs_arc_dnode_size untyped node_zfs_arc_dnode_size 0 # HELP node_zfs_arc_evict_l2_cached kstat.zfs.misc.arcstats.evict_l2_cached # TYPE node_zfs_arc_evict_l2_cached untyped node_zfs_arc_evict_l2_cached 0 # HELP node_zfs_arc_evict_l2_eligible kstat.zfs.misc.arcstats.evict_l2_eligible # TYPE node_zfs_arc_evict_l2_eligible untyped node_zfs_arc_evict_l2_eligible 0 # HELP node_zfs_arc_evict_l2_eligible_mfu kstat.zfs.misc.arcstats.evict_l2_eligible_mfu # TYPE node_zfs_arc_evict_l2_eligible_mfu untyped node_zfs_arc_evict_l2_eligible_mfu 0 # HELP node_zfs_arc_evict_l2_eligible_mru kstat.zfs.misc.arcstats.evict_l2_eligible_mru # TYPE node_zfs_arc_evict_l2_eligible_mru untyped node_zfs_arc_evict_l2_eligible_mru 0 # HELP node_zfs_arc_evict_l2_ineligible kstat.zfs.misc.arcstats.evict_l2_ineligible # TYPE node_zfs_arc_evict_l2_ineligible untyped node_zfs_arc_evict_l2_ineligible 0 # HELP node_zfs_arc_evict_l2_skip kstat.zfs.misc.arcstats.evict_l2_skip # TYPE node_zfs_arc_evict_l2_skip untyped node_zfs_arc_evict_l2_skip 0 # HELP node_zfs_arc_evict_not_enough kstat.zfs.misc.arcstats.evict_not_enough # TYPE node_zfs_arc_evict_not_enough untyped node_zfs_arc_evict_not_enough 0 # HELP node_zfs_arc_evict_skip kstat.zfs.misc.arcstats.evict_skip # TYPE node_zfs_arc_evict_skip untyped node_zfs_arc_evict_skip 0 # HELP node_zfs_arc_hash_chain_max kstat.zfs.misc.arcstats.hash_chain_max # TYPE node_zfs_arc_hash_chain_max untyped node_zfs_arc_hash_chain_max 0 # HELP node_zfs_arc_hash_chains kstat.zfs.misc.arcstats.hash_chains # TYPE node_zfs_arc_hash_chains untyped node_zfs_arc_hash_chains 0 # HELP node_zfs_arc_hash_collisions kstat.zfs.misc.arcstats.hash_collisions # TYPE node_zfs_arc_hash_collisions untyped node_zfs_arc_hash_collisions 0 # HELP node_zfs_arc_hash_elements kstat.zfs.misc.arcstats.hash_elements # TYPE node_zfs_arc_hash_elements untyped node_zfs_arc_hash_elements 0 # HELP node_zfs_arc_hash_elements_max kstat.zfs.misc.arcstats.hash_elements_max # TYPE node_zfs_arc_hash_elements_max untyped node_zfs_arc_hash_elements_max 0 # HELP node_zfs_arc_hdr_size kstat.zfs.misc.arcstats.hdr_size # TYPE node_zfs_arc_hdr_size untyped node_zfs_arc_hdr_size 1920 # HELP node_zfs_arc_hits kstat.zfs.misc.arcstats.hits # TYPE node_zfs_arc_hits untyped node_zfs_arc_hits 0 # HELP node_zfs_arc_iohits kstat.zfs.misc.arcstats.iohits # TYPE node_zfs_arc_iohits untyped node_zfs_arc_iohits 0 # HELP node_zfs_arc_l2_abort_lowmem kstat.zfs.misc.arcstats.l2_abort_lowmem # TYPE node_zfs_arc_l2_abort_lowmem untyped node_zfs_arc_l2_abort_lowmem 0 # HELP node_zfs_arc_l2_asize kstat.zfs.misc.arcstats.l2_asize # TYPE node_zfs_arc_l2_asize untyped node_zfs_arc_l2_asize 0 # HELP node_zfs_arc_l2_bufc_data_asize kstat.zfs.misc.arcstats.l2_bufc_data_asize # TYPE node_zfs_arc_l2_bufc_data_asize untyped node_zfs_arc_l2_bufc_data_asize 0 # HELP node_zfs_arc_l2_bufc_metadata_asize kstat.zfs.misc.arcstats.l2_bufc_metadata_asize # TYPE node_zfs_arc_l2_bufc_metadata_asize untyped node_zfs_arc_l2_bufc_metadata_asize 0 # HELP node_zfs_arc_l2_cksum_bad kstat.zfs.misc.arcstats.l2_cksum_bad # TYPE node_zfs_arc_l2_cksum_bad untyped node_zfs_arc_l2_cksum_bad 0 # HELP node_zfs_arc_l2_data_to_meta_ratio kstat.zfs.misc.arcstats.l2_data_to_meta_ratio # TYPE node_zfs_arc_l2_data_to_meta_ratio untyped node_zfs_arc_l2_data_to_meta_ratio 0 # HELP node_zfs_arc_l2_evict_l1cached kstat.zfs.misc.arcstats.l2_evict_l1cached # TYPE node_zfs_arc_l2_evict_l1cached untyped node_zfs_arc_l2_evict_l1cached 0 # HELP node_zfs_arc_l2_evict_lock_retry kstat.zfs.misc.arcstats.l2_evict_lock_retry # TYPE node_zfs_arc_l2_evict_lock_retry untyped node_zfs_arc_l2_evict_lock_retry 0 # HELP node_zfs_arc_l2_evict_reading kstat.zfs.misc.arcstats.l2_evict_reading # TYPE node_zfs_arc_l2_evict_reading untyped node_zfs_arc_l2_evict_reading 0 # HELP node_zfs_arc_l2_feeds kstat.zfs.misc.arcstats.l2_feeds # TYPE node_zfs_arc_l2_feeds untyped node_zfs_arc_l2_feeds 0 # HELP node_zfs_arc_l2_free_on_write kstat.zfs.misc.arcstats.l2_free_on_write # TYPE node_zfs_arc_l2_free_on_write untyped node_zfs_arc_l2_free_on_write 0 # HELP node_zfs_arc_l2_hdr_size kstat.zfs.misc.arcstats.l2_hdr_size # TYPE node_zfs_arc_l2_hdr_size untyped node_zfs_arc_l2_hdr_size 0 # HELP node_zfs_arc_l2_hits kstat.zfs.misc.arcstats.l2_hits # TYPE node_zfs_arc_l2_hits untyped node_zfs_arc_l2_hits 0 # HELP node_zfs_arc_l2_io_error kstat.zfs.misc.arcstats.l2_io_error # TYPE node_zfs_arc_l2_io_error untyped node_zfs_arc_l2_io_error 0 # HELP node_zfs_arc_l2_log_blk_asize kstat.zfs.misc.arcstats.l2_log_blk_asize # TYPE node_zfs_arc_l2_log_blk_asize untyped node_zfs_arc_l2_log_blk_asize 0 # HELP node_zfs_arc_l2_log_blk_avg_asize kstat.zfs.misc.arcstats.l2_log_blk_avg_asize # TYPE node_zfs_arc_l2_log_blk_avg_asize untyped node_zfs_arc_l2_log_blk_avg_asize 0 # HELP node_zfs_arc_l2_log_blk_count kstat.zfs.misc.arcstats.l2_log_blk_count # TYPE node_zfs_arc_l2_log_blk_count untyped node_zfs_arc_l2_log_blk_count 0 # HELP node_zfs_arc_l2_log_blk_writes kstat.zfs.misc.arcstats.l2_log_blk_writes # TYPE node_zfs_arc_l2_log_blk_writes untyped node_zfs_arc_l2_log_blk_writes 0 # HELP node_zfs_arc_l2_mfu_asize kstat.zfs.misc.arcstats.l2_mfu_asize # TYPE node_zfs_arc_l2_mfu_asize untyped node_zfs_arc_l2_mfu_asize 0 # HELP node_zfs_arc_l2_misses kstat.zfs.misc.arcstats.l2_misses # TYPE node_zfs_arc_l2_misses untyped node_zfs_arc_l2_misses 0 # HELP node_zfs_arc_l2_mru_asize kstat.zfs.misc.arcstats.l2_mru_asize # TYPE node_zfs_arc_l2_mru_asize untyped node_zfs_arc_l2_mru_asize 0 # HELP node_zfs_arc_l2_ndev kstat.zfs.misc.arcstats.l2_ndev # TYPE node_zfs_arc_l2_ndev untyped node_zfs_arc_l2_ndev 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 3.343388672e+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 5.21367424e+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 6.43401728e+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 0 # HELP node_zfs_arc_mfu_data kstat.zfs.misc.arcstats.mfu_data # TYPE node_zfs_arc_mfu_data untyped node_zfs_arc_mfu_data 0 # HELP node_zfs_arc_mfu_evictable_data kstat.zfs.misc.arcstats.mfu_evictable_data # TYPE node_zfs_arc_mfu_evictable_data untyped node_zfs_arc_mfu_evictable_data 0 # HELP node_zfs_arc_mfu_evictable_metadata kstat.zfs.misc.arcstats.mfu_evictable_metadata # TYPE node_zfs_arc_mfu_evictable_metadata untyped node_zfs_arc_mfu_evictable_metadata 0 # HELP node_zfs_arc_mfu_ghost_data kstat.zfs.misc.arcstats.mfu_ghost_data # TYPE node_zfs_arc_mfu_ghost_data untyped node_zfs_arc_mfu_ghost_data 0 # HELP node_zfs_arc_mfu_ghost_evictable_data kstat.zfs.misc.arcstats.mfu_ghost_evictable_data # TYPE node_zfs_arc_mfu_ghost_evictable_data untyped node_zfs_arc_mfu_ghost_evictable_data 0 # HELP node_zfs_arc_mfu_ghost_evictable_metadata kstat.zfs.misc.arcstats.mfu_ghost_evictable_metadata # TYPE node_zfs_arc_mfu_ghost_evictable_metadata untyped node_zfs_arc_mfu_ghost_evictable_metadata 0 # HELP node_zfs_arc_mfu_ghost_hits kstat.zfs.misc.arcstats.mfu_ghost_hits # TYPE node_zfs_arc_mfu_ghost_hits untyped node_zfs_arc_mfu_ghost_hits 0 # HELP node_zfs_arc_mfu_ghost_metadata kstat.zfs.misc.arcstats.mfu_ghost_metadata # TYPE node_zfs_arc_mfu_ghost_metadata untyped node_zfs_arc_mfu_ghost_metadata 0 # HELP node_zfs_arc_mfu_ghost_size kstat.zfs.misc.arcstats.mfu_ghost_size # TYPE node_zfs_arc_mfu_ghost_size untyped node_zfs_arc_mfu_ghost_size 0 # HELP node_zfs_arc_mfu_hits kstat.zfs.misc.arcstats.mfu_hits # TYPE node_zfs_arc_mfu_hits untyped node_zfs_arc_mfu_hits 0 # HELP node_zfs_arc_mfu_metadata kstat.zfs.misc.arcstats.mfu_metadata # TYPE node_zfs_arc_mfu_metadata untyped node_zfs_arc_mfu_metadata 0 # HELP node_zfs_arc_mfu_size kstat.zfs.misc.arcstats.mfu_size # TYPE node_zfs_arc_mfu_size untyped node_zfs_arc_mfu_size 0 # HELP node_zfs_arc_misses kstat.zfs.misc.arcstats.misses # TYPE node_zfs_arc_misses untyped node_zfs_arc_misses 0 # HELP node_zfs_arc_mru_data kstat.zfs.misc.arcstats.mru_data # TYPE node_zfs_arc_mru_data untyped node_zfs_arc_mru_data 0 # HELP node_zfs_arc_mru_evictable_data kstat.zfs.misc.arcstats.mru_evictable_data # TYPE node_zfs_arc_mru_evictable_data untyped node_zfs_arc_mru_evictable_data 0 # HELP node_zfs_arc_mru_evictable_metadata kstat.zfs.misc.arcstats.mru_evictable_metadata # TYPE node_zfs_arc_mru_evictable_metadata untyped node_zfs_arc_mru_evictable_metadata 0 # HELP node_zfs_arc_mru_ghost_data kstat.zfs.misc.arcstats.mru_ghost_data # TYPE node_zfs_arc_mru_ghost_data untyped node_zfs_arc_mru_ghost_data 0 # HELP node_zfs_arc_mru_ghost_evictable_data kstat.zfs.misc.arcstats.mru_ghost_evictable_data # TYPE node_zfs_arc_mru_ghost_evictable_data untyped node_zfs_arc_mru_ghost_evictable_data 0 # HELP node_zfs_arc_mru_ghost_evictable_metadata kstat.zfs.misc.arcstats.mru_ghost_evictable_metadata # TYPE node_zfs_arc_mru_ghost_evictable_metadata untyped node_zfs_arc_mru_ghost_evictable_metadata 0 # HELP node_zfs_arc_mru_ghost_hits kstat.zfs.misc.arcstats.mru_ghost_hits # TYPE node_zfs_arc_mru_ghost_hits untyped node_zfs_arc_mru_ghost_hits 0 # HELP node_zfs_arc_mru_ghost_metadata kstat.zfs.misc.arcstats.mru_ghost_metadata # TYPE node_zfs_arc_mru_ghost_metadata untyped node_zfs_arc_mru_ghost_metadata 0 # HELP node_zfs_arc_mru_ghost_size kstat.zfs.misc.arcstats.mru_ghost_size # TYPE node_zfs_arc_mru_ghost_size untyped node_zfs_arc_mru_ghost_size 0 # HELP node_zfs_arc_mru_hits kstat.zfs.misc.arcstats.mru_hits # TYPE node_zfs_arc_mru_hits untyped node_zfs_arc_mru_hits 0 # HELP node_zfs_arc_mru_metadata kstat.zfs.misc.arcstats.mru_metadata # TYPE node_zfs_arc_mru_metadata untyped node_zfs_arc_mru_metadata 0 # HELP node_zfs_arc_mru_size kstat.zfs.misc.arcstats.mru_size # TYPE node_zfs_arc_mru_size untyped node_zfs_arc_mru_size 0 # HELP node_zfs_arc_mutex_miss kstat.zfs.misc.arcstats.mutex_miss # TYPE node_zfs_arc_mutex_miss untyped node_zfs_arc_mutex_miss 0 # HELP node_zfs_arc_overhead_size kstat.zfs.misc.arcstats.overhead_size # TYPE node_zfs_arc_overhead_size untyped node_zfs_arc_overhead_size 0 # HELP node_zfs_arc_pd kstat.zfs.misc.arcstats.pd # TYPE node_zfs_arc_pd untyped node_zfs_arc_pd 2.147483648e+09 # HELP node_zfs_arc_pm kstat.zfs.misc.arcstats.pm # TYPE node_zfs_arc_pm untyped node_zfs_arc_pm 2.147483648e+09 # HELP node_zfs_arc_predictive_prefetch kstat.zfs.misc.arcstats.predictive_prefetch # TYPE node_zfs_arc_predictive_prefetch untyped node_zfs_arc_predictive_prefetch 0 # HELP node_zfs_arc_prefetch_data_hits kstat.zfs.misc.arcstats.prefetch_data_hits # TYPE node_zfs_arc_prefetch_data_hits untyped node_zfs_arc_prefetch_data_hits 0 # HELP node_zfs_arc_prefetch_data_iohits kstat.zfs.misc.arcstats.prefetch_data_iohits # TYPE node_zfs_arc_prefetch_data_iohits untyped node_zfs_arc_prefetch_data_iohits 0 # HELP node_zfs_arc_prefetch_data_misses kstat.zfs.misc.arcstats.prefetch_data_misses # TYPE node_zfs_arc_prefetch_data_misses untyped node_zfs_arc_prefetch_data_misses 0 # HELP node_zfs_arc_prefetch_metadata_hits kstat.zfs.misc.arcstats.prefetch_metadata_hits # TYPE node_zfs_arc_prefetch_metadata_hits untyped node_zfs_arc_prefetch_metadata_hits 0 # HELP node_zfs_arc_prefetch_metadata_iohits kstat.zfs.misc.arcstats.prefetch_metadata_iohits # TYPE node_zfs_arc_prefetch_metadata_iohits untyped node_zfs_arc_prefetch_metadata_iohits 0 # HELP node_zfs_arc_prefetch_metadata_misses kstat.zfs.misc.arcstats.prefetch_metadata_misses # TYPE node_zfs_arc_prefetch_metadata_misses untyped node_zfs_arc_prefetch_metadata_misses 0 # HELP node_zfs_arc_prescient_prefetch kstat.zfs.misc.arcstats.prescient_prefetch # TYPE node_zfs_arc_prescient_prefetch untyped node_zfs_arc_prescient_prefetch 0 # HELP node_zfs_arc_size kstat.zfs.misc.arcstats.size # TYPE node_zfs_arc_size untyped node_zfs_arc_size 1920 # HELP node_zfs_arc_uncached_data kstat.zfs.misc.arcstats.uncached_data # TYPE node_zfs_arc_uncached_data untyped node_zfs_arc_uncached_data 0 # HELP node_zfs_arc_uncached_evictable_data kstat.zfs.misc.arcstats.uncached_evictable_data # TYPE node_zfs_arc_uncached_evictable_data untyped node_zfs_arc_uncached_evictable_data 0 # HELP node_zfs_arc_uncached_evictable_metadata kstat.zfs.misc.arcstats.uncached_evictable_metadata # TYPE node_zfs_arc_uncached_evictable_metadata untyped node_zfs_arc_uncached_evictable_metadata 0 # HELP node_zfs_arc_uncached_hits kstat.zfs.misc.arcstats.uncached_hits # TYPE node_zfs_arc_uncached_hits untyped node_zfs_arc_uncached_hits 0 # HELP node_zfs_arc_uncached_metadata kstat.zfs.misc.arcstats.uncached_metadata # TYPE node_zfs_arc_uncached_metadata untyped node_zfs_arc_uncached_metadata 0 # HELP node_zfs_arc_uncached_size kstat.zfs.misc.arcstats.uncached_size # TYPE node_zfs_arc_uncached_size untyped node_zfs_arc_uncached_size 0 # HELP node_zfs_arc_uncompressed_size kstat.zfs.misc.arcstats.uncompressed_size # TYPE node_zfs_arc_uncompressed_size untyped node_zfs_arc_uncompressed_size 0 # HELP node_zfs_dbuf_cache_count kstat.zfs.misc.dbufstats.cache_count # TYPE node_zfs_dbuf_cache_count untyped node_zfs_dbuf_cache_count 0 # HELP node_zfs_dbuf_cache_hiwater_bytes kstat.zfs.misc.dbufstats.cache_hiwater_bytes # TYPE node_zfs_dbuf_cache_hiwater_bytes untyped node_zfs_dbuf_cache_hiwater_bytes 3.5915308e+07 # HELP node_zfs_dbuf_cache_level_0 kstat.zfs.misc.dbufstats.cache_level_0 # TYPE node_zfs_dbuf_cache_level_0 untyped node_zfs_dbuf_cache_level_0 0 # HELP node_zfs_dbuf_cache_level_0_bytes kstat.zfs.misc.dbufstats.cache_level_0_bytes # TYPE node_zfs_dbuf_cache_level_0_bytes untyped node_zfs_dbuf_cache_level_0_bytes 0 # HELP node_zfs_dbuf_cache_level_1 kstat.zfs.misc.dbufstats.cache_level_1 # TYPE node_zfs_dbuf_cache_level_1 untyped node_zfs_dbuf_cache_level_1 0 # HELP node_zfs_dbuf_cache_level_10 kstat.zfs.misc.dbufstats.cache_level_10 # TYPE node_zfs_dbuf_cache_level_10 untyped node_zfs_dbuf_cache_level_10 0 # HELP node_zfs_dbuf_cache_level_10_bytes kstat.zfs.misc.dbufstats.cache_level_10_bytes # TYPE node_zfs_dbuf_cache_level_10_bytes untyped node_zfs_dbuf_cache_level_10_bytes 0 # HELP node_zfs_dbuf_cache_level_11 kstat.zfs.misc.dbufstats.cache_level_11 # TYPE node_zfs_dbuf_cache_level_11 untyped node_zfs_dbuf_cache_level_11 0 # HELP node_zfs_dbuf_cache_level_11_bytes kstat.zfs.misc.dbufstats.cache_level_11_bytes # TYPE node_zfs_dbuf_cache_level_11_bytes untyped node_zfs_dbuf_cache_level_11_bytes 0 # HELP node_zfs_dbuf_cache_level_1_bytes kstat.zfs.misc.dbufstats.cache_level_1_bytes # TYPE node_zfs_dbuf_cache_level_1_bytes untyped node_zfs_dbuf_cache_level_1_bytes 0 # HELP node_zfs_dbuf_cache_level_2 kstat.zfs.misc.dbufstats.cache_level_2 # TYPE node_zfs_dbuf_cache_level_2 untyped node_zfs_dbuf_cache_level_2 0 # HELP node_zfs_dbuf_cache_level_2_bytes kstat.zfs.misc.dbufstats.cache_level_2_bytes # TYPE node_zfs_dbuf_cache_level_2_bytes untyped node_zfs_dbuf_cache_level_2_bytes 0 # HELP node_zfs_dbuf_cache_level_3 kstat.zfs.misc.dbufstats.cache_level_3 # TYPE node_zfs_dbuf_cache_level_3 untyped node_zfs_dbuf_cache_level_3 0 # HELP node_zfs_dbuf_cache_level_3_bytes kstat.zfs.misc.dbufstats.cache_level_3_bytes # TYPE node_zfs_dbuf_cache_level_3_bytes untyped node_zfs_dbuf_cache_level_3_bytes 0 # HELP node_zfs_dbuf_cache_level_4 kstat.zfs.misc.dbufstats.cache_level_4 # TYPE node_zfs_dbuf_cache_level_4 untyped node_zfs_dbuf_cache_level_4 0 # HELP node_zfs_dbuf_cache_level_4_bytes kstat.zfs.misc.dbufstats.cache_level_4_bytes # TYPE node_zfs_dbuf_cache_level_4_bytes untyped node_zfs_dbuf_cache_level_4_bytes 0 # HELP node_zfs_dbuf_cache_level_5 kstat.zfs.misc.dbufstats.cache_level_5 # TYPE node_zfs_dbuf_cache_level_5 untyped node_zfs_dbuf_cache_level_5 0 # HELP node_zfs_dbuf_cache_level_5_bytes kstat.zfs.misc.dbufstats.cache_level_5_bytes # TYPE node_zfs_dbuf_cache_level_5_bytes untyped node_zfs_dbuf_cache_level_5_bytes 0 # HELP node_zfs_dbuf_cache_level_6 kstat.zfs.misc.dbufstats.cache_level_6 # TYPE node_zfs_dbuf_cache_level_6 untyped node_zfs_dbuf_cache_level_6 0 # HELP node_zfs_dbuf_cache_level_6_bytes kstat.zfs.misc.dbufstats.cache_level_6_bytes # TYPE node_zfs_dbuf_cache_level_6_bytes untyped node_zfs_dbuf_cache_level_6_bytes 0 # HELP node_zfs_dbuf_cache_level_7 kstat.zfs.misc.dbufstats.cache_level_7 # TYPE node_zfs_dbuf_cache_level_7 untyped node_zfs_dbuf_cache_level_7 0 # HELP node_zfs_dbuf_cache_level_7_bytes kstat.zfs.misc.dbufstats.cache_level_7_bytes # TYPE node_zfs_dbuf_cache_level_7_bytes untyped node_zfs_dbuf_cache_level_7_bytes 0 # HELP node_zfs_dbuf_cache_level_8 kstat.zfs.misc.dbufstats.cache_level_8 # TYPE node_zfs_dbuf_cache_level_8 untyped node_zfs_dbuf_cache_level_8 0 # HELP node_zfs_dbuf_cache_level_8_bytes kstat.zfs.misc.dbufstats.cache_level_8_bytes # TYPE node_zfs_dbuf_cache_level_8_bytes untyped node_zfs_dbuf_cache_level_8_bytes 0 # HELP node_zfs_dbuf_cache_level_9 kstat.zfs.misc.dbufstats.cache_level_9 # TYPE node_zfs_dbuf_cache_level_9 untyped node_zfs_dbuf_cache_level_9 0 # HELP node_zfs_dbuf_cache_level_9_bytes kstat.zfs.misc.dbufstats.cache_level_9_bytes # TYPE node_zfs_dbuf_cache_level_9_bytes untyped node_zfs_dbuf_cache_level_9_bytes 0 # HELP node_zfs_dbuf_cache_lowater_bytes kstat.zfs.misc.dbufstats.cache_lowater_bytes # TYPE node_zfs_dbuf_cache_lowater_bytes untyped node_zfs_dbuf_cache_lowater_bytes 2.9385252e+07 # HELP node_zfs_dbuf_cache_size_bytes kstat.zfs.misc.dbufstats.cache_size_bytes # TYPE node_zfs_dbuf_cache_size_bytes untyped node_zfs_dbuf_cache_size_bytes 0 # HELP node_zfs_dbuf_cache_size_bytes_max kstat.zfs.misc.dbufstats.cache_size_bytes_max # TYPE node_zfs_dbuf_cache_size_bytes_max untyped node_zfs_dbuf_cache_size_bytes_max 0 # HELP node_zfs_dbuf_cache_target_bytes kstat.zfs.misc.dbufstats.cache_target_bytes # TYPE node_zfs_dbuf_cache_target_bytes untyped node_zfs_dbuf_cache_target_bytes 3.265028e+07 # HELP node_zfs_dbuf_cache_total_evicts kstat.zfs.misc.dbufstats.cache_total_evicts # TYPE node_zfs_dbuf_cache_total_evicts untyped node_zfs_dbuf_cache_total_evicts 0 # HELP node_zfs_dbuf_hash_chain_max kstat.zfs.misc.dbufstats.hash_chain_max # TYPE node_zfs_dbuf_hash_chain_max untyped node_zfs_dbuf_hash_chain_max 0 # HELP node_zfs_dbuf_hash_chains kstat.zfs.misc.dbufstats.hash_chains # TYPE node_zfs_dbuf_hash_chains untyped node_zfs_dbuf_hash_chains 0 # HELP node_zfs_dbuf_hash_collisions kstat.zfs.misc.dbufstats.hash_collisions # TYPE node_zfs_dbuf_hash_collisions untyped node_zfs_dbuf_hash_collisions 0 # HELP node_zfs_dbuf_hash_elements kstat.zfs.misc.dbufstats.hash_elements # TYPE node_zfs_dbuf_hash_elements untyped node_zfs_dbuf_hash_elements 0 # HELP node_zfs_dbuf_hash_hits kstat.zfs.misc.dbufstats.hash_hits # TYPE node_zfs_dbuf_hash_hits untyped node_zfs_dbuf_hash_hits 0 # HELP node_zfs_dbuf_hash_insert_race kstat.zfs.misc.dbufstats.hash_insert_race # TYPE node_zfs_dbuf_hash_insert_race untyped node_zfs_dbuf_hash_insert_race 0 # HELP node_zfs_dbuf_hash_misses kstat.zfs.misc.dbufstats.hash_misses # TYPE node_zfs_dbuf_hash_misses untyped node_zfs_dbuf_hash_misses 0 # HELP node_zfs_dbuf_hash_mutex_count kstat.zfs.misc.dbufstats.hash_mutex_count # TYPE node_zfs_dbuf_hash_mutex_count untyped node_zfs_dbuf_hash_mutex_count 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 524288 # HELP node_zfs_dbuf_metadata_cache_count kstat.zfs.misc.dbufstats.metadata_cache_count # TYPE node_zfs_dbuf_metadata_cache_count untyped node_zfs_dbuf_metadata_cache_count 0 # HELP node_zfs_dbuf_metadata_cache_overflow kstat.zfs.misc.dbufstats.metadata_cache_overflow # TYPE node_zfs_dbuf_metadata_cache_overflow untyped node_zfs_dbuf_metadata_cache_overflow 0 # HELP node_zfs_dbuf_metadata_cache_size_bytes kstat.zfs.misc.dbufstats.metadata_cache_size_bytes # TYPE node_zfs_dbuf_metadata_cache_size_bytes untyped node_zfs_dbuf_metadata_cache_size_bytes 0 # HELP node_zfs_dbuf_metadata_cache_size_bytes_max kstat.zfs.misc.dbufstats.metadata_cache_size_bytes_max # TYPE node_zfs_dbuf_metadata_cache_size_bytes_max untyped node_zfs_dbuf_metadata_cache_size_bytes_max 0 # HELP node_zfs_dmu_tx_dmu_tx_assigned kstat.zfs.misc.dmu_tx.dmu_tx_assigned # TYPE node_zfs_dmu_tx_dmu_tx_assigned untyped node_zfs_dmu_tx_dmu_tx_assigned 0 # HELP node_zfs_dmu_tx_dmu_tx_delay kstat.zfs.misc.dmu_tx.dmu_tx_delay # TYPE node_zfs_dmu_tx_dmu_tx_delay untyped node_zfs_dmu_tx_dmu_tx_delay 0 # HELP node_zfs_dmu_tx_dmu_tx_dirty_delay kstat.zfs.misc.dmu_tx.dmu_tx_dirty_delay # TYPE node_zfs_dmu_tx_dmu_tx_dirty_delay untyped node_zfs_dmu_tx_dmu_tx_dirty_delay 0 # HELP node_zfs_dmu_tx_dmu_tx_dirty_frees_delay kstat.zfs.misc.dmu_tx.dmu_tx_dirty_frees_delay # TYPE node_zfs_dmu_tx_dmu_tx_dirty_frees_delay untyped node_zfs_dmu_tx_dmu_tx_dirty_frees_delay 0 # HELP node_zfs_dmu_tx_dmu_tx_dirty_over_max kstat.zfs.misc.dmu_tx.dmu_tx_dirty_over_max # TYPE node_zfs_dmu_tx_dmu_tx_dirty_over_max untyped node_zfs_dmu_tx_dmu_tx_dirty_over_max 0 # HELP node_zfs_dmu_tx_dmu_tx_dirty_throttle kstat.zfs.misc.dmu_tx.dmu_tx_dirty_throttle # TYPE node_zfs_dmu_tx_dmu_tx_dirty_throttle untyped node_zfs_dmu_tx_dmu_tx_dirty_throttle 0 # HELP node_zfs_dmu_tx_dmu_tx_error kstat.zfs.misc.dmu_tx.dmu_tx_error # TYPE node_zfs_dmu_tx_dmu_tx_error untyped node_zfs_dmu_tx_dmu_tx_error 0 # HELP node_zfs_dmu_tx_dmu_tx_group kstat.zfs.misc.dmu_tx.dmu_tx_group # TYPE node_zfs_dmu_tx_dmu_tx_group untyped node_zfs_dmu_tx_dmu_tx_group 0 # HELP node_zfs_dmu_tx_dmu_tx_memory_reclaim kstat.zfs.misc.dmu_tx.dmu_tx_memory_reclaim # TYPE node_zfs_dmu_tx_dmu_tx_memory_reclaim untyped node_zfs_dmu_tx_dmu_tx_memory_reclaim 0 # HELP node_zfs_dmu_tx_dmu_tx_memory_reserve kstat.zfs.misc.dmu_tx.dmu_tx_memory_reserve # TYPE node_zfs_dmu_tx_dmu_tx_memory_reserve untyped node_zfs_dmu_tx_dmu_tx_memory_reserve 0 # HELP node_zfs_dmu_tx_dmu_tx_quota kstat.zfs.misc.dmu_tx.dmu_tx_quota # TYPE node_zfs_dmu_tx_dmu_tx_quota untyped node_zfs_dmu_tx_dmu_tx_quota 0 # HELP node_zfs_dmu_tx_dmu_tx_suspended kstat.zfs.misc.dmu_tx.dmu_tx_suspended # TYPE node_zfs_dmu_tx_dmu_tx_suspended untyped node_zfs_dmu_tx_dmu_tx_suspended 0 # HELP node_zfs_dmu_tx_dmu_tx_wrlog_delay kstat.zfs.misc.dmu_tx.dmu_tx_wrlog_delay # TYPE node_zfs_dmu_tx_dmu_tx_wrlog_delay untyped node_zfs_dmu_tx_dmu_tx_wrlog_delay 0 # HELP node_zfs_dnode_dnode_alloc_next_block kstat.zfs.misc.dnodestats.dnode_alloc_next_block # TYPE node_zfs_dnode_dnode_alloc_next_block untyped node_zfs_dnode_dnode_alloc_next_block 0 # HELP node_zfs_dnode_dnode_alloc_next_chunk kstat.zfs.misc.dnodestats.dnode_alloc_next_chunk # TYPE node_zfs_dnode_dnode_alloc_next_chunk untyped node_zfs_dnode_dnode_alloc_next_chunk 0 # HELP node_zfs_dnode_dnode_alloc_race kstat.zfs.misc.dnodestats.dnode_alloc_race # TYPE node_zfs_dnode_dnode_alloc_race untyped node_zfs_dnode_dnode_alloc_race 0 # HELP node_zfs_dnode_dnode_allocate kstat.zfs.misc.dnodestats.dnode_allocate # TYPE node_zfs_dnode_dnode_allocate untyped node_zfs_dnode_dnode_allocate 0 # HELP node_zfs_dnode_dnode_buf_evict kstat.zfs.misc.dnodestats.dnode_buf_evict # TYPE node_zfs_dnode_dnode_buf_evict untyped node_zfs_dnode_dnode_buf_evict 0 # HELP node_zfs_dnode_dnode_free_interior_lock_retry kstat.zfs.misc.dnodestats.dnode_free_interior_lock_retry # TYPE node_zfs_dnode_dnode_free_interior_lock_retry untyped node_zfs_dnode_dnode_free_interior_lock_retry 0 # HELP node_zfs_dnode_dnode_hold_alloc_hits kstat.zfs.misc.dnodestats.dnode_hold_alloc_hits # TYPE node_zfs_dnode_dnode_hold_alloc_hits untyped node_zfs_dnode_dnode_hold_alloc_hits 0 # HELP node_zfs_dnode_dnode_hold_alloc_interior kstat.zfs.misc.dnodestats.dnode_hold_alloc_interior # TYPE node_zfs_dnode_dnode_hold_alloc_interior untyped node_zfs_dnode_dnode_hold_alloc_interior 0 # HELP node_zfs_dnode_dnode_hold_alloc_lock_misses kstat.zfs.misc.dnodestats.dnode_hold_alloc_lock_misses # TYPE node_zfs_dnode_dnode_hold_alloc_lock_misses untyped node_zfs_dnode_dnode_hold_alloc_lock_misses 0 # HELP node_zfs_dnode_dnode_hold_alloc_lock_retry kstat.zfs.misc.dnodestats.dnode_hold_alloc_lock_retry # TYPE node_zfs_dnode_dnode_hold_alloc_lock_retry untyped node_zfs_dnode_dnode_hold_alloc_lock_retry 0 # HELP node_zfs_dnode_dnode_hold_alloc_misses kstat.zfs.misc.dnodestats.dnode_hold_alloc_misses # TYPE node_zfs_dnode_dnode_hold_alloc_misses untyped node_zfs_dnode_dnode_hold_alloc_misses 0 # HELP node_zfs_dnode_dnode_hold_alloc_type_none kstat.zfs.misc.dnodestats.dnode_hold_alloc_type_none # TYPE node_zfs_dnode_dnode_hold_alloc_type_none untyped node_zfs_dnode_dnode_hold_alloc_type_none 0 # HELP node_zfs_dnode_dnode_hold_dbuf_hold kstat.zfs.misc.dnodestats.dnode_hold_dbuf_hold # TYPE node_zfs_dnode_dnode_hold_dbuf_hold untyped node_zfs_dnode_dnode_hold_dbuf_hold 0 # HELP node_zfs_dnode_dnode_hold_dbuf_read kstat.zfs.misc.dnodestats.dnode_hold_dbuf_read # TYPE node_zfs_dnode_dnode_hold_dbuf_read untyped node_zfs_dnode_dnode_hold_dbuf_read 0 # HELP node_zfs_dnode_dnode_hold_free_hits kstat.zfs.misc.dnodestats.dnode_hold_free_hits # TYPE node_zfs_dnode_dnode_hold_free_hits untyped node_zfs_dnode_dnode_hold_free_hits 0 # HELP node_zfs_dnode_dnode_hold_free_lock_misses kstat.zfs.misc.dnodestats.dnode_hold_free_lock_misses # TYPE node_zfs_dnode_dnode_hold_free_lock_misses untyped node_zfs_dnode_dnode_hold_free_lock_misses 0 # HELP node_zfs_dnode_dnode_hold_free_lock_retry kstat.zfs.misc.dnodestats.dnode_hold_free_lock_retry # TYPE node_zfs_dnode_dnode_hold_free_lock_retry untyped node_zfs_dnode_dnode_hold_free_lock_retry 0 # HELP node_zfs_dnode_dnode_hold_free_misses kstat.zfs.misc.dnodestats.dnode_hold_free_misses # TYPE node_zfs_dnode_dnode_hold_free_misses untyped node_zfs_dnode_dnode_hold_free_misses 0 # HELP node_zfs_dnode_dnode_hold_free_overflow kstat.zfs.misc.dnodestats.dnode_hold_free_overflow # TYPE node_zfs_dnode_dnode_hold_free_overflow untyped node_zfs_dnode_dnode_hold_free_overflow 0 # HELP node_zfs_dnode_dnode_hold_free_refcount kstat.zfs.misc.dnodestats.dnode_hold_free_refcount # TYPE node_zfs_dnode_dnode_hold_free_refcount untyped node_zfs_dnode_dnode_hold_free_refcount 0 # HELP node_zfs_dnode_dnode_move_active kstat.zfs.misc.dnodestats.dnode_move_active # TYPE node_zfs_dnode_dnode_move_active untyped node_zfs_dnode_dnode_move_active 0 # HELP node_zfs_dnode_dnode_move_handle kstat.zfs.misc.dnodestats.dnode_move_handle # TYPE node_zfs_dnode_dnode_move_handle untyped node_zfs_dnode_dnode_move_handle 0 # HELP node_zfs_dnode_dnode_move_invalid kstat.zfs.misc.dnodestats.dnode_move_invalid # TYPE node_zfs_dnode_dnode_move_invalid untyped node_zfs_dnode_dnode_move_invalid 0 # HELP node_zfs_dnode_dnode_move_recheck1 kstat.zfs.misc.dnodestats.dnode_move_recheck1 # TYPE node_zfs_dnode_dnode_move_recheck1 untyped node_zfs_dnode_dnode_move_recheck1 0 # HELP node_zfs_dnode_dnode_move_recheck2 kstat.zfs.misc.dnodestats.dnode_move_recheck2 # TYPE node_zfs_dnode_dnode_move_recheck2 untyped node_zfs_dnode_dnode_move_recheck2 0 # HELP node_zfs_dnode_dnode_move_rwlock kstat.zfs.misc.dnodestats.dnode_move_rwlock # TYPE node_zfs_dnode_dnode_move_rwlock untyped node_zfs_dnode_dnode_move_rwlock 0 # HELP node_zfs_dnode_dnode_move_special kstat.zfs.misc.dnodestats.dnode_move_special # TYPE node_zfs_dnode_dnode_move_special untyped node_zfs_dnode_dnode_move_special 0 # HELP node_zfs_dnode_dnode_reallocate kstat.zfs.misc.dnodestats.dnode_reallocate # TYPE node_zfs_dnode_dnode_reallocate untyped node_zfs_dnode_dnode_reallocate 0 # HELP node_zfs_fm_erpt_dropped kstat.zfs.misc.fm.erpt-dropped # TYPE node_zfs_fm_erpt_dropped untyped node_zfs_fm_erpt_dropped 0 # HELP node_zfs_fm_erpt_duplicates kstat.zfs.misc.fm.erpt-duplicates # TYPE node_zfs_fm_erpt_duplicates untyped node_zfs_fm_erpt_duplicates 0 # HELP node_zfs_fm_erpt_set_failed kstat.zfs.misc.fm.erpt-set-failed # TYPE node_zfs_fm_erpt_set_failed untyped node_zfs_fm_erpt_set_failed 0 # HELP node_zfs_fm_fmri_set_failed kstat.zfs.misc.fm.fmri-set-failed # TYPE node_zfs_fm_fmri_set_failed untyped node_zfs_fm_fmri_set_failed 0 # HELP node_zfs_fm_payload_set_failed kstat.zfs.misc.fm.payload-set-failed # TYPE node_zfs_fm_payload_set_failed untyped node_zfs_fm_payload_set_failed 0 # HELP node_zfs_vdev_mirror_non_rotating_linear kstat.zfs.misc.vdev_mirror_stats.non_rotating_linear # TYPE node_zfs_vdev_mirror_non_rotating_linear untyped node_zfs_vdev_mirror_non_rotating_linear 0 # HELP node_zfs_vdev_mirror_non_rotating_seek kstat.zfs.misc.vdev_mirror_stats.non_rotating_seek # TYPE node_zfs_vdev_mirror_non_rotating_seek untyped node_zfs_vdev_mirror_non_rotating_seek 0 # HELP node_zfs_vdev_mirror_preferred_found kstat.zfs.misc.vdev_mirror_stats.preferred_found # TYPE node_zfs_vdev_mirror_preferred_found untyped node_zfs_vdev_mirror_preferred_found 0 # HELP node_zfs_vdev_mirror_preferred_not_found kstat.zfs.misc.vdev_mirror_stats.preferred_not_found # TYPE node_zfs_vdev_mirror_preferred_not_found untyped node_zfs_vdev_mirror_preferred_not_found 0 # HELP node_zfs_vdev_mirror_rotating_linear kstat.zfs.misc.vdev_mirror_stats.rotating_linear # TYPE node_zfs_vdev_mirror_rotating_linear untyped node_zfs_vdev_mirror_rotating_linear 0 # HELP node_zfs_vdev_mirror_rotating_offset kstat.zfs.misc.vdev_mirror_stats.rotating_offset # TYPE node_zfs_vdev_mirror_rotating_offset untyped node_zfs_vdev_mirror_rotating_offset 0 # HELP node_zfs_vdev_mirror_rotating_seek kstat.zfs.misc.vdev_mirror_stats.rotating_seek # TYPE node_zfs_vdev_mirror_rotating_seek untyped node_zfs_vdev_mirror_rotating_seek 0 # HELP node_zfs_zfetch_future kstat.zfs.misc.zfetchstats.future # TYPE node_zfs_zfetch_future untyped node_zfs_zfetch_future 0 # HELP node_zfs_zfetch_hits kstat.zfs.misc.zfetchstats.hits # TYPE node_zfs_zfetch_hits untyped node_zfs_zfetch_hits 0 # HELP node_zfs_zfetch_io_active kstat.zfs.misc.zfetchstats.io_active # TYPE node_zfs_zfetch_io_active untyped node_zfs_zfetch_io_active 0 # HELP node_zfs_zfetch_io_issued kstat.zfs.misc.zfetchstats.io_issued # TYPE node_zfs_zfetch_io_issued untyped node_zfs_zfetch_io_issued 0 # HELP node_zfs_zfetch_max_streams kstat.zfs.misc.zfetchstats.max_streams # TYPE node_zfs_zfetch_max_streams untyped node_zfs_zfetch_max_streams 0 # HELP node_zfs_zfetch_misses kstat.zfs.misc.zfetchstats.misses # TYPE node_zfs_zfetch_misses untyped node_zfs_zfetch_misses 0 # HELP node_zfs_zfetch_past kstat.zfs.misc.zfetchstats.past # TYPE node_zfs_zfetch_past untyped node_zfs_zfetch_past 0 # HELP node_zfs_zfetch_stride kstat.zfs.misc.zfetchstats.stride # TYPE node_zfs_zfetch_stride untyped node_zfs_zfetch_stride 0 # HELP node_zfs_zil_zil_commit_count kstat.zfs.misc.zil.zil_commit_count # TYPE node_zfs_zil_zil_commit_count untyped node_zfs_zil_zil_commit_count 0 # HELP node_zfs_zil_zil_commit_crash_count kstat.zfs.misc.zil.zil_commit_crash_count # TYPE node_zfs_zil_zil_commit_crash_count untyped node_zfs_zil_zil_commit_crash_count 0 # HELP node_zfs_zil_zil_commit_error_count kstat.zfs.misc.zil.zil_commit_error_count # TYPE node_zfs_zil_zil_commit_error_count untyped node_zfs_zil_zil_commit_error_count 0 # HELP node_zfs_zil_zil_commit_stall_count kstat.zfs.misc.zil.zil_commit_stall_count # TYPE node_zfs_zil_zil_commit_stall_count untyped node_zfs_zil_zil_commit_stall_count 0 # HELP node_zfs_zil_zil_commit_suspend_count kstat.zfs.misc.zil.zil_commit_suspend_count # TYPE node_zfs_zil_zil_commit_suspend_count untyped node_zfs_zil_zil_commit_suspend_count 0 # HELP node_zfs_zil_zil_commit_writer_count kstat.zfs.misc.zil.zil_commit_writer_count # TYPE node_zfs_zil_zil_commit_writer_count untyped node_zfs_zil_zil_commit_writer_count 0 # HELP node_zfs_zil_zil_itx_copied_bytes kstat.zfs.misc.zil.zil_itx_copied_bytes # TYPE node_zfs_zil_zil_itx_copied_bytes untyped node_zfs_zil_zil_itx_copied_bytes 0 # HELP node_zfs_zil_zil_itx_copied_count kstat.zfs.misc.zil.zil_itx_copied_count # TYPE node_zfs_zil_zil_itx_copied_count untyped node_zfs_zil_zil_itx_copied_count 0 # HELP node_zfs_zil_zil_itx_count kstat.zfs.misc.zil.zil_itx_count # TYPE node_zfs_zil_zil_itx_count untyped node_zfs_zil_zil_itx_count 0 # HELP node_zfs_zil_zil_itx_indirect_bytes kstat.zfs.misc.zil.zil_itx_indirect_bytes # TYPE node_zfs_zil_zil_itx_indirect_bytes untyped node_zfs_zil_zil_itx_indirect_bytes 0 # HELP node_zfs_zil_zil_itx_indirect_count kstat.zfs.misc.zil.zil_itx_indirect_count # TYPE node_zfs_zil_zil_itx_indirect_count untyped node_zfs_zil_zil_itx_indirect_count 0 # HELP node_zfs_zil_zil_itx_metaslab_normal_alloc kstat.zfs.misc.zil.zil_itx_metaslab_normal_alloc # TYPE node_zfs_zil_zil_itx_metaslab_normal_alloc untyped node_zfs_zil_zil_itx_metaslab_normal_alloc 0 # HELP node_zfs_zil_zil_itx_metaslab_normal_bytes kstat.zfs.misc.zil.zil_itx_metaslab_normal_bytes # TYPE node_zfs_zil_zil_itx_metaslab_normal_bytes untyped node_zfs_zil_zil_itx_metaslab_normal_bytes 0 # HELP node_zfs_zil_zil_itx_metaslab_normal_count kstat.zfs.misc.zil.zil_itx_metaslab_normal_count # TYPE node_zfs_zil_zil_itx_metaslab_normal_count untyped node_zfs_zil_zil_itx_metaslab_normal_count 0 # HELP node_zfs_zil_zil_itx_metaslab_normal_write kstat.zfs.misc.zil.zil_itx_metaslab_normal_write # TYPE node_zfs_zil_zil_itx_metaslab_normal_write untyped node_zfs_zil_zil_itx_metaslab_normal_write 0 # HELP node_zfs_zil_zil_itx_metaslab_slog_alloc kstat.zfs.misc.zil.zil_itx_metaslab_slog_alloc # TYPE node_zfs_zil_zil_itx_metaslab_slog_alloc untyped node_zfs_zil_zil_itx_metaslab_slog_alloc 0 # HELP node_zfs_zil_zil_itx_metaslab_slog_bytes kstat.zfs.misc.zil.zil_itx_metaslab_slog_bytes # TYPE node_zfs_zil_zil_itx_metaslab_slog_bytes untyped node_zfs_zil_zil_itx_metaslab_slog_bytes 0 # HELP node_zfs_zil_zil_itx_metaslab_slog_count kstat.zfs.misc.zil.zil_itx_metaslab_slog_count # TYPE node_zfs_zil_zil_itx_metaslab_slog_count untyped node_zfs_zil_zil_itx_metaslab_slog_count 0 # HELP node_zfs_zil_zil_itx_metaslab_slog_write kstat.zfs.misc.zil.zil_itx_metaslab_slog_write # TYPE node_zfs_zil_zil_itx_metaslab_slog_write untyped node_zfs_zil_zil_itx_metaslab_slog_write 0 # HELP node_zfs_zil_zil_itx_needcopy_bytes kstat.zfs.misc.zil.zil_itx_needcopy_bytes # TYPE node_zfs_zil_zil_itx_needcopy_bytes untyped node_zfs_zil_zil_itx_needcopy_bytes 0 # HELP node_zfs_zil_zil_itx_needcopy_count kstat.zfs.misc.zil.zil_itx_needcopy_count # TYPE node_zfs_zil_zil_itx_needcopy_count untyped node_zfs_zil_zil_itx_needcopy_count 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 8077.51 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 40960 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.653673128242e+12 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.676336834508e+12 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 10 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.5300992e+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.78867613514e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.27322112e+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"} 154564 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0