# HELP go_gc_duration_seconds A summary of the GC invocation durations. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 2.7279e-05 go_gc_duration_seconds{quantile="0.25"} 6.831e-05 go_gc_duration_seconds{quantile="0.5"} 8.81e-05 go_gc_duration_seconds{quantile="0.75"} 0.000110981 go_gc_duration_seconds{quantile="1"} 0.000276278 go_gc_duration_seconds_sum 16.608425044 go_gc_duration_seconds_count 176463 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 13 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.9.2"} 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.808416e+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 3.4192051664e+11 # 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 1.828836e+06 # HELP go_memstats_frees_total Total number of frees. # TYPE go_memstats_frees_total counter go_memstats_frees_total 3.745793527e+09 # 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 9.192345930719984e-06 # 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 503808 # 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.808416e+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 4.481024e+06 # 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.333568e+06 # HELP go_memstats_heap_objects Number of allocated objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 22021 # 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 2.859008e+06 # 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 8.814592e+06 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7650946691713495e+09 # HELP go_memstats_lookups_total Total number of pointer lookups. # TYPE go_memstats_lookups_total counter go_memstats_lookups_total 6.217788e+06 # HELP go_memstats_mallocs_total Total number of mallocs. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 3.745815548e+09 # 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 63992 # 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 98304 # 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.96264e+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 872724 # 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 622592 # 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 622592 # HELP go_memstats_sys_bytes Number of bytes obtained from system. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.275724e+07 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 12 # HELP http_request_duration_microseconds The HTTP request latencies in microseconds. # TYPE http_request_duration_microseconds summary http_request_duration_microseconds{handler="prometheus",quantile="0.5"} 7623.637 http_request_duration_microseconds{handler="prometheus",quantile="0.9"} 8534.218 http_request_duration_microseconds{handler="prometheus",quantile="0.99"} 8534.218 http_request_duration_microseconds_sum{handler="prometheus"} 8.820223718349868e+08 http_request_duration_microseconds_count{handler="prometheus"} 117409 # HELP http_request_size_bytes The HTTP request sizes in bytes. # TYPE http_request_size_bytes summary http_request_size_bytes{handler="prometheus",quantile="0.5"} 469 http_request_size_bytes{handler="prometheus",quantile="0.9"} 469 http_request_size_bytes{handler="prometheus",quantile="0.99"} 469 http_request_size_bytes_sum{handler="prometheus"} 5.5045418e+07 http_request_size_bytes_count{handler="prometheus"} 117409 # HELP http_requests_total Total number of HTTP requests made. # TYPE http_requests_total counter http_requests_total{code="200",handler="prometheus",method="get"} 117409 # HELP http_response_size_bytes The HTTP response sizes in bytes. # TYPE http_response_size_bytes summary http_response_size_bytes{handler="prometheus",quantile="0.5"} 15281 http_response_size_bytes{handler="prometheus",quantile="0.9"} 15298 http_response_size_bytes{handler="prometheus",quantile="0.99"} 15298 http_response_size_bytes_sum{handler="prometheus"} 1.776307518e+09 http_response_size_bytes_count{handler="prometheus"} 117409 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="bat02"} 113 node_arp_entries{device="bat03"} 10 node_arp_entries{device="bat04"} 47 node_arp_entries{device="bat05"} 111 node_arp_entries{device="bat06"} 54 node_arp_entries{device="bat07"} 54 node_arp_entries{device="bat08"} 143 node_arp_entries{device="bat09"} 15 node_arp_entries{device="bat10"} 97 node_arp_entries{device="bat11"} 79 node_arp_entries{device="eth0"} 6 # HELP node_boot_time Node boot time, in unixtime. # TYPE node_boot_time gauge node_boot_time 1.758055271e+09 # HELP node_context_switches Total number of context switches. # TYPE node_context_switches counter node_context_switches 6.772231414e+09 # HELP node_cpu Seconds the cpus spent in each mode. # TYPE node_cpu counter node_cpu{cpu="cpu0",mode="guest"} 0 node_cpu{cpu="cpu0",mode="guest_nice"} 0 node_cpu{cpu="cpu0",mode="idle"} 6.99056223e+06 node_cpu{cpu="cpu0",mode="iowait"} 121.57 node_cpu{cpu="cpu0",mode="irq"} 0 node_cpu{cpu="cpu0",mode="nice"} 0 node_cpu{cpu="cpu0",mode="softirq"} 842.75 node_cpu{cpu="cpu0",mode="steal"} 37.24 node_cpu{cpu="cpu0",mode="system"} 2173.71 node_cpu{cpu="cpu0",mode="user"} 27785.06 node_cpu{cpu="cpu1",mode="guest"} 0 node_cpu{cpu="cpu1",mode="guest_nice"} 0 node_cpu{cpu="cpu1",mode="idle"} 7.02089232e+06 node_cpu{cpu="cpu1",mode="iowait"} 122.46 node_cpu{cpu="cpu1",mode="irq"} 0 node_cpu{cpu="cpu1",mode="nice"} 0 node_cpu{cpu="cpu1",mode="softirq"} 887.14 node_cpu{cpu="cpu1",mode="steal"} 22.24 node_cpu{cpu="cpu1",mode="system"} 3150.28 node_cpu{cpu="cpu1",mode="user"} 8757.58 node_cpu{cpu="cpu2",mode="guest"} 0 node_cpu{cpu="cpu2",mode="guest_nice"} 0 node_cpu{cpu="cpu2",mode="idle"} 7.02593426e+06 node_cpu{cpu="cpu2",mode="iowait"} 346.66 node_cpu{cpu="cpu2",mode="irq"} 0 node_cpu{cpu="cpu2",mode="nice"} 0 node_cpu{cpu="cpu2",mode="softirq"} 435.52 node_cpu{cpu="cpu2",mode="steal"} 17.08 node_cpu{cpu="cpu2",mode="system"} 3366.83 node_cpu{cpu="cpu2",mode="user"} 5773.62 node_cpu{cpu="cpu3",mode="guest"} 0 node_cpu{cpu="cpu3",mode="guest_nice"} 0 node_cpu{cpu="cpu3",mode="idle"} 6.8615344e+06 node_cpu{cpu="cpu3",mode="iowait"} 50.54 node_cpu{cpu="cpu3",mode="irq"} 0 node_cpu{cpu="cpu3",mode="nice"} 0 node_cpu{cpu="cpu3",mode="softirq"} 57233.41 node_cpu{cpu="cpu3",mode="steal"} 187.14 node_cpu{cpu="cpu3",mode="system"} 7592.01 node_cpu{cpu="cpu3",mode="user"} 59246.39 # HELP node_disk_bytes_read The total number of bytes read successfully. # TYPE node_disk_bytes_read counter node_disk_bytes_read{device="sr0"} 0 node_disk_bytes_read{device="vda"} 4.07243776e+08 node_disk_bytes_read{device="vda1"} 4.05238784e+08 node_disk_bytes_read{device="vda2"} 2048 node_disk_bytes_read{device="vda5"} 1.04448e+06 node_disk_bytes_read{device="vdb"} 1.959936e+06 node_disk_bytes_read{device="vdb1"} 1.792e+06 # HELP node_disk_bytes_written The total number of bytes written successfully. # TYPE node_disk_bytes_written counter node_disk_bytes_written{device="sr0"} 0 node_disk_bytes_written{device="vda"} 1.64074512384e+11 node_disk_bytes_written{device="vda1"} 1.64074512384e+11 node_disk_bytes_written{device="vda2"} 0 node_disk_bytes_written{device="vda5"} 0 node_disk_bytes_written{device="vdb"} 4096 node_disk_bytes_written{device="vdb1"} 4096 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sr0"} 0 node_disk_io_now{device="vda"} 0 node_disk_io_now{device="vda1"} 0 node_disk_io_now{device="vda2"} 0 node_disk_io_now{device="vda5"} 0 node_disk_io_now{device="vdb"} 0 node_disk_io_now{device="vdb1"} 0 # HELP node_disk_io_time_ms Total Milliseconds spent doing I/Os. # TYPE node_disk_io_time_ms counter node_disk_io_time_ms{device="sr0"} 0 node_disk_io_time_ms{device="vda"} 387676 node_disk_io_time_ms{device="vda1"} 387664 node_disk_io_time_ms{device="vda2"} 0 node_disk_io_time_ms{device="vda5"} 8 node_disk_io_time_ms{device="vdb"} 36 node_disk_io_time_ms{device="vdb1"} 24 # HELP node_disk_io_time_weighted The weighted # of milliseconds spent doing I/Os. See https://www.kernel.org/doc/Documentation/iostats.txt. # TYPE node_disk_io_time_weighted counter node_disk_io_time_weighted{device="sr0"} 0 node_disk_io_time_weighted{device="vda"} 569628 node_disk_io_time_weighted{device="vda1"} 589840 node_disk_io_time_weighted{device="vda2"} 0 node_disk_io_time_weighted{device="vda5"} 8 node_disk_io_time_weighted{device="vdb"} 40 node_disk_io_time_weighted{device="vdb1"} 28 # HELP node_disk_read_time_ms The total number of milliseconds spent by all reads. # TYPE node_disk_read_time_ms counter node_disk_read_time_ms{device="sr0"} 0 node_disk_read_time_ms{device="vda"} 18880 node_disk_read_time_ms{device="vda1"} 18864 node_disk_read_time_ms{device="vda2"} 0 node_disk_read_time_ms{device="vda5"} 8 node_disk_read_time_ms{device="vdb"} 40 node_disk_read_time_ms{device="vdb1"} 28 # HELP node_disk_reads_completed The total number of reads completed successfully. # TYPE node_disk_reads_completed counter node_disk_reads_completed{device="sr0"} 0 node_disk_reads_completed{device="vda"} 56411 node_disk_reads_completed{device="vda1"} 56167 node_disk_reads_completed{device="vda2"} 2 node_disk_reads_completed{device="vda5"} 116 node_disk_reads_completed{device="vdb"} 258 node_disk_reads_completed{device="vdb1"} 227 # HELP node_disk_reads_merged The total number of reads merged. See https://www.kernel.org/doc/Documentation/iostats.txt. # TYPE node_disk_reads_merged counter node_disk_reads_merged{device="sr0"} 0 node_disk_reads_merged{device="vda"} 0 node_disk_reads_merged{device="vda1"} 0 node_disk_reads_merged{device="vda2"} 0 node_disk_reads_merged{device="vda5"} 0 node_disk_reads_merged{device="vdb"} 0 node_disk_reads_merged{device="vdb1"} 0 # HELP node_disk_sectors_read The total number of sectors read successfully. # TYPE node_disk_sectors_read counter node_disk_sectors_read{device="sr0"} 0 node_disk_sectors_read{device="vda"} 795398 node_disk_sectors_read{device="vda1"} 791482 node_disk_sectors_read{device="vda2"} 4 node_disk_sectors_read{device="vda5"} 2040 node_disk_sectors_read{device="vdb"} 3828 node_disk_sectors_read{device="vdb1"} 3500 # HELP node_disk_sectors_written The total number of sectors written successfully. # TYPE node_disk_sectors_written counter node_disk_sectors_written{device="sr0"} 0 node_disk_sectors_written{device="vda"} 3.20458032e+08 node_disk_sectors_written{device="vda1"} 3.20458032e+08 node_disk_sectors_written{device="vda2"} 0 node_disk_sectors_written{device="vda5"} 0 node_disk_sectors_written{device="vdb"} 8 node_disk_sectors_written{device="vdb1"} 8 # HELP node_disk_write_time_ms This is the total number of milliseconds spent by all writes. # TYPE node_disk_write_time_ms counter node_disk_write_time_ms{device="sr0"} 0 node_disk_write_time_ms{device="vda"} 551632 node_disk_write_time_ms{device="vda1"} 551632 node_disk_write_time_ms{device="vda2"} 0 node_disk_write_time_ms{device="vda5"} 0 node_disk_write_time_ms{device="vdb"} 0 node_disk_write_time_ms{device="vdb1"} 0 # HELP node_disk_writes_completed The total number of writes completed successfully. # TYPE node_disk_writes_completed counter node_disk_writes_completed{device="sr0"} 0 node_disk_writes_completed{device="vda"} 5.975495e+06 node_disk_writes_completed{device="vda1"} 5.975493e+06 node_disk_writes_completed{device="vda2"} 0 node_disk_writes_completed{device="vda5"} 0 node_disk_writes_completed{device="vdb"} 1 node_disk_writes_completed{device="vdb1"} 1 # HELP node_disk_writes_merged The number of writes merged. See https://www.kernel.org/doc/Documentation/iostats.txt. # TYPE node_disk_writes_merged counter node_disk_writes_merged{device="sr0"} 0 node_disk_writes_merged{device="vda"} 5.617052e+06 node_disk_writes_merged{device="vda1"} 5.617052e+06 node_disk_writes_merged{device="vda2"} 0 node_disk_writes_merged{device="vda5"} 0 node_disk_writes_merged{device="vdb"} 0 node_disk_writes_merged{device="vdb1"} 0 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 2673 # 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.9.2",revision="98bc64930d34878b84a0f87dfe6e1a6da61e532d",version="0.15.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 512 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 401760 # HELP node_filesystem_avail Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail gauge node_filesystem_avail{device="/dev/vda1",fstype="ext4",mountpoint="/"} 3.00713984e+09 node_filesystem_avail{device="/dev/vdb1",fstype="ext4",mountpoint="/data"} 3.3584521216e+10 node_filesystem_avail{device="tmpfs",fstype="tmpfs",mountpoint="/etc/machine-id"} 7.45070592e+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/vda1",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/vdb1",fstype="ext4",mountpoint="/data"} 0 node_filesystem_device_error{device="tmpfs",fstype="tmpfs",mountpoint="/etc/machine-id"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/vda1",fstype="ext4",mountpoint="/"} 625856 node_filesystem_files{device="/dev/vdb1",fstype="ext4",mountpoint="/data"} 2.097152e+06 node_filesystem_files{device="tmpfs",fstype="tmpfs",mountpoint="/etc/machine-id"} 506295 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/vda1",fstype="ext4",mountpoint="/"} 216086 node_filesystem_files_free{device="/dev/vdb1",fstype="ext4",mountpoint="/data"} 2.097141e+06 node_filesystem_files_free{device="tmpfs",fstype="tmpfs",mountpoint="/etc/machine-id"} 505817 # HELP node_filesystem_free Filesystem free space in bytes. # TYPE node_filesystem_free gauge node_filesystem_free{device="/dev/vda1",fstype="ext4",mountpoint="/"} 3.536195584e+09 node_filesystem_free{device="/dev/vdb1",fstype="ext4",mountpoint="/data"} 3.3654984704e+10 node_filesystem_free{device="tmpfs",fstype="tmpfs",mountpoint="/etc/machine-id"} 7.45070592e+08 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/vda1",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/vdb1",fstype="ext4",mountpoint="/data"} 0 node_filesystem_readonly{device="tmpfs",fstype="tmpfs",mountpoint="/etc/machine-id"} 1 # HELP node_filesystem_size Filesystem size in bytes. # TYPE node_filesystem_size gauge node_filesystem_size{device="/dev/vda1",fstype="ext4",mountpoint="/"} 9.95049472e+09 node_filesystem_size{device="/dev/vdb1",fstype="ext4",mountpoint="/data"} 3.3686368256e+10 node_filesystem_size{device="tmpfs",fstype="tmpfs",mountpoint="/etc/machine-id"} 8.29517824e+08 # HELP node_forks Total number of forks. # TYPE node_forks counter node_forks 1.082786e+06 # HELP node_intr Total number of interrupts serviced. # TYPE node_intr counter node_intr 5.998654883e+09 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.04 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.02 # HELP node_memory_Active Memory information field Active. # TYPE node_memory_Active gauge node_memory_Active 4.96857088e+08 # HELP node_memory_Active_anon Memory information field Active_anon. # TYPE node_memory_Active_anon gauge node_memory_Active_anon 1.24928e+08 # HELP node_memory_Active_file Memory information field Active_file. # TYPE node_memory_Active_file gauge node_memory_Active_file 3.71929088e+08 # HELP node_memory_AnonHugePages Memory information field AnonHugePages. # TYPE node_memory_AnonHugePages gauge node_memory_AnonHugePages 0 # HELP node_memory_AnonPages Memory information field AnonPages. # TYPE node_memory_AnonPages gauge node_memory_AnonPages 1.2414976e+08 # HELP node_memory_Bounce Memory information field Bounce. # TYPE node_memory_Bounce gauge node_memory_Bounce 0 # HELP node_memory_Buffers Memory information field Buffers. # TYPE node_memory_Buffers gauge node_memory_Buffers 2.71110144e+08 # HELP node_memory_Cached Memory information field Cached. # TYPE node_memory_Cached gauge node_memory_Cached 5.05966592e+08 # HELP node_memory_CommitLimit Memory information field CommitLimit. # TYPE node_memory_CommitLimit gauge node_memory_CommitLimit 2.56241664e+09 # HELP node_memory_Committed_AS Memory information field Committed_AS. # TYPE node_memory_Committed_AS gauge node_memory_Committed_AS 4.76823552e+08 # HELP node_memory_DirectMap2M Memory information field DirectMap2M. # TYPE node_memory_DirectMap2M gauge node_memory_DirectMap2M 4.234149888e+09 # HELP node_memory_DirectMap4k Memory information field DirectMap4k. # TYPE node_memory_DirectMap4k gauge node_memory_DirectMap4k 6.066176e+07 # HELP node_memory_Dirty Memory information field Dirty. # TYPE node_memory_Dirty gauge node_memory_Dirty 24576 # HELP node_memory_HardwareCorrupted Memory information field HardwareCorrupted. # TYPE node_memory_HardwareCorrupted gauge node_memory_HardwareCorrupted 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize Memory information field Hugepagesize. # TYPE node_memory_Hugepagesize gauge node_memory_Hugepagesize 2.097152e+06 # HELP node_memory_Inactive Memory information field Inactive. # TYPE node_memory_Inactive gauge node_memory_Inactive 4.043776e+08 # HELP node_memory_Inactive_anon Memory information field Inactive_anon. # TYPE node_memory_Inactive_anon gauge node_memory_Inactive_anon 1.08695552e+08 # HELP node_memory_Inactive_file Memory information field Inactive_file. # TYPE node_memory_Inactive_file gauge node_memory_Inactive_file 2.95682048e+08 # HELP node_memory_KernelStack Memory information field KernelStack. # TYPE node_memory_KernelStack gauge node_memory_KernelStack 2.146304e+06 # HELP node_memory_Mapped Memory information field Mapped. # TYPE node_memory_Mapped gauge node_memory_Mapped 7.2228864e+07 # HELP node_memory_MemAvailable Memory information field MemAvailable. # TYPE node_memory_MemAvailable gauge node_memory_MemAvailable 3.532320768e+09 # HELP node_memory_MemFree Memory information field MemFree. # TYPE node_memory_MemFree gauge node_memory_MemFree 2.798604288e+09 # HELP node_memory_MemTotal Memory information field MemTotal. # TYPE node_memory_MemTotal gauge node_memory_MemTotal 4.147572736e+09 # HELP node_memory_Mlocked Memory information field Mlocked. # TYPE node_memory_Mlocked gauge node_memory_Mlocked 0 # HELP node_memory_NFS_Unstable Memory information field NFS_Unstable. # TYPE node_memory_NFS_Unstable gauge node_memory_NFS_Unstable 0 # HELP node_memory_PageTables Memory information field PageTables. # TYPE node_memory_PageTables gauge node_memory_PageTables 4.263936e+06 # HELP node_memory_SReclaimable Memory information field SReclaimable. # TYPE node_memory_SReclaimable gauge node_memory_SReclaimable 3.62684416e+08 # HELP node_memory_SUnreclaim Memory information field SUnreclaim. # TYPE node_memory_SUnreclaim gauge node_memory_SUnreclaim 3.7466112e+07 # HELP node_memory_Shmem Memory information field Shmem. # TYPE node_memory_Shmem gauge node_memory_Shmem 1.09473792e+08 # HELP node_memory_ShmemHugePages Memory information field ShmemHugePages. # TYPE node_memory_ShmemHugePages gauge node_memory_ShmemHugePages 0 # HELP node_memory_ShmemPmdMapped Memory information field ShmemPmdMapped. # TYPE node_memory_ShmemPmdMapped gauge node_memory_ShmemPmdMapped 0 # HELP node_memory_Slab Memory information field Slab. # TYPE node_memory_Slab gauge node_memory_Slab 4.00150528e+08 # HELP node_memory_SwapCached Memory information field SwapCached. # TYPE node_memory_SwapCached gauge node_memory_SwapCached 0 # HELP node_memory_SwapFree Memory information field SwapFree. # TYPE node_memory_SwapFree gauge node_memory_SwapFree 4.8863232e+08 # HELP node_memory_SwapTotal Memory information field SwapTotal. # TYPE node_memory_SwapTotal gauge node_memory_SwapTotal 4.8863232e+08 # HELP node_memory_Unevictable Memory information field Unevictable. # TYPE node_memory_Unevictable gauge node_memory_Unevictable 0 # HELP node_memory_VmallocChunk Memory information field VmallocChunk. # TYPE node_memory_VmallocChunk gauge node_memory_VmallocChunk 0 # HELP node_memory_VmallocTotal Memory information field VmallocTotal. # TYPE node_memory_VmallocTotal gauge node_memory_VmallocTotal 3.5184372087808e+13 # HELP node_memory_VmallocUsed Memory information field VmallocUsed. # TYPE node_memory_VmallocUsed gauge node_memory_VmallocUsed 0 # HELP node_memory_Writeback Memory information field Writeback. # TYPE node_memory_Writeback gauge node_memory_Writeback 0 # HELP node_memory_WritebackTmp Memory information field WritebackTmp. # TYPE node_memory_WritebackTmp gauge node_memory_WritebackTmp 0 # HELP node_netstat_Icmp6_InCsumErrors Statistic Icmp6InCsumErrors. # TYPE node_netstat_Icmp6_InCsumErrors untyped node_netstat_Icmp6_InCsumErrors 0 # HELP node_netstat_Icmp6_InDestUnreachs Statistic Icmp6InDestUnreachs. # TYPE node_netstat_Icmp6_InDestUnreachs untyped node_netstat_Icmp6_InDestUnreachs 161276 # HELP node_netstat_Icmp6_InEchoReplies Statistic Icmp6InEchoReplies. # TYPE node_netstat_Icmp6_InEchoReplies untyped node_netstat_Icmp6_InEchoReplies 0 # HELP node_netstat_Icmp6_InEchos Statistic Icmp6InEchos. # TYPE node_netstat_Icmp6_InEchos untyped node_netstat_Icmp6_InEchos 7600 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 2272 # HELP node_netstat_Icmp6_InGroupMembQueries Statistic Icmp6InGroupMembQueries. # TYPE node_netstat_Icmp6_InGroupMembQueries untyped node_netstat_Icmp6_InGroupMembQueries 6.715239e+06 # HELP node_netstat_Icmp6_InGroupMembReductions Statistic Icmp6InGroupMembReductions. # TYPE node_netstat_Icmp6_InGroupMembReductions untyped node_netstat_Icmp6_InGroupMembReductions 0 # HELP node_netstat_Icmp6_InGroupMembResponses Statistic Icmp6InGroupMembResponses. # TYPE node_netstat_Icmp6_InGroupMembResponses untyped node_netstat_Icmp6_InGroupMembResponses 1.0218851e+07 # HELP node_netstat_Icmp6_InMLDv2Reports Statistic Icmp6InMLDv2Reports. # TYPE node_netstat_Icmp6_InMLDv2Reports untyped node_netstat_Icmp6_InMLDv2Reports 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 2.23319273e+08 # HELP node_netstat_Icmp6_InNeighborAdvertisements Statistic Icmp6InNeighborAdvertisements. # TYPE node_netstat_Icmp6_InNeighborAdvertisements untyped node_netstat_Icmp6_InNeighborAdvertisements 8.4780398e+07 # HELP node_netstat_Icmp6_InNeighborSolicits Statistic Icmp6InNeighborSolicits. # TYPE node_netstat_Icmp6_InNeighborSolicits untyped node_netstat_Icmp6_InNeighborSolicits 1.03028591e+08 # HELP node_netstat_Icmp6_InParmProblems Statistic Icmp6InParmProblems. # TYPE node_netstat_Icmp6_InParmProblems untyped node_netstat_Icmp6_InParmProblems 61 # HELP node_netstat_Icmp6_InPktTooBigs Statistic Icmp6InPktTooBigs. # TYPE node_netstat_Icmp6_InPktTooBigs untyped node_netstat_Icmp6_InPktTooBigs 0 # HELP node_netstat_Icmp6_InRedirects Statistic Icmp6InRedirects. # TYPE node_netstat_Icmp6_InRedirects untyped node_netstat_Icmp6_InRedirects 3 # HELP node_netstat_Icmp6_InRouterAdvertisements Statistic Icmp6InRouterAdvertisements. # TYPE node_netstat_Icmp6_InRouterAdvertisements untyped node_netstat_Icmp6_InRouterAdvertisements 1.840722e+07 # HELP node_netstat_Icmp6_InRouterSolicits Statistic Icmp6InRouterSolicits. # TYPE node_netstat_Icmp6_InRouterSolicits untyped node_netstat_Icmp6_InRouterSolicits 0 # HELP node_netstat_Icmp6_InTimeExcds Statistic Icmp6InTimeExcds. # TYPE node_netstat_Icmp6_InTimeExcds untyped node_netstat_Icmp6_InTimeExcds 34 # HELP node_netstat_Icmp6_InType1 Statistic Icmp6InType1. # TYPE node_netstat_Icmp6_InType1 untyped node_netstat_Icmp6_InType1 161276 # HELP node_netstat_Icmp6_InType128 Statistic Icmp6InType128. # TYPE node_netstat_Icmp6_InType128 untyped node_netstat_Icmp6_InType128 7600 # HELP node_netstat_Icmp6_InType130 Statistic Icmp6InType130. # TYPE node_netstat_Icmp6_InType130 untyped node_netstat_Icmp6_InType130 6.715239e+06 # HELP node_netstat_Icmp6_InType131 Statistic Icmp6InType131. # TYPE node_netstat_Icmp6_InType131 untyped node_netstat_Icmp6_InType131 1.0218851e+07 # HELP node_netstat_Icmp6_InType134 Statistic Icmp6InType134. # TYPE node_netstat_Icmp6_InType134 untyped node_netstat_Icmp6_InType134 1.840722e+07 # HELP node_netstat_Icmp6_InType135 Statistic Icmp6InType135. # TYPE node_netstat_Icmp6_InType135 untyped node_netstat_Icmp6_InType135 1.03028591e+08 # HELP node_netstat_Icmp6_InType136 Statistic Icmp6InType136. # TYPE node_netstat_Icmp6_InType136 untyped node_netstat_Icmp6_InType136 8.4780398e+07 # HELP node_netstat_Icmp6_InType137 Statistic Icmp6InType137. # TYPE node_netstat_Icmp6_InType137 untyped node_netstat_Icmp6_InType137 3 # HELP node_netstat_Icmp6_InType3 Statistic Icmp6InType3. # TYPE node_netstat_Icmp6_InType3 untyped node_netstat_Icmp6_InType3 34 # HELP node_netstat_Icmp6_InType4 Statistic Icmp6InType4. # TYPE node_netstat_Icmp6_InType4 untyped node_netstat_Icmp6_InType4 61 # HELP node_netstat_Icmp6_OutDestUnreachs Statistic Icmp6OutDestUnreachs. # TYPE node_netstat_Icmp6_OutDestUnreachs untyped node_netstat_Icmp6_OutDestUnreachs 149137 # HELP node_netstat_Icmp6_OutEchoReplies Statistic Icmp6OutEchoReplies. # TYPE node_netstat_Icmp6_OutEchoReplies untyped node_netstat_Icmp6_OutEchoReplies 7600 # HELP node_netstat_Icmp6_OutEchos Statistic Icmp6OutEchos. # TYPE node_netstat_Icmp6_OutEchos untyped node_netstat_Icmp6_OutEchos 0 # HELP node_netstat_Icmp6_OutErrors Statistic Icmp6OutErrors. # TYPE node_netstat_Icmp6_OutErrors untyped node_netstat_Icmp6_OutErrors 0 # HELP node_netstat_Icmp6_OutGroupMembQueries Statistic Icmp6OutGroupMembQueries. # TYPE node_netstat_Icmp6_OutGroupMembQueries untyped node_netstat_Icmp6_OutGroupMembQueries 0 # HELP node_netstat_Icmp6_OutGroupMembReductions Statistic Icmp6OutGroupMembReductions. # TYPE node_netstat_Icmp6_OutGroupMembReductions untyped node_netstat_Icmp6_OutGroupMembReductions 0 # HELP node_netstat_Icmp6_OutGroupMembResponses Statistic Icmp6OutGroupMembResponses. # TYPE node_netstat_Icmp6_OutGroupMembResponses untyped node_netstat_Icmp6_OutGroupMembResponses 1.0218199e+07 # HELP node_netstat_Icmp6_OutMLDv2Reports Statistic Icmp6OutMLDv2Reports. # TYPE node_netstat_Icmp6_OutMLDv2Reports untyped node_netstat_Icmp6_OutMLDv2Reports 206 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 1.5889616e+08 # HELP node_netstat_Icmp6_OutNeighborAdvertisements Statistic Icmp6OutNeighborAdvertisements. # TYPE node_netstat_Icmp6_OutNeighborAdvertisements untyped node_netstat_Icmp6_OutNeighborAdvertisements 1.03027742e+08 # HELP node_netstat_Icmp6_OutNeighborSolicits Statistic Icmp6OutNeighborSolicits. # TYPE node_netstat_Icmp6_OutNeighborSolicits untyped node_netstat_Icmp6_OutNeighborSolicits 4.5431196e+07 # HELP node_netstat_Icmp6_OutParmProblems Statistic Icmp6OutParmProblems. # TYPE node_netstat_Icmp6_OutParmProblems untyped node_netstat_Icmp6_OutParmProblems 248 # HELP node_netstat_Icmp6_OutPktTooBigs Statistic Icmp6OutPktTooBigs. # TYPE node_netstat_Icmp6_OutPktTooBigs untyped node_netstat_Icmp6_OutPktTooBigs 0 # HELP node_netstat_Icmp6_OutRedirects Statistic Icmp6OutRedirects. # TYPE node_netstat_Icmp6_OutRedirects untyped node_netstat_Icmp6_OutRedirects 0 # HELP node_netstat_Icmp6_OutRouterAdvertisements Statistic Icmp6OutRouterAdvertisements. # TYPE node_netstat_Icmp6_OutRouterAdvertisements untyped node_netstat_Icmp6_OutRouterAdvertisements 0 # HELP node_netstat_Icmp6_OutRouterSolicits Statistic Icmp6OutRouterSolicits. # TYPE node_netstat_Icmp6_OutRouterSolicits untyped node_netstat_Icmp6_OutRouterSolicits 61832 # HELP node_netstat_Icmp6_OutTimeExcds Statistic Icmp6OutTimeExcds. # TYPE node_netstat_Icmp6_OutTimeExcds untyped node_netstat_Icmp6_OutTimeExcds 0 # HELP node_netstat_Icmp6_OutType1 Statistic Icmp6OutType1. # TYPE node_netstat_Icmp6_OutType1 untyped node_netstat_Icmp6_OutType1 149137 # HELP node_netstat_Icmp6_OutType129 Statistic Icmp6OutType129. # TYPE node_netstat_Icmp6_OutType129 untyped node_netstat_Icmp6_OutType129 7600 # HELP node_netstat_Icmp6_OutType131 Statistic Icmp6OutType131. # TYPE node_netstat_Icmp6_OutType131 untyped node_netstat_Icmp6_OutType131 1.0218199e+07 # HELP node_netstat_Icmp6_OutType133 Statistic Icmp6OutType133. # TYPE node_netstat_Icmp6_OutType133 untyped node_netstat_Icmp6_OutType133 61832 # HELP node_netstat_Icmp6_OutType135 Statistic Icmp6OutType135. # TYPE node_netstat_Icmp6_OutType135 untyped node_netstat_Icmp6_OutType135 4.5431196e+07 # HELP node_netstat_Icmp6_OutType136 Statistic Icmp6OutType136. # TYPE node_netstat_Icmp6_OutType136 untyped node_netstat_Icmp6_OutType136 1.03027742e+08 # HELP node_netstat_Icmp6_OutType143 Statistic Icmp6OutType143. # TYPE node_netstat_Icmp6_OutType143 untyped node_netstat_Icmp6_OutType143 206 # HELP node_netstat_Icmp6_OutType4 Statistic Icmp6OutType4. # TYPE node_netstat_Icmp6_OutType4 untyped node_netstat_Icmp6_OutType4 248 # HELP node_netstat_IcmpMsg_InType0 Statistic IcmpMsgInType0. # TYPE node_netstat_IcmpMsg_InType0 untyped node_netstat_IcmpMsg_InType0 2323 # HELP node_netstat_IcmpMsg_InType11 Statistic IcmpMsgInType11. # TYPE node_netstat_IcmpMsg_InType11 untyped node_netstat_IcmpMsg_InType11 206 # HELP node_netstat_IcmpMsg_InType13 Statistic IcmpMsgInType13. # TYPE node_netstat_IcmpMsg_InType13 untyped node_netstat_IcmpMsg_InType13 12 # HELP node_netstat_IcmpMsg_InType17 Statistic IcmpMsgInType17. # TYPE node_netstat_IcmpMsg_InType17 untyped node_netstat_IcmpMsg_InType17 2 # HELP node_netstat_IcmpMsg_InType3 Statistic IcmpMsgInType3. # TYPE node_netstat_IcmpMsg_InType3 untyped node_netstat_IcmpMsg_InType3 129344 # HELP node_netstat_IcmpMsg_InType5 Statistic IcmpMsgInType5. # TYPE node_netstat_IcmpMsg_InType5 untyped node_netstat_IcmpMsg_InType5 14 # HELP node_netstat_IcmpMsg_InType8 Statistic IcmpMsgInType8. # TYPE node_netstat_IcmpMsg_InType8 untyped node_netstat_IcmpMsg_InType8 106462 # HELP node_netstat_IcmpMsg_OutType0 Statistic IcmpMsgOutType0. # TYPE node_netstat_IcmpMsg_OutType0 untyped node_netstat_IcmpMsg_OutType0 106462 # HELP node_netstat_IcmpMsg_OutType14 Statistic IcmpMsgOutType14. # TYPE node_netstat_IcmpMsg_OutType14 untyped node_netstat_IcmpMsg_OutType14 12 # HELP node_netstat_IcmpMsg_OutType3 Statistic IcmpMsgOutType3. # TYPE node_netstat_IcmpMsg_OutType3 untyped node_netstat_IcmpMsg_OutType3 1.4127173e+07 # HELP node_netstat_Icmp_InAddrMaskReps Statistic IcmpInAddrMaskReps. # TYPE node_netstat_Icmp_InAddrMaskReps untyped node_netstat_Icmp_InAddrMaskReps 0 # HELP node_netstat_Icmp_InAddrMasks Statistic IcmpInAddrMasks. # TYPE node_netstat_Icmp_InAddrMasks untyped node_netstat_Icmp_InAddrMasks 2 # HELP node_netstat_Icmp_InCsumErrors Statistic IcmpInCsumErrors. # TYPE node_netstat_Icmp_InCsumErrors untyped node_netstat_Icmp_InCsumErrors 88 # HELP node_netstat_Icmp_InDestUnreachs Statistic IcmpInDestUnreachs. # TYPE node_netstat_Icmp_InDestUnreachs untyped node_netstat_Icmp_InDestUnreachs 129344 # HELP node_netstat_Icmp_InEchoReps Statistic IcmpInEchoReps. # TYPE node_netstat_Icmp_InEchoReps untyped node_netstat_Icmp_InEchoReps 2323 # HELP node_netstat_Icmp_InEchos Statistic IcmpInEchos. # TYPE node_netstat_Icmp_InEchos untyped node_netstat_Icmp_InEchos 106462 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 838 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 238451 # HELP node_netstat_Icmp_InParmProbs Statistic IcmpInParmProbs. # TYPE node_netstat_Icmp_InParmProbs untyped node_netstat_Icmp_InParmProbs 0 # HELP node_netstat_Icmp_InRedirects Statistic IcmpInRedirects. # TYPE node_netstat_Icmp_InRedirects untyped node_netstat_Icmp_InRedirects 14 # HELP node_netstat_Icmp_InSrcQuenchs Statistic IcmpInSrcQuenchs. # TYPE node_netstat_Icmp_InSrcQuenchs untyped node_netstat_Icmp_InSrcQuenchs 0 # HELP node_netstat_Icmp_InTimeExcds Statistic IcmpInTimeExcds. # TYPE node_netstat_Icmp_InTimeExcds untyped node_netstat_Icmp_InTimeExcds 206 # HELP node_netstat_Icmp_InTimestampReps Statistic IcmpInTimestampReps. # TYPE node_netstat_Icmp_InTimestampReps untyped node_netstat_Icmp_InTimestampReps 0 # HELP node_netstat_Icmp_InTimestamps Statistic IcmpInTimestamps. # TYPE node_netstat_Icmp_InTimestamps untyped node_netstat_Icmp_InTimestamps 12 # HELP node_netstat_Icmp_OutAddrMaskReps Statistic IcmpOutAddrMaskReps. # TYPE node_netstat_Icmp_OutAddrMaskReps untyped node_netstat_Icmp_OutAddrMaskReps 0 # HELP node_netstat_Icmp_OutAddrMasks Statistic IcmpOutAddrMasks. # TYPE node_netstat_Icmp_OutAddrMasks untyped node_netstat_Icmp_OutAddrMasks 0 # HELP node_netstat_Icmp_OutDestUnreachs Statistic IcmpOutDestUnreachs. # TYPE node_netstat_Icmp_OutDestUnreachs untyped node_netstat_Icmp_OutDestUnreachs 1.4127173e+07 # HELP node_netstat_Icmp_OutEchoReps Statistic IcmpOutEchoReps. # TYPE node_netstat_Icmp_OutEchoReps untyped node_netstat_Icmp_OutEchoReps 106462 # HELP node_netstat_Icmp_OutEchos Statistic IcmpOutEchos. # TYPE node_netstat_Icmp_OutEchos untyped node_netstat_Icmp_OutEchos 0 # HELP node_netstat_Icmp_OutErrors Statistic IcmpOutErrors. # TYPE node_netstat_Icmp_OutErrors untyped node_netstat_Icmp_OutErrors 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 1.4233647e+07 # HELP node_netstat_Icmp_OutParmProbs Statistic IcmpOutParmProbs. # TYPE node_netstat_Icmp_OutParmProbs untyped node_netstat_Icmp_OutParmProbs 0 # HELP node_netstat_Icmp_OutRedirects Statistic IcmpOutRedirects. # TYPE node_netstat_Icmp_OutRedirects untyped node_netstat_Icmp_OutRedirects 0 # HELP node_netstat_Icmp_OutSrcQuenchs Statistic IcmpOutSrcQuenchs. # TYPE node_netstat_Icmp_OutSrcQuenchs untyped node_netstat_Icmp_OutSrcQuenchs 0 # HELP node_netstat_Icmp_OutTimeExcds Statistic IcmpOutTimeExcds. # TYPE node_netstat_Icmp_OutTimeExcds untyped node_netstat_Icmp_OutTimeExcds 0 # HELP node_netstat_Icmp_OutTimestampReps Statistic IcmpOutTimestampReps. # TYPE node_netstat_Icmp_OutTimestampReps untyped node_netstat_Icmp_OutTimestampReps 12 # HELP node_netstat_Icmp_OutTimestamps Statistic IcmpOutTimestamps. # TYPE node_netstat_Icmp_OutTimestamps untyped node_netstat_Icmp_OutTimestamps 0 # HELP node_netstat_Ip6_FragCreates Statistic Ip6FragCreates. # TYPE node_netstat_Ip6_FragCreates untyped node_netstat_Ip6_FragCreates 16 # HELP node_netstat_Ip6_FragFails Statistic Ip6FragFails. # TYPE node_netstat_Ip6_FragFails untyped node_netstat_Ip6_FragFails 57 # HELP node_netstat_Ip6_FragOKs Statistic Ip6FragOKs. # TYPE node_netstat_Ip6_FragOKs untyped node_netstat_Ip6_FragOKs 8 # HELP node_netstat_Ip6_InAddrErrors Statistic Ip6InAddrErrors. # TYPE node_netstat_Ip6_InAddrErrors untyped node_netstat_Ip6_InAddrErrors 11982 # HELP node_netstat_Ip6_InBcastOctets Statistic Ip6InBcastOctets. # TYPE node_netstat_Ip6_InBcastOctets untyped node_netstat_Ip6_InBcastOctets 0 # HELP node_netstat_Ip6_InCEPkts Statistic Ip6InCEPkts. # TYPE node_netstat_Ip6_InCEPkts untyped node_netstat_Ip6_InCEPkts 7 # HELP node_netstat_Ip6_InDelivers Statistic Ip6InDelivers. # TYPE node_netstat_Ip6_InDelivers untyped node_netstat_Ip6_InDelivers 4.52848615e+08 # HELP node_netstat_Ip6_InDiscards Statistic Ip6InDiscards. # TYPE node_netstat_Ip6_InDiscards untyped node_netstat_Ip6_InDiscards 0 # HELP node_netstat_Ip6_InECT0Pkts Statistic Ip6InECT0Pkts. # TYPE node_netstat_Ip6_InECT0Pkts untyped node_netstat_Ip6_InECT0Pkts 3903 # HELP node_netstat_Ip6_InECT1Pkts Statistic Ip6InECT1Pkts. # TYPE node_netstat_Ip6_InECT1Pkts untyped node_netstat_Ip6_InECT1Pkts 508 # HELP node_netstat_Ip6_InHdrErrors Statistic Ip6InHdrErrors. # TYPE node_netstat_Ip6_InHdrErrors untyped node_netstat_Ip6_InHdrErrors 9 # HELP node_netstat_Ip6_InMcastOctets Statistic Ip6InMcastOctets. # TYPE node_netstat_Ip6_InMcastOctets untyped node_netstat_Ip6_InMcastOctets 3.7199398744e+10 # HELP node_netstat_Ip6_InMcastPkts Statistic Ip6InMcastPkts. # TYPE node_netstat_Ip6_InMcastPkts untyped node_netstat_Ip6_InMcastPkts 4.94334679e+08 # HELP node_netstat_Ip6_InNoECTPkts Statistic Ip6InNoECTPkts. # TYPE node_netstat_Ip6_InNoECTPkts untyped node_netstat_Ip6_InNoECTPkts 8.82081643e+08 # HELP node_netstat_Ip6_InNoRoutes Statistic Ip6InNoRoutes. # TYPE node_netstat_Ip6_InNoRoutes untyped node_netstat_Ip6_InNoRoutes 1 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1.16548217138e+11 # HELP node_netstat_Ip6_InReceives Statistic Ip6InReceives. # TYPE node_netstat_Ip6_InReceives untyped node_netstat_Ip6_InReceives 8.82085976e+08 # HELP node_netstat_Ip6_InTooBigErrors Statistic Ip6InTooBigErrors. # TYPE node_netstat_Ip6_InTooBigErrors untyped node_netstat_Ip6_InTooBigErrors 0 # HELP node_netstat_Ip6_InTruncatedPkts Statistic Ip6InTruncatedPkts. # TYPE node_netstat_Ip6_InTruncatedPkts untyped node_netstat_Ip6_InTruncatedPkts 74 # HELP node_netstat_Ip6_InUnknownProtos Statistic Ip6InUnknownProtos. # TYPE node_netstat_Ip6_InUnknownProtos untyped node_netstat_Ip6_InUnknownProtos 248 # HELP node_netstat_Ip6_OutBcastOctets Statistic Ip6OutBcastOctets. # TYPE node_netstat_Ip6_OutBcastOctets untyped node_netstat_Ip6_OutBcastOctets 0 # HELP node_netstat_Ip6_OutDiscards Statistic Ip6OutDiscards. # TYPE node_netstat_Ip6_OutDiscards untyped node_netstat_Ip6_OutDiscards 0 # HELP node_netstat_Ip6_OutForwDatagrams Statistic Ip6OutForwDatagrams. # TYPE node_netstat_Ip6_OutForwDatagrams untyped node_netstat_Ip6_OutForwDatagrams 0 # HELP node_netstat_Ip6_OutMcastOctets Statistic Ip6OutMcastOctets. # TYPE node_netstat_Ip6_OutMcastOctets untyped node_netstat_Ip6_OutMcastOctets 1.08184434e+09 # HELP node_netstat_Ip6_OutMcastPkts Statistic Ip6OutMcastPkts. # TYPE node_netstat_Ip6_OutMcastPkts untyped node_netstat_Ip6_OutMcastPkts 1.5799048e+07 # HELP node_netstat_Ip6_OutNoRoutes Statistic Ip6OutNoRoutes. # TYPE node_netstat_Ip6_OutNoRoutes untyped node_netstat_Ip6_OutNoRoutes 6 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 1.62731402831e+11 # HELP node_netstat_Ip6_OutRequests Statistic Ip6OutRequests. # TYPE node_netstat_Ip6_OutRequests untyped node_netstat_Ip6_OutRequests 2.04798978e+08 # HELP node_netstat_Ip6_ReasmFails Statistic Ip6ReasmFails. # TYPE node_netstat_Ip6_ReasmFails untyped node_netstat_Ip6_ReasmFails 0 # HELP node_netstat_Ip6_ReasmOKs Statistic Ip6ReasmOKs. # TYPE node_netstat_Ip6_ReasmOKs untyped node_netstat_Ip6_ReasmOKs 5 # HELP node_netstat_Ip6_ReasmReqds Statistic Ip6ReasmReqds. # TYPE node_netstat_Ip6_ReasmReqds untyped node_netstat_Ip6_ReasmReqds 10 # HELP node_netstat_Ip6_ReasmTimeout Statistic Ip6ReasmTimeout. # TYPE node_netstat_Ip6_ReasmTimeout untyped node_netstat_Ip6_ReasmTimeout 0 # HELP node_netstat_IpExt_InBcastOctets Statistic IpExtInBcastOctets. # TYPE node_netstat_IpExt_InBcastOctets untyped node_netstat_IpExt_InBcastOctets 6.911784e+06 # HELP node_netstat_IpExt_InBcastPkts Statistic IpExtInBcastPkts. # TYPE node_netstat_IpExt_InBcastPkts untyped node_netstat_IpExt_InBcastPkts 78210 # HELP node_netstat_IpExt_InCEPkts Statistic IpExtInCEPkts. # TYPE node_netstat_IpExt_InCEPkts untyped node_netstat_IpExt_InCEPkts 25 # HELP node_netstat_IpExt_InCsumErrors Statistic IpExtInCsumErrors. # TYPE node_netstat_IpExt_InCsumErrors untyped node_netstat_IpExt_InCsumErrors 810534 # HELP node_netstat_IpExt_InECT0Pkts Statistic IpExtInECT0Pkts. # TYPE node_netstat_IpExt_InECT0Pkts untyped node_netstat_IpExt_InECT0Pkts 20102 # HELP node_netstat_IpExt_InECT1Pkts Statistic IpExtInECT1Pkts. # TYPE node_netstat_IpExt_InECT1Pkts untyped node_netstat_IpExt_InECT1Pkts 3090 # HELP node_netstat_IpExt_InMcastOctets Statistic IpExtInMcastOctets. # TYPE node_netstat_IpExt_InMcastOctets untyped node_netstat_IpExt_InMcastOctets 1.34364936e+08 # HELP node_netstat_IpExt_InMcastPkts Statistic IpExtInMcastPkts. # TYPE node_netstat_IpExt_InMcastPkts untyped node_netstat_IpExt_InMcastPkts 4.198904e+06 # HELP node_netstat_IpExt_InNoECTPkts Statistic IpExtInNoECTPkts. # TYPE node_netstat_IpExt_InNoECTPkts untyped node_netstat_IpExt_InNoECTPkts 3.136890559e+09 # HELP node_netstat_IpExt_InNoRoutes Statistic IpExtInNoRoutes. # TYPE node_netstat_IpExt_InNoRoutes untyped node_netstat_IpExt_InNoRoutes 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 5.74317713185e+11 # HELP node_netstat_IpExt_InTruncatedPkts Statistic IpExtInTruncatedPkts. # TYPE node_netstat_IpExt_InTruncatedPkts untyped node_netstat_IpExt_InTruncatedPkts 7 # HELP node_netstat_IpExt_OutBcastOctets Statistic IpExtOutBcastOctets. # TYPE node_netstat_IpExt_OutBcastOctets untyped node_netstat_IpExt_OutBcastOctets 0 # HELP node_netstat_IpExt_OutBcastPkts Statistic IpExtOutBcastPkts. # TYPE node_netstat_IpExt_OutBcastPkts untyped node_netstat_IpExt_OutBcastPkts 0 # HELP node_netstat_IpExt_OutMcastOctets Statistic IpExtOutMcastOctets. # TYPE node_netstat_IpExt_OutMcastOctets untyped node_netstat_IpExt_OutMcastOctets 0 # HELP node_netstat_IpExt_OutMcastPkts Statistic IpExtOutMcastPkts. # TYPE node_netstat_IpExt_OutMcastPkts untyped node_netstat_IpExt_OutMcastPkts 0 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 6.6185415497e+11 # HELP node_netstat_Ip_DefaultTTL Statistic IpDefaultTTL. # TYPE node_netstat_Ip_DefaultTTL untyped node_netstat_Ip_DefaultTTL 64 # HELP node_netstat_Ip_ForwDatagrams Statistic IpForwDatagrams. # TYPE node_netstat_Ip_ForwDatagrams untyped node_netstat_Ip_ForwDatagrams 0 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 2 # HELP node_netstat_Ip_FragCreates Statistic IpFragCreates. # TYPE node_netstat_Ip_FragCreates untyped node_netstat_Ip_FragCreates 26 # HELP node_netstat_Ip_FragFails Statistic IpFragFails. # TYPE node_netstat_Ip_FragFails untyped node_netstat_Ip_FragFails 0 # HELP node_netstat_Ip_FragOKs Statistic IpFragOKs. # TYPE node_netstat_Ip_FragOKs untyped node_netstat_Ip_FragOKs 13 # HELP node_netstat_Ip_InAddrErrors Statistic IpInAddrErrors. # TYPE node_netstat_Ip_InAddrErrors untyped node_netstat_Ip_InAddrErrors 3 # HELP node_netstat_Ip_InDelivers Statistic IpInDelivers. # TYPE node_netstat_Ip_InDelivers untyped node_netstat_Ip_InDelivers 3.105852895e+09 # HELP node_netstat_Ip_InDiscards Statistic IpInDiscards. # TYPE node_netstat_Ip_InDiscards untyped node_netstat_Ip_InDiscards 0 # HELP node_netstat_Ip_InHdrErrors Statistic IpInHdrErrors. # TYPE node_netstat_Ip_InHdrErrors untyped node_netstat_Ip_InHdrErrors 810534 # HELP node_netstat_Ip_InReceives Statistic IpInReceives. # TYPE node_netstat_Ip_InReceives untyped node_netstat_Ip_InReceives 3.136894657e+09 # HELP node_netstat_Ip_InUnknownProtos Statistic IpInUnknownProtos. # TYPE node_netstat_Ip_InUnknownProtos untyped node_netstat_Ip_InUnknownProtos 200 # HELP node_netstat_Ip_OutDiscards Statistic IpOutDiscards. # TYPE node_netstat_Ip_OutDiscards untyped node_netstat_Ip_OutDiscards 0 # HELP node_netstat_Ip_OutNoRoutes Statistic IpOutNoRoutes. # TYPE node_netstat_Ip_OutNoRoutes untyped node_netstat_Ip_OutNoRoutes 0 # HELP node_netstat_Ip_OutRequests Statistic IpOutRequests. # TYPE node_netstat_Ip_OutRequests untyped node_netstat_Ip_OutRequests 4.107611978e+09 # HELP node_netstat_Ip_ReasmFails Statistic IpReasmFails. # TYPE node_netstat_Ip_ReasmFails untyped node_netstat_Ip_ReasmFails 3 # HELP node_netstat_Ip_ReasmOKs Statistic IpReasmOKs. # TYPE node_netstat_Ip_ReasmOKs untyped node_netstat_Ip_ReasmOKs 60 # HELP node_netstat_Ip_ReasmReqds Statistic IpReasmReqds. # TYPE node_netstat_Ip_ReasmReqds untyped node_netstat_Ip_ReasmReqds 126 # HELP node_netstat_Ip_ReasmTimeout Statistic IpReasmTimeout. # TYPE node_netstat_Ip_ReasmTimeout untyped node_netstat_Ip_ReasmTimeout 3 # HELP node_netstat_TcpExt_ArpFilter Statistic TcpExtArpFilter. # TYPE node_netstat_TcpExt_ArpFilter untyped node_netstat_TcpExt_ArpFilter 0 # HELP node_netstat_TcpExt_BusyPollRxPackets Statistic TcpExtBusyPollRxPackets. # TYPE node_netstat_TcpExt_BusyPollRxPackets untyped node_netstat_TcpExt_BusyPollRxPackets 0 # HELP node_netstat_TcpExt_DelayedACKLocked Statistic TcpExtDelayedACKLocked. # TYPE node_netstat_TcpExt_DelayedACKLocked untyped node_netstat_TcpExt_DelayedACKLocked 18 # HELP node_netstat_TcpExt_DelayedACKLost Statistic TcpExtDelayedACKLost. # TYPE node_netstat_TcpExt_DelayedACKLost untyped node_netstat_TcpExt_DelayedACKLost 380692 # HELP node_netstat_TcpExt_DelayedACKs Statistic TcpExtDelayedACKs. # TYPE node_netstat_TcpExt_DelayedACKs untyped node_netstat_TcpExt_DelayedACKs 855268 # HELP node_netstat_TcpExt_EmbryonicRsts Statistic TcpExtEmbryonicRsts. # TYPE node_netstat_TcpExt_EmbryonicRsts untyped node_netstat_TcpExt_EmbryonicRsts 41987 # HELP node_netstat_TcpExt_IPReversePathFilter Statistic TcpExtIPReversePathFilter. # TYPE node_netstat_TcpExt_IPReversePathFilter untyped node_netstat_TcpExt_IPReversePathFilter 0 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 517 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_LockDroppedIcmps Statistic TcpExtLockDroppedIcmps. # TYPE node_netstat_TcpExt_LockDroppedIcmps untyped node_netstat_TcpExt_LockDroppedIcmps 0 # HELP node_netstat_TcpExt_OfoPruned Statistic TcpExtOfoPruned. # TYPE node_netstat_TcpExt_OfoPruned untyped node_netstat_TcpExt_OfoPruned 0 # HELP node_netstat_TcpExt_OutOfWindowIcmps Statistic TcpExtOutOfWindowIcmps. # TYPE node_netstat_TcpExt_OutOfWindowIcmps untyped node_netstat_TcpExt_OutOfWindowIcmps 7 # HELP node_netstat_TcpExt_PAWSActive Statistic TcpExtPAWSActive. # TYPE node_netstat_TcpExt_PAWSActive untyped node_netstat_TcpExt_PAWSActive 0 # HELP node_netstat_TcpExt_PAWSEstab Statistic TcpExtPAWSEstab. # TYPE node_netstat_TcpExt_PAWSEstab untyped node_netstat_TcpExt_PAWSEstab 24376 # HELP node_netstat_TcpExt_PAWSPassive Statistic TcpExtPAWSPassive. # TYPE node_netstat_TcpExt_PAWSPassive untyped node_netstat_TcpExt_PAWSPassive 0 # HELP node_netstat_TcpExt_PruneCalled Statistic TcpExtPruneCalled. # TYPE node_netstat_TcpExt_PruneCalled untyped node_netstat_TcpExt_PruneCalled 0 # HELP node_netstat_TcpExt_RcvPruned Statistic TcpExtRcvPruned. # TYPE node_netstat_TcpExt_RcvPruned untyped node_netstat_TcpExt_RcvPruned 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 637 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 648 # HELP node_netstat_TcpExt_TCPACKSkippedChallenge Statistic TcpExtTCPACKSkippedChallenge. # TYPE node_netstat_TcpExt_TCPACKSkippedChallenge untyped node_netstat_TcpExt_TCPACKSkippedChallenge 12 # HELP node_netstat_TcpExt_TCPACKSkippedFinWait2 Statistic TcpExtTCPACKSkippedFinWait2. # TYPE node_netstat_TcpExt_TCPACKSkippedFinWait2 untyped node_netstat_TcpExt_TCPACKSkippedFinWait2 0 # HELP node_netstat_TcpExt_TCPACKSkippedPAWS Statistic TcpExtTCPACKSkippedPAWS. # TYPE node_netstat_TcpExt_TCPACKSkippedPAWS untyped node_netstat_TcpExt_TCPACKSkippedPAWS 472 # HELP node_netstat_TcpExt_TCPACKSkippedSeq Statistic TcpExtTCPACKSkippedSeq. # TYPE node_netstat_TcpExt_TCPACKSkippedSeq untyped node_netstat_TcpExt_TCPACKSkippedSeq 591 # HELP node_netstat_TcpExt_TCPACKSkippedSynRecv Statistic TcpExtTCPACKSkippedSynRecv. # TYPE node_netstat_TcpExt_TCPACKSkippedSynRecv untyped node_netstat_TcpExt_TCPACKSkippedSynRecv 12200 # HELP node_netstat_TcpExt_TCPACKSkippedTimeWait Statistic TcpExtTCPACKSkippedTimeWait. # TYPE node_netstat_TcpExt_TCPACKSkippedTimeWait untyped node_netstat_TcpExt_TCPACKSkippedTimeWait 8 # HELP node_netstat_TcpExt_TCPAbortFailed Statistic TcpExtTCPAbortFailed. # TYPE node_netstat_TcpExt_TCPAbortFailed untyped node_netstat_TcpExt_TCPAbortFailed 0 # HELP node_netstat_TcpExt_TCPAbortOnClose Statistic TcpExtTCPAbortOnClose. # TYPE node_netstat_TcpExt_TCPAbortOnClose untyped node_netstat_TcpExt_TCPAbortOnClose 3085 # HELP node_netstat_TcpExt_TCPAbortOnData Statistic TcpExtTCPAbortOnData. # TYPE node_netstat_TcpExt_TCPAbortOnData untyped node_netstat_TcpExt_TCPAbortOnData 244959 # HELP node_netstat_TcpExt_TCPAbortOnLinger Statistic TcpExtTCPAbortOnLinger. # TYPE node_netstat_TcpExt_TCPAbortOnLinger untyped node_netstat_TcpExt_TCPAbortOnLinger 0 # HELP node_netstat_TcpExt_TCPAbortOnMemory Statistic TcpExtTCPAbortOnMemory. # TYPE node_netstat_TcpExt_TCPAbortOnMemory untyped node_netstat_TcpExt_TCPAbortOnMemory 0 # HELP node_netstat_TcpExt_TCPAbortOnTimeout Statistic TcpExtTCPAbortOnTimeout. # TYPE node_netstat_TcpExt_TCPAbortOnTimeout untyped node_netstat_TcpExt_TCPAbortOnTimeout 23136 # HELP node_netstat_TcpExt_TCPAutoCorking Statistic TcpExtTCPAutoCorking. # TYPE node_netstat_TcpExt_TCPAutoCorking untyped node_netstat_TcpExt_TCPAutoCorking 297 # HELP node_netstat_TcpExt_TCPBacklogDrop Statistic TcpExtTCPBacklogDrop. # TYPE node_netstat_TcpExt_TCPBacklogDrop untyped node_netstat_TcpExt_TCPBacklogDrop 0 # HELP node_netstat_TcpExt_TCPChallengeACK Statistic TcpExtTCPChallengeACK. # TYPE node_netstat_TcpExt_TCPChallengeACK untyped node_netstat_TcpExt_TCPChallengeACK 251 # HELP node_netstat_TcpExt_TCPDSACKIgnoredNoUndo Statistic TcpExtTCPDSACKIgnoredNoUndo. # TYPE node_netstat_TcpExt_TCPDSACKIgnoredNoUndo untyped node_netstat_TcpExt_TCPDSACKIgnoredNoUndo 22539 # HELP node_netstat_TcpExt_TCPDSACKIgnoredOld Statistic TcpExtTCPDSACKIgnoredOld. # TYPE node_netstat_TcpExt_TCPDSACKIgnoredOld untyped node_netstat_TcpExt_TCPDSACKIgnoredOld 13 # HELP node_netstat_TcpExt_TCPDSACKOfoRecv Statistic TcpExtTCPDSACKOfoRecv. # TYPE node_netstat_TcpExt_TCPDSACKOfoRecv untyped node_netstat_TcpExt_TCPDSACKOfoRecv 155 # HELP node_netstat_TcpExt_TCPDSACKOfoSent Statistic TcpExtTCPDSACKOfoSent. # TYPE node_netstat_TcpExt_TCPDSACKOfoSent untyped node_netstat_TcpExt_TCPDSACKOfoSent 133 # HELP node_netstat_TcpExt_TCPDSACKOldSent Statistic TcpExtTCPDSACKOldSent. # TYPE node_netstat_TcpExt_TCPDSACKOldSent untyped node_netstat_TcpExt_TCPDSACKOldSent 380215 # HELP node_netstat_TcpExt_TCPDSACKRecv Statistic TcpExtTCPDSACKRecv. # TYPE node_netstat_TcpExt_TCPDSACKRecv untyped node_netstat_TcpExt_TCPDSACKRecv 33007 # HELP node_netstat_TcpExt_TCPDSACKUndo Statistic TcpExtTCPDSACKUndo. # TYPE node_netstat_TcpExt_TCPDSACKUndo untyped node_netstat_TcpExt_TCPDSACKUndo 1258 # HELP node_netstat_TcpExt_TCPDeferAcceptDrop Statistic TcpExtTCPDeferAcceptDrop. # TYPE node_netstat_TcpExt_TCPDeferAcceptDrop untyped node_netstat_TcpExt_TCPDeferAcceptDrop 0 # HELP node_netstat_TcpExt_TCPDirectCopyFromBacklog Statistic TcpExtTCPDirectCopyFromBacklog. # TYPE node_netstat_TcpExt_TCPDirectCopyFromBacklog untyped node_netstat_TcpExt_TCPDirectCopyFromBacklog 0 # HELP node_netstat_TcpExt_TCPDirectCopyFromPrequeue Statistic TcpExtTCPDirectCopyFromPrequeue. # TYPE node_netstat_TcpExt_TCPDirectCopyFromPrequeue untyped node_netstat_TcpExt_TCPDirectCopyFromPrequeue 173999 # HELP node_netstat_TcpExt_TCPFACKReorder Statistic TcpExtTCPFACKReorder. # TYPE node_netstat_TcpExt_TCPFACKReorder untyped node_netstat_TcpExt_TCPFACKReorder 283 # HELP node_netstat_TcpExt_TCPFastOpenActive Statistic TcpExtTCPFastOpenActive. # TYPE node_netstat_TcpExt_TCPFastOpenActive untyped node_netstat_TcpExt_TCPFastOpenActive 0 # HELP node_netstat_TcpExt_TCPFastOpenActiveFail Statistic TcpExtTCPFastOpenActiveFail. # TYPE node_netstat_TcpExt_TCPFastOpenActiveFail untyped node_netstat_TcpExt_TCPFastOpenActiveFail 0 # HELP node_netstat_TcpExt_TCPFastOpenCookieReqd Statistic TcpExtTCPFastOpenCookieReqd. # TYPE node_netstat_TcpExt_TCPFastOpenCookieReqd untyped node_netstat_TcpExt_TCPFastOpenCookieReqd 2812 # HELP node_netstat_TcpExt_TCPFastOpenListenOverflow Statistic TcpExtTCPFastOpenListenOverflow. # TYPE node_netstat_TcpExt_TCPFastOpenListenOverflow untyped node_netstat_TcpExt_TCPFastOpenListenOverflow 0 # HELP node_netstat_TcpExt_TCPFastOpenPassive Statistic TcpExtTCPFastOpenPassive. # TYPE node_netstat_TcpExt_TCPFastOpenPassive untyped node_netstat_TcpExt_TCPFastOpenPassive 0 # HELP node_netstat_TcpExt_TCPFastOpenPassiveFail Statistic TcpExtTCPFastOpenPassiveFail. # TYPE node_netstat_TcpExt_TCPFastOpenPassiveFail untyped node_netstat_TcpExt_TCPFastOpenPassiveFail 0 # HELP node_netstat_TcpExt_TCPFastRetrans Statistic TcpExtTCPFastRetrans. # TYPE node_netstat_TcpExt_TCPFastRetrans untyped node_netstat_TcpExt_TCPFastRetrans 13511 # HELP node_netstat_TcpExt_TCPForwardRetrans Statistic TcpExtTCPForwardRetrans. # TYPE node_netstat_TcpExt_TCPForwardRetrans untyped node_netstat_TcpExt_TCPForwardRetrans 2301 # HELP node_netstat_TcpExt_TCPFromZeroWindowAdv Statistic TcpExtTCPFromZeroWindowAdv. # TYPE node_netstat_TcpExt_TCPFromZeroWindowAdv untyped node_netstat_TcpExt_TCPFromZeroWindowAdv 0 # HELP node_netstat_TcpExt_TCPFullUndo Statistic TcpExtTCPFullUndo. # TYPE node_netstat_TcpExt_TCPFullUndo untyped node_netstat_TcpExt_TCPFullUndo 804 # HELP node_netstat_TcpExt_TCPHPAcks Statistic TcpExtTCPHPAcks. # TYPE node_netstat_TcpExt_TCPHPAcks untyped node_netstat_TcpExt_TCPHPAcks 1.67081608e+08 # HELP node_netstat_TcpExt_TCPHPHits Statistic TcpExtTCPHPHits. # TYPE node_netstat_TcpExt_TCPHPHits untyped node_netstat_TcpExt_TCPHPHits 1.91641803e+08 # HELP node_netstat_TcpExt_TCPHPHitsToUser Statistic TcpExtTCPHPHitsToUser. # TYPE node_netstat_TcpExt_TCPHPHitsToUser untyped node_netstat_TcpExt_TCPHPHitsToUser 16 # HELP node_netstat_TcpExt_TCPHystartDelayCwnd Statistic TcpExtTCPHystartDelayCwnd. # TYPE node_netstat_TcpExt_TCPHystartDelayCwnd untyped node_netstat_TcpExt_TCPHystartDelayCwnd 32143 # HELP node_netstat_TcpExt_TCPHystartDelayDetect Statistic TcpExtTCPHystartDelayDetect. # TYPE node_netstat_TcpExt_TCPHystartDelayDetect untyped node_netstat_TcpExt_TCPHystartDelayDetect 658 # HELP node_netstat_TcpExt_TCPHystartTrainCwnd Statistic TcpExtTCPHystartTrainCwnd. # TYPE node_netstat_TcpExt_TCPHystartTrainCwnd untyped node_netstat_TcpExt_TCPHystartTrainCwnd 24112 # HELP node_netstat_TcpExt_TCPHystartTrainDetect Statistic TcpExtTCPHystartTrainDetect. # TYPE node_netstat_TcpExt_TCPHystartTrainDetect untyped node_netstat_TcpExt_TCPHystartTrainDetect 788 # HELP node_netstat_TcpExt_TCPKeepAlive Statistic TcpExtTCPKeepAlive. # TYPE node_netstat_TcpExt_TCPKeepAlive untyped node_netstat_TcpExt_TCPKeepAlive 20 # HELP node_netstat_TcpExt_TCPLossFailures Statistic TcpExtTCPLossFailures. # TYPE node_netstat_TcpExt_TCPLossFailures untyped node_netstat_TcpExt_TCPLossFailures 873 # HELP node_netstat_TcpExt_TCPLossProbeRecovery Statistic TcpExtTCPLossProbeRecovery. # TYPE node_netstat_TcpExt_TCPLossProbeRecovery untyped node_netstat_TcpExt_TCPLossProbeRecovery 10661 # HELP node_netstat_TcpExt_TCPLossProbes Statistic TcpExtTCPLossProbes. # TYPE node_netstat_TcpExt_TCPLossProbes untyped node_netstat_TcpExt_TCPLossProbes 88948 # HELP node_netstat_TcpExt_TCPLossUndo Statistic TcpExtTCPLossUndo. # TYPE node_netstat_TcpExt_TCPLossUndo untyped node_netstat_TcpExt_TCPLossUndo 4668 # HELP node_netstat_TcpExt_TCPLostRetransmit Statistic TcpExtTCPLostRetransmit. # TYPE node_netstat_TcpExt_TCPLostRetransmit untyped node_netstat_TcpExt_TCPLostRetransmit 167 # HELP node_netstat_TcpExt_TCPMD5Failure Statistic TcpExtTCPMD5Failure. # TYPE node_netstat_TcpExt_TCPMD5Failure untyped node_netstat_TcpExt_TCPMD5Failure 0 # HELP node_netstat_TcpExt_TCPMD5NotFound Statistic TcpExtTCPMD5NotFound. # TYPE node_netstat_TcpExt_TCPMD5NotFound untyped node_netstat_TcpExt_TCPMD5NotFound 0 # HELP node_netstat_TcpExt_TCPMD5Unexpected Statistic TcpExtTCPMD5Unexpected. # TYPE node_netstat_TcpExt_TCPMD5Unexpected untyped node_netstat_TcpExt_TCPMD5Unexpected 0 # HELP node_netstat_TcpExt_TCPMTUPFail Statistic TcpExtTCPMTUPFail. # TYPE node_netstat_TcpExt_TCPMTUPFail untyped node_netstat_TcpExt_TCPMTUPFail 0 # HELP node_netstat_TcpExt_TCPMTUPSuccess Statistic TcpExtTCPMTUPSuccess. # TYPE node_netstat_TcpExt_TCPMTUPSuccess untyped node_netstat_TcpExt_TCPMTUPSuccess 0 # HELP node_netstat_TcpExt_TCPMemoryPressures Statistic TcpExtTCPMemoryPressures. # TYPE node_netstat_TcpExt_TCPMemoryPressures untyped node_netstat_TcpExt_TCPMemoryPressures 0 # HELP node_netstat_TcpExt_TCPMinTTLDrop Statistic TcpExtTCPMinTTLDrop. # TYPE node_netstat_TcpExt_TCPMinTTLDrop untyped node_netstat_TcpExt_TCPMinTTLDrop 0 # HELP node_netstat_TcpExt_TCPOFODrop Statistic TcpExtTCPOFODrop. # TYPE node_netstat_TcpExt_TCPOFODrop untyped node_netstat_TcpExt_TCPOFODrop 0 # HELP node_netstat_TcpExt_TCPOFOMerge Statistic TcpExtTCPOFOMerge. # TYPE node_netstat_TcpExt_TCPOFOMerge untyped node_netstat_TcpExt_TCPOFOMerge 243 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 32590 # HELP node_netstat_TcpExt_TCPOrigDataSent Statistic TcpExtTCPOrigDataSent. # TYPE node_netstat_TcpExt_TCPOrigDataSent untyped node_netstat_TcpExt_TCPOrigDataSent 3.03303961e+08 # HELP node_netstat_TcpExt_TCPPartialUndo Statistic TcpExtTCPPartialUndo. # TYPE node_netstat_TcpExt_TCPPartialUndo untyped node_netstat_TcpExt_TCPPartialUndo 1525 # HELP node_netstat_TcpExt_TCPPrequeueDropped Statistic TcpExtTCPPrequeueDropped. # TYPE node_netstat_TcpExt_TCPPrequeueDropped untyped node_netstat_TcpExt_TCPPrequeueDropped 0 # HELP node_netstat_TcpExt_TCPPrequeued Statistic TcpExtTCPPrequeued. # TYPE node_netstat_TcpExt_TCPPrequeued untyped node_netstat_TcpExt_TCPPrequeued 259901 # HELP node_netstat_TcpExt_TCPPureAcks Statistic TcpExtTCPPureAcks. # TYPE node_netstat_TcpExt_TCPPureAcks untyped node_netstat_TcpExt_TCPPureAcks 4.560566e+07 # HELP node_netstat_TcpExt_TCPRcvCoalesce Statistic TcpExtTCPRcvCoalesce. # TYPE node_netstat_TcpExt_TCPRcvCoalesce untyped node_netstat_TcpExt_TCPRcvCoalesce 9.996277e+06 # HELP node_netstat_TcpExt_TCPRcvCollapsed Statistic TcpExtTCPRcvCollapsed. # TYPE node_netstat_TcpExt_TCPRcvCollapsed untyped node_netstat_TcpExt_TCPRcvCollapsed 0 # HELP node_netstat_TcpExt_TCPRenoFailures Statistic TcpExtTCPRenoFailures. # TYPE node_netstat_TcpExt_TCPRenoFailures untyped node_netstat_TcpExt_TCPRenoFailures 2 # HELP node_netstat_TcpExt_TCPRenoRecovery Statistic TcpExtTCPRenoRecovery. # TYPE node_netstat_TcpExt_TCPRenoRecovery untyped node_netstat_TcpExt_TCPRenoRecovery 42 # HELP node_netstat_TcpExt_TCPRenoRecoveryFail Statistic TcpExtTCPRenoRecoveryFail. # TYPE node_netstat_TcpExt_TCPRenoRecoveryFail untyped node_netstat_TcpExt_TCPRenoRecoveryFail 11 # HELP node_netstat_TcpExt_TCPRenoReorder Statistic TcpExtTCPRenoReorder. # TYPE node_netstat_TcpExt_TCPRenoReorder untyped node_netstat_TcpExt_TCPRenoReorder 0 # HELP node_netstat_TcpExt_TCPReqQFullDoCookies Statistic TcpExtTCPReqQFullDoCookies. # TYPE node_netstat_TcpExt_TCPReqQFullDoCookies untyped node_netstat_TcpExt_TCPReqQFullDoCookies 648 # HELP node_netstat_TcpExt_TCPReqQFullDrop Statistic TcpExtTCPReqQFullDrop. # TYPE node_netstat_TcpExt_TCPReqQFullDrop untyped node_netstat_TcpExt_TCPReqQFullDrop 0 # HELP node_netstat_TcpExt_TCPRetransFail Statistic TcpExtTCPRetransFail. # TYPE node_netstat_TcpExt_TCPRetransFail untyped node_netstat_TcpExt_TCPRetransFail 0 # HELP node_netstat_TcpExt_TCPSACKDiscard Statistic TcpExtTCPSACKDiscard. # TYPE node_netstat_TcpExt_TCPSACKDiscard untyped node_netstat_TcpExt_TCPSACKDiscard 2 # HELP node_netstat_TcpExt_TCPSACKReneging Statistic TcpExtTCPSACKReneging. # TYPE node_netstat_TcpExt_TCPSACKReneging untyped node_netstat_TcpExt_TCPSACKReneging 3 # HELP node_netstat_TcpExt_TCPSACKReorder Statistic TcpExtTCPSACKReorder. # TYPE node_netstat_TcpExt_TCPSACKReorder untyped node_netstat_TcpExt_TCPSACKReorder 411 # HELP node_netstat_TcpExt_TCPSYNChallenge Statistic TcpExtTCPSYNChallenge. # TYPE node_netstat_TcpExt_TCPSYNChallenge untyped node_netstat_TcpExt_TCPSYNChallenge 39 # HELP node_netstat_TcpExt_TCPSackFailures Statistic TcpExtTCPSackFailures. # TYPE node_netstat_TcpExt_TCPSackFailures untyped node_netstat_TcpExt_TCPSackFailures 603 # HELP node_netstat_TcpExt_TCPSackMerged Statistic TcpExtTCPSackMerged. # TYPE node_netstat_TcpExt_TCPSackMerged untyped node_netstat_TcpExt_TCPSackMerged 3345 # HELP node_netstat_TcpExt_TCPSackRecovery Statistic TcpExtTCPSackRecovery. # TYPE node_netstat_TcpExt_TCPSackRecovery untyped node_netstat_TcpExt_TCPSackRecovery 9265 # HELP node_netstat_TcpExt_TCPSackRecoveryFail Statistic TcpExtTCPSackRecoveryFail. # TYPE node_netstat_TcpExt_TCPSackRecoveryFail untyped node_netstat_TcpExt_TCPSackRecoveryFail 1078 # HELP node_netstat_TcpExt_TCPSackShiftFallback Statistic TcpExtTCPSackShiftFallback. # TYPE node_netstat_TcpExt_TCPSackShiftFallback untyped node_netstat_TcpExt_TCPSackShiftFallback 43091 # HELP node_netstat_TcpExt_TCPSackShifted Statistic TcpExtTCPSackShifted. # TYPE node_netstat_TcpExt_TCPSackShifted untyped node_netstat_TcpExt_TCPSackShifted 1515 # HELP node_netstat_TcpExt_TCPSchedulerFailed Statistic TcpExtTCPSchedulerFailed. # TYPE node_netstat_TcpExt_TCPSchedulerFailed untyped node_netstat_TcpExt_TCPSchedulerFailed 0 # HELP node_netstat_TcpExt_TCPSlowStartRetrans Statistic TcpExtTCPSlowStartRetrans. # TYPE node_netstat_TcpExt_TCPSlowStartRetrans untyped node_netstat_TcpExt_TCPSlowStartRetrans 50207 # HELP node_netstat_TcpExt_TCPSpuriousRTOs Statistic TcpExtTCPSpuriousRTOs. # TYPE node_netstat_TcpExt_TCPSpuriousRTOs untyped node_netstat_TcpExt_TCPSpuriousRTOs 259 # HELP node_netstat_TcpExt_TCPSpuriousRtxHostQueues Statistic TcpExtTCPSpuriousRtxHostQueues. # TYPE node_netstat_TcpExt_TCPSpuriousRtxHostQueues untyped node_netstat_TcpExt_TCPSpuriousRtxHostQueues 118820 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 6.359342e+06 # HELP node_netstat_TcpExt_TCPTSReorder Statistic TcpExtTCPTSReorder. # TYPE node_netstat_TcpExt_TCPTSReorder untyped node_netstat_TcpExt_TCPTSReorder 969 # HELP node_netstat_TcpExt_TCPTimeWaitOverflow Statistic TcpExtTCPTimeWaitOverflow. # TYPE node_netstat_TcpExt_TCPTimeWaitOverflow untyped node_netstat_TcpExt_TCPTimeWaitOverflow 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 7.749451e+06 # HELP node_netstat_TcpExt_TCPToZeroWindowAdv Statistic TcpExtTCPToZeroWindowAdv. # TYPE node_netstat_TcpExt_TCPToZeroWindowAdv untyped node_netstat_TcpExt_TCPToZeroWindowAdv 0 # HELP node_netstat_TcpExt_TCPWantZeroWindowAdv Statistic TcpExtTCPWantZeroWindowAdv. # TYPE node_netstat_TcpExt_TCPWantZeroWindowAdv untyped node_netstat_TcpExt_TCPWantZeroWindowAdv 0 # HELP node_netstat_TcpExt_TCPWinProbe Statistic TcpExtTCPWinProbe. # TYPE node_netstat_TcpExt_TCPWinProbe untyped node_netstat_TcpExt_TCPWinProbe 134 # HELP node_netstat_TcpExt_TW Statistic TcpExtTW. # TYPE node_netstat_TcpExt_TW untyped node_netstat_TcpExt_TW 615253 # HELP node_netstat_TcpExt_TWKilled Statistic TcpExtTWKilled. # TYPE node_netstat_TcpExt_TWKilled untyped node_netstat_TcpExt_TWKilled 0 # HELP node_netstat_TcpExt_TWRecycled Statistic TcpExtTWRecycled. # TYPE node_netstat_TcpExt_TWRecycled untyped node_netstat_TcpExt_TWRecycled 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 517402 # HELP node_netstat_Tcp_AttemptFails Statistic TcpAttemptFails. # TYPE node_netstat_Tcp_AttemptFails untyped node_netstat_Tcp_AttemptFails 42717 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 4 # HELP node_netstat_Tcp_EstabResets Statistic TcpEstabResets. # TYPE node_netstat_Tcp_EstabResets untyped node_netstat_Tcp_EstabResets 164855 # HELP node_netstat_Tcp_InCsumErrors Statistic TcpInCsumErrors. # TYPE node_netstat_Tcp_InCsumErrors untyped node_netstat_Tcp_InCsumErrors 58860 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 59373 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 4.25894564e+08 # HELP node_netstat_Tcp_MaxConn Statistic TcpMaxConn. # TYPE node_netstat_Tcp_MaxConn untyped node_netstat_Tcp_MaxConn -1 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 2.031858e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 5.06779985e+08 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 4.089441e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 6.699712e+06 # HELP node_netstat_Tcp_RtoAlgorithm Statistic TcpRtoAlgorithm. # TYPE node_netstat_Tcp_RtoAlgorithm untyped node_netstat_Tcp_RtoAlgorithm 1 # HELP node_netstat_Tcp_RtoMax Statistic TcpRtoMax. # TYPE node_netstat_Tcp_RtoMax untyped node_netstat_Tcp_RtoMax 120000 # HELP node_netstat_Tcp_RtoMin Statistic TcpRtoMin. # TYPE node_netstat_Tcp_RtoMin untyped node_netstat_Tcp_RtoMin 200 # HELP node_netstat_Udp6_IgnoredMulti Statistic Udp6IgnoredMulti. # TYPE node_netstat_Udp6_IgnoredMulti untyped node_netstat_Udp6_IgnoredMulti 0 # HELP node_netstat_Udp6_InCsumErrors Statistic Udp6InCsumErrors. # TYPE node_netstat_Udp6_InCsumErrors untyped node_netstat_Udp6_InCsumErrors 40 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 1.765539e+08 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 40 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 1308 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 5.425178e+06 # 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_InCsumErrors Statistic UdpLite6InCsumErrors. # TYPE node_netstat_UdpLite6_InCsumErrors untyped node_netstat_UdpLite6_InCsumErrors 0 # HELP node_netstat_UdpLite6_InDatagrams Statistic UdpLite6InDatagrams. # TYPE node_netstat_UdpLite6_InDatagrams untyped node_netstat_UdpLite6_InDatagrams 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite6_NoPorts Statistic UdpLite6NoPorts. # TYPE node_netstat_UdpLite6_NoPorts untyped node_netstat_UdpLite6_NoPorts 0 # HELP node_netstat_UdpLite6_OutDatagrams Statistic UdpLite6OutDatagrams. # TYPE node_netstat_UdpLite6_OutDatagrams untyped node_netstat_UdpLite6_OutDatagrams 0 # HELP node_netstat_UdpLite6_RcvbufErrors Statistic UdpLite6RcvbufErrors. # TYPE node_netstat_UdpLite6_RcvbufErrors untyped node_netstat_UdpLite6_RcvbufErrors 0 # HELP node_netstat_UdpLite6_SndbufErrors Statistic UdpLite6SndbufErrors. # TYPE node_netstat_UdpLite6_SndbufErrors untyped node_netstat_UdpLite6_SndbufErrors 0 # HELP node_netstat_UdpLite_IgnoredMulti Statistic UdpLiteIgnoredMulti. # TYPE node_netstat_UdpLite_IgnoredMulti untyped node_netstat_UdpLite_IgnoredMulti 0 # HELP node_netstat_UdpLite_InCsumErrors Statistic UdpLiteInCsumErrors. # TYPE node_netstat_UdpLite_InCsumErrors untyped node_netstat_UdpLite_InCsumErrors 0 # HELP node_netstat_UdpLite_InDatagrams Statistic UdpLiteInDatagrams. # TYPE node_netstat_UdpLite_InDatagrams untyped node_netstat_UdpLite_InDatagrams 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_UdpLite_NoPorts Statistic UdpLiteNoPorts. # TYPE node_netstat_UdpLite_NoPorts untyped node_netstat_UdpLite_NoPorts 0 # HELP node_netstat_UdpLite_OutDatagrams Statistic UdpLiteOutDatagrams. # TYPE node_netstat_UdpLite_OutDatagrams untyped node_netstat_UdpLite_OutDatagrams 0 # HELP node_netstat_UdpLite_RcvbufErrors Statistic UdpLiteRcvbufErrors. # TYPE node_netstat_UdpLite_RcvbufErrors untyped node_netstat_UdpLite_RcvbufErrors 0 # HELP node_netstat_UdpLite_SndbufErrors Statistic UdpLiteSndbufErrors. # TYPE node_netstat_UdpLite_SndbufErrors untyped node_netstat_UdpLite_SndbufErrors 0 # HELP node_netstat_Udp_IgnoredMulti Statistic UdpIgnoredMulti. # TYPE node_netstat_Udp_IgnoredMulti untyped node_netstat_Udp_IgnoredMulti 78210 # HELP node_netstat_Udp_InCsumErrors Statistic UdpInCsumErrors. # TYPE node_netstat_Udp_InCsumErrors untyped node_netstat_Udp_InCsumErrors 122 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 820794 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 122 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 48637 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 821630 # 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_receive_bytes Network device statistic receive_bytes. # TYPE node_network_receive_bytes gauge node_network_receive_bytes{device="bat01"} 3.90378275e+08 node_network_receive_bytes{device="bat02"} 1.0440734895e+10 node_network_receive_bytes{device="bat03"} 7.246035112e+09 node_network_receive_bytes{device="bat04"} 1.3592661354e+10 node_network_receive_bytes{device="bat05"} 3.4951564604e+10 node_network_receive_bytes{device="bat06"} 1.400489354e+10 node_network_receive_bytes{device="bat07"} 8.520793131e+09 node_network_receive_bytes{device="bat08"} 1.6206162551e+10 node_network_receive_bytes{device="bat09"} 6.227081967e+09 node_network_receive_bytes{device="bat10"} 1.2855633467e+10 node_network_receive_bytes{device="bat11"} 8.672733239e+09 node_network_receive_bytes{device="eth0"} 5.02365445655e+11 node_network_receive_bytes{device="gre0"} 0 node_network_receive_bytes{device="gretap0"} 0 node_network_receive_bytes{device="lo"} 1.2204662268e+11 node_network_receive_bytes{device="t01-snng-ber2"} 0 node_network_receive_bytes{device="t01-snng-dtm1"} 6.53838663e+08 node_network_receive_bytes{device="t01-snng-dtm2"} 5.35755672e+08 node_network_receive_bytes{device="t02-snng-ber2"} 0 node_network_receive_bytes{device="t02-snng-dtm1"} 1.4258431613e+10 node_network_receive_bytes{device="t02-snng-dtm2"} 1.3300169823e+10 node_network_receive_bytes{device="t03-snng-ber2"} 0 node_network_receive_bytes{device="t03-snng-dtm1"} 9.497935157e+09 node_network_receive_bytes{device="t03-snng-dtm2"} 1.0476920043e+10 node_network_receive_bytes{device="t04-snng-ber2"} 0 node_network_receive_bytes{device="t04-snng-dtm1"} 1.7538964474e+10 node_network_receive_bytes{device="t04-snng-dtm2"} 1.8080434651e+10 node_network_receive_bytes{device="t05-snng-ber2"} 0 node_network_receive_bytes{device="t05-snng-dtm1"} 4.5690770861e+10 node_network_receive_bytes{device="t05-snng-dtm2"} 6.5044641823e+10 node_network_receive_bytes{device="t06-snng-ber2"} 0 node_network_receive_bytes{device="t06-snng-dtm1"} 1.6928993684e+10 node_network_receive_bytes{device="t06-snng-dtm2"} 1.8309413619e+10 node_network_receive_bytes{device="t07-snng-ber2"} 0 node_network_receive_bytes{device="t07-snng-dtm1"} 1.1778644026e+10 node_network_receive_bytes{device="t07-snng-dtm2"} 1.2083466761e+10 node_network_receive_bytes{device="t08-snng-ber2"} 0 node_network_receive_bytes{device="t08-snng-dtm1"} 1.7883355134e+10 node_network_receive_bytes{device="t08-snng-dtm2"} 2.3461780926e+10 node_network_receive_bytes{device="t09-snng-ber2"} 0 node_network_receive_bytes{device="t09-snng-dtm2"} 1.0708018371e+10 node_network_receive_bytes{device="t10-snng-ber2"} 0 node_network_receive_bytes{device="t10-snng-dtm1"} 1.841742184e+10 node_network_receive_bytes{device="t10-snng-dtm2"} 1.7863707495e+10 node_network_receive_bytes{device="t11-snng-ber2"} 0 node_network_receive_bytes{device="t11-snng-dtm1"} 1.2244312027e+10 node_network_receive_bytes{device="t11-snng-dtm2"} 1.2037498952e+10 # HELP node_network_receive_compressed Network device statistic receive_compressed. # TYPE node_network_receive_compressed gauge node_network_receive_compressed{device="bat01"} 0 node_network_receive_compressed{device="bat02"} 0 node_network_receive_compressed{device="bat03"} 0 node_network_receive_compressed{device="bat04"} 0 node_network_receive_compressed{device="bat05"} 0 node_network_receive_compressed{device="bat06"} 0 node_network_receive_compressed{device="bat07"} 0 node_network_receive_compressed{device="bat08"} 0 node_network_receive_compressed{device="bat09"} 0 node_network_receive_compressed{device="bat10"} 0 node_network_receive_compressed{device="bat11"} 0 node_network_receive_compressed{device="eth0"} 0 node_network_receive_compressed{device="gre0"} 0 node_network_receive_compressed{device="gretap0"} 0 node_network_receive_compressed{device="lo"} 0 node_network_receive_compressed{device="t01-snng-ber2"} 0 node_network_receive_compressed{device="t01-snng-dtm1"} 0 node_network_receive_compressed{device="t01-snng-dtm2"} 0 node_network_receive_compressed{device="t02-snng-ber2"} 0 node_network_receive_compressed{device="t02-snng-dtm1"} 0 node_network_receive_compressed{device="t02-snng-dtm2"} 0 node_network_receive_compressed{device="t03-snng-ber2"} 0 node_network_receive_compressed{device="t03-snng-dtm1"} 0 node_network_receive_compressed{device="t03-snng-dtm2"} 0 node_network_receive_compressed{device="t04-snng-ber2"} 0 node_network_receive_compressed{device="t04-snng-dtm1"} 0 node_network_receive_compressed{device="t04-snng-dtm2"} 0 node_network_receive_compressed{device="t05-snng-ber2"} 0 node_network_receive_compressed{device="t05-snng-dtm1"} 0 node_network_receive_compressed{device="t05-snng-dtm2"} 0 node_network_receive_compressed{device="t06-snng-ber2"} 0 node_network_receive_compressed{device="t06-snng-dtm1"} 0 node_network_receive_compressed{device="t06-snng-dtm2"} 0 node_network_receive_compressed{device="t07-snng-ber2"} 0 node_network_receive_compressed{device="t07-snng-dtm1"} 0 node_network_receive_compressed{device="t07-snng-dtm2"} 0 node_network_receive_compressed{device="t08-snng-ber2"} 0 node_network_receive_compressed{device="t08-snng-dtm1"} 0 node_network_receive_compressed{device="t08-snng-dtm2"} 0 node_network_receive_compressed{device="t09-snng-ber2"} 0 node_network_receive_compressed{device="t09-snng-dtm2"} 0 node_network_receive_compressed{device="t10-snng-ber2"} 0 node_network_receive_compressed{device="t10-snng-dtm1"} 0 node_network_receive_compressed{device="t10-snng-dtm2"} 0 node_network_receive_compressed{device="t11-snng-ber2"} 0 node_network_receive_compressed{device="t11-snng-dtm1"} 0 node_network_receive_compressed{device="t11-snng-dtm2"} 0 # HELP node_network_receive_drop Network device statistic receive_drop. # TYPE node_network_receive_drop gauge node_network_receive_drop{device="bat01"} 0 node_network_receive_drop{device="bat02"} 0 node_network_receive_drop{device="bat03"} 0 node_network_receive_drop{device="bat04"} 0 node_network_receive_drop{device="bat05"} 0 node_network_receive_drop{device="bat06"} 0 node_network_receive_drop{device="bat07"} 0 node_network_receive_drop{device="bat08"} 0 node_network_receive_drop{device="bat09"} 0 node_network_receive_drop{device="bat10"} 0 node_network_receive_drop{device="bat11"} 0 node_network_receive_drop{device="eth0"} 0 node_network_receive_drop{device="gre0"} 0 node_network_receive_drop{device="gretap0"} 0 node_network_receive_drop{device="lo"} 0 node_network_receive_drop{device="t01-snng-ber2"} 0 node_network_receive_drop{device="t01-snng-dtm1"} 0 node_network_receive_drop{device="t01-snng-dtm2"} 0 node_network_receive_drop{device="t02-snng-ber2"} 0 node_network_receive_drop{device="t02-snng-dtm1"} 0 node_network_receive_drop{device="t02-snng-dtm2"} 0 node_network_receive_drop{device="t03-snng-ber2"} 0 node_network_receive_drop{device="t03-snng-dtm1"} 0 node_network_receive_drop{device="t03-snng-dtm2"} 0 node_network_receive_drop{device="t04-snng-ber2"} 0 node_network_receive_drop{device="t04-snng-dtm1"} 0 node_network_receive_drop{device="t04-snng-dtm2"} 0 node_network_receive_drop{device="t05-snng-ber2"} 0 node_network_receive_drop{device="t05-snng-dtm1"} 0 node_network_receive_drop{device="t05-snng-dtm2"} 0 node_network_receive_drop{device="t06-snng-ber2"} 0 node_network_receive_drop{device="t06-snng-dtm1"} 0 node_network_receive_drop{device="t06-snng-dtm2"} 0 node_network_receive_drop{device="t07-snng-ber2"} 0 node_network_receive_drop{device="t07-snng-dtm1"} 0 node_network_receive_drop{device="t07-snng-dtm2"} 0 node_network_receive_drop{device="t08-snng-ber2"} 0 node_network_receive_drop{device="t08-snng-dtm1"} 0 node_network_receive_drop{device="t08-snng-dtm2"} 0 node_network_receive_drop{device="t09-snng-ber2"} 0 node_network_receive_drop{device="t09-snng-dtm2"} 0 node_network_receive_drop{device="t10-snng-ber2"} 0 node_network_receive_drop{device="t10-snng-dtm1"} 0 node_network_receive_drop{device="t10-snng-dtm2"} 0 node_network_receive_drop{device="t11-snng-ber2"} 0 node_network_receive_drop{device="t11-snng-dtm1"} 0 node_network_receive_drop{device="t11-snng-dtm2"} 0 # HELP node_network_receive_errs Network device statistic receive_errs. # TYPE node_network_receive_errs gauge node_network_receive_errs{device="bat01"} 0 node_network_receive_errs{device="bat02"} 0 node_network_receive_errs{device="bat03"} 0 node_network_receive_errs{device="bat04"} 0 node_network_receive_errs{device="bat05"} 0 node_network_receive_errs{device="bat06"} 0 node_network_receive_errs{device="bat07"} 0 node_network_receive_errs{device="bat08"} 0 node_network_receive_errs{device="bat09"} 0 node_network_receive_errs{device="bat10"} 0 node_network_receive_errs{device="bat11"} 0 node_network_receive_errs{device="eth0"} 0 node_network_receive_errs{device="gre0"} 0 node_network_receive_errs{device="gretap0"} 0 node_network_receive_errs{device="lo"} 0 node_network_receive_errs{device="t01-snng-ber2"} 0 node_network_receive_errs{device="t01-snng-dtm1"} 0 node_network_receive_errs{device="t01-snng-dtm2"} 0 node_network_receive_errs{device="t02-snng-ber2"} 0 node_network_receive_errs{device="t02-snng-dtm1"} 0 node_network_receive_errs{device="t02-snng-dtm2"} 0 node_network_receive_errs{device="t03-snng-ber2"} 0 node_network_receive_errs{device="t03-snng-dtm1"} 0 node_network_receive_errs{device="t03-snng-dtm2"} 0 node_network_receive_errs{device="t04-snng-ber2"} 0 node_network_receive_errs{device="t04-snng-dtm1"} 0 node_network_receive_errs{device="t04-snng-dtm2"} 0 node_network_receive_errs{device="t05-snng-ber2"} 0 node_network_receive_errs{device="t05-snng-dtm1"} 0 node_network_receive_errs{device="t05-snng-dtm2"} 0 node_network_receive_errs{device="t06-snng-ber2"} 0 node_network_receive_errs{device="t06-snng-dtm1"} 0 node_network_receive_errs{device="t06-snng-dtm2"} 0 node_network_receive_errs{device="t07-snng-ber2"} 0 node_network_receive_errs{device="t07-snng-dtm1"} 0 node_network_receive_errs{device="t07-snng-dtm2"} 0 node_network_receive_errs{device="t08-snng-ber2"} 0 node_network_receive_errs{device="t08-snng-dtm1"} 0 node_network_receive_errs{device="t08-snng-dtm2"} 0 node_network_receive_errs{device="t09-snng-ber2"} 0 node_network_receive_errs{device="t09-snng-dtm2"} 0 node_network_receive_errs{device="t10-snng-ber2"} 0 node_network_receive_errs{device="t10-snng-dtm1"} 0 node_network_receive_errs{device="t10-snng-dtm2"} 0 node_network_receive_errs{device="t11-snng-ber2"} 0 node_network_receive_errs{device="t11-snng-dtm1"} 0 node_network_receive_errs{device="t11-snng-dtm2"} 0 # HELP node_network_receive_fifo Network device statistic receive_fifo. # TYPE node_network_receive_fifo gauge node_network_receive_fifo{device="bat01"} 0 node_network_receive_fifo{device="bat02"} 0 node_network_receive_fifo{device="bat03"} 0 node_network_receive_fifo{device="bat04"} 0 node_network_receive_fifo{device="bat05"} 0 node_network_receive_fifo{device="bat06"} 0 node_network_receive_fifo{device="bat07"} 0 node_network_receive_fifo{device="bat08"} 0 node_network_receive_fifo{device="bat09"} 0 node_network_receive_fifo{device="bat10"} 0 node_network_receive_fifo{device="bat11"} 0 node_network_receive_fifo{device="eth0"} 0 node_network_receive_fifo{device="gre0"} 0 node_network_receive_fifo{device="gretap0"} 0 node_network_receive_fifo{device="lo"} 0 node_network_receive_fifo{device="t01-snng-ber2"} 0 node_network_receive_fifo{device="t01-snng-dtm1"} 0 node_network_receive_fifo{device="t01-snng-dtm2"} 0 node_network_receive_fifo{device="t02-snng-ber2"} 0 node_network_receive_fifo{device="t02-snng-dtm1"} 0 node_network_receive_fifo{device="t02-snng-dtm2"} 0 node_network_receive_fifo{device="t03-snng-ber2"} 0 node_network_receive_fifo{device="t03-snng-dtm1"} 0 node_network_receive_fifo{device="t03-snng-dtm2"} 0 node_network_receive_fifo{device="t04-snng-ber2"} 0 node_network_receive_fifo{device="t04-snng-dtm1"} 0 node_network_receive_fifo{device="t04-snng-dtm2"} 0 node_network_receive_fifo{device="t05-snng-ber2"} 0 node_network_receive_fifo{device="t05-snng-dtm1"} 0 node_network_receive_fifo{device="t05-snng-dtm2"} 0 node_network_receive_fifo{device="t06-snng-ber2"} 0 node_network_receive_fifo{device="t06-snng-dtm1"} 0 node_network_receive_fifo{device="t06-snng-dtm2"} 0 node_network_receive_fifo{device="t07-snng-ber2"} 0 node_network_receive_fifo{device="t07-snng-dtm1"} 0 node_network_receive_fifo{device="t07-snng-dtm2"} 0 node_network_receive_fifo{device="t08-snng-ber2"} 0 node_network_receive_fifo{device="t08-snng-dtm1"} 0 node_network_receive_fifo{device="t08-snng-dtm2"} 0 node_network_receive_fifo{device="t09-snng-ber2"} 0 node_network_receive_fifo{device="t09-snng-dtm2"} 0 node_network_receive_fifo{device="t10-snng-ber2"} 0 node_network_receive_fifo{device="t10-snng-dtm1"} 0 node_network_receive_fifo{device="t10-snng-dtm2"} 0 node_network_receive_fifo{device="t11-snng-ber2"} 0 node_network_receive_fifo{device="t11-snng-dtm1"} 0 node_network_receive_fifo{device="t11-snng-dtm2"} 0 # HELP node_network_receive_frame Network device statistic receive_frame. # TYPE node_network_receive_frame gauge node_network_receive_frame{device="bat01"} 0 node_network_receive_frame{device="bat02"} 0 node_network_receive_frame{device="bat03"} 0 node_network_receive_frame{device="bat04"} 0 node_network_receive_frame{device="bat05"} 0 node_network_receive_frame{device="bat06"} 0 node_network_receive_frame{device="bat07"} 0 node_network_receive_frame{device="bat08"} 0 node_network_receive_frame{device="bat09"} 0 node_network_receive_frame{device="bat10"} 0 node_network_receive_frame{device="bat11"} 0 node_network_receive_frame{device="eth0"} 0 node_network_receive_frame{device="gre0"} 0 node_network_receive_frame{device="gretap0"} 0 node_network_receive_frame{device="lo"} 0 node_network_receive_frame{device="t01-snng-ber2"} 0 node_network_receive_frame{device="t01-snng-dtm1"} 0 node_network_receive_frame{device="t01-snng-dtm2"} 0 node_network_receive_frame{device="t02-snng-ber2"} 0 node_network_receive_frame{device="t02-snng-dtm1"} 0 node_network_receive_frame{device="t02-snng-dtm2"} 0 node_network_receive_frame{device="t03-snng-ber2"} 0 node_network_receive_frame{device="t03-snng-dtm1"} 0 node_network_receive_frame{device="t03-snng-dtm2"} 0 node_network_receive_frame{device="t04-snng-ber2"} 0 node_network_receive_frame{device="t04-snng-dtm1"} 0 node_network_receive_frame{device="t04-snng-dtm2"} 0 node_network_receive_frame{device="t05-snng-ber2"} 0 node_network_receive_frame{device="t05-snng-dtm1"} 0 node_network_receive_frame{device="t05-snng-dtm2"} 0 node_network_receive_frame{device="t06-snng-ber2"} 0 node_network_receive_frame{device="t06-snng-dtm1"} 0 node_network_receive_frame{device="t06-snng-dtm2"} 0 node_network_receive_frame{device="t07-snng-ber2"} 0 node_network_receive_frame{device="t07-snng-dtm1"} 0 node_network_receive_frame{device="t07-snng-dtm2"} 0 node_network_receive_frame{device="t08-snng-ber2"} 0 node_network_receive_frame{device="t08-snng-dtm1"} 0 node_network_receive_frame{device="t08-snng-dtm2"} 0 node_network_receive_frame{device="t09-snng-ber2"} 0 node_network_receive_frame{device="t09-snng-dtm2"} 0 node_network_receive_frame{device="t10-snng-ber2"} 0 node_network_receive_frame{device="t10-snng-dtm1"} 0 node_network_receive_frame{device="t10-snng-dtm2"} 0 node_network_receive_frame{device="t11-snng-ber2"} 0 node_network_receive_frame{device="t11-snng-dtm1"} 0 node_network_receive_frame{device="t11-snng-dtm2"} 0 # HELP node_network_receive_multicast Network device statistic receive_multicast. # TYPE node_network_receive_multicast gauge node_network_receive_multicast{device="bat01"} 0 node_network_receive_multicast{device="bat02"} 0 node_network_receive_multicast{device="bat03"} 0 node_network_receive_multicast{device="bat04"} 0 node_network_receive_multicast{device="bat05"} 0 node_network_receive_multicast{device="bat06"} 0 node_network_receive_multicast{device="bat07"} 0 node_network_receive_multicast{device="bat08"} 0 node_network_receive_multicast{device="bat09"} 0 node_network_receive_multicast{device="bat10"} 0 node_network_receive_multicast{device="bat11"} 0 node_network_receive_multicast{device="eth0"} 0 node_network_receive_multicast{device="gre0"} 0 node_network_receive_multicast{device="gretap0"} 0 node_network_receive_multicast{device="lo"} 0 node_network_receive_multicast{device="t01-snng-ber2"} 0 node_network_receive_multicast{device="t01-snng-dtm1"} 0 node_network_receive_multicast{device="t01-snng-dtm2"} 0 node_network_receive_multicast{device="t02-snng-ber2"} 0 node_network_receive_multicast{device="t02-snng-dtm1"} 0 node_network_receive_multicast{device="t02-snng-dtm2"} 0 node_network_receive_multicast{device="t03-snng-ber2"} 0 node_network_receive_multicast{device="t03-snng-dtm1"} 0 node_network_receive_multicast{device="t03-snng-dtm2"} 0 node_network_receive_multicast{device="t04-snng-ber2"} 0 node_network_receive_multicast{device="t04-snng-dtm1"} 0 node_network_receive_multicast{device="t04-snng-dtm2"} 0 node_network_receive_multicast{device="t05-snng-ber2"} 0 node_network_receive_multicast{device="t05-snng-dtm1"} 0 node_network_receive_multicast{device="t05-snng-dtm2"} 0 node_network_receive_multicast{device="t06-snng-ber2"} 0 node_network_receive_multicast{device="t06-snng-dtm1"} 0 node_network_receive_multicast{device="t06-snng-dtm2"} 0 node_network_receive_multicast{device="t07-snng-ber2"} 0 node_network_receive_multicast{device="t07-snng-dtm1"} 0 node_network_receive_multicast{device="t07-snng-dtm2"} 0 node_network_receive_multicast{device="t08-snng-ber2"} 0 node_network_receive_multicast{device="t08-snng-dtm1"} 0 node_network_receive_multicast{device="t08-snng-dtm2"} 0 node_network_receive_multicast{device="t09-snng-ber2"} 0 node_network_receive_multicast{device="t09-snng-dtm2"} 0 node_network_receive_multicast{device="t10-snng-ber2"} 0 node_network_receive_multicast{device="t10-snng-dtm1"} 0 node_network_receive_multicast{device="t10-snng-dtm2"} 0 node_network_receive_multicast{device="t11-snng-ber2"} 0 node_network_receive_multicast{device="t11-snng-dtm1"} 0 node_network_receive_multicast{device="t11-snng-dtm2"} 0 # HELP node_network_receive_packets Network device statistic receive_packets. # TYPE node_network_receive_packets gauge node_network_receive_packets{device="bat01"} 3.16178e+06 node_network_receive_packets{device="bat02"} 1.1861374e+08 node_network_receive_packets{device="bat03"} 5.5708189e+07 node_network_receive_packets{device="bat04"} 1.05606074e+08 node_network_receive_packets{device="bat05"} 2.53450086e+08 node_network_receive_packets{device="bat06"} 9.5983364e+07 node_network_receive_packets{device="bat07"} 7.7955597e+07 node_network_receive_packets{device="bat08"} 1.22103862e+08 node_network_receive_packets{device="bat09"} 4.9349723e+07 node_network_receive_packets{device="bat10"} 1.59720418e+08 node_network_receive_packets{device="bat11"} 8.3999179e+07 node_network_receive_packets{device="eth0"} 2.877831978e+09 node_network_receive_packets{device="gre0"} 0 node_network_receive_packets{device="gretap0"} 0 node_network_receive_packets{device="lo"} 3.61173738e+08 node_network_receive_packets{device="t01-snng-ber2"} 0 node_network_receive_packets{device="t01-snng-dtm1"} 5.818356e+06 node_network_receive_packets{device="t01-snng-dtm2"} 5.830044e+06 node_network_receive_packets{device="t02-snng-ber2"} 0 node_network_receive_packets{device="t02-snng-dtm1"} 1.33851948e+08 node_network_receive_packets{device="t02-snng-dtm2"} 1.23898962e+08 node_network_receive_packets{device="t03-snng-ber2"} 0 node_network_receive_packets{device="t03-snng-dtm1"} 7.7283239e+07 node_network_receive_packets{device="t03-snng-dtm2"} 7.9978266e+07 node_network_receive_packets{device="t04-snng-ber2"} 0 node_network_receive_packets{device="t04-snng-dtm1"} 1.29593495e+08 node_network_receive_packets{device="t04-snng-dtm2"} 1.30513881e+08 node_network_receive_packets{device="t05-snng-ber2"} 0 node_network_receive_packets{device="t05-snng-dtm1"} 2.79160406e+08 node_network_receive_packets{device="t05-snng-dtm2"} 3.00324469e+08 node_network_receive_packets{device="t06-snng-ber2"} 0 node_network_receive_packets{device="t06-snng-dtm1"} 1.17578137e+08 node_network_receive_packets{device="t06-snng-dtm2"} 1.19639911e+08 node_network_receive_packets{device="t07-snng-ber2"} 0 node_network_receive_packets{device="t07-snng-dtm1"} 1.01336319e+08 node_network_receive_packets{device="t07-snng-dtm2"} 1.02151796e+08 node_network_receive_packets{device="t08-snng-ber2"} 0 node_network_receive_packets{device="t08-snng-dtm1"} 1.42178717e+08 node_network_receive_packets{device="t08-snng-dtm2"} 1.55152783e+08 node_network_receive_packets{device="t09-snng-ber2"} 0 node_network_receive_packets{device="t09-snng-dtm2"} 7.9139861e+07 node_network_receive_packets{device="t10-snng-ber2"} 0 node_network_receive_packets{device="t10-snng-dtm1"} 1.7958506e+08 node_network_receive_packets{device="t10-snng-dtm2"} 1.76761709e+08 node_network_receive_packets{device="t11-snng-ber2"} 0 node_network_receive_packets{device="t11-snng-dtm1"} 1.06272364e+08 node_network_receive_packets{device="t11-snng-dtm2"} 1.04665015e+08 # HELP node_network_transmit_bytes Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes gauge node_network_transmit_bytes{device="bat01"} 4.4412954e+07 node_network_transmit_bytes{device="bat02"} 2.735453867e+09 node_network_transmit_bytes{device="bat03"} 7.87338481e+08 node_network_transmit_bytes{device="bat04"} 1.37898052e+09 node_network_transmit_bytes{device="bat05"} 3.569402912e+09 node_network_transmit_bytes{device="bat06"} 1.667003633e+09 node_network_transmit_bytes{device="bat07"} 8.25964896e+08 node_network_transmit_bytes{device="bat08"} 1.62643639e+09 node_network_transmit_bytes{device="bat09"} 6.88909897e+08 node_network_transmit_bytes{device="bat10"} 9.47497552e+08 node_network_transmit_bytes{device="bat11"} 8.77213876e+08 node_network_transmit_bytes{device="eth0"} 7.42629688704e+11 node_network_transmit_bytes{device="gre0"} 0 node_network_transmit_bytes{device="gretap0"} 0 node_network_transmit_bytes{device="lo"} 1.2204662268e+11 node_network_transmit_bytes{device="t01-snng-ber2"} 4.26865028e+08 node_network_transmit_bytes{device="t01-snng-dtm1"} 4.76248048e+08 node_network_transmit_bytes{device="t01-snng-dtm2"} 4.44211224e+08 node_network_transmit_bytes{device="t02-snng-ber2"} 9.49321486e+09 node_network_transmit_bytes{device="t02-snng-dtm1"} 1.1991598585e+10 node_network_transmit_bytes{device="t02-snng-dtm2"} 9.883709656e+09 node_network_transmit_bytes{device="t03-snng-ber2"} 6.729505858e+09 node_network_transmit_bytes{device="t03-snng-dtm1"} 7.144217422e+09 node_network_transmit_bytes{device="t03-snng-dtm2"} 7.313297382e+09 node_network_transmit_bytes{device="t04-snng-ber2"} 1.145828778e+10 node_network_transmit_bytes{device="t04-snng-dtm1"} 1.2600425889e+10 node_network_transmit_bytes{device="t04-snng-dtm2"} 1.2845302955e+10 node_network_transmit_bytes{device="t05-snng-ber2"} 2.6904639623e+10 node_network_transmit_bytes{device="t05-snng-dtm1"} 3.0045355149e+10 node_network_transmit_bytes{device="t05-snng-dtm2"} 5.047166826e+10 node_network_transmit_bytes{device="t06-snng-ber2"} 1.0024531973e+10 node_network_transmit_bytes{device="t06-snng-dtm1"} 1.1239919553e+10 node_network_transmit_bytes{device="t06-snng-dtm2"} 1.2112017476e+10 node_network_transmit_bytes{device="t07-snng-ber2"} 8.337585276e+09 node_network_transmit_bytes{device="t07-snng-dtm1"} 8.771533292e+09 node_network_transmit_bytes{device="t07-snng-dtm2"} 8.934797651e+09 node_network_transmit_bytes{device="t08-snng-ber2"} 1.2831606146e+10 node_network_transmit_bytes{device="t08-snng-dtm1"} 1.3507116351e+10 node_network_transmit_bytes{device="t08-snng-dtm2"} 1.4314926449e+10 node_network_transmit_bytes{device="t09-snng-ber2"} 5.794306396e+09 node_network_transmit_bytes{device="t09-snng-dtm2"} 6.448789333e+09 node_network_transmit_bytes{device="t10-snng-ber2"} 1.2645437348e+10 node_network_transmit_bytes{device="t10-snng-dtm1"} 1.3224906957e+10 node_network_transmit_bytes{device="t10-snng-dtm2"} 1.3185678887e+10 node_network_transmit_bytes{device="t11-snng-ber2"} 8.656770236e+09 node_network_transmit_bytes{device="t11-snng-dtm1"} 9.166026944e+09 node_network_transmit_bytes{device="t11-snng-dtm2"} 9.104275638e+09 # HELP node_network_transmit_compressed Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed gauge node_network_transmit_compressed{device="bat01"} 0 node_network_transmit_compressed{device="bat02"} 0 node_network_transmit_compressed{device="bat03"} 0 node_network_transmit_compressed{device="bat04"} 0 node_network_transmit_compressed{device="bat05"} 0 node_network_transmit_compressed{device="bat06"} 0 node_network_transmit_compressed{device="bat07"} 0 node_network_transmit_compressed{device="bat08"} 0 node_network_transmit_compressed{device="bat09"} 0 node_network_transmit_compressed{device="bat10"} 0 node_network_transmit_compressed{device="bat11"} 0 node_network_transmit_compressed{device="eth0"} 0 node_network_transmit_compressed{device="gre0"} 0 node_network_transmit_compressed{device="gretap0"} 0 node_network_transmit_compressed{device="lo"} 0 node_network_transmit_compressed{device="t01-snng-ber2"} 9 node_network_transmit_compressed{device="t01-snng-dtm1"} 9 node_network_transmit_compressed{device="t01-snng-dtm2"} 9 node_network_transmit_compressed{device="t02-snng-ber2"} 9 node_network_transmit_compressed{device="t02-snng-dtm1"} 9 node_network_transmit_compressed{device="t02-snng-dtm2"} 9 node_network_transmit_compressed{device="t03-snng-ber2"} 9 node_network_transmit_compressed{device="t03-snng-dtm1"} 9 node_network_transmit_compressed{device="t03-snng-dtm2"} 9 node_network_transmit_compressed{device="t04-snng-ber2"} 8 node_network_transmit_compressed{device="t04-snng-dtm1"} 8 node_network_transmit_compressed{device="t04-snng-dtm2"} 8 node_network_transmit_compressed{device="t05-snng-ber2"} 8 node_network_transmit_compressed{device="t05-snng-dtm1"} 8 node_network_transmit_compressed{device="t05-snng-dtm2"} 8 node_network_transmit_compressed{device="t06-snng-ber2"} 7 node_network_transmit_compressed{device="t06-snng-dtm1"} 7 node_network_transmit_compressed{device="t06-snng-dtm2"} 7 node_network_transmit_compressed{device="t07-snng-ber2"} 7 node_network_transmit_compressed{device="t07-snng-dtm1"} 7 node_network_transmit_compressed{device="t07-snng-dtm2"} 7 node_network_transmit_compressed{device="t08-snng-ber2"} 6 node_network_transmit_compressed{device="t08-snng-dtm1"} 6 node_network_transmit_compressed{device="t08-snng-dtm2"} 7 node_network_transmit_compressed{device="t09-snng-ber2"} 6 node_network_transmit_compressed{device="t09-snng-dtm2"} 6 node_network_transmit_compressed{device="t10-snng-ber2"} 3 node_network_transmit_compressed{device="t10-snng-dtm1"} 6 node_network_transmit_compressed{device="t10-snng-dtm2"} 6 node_network_transmit_compressed{device="t11-snng-ber2"} 1 node_network_transmit_compressed{device="t11-snng-dtm1"} 1 node_network_transmit_compressed{device="t11-snng-dtm2"} 1 # HELP node_network_transmit_drop Network device statistic transmit_drop. # TYPE node_network_transmit_drop gauge node_network_transmit_drop{device="bat01"} 178890 node_network_transmit_drop{device="bat02"} 163 node_network_transmit_drop{device="bat03"} 48 node_network_transmit_drop{device="bat04"} 322 node_network_transmit_drop{device="bat05"} 6572 node_network_transmit_drop{device="bat06"} 289 node_network_transmit_drop{device="bat07"} 628 node_network_transmit_drop{device="bat08"} 1535 node_network_transmit_drop{device="bat09"} 1206 node_network_transmit_drop{device="bat10"} 9284 node_network_transmit_drop{device="bat11"} 142 node_network_transmit_drop{device="eth0"} 0 node_network_transmit_drop{device="gre0"} 0 node_network_transmit_drop{device="gretap0"} 0 node_network_transmit_drop{device="lo"} 0 node_network_transmit_drop{device="t01-snng-ber2"} 0 node_network_transmit_drop{device="t01-snng-dtm1"} 0 node_network_transmit_drop{device="t01-snng-dtm2"} 0 node_network_transmit_drop{device="t02-snng-ber2"} 0 node_network_transmit_drop{device="t02-snng-dtm1"} 0 node_network_transmit_drop{device="t02-snng-dtm2"} 0 node_network_transmit_drop{device="t03-snng-ber2"} 0 node_network_transmit_drop{device="t03-snng-dtm1"} 0 node_network_transmit_drop{device="t03-snng-dtm2"} 0 node_network_transmit_drop{device="t04-snng-ber2"} 0 node_network_transmit_drop{device="t04-snng-dtm1"} 0 node_network_transmit_drop{device="t04-snng-dtm2"} 0 node_network_transmit_drop{device="t05-snng-ber2"} 0 node_network_transmit_drop{device="t05-snng-dtm1"} 0 node_network_transmit_drop{device="t05-snng-dtm2"} 0 node_network_transmit_drop{device="t06-snng-ber2"} 0 node_network_transmit_drop{device="t06-snng-dtm1"} 0 node_network_transmit_drop{device="t06-snng-dtm2"} 0 node_network_transmit_drop{device="t07-snng-ber2"} 0 node_network_transmit_drop{device="t07-snng-dtm1"} 0 node_network_transmit_drop{device="t07-snng-dtm2"} 0 node_network_transmit_drop{device="t08-snng-ber2"} 0 node_network_transmit_drop{device="t08-snng-dtm1"} 0 node_network_transmit_drop{device="t08-snng-dtm2"} 0 node_network_transmit_drop{device="t09-snng-ber2"} 0 node_network_transmit_drop{device="t09-snng-dtm2"} 0 node_network_transmit_drop{device="t10-snng-ber2"} 0 node_network_transmit_drop{device="t10-snng-dtm1"} 0 node_network_transmit_drop{device="t10-snng-dtm2"} 0 node_network_transmit_drop{device="t11-snng-ber2"} 0 node_network_transmit_drop{device="t11-snng-dtm1"} 0 node_network_transmit_drop{device="t11-snng-dtm2"} 0 # HELP node_network_transmit_errs Network device statistic transmit_errs. # TYPE node_network_transmit_errs gauge node_network_transmit_errs{device="bat01"} 0 node_network_transmit_errs{device="bat02"} 0 node_network_transmit_errs{device="bat03"} 0 node_network_transmit_errs{device="bat04"} 0 node_network_transmit_errs{device="bat05"} 0 node_network_transmit_errs{device="bat06"} 0 node_network_transmit_errs{device="bat07"} 0 node_network_transmit_errs{device="bat08"} 0 node_network_transmit_errs{device="bat09"} 0 node_network_transmit_errs{device="bat10"} 0 node_network_transmit_errs{device="bat11"} 0 node_network_transmit_errs{device="eth0"} 0 node_network_transmit_errs{device="gre0"} 0 node_network_transmit_errs{device="gretap0"} 0 node_network_transmit_errs{device="lo"} 0 node_network_transmit_errs{device="t01-snng-ber2"} 9 node_network_transmit_errs{device="t01-snng-dtm1"} 9 node_network_transmit_errs{device="t01-snng-dtm2"} 9 node_network_transmit_errs{device="t02-snng-ber2"} 9 node_network_transmit_errs{device="t02-snng-dtm1"} 9 node_network_transmit_errs{device="t02-snng-dtm2"} 9 node_network_transmit_errs{device="t03-snng-ber2"} 9 node_network_transmit_errs{device="t03-snng-dtm1"} 9 node_network_transmit_errs{device="t03-snng-dtm2"} 9 node_network_transmit_errs{device="t04-snng-ber2"} 8 node_network_transmit_errs{device="t04-snng-dtm1"} 8 node_network_transmit_errs{device="t04-snng-dtm2"} 8 node_network_transmit_errs{device="t05-snng-ber2"} 8 node_network_transmit_errs{device="t05-snng-dtm1"} 8 node_network_transmit_errs{device="t05-snng-dtm2"} 8 node_network_transmit_errs{device="t06-snng-ber2"} 7 node_network_transmit_errs{device="t06-snng-dtm1"} 7 node_network_transmit_errs{device="t06-snng-dtm2"} 7 node_network_transmit_errs{device="t07-snng-ber2"} 7 node_network_transmit_errs{device="t07-snng-dtm1"} 7 node_network_transmit_errs{device="t07-snng-dtm2"} 7 node_network_transmit_errs{device="t08-snng-ber2"} 6 node_network_transmit_errs{device="t08-snng-dtm1"} 6 node_network_transmit_errs{device="t08-snng-dtm2"} 7 node_network_transmit_errs{device="t09-snng-ber2"} 6 node_network_transmit_errs{device="t09-snng-dtm2"} 6 node_network_transmit_errs{device="t10-snng-ber2"} 3 node_network_transmit_errs{device="t10-snng-dtm1"} 6 node_network_transmit_errs{device="t10-snng-dtm2"} 6 node_network_transmit_errs{device="t11-snng-ber2"} 1 node_network_transmit_errs{device="t11-snng-dtm1"} 1 node_network_transmit_errs{device="t11-snng-dtm2"} 1 # HELP node_network_transmit_fifo Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo gauge node_network_transmit_fifo{device="bat01"} 0 node_network_transmit_fifo{device="bat02"} 0 node_network_transmit_fifo{device="bat03"} 0 node_network_transmit_fifo{device="bat04"} 0 node_network_transmit_fifo{device="bat05"} 0 node_network_transmit_fifo{device="bat06"} 0 node_network_transmit_fifo{device="bat07"} 0 node_network_transmit_fifo{device="bat08"} 0 node_network_transmit_fifo{device="bat09"} 0 node_network_transmit_fifo{device="bat10"} 0 node_network_transmit_fifo{device="bat11"} 0 node_network_transmit_fifo{device="eth0"} 0 node_network_transmit_fifo{device="gre0"} 0 node_network_transmit_fifo{device="gretap0"} 0 node_network_transmit_fifo{device="lo"} 0 node_network_transmit_fifo{device="t01-snng-ber2"} 0 node_network_transmit_fifo{device="t01-snng-dtm1"} 0 node_network_transmit_fifo{device="t01-snng-dtm2"} 0 node_network_transmit_fifo{device="t02-snng-ber2"} 0 node_network_transmit_fifo{device="t02-snng-dtm1"} 0 node_network_transmit_fifo{device="t02-snng-dtm2"} 0 node_network_transmit_fifo{device="t03-snng-ber2"} 0 node_network_transmit_fifo{device="t03-snng-dtm1"} 0 node_network_transmit_fifo{device="t03-snng-dtm2"} 0 node_network_transmit_fifo{device="t04-snng-ber2"} 0 node_network_transmit_fifo{device="t04-snng-dtm1"} 0 node_network_transmit_fifo{device="t04-snng-dtm2"} 0 node_network_transmit_fifo{device="t05-snng-ber2"} 0 node_network_transmit_fifo{device="t05-snng-dtm1"} 0 node_network_transmit_fifo{device="t05-snng-dtm2"} 0 node_network_transmit_fifo{device="t06-snng-ber2"} 0 node_network_transmit_fifo{device="t06-snng-dtm1"} 0 node_network_transmit_fifo{device="t06-snng-dtm2"} 0 node_network_transmit_fifo{device="t07-snng-ber2"} 0 node_network_transmit_fifo{device="t07-snng-dtm1"} 0 node_network_transmit_fifo{device="t07-snng-dtm2"} 0 node_network_transmit_fifo{device="t08-snng-ber2"} 0 node_network_transmit_fifo{device="t08-snng-dtm1"} 0 node_network_transmit_fifo{device="t08-snng-dtm2"} 0 node_network_transmit_fifo{device="t09-snng-ber2"} 0 node_network_transmit_fifo{device="t09-snng-dtm2"} 0 node_network_transmit_fifo{device="t10-snng-ber2"} 0 node_network_transmit_fifo{device="t10-snng-dtm1"} 0 node_network_transmit_fifo{device="t10-snng-dtm2"} 0 node_network_transmit_fifo{device="t11-snng-ber2"} 0 node_network_transmit_fifo{device="t11-snng-dtm1"} 0 node_network_transmit_fifo{device="t11-snng-dtm2"} 0 # HELP node_network_transmit_frame Network device statistic transmit_frame. # TYPE node_network_transmit_frame gauge node_network_transmit_frame{device="bat01"} 0 node_network_transmit_frame{device="bat02"} 0 node_network_transmit_frame{device="bat03"} 0 node_network_transmit_frame{device="bat04"} 0 node_network_transmit_frame{device="bat05"} 0 node_network_transmit_frame{device="bat06"} 0 node_network_transmit_frame{device="bat07"} 0 node_network_transmit_frame{device="bat08"} 0 node_network_transmit_frame{device="bat09"} 0 node_network_transmit_frame{device="bat10"} 0 node_network_transmit_frame{device="bat11"} 0 node_network_transmit_frame{device="eth0"} 0 node_network_transmit_frame{device="gre0"} 0 node_network_transmit_frame{device="gretap0"} 0 node_network_transmit_frame{device="lo"} 0 node_network_transmit_frame{device="t01-snng-ber2"} 0 node_network_transmit_frame{device="t01-snng-dtm1"} 0 node_network_transmit_frame{device="t01-snng-dtm2"} 0 node_network_transmit_frame{device="t02-snng-ber2"} 0 node_network_transmit_frame{device="t02-snng-dtm1"} 0 node_network_transmit_frame{device="t02-snng-dtm2"} 0 node_network_transmit_frame{device="t03-snng-ber2"} 0 node_network_transmit_frame{device="t03-snng-dtm1"} 0 node_network_transmit_frame{device="t03-snng-dtm2"} 0 node_network_transmit_frame{device="t04-snng-ber2"} 0 node_network_transmit_frame{device="t04-snng-dtm1"} 0 node_network_transmit_frame{device="t04-snng-dtm2"} 0 node_network_transmit_frame{device="t05-snng-ber2"} 0 node_network_transmit_frame{device="t05-snng-dtm1"} 0 node_network_transmit_frame{device="t05-snng-dtm2"} 0 node_network_transmit_frame{device="t06-snng-ber2"} 0 node_network_transmit_frame{device="t06-snng-dtm1"} 0 node_network_transmit_frame{device="t06-snng-dtm2"} 0 node_network_transmit_frame{device="t07-snng-ber2"} 0 node_network_transmit_frame{device="t07-snng-dtm1"} 0 node_network_transmit_frame{device="t07-snng-dtm2"} 0 node_network_transmit_frame{device="t08-snng-ber2"} 0 node_network_transmit_frame{device="t08-snng-dtm1"} 0 node_network_transmit_frame{device="t08-snng-dtm2"} 0 node_network_transmit_frame{device="t09-snng-ber2"} 0 node_network_transmit_frame{device="t09-snng-dtm2"} 0 node_network_transmit_frame{device="t10-snng-ber2"} 0 node_network_transmit_frame{device="t10-snng-dtm1"} 0 node_network_transmit_frame{device="t10-snng-dtm2"} 0 node_network_transmit_frame{device="t11-snng-ber2"} 0 node_network_transmit_frame{device="t11-snng-dtm1"} 0 node_network_transmit_frame{device="t11-snng-dtm2"} 0 # HELP node_network_transmit_multicast Network device statistic transmit_multicast. # TYPE node_network_transmit_multicast gauge node_network_transmit_multicast{device="bat01"} 0 node_network_transmit_multicast{device="bat02"} 0 node_network_transmit_multicast{device="bat03"} 0 node_network_transmit_multicast{device="bat04"} 0 node_network_transmit_multicast{device="bat05"} 0 node_network_transmit_multicast{device="bat06"} 0 node_network_transmit_multicast{device="bat07"} 0 node_network_transmit_multicast{device="bat08"} 0 node_network_transmit_multicast{device="bat09"} 0 node_network_transmit_multicast{device="bat10"} 0 node_network_transmit_multicast{device="bat11"} 0 node_network_transmit_multicast{device="eth0"} 0 node_network_transmit_multicast{device="gre0"} 0 node_network_transmit_multicast{device="gretap0"} 0 node_network_transmit_multicast{device="lo"} 0 node_network_transmit_multicast{device="t01-snng-ber2"} 0 node_network_transmit_multicast{device="t01-snng-dtm1"} 0 node_network_transmit_multicast{device="t01-snng-dtm2"} 0 node_network_transmit_multicast{device="t02-snng-ber2"} 0 node_network_transmit_multicast{device="t02-snng-dtm1"} 0 node_network_transmit_multicast{device="t02-snng-dtm2"} 0 node_network_transmit_multicast{device="t03-snng-ber2"} 0 node_network_transmit_multicast{device="t03-snng-dtm1"} 0 node_network_transmit_multicast{device="t03-snng-dtm2"} 0 node_network_transmit_multicast{device="t04-snng-ber2"} 0 node_network_transmit_multicast{device="t04-snng-dtm1"} 0 node_network_transmit_multicast{device="t04-snng-dtm2"} 0 node_network_transmit_multicast{device="t05-snng-ber2"} 0 node_network_transmit_multicast{device="t05-snng-dtm1"} 0 node_network_transmit_multicast{device="t05-snng-dtm2"} 0 node_network_transmit_multicast{device="t06-snng-ber2"} 0 node_network_transmit_multicast{device="t06-snng-dtm1"} 0 node_network_transmit_multicast{device="t06-snng-dtm2"} 0 node_network_transmit_multicast{device="t07-snng-ber2"} 0 node_network_transmit_multicast{device="t07-snng-dtm1"} 0 node_network_transmit_multicast{device="t07-snng-dtm2"} 0 node_network_transmit_multicast{device="t08-snng-ber2"} 0 node_network_transmit_multicast{device="t08-snng-dtm1"} 0 node_network_transmit_multicast{device="t08-snng-dtm2"} 0 node_network_transmit_multicast{device="t09-snng-ber2"} 0 node_network_transmit_multicast{device="t09-snng-dtm2"} 0 node_network_transmit_multicast{device="t10-snng-ber2"} 0 node_network_transmit_multicast{device="t10-snng-dtm1"} 0 node_network_transmit_multicast{device="t10-snng-dtm2"} 0 node_network_transmit_multicast{device="t11-snng-ber2"} 0 node_network_transmit_multicast{device="t11-snng-dtm1"} 0 node_network_transmit_multicast{device="t11-snng-dtm2"} 0 # HELP node_network_transmit_packets Network device statistic transmit_packets. # TYPE node_network_transmit_packets gauge node_network_transmit_packets{device="bat01"} 569715 node_network_transmit_packets{device="bat02"} 1.164298e+07 node_network_transmit_packets{device="bat03"} 9.688053e+06 node_network_transmit_packets{device="bat04"} 1.7088426e+07 node_network_transmit_packets{device="bat05"} 4.4305979e+07 node_network_transmit_packets{device="bat06"} 2.0675032e+07 node_network_transmit_packets{device="bat07"} 1.0219501e+07 node_network_transmit_packets{device="bat08"} 2.0161609e+07 node_network_transmit_packets{device="bat09"} 8.509564e+06 node_network_transmit_packets{device="bat10"} 1.1738398e+07 node_network_transmit_packets{device="bat11"} 1.092534e+07 node_network_transmit_packets{device="eth0"} 3.786133017e+09 node_network_transmit_packets{device="gre0"} 0 node_network_transmit_packets{device="gretap0"} 0 node_network_transmit_packets{device="lo"} 3.61173738e+08 node_network_transmit_packets{device="t01-snng-ber2"} 5.022943e+06 node_network_transmit_packets{device="t01-snng-dtm1"} 5.584618e+06 node_network_transmit_packets{device="t01-snng-dtm2"} 5.718679e+06 node_network_transmit_packets{device="t02-snng-ber2"} 1.16006063e+08 node_network_transmit_packets{device="t02-snng-dtm1"} 1.22603004e+08 node_network_transmit_packets{device="t02-snng-dtm2"} 1.20715123e+08 node_network_transmit_packets{device="t03-snng-ber2"} 7.1960691e+07 node_network_transmit_packets{device="t03-snng-dtm1"} 7.5574502e+07 node_network_transmit_packets{device="t03-snng-dtm2"} 7.7628582e+07 node_network_transmit_packets{device="t04-snng-ber2"} 1.16474892e+08 node_network_transmit_packets{device="t04-snng-dtm1"} 1.25102683e+08 node_network_transmit_packets{device="t04-snng-dtm2"} 1.26142336e+08 node_network_transmit_packets{device="t05-snng-ber2"} 2.28803694e+08 node_network_transmit_packets{device="t05-snng-dtm1"} 2.6145727e+08 node_network_transmit_packets{device="t05-snng-dtm2"} 2.86240228e+08 node_network_transmit_packets{device="t06-snng-ber2"} 1.00188776e+08 node_network_transmit_packets{device="t06-snng-dtm1"} 1.1047702e+08 node_network_transmit_packets{device="t06-snng-dtm2"} 1.12574493e+08 node_network_transmit_packets{device="t07-snng-ber2"} 9.439635e+07 node_network_transmit_packets{device="t07-snng-dtm1"} 9.8815879e+07 node_network_transmit_packets{device="t07-snng-dtm2"} 9.9759111e+07 node_network_transmit_packets{device="t08-snng-ber2"} 1.32196586e+08 node_network_transmit_packets{device="t08-snng-dtm1"} 1.38531944e+08 node_network_transmit_packets{device="t08-snng-dtm2"} 1.46360593e+08 node_network_transmit_packets{device="t09-snng-ber2"} 6.5407787e+07 node_network_transmit_packets{device="t09-snng-dtm2"} 7.2915949e+07 node_network_transmit_packets{device="t10-snng-ber2"} 1.60680588e+08 node_network_transmit_packets{device="t10-snng-dtm1"} 1.67478579e+08 node_network_transmit_packets{device="t10-snng-dtm2"} 1.67474768e+08 node_network_transmit_packets{device="t11-snng-ber2"} 9.7143608e+07 node_network_transmit_packets{device="t11-snng-dtm1"} 1.0324597e+08 node_network_transmit_packets{device="t11-snng-dtm2"} 1.02360963e+08 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 6 # 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.001110512 node_scrape_collector_duration_seconds{collector="bcache"} 2.768e-05 node_scrape_collector_duration_seconds{collector="conntrack"} 4.181e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000402997 node_scrape_collector_duration_seconds{collector="diskstats"} 0.000105689 node_scrape_collector_duration_seconds{collector="edac"} 3.7319e-05 node_scrape_collector_duration_seconds{collector="entropy"} 2.981e-05 node_scrape_collector_duration_seconds{collector="filefd"} 2.904e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.000204518 node_scrape_collector_duration_seconds{collector="hwmon"} 1.259e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.064e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 0.000187338 node_scrape_collector_duration_seconds{collector="loadavg"} 3.57e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 1.651e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.00014578 node_scrape_collector_duration_seconds{collector="netdev"} 0.002261474 node_scrape_collector_duration_seconds{collector="netstat"} 0.001697488 node_scrape_collector_duration_seconds{collector="sockstat"} 7.064e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000130519 node_scrape_collector_duration_seconds{collector="textfile"} 3.41e-07 node_scrape_collector_duration_seconds{collector="time"} 7.12e-06 node_scrape_collector_duration_seconds{collector="timex"} 8.63e-06 node_scrape_collector_duration_seconds{collector="uname"} 0.000122309 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000234239 node_scrape_collector_duration_seconds{collector="wifi"} 0.000111049 node_scrape_collector_duration_seconds{collector="xfs"} 9.86e-06 node_scrape_collector_duration_seconds{collector="zfs"} 2.999e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="conntrack"} 1 node_scrape_collector_success{collector="cpu"} 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"} 1 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="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="wifi"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 1 # 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_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 12 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 6 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 3 # 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 12288 # 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 13 # 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 14 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 3 # 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 12288 # HELP node_sockstat_sockets_used Number of sockets sockets in state used. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 184 # HELP node_time System time in seconds since epoch (1970). # TYPE node_time gauge node_time 1.7650946780179296e+09 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0.000678 # HELP node_timex_frequency_adjustment Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment gauge node_timex_frequency_adjustment -509057 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 10 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.414575 # 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.000740597 # HELP node_timex_pps_calibration_count Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_count counter node_timex_pps_calibration_count 0 # HELP node_timex_pps_error_count Pulse per second count of calibration errors. # TYPE node_timex_pps_error_count counter node_timex_pps_error_count 0 # HELP node_timex_pps_frequency Pulse per second frequency. # TYPE node_timex_pps_frequency gauge node_timex_pps_frequency 0 # HELP node_timex_pps_jitter_count Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_count counter node_timex_pps_jitter_count 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_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 Pulse per second stability. # TYPE node_timex_pps_stability counter node_timex_pps_stability 0 # HELP node_timex_pps_stability_exceeded_count Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_count gauge node_timex_pps_stability_exceeded_count 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 24577 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset gauge node_timex_tai_offset 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="map-ng",release="4.9.0-0.bpo.6-amd64",sysname="Linux",version="#1 SMP Debian 4.9.88-1+deb9u1~bpo8+1 (2018-05-13)"} 1 # HELP node_vmstat_allocstall_dma /proc/vmstat information field allocstall_dma. # TYPE node_vmstat_allocstall_dma untyped node_vmstat_allocstall_dma 0 # HELP node_vmstat_allocstall_dma32 /proc/vmstat information field allocstall_dma32. # TYPE node_vmstat_allocstall_dma32 untyped node_vmstat_allocstall_dma32 0 # HELP node_vmstat_allocstall_movable /proc/vmstat information field allocstall_movable. # TYPE node_vmstat_allocstall_movable untyped node_vmstat_allocstall_movable 0 # HELP node_vmstat_allocstall_normal /proc/vmstat information field allocstall_normal. # TYPE node_vmstat_allocstall_normal untyped node_vmstat_allocstall_normal 0 # HELP node_vmstat_balloon_deflate /proc/vmstat information field balloon_deflate. # TYPE node_vmstat_balloon_deflate untyped node_vmstat_balloon_deflate 0 # HELP node_vmstat_balloon_inflate /proc/vmstat information field balloon_inflate. # TYPE node_vmstat_balloon_inflate untyped node_vmstat_balloon_inflate 0 # HELP node_vmstat_balloon_migrate /proc/vmstat information field balloon_migrate. # TYPE node_vmstat_balloon_migrate untyped node_vmstat_balloon_migrate 0 # HELP node_vmstat_compact_daemon_wake /proc/vmstat information field compact_daemon_wake. # TYPE node_vmstat_compact_daemon_wake untyped node_vmstat_compact_daemon_wake 0 # HELP node_vmstat_compact_fail /proc/vmstat information field compact_fail. # TYPE node_vmstat_compact_fail untyped node_vmstat_compact_fail 0 # HELP node_vmstat_compact_free_scanned /proc/vmstat information field compact_free_scanned. # TYPE node_vmstat_compact_free_scanned untyped node_vmstat_compact_free_scanned 0 # HELP node_vmstat_compact_isolated /proc/vmstat information field compact_isolated. # TYPE node_vmstat_compact_isolated untyped node_vmstat_compact_isolated 0 # HELP node_vmstat_compact_migrate_scanned /proc/vmstat information field compact_migrate_scanned. # TYPE node_vmstat_compact_migrate_scanned untyped node_vmstat_compact_migrate_scanned 0 # HELP node_vmstat_compact_stall /proc/vmstat information field compact_stall. # TYPE node_vmstat_compact_stall untyped node_vmstat_compact_stall 0 # HELP node_vmstat_compact_success /proc/vmstat information field compact_success. # TYPE node_vmstat_compact_success untyped node_vmstat_compact_success 0 # HELP node_vmstat_drop_pagecache /proc/vmstat information field drop_pagecache. # TYPE node_vmstat_drop_pagecache untyped node_vmstat_drop_pagecache 0 # HELP node_vmstat_drop_slab /proc/vmstat information field drop_slab. # TYPE node_vmstat_drop_slab untyped node_vmstat_drop_slab 0 # HELP node_vmstat_htlb_buddy_alloc_fail /proc/vmstat information field htlb_buddy_alloc_fail. # TYPE node_vmstat_htlb_buddy_alloc_fail untyped node_vmstat_htlb_buddy_alloc_fail 0 # HELP node_vmstat_htlb_buddy_alloc_success /proc/vmstat information field htlb_buddy_alloc_success. # TYPE node_vmstat_htlb_buddy_alloc_success untyped node_vmstat_htlb_buddy_alloc_success 0 # HELP node_vmstat_kswapd_high_wmark_hit_quickly /proc/vmstat information field kswapd_high_wmark_hit_quickly. # TYPE node_vmstat_kswapd_high_wmark_hit_quickly untyped node_vmstat_kswapd_high_wmark_hit_quickly 0 # HELP node_vmstat_kswapd_inodesteal /proc/vmstat information field kswapd_inodesteal. # TYPE node_vmstat_kswapd_inodesteal untyped node_vmstat_kswapd_inodesteal 0 # HELP node_vmstat_kswapd_low_wmark_hit_quickly /proc/vmstat information field kswapd_low_wmark_hit_quickly. # TYPE node_vmstat_kswapd_low_wmark_hit_quickly untyped node_vmstat_kswapd_low_wmark_hit_quickly 0 # HELP node_vmstat_nr_active_anon /proc/vmstat information field nr_active_anon. # TYPE node_vmstat_nr_active_anon untyped node_vmstat_nr_active_anon 30500 # HELP node_vmstat_nr_active_file /proc/vmstat information field nr_active_file. # TYPE node_vmstat_nr_active_file untyped node_vmstat_nr_active_file 90803 # HELP node_vmstat_nr_anon_pages /proc/vmstat information field nr_anon_pages. # TYPE node_vmstat_nr_anon_pages untyped node_vmstat_nr_anon_pages 30310 # HELP node_vmstat_nr_anon_transparent_hugepages /proc/vmstat information field nr_anon_transparent_hugepages. # TYPE node_vmstat_nr_anon_transparent_hugepages untyped node_vmstat_nr_anon_transparent_hugepages 0 # HELP node_vmstat_nr_bounce /proc/vmstat information field nr_bounce. # TYPE node_vmstat_nr_bounce untyped node_vmstat_nr_bounce 0 # HELP node_vmstat_nr_dirtied /proc/vmstat information field nr_dirtied. # TYPE node_vmstat_nr_dirtied untyped node_vmstat_nr_dirtied 3.4026988e+07 # HELP node_vmstat_nr_dirty /proc/vmstat information field nr_dirty. # TYPE node_vmstat_nr_dirty untyped node_vmstat_nr_dirty 6 # HELP node_vmstat_nr_dirty_background_threshold /proc/vmstat information field nr_dirty_background_threshold. # TYPE node_vmstat_nr_dirty_background_threshold untyped node_vmstat_nr_dirty_background_threshold 24415 # HELP node_vmstat_nr_dirty_threshold /proc/vmstat information field nr_dirty_threshold. # TYPE node_vmstat_nr_dirty_threshold untyped node_vmstat_nr_dirty_threshold 163174 # HELP node_vmstat_nr_file_pages /proc/vmstat information field nr_file_pages. # TYPE node_vmstat_nr_file_pages untyped node_vmstat_nr_file_pages 189716 # HELP node_vmstat_nr_free_cma /proc/vmstat information field nr_free_cma. # TYPE node_vmstat_nr_free_cma untyped node_vmstat_nr_free_cma 0 # HELP node_vmstat_nr_free_pages /proc/vmstat information field nr_free_pages. # TYPE node_vmstat_nr_free_pages untyped node_vmstat_nr_free_pages 683253 # HELP node_vmstat_nr_inactive_anon /proc/vmstat information field nr_inactive_anon. # TYPE node_vmstat_nr_inactive_anon untyped node_vmstat_nr_inactive_anon 26537 # HELP node_vmstat_nr_inactive_file /proc/vmstat information field nr_inactive_file. # TYPE node_vmstat_nr_inactive_file untyped node_vmstat_nr_inactive_file 72188 # HELP node_vmstat_nr_isolated_anon /proc/vmstat information field nr_isolated_anon. # TYPE node_vmstat_nr_isolated_anon untyped node_vmstat_nr_isolated_anon 0 # HELP node_vmstat_nr_isolated_file /proc/vmstat information field nr_isolated_file. # TYPE node_vmstat_nr_isolated_file untyped node_vmstat_nr_isolated_file 0 # HELP node_vmstat_nr_kernel_stack /proc/vmstat information field nr_kernel_stack. # TYPE node_vmstat_nr_kernel_stack untyped node_vmstat_nr_kernel_stack 2096 # HELP node_vmstat_nr_mapped /proc/vmstat information field nr_mapped. # TYPE node_vmstat_nr_mapped untyped node_vmstat_nr_mapped 17634 # HELP node_vmstat_nr_mlock /proc/vmstat information field nr_mlock. # TYPE node_vmstat_nr_mlock untyped node_vmstat_nr_mlock 0 # HELP node_vmstat_nr_overhead /proc/vmstat information field nr_overhead. # TYPE node_vmstat_nr_overhead untyped node_vmstat_nr_overhead 0 # HELP node_vmstat_nr_page_table_pages /proc/vmstat information field nr_page_table_pages. # TYPE node_vmstat_nr_page_table_pages untyped node_vmstat_nr_page_table_pages 1041 # HELP node_vmstat_nr_pages_scanned /proc/vmstat information field nr_pages_scanned. # TYPE node_vmstat_nr_pages_scanned untyped node_vmstat_nr_pages_scanned 0 # HELP node_vmstat_nr_shmem /proc/vmstat information field nr_shmem. # TYPE node_vmstat_nr_shmem untyped node_vmstat_nr_shmem 26727 # HELP node_vmstat_nr_shmem_hugepages /proc/vmstat information field nr_shmem_hugepages. # TYPE node_vmstat_nr_shmem_hugepages untyped node_vmstat_nr_shmem_hugepages 0 # HELP node_vmstat_nr_shmem_pmdmapped /proc/vmstat information field nr_shmem_pmdmapped. # TYPE node_vmstat_nr_shmem_pmdmapped untyped node_vmstat_nr_shmem_pmdmapped 0 # HELP node_vmstat_nr_slab_reclaimable /proc/vmstat information field nr_slab_reclaimable. # TYPE node_vmstat_nr_slab_reclaimable untyped node_vmstat_nr_slab_reclaimable 88546 # HELP node_vmstat_nr_slab_unreclaimable /proc/vmstat information field nr_slab_unreclaimable. # TYPE node_vmstat_nr_slab_unreclaimable untyped node_vmstat_nr_slab_unreclaimable 9147 # HELP node_vmstat_nr_unevictable /proc/vmstat information field nr_unevictable. # TYPE node_vmstat_nr_unevictable untyped node_vmstat_nr_unevictable 0 # HELP node_vmstat_nr_unstable /proc/vmstat information field nr_unstable. # TYPE node_vmstat_nr_unstable untyped node_vmstat_nr_unstable 0 # HELP node_vmstat_nr_vmscan_immediate_reclaim /proc/vmstat information field nr_vmscan_immediate_reclaim. # TYPE node_vmstat_nr_vmscan_immediate_reclaim untyped node_vmstat_nr_vmscan_immediate_reclaim 0 # HELP node_vmstat_nr_vmscan_write /proc/vmstat information field nr_vmscan_write. # TYPE node_vmstat_nr_vmscan_write untyped node_vmstat_nr_vmscan_write 0 # HELP node_vmstat_nr_writeback /proc/vmstat information field nr_writeback. # TYPE node_vmstat_nr_writeback untyped node_vmstat_nr_writeback 0 # HELP node_vmstat_nr_writeback_temp /proc/vmstat information field nr_writeback_temp. # TYPE node_vmstat_nr_writeback_temp untyped node_vmstat_nr_writeback_temp 0 # HELP node_vmstat_nr_written /proc/vmstat information field nr_written. # TYPE node_vmstat_nr_written untyped node_vmstat_nr_written 3.4002042e+07 # HELP node_vmstat_nr_zone_active_anon /proc/vmstat information field nr_zone_active_anon. # TYPE node_vmstat_nr_zone_active_anon untyped node_vmstat_nr_zone_active_anon 30500 # HELP node_vmstat_nr_zone_active_file /proc/vmstat information field nr_zone_active_file. # TYPE node_vmstat_nr_zone_active_file untyped node_vmstat_nr_zone_active_file 90803 # HELP node_vmstat_nr_zone_inactive_anon /proc/vmstat information field nr_zone_inactive_anon. # TYPE node_vmstat_nr_zone_inactive_anon untyped node_vmstat_nr_zone_inactive_anon 26537 # HELP node_vmstat_nr_zone_inactive_file /proc/vmstat information field nr_zone_inactive_file. # TYPE node_vmstat_nr_zone_inactive_file untyped node_vmstat_nr_zone_inactive_file 72188 # HELP node_vmstat_nr_zone_unevictable /proc/vmstat information field nr_zone_unevictable. # TYPE node_vmstat_nr_zone_unevictable untyped node_vmstat_nr_zone_unevictable 0 # HELP node_vmstat_nr_zone_write_pending /proc/vmstat information field nr_zone_write_pending. # TYPE node_vmstat_nr_zone_write_pending untyped node_vmstat_nr_zone_write_pending 6 # HELP node_vmstat_nr_zspages /proc/vmstat information field nr_zspages. # TYPE node_vmstat_nr_zspages untyped node_vmstat_nr_zspages 0 # HELP node_vmstat_numa_foreign /proc/vmstat information field numa_foreign. # TYPE node_vmstat_numa_foreign untyped node_vmstat_numa_foreign 0 # HELP node_vmstat_numa_hint_faults /proc/vmstat information field numa_hint_faults. # TYPE node_vmstat_numa_hint_faults untyped node_vmstat_numa_hint_faults 0 # HELP node_vmstat_numa_hint_faults_local /proc/vmstat information field numa_hint_faults_local. # TYPE node_vmstat_numa_hint_faults_local untyped node_vmstat_numa_hint_faults_local 0 # HELP node_vmstat_numa_hit /proc/vmstat information field numa_hit. # TYPE node_vmstat_numa_hit untyped node_vmstat_numa_hit 1.818116219e+09 # HELP node_vmstat_numa_huge_pte_updates /proc/vmstat information field numa_huge_pte_updates. # TYPE node_vmstat_numa_huge_pte_updates untyped node_vmstat_numa_huge_pte_updates 0 # HELP node_vmstat_numa_interleave /proc/vmstat information field numa_interleave. # TYPE node_vmstat_numa_interleave untyped node_vmstat_numa_interleave 16295 # HELP node_vmstat_numa_local /proc/vmstat information field numa_local. # TYPE node_vmstat_numa_local untyped node_vmstat_numa_local 1.818116219e+09 # HELP node_vmstat_numa_miss /proc/vmstat information field numa_miss. # TYPE node_vmstat_numa_miss untyped node_vmstat_numa_miss 0 # HELP node_vmstat_numa_other /proc/vmstat information field numa_other. # TYPE node_vmstat_numa_other untyped node_vmstat_numa_other 0 # HELP node_vmstat_numa_pages_migrated /proc/vmstat information field numa_pages_migrated. # TYPE node_vmstat_numa_pages_migrated untyped node_vmstat_numa_pages_migrated 0 # HELP node_vmstat_numa_pte_updates /proc/vmstat information field numa_pte_updates. # TYPE node_vmstat_numa_pte_updates untyped node_vmstat_numa_pte_updates 0 # HELP node_vmstat_pageoutrun /proc/vmstat information field pageoutrun. # TYPE node_vmstat_pageoutrun untyped node_vmstat_pageoutrun 0 # HELP node_vmstat_pgactivate /proc/vmstat information field pgactivate. # TYPE node_vmstat_pgactivate untyped node_vmstat_pgactivate 1.9230936e+07 # HELP node_vmstat_pgalloc_dma /proc/vmstat information field pgalloc_dma. # TYPE node_vmstat_pgalloc_dma untyped node_vmstat_pgalloc_dma 1 # HELP node_vmstat_pgalloc_dma32 /proc/vmstat information field pgalloc_dma32. # TYPE node_vmstat_pgalloc_dma32 untyped node_vmstat_pgalloc_dma32 2.116223055e+09 # HELP node_vmstat_pgalloc_movable /proc/vmstat information field pgalloc_movable. # TYPE node_vmstat_pgalloc_movable untyped node_vmstat_pgalloc_movable 0 # HELP node_vmstat_pgalloc_normal /proc/vmstat information field pgalloc_normal. # TYPE node_vmstat_pgalloc_normal untyped node_vmstat_pgalloc_normal 9.94844991e+08 # HELP node_vmstat_pgdeactivate /proc/vmstat information field pgdeactivate. # TYPE node_vmstat_pgdeactivate untyped node_vmstat_pgdeactivate 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.628947524e+09 # HELP node_vmstat_pgfree /proc/vmstat information field pgfree. # TYPE node_vmstat_pgfree untyped node_vmstat_pgfree 3.111752156e+09 # HELP node_vmstat_pginodesteal /proc/vmstat information field pginodesteal. # TYPE node_vmstat_pginodesteal untyped node_vmstat_pginodesteal 0 # HELP node_vmstat_pglazyfreed /proc/vmstat information field pglazyfreed. # TYPE node_vmstat_pglazyfreed untyped node_vmstat_pglazyfreed 0 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 776 # HELP node_vmstat_pgmigrate_fail /proc/vmstat information field pgmigrate_fail. # TYPE node_vmstat_pgmigrate_fail untyped node_vmstat_pgmigrate_fail 0 # HELP node_vmstat_pgmigrate_success /proc/vmstat information field pgmigrate_success. # TYPE node_vmstat_pgmigrate_success untyped node_vmstat_pgmigrate_success 0 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 399613 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.6022902e+08 # HELP node_vmstat_pgrefill /proc/vmstat information field pgrefill. # TYPE node_vmstat_pgrefill untyped node_vmstat_pgrefill 0 # HELP node_vmstat_pgrotated /proc/vmstat information field pgrotated. # TYPE node_vmstat_pgrotated untyped node_vmstat_pgrotated 0 # HELP node_vmstat_pgscan_direct /proc/vmstat information field pgscan_direct. # TYPE node_vmstat_pgscan_direct untyped node_vmstat_pgscan_direct 0 # HELP node_vmstat_pgscan_direct_throttle /proc/vmstat information field pgscan_direct_throttle. # TYPE node_vmstat_pgscan_direct_throttle untyped node_vmstat_pgscan_direct_throttle 0 # HELP node_vmstat_pgscan_kswapd /proc/vmstat information field pgscan_kswapd. # TYPE node_vmstat_pgscan_kswapd untyped node_vmstat_pgscan_kswapd 0 # HELP node_vmstat_pgskip_dma /proc/vmstat information field pgskip_dma. # TYPE node_vmstat_pgskip_dma untyped node_vmstat_pgskip_dma 0 # HELP node_vmstat_pgskip_dma32 /proc/vmstat information field pgskip_dma32. # TYPE node_vmstat_pgskip_dma32 untyped node_vmstat_pgskip_dma32 0 # HELP node_vmstat_pgskip_movable /proc/vmstat information field pgskip_movable. # TYPE node_vmstat_pgskip_movable untyped node_vmstat_pgskip_movable 0 # HELP node_vmstat_pgskip_normal /proc/vmstat information field pgskip_normal. # TYPE node_vmstat_pgskip_normal untyped node_vmstat_pgskip_normal 0 # HELP node_vmstat_pgsteal_direct /proc/vmstat information field pgsteal_direct. # TYPE node_vmstat_pgsteal_direct untyped node_vmstat_pgsteal_direct 0 # HELP node_vmstat_pgsteal_kswapd /proc/vmstat information field pgsteal_kswapd. # TYPE node_vmstat_pgsteal_kswapd untyped node_vmstat_pgsteal_kswapd 0 # 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_vmstat_slabs_scanned /proc/vmstat information field slabs_scanned. # TYPE node_vmstat_slabs_scanned untyped node_vmstat_slabs_scanned 0 # HELP node_vmstat_thp_collapse_alloc /proc/vmstat information field thp_collapse_alloc. # TYPE node_vmstat_thp_collapse_alloc untyped node_vmstat_thp_collapse_alloc 0 # HELP node_vmstat_thp_collapse_alloc_failed /proc/vmstat information field thp_collapse_alloc_failed. # TYPE node_vmstat_thp_collapse_alloc_failed untyped node_vmstat_thp_collapse_alloc_failed 0 # HELP node_vmstat_thp_deferred_split_page /proc/vmstat information field thp_deferred_split_page. # TYPE node_vmstat_thp_deferred_split_page untyped node_vmstat_thp_deferred_split_page 0 # HELP node_vmstat_thp_fault_alloc /proc/vmstat information field thp_fault_alloc. # TYPE node_vmstat_thp_fault_alloc untyped node_vmstat_thp_fault_alloc 0 # HELP node_vmstat_thp_fault_fallback /proc/vmstat information field thp_fault_fallback. # TYPE node_vmstat_thp_fault_fallback untyped node_vmstat_thp_fault_fallback 0 # HELP node_vmstat_thp_file_alloc /proc/vmstat information field thp_file_alloc. # TYPE node_vmstat_thp_file_alloc untyped node_vmstat_thp_file_alloc 0 # HELP node_vmstat_thp_file_mapped /proc/vmstat information field thp_file_mapped. # TYPE node_vmstat_thp_file_mapped untyped node_vmstat_thp_file_mapped 0 # HELP node_vmstat_thp_split_page /proc/vmstat information field thp_split_page. # TYPE node_vmstat_thp_split_page untyped node_vmstat_thp_split_page 0 # HELP node_vmstat_thp_split_page_failed /proc/vmstat information field thp_split_page_failed. # TYPE node_vmstat_thp_split_page_failed untyped node_vmstat_thp_split_page_failed 0 # HELP node_vmstat_thp_split_pmd /proc/vmstat information field thp_split_pmd. # TYPE node_vmstat_thp_split_pmd untyped node_vmstat_thp_split_pmd 0 # HELP node_vmstat_thp_zero_page_alloc /proc/vmstat information field thp_zero_page_alloc. # TYPE node_vmstat_thp_zero_page_alloc untyped node_vmstat_thp_zero_page_alloc 0 # HELP node_vmstat_thp_zero_page_alloc_failed /proc/vmstat information field thp_zero_page_alloc_failed. # TYPE node_vmstat_thp_zero_page_alloc_failed untyped node_vmstat_thp_zero_page_alloc_failed 0 # HELP node_vmstat_unevictable_pgs_cleared /proc/vmstat information field unevictable_pgs_cleared. # TYPE node_vmstat_unevictable_pgs_cleared untyped node_vmstat_unevictable_pgs_cleared 0 # HELP node_vmstat_unevictable_pgs_culled /proc/vmstat information field unevictable_pgs_culled. # TYPE node_vmstat_unevictable_pgs_culled untyped node_vmstat_unevictable_pgs_culled 0 # HELP node_vmstat_unevictable_pgs_mlocked /proc/vmstat information field unevictable_pgs_mlocked. # TYPE node_vmstat_unevictable_pgs_mlocked untyped node_vmstat_unevictable_pgs_mlocked 0 # HELP node_vmstat_unevictable_pgs_munlocked /proc/vmstat information field unevictable_pgs_munlocked. # TYPE node_vmstat_unevictable_pgs_munlocked untyped node_vmstat_unevictable_pgs_munlocked 0 # HELP node_vmstat_unevictable_pgs_rescued /proc/vmstat information field unevictable_pgs_rescued. # TYPE node_vmstat_unevictable_pgs_rescued untyped node_vmstat_unevictable_pgs_rescued 0 # HELP node_vmstat_unevictable_pgs_scanned /proc/vmstat information field unevictable_pgs_scanned. # TYPE node_vmstat_unevictable_pgs_scanned untyped node_vmstat_unevictable_pgs_scanned 0 # HELP node_vmstat_unevictable_pgs_stranded /proc/vmstat information field unevictable_pgs_stranded. # TYPE node_vmstat_unevictable_pgs_stranded untyped node_vmstat_unevictable_pgs_stranded 0 # HELP node_vmstat_workingset_activate /proc/vmstat information field workingset_activate. # TYPE node_vmstat_workingset_activate untyped node_vmstat_workingset_activate 0 # HELP node_vmstat_workingset_nodereclaim /proc/vmstat information field workingset_nodereclaim. # TYPE node_vmstat_workingset_nodereclaim untyped node_vmstat_workingset_nodereclaim 0 # HELP node_vmstat_workingset_refault /proc/vmstat information field workingset_refault. # TYPE node_vmstat_workingset_refault untyped node_vmstat_workingset_refault 0 # HELP node_vmstat_zone_reclaim_failed /proc/vmstat information field zone_reclaim_failed. # TYPE node_vmstat_zone_reclaim_failed untyped node_vmstat_zone_reclaim_failed 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 1846.04 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1024 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.6232448e+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.75805529431e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 3.7638144e+08