# 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.4535e-05 go_gc_duration_seconds{quantile="0.25"} 1.9786e-05 go_gc_duration_seconds{quantile="0.5"} 2.2285e-05 go_gc_duration_seconds{quantile="0.75"} 2.487e-05 go_gc_duration_seconds{quantile="1"} 3.777e-05 go_gc_duration_seconds_sum 7.695115625 go_gc_duration_seconds_count 333328 # 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.70308e+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 7.1869202168e+11 # 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.721567e+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 7.16088738e+09 # 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.372832e+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.70308e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 8.347648e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.465216e+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 4771 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 6.766592e+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.1812864e+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.7846684678673267e+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 7.160892151e+09 # 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 64160 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 146880 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 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 662553 # 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 753664 # 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 753664 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.948596e+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-427349cee165"} 3 node_arp_entries{device="br-498eb406f496"} 1 node_arp_entries{device="br-6a0d59786a72"} 1 node_arp_entries{device="br-86db7df8643d"} 1 node_arp_entries{device="br-c2960fe2acbf"} 1 node_arp_entries{device="br-c7faee3e3d16"} 1 node_arp_entries{device="br0"} 19 node_arp_entries{device="docker0"} 5 # 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.784045272e+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"} 187.959 node_btrfs_commit_seconds_total{uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 0.009 # 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"} 19335 node_btrfs_commits_total{uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 1 # 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.78845845504e+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.73228032e+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.012 node_btrfs_last_commit_seconds{uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 0.009 # 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.23 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"} 102400 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"} 442368 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.17046247424e+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.10830481408e+11 node_btrfs_used_bytes{block_group_type="data",mode="single",uuid="b49dfbde-b02c-4414-9eb0-27666f9e6796"} 995328 node_btrfs_used_bytes{block_group_type="metadata",mode="dup",uuid="3b951662-c451-4e34-a57c-f10eb12d0a9f"} 3.211264e+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 1.9091699664e+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"} 710323 node_cpu_core_throttles_total{core="1",package="0"} 710323 node_cpu_core_throttles_total{core="2",package="0"} 710323 node_cpu_core_throttles_total{core="3",package="0"} 710322 node_cpu_core_throttles_total{core="4",package="0"} 515206 node_cpu_core_throttles_total{core="5",package="0"} 515206 node_cpu_core_throttles_total{core="6",package="0"} 515206 node_cpu_core_throttles_total{core="7",package="0"} 515206 # 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"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 # HELP node_cpu_package_throttles_total Number of times this CPU package has been throttled. # TYPE node_cpu_package_throttles_total counter node_cpu_package_throttles_total{package="0"} 1.219721e+06 # 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.219023e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 3.10821e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 3.286811e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 3.284772e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 3.486045e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 3.206149e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 3.242896e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 3.30961e+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"} 544118.67 node_cpu_seconds_total{cpu="0",mode="iowait"} 11969.69 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 11475.12 node_cpu_seconds_total{cpu="0",mode="softirq"} 481.54 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 19396.04 node_cpu_seconds_total{cpu="0",mode="user"} 27745.52 node_cpu_seconds_total{cpu="1",mode="idle"} 544423.66 node_cpu_seconds_total{cpu="1",mode="iowait"} 11775.45 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 8401 node_cpu_seconds_total{cpu="1",mode="softirq"} 2701.27 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 19190.5 node_cpu_seconds_total{cpu="1",mode="user"} 26978.54 node_cpu_seconds_total{cpu="2",mode="idle"} 548940.26 node_cpu_seconds_total{cpu="2",mode="iowait"} 10552.32 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 6379.77 node_cpu_seconds_total{cpu="2",mode="softirq"} 5609.51 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 18377.18 node_cpu_seconds_total{cpu="2",mode="user"} 22790.37 node_cpu_seconds_total{cpu="3",mode="idle"} 551691.08 node_cpu_seconds_total{cpu="3",mode="iowait"} 10427.56 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 9075.87 node_cpu_seconds_total{cpu="3",mode="softirq"} 2416.58 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 18294.67 node_cpu_seconds_total{cpu="3",mode="user"} 24491.68 node_cpu_seconds_total{cpu="4",mode="idle"} 542913.03 node_cpu_seconds_total{cpu="4",mode="iowait"} 13098.59 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 12769.58 node_cpu_seconds_total{cpu="4",mode="softirq"} 781.93 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 19975.18 node_cpu_seconds_total{cpu="4",mode="user"} 26126.77 node_cpu_seconds_total{cpu="5",mode="idle"} 547583.64 node_cpu_seconds_total{cpu="5",mode="iowait"} 13476.98 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 8365.96 node_cpu_seconds_total{cpu="5",mode="softirq"} 748.29 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 19889.17 node_cpu_seconds_total{cpu="5",mode="user"} 25698.16 node_cpu_seconds_total{cpu="6",mode="idle"} 548832.44 node_cpu_seconds_total{cpu="6",mode="iowait"} 13707.82 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 8869.12 node_cpu_seconds_total{cpu="6",mode="softirq"} 152 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 19510.54 node_cpu_seconds_total{cpu="6",mode="user"} 25374.02 node_cpu_seconds_total{cpu="7",mode="idle"} 549664.57 node_cpu_seconds_total{cpu="7",mode="iowait"} 12734.78 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 9073.54 node_cpu_seconds_total{cpu="7",mode="softirq"} 409.19 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 19010.72 node_cpu_seconds_total{cpu="7",mode="user"} 25314.85 # 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"} 472.135 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"} 3.260578e+08 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"} 1.436604e+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"} 425.14300000000003 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 1.824 node_disk_flush_requests_time_seconds_total{device="sda"} 0 node_disk_flush_requests_time_seconds_total{device="sdb"} 468.486 node_disk_flush_requests_time_seconds_total{device="sdc"} 133.337 node_disk_flush_requests_time_seconds_total{device="sdd"} 0 node_disk_flush_requests_time_seconds_total{device="sde"} 2418.436 node_disk_flush_requests_time_seconds_total{device="sdf"} 2475.958 node_disk_flush_requests_time_seconds_total{device="sdg"} 0.023 # 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"} 726694 node_disk_flush_requests_total{device="nvme1n1"} 592 node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 15974 node_disk_flush_requests_total{device="sdc"} 17160 node_disk_flush_requests_total{device="sdd"} 0 node_disk_flush_requests_total{device="sde"} 90134 node_disk_flush_requests_total{device="sdf"} 90191 node_disk_flush_requests_total{device="sdg"} 6 # 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.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"} 1.164 node_disk_io_time_seconds_total{device="mmcblk0boot0"} 0.076 node_disk_io_time_seconds_total{device="mmcblk0boot1"} 0.073 node_disk_io_time_seconds_total{device="mmcblk0p1"} 0.11800000000000001 node_disk_io_time_seconds_total{device="mmcblk0p2"} 0.122 node_disk_io_time_seconds_total{device="mmcblk0p3"} 0.109 node_disk_io_time_seconds_total{device="nvme0n1"} 1617.729 node_disk_io_time_seconds_total{device="nvme1n1"} 3.408 node_disk_io_time_seconds_total{device="sda"} 5.208 node_disk_io_time_seconds_total{device="sdb"} 37482.338 node_disk_io_time_seconds_total{device="sdc"} 914.235 node_disk_io_time_seconds_total{device="sdd"} 6850.869000000001 node_disk_io_time_seconds_total{device="sde"} 33728.114 node_disk_io_time_seconds_total{device="sdf"} 34853.237 node_disk_io_time_seconds_total{device="sdg"} 313.938 # 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"} 1.372 node_disk_io_time_weighted_seconds_total{device="mmcblk0boot0"} 0.085 node_disk_io_time_weighted_seconds_total{device="mmcblk0boot1"} 0.08600000000000001 node_disk_io_time_weighted_seconds_total{device="mmcblk0p1"} 0.129 node_disk_io_time_weighted_seconds_total{device="mmcblk0p2"} 0.145 node_disk_io_time_weighted_seconds_total{device="mmcblk0p3"} 0.122 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 13908.185 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 5.6370000000000005 node_disk_io_time_weighted_seconds_total{device="sda"} 5.186 node_disk_io_time_weighted_seconds_total{device="sdb"} 270582.545 node_disk_io_time_weighted_seconds_total{device="sdc"} 4458.143 node_disk_io_time_weighted_seconds_total{device="sdd"} 12847.934000000001 node_disk_io_time_weighted_seconds_total{device="sde"} 387869.783 node_disk_io_time_weighted_seconds_total{device="sdf"} 406158.311 node_disk_io_time_weighted_seconds_total{device="sdg"} 498.729 # 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"} 7.880704e+07 node_disk_read_bytes_total{device="mmcblk0boot0"} 9.183232e+06 node_disk_read_bytes_total{device="mmcblk0boot1"} 9.183232e+06 node_disk_read_bytes_total{device="mmcblk0p1"} 1.7891328e+07 node_disk_read_bytes_total{device="mmcblk0p2"} 1.777664e+07 node_disk_read_bytes_total{device="mmcblk0p3"} 1.777664e+07 node_disk_read_bytes_total{device="nvme0n1"} 5.7471886336e+10 node_disk_read_bytes_total{device="nvme1n1"} 4.635904e+07 node_disk_read_bytes_total{device="sda"} 4.3091968e+07 node_disk_read_bytes_total{device="sdb"} 4.232240299008e+12 node_disk_read_bytes_total{device="sdc"} 5.7432865792e+10 node_disk_read_bytes_total{device="sdd"} 2.308763692032e+12 node_disk_read_bytes_total{device="sde"} 2.416055044608e+12 node_disk_read_bytes_total{device="sdf"} 2.416055044608e+12 node_disk_read_bytes_total{device="sdg"} 4.997991424e+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"} 1.372 node_disk_read_time_seconds_total{device="mmcblk0boot0"} 0.085 node_disk_read_time_seconds_total{device="mmcblk0boot1"} 0.08600000000000001 node_disk_read_time_seconds_total{device="mmcblk0p1"} 0.129 node_disk_read_time_seconds_total{device="mmcblk0p2"} 0.145 node_disk_read_time_seconds_total{device="mmcblk0p3"} 0.122 node_disk_read_time_seconds_total{device="nvme0n1"} 824.539 node_disk_read_time_seconds_total{device="nvme1n1"} 1.095 node_disk_read_time_seconds_total{device="sda"} 5.186 node_disk_read_time_seconds_total{device="sdb"} 226288.271 node_disk_read_time_seconds_total{device="sdc"} 3395.268 node_disk_read_time_seconds_total{device="sdd"} 12438.99 node_disk_read_time_seconds_total{device="sde"} 319967.439 node_disk_read_time_seconds_total{device="sdf"} 335319.393 node_disk_read_time_seconds_total{device="sdg"} 432.23 # 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"} 3341 node_disk_reads_completed_total{device="mmcblk0boot0"} 757 node_disk_reads_completed_total{device="mmcblk0boot1"} 757 node_disk_reads_completed_total{device="mmcblk0p1"} 616 node_disk_reads_completed_total{device="mmcblk0p2"} 560 node_disk_reads_completed_total{device="mmcblk0p3"} 560 node_disk_reads_completed_total{device="nvme0n1"} 1.44058e+06 node_disk_reads_completed_total{device="nvme1n1"} 2348 node_disk_reads_completed_total{device="sda"} 2135 node_disk_reads_completed_total{device="sdb"} 1.9315486e+07 node_disk_reads_completed_total{device="sdc"} 475501 node_disk_reads_completed_total{device="sdd"} 9.469722e+06 node_disk_reads_completed_total{device="sde"} 1.0650463e+07 node_disk_reads_completed_total{device="sdf"} 1.0650416e+07 node_disk_reads_completed_total{device="sdg"} 214170 # 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"} 628 node_disk_reads_merged_total{device="nvme1n1"} 0 node_disk_reads_merged_total{device="sda"} 0 node_disk_reads_merged_total{device="sdb"} 1.013938234e+09 node_disk_reads_merged_total{device="sdc"} 1.3538123e+07 node_disk_reads_merged_total{device="sdd"} 5.54185217e+08 node_disk_reads_merged_total{device="sde"} 5.79198653e+08 node_disk_reads_merged_total{device="sdf"} 5.791987e+08 node_disk_reads_merged_total{device="sdg"} 69576 # 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"} 12186.367 node_disk_write_time_seconds_total{device="nvme1n1"} 2.718 node_disk_write_time_seconds_total{device="sda"} 0 node_disk_write_time_seconds_total{device="sdb"} 43825.786 node_disk_write_time_seconds_total{device="sdc"} 929.537 node_disk_write_time_seconds_total{device="sdd"} 408.944 node_disk_write_time_seconds_total{device="sde"} 65483.906 node_disk_write_time_seconds_total{device="sdf"} 68362.958 node_disk_write_time_seconds_total{device="sdg"} 66.475 # 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"} 1.2419415e+07 node_disk_writes_completed_total{device="nvme1n1"} 1922 node_disk_writes_completed_total{device="sda"} 0 node_disk_writes_completed_total{device="sdb"} 1.0155203e+07 node_disk_writes_completed_total{device="sdc"} 232526 node_disk_writes_completed_total{device="sdd"} 174493 node_disk_writes_completed_total{device="sde"} 1.049565e+07 node_disk_writes_completed_total{device="sdf"} 1.0359632e+07 node_disk_writes_completed_total{device="sdg"} 5694 # 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"} 10138 node_disk_writes_merged_total{device="nvme1n1"} 127 node_disk_writes_merged_total{device="sda"} 0 node_disk_writes_merged_total{device="sdb"} 5.70710437e+08 node_disk_writes_merged_total{device="sdc"} 8.019697e+06 node_disk_writes_merged_total{device="sdd"} 668615 node_disk_writes_merged_total{device="sde"} 5.79517525e+08 node_disk_writes_merged_total{device="sdf"} 5.79653543e+08 node_disk_writes_merged_total{device="sdg"} 625 # 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.80460959744e+11 node_disk_written_bytes_total{device="nvme1n1"} 1.5765504e+07 node_disk_written_bytes_total{device="sda"} 0 node_disk_written_bytes_total{device="sdb"} 2.379189538816e+12 node_disk_written_bytes_total{device="sdc"} 3.3756618752e+10 node_disk_written_bytes_total{device="sdd"} 3.453370368e+09 node_disk_written_bytes_total{device="sde"} 2.416399527936e+12 node_disk_written_bytes_total{device="sdf"} 2.416399527936e+12 node_disk_written_bytes_total{device="sdg"} 5.43744e+06 # 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 7423 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 3.250233e+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.615142309888e+12 node_filesystem_avail_bytes{device="//QNAP-PLEX.LOCAL/Autres",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Autres-qnap"} 2.615142309888e+12 node_filesystem_avail_bytes{device="//QNAP-PLEX.LOCAL/Plex",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Plex-qnap"} 2.615142309888e+12 node_filesystem_avail_bytes{device="//QNAP-PLEX.LOCAL/Torrent",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Torrent-qnap"} 2.615142309888e+12 node_filesystem_avail_bytes{device="/dev/loop2",device_error="",fstype="xfs",mountpoint="/var/lib/docker"} 2.6446614528e+10 node_filesystem_avail_bytes{device="/dev/loop3",device_error="",fstype="btrfs",mountpoint="/etc/libvirt"} 9.47572736e+08 node_filesystem_avail_bytes{device="/dev/md1p1",device_error="",fstype="xfs",mountpoint="/mnt/disk1"} 7.157399678976e+12 node_filesystem_avail_bytes{device="/dev/md2p1",device_error="",fstype="xfs",mountpoint="/mnt/disk2"} 5.751539163136e+12 node_filesystem_avail_bytes{device="/dev/md3p1",device_error="",fstype="xfs",mountpoint="/mnt/disk3"} 2.9924166656e+12 node_filesystem_avail_bytes{device="/dev/nvme0n1p1",device_error="",fstype="btrfs",mountpoint="/mnt/docker"} 8.85060538368e+11 node_filesystem_avail_bytes{device="/dev/nvme1n1p1",device_error="",fstype="xfs",mountpoint="/mnt/cache"} 1.2479903744e+11 node_filesystem_avail_bytes{device="/dev/sdg1",device_error="",fstype="vfat",mountpoint="/boot"} 2.9479256064e+10 node_filesystem_avail_bytes{device="rootfs",device_error="",fstype="rootfs",mountpoint="/"} 1.5821041664e+10 node_filesystem_avail_bytes{device="rootfs",device_error="",fstype="rootfs",mountpoint="/mnt"} 1.5821041664e+10 node_filesystem_avail_bytes{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user"} 1.5901355507712e+13 node_filesystem_avail_bytes{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user0"} 1.5901355507712e+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.3088768e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/log"} 1.06942464e+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.43820504e+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.064212e+06 node_filesystem_files{device="rootfs",device_error="",fstype="rootfs",mountpoint="/mnt"} 4.064212e+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.0605868e+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.171743305e+09 node_filesystem_files_free{device="/dev/md2p1",device_error="",fstype="xfs",mountpoint="/mnt/disk2"} 1.17158778e+09 node_filesystem_files_free{device="/dev/md3p1",device_error="",fstype="xfs",mountpoint="/mnt/disk3"} 1.171880846e+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.43748407e+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.018232e+06 node_filesystem_files_free{device="rootfs",device_error="",fstype="rootfs",mountpoint="/mnt"} 4.018232e+06 node_filesystem_files_free{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user"} 3.515211931e+09 node_filesystem_files_free{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user0"} 3.515211931e+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.079513e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/log"} 4.081166e+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.615142309888e+12 node_filesystem_free_bytes{device="//QNAP-PLEX.LOCAL/Autres",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Autres-qnap"} 2.615142309888e+12 node_filesystem_free_bytes{device="//QNAP-PLEX.LOCAL/Plex",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Plex-qnap"} 2.615142309888e+12 node_filesystem_free_bytes{device="//QNAP-PLEX.LOCAL/Torrent",device_error="",fstype="cifs",mountpoint="/mnt/remotes/Torrent-qnap"} 2.615142309888e+12 node_filesystem_free_bytes{device="/dev/loop2",device_error="",fstype="xfs",mountpoint="/var/lib/docker"} 2.6446614528e+10 node_filesystem_free_bytes{device="/dev/loop3",device_error="",fstype="btrfs",mountpoint="/etc/libvirt"} 1.066553344e+09 node_filesystem_free_bytes{device="/dev/md1p1",device_error="",fstype="xfs",mountpoint="/mnt/disk1"} 7.157399678976e+12 node_filesystem_free_bytes{device="/dev/md2p1",device_error="",fstype="xfs",mountpoint="/mnt/disk2"} 5.751539163136e+12 node_filesystem_free_bytes{device="/dev/md3p1",device_error="",fstype="xfs",mountpoint="/mnt/disk3"} 2.9924166656e+12 node_filesystem_free_bytes{device="/dev/nvme0n1p1",device_error="",fstype="btrfs",mountpoint="/mnt/docker"} 8.88557842432e+11 node_filesystem_free_bytes{device="/dev/nvme1n1p1",device_error="",fstype="xfs",mountpoint="/mnt/cache"} 1.2479903744e+11 node_filesystem_free_bytes{device="/dev/sdg1",device_error="",fstype="vfat",mountpoint="/boot"} 2.9479256064e+10 node_filesystem_free_bytes{device="rootfs",device_error="",fstype="rootfs",mountpoint="/"} 1.5821041664e+10 node_filesystem_free_bytes{device="rootfs",device_error="",fstype="rootfs",mountpoint="/mnt"} 1.5821041664e+10 node_filesystem_free_bytes{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user"} 1.5901355507712e+13 node_filesystem_free_bytes{device="shfs",device_error="",fstype="fuse.shfs",mountpoint="/mnt/user0"} 1.5901355507712e+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.3088768e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/log"} 1.06942464e+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="210",mountpoint="/mnt/remotes/Apps-qnap"} 1 node_filesystem_mount_info{device="//QNAP-PLEX.LOCAL/Autres",major="0",minor="214",mountpoint="/mnt/remotes/Autres-qnap"} 1 node_filesystem_mount_info{device="//QNAP-PLEX.LOCAL/Plex",major="0",minor="222",mountpoint="/mnt/remotes/Plex-qnap"} 1 node_filesystem_mount_info{device="//QNAP-PLEX.LOCAL/Torrent",major="0",minor="224",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="57",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.6647012352e+10 node_filesystem_size_bytes{device="rootfs",device_error="",fstype="rootfs",mountpoint="/mnt"} 1.6647012352e+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 4.5853613e+07 # 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"} 50 node_hwmon_temp_celsius{chip="0000:00:1d_0_0000:04:00_0",sensor="temp2"} 50 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp1"} 42.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp2"} 42.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 40.85 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp1"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 51 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 51 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 52 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 52 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp7"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp8"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp9"} 65 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 4.126407551e+09 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.7 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.7 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.67 # 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.24381952e+08 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 5.986168832e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 5.36178688e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 3.581935616e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 5.795377152e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 1.069056e+06 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.4625332224e+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 1.6791027712e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.9327352832e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.44703488e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 3.2415744e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 565248 # 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 6.868742144e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.4655847424e+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 1.778710528e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 3.465216e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 3.282706432e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.4215273472e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 4.20245504e+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 176128 # 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 8.9731072e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 5.7344e+06 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.235582976e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.91077888e+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.479380992e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.626660864e+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.09568e+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.08232704e+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 1783 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 76 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 41492 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 16471 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1.00693284e+08 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 1.857354e+07 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 7.41795182331e+11 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 7.75347862585e+11 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 87599 # 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 818 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 8076 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 386212 # 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 17 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.9584009e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 141920 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 8.4613807e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 449001 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 195318 # 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 705 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 1.8913953e+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 4022 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 5.864812e+06 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="bond0"} 2 node_network_address_assign_type{device="br-17579625ae3c"} 3 node_network_address_assign_type{device="br-427349cee165"} 3 node_network_address_assign_type{device="br-498eb406f496"} 3 node_network_address_assign_type{device="br-5b3f4a0c5070"} 3 node_network_address_assign_type{device="br-6a0d59786a72"} 3 node_network_address_assign_type{device="br-86db7df8643d"} 3 node_network_address_assign_type{device="br-9d081eed85aa"} 3 node_network_address_assign_type{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 1 node_network_address_assign_type{device="veth0f80027"} 1 node_network_address_assign_type{device="veth1a5d7f2"} 1 node_network_address_assign_type{device="veth1d32dd2"} 1 node_network_address_assign_type{device="veth34b5294"} 1 node_network_address_assign_type{device="veth488e5d3"} 1 node_network_address_assign_type{device="veth48bbc0d"} 1 node_network_address_assign_type{device="veth5395a82"} 1 node_network_address_assign_type{device="veth5808d04"} 1 node_network_address_assign_type{device="veth63aaf2a"} 1 node_network_address_assign_type{device="veth8233ffd"} 1 node_network_address_assign_type{device="veth88b32b0"} 1 node_network_address_assign_type{device="veth8b47acf"} 1 node_network_address_assign_type{device="veth8ecf5d3"} 1 node_network_address_assign_type{device="vetha17c0af"} 1 node_network_address_assign_type{device="vethbb77098"} 1 node_network_address_assign_type{device="vethdc3d072"} 1 node_network_address_assign_type{device="vethedf1202"} 1 node_network_address_assign_type{device="vethf47de66"} 1 node_network_address_assign_type{device="virbr0"} 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-427349cee165"} 1 node_network_carrier{device="br-498eb406f496"} 1 node_network_carrier{device="br-5b3f4a0c5070"} 0 node_network_carrier{device="br-6a0d59786a72"} 1 node_network_carrier{device="br-86db7df8643d"} 1 node_network_carrier{device="br-9d081eed85aa"} 1 node_network_carrier{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 1 node_network_carrier{device="veth0f80027"} 1 node_network_carrier{device="veth1a5d7f2"} 1 node_network_carrier{device="veth1d32dd2"} 1 node_network_carrier{device="veth34b5294"} 1 node_network_carrier{device="veth488e5d3"} 1 node_network_carrier{device="veth48bbc0d"} 1 node_network_carrier{device="veth5395a82"} 1 node_network_carrier{device="veth5808d04"} 1 node_network_carrier{device="veth63aaf2a"} 1 node_network_carrier{device="veth8233ffd"} 1 node_network_carrier{device="veth88b32b0"} 1 node_network_carrier{device="veth8b47acf"} 1 node_network_carrier{device="veth8ecf5d3"} 1 node_network_carrier{device="vetha17c0af"} 1 node_network_carrier{device="vethbb77098"} 1 node_network_carrier{device="vethdc3d072"} 1 node_network_carrier{device="vethedf1202"} 1 node_network_carrier{device="vethf47de66"} 1 node_network_carrier{device="virbr0"} 0 node_network_carrier{device="wg0"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="bond0"} 2 node_network_carrier_changes_total{device="br-17579625ae3c"} 4 node_network_carrier_changes_total{device="br-427349cee165"} 2 node_network_carrier_changes_total{device="br-498eb406f496"} 4 node_network_carrier_changes_total{device="br-5b3f4a0c5070"} 1 node_network_carrier_changes_total{device="br-6a0d59786a72"} 2 node_network_carrier_changes_total{device="br-86db7df8643d"} 4 node_network_carrier_changes_total{device="br-9d081eed85aa"} 2 node_network_carrier_changes_total{device="br-c2960fe2acbf"} 6 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="veth0e1e2ba"} 2 node_network_carrier_changes_total{device="veth0f80027"} 2 node_network_carrier_changes_total{device="veth1a5d7f2"} 2 node_network_carrier_changes_total{device="veth1d32dd2"} 2 node_network_carrier_changes_total{device="veth34b5294"} 2 node_network_carrier_changes_total{device="veth488e5d3"} 2 node_network_carrier_changes_total{device="veth48bbc0d"} 2 node_network_carrier_changes_total{device="veth5395a82"} 2 node_network_carrier_changes_total{device="veth5808d04"} 2 node_network_carrier_changes_total{device="veth63aaf2a"} 2 node_network_carrier_changes_total{device="veth8233ffd"} 2 node_network_carrier_changes_total{device="veth88b32b0"} 2 node_network_carrier_changes_total{device="veth8b47acf"} 2 node_network_carrier_changes_total{device="veth8ecf5d3"} 2 node_network_carrier_changes_total{device="vetha17c0af"} 2 node_network_carrier_changes_total{device="vethbb77098"} 2 node_network_carrier_changes_total{device="vethdc3d072"} 2 node_network_carrier_changes_total{device="vethedf1202"} 2 node_network_carrier_changes_total{device="vethf47de66"} 2 node_network_carrier_changes_total{device="virbr0"} 1 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-427349cee165"} 1 node_network_carrier_down_changes_total{device="br-498eb406f496"} 2 node_network_carrier_down_changes_total{device="br-5b3f4a0c5070"} 1 node_network_carrier_down_changes_total{device="br-6a0d59786a72"} 1 node_network_carrier_down_changes_total{device="br-86db7df8643d"} 2 node_network_carrier_down_changes_total{device="br-9d081eed85aa"} 1 node_network_carrier_down_changes_total{device="br-c2960fe2acbf"} 3 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="veth0e1e2ba"} 1 node_network_carrier_down_changes_total{device="veth0f80027"} 1 node_network_carrier_down_changes_total{device="veth1a5d7f2"} 1 node_network_carrier_down_changes_total{device="veth1d32dd2"} 1 node_network_carrier_down_changes_total{device="veth34b5294"} 1 node_network_carrier_down_changes_total{device="veth488e5d3"} 1 node_network_carrier_down_changes_total{device="veth48bbc0d"} 1 node_network_carrier_down_changes_total{device="veth5395a82"} 1 node_network_carrier_down_changes_total{device="veth5808d04"} 1 node_network_carrier_down_changes_total{device="veth63aaf2a"} 1 node_network_carrier_down_changes_total{device="veth8233ffd"} 1 node_network_carrier_down_changes_total{device="veth88b32b0"} 1 node_network_carrier_down_changes_total{device="veth8b47acf"} 1 node_network_carrier_down_changes_total{device="veth8ecf5d3"} 1 node_network_carrier_down_changes_total{device="vetha17c0af"} 1 node_network_carrier_down_changes_total{device="vethbb77098"} 1 node_network_carrier_down_changes_total{device="vethdc3d072"} 1 node_network_carrier_down_changes_total{device="vethedf1202"} 1 node_network_carrier_down_changes_total{device="vethf47de66"} 1 node_network_carrier_down_changes_total{device="virbr0"} 1 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-427349cee165"} 1 node_network_carrier_up_changes_total{device="br-498eb406f496"} 2 node_network_carrier_up_changes_total{device="br-5b3f4a0c5070"} 0 node_network_carrier_up_changes_total{device="br-6a0d59786a72"} 1 node_network_carrier_up_changes_total{device="br-86db7df8643d"} 2 node_network_carrier_up_changes_total{device="br-9d081eed85aa"} 1 node_network_carrier_up_changes_total{device="br-c2960fe2acbf"} 3 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="veth0e1e2ba"} 1 node_network_carrier_up_changes_total{device="veth0f80027"} 1 node_network_carrier_up_changes_total{device="veth1a5d7f2"} 1 node_network_carrier_up_changes_total{device="veth1d32dd2"} 1 node_network_carrier_up_changes_total{device="veth34b5294"} 1 node_network_carrier_up_changes_total{device="veth488e5d3"} 1 node_network_carrier_up_changes_total{device="veth48bbc0d"} 1 node_network_carrier_up_changes_total{device="veth5395a82"} 1 node_network_carrier_up_changes_total{device="veth5808d04"} 1 node_network_carrier_up_changes_total{device="veth63aaf2a"} 1 node_network_carrier_up_changes_total{device="veth8233ffd"} 1 node_network_carrier_up_changes_total{device="veth88b32b0"} 1 node_network_carrier_up_changes_total{device="veth8b47acf"} 1 node_network_carrier_up_changes_total{device="veth8ecf5d3"} 1 node_network_carrier_up_changes_total{device="vetha17c0af"} 1 node_network_carrier_up_changes_total{device="vethbb77098"} 1 node_network_carrier_up_changes_total{device="vethdc3d072"} 1 node_network_carrier_up_changes_total{device="vethedf1202"} 1 node_network_carrier_up_changes_total{device="vethf47de66"} 1 node_network_carrier_up_changes_total{device="virbr0"} 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-427349cee165"} 0 node_network_device_id{device="br-498eb406f496"} 0 node_network_device_id{device="br-5b3f4a0c5070"} 0 node_network_device_id{device="br-6a0d59786a72"} 0 node_network_device_id{device="br-86db7df8643d"} 0 node_network_device_id{device="br-9d081eed85aa"} 0 node_network_device_id{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 0 node_network_device_id{device="veth0f80027"} 0 node_network_device_id{device="veth1a5d7f2"} 0 node_network_device_id{device="veth1d32dd2"} 0 node_network_device_id{device="veth34b5294"} 0 node_network_device_id{device="veth488e5d3"} 0 node_network_device_id{device="veth48bbc0d"} 0 node_network_device_id{device="veth5395a82"} 0 node_network_device_id{device="veth5808d04"} 0 node_network_device_id{device="veth63aaf2a"} 0 node_network_device_id{device="veth8233ffd"} 0 node_network_device_id{device="veth88b32b0"} 0 node_network_device_id{device="veth8b47acf"} 0 node_network_device_id{device="veth8ecf5d3"} 0 node_network_device_id{device="vetha17c0af"} 0 node_network_device_id{device="vethbb77098"} 0 node_network_device_id{device="vethdc3d072"} 0 node_network_device_id{device="vethedf1202"} 0 node_network_device_id{device="vethf47de66"} 0 node_network_device_id{device="virbr0"} 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-427349cee165"} 0 node_network_dormant{device="br-498eb406f496"} 0 node_network_dormant{device="br-5b3f4a0c5070"} 0 node_network_dormant{device="br-6a0d59786a72"} 0 node_network_dormant{device="br-86db7df8643d"} 0 node_network_dormant{device="br-9d081eed85aa"} 0 node_network_dormant{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 0 node_network_dormant{device="veth0f80027"} 0 node_network_dormant{device="veth1a5d7f2"} 0 node_network_dormant{device="veth1d32dd2"} 0 node_network_dormant{device="veth34b5294"} 0 node_network_dormant{device="veth488e5d3"} 0 node_network_dormant{device="veth48bbc0d"} 0 node_network_dormant{device="veth5395a82"} 0 node_network_dormant{device="veth5808d04"} 0 node_network_dormant{device="veth63aaf2a"} 0 node_network_dormant{device="veth8233ffd"} 0 node_network_dormant{device="veth88b32b0"} 0 node_network_dormant{device="veth8b47acf"} 0 node_network_dormant{device="veth8ecf5d3"} 0 node_network_dormant{device="vetha17c0af"} 0 node_network_dormant{device="vethbb77098"} 0 node_network_dormant{device="vethdc3d072"} 0 node_network_dormant{device="vethedf1202"} 0 node_network_dormant{device="vethf47de66"} 0 node_network_dormant{device="virbr0"} 0 node_network_dormant{device="wg0"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="bond0"} 5891 node_network_flags{device="br-17579625ae3c"} 4099 node_network_flags{device="br-427349cee165"} 4099 node_network_flags{device="br-498eb406f496"} 4099 node_network_flags{device="br-5b3f4a0c5070"} 4099 node_network_flags{device="br-6a0d59786a72"} 4099 node_network_flags{device="br-86db7df8643d"} 4099 node_network_flags{device="br-9d081eed85aa"} 4099 node_network_flags{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 4867 node_network_flags{device="veth0f80027"} 4867 node_network_flags{device="veth1a5d7f2"} 4867 node_network_flags{device="veth1d32dd2"} 4867 node_network_flags{device="veth34b5294"} 4867 node_network_flags{device="veth488e5d3"} 4867 node_network_flags{device="veth48bbc0d"} 4867 node_network_flags{device="veth5395a82"} 4867 node_network_flags{device="veth5808d04"} 4867 node_network_flags{device="veth63aaf2a"} 4867 node_network_flags{device="veth8233ffd"} 4867 node_network_flags{device="veth88b32b0"} 4867 node_network_flags{device="veth8b47acf"} 4867 node_network_flags{device="veth8ecf5d3"} 4867 node_network_flags{device="vetha17c0af"} 4867 node_network_flags{device="vethbb77098"} 4867 node_network_flags{device="vethdc3d072"} 4867 node_network_flags{device="vethedf1202"} 4867 node_network_flags{device="vethf47de66"} 4867 node_network_flags{device="virbr0"} 4099 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"} 21 node_network_iface_id{device="br-427349cee165"} 12 node_network_iface_id{device="br-498eb406f496"} 13 node_network_iface_id{device="br-5b3f4a0c5070"} 14 node_network_iface_id{device="br-6a0d59786a72"} 15 node_network_iface_id{device="br-86db7df8643d"} 17 node_network_iface_id{device="br-9d081eed85aa"} 18 node_network_iface_id{device="br-c2960fe2acbf"} 19 node_network_iface_id{device="br-c7faee3e3d16"} 20 node_network_iface_id{device="br0"} 8 node_network_iface_id{device="docker0"} 16 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"} 11 node_network_iface_id{device="tunl0"} 2 node_network_iface_id{device="veth0e1e2ba"} 50 node_network_iface_id{device="veth0f80027"} 39 node_network_iface_id{device="veth1a5d7f2"} 23 node_network_iface_id{device="veth1d32dd2"} 46 node_network_iface_id{device="veth34b5294"} 26 node_network_iface_id{device="veth488e5d3"} 44 node_network_iface_id{device="veth48bbc0d"} 51 node_network_iface_id{device="veth5395a82"} 28 node_network_iface_id{device="veth5808d04"} 49 node_network_iface_id{device="veth63aaf2a"} 34 node_network_iface_id{device="veth8233ffd"} 37 node_network_iface_id{device="veth88b32b0"} 48 node_network_iface_id{device="veth8b47acf"} 33 node_network_iface_id{device="veth8ecf5d3"} 45 node_network_iface_id{device="vetha17c0af"} 47 node_network_iface_id{device="vethbb77098"} 31 node_network_iface_id{device="vethdc3d072"} 40 node_network_iface_id{device="vethedf1202"} 22 node_network_iface_id{device="vethf47de66"} 29 node_network_iface_id{device="virbr0"} 36 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"} 21 node_network_iface_link{device="br-427349cee165"} 12 node_network_iface_link{device="br-498eb406f496"} 13 node_network_iface_link{device="br-5b3f4a0c5070"} 14 node_network_iface_link{device="br-6a0d59786a72"} 15 node_network_iface_link{device="br-86db7df8643d"} 17 node_network_iface_link{device="br-9d081eed85aa"} 18 node_network_iface_link{device="br-c2960fe2acbf"} 19 node_network_iface_link{device="br-c7faee3e3d16"} 20 node_network_iface_link{device="br0"} 8 node_network_iface_link{device="docker0"} 16 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"} 11 node_network_iface_link{device="tunl0"} 0 node_network_iface_link{device="veth0e1e2ba"} 3 node_network_iface_link{device="veth0f80027"} 3 node_network_iface_link{device="veth1a5d7f2"} 3 node_network_iface_link{device="veth1d32dd2"} 3 node_network_iface_link{device="veth34b5294"} 3 node_network_iface_link{device="veth488e5d3"} 3 node_network_iface_link{device="veth48bbc0d"} 3 node_network_iface_link{device="veth5395a82"} 3 node_network_iface_link{device="veth5808d04"} 3 node_network_iface_link{device="veth63aaf2a"} 3 node_network_iface_link{device="veth8233ffd"} 3 node_network_iface_link{device="veth88b32b0"} 3 node_network_iface_link{device="veth8b47acf"} 3 node_network_iface_link{device="veth8ecf5d3"} 3 node_network_iface_link{device="vetha17c0af"} 3 node_network_iface_link{device="vethbb77098"} 3 node_network_iface_link{device="vethdc3d072"} 3 node_network_iface_link{device="vethedf1202"} 3 node_network_iface_link{device="vethf47de66"} 3 node_network_iface_link{device="virbr0"} 36 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-427349cee165"} 0 node_network_iface_link_mode{device="br-498eb406f496"} 0 node_network_iface_link_mode{device="br-5b3f4a0c5070"} 0 node_network_iface_link_mode{device="br-6a0d59786a72"} 0 node_network_iface_link_mode{device="br-86db7df8643d"} 0 node_network_iface_link_mode{device="br-9d081eed85aa"} 0 node_network_iface_link_mode{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 0 node_network_iface_link_mode{device="veth0f80027"} 0 node_network_iface_link_mode{device="veth1a5d7f2"} 0 node_network_iface_link_mode{device="veth1d32dd2"} 0 node_network_iface_link_mode{device="veth34b5294"} 0 node_network_iface_link_mode{device="veth488e5d3"} 0 node_network_iface_link_mode{device="veth48bbc0d"} 0 node_network_iface_link_mode{device="veth5395a82"} 0 node_network_iface_link_mode{device="veth5808d04"} 0 node_network_iface_link_mode{device="veth63aaf2a"} 0 node_network_iface_link_mode{device="veth8233ffd"} 0 node_network_iface_link_mode{device="veth88b32b0"} 0 node_network_iface_link_mode{device="veth8b47acf"} 0 node_network_iface_link_mode{device="veth8ecf5d3"} 0 node_network_iface_link_mode{device="vetha17c0af"} 0 node_network_iface_link_mode{device="vethbb77098"} 0 node_network_iface_link_mode{device="vethdc3d072"} 0 node_network_iface_link_mode{device="vethedf1202"} 0 node_network_iface_link_mode{device="vethf47de66"} 0 node_network_iface_link_mode{device="virbr0"} 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="0a:25:e2:01:db:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e1e2ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:0e:b2:db:e3:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethedf1202",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:60:5a:93:7f:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5808d04",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:ce:f9:01:f5:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f80027",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:f3:76:24:2f:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth63aaf2a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:da:ca:b9:e3:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-427349cee165",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="32:2c:3f:a3:1e:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha17c0af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:78:d7:8c:e3:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8233ffd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:b9:e7:2f:70:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a5d7f2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:09:f0:a7:25:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf47de66",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="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="46:9a:53:c4:82:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5395a82",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:6b:cf:12:f9:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6a0d59786a72",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="4e:a3:c9:f4:25:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b47acf",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="66:bb:a2:3d:69:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d32dd2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:27:fc:b5:ed:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth34b5294",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:ed:bc:3f:2d:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb77098",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:bf:e0:81:0c:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c7faee3e3d16",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="96:91:27:ad:6b:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-86db7df8643d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="96:96:6d:19:6a:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-17579625ae3c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="a6:94:ff:62:0d:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9d081eed85aa",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="aa:c3:52:14:ef:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5b3f4a0c5070",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="da:7b:74:fc:df:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth88b32b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:bb:4e:6c:c9:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth488e5d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:fc:91:8f:29:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48bbc0d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:63:60:1b:40:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ea:8b:57:30:d5:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ecf5d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:5c:9e:03:ef:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c2960fe2acbf",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fa:29:56:c8:00:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-498eb406f496",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fe:3f:60:87:6a:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdc3d072",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-427349cee165"} 1500 node_network_mtu_bytes{device="br-498eb406f496"} 1500 node_network_mtu_bytes{device="br-5b3f4a0c5070"} 1420 node_network_mtu_bytes{device="br-6a0d59786a72"} 1500 node_network_mtu_bytes{device="br-86db7df8643d"} 1500 node_network_mtu_bytes{device="br-9d081eed85aa"} 1500 node_network_mtu_bytes{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 1500 node_network_mtu_bytes{device="veth0f80027"} 1500 node_network_mtu_bytes{device="veth1a5d7f2"} 1500 node_network_mtu_bytes{device="veth1d32dd2"} 1500 node_network_mtu_bytes{device="veth34b5294"} 1500 node_network_mtu_bytes{device="veth488e5d3"} 1500 node_network_mtu_bytes{device="veth48bbc0d"} 1500 node_network_mtu_bytes{device="veth5395a82"} 1500 node_network_mtu_bytes{device="veth5808d04"} 1500 node_network_mtu_bytes{device="veth63aaf2a"} 1500 node_network_mtu_bytes{device="veth8233ffd"} 1500 node_network_mtu_bytes{device="veth88b32b0"} 1500 node_network_mtu_bytes{device="veth8b47acf"} 1500 node_network_mtu_bytes{device="veth8ecf5d3"} 1500 node_network_mtu_bytes{device="vetha17c0af"} 1500 node_network_mtu_bytes{device="vethbb77098"} 1500 node_network_mtu_bytes{device="vethdc3d072"} 1500 node_network_mtu_bytes{device="vethedf1202"} 1500 node_network_mtu_bytes{device="vethf47de66"} 1500 node_network_mtu_bytes{device="virbr0"} 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-427349cee165"} 3 node_network_name_assign_type{device="br-498eb406f496"} 3 node_network_name_assign_type{device="br-5b3f4a0c5070"} 3 node_network_name_assign_type{device="br-6a0d59786a72"} 3 node_network_name_assign_type{device="br-86db7df8643d"} 3 node_network_name_assign_type{device="br-9d081eed85aa"} 3 node_network_name_assign_type{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 3 node_network_name_assign_type{device="veth0f80027"} 3 node_network_name_assign_type{device="veth1a5d7f2"} 3 node_network_name_assign_type{device="veth1d32dd2"} 3 node_network_name_assign_type{device="veth34b5294"} 3 node_network_name_assign_type{device="veth488e5d3"} 3 node_network_name_assign_type{device="veth48bbc0d"} 3 node_network_name_assign_type{device="veth5395a82"} 3 node_network_name_assign_type{device="veth5808d04"} 3 node_network_name_assign_type{device="veth63aaf2a"} 3 node_network_name_assign_type{device="veth8233ffd"} 3 node_network_name_assign_type{device="veth88b32b0"} 3 node_network_name_assign_type{device="veth8b47acf"} 3 node_network_name_assign_type{device="veth8ecf5d3"} 3 node_network_name_assign_type{device="vetha17c0af"} 3 node_network_name_assign_type{device="vethbb77098"} 3 node_network_name_assign_type{device="vethdc3d072"} 3 node_network_name_assign_type{device="vethedf1202"} 3 node_network_name_assign_type{device="vethf47de66"} 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-427349cee165"} 0 node_network_net_dev_group{device="br-498eb406f496"} 0 node_network_net_dev_group{device="br-5b3f4a0c5070"} 0 node_network_net_dev_group{device="br-6a0d59786a72"} 0 node_network_net_dev_group{device="br-86db7df8643d"} 0 node_network_net_dev_group{device="br-9d081eed85aa"} 0 node_network_net_dev_group{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 0 node_network_net_dev_group{device="veth0f80027"} 0 node_network_net_dev_group{device="veth1a5d7f2"} 0 node_network_net_dev_group{device="veth1d32dd2"} 0 node_network_net_dev_group{device="veth34b5294"} 0 node_network_net_dev_group{device="veth488e5d3"} 0 node_network_net_dev_group{device="veth48bbc0d"} 0 node_network_net_dev_group{device="veth5395a82"} 0 node_network_net_dev_group{device="veth5808d04"} 0 node_network_net_dev_group{device="veth63aaf2a"} 0 node_network_net_dev_group{device="veth8233ffd"} 0 node_network_net_dev_group{device="veth88b32b0"} 0 node_network_net_dev_group{device="veth8b47acf"} 0 node_network_net_dev_group{device="veth8ecf5d3"} 0 node_network_net_dev_group{device="vetha17c0af"} 0 node_network_net_dev_group{device="vethbb77098"} 0 node_network_net_dev_group{device="vethdc3d072"} 0 node_network_net_dev_group{device="vethedf1202"} 0 node_network_net_dev_group{device="vethf47de66"} 0 node_network_net_dev_group{device="virbr0"} 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-427349cee165"} 1 node_network_protocol_type{device="br-498eb406f496"} 1 node_network_protocol_type{device="br-5b3f4a0c5070"} 1 node_network_protocol_type{device="br-6a0d59786a72"} 1 node_network_protocol_type{device="br-86db7df8643d"} 1 node_network_protocol_type{device="br-9d081eed85aa"} 1 node_network_protocol_type{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 1 node_network_protocol_type{device="veth0f80027"} 1 node_network_protocol_type{device="veth1a5d7f2"} 1 node_network_protocol_type{device="veth1d32dd2"} 1 node_network_protocol_type{device="veth34b5294"} 1 node_network_protocol_type{device="veth488e5d3"} 1 node_network_protocol_type{device="veth48bbc0d"} 1 node_network_protocol_type{device="veth5395a82"} 1 node_network_protocol_type{device="veth5808d04"} 1 node_network_protocol_type{device="veth63aaf2a"} 1 node_network_protocol_type{device="veth8233ffd"} 1 node_network_protocol_type{device="veth88b32b0"} 1 node_network_protocol_type{device="veth8b47acf"} 1 node_network_protocol_type{device="veth8ecf5d3"} 1 node_network_protocol_type{device="vetha17c0af"} 1 node_network_protocol_type{device="vethbb77098"} 1 node_network_protocol_type{device="vethdc3d072"} 1 node_network_protocol_type{device="vethedf1202"} 1 node_network_protocol_type{device="vethf47de66"} 1 node_network_protocol_type{device="virbr0"} 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"} 1.47641316239e+11 node_network_receive_bytes_total{device="br-17579625ae3c"} 7.3815526e+07 node_network_receive_bytes_total{device="br-427349cee165"} 2.67815478e+08 node_network_receive_bytes_total{device="br-498eb406f496"} 5.76322044087e+11 node_network_receive_bytes_total{device="br-5b3f4a0c5070"} 0 node_network_receive_bytes_total{device="br-6a0d59786a72"} 3.383309e+06 node_network_receive_bytes_total{device="br-86db7df8643d"} 3.343056e+06 node_network_receive_bytes_total{device="br-9d081eed85aa"} 540 node_network_receive_bytes_total{device="br-c2960fe2acbf"} 7.333390609e+09 node_network_receive_bytes_total{device="br-c7faee3e3d16"} 7.763104e+06 node_network_receive_bytes_total{device="br0"} 1.41361863733e+11 node_network_receive_bytes_total{device="docker0"} 1.91828477e+08 node_network_receive_bytes_total{device="eth0"} 1.47641316239e+11 node_network_receive_bytes_total{device="eth1"} 0 node_network_receive_bytes_total{device="lo"} 6.69970728e+08 node_network_receive_bytes_total{device="tailscale1"} 1.28433926e+08 node_network_receive_bytes_total{device="tunl0"} 0 node_network_receive_bytes_total{device="veth0e1e2ba"} 796878 node_network_receive_bytes_total{device="veth0f80027"} 3.177005e+06 node_network_receive_bytes_total{device="veth1a5d7f2"} 9.2969614e+07 node_network_receive_bytes_total{device="veth1d32dd2"} 2.58495951817e+11 node_network_receive_bytes_total{device="veth34b5294"} 126 node_network_receive_bytes_total{device="veth488e5d3"} 8.2549139e+07 node_network_receive_bytes_total{device="veth48bbc0d"} 2.258029e+06 node_network_receive_bytes_total{device="veth5395a82"} 3.3608004e+07 node_network_receive_bytes_total{device="veth5808d04"} 3.9153998e+07 node_network_receive_bytes_total{device="veth63aaf2a"} 1.138477992e+09 node_network_receive_bytes_total{device="veth8233ffd"} 8.3416658e+07 node_network_receive_bytes_total{device="veth88b32b0"} 1.20523286e+08 node_network_receive_bytes_total{device="veth8b47acf"} 5.34922993e+08 node_network_receive_bytes_total{device="veth8ecf5d3"} 8.580491e+06 node_network_receive_bytes_total{device="vetha17c0af"} 1.59214155e+08 node_network_receive_bytes_total{device="vethbb77098"} 5.1808143e+07 node_network_receive_bytes_total{device="vethdc3d072"} 9.8945886e+07 node_network_receive_bytes_total{device="vethedf1202"} 1.5247116e+08 node_network_receive_bytes_total{device="vethf47de66"} 3.460771e+06 node_network_receive_bytes_total{device="virbr0"} 0 node_network_receive_bytes_total{device="wg0"} 1.6158534292e+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-427349cee165"} 0 node_network_receive_compressed_total{device="br-498eb406f496"} 0 node_network_receive_compressed_total{device="br-5b3f4a0c5070"} 0 node_network_receive_compressed_total{device="br-6a0d59786a72"} 0 node_network_receive_compressed_total{device="br-86db7df8643d"} 0 node_network_receive_compressed_total{device="br-9d081eed85aa"} 0 node_network_receive_compressed_total{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 0 node_network_receive_compressed_total{device="veth0f80027"} 0 node_network_receive_compressed_total{device="veth1a5d7f2"} 0 node_network_receive_compressed_total{device="veth1d32dd2"} 0 node_network_receive_compressed_total{device="veth34b5294"} 0 node_network_receive_compressed_total{device="veth488e5d3"} 0 node_network_receive_compressed_total{device="veth48bbc0d"} 0 node_network_receive_compressed_total{device="veth5395a82"} 0 node_network_receive_compressed_total{device="veth5808d04"} 0 node_network_receive_compressed_total{device="veth63aaf2a"} 0 node_network_receive_compressed_total{device="veth8233ffd"} 0 node_network_receive_compressed_total{device="veth88b32b0"} 0 node_network_receive_compressed_total{device="veth8b47acf"} 0 node_network_receive_compressed_total{device="veth8ecf5d3"} 0 node_network_receive_compressed_total{device="vetha17c0af"} 0 node_network_receive_compressed_total{device="vethbb77098"} 0 node_network_receive_compressed_total{device="vethdc3d072"} 0 node_network_receive_compressed_total{device="vethedf1202"} 0 node_network_receive_compressed_total{device="vethf47de66"} 0 node_network_receive_compressed_total{device="virbr0"} 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"} 22029 node_network_receive_drop_total{device="br-17579625ae3c"} 0 node_network_receive_drop_total{device="br-427349cee165"} 0 node_network_receive_drop_total{device="br-498eb406f496"} 0 node_network_receive_drop_total{device="br-5b3f4a0c5070"} 0 node_network_receive_drop_total{device="br-6a0d59786a72"} 0 node_network_receive_drop_total{device="br-86db7df8643d"} 0 node_network_receive_drop_total{device="br-9d081eed85aa"} 0 node_network_receive_drop_total{device="br-c2960fe2acbf"} 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"} 1282 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="veth0e1e2ba"} 0 node_network_receive_drop_total{device="veth0f80027"} 0 node_network_receive_drop_total{device="veth1a5d7f2"} 0 node_network_receive_drop_total{device="veth1d32dd2"} 0 node_network_receive_drop_total{device="veth34b5294"} 0 node_network_receive_drop_total{device="veth488e5d3"} 0 node_network_receive_drop_total{device="veth48bbc0d"} 0 node_network_receive_drop_total{device="veth5395a82"} 0 node_network_receive_drop_total{device="veth5808d04"} 0 node_network_receive_drop_total{device="veth63aaf2a"} 0 node_network_receive_drop_total{device="veth8233ffd"} 0 node_network_receive_drop_total{device="veth88b32b0"} 0 node_network_receive_drop_total{device="veth8b47acf"} 0 node_network_receive_drop_total{device="veth8ecf5d3"} 0 node_network_receive_drop_total{device="vetha17c0af"} 0 node_network_receive_drop_total{device="vethbb77098"} 0 node_network_receive_drop_total{device="vethdc3d072"} 0 node_network_receive_drop_total{device="vethedf1202"} 0 node_network_receive_drop_total{device="vethf47de66"} 0 node_network_receive_drop_total{device="virbr0"} 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-427349cee165"} 0 node_network_receive_errs_total{device="br-498eb406f496"} 0 node_network_receive_errs_total{device="br-5b3f4a0c5070"} 0 node_network_receive_errs_total{device="br-6a0d59786a72"} 0 node_network_receive_errs_total{device="br-86db7df8643d"} 0 node_network_receive_errs_total{device="br-9d081eed85aa"} 0 node_network_receive_errs_total{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 0 node_network_receive_errs_total{device="veth0f80027"} 0 node_network_receive_errs_total{device="veth1a5d7f2"} 0 node_network_receive_errs_total{device="veth1d32dd2"} 0 node_network_receive_errs_total{device="veth34b5294"} 0 node_network_receive_errs_total{device="veth488e5d3"} 0 node_network_receive_errs_total{device="veth48bbc0d"} 0 node_network_receive_errs_total{device="veth5395a82"} 0 node_network_receive_errs_total{device="veth5808d04"} 0 node_network_receive_errs_total{device="veth63aaf2a"} 0 node_network_receive_errs_total{device="veth8233ffd"} 0 node_network_receive_errs_total{device="veth88b32b0"} 0 node_network_receive_errs_total{device="veth8b47acf"} 0 node_network_receive_errs_total{device="veth8ecf5d3"} 0 node_network_receive_errs_total{device="vetha17c0af"} 0 node_network_receive_errs_total{device="vethbb77098"} 0 node_network_receive_errs_total{device="vethdc3d072"} 0 node_network_receive_errs_total{device="vethedf1202"} 0 node_network_receive_errs_total{device="vethf47de66"} 0 node_network_receive_errs_total{device="virbr0"} 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"} 118170 node_network_receive_fifo_total{device="br-17579625ae3c"} 0 node_network_receive_fifo_total{device="br-427349cee165"} 0 node_network_receive_fifo_total{device="br-498eb406f496"} 0 node_network_receive_fifo_total{device="br-5b3f4a0c5070"} 0 node_network_receive_fifo_total{device="br-6a0d59786a72"} 0 node_network_receive_fifo_total{device="br-86db7df8643d"} 0 node_network_receive_fifo_total{device="br-9d081eed85aa"} 0 node_network_receive_fifo_total{device="br-c2960fe2acbf"} 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"} 118170 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="veth0e1e2ba"} 0 node_network_receive_fifo_total{device="veth0f80027"} 0 node_network_receive_fifo_total{device="veth1a5d7f2"} 0 node_network_receive_fifo_total{device="veth1d32dd2"} 0 node_network_receive_fifo_total{device="veth34b5294"} 0 node_network_receive_fifo_total{device="veth488e5d3"} 0 node_network_receive_fifo_total{device="veth48bbc0d"} 0 node_network_receive_fifo_total{device="veth5395a82"} 0 node_network_receive_fifo_total{device="veth5808d04"} 0 node_network_receive_fifo_total{device="veth63aaf2a"} 0 node_network_receive_fifo_total{device="veth8233ffd"} 0 node_network_receive_fifo_total{device="veth88b32b0"} 0 node_network_receive_fifo_total{device="veth8b47acf"} 0 node_network_receive_fifo_total{device="veth8ecf5d3"} 0 node_network_receive_fifo_total{device="vetha17c0af"} 0 node_network_receive_fifo_total{device="vethbb77098"} 0 node_network_receive_fifo_total{device="vethdc3d072"} 0 node_network_receive_fifo_total{device="vethedf1202"} 0 node_network_receive_fifo_total{device="vethf47de66"} 0 node_network_receive_fifo_total{device="virbr0"} 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-427349cee165"} 0 node_network_receive_frame_total{device="br-498eb406f496"} 0 node_network_receive_frame_total{device="br-5b3f4a0c5070"} 0 node_network_receive_frame_total{device="br-6a0d59786a72"} 0 node_network_receive_frame_total{device="br-86db7df8643d"} 0 node_network_receive_frame_total{device="br-9d081eed85aa"} 0 node_network_receive_frame_total{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 0 node_network_receive_frame_total{device="veth0f80027"} 0 node_network_receive_frame_total{device="veth1a5d7f2"} 0 node_network_receive_frame_total{device="veth1d32dd2"} 0 node_network_receive_frame_total{device="veth34b5294"} 0 node_network_receive_frame_total{device="veth488e5d3"} 0 node_network_receive_frame_total{device="veth48bbc0d"} 0 node_network_receive_frame_total{device="veth5395a82"} 0 node_network_receive_frame_total{device="veth5808d04"} 0 node_network_receive_frame_total{device="veth63aaf2a"} 0 node_network_receive_frame_total{device="veth8233ffd"} 0 node_network_receive_frame_total{device="veth88b32b0"} 0 node_network_receive_frame_total{device="veth8b47acf"} 0 node_network_receive_frame_total{device="veth8ecf5d3"} 0 node_network_receive_frame_total{device="vetha17c0af"} 0 node_network_receive_frame_total{device="vethbb77098"} 0 node_network_receive_frame_total{device="vethdc3d072"} 0 node_network_receive_frame_total{device="vethedf1202"} 0 node_network_receive_frame_total{device="vethf47de66"} 0 node_network_receive_frame_total{device="virbr0"} 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"} 1.170253e+06 node_network_receive_multicast_total{device="br-17579625ae3c"} 0 node_network_receive_multicast_total{device="br-427349cee165"} 0 node_network_receive_multicast_total{device="br-498eb406f496"} 0 node_network_receive_multicast_total{device="br-5b3f4a0c5070"} 0 node_network_receive_multicast_total{device="br-6a0d59786a72"} 0 node_network_receive_multicast_total{device="br-86db7df8643d"} 0 node_network_receive_multicast_total{device="br-9d081eed85aa"} 0 node_network_receive_multicast_total{device="br-c2960fe2acbf"} 0 node_network_receive_multicast_total{device="br-c7faee3e3d16"} 0 node_network_receive_multicast_total{device="br0"} 1.149506e+06 node_network_receive_multicast_total{device="docker0"} 2097 node_network_receive_multicast_total{device="eth0"} 1.170253e+06 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="veth0e1e2ba"} 0 node_network_receive_multicast_total{device="veth0f80027"} 0 node_network_receive_multicast_total{device="veth1a5d7f2"} 0 node_network_receive_multicast_total{device="veth1d32dd2"} 0 node_network_receive_multicast_total{device="veth34b5294"} 0 node_network_receive_multicast_total{device="veth488e5d3"} 0 node_network_receive_multicast_total{device="veth48bbc0d"} 0 node_network_receive_multicast_total{device="veth5395a82"} 0 node_network_receive_multicast_total{device="veth5808d04"} 0 node_network_receive_multicast_total{device="veth63aaf2a"} 0 node_network_receive_multicast_total{device="veth8233ffd"} 0 node_network_receive_multicast_total{device="veth88b32b0"} 0 node_network_receive_multicast_total{device="veth8b47acf"} 0 node_network_receive_multicast_total{device="veth8ecf5d3"} 0 node_network_receive_multicast_total{device="vetha17c0af"} 0 node_network_receive_multicast_total{device="vethbb77098"} 0 node_network_receive_multicast_total{device="vethdc3d072"} 0 node_network_receive_multicast_total{device="vethedf1202"} 0 node_network_receive_multicast_total{device="vethf47de66"} 0 node_network_receive_multicast_total{device="virbr0"} 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-427349cee165"} 0 node_network_receive_nohandler_total{device="br-498eb406f496"} 0 node_network_receive_nohandler_total{device="br-5b3f4a0c5070"} 0 node_network_receive_nohandler_total{device="br-6a0d59786a72"} 0 node_network_receive_nohandler_total{device="br-86db7df8643d"} 0 node_network_receive_nohandler_total{device="br-9d081eed85aa"} 0 node_network_receive_nohandler_total{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 0 node_network_receive_nohandler_total{device="veth0f80027"} 0 node_network_receive_nohandler_total{device="veth1a5d7f2"} 0 node_network_receive_nohandler_total{device="veth1d32dd2"} 0 node_network_receive_nohandler_total{device="veth34b5294"} 0 node_network_receive_nohandler_total{device="veth488e5d3"} 0 node_network_receive_nohandler_total{device="veth48bbc0d"} 0 node_network_receive_nohandler_total{device="veth5395a82"} 0 node_network_receive_nohandler_total{device="veth5808d04"} 0 node_network_receive_nohandler_total{device="veth63aaf2a"} 0 node_network_receive_nohandler_total{device="veth8233ffd"} 0 node_network_receive_nohandler_total{device="veth88b32b0"} 0 node_network_receive_nohandler_total{device="veth8b47acf"} 0 node_network_receive_nohandler_total{device="veth8ecf5d3"} 0 node_network_receive_nohandler_total{device="vetha17c0af"} 0 node_network_receive_nohandler_total{device="vethbb77098"} 0 node_network_receive_nohandler_total{device="vethdc3d072"} 0 node_network_receive_nohandler_total{device="vethedf1202"} 0 node_network_receive_nohandler_total{device="vethf47de66"} 0 node_network_receive_nohandler_total{device="virbr0"} 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"} 3.51485932e+08 node_network_receive_packets_total{device="br-17579625ae3c"} 664637 node_network_receive_packets_total{device="br-427349cee165"} 947092 node_network_receive_packets_total{device="br-498eb406f496"} 5.807835e+08 node_network_receive_packets_total{device="br-5b3f4a0c5070"} 0 node_network_receive_packets_total{device="br-6a0d59786a72"} 5533 node_network_receive_packets_total{device="br-86db7df8643d"} 4189 node_network_receive_packets_total{device="br-9d081eed85aa"} 18 node_network_receive_packets_total{device="br-c2960fe2acbf"} 1.433194e+06 node_network_receive_packets_total{device="br-c7faee3e3d16"} 5464 node_network_receive_packets_total{device="br0"} 3.24505212e+08 node_network_receive_packets_total{device="docker0"} 338681 node_network_receive_packets_total{device="eth0"} 3.51485932e+08 node_network_receive_packets_total{device="eth1"} 0 node_network_receive_packets_total{device="lo"} 4.509093e+06 node_network_receive_packets_total{device="tailscale1"} 1.379206e+06 node_network_receive_packets_total{device="tunl0"} 0 node_network_receive_packets_total{device="veth0e1e2ba"} 1147 node_network_receive_packets_total{device="veth0f80027"} 6975 node_network_receive_packets_total{device="veth1a5d7f2"} 907259 node_network_receive_packets_total{device="veth1d32dd2"} 2.36212349e+08 node_network_receive_packets_total{device="veth34b5294"} 3 node_network_receive_packets_total{device="veth488e5d3"} 660429 node_network_receive_packets_total{device="veth48bbc0d"} 30564 node_network_receive_packets_total{device="veth5395a82"} 292041 node_network_receive_packets_total{device="veth5808d04"} 88042 node_network_receive_packets_total{device="veth63aaf2a"} 665014 node_network_receive_packets_total{device="veth8233ffd"} 135430 node_network_receive_packets_total{device="veth88b32b0"} 74388 node_network_receive_packets_total{device="veth8b47acf"} 355777 node_network_receive_packets_total{device="veth8ecf5d3"} 19702 node_network_receive_packets_total{device="vetha17c0af"} 134761 node_network_receive_packets_total{device="vethbb77098"} 115609 node_network_receive_packets_total{device="vethdc3d072"} 47862 node_network_receive_packets_total{device="vethedf1202"} 351450 node_network_receive_packets_total{device="vethf47de66"} 5533 node_network_receive_packets_total{device="virbr0"} 0 node_network_receive_packets_total{device="wg0"} 1.2250363e+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-427349cee165"} 1.25e+09 node_network_speed_bytes{device="br-498eb406f496"} 1.25e+09 node_network_speed_bytes{device="br-5b3f4a0c5070"} -125000 node_network_speed_bytes{device="br-6a0d59786a72"} 1.25e+09 node_network_speed_bytes{device="br-86db7df8643d"} 1.25e+09 node_network_speed_bytes{device="br-9d081eed85aa"} 1.25e+09 node_network_speed_bytes{device="br-c2960fe2acbf"} 1.25e+09 node_network_speed_bytes{device="br-c7faee3e3d16"} 1.25e+09 node_network_speed_bytes{device="br0"} 3.125e+08 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="veth0e1e2ba"} 1.25e+09 node_network_speed_bytes{device="veth0f80027"} 1.25e+09 node_network_speed_bytes{device="veth1a5d7f2"} 1.25e+09 node_network_speed_bytes{device="veth1d32dd2"} 1.25e+09 node_network_speed_bytes{device="veth34b5294"} 1.25e+09 node_network_speed_bytes{device="veth488e5d3"} 1.25e+09 node_network_speed_bytes{device="veth48bbc0d"} 1.25e+09 node_network_speed_bytes{device="veth5395a82"} 1.25e+09 node_network_speed_bytes{device="veth5808d04"} 1.25e+09 node_network_speed_bytes{device="veth63aaf2a"} 1.25e+09 node_network_speed_bytes{device="veth8233ffd"} 1.25e+09 node_network_speed_bytes{device="veth88b32b0"} 1.25e+09 node_network_speed_bytes{device="veth8b47acf"} 1.25e+09 node_network_speed_bytes{device="veth8ecf5d3"} 1.25e+09 node_network_speed_bytes{device="vetha17c0af"} 1.25e+09 node_network_speed_bytes{device="vethbb77098"} 1.25e+09 node_network_speed_bytes{device="vethdc3d072"} 1.25e+09 node_network_speed_bytes{device="vethedf1202"} 1.25e+09 node_network_speed_bytes{device="vethf47de66"} 1.25e+09 node_network_speed_bytes{device="virbr0"} -125000 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="bond0"} 6.90572538777e+11 node_network_transmit_bytes_total{device="br-17579625ae3c"} 4.213064102e+09 node_network_transmit_bytes_total{device="br-427349cee165"} 3.055954687e+09 node_network_transmit_bytes_total{device="br-498eb406f496"} 8.2914058194e+10 node_network_transmit_bytes_total{device="br-5b3f4a0c5070"} 0 node_network_transmit_bytes_total{device="br-6a0d59786a72"} 2.0098306e+07 node_network_transmit_bytes_total{device="br-86db7df8643d"} 1.978454e+07 node_network_transmit_bytes_total{device="br-9d081eed85aa"} 1.8753559e+07 node_network_transmit_bytes_total{device="br-c2960fe2acbf"} 7.506565369e+09 node_network_transmit_bytes_total{device="br-c7faee3e3d16"} 1.9836166e+07 node_network_transmit_bytes_total{device="br0"} 6.86390159723e+11 node_network_transmit_bytes_total{device="docker0"} 8.8279009e+07 node_network_transmit_bytes_total{device="eth0"} 6.90572538777e+11 node_network_transmit_bytes_total{device="eth1"} 0 node_network_transmit_bytes_total{device="lo"} 6.69970728e+08 node_network_transmit_bytes_total{device="tailscale1"} 2.592230744e+09 node_network_transmit_bytes_total{device="tunl0"} 0 node_network_transmit_bytes_total{device="veth0e1e2ba"} 5.817795e+06 node_network_transmit_bytes_total{device="veth0f80027"} 2.1536678e+07 node_network_transmit_bytes_total{device="veth1a5d7f2"} 2.904149961e+09 node_network_transmit_bytes_total{device="veth1d32dd2"} 2.1122727395e+10 node_network_transmit_bytes_total{device="veth34b5294"} 1.8754515e+07 node_network_transmit_bytes_total{device="veth488e5d3"} 4.164089498e+09 node_network_transmit_bytes_total{device="veth48bbc0d"} 6.098633e+06 node_network_transmit_bytes_total{device="veth5395a82"} 5.77778141e+08 node_network_transmit_bytes_total{device="veth5808d04"} 4.8207734e+07 node_network_transmit_bytes_total{device="veth63aaf2a"} 5.87284716e+08 node_network_transmit_bytes_total{device="veth8233ffd"} 6.7212353e+07 node_network_transmit_bytes_total{device="veth88b32b0"} 1.0578332e+07 node_network_transmit_bytes_total{device="veth8b47acf"} 5.98208537e+08 node_network_transmit_bytes_total{device="veth8ecf5d3"} 6.0114778e+07 node_network_transmit_bytes_total{device="vetha17c0af"} 2.80373948e+08 node_network_transmit_bytes_total{device="vethbb77098"} 3.4282839e+07 node_network_transmit_bytes_total{device="vethdc3d072"} 2.7862124e+07 node_network_transmit_bytes_total{device="vethedf1202"} 1.52801933e+08 node_network_transmit_bytes_total{device="vethf47de66"} 2.0099052e+07 node_network_transmit_bytes_total{device="virbr0"} 0 node_network_transmit_bytes_total{device="wg0"} 5.11790056e+08 # 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-427349cee165"} 0 node_network_transmit_carrier_total{device="br-498eb406f496"} 0 node_network_transmit_carrier_total{device="br-5b3f4a0c5070"} 0 node_network_transmit_carrier_total{device="br-6a0d59786a72"} 0 node_network_transmit_carrier_total{device="br-86db7df8643d"} 0 node_network_transmit_carrier_total{device="br-9d081eed85aa"} 0 node_network_transmit_carrier_total{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 0 node_network_transmit_carrier_total{device="veth0f80027"} 0 node_network_transmit_carrier_total{device="veth1a5d7f2"} 0 node_network_transmit_carrier_total{device="veth1d32dd2"} 0 node_network_transmit_carrier_total{device="veth34b5294"} 0 node_network_transmit_carrier_total{device="veth488e5d3"} 0 node_network_transmit_carrier_total{device="veth48bbc0d"} 0 node_network_transmit_carrier_total{device="veth5395a82"} 0 node_network_transmit_carrier_total{device="veth5808d04"} 0 node_network_transmit_carrier_total{device="veth63aaf2a"} 0 node_network_transmit_carrier_total{device="veth8233ffd"} 0 node_network_transmit_carrier_total{device="veth88b32b0"} 0 node_network_transmit_carrier_total{device="veth8b47acf"} 0 node_network_transmit_carrier_total{device="veth8ecf5d3"} 0 node_network_transmit_carrier_total{device="vetha17c0af"} 0 node_network_transmit_carrier_total{device="vethbb77098"} 0 node_network_transmit_carrier_total{device="vethdc3d072"} 0 node_network_transmit_carrier_total{device="vethedf1202"} 0 node_network_transmit_carrier_total{device="vethf47de66"} 0 node_network_transmit_carrier_total{device="virbr0"} 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-427349cee165"} 0 node_network_transmit_colls_total{device="br-498eb406f496"} 0 node_network_transmit_colls_total{device="br-5b3f4a0c5070"} 0 node_network_transmit_colls_total{device="br-6a0d59786a72"} 0 node_network_transmit_colls_total{device="br-86db7df8643d"} 0 node_network_transmit_colls_total{device="br-9d081eed85aa"} 0 node_network_transmit_colls_total{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 0 node_network_transmit_colls_total{device="veth0f80027"} 0 node_network_transmit_colls_total{device="veth1a5d7f2"} 0 node_network_transmit_colls_total{device="veth1d32dd2"} 0 node_network_transmit_colls_total{device="veth34b5294"} 0 node_network_transmit_colls_total{device="veth488e5d3"} 0 node_network_transmit_colls_total{device="veth48bbc0d"} 0 node_network_transmit_colls_total{device="veth5395a82"} 0 node_network_transmit_colls_total{device="veth5808d04"} 0 node_network_transmit_colls_total{device="veth63aaf2a"} 0 node_network_transmit_colls_total{device="veth8233ffd"} 0 node_network_transmit_colls_total{device="veth88b32b0"} 0 node_network_transmit_colls_total{device="veth8b47acf"} 0 node_network_transmit_colls_total{device="veth8ecf5d3"} 0 node_network_transmit_colls_total{device="vetha17c0af"} 0 node_network_transmit_colls_total{device="vethbb77098"} 0 node_network_transmit_colls_total{device="vethdc3d072"} 0 node_network_transmit_colls_total{device="vethedf1202"} 0 node_network_transmit_colls_total{device="vethf47de66"} 0 node_network_transmit_colls_total{device="virbr0"} 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-427349cee165"} 0 node_network_transmit_compressed_total{device="br-498eb406f496"} 0 node_network_transmit_compressed_total{device="br-5b3f4a0c5070"} 0 node_network_transmit_compressed_total{device="br-6a0d59786a72"} 0 node_network_transmit_compressed_total{device="br-86db7df8643d"} 0 node_network_transmit_compressed_total{device="br-9d081eed85aa"} 0 node_network_transmit_compressed_total{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 0 node_network_transmit_compressed_total{device="veth0f80027"} 0 node_network_transmit_compressed_total{device="veth1a5d7f2"} 0 node_network_transmit_compressed_total{device="veth1d32dd2"} 0 node_network_transmit_compressed_total{device="veth34b5294"} 0 node_network_transmit_compressed_total{device="veth488e5d3"} 0 node_network_transmit_compressed_total{device="veth48bbc0d"} 0 node_network_transmit_compressed_total{device="veth5395a82"} 0 node_network_transmit_compressed_total{device="veth5808d04"} 0 node_network_transmit_compressed_total{device="veth63aaf2a"} 0 node_network_transmit_compressed_total{device="veth8233ffd"} 0 node_network_transmit_compressed_total{device="veth88b32b0"} 0 node_network_transmit_compressed_total{device="veth8b47acf"} 0 node_network_transmit_compressed_total{device="veth8ecf5d3"} 0 node_network_transmit_compressed_total{device="vetha17c0af"} 0 node_network_transmit_compressed_total{device="vethbb77098"} 0 node_network_transmit_compressed_total{device="vethdc3d072"} 0 node_network_transmit_compressed_total{device="vethedf1202"} 0 node_network_transmit_compressed_total{device="vethf47de66"} 0 node_network_transmit_compressed_total{device="virbr0"} 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"} 1 node_network_transmit_drop_total{device="br-427349cee165"} 36 node_network_transmit_drop_total{device="br-498eb406f496"} 17786 node_network_transmit_drop_total{device="br-5b3f4a0c5070"} 267702 node_network_transmit_drop_total{device="br-6a0d59786a72"} 24 node_network_transmit_drop_total{device="br-86db7df8643d"} 17 node_network_transmit_drop_total{device="br-9d081eed85aa"} 13 node_network_transmit_drop_total{device="br-c2960fe2acbf"} 9 node_network_transmit_drop_total{device="br-c7faee3e3d16"} 6 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="veth0e1e2ba"} 0 node_network_transmit_drop_total{device="veth0f80027"} 0 node_network_transmit_drop_total{device="veth1a5d7f2"} 0 node_network_transmit_drop_total{device="veth1d32dd2"} 0 node_network_transmit_drop_total{device="veth34b5294"} 0 node_network_transmit_drop_total{device="veth488e5d3"} 0 node_network_transmit_drop_total{device="veth48bbc0d"} 0 node_network_transmit_drop_total{device="veth5395a82"} 0 node_network_transmit_drop_total{device="veth5808d04"} 0 node_network_transmit_drop_total{device="veth63aaf2a"} 0 node_network_transmit_drop_total{device="veth8233ffd"} 0 node_network_transmit_drop_total{device="veth88b32b0"} 0 node_network_transmit_drop_total{device="veth8b47acf"} 0 node_network_transmit_drop_total{device="veth8ecf5d3"} 0 node_network_transmit_drop_total{device="vetha17c0af"} 0 node_network_transmit_drop_total{device="vethbb77098"} 0 node_network_transmit_drop_total{device="vethdc3d072"} 0 node_network_transmit_drop_total{device="vethedf1202"} 0 node_network_transmit_drop_total{device="vethf47de66"} 0 node_network_transmit_drop_total{device="virbr0"} 42 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-427349cee165"} 0 node_network_transmit_errs_total{device="br-498eb406f496"} 0 node_network_transmit_errs_total{device="br-5b3f4a0c5070"} 0 node_network_transmit_errs_total{device="br-6a0d59786a72"} 0 node_network_transmit_errs_total{device="br-86db7df8643d"} 0 node_network_transmit_errs_total{device="br-9d081eed85aa"} 0 node_network_transmit_errs_total{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 0 node_network_transmit_errs_total{device="veth0f80027"} 0 node_network_transmit_errs_total{device="veth1a5d7f2"} 0 node_network_transmit_errs_total{device="veth1d32dd2"} 0 node_network_transmit_errs_total{device="veth34b5294"} 0 node_network_transmit_errs_total{device="veth488e5d3"} 0 node_network_transmit_errs_total{device="veth48bbc0d"} 0 node_network_transmit_errs_total{device="veth5395a82"} 0 node_network_transmit_errs_total{device="veth5808d04"} 0 node_network_transmit_errs_total{device="veth63aaf2a"} 0 node_network_transmit_errs_total{device="veth8233ffd"} 0 node_network_transmit_errs_total{device="veth88b32b0"} 0 node_network_transmit_errs_total{device="veth8b47acf"} 0 node_network_transmit_errs_total{device="veth8ecf5d3"} 0 node_network_transmit_errs_total{device="vetha17c0af"} 0 node_network_transmit_errs_total{device="vethbb77098"} 0 node_network_transmit_errs_total{device="vethdc3d072"} 0 node_network_transmit_errs_total{device="vethedf1202"} 0 node_network_transmit_errs_total{device="vethf47de66"} 0 node_network_transmit_errs_total{device="virbr0"} 0 node_network_transmit_errs_total{device="wg0"} 40 # 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-427349cee165"} 0 node_network_transmit_fifo_total{device="br-498eb406f496"} 0 node_network_transmit_fifo_total{device="br-5b3f4a0c5070"} 0 node_network_transmit_fifo_total{device="br-6a0d59786a72"} 0 node_network_transmit_fifo_total{device="br-86db7df8643d"} 0 node_network_transmit_fifo_total{device="br-9d081eed85aa"} 0 node_network_transmit_fifo_total{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 0 node_network_transmit_fifo_total{device="veth0f80027"} 0 node_network_transmit_fifo_total{device="veth1a5d7f2"} 0 node_network_transmit_fifo_total{device="veth1d32dd2"} 0 node_network_transmit_fifo_total{device="veth34b5294"} 0 node_network_transmit_fifo_total{device="veth488e5d3"} 0 node_network_transmit_fifo_total{device="veth48bbc0d"} 0 node_network_transmit_fifo_total{device="veth5395a82"} 0 node_network_transmit_fifo_total{device="veth5808d04"} 0 node_network_transmit_fifo_total{device="veth63aaf2a"} 0 node_network_transmit_fifo_total{device="veth8233ffd"} 0 node_network_transmit_fifo_total{device="veth88b32b0"} 0 node_network_transmit_fifo_total{device="veth8b47acf"} 0 node_network_transmit_fifo_total{device="veth8ecf5d3"} 0 node_network_transmit_fifo_total{device="vetha17c0af"} 0 node_network_transmit_fifo_total{device="vethbb77098"} 0 node_network_transmit_fifo_total{device="vethdc3d072"} 0 node_network_transmit_fifo_total{device="vethedf1202"} 0 node_network_transmit_fifo_total{device="vethf47de66"} 0 node_network_transmit_fifo_total{device="virbr0"} 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"} 6.62819176e+08 node_network_transmit_packets_total{device="br-17579625ae3c"} 1.34034e+06 node_network_transmit_packets_total{device="br-427349cee165"} 1.218721e+06 node_network_transmit_packets_total{device="br-498eb406f496"} 2.90384058e+08 node_network_transmit_packets_total{device="br-5b3f4a0c5070"} 0 node_network_transmit_packets_total{device="br-6a0d59786a72"} 277376 node_network_transmit_packets_total{device="br-86db7df8643d"} 274659 node_network_transmit_packets_total{device="br-9d081eed85aa"} 268096 node_network_transmit_packets_total{device="br-c2960fe2acbf"} 1.513526e+06 node_network_transmit_packets_total{device="br-c7faee3e3d16"} 275337 node_network_transmit_packets_total{device="br0"} 5.97373029e+08 node_network_transmit_packets_total{device="docker0"} 541580 node_network_transmit_packets_total{device="eth0"} 6.62819176e+08 node_network_transmit_packets_total{device="eth1"} 0 node_network_transmit_packets_total{device="lo"} 4.509093e+06 node_network_transmit_packets_total{device="tailscale1"} 793822 node_network_transmit_packets_total{device="tunl0"} 0 node_network_transmit_packets_total{device="veth0e1e2ba"} 81358 node_network_transmit_packets_total{device="veth0f80027"} 278720 node_network_transmit_packets_total{device="veth1a5d7f2"} 1.185698e+06 node_network_transmit_packets_total{device="veth1d32dd2"} 9.5002679e+07 node_network_transmit_packets_total{device="veth34b5294"} 268110 node_network_transmit_packets_total{device="veth488e5d3"} 1.240508e+06 node_network_transmit_packets_total{device="veth48bbc0d"} 81700 node_network_transmit_packets_total{device="veth5395a82"} 532701 node_network_transmit_packets_total{device="veth5808d04"} 181803 node_network_transmit_packets_total{device="veth63aaf2a"} 915912 node_network_transmit_packets_total{device="veth8233ffd"} 372924 node_network_transmit_packets_total{device="veth88b32b0"} 122951 node_network_transmit_packets_total{device="veth8b47acf"} 668527 node_network_transmit_packets_total{device="veth8ecf5d3"} 107487 node_network_transmit_packets_total{device="vetha17c0af"} 245593 node_network_transmit_packets_total{device="vethbb77098"} 376922 node_network_transmit_packets_total{device="vethdc3d072"} 321777 node_network_transmit_packets_total{device="vethedf1202"} 574328 node_network_transmit_packets_total{device="vethf47de66"} 277383 node_network_transmit_packets_total{device="virbr0"} 0 node_network_transmit_packets_total{device="wg0"} 3.712244e+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-427349cee165"} 0 node_network_transmit_queue_length{device="br-498eb406f496"} 0 node_network_transmit_queue_length{device="br-5b3f4a0c5070"} 0 node_network_transmit_queue_length{device="br-6a0d59786a72"} 0 node_network_transmit_queue_length{device="br-86db7df8643d"} 0 node_network_transmit_queue_length{device="br-9d081eed85aa"} 0 node_network_transmit_queue_length{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 0 node_network_transmit_queue_length{device="veth0f80027"} 0 node_network_transmit_queue_length{device="veth1a5d7f2"} 0 node_network_transmit_queue_length{device="veth1d32dd2"} 0 node_network_transmit_queue_length{device="veth34b5294"} 0 node_network_transmit_queue_length{device="veth488e5d3"} 0 node_network_transmit_queue_length{device="veth48bbc0d"} 0 node_network_transmit_queue_length{device="veth5395a82"} 0 node_network_transmit_queue_length{device="veth5808d04"} 0 node_network_transmit_queue_length{device="veth63aaf2a"} 0 node_network_transmit_queue_length{device="veth8233ffd"} 0 node_network_transmit_queue_length{device="veth88b32b0"} 0 node_network_transmit_queue_length{device="veth8b47acf"} 0 node_network_transmit_queue_length{device="veth8ecf5d3"} 0 node_network_transmit_queue_length{device="vetha17c0af"} 0 node_network_transmit_queue_length{device="vethbb77098"} 0 node_network_transmit_queue_length{device="vethdc3d072"} 0 node_network_transmit_queue_length{device="vethedf1202"} 0 node_network_transmit_queue_length{device="vethf47de66"} 0 node_network_transmit_queue_length{device="virbr0"} 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-427349cee165"} 1 node_network_up{device="br-498eb406f496"} 1 node_network_up{device="br-5b3f4a0c5070"} 0 node_network_up{device="br-6a0d59786a72"} 1 node_network_up{device="br-86db7df8643d"} 1 node_network_up{device="br-9d081eed85aa"} 1 node_network_up{device="br-c2960fe2acbf"} 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="veth0e1e2ba"} 1 node_network_up{device="veth0f80027"} 1 node_network_up{device="veth1a5d7f2"} 1 node_network_up{device="veth1d32dd2"} 1 node_network_up{device="veth34b5294"} 1 node_network_up{device="veth488e5d3"} 1 node_network_up{device="veth48bbc0d"} 1 node_network_up{device="veth5395a82"} 1 node_network_up{device="veth5808d04"} 1 node_network_up{device="veth63aaf2a"} 1 node_network_up{device="veth8233ffd"} 1 node_network_up{device="veth88b32b0"} 1 node_network_up{device="veth8b47acf"} 1 node_network_up{device="veth8ecf5d3"} 1 node_network_up{device="vetha17c0af"} 1 node_network_up{device="vethbb77098"} 1 node_network_up{device="vethdc3d072"} 1 node_network_up{device="vethedf1202"} 1 node_network_up{device="vethf47de66"} 1 node_network_up{device="virbr0"} 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 291 # 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 37 # 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 51 # 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 37 # 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 1964 # 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 1 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 2 # 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"} 84118.084461 # 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"} 29922.346067 node_rapl_package_joules_total{index="0",path="/sys/class/powercap/intel-rapl:0"} 29922.346067 # 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.000987795 node_scrape_collector_duration_seconds{collector="bcache"} 8.367e-06 node_scrape_collector_duration_seconds{collector="bonding"} 9.0562e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.038936129 node_scrape_collector_duration_seconds{collector="conntrack"} 6.9386e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000564699 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.025754965 node_scrape_collector_duration_seconds{collector="diskstats"} 0.008365158 node_scrape_collector_duration_seconds{collector="dmi"} 1.0582e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.000118753 node_scrape_collector_duration_seconds{collector="entropy"} 4.7086e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 6.808e-06 node_scrape_collector_duration_seconds{collector="filefd"} 2.9513e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.03230261 node_scrape_collector_duration_seconds{collector="hwmon"} 0.065442758 node_scrape_collector_duration_seconds{collector="infiniband"} 9.217e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 9.018e-06 node_scrape_collector_duration_seconds{collector="loadavg"} 1.945e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000121807 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000108589 node_scrape_collector_duration_seconds{collector="netclass"} 0.052435704 node_scrape_collector_duration_seconds{collector="netdev"} 0.035759313 node_scrape_collector_duration_seconds{collector="netstat"} 0.000437154 node_scrape_collector_duration_seconds{collector="nfs"} 1.6176e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 9.9326e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000104333 node_scrape_collector_duration_seconds{collector="os"} 3.1076e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 1.8591e-05 node_scrape_collector_duration_seconds{collector="pressure"} 1.7077e-05 node_scrape_collector_duration_seconds{collector="rapl"} 0.000200018 node_scrape_collector_duration_seconds{collector="schedstat"} 7.931e-06 node_scrape_collector_duration_seconds{collector="selinux"} 7.26e-07 node_scrape_collector_duration_seconds{collector="sockstat"} 9.0326e-05 node_scrape_collector_duration_seconds{collector="softnet"} 8.3885e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000422942 node_scrape_collector_duration_seconds{collector="tapestats"} 7.181e-06 node_scrape_collector_duration_seconds{collector="textfile"} 1.7653e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000747169 node_scrape_collector_duration_seconds{collector="time"} 6.6819e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.3376e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000477783 node_scrape_collector_duration_seconds{collector="uname"} 7.958e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000101581 node_scrape_collector_duration_seconds{collector="watchdog"} 1.2961e-05 node_scrape_collector_duration_seconds{collector="xfs"} 0.000527421 node_scrape_collector_duration_seconds{collector="zfs"} 0.000695158 # 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 67 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 378 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 115 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # 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 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 5 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 28 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 34 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 93 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 0 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 0 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 674 # 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"} 8.2699945e+07 node_softnet_processed_total{cpu="1"} 4.64170488e+08 node_softnet_processed_total{cpu="2"} 1.506543208e+09 node_softnet_processed_total{cpu="3"} 5.1505992e+08 node_softnet_processed_total{cpu="4"} 5.6166047e+07 node_softnet_processed_total{cpu="5"} 3.999026e+07 node_softnet_processed_total{cpu="6"} 4.0140509e+07 node_softnet_processed_total{cpu="7"} 7.1440115e+07 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 5 node_softnet_times_squeezed_total{cpu="1"} 371 node_softnet_times_squeezed_total{cpu="2"} 1171 node_softnet_times_squeezed_total{cpu="3"} 1 node_softnet_times_squeezed_total{cpu="4"} 0 node_softnet_times_squeezed_total{cpu="5"} 0 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="7"} 1 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_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"} 63 node_thermal_zone_temp{type="acpitz",zone="1"} 27.8 node_thermal_zone_temp{type="x86_pkg_temp",zone="3"} 63 # 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.7846684729667273e+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.000354 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000640259094238 # 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.36978 # 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.000216429 # 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 1.8512831873e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 1.266705e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.163565775e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.70011698e+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.1018e+06 node_xfs_block_mapping_extent_list_deletions_total{device="md1p1"} 107 node_xfs_block_mapping_extent_list_deletions_total{device="md2p1"} 28554 node_xfs_block_mapping_extent_list_deletions_total{device="md3p1"} 998 node_xfs_block_mapping_extent_list_deletions_total{device="nvme1n1p1"} 17 # 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"} 792217 node_xfs_block_mapping_extent_list_insertions_total{device="md1p1"} 1816 node_xfs_block_mapping_extent_list_insertions_total{device="md2p1"} 44 node_xfs_block_mapping_extent_list_insertions_total{device="md3p1"} 116332 node_xfs_block_mapping_extent_list_insertions_total{device="nvme1n1p1"} 122 # 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"} 1.13363611e+08 node_xfs_block_mapping_extent_list_lookups_total{device="md1p1"} 2.811508e+06 node_xfs_block_mapping_extent_list_lookups_total{device="md2p1"} 9.518019e+06 node_xfs_block_mapping_extent_list_lookups_total{device="md3p1"} 2.092999e+07 node_xfs_block_mapping_extent_list_lookups_total{device="nvme1n1p1"} 7060 # 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"} 7.2813016e+07 node_xfs_block_mapping_reads_total{device="md1p1"} 2.120763e+06 node_xfs_block_mapping_reads_total{device="md2p1"} 9.258962e+06 node_xfs_block_mapping_reads_total{device="md3p1"} 8.57943e+06 node_xfs_block_mapping_reads_total{device="nvme1n1p1"} 120 # 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.660208e+06 node_xfs_block_mapping_unmaps_total{device="md1p1"} 116 node_xfs_block_mapping_unmaps_total{device="md2p1"} 14659 node_xfs_block_mapping_unmaps_total{device="md3p1"} 1148 node_xfs_block_mapping_unmaps_total{device="nvme1n1p1"} 17 # 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.3619511e+07 node_xfs_block_mapping_writes_total{device="md1p1"} 114647 node_xfs_block_mapping_writes_total{device="md2p1"} 136114 node_xfs_block_mapping_writes_total{device="md3p1"} 1.2029374e+07 node_xfs_block_mapping_writes_total{device="nvme1n1p1"} 6444 # 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.634932e+06 node_xfs_directory_operation_create_total{device="md1p1"} 133 node_xfs_directory_operation_create_total{device="md2p1"} 0 node_xfs_directory_operation_create_total{device="md3p1"} 3024 node_xfs_directory_operation_create_total{device="nvme1n1p1"} 10 # 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"} 3.2359081e+07 node_xfs_directory_operation_getdents_total{device="md1p1"} 1.3979582e+07 node_xfs_directory_operation_getdents_total{device="md2p1"} 1.885395e+06 node_xfs_directory_operation_getdents_total{device="md3p1"} 2.593394e+06 node_xfs_directory_operation_getdents_total{device="nvme1n1p1"} 1.814126e+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"} 3.65909e+06 node_xfs_directory_operation_lookup_total{device="md1p1"} 275635 node_xfs_directory_operation_lookup_total{device="md2p1"} 22507 node_xfs_directory_operation_lookup_total{device="md3p1"} 19136 node_xfs_directory_operation_lookup_total{device="nvme1n1p1"} 821 # 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.411458e+06 node_xfs_directory_operation_remove_total{device="md1p1"} 101 node_xfs_directory_operation_remove_total{device="md2p1"} 1335 node_xfs_directory_operation_remove_total{device="md3p1"} 1882 node_xfs_directory_operation_remove_total{device="nvme1n1p1"} 0 # HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem. # TYPE node_xfs_extent_allocation_blocks_allocated_total counter node_xfs_extent_allocation_blocks_allocated_total{device="loop2"} 3.5343594e+07 node_xfs_extent_allocation_blocks_allocated_total{device="md1p1"} 1.0772421e+07 node_xfs_extent_allocation_blocks_allocated_total{device="md2p1"} 71 node_xfs_extent_allocation_blocks_allocated_total{device="md3p1"} 6.58189063e+08 node_xfs_extent_allocation_blocks_allocated_total{device="nvme1n1p1"} 607 # 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.3595077e+07 node_xfs_extent_allocation_blocks_freed_total{device="md1p1"} 3.741719e+06 node_xfs_extent_allocation_blocks_freed_total{device="md2p1"} 5.43594049e+08 node_xfs_extent_allocation_blocks_freed_total{device="md3p1"} 8.0605544e+07 node_xfs_extent_allocation_blocks_freed_total{device="nvme1n1p1"} 429 # 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"} 354798 node_xfs_extent_allocation_extents_allocated_total{device="md1p1"} 153 node_xfs_extent_allocation_extents_allocated_total{device="md2p1"} 22 node_xfs_extent_allocation_extents_allocated_total{device="md3p1"} 2751 node_xfs_extent_allocation_extents_allocated_total{device="nvme1n1p1"} 55 # 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"} 180941 node_xfs_extent_allocation_extents_freed_total{device="md1p1"} 102 node_xfs_extent_allocation_extents_freed_total{device="md2p1"} 26565 node_xfs_extent_allocation_extents_freed_total{device="md3p1"} 442 node_xfs_extent_allocation_extents_freed_total{device="nvme1n1p1"} 17 # 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.085279e+06 node_xfs_inode_operation_attempts_total{device="md1p1"} 269662 node_xfs_inode_operation_attempts_total{device="md2p1"} 15450 node_xfs_inode_operation_attempts_total{device="md3p1"} 10959 node_xfs_inode_operation_attempts_total{device="nvme1n1p1"} 52 # 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"} 1.058418e+06 node_xfs_inode_operation_attribute_changes_total{device="md1p1"} 158 node_xfs_inode_operation_attribute_changes_total{device="md2p1"} 22 node_xfs_inode_operation_attribute_changes_total{device="md3p1"} 4725 node_xfs_inode_operation_attribute_changes_total{device="nvme1n1p1"} 21 # 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"} 1 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"} 644002 node_xfs_inode_operation_found_total{device="md1p1"} 98686 node_xfs_inode_operation_found_total{device="md2p1"} 118 node_xfs_inode_operation_found_total{device="md3p1"} 2884 node_xfs_inode_operation_found_total{device="nvme1n1p1"} 0 # HELP node_xfs_inode_operation_missed_total Number of times the OS looked for an XFS inode in the cache, but did not find it. # TYPE node_xfs_inode_operation_missed_total counter node_xfs_inode_operation_missed_total{device="loop2"} 441278 node_xfs_inode_operation_missed_total{device="md1p1"} 170976 node_xfs_inode_operation_missed_total{device="md2p1"} 15332 node_xfs_inode_operation_missed_total{device="md3p1"} 8075 node_xfs_inode_operation_missed_total{device="nvme1n1p1"} 52 # 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"} 244005 node_xfs_inode_operation_reclaims_total{device="md1p1"} 120403 node_xfs_inode_operation_reclaims_total{device="md2p1"} 1352 node_xfs_inode_operation_reclaims_total{device="md3p1"} 411 node_xfs_inode_operation_reclaims_total{device="nvme1n1p1"} 0 # HELP node_xfs_inode_operation_recycled_total Number of times the OS found an XFS inode in the cache, but could not use it as it was being recycled. # TYPE node_xfs_inode_operation_recycled_total counter node_xfs_inode_operation_recycled_total{device="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"} 2.38980016e+08 node_xfs_read_calls_total{device="md1p1"} 635329 node_xfs_read_calls_total{device="md2p1"} 1.0626616e+07 node_xfs_read_calls_total{device="md3p1"} 9.3537088e+07 node_xfs_read_calls_total{device="nvme1n1p1"} 62910 # 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"} 197272 node_xfs_vnode_active_total{device="md1p1"} 50573 node_xfs_vnode_active_total{device="md2p1"} 13980 node_xfs_vnode_active_total{device="md3p1"} 7664 node_xfs_vnode_active_total{device="nvme1n1p1"} 52 # 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"} 885318 node_xfs_vnode_reclaim_total{device="md1p1"} 121258 node_xfs_vnode_reclaim_total{device="md2p1"} 1352 node_xfs_vnode_reclaim_total{device="md3p1"} 428 node_xfs_vnode_reclaim_total{device="nvme1n1p1"} 0 # HELP node_xfs_vnode_release_total Number of times vn_rele called for a filesystem. # TYPE node_xfs_vnode_release_total counter node_xfs_vnode_release_total{device="loop2"} 885318 node_xfs_vnode_release_total{device="md1p1"} 121258 node_xfs_vnode_release_total{device="md2p1"} 1352 node_xfs_vnode_release_total{device="md3p1"} 428 node_xfs_vnode_release_total{device="nvme1n1p1"} 0 # HELP node_xfs_vnode_remove_total Number of times vn_remove called for a filesystem. # TYPE node_xfs_vnode_remove_total counter node_xfs_vnode_remove_total{device="loop2"} 885318 node_xfs_vnode_remove_total{device="md1p1"} 121258 node_xfs_vnode_remove_total{device="md2p1"} 1352 node_xfs_vnode_remove_total{device="md3p1"} 428 node_xfs_vnode_remove_total{device="nvme1n1p1"} 0 # HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem. # TYPE node_xfs_write_calls_total counter node_xfs_write_calls_total{device="loop2"} 1.1128623e+07 node_xfs_write_calls_total{device="md1p1"} 112754 node_xfs_write_calls_total{device="md2p1"} 136088 node_xfs_write_calls_total{device="md3p1"} 1.1892037e+07 node_xfs_write_calls_total{device="nvme1n1p1"} 6325 # 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 1.6986409728e+10 # HELP node_zfs_arc_memory_direct_count kstat.zfs.misc.arcstats.memory_direct_count # TYPE node_zfs_arc_memory_direct_count untyped node_zfs_arc_memory_direct_count 0 # HELP node_zfs_arc_memory_free_bytes kstat.zfs.misc.arcstats.memory_free_bytes # TYPE node_zfs_arc_memory_free_bytes untyped node_zfs_arc_memory_free_bytes 1.8206752768e+10 # HELP node_zfs_arc_memory_indirect_count kstat.zfs.misc.arcstats.memory_indirect_count # TYPE node_zfs_arc_memory_indirect_count untyped node_zfs_arc_memory_indirect_count 0 # HELP node_zfs_arc_memory_throttle_count kstat.zfs.misc.arcstats.memory_throttle_count # TYPE node_zfs_arc_memory_throttle_count untyped node_zfs_arc_memory_throttle_count 0 # HELP node_zfs_arc_meta kstat.zfs.misc.arcstats.meta # TYPE node_zfs_arc_meta untyped node_zfs_arc_meta 1.073741824e+09 # HELP node_zfs_arc_metadata_size kstat.zfs.misc.arcstats.metadata_size # TYPE node_zfs_arc_metadata_size untyped node_zfs_arc_metadata_size 0 # HELP node_zfs_arc_mfu_data kstat.zfs.misc.arcstats.mfu_data # TYPE node_zfs_arc_mfu_data untyped node_zfs_arc_mfu_data 0 # HELP node_zfs_arc_mfu_evictable_data kstat.zfs.misc.arcstats.mfu_evictable_data # TYPE node_zfs_arc_mfu_evictable_data untyped node_zfs_arc_mfu_evictable_data 0 # HELP node_zfs_arc_mfu_evictable_metadata kstat.zfs.misc.arcstats.mfu_evictable_metadata # TYPE node_zfs_arc_mfu_evictable_metadata untyped node_zfs_arc_mfu_evictable_metadata 0 # HELP node_zfs_arc_mfu_ghost_data kstat.zfs.misc.arcstats.mfu_ghost_data # TYPE node_zfs_arc_mfu_ghost_data untyped node_zfs_arc_mfu_ghost_data 0 # HELP node_zfs_arc_mfu_ghost_evictable_data kstat.zfs.misc.arcstats.mfu_ghost_evictable_data # TYPE node_zfs_arc_mfu_ghost_evictable_data untyped node_zfs_arc_mfu_ghost_evictable_data 0 # HELP node_zfs_arc_mfu_ghost_evictable_metadata kstat.zfs.misc.arcstats.mfu_ghost_evictable_metadata # TYPE node_zfs_arc_mfu_ghost_evictable_metadata untyped node_zfs_arc_mfu_ghost_evictable_metadata 0 # HELP node_zfs_arc_mfu_ghost_hits kstat.zfs.misc.arcstats.mfu_ghost_hits # TYPE node_zfs_arc_mfu_ghost_hits untyped node_zfs_arc_mfu_ghost_hits 0 # HELP node_zfs_arc_mfu_ghost_metadata kstat.zfs.misc.arcstats.mfu_ghost_metadata # TYPE node_zfs_arc_mfu_ghost_metadata untyped node_zfs_arc_mfu_ghost_metadata 0 # HELP node_zfs_arc_mfu_ghost_size kstat.zfs.misc.arcstats.mfu_ghost_size # TYPE node_zfs_arc_mfu_ghost_size untyped node_zfs_arc_mfu_ghost_size 0 # HELP node_zfs_arc_mfu_hits kstat.zfs.misc.arcstats.mfu_hits # TYPE node_zfs_arc_mfu_hits untyped node_zfs_arc_mfu_hits 0 # HELP node_zfs_arc_mfu_metadata kstat.zfs.misc.arcstats.mfu_metadata # TYPE node_zfs_arc_mfu_metadata untyped node_zfs_arc_mfu_metadata 0 # HELP node_zfs_arc_mfu_size kstat.zfs.misc.arcstats.mfu_size # TYPE node_zfs_arc_mfu_size untyped node_zfs_arc_mfu_size 0 # HELP node_zfs_arc_misses kstat.zfs.misc.arcstats.misses # TYPE node_zfs_arc_misses untyped node_zfs_arc_misses 0 # HELP node_zfs_arc_mru_data kstat.zfs.misc.arcstats.mru_data # TYPE node_zfs_arc_mru_data untyped node_zfs_arc_mru_data 0 # HELP node_zfs_arc_mru_evictable_data kstat.zfs.misc.arcstats.mru_evictable_data # TYPE node_zfs_arc_mru_evictable_data untyped node_zfs_arc_mru_evictable_data 0 # HELP node_zfs_arc_mru_evictable_metadata kstat.zfs.misc.arcstats.mru_evictable_metadata # TYPE node_zfs_arc_mru_evictable_metadata untyped node_zfs_arc_mru_evictable_metadata 0 # HELP node_zfs_arc_mru_ghost_data kstat.zfs.misc.arcstats.mru_ghost_data # TYPE node_zfs_arc_mru_ghost_data untyped node_zfs_arc_mru_ghost_data 0 # HELP node_zfs_arc_mru_ghost_evictable_data kstat.zfs.misc.arcstats.mru_ghost_evictable_data # TYPE node_zfs_arc_mru_ghost_evictable_data untyped node_zfs_arc_mru_ghost_evictable_data 0 # HELP node_zfs_arc_mru_ghost_evictable_metadata kstat.zfs.misc.arcstats.mru_ghost_evictable_metadata # TYPE node_zfs_arc_mru_ghost_evictable_metadata untyped node_zfs_arc_mru_ghost_evictable_metadata 0 # HELP node_zfs_arc_mru_ghost_hits kstat.zfs.misc.arcstats.mru_ghost_hits # TYPE node_zfs_arc_mru_ghost_hits untyped node_zfs_arc_mru_ghost_hits 0 # HELP node_zfs_arc_mru_ghost_metadata kstat.zfs.misc.arcstats.mru_ghost_metadata # TYPE node_zfs_arc_mru_ghost_metadata untyped node_zfs_arc_mru_ghost_metadata 0 # HELP node_zfs_arc_mru_ghost_size kstat.zfs.misc.arcstats.mru_ghost_size # TYPE node_zfs_arc_mru_ghost_size untyped node_zfs_arc_mru_ghost_size 0 # HELP node_zfs_arc_mru_hits kstat.zfs.misc.arcstats.mru_hits # TYPE node_zfs_arc_mru_hits untyped node_zfs_arc_mru_hits 0 # HELP node_zfs_arc_mru_metadata kstat.zfs.misc.arcstats.mru_metadata # TYPE node_zfs_arc_mru_metadata untyped node_zfs_arc_mru_metadata 0 # HELP node_zfs_arc_mru_size kstat.zfs.misc.arcstats.mru_size # TYPE node_zfs_arc_mru_size untyped node_zfs_arc_mru_size 0 # HELP node_zfs_arc_mutex_miss kstat.zfs.misc.arcstats.mutex_miss # TYPE node_zfs_arc_mutex_miss untyped node_zfs_arc_mutex_miss 0 # HELP node_zfs_arc_overhead_size kstat.zfs.misc.arcstats.overhead_size # TYPE node_zfs_arc_overhead_size untyped node_zfs_arc_overhead_size 0 # HELP node_zfs_arc_pd kstat.zfs.misc.arcstats.pd # TYPE node_zfs_arc_pd untyped node_zfs_arc_pd 2.147483648e+09 # HELP node_zfs_arc_pm kstat.zfs.misc.arcstats.pm # TYPE node_zfs_arc_pm untyped node_zfs_arc_pm 2.147483648e+09 # HELP node_zfs_arc_predictive_prefetch kstat.zfs.misc.arcstats.predictive_prefetch # TYPE node_zfs_arc_predictive_prefetch untyped node_zfs_arc_predictive_prefetch 0 # HELP node_zfs_arc_prefetch_data_hits kstat.zfs.misc.arcstats.prefetch_data_hits # TYPE node_zfs_arc_prefetch_data_hits untyped node_zfs_arc_prefetch_data_hits 0 # HELP node_zfs_arc_prefetch_data_iohits kstat.zfs.misc.arcstats.prefetch_data_iohits # TYPE node_zfs_arc_prefetch_data_iohits untyped node_zfs_arc_prefetch_data_iohits 0 # HELP node_zfs_arc_prefetch_data_misses kstat.zfs.misc.arcstats.prefetch_data_misses # TYPE node_zfs_arc_prefetch_data_misses untyped node_zfs_arc_prefetch_data_misses 0 # HELP node_zfs_arc_prefetch_metadata_hits kstat.zfs.misc.arcstats.prefetch_metadata_hits # TYPE node_zfs_arc_prefetch_metadata_hits untyped node_zfs_arc_prefetch_metadata_hits 0 # HELP node_zfs_arc_prefetch_metadata_iohits kstat.zfs.misc.arcstats.prefetch_metadata_iohits # TYPE node_zfs_arc_prefetch_metadata_iohits untyped node_zfs_arc_prefetch_metadata_iohits 0 # HELP node_zfs_arc_prefetch_metadata_misses kstat.zfs.misc.arcstats.prefetch_metadata_misses # TYPE node_zfs_arc_prefetch_metadata_misses untyped node_zfs_arc_prefetch_metadata_misses 0 # HELP node_zfs_arc_prescient_prefetch kstat.zfs.misc.arcstats.prescient_prefetch # TYPE node_zfs_arc_prescient_prefetch untyped node_zfs_arc_prescient_prefetch 0 # HELP node_zfs_arc_size kstat.zfs.misc.arcstats.size # TYPE node_zfs_arc_size untyped node_zfs_arc_size 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 4150.75 # 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 7.41795182331e+11 # 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 7.75347862585e+11 # 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.63168e+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.7840453695e+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"} 82889 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0