# 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"} 6.0768e-05 go_gc_duration_seconds{quantile="0.25"} 6.6168e-05 go_gc_duration_seconds{quantile="0.5"} 6.8892e-05 go_gc_duration_seconds{quantile="0.75"} 7.3308e-05 go_gc_duration_seconds{quantile="1"} 0.000191916 go_gc_duration_seconds_sum 2.71594634 go_gc_duration_seconds_count 37285 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 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 3.066272e+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.3218309336e+10 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.963832e+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 3.83299017e+08 # 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.195968e+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 3.066272e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.274496e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.603904e+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 25293 # 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.127616e+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.18784e+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.7656815060762007e+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 3.8332431e+08 # 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 74240 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 97920 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.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 892448 # 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 655360 # 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 655360 # 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.8699528e+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 8 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.765200312e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 3.174138656e+09 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 # 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"} 10 node_cooling_device_max_state{name="1",type="Processor"} 10 node_cooling_device_max_state{name="2",type="Processor"} 10 node_cooling_device_max_state{name="3",type="Processor"} 10 # HELP node_cpu_core_throttles_total Number of times this CPU core has been throttled. # TYPE node_cpu_core_throttles_total counter node_cpu_core_throttles_total{core="0",package="0"} 0 node_cpu_core_throttles_total{core="1",package="0"} 0 node_cpu_core_throttles_total{core="2",package="0"} 0 node_cpu_core_throttles_total{core="3",package="0"} 0 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 1.993e+09 node_cpu_frequency_max_hertz{cpu="1"} 1.993e+09 node_cpu_frequency_max_hertz{cpu="2"} 1.993e+09 node_cpu_frequency_max_hertz{cpu="3"} 1.993e+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"} 1.328e+09 node_cpu_frequency_min_hertz{cpu="1"} 1.328e+09 node_cpu_frequency_min_hertz{cpu="2"} 1.328e+09 node_cpu_frequency_min_hertz{cpu="3"} 1.328e+09 # 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 # 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"} 2.418864e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 2.417635e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 2.41669e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 2.417803e+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"} 1.993e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 1.993e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 1.993e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 1.993e+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"} 1.328e+09 node_cpu_scaling_frequency_min_hertz{cpu="1"} 1.328e+09 node_cpu_scaling_frequency_min_hertz{cpu="2"} 1.328e+09 node_cpu_scaling_frequency_min_hertz{cpu="3"} 1.328e+09 # HELP node_cpu_scaling_governor Current enabled CPU frequency governor. # TYPE node_cpu_scaling_governor gauge node_cpu_scaling_governor{cpu="0",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="0",governor="performance"} 0 node_cpu_scaling_governor{cpu="0",governor="powersave"} 0 node_cpu_scaling_governor{cpu="0",governor="userspace"} 1 node_cpu_scaling_governor{cpu="1",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="1",governor="performance"} 0 node_cpu_scaling_governor{cpu="1",governor="powersave"} 0 node_cpu_scaling_governor{cpu="1",governor="userspace"} 1 node_cpu_scaling_governor{cpu="2",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="2",governor="performance"} 0 node_cpu_scaling_governor{cpu="2",governor="powersave"} 0 node_cpu_scaling_governor{cpu="2",governor="userspace"} 1 node_cpu_scaling_governor{cpu="3",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="3",governor="performance"} 0 node_cpu_scaling_governor{cpu="3",governor="powersave"} 0 node_cpu_scaling_governor{cpu="3",governor="userspace"} 1 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 401056.8 node_cpu_seconds_total{cpu="0",mode="iowait"} 10080.85 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 16.52 node_cpu_seconds_total{cpu="0",mode="softirq"} 622.26 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 25823.35 node_cpu_seconds_total{cpu="0",mode="user"} 40158.31 node_cpu_seconds_total{cpu="1",mode="idle"} 403171.94 node_cpu_seconds_total{cpu="1",mode="iowait"} 9644.96 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 16.43 node_cpu_seconds_total{cpu="1",mode="softirq"} 785.63 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 25059.47 node_cpu_seconds_total{cpu="1",mode="user"} 39051.61 node_cpu_seconds_total{cpu="2",mode="idle"} 404137.39 node_cpu_seconds_total{cpu="2",mode="iowait"} 7611.8 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 16.2 node_cpu_seconds_total{cpu="2",mode="softirq"} 563.77 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 25558.06 node_cpu_seconds_total{cpu="2",mode="user"} 39930.58 node_cpu_seconds_total{cpu="3",mode="idle"} 403667.03 node_cpu_seconds_total{cpu="3",mode="iowait"} 9636.58 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 16.51 node_cpu_seconds_total{cpu="3",mode="softirq"} 833.16 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 24726 node_cpu_seconds_total{cpu="3",mode="user"} 38835.62 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="dm-0"} 0 node_disk_discard_time_seconds_total{device="dm-1"} 0 node_disk_discard_time_seconds_total{device="drbd1"} 0 node_disk_discard_time_seconds_total{device="drbd2"} 0 node_disk_discard_time_seconds_total{device="fbdisk0"} 0 node_disk_discard_time_seconds_total{device="fbdisk1"} 0 node_disk_discard_time_seconds_total{device="fbdisk2"} 0 node_disk_discard_time_seconds_total{device="fbdisk3"} 0 node_disk_discard_time_seconds_total{device="fbdisk4"} 0 node_disk_discard_time_seconds_total{device="fbdisk5"} 0 node_disk_discard_time_seconds_total{device="fbdisk6"} 0 node_disk_discard_time_seconds_total{device="fbdisk7"} 0 node_disk_discard_time_seconds_total{device="fbsnap0"} 0 node_disk_discard_time_seconds_total{device="fbsnap1"} 0 node_disk_discard_time_seconds_total{device="fbsnap2"} 0 node_disk_discard_time_seconds_total{device="fbsnap3"} 0 node_disk_discard_time_seconds_total{device="fbsnap4"} 0 node_disk_discard_time_seconds_total{device="fbsnap5"} 0 node_disk_discard_time_seconds_total{device="fbsnap6"} 0 node_disk_discard_time_seconds_total{device="fbsnap7"} 0 node_disk_discard_time_seconds_total{device="md1"} 0 node_disk_discard_time_seconds_total{device="md13"} 0 node_disk_discard_time_seconds_total{device="md2"} 0 node_disk_discard_time_seconds_total{device="md256"} 0 node_disk_discard_time_seconds_total{device="md322"} 0 node_disk_discard_time_seconds_total{device="md9"} 0 node_disk_discard_time_seconds_total{device="nbd0"} 0 node_disk_discard_time_seconds_total{device="nbd1"} 0 node_disk_discard_time_seconds_total{device="nbd10"} 0 node_disk_discard_time_seconds_total{device="nbd11"} 0 node_disk_discard_time_seconds_total{device="nbd12"} 0 node_disk_discard_time_seconds_total{device="nbd13"} 0 node_disk_discard_time_seconds_total{device="nbd14"} 0 node_disk_discard_time_seconds_total{device="nbd15"} 0 node_disk_discard_time_seconds_total{device="nbd2"} 0 node_disk_discard_time_seconds_total{device="nbd3"} 0 node_disk_discard_time_seconds_total{device="nbd4"} 0 node_disk_discard_time_seconds_total{device="nbd5"} 0 node_disk_discard_time_seconds_total{device="nbd6"} 0 node_disk_discard_time_seconds_total{device="nbd7"} 0 node_disk_discard_time_seconds_total{device="nbd8"} 0 node_disk_discard_time_seconds_total{device="nbd9"} 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 # 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="dm-0"} 0 node_disk_discarded_sectors_total{device="dm-1"} 0 node_disk_discarded_sectors_total{device="drbd1"} 0 node_disk_discarded_sectors_total{device="drbd2"} 0 node_disk_discarded_sectors_total{device="fbdisk0"} 0 node_disk_discarded_sectors_total{device="fbdisk1"} 0 node_disk_discarded_sectors_total{device="fbdisk2"} 0 node_disk_discarded_sectors_total{device="fbdisk3"} 0 node_disk_discarded_sectors_total{device="fbdisk4"} 0 node_disk_discarded_sectors_total{device="fbdisk5"} 0 node_disk_discarded_sectors_total{device="fbdisk6"} 0 node_disk_discarded_sectors_total{device="fbdisk7"} 0 node_disk_discarded_sectors_total{device="fbsnap0"} 0 node_disk_discarded_sectors_total{device="fbsnap1"} 0 node_disk_discarded_sectors_total{device="fbsnap2"} 0 node_disk_discarded_sectors_total{device="fbsnap3"} 0 node_disk_discarded_sectors_total{device="fbsnap4"} 0 node_disk_discarded_sectors_total{device="fbsnap5"} 0 node_disk_discarded_sectors_total{device="fbsnap6"} 0 node_disk_discarded_sectors_total{device="fbsnap7"} 0 node_disk_discarded_sectors_total{device="md1"} 0 node_disk_discarded_sectors_total{device="md13"} 0 node_disk_discarded_sectors_total{device="md2"} 0 node_disk_discarded_sectors_total{device="md256"} 0 node_disk_discarded_sectors_total{device="md322"} 0 node_disk_discarded_sectors_total{device="md9"} 0 node_disk_discarded_sectors_total{device="nbd0"} 0 node_disk_discarded_sectors_total{device="nbd1"} 0 node_disk_discarded_sectors_total{device="nbd10"} 0 node_disk_discarded_sectors_total{device="nbd11"} 0 node_disk_discarded_sectors_total{device="nbd12"} 0 node_disk_discarded_sectors_total{device="nbd13"} 0 node_disk_discarded_sectors_total{device="nbd14"} 0 node_disk_discarded_sectors_total{device="nbd15"} 0 node_disk_discarded_sectors_total{device="nbd2"} 0 node_disk_discarded_sectors_total{device="nbd3"} 0 node_disk_discarded_sectors_total{device="nbd4"} 0 node_disk_discarded_sectors_total{device="nbd5"} 0 node_disk_discarded_sectors_total{device="nbd6"} 0 node_disk_discarded_sectors_total{device="nbd7"} 0 node_disk_discarded_sectors_total{device="nbd8"} 0 node_disk_discarded_sectors_total{device="nbd9"} 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 # 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="dm-0"} 0 node_disk_discards_completed_total{device="dm-1"} 0 node_disk_discards_completed_total{device="drbd1"} 0 node_disk_discards_completed_total{device="drbd2"} 0 node_disk_discards_completed_total{device="fbdisk0"} 0 node_disk_discards_completed_total{device="fbdisk1"} 0 node_disk_discards_completed_total{device="fbdisk2"} 0 node_disk_discards_completed_total{device="fbdisk3"} 0 node_disk_discards_completed_total{device="fbdisk4"} 0 node_disk_discards_completed_total{device="fbdisk5"} 0 node_disk_discards_completed_total{device="fbdisk6"} 0 node_disk_discards_completed_total{device="fbdisk7"} 0 node_disk_discards_completed_total{device="fbsnap0"} 0 node_disk_discards_completed_total{device="fbsnap1"} 0 node_disk_discards_completed_total{device="fbsnap2"} 0 node_disk_discards_completed_total{device="fbsnap3"} 0 node_disk_discards_completed_total{device="fbsnap4"} 0 node_disk_discards_completed_total{device="fbsnap5"} 0 node_disk_discards_completed_total{device="fbsnap6"} 0 node_disk_discards_completed_total{device="fbsnap7"} 0 node_disk_discards_completed_total{device="md1"} 0 node_disk_discards_completed_total{device="md13"} 0 node_disk_discards_completed_total{device="md2"} 0 node_disk_discards_completed_total{device="md256"} 0 node_disk_discards_completed_total{device="md322"} 0 node_disk_discards_completed_total{device="md9"} 0 node_disk_discards_completed_total{device="nbd0"} 0 node_disk_discards_completed_total{device="nbd1"} 0 node_disk_discards_completed_total{device="nbd10"} 0 node_disk_discards_completed_total{device="nbd11"} 0 node_disk_discards_completed_total{device="nbd12"} 0 node_disk_discards_completed_total{device="nbd13"} 0 node_disk_discards_completed_total{device="nbd14"} 0 node_disk_discards_completed_total{device="nbd15"} 0 node_disk_discards_completed_total{device="nbd2"} 0 node_disk_discards_completed_total{device="nbd3"} 0 node_disk_discards_completed_total{device="nbd4"} 0 node_disk_discards_completed_total{device="nbd5"} 0 node_disk_discards_completed_total{device="nbd6"} 0 node_disk_discards_completed_total{device="nbd7"} 0 node_disk_discards_completed_total{device="nbd8"} 0 node_disk_discards_completed_total{device="nbd9"} 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 # 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="dm-0"} 0 node_disk_discards_merged_total{device="dm-1"} 0 node_disk_discards_merged_total{device="drbd1"} 0 node_disk_discards_merged_total{device="drbd2"} 0 node_disk_discards_merged_total{device="fbdisk0"} 0 node_disk_discards_merged_total{device="fbdisk1"} 0 node_disk_discards_merged_total{device="fbdisk2"} 0 node_disk_discards_merged_total{device="fbdisk3"} 0 node_disk_discards_merged_total{device="fbdisk4"} 0 node_disk_discards_merged_total{device="fbdisk5"} 0 node_disk_discards_merged_total{device="fbdisk6"} 0 node_disk_discards_merged_total{device="fbdisk7"} 0 node_disk_discards_merged_total{device="fbsnap0"} 0 node_disk_discards_merged_total{device="fbsnap1"} 0 node_disk_discards_merged_total{device="fbsnap2"} 0 node_disk_discards_merged_total{device="fbsnap3"} 0 node_disk_discards_merged_total{device="fbsnap4"} 0 node_disk_discards_merged_total{device="fbsnap5"} 0 node_disk_discards_merged_total{device="fbsnap6"} 0 node_disk_discards_merged_total{device="fbsnap7"} 0 node_disk_discards_merged_total{device="md1"} 0 node_disk_discards_merged_total{device="md13"} 0 node_disk_discards_merged_total{device="md2"} 0 node_disk_discards_merged_total{device="md256"} 0 node_disk_discards_merged_total{device="md322"} 0 node_disk_discards_merged_total{device="md9"} 0 node_disk_discards_merged_total{device="nbd0"} 0 node_disk_discards_merged_total{device="nbd1"} 0 node_disk_discards_merged_total{device="nbd10"} 0 node_disk_discards_merged_total{device="nbd11"} 0 node_disk_discards_merged_total{device="nbd12"} 0 node_disk_discards_merged_total{device="nbd13"} 0 node_disk_discards_merged_total{device="nbd14"} 0 node_disk_discards_merged_total{device="nbd15"} 0 node_disk_discards_merged_total{device="nbd2"} 0 node_disk_discards_merged_total{device="nbd3"} 0 node_disk_discards_merged_total{device="nbd4"} 0 node_disk_discards_merged_total{device="nbd5"} 0 node_disk_discards_merged_total{device="nbd6"} 0 node_disk_discards_merged_total{device="nbd7"} 0 node_disk_discards_merged_total{device="nbd8"} 0 node_disk_discards_merged_total{device="nbd9"} 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 # 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="dm-0"} 0 node_disk_flush_requests_time_seconds_total{device="dm-1"} 0 node_disk_flush_requests_time_seconds_total{device="drbd1"} 0 node_disk_flush_requests_time_seconds_total{device="drbd2"} 0 node_disk_flush_requests_time_seconds_total{device="fbdisk0"} 0 node_disk_flush_requests_time_seconds_total{device="fbdisk1"} 0 node_disk_flush_requests_time_seconds_total{device="fbdisk2"} 0 node_disk_flush_requests_time_seconds_total{device="fbdisk3"} 0 node_disk_flush_requests_time_seconds_total{device="fbdisk4"} 0 node_disk_flush_requests_time_seconds_total{device="fbdisk5"} 0 node_disk_flush_requests_time_seconds_total{device="fbdisk6"} 0 node_disk_flush_requests_time_seconds_total{device="fbdisk7"} 0 node_disk_flush_requests_time_seconds_total{device="fbsnap0"} 0 node_disk_flush_requests_time_seconds_total{device="fbsnap1"} 0 node_disk_flush_requests_time_seconds_total{device="fbsnap2"} 0 node_disk_flush_requests_time_seconds_total{device="fbsnap3"} 0 node_disk_flush_requests_time_seconds_total{device="fbsnap4"} 0 node_disk_flush_requests_time_seconds_total{device="fbsnap5"} 0 node_disk_flush_requests_time_seconds_total{device="fbsnap6"} 0 node_disk_flush_requests_time_seconds_total{device="fbsnap7"} 0 node_disk_flush_requests_time_seconds_total{device="md1"} 0 node_disk_flush_requests_time_seconds_total{device="md13"} 0 node_disk_flush_requests_time_seconds_total{device="md2"} 0 node_disk_flush_requests_time_seconds_total{device="md256"} 0 node_disk_flush_requests_time_seconds_total{device="md322"} 0 node_disk_flush_requests_time_seconds_total{device="md9"} 0 node_disk_flush_requests_time_seconds_total{device="nbd0"} 0 node_disk_flush_requests_time_seconds_total{device="nbd1"} 0 node_disk_flush_requests_time_seconds_total{device="nbd10"} 0 node_disk_flush_requests_time_seconds_total{device="nbd11"} 0 node_disk_flush_requests_time_seconds_total{device="nbd12"} 0 node_disk_flush_requests_time_seconds_total{device="nbd13"} 0 node_disk_flush_requests_time_seconds_total{device="nbd14"} 0 node_disk_flush_requests_time_seconds_total{device="nbd15"} 0 node_disk_flush_requests_time_seconds_total{device="nbd2"} 0 node_disk_flush_requests_time_seconds_total{device="nbd3"} 0 node_disk_flush_requests_time_seconds_total{device="nbd4"} 0 node_disk_flush_requests_time_seconds_total{device="nbd5"} 0 node_disk_flush_requests_time_seconds_total{device="nbd6"} 0 node_disk_flush_requests_time_seconds_total{device="nbd7"} 0 node_disk_flush_requests_time_seconds_total{device="nbd8"} 0 node_disk_flush_requests_time_seconds_total{device="nbd9"} 0 node_disk_flush_requests_time_seconds_total{device="sda"} 40542.615 node_disk_flush_requests_time_seconds_total{device="sdb"} 36038.695 node_disk_flush_requests_time_seconds_total{device="sdc"} 11337.055 node_disk_flush_requests_time_seconds_total{device="sdd"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="dm-0"} 0 node_disk_flush_requests_total{device="dm-1"} 0 node_disk_flush_requests_total{device="drbd1"} 0 node_disk_flush_requests_total{device="drbd2"} 0 node_disk_flush_requests_total{device="fbdisk0"} 0 node_disk_flush_requests_total{device="fbdisk1"} 0 node_disk_flush_requests_total{device="fbdisk2"} 0 node_disk_flush_requests_total{device="fbdisk3"} 0 node_disk_flush_requests_total{device="fbdisk4"} 0 node_disk_flush_requests_total{device="fbdisk5"} 0 node_disk_flush_requests_total{device="fbdisk6"} 0 node_disk_flush_requests_total{device="fbdisk7"} 0 node_disk_flush_requests_total{device="fbsnap0"} 0 node_disk_flush_requests_total{device="fbsnap1"} 0 node_disk_flush_requests_total{device="fbsnap2"} 0 node_disk_flush_requests_total{device="fbsnap3"} 0 node_disk_flush_requests_total{device="fbsnap4"} 0 node_disk_flush_requests_total{device="fbsnap5"} 0 node_disk_flush_requests_total{device="fbsnap6"} 0 node_disk_flush_requests_total{device="fbsnap7"} 0 node_disk_flush_requests_total{device="md1"} 0 node_disk_flush_requests_total{device="md13"} 0 node_disk_flush_requests_total{device="md2"} 0 node_disk_flush_requests_total{device="md256"} 0 node_disk_flush_requests_total{device="md322"} 0 node_disk_flush_requests_total{device="md9"} 0 node_disk_flush_requests_total{device="nbd0"} 0 node_disk_flush_requests_total{device="nbd1"} 0 node_disk_flush_requests_total{device="nbd10"} 0 node_disk_flush_requests_total{device="nbd11"} 0 node_disk_flush_requests_total{device="nbd12"} 0 node_disk_flush_requests_total{device="nbd13"} 0 node_disk_flush_requests_total{device="nbd14"} 0 node_disk_flush_requests_total{device="nbd15"} 0 node_disk_flush_requests_total{device="nbd2"} 0 node_disk_flush_requests_total{device="nbd3"} 0 node_disk_flush_requests_total{device="nbd4"} 0 node_disk_flush_requests_total{device="nbd5"} 0 node_disk_flush_requests_total{device="nbd6"} 0 node_disk_flush_requests_total{device="nbd7"} 0 node_disk_flush_requests_total{device="nbd8"} 0 node_disk_flush_requests_total{device="nbd9"} 0 node_disk_flush_requests_total{device="sda"} 770008 node_disk_flush_requests_total{device="sdb"} 770653 node_disk_flush_requests_total{device="sdc"} 1.253843e+06 node_disk_flush_requests_total{device="sdd"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="252",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-1",major="252",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="drbd1",major="147",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="drbd2",major="147",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbdisk0",major="251",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbdisk1",major="251",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbdisk2",major="251",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbdisk3",major="251",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbdisk4",major="251",minor="4",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbdisk5",major="251",minor="5",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbdisk6",major="251",minor="6",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbdisk7",major="251",minor="7",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbsnap0",major="250",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbsnap1",major="250",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbsnap2",major="250",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbsnap3",major="250",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbsnap4",major="250",minor="4",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbsnap5",major="250",minor="5",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbsnap6",major="250",minor="6",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="fbsnap7",major="250",minor="7",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md1",major="9",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md13",major="9",minor="13",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md2",major="9",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md256",major="9",minor="256",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md322",major="9",minor="322",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md9",major="9",minor="9",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd0",major="43",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd1",major="43",minor="32",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd10",major="43",minor="320",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd11",major="43",minor="352",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd12",major="43",minor="384",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd13",major="43",minor="416",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd14",major="43",minor="448",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd15",major="43",minor="480",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd2",major="43",minor="64",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd3",major="43",minor="96",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd4",major="43",minor="128",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd5",major="43",minor="160",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd6",major="43",minor="192",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd7",major="43",minor="224",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd8",major="43",minor="256",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nbd9",major="43",minor="288",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sdb",major="8",minor="16",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sdc",major="8",minor="32",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sdd",major="8",minor="48",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="dm-0"} 0 node_disk_io_now{device="dm-1"} 0 node_disk_io_now{device="drbd1"} 0 node_disk_io_now{device="drbd2"} 0 node_disk_io_now{device="fbdisk0"} 0 node_disk_io_now{device="fbdisk1"} 0 node_disk_io_now{device="fbdisk2"} 0 node_disk_io_now{device="fbdisk3"} 0 node_disk_io_now{device="fbdisk4"} 0 node_disk_io_now{device="fbdisk5"} 0 node_disk_io_now{device="fbdisk6"} 0 node_disk_io_now{device="fbdisk7"} 0 node_disk_io_now{device="fbsnap0"} 0 node_disk_io_now{device="fbsnap1"} 0 node_disk_io_now{device="fbsnap2"} 0 node_disk_io_now{device="fbsnap3"} 0 node_disk_io_now{device="fbsnap4"} 0 node_disk_io_now{device="fbsnap5"} 0 node_disk_io_now{device="fbsnap6"} 0 node_disk_io_now{device="fbsnap7"} 0 node_disk_io_now{device="md1"} 0 node_disk_io_now{device="md13"} 0 node_disk_io_now{device="md2"} 0 node_disk_io_now{device="md256"} 0 node_disk_io_now{device="md322"} 0 node_disk_io_now{device="md9"} 0 node_disk_io_now{device="nbd0"} 0 node_disk_io_now{device="nbd1"} 0 node_disk_io_now{device="nbd10"} 0 node_disk_io_now{device="nbd11"} 0 node_disk_io_now{device="nbd12"} 0 node_disk_io_now{device="nbd13"} 0 node_disk_io_now{device="nbd14"} 0 node_disk_io_now{device="nbd15"} 0 node_disk_io_now{device="nbd2"} 0 node_disk_io_now{device="nbd3"} 0 node_disk_io_now{device="nbd4"} 0 node_disk_io_now{device="nbd5"} 0 node_disk_io_now{device="nbd6"} 0 node_disk_io_now{device="nbd7"} 0 node_disk_io_now{device="nbd8"} 0 node_disk_io_now{device="nbd9"} 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 # 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="dm-0"} 44510.626000000004 node_disk_io_time_seconds_total{device="dm-1"} 44509.289000000004 node_disk_io_time_seconds_total{device="drbd1"} 0 node_disk_io_time_seconds_total{device="drbd2"} 0 node_disk_io_time_seconds_total{device="fbdisk0"} 0 node_disk_io_time_seconds_total{device="fbdisk1"} 0 node_disk_io_time_seconds_total{device="fbdisk2"} 0 node_disk_io_time_seconds_total{device="fbdisk3"} 0 node_disk_io_time_seconds_total{device="fbdisk4"} 0 node_disk_io_time_seconds_total{device="fbdisk5"} 0 node_disk_io_time_seconds_total{device="fbdisk6"} 0 node_disk_io_time_seconds_total{device="fbdisk7"} 0 node_disk_io_time_seconds_total{device="fbsnap0"} 0 node_disk_io_time_seconds_total{device="fbsnap1"} 0 node_disk_io_time_seconds_total{device="fbsnap2"} 0 node_disk_io_time_seconds_total{device="fbsnap3"} 0 node_disk_io_time_seconds_total{device="fbsnap4"} 0 node_disk_io_time_seconds_total{device="fbsnap5"} 0 node_disk_io_time_seconds_total{device="fbsnap6"} 0 node_disk_io_time_seconds_total{device="fbsnap7"} 0 node_disk_io_time_seconds_total{device="md1"} 8983.761 node_disk_io_time_seconds_total{device="md13"} 529.205 node_disk_io_time_seconds_total{device="md2"} 40627.277 node_disk_io_time_seconds_total{device="md256"} 133.662 node_disk_io_time_seconds_total{device="md322"} 0.167 node_disk_io_time_seconds_total{device="md9"} 513.466 node_disk_io_time_seconds_total{device="nbd0"} 0 node_disk_io_time_seconds_total{device="nbd1"} 0 node_disk_io_time_seconds_total{device="nbd10"} 0 node_disk_io_time_seconds_total{device="nbd11"} 0 node_disk_io_time_seconds_total{device="nbd12"} 0 node_disk_io_time_seconds_total{device="nbd13"} 0 node_disk_io_time_seconds_total{device="nbd14"} 0 node_disk_io_time_seconds_total{device="nbd15"} 0 node_disk_io_time_seconds_total{device="nbd2"} 0 node_disk_io_time_seconds_total{device="nbd3"} 0 node_disk_io_time_seconds_total{device="nbd4"} 0 node_disk_io_time_seconds_total{device="nbd5"} 0 node_disk_io_time_seconds_total{device="nbd6"} 0 node_disk_io_time_seconds_total{device="nbd7"} 0 node_disk_io_time_seconds_total{device="nbd8"} 0 node_disk_io_time_seconds_total{device="nbd9"} 0 node_disk_io_time_seconds_total{device="sda"} 42788.434 node_disk_io_time_seconds_total{device="sdb"} 42513.118 node_disk_io_time_seconds_total{device="sdc"} 14588.74 node_disk_io_time_seconds_total{device="sdd"} 18.27 # 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="dm-0"} 1.187470261e+06 node_disk_io_time_weighted_seconds_total{device="dm-1"} 1.187415891e+06 node_disk_io_time_weighted_seconds_total{device="drbd1"} 0 node_disk_io_time_weighted_seconds_total{device="drbd2"} 0 node_disk_io_time_weighted_seconds_total{device="fbdisk0"} 0 node_disk_io_time_weighted_seconds_total{device="fbdisk1"} 0 node_disk_io_time_weighted_seconds_total{device="fbdisk2"} 0 node_disk_io_time_weighted_seconds_total{device="fbdisk3"} 0 node_disk_io_time_weighted_seconds_total{device="fbdisk4"} 0 node_disk_io_time_weighted_seconds_total{device="fbdisk5"} 0 node_disk_io_time_weighted_seconds_total{device="fbdisk6"} 0 node_disk_io_time_weighted_seconds_total{device="fbdisk7"} 0 node_disk_io_time_weighted_seconds_total{device="fbsnap0"} 0 node_disk_io_time_weighted_seconds_total{device="fbsnap1"} 0 node_disk_io_time_weighted_seconds_total{device="fbsnap2"} 0 node_disk_io_time_weighted_seconds_total{device="fbsnap3"} 0 node_disk_io_time_weighted_seconds_total{device="fbsnap4"} 0 node_disk_io_time_weighted_seconds_total{device="fbsnap5"} 0 node_disk_io_time_weighted_seconds_total{device="fbsnap6"} 0 node_disk_io_time_weighted_seconds_total{device="fbsnap7"} 0 node_disk_io_time_weighted_seconds_total{device="md1"} 162614.771 node_disk_io_time_weighted_seconds_total{device="md13"} 105682.212 node_disk_io_time_weighted_seconds_total{device="md2"} 1.0989728090000001e+06 node_disk_io_time_weighted_seconds_total{device="md256"} 3915.811 node_disk_io_time_weighted_seconds_total{device="md322"} 0.14100000000000001 node_disk_io_time_weighted_seconds_total{device="md9"} 6601.63 node_disk_io_time_weighted_seconds_total{device="nbd0"} 0 node_disk_io_time_weighted_seconds_total{device="nbd1"} 0 node_disk_io_time_weighted_seconds_total{device="nbd10"} 0 node_disk_io_time_weighted_seconds_total{device="nbd11"} 0 node_disk_io_time_weighted_seconds_total{device="nbd12"} 0 node_disk_io_time_weighted_seconds_total{device="nbd13"} 0 node_disk_io_time_weighted_seconds_total{device="nbd14"} 0 node_disk_io_time_weighted_seconds_total{device="nbd15"} 0 node_disk_io_time_weighted_seconds_total{device="nbd2"} 0 node_disk_io_time_weighted_seconds_total{device="nbd3"} 0 node_disk_io_time_weighted_seconds_total{device="nbd4"} 0 node_disk_io_time_weighted_seconds_total{device="nbd5"} 0 node_disk_io_time_weighted_seconds_total{device="nbd6"} 0 node_disk_io_time_weighted_seconds_total{device="nbd7"} 0 node_disk_io_time_weighted_seconds_total{device="nbd8"} 0 node_disk_io_time_weighted_seconds_total{device="nbd9"} 0 node_disk_io_time_weighted_seconds_total{device="sda"} 363606.623 node_disk_io_time_weighted_seconds_total{device="sdb"} 382937.808 node_disk_io_time_weighted_seconds_total{device="sdc"} 91907.085 node_disk_io_time_weighted_seconds_total{device="sdd"} 31.207 # 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="dm-0"} 4.17668974592e+11 node_disk_read_bytes_total{device="dm-1"} 4.17668974592e+11 node_disk_read_bytes_total{device="drbd1"} 0 node_disk_read_bytes_total{device="drbd2"} 0 node_disk_read_bytes_total{device="fbdisk0"} 0 node_disk_read_bytes_total{device="fbdisk1"} 0 node_disk_read_bytes_total{device="fbdisk2"} 0 node_disk_read_bytes_total{device="fbdisk3"} 0 node_disk_read_bytes_total{device="fbdisk4"} 0 node_disk_read_bytes_total{device="fbdisk5"} 0 node_disk_read_bytes_total{device="fbdisk6"} 0 node_disk_read_bytes_total{device="fbdisk7"} 0 node_disk_read_bytes_total{device="fbsnap0"} 0 node_disk_read_bytes_total{device="fbsnap1"} 0 node_disk_read_bytes_total{device="fbsnap2"} 0 node_disk_read_bytes_total{device="fbsnap3"} 0 node_disk_read_bytes_total{device="fbsnap4"} 0 node_disk_read_bytes_total{device="fbsnap5"} 0 node_disk_read_bytes_total{device="fbsnap6"} 0 node_disk_read_bytes_total{device="fbsnap7"} 0 node_disk_read_bytes_total{device="md1"} 1.08342605824e+11 node_disk_read_bytes_total{device="md13"} 9.92334848e+08 node_disk_read_bytes_total{device="md2"} 3.09333815296e+11 node_disk_read_bytes_total{device="md256"} 3.2096256e+07 node_disk_read_bytes_total{device="md322"} 188416 node_disk_read_bytes_total{device="md9"} 5.71880448e+08 node_disk_read_bytes_total{device="nbd0"} 0 node_disk_read_bytes_total{device="nbd1"} 0 node_disk_read_bytes_total{device="nbd10"} 0 node_disk_read_bytes_total{device="nbd11"} 0 node_disk_read_bytes_total{device="nbd12"} 0 node_disk_read_bytes_total{device="nbd13"} 0 node_disk_read_bytes_total{device="nbd14"} 0 node_disk_read_bytes_total{device="nbd15"} 0 node_disk_read_bytes_total{device="nbd2"} 0 node_disk_read_bytes_total{device="nbd3"} 0 node_disk_read_bytes_total{device="nbd4"} 0 node_disk_read_bytes_total{device="nbd5"} 0 node_disk_read_bytes_total{device="nbd6"} 0 node_disk_read_bytes_total{device="nbd7"} 0 node_disk_read_bytes_total{device="nbd8"} 0 node_disk_read_bytes_total{device="nbd9"} 0 node_disk_read_bytes_total{device="sda"} 1.05990605312e+11 node_disk_read_bytes_total{device="sdb"} 2.05674889728e+11 node_disk_read_bytes_total{device="sdc"} 1.16764752384e+11 node_disk_read_bytes_total{device="sdd"} 4.59102208e+08 # 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="dm-0"} 138934.439 node_disk_read_time_seconds_total{device="dm-1"} 138890.992 node_disk_read_time_seconds_total{device="drbd1"} 0 node_disk_read_time_seconds_total{device="drbd2"} 0 node_disk_read_time_seconds_total{device="fbdisk0"} 0 node_disk_read_time_seconds_total{device="fbdisk1"} 0 node_disk_read_time_seconds_total{device="fbdisk2"} 0 node_disk_read_time_seconds_total{device="fbdisk3"} 0 node_disk_read_time_seconds_total{device="fbdisk4"} 0 node_disk_read_time_seconds_total{device="fbdisk5"} 0 node_disk_read_time_seconds_total{device="fbdisk6"} 0 node_disk_read_time_seconds_total{device="fbdisk7"} 0 node_disk_read_time_seconds_total{device="fbsnap0"} 0 node_disk_read_time_seconds_total{device="fbsnap1"} 0 node_disk_read_time_seconds_total{device="fbsnap2"} 0 node_disk_read_time_seconds_total{device="fbsnap3"} 0 node_disk_read_time_seconds_total{device="fbsnap4"} 0 node_disk_read_time_seconds_total{device="fbsnap5"} 0 node_disk_read_time_seconds_total{device="fbsnap6"} 0 node_disk_read_time_seconds_total{device="fbsnap7"} 0 node_disk_read_time_seconds_total{device="md1"} 24723.504 node_disk_read_time_seconds_total{device="md13"} 767.948 node_disk_read_time_seconds_total{device="md2"} 135945.8 node_disk_read_time_seconds_total{device="md256"} 50.079 node_disk_read_time_seconds_total{device="md322"} 0.088 node_disk_read_time_seconds_total{device="md9"} 1996.304 node_disk_read_time_seconds_total{device="nbd0"} 0 node_disk_read_time_seconds_total{device="nbd1"} 0 node_disk_read_time_seconds_total{device="nbd10"} 0 node_disk_read_time_seconds_total{device="nbd11"} 0 node_disk_read_time_seconds_total{device="nbd12"} 0 node_disk_read_time_seconds_total{device="nbd13"} 0 node_disk_read_time_seconds_total{device="nbd14"} 0 node_disk_read_time_seconds_total{device="nbd15"} 0 node_disk_read_time_seconds_total{device="nbd2"} 0 node_disk_read_time_seconds_total{device="nbd3"} 0 node_disk_read_time_seconds_total{device="nbd4"} 0 node_disk_read_time_seconds_total{device="nbd5"} 0 node_disk_read_time_seconds_total{device="nbd6"} 0 node_disk_read_time_seconds_total{device="nbd7"} 0 node_disk_read_time_seconds_total{device="nbd8"} 0 node_disk_read_time_seconds_total{device="nbd9"} 0 node_disk_read_time_seconds_total{device="sda"} 35888.567 node_disk_read_time_seconds_total{device="sdb"} 58623.228 node_disk_read_time_seconds_total{device="sdc"} 22216.002 node_disk_read_time_seconds_total{device="sdd"} 30.687 # 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="dm-0"} 1.691429e+07 node_disk_reads_completed_total{device="dm-1"} 1.691429e+07 node_disk_reads_completed_total{device="drbd1"} 0 node_disk_reads_completed_total{device="drbd2"} 0 node_disk_reads_completed_total{device="fbdisk0"} 0 node_disk_reads_completed_total{device="fbdisk1"} 0 node_disk_reads_completed_total{device="fbdisk2"} 0 node_disk_reads_completed_total{device="fbdisk3"} 0 node_disk_reads_completed_total{device="fbdisk4"} 0 node_disk_reads_completed_total{device="fbdisk5"} 0 node_disk_reads_completed_total{device="fbdisk6"} 0 node_disk_reads_completed_total{device="fbdisk7"} 0 node_disk_reads_completed_total{device="fbsnap0"} 0 node_disk_reads_completed_total{device="fbsnap1"} 0 node_disk_reads_completed_total{device="fbsnap2"} 0 node_disk_reads_completed_total{device="fbsnap3"} 0 node_disk_reads_completed_total{device="fbsnap4"} 0 node_disk_reads_completed_total{device="fbsnap5"} 0 node_disk_reads_completed_total{device="fbsnap6"} 0 node_disk_reads_completed_total{device="fbsnap7"} 0 node_disk_reads_completed_total{device="md1"} 1.434007e+06 node_disk_reads_completed_total{device="md13"} 120433 node_disk_reads_completed_total{device="md2"} 1.5721095e+07 node_disk_reads_completed_total{device="md256"} 7836 node_disk_reads_completed_total{device="md322"} 46 node_disk_reads_completed_total{device="md9"} 37018 node_disk_reads_completed_total{device="nbd0"} 0 node_disk_reads_completed_total{device="nbd1"} 0 node_disk_reads_completed_total{device="nbd10"} 0 node_disk_reads_completed_total{device="nbd11"} 0 node_disk_reads_completed_total{device="nbd12"} 0 node_disk_reads_completed_total{device="nbd13"} 0 node_disk_reads_completed_total{device="nbd14"} 0 node_disk_reads_completed_total{device="nbd15"} 0 node_disk_reads_completed_total{device="nbd2"} 0 node_disk_reads_completed_total{device="nbd3"} 0 node_disk_reads_completed_total{device="nbd4"} 0 node_disk_reads_completed_total{device="nbd5"} 0 node_disk_reads_completed_total{device="nbd6"} 0 node_disk_reads_completed_total{device="nbd7"} 0 node_disk_reads_completed_total{device="nbd8"} 0 node_disk_reads_completed_total{device="nbd9"} 0 node_disk_reads_completed_total{device="sda"} 4.570654e+06 node_disk_reads_completed_total{device="sdb"} 1.0487743e+07 node_disk_reads_completed_total{device="sdc"} 1.649762e+06 node_disk_reads_completed_total{device="sdd"} 5950 # 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="dm-0"} 0 node_disk_reads_merged_total{device="dm-1"} 0 node_disk_reads_merged_total{device="drbd1"} 0 node_disk_reads_merged_total{device="drbd2"} 0 node_disk_reads_merged_total{device="fbdisk0"} 0 node_disk_reads_merged_total{device="fbdisk1"} 0 node_disk_reads_merged_total{device="fbdisk2"} 0 node_disk_reads_merged_total{device="fbdisk3"} 0 node_disk_reads_merged_total{device="fbdisk4"} 0 node_disk_reads_merged_total{device="fbdisk5"} 0 node_disk_reads_merged_total{device="fbdisk6"} 0 node_disk_reads_merged_total{device="fbdisk7"} 0 node_disk_reads_merged_total{device="fbsnap0"} 0 node_disk_reads_merged_total{device="fbsnap1"} 0 node_disk_reads_merged_total{device="fbsnap2"} 0 node_disk_reads_merged_total{device="fbsnap3"} 0 node_disk_reads_merged_total{device="fbsnap4"} 0 node_disk_reads_merged_total{device="fbsnap5"} 0 node_disk_reads_merged_total{device="fbsnap6"} 0 node_disk_reads_merged_total{device="fbsnap7"} 0 node_disk_reads_merged_total{device="md1"} 0 node_disk_reads_merged_total{device="md13"} 0 node_disk_reads_merged_total{device="md2"} 0 node_disk_reads_merged_total{device="md256"} 0 node_disk_reads_merged_total{device="md322"} 0 node_disk_reads_merged_total{device="md9"} 0 node_disk_reads_merged_total{device="nbd0"} 0 node_disk_reads_merged_total{device="nbd1"} 0 node_disk_reads_merged_total{device="nbd10"} 0 node_disk_reads_merged_total{device="nbd11"} 0 node_disk_reads_merged_total{device="nbd12"} 0 node_disk_reads_merged_total{device="nbd13"} 0 node_disk_reads_merged_total{device="nbd14"} 0 node_disk_reads_merged_total{device="nbd15"} 0 node_disk_reads_merged_total{device="nbd2"} 0 node_disk_reads_merged_total{device="nbd3"} 0 node_disk_reads_merged_total{device="nbd4"} 0 node_disk_reads_merged_total{device="nbd5"} 0 node_disk_reads_merged_total{device="nbd6"} 0 node_disk_reads_merged_total{device="nbd7"} 0 node_disk_reads_merged_total{device="nbd8"} 0 node_disk_reads_merged_total{device="nbd9"} 0 node_disk_reads_merged_total{device="sda"} 470681 node_disk_reads_merged_total{device="sdb"} 544200 node_disk_reads_merged_total{device="sdc"} 291276 node_disk_reads_merged_total{device="sdd"} 3639 # 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="dm-0"} 1.048535822e+06 node_disk_write_time_seconds_total{device="dm-1"} 1.048524899e+06 node_disk_write_time_seconds_total{device="drbd1"} 0 node_disk_write_time_seconds_total{device="drbd2"} 0 node_disk_write_time_seconds_total{device="fbdisk0"} 0 node_disk_write_time_seconds_total{device="fbdisk1"} 0 node_disk_write_time_seconds_total{device="fbdisk2"} 0 node_disk_write_time_seconds_total{device="fbdisk3"} 0 node_disk_write_time_seconds_total{device="fbdisk4"} 0 node_disk_write_time_seconds_total{device="fbdisk5"} 0 node_disk_write_time_seconds_total{device="fbdisk6"} 0 node_disk_write_time_seconds_total{device="fbdisk7"} 0 node_disk_write_time_seconds_total{device="fbsnap0"} 0 node_disk_write_time_seconds_total{device="fbsnap1"} 0 node_disk_write_time_seconds_total{device="fbsnap2"} 0 node_disk_write_time_seconds_total{device="fbsnap3"} 0 node_disk_write_time_seconds_total{device="fbsnap4"} 0 node_disk_write_time_seconds_total{device="fbsnap5"} 0 node_disk_write_time_seconds_total{device="fbsnap6"} 0 node_disk_write_time_seconds_total{device="fbsnap7"} 0 node_disk_write_time_seconds_total{device="md1"} 137891.267 node_disk_write_time_seconds_total{device="md13"} 104914.264 node_disk_write_time_seconds_total{device="md2"} 963027.0090000001 node_disk_write_time_seconds_total{device="md256"} 3865.732 node_disk_write_time_seconds_total{device="md322"} 0.053 node_disk_write_time_seconds_total{device="md9"} 4605.326 node_disk_write_time_seconds_total{device="nbd0"} 0 node_disk_write_time_seconds_total{device="nbd1"} 0 node_disk_write_time_seconds_total{device="nbd10"} 0 node_disk_write_time_seconds_total{device="nbd11"} 0 node_disk_write_time_seconds_total{device="nbd12"} 0 node_disk_write_time_seconds_total{device="nbd13"} 0 node_disk_write_time_seconds_total{device="nbd14"} 0 node_disk_write_time_seconds_total{device="nbd15"} 0 node_disk_write_time_seconds_total{device="nbd2"} 0 node_disk_write_time_seconds_total{device="nbd3"} 0 node_disk_write_time_seconds_total{device="nbd4"} 0 node_disk_write_time_seconds_total{device="nbd5"} 0 node_disk_write_time_seconds_total{device="nbd6"} 0 node_disk_write_time_seconds_total{device="nbd7"} 0 node_disk_write_time_seconds_total{device="nbd8"} 0 node_disk_write_time_seconds_total{device="nbd9"} 0 node_disk_write_time_seconds_total{device="sda"} 287175.441 node_disk_write_time_seconds_total{device="sdb"} 288275.885 node_disk_write_time_seconds_total{device="sdc"} 58354.027 node_disk_write_time_seconds_total{device="sdd"} 0.519 # 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="dm-0"} 4.318869e+06 node_disk_writes_completed_total{device="dm-1"} 4.318869e+06 node_disk_writes_completed_total{device="drbd1"} 0 node_disk_writes_completed_total{device="drbd2"} 0 node_disk_writes_completed_total{device="fbdisk0"} 0 node_disk_writes_completed_total{device="fbdisk1"} 0 node_disk_writes_completed_total{device="fbdisk2"} 0 node_disk_writes_completed_total{device="fbdisk3"} 0 node_disk_writes_completed_total{device="fbdisk4"} 0 node_disk_writes_completed_total{device="fbdisk5"} 0 node_disk_writes_completed_total{device="fbdisk6"} 0 node_disk_writes_completed_total{device="fbdisk7"} 0 node_disk_writes_completed_total{device="fbsnap0"} 0 node_disk_writes_completed_total{device="fbsnap1"} 0 node_disk_writes_completed_total{device="fbsnap2"} 0 node_disk_writes_completed_total{device="fbsnap3"} 0 node_disk_writes_completed_total{device="fbsnap4"} 0 node_disk_writes_completed_total{device="fbsnap5"} 0 node_disk_writes_completed_total{device="fbsnap6"} 0 node_disk_writes_completed_total{device="fbsnap7"} 0 node_disk_writes_completed_total{device="md1"} 3.240434e+06 node_disk_writes_completed_total{device="md13"} 200597 node_disk_writes_completed_total{device="md2"} 1.549829e+06 node_disk_writes_completed_total{device="md256"} 118062 node_disk_writes_completed_total{device="md322"} 2 node_disk_writes_completed_total{device="md9"} 39429 node_disk_writes_completed_total{device="nbd0"} 0 node_disk_writes_completed_total{device="nbd1"} 0 node_disk_writes_completed_total{device="nbd10"} 0 node_disk_writes_completed_total{device="nbd11"} 0 node_disk_writes_completed_total{device="nbd12"} 0 node_disk_writes_completed_total{device="nbd13"} 0 node_disk_writes_completed_total{device="nbd14"} 0 node_disk_writes_completed_total{device="nbd15"} 0 node_disk_writes_completed_total{device="nbd2"} 0 node_disk_writes_completed_total{device="nbd3"} 0 node_disk_writes_completed_total{device="nbd4"} 0 node_disk_writes_completed_total{device="nbd5"} 0 node_disk_writes_completed_total{device="nbd6"} 0 node_disk_writes_completed_total{device="nbd7"} 0 node_disk_writes_completed_total{device="nbd8"} 0 node_disk_writes_completed_total{device="nbd9"} 0 node_disk_writes_completed_total{device="sda"} 1.536696e+06 node_disk_writes_completed_total{device="sdb"} 1.542625e+06 node_disk_writes_completed_total{device="sdc"} 1.844827e+06 node_disk_writes_completed_total{device="sdd"} 331 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="dm-1"} 0 node_disk_writes_merged_total{device="drbd1"} 0 node_disk_writes_merged_total{device="drbd2"} 0 node_disk_writes_merged_total{device="fbdisk0"} 0 node_disk_writes_merged_total{device="fbdisk1"} 0 node_disk_writes_merged_total{device="fbdisk2"} 0 node_disk_writes_merged_total{device="fbdisk3"} 0 node_disk_writes_merged_total{device="fbdisk4"} 0 node_disk_writes_merged_total{device="fbdisk5"} 0 node_disk_writes_merged_total{device="fbdisk6"} 0 node_disk_writes_merged_total{device="fbdisk7"} 0 node_disk_writes_merged_total{device="fbsnap0"} 0 node_disk_writes_merged_total{device="fbsnap1"} 0 node_disk_writes_merged_total{device="fbsnap2"} 0 node_disk_writes_merged_total{device="fbsnap3"} 0 node_disk_writes_merged_total{device="fbsnap4"} 0 node_disk_writes_merged_total{device="fbsnap5"} 0 node_disk_writes_merged_total{device="fbsnap6"} 0 node_disk_writes_merged_total{device="fbsnap7"} 0 node_disk_writes_merged_total{device="md1"} 0 node_disk_writes_merged_total{device="md13"} 0 node_disk_writes_merged_total{device="md2"} 0 node_disk_writes_merged_total{device="md256"} 0 node_disk_writes_merged_total{device="md322"} 0 node_disk_writes_merged_total{device="md9"} 0 node_disk_writes_merged_total{device="nbd0"} 0 node_disk_writes_merged_total{device="nbd1"} 0 node_disk_writes_merged_total{device="nbd10"} 0 node_disk_writes_merged_total{device="nbd11"} 0 node_disk_writes_merged_total{device="nbd12"} 0 node_disk_writes_merged_total{device="nbd13"} 0 node_disk_writes_merged_total{device="nbd14"} 0 node_disk_writes_merged_total{device="nbd15"} 0 node_disk_writes_merged_total{device="nbd2"} 0 node_disk_writes_merged_total{device="nbd3"} 0 node_disk_writes_merged_total{device="nbd4"} 0 node_disk_writes_merged_total{device="nbd5"} 0 node_disk_writes_merged_total{device="nbd6"} 0 node_disk_writes_merged_total{device="nbd7"} 0 node_disk_writes_merged_total{device="nbd8"} 0 node_disk_writes_merged_total{device="nbd9"} 0 node_disk_writes_merged_total{device="sda"} 609499 node_disk_writes_merged_total{device="sdb"} 609267 node_disk_writes_merged_total{device="sdc"} 2.15037e+06 node_disk_writes_merged_total{device="sdd"} 2 # 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="dm-0"} 7.5016044544e+10 node_disk_written_bytes_total{device="dm-1"} 7.406639104e+10 node_disk_written_bytes_total{device="drbd1"} 0 node_disk_written_bytes_total{device="drbd2"} 0 node_disk_written_bytes_total{device="fbdisk0"} 0 node_disk_written_bytes_total{device="fbdisk1"} 0 node_disk_written_bytes_total{device="fbdisk2"} 0 node_disk_written_bytes_total{device="fbdisk3"} 0 node_disk_written_bytes_total{device="fbdisk4"} 0 node_disk_written_bytes_total{device="fbdisk5"} 0 node_disk_written_bytes_total{device="fbdisk6"} 0 node_disk_written_bytes_total{device="fbdisk7"} 0 node_disk_written_bytes_total{device="fbsnap0"} 0 node_disk_written_bytes_total{device="fbsnap1"} 0 node_disk_written_bytes_total{device="fbsnap2"} 0 node_disk_written_bytes_total{device="fbsnap3"} 0 node_disk_written_bytes_total{device="fbsnap4"} 0 node_disk_written_bytes_total{device="fbsnap5"} 0 node_disk_written_bytes_total{device="fbsnap6"} 0 node_disk_written_bytes_total{device="fbsnap7"} 0 node_disk_written_bytes_total{device="md1"} 3.3939357696e+10 node_disk_written_bytes_total{device="md13"} 9.55523072e+08 node_disk_written_bytes_total{device="md2"} 4.0127115264e+10 node_disk_written_bytes_total{device="md256"} 4.83577856e+08 node_disk_written_bytes_total{device="md322"} 4096 node_disk_written_bytes_total{device="md9"} 1.9249152e+08 node_disk_written_bytes_total{device="nbd0"} 0 node_disk_written_bytes_total{device="nbd1"} 0 node_disk_written_bytes_total{device="nbd10"} 0 node_disk_written_bytes_total{device="nbd11"} 0 node_disk_written_bytes_total{device="nbd12"} 0 node_disk_written_bytes_total{device="nbd13"} 0 node_disk_written_bytes_total{device="nbd14"} 0 node_disk_written_bytes_total{device="nbd15"} 0 node_disk_written_bytes_total{device="nbd2"} 0 node_disk_written_bytes_total{device="nbd3"} 0 node_disk_written_bytes_total{device="nbd4"} 0 node_disk_written_bytes_total{device="nbd5"} 0 node_disk_written_bytes_total{device="nbd6"} 0 node_disk_written_bytes_total{device="nbd7"} 0 node_disk_written_bytes_total{device="nbd8"} 0 node_disk_written_bytes_total{device="nbd9"} 0 node_disk_written_bytes_total{device="sda"} 4.2676453376e+10 node_disk_written_bytes_total{device="sdb"} 4.2726825984e+10 node_disk_written_bytes_total{device="sdc"} 4.1810196992e+10 node_disk_written_bytes_total{device="sdd"} 460800 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 3840 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 4096 # 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.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 6816 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 1.62463e+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="/dev/loop0",device_error="",fstype="ext3",mountpoint="/mnt/ext/opt/FileStation6"} 5.165056e+06 node_filesystem_avail_bytes{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/CACHEDEV1_DATA"} 1.125871910912e+12 node_filesystem_avail_bytes{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/NFSv=4/Multimedia"} 1.125871910912e+12 node_filesystem_avail_bytes{device="/dev/md13",device_error="",fstype="ext4",mountpoint="/mnt/ext"} 3.6974592e+07 node_filesystem_avail_bytes{device="/dev/md9",device_error="",fstype="ext3",mountpoint="/mnt/HDA_ROOT"} 3.4330624e+08 node_filesystem_avail_bytes{device="/dev/sdd5",device_error="",fstype="ext2",mountpoint="/mnt/boot_config"} 8.163328e+06 node_filesystem_avail_bytes{device="none",device_error="",fstype="tmpfs",mountpoint="/"} 8.86784e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation5"} 1.3049856e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation6"} 5.165056e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/hm/temp_mount"} 1.048576e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/snapshot/export"} 1.6777216e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/samba_third_party"} 4.984832e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share"} 1.6777216e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/.quftp_client"} 1.048576e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/.samba/lock/msg.lock"} 5.029888e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/devlxd"} 102400 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/shmounts"} 102400 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/NFSv=4"} 1.6777216e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.cm"} 1.048576e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.nd"} 1.048576e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 6.0219392e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp/wfm"} 1.048576e+07 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/loop0",device_error="",fstype="ext3",mountpoint="/mnt/ext/opt/FileStation6"} 0 node_filesystem_device_error{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/CACHEDEV1_DATA"} 0 node_filesystem_device_error{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/NFSv=4/Multimedia"} 0 node_filesystem_device_error{device="/dev/md13",device_error="",fstype="ext4",mountpoint="/mnt/ext"} 0 node_filesystem_device_error{device="/dev/md9",device_error="",fstype="ext3",mountpoint="/mnt/HDA_ROOT"} 0 node_filesystem_device_error{device="/dev/sdd5",device_error="",fstype="ext2",mountpoint="/mnt/boot_config"} 0 node_filesystem_device_error{device="none",device_error="",fstype="tmpfs",mountpoint="/"} 0 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/docker/overlay2/42033eb4a1de914f52f1cd4186404f91f8d423b0cd87d4877adf0593b24e8643/merged/dev/shm"} 1 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation5"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation6"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/hm/temp_mount"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/snapshot/export"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/samba_third_party"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/.quftp_client"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/.samba/lock/msg.lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/devlxd"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/shmounts"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/NFSv=4"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.cm"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.nd"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp/wfm"} 0 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/mnt/ext/opt/samba/private/msg.sock"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/docker/overlay2/42033eb4a1de914f52f1cd4186404f91f8d423b0cd87d4877adf0593b24e8643/merged/dev"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/docker/overlay2/42033eb4a1de914f52f1cd4186404f91f8d423b0cd87d4877adf0593b24e8643/merged/sys/fs/cgroup"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/loop0",device_error="",fstype="ext3",mountpoint="/mnt/ext/opt/FileStation6"} 8192 node_filesystem_files{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/CACHEDEV1_DATA"} 6.0506112e+08 node_filesystem_files{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/NFSv=4/Multimedia"} 6.0506112e+08 node_filesystem_files{device="/dev/md13",device_error="",fstype="ext4",mountpoint="/mnt/ext"} 114432 node_filesystem_files{device="/dev/md9",device_error="",fstype="ext3",mountpoint="/mnt/HDA_ROOT"} 33200 node_filesystem_files{device="/dev/sdd5",device_error="",fstype="ext2",mountpoint="/mnt/boot_config"} 2080 node_filesystem_files{device="none",device_error="",fstype="tmpfs",mountpoint="/"} 2.035043e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation5"} 2.035043e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation6"} 8192 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/hm/temp_mount"} 2.035043e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/snapshot/export"} 2.035043e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/samba_third_party"} 2.035043e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share"} 2.035043e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/.quftp_client"} 2.035043e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/.samba/lock/msg.lock"} 2.035043e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/devlxd"} 2.035043e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/shmounts"} 2.035043e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/NFSv=4"} 2.035043e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.cm"} 2.035043e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.nd"} 2.035043e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 2.035043e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp/wfm"} 2.035043e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/loop0",device_error="",fstype="ext3",mountpoint="/mnt/ext/opt/FileStation6"} 7436 node_filesystem_files_free{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/CACHEDEV1_DATA"} 6.02917673e+08 node_filesystem_files_free{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/NFSv=4/Multimedia"} 6.02917673e+08 node_filesystem_files_free{device="/dev/md13",device_error="",fstype="ext4",mountpoint="/mnt/ext"} 104386 node_filesystem_files_free{device="/dev/md9",device_error="",fstype="ext3",mountpoint="/mnt/HDA_ROOT"} 32023 node_filesystem_files_free{device="/dev/sdd5",device_error="",fstype="ext2",mountpoint="/mnt/boot_config"} 2062 node_filesystem_files_free{device="none",device_error="",fstype="tmpfs",mountpoint="/"} 2.023571e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation5"} 2.035035e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation6"} 7436 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/hm/temp_mount"} 2.035042e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/snapshot/export"} 2.035041e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/samba_third_party"} 2.035039e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share"} 2.034979e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/.quftp_client"} 2.035042e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/.samba/lock/msg.lock"} 2.035034e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/devlxd"} 2.035041e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/shmounts"} 2.035042e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/NFSv=4"} 2.035041e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.cm"} 2.035042e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.nd"} 2.035042e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 2.03484e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp/wfm"} 2.035042e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/loop0",device_error="",fstype="ext3",mountpoint="/mnt/ext/opt/FileStation6"} 5.165056e+06 node_filesystem_free_bytes{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/CACHEDEV1_DATA"} 1.12642555904e+12 node_filesystem_free_bytes{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/NFSv=4/Multimedia"} 1.12642555904e+12 node_filesystem_free_bytes{device="/dev/md13",device_error="",fstype="ext4",mountpoint="/mnt/ext"} 3.6974592e+07 node_filesystem_free_bytes{device="/dev/md9",device_error="",fstype="ext3",mountpoint="/mnt/HDA_ROOT"} 3.4330624e+08 node_filesystem_free_bytes{device="/dev/sdd5",device_error="",fstype="ext2",mountpoint="/mnt/boot_config"} 8.163328e+06 node_filesystem_free_bytes{device="none",device_error="",fstype="tmpfs",mountpoint="/"} 8.86784e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation5"} 1.3049856e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation6"} 5.165056e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/hm/temp_mount"} 1.048576e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/snapshot/export"} 1.6777216e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/samba_third_party"} 4.984832e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share"} 1.6777216e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/.quftp_client"} 1.048576e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/.samba/lock/msg.lock"} 5.029888e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/devlxd"} 102400 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/shmounts"} 102400 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/NFSv=4"} 1.6777216e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.cm"} 1.048576e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.nd"} 1.048576e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 6.0219392e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp/wfm"} 1.048576e+07 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/loop0",major="7",minor="0",mountpoint="/mnt/ext/opt/FileStation6"} 1 node_filesystem_mount_info{device="/dev/mapper/cachedev1",major="252",minor="0",mountpoint="/share/CACHEDEV1_DATA"} 1 node_filesystem_mount_info{device="/dev/mapper/cachedev1",major="252",minor="0",mountpoint="/share/NFSv=4/Multimedia"} 1 node_filesystem_mount_info{device="/dev/md13",major="9",minor="13",mountpoint="/mnt/ext"} 1 node_filesystem_mount_info{device="/dev/md9",major="9",minor="9",mountpoint="/mnt/HDA_ROOT"} 1 node_filesystem_mount_info{device="/dev/sdd5",major="8",minor="53",mountpoint="/mnt/boot_config"} 1 node_filesystem_mount_info{device="none",major="0",minor="20",mountpoint="/"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/tmp"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="27",mountpoint="/share"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="28",mountpoint="/mnt/snapshot/export"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="32",mountpoint="/samba_third_party"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="33",mountpoint="/share/external/.nd"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="34",mountpoint="/share/external/.cm"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="35",mountpoint="/mnt/hm/temp_mount"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="36",mountpoint="/share/CACHEDEV1_DATA/.samba/lock/msg.lock"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="38",mountpoint="/share/.quftp_client"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="40",mountpoint="/mnt/ext/opt/FileStation5"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="43",mountpoint="/share/NFSv=4"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="44",mountpoint="/mnt/ext/opt/FileStation6"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="45",mountpoint="/tmp/wfm"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="54",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/shmounts"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="55",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/devlxd"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/loop0",device_error="",fstype="ext3",mountpoint="/mnt/ext/opt/FileStation6"} 0 node_filesystem_purgeable_bytes{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/CACHEDEV1_DATA"} 0 node_filesystem_purgeable_bytes{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/NFSv=4/Multimedia"} 0 node_filesystem_purgeable_bytes{device="/dev/md13",device_error="",fstype="ext4",mountpoint="/mnt/ext"} 0 node_filesystem_purgeable_bytes{device="/dev/md9",device_error="",fstype="ext3",mountpoint="/mnt/HDA_ROOT"} 0 node_filesystem_purgeable_bytes{device="/dev/sdd5",device_error="",fstype="ext2",mountpoint="/mnt/boot_config"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="tmpfs",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation5"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation6"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/hm/temp_mount"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/snapshot/export"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/samba_third_party"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/.quftp_client"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/.samba/lock/msg.lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/devlxd"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/shmounts"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/NFSv=4"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.cm"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.nd"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp/wfm"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/loop0",device_error="",fstype="ext3",mountpoint="/mnt/ext/opt/FileStation6"} 1 node_filesystem_readonly{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/CACHEDEV1_DATA"} 0 node_filesystem_readonly{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/NFSv=4/Multimedia"} 0 node_filesystem_readonly{device="/dev/md13",device_error="",fstype="ext4",mountpoint="/mnt/ext"} 0 node_filesystem_readonly{device="/dev/md9",device_error="",fstype="ext3",mountpoint="/mnt/HDA_ROOT"} 0 node_filesystem_readonly{device="/dev/sdd5",device_error="",fstype="ext2",mountpoint="/mnt/boot_config"} 0 node_filesystem_readonly{device="none",device_error="",fstype="tmpfs",mountpoint="/"} 1 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/docker/overlay2/42033eb4a1de914f52f1cd4186404f91f8d423b0cd87d4877adf0593b24e8643/merged/dev/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation5"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation6"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/hm/temp_mount"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/snapshot/export"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/samba_third_party"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/.quftp_client"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/.samba/lock/msg.lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/devlxd"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/shmounts"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/NFSv=4"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.cm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.nd"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp/wfm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/mnt/ext/opt/samba/private/msg.sock"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/docker/overlay2/42033eb4a1de914f52f1cd4186404f91f8d423b0cd87d4877adf0593b24e8643/merged/dev"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/docker/overlay2/42033eb4a1de914f52f1cd4186404f91f8d423b0cd87d4877adf0593b24e8643/merged/sys/fs/cgroup"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/loop0",device_error="",fstype="ext3",mountpoint="/mnt/ext/opt/FileStation6"} 3.0400512e+07 node_filesystem_size_bytes{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/CACHEDEV1_DATA"} 1.9669250248704e+13 node_filesystem_size_bytes{device="/dev/mapper/cachedev1",device_error="",fstype="ext4",mountpoint="/share/NFSv=4/Multimedia"} 1.9669250248704e+13 node_filesystem_size_bytes{device="/dev/md13",device_error="",fstype="ext4",mountpoint="/mnt/ext"} 4.3689984e+08 node_filesystem_size_bytes{device="/dev/md9",device_error="",fstype="ext3",mountpoint="/mnt/HDA_ROOT"} 5.174272e+08 node_filesystem_size_bytes{device="/dev/sdd5",device_error="",fstype="ext2",mountpoint="/mnt/boot_config"} 8.220672e+06 node_filesystem_size_bytes{device="none",device_error="",fstype="tmpfs",mountpoint="/"} 4.194304e+08 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation5"} 3.3554432e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/ext/opt/FileStation6"} 3.0400512e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/hm/temp_mount"} 1.048576e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/snapshot/export"} 1.6777216e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/samba_third_party"} 3.3554432e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share"} 1.6777216e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/.quftp_client"} 1.048576e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/.samba/lock/msg.lock"} 5.0331648e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/devlxd"} 102400 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/CACHEDEV1_DATA/Container/container-station-data/lib/lxd/shmounts"} 102400 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/NFSv=4"} 1.6777216e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.cm"} 1.048576e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/share/external/.nd"} 1.048576e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 6.7108864e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp/wfm"} 1.048576e+07 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.0254672e+07 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="platform_coretemp_0",chip_name="coretemp"} 1 # HELP node_hwmon_fan_alarm Hardware sensor alarm status (fan) # TYPE node_hwmon_fan_alarm gauge node_hwmon_fan_alarm{chip="platform_f71882fg_656",sensor="fan1"} 0 node_hwmon_fan_alarm{chip="platform_f71882fg_656",sensor="fan2"} 1 node_hwmon_fan_alarm{chip="platform_f71882fg_656",sensor="fan3"} 1 # HELP node_hwmon_fan_beep_enabled Hardware monitor sensor has beeping enabled # TYPE node_hwmon_fan_beep_enabled gauge node_hwmon_fan_beep_enabled{chip="platform_f71882fg_656",sensor="fan1"} 0 node_hwmon_fan_beep_enabled{chip="platform_f71882fg_656",sensor="fan2"} 0 node_hwmon_fan_beep_enabled{chip="platform_f71882fg_656",sensor="fan3"} 0 # HELP node_hwmon_fan_full_speed Hardware monitor fan element full_speed # TYPE node_hwmon_fan_full_speed gauge node_hwmon_fan_full_speed{chip="platform_f71882fg_656",sensor="fan1"} 1466 node_hwmon_fan_full_speed{chip="platform_f71882fg_656",sensor="fan2"} 1466 node_hwmon_fan_full_speed{chip="platform_f71882fg_656",sensor="fan3"} 1466 # HELP node_hwmon_fan_rpm Hardware monitor for fan revolutions per minute (input) # TYPE node_hwmon_fan_rpm gauge node_hwmon_fan_rpm{chip="platform_f71882fg_656",sensor="fan1"} 770 node_hwmon_fan_rpm{chip="platform_f71882fg_656",sensor="fan2"} 0 node_hwmon_fan_rpm{chip="platform_f71882fg_656",sensor="fan3"} 0 # HELP node_hwmon_in_volts Hardware monitor for voltage (input) # TYPE node_hwmon_in_volts gauge node_hwmon_in_volts{chip="platform_f71882fg_656",sensor="in0"} 1.6320000000000001 node_hwmon_in_volts{chip="platform_f71882fg_656",sensor="in1"} 0.904 node_hwmon_in_volts{chip="platform_f71882fg_656",sensor="in2"} 0.808 node_hwmon_in_volts{chip="platform_f71882fg_656",sensor="in3"} 0.992 node_hwmon_in_volts{chip="platform_f71882fg_656",sensor="in4"} 0.984 node_hwmon_in_volts{chip="platform_f71882fg_656",sensor="in5"} 1 node_hwmon_in_volts{chip="platform_f71882fg_656",sensor="in6"} 1 node_hwmon_in_volts{chip="platform_f71882fg_656",sensor="in7"} 1.6560000000000001 node_hwmon_in_volts{chip="platform_f71882fg_656",sensor="in8"} 1.6640000000000001 # HELP node_hwmon_pwm Hardware monitor pwm element # TYPE node_hwmon_pwm gauge node_hwmon_pwm{chip="platform_f71882fg_656",sensor="pwm1"} 98 node_hwmon_pwm{chip="platform_f71882fg_656",sensor="pwm2"} 168 node_hwmon_pwm{chip="platform_f71882fg_656",sensor="pwm3"} 255 # HELP node_hwmon_pwm_auto_channels_temp Hardware monitor pwm element auto_channels_temp # TYPE node_hwmon_pwm_auto_channels_temp gauge node_hwmon_pwm_auto_channels_temp{chip="platform_f71882fg_656",sensor="pwm1"} 1 node_hwmon_pwm_auto_channels_temp{chip="platform_f71882fg_656",sensor="pwm2"} 2 node_hwmon_pwm_auto_channels_temp{chip="platform_f71882fg_656",sensor="pwm3"} 4 # HELP node_hwmon_pwm_auto_point1_pwm Hardware monitor pwm element auto_point1_pwm # TYPE node_hwmon_pwm_auto_point1_pwm gauge node_hwmon_pwm_auto_point1_pwm{chip="platform_f71882fg_656",sensor="pwm1"} 255 node_hwmon_pwm_auto_point1_pwm{chip="platform_f71882fg_656",sensor="pwm2"} 255 node_hwmon_pwm_auto_point1_pwm{chip="platform_f71882fg_656",sensor="pwm3"} 255 # HELP node_hwmon_pwm_auto_point1_temp Hardware monitor pwm element auto_point1_temp # TYPE node_hwmon_pwm_auto_point1_temp gauge node_hwmon_pwm_auto_point1_temp{chip="platform_f71882fg_656",sensor="pwm1"} 60000 node_hwmon_pwm_auto_point1_temp{chip="platform_f71882fg_656",sensor="pwm2"} 60000 node_hwmon_pwm_auto_point1_temp{chip="platform_f71882fg_656",sensor="pwm3"} 60000 # HELP node_hwmon_pwm_auto_point1_temp_hyst Hardware monitor pwm element auto_point1_temp_hyst # TYPE node_hwmon_pwm_auto_point1_temp_hyst gauge node_hwmon_pwm_auto_point1_temp_hyst{chip="platform_f71882fg_656",sensor="pwm1"} 56000 node_hwmon_pwm_auto_point1_temp_hyst{chip="platform_f71882fg_656",sensor="pwm2"} 56000 node_hwmon_pwm_auto_point1_temp_hyst{chip="platform_f71882fg_656",sensor="pwm3"} 58000 # HELP node_hwmon_pwm_auto_point2_pwm Hardware monitor pwm element auto_point2_pwm # TYPE node_hwmon_pwm_auto_point2_pwm gauge node_hwmon_pwm_auto_point2_pwm{chip="platform_f71882fg_656",sensor="pwm1"} 216 node_hwmon_pwm_auto_point2_pwm{chip="platform_f71882fg_656",sensor="pwm2"} 216 node_hwmon_pwm_auto_point2_pwm{chip="platform_f71882fg_656",sensor="pwm3"} 216 # HELP node_hwmon_pwm_auto_point2_temp Hardware monitor pwm element auto_point2_temp # TYPE node_hwmon_pwm_auto_point2_temp gauge node_hwmon_pwm_auto_point2_temp{chip="platform_f71882fg_656",sensor="pwm1"} 50000 node_hwmon_pwm_auto_point2_temp{chip="platform_f71882fg_656",sensor="pwm2"} 50000 node_hwmon_pwm_auto_point2_temp{chip="platform_f71882fg_656",sensor="pwm3"} 50000 # HELP node_hwmon_pwm_auto_point2_temp_hyst Hardware monitor pwm element auto_point2_temp_hyst # TYPE node_hwmon_pwm_auto_point2_temp_hyst gauge node_hwmon_pwm_auto_point2_temp_hyst{chip="platform_f71882fg_656",sensor="pwm1"} 46000 node_hwmon_pwm_auto_point2_temp_hyst{chip="platform_f71882fg_656",sensor="pwm2"} 46000 node_hwmon_pwm_auto_point2_temp_hyst{chip="platform_f71882fg_656",sensor="pwm3"} 48000 # HELP node_hwmon_pwm_auto_point3_pwm Hardware monitor pwm element auto_point3_pwm # TYPE node_hwmon_pwm_auto_point3_pwm gauge node_hwmon_pwm_auto_point3_pwm{chip="platform_f71882fg_656",sensor="pwm1"} 178 node_hwmon_pwm_auto_point3_pwm{chip="platform_f71882fg_656",sensor="pwm2"} 178 node_hwmon_pwm_auto_point3_pwm{chip="platform_f71882fg_656",sensor="pwm3"} 178 # HELP node_hwmon_pwm_auto_point3_temp Hardware monitor pwm element auto_point3_temp # TYPE node_hwmon_pwm_auto_point3_temp gauge node_hwmon_pwm_auto_point3_temp{chip="platform_f71882fg_656",sensor="pwm1"} 40000 node_hwmon_pwm_auto_point3_temp{chip="platform_f71882fg_656",sensor="pwm2"} 40000 node_hwmon_pwm_auto_point3_temp{chip="platform_f71882fg_656",sensor="pwm3"} 40000 # HELP node_hwmon_pwm_auto_point3_temp_hyst Hardware monitor pwm element auto_point3_temp_hyst # TYPE node_hwmon_pwm_auto_point3_temp_hyst gauge node_hwmon_pwm_auto_point3_temp_hyst{chip="platform_f71882fg_656",sensor="pwm1"} 36000 node_hwmon_pwm_auto_point3_temp_hyst{chip="platform_f71882fg_656",sensor="pwm2"} 36000 node_hwmon_pwm_auto_point3_temp_hyst{chip="platform_f71882fg_656",sensor="pwm3"} 38000 # HELP node_hwmon_pwm_auto_point4_pwm Hardware monitor pwm element auto_point4_pwm # TYPE node_hwmon_pwm_auto_point4_pwm gauge node_hwmon_pwm_auto_point4_pwm{chip="platform_f71882fg_656",sensor="pwm1"} 153 node_hwmon_pwm_auto_point4_pwm{chip="platform_f71882fg_656",sensor="pwm2"} 153 node_hwmon_pwm_auto_point4_pwm{chip="platform_f71882fg_656",sensor="pwm3"} 153 # HELP node_hwmon_pwm_auto_point4_temp Hardware monitor pwm element auto_point4_temp # TYPE node_hwmon_pwm_auto_point4_temp gauge node_hwmon_pwm_auto_point4_temp{chip="platform_f71882fg_656",sensor="pwm1"} 30000 node_hwmon_pwm_auto_point4_temp{chip="platform_f71882fg_656",sensor="pwm2"} 30000 node_hwmon_pwm_auto_point4_temp{chip="platform_f71882fg_656",sensor="pwm3"} 30000 # HELP node_hwmon_pwm_auto_point4_temp_hyst Hardware monitor pwm element auto_point4_temp_hyst # TYPE node_hwmon_pwm_auto_point4_temp_hyst gauge node_hwmon_pwm_auto_point4_temp_hyst{chip="platform_f71882fg_656",sensor="pwm1"} 26000 node_hwmon_pwm_auto_point4_temp_hyst{chip="platform_f71882fg_656",sensor="pwm2"} 26000 node_hwmon_pwm_auto_point4_temp_hyst{chip="platform_f71882fg_656",sensor="pwm3"} 28000 # HELP node_hwmon_pwm_auto_point5_pwm Hardware monitor pwm element auto_point5_pwm # TYPE node_hwmon_pwm_auto_point5_pwm gauge node_hwmon_pwm_auto_point5_pwm{chip="platform_f71882fg_656",sensor="pwm1"} 127 node_hwmon_pwm_auto_point5_pwm{chip="platform_f71882fg_656",sensor="pwm2"} 127 node_hwmon_pwm_auto_point5_pwm{chip="platform_f71882fg_656",sensor="pwm3"} 127 # HELP node_hwmon_pwm_enable Hardware monitor pwm element enable # TYPE node_hwmon_pwm_enable gauge node_hwmon_pwm_enable{chip="platform_f71882fg_656",sensor="pwm1"} 1 node_hwmon_pwm_enable{chip="platform_f71882fg_656",sensor="pwm2"} 2 node_hwmon_pwm_enable{chip="platform_f71882fg_656",sensor="pwm3"} 1 # HELP node_hwmon_pwm_interpolate Hardware monitor pwm element interpolate # TYPE node_hwmon_pwm_interpolate gauge node_hwmon_pwm_interpolate{chip="platform_f71882fg_656",sensor="pwm1"} 1 node_hwmon_pwm_interpolate{chip="platform_f71882fg_656",sensor="pwm2"} 1 node_hwmon_pwm_interpolate{chip="platform_f71882fg_656",sensor="pwm3"} 1 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge 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 # HELP node_hwmon_temp_alarm Hardware sensor alarm status (temp) # TYPE node_hwmon_temp_alarm gauge node_hwmon_temp_alarm{chip="platform_f71882fg_656",sensor="temp1"} 0 node_hwmon_temp_alarm{chip="platform_f71882fg_656",sensor="temp2"} 0 node_hwmon_temp_alarm{chip="platform_f71882fg_656",sensor="temp3"} 0 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 54 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 54 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 58 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 56 node_hwmon_temp_celsius{chip="platform_f71882fg_656",sensor="temp1"} 51 node_hwmon_temp_celsius{chip="platform_f71882fg_656",sensor="temp2"} 46 node_hwmon_temp_celsius{chip="platform_f71882fg_656",sensor="temp3"} 51 # 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="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_f71882fg_656",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_f71882fg_656",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_f71882fg_656",sensor="temp3"} 0 # HELP node_hwmon_temp_crit_beep_celsius Hardware monitor for temperature (crit_beep) # TYPE node_hwmon_temp_crit_beep_celsius gauge node_hwmon_temp_crit_beep_celsius{chip="platform_f71882fg_656",sensor="temp1"} 0 node_hwmon_temp_crit_beep_celsius{chip="platform_f71882fg_656",sensor="temp2"} 0 node_hwmon_temp_crit_beep_celsius{chip="platform_f71882fg_656",sensor="temp3"} 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="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_f71882fg_656",sensor="temp1"} 100 node_hwmon_temp_crit_celsius{chip="platform_f71882fg_656",sensor="temp2"} 100 node_hwmon_temp_crit_celsius{chip="platform_f71882fg_656",sensor="temp3"} 85 # HELP node_hwmon_temp_crit_hyst_celsius Hardware monitor for temperature (crit_hyst) # TYPE node_hwmon_temp_crit_hyst_celsius gauge node_hwmon_temp_crit_hyst_celsius{chip="platform_f71882fg_656",sensor="temp1"} 96 node_hwmon_temp_crit_hyst_celsius{chip="platform_f71882fg_656",sensor="temp2"} 96 node_hwmon_temp_crit_hyst_celsius{chip="platform_f71882fg_656",sensor="temp3"} 83 # HELP node_hwmon_temp_fault Hardware sensor fault status (temp) # TYPE node_hwmon_temp_fault gauge node_hwmon_temp_fault{chip="platform_f71882fg_656",sensor="temp1"} 0 node_hwmon_temp_fault{chip="platform_f71882fg_656",sensor="temp2"} 0 node_hwmon_temp_fault{chip="platform_f71882fg_656",sensor="temp3"} 0 # HELP node_hwmon_temp_max_beep_celsius Hardware monitor for temperature (max_beep) # TYPE node_hwmon_temp_max_beep_celsius gauge node_hwmon_temp_max_beep_celsius{chip="platform_f71882fg_656",sensor="temp1"} 0 node_hwmon_temp_max_beep_celsius{chip="platform_f71882fg_656",sensor="temp2"} 0 node_hwmon_temp_max_beep_celsius{chip="platform_f71882fg_656",sensor="temp3"} 0 # HELP node_hwmon_temp_max_celsius Hardware monitor for temperature (max) # TYPE node_hwmon_temp_max_celsius gauge node_hwmon_temp_max_celsius{chip="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_f71882fg_656",sensor="temp1"} 117 node_hwmon_temp_max_celsius{chip="platform_f71882fg_656",sensor="temp2"} 117 node_hwmon_temp_max_celsius{chip="platform_f71882fg_656",sensor="temp3"} 70 # HELP node_hwmon_temp_max_hyst_celsius Hardware monitor for temperature (max_hyst) # TYPE node_hwmon_temp_max_hyst_celsius gauge node_hwmon_temp_max_hyst_celsius{chip="platform_f71882fg_656",sensor="temp1"} 113 node_hwmon_temp_max_hyst_celsius{chip="platform_f71882fg_656",sensor="temp2"} 113 node_hwmon_temp_max_hyst_celsius{chip="platform_f71882fg_656",sensor="temp3"} 68 # HELP node_hwmon_temp_type Hardware monitor temp element type # TYPE node_hwmon_temp_type gauge node_hwmon_temp_type{chip="platform_f71882fg_656",sensor="temp1"} 4 node_hwmon_temp_type{chip="platform_f71882fg_656",sensor="temp2"} 4 node_hwmon_temp_type{chip="platform_f71882fg_656",sensor="temp3"} 4 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.635831317e+09 # HELP node_ipvs_connections_total The total number of connections made. # TYPE node_ipvs_connections_total counter node_ipvs_connections_total 0 # HELP node_ipvs_incoming_bytes_total The total amount of incoming data. # TYPE node_ipvs_incoming_bytes_total counter node_ipvs_incoming_bytes_total 0 # HELP node_ipvs_incoming_packets_total The total number of incoming packets. # TYPE node_ipvs_incoming_packets_total counter node_ipvs_incoming_packets_total 0 # HELP node_ipvs_outgoing_bytes_total The total amount of outgoing data. # TYPE node_ipvs_outgoing_bytes_total counter node_ipvs_outgoing_bytes_total 0 # HELP node_ipvs_outgoing_packets_total The total number of outgoing packets. # TYPE node_ipvs_outgoing_packets_total counter node_ipvs_outgoing_packets_total 0 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.85 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.2 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.2 # HELP node_md_blocks Total number of blocks on device. # TYPE node_md_blocks gauge node_md_blocks{device="md1"} 1.1708927808e+10 node_md_blocks{device="md13"} 458880 node_md_blocks{device="md2"} 7.804071744e+09 node_md_blocks{device="md256"} 530112 node_md_blocks{device="md322"} 6.702656e+06 node_md_blocks{device="md9"} 530048 # HELP node_md_blocks_synced Number of blocks synced on device. # TYPE node_md_blocks_synced gauge node_md_blocks_synced{device="md1"} 1.1708927808e+10 node_md_blocks_synced{device="md13"} 458880 node_md_blocks_synced{device="md2"} 7.804071744e+09 node_md_blocks_synced{device="md256"} 530112 node_md_blocks_synced{device="md322"} 6.702656e+06 node_md_blocks_synced{device="md9"} 530048 # HELP node_md_disks Number of active/failed/spare disks of device. # TYPE node_md_disks gauge node_md_disks{device="md1",state="active"} 1 node_md_disks{device="md1",state="failed"} 0 node_md_disks{device="md1",state="spare"} 0 node_md_disks{device="md13",state="active"} 3 node_md_disks{device="md13",state="failed"} 0 node_md_disks{device="md13",state="spare"} 0 node_md_disks{device="md2",state="active"} 2 node_md_disks{device="md2",state="failed"} 0 node_md_disks{device="md2",state="spare"} 0 node_md_disks{device="md256",state="active"} 2 node_md_disks{device="md256",state="failed"} 0 node_md_disks{device="md256",state="spare"} 1 node_md_disks{device="md322",state="active"} 2 node_md_disks{device="md322",state="failed"} 0 node_md_disks{device="md322",state="spare"} 1 node_md_disks{device="md9",state="active"} 3 node_md_disks{device="md9",state="failed"} 0 node_md_disks{device="md9",state="spare"} 0 # HELP node_md_disks_required Total number of disks of device. # TYPE node_md_disks_required gauge node_md_disks_required{device="md1"} 1 node_md_disks_required{device="md13"} 128 node_md_disks_required{device="md2"} 2 node_md_disks_required{device="md256"} 2 node_md_disks_required{device="md322"} 2 node_md_disks_required{device="md9"} 128 # HELP node_md_state Indicates the state of md-device. # TYPE node_md_state gauge node_md_state{device="md1",state="active"} 1 node_md_state{device="md1",state="check"} 0 node_md_state{device="md1",state="inactive"} 0 node_md_state{device="md1",state="recovering"} 0 node_md_state{device="md1",state="resync"} 0 node_md_state{device="md13",state="active"} 1 node_md_state{device="md13",state="check"} 0 node_md_state{device="md13",state="inactive"} 0 node_md_state{device="md13",state="recovering"} 0 node_md_state{device="md13",state="resync"} 0 node_md_state{device="md2",state="active"} 1 node_md_state{device="md2",state="check"} 0 node_md_state{device="md2",state="inactive"} 0 node_md_state{device="md2",state="recovering"} 0 node_md_state{device="md2",state="resync"} 0 node_md_state{device="md256",state="active"} 1 node_md_state{device="md256",state="check"} 0 node_md_state{device="md256",state="inactive"} 0 node_md_state{device="md256",state="recovering"} 0 node_md_state{device="md256",state="resync"} 0 node_md_state{device="md322",state="active"} 1 node_md_state{device="md322",state="check"} 0 node_md_state{device="md322",state="inactive"} 0 node_md_state{device="md322",state="recovering"} 0 node_md_state{device="md322",state="resync"} 0 node_md_state{device="md9",state="active"} 1 node_md_state{device="md9",state="check"} 0 node_md_state{device="md9",state="inactive"} 0 node_md_state{device="md9",state="recovering"} 0 node_md_state{device="md9",state="resync"} 0 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.15134464e+08 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.644914176e+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 2.529779712e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 2.338553856e+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 2.049888256e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 9.912676352e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 3.2921747456e+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.0550591488e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.5680405504e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.3831168e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 94208 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 2.694303744e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.1655589888e+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 8.961286144e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 2.12992e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 5.06785792e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.2663914496e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 4.128768e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.6671072256e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 1.6388096e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 5.8720256e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.52256e+06 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.462714368e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 1.54550272e+08 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 4.71482368e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.61726464e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 2.5014272e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 2.4110522368e+10 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 2.4586211328e+10 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 1.6396288e+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 4.0669184e+07 # 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 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 0 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 6.9226888e+07 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.53595058e+08 # 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 0 # 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 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 2 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 168567 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 168497 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 14 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 5 # 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 0 # 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 0 # 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 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # 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="eth0"} 3 node_network_address_assign_type{device="lo"} 0 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="eth0"} 25 node_network_iface_id{device="lo"} 1 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="eth0"} 26 node_network_iface_link{device="lo"} 1 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:42:ac:1d:00:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="eth0"} 4 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 7.4995488e+07 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 368286 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="eth0"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 1.556783e+08 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 111805 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="eth0"} 0 node_network_transmit_queue_length{device="lo"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 2 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_nf_conntrack_stat_drop Number of packets dropped due to conntrack failure. # TYPE node_nf_conntrack_stat_drop gauge node_nf_conntrack_stat_drop 0 # HELP node_nf_conntrack_stat_early_drop Number of dropped conntrack entries to make room for new ones, if maximum table size was reached. # TYPE node_nf_conntrack_stat_early_drop gauge node_nf_conntrack_stat_early_drop 0 # HELP node_nf_conntrack_stat_found Number of searched entries which were successful. # TYPE node_nf_conntrack_stat_found gauge node_nf_conntrack_stat_found 0 # HELP node_nf_conntrack_stat_ignore Number of packets seen which are already connected to a conntrack entry. # TYPE node_nf_conntrack_stat_ignore gauge node_nf_conntrack_stat_ignore 0 # HELP node_nf_conntrack_stat_insert Number of entries inserted into the list. # TYPE node_nf_conntrack_stat_insert gauge node_nf_conntrack_stat_insert 0 # HELP node_nf_conntrack_stat_insert_failed Number of entries for which list insertion was attempted but failed. # TYPE node_nf_conntrack_stat_insert_failed gauge node_nf_conntrack_stat_insert_failed 0 # HELP node_nf_conntrack_stat_invalid Number of packets seen which can not be tracked. # TYPE node_nf_conntrack_stat_invalid gauge node_nf_conntrack_stat_invalid 0 # 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 201 # 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="qts",id_like="",image_id="",image_version="",name="QTS",pretty_name="QTS 5.2.6 (20250818)",variant="",variant_id="",version="5.2.6 (20250818)",version_codename="",version_id="5.2.6"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="qts",id_like="",name="QTS"} 5.2 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 1 # HELP node_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.000464172 node_scrape_collector_duration_seconds{collector="bcache"} 2.8392e-05 node_scrape_collector_duration_seconds{collector="bonding"} 6.66e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.025623324 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000369444 node_scrape_collector_duration_seconds{collector="cpu"} 0.001525752 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.079009308 node_scrape_collector_duration_seconds{collector="diskstats"} 0.117881508 node_scrape_collector_duration_seconds{collector="dmi"} 8.04e-07 node_scrape_collector_duration_seconds{collector="edac"} 4.9416e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000258504 node_scrape_collector_duration_seconds{collector="fibrechannel"} 6.624e-05 node_scrape_collector_duration_seconds{collector="filefd"} 9.1104e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.069482364 node_scrape_collector_duration_seconds{collector="hwmon"} 0.061247064 node_scrape_collector_duration_seconds{collector="infiniband"} 4.2948e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 0.000193428 node_scrape_collector_duration_seconds{collector="loadavg"} 7.3692e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000493908 node_scrape_collector_duration_seconds{collector="meminfo"} 0.00044232 node_scrape_collector_duration_seconds{collector="netclass"} 0.003887388 node_scrape_collector_duration_seconds{collector="netdev"} 0.00047298 node_scrape_collector_duration_seconds{collector="netstat"} 0.002096976 node_scrape_collector_duration_seconds{collector="nfs"} 6.1884e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 5.5176e-05 node_scrape_collector_duration_seconds{collector="nvme"} 4.3212e-05 node_scrape_collector_duration_seconds{collector="os"} 0.000124176 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 6.4464e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000120828 node_scrape_collector_duration_seconds{collector="rapl"} 8.88e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 3.2364e-05 node_scrape_collector_duration_seconds{collector="selinux"} 2.028e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000307992 node_scrape_collector_duration_seconds{collector="softnet"} 0.000138276 node_scrape_collector_duration_seconds{collector="stat"} 0.000477624 node_scrape_collector_duration_seconds{collector="tapestats"} 3.3e-05 node_scrape_collector_duration_seconds{collector="textfile"} 3.9528e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000828924 node_scrape_collector_duration_seconds{collector="time"} 0.000237456 node_scrape_collector_duration_seconds{collector="timex"} 2.7396e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000466824 node_scrape_collector_duration_seconds{collector="uname"} 2.268e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.00039588 node_scrape_collector_duration_seconds{collector="watchdog"} 0.0003279 node_scrape_collector_duration_seconds{collector="xfs"} 5.316e-05 node_scrape_collector_duration_seconds{collector="zfs"} 3.5064e-05 # 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"} 0 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 1 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"} 1 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 1 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 0 node_scrape_collector_success{collector="rapl"} 0 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"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 3 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 157 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 1 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 11 # 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 45056 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # 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 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 342 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 1.400832e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 6 # 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 # 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 # 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 # 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 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 6.131916e+07 node_softnet_processed_total{cpu="1"} 7.1074198e+07 node_softnet_processed_total{cpu="2"} 5.0145523e+07 node_softnet_processed_total{cpu="3"} 9.1380984e+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 # 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"} 3 node_softnet_times_squeezed_total{cpu="1"} 96 node_softnet_times_squeezed_total{cpu="2"} 680 node_softnet_times_squeezed_total{cpu="3"} 40 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_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.7656815146847062e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 16 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 2 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 16 # 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 # 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 64 # 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 0 # 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="5cccb557ea05",release="5.10.60-qnap",sysname="Linux",version="#1 SMP Mon Aug 18 15:47:45 CST 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.590249012e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 12749 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.1886235e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 8.233126e+07 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 7790 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 118060 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="",name="watchdog0",options="",pretimeout_governor="",state="",status=""} 1 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 1207.43 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 65535 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 6.9226888e+07 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.53595058e+08 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.7096704e+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.76520074559e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.272623104e+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"} 8013 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0