Last active
March 25, 2021 08:15
-
-
Save timtorChen/063d237a3f3809d811e9e07f45b42815 to your computer and use it in GitHub Desktop.
prometheus exporter metrics collection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles. | |
# TYPE go_gc_duration_seconds summary | |
go_gc_duration_seconds{quantile="0"} 3.2999e-05 | |
go_gc_duration_seconds{quantile="0.25"} 0.000196334 | |
go_gc_duration_seconds{quantile="0.5"} 0.000413795 | |
go_gc_duration_seconds{quantile="0.75"} 0.000665999 | |
go_gc_duration_seconds{quantile="1"} 0.02877874 | |
go_gc_duration_seconds_sum 38.199051831 | |
go_gc_duration_seconds_count 37250 | |
# HELP go_goroutines Number of goroutines that currently exist. | |
# TYPE go_goroutines gauge | |
go_goroutines 10 | |
# HELP go_info Information about the Go environment. | |
# TYPE go_info gauge | |
go_info{version="go1.14.4"} 1 | |
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use. | |
# TYPE go_memstats_alloc_bytes gauge | |
go_memstats_alloc_bytes 2.404512e+06 | |
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed. | |
# TYPE go_memstats_alloc_bytes_total counter | |
go_memstats_alloc_bytes_total 8.3768408784e+10 | |
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. | |
# TYPE go_memstats_buck_hash_sys_bytes gauge | |
go_memstats_buck_hash_sys_bytes 2.165359e+06 | |
# HELP go_memstats_frees_total Total number of frees. | |
# TYPE go_memstats_frees_total counter | |
go_memstats_frees_total 9.27633266e+08 | |
# HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started. | |
# TYPE go_memstats_gc_cpu_fraction gauge | |
go_memstats_gc_cpu_fraction 0.00039820966795481305 | |
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. | |
# TYPE go_memstats_gc_sys_bytes gauge | |
go_memstats_gc_sys_bytes 3.582216e+06 | |
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use. | |
# TYPE go_memstats_heap_alloc_bytes gauge | |
go_memstats_heap_alloc_bytes 2.404512e+06 | |
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. | |
# TYPE go_memstats_heap_idle_bytes gauge | |
go_memstats_heap_idle_bytes 6.176768e+07 | |
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. | |
# TYPE go_memstats_heap_inuse_bytes gauge | |
go_memstats_heap_inuse_bytes 4.128768e+06 | |
# HELP go_memstats_heap_objects Number of allocated objects. | |
# TYPE go_memstats_heap_objects gauge | |
go_memstats_heap_objects 21960 | |
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. | |
# TYPE go_memstats_heap_released_bytes gauge | |
go_memstats_heap_released_bytes 6.0637184e+07 | |
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. | |
# TYPE go_memstats_heap_sys_bytes gauge | |
go_memstats_heap_sys_bytes 6.5896448e+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.616659792012116e+09 | |
# HELP go_memstats_lookups_total Total number of pointer lookups. | |
# TYPE go_memstats_lookups_total counter | |
go_memstats_lookups_total 0 | |
# HELP go_memstats_mallocs_total Total number of mallocs. | |
# TYPE go_memstats_mallocs_total counter | |
go_memstats_mallocs_total 9.27655226e+08 | |
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. | |
# TYPE go_memstats_mcache_inuse_bytes gauge | |
go_memstats_mcache_inuse_bytes 6944 | |
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. | |
# TYPE go_memstats_mcache_sys_bytes gauge | |
go_memstats_mcache_sys_bytes 16384 | |
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. | |
# TYPE go_memstats_mspan_inuse_bytes gauge | |
go_memstats_mspan_inuse_bytes 99688 | |
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. | |
# TYPE go_memstats_mspan_sys_bytes gauge | |
go_memstats_mspan_sys_bytes 147456 | |
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. | |
# TYPE go_memstats_next_gc_bytes gauge | |
go_memstats_next_gc_bytes 4.63984e+06 | |
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. | |
# TYPE go_memstats_other_sys_bytes gauge | |
go_memstats_other_sys_bytes 724361 | |
# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator. | |
# TYPE go_memstats_stack_inuse_bytes gauge | |
go_memstats_stack_inuse_bytes 1.212416e+06 | |
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. | |
# TYPE go_memstats_stack_sys_bytes gauge | |
go_memstats_stack_sys_bytes 1.212416e+06 | |
# HELP go_memstats_sys_bytes Number of bytes obtained from system. | |
# TYPE go_memstats_sys_bytes gauge | |
go_memstats_sys_bytes 7.374464e+07 | |
# HELP go_threads Number of OS threads created. | |
# TYPE go_threads gauge | |
go_threads 21 | |
# HELP node_arp_entries ARP entries by device | |
# TYPE node_arp_entries gauge | |
node_arp_entries{device="cni0"} 26 | |
node_arp_entries{device="eth0"} 5 | |
node_arp_entries{device="flannel.1"} 3 | |
# HELP node_boot_time_seconds Node boot time, in unixtime. | |
# TYPE node_boot_time_seconds gauge | |
node_boot_time_seconds 1.616402786e+09 | |
# HELP node_context_switches_total Total number of context switches. | |
# TYPE node_context_switches_total counter | |
node_context_switches_total 4.281288436e+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="rpi-poe-fan"} 3 | |
# 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="rpi-poe-fan"} 4 | |
# 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.5e+09 | |
node_cpu_frequency_max_hertz{cpu="1"} 1.5e+09 | |
node_cpu_frequency_max_hertz{cpu="2"} 1.5e+09 | |
node_cpu_frequency_max_hertz{cpu="3"} 1.5e+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"} 6e+08 | |
node_cpu_frequency_min_hertz{cpu="1"} 6e+08 | |
node_cpu_frequency_min_hertz{cpu="2"} 6e+08 | |
node_cpu_frequency_min_hertz{cpu="3"} 6e+08 | |
# HELP node_cpu_guest_seconds_total Seconds the cpus spent in guests (VMs) for each mode. | |
# TYPE node_cpu_guest_seconds_total counter | |
node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 | |
node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 | |
node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 | |
node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 | |
node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 | |
node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 | |
node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 | |
node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 | |
# 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"} 1.5e+09 | |
node_cpu_scaling_frequency_hertz{cpu="1"} 1.5e+09 | |
node_cpu_scaling_frequency_hertz{cpu="2"} 1.5e+09 | |
node_cpu_scaling_frequency_hertz{cpu="3"} 1.5e+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.5e+09 | |
node_cpu_scaling_frequency_max_hertz{cpu="1"} 1.5e+09 | |
node_cpu_scaling_frequency_max_hertz{cpu="2"} 1.5e+09 | |
node_cpu_scaling_frequency_max_hertz{cpu="3"} 1.5e+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"} 6e+08 | |
node_cpu_scaling_frequency_min_hertz{cpu="1"} 6e+08 | |
node_cpu_scaling_frequency_min_hertz{cpu="2"} 6e+08 | |
node_cpu_scaling_frequency_min_hertz{cpu="3"} 6e+08 | |
# 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"} 172289.41 | |
node_cpu_seconds_total{cpu="0",mode="iowait"} 13346.08 | |
node_cpu_seconds_total{cpu="0",mode="irq"} 0 | |
node_cpu_seconds_total{cpu="0",mode="nice"} 57.62 | |
node_cpu_seconds_total{cpu="0",mode="softirq"} 7060.44 | |
node_cpu_seconds_total{cpu="0",mode="steal"} 0 | |
node_cpu_seconds_total{cpu="0",mode="system"} 32420.07 | |
node_cpu_seconds_total{cpu="0",mode="user"} 22891.2 | |
node_cpu_seconds_total{cpu="1",mode="idle"} 172191.98 | |
node_cpu_seconds_total{cpu="1",mode="iowait"} 18168.35 | |
node_cpu_seconds_total{cpu="1",mode="irq"} 0 | |
node_cpu_seconds_total{cpu="1",mode="nice"} 69.58 | |
node_cpu_seconds_total{cpu="1",mode="softirq"} 1270.29 | |
node_cpu_seconds_total{cpu="1",mode="steal"} 0 | |
node_cpu_seconds_total{cpu="1",mode="system"} 33797.8 | |
node_cpu_seconds_total{cpu="1",mode="user"} 23935.81 | |
node_cpu_seconds_total{cpu="2",mode="idle"} 172042.65 | |
node_cpu_seconds_total{cpu="2",mode="iowait"} 18280.97 | |
node_cpu_seconds_total{cpu="2",mode="irq"} 0 | |
node_cpu_seconds_total{cpu="2",mode="nice"} 62.32 | |
node_cpu_seconds_total{cpu="2",mode="softirq"} 1268.53 | |
node_cpu_seconds_total{cpu="2",mode="steal"} 0 | |
node_cpu_seconds_total{cpu="2",mode="system"} 33840.11 | |
node_cpu_seconds_total{cpu="2",mode="user"} 23943.99 | |
node_cpu_seconds_total{cpu="3",mode="idle"} 171415.7 | |
node_cpu_seconds_total{cpu="3",mode="iowait"} 18890.31 | |
node_cpu_seconds_total{cpu="3",mode="irq"} 0 | |
node_cpu_seconds_total{cpu="3",mode="nice"} 81.38 | |
node_cpu_seconds_total{cpu="3",mode="softirq"} 1272.8 | |
node_cpu_seconds_total{cpu="3",mode="steal"} 0 | |
node_cpu_seconds_total{cpu="3",mode="system"} 33891.24 | |
node_cpu_seconds_total{cpu="3",mode="user"} 23930.11 | |
# 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="sda"} 0 | |
node_disk_discard_time_seconds_total{device="sdb"} 0 | |
node_disk_discard_time_seconds_total{device="sdc"} 0 | |
node_disk_discard_time_seconds_total{device="sdd"} 0 | |
node_disk_discard_time_seconds_total{device="sde"} 0 | |
node_disk_discard_time_seconds_total{device="sdf"} 0 | |
# 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="sda"} 0 | |
node_disk_discarded_sectors_total{device="sdb"} 0 | |
node_disk_discarded_sectors_total{device="sdc"} 0 | |
node_disk_discarded_sectors_total{device="sdd"} 0 | |
node_disk_discarded_sectors_total{device="sde"} 0 | |
node_disk_discarded_sectors_total{device="sdf"} 0 | |
# 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="sda"} 0 | |
node_disk_discards_completed_total{device="sdb"} 0 | |
node_disk_discards_completed_total{device="sdc"} 0 | |
node_disk_discards_completed_total{device="sdd"} 0 | |
node_disk_discards_completed_total{device="sde"} 0 | |
node_disk_discards_completed_total{device="sdf"} 0 | |
# 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="sda"} 0 | |
node_disk_discards_merged_total{device="sdb"} 0 | |
node_disk_discards_merged_total{device="sdc"} 0 | |
node_disk_discards_merged_total{device="sdd"} 0 | |
node_disk_discards_merged_total{device="sde"} 0 | |
node_disk_discards_merged_total{device="sdf"} 0 | |
# HELP node_disk_io_now The number of I/Os currently in progress. | |
# TYPE node_disk_io_now gauge | |
node_disk_io_now{device="sda"} 0 | |
node_disk_io_now{device="sdb"} 0 | |
node_disk_io_now{device="sdc"} 0 | |
node_disk_io_now{device="sdd"} 0 | |
node_disk_io_now{device="sde"} 0 | |
node_disk_io_now{device="sdf"} 0 | |
# 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="sda"} 12925.832 | |
node_disk_io_time_seconds_total{device="sdb"} 9928.312 | |
node_disk_io_time_seconds_total{device="sdc"} 8592.388 | |
node_disk_io_time_seconds_total{device="sdd"} 0 | |
node_disk_io_time_seconds_total{device="sde"} 0 | |
node_disk_io_time_seconds_total{device="sdf"} 29678.940000000002 | |
# 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="sda"} 15604.392 | |
node_disk_io_time_weighted_seconds_total{device="sdb"} 19739.972 | |
node_disk_io_time_weighted_seconds_total{device="sdc"} 13559.796 | |
node_disk_io_time_weighted_seconds_total{device="sdd"} 0 | |
node_disk_io_time_weighted_seconds_total{device="sde"} 0 | |
node_disk_io_time_weighted_seconds_total{device="sdf"} 9702.98 | |
# 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="sda"} 2.09136182272e+11 | |
node_disk_read_bytes_total{device="sdb"} 1.1794034688e+10 | |
node_disk_read_bytes_total{device="sdc"} 1.7984464128e+11 | |
node_disk_read_bytes_total{device="sdd"} 0 | |
node_disk_read_bytes_total{device="sde"} 0 | |
node_disk_read_bytes_total{device="sdf"} 5.284864e+07 | |
# 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="sda"} 8333.412 | |
node_disk_read_time_seconds_total{device="sdb"} 1173.6000000000001 | |
node_disk_read_time_seconds_total{device="sdc"} 8936.222 | |
node_disk_read_time_seconds_total{device="sdd"} 0 | |
node_disk_read_time_seconds_total{device="sde"} 0 | |
node_disk_read_time_seconds_total{device="sdf"} 28.575 | |
# 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="sda"} 1.445966e+06 | |
node_disk_reads_completed_total{device="sdb"} 570249 | |
node_disk_reads_completed_total{device="sdc"} 925675 | |
node_disk_reads_completed_total{device="sdd"} 0 | |
node_disk_reads_completed_total{device="sde"} 0 | |
node_disk_reads_completed_total{device="sdf"} 4140 | |
# 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="sda"} 73059 | |
node_disk_reads_merged_total{device="sdb"} 47434 | |
node_disk_reads_merged_total{device="sdc"} 10056 | |
node_disk_reads_merged_total{device="sdd"} 0 | |
node_disk_reads_merged_total{device="sde"} 0 | |
node_disk_reads_merged_total{device="sdf"} 99 | |
# 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="sda"} 11419.263 | |
node_disk_write_time_seconds_total{device="sdb"} 20873.326 | |
node_disk_write_time_seconds_total{device="sdc"} 7960.785 | |
node_disk_write_time_seconds_total{device="sdd"} 0 | |
node_disk_write_time_seconds_total{device="sde"} 0 | |
node_disk_write_time_seconds_total{device="sdf"} 26065.787 | |
# 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="sda"} 1.792537e+06 | |
node_disk_writes_completed_total{device="sdb"} 2.136267e+06 | |
node_disk_writes_completed_total{device="sdc"} 1.658513e+06 | |
node_disk_writes_completed_total{device="sdd"} 0 | |
node_disk_writes_completed_total{device="sde"} 0 | |
node_disk_writes_completed_total{device="sdf"} 6.817581e+06 | |
# HELP node_disk_writes_merged_total The number of writes merged. | |
# TYPE node_disk_writes_merged_total counter | |
node_disk_writes_merged_total{device="sda"} 218786 | |
node_disk_writes_merged_total{device="sdb"} 1.274553e+06 | |
node_disk_writes_merged_total{device="sdc"} 16170 | |
node_disk_writes_merged_total{device="sdd"} 0 | |
node_disk_writes_merged_total{device="sde"} 0 | |
node_disk_writes_merged_total{device="sdf"} 3.488645e+06 | |
# 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="sda"} 3.496094336e+11 | |
node_disk_written_bytes_total{device="sdb"} 2.5403839488e+10 | |
node_disk_written_bytes_total{device="sdc"} 2.96066726912e+11 | |
node_disk_written_bytes_total{device="sdd"} 0 | |
node_disk_written_bytes_total{device="sde"} 0 | |
node_disk_written_bytes_total{device="sdf"} 1.4224956416e+10 | |
# HELP node_entropy_available_bits Bits of available entropy. | |
# TYPE node_entropy_available_bits gauge | |
node_entropy_available_bits 3516 | |
# HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, and goversion from which node_exporter was built. | |
# TYPE node_exporter_build_info gauge | |
node_exporter_build_info{branch="HEAD",goversion="go1.14.4",revision="3715be6ae899f2a9b9dbfd9c39f3e09a7bd4559f",version="1.0.1"} 1 | |
# HELP node_filefd_allocated File descriptor statistics: allocated. | |
# TYPE node_filefd_allocated gauge | |
node_filefd_allocated 3680 | |
# HELP node_filefd_maximum File descriptor statistics: maximum. | |
# TYPE node_filefd_maximum gauge | |
node_filefd_maximum 9.223372036854776e+18 | |
# HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. | |
# TYPE node_filesystem_avail_bytes gauge | |
node_filesystem_avail_bytes{device="/dev/sdb1",fstype="vfat",mountpoint="/boot/firmware"} 1.1484928e+08 | |
node_filesystem_avail_bytes{device="/dev/sdb2",fstype="ext4",mountpoint="/"} 9.3530959872e+10 | |
node_filesystem_avail_bytes{device="pool",fstype="zfs",mountpoint="/pool"} 3.744392413184e+12 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04d6e490d1431fe89abc4ee7dd82acedacafb56a0535434f746d692a335983d0/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/07397e068357ad72a8730e487336711687cbfedddde7d2c4202dd8db58c0e622/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/165b4b3e52c2f4bfb28945eba1bf6371351c1b56015b6fa75f026967626ba85c/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2037505fbcddf3521cf3d5f854b0c22e9a251399066c160fe9f91947e9ff27e9/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/255d44c1cfd305e3e6edbd885bcabe2026f962930ec5c80c0ea27bd558c2ba4f/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/274e9e996949ace905dd331d49c8be3c66a0fa221a903ae55a1f2592dc413ff8/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/30f6c8efa25410e8f4debbdc045e59d82a5485331e1ace57114a2ae87e8a39f1/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3646d7362c9c797b97476bb337ecdd1a9154c1061678bd04513267a10820bd51/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3d590c134ffc3d68797e3a9469698ff742d297e33b471e9e3965229502a66db0/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4ccd3911ee8b3890060c93732525b386ab624d24be2a22197f309a275152e4f0/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4e3c08dc03f04b73dee3f6651f3ef7a22c70b501a8221221d19ee5e55b9f9bac/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/65380b2d528c448321ec348ed0c04ae1f50fa2d8e35b3c2aab1250707157b0cd/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7f07017692952ef8725de1b09a34f765cffbfdcc634b4d9060c3f4b0740cc43c/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/87a5c109e22d02b7c49771d95293d7a287aa134c862176a55de29784abb58ade/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ef8d701be311f30b1d096e41b96db846c272814f65834f28eb75c31feaa1515/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/975af8dd478480dfdce4d841a5c1fbdc561109ddc7350f5d00ba58906ea737eb/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/991e0db1bdb54bbfcf95d79b4bcf585312d501f765df15a844603bbcce61d052/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b22135bf623d30f01e4ec14b02ccb82ec200c6828b200bc30baedf347ade69b0/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c6eed1bdf8c82bcfcf9ab5047ed2722ba74dce6a15d36b38126ec98c08b7b1e5/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/caaeedd24b62d66bbebe048470ffb87d8577ff37aca58646a8e3cac906019254/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d411562b037ffe82727d1698212030af8ee2e5bb8d7a58381f8aeced2f5a65ee/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de7f8007392fb37bf4e007d8e21e963c086909616f2ee875752f0953fde7c8ba/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f06ecb218c603420e86d0435f8c9cb2a01e5e51eb0603a0b6708c6308ba6023f/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f60be47a5ceba9840548538a5b973ca46ef73305bd6ecd017d4559d59e6dea59/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff07cfcc60930c010160a6f9d48463713bf27e44786d221361deac3863b43c3f/shm"} 6.7108864e+07 | |
node_filesystem_avail_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 3.90557696e+08 | |
node_filesystem_avail_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 | |
node_filesystem_avail_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/secrets/kubernetes.io/serviceaccount"} 1.988235264e+09 | |
node_filesystem_avail_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/1000"} 3.97647872e+08 | |
# HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. | |
# TYPE node_filesystem_device_error gauge | |
node_filesystem_device_error{device="/dev/sdb1",fstype="vfat",mountpoint="/boot/firmware"} 0 | |
node_filesystem_device_error{device="/dev/sdb2",fstype="ext4",mountpoint="/"} 0 | |
node_filesystem_device_error{device="pool",fstype="zfs",mountpoint="/pool"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04d6e490d1431fe89abc4ee7dd82acedacafb56a0535434f746d692a335983d0/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/07397e068357ad72a8730e487336711687cbfedddde7d2c4202dd8db58c0e622/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/165b4b3e52c2f4bfb28945eba1bf6371351c1b56015b6fa75f026967626ba85c/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2037505fbcddf3521cf3d5f854b0c22e9a251399066c160fe9f91947e9ff27e9/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/255d44c1cfd305e3e6edbd885bcabe2026f962930ec5c80c0ea27bd558c2ba4f/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/274e9e996949ace905dd331d49c8be3c66a0fa221a903ae55a1f2592dc413ff8/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/30f6c8efa25410e8f4debbdc045e59d82a5485331e1ace57114a2ae87e8a39f1/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3646d7362c9c797b97476bb337ecdd1a9154c1061678bd04513267a10820bd51/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3d590c134ffc3d68797e3a9469698ff742d297e33b471e9e3965229502a66db0/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4ccd3911ee8b3890060c93732525b386ab624d24be2a22197f309a275152e4f0/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4e3c08dc03f04b73dee3f6651f3ef7a22c70b501a8221221d19ee5e55b9f9bac/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/65380b2d528c448321ec348ed0c04ae1f50fa2d8e35b3c2aab1250707157b0cd/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7f07017692952ef8725de1b09a34f765cffbfdcc634b4d9060c3f4b0740cc43c/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/87a5c109e22d02b7c49771d95293d7a287aa134c862176a55de29784abb58ade/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ef8d701be311f30b1d096e41b96db846c272814f65834f28eb75c31feaa1515/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/975af8dd478480dfdce4d841a5c1fbdc561109ddc7350f5d00ba58906ea737eb/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/991e0db1bdb54bbfcf95d79b4bcf585312d501f765df15a844603bbcce61d052/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b22135bf623d30f01e4ec14b02ccb82ec200c6828b200bc30baedf347ade69b0/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c6eed1bdf8c82bcfcf9ab5047ed2722ba74dce6a15d36b38126ec98c08b7b1e5/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/caaeedd24b62d66bbebe048470ffb87d8577ff37aca58646a8e3cac906019254/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d411562b037ffe82727d1698212030af8ee2e5bb8d7a58381f8aeced2f5a65ee/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de7f8007392fb37bf4e007d8e21e963c086909616f2ee875752f0953fde7c8ba/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f06ecb218c603420e86d0435f8c9cb2a01e5e51eb0603a0b6708c6308ba6023f/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f60be47a5ceba9840548538a5b973ca46ef73305bd6ecd017d4559d59e6dea59/shm"} 0 | |
node_filesystem_device_error{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff07cfcc60930c010160a6f9d48463713bf27e44786d221361deac3863b43c3f/shm"} 0 | |
node_filesystem_device_error{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 0 | |
node_filesystem_device_error{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 0 | |
node_filesystem_device_error{device="tmpfs",fstype="tmpfs",mountpoint="/run/secrets/kubernetes.io/serviceaccount"} 0 | |
node_filesystem_device_error{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/1000"} 0 | |
# HELP node_filesystem_files Filesystem total file nodes. | |
# TYPE node_filesystem_files gauge | |
node_filesystem_files{device="/dev/sdb1",fstype="vfat",mountpoint="/boot/firmware"} 0 | |
node_filesystem_files{device="/dev/sdb2",fstype="ext4",mountpoint="/"} 7.07256e+06 | |
node_filesystem_files{device="pool",fstype="zfs",mountpoint="/pool"} 7.313360159e+09 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04d6e490d1431fe89abc4ee7dd82acedacafb56a0535434f746d692a335983d0/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/07397e068357ad72a8730e487336711687cbfedddde7d2c4202dd8db58c0e622/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/165b4b3e52c2f4bfb28945eba1bf6371351c1b56015b6fa75f026967626ba85c/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2037505fbcddf3521cf3d5f854b0c22e9a251399066c160fe9f91947e9ff27e9/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/255d44c1cfd305e3e6edbd885bcabe2026f962930ec5c80c0ea27bd558c2ba4f/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/274e9e996949ace905dd331d49c8be3c66a0fa221a903ae55a1f2592dc413ff8/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/30f6c8efa25410e8f4debbdc045e59d82a5485331e1ace57114a2ae87e8a39f1/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3646d7362c9c797b97476bb337ecdd1a9154c1061678bd04513267a10820bd51/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3d590c134ffc3d68797e3a9469698ff742d297e33b471e9e3965229502a66db0/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4ccd3911ee8b3890060c93732525b386ab624d24be2a22197f309a275152e4f0/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4e3c08dc03f04b73dee3f6651f3ef7a22c70b501a8221221d19ee5e55b9f9bac/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/65380b2d528c448321ec348ed0c04ae1f50fa2d8e35b3c2aab1250707157b0cd/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7f07017692952ef8725de1b09a34f765cffbfdcc634b4d9060c3f4b0740cc43c/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/87a5c109e22d02b7c49771d95293d7a287aa134c862176a55de29784abb58ade/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ef8d701be311f30b1d096e41b96db846c272814f65834f28eb75c31feaa1515/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/975af8dd478480dfdce4d841a5c1fbdc561109ddc7350f5d00ba58906ea737eb/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/991e0db1bdb54bbfcf95d79b4bcf585312d501f765df15a844603bbcce61d052/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b22135bf623d30f01e4ec14b02ccb82ec200c6828b200bc30baedf347ade69b0/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c6eed1bdf8c82bcfcf9ab5047ed2722ba74dce6a15d36b38126ec98c08b7b1e5/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/caaeedd24b62d66bbebe048470ffb87d8577ff37aca58646a8e3cac906019254/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d411562b037ffe82727d1698212030af8ee2e5bb8d7a58381f8aeced2f5a65ee/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de7f8007392fb37bf4e007d8e21e963c086909616f2ee875752f0953fde7c8ba/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f06ecb218c603420e86d0435f8c9cb2a01e5e51eb0603a0b6708c6308ba6023f/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f60be47a5ceba9840548538a5b973ca46ef73305bd6ecd017d4559d59e6dea59/shm"} 485412 | |
node_filesystem_files{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff07cfcc60930c010160a6f9d48463713bf27e44786d221361deac3863b43c3f/shm"} 485412 | |
node_filesystem_files{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 485412 | |
node_filesystem_files{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 485412 | |
node_filesystem_files{device="tmpfs",fstype="tmpfs",mountpoint="/run/secrets/kubernetes.io/serviceaccount"} 485412 | |
node_filesystem_files{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/1000"} 485412 | |
# HELP node_filesystem_files_free Filesystem total free file nodes. | |
# TYPE node_filesystem_files_free gauge | |
node_filesystem_files_free{device="/dev/sdb1",fstype="vfat",mountpoint="/boot/firmware"} 0 | |
node_filesystem_files_free{device="/dev/sdb2",fstype="ext4",mountpoint="/"} 6.676679e+06 | |
node_filesystem_files_free{device="pool",fstype="zfs",mountpoint="/pool"} 7.313266648e+09 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04d6e490d1431fe89abc4ee7dd82acedacafb56a0535434f746d692a335983d0/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/07397e068357ad72a8730e487336711687cbfedddde7d2c4202dd8db58c0e622/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/165b4b3e52c2f4bfb28945eba1bf6371351c1b56015b6fa75f026967626ba85c/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2037505fbcddf3521cf3d5f854b0c22e9a251399066c160fe9f91947e9ff27e9/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/255d44c1cfd305e3e6edbd885bcabe2026f962930ec5c80c0ea27bd558c2ba4f/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/274e9e996949ace905dd331d49c8be3c66a0fa221a903ae55a1f2592dc413ff8/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/30f6c8efa25410e8f4debbdc045e59d82a5485331e1ace57114a2ae87e8a39f1/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3646d7362c9c797b97476bb337ecdd1a9154c1061678bd04513267a10820bd51/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3d590c134ffc3d68797e3a9469698ff742d297e33b471e9e3965229502a66db0/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4ccd3911ee8b3890060c93732525b386ab624d24be2a22197f309a275152e4f0/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4e3c08dc03f04b73dee3f6651f3ef7a22c70b501a8221221d19ee5e55b9f9bac/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/65380b2d528c448321ec348ed0c04ae1f50fa2d8e35b3c2aab1250707157b0cd/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7f07017692952ef8725de1b09a34f765cffbfdcc634b4d9060c3f4b0740cc43c/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/87a5c109e22d02b7c49771d95293d7a287aa134c862176a55de29784abb58ade/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ef8d701be311f30b1d096e41b96db846c272814f65834f28eb75c31feaa1515/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/975af8dd478480dfdce4d841a5c1fbdc561109ddc7350f5d00ba58906ea737eb/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/991e0db1bdb54bbfcf95d79b4bcf585312d501f765df15a844603bbcce61d052/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b22135bf623d30f01e4ec14b02ccb82ec200c6828b200bc30baedf347ade69b0/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c6eed1bdf8c82bcfcf9ab5047ed2722ba74dce6a15d36b38126ec98c08b7b1e5/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/caaeedd24b62d66bbebe048470ffb87d8577ff37aca58646a8e3cac906019254/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d411562b037ffe82727d1698212030af8ee2e5bb8d7a58381f8aeced2f5a65ee/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de7f8007392fb37bf4e007d8e21e963c086909616f2ee875752f0953fde7c8ba/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f06ecb218c603420e86d0435f8c9cb2a01e5e51eb0603a0b6708c6308ba6023f/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f60be47a5ceba9840548538a5b973ca46ef73305bd6ecd017d4559d59e6dea59/shm"} 485411 | |
node_filesystem_files_free{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff07cfcc60930c010160a6f9d48463713bf27e44786d221361deac3863b43c3f/shm"} 485411 | |
node_filesystem_files_free{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 482128 | |
node_filesystem_files_free{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 485407 | |
node_filesystem_files_free{device="tmpfs",fstype="tmpfs",mountpoint="/run/secrets/kubernetes.io/serviceaccount"} 485403 | |
node_filesystem_files_free{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/1000"} 485391 | |
# HELP node_filesystem_free_bytes Filesystem free space in bytes. | |
# TYPE node_filesystem_free_bytes gauge | |
node_filesystem_free_bytes{device="/dev/sdb1",fstype="vfat",mountpoint="/boot/firmware"} 1.1484928e+08 | |
node_filesystem_free_bytes{device="/dev/sdb2",fstype="ext4",mountpoint="/"} 9.8363789312e+10 | |
node_filesystem_free_bytes{device="pool",fstype="zfs",mountpoint="/pool"} 3.744392413184e+12 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04d6e490d1431fe89abc4ee7dd82acedacafb56a0535434f746d692a335983d0/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/07397e068357ad72a8730e487336711687cbfedddde7d2c4202dd8db58c0e622/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/165b4b3e52c2f4bfb28945eba1bf6371351c1b56015b6fa75f026967626ba85c/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2037505fbcddf3521cf3d5f854b0c22e9a251399066c160fe9f91947e9ff27e9/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/255d44c1cfd305e3e6edbd885bcabe2026f962930ec5c80c0ea27bd558c2ba4f/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/274e9e996949ace905dd331d49c8be3c66a0fa221a903ae55a1f2592dc413ff8/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/30f6c8efa25410e8f4debbdc045e59d82a5485331e1ace57114a2ae87e8a39f1/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3646d7362c9c797b97476bb337ecdd1a9154c1061678bd04513267a10820bd51/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3d590c134ffc3d68797e3a9469698ff742d297e33b471e9e3965229502a66db0/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4ccd3911ee8b3890060c93732525b386ab624d24be2a22197f309a275152e4f0/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4e3c08dc03f04b73dee3f6651f3ef7a22c70b501a8221221d19ee5e55b9f9bac/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/65380b2d528c448321ec348ed0c04ae1f50fa2d8e35b3c2aab1250707157b0cd/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7f07017692952ef8725de1b09a34f765cffbfdcc634b4d9060c3f4b0740cc43c/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/87a5c109e22d02b7c49771d95293d7a287aa134c862176a55de29784abb58ade/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ef8d701be311f30b1d096e41b96db846c272814f65834f28eb75c31feaa1515/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/975af8dd478480dfdce4d841a5c1fbdc561109ddc7350f5d00ba58906ea737eb/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/991e0db1bdb54bbfcf95d79b4bcf585312d501f765df15a844603bbcce61d052/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b22135bf623d30f01e4ec14b02ccb82ec200c6828b200bc30baedf347ade69b0/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c6eed1bdf8c82bcfcf9ab5047ed2722ba74dce6a15d36b38126ec98c08b7b1e5/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/caaeedd24b62d66bbebe048470ffb87d8577ff37aca58646a8e3cac906019254/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d411562b037ffe82727d1698212030af8ee2e5bb8d7a58381f8aeced2f5a65ee/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de7f8007392fb37bf4e007d8e21e963c086909616f2ee875752f0953fde7c8ba/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f06ecb218c603420e86d0435f8c9cb2a01e5e51eb0603a0b6708c6308ba6023f/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f60be47a5ceba9840548538a5b973ca46ef73305bd6ecd017d4559d59e6dea59/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff07cfcc60930c010160a6f9d48463713bf27e44786d221361deac3863b43c3f/shm"} 6.7108864e+07 | |
node_filesystem_free_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 3.90557696e+08 | |
node_filesystem_free_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 | |
node_filesystem_free_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/secrets/kubernetes.io/serviceaccount"} 1.988235264e+09 | |
node_filesystem_free_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/1000"} 3.97647872e+08 | |
# HELP node_filesystem_readonly Filesystem read-only status. | |
# TYPE node_filesystem_readonly gauge | |
node_filesystem_readonly{device="/dev/sdb1",fstype="vfat",mountpoint="/boot/firmware"} 0 | |
node_filesystem_readonly{device="/dev/sdb2",fstype="ext4",mountpoint="/"} 0 | |
node_filesystem_readonly{device="pool",fstype="zfs",mountpoint="/pool"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04d6e490d1431fe89abc4ee7dd82acedacafb56a0535434f746d692a335983d0/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/07397e068357ad72a8730e487336711687cbfedddde7d2c4202dd8db58c0e622/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/165b4b3e52c2f4bfb28945eba1bf6371351c1b56015b6fa75f026967626ba85c/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2037505fbcddf3521cf3d5f854b0c22e9a251399066c160fe9f91947e9ff27e9/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/255d44c1cfd305e3e6edbd885bcabe2026f962930ec5c80c0ea27bd558c2ba4f/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/274e9e996949ace905dd331d49c8be3c66a0fa221a903ae55a1f2592dc413ff8/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/30f6c8efa25410e8f4debbdc045e59d82a5485331e1ace57114a2ae87e8a39f1/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3646d7362c9c797b97476bb337ecdd1a9154c1061678bd04513267a10820bd51/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3d590c134ffc3d68797e3a9469698ff742d297e33b471e9e3965229502a66db0/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4ccd3911ee8b3890060c93732525b386ab624d24be2a22197f309a275152e4f0/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4e3c08dc03f04b73dee3f6651f3ef7a22c70b501a8221221d19ee5e55b9f9bac/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/65380b2d528c448321ec348ed0c04ae1f50fa2d8e35b3c2aab1250707157b0cd/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7f07017692952ef8725de1b09a34f765cffbfdcc634b4d9060c3f4b0740cc43c/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/87a5c109e22d02b7c49771d95293d7a287aa134c862176a55de29784abb58ade/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ef8d701be311f30b1d096e41b96db846c272814f65834f28eb75c31feaa1515/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/975af8dd478480dfdce4d841a5c1fbdc561109ddc7350f5d00ba58906ea737eb/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/991e0db1bdb54bbfcf95d79b4bcf585312d501f765df15a844603bbcce61d052/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b22135bf623d30f01e4ec14b02ccb82ec200c6828b200bc30baedf347ade69b0/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c6eed1bdf8c82bcfcf9ab5047ed2722ba74dce6a15d36b38126ec98c08b7b1e5/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/caaeedd24b62d66bbebe048470ffb87d8577ff37aca58646a8e3cac906019254/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d411562b037ffe82727d1698212030af8ee2e5bb8d7a58381f8aeced2f5a65ee/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de7f8007392fb37bf4e007d8e21e963c086909616f2ee875752f0953fde7c8ba/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f06ecb218c603420e86d0435f8c9cb2a01e5e51eb0603a0b6708c6308ba6023f/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f60be47a5ceba9840548538a5b973ca46ef73305bd6ecd017d4559d59e6dea59/shm"} 0 | |
node_filesystem_readonly{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff07cfcc60930c010160a6f9d48463713bf27e44786d221361deac3863b43c3f/shm"} 0 | |
node_filesystem_readonly{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 0 | |
node_filesystem_readonly{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 0 | |
node_filesystem_readonly{device="tmpfs",fstype="tmpfs",mountpoint="/run/secrets/kubernetes.io/serviceaccount"} 0 | |
node_filesystem_readonly{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/1000"} 0 | |
# HELP node_filesystem_size_bytes Filesystem size in bytes. | |
# TYPE node_filesystem_size_bytes gauge | |
node_filesystem_size_bytes{device="/dev/sdb1",fstype="vfat",mountpoint="/boot/firmware"} 2.6428928e+08 | |
node_filesystem_size_bytes{device="/dev/sdb2",fstype="ext4",mountpoint="/"} 1.17878697984e+11 | |
node_filesystem_size_bytes{device="pool",fstype="zfs",mountpoint="/pool"} 3.861163933696e+12 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04d6e490d1431fe89abc4ee7dd82acedacafb56a0535434f746d692a335983d0/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/07397e068357ad72a8730e487336711687cbfedddde7d2c4202dd8db58c0e622/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/165b4b3e52c2f4bfb28945eba1bf6371351c1b56015b6fa75f026967626ba85c/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2037505fbcddf3521cf3d5f854b0c22e9a251399066c160fe9f91947e9ff27e9/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/255d44c1cfd305e3e6edbd885bcabe2026f962930ec5c80c0ea27bd558c2ba4f/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/274e9e996949ace905dd331d49c8be3c66a0fa221a903ae55a1f2592dc413ff8/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/30f6c8efa25410e8f4debbdc045e59d82a5485331e1ace57114a2ae87e8a39f1/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3646d7362c9c797b97476bb337ecdd1a9154c1061678bd04513267a10820bd51/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3d590c134ffc3d68797e3a9469698ff742d297e33b471e9e3965229502a66db0/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4ccd3911ee8b3890060c93732525b386ab624d24be2a22197f309a275152e4f0/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4e3c08dc03f04b73dee3f6651f3ef7a22c70b501a8221221d19ee5e55b9f9bac/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/65380b2d528c448321ec348ed0c04ae1f50fa2d8e35b3c2aab1250707157b0cd/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7f07017692952ef8725de1b09a34f765cffbfdcc634b4d9060c3f4b0740cc43c/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/87a5c109e22d02b7c49771d95293d7a287aa134c862176a55de29784abb58ade/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ef8d701be311f30b1d096e41b96db846c272814f65834f28eb75c31feaa1515/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/975af8dd478480dfdce4d841a5c1fbdc561109ddc7350f5d00ba58906ea737eb/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/991e0db1bdb54bbfcf95d79b4bcf585312d501f765df15a844603bbcce61d052/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b22135bf623d30f01e4ec14b02ccb82ec200c6828b200bc30baedf347ade69b0/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c6eed1bdf8c82bcfcf9ab5047ed2722ba74dce6a15d36b38126ec98c08b7b1e5/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/caaeedd24b62d66bbebe048470ffb87d8577ff37aca58646a8e3cac906019254/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d411562b037ffe82727d1698212030af8ee2e5bb8d7a58381f8aeced2f5a65ee/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de7f8007392fb37bf4e007d8e21e963c086909616f2ee875752f0953fde7c8ba/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f06ecb218c603420e86d0435f8c9cb2a01e5e51eb0603a0b6708c6308ba6023f/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f60be47a5ceba9840548538a5b973ca46ef73305bd6ecd017d4559d59e6dea59/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="shm",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff07cfcc60930c010160a6f9d48463713bf27e44786d221361deac3863b43c3f/shm"} 6.7108864e+07 | |
node_filesystem_size_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 3.97651968e+08 | |
node_filesystem_size_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 | |
node_filesystem_size_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/secrets/kubernetes.io/serviceaccount"} 1.988247552e+09 | |
node_filesystem_size_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/1000"} 3.97647872e+08 | |
# HELP node_forks_total Total number of forks. | |
# TYPE node_forks_total counter | |
node_forks_total 1.4680344e+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_rpi_poe_fan_0",chip_name="rpipoefan"} 1 | |
node_hwmon_chip_names{chip="soc:firmware_raspberrypi_hwmon",chip_name="rpi_volt"} 1 | |
node_hwmon_chip_names{chip="thermal_thermal_zone0",chip_name="cpu_thermal"} 1 | |
# HELP node_hwmon_in_lcrit_alarm_volts Hardware monitor for voltage (lcrit_alarm) | |
# TYPE node_hwmon_in_lcrit_alarm_volts gauge | |
node_hwmon_in_lcrit_alarm_volts{chip="soc:firmware_raspberrypi_hwmon",sensor="in0"} 0 | |
# HELP node_hwmon_pwm Hardware monitor pwm element | |
# TYPE node_hwmon_pwm gauge | |
node_hwmon_pwm{chip="platform_rpi_poe_fan_0",sensor="pwm1"} 150 | |
# HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) | |
# TYPE node_hwmon_temp_celsius gauge | |
node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp0"} 51.121 | |
node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp1"} 51.121 | |
# HELP node_intr_total Total number of interrupts serviced. | |
# TYPE node_intr_total counter | |
node_intr_total 2.424412677e+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 2.53 | |
# HELP node_load15 15m load average. | |
# TYPE node_load15 gauge | |
node_load15 2.93 | |
# HELP node_load5 5m load average. | |
# TYPE node_load5 gauge | |
node_load5 2.75 | |
# HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. | |
# TYPE node_memory_Active_anon_bytes gauge | |
node_memory_Active_anon_bytes 9.13207296e+08 | |
# HELP node_memory_Active_bytes Memory information field Active_bytes. | |
# TYPE node_memory_Active_bytes gauge | |
node_memory_Active_bytes 1.318309888e+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 4.05102592e+08 | |
# HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. | |
# TYPE node_memory_AnonPages_bytes gauge | |
node_memory_AnonPages_bytes 1.302818816e+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 4.9618944e+07 | |
# HELP node_memory_Cached_bytes Memory information field Cached_bytes. | |
# TYPE node_memory_Cached_bytes gauge | |
node_memory_Cached_bytes 5.1216384e+08 | |
# HELP node_memory_CmaFree_bytes Memory information field CmaFree_bytes. | |
# TYPE node_memory_CmaFree_bytes gauge | |
node_memory_CmaFree_bytes 0 | |
# HELP node_memory_CmaTotal_bytes Memory information field CmaTotal_bytes. | |
# TYPE node_memory_CmaTotal_bytes gauge | |
node_memory_CmaTotal_bytes 6.7108864e+07 | |
# HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. | |
# TYPE node_memory_CommitLimit_bytes gauge | |
node_memory_CommitLimit_bytes 1.988247552e+09 | |
# HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. | |
# TYPE node_memory_Committed_AS_bytes gauge | |
node_memory_Committed_AS_bytes 8.99262464e+09 | |
# HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. | |
# TYPE node_memory_Dirty_bytes gauge | |
node_memory_Dirty_bytes 1.114112e+06 | |
# HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. | |
# TYPE node_memory_Inactive_anon_bytes gauge | |
node_memory_Inactive_anon_bytes 1.8432e+06 | |
# HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. | |
# TYPE node_memory_Inactive_bytes gauge | |
node_memory_Inactive_bytes 5.25426688e+08 | |
# HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. | |
# TYPE node_memory_Inactive_file_bytes gauge | |
node_memory_Inactive_file_bytes 5.23583488e+08 | |
# HELP node_memory_KReclaimable_bytes Memory information field KReclaimable_bytes. | |
# TYPE node_memory_KReclaimable_bytes gauge | |
node_memory_KReclaimable_bytes 1.85790464e+08 | |
# HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. | |
# TYPE node_memory_KernelStack_bytes gauge | |
node_memory_KernelStack_bytes 2.2474752e+07 | |
# HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. | |
# TYPE node_memory_Mapped_bytes gauge | |
node_memory_Mapped_bytes 3.44481792e+08 | |
# HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. | |
# TYPE node_memory_MemAvailable_bytes gauge | |
node_memory_MemAvailable_bytes 1.093808128e+09 | |
# HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. | |
# TYPE node_memory_MemFree_bytes gauge | |
node_memory_MemFree_bytes 3.117056e+07 | |
# HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. | |
# TYPE node_memory_MemTotal_bytes gauge | |
node_memory_MemTotal_bytes 3.9764992e+09 | |
# HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. | |
# TYPE node_memory_Mlocked_bytes gauge | |
node_memory_Mlocked_bytes 2.0779008e+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 1.3725696e+07 | |
# HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. | |
# TYPE node_memory_Percpu_bytes gauge | |
node_memory_Percpu_bytes 8.290304e+06 | |
# HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. | |
# TYPE node_memory_SReclaimable_bytes gauge | |
node_memory_SReclaimable_bytes 1.85790464e+08 | |
# HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. | |
# TYPE node_memory_SUnreclaim_bytes gauge | |
node_memory_SUnreclaim_bytes 3.53562624e+08 | |
# HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. | |
# TYPE node_memory_Shmem_bytes gauge | |
node_memory_Shmem_bytes 8.310784e+06 | |
# HELP node_memory_Slab_bytes Memory information field Slab_bytes. | |
# TYPE node_memory_Slab_bytes gauge | |
node_memory_Slab_bytes 5.39353088e+08 | |
# HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. | |
# TYPE node_memory_SwapCached_bytes gauge | |
node_memory_SwapCached_bytes 0 | |
# HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. | |
# TYPE node_memory_SwapFree_bytes gauge | |
node_memory_SwapFree_bytes 0 | |
# HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. | |
# TYPE node_memory_SwapTotal_bytes gauge | |
node_memory_SwapTotal_bytes 0 | |
# HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. | |
# TYPE node_memory_Unevictable_bytes gauge | |
node_memory_Unevictable_bytes 2.0779008e+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 1.3853712285696e+14 | |
# HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. | |
# TYPE node_memory_VmallocUsed_bytes gauge | |
node_memory_VmallocUsed_bytes 1.76214016e+08 | |
# HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. | |
# TYPE node_memory_WritebackTmp_bytes gauge | |
node_memory_WritebackTmp_bytes 0 | |
# HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. | |
# TYPE node_memory_Writeback_bytes gauge | |
node_memory_Writeback_bytes 0 | |
# HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. | |
# TYPE node_netstat_Icmp6_InErrors untyped | |
node_netstat_Icmp6_InErrors 0 | |
# HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. | |
# TYPE node_netstat_Icmp6_InMsgs untyped | |
node_netstat_Icmp6_InMsgs 1740 | |
# HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. | |
# TYPE node_netstat_Icmp6_OutMsgs untyped | |
node_netstat_Icmp6_OutMsgs 489 | |
# 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 160 | |
# HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. | |
# TYPE node_netstat_Icmp_OutMsgs untyped | |
node_netstat_Icmp_OutMsgs 540 | |
# HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. | |
# TYPE node_netstat_Ip6_InOctets untyped | |
node_netstat_Ip6_InOctets 107968 | |
# HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. | |
# TYPE node_netstat_Ip6_OutOctets untyped | |
node_netstat_Ip6_OutOctets 43780 | |
# HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. | |
# TYPE node_netstat_IpExt_InOctets untyped | |
node_netstat_IpExt_InOctets 1.85521007942e+11 | |
# HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. | |
# TYPE node_netstat_IpExt_OutOctets untyped | |
node_netstat_IpExt_OutOctets 1.88322435545e+11 | |
# HELP node_netstat_Ip_Forwarding Statistic IpForwarding. | |
# TYPE node_netstat_Ip_Forwarding untyped | |
node_netstat_Ip_Forwarding 1 | |
# HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. | |
# TYPE node_netstat_TcpExt_ListenDrops untyped | |
node_netstat_TcpExt_ListenDrops 0 | |
# HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. | |
# TYPE node_netstat_TcpExt_ListenOverflows untyped | |
node_netstat_TcpExt_ListenOverflows 0 | |
# HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. | |
# TYPE node_netstat_TcpExt_SyncookiesFailed untyped | |
node_netstat_TcpExt_SyncookiesFailed 0 | |
# HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. | |
# TYPE node_netstat_TcpExt_SyncookiesRecv untyped | |
node_netstat_TcpExt_SyncookiesRecv 0 | |
# HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. | |
# TYPE node_netstat_TcpExt_SyncookiesSent untyped | |
node_netstat_TcpExt_SyncookiesSent 0 | |
# HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. | |
# TYPE node_netstat_TcpExt_TCPSynRetrans untyped | |
node_netstat_TcpExt_TCPSynRetrans 71 | |
# HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. | |
# TYPE node_netstat_Tcp_ActiveOpens untyped | |
node_netstat_Tcp_ActiveOpens 377954 | |
# HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. | |
# TYPE node_netstat_Tcp_CurrEstab untyped | |
node_netstat_Tcp_CurrEstab 164 | |
# HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. | |
# TYPE node_netstat_Tcp_InErrs untyped | |
node_netstat_Tcp_InErrs 2 | |
# HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. | |
# TYPE node_netstat_Tcp_InSegs untyped | |
node_netstat_Tcp_InSegs 5.8425604e+07 | |
# HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. | |
# TYPE node_netstat_Tcp_OutSegs untyped | |
node_netstat_Tcp_OutSegs 5.6759767e+07 | |
# HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. | |
# TYPE node_netstat_Tcp_PassiveOpens untyped | |
node_netstat_Tcp_PassiveOpens 54362 | |
# HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. | |
# TYPE node_netstat_Tcp_RetransSegs untyped | |
node_netstat_Tcp_RetransSegs 1413 | |
# 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 3.4584865e+07 | |
# HELP node_netstat_Udp_InErrors Statistic UdpInErrors. | |
# TYPE node_netstat_Udp_InErrors untyped | |
node_netstat_Udp_InErrors 0 | |
# HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. | |
# TYPE node_netstat_Udp_NoPorts untyped | |
node_netstat_Udp_NoPorts 43 | |
# HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. | |
# TYPE node_netstat_Udp_OutDatagrams untyped | |
node_netstat_Udp_OutDatagrams 4444 | |
# 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 address_assign_type value of /sys/class/net/<iface>. | |
# TYPE node_network_address_assign_type gauge | |
node_network_address_assign_type{device="cni0"} 3 | |
node_network_address_assign_type{device="docker0"} 3 | |
node_network_address_assign_type{device="eth0"} 0 | |
node_network_address_assign_type{device="flannel.1"} 1 | |
node_network_address_assign_type{device="lo"} 0 | |
node_network_address_assign_type{device="veth04da6feb"} 1 | |
node_network_address_assign_type{device="veth18218526"} 1 | |
node_network_address_assign_type{device="veth20dcb76b"} 1 | |
node_network_address_assign_type{device="veth25c74f0c"} 1 | |
node_network_address_assign_type{device="veth3d341baa"} 1 | |
node_network_address_assign_type{device="veth3deb4dc6"} 1 | |
node_network_address_assign_type{device="veth802a1ecc"} 1 | |
node_network_address_assign_type{device="veth8612a852"} 1 | |
node_network_address_assign_type{device="veth94a744d3"} 1 | |
node_network_address_assign_type{device="vetha716082a"} 1 | |
node_network_address_assign_type{device="vethaaafcdf8"} 1 | |
node_network_address_assign_type{device="vethad29a302"} 1 | |
node_network_address_assign_type{device="vethb5191fd9"} 1 | |
node_network_address_assign_type{device="vethbd5986a8"} 1 | |
node_network_address_assign_type{device="vethc4efa671"} 1 | |
node_network_address_assign_type{device="vethca1b4510"} 1 | |
node_network_address_assign_type{device="vethd2963098"} 1 | |
node_network_address_assign_type{device="vethd3e27f02"} 1 | |
node_network_address_assign_type{device="vethd722c199"} 1 | |
node_network_address_assign_type{device="vethe2c6274a"} 1 | |
node_network_address_assign_type{device="vethe50bd3b9"} 1 | |
node_network_address_assign_type{device="vethe7dc98e5"} 1 | |
node_network_address_assign_type{device="vethfc89e225"} 1 | |
node_network_address_assign_type{device="wlan0"} 0 | |
# HELP node_network_carrier carrier value of /sys/class/net/<iface>. | |
# TYPE node_network_carrier gauge | |
node_network_carrier{device="cni0"} 1 | |
node_network_carrier{device="docker0"} 0 | |
node_network_carrier{device="eth0"} 1 | |
node_network_carrier{device="flannel.1"} 1 | |
node_network_carrier{device="lo"} 1 | |
node_network_carrier{device="veth04da6feb"} 1 | |
node_network_carrier{device="veth18218526"} 1 | |
node_network_carrier{device="veth20dcb76b"} 1 | |
node_network_carrier{device="veth25c74f0c"} 1 | |
node_network_carrier{device="veth3d341baa"} 1 | |
node_network_carrier{device="veth3deb4dc6"} 1 | |
node_network_carrier{device="veth802a1ecc"} 1 | |
node_network_carrier{device="veth8612a852"} 1 | |
node_network_carrier{device="veth94a744d3"} 1 | |
node_network_carrier{device="vetha716082a"} 1 | |
node_network_carrier{device="vethaaafcdf8"} 1 | |
node_network_carrier{device="vethad29a302"} 1 | |
node_network_carrier{device="vethb5191fd9"} 1 | |
node_network_carrier{device="vethbd5986a8"} 1 | |
node_network_carrier{device="vethc4efa671"} 1 | |
node_network_carrier{device="vethca1b4510"} 1 | |
node_network_carrier{device="vethd2963098"} 1 | |
node_network_carrier{device="vethd3e27f02"} 1 | |
node_network_carrier{device="vethd722c199"} 1 | |
node_network_carrier{device="vethe2c6274a"} 1 | |
node_network_carrier{device="vethe50bd3b9"} 1 | |
node_network_carrier{device="vethe7dc98e5"} 1 | |
node_network_carrier{device="vethfc89e225"} 1 | |
# HELP node_network_carrier_changes_total carrier_changes_total value of /sys/class/net/<iface>. | |
# TYPE node_network_carrier_changes_total counter | |
node_network_carrier_changes_total{device="cni0"} 4 | |
node_network_carrier_changes_total{device="docker0"} 1 | |
node_network_carrier_changes_total{device="eth0"} 1 | |
node_network_carrier_changes_total{device="flannel.1"} 0 | |
node_network_carrier_changes_total{device="lo"} 0 | |
node_network_carrier_changes_total{device="veth04da6feb"} 2 | |
node_network_carrier_changes_total{device="veth18218526"} 2 | |
node_network_carrier_changes_total{device="veth20dcb76b"} 2 | |
node_network_carrier_changes_total{device="veth25c74f0c"} 2 | |
node_network_carrier_changes_total{device="veth3d341baa"} 2 | |
node_network_carrier_changes_total{device="veth3deb4dc6"} 2 | |
node_network_carrier_changes_total{device="veth802a1ecc"} 2 | |
node_network_carrier_changes_total{device="veth8612a852"} 2 | |
node_network_carrier_changes_total{device="veth94a744d3"} 2 | |
node_network_carrier_changes_total{device="vetha716082a"} 2 | |
node_network_carrier_changes_total{device="vethaaafcdf8"} 2 | |
node_network_carrier_changes_total{device="vethad29a302"} 2 | |
node_network_carrier_changes_total{device="vethb5191fd9"} 2 | |
node_network_carrier_changes_total{device="vethbd5986a8"} 2 | |
node_network_carrier_changes_total{device="vethc4efa671"} 2 | |
node_network_carrier_changes_total{device="vethca1b4510"} 2 | |
node_network_carrier_changes_total{device="vethd2963098"} 2 | |
node_network_carrier_changes_total{device="vethd3e27f02"} 2 | |
node_network_carrier_changes_total{device="vethd722c199"} 2 | |
node_network_carrier_changes_total{device="vethe2c6274a"} 2 | |
node_network_carrier_changes_total{device="vethe50bd3b9"} 2 | |
node_network_carrier_changes_total{device="vethe7dc98e5"} 2 | |
node_network_carrier_changes_total{device="vethfc89e225"} 2 | |
node_network_carrier_changes_total{device="wlan0"} 0 | |
# HELP node_network_carrier_down_changes_total carrier_down_changes_total value of /sys/class/net/<iface>. | |
# TYPE node_network_carrier_down_changes_total counter | |
node_network_carrier_down_changes_total{device="cni0"} 2 | |
node_network_carrier_down_changes_total{device="docker0"} 1 | |
node_network_carrier_down_changes_total{device="eth0"} 0 | |
node_network_carrier_down_changes_total{device="flannel.1"} 0 | |
node_network_carrier_down_changes_total{device="lo"} 0 | |
node_network_carrier_down_changes_total{device="veth04da6feb"} 1 | |
node_network_carrier_down_changes_total{device="veth18218526"} 1 | |
node_network_carrier_down_changes_total{device="veth20dcb76b"} 1 | |
node_network_carrier_down_changes_total{device="veth25c74f0c"} 1 | |
node_network_carrier_down_changes_total{device="veth3d341baa"} 1 | |
node_network_carrier_down_changes_total{device="veth3deb4dc6"} 1 | |
node_network_carrier_down_changes_total{device="veth802a1ecc"} 1 | |
node_network_carrier_down_changes_total{device="veth8612a852"} 1 | |
node_network_carrier_down_changes_total{device="veth94a744d3"} 1 | |
node_network_carrier_down_changes_total{device="vetha716082a"} 1 | |
node_network_carrier_down_changes_total{device="vethaaafcdf8"} 1 | |
node_network_carrier_down_changes_total{device="vethad29a302"} 1 | |
node_network_carrier_down_changes_total{device="vethb5191fd9"} 1 | |
node_network_carrier_down_changes_total{device="vethbd5986a8"} 1 | |
node_network_carrier_down_changes_total{device="vethc4efa671"} 1 | |
node_network_carrier_down_changes_total{device="vethca1b4510"} 1 | |
node_network_carrier_down_changes_total{device="vethd2963098"} 1 | |
node_network_carrier_down_changes_total{device="vethd3e27f02"} 1 | |
node_network_carrier_down_changes_total{device="vethd722c199"} 1 | |
node_network_carrier_down_changes_total{device="vethe2c6274a"} 1 | |
node_network_carrier_down_changes_total{device="vethe50bd3b9"} 1 | |
node_network_carrier_down_changes_total{device="vethe7dc98e5"} 1 | |
node_network_carrier_down_changes_total{device="vethfc89e225"} 1 | |
node_network_carrier_down_changes_total{device="wlan0"} 0 | |
# HELP node_network_carrier_up_changes_total carrier_up_changes_total value of /sys/class/net/<iface>. | |
# TYPE node_network_carrier_up_changes_total counter | |
node_network_carrier_up_changes_total{device="cni0"} 2 | |
node_network_carrier_up_changes_total{device="docker0"} 0 | |
node_network_carrier_up_changes_total{device="eth0"} 1 | |
node_network_carrier_up_changes_total{device="flannel.1"} 0 | |
node_network_carrier_up_changes_total{device="lo"} 0 | |
node_network_carrier_up_changes_total{device="veth04da6feb"} 1 | |
node_network_carrier_up_changes_total{device="veth18218526"} 1 | |
node_network_carrier_up_changes_total{device="veth20dcb76b"} 1 | |
node_network_carrier_up_changes_total{device="veth25c74f0c"} 1 | |
node_network_carrier_up_changes_total{device="veth3d341baa"} 1 | |
node_network_carrier_up_changes_total{device="veth3deb4dc6"} 1 | |
node_network_carrier_up_changes_total{device="veth802a1ecc"} 1 | |
node_network_carrier_up_changes_total{device="veth8612a852"} 1 | |
node_network_carrier_up_changes_total{device="veth94a744d3"} 1 | |
node_network_carrier_up_changes_total{device="vetha716082a"} 1 | |
node_network_carrier_up_changes_total{device="vethaaafcdf8"} 1 | |
node_network_carrier_up_changes_total{device="vethad29a302"} 1 | |
node_network_carrier_up_changes_total{device="vethb5191fd9"} 1 | |
node_network_carrier_up_changes_total{device="vethbd5986a8"} 1 | |
node_network_carrier_up_changes_total{device="vethc4efa671"} 1 | |
node_network_carrier_up_changes_total{device="vethca1b4510"} 1 | |
node_network_carrier_up_changes_total{device="vethd2963098"} 1 | |
node_network_carrier_up_changes_total{device="vethd3e27f02"} 1 | |
node_network_carrier_up_changes_total{device="vethd722c199"} 1 | |
node_network_carrier_up_changes_total{device="vethe2c6274a"} 1 | |
node_network_carrier_up_changes_total{device="vethe50bd3b9"} 1 | |
node_network_carrier_up_changes_total{device="vethe7dc98e5"} 1 | |
node_network_carrier_up_changes_total{device="vethfc89e225"} 1 | |
node_network_carrier_up_changes_total{device="wlan0"} 0 | |
# HELP node_network_device_id device_id value of /sys/class/net/<iface>. | |
# TYPE node_network_device_id gauge | |
node_network_device_id{device="cni0"} 0 | |
node_network_device_id{device="docker0"} 0 | |
node_network_device_id{device="eth0"} 0 | |
node_network_device_id{device="flannel.1"} 0 | |
node_network_device_id{device="lo"} 0 | |
node_network_device_id{device="veth04da6feb"} 0 | |
node_network_device_id{device="veth18218526"} 0 | |
node_network_device_id{device="veth20dcb76b"} 0 | |
node_network_device_id{device="veth25c74f0c"} 0 | |
node_network_device_id{device="veth3d341baa"} 0 | |
node_network_device_id{device="veth3deb4dc6"} 0 | |
node_network_device_id{device="veth802a1ecc"} 0 | |
node_network_device_id{device="veth8612a852"} 0 | |
node_network_device_id{device="veth94a744d3"} 0 | |
node_network_device_id{device="vetha716082a"} 0 | |
node_network_device_id{device="vethaaafcdf8"} 0 | |
node_network_device_id{device="vethad29a302"} 0 | |
node_network_device_id{device="vethb5191fd9"} 0 | |
node_network_device_id{device="vethbd5986a8"} 0 | |
node_network_device_id{device="vethc4efa671"} 0 | |
node_network_device_id{device="vethca1b4510"} 0 | |
node_network_device_id{device="vethd2963098"} 0 | |
node_network_device_id{device="vethd3e27f02"} 0 | |
node_network_device_id{device="vethd722c199"} 0 | |
node_network_device_id{device="vethe2c6274a"} 0 | |
node_network_device_id{device="vethe50bd3b9"} 0 | |
node_network_device_id{device="vethe7dc98e5"} 0 | |
node_network_device_id{device="vethfc89e225"} 0 | |
node_network_device_id{device="wlan0"} 0 | |
# HELP node_network_dormant dormant value of /sys/class/net/<iface>. | |
# TYPE node_network_dormant gauge | |
node_network_dormant{device="cni0"} 0 | |
node_network_dormant{device="docker0"} 0 | |
node_network_dormant{device="eth0"} 0 | |
node_network_dormant{device="flannel.1"} 0 | |
node_network_dormant{device="lo"} 0 | |
node_network_dormant{device="veth04da6feb"} 0 | |
node_network_dormant{device="veth18218526"} 0 | |
node_network_dormant{device="veth20dcb76b"} 0 | |
node_network_dormant{device="veth25c74f0c"} 0 | |
node_network_dormant{device="veth3d341baa"} 0 | |
node_network_dormant{device="veth3deb4dc6"} 0 | |
node_network_dormant{device="veth802a1ecc"} 0 | |
node_network_dormant{device="veth8612a852"} 0 | |
node_network_dormant{device="veth94a744d3"} 0 | |
node_network_dormant{device="vetha716082a"} 0 | |
node_network_dormant{device="vethaaafcdf8"} 0 | |
node_network_dormant{device="vethad29a302"} 0 | |
node_network_dormant{device="vethb5191fd9"} 0 | |
node_network_dormant{device="vethbd5986a8"} 0 | |
node_network_dormant{device="vethc4efa671"} 0 | |
node_network_dormant{device="vethca1b4510"} 0 | |
node_network_dormant{device="vethd2963098"} 0 | |
node_network_dormant{device="vethd3e27f02"} 0 | |
node_network_dormant{device="vethd722c199"} 0 | |
node_network_dormant{device="vethe2c6274a"} 0 | |
node_network_dormant{device="vethe50bd3b9"} 0 | |
node_network_dormant{device="vethe7dc98e5"} 0 | |
node_network_dormant{device="vethfc89e225"} 0 | |
# HELP node_network_flags flags value of /sys/class/net/<iface>. | |
# TYPE node_network_flags gauge | |
node_network_flags{device="cni0"} 4099 | |
node_network_flags{device="docker0"} 4099 | |
node_network_flags{device="eth0"} 4099 | |
node_network_flags{device="flannel.1"} 4099 | |
node_network_flags{device="lo"} 9 | |
node_network_flags{device="veth04da6feb"} 4867 | |
node_network_flags{device="veth18218526"} 4867 | |
node_network_flags{device="veth20dcb76b"} 4867 | |
node_network_flags{device="veth25c74f0c"} 4867 | |
node_network_flags{device="veth3d341baa"} 4867 | |
node_network_flags{device="veth3deb4dc6"} 4867 | |
node_network_flags{device="veth802a1ecc"} 4867 | |
node_network_flags{device="veth8612a852"} 4867 | |
node_network_flags{device="veth94a744d3"} 4867 | |
node_network_flags{device="vetha716082a"} 4867 | |
node_network_flags{device="vethaaafcdf8"} 4867 | |
node_network_flags{device="vethad29a302"} 4867 | |
node_network_flags{device="vethb5191fd9"} 4867 | |
node_network_flags{device="vethbd5986a8"} 4867 | |
node_network_flags{device="vethc4efa671"} 4867 | |
node_network_flags{device="vethca1b4510"} 4867 | |
node_network_flags{device="vethd2963098"} 4867 | |
node_network_flags{device="vethd3e27f02"} 4867 | |
node_network_flags{device="vethd722c199"} 4867 | |
node_network_flags{device="vethe2c6274a"} 4867 | |
node_network_flags{device="vethe50bd3b9"} 4867 | |
node_network_flags{device="vethe7dc98e5"} 4867 | |
node_network_flags{device="vethfc89e225"} 4867 | |
node_network_flags{device="wlan0"} 4098 | |
# HELP node_network_iface_id iface_id value of /sys/class/net/<iface>. | |
# TYPE node_network_iface_id gauge | |
node_network_iface_id{device="cni0"} 6 | |
node_network_iface_id{device="docker0"} 4 | |
node_network_iface_id{device="eth0"} 2 | |
node_network_iface_id{device="flannel.1"} 5 | |
node_network_iface_id{device="lo"} 1 | |
node_network_iface_id{device="veth04da6feb"} 34 | |
node_network_iface_id{device="veth18218526"} 45 | |
node_network_iface_id{device="veth20dcb76b"} 42 | |
node_network_iface_id{device="veth25c74f0c"} 56 | |
node_network_iface_id{device="veth3d341baa"} 57 | |
node_network_iface_id{device="veth3deb4dc6"} 59 | |
node_network_iface_id{device="veth802a1ecc"} 46 | |
node_network_iface_id{device="veth8612a852"} 36 | |
node_network_iface_id{device="veth94a744d3"} 41 | |
node_network_iface_id{device="vetha716082a"} 44 | |
node_network_iface_id{device="vethaaafcdf8"} 60 | |
node_network_iface_id{device="vethad29a302"} 58 | |
node_network_iface_id{device="vethb5191fd9"} 43 | |
node_network_iface_id{device="vethbd5986a8"} 38 | |
node_network_iface_id{device="vethc4efa671"} 47 | |
node_network_iface_id{device="vethca1b4510"} 40 | |
node_network_iface_id{device="vethd2963098"} 39 | |
node_network_iface_id{device="vethd3e27f02"} 50 | |
node_network_iface_id{device="vethd722c199"} 33 | |
node_network_iface_id{device="vethe2c6274a"} 52 | |
node_network_iface_id{device="vethe50bd3b9"} 35 | |
node_network_iface_id{device="vethe7dc98e5"} 55 | |
node_network_iface_id{device="vethfc89e225"} 37 | |
node_network_iface_id{device="wlan0"} 3 | |
# HELP node_network_iface_link iface_link value of /sys/class/net/<iface>. | |
# TYPE node_network_iface_link gauge | |
node_network_iface_link{device="cni0"} 6 | |
node_network_iface_link{device="docker0"} 4 | |
node_network_iface_link{device="eth0"} 2 | |
node_network_iface_link{device="flannel.1"} 5 | |
node_network_iface_link{device="lo"} 1 | |
node_network_iface_link{device="veth04da6feb"} 3 | |
node_network_iface_link{device="veth18218526"} 3 | |
node_network_iface_link{device="veth20dcb76b"} 3 | |
node_network_iface_link{device="veth25c74f0c"} 3 | |
node_network_iface_link{device="veth3d341baa"} 3 | |
node_network_iface_link{device="veth3deb4dc6"} 3 | |
node_network_iface_link{device="veth802a1ecc"} 3 | |
node_network_iface_link{device="veth8612a852"} 3 | |
node_network_iface_link{device="veth94a744d3"} 3 | |
node_network_iface_link{device="vetha716082a"} 3 | |
node_network_iface_link{device="vethaaafcdf8"} 3 | |
node_network_iface_link{device="vethad29a302"} 3 | |
node_network_iface_link{device="vethb5191fd9"} 3 | |
node_network_iface_link{device="vethbd5986a8"} 3 | |
node_network_iface_link{device="vethc4efa671"} 3 | |
node_network_iface_link{device="vethca1b4510"} 3 | |
node_network_iface_link{device="vethd2963098"} 3 | |
node_network_iface_link{device="vethd3e27f02"} 3 | |
node_network_iface_link{device="vethd722c199"} 3 | |
node_network_iface_link{device="vethe2c6274a"} 3 | |
node_network_iface_link{device="vethe50bd3b9"} 3 | |
node_network_iface_link{device="vethe7dc98e5"} 3 | |
node_network_iface_link{device="vethfc89e225"} 3 | |
node_network_iface_link{device="wlan0"} 3 | |
# HELP node_network_iface_link_mode iface_link_mode value of /sys/class/net/<iface>. | |
# TYPE node_network_iface_link_mode gauge | |
node_network_iface_link_mode{device="cni0"} 0 | |
node_network_iface_link_mode{device="docker0"} 0 | |
node_network_iface_link_mode{device="eth0"} 0 | |
node_network_iface_link_mode{device="flannel.1"} 0 | |
node_network_iface_link_mode{device="lo"} 0 | |
node_network_iface_link_mode{device="veth04da6feb"} 0 | |
node_network_iface_link_mode{device="veth18218526"} 0 | |
node_network_iface_link_mode{device="veth20dcb76b"} 0 | |
node_network_iface_link_mode{device="veth25c74f0c"} 0 | |
node_network_iface_link_mode{device="veth3d341baa"} 0 | |
node_network_iface_link_mode{device="veth3deb4dc6"} 0 | |
node_network_iface_link_mode{device="veth802a1ecc"} 0 | |
node_network_iface_link_mode{device="veth8612a852"} 0 | |
node_network_iface_link_mode{device="veth94a744d3"} 0 | |
node_network_iface_link_mode{device="vetha716082a"} 0 | |
node_network_iface_link_mode{device="vethaaafcdf8"} 0 | |
node_network_iface_link_mode{device="vethad29a302"} 0 | |
node_network_iface_link_mode{device="vethb5191fd9"} 0 | |
node_network_iface_link_mode{device="vethbd5986a8"} 0 | |
node_network_iface_link_mode{device="vethc4efa671"} 0 | |
node_network_iface_link_mode{device="vethca1b4510"} 0 | |
node_network_iface_link_mode{device="vethd2963098"} 0 | |
node_network_iface_link_mode{device="vethd3e27f02"} 0 | |
node_network_iface_link_mode{device="vethd722c199"} 0 | |
node_network_iface_link_mode{device="vethe2c6274a"} 0 | |
node_network_iface_link_mode{device="vethe50bd3b9"} 0 | |
node_network_iface_link_mode{device="vethe7dc98e5"} 0 | |
node_network_iface_link_mode{device="vethfc89e225"} 0 | |
node_network_iface_link_mode{device="wlan0"} 0 | |
# HELP node_network_info Non-numeric data from /sys/class/net/<iface>, value is always 1. | |
# TYPE node_network_info gauge | |
node_network_info{address="00:00:00:00:00:00",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 | |
node_network_info{address="02:42:18:94:ab:e4",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="",ifalias="",operstate="down"} 1 | |
node_network_info{address="0e:6b:98:b0:79:40",broadcast="ff:ff:ff:ff:ff:ff",device="veth18218526",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="1a:e9:ff:bf:17:a4",broadcast="ff:ff:ff:ff:ff:ff",device="vethaaafcdf8",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="1e:a2:37:48:1d:cf",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2c6274a",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="26:de:65:81:1c:2b",broadcast="ff:ff:ff:ff:ff:ff",device="vethfc89e225",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="2a:5f:dd:84:e8:03",broadcast="ff:ff:ff:ff:ff:ff",device="veth20dcb76b",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="3a:8e:15:1e:71:10",broadcast="ff:ff:ff:ff:ff:ff",device="veth3deb4dc6",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="3a:c8:eb:ed:c1:76",broadcast="ff:ff:ff:ff:ff:ff",device="vethad29a302",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="46:4e:d7:64:b8:85",broadcast="ff:ff:ff:ff:ff:ff",device="veth94a744d3",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="4a:f5:1b:b8:3c:29",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3e27f02",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="4e:84:17:3f:f4:81",broadcast="ff:ff:ff:ff:ff:ff",device="cni0",duplex="",ifalias="",operstate="up"} 1 | |
node_network_info{address="5a:39:c4:79:ee:a7",broadcast="ff:ff:ff:ff:ff:ff",device="vethca1b4510",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="6a:3a:04:34:69:62",broadcast="ff:ff:ff:ff:ff:ff",device="vethc4efa671",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="6a:90:26:13:55:57",broadcast="ff:ff:ff:ff:ff:ff",device="vetha716082a",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="8e:03:1a:81:07:ff",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2963098",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="92:9e:10:48:49:e8",broadcast="ff:ff:ff:ff:ff:ff",device="vethb5191fd9",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="96:04:96:ea:28:b0",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d341baa",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="96:d9:b5:aa:71:26",broadcast="ff:ff:ff:ff:ff:ff",device="vethe50bd3b9",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="a2:06:a3:20:c9:33",broadcast="ff:ff:ff:ff:ff:ff",device="veth04da6feb",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="a6:8f:f5:5b:93:23",broadcast="ff:ff:ff:ff:ff:ff",device="vethd722c199",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="a6:95:be:4b:6b:75",broadcast="ff:ff:ff:ff:ff:ff",device="flannel.1",duplex="",ifalias="",operstate="unknown"} 1 | |
node_network_info{address="aa:41:69:0b:6d:3f",broadcast="ff:ff:ff:ff:ff:ff",device="veth25c74f0c",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="ae:39:92:0c:45:cd",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7dc98e5",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="d2:95:e3:c8:92:5e",broadcast="ff:ff:ff:ff:ff:ff",device="veth802a1ecc",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="dc:a6:32:90:8a:5b",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="dc:a6:32:90:8a:5c",broadcast="ff:ff:ff:ff:ff:ff",device="wlan0",duplex="",ifalias="",operstate="down"} 1 | |
node_network_info{address="fa:af:e7:62:f6:94",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd5986a8",duplex="full",ifalias="",operstate="up"} 1 | |
node_network_info{address="fe:d9:d2:1f:d9:b3",broadcast="ff:ff:ff:ff:ff:ff",device="veth8612a852",duplex="full",ifalias="",operstate="up"} 1 | |
# HELP node_network_mtu_bytes mtu_bytes value of /sys/class/net/<iface>. | |
# TYPE node_network_mtu_bytes gauge | |
node_network_mtu_bytes{device="cni0"} 1450 | |
node_network_mtu_bytes{device="docker0"} 1500 | |
node_network_mtu_bytes{device="eth0"} 1500 | |
node_network_mtu_bytes{device="flannel.1"} 1450 | |
node_network_mtu_bytes{device="lo"} 65536 | |
node_network_mtu_bytes{device="veth04da6feb"} 1450 | |
node_network_mtu_bytes{device="veth18218526"} 1450 | |
node_network_mtu_bytes{device="veth20dcb76b"} 1450 | |
node_network_mtu_bytes{device="veth25c74f0c"} 1450 | |
node_network_mtu_bytes{device="veth3d341baa"} 1450 | |
node_network_mtu_bytes{device="veth3deb4dc6"} 1450 | |
node_network_mtu_bytes{device="veth802a1ecc"} 1450 | |
node_network_mtu_bytes{device="veth8612a852"} 1450 | |
node_network_mtu_bytes{device="veth94a744d3"} 1450 | |
node_network_mtu_bytes{device="vetha716082a"} 1450 | |
node_network_mtu_bytes{device="vethaaafcdf8"} 1450 | |
node_network_mtu_bytes{device="vethad29a302"} 1450 | |
node_network_mtu_bytes{device="vethb5191fd9"} 1450 | |
node_network_mtu_bytes{device="vethbd5986a8"} 1450 | |
node_network_mtu_bytes{device="vethc4efa671"} 1450 | |
node_network_mtu_bytes{device="vethca1b4510"} 1450 | |
node_network_mtu_bytes{device="vethd2963098"} 1450 | |
node_network_mtu_bytes{device="vethd3e27f02"} 1450 | |
node_network_mtu_bytes{device="vethd722c199"} 1450 | |
node_network_mtu_bytes{device="vethe2c6274a"} 1450 | |
node_network_mtu_bytes{device="vethe50bd3b9"} 1450 | |
node_network_mtu_bytes{device="vethe7dc98e5"} 1450 | |
node_network_mtu_bytes{device="vethfc89e225"} 1450 | |
node_network_mtu_bytes{device="wlan0"} 1500 | |
# HELP node_network_name_assign_type name_assign_type value of /sys/class/net/<iface>. | |
# TYPE node_network_name_assign_type gauge | |
node_network_name_assign_type{device="cni0"} 3 | |
node_network_name_assign_type{device="docker0"} 3 | |
node_network_name_assign_type{device="flannel.1"} 3 | |
node_network_name_assign_type{device="veth04da6feb"} 3 | |
node_network_name_assign_type{device="veth18218526"} 3 | |
node_network_name_assign_type{device="veth20dcb76b"} 3 | |
node_network_name_assign_type{device="veth25c74f0c"} 3 | |
node_network_name_assign_type{device="veth3d341baa"} 3 | |
node_network_name_assign_type{device="veth3deb4dc6"} 3 | |
node_network_name_assign_type{device="veth802a1ecc"} 3 | |
node_network_name_assign_type{device="veth8612a852"} 3 | |
node_network_name_assign_type{device="veth94a744d3"} 3 | |
node_network_name_assign_type{device="vetha716082a"} 3 | |
node_network_name_assign_type{device="vethaaafcdf8"} 3 | |
node_network_name_assign_type{device="vethad29a302"} 3 | |
node_network_name_assign_type{device="vethb5191fd9"} 3 | |
node_network_name_assign_type{device="vethbd5986a8"} 3 | |
node_network_name_assign_type{device="vethc4efa671"} 3 | |
node_network_name_assign_type{device="vethca1b4510"} 3 | |
node_network_name_assign_type{device="vethd2963098"} 3 | |
node_network_name_assign_type{device="vethd3e27f02"} 3 | |
node_network_name_assign_type{device="vethd722c199"} 3 | |
node_network_name_assign_type{device="vethe2c6274a"} 3 | |
node_network_name_assign_type{device="vethe50bd3b9"} 3 | |
node_network_name_assign_type{device="vethe7dc98e5"} 3 | |
node_network_name_assign_type{device="vethfc89e225"} 3 | |
# HELP node_network_net_dev_group net_dev_group value of /sys/class/net/<iface>. | |
# TYPE node_network_net_dev_group gauge | |
node_network_net_dev_group{device="cni0"} 0 | |
node_network_net_dev_group{device="docker0"} 0 | |
node_network_net_dev_group{device="eth0"} 0 | |
node_network_net_dev_group{device="flannel.1"} 0 | |
node_network_net_dev_group{device="lo"} 0 | |
node_network_net_dev_group{device="veth04da6feb"} 0 | |
node_network_net_dev_group{device="veth18218526"} 0 | |
node_network_net_dev_group{device="veth20dcb76b"} 0 | |
node_network_net_dev_group{device="veth25c74f0c"} 0 | |
node_network_net_dev_group{device="veth3d341baa"} 0 | |
node_network_net_dev_group{device="veth3deb4dc6"} 0 | |
node_network_net_dev_group{device="veth802a1ecc"} 0 | |
node_network_net_dev_group{device="veth8612a852"} 0 | |
node_network_net_dev_group{device="veth94a744d3"} 0 | |
node_network_net_dev_group{device="vetha716082a"} 0 | |
node_network_net_dev_group{device="vethaaafcdf8"} 0 | |
node_network_net_dev_group{device="vethad29a302"} 0 | |
node_network_net_dev_group{device="vethb5191fd9"} 0 | |
node_network_net_dev_group{device="vethbd5986a8"} 0 | |
node_network_net_dev_group{device="vethc4efa671"} 0 | |
node_network_net_dev_group{device="vethca1b4510"} 0 | |
node_network_net_dev_group{device="vethd2963098"} 0 | |
node_network_net_dev_group{device="vethd3e27f02"} 0 | |
node_network_net_dev_group{device="vethd722c199"} 0 | |
node_network_net_dev_group{device="vethe2c6274a"} 0 | |
node_network_net_dev_group{device="vethe50bd3b9"} 0 | |
node_network_net_dev_group{device="vethe7dc98e5"} 0 | |
node_network_net_dev_group{device="vethfc89e225"} 0 | |
node_network_net_dev_group{device="wlan0"} 0 | |
# HELP node_network_protocol_type protocol_type value of /sys/class/net/<iface>. | |
# TYPE node_network_protocol_type gauge | |
node_network_protocol_type{device="cni0"} 1 | |
node_network_protocol_type{device="docker0"} 1 | |
node_network_protocol_type{device="eth0"} 1 | |
node_network_protocol_type{device="flannel.1"} 1 | |
node_network_protocol_type{device="lo"} 772 | |
node_network_protocol_type{device="veth04da6feb"} 1 | |
node_network_protocol_type{device="veth18218526"} 1 | |
node_network_protocol_type{device="veth20dcb76b"} 1 | |
node_network_protocol_type{device="veth25c74f0c"} 1 | |
node_network_protocol_type{device="veth3d341baa"} 1 | |
node_network_protocol_type{device="veth3deb4dc6"} 1 | |
node_network_protocol_type{device="veth802a1ecc"} 1 | |
node_network_protocol_type{device="veth8612a852"} 1 | |
node_network_protocol_type{device="veth94a744d3"} 1 | |
node_network_protocol_type{device="vetha716082a"} 1 | |
node_network_protocol_type{device="vethaaafcdf8"} 1 | |
node_network_protocol_type{device="vethad29a302"} 1 | |
node_network_protocol_type{device="vethb5191fd9"} 1 | |
node_network_protocol_type{device="vethbd5986a8"} 1 | |
node_network_protocol_type{device="vethc4efa671"} 1 | |
node_network_protocol_type{device="vethca1b4510"} 1 | |
node_network_protocol_type{device="vethd2963098"} 1 | |
node_network_protocol_type{device="vethd3e27f02"} 1 | |
node_network_protocol_type{device="vethd722c199"} 1 | |
node_network_protocol_type{device="vethe2c6274a"} 1 | |
node_network_protocol_type{device="vethe50bd3b9"} 1 | |
node_network_protocol_type{device="vethe7dc98e5"} 1 | |
node_network_protocol_type{device="vethfc89e225"} 1 | |
node_network_protocol_type{device="wlan0"} 1 | |
# HELP node_network_receive_bytes_total Network device statistic receive_bytes. | |
# TYPE node_network_receive_bytes_total counter | |
node_network_receive_bytes_total{device="cni0"} 4.683990916e+10 | |
node_network_receive_bytes_total{device="docker0"} 0 | |
node_network_receive_bytes_total{device="eth0"} 1.31802641059e+11 | |
node_network_receive_bytes_total{device="flannel.1"} 1.090008754e+10 | |
node_network_receive_bytes_total{device="lo"} 6.51442583e+08 | |
node_network_receive_bytes_total{device="veth04da6feb"} 2.542968076e+09 | |
node_network_receive_bytes_total{device="veth18218526"} 9.8159801e+07 | |
node_network_receive_bytes_total{device="veth20dcb76b"} 2.44565579e+08 | |
node_network_receive_bytes_total{device="veth25c74f0c"} 3.6545242e+07 | |
node_network_receive_bytes_total{device="veth3d341baa"} 1.148958244e+09 | |
node_network_receive_bytes_total{device="veth3deb4dc6"} 2.9022396e+07 | |
node_network_receive_bytes_total{device="veth802a1ecc"} 8.5976659e+07 | |
node_network_receive_bytes_total{device="veth8612a852"} 21568 | |
node_network_receive_bytes_total{device="veth94a744d3"} 3.126301e+06 | |
node_network_receive_bytes_total{device="vetha716082a"} 1.83950836e+08 | |
node_network_receive_bytes_total{device="vethaaafcdf8"} 3.6012098e+07 | |
node_network_receive_bytes_total{device="vethad29a302"} 1.903559e+06 | |
node_network_receive_bytes_total{device="vethb5191fd9"} 1.80392314e+08 | |
node_network_receive_bytes_total{device="vethbd5986a8"} 4.54451998e+08 | |
node_network_receive_bytes_total{device="vethc4efa671"} 8.51878054e+08 | |
node_network_receive_bytes_total{device="vethca1b4510"} 9.8855141e+07 | |
node_network_receive_bytes_total{device="vethd2963098"} 3.1588985493e+10 | |
node_network_receive_bytes_total{device="vethd3e27f02"} 1.023066807e+10 | |
node_network_receive_bytes_total{device="vethd722c199"} 5948 | |
node_network_receive_bytes_total{device="vethe2c6274a"} 7.1724036e+07 | |
node_network_receive_bytes_total{device="vethe50bd3b9"} 3.667061e+06 | |
node_network_receive_bytes_total{device="vethe7dc98e5"} 4.05923219e+08 | |
node_network_receive_bytes_total{device="vethfc89e225"} 2.78570424e+08 | |
node_network_receive_bytes_total{device="wlan0"} 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="cni0"} 0 | |
node_network_receive_compressed_total{device="docker0"} 0 | |
node_network_receive_compressed_total{device="eth0"} 0 | |
node_network_receive_compressed_total{device="flannel.1"} 0 | |
node_network_receive_compressed_total{device="lo"} 0 | |
node_network_receive_compressed_total{device="veth04da6feb"} 0 | |
node_network_receive_compressed_total{device="veth18218526"} 0 | |
node_network_receive_compressed_total{device="veth20dcb76b"} 0 | |
node_network_receive_compressed_total{device="veth25c74f0c"} 0 | |
node_network_receive_compressed_total{device="veth3d341baa"} 0 | |
node_network_receive_compressed_total{device="veth3deb4dc6"} 0 | |
node_network_receive_compressed_total{device="veth802a1ecc"} 0 | |
node_network_receive_compressed_total{device="veth8612a852"} 0 | |
node_network_receive_compressed_total{device="veth94a744d3"} 0 | |
node_network_receive_compressed_total{device="vetha716082a"} 0 | |
node_network_receive_compressed_total{device="vethaaafcdf8"} 0 | |
node_network_receive_compressed_total{device="vethad29a302"} 0 | |
node_network_receive_compressed_total{device="vethb5191fd9"} 0 | |
node_network_receive_compressed_total{device="vethbd5986a8"} 0 | |
node_network_receive_compressed_total{device="vethc4efa671"} 0 | |
node_network_receive_compressed_total{device="vethca1b4510"} 0 | |
node_network_receive_compressed_total{device="vethd2963098"} 0 | |
node_network_receive_compressed_total{device="vethd3e27f02"} 0 | |
node_network_receive_compressed_total{device="vethd722c199"} 0 | |
node_network_receive_compressed_total{device="vethe2c6274a"} 0 | |
node_network_receive_compressed_total{device="vethe50bd3b9"} 0 | |
node_network_receive_compressed_total{device="vethe7dc98e5"} 0 | |
node_network_receive_compressed_total{device="vethfc89e225"} 0 | |
node_network_receive_compressed_total{device="wlan0"} 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="cni0"} 0 | |
node_network_receive_drop_total{device="docker0"} 0 | |
node_network_receive_drop_total{device="eth0"} 33840 | |
node_network_receive_drop_total{device="flannel.1"} 0 | |
node_network_receive_drop_total{device="lo"} 0 | |
node_network_receive_drop_total{device="veth04da6feb"} 0 | |
node_network_receive_drop_total{device="veth18218526"} 0 | |
node_network_receive_drop_total{device="veth20dcb76b"} 0 | |
node_network_receive_drop_total{device="veth25c74f0c"} 0 | |
node_network_receive_drop_total{device="veth3d341baa"} 0 | |
node_network_receive_drop_total{device="veth3deb4dc6"} 0 | |
node_network_receive_drop_total{device="veth802a1ecc"} 0 | |
node_network_receive_drop_total{device="veth8612a852"} 0 | |
node_network_receive_drop_total{device="veth94a744d3"} 0 | |
node_network_receive_drop_total{device="vetha716082a"} 0 | |
node_network_receive_drop_total{device="vethaaafcdf8"} 0 | |
node_network_receive_drop_total{device="vethad29a302"} 0 | |
node_network_receive_drop_total{device="vethb5191fd9"} 0 | |
node_network_receive_drop_total{device="vethbd5986a8"} 0 | |
node_network_receive_drop_total{device="vethc4efa671"} 0 | |
node_network_receive_drop_total{device="vethca1b4510"} 0 | |
node_network_receive_drop_total{device="vethd2963098"} 0 | |
node_network_receive_drop_total{device="vethd3e27f02"} 0 | |
node_network_receive_drop_total{device="vethd722c199"} 0 | |
node_network_receive_drop_total{device="vethe2c6274a"} 0 | |
node_network_receive_drop_total{device="vethe50bd3b9"} 0 | |
node_network_receive_drop_total{device="vethe7dc98e5"} 0 | |
node_network_receive_drop_total{device="vethfc89e225"} 0 | |
node_network_receive_drop_total{device="wlan0"} 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="cni0"} 0 | |
node_network_receive_errs_total{device="docker0"} 0 | |
node_network_receive_errs_total{device="eth0"} 33840 | |
node_network_receive_errs_total{device="flannel.1"} 0 | |
node_network_receive_errs_total{device="lo"} 0 | |
node_network_receive_errs_total{device="veth04da6feb"} 0 | |
node_network_receive_errs_total{device="veth18218526"} 0 | |
node_network_receive_errs_total{device="veth20dcb76b"} 0 | |
node_network_receive_errs_total{device="veth25c74f0c"} 0 | |
node_network_receive_errs_total{device="veth3d341baa"} 0 | |
node_network_receive_errs_total{device="veth3deb4dc6"} 0 | |
node_network_receive_errs_total{device="veth802a1ecc"} 0 | |
node_network_receive_errs_total{device="veth8612a852"} 0 | |
node_network_receive_errs_total{device="veth94a744d3"} 0 | |
node_network_receive_errs_total{device="vetha716082a"} 0 | |
node_network_receive_errs_total{device="vethaaafcdf8"} 0 | |
node_network_receive_errs_total{device="vethad29a302"} 0 | |
node_network_receive_errs_total{device="vethb5191fd9"} 0 | |
node_network_receive_errs_total{device="vethbd5986a8"} 0 | |
node_network_receive_errs_total{device="vethc4efa671"} 0 | |
node_network_receive_errs_total{device="vethca1b4510"} 0 | |
node_network_receive_errs_total{device="vethd2963098"} 0 | |
node_network_receive_errs_total{device="vethd3e27f02"} 0 | |
node_network_receive_errs_total{device="vethd722c199"} 0 | |
node_network_receive_errs_total{device="vethe2c6274a"} 0 | |
node_network_receive_errs_total{device="vethe50bd3b9"} 0 | |
node_network_receive_errs_total{device="vethe7dc98e5"} 0 | |
node_network_receive_errs_total{device="vethfc89e225"} 0 | |
node_network_receive_errs_total{device="wlan0"} 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="cni0"} 0 | |
node_network_receive_fifo_total{device="docker0"} 0 | |
node_network_receive_fifo_total{device="eth0"} 0 | |
node_network_receive_fifo_total{device="flannel.1"} 0 | |
node_network_receive_fifo_total{device="lo"} 0 | |
node_network_receive_fifo_total{device="veth04da6feb"} 0 | |
node_network_receive_fifo_total{device="veth18218526"} 0 | |
node_network_receive_fifo_total{device="veth20dcb76b"} 0 | |
node_network_receive_fifo_total{device="veth25c74f0c"} 0 | |
node_network_receive_fifo_total{device="veth3d341baa"} 0 | |
node_network_receive_fifo_total{device="veth3deb4dc6"} 0 | |
node_network_receive_fifo_total{device="veth802a1ecc"} 0 | |
node_network_receive_fifo_total{device="veth8612a852"} 0 | |
node_network_receive_fifo_total{device="veth94a744d3"} 0 | |
node_network_receive_fifo_total{device="vetha716082a"} 0 | |
node_network_receive_fifo_total{device="vethaaafcdf8"} 0 | |
node_network_receive_fifo_total{device="vethad29a302"} 0 | |
node_network_receive_fifo_total{device="vethb5191fd9"} 0 | |
node_network_receive_fifo_total{device="vethbd5986a8"} 0 | |
node_network_receive_fifo_total{device="vethc4efa671"} 0 | |
node_network_receive_fifo_total{device="vethca1b4510"} 0 | |
node_network_receive_fifo_total{device="vethd2963098"} 0 | |
node_network_receive_fifo_total{device="vethd3e27f02"} 0 | |
node_network_receive_fifo_total{device="vethd722c199"} 0 | |
node_network_receive_fifo_total{device="vethe2c6274a"} 0 | |
node_network_receive_fifo_total{device="vethe50bd3b9"} 0 | |
node_network_receive_fifo_total{device="vethe7dc98e5"} 0 | |
node_network_receive_fifo_total{device="vethfc89e225"} 0 | |
node_network_receive_fifo_total{device="wlan0"} 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="cni0"} 0 | |
node_network_receive_frame_total{device="docker0"} 0 | |
node_network_receive_frame_total{device="eth0"} 0 | |
node_network_receive_frame_total{device="flannel.1"} 0 | |
node_network_receive_frame_total{device="lo"} 0 | |
node_network_receive_frame_total{device="veth04da6feb"} 0 | |
node_network_receive_frame_total{device="veth18218526"} 0 | |
node_network_receive_frame_total{device="veth20dcb76b"} 0 | |
node_network_receive_frame_total{device="veth25c74f0c"} 0 | |
node_network_receive_frame_total{device="veth3d341baa"} 0 | |
node_network_receive_frame_total{device="veth3deb4dc6"} 0 | |
node_network_receive_frame_total{device="veth802a1ecc"} 0 | |
node_network_receive_frame_total{device="veth8612a852"} 0 | |
node_network_receive_frame_total{device="veth94a744d3"} 0 | |
node_network_receive_frame_total{device="vetha716082a"} 0 | |
node_network_receive_frame_total{device="vethaaafcdf8"} 0 | |
node_network_receive_frame_total{device="vethad29a302"} 0 | |
node_network_receive_frame_total{device="vethb5191fd9"} 0 | |
node_network_receive_frame_total{device="vethbd5986a8"} 0 | |
node_network_receive_frame_total{device="vethc4efa671"} 0 | |
node_network_receive_frame_total{device="vethca1b4510"} 0 | |
node_network_receive_frame_total{device="vethd2963098"} 0 | |
node_network_receive_frame_total{device="vethd3e27f02"} 0 | |
node_network_receive_frame_total{device="vethd722c199"} 0 | |
node_network_receive_frame_total{device="vethe2c6274a"} 0 | |
node_network_receive_frame_total{device="vethe50bd3b9"} 0 | |
node_network_receive_frame_total{device="vethe7dc98e5"} 0 | |
node_network_receive_frame_total{device="vethfc89e225"} 0 | |
node_network_receive_frame_total{device="wlan0"} 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="cni0"} 1781 | |
node_network_receive_multicast_total{device="docker0"} 0 | |
node_network_receive_multicast_total{device="eth0"} 132849 | |
node_network_receive_multicast_total{device="flannel.1"} 0 | |
node_network_receive_multicast_total{device="lo"} 0 | |
node_network_receive_multicast_total{device="veth04da6feb"} 0 | |
node_network_receive_multicast_total{device="veth18218526"} 0 | |
node_network_receive_multicast_total{device="veth20dcb76b"} 0 | |
node_network_receive_multicast_total{device="veth25c74f0c"} 0 | |
node_network_receive_multicast_total{device="veth3d341baa"} 0 | |
node_network_receive_multicast_total{device="veth3deb4dc6"} 0 | |
node_network_receive_multicast_total{device="veth802a1ecc"} 0 | |
node_network_receive_multicast_total{device="veth8612a852"} 0 | |
node_network_receive_multicast_total{device="veth94a744d3"} 0 | |
node_network_receive_multicast_total{device="vetha716082a"} 0 | |
node_network_receive_multicast_total{device="vethaaafcdf8"} 0 | |
node_network_receive_multicast_total{device="vethad29a302"} 0 | |
node_network_receive_multicast_total{device="vethb5191fd9"} 0 | |
node_network_receive_multicast_total{device="vethbd5986a8"} 0 | |
node_network_receive_multicast_total{device="vethc4efa671"} 0 | |
node_network_receive_multicast_total{device="vethca1b4510"} 0 | |
node_network_receive_multicast_total{device="vethd2963098"} 0 | |
node_network_receive_multicast_total{device="vethd3e27f02"} 0 | |
node_network_receive_multicast_total{device="vethd722c199"} 0 | |
node_network_receive_multicast_total{device="vethe2c6274a"} 0 | |
node_network_receive_multicast_total{device="vethe50bd3b9"} 0 | |
node_network_receive_multicast_total{device="vethe7dc98e5"} 0 | |
node_network_receive_multicast_total{device="vethfc89e225"} 0 | |
node_network_receive_multicast_total{device="wlan0"} 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="cni0"} 5.4963945e+07 | |
node_network_receive_packets_total{device="docker0"} 0 | |
node_network_receive_packets_total{device="eth0"} 1.275673e+08 | |
node_network_receive_packets_total{device="flannel.1"} 3.4580465e+07 | |
node_network_receive_packets_total{device="lo"} 1.8446e+06 | |
node_network_receive_packets_total{device="veth04da6feb"} 1.4698102e+07 | |
node_network_receive_packets_total{device="veth18218526"} 138459 | |
node_network_receive_packets_total{device="veth20dcb76b"} 238713 | |
node_network_receive_packets_total{device="veth25c74f0c"} 129597 | |
node_network_receive_packets_total{device="veth3d341baa"} 1.338449e+06 | |
node_network_receive_packets_total{device="veth3deb4dc6"} 76590 | |
node_network_receive_packets_total{device="veth802a1ecc"} 423982 | |
node_network_receive_packets_total{device="veth8612a852"} 185 | |
node_network_receive_packets_total{device="veth94a744d3"} 28184 | |
node_network_receive_packets_total{device="vetha716082a"} 227266 | |
node_network_receive_packets_total{device="vethaaafcdf8"} 318817 | |
node_network_receive_packets_total{device="vethad29a302"} 13632 | |
node_network_receive_packets_total{device="vethb5191fd9"} 216237 | |
node_network_receive_packets_total{device="vethbd5986a8"} 2.424138e+06 | |
node_network_receive_packets_total{device="vethc4efa671"} 1.150956e+06 | |
node_network_receive_packets_total{device="vethca1b4510"} 1.072643e+06 | |
node_network_receive_packets_total{device="vethd2963098"} 3.4941727e+07 | |
node_network_receive_packets_total{device="vethd3e27f02"} 8.115544e+06 | |
node_network_receive_packets_total{device="vethd722c199"} 84 | |
node_network_receive_packets_total{device="vethe2c6274a"} 272813 | |
node_network_receive_packets_total{device="vethe50bd3b9"} 48785 | |
node_network_receive_packets_total{device="vethe7dc98e5"} 599982 | |
node_network_receive_packets_total{device="vethfc89e225"} 473524 | |
node_network_receive_packets_total{device="wlan0"} 0 | |
# HELP node_network_speed_bytes speed_bytes value of /sys/class/net/<iface>. | |
# TYPE node_network_speed_bytes gauge | |
node_network_speed_bytes{device="eth0"} 1.25e+08 | |
node_network_speed_bytes{device="veth04da6feb"} 1.25e+09 | |
node_network_speed_bytes{device="veth18218526"} 1.25e+09 | |
node_network_speed_bytes{device="veth20dcb76b"} 1.25e+09 | |
node_network_speed_bytes{device="veth25c74f0c"} 1.25e+09 | |
node_network_speed_bytes{device="veth3d341baa"} 1.25e+09 | |
node_network_speed_bytes{device="veth3deb4dc6"} 1.25e+09 | |
node_network_speed_bytes{device="veth802a1ecc"} 1.25e+09 | |
node_network_speed_bytes{device="veth8612a852"} 1.25e+09 | |
node_network_speed_bytes{device="veth94a744d3"} 1.25e+09 | |
node_network_speed_bytes{device="vetha716082a"} 1.25e+09 | |
node_network_speed_bytes{device="vethaaafcdf8"} 1.25e+09 | |
node_network_speed_bytes{device="vethad29a302"} 1.25e+09 | |
node_network_speed_bytes{device="vethb5191fd9"} 1.25e+09 | |
node_network_speed_bytes{device="vethbd5986a8"} 1.25e+09 | |
node_network_speed_bytes{device="vethc4efa671"} 1.25e+09 | |
node_network_speed_bytes{device="vethca1b4510"} 1.25e+09 | |
node_network_speed_bytes{device="vethd2963098"} 1.25e+09 | |
node_network_speed_bytes{device="vethd3e27f02"} 1.25e+09 | |
node_network_speed_bytes{device="vethd722c199"} 1.25e+09 | |
node_network_speed_bytes{device="vethe2c6274a"} 1.25e+09 | |
node_network_speed_bytes{device="vethe50bd3b9"} 1.25e+09 | |
node_network_speed_bytes{device="vethe7dc98e5"} 1.25e+09 | |
node_network_speed_bytes{device="vethfc89e225"} 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="cni0"} 3.5564783893e+10 | |
node_network_transmit_bytes_total{device="docker0"} 0 | |
node_network_transmit_bytes_total{device="eth0"} 6.3882676372e+10 | |
node_network_transmit_bytes_total{device="flannel.1"} 3.7084336632e+10 | |
node_network_transmit_bytes_total{device="lo"} 6.51442583e+08 | |
node_network_transmit_bytes_total{device="veth04da6feb"} 2.960391978e+09 | |
node_network_transmit_bytes_total{device="veth18218526"} 6.3058542e+07 | |
node_network_transmit_bytes_total{device="veth20dcb76b"} 2.1936908e+07 | |
node_network_transmit_bytes_total{device="veth25c74f0c"} 6.5209709e+07 | |
node_network_transmit_bytes_total{device="veth3d341baa"} 1.429847637e+09 | |
node_network_transmit_bytes_total{device="veth3deb4dc6"} 4.0617644e+07 | |
node_network_transmit_bytes_total{device="veth802a1ecc"} 6.7532882e+07 | |
node_network_transmit_bytes_total{device="veth8612a852"} 357392 | |
node_network_transmit_bytes_total{device="veth94a744d3"} 3.195296e+06 | |
node_network_transmit_bytes_total{device="vetha716082a"} 1.12248341e+08 | |
node_network_transmit_bytes_total{device="vethaaafcdf8"} 2.41137122e+08 | |
node_network_transmit_bytes_total{device="vethad29a302"} 1.518491e+06 | |
node_network_transmit_bytes_total{device="vethb5191fd9"} 1.0837951e+08 | |
node_network_transmit_bytes_total{device="vethbd5986a8"} 3.704356698e+09 | |
node_network_transmit_bytes_total{device="vethc4efa671"} 2.53032921e+08 | |
node_network_transmit_bytes_total{device="vethca1b4510"} 1.85344625e+08 | |
node_network_transmit_bytes_total{device="vethd2963098"} 1.7920017093e+10 | |
node_network_transmit_bytes_total{device="vethd3e27f02"} 8.499442615e+09 | |
node_network_transmit_bytes_total{device="vethd722c199"} 296493 | |
node_network_transmit_bytes_total{device="vethe2c6274a"} 3.3431155e+07 | |
node_network_transmit_bytes_total{device="vethe50bd3b9"} 2.3401933e+07 | |
node_network_transmit_bytes_total{device="vethe7dc98e5"} 6.53221467e+08 | |
node_network_transmit_bytes_total{device="vethfc89e225"} 4.0797596e+07 | |
node_network_transmit_bytes_total{device="wlan0"} 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="cni0"} 0 | |
node_network_transmit_carrier_total{device="docker0"} 0 | |
node_network_transmit_carrier_total{device="eth0"} 0 | |
node_network_transmit_carrier_total{device="flannel.1"} 0 | |
node_network_transmit_carrier_total{device="lo"} 0 | |
node_network_transmit_carrier_total{device="veth04da6feb"} 0 | |
node_network_transmit_carrier_total{device="veth18218526"} 0 | |
node_network_transmit_carrier_total{device="veth20dcb76b"} 0 | |
node_network_transmit_carrier_total{device="veth25c74f0c"} 0 | |
node_network_transmit_carrier_total{device="veth3d341baa"} 0 | |
node_network_transmit_carrier_total{device="veth3deb4dc6"} 0 | |
node_network_transmit_carrier_total{device="veth802a1ecc"} 0 | |
node_network_transmit_carrier_total{device="veth8612a852"} 0 | |
node_network_transmit_carrier_total{device="veth94a744d3"} 0 | |
node_network_transmit_carrier_total{device="vetha716082a"} 0 | |
node_network_transmit_carrier_total{device="vethaaafcdf8"} 0 | |
node_network_transmit_carrier_total{device="vethad29a302"} 0 | |
node_network_transmit_carrier_total{device="vethb5191fd9"} 0 | |
node_network_transmit_carrier_total{device="vethbd5986a8"} 0 | |
node_network_transmit_carrier_total{device="vethc4efa671"} 0 | |
node_network_transmit_carrier_total{device="vethca1b4510"} 0 | |
node_network_transmit_carrier_total{device="vethd2963098"} 0 | |
node_network_transmit_carrier_total{device="vethd3e27f02"} 0 | |
node_network_transmit_carrier_total{device="vethd722c199"} 0 | |
node_network_transmit_carrier_total{device="vethe2c6274a"} 0 | |
node_network_transmit_carrier_total{device="vethe50bd3b9"} 0 | |
node_network_transmit_carrier_total{device="vethe7dc98e5"} 0 | |
node_network_transmit_carrier_total{device="vethfc89e225"} 0 | |
node_network_transmit_carrier_total{device="wlan0"} 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="cni0"} 0 | |
node_network_transmit_colls_total{device="docker0"} 0 | |
node_network_transmit_colls_total{device="eth0"} 0 | |
node_network_transmit_colls_total{device="flannel.1"} 0 | |
node_network_transmit_colls_total{device="lo"} 0 | |
node_network_transmit_colls_total{device="veth04da6feb"} 0 | |
node_network_transmit_colls_total{device="veth18218526"} 0 | |
node_network_transmit_colls_total{device="veth20dcb76b"} 0 | |
node_network_transmit_colls_total{device="veth25c74f0c"} 0 | |
node_network_transmit_colls_total{device="veth3d341baa"} 0 | |
node_network_transmit_colls_total{device="veth3deb4dc6"} 0 | |
node_network_transmit_colls_total{device="veth802a1ecc"} 0 | |
node_network_transmit_colls_total{device="veth8612a852"} 0 | |
node_network_transmit_colls_total{device="veth94a744d3"} 0 | |
node_network_transmit_colls_total{device="vetha716082a"} 0 | |
node_network_transmit_colls_total{device="vethaaafcdf8"} 0 | |
node_network_transmit_colls_total{device="vethad29a302"} 0 | |
node_network_transmit_colls_total{device="vethb5191fd9"} 0 | |
node_network_transmit_colls_total{device="vethbd5986a8"} 0 | |
node_network_transmit_colls_total{device="vethc4efa671"} 0 | |
node_network_transmit_colls_total{device="vethca1b4510"} 0 | |
node_network_transmit_colls_total{device="vethd2963098"} 0 | |
node_network_transmit_colls_total{device="vethd3e27f02"} 0 | |
node_network_transmit_colls_total{device="vethd722c199"} 0 | |
node_network_transmit_colls_total{device="vethe2c6274a"} 0 | |
node_network_transmit_colls_total{device="vethe50bd3b9"} 0 | |
node_network_transmit_colls_total{device="vethe7dc98e5"} 0 | |
node_network_transmit_colls_total{device="vethfc89e225"} 0 | |
node_network_transmit_colls_total{device="wlan0"} 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="cni0"} 0 | |
node_network_transmit_compressed_total{device="docker0"} 0 | |
node_network_transmit_compressed_total{device="eth0"} 0 | |
node_network_transmit_compressed_total{device="flannel.1"} 0 | |
node_network_transmit_compressed_total{device="lo"} 0 | |
node_network_transmit_compressed_total{device="veth04da6feb"} 0 | |
node_network_transmit_compressed_total{device="veth18218526"} 0 | |
node_network_transmit_compressed_total{device="veth20dcb76b"} 0 | |
node_network_transmit_compressed_total{device="veth25c74f0c"} 0 | |
node_network_transmit_compressed_total{device="veth3d341baa"} 0 | |
node_network_transmit_compressed_total{device="veth3deb4dc6"} 0 | |
node_network_transmit_compressed_total{device="veth802a1ecc"} 0 | |
node_network_transmit_compressed_total{device="veth8612a852"} 0 | |
node_network_transmit_compressed_total{device="veth94a744d3"} 0 | |
node_network_transmit_compressed_total{device="vetha716082a"} 0 | |
node_network_transmit_compressed_total{device="vethaaafcdf8"} 0 | |
node_network_transmit_compressed_total{device="vethad29a302"} 0 | |
node_network_transmit_compressed_total{device="vethb5191fd9"} 0 | |
node_network_transmit_compressed_total{device="vethbd5986a8"} 0 | |
node_network_transmit_compressed_total{device="vethc4efa671"} 0 | |
node_network_transmit_compressed_total{device="vethca1b4510"} 0 | |
node_network_transmit_compressed_total{device="vethd2963098"} 0 | |
node_network_transmit_compressed_total{device="vethd3e27f02"} 0 | |
node_network_transmit_compressed_total{device="vethd722c199"} 0 | |
node_network_transmit_compressed_total{device="vethe2c6274a"} 0 | |
node_network_transmit_compressed_total{device="vethe50bd3b9"} 0 | |
node_network_transmit_compressed_total{device="vethe7dc98e5"} 0 | |
node_network_transmit_compressed_total{device="vethfc89e225"} 0 | |
node_network_transmit_compressed_total{device="wlan0"} 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="cni0"} 0 | |
node_network_transmit_drop_total{device="docker0"} 0 | |
node_network_transmit_drop_total{device="eth0"} 0 | |
node_network_transmit_drop_total{device="flannel.1"} 2339 | |
node_network_transmit_drop_total{device="lo"} 0 | |
node_network_transmit_drop_total{device="veth04da6feb"} 0 | |
node_network_transmit_drop_total{device="veth18218526"} 0 | |
node_network_transmit_drop_total{device="veth20dcb76b"} 0 | |
node_network_transmit_drop_total{device="veth25c74f0c"} 0 | |
node_network_transmit_drop_total{device="veth3d341baa"} 0 | |
node_network_transmit_drop_total{device="veth3deb4dc6"} 0 | |
node_network_transmit_drop_total{device="veth802a1ecc"} 0 | |
node_network_transmit_drop_total{device="veth8612a852"} 0 | |
node_network_transmit_drop_total{device="veth94a744d3"} 0 | |
node_network_transmit_drop_total{device="vetha716082a"} 0 | |
node_network_transmit_drop_total{device="vethaaafcdf8"} 0 | |
node_network_transmit_drop_total{device="vethad29a302"} 0 | |
node_network_transmit_drop_total{device="vethb5191fd9"} 0 | |
node_network_transmit_drop_total{device="vethbd5986a8"} 0 | |
node_network_transmit_drop_total{device="vethc4efa671"} 0 | |
node_network_transmit_drop_total{device="vethca1b4510"} 0 | |
node_network_transmit_drop_total{device="vethd2963098"} 0 | |
node_network_transmit_drop_total{device="vethd3e27f02"} 0 | |
node_network_transmit_drop_total{device="vethd722c199"} 0 | |
node_network_transmit_drop_total{device="vethe2c6274a"} 0 | |
node_network_transmit_drop_total{device="vethe50bd3b9"} 0 | |
node_network_transmit_drop_total{device="vethe7dc98e5"} 0 | |
node_network_transmit_drop_total{device="vethfc89e225"} 0 | |
node_network_transmit_drop_total{device="wlan0"} 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="cni0"} 0 | |
node_network_transmit_errs_total{device="docker0"} 0 | |
node_network_transmit_errs_total{device="eth0"} 0 | |
node_network_transmit_errs_total{device="flannel.1"} 0 | |
node_network_transmit_errs_total{device="lo"} 0 | |
node_network_transmit_errs_total{device="veth04da6feb"} 0 | |
node_network_transmit_errs_total{device="veth18218526"} 0 | |
node_network_transmit_errs_total{device="veth20dcb76b"} 0 | |
node_network_transmit_errs_total{device="veth25c74f0c"} 0 | |
node_network_transmit_errs_total{device="veth3d341baa"} 0 | |
node_network_transmit_errs_total{device="veth3deb4dc6"} 0 | |
node_network_transmit_errs_total{device="veth802a1ecc"} 0 | |
node_network_transmit_errs_total{device="veth8612a852"} 0 | |
node_network_transmit_errs_total{device="veth94a744d3"} 0 | |
node_network_transmit_errs_total{device="vetha716082a"} 0 | |
node_network_transmit_errs_total{device="vethaaafcdf8"} 0 | |
node_network_transmit_errs_total{device="vethad29a302"} 0 | |
node_network_transmit_errs_total{device="vethb5191fd9"} 0 | |
node_network_transmit_errs_total{device="vethbd5986a8"} 0 | |
node_network_transmit_errs_total{device="vethc4efa671"} 0 | |
node_network_transmit_errs_total{device="vethca1b4510"} 0 | |
node_network_transmit_errs_total{device="vethd2963098"} 0 | |
node_network_transmit_errs_total{device="vethd3e27f02"} 0 | |
node_network_transmit_errs_total{device="vethd722c199"} 0 | |
node_network_transmit_errs_total{device="vethe2c6274a"} 0 | |
node_network_transmit_errs_total{device="vethe50bd3b9"} 0 | |
node_network_transmit_errs_total{device="vethe7dc98e5"} 0 | |
node_network_transmit_errs_total{device="vethfc89e225"} 0 | |
node_network_transmit_errs_total{device="wlan0"} 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="cni0"} 0 | |
node_network_transmit_fifo_total{device="docker0"} 0 | |
node_network_transmit_fifo_total{device="eth0"} 0 | |
node_network_transmit_fifo_total{device="flannel.1"} 0 | |
node_network_transmit_fifo_total{device="lo"} 0 | |
node_network_transmit_fifo_total{device="veth04da6feb"} 0 | |
node_network_transmit_fifo_total{device="veth18218526"} 0 | |
node_network_transmit_fifo_total{device="veth20dcb76b"} 0 | |
node_network_transmit_fifo_total{device="veth25c74f0c"} 0 | |
node_network_transmit_fifo_total{device="veth3d341baa"} 0 | |
node_network_transmit_fifo_total{device="veth3deb4dc6"} 0 | |
node_network_transmit_fifo_total{device="veth802a1ecc"} 0 | |
node_network_transmit_fifo_total{device="veth8612a852"} 0 | |
node_network_transmit_fifo_total{device="veth94a744d3"} 0 | |
node_network_transmit_fifo_total{device="vetha716082a"} 0 | |
node_network_transmit_fifo_total{device="vethaaafcdf8"} 0 | |
node_network_transmit_fifo_total{device="vethad29a302"} 0 | |
node_network_transmit_fifo_total{device="vethb5191fd9"} 0 | |
node_network_transmit_fifo_total{device="vethbd5986a8"} 0 | |
node_network_transmit_fifo_total{device="vethc4efa671"} 0 | |
node_network_transmit_fifo_total{device="vethca1b4510"} 0 | |
node_network_transmit_fifo_total{device="vethd2963098"} 0 | |
node_network_transmit_fifo_total{device="vethd3e27f02"} 0 | |
node_network_transmit_fifo_total{device="vethd722c199"} 0 | |
node_network_transmit_fifo_total{device="vethe2c6274a"} 0 | |
node_network_transmit_fifo_total{device="vethe50bd3b9"} 0 | |
node_network_transmit_fifo_total{device="vethe7dc98e5"} 0 | |
node_network_transmit_fifo_total{device="vethfc89e225"} 0 | |
node_network_transmit_fifo_total{device="wlan0"} 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="cni0"} 6.4017456e+07 | |
node_network_transmit_packets_total{device="docker0"} 0 | |
node_network_transmit_packets_total{device="eth0"} 7.5023629e+07 | |
node_network_transmit_packets_total{device="flannel.1"} 2.7495336e+07 | |
node_network_transmit_packets_total{device="lo"} 1.8446e+06 | |
node_network_transmit_packets_total{device="veth04da6feb"} 1.2713582e+07 | |
node_network_transmit_packets_total{device="veth18218526"} 112968 | |
node_network_transmit_packets_total{device="veth20dcb76b"} 244837 | |
node_network_transmit_packets_total{device="veth25c74f0c"} 150384 | |
node_network_transmit_packets_total{device="veth3d341baa"} 1.344581e+06 | |
node_network_transmit_packets_total{device="veth3deb4dc6"} 76575 | |
node_network_transmit_packets_total{device="veth802a1ecc"} 453182 | |
node_network_transmit_packets_total{device="veth8612a852"} 4288 | |
node_network_transmit_packets_total{device="veth94a744d3"} 32163 | |
node_network_transmit_packets_total{device="vetha716082a"} 191910 | |
node_network_transmit_packets_total{device="vethaaafcdf8"} 464226 | |
node_network_transmit_packets_total{device="vethad29a302"} 16061 | |
node_network_transmit_packets_total{device="vethb5191fd9"} 180731 | |
node_network_transmit_packets_total{device="vethbd5986a8"} 3.534504e+06 | |
node_network_transmit_packets_total{device="vethc4efa671"} 659240 | |
node_network_transmit_packets_total{device="vethca1b4510"} 812904 | |
node_network_transmit_packets_total{device="vethd2963098"} 4.2352317e+07 | |
node_network_transmit_packets_total{device="vethd3e27f02"} 1.1361999e+07 | |
node_network_transmit_packets_total{device="vethd722c199"} 4204 | |
node_network_transmit_packets_total{device="vethe2c6274a"} 275033 | |
node_network_transmit_packets_total{device="vethe50bd3b9"} 50161 | |
node_network_transmit_packets_total{device="vethe7dc98e5"} 619954 | |
node_network_transmit_packets_total{device="vethfc89e225"} 390257 | |
node_network_transmit_packets_total{device="wlan0"} 0 | |
# HELP node_network_transmit_queue_length transmit_queue_length value of /sys/class/net/<iface>. | |
# TYPE node_network_transmit_queue_length gauge | |
node_network_transmit_queue_length{device="cni0"} 1000 | |
node_network_transmit_queue_length{device="docker0"} 0 | |
node_network_transmit_queue_length{device="eth0"} 1000 | |
node_network_transmit_queue_length{device="flannel.1"} 0 | |
node_network_transmit_queue_length{device="lo"} 1000 | |
node_network_transmit_queue_length{device="veth04da6feb"} 0 | |
node_network_transmit_queue_length{device="veth18218526"} 0 | |
node_network_transmit_queue_length{device="veth20dcb76b"} 0 | |
node_network_transmit_queue_length{device="veth25c74f0c"} 0 | |
node_network_transmit_queue_length{device="veth3d341baa"} 0 | |
node_network_transmit_queue_length{device="veth3deb4dc6"} 0 | |
node_network_transmit_queue_length{device="veth802a1ecc"} 0 | |
node_network_transmit_queue_length{device="veth8612a852"} 0 | |
node_network_transmit_queue_length{device="veth94a744d3"} 0 | |
node_network_transmit_queue_length{device="vetha716082a"} 0 | |
node_network_transmit_queue_length{device="vethaaafcdf8"} 0 | |
node_network_transmit_queue_length{device="vethad29a302"} 0 | |
node_network_transmit_queue_length{device="vethb5191fd9"} 0 | |
node_network_transmit_queue_length{device="vethbd5986a8"} 0 | |
node_network_transmit_queue_length{device="vethc4efa671"} 0 | |
node_network_transmit_queue_length{device="vethca1b4510"} 0 | |
node_network_transmit_queue_length{device="vethd2963098"} 0 | |
node_network_transmit_queue_length{device="vethd3e27f02"} 0 | |
node_network_transmit_queue_length{device="vethd722c199"} 0 | |
node_network_transmit_queue_length{device="vethe2c6274a"} 0 | |
node_network_transmit_queue_length{device="vethe50bd3b9"} 0 | |
node_network_transmit_queue_length{device="vethe7dc98e5"} 0 | |
node_network_transmit_queue_length{device="vethfc89e225"} 0 | |
node_network_transmit_queue_length{device="wlan0"} 1000 | |
# HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. | |
# TYPE node_network_up gauge | |
node_network_up{device="cni0"} 1 | |
node_network_up{device="docker0"} 0 | |
node_network_up{device="eth0"} 1 | |
node_network_up{device="flannel.1"} 0 | |
node_network_up{device="lo"} 0 | |
node_network_up{device="veth04da6feb"} 1 | |
node_network_up{device="veth18218526"} 1 | |
node_network_up{device="veth20dcb76b"} 1 | |
node_network_up{device="veth25c74f0c"} 1 | |
node_network_up{device="veth3d341baa"} 1 | |
node_network_up{device="veth3deb4dc6"} 1 | |
node_network_up{device="veth802a1ecc"} 1 | |
node_network_up{device="veth8612a852"} 1 | |
node_network_up{device="veth94a744d3"} 1 | |
node_network_up{device="vetha716082a"} 1 | |
node_network_up{device="vethaaafcdf8"} 1 | |
node_network_up{device="vethad29a302"} 1 | |
node_network_up{device="vethb5191fd9"} 1 | |
node_network_up{device="vethbd5986a8"} 1 | |
node_network_up{device="vethc4efa671"} 1 | |
node_network_up{device="vethca1b4510"} 1 | |
node_network_up{device="vethd2963098"} 1 | |
node_network_up{device="vethd3e27f02"} 1 | |
node_network_up{device="vethd722c199"} 1 | |
node_network_up{device="vethe2c6274a"} 1 | |
node_network_up{device="vethe50bd3b9"} 1 | |
node_network_up{device="vethe7dc98e5"} 1 | |
node_network_up{device="vethfc89e225"} 1 | |
node_network_up{device="wlan0"} 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 1177 | |
# HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. | |
# TYPE node_nf_conntrack_entries_limit gauge | |
node_nf_conntrack_entries_limit 131072 | |
# HELP node_nfs_connections_total Total number of NFSd TCP connections. | |
# TYPE node_nfs_connections_total counter | |
node_nfs_connections_total 0 | |
# HELP node_nfs_packets_total Total NFSd network packets (sent+received) by protocol type. | |
# TYPE node_nfs_packets_total counter | |
node_nfs_packets_total{protocol="tcp"} 0 | |
node_nfs_packets_total{protocol="udp"} 0 | |
# HELP node_nfs_requests_total Number of NFS procedures invoked. | |
# TYPE node_nfs_requests_total counter | |
node_nfs_requests_total{method="Access",proto="3"} 0 | |
node_nfs_requests_total{method="Access",proto="4"} 42141 | |
node_nfs_requests_total{method="Allocate",proto="4"} 0 | |
node_nfs_requests_total{method="BindConnToSession",proto="4"} 0 | |
node_nfs_requests_total{method="Clone",proto="4"} 0 | |
node_nfs_requests_total{method="Close",proto="4"} 166609 | |
node_nfs_requests_total{method="Commit",proto="3"} 0 | |
node_nfs_requests_total{method="Commit",proto="4"} 5 | |
node_nfs_requests_total{method="Create",proto="2"} 0 | |
node_nfs_requests_total{method="Create",proto="3"} 0 | |
node_nfs_requests_total{method="Create",proto="4"} 12 | |
node_nfs_requests_total{method="CreateSession",proto="4"} 10 | |
node_nfs_requests_total{method="DeAllocate",proto="4"} 0 | |
node_nfs_requests_total{method="DelegReturn",proto="4"} 7361 | |
node_nfs_requests_total{method="DestroyClientID",proto="4"} 6 | |
node_nfs_requests_total{method="DestroySession",proto="4"} 7 | |
node_nfs_requests_total{method="ExchangeID",proto="4"} 17 | |
node_nfs_requests_total{method="FreeStateID",proto="4"} 97039 | |
node_nfs_requests_total{method="FsInfo",proto="3"} 0 | |
node_nfs_requests_total{method="FsInfo",proto="4"} 32 | |
node_nfs_requests_total{method="FsLocations",proto="4"} 0 | |
node_nfs_requests_total{method="FsStat",proto="2"} 0 | |
node_nfs_requests_total{method="FsStat",proto="3"} 0 | |
node_nfs_requests_total{method="FsidPresent",proto="4"} 0 | |
node_nfs_requests_total{method="GetACL",proto="4"} 0 | |
node_nfs_requests_total{method="GetAttr",proto="2"} 0 | |
node_nfs_requests_total{method="GetAttr",proto="3"} 0 | |
node_nfs_requests_total{method="GetDeviceInfo",proto="4"} 0 | |
node_nfs_requests_total{method="GetDeviceList",proto="4"} 0 | |
node_nfs_requests_total{method="GetLeaseTime",proto="4"} 1 | |
node_nfs_requests_total{method="Getattr",proto="4"} 332659 | |
node_nfs_requests_total{method="LayoutCommit",proto="4"} 0 | |
node_nfs_requests_total{method="LayoutGet",proto="4"} 0 | |
node_nfs_requests_total{method="LayoutReturn",proto="4"} 0 | |
node_nfs_requests_total{method="LayoutStats",proto="4"} 0 | |
node_nfs_requests_total{method="Link",proto="2"} 0 | |
node_nfs_requests_total{method="Link",proto="3"} 0 | |
node_nfs_requests_total{method="Link",proto="4"} 0 | |
node_nfs_requests_total{method="Lock",proto="4"} 263938 | |
node_nfs_requests_total{method="Lockt",proto="4"} 167 | |
node_nfs_requests_total{method="Locku",proto="4"} 211125 | |
node_nfs_requests_total{method="Lookup",proto="2"} 0 | |
node_nfs_requests_total{method="Lookup",proto="3"} 0 | |
node_nfs_requests_total{method="Lookup",proto="4"} 80112 | |
node_nfs_requests_total{method="LookupRoot",proto="4"} 9 | |
node_nfs_requests_total{method="MkDir",proto="2"} 0 | |
node_nfs_requests_total{method="MkDir",proto="3"} 0 | |
node_nfs_requests_total{method="MkNod",proto="3"} 0 | |
node_nfs_requests_total{method="Null",proto="2"} 0 | |
node_nfs_requests_total{method="Null",proto="3"} 0 | |
node_nfs_requests_total{method="Null",proto="4"} 8 | |
node_nfs_requests_total{method="Open",proto="4"} 15249 | |
node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 | |
node_nfs_requests_total{method="OpenDowngrade",proto="4"} 0 | |
node_nfs_requests_total{method="OpenNoattr",proto="4"} 151583 | |
node_nfs_requests_total{method="PathConf",proto="3"} 0 | |
node_nfs_requests_total{method="Pathconf",proto="4"} 23 | |
node_nfs_requests_total{method="Read",proto="2"} 0 | |
node_nfs_requests_total{method="Read",proto="3"} 0 | |
node_nfs_requests_total{method="Read",proto="4"} 582776 | |
node_nfs_requests_total{method="ReadDir",proto="2"} 0 | |
node_nfs_requests_total{method="ReadDir",proto="3"} 0 | |
node_nfs_requests_total{method="ReadDir",proto="4"} 7022 | |
node_nfs_requests_total{method="ReadDirPlus",proto="3"} 0 | |
node_nfs_requests_total{method="ReadLink",proto="2"} 0 | |
node_nfs_requests_total{method="ReadLink",proto="3"} 0 | |
node_nfs_requests_total{method="ReadLink",proto="4"} 0 | |
node_nfs_requests_total{method="ReclaimComplete",proto="4"} 9 | |
node_nfs_requests_total{method="ReleaseLockowner",proto="4"} 0 | |
node_nfs_requests_total{method="Remove",proto="2"} 0 | |
node_nfs_requests_total{method="Remove",proto="3"} 0 | |
node_nfs_requests_total{method="Remove",proto="4"} 15022 | |
node_nfs_requests_total{method="Rename",proto="2"} 0 | |
node_nfs_requests_total{method="Rename",proto="3"} 0 | |
node_nfs_requests_total{method="Rename",proto="4"} 30 | |
node_nfs_requests_total{method="Renew",proto="4"} 0 | |
node_nfs_requests_total{method="RmDir",proto="2"} 0 | |
node_nfs_requests_total{method="RmDir",proto="3"} 0 | |
node_nfs_requests_total{method="Root",proto="2"} 0 | |
node_nfs_requests_total{method="Secinfo",proto="4"} 0 | |
node_nfs_requests_total{method="SecinfoNoName",proto="4"} 9 | |
node_nfs_requests_total{method="Seek",proto="4"} 0 | |
node_nfs_requests_total{method="Sequence",proto="4"} 3475 | |
node_nfs_requests_total{method="ServerCaps",proto="4"} 55 | |
node_nfs_requests_total{method="SetACL",proto="4"} 0 | |
node_nfs_requests_total{method="SetAttr",proto="2"} 0 | |
node_nfs_requests_total{method="SetAttr",proto="3"} 0 | |
node_nfs_requests_total{method="SetClientID",proto="4"} 0 | |
node_nfs_requests_total{method="SetClientIDConfirm",proto="4"} 0 | |
node_nfs_requests_total{method="Setattr",proto="4"} 15136 | |
node_nfs_requests_total{method="StatFs",proto="4"} 2697 | |
node_nfs_requests_total{method="SymLink",proto="2"} 0 | |
node_nfs_requests_total{method="SymLink",proto="3"} 0 | |
node_nfs_requests_total{method="Symlink",proto="4"} 0 | |
node_nfs_requests_total{method="TestStateID",proto="4"} 0 | |
node_nfs_requests_total{method="WrCache",proto="2"} 0 | |
node_nfs_requests_total{method="Write",proto="2"} 0 | |
node_nfs_requests_total{method="Write",proto="3"} 0 | |
node_nfs_requests_total{method="Write",proto="4"} 1.229636e+06 | |
# HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. | |
# TYPE node_nfs_rpc_authentication_refreshes_total counter | |
node_nfs_rpc_authentication_refreshes_total 3.222974e+06 | |
# HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. | |
# TYPE node_nfs_rpc_retransmissions_total counter | |
node_nfs_rpc_retransmissions_total 0 | |
# HELP node_nfs_rpcs_total Total number of RPCs performed. | |
# TYPE node_nfs_rpcs_total counter | |
node_nfs_rpcs_total 3.221848e+06 | |
# HELP node_nfsd_connections_total Total number of NFSd TCP connections. | |
# TYPE node_nfsd_connections_total counter | |
node_nfsd_connections_total 18 | |
# HELP node_nfsd_disk_bytes_read_total Total NFSd bytes read. | |
# TYPE node_nfsd_disk_bytes_read_total counter | |
node_nfsd_disk_bytes_read_total 2.583068837e+09 | |
# HELP node_nfsd_disk_bytes_written_total Total NFSd bytes written. | |
# TYPE node_nfsd_disk_bytes_written_total counter | |
node_nfsd_disk_bytes_written_total 2.72392426e+09 | |
# HELP node_nfsd_file_handles_stale_total Total number of NFSd stale file handles | |
# TYPE node_nfsd_file_handles_stale_total counter | |
node_nfsd_file_handles_stale_total 17 | |
# HELP node_nfsd_packets_total Total NFSd network packets (sent+received) by protocol type. | |
# TYPE node_nfsd_packets_total counter | |
node_nfsd_packets_total{proto="tcp"} 3.802992e+06 | |
node_nfsd_packets_total{proto="udp"} 0 | |
# HELP node_nfsd_read_ahead_cache_not_found_total Total number of NFSd read ahead cache not found. | |
# TYPE node_nfsd_read_ahead_cache_not_found_total counter | |
node_nfsd_read_ahead_cache_not_found_total 0 | |
# HELP node_nfsd_read_ahead_cache_size_blocks How large the read ahead cache is in blocks. | |
# TYPE node_nfsd_read_ahead_cache_size_blocks gauge | |
node_nfsd_read_ahead_cache_size_blocks 0 | |
# HELP node_nfsd_reply_cache_hits_total Total number of NFSd Reply Cache hits (client lost server response). | |
# TYPE node_nfsd_reply_cache_hits_total counter | |
node_nfsd_reply_cache_hits_total 0 | |
# HELP node_nfsd_reply_cache_misses_total Total number of NFSd Reply Cache an operation that requires caching (idempotent). | |
# TYPE node_nfsd_reply_cache_misses_total counter | |
node_nfsd_reply_cache_misses_total 0 | |
# HELP node_nfsd_reply_cache_nocache_total Total number of NFSd Reply Cache non-idempotent operations (rename/delete/…). | |
# TYPE node_nfsd_reply_cache_nocache_total counter | |
node_nfsd_reply_cache_nocache_total 3.799025e+06 | |
# HELP node_nfsd_requests_total Total number NFSd Requests by method and protocol. | |
# TYPE node_nfsd_requests_total counter | |
node_nfsd_requests_total{method="Access",proto="3"} 0 | |
node_nfsd_requests_total{method="Access",proto="4"} 402313 | |
node_nfsd_requests_total{method="Close",proto="4"} 258053 | |
node_nfsd_requests_total{method="Commit",proto="3"} 0 | |
node_nfsd_requests_total{method="Commit",proto="4"} 43360 | |
node_nfsd_requests_total{method="Create",proto="2"} 0 | |
node_nfsd_requests_total{method="Create",proto="3"} 0 | |
node_nfsd_requests_total{method="Create",proto="4"} 34003 | |
node_nfsd_requests_total{method="DelegPurge",proto="4"} 0 | |
node_nfsd_requests_total{method="DelegReturn",proto="4"} 201396 | |
node_nfsd_requests_total{method="FsInfo",proto="3"} 0 | |
node_nfsd_requests_total{method="FsStat",proto="2"} 0 | |
node_nfsd_requests_total{method="FsStat",proto="3"} 0 | |
node_nfsd_requests_total{method="GetAttr",proto="2"} 0 | |
node_nfsd_requests_total{method="GetAttr",proto="3"} 0 | |
node_nfsd_requests_total{method="GetAttr",proto="4"} 3.121267e+06 | |
node_nfsd_requests_total{method="GetFH",proto="4"} 198017 | |
node_nfsd_requests_total{method="Link",proto="2"} 0 | |
node_nfsd_requests_total{method="Link",proto="3"} 0 | |
node_nfsd_requests_total{method="Link",proto="4"} 0 | |
node_nfsd_requests_total{method="Lock",proto="4"} 5006 | |
node_nfsd_requests_total{method="Lockt",proto="4"} 0 | |
node_nfsd_requests_total{method="Locku",proto="4"} 5006 | |
node_nfsd_requests_total{method="Lookup",proto="2"} 0 | |
node_nfsd_requests_total{method="Lookup",proto="3"} 0 | |
node_nfsd_requests_total{method="Lookup",proto="4"} 195592 | |
node_nfsd_requests_total{method="LookupRoot",proto="4"} 0 | |
node_nfsd_requests_total{method="MkDir",proto="2"} 0 | |
node_nfsd_requests_total{method="MkDir",proto="3"} 0 | |
node_nfsd_requests_total{method="MkNod",proto="3"} 0 | |
node_nfsd_requests_total{method="Nverify",proto="4"} 0 | |
node_nfsd_requests_total{method="Open",proto="4"} 258296 | |
node_nfsd_requests_total{method="OpenAttr",proto="4"} 0 | |
node_nfsd_requests_total{method="OpenConfirm",proto="4"} 0 | |
node_nfsd_requests_total{method="OpenDgrd",proto="4"} 0 | |
node_nfsd_requests_total{method="PathConf",proto="3"} 0 | |
node_nfsd_requests_total{method="PutFH",proto="4"} 3.827167e+06 | |
node_nfsd_requests_total{method="Read",proto="2"} 0 | |
node_nfsd_requests_total{method="Read",proto="3"} 0 | |
node_nfsd_requests_total{method="Read",proto="4"} 124256 | |
node_nfsd_requests_total{method="ReadDir",proto="2"} 0 | |
node_nfsd_requests_total{method="ReadDir",proto="3"} 0 | |
node_nfsd_requests_total{method="ReadDir",proto="4"} 54761 | |
node_nfsd_requests_total{method="ReadDirPlus",proto="3"} 0 | |
node_nfsd_requests_total{method="ReadLink",proto="2"} 0 | |
node_nfsd_requests_total{method="ReadLink",proto="3"} 0 | |
node_nfsd_requests_total{method="ReadLink",proto="4"} 0 | |
node_nfsd_requests_total{method="RelLockOwner",proto="4"} 0 | |
node_nfsd_requests_total{method="Remove",proto="2"} 0 | |
node_nfsd_requests_total{method="Remove",proto="3"} 0 | |
node_nfsd_requests_total{method="Remove",proto="4"} 84973 | |
node_nfsd_requests_total{method="Rename",proto="2"} 0 | |
node_nfsd_requests_total{method="Rename",proto="3"} 0 | |
node_nfsd_requests_total{method="Rename",proto="4"} 49484 | |
node_nfsd_requests_total{method="Renew",proto="4"} 0 | |
node_nfsd_requests_total{method="RestoreFH",proto="4"} 0 | |
node_nfsd_requests_total{method="RmDir",proto="2"} 0 | |
node_nfsd_requests_total{method="RmDir",proto="3"} 0 | |
node_nfsd_requests_total{method="Root",proto="2"} 0 | |
node_nfsd_requests_total{method="SaveFH",proto="4"} 49484 | |
node_nfsd_requests_total{method="SecInfo",proto="4"} 0 | |
node_nfsd_requests_total{method="SetAttr",proto="2"} 0 | |
node_nfsd_requests_total{method="SetAttr",proto="3"} 0 | |
node_nfsd_requests_total{method="SetAttr",proto="4"} 4643 | |
node_nfsd_requests_total{method="SymLink",proto="2"} 0 | |
node_nfsd_requests_total{method="SymLink",proto="3"} 0 | |
node_nfsd_requests_total{method="Verify",proto="4"} 0 | |
node_nfsd_requests_total{method="WrCache",proto="2"} 0 | |
node_nfsd_requests_total{method="Write",proto="2"} 0 | |
node_nfsd_requests_total{method="Write",proto="3"} 0 | |
node_nfsd_requests_total{method="Write",proto="4"} 0 | |
# HELP node_nfsd_rpc_errors_total Total number of NFSd RPC errors by error type. | |
# TYPE node_nfsd_rpc_errors_total counter | |
node_nfsd_rpc_errors_total{error="auth"} 0 | |
node_nfsd_rpc_errors_total{error="cInt"} 0 | |
node_nfsd_rpc_errors_total{error="fmt"} 0 | |
# HELP node_nfsd_server_rpcs_total Total number of NFSd RPCs. | |
# TYPE node_nfsd_server_rpcs_total counter | |
node_nfsd_server_rpcs_total 3.802786e+06 | |
# HELP node_nfsd_server_threads Total number of NFSd kernel threads that are running. | |
# TYPE node_nfsd_server_threads gauge | |
node_nfsd_server_threads 8 | |
# HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time | |
# TYPE node_pressure_cpu_waiting_seconds_total counter | |
node_pressure_cpu_waiting_seconds_total 16771.17116 | |
# HELP node_pressure_io_stalled_seconds_total Total time in seconds no process could make progress due to IO congestion | |
# TYPE node_pressure_io_stalled_seconds_total counter | |
node_pressure_io_stalled_seconds_total 27996.754307 | |
# HELP node_pressure_io_waiting_seconds_total Total time in seconds that processes have waited due to IO congestion | |
# TYPE node_pressure_io_waiting_seconds_total counter | |
node_pressure_io_waiting_seconds_total 38791.922139 | |
# HELP node_pressure_memory_stalled_seconds_total Total time in seconds no process could make progress due to memory congestion | |
# TYPE node_pressure_memory_stalled_seconds_total counter | |
node_pressure_memory_stalled_seconds_total 242.503287 | |
# HELP node_pressure_memory_waiting_seconds_total Total time in seconds that processes have waited for memory | |
# TYPE node_pressure_memory_waiting_seconds_total counter | |
node_pressure_memory_waiting_seconds_total 661.763298 | |
# HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. | |
# TYPE node_procs_blocked gauge | |
node_procs_blocked 1 | |
# HELP node_procs_running Number of processes in runnable state. | |
# TYPE node_procs_running gauge | |
node_procs_running 6 | |
# HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. | |
# TYPE node_schedstat_running_seconds_total counter | |
node_schedstat_running_seconds_total{cpu="0"} 64685.731063206 | |
node_schedstat_running_seconds_total{cpu="1"} 63937.595121163 | |
node_schedstat_running_seconds_total{cpu="2"} 63987.657711207 | |
node_schedstat_running_seconds_total{cpu="3"} 64053.000207882 | |
# HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. | |
# TYPE node_schedstat_timeslices_total counter | |
node_schedstat_timeslices_total{cpu="0"} 6.15519411e+08 | |
node_schedstat_timeslices_total{cpu="1"} 6.25593895e+08 | |
node_schedstat_timeslices_total{cpu="2"} 6.27211929e+08 | |
node_schedstat_timeslices_total{cpu="3"} 6.31700848e+08 | |
# HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. | |
# TYPE node_schedstat_waiting_seconds_total counter | |
node_schedstat_waiting_seconds_total{cpu="0"} 36111.132467531 | |
node_schedstat_waiting_seconds_total{cpu="1"} 33143.571665746 | |
node_schedstat_waiting_seconds_total{cpu="2"} 33472.280814342 | |
node_schedstat_waiting_seconds_total{cpu="3"} 33607.249408026 | |
# 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.000456037 | |
node_scrape_collector_duration_seconds{collector="bcache"} 6.1611e-05 | |
node_scrape_collector_duration_seconds{collector="bonding"} 0.000100278 | |
node_scrape_collector_duration_seconds{collector="btrfs"} 0.0002035 | |
node_scrape_collector_duration_seconds{collector="conntrack"} 0.000286907 | |
node_scrape_collector_duration_seconds{collector="cpu"} 0.013847842 | |
node_scrape_collector_duration_seconds{collector="cpufreq"} 0.007231912 | |
node_scrape_collector_duration_seconds{collector="diskstats"} 0.019231901 | |
node_scrape_collector_duration_seconds{collector="edac"} 0.000174945 | |
node_scrape_collector_duration_seconds{collector="entropy"} 0.000286852 | |
node_scrape_collector_duration_seconds{collector="filefd"} 0.004896966 | |
node_scrape_collector_duration_seconds{collector="filesystem"} 0.017276993 | |
node_scrape_collector_duration_seconds{collector="hwmon"} 0.009840377 | |
node_scrape_collector_duration_seconds{collector="infiniband"} 0.000282852 | |
node_scrape_collector_duration_seconds{collector="ipvs"} 0.000457667 | |
node_scrape_collector_duration_seconds{collector="loadavg"} 0.000173537 | |
node_scrape_collector_duration_seconds{collector="mdadm"} 0.004076021 | |
node_scrape_collector_duration_seconds{collector="meminfo"} 0.000690037 | |
node_scrape_collector_duration_seconds{collector="netclass"} 0.122906564 | |
node_scrape_collector_duration_seconds{collector="netdev"} 0.003680706 | |
node_scrape_collector_duration_seconds{collector="netstat"} 0.007751468 | |
node_scrape_collector_duration_seconds{collector="nfs"} 0.000595574 | |
node_scrape_collector_duration_seconds{collector="nfsd"} 0.000673223 | |
node_scrape_collector_duration_seconds{collector="powersupplyclass"} 0.000193111 | |
node_scrape_collector_duration_seconds{collector="pressure"} 0.002663724 | |
node_scrape_collector_duration_seconds{collector="rapl"} 0.010106507 | |
node_scrape_collector_duration_seconds{collector="schedstat"} 0.001946945 | |
node_scrape_collector_duration_seconds{collector="sockstat"} 0.000612889 | |
node_scrape_collector_duration_seconds{collector="softnet"} 0.000249501 | |
node_scrape_collector_duration_seconds{collector="stat"} 0.005046818 | |
node_scrape_collector_duration_seconds{collector="textfile"} 4.2426e-05 | |
node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.009118155 | |
node_scrape_collector_duration_seconds{collector="time"} 3.9055e-05 | |
node_scrape_collector_duration_seconds{collector="timex"} 0.00851582 | |
node_scrape_collector_duration_seconds{collector="udp_queues"} 0.004693615 | |
node_scrape_collector_duration_seconds{collector="uname"} 3.6704e-05 | |
node_scrape_collector_duration_seconds{collector="vmstat"} 0.000530723 | |
node_scrape_collector_duration_seconds{collector="xfs"} 5.0815e-05 | |
node_scrape_collector_duration_seconds{collector="zfs"} 0.005977096 | |
# HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. | |
# TYPE node_scrape_collector_success gauge | |
node_scrape_collector_success{collector="arp"} 1 | |
node_scrape_collector_success{collector="bcache"} 1 | |
node_scrape_collector_success{collector="bonding"} 0 | |
node_scrape_collector_success{collector="btrfs"} 1 | |
node_scrape_collector_success{collector="conntrack"} 1 | |
node_scrape_collector_success{collector="cpu"} 1 | |
node_scrape_collector_success{collector="cpufreq"} 1 | |
node_scrape_collector_success{collector="diskstats"} 1 | |
node_scrape_collector_success{collector="edac"} 1 | |
node_scrape_collector_success{collector="entropy"} 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"} 1 | |
node_scrape_collector_success{collector="nfsd"} 1 | |
node_scrape_collector_success{collector="powersupplyclass"} 1 | |
node_scrape_collector_success{collector="pressure"} 1 | |
node_scrape_collector_success{collector="rapl"} 1 | |
node_scrape_collector_success{collector="schedstat"} 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="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="xfs"} 1 | |
node_scrape_collector_success{collector="zfs"} 1 | |
# 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 4 | |
# 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 20 | |
# HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. | |
# TYPE node_sockstat_TCP_alloc gauge | |
node_sockstat_TCP_alloc 366 | |
# HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. | |
# TYPE node_sockstat_TCP_inuse gauge | |
node_sockstat_TCP_inuse 170 | |
# HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. | |
# TYPE node_sockstat_TCP_mem gauge | |
node_sockstat_TCP_mem 339 | |
# 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 1.388544e+06 | |
# HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. | |
# TYPE node_sockstat_TCP_orphan gauge | |
node_sockstat_TCP_orphan 0 | |
# HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. | |
# TYPE node_sockstat_TCP_tw gauge | |
node_sockstat_TCP_tw 38 | |
# HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. | |
# TYPE node_sockstat_UDP6_inuse gauge | |
node_sockstat_UDP6_inuse 6 | |
# 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 9 | |
# HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. | |
# TYPE node_sockstat_UDP_mem gauge | |
node_sockstat_UDP_mem 1 | |
# 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 4096 | |
# HELP node_sockstat_sockets_used Number of IPv4 sockets in use. | |
# TYPE node_sockstat_sockets_used gauge | |
node_sockstat_sockets_used 552 | |
# 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_processed_total Number of processed packets | |
# TYPE node_softnet_processed_total counter | |
node_softnet_processed_total{cpu="0"} 2.00470124e+08 | |
node_softnet_processed_total{cpu="1"} 3.786107e+07 | |
node_softnet_processed_total{cpu="2"} 3.789347e+07 | |
node_softnet_processed_total{cpu="3"} 3.7720345e+07 | |
# 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"} 548 | |
node_softnet_times_squeezed_total{cpu="1"} 0 | |
node_softnet_times_squeezed_total{cpu="2"} 0 | |
node_softnet_times_squeezed_total{cpu="3"} 0 | |
# HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise | |
# TYPE node_textfile_scrape_error gauge | |
node_textfile_scrape_error 0 | |
# HELP node_thermal_zone_temp Zone temperature in Celsius | |
# TYPE node_thermal_zone_temp gauge | |
node_thermal_zone_temp{type="cpu-thermal",zone="0"} 51.608 | |
# HELP node_time_seconds System time in seconds since epoch (1970). | |
# TYPE node_time_seconds gauge | |
node_time_seconds 1.6166597932774515e+09 | |
# HELP node_timex_estimated_error_seconds Estimated error in seconds. | |
# TYPE node_timex_estimated_error_seconds gauge | |
node_timex_estimated_error_seconds 0 | |
# HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. | |
# TYPE node_timex_frequency_adjustment_ratio gauge | |
node_timex_frequency_adjustment_ratio 1.0000001924133302 | |
# HELP node_timex_loop_time_constant Phase-locked loop time constant. | |
# TYPE node_timex_loop_time_constant gauge | |
node_timex_loop_time_constant 7 | |
# HELP node_timex_maxerror_seconds Maximum error in seconds. | |
# TYPE node_timex_maxerror_seconds gauge | |
node_timex_maxerror_seconds 0.439 | |
# 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.000242397 | |
# HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. | |
# TYPE node_timex_pps_calibration_total counter | |
node_timex_pps_calibration_total 0 | |
# HELP node_timex_pps_error_total Pulse per second count of calibration errors. | |
# TYPE node_timex_pps_error_total counter | |
node_timex_pps_error_total 0 | |
# HELP node_timex_pps_frequency_hertz Pulse per second frequency. | |
# TYPE node_timex_pps_frequency_hertz gauge | |
node_timex_pps_frequency_hertz 0 | |
# HELP node_timex_pps_jitter_seconds Pulse per second jitter. | |
# TYPE node_timex_pps_jitter_seconds gauge | |
node_timex_pps_jitter_seconds 0 | |
# HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. | |
# TYPE node_timex_pps_jitter_total counter | |
node_timex_pps_jitter_total 0 | |
# HELP node_timex_pps_shift_seconds Pulse per second interval duration. | |
# TYPE node_timex_pps_shift_seconds gauge | |
node_timex_pps_shift_seconds 0 | |
# HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. | |
# TYPE node_timex_pps_stability_exceeded_total counter | |
node_timex_pps_stability_exceeded_total 0 | |
# HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. | |
# TYPE node_timex_pps_stability_hertz gauge | |
node_timex_pps_stability_hertz 0 | |
# HELP node_timex_status Value of the status array bits. | |
# TYPE node_timex_status gauge | |
node_timex_status 8193 | |
# HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). | |
# TYPE node_timex_sync_status gauge | |
node_timex_sync_status 1 | |
# HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. | |
# TYPE node_timex_tai_offset_seconds gauge | |
node_timex_tai_offset_seconds 0 | |
# HELP node_timex_tick_seconds Seconds between clock ticks. | |
# TYPE node_timex_tick_seconds gauge | |
node_timex_tick_seconds 0.01 | |
# HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. | |
# TYPE node_udp_queues gauge | |
node_udp_queues{ip="v4",queue="rx"} 0 | |
node_udp_queues{ip="v4",queue="tx"} 0 | |
node_udp_queues{ip="v6",queue="rx"} 0 | |
node_udp_queues{ip="v6",queue="tx"} 0 | |
# HELP node_uname_info Labeled system information as provided by the uname system call. | |
# TYPE node_uname_info gauge | |
node_uname_info{domainname="(none)",machine="aarch64",nodename="agent-storage-pi4",release="5.4.0-1030-raspi",sysname="Linux",version="#33-Ubuntu SMP PREEMPT Wed Feb 24 11:20:11 UTC 2021"} 1 | |
# HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. | |
# TYPE node_vmstat_oom_kill untyped | |
node_vmstat_oom_kill 2 | |
# HELP node_vmstat_pgfault /proc/vmstat information field pgfault. | |
# TYPE node_vmstat_pgfault untyped | |
node_vmstat_pgfault 1.343794746e+09 | |
# HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. | |
# TYPE node_vmstat_pgmajfault untyped | |
node_vmstat_pgmajfault 130094 | |
# HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. | |
# TYPE node_vmstat_pgpgin untyped | |
node_vmstat_pgpgin 4.48251668e+08 | |
# HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. | |
# TYPE node_vmstat_pgpgout untyped | |
node_vmstat_pgpgout 9.71800834e+08 | |
# HELP node_vmstat_pswpin /proc/vmstat information field pswpin. | |
# TYPE node_vmstat_pswpin untyped | |
node_vmstat_pswpin 0 | |
# HELP node_vmstat_pswpout /proc/vmstat information field pswpout. | |
# TYPE node_vmstat_pswpout untyped | |
node_vmstat_pswpout 0 | |
# HELP node_zfs_abd_linear_cnt kstat.zfs.misc.abdstats.linear_cnt | |
# TYPE node_zfs_abd_linear_cnt untyped | |
node_zfs_abd_linear_cnt 69 | |
# HELP node_zfs_abd_linear_data_size kstat.zfs.misc.abdstats.linear_data_size | |
# TYPE node_zfs_abd_linear_data_size untyped | |
node_zfs_abd_linear_data_size 41472 | |
# HELP node_zfs_abd_scatter_chunk_waste kstat.zfs.misc.abdstats.scatter_chunk_waste | |
# TYPE node_zfs_abd_scatter_chunk_waste untyped | |
node_zfs_abd_scatter_chunk_waste 33280 | |
# HELP node_zfs_abd_scatter_cnt kstat.zfs.misc.abdstats.scatter_cnt | |
# TYPE node_zfs_abd_scatter_cnt untyped | |
node_zfs_abd_scatter_cnt 17867 | |
# HELP node_zfs_abd_scatter_data_size kstat.zfs.misc.abdstats.scatter_data_size | |
# TYPE node_zfs_abd_scatter_data_size untyped | |
node_zfs_abd_scatter_data_size 1.249906176e+09 | |
# HELP node_zfs_abd_scatter_order_0 kstat.zfs.misc.abdstats.scatter_order_0 | |
# TYPE node_zfs_abd_scatter_order_0 untyped | |
node_zfs_abd_scatter_order_0 7175 | |
# HELP node_zfs_abd_scatter_order_1 kstat.zfs.misc.abdstats.scatter_order_1 | |
# TYPE node_zfs_abd_scatter_order_1 untyped | |
node_zfs_abd_scatter_order_1 9097 | |
# HELP node_zfs_abd_scatter_order_10 kstat.zfs.misc.abdstats.scatter_order_10 | |
# TYPE node_zfs_abd_scatter_order_10 untyped | |
node_zfs_abd_scatter_order_10 0 | |
# HELP node_zfs_abd_scatter_order_2 kstat.zfs.misc.abdstats.scatter_order_2 | |
# TYPE node_zfs_abd_scatter_order_2 untyped | |
node_zfs_abd_scatter_order_2 14440 | |
# HELP node_zfs_abd_scatter_order_3 kstat.zfs.misc.abdstats.scatter_order_3 | |
# TYPE node_zfs_abd_scatter_order_3 untyped | |
node_zfs_abd_scatter_order_3 18714 | |
# HELP node_zfs_abd_scatter_order_4 kstat.zfs.misc.abdstats.scatter_order_4 | |
# TYPE node_zfs_abd_scatter_order_4 untyped | |
node_zfs_abd_scatter_order_4 4198 | |
# HELP node_zfs_abd_scatter_order_5 kstat.zfs.misc.abdstats.scatter_order_5 | |
# TYPE node_zfs_abd_scatter_order_5 untyped | |
node_zfs_abd_scatter_order_5 161 | |
# HELP node_zfs_abd_scatter_order_6 kstat.zfs.misc.abdstats.scatter_order_6 | |
# TYPE node_zfs_abd_scatter_order_6 untyped | |
node_zfs_abd_scatter_order_6 0 | |
# HELP node_zfs_abd_scatter_order_7 kstat.zfs.misc.abdstats.scatter_order_7 | |
# TYPE node_zfs_abd_scatter_order_7 untyped | |
node_zfs_abd_scatter_order_7 0 | |
# HELP node_zfs_abd_scatter_order_8 kstat.zfs.misc.abdstats.scatter_order_8 | |
# TYPE node_zfs_abd_scatter_order_8 untyped | |
node_zfs_abd_scatter_order_8 0 | |
# HELP node_zfs_abd_scatter_order_9 kstat.zfs.misc.abdstats.scatter_order_9 | |
# TYPE node_zfs_abd_scatter_order_9 untyped | |
node_zfs_abd_scatter_order_9 0 | |
# HELP node_zfs_abd_scatter_page_alloc_retry kstat.zfs.misc.abdstats.scatter_page_alloc_retry | |
# TYPE node_zfs_abd_scatter_page_alloc_retry untyped | |
node_zfs_abd_scatter_page_alloc_retry 0 | |
# HELP node_zfs_abd_scatter_page_multi_chunk kstat.zfs.misc.abdstats.scatter_page_multi_chunk | |
# TYPE node_zfs_abd_scatter_page_multi_chunk untyped | |
node_zfs_abd_scatter_page_multi_chunk 12855 | |
# HELP node_zfs_abd_scatter_page_multi_zone kstat.zfs.misc.abdstats.scatter_page_multi_zone | |
# TYPE node_zfs_abd_scatter_page_multi_zone untyped | |
node_zfs_abd_scatter_page_multi_zone 0 | |
# HELP node_zfs_abd_scatter_sg_table_retry kstat.zfs.misc.abdstats.scatter_sg_table_retry | |
# TYPE node_zfs_abd_scatter_sg_table_retry untyped | |
node_zfs_abd_scatter_sg_table_retry 0 | |
# HELP node_zfs_abd_struct_size kstat.zfs.misc.abdstats.struct_size | |
# TYPE node_zfs_abd_struct_size untyped | |
node_zfs_abd_struct_size 717440 | |
# HELP node_zfs_arc_access_skip kstat.zfs.misc.arcstats.access_skip | |
# TYPE node_zfs_arc_access_skip untyped | |
node_zfs_arc_access_skip 20 | |
# HELP node_zfs_arc_anon_evictable_data kstat.zfs.misc.arcstats.anon_evictable_data | |
# TYPE node_zfs_arc_anon_evictable_data untyped | |
node_zfs_arc_anon_evictable_data 0 | |
# HELP node_zfs_arc_anon_evictable_metadata kstat.zfs.misc.arcstats.anon_evictable_metadata | |
# TYPE node_zfs_arc_anon_evictable_metadata untyped | |
node_zfs_arc_anon_evictable_metadata 0 | |
# HELP node_zfs_arc_anon_size kstat.zfs.misc.arcstats.anon_size | |
# TYPE node_zfs_arc_anon_size untyped | |
node_zfs_arc_anon_size 32768 | |
# HELP node_zfs_arc_arc_dnode_limit kstat.zfs.misc.arcstats.arc_dnode_limit | |
# TYPE node_zfs_arc_arc_dnode_limit untyped | |
node_zfs_arc_arc_dnode_limit 1.4911872e+08 | |
# HELP node_zfs_arc_arc_loaned_bytes kstat.zfs.misc.arcstats.arc_loaned_bytes | |
# TYPE node_zfs_arc_arc_loaned_bytes untyped | |
node_zfs_arc_arc_loaned_bytes 0 | |
# HELP node_zfs_arc_arc_meta_limit kstat.zfs.misc.arcstats.arc_meta_limit | |
# TYPE node_zfs_arc_arc_meta_limit untyped | |
node_zfs_arc_arc_meta_limit 1.4911872e+09 | |
# HELP node_zfs_arc_arc_meta_max kstat.zfs.misc.arcstats.arc_meta_max | |
# TYPE node_zfs_arc_arc_meta_max untyped | |
node_zfs_arc_arc_meta_max 5.87882744e+08 | |
# HELP node_zfs_arc_arc_meta_min kstat.zfs.misc.arcstats.arc_meta_min | |
# TYPE node_zfs_arc_arc_meta_min untyped | |
node_zfs_arc_arc_meta_min 1.6777216e+07 | |
# HELP node_zfs_arc_arc_meta_used kstat.zfs.misc.arcstats.arc_meta_used | |
# TYPE node_zfs_arc_arc_meta_used untyped | |
node_zfs_arc_arc_meta_used 3.9843608e+07 | |
# HELP node_zfs_arc_arc_need_free kstat.zfs.misc.arcstats.arc_need_free | |
# TYPE node_zfs_arc_arc_need_free untyped | |
node_zfs_arc_arc_need_free 0 | |
# HELP node_zfs_arc_arc_no_grow kstat.zfs.misc.arcstats.arc_no_grow | |
# TYPE node_zfs_arc_arc_no_grow untyped | |
node_zfs_arc_arc_no_grow 0 | |
# HELP node_zfs_arc_arc_prune kstat.zfs.misc.arcstats.arc_prune | |
# TYPE node_zfs_arc_arc_prune untyped | |
node_zfs_arc_arc_prune 0 | |
# HELP node_zfs_arc_arc_raw_size kstat.zfs.misc.arcstats.arc_raw_size | |
# TYPE node_zfs_arc_arc_raw_size untyped | |
node_zfs_arc_arc_raw_size 0 | |
# HELP node_zfs_arc_arc_sys_free kstat.zfs.misc.arcstats.arc_sys_free | |
# TYPE node_zfs_arc_arc_sys_free untyped | |
node_zfs_arc_arc_sys_free 6.21328e+07 | |
# HELP node_zfs_arc_arc_tempreserve kstat.zfs.misc.arcstats.arc_tempreserve | |
# TYPE node_zfs_arc_arc_tempreserve untyped | |
node_zfs_arc_arc_tempreserve 0 | |
# HELP node_zfs_arc_async_upgrade_sync kstat.zfs.misc.arcstats.async_upgrade_sync | |
# TYPE node_zfs_arc_async_upgrade_sync untyped | |
node_zfs_arc_async_upgrade_sync 309 | |
# HELP node_zfs_arc_bonus_size kstat.zfs.misc.arcstats.bonus_size | |
# TYPE node_zfs_arc_bonus_size untyped | |
node_zfs_arc_bonus_size 2.18624e+06 | |
# HELP node_zfs_arc_c kstat.zfs.misc.arcstats.c | |
# TYPE node_zfs_arc_c untyped | |
node_zfs_arc_c 1.318001214e+09 | |
# HELP node_zfs_arc_c_max kstat.zfs.misc.arcstats.c_max | |
# TYPE node_zfs_arc_c_max untyped | |
node_zfs_arc_c_max 1.9882496e+09 | |
# HELP node_zfs_arc_c_min kstat.zfs.misc.arcstats.c_min | |
# TYPE node_zfs_arc_c_min untyped | |
node_zfs_arc_c_min 1.242656e+08 | |
# HELP node_zfs_arc_compressed_size kstat.zfs.misc.arcstats.compressed_size | |
# TYPE node_zfs_arc_compressed_size untyped | |
node_zfs_arc_compressed_size 1.249947648e+09 | |
# HELP node_zfs_arc_data_size kstat.zfs.misc.arcstats.data_size | |
# TYPE node_zfs_arc_data_size untyped | |
node_zfs_arc_data_size 1.277932544e+09 | |
# HELP node_zfs_arc_dbuf_size kstat.zfs.misc.arcstats.dbuf_size | |
# TYPE node_zfs_arc_dbuf_size untyped | |
node_zfs_arc_dbuf_size 2.335944e+06 | |
# HELP node_zfs_arc_deleted kstat.zfs.misc.arcstats.deleted | |
# TYPE node_zfs_arc_deleted untyped | |
node_zfs_arc_deleted 2.94256e+06 | |
# HELP node_zfs_arc_demand_data_hits kstat.zfs.misc.arcstats.demand_data_hits | |
# TYPE node_zfs_arc_demand_data_hits untyped | |
node_zfs_arc_demand_data_hits 45877 | |
# HELP node_zfs_arc_demand_data_misses kstat.zfs.misc.arcstats.demand_data_misses | |
# TYPE node_zfs_arc_demand_data_misses untyped | |
node_zfs_arc_demand_data_misses 2908 | |
# HELP node_zfs_arc_demand_hit_predictive_prefetch kstat.zfs.misc.arcstats.demand_hit_predictive_prefetch | |
# TYPE node_zfs_arc_demand_hit_predictive_prefetch untyped | |
node_zfs_arc_demand_hit_predictive_prefetch 14573 | |
# HELP node_zfs_arc_demand_hit_prescient_prefetch kstat.zfs.misc.arcstats.demand_hit_prescient_prefetch | |
# TYPE node_zfs_arc_demand_hit_prescient_prefetch untyped | |
node_zfs_arc_demand_hit_prescient_prefetch 379717 | |
# HELP node_zfs_arc_demand_metadata_hits kstat.zfs.misc.arcstats.demand_metadata_hits | |
# TYPE node_zfs_arc_demand_metadata_hits untyped | |
node_zfs_arc_demand_metadata_hits 1.2236986e+07 | |
# HELP node_zfs_arc_demand_metadata_misses kstat.zfs.misc.arcstats.demand_metadata_misses | |
# TYPE node_zfs_arc_demand_metadata_misses untyped | |
node_zfs_arc_demand_metadata_misses 378336 | |
# HELP node_zfs_arc_dnode_size kstat.zfs.misc.arcstats.dnode_size | |
# TYPE node_zfs_arc_dnode_size untyped | |
node_zfs_arc_dnode_size 7.822224e+06 | |
# HELP node_zfs_arc_evict_l2_cached kstat.zfs.misc.arcstats.evict_l2_cached | |
# TYPE node_zfs_arc_evict_l2_cached untyped | |
node_zfs_arc_evict_l2_cached 0 | |
# HELP node_zfs_arc_evict_l2_eligible kstat.zfs.misc.arcstats.evict_l2_eligible | |
# TYPE node_zfs_arc_evict_l2_eligible untyped | |
node_zfs_arc_evict_l2_eligible 3.46457465344e+11 | |
# HELP node_zfs_arc_evict_l2_ineligible kstat.zfs.misc.arcstats.evict_l2_ineligible | |
# TYPE node_zfs_arc_evict_l2_ineligible untyped | |
node_zfs_arc_evict_l2_ineligible 2.17470976e+09 | |
# HELP node_zfs_arc_evict_l2_skip kstat.zfs.misc.arcstats.evict_l2_skip | |
# TYPE node_zfs_arc_evict_l2_skip untyped | |
node_zfs_arc_evict_l2_skip 0 | |
# HELP node_zfs_arc_evict_not_enough kstat.zfs.misc.arcstats.evict_not_enough | |
# TYPE node_zfs_arc_evict_not_enough untyped | |
node_zfs_arc_evict_not_enough 290 | |
# HELP node_zfs_arc_evict_skip kstat.zfs.misc.arcstats.evict_skip | |
# TYPE node_zfs_arc_evict_skip untyped | |
node_zfs_arc_evict_skip 521 | |
# HELP node_zfs_arc_hash_chain_max kstat.zfs.misc.arcstats.hash_chain_max | |
# TYPE node_zfs_arc_hash_chain_max untyped | |
node_zfs_arc_hash_chain_max 4 | |
# HELP node_zfs_arc_hash_chains kstat.zfs.misc.arcstats.hash_chains | |
# TYPE node_zfs_arc_hash_chains untyped | |
node_zfs_arc_hash_chains 928 | |
# HELP node_zfs_arc_hash_collisions kstat.zfs.misc.arcstats.hash_collisions | |
# TYPE node_zfs_arc_hash_collisions untyped | |
node_zfs_arc_hash_collisions 160289 | |
# HELP node_zfs_arc_hash_elements kstat.zfs.misc.arcstats.hash_elements | |
# TYPE node_zfs_arc_hash_elements untyped | |
node_zfs_arc_hash_elements 31421 | |
# HELP node_zfs_arc_hash_elements_max kstat.zfs.misc.arcstats.hash_elements_max | |
# TYPE node_zfs_arc_hash_elements_max untyped | |
node_zfs_arc_hash_elements_max 113413 | |
# HELP node_zfs_arc_hdr_size kstat.zfs.misc.arcstats.hdr_size | |
# TYPE node_zfs_arc_hdr_size untyped | |
node_zfs_arc_hdr_size 1.0358976e+07 | |
# HELP node_zfs_arc_hits kstat.zfs.misc.arcstats.hits | |
# TYPE node_zfs_arc_hits untyped | |
node_zfs_arc_hits 1.2416765e+07 | |
# HELP node_zfs_arc_l2_abort_lowmem kstat.zfs.misc.arcstats.l2_abort_lowmem | |
# TYPE node_zfs_arc_l2_abort_lowmem untyped | |
node_zfs_arc_l2_abort_lowmem 0 | |
# HELP node_zfs_arc_l2_asize kstat.zfs.misc.arcstats.l2_asize | |
# TYPE node_zfs_arc_l2_asize untyped | |
node_zfs_arc_l2_asize 0 | |
# HELP node_zfs_arc_l2_cksum_bad kstat.zfs.misc.arcstats.l2_cksum_bad | |
# TYPE node_zfs_arc_l2_cksum_bad untyped | |
node_zfs_arc_l2_cksum_bad 0 | |
# HELP node_zfs_arc_l2_evict_l1cached kstat.zfs.misc.arcstats.l2_evict_l1cached | |
# TYPE node_zfs_arc_l2_evict_l1cached untyped | |
node_zfs_arc_l2_evict_l1cached 0 | |
# HELP node_zfs_arc_l2_evict_lock_retry kstat.zfs.misc.arcstats.l2_evict_lock_retry | |
# TYPE node_zfs_arc_l2_evict_lock_retry untyped | |
node_zfs_arc_l2_evict_lock_retry 0 | |
# HELP node_zfs_arc_l2_evict_reading kstat.zfs.misc.arcstats.l2_evict_reading | |
# TYPE node_zfs_arc_l2_evict_reading untyped | |
node_zfs_arc_l2_evict_reading 0 | |
# HELP node_zfs_arc_l2_feeds kstat.zfs.misc.arcstats.l2_feeds | |
# TYPE node_zfs_arc_l2_feeds untyped | |
node_zfs_arc_l2_feeds 0 | |
# HELP node_zfs_arc_l2_free_on_write kstat.zfs.misc.arcstats.l2_free_on_write | |
# TYPE node_zfs_arc_l2_free_on_write untyped | |
node_zfs_arc_l2_free_on_write 0 | |
# HELP node_zfs_arc_l2_hdr_size kstat.zfs.misc.arcstats.l2_hdr_size | |
# TYPE node_zfs_arc_l2_hdr_size untyped | |
node_zfs_arc_l2_hdr_size 0 | |
# HELP node_zfs_arc_l2_hits kstat.zfs.misc.arcstats.l2_hits | |
# TYPE node_zfs_arc_l2_hits untyped | |
node_zfs_arc_l2_hits 0 | |
# HELP node_zfs_arc_l2_io_error kstat.zfs.misc.arcstats.l2_io_error | |
# TYPE node_zfs_arc_l2_io_error untyped | |
node_zfs_arc_l2_io_error 0 | |
# HELP node_zfs_arc_l2_misses kstat.zfs.misc.arcstats.l2_misses | |
# TYPE node_zfs_arc_l2_misses untyped | |
node_zfs_arc_l2_misses 0 | |
# HELP node_zfs_arc_l2_read_bytes kstat.zfs.misc.arcstats.l2_read_bytes | |
# TYPE node_zfs_arc_l2_read_bytes untyped | |
node_zfs_arc_l2_read_bytes 0 | |
# HELP node_zfs_arc_l2_rw_clash kstat.zfs.misc.arcstats.l2_rw_clash | |
# TYPE node_zfs_arc_l2_rw_clash untyped | |
node_zfs_arc_l2_rw_clash 0 | |
# HELP node_zfs_arc_l2_size kstat.zfs.misc.arcstats.l2_size | |
# TYPE node_zfs_arc_l2_size untyped | |
node_zfs_arc_l2_size 0 | |
# HELP node_zfs_arc_l2_write_bytes kstat.zfs.misc.arcstats.l2_write_bytes | |
# TYPE node_zfs_arc_l2_write_bytes untyped | |
node_zfs_arc_l2_write_bytes 0 | |
# HELP node_zfs_arc_l2_writes_done kstat.zfs.misc.arcstats.l2_writes_done | |
# TYPE node_zfs_arc_l2_writes_done untyped | |
node_zfs_arc_l2_writes_done 0 | |
# HELP node_zfs_arc_l2_writes_error kstat.zfs.misc.arcstats.l2_writes_error | |
# TYPE node_zfs_arc_l2_writes_error untyped | |
node_zfs_arc_l2_writes_error 0 | |
# HELP node_zfs_arc_l2_writes_lock_retry kstat.zfs.misc.arcstats.l2_writes_lock_retry | |
# TYPE node_zfs_arc_l2_writes_lock_retry untyped | |
node_zfs_arc_l2_writes_lock_retry 0 | |
# HELP node_zfs_arc_l2_writes_sent kstat.zfs.misc.arcstats.l2_writes_sent | |
# TYPE node_zfs_arc_l2_writes_sent untyped | |
node_zfs_arc_l2_writes_sent 0 | |
# HELP node_zfs_arc_memory_all_bytes kstat.zfs.misc.arcstats.memory_all_bytes | |
# TYPE node_zfs_arc_memory_all_bytes untyped | |
node_zfs_arc_memory_all_bytes 3.9764992e+09 | |
# HELP node_zfs_arc_memory_direct_count kstat.zfs.misc.arcstats.memory_direct_count | |
# TYPE node_zfs_arc_memory_direct_count untyped | |
node_zfs_arc_memory_direct_count 17090 | |
# HELP node_zfs_arc_memory_free_bytes kstat.zfs.misc.arcstats.memory_free_bytes | |
# TYPE node_zfs_arc_memory_free_bytes untyped | |
node_zfs_arc_memory_free_bytes 7.42387712e+08 | |
# HELP node_zfs_arc_memory_indirect_count kstat.zfs.misc.arcstats.memory_indirect_count | |
# TYPE node_zfs_arc_memory_indirect_count untyped | |
node_zfs_arc_memory_indirect_count 1.188909e+06 | |
# HELP node_zfs_arc_memory_throttle_count kstat.zfs.misc.arcstats.memory_throttle_count | |
# TYPE node_zfs_arc_memory_throttle_count untyped | |
node_zfs_arc_memory_throttle_count 0 | |
# HELP node_zfs_arc_metadata_size kstat.zfs.misc.arcstats.metadata_size | |
# TYPE node_zfs_arc_metadata_size untyped | |
node_zfs_arc_metadata_size 1.7140224e+07 | |
# HELP node_zfs_arc_mfu_evictable_data kstat.zfs.misc.arcstats.mfu_evictable_data | |
# TYPE node_zfs_arc_mfu_evictable_data untyped | |
node_zfs_arc_mfu_evictable_data 1.3239808e+08 | |
# HELP node_zfs_arc_mfu_evictable_metadata kstat.zfs.misc.arcstats.mfu_evictable_metadata | |
# TYPE node_zfs_arc_mfu_evictable_metadata untyped | |
node_zfs_arc_mfu_evictable_metadata 243712 | |
# HELP node_zfs_arc_mfu_ghost_evictable_data kstat.zfs.misc.arcstats.mfu_ghost_evictable_data | |
# TYPE node_zfs_arc_mfu_ghost_evictable_data untyped | |
node_zfs_arc_mfu_ghost_evictable_data 6.62249472e+08 | |
# HELP node_zfs_arc_mfu_ghost_evictable_metadata kstat.zfs.misc.arcstats.mfu_ghost_evictable_metadata | |
# TYPE node_zfs_arc_mfu_ghost_evictable_metadata untyped | |
node_zfs_arc_mfu_ghost_evictable_metadata 4.8494336e+08 | |
# HELP node_zfs_arc_mfu_ghost_hits kstat.zfs.misc.arcstats.mfu_ghost_hits | |
# TYPE node_zfs_arc_mfu_ghost_hits untyped | |
node_zfs_arc_mfu_ghost_hits 27710 | |
# HELP node_zfs_arc_mfu_ghost_size kstat.zfs.misc.arcstats.mfu_ghost_size | |
# TYPE node_zfs_arc_mfu_ghost_size untyped | |
node_zfs_arc_mfu_ghost_size 1.147192832e+09 | |
# HELP node_zfs_arc_mfu_hits kstat.zfs.misc.arcstats.mfu_hits | |
# TYPE node_zfs_arc_mfu_hits untyped | |
node_zfs_arc_mfu_hits 1.0064141e+07 | |
# HELP node_zfs_arc_mfu_size kstat.zfs.misc.arcstats.mfu_size | |
# TYPE node_zfs_arc_mfu_size untyped | |
node_zfs_arc_mfu_size 1.4817792e+08 | |
# HELP node_zfs_arc_misses kstat.zfs.misc.arcstats.misses | |
# TYPE node_zfs_arc_misses untyped | |
node_zfs_arc_misses 517741 | |
# HELP node_zfs_arc_mru_evictable_data kstat.zfs.misc.arcstats.mru_evictable_data | |
# TYPE node_zfs_arc_mru_evictable_data untyped | |
node_zfs_arc_mru_evictable_data 1.091108864e+09 | |
# HELP node_zfs_arc_mru_evictable_metadata kstat.zfs.misc.arcstats.mru_evictable_metadata | |
# TYPE node_zfs_arc_mru_evictable_metadata untyped | |
node_zfs_arc_mru_evictable_metadata 6.547456e+06 | |
# HELP node_zfs_arc_mru_ghost_evictable_data kstat.zfs.misc.arcstats.mru_ghost_evictable_data | |
# TYPE node_zfs_arc_mru_ghost_evictable_data untyped | |
node_zfs_arc_mru_ghost_evictable_data 1.21293312e+08 | |
# HELP node_zfs_arc_mru_ghost_evictable_metadata kstat.zfs.misc.arcstats.mru_ghost_evictable_metadata | |
# TYPE node_zfs_arc_mru_ghost_evictable_metadata untyped | |
node_zfs_arc_mru_ghost_evictable_metadata 4.9471488e+07 | |
# HELP node_zfs_arc_mru_ghost_hits kstat.zfs.misc.arcstats.mru_ghost_hits | |
# TYPE node_zfs_arc_mru_ghost_hits untyped | |
node_zfs_arc_mru_ghost_hits 9463 | |
# HELP node_zfs_arc_mru_ghost_size kstat.zfs.misc.arcstats.mru_ghost_size | |
# TYPE node_zfs_arc_mru_ghost_size untyped | |
node_zfs_arc_mru_ghost_size 1.707648e+08 | |
# HELP node_zfs_arc_mru_hits kstat.zfs.misc.arcstats.mru_hits | |
# TYPE node_zfs_arc_mru_hits untyped | |
node_zfs_arc_mru_hits 2.253696e+06 | |
# HELP node_zfs_arc_mru_size kstat.zfs.misc.arcstats.mru_size | |
# TYPE node_zfs_arc_mru_size untyped | |
node_zfs_arc_mru_size 1.14686208e+09 | |
# HELP node_zfs_arc_mutex_miss kstat.zfs.misc.arcstats.mutex_miss | |
# TYPE node_zfs_arc_mutex_miss untyped | |
node_zfs_arc_mutex_miss 19 | |
# HELP node_zfs_arc_overhead_size kstat.zfs.misc.arcstats.overhead_size | |
# TYPE node_zfs_arc_overhead_size untyped | |
node_zfs_arc_overhead_size 4.512512e+07 | |
# HELP node_zfs_arc_p kstat.zfs.misc.arcstats.p | |
# TYPE node_zfs_arc_p untyped | |
node_zfs_arc_p 1.365121e+07 | |
# HELP node_zfs_arc_prefetch_data_hits kstat.zfs.misc.arcstats.prefetch_data_hits | |
# TYPE node_zfs_arc_prefetch_data_hits untyped | |
node_zfs_arc_prefetch_data_hits 15784 | |
# HELP node_zfs_arc_prefetch_data_misses kstat.zfs.misc.arcstats.prefetch_data_misses | |
# TYPE node_zfs_arc_prefetch_data_misses untyped | |
node_zfs_arc_prefetch_data_misses 13260 | |
# HELP node_zfs_arc_prefetch_metadata_hits kstat.zfs.misc.arcstats.prefetch_metadata_hits | |
# TYPE node_zfs_arc_prefetch_metadata_hits untyped | |
node_zfs_arc_prefetch_metadata_hits 118118 | |
# HELP node_zfs_arc_prefetch_metadata_misses kstat.zfs.misc.arcstats.prefetch_metadata_misses | |
# TYPE node_zfs_arc_prefetch_metadata_misses untyped | |
node_zfs_arc_prefetch_metadata_misses 123237 | |
# HELP node_zfs_arc_size kstat.zfs.misc.arcstats.size | |
# TYPE node_zfs_arc_size untyped | |
node_zfs_arc_size 1.317776152e+09 | |
# HELP node_zfs_arc_uncompressed_size kstat.zfs.misc.arcstats.uncompressed_size | |
# TYPE node_zfs_arc_uncompressed_size untyped | |
node_zfs_arc_uncompressed_size 2.155303936e+09 | |
# HELP node_zfs_dmu_tx_dmu_tx_assigned kstat.zfs.misc.dmu_tx.dmu_tx_assigned | |
# TYPE node_zfs_dmu_tx_dmu_tx_assigned untyped | |
node_zfs_dmu_tx_dmu_tx_assigned 3.968332e+06 | |
# HELP node_zfs_dmu_tx_dmu_tx_delay kstat.zfs.misc.dmu_tx.dmu_tx_delay | |
# TYPE node_zfs_dmu_tx_dmu_tx_delay untyped | |
node_zfs_dmu_tx_dmu_tx_delay 0 | |
# HELP node_zfs_dmu_tx_dmu_tx_dirty_delay kstat.zfs.misc.dmu_tx.dmu_tx_dirty_delay | |
# TYPE node_zfs_dmu_tx_dmu_tx_dirty_delay untyped | |
node_zfs_dmu_tx_dmu_tx_dirty_delay 0 | |
# HELP node_zfs_dmu_tx_dmu_tx_dirty_frees_delay kstat.zfs.misc.dmu_tx.dmu_tx_dirty_frees_delay | |
# TYPE node_zfs_dmu_tx_dmu_tx_dirty_frees_delay untyped | |
node_zfs_dmu_tx_dmu_tx_dirty_frees_delay 577 | |
# HELP node_zfs_dmu_tx_dmu_tx_dirty_over_max kstat.zfs.misc.dmu_tx.dmu_tx_dirty_over_max | |
# TYPE node_zfs_dmu_tx_dmu_tx_dirty_over_max untyped | |
node_zfs_dmu_tx_dmu_tx_dirty_over_max 0 | |
# HELP node_zfs_dmu_tx_dmu_tx_dirty_throttle kstat.zfs.misc.dmu_tx.dmu_tx_dirty_throttle | |
# TYPE node_zfs_dmu_tx_dmu_tx_dirty_throttle untyped | |
node_zfs_dmu_tx_dmu_tx_dirty_throttle 0 | |
# HELP node_zfs_dmu_tx_dmu_tx_error kstat.zfs.misc.dmu_tx.dmu_tx_error | |
# TYPE node_zfs_dmu_tx_dmu_tx_error untyped | |
node_zfs_dmu_tx_dmu_tx_error 0 | |
# HELP node_zfs_dmu_tx_dmu_tx_group kstat.zfs.misc.dmu_tx.dmu_tx_group | |
# TYPE node_zfs_dmu_tx_dmu_tx_group untyped | |
node_zfs_dmu_tx_dmu_tx_group 11 | |
# HELP node_zfs_dmu_tx_dmu_tx_memory_reclaim kstat.zfs.misc.dmu_tx.dmu_tx_memory_reclaim | |
# TYPE node_zfs_dmu_tx_dmu_tx_memory_reclaim untyped | |
node_zfs_dmu_tx_dmu_tx_memory_reclaim 0 | |
# HELP node_zfs_dmu_tx_dmu_tx_memory_reserve kstat.zfs.misc.dmu_tx.dmu_tx_memory_reserve | |
# TYPE node_zfs_dmu_tx_dmu_tx_memory_reserve untyped | |
node_zfs_dmu_tx_dmu_tx_memory_reserve 0 | |
# HELP node_zfs_dmu_tx_dmu_tx_quota kstat.zfs.misc.dmu_tx.dmu_tx_quota | |
# TYPE node_zfs_dmu_tx_dmu_tx_quota untyped | |
node_zfs_dmu_tx_dmu_tx_quota 0 | |
# HELP node_zfs_dmu_tx_dmu_tx_suspended kstat.zfs.misc.dmu_tx.dmu_tx_suspended | |
# TYPE node_zfs_dmu_tx_dmu_tx_suspended untyped | |
node_zfs_dmu_tx_dmu_tx_suspended 0 | |
# HELP node_zfs_dnode_dnode_alloc_next_block kstat.zfs.misc.dnodestats.dnode_alloc_next_block | |
# TYPE node_zfs_dnode_dnode_alloc_next_block untyped | |
node_zfs_dnode_dnode_alloc_next_block 9 | |
# HELP node_zfs_dnode_dnode_alloc_next_chunk kstat.zfs.misc.dnodestats.dnode_alloc_next_chunk | |
# TYPE node_zfs_dnode_dnode_alloc_next_chunk untyped | |
node_zfs_dnode_dnode_alloc_next_chunk 1999 | |
# HELP node_zfs_dnode_dnode_alloc_race kstat.zfs.misc.dnodestats.dnode_alloc_race | |
# TYPE node_zfs_dnode_dnode_alloc_race untyped | |
node_zfs_dnode_dnode_alloc_race 0 | |
# HELP node_zfs_dnode_dnode_allocate kstat.zfs.misc.dnodestats.dnode_allocate | |
# TYPE node_zfs_dnode_dnode_allocate untyped | |
node_zfs_dnode_dnode_allocate 253537 | |
# HELP node_zfs_dnode_dnode_buf_evict kstat.zfs.misc.dnodestats.dnode_buf_evict | |
# TYPE node_zfs_dnode_dnode_buf_evict untyped | |
node_zfs_dnode_dnode_buf_evict 27380 | |
# HELP node_zfs_dnode_dnode_free_interior_lock_retry kstat.zfs.misc.dnodestats.dnode_free_interior_lock_retry | |
# TYPE node_zfs_dnode_dnode_free_interior_lock_retry untyped | |
node_zfs_dnode_dnode_free_interior_lock_retry 0 | |
# HELP node_zfs_dnode_dnode_hold_alloc_hits kstat.zfs.misc.dnodestats.dnode_hold_alloc_hits | |
# TYPE node_zfs_dnode_dnode_hold_alloc_hits untyped | |
node_zfs_dnode_dnode_hold_alloc_hits 9.07958e+06 | |
# HELP node_zfs_dnode_dnode_hold_alloc_interior kstat.zfs.misc.dnodestats.dnode_hold_alloc_interior | |
# TYPE node_zfs_dnode_dnode_hold_alloc_interior untyped | |
node_zfs_dnode_dnode_hold_alloc_interior 0 | |
# HELP node_zfs_dnode_dnode_hold_alloc_lock_misses kstat.zfs.misc.dnodestats.dnode_hold_alloc_lock_misses | |
# TYPE node_zfs_dnode_dnode_hold_alloc_lock_misses untyped | |
node_zfs_dnode_dnode_hold_alloc_lock_misses 1 | |
# HELP node_zfs_dnode_dnode_hold_alloc_lock_retry kstat.zfs.misc.dnodestats.dnode_hold_alloc_lock_retry | |
# TYPE node_zfs_dnode_dnode_hold_alloc_lock_retry untyped | |
node_zfs_dnode_dnode_hold_alloc_lock_retry 180 | |
# HELP node_zfs_dnode_dnode_hold_alloc_misses kstat.zfs.misc.dnodestats.dnode_hold_alloc_misses | |
# TYPE node_zfs_dnode_dnode_hold_alloc_misses untyped | |
node_zfs_dnode_dnode_hold_alloc_misses 1 | |
# HELP node_zfs_dnode_dnode_hold_alloc_type_none kstat.zfs.misc.dnodestats.dnode_hold_alloc_type_none | |
# TYPE node_zfs_dnode_dnode_hold_alloc_type_none untyped | |
node_zfs_dnode_dnode_hold_alloc_type_none 5 | |
# HELP node_zfs_dnode_dnode_hold_dbuf_hold kstat.zfs.misc.dnodestats.dnode_hold_dbuf_hold | |
# TYPE node_zfs_dnode_dnode_hold_dbuf_hold untyped | |
node_zfs_dnode_dnode_hold_dbuf_hold 0 | |
# HELP node_zfs_dnode_dnode_hold_dbuf_read kstat.zfs.misc.dnodestats.dnode_hold_dbuf_read | |
# TYPE node_zfs_dnode_dnode_hold_dbuf_read untyped | |
node_zfs_dnode_dnode_hold_dbuf_read 0 | |
# HELP node_zfs_dnode_dnode_hold_free_hits kstat.zfs.misc.dnodestats.dnode_hold_free_hits | |
# TYPE node_zfs_dnode_dnode_hold_free_hits untyped | |
node_zfs_dnode_dnode_hold_free_hits 253513 | |
# HELP node_zfs_dnode_dnode_hold_free_lock_misses kstat.zfs.misc.dnodestats.dnode_hold_free_lock_misses | |
# TYPE node_zfs_dnode_dnode_hold_free_lock_misses untyped | |
node_zfs_dnode_dnode_hold_free_lock_misses 0 | |
# HELP node_zfs_dnode_dnode_hold_free_lock_retry kstat.zfs.misc.dnodestats.dnode_hold_free_lock_retry | |
# TYPE node_zfs_dnode_dnode_hold_free_lock_retry untyped | |
node_zfs_dnode_dnode_hold_free_lock_retry 0 | |
# HELP node_zfs_dnode_dnode_hold_free_misses kstat.zfs.misc.dnodestats.dnode_hold_free_misses | |
# TYPE node_zfs_dnode_dnode_hold_free_misses untyped | |
node_zfs_dnode_dnode_hold_free_misses 2 | |
# HELP node_zfs_dnode_dnode_hold_free_overflow kstat.zfs.misc.dnodestats.dnode_hold_free_overflow | |
# TYPE node_zfs_dnode_dnode_hold_free_overflow untyped | |
node_zfs_dnode_dnode_hold_free_overflow 0 | |
# HELP node_zfs_dnode_dnode_hold_free_refcount kstat.zfs.misc.dnodestats.dnode_hold_free_refcount | |
# TYPE node_zfs_dnode_dnode_hold_free_refcount untyped | |
node_zfs_dnode_dnode_hold_free_refcount 0 | |
# HELP node_zfs_dnode_dnode_move_active kstat.zfs.misc.dnodestats.dnode_move_active | |
# TYPE node_zfs_dnode_dnode_move_active untyped | |
node_zfs_dnode_dnode_move_active 0 | |
# HELP node_zfs_dnode_dnode_move_handle kstat.zfs.misc.dnodestats.dnode_move_handle | |
# TYPE node_zfs_dnode_dnode_move_handle untyped | |
node_zfs_dnode_dnode_move_handle 0 | |
# HELP node_zfs_dnode_dnode_move_invalid kstat.zfs.misc.dnodestats.dnode_move_invalid | |
# TYPE node_zfs_dnode_dnode_move_invalid untyped | |
node_zfs_dnode_dnode_move_invalid 0 | |
# HELP node_zfs_dnode_dnode_move_recheck1 kstat.zfs.misc.dnodestats.dnode_move_recheck1 | |
# TYPE node_zfs_dnode_dnode_move_recheck1 untyped | |
node_zfs_dnode_dnode_move_recheck1 0 | |
# HELP node_zfs_dnode_dnode_move_recheck2 kstat.zfs.misc.dnodestats.dnode_move_recheck2 | |
# TYPE node_zfs_dnode_dnode_move_recheck2 untyped | |
node_zfs_dnode_dnode_move_recheck2 0 | |
# HELP node_zfs_dnode_dnode_move_rwlock kstat.zfs.misc.dnodestats.dnode_move_rwlock | |
# TYPE node_zfs_dnode_dnode_move_rwlock untyped | |
node_zfs_dnode_dnode_move_rwlock 0 | |
# HELP node_zfs_dnode_dnode_move_special kstat.zfs.misc.dnodestats.dnode_move_special | |
# TYPE node_zfs_dnode_dnode_move_special untyped | |
node_zfs_dnode_dnode_move_special 0 | |
# HELP node_zfs_dnode_dnode_reallocate kstat.zfs.misc.dnodestats.dnode_reallocate | |
# TYPE node_zfs_dnode_dnode_reallocate untyped | |
node_zfs_dnode_dnode_reallocate 0 | |
# HELP node_zfs_fm_erpt_dropped kstat.zfs.misc.fm.erpt-dropped | |
# TYPE node_zfs_fm_erpt_dropped untyped | |
node_zfs_fm_erpt_dropped 0 | |
# HELP node_zfs_fm_erpt_set_failed kstat.zfs.misc.fm.erpt-set-failed | |
# TYPE node_zfs_fm_erpt_set_failed untyped | |
node_zfs_fm_erpt_set_failed 0 | |
# HELP node_zfs_fm_fmri_set_failed kstat.zfs.misc.fm.fmri-set-failed | |
# TYPE node_zfs_fm_fmri_set_failed untyped | |
node_zfs_fm_fmri_set_failed 0 | |
# HELP node_zfs_fm_payload_set_failed kstat.zfs.misc.fm.payload-set-failed | |
# TYPE node_zfs_fm_payload_set_failed untyped | |
node_zfs_fm_payload_set_failed 0 | |
# HELP node_zfs_vdev_cache_delegations kstat.zfs.misc.vdev_cache_stats.delegations | |
# TYPE node_zfs_vdev_cache_delegations untyped | |
node_zfs_vdev_cache_delegations 0 | |
# HELP node_zfs_vdev_cache_hits kstat.zfs.misc.vdev_cache_stats.hits | |
# TYPE node_zfs_vdev_cache_hits untyped | |
node_zfs_vdev_cache_hits 0 | |
# HELP node_zfs_vdev_cache_misses kstat.zfs.misc.vdev_cache_stats.misses | |
# TYPE node_zfs_vdev_cache_misses untyped | |
node_zfs_vdev_cache_misses 0 | |
# HELP node_zfs_vdev_mirror_non_rotating_linear kstat.zfs.misc.vdev_mirror_stats.non_rotating_linear | |
# TYPE node_zfs_vdev_mirror_non_rotating_linear untyped | |
node_zfs_vdev_mirror_non_rotating_linear 0 | |
# HELP node_zfs_vdev_mirror_non_rotating_seek kstat.zfs.misc.vdev_mirror_stats.non_rotating_seek | |
# TYPE node_zfs_vdev_mirror_non_rotating_seek untyped | |
node_zfs_vdev_mirror_non_rotating_seek 0 | |
# HELP node_zfs_vdev_mirror_preferred_found kstat.zfs.misc.vdev_mirror_stats.preferred_found | |
# TYPE node_zfs_vdev_mirror_preferred_found untyped | |
node_zfs_vdev_mirror_preferred_found 4.427953e+06 | |
# HELP node_zfs_vdev_mirror_preferred_not_found kstat.zfs.misc.vdev_mirror_stats.preferred_not_found | |
# TYPE node_zfs_vdev_mirror_preferred_not_found untyped | |
node_zfs_vdev_mirror_preferred_not_found 2.157626e+06 | |
# HELP node_zfs_vdev_mirror_rotating_linear kstat.zfs.misc.vdev_mirror_stats.rotating_linear | |
# TYPE node_zfs_vdev_mirror_rotating_linear untyped | |
node_zfs_vdev_mirror_rotating_linear 489449 | |
# HELP node_zfs_vdev_mirror_rotating_offset kstat.zfs.misc.vdev_mirror_stats.rotating_offset | |
# TYPE node_zfs_vdev_mirror_rotating_offset untyped | |
node_zfs_vdev_mirror_rotating_offset 1.32088e+06 | |
# HELP node_zfs_vdev_mirror_rotating_seek kstat.zfs.misc.vdev_mirror_stats.rotating_seek | |
# TYPE node_zfs_vdev_mirror_rotating_seek untyped | |
node_zfs_vdev_mirror_rotating_seek 3.293453e+06 | |
# HELP node_zfs_xuio_onloan_read_buf kstat.zfs.misc.xuio_stats.onloan_read_buf | |
# TYPE node_zfs_xuio_onloan_read_buf untyped | |
node_zfs_xuio_onloan_read_buf 0 | |
# HELP node_zfs_xuio_onloan_write_buf kstat.zfs.misc.xuio_stats.onloan_write_buf | |
# TYPE node_zfs_xuio_onloan_write_buf untyped | |
node_zfs_xuio_onloan_write_buf 0 | |
# HELP node_zfs_xuio_read_buf_copied kstat.zfs.misc.xuio_stats.read_buf_copied | |
# TYPE node_zfs_xuio_read_buf_copied untyped | |
node_zfs_xuio_read_buf_copied 0 | |
# HELP node_zfs_xuio_read_buf_nocopy kstat.zfs.misc.xuio_stats.read_buf_nocopy | |
# TYPE node_zfs_xuio_read_buf_nocopy untyped | |
node_zfs_xuio_read_buf_nocopy 0 | |
# HELP node_zfs_xuio_write_buf_copied kstat.zfs.misc.xuio_stats.write_buf_copied | |
# TYPE node_zfs_xuio_write_buf_copied untyped | |
node_zfs_xuio_write_buf_copied 0 | |
# HELP node_zfs_xuio_write_buf_nocopy kstat.zfs.misc.xuio_stats.write_buf_nocopy | |
# TYPE node_zfs_xuio_write_buf_nocopy untyped | |
node_zfs_xuio_write_buf_nocopy 1.991694e+06 | |
# HELP node_zfs_zfetch_hits kstat.zfs.misc.zfetchstats.hits | |
# TYPE node_zfs_zfetch_hits untyped | |
node_zfs_zfetch_hits 67455 | |
# HELP node_zfs_zfetch_max_streams kstat.zfs.misc.zfetchstats.max_streams | |
# TYPE node_zfs_zfetch_max_streams untyped | |
node_zfs_zfetch_max_streams 5.235514e+06 | |
# HELP node_zfs_zfetch_misses kstat.zfs.misc.zfetchstats.misses | |
# TYPE node_zfs_zfetch_misses untyped | |
node_zfs_zfetch_misses 1.0928773e+07 | |
# HELP node_zfs_zil_zil_commit_count kstat.zfs.misc.zil.zil_commit_count | |
# TYPE node_zfs_zil_zil_commit_count untyped | |
node_zfs_zil_zil_commit_count 18 | |
# HELP node_zfs_zil_zil_commit_writer_count kstat.zfs.misc.zil.zil_commit_writer_count | |
# TYPE node_zfs_zil_zil_commit_writer_count untyped | |
node_zfs_zil_zil_commit_writer_count 18 | |
# HELP node_zfs_zil_zil_itx_copied_bytes kstat.zfs.misc.zil.zil_itx_copied_bytes | |
# TYPE node_zfs_zil_zil_itx_copied_bytes untyped | |
node_zfs_zil_zil_itx_copied_bytes 0 | |
# HELP node_zfs_zil_zil_itx_copied_count kstat.zfs.misc.zil.zil_itx_copied_count | |
# TYPE node_zfs_zil_zil_itx_copied_count untyped | |
node_zfs_zil_zil_itx_copied_count 0 | |
# HELP node_zfs_zil_zil_itx_count kstat.zfs.misc.zil.zil_itx_count | |
# TYPE node_zfs_zil_zil_itx_count untyped | |
node_zfs_zil_zil_itx_count 359 | |
# HELP node_zfs_zil_zil_itx_indirect_bytes kstat.zfs.misc.zil.zil_itx_indirect_bytes | |
# TYPE node_zfs_zil_zil_itx_indirect_bytes untyped | |
node_zfs_zil_zil_itx_indirect_bytes 3.7743555e+07 | |
# HELP node_zfs_zil_zil_itx_indirect_count kstat.zfs.misc.zil.zil_itx_indirect_count | |
# TYPE node_zfs_zil_zil_itx_indirect_count untyped | |
node_zfs_zil_zil_itx_indirect_count 288 | |
# HELP node_zfs_zil_zil_itx_metaslab_normal_bytes kstat.zfs.misc.zil.zil_itx_metaslab_normal_bytes | |
# TYPE node_zfs_zil_zil_itx_metaslab_normal_bytes untyped | |
node_zfs_zil_zil_itx_metaslab_normal_bytes 77320 | |
# HELP node_zfs_zil_zil_itx_metaslab_normal_count kstat.zfs.misc.zil.zil_itx_metaslab_normal_count | |
# TYPE node_zfs_zil_zil_itx_metaslab_normal_count untyped | |
node_zfs_zil_zil_itx_metaslab_normal_count 9 | |
# HELP node_zfs_zil_zil_itx_metaslab_slog_bytes kstat.zfs.misc.zil.zil_itx_metaslab_slog_bytes | |
# TYPE node_zfs_zil_zil_itx_metaslab_slog_bytes untyped | |
node_zfs_zil_zil_itx_metaslab_slog_bytes 0 | |
# HELP node_zfs_zil_zil_itx_metaslab_slog_count kstat.zfs.misc.zil.zil_itx_metaslab_slog_count | |
# TYPE node_zfs_zil_zil_itx_metaslab_slog_count untyped | |
node_zfs_zil_zil_itx_metaslab_slog_count 0 | |
# HELP node_zfs_zil_zil_itx_needcopy_bytes kstat.zfs.misc.zil.zil_itx_needcopy_bytes | |
# TYPE node_zfs_zil_zil_itx_needcopy_bytes untyped | |
node_zfs_zil_zil_itx_needcopy_bytes 7760 | |
# HELP node_zfs_zil_zil_itx_needcopy_count kstat.zfs.misc.zil.zil_itx_needcopy_count | |
# TYPE node_zfs_zil_zil_itx_needcopy_count untyped | |
node_zfs_zil_zil_itx_needcopy_count 15 | |
# HELP node_zfs_zpool_dataset_nread kstat.zfs.misc.objset.nread | |
# TYPE node_zfs_zpool_dataset_nread untyped | |
node_zfs_zpool_dataset_nread{dataset="pool",zpool="pool"} 3.501125433e+09 | |
# HELP node_zfs_zpool_dataset_nunlinked kstat.zfs.misc.objset.nunlinked | |
# TYPE node_zfs_zpool_dataset_nunlinked untyped | |
node_zfs_zpool_dataset_nunlinked{dataset="pool",zpool="pool"} 159722 | |
# HELP node_zfs_zpool_dataset_nunlinks kstat.zfs.misc.objset.nunlinks | |
# TYPE node_zfs_zpool_dataset_nunlinks untyped | |
node_zfs_zpool_dataset_nunlinks{dataset="pool",zpool="pool"} 159722 | |
# HELP node_zfs_zpool_dataset_nwritten kstat.zfs.misc.objset.nwritten | |
# TYPE node_zfs_zpool_dataset_nwritten untyped | |
node_zfs_zpool_dataset_nwritten{dataset="pool",zpool="pool"} 2.96459937556e+11 | |
# HELP node_zfs_zpool_dataset_reads kstat.zfs.misc.objset.reads | |
# TYPE node_zfs_zpool_dataset_reads untyped | |
node_zfs_zpool_dataset_reads{dataset="pool",zpool="pool"} 27898 | |
# HELP node_zfs_zpool_dataset_writes kstat.zfs.misc.objset.writes | |
# TYPE node_zfs_zpool_dataset_writes untyped | |
node_zfs_zpool_dataset_writes{dataset="pool",zpool="pool"} 1.061345e+06 | |
# HELP node_zfs_zpool_nread kstat.zfs.misc.io.nread | |
# TYPE node_zfs_zpool_nread untyped | |
node_zfs_zpool_nread{zpool="pool"} 2.37748383744e+11 | |
# HELP node_zfs_zpool_nwritten kstat.zfs.misc.io.nwritten | |
# TYPE node_zfs_zpool_nwritten untyped | |
node_zfs_zpool_nwritten{zpool="pool"} 9.41467275264e+11 | |
# HELP node_zfs_zpool_rcnt kstat.zfs.misc.io.rcnt | |
# TYPE node_zfs_zpool_rcnt untyped | |
node_zfs_zpool_rcnt{zpool="pool"} 0 | |
# HELP node_zfs_zpool_reads kstat.zfs.misc.io.reads | |
# TYPE node_zfs_zpool_reads untyped | |
node_zfs_zpool_reads{zpool="pool"} 1.111067e+06 | |
# HELP node_zfs_zpool_rlentime kstat.zfs.misc.io.rlentime | |
# TYPE node_zfs_zpool_rlentime untyped | |
node_zfs_zpool_rlentime{zpool="pool"} 2.6373608753412e+13 | |
# HELP node_zfs_zpool_rtime kstat.zfs.misc.io.rtime | |
# TYPE node_zfs_zpool_rtime untyped | |
node_zfs_zpool_rtime{zpool="pool"} 7.790070869508e+12 | |
# HELP node_zfs_zpool_rupdate kstat.zfs.misc.io.rupdate | |
# TYPE node_zfs_zpool_rupdate untyped | |
node_zfs_zpool_rupdate{zpool="pool"} 2.56865103188026e+14 | |
# HELP node_zfs_zpool_wcnt kstat.zfs.misc.io.wcnt | |
# TYPE node_zfs_zpool_wcnt untyped | |
node_zfs_zpool_wcnt{zpool="pool"} 0 | |
# HELP node_zfs_zpool_wlentime kstat.zfs.misc.io.wlentime | |
# TYPE node_zfs_zpool_wlentime untyped | |
node_zfs_zpool_wlentime{zpool="pool"} 2.726381518248224e+15 | |
# HELP node_zfs_zpool_writes kstat.zfs.misc.io.writes | |
# TYPE node_zfs_zpool_writes untyped | |
node_zfs_zpool_writes{zpool="pool"} 3.513819e+06 | |
# HELP node_zfs_zpool_wtime kstat.zfs.misc.io.wtime | |
# TYPE node_zfs_zpool_wtime untyped | |
node_zfs_zpool_wtime{zpool="pool"} 5.001759173493e+12 | |
# HELP node_zfs_zpool_wupdate kstat.zfs.misc.io.wupdate | |
# TYPE node_zfs_zpool_wupdate untyped | |
node_zfs_zpool_wupdate{zpool="pool"} 2.56865102027192e+14 | |
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. | |
# TYPE process_cpu_seconds_total counter | |
process_cpu_seconds_total 4904.8 | |
# HELP process_max_fds Maximum number of open file descriptors. | |
# TYPE process_max_fds gauge | |
process_max_fds 1.048576e+06 | |
# HELP process_open_fds Number of open file descriptors. | |
# TYPE process_open_fds gauge | |
process_open_fds 11 | |
# HELP process_resident_memory_bytes Resident memory size in bytes. | |
# TYPE process_resident_memory_bytes gauge | |
process_resident_memory_bytes 2.045952e+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.61640473632e+09 | |
# HELP process_virtual_memory_bytes Virtual memory size in bytes. | |
# TYPE process_virtual_memory_bytes gauge | |
process_virtual_memory_bytes 7.34543872e+08 | |
# 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 | |
# 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"} 16997 | |
promhttp_metric_handler_requests_total{code="500"} 0 | |
promhttp_metric_handler_requests_total{code="503"} 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment