# HELP go_gc_duration_seconds A summary of the GC invocation durations. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.3423e-05 go_gc_duration_seconds{quantile="0.25"} 9.6118e-05 go_gc_duration_seconds{quantile="0.5"} 0.000132132 go_gc_duration_seconds{quantile="0.75"} 0.000187003 go_gc_duration_seconds{quantile="1"} 0.00099897 go_gc_duration_seconds_sum 9122.610682298 go_gc_duration_seconds_count 4.4321987e+07 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 23 # 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 3.661648e+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 5.7178832222936e+13 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.538716e+06 # HELP go_memstats_frees_total Total number of frees. # TYPE go_memstats_frees_total counter go_memstats_frees_total 7.10076472011e+11 # HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started. # TYPE go_memstats_gc_cpu_fraction gauge go_memstats_gc_cpu_fraction 0.0002447667412444313 # 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 643072 # 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 3.661648e+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 5.81632e+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 5.914624e+06 # HELP go_memstats_heap_objects Number of allocated objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 32974 # 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 0 # 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 1.1730944e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.776263467624581e+09 # HELP go_memstats_lookups_total Total number of pointer lookups. # TYPE go_memstats_lookups_total counter go_memstats_lookups_total 6.248019768e+09 # HELP go_memstats_mallocs_total Total number of mallocs. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 7.10076504985e+11 # 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 27776 # 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 32768 # 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 98952 # 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 131072 # 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 6.6668e+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 3.517468e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.900544e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.900544e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.0494584e+07 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 42 # 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"} 348247.425 http_request_duration_microseconds{handler="prometheus",quantile="0.9"} 363504.459 http_request_duration_microseconds{handler="prometheus",quantile="0.99"} 380406.347 http_request_duration_microseconds_sum{handler="prometheus"} 5.3278059745805205e+12 http_request_duration_microseconds_count{handler="prometheus"} 1.5374167e+07 # 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"} 254 http_request_size_bytes{handler="prometheus",quantile="0.9"} 254 http_request_size_bytes{handler="prometheus",quantile="0.99"} 254 http_request_size_bytes_sum{handler="prometheus"} 3.904970848e+09 http_request_size_bytes_count{handler="prometheus"} 1.5374167e+07 # HELP http_requests_total Total number of HTTP requests made. # TYPE http_requests_total counter http_requests_total{code="200",handler="prometheus",method="get"} 1.5374127e+07 http_requests_total{code="200",handler="prometheus",method="head"} 16 http_requests_total{code="200",handler="prometheus",method="options"} 4 http_requests_total{code="200",handler="prometheus",method="post"} 12 http_requests_total{code="200",handler="prometheus",method="propfind"} 4 http_requests_total{code="200",handler="prometheus",method="rndmmtd"} 4 # 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"} 23523 http_response_size_bytes{handler="prometheus",quantile="0.9"} 23537 http_response_size_bytes{handler="prometheus",quantile="0.99"} 23545 http_response_size_bytes_sum{handler="prometheus"} 3.42209164851e+11 http_response_size_bytes_count{handler="prometheus"} 1.5374167e+07 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="br-1308270296ef"} 3 node_arp_entries{device="br-372710776e88"} 1 node_arp_entries{device="eno1"} 1 # HELP node_boot_time Node boot time, in unixtime. # TYPE node_boot_time gauge node_boot_time 1.699383518e+09 # HELP node_context_switches Total number of context switches. # TYPE node_context_switches counter node_context_switches 1.294465861351e+12 # 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.74434169e+07 node_cpu{cpu="cpu0",mode="iowait"} 386648.93 node_cpu{cpu="cpu0",mode="irq"} 0 node_cpu{cpu="cpu0",mode="nice"} 259941.07 node_cpu{cpu="cpu0",mode="softirq"} 51638.62 node_cpu{cpu="cpu0",mode="steal"} 0 node_cpu{cpu="cpu0",mode="system"} 671522.68 node_cpu{cpu="cpu0",mode="user"} 7.01407488e+06 node_cpu{cpu="cpu1",mode="guest"} 0 node_cpu{cpu="cpu1",mode="guest_nice"} 0 node_cpu{cpu="cpu1",mode="idle"} 6.72951122e+07 node_cpu{cpu="cpu1",mode="iowait"} 387803.93 node_cpu{cpu="cpu1",mode="irq"} 0 node_cpu{cpu="cpu1",mode="nice"} 281356.08 node_cpu{cpu="cpu1",mode="softirq"} 42254.18 node_cpu{cpu="cpu1",mode="steal"} 0 node_cpu{cpu="cpu1",mode="system"} 668337.1 node_cpu{cpu="cpu1",mode="user"} 7.21810969e+06 node_cpu{cpu="cpu10",mode="guest"} 0 node_cpu{cpu="cpu10",mode="guest_nice"} 0 node_cpu{cpu="cpu10",mode="idle"} 6.72547915e+07 node_cpu{cpu="cpu10",mode="iowait"} 386845.16 node_cpu{cpu="cpu10",mode="irq"} 0 node_cpu{cpu="cpu10",mode="nice"} 290235.08 node_cpu{cpu="cpu10",mode="softirq"} 36260.64 node_cpu{cpu="cpu10",mode="steal"} 0 node_cpu{cpu="cpu10",mode="system"} 659436.66 node_cpu{cpu="cpu10",mode="user"} 7.31193796e+06 node_cpu{cpu="cpu11",mode="guest"} 0 node_cpu{cpu="cpu11",mode="guest_nice"} 0 node_cpu{cpu="cpu11",mode="idle"} 6.62168815e+07 node_cpu{cpu="cpu11",mode="iowait"} 369767.27 node_cpu{cpu="cpu11",mode="irq"} 0 node_cpu{cpu="cpu11",mode="nice"} 277608.61 node_cpu{cpu="cpu11",mode="softirq"} 775631.02 node_cpu{cpu="cpu11",mode="steal"} 0 node_cpu{cpu="cpu11",mode="system"} 662264.66 node_cpu{cpu="cpu11",mode="user"} 7.50062131e+06 node_cpu{cpu="cpu12",mode="guest"} 0 node_cpu{cpu="cpu12",mode="guest_nice"} 0 node_cpu{cpu="cpu12",mode="idle"} 6.713093279e+07 node_cpu{cpu="cpu12",mode="iowait"} 379078.99 node_cpu{cpu="cpu12",mode="irq"} 0 node_cpu{cpu="cpu12",mode="nice"} 283633.75 node_cpu{cpu="cpu12",mode="softirq"} 36435.18 node_cpu{cpu="cpu12",mode="steal"} 0 node_cpu{cpu="cpu12",mode="system"} 666747.03 node_cpu{cpu="cpu12",mode="user"} 7.41821179e+06 node_cpu{cpu="cpu13",mode="guest"} 0 node_cpu{cpu="cpu13",mode="guest_nice"} 0 node_cpu{cpu="cpu13",mode="idle"} 6.705778198e+07 node_cpu{cpu="cpu13",mode="iowait"} 372049.18 node_cpu{cpu="cpu13",mode="irq"} 0 node_cpu{cpu="cpu13",mode="nice"} 264097.59 node_cpu{cpu="cpu13",mode="softirq"} 114472.34 node_cpu{cpu="cpu13",mode="steal"} 0 node_cpu{cpu="cpu13",mode="system"} 666960.56 node_cpu{cpu="cpu13",mode="user"} 7.4242322e+06 node_cpu{cpu="cpu14",mode="guest"} 0 node_cpu{cpu="cpu14",mode="guest_nice"} 0 node_cpu{cpu="cpu14",mode="idle"} 6.718288677e+07 node_cpu{cpu="cpu14",mode="iowait"} 374761.48 node_cpu{cpu="cpu14",mode="irq"} 0 node_cpu{cpu="cpu14",mode="nice"} 272981.57 node_cpu{cpu="cpu14",mode="softirq"} 37066.91 node_cpu{cpu="cpu14",mode="steal"} 0 node_cpu{cpu="cpu14",mode="system"} 670421.57 node_cpu{cpu="cpu14",mode="user"} 7.37106052e+06 node_cpu{cpu="cpu15",mode="guest"} 0 node_cpu{cpu="cpu15",mode="guest_nice"} 0 node_cpu{cpu="cpu15",mode="idle"} 6.711669888e+07 node_cpu{cpu="cpu15",mode="iowait"} 372548.45 node_cpu{cpu="cpu15",mode="irq"} 0 node_cpu{cpu="cpu15",mode="nice"} 275615.41 node_cpu{cpu="cpu15",mode="softirq"} 55108.72 node_cpu{cpu="cpu15",mode="steal"} 0 node_cpu{cpu="cpu15",mode="system"} 671962.32 node_cpu{cpu="cpu15",mode="user"} 7.40543285e+06 node_cpu{cpu="cpu2",mode="guest"} 0 node_cpu{cpu="cpu2",mode="guest_nice"} 0 node_cpu{cpu="cpu2",mode="idle"} 6.729081188e+07 node_cpu{cpu="cpu2",mode="iowait"} 389258.64 node_cpu{cpu="cpu2",mode="irq"} 0 node_cpu{cpu="cpu2",mode="nice"} 286521.27 node_cpu{cpu="cpu2",mode="softirq"} 38537.78 node_cpu{cpu="cpu2",mode="steal"} 0 node_cpu{cpu="cpu2",mode="system"} 663764.22 node_cpu{cpu="cpu2",mode="user"} 7.24499976e+06 node_cpu{cpu="cpu3",mode="guest"} 0 node_cpu{cpu="cpu3",mode="guest_nice"} 0 node_cpu{cpu="cpu3",mode="idle"} 6.714995011e+07 node_cpu{cpu="cpu3",mode="iowait"} 384288.91 node_cpu{cpu="cpu3",mode="irq"} 0 node_cpu{cpu="cpu3",mode="nice"} 293123.42 node_cpu{cpu="cpu3",mode="softirq"} 37196.11 node_cpu{cpu="cpu3",mode="steal"} 0 node_cpu{cpu="cpu3",mode="system"} 659829.36 node_cpu{cpu="cpu3",mode="user"} 7.40957486e+06 node_cpu{cpu="cpu4",mode="guest"} 0 node_cpu{cpu="cpu4",mode="guest_nice"} 0 node_cpu{cpu="cpu4",mode="idle"} 6.725028049e+07 node_cpu{cpu="cpu4",mode="iowait"} 386107.46 node_cpu{cpu="cpu4",mode="irq"} 0 node_cpu{cpu="cpu4",mode="nice"} 289275.7 node_cpu{cpu="cpu4",mode="softirq"} 37401.74 node_cpu{cpu="cpu4",mode="steal"} 0 node_cpu{cpu="cpu4",mode="system"} 663128.37 node_cpu{cpu="cpu4",mode="user"} 7.29612566e+06 node_cpu{cpu="cpu5",mode="guest"} 0 node_cpu{cpu="cpu5",mode="guest_nice"} 0 node_cpu{cpu="cpu5",mode="idle"} 6.72206388e+07 node_cpu{cpu="cpu5",mode="iowait"} 384920.85 node_cpu{cpu="cpu5",mode="irq"} 0 node_cpu{cpu="cpu5",mode="nice"} 293241.99 node_cpu{cpu="cpu5",mode="softirq"} 37107.78 node_cpu{cpu="cpu5",mode="steal"} 0 node_cpu{cpu="cpu5",mode="system"} 663606.9 node_cpu{cpu="cpu5",mode="user"} 7.32384383e+06 node_cpu{cpu="cpu6",mode="guest"} 0 node_cpu{cpu="cpu6",mode="guest_nice"} 0 node_cpu{cpu="cpu6",mode="idle"} 6.719709181e+07 node_cpu{cpu="cpu6",mode="iowait"} 383916.45 node_cpu{cpu="cpu6",mode="irq"} 0 node_cpu{cpu="cpu6",mode="nice"} 289489.04 node_cpu{cpu="cpu6",mode="softirq"} 37782.68 node_cpu{cpu="cpu6",mode="steal"} 0 node_cpu{cpu="cpu6",mode="system"} 668517.47 node_cpu{cpu="cpu6",mode="user"} 7.34110431e+06 node_cpu{cpu="cpu7",mode="guest"} 0 node_cpu{cpu="cpu7",mode="guest_nice"} 0 node_cpu{cpu="cpu7",mode="idle"} 6.717468072e+07 node_cpu{cpu="cpu7",mode="iowait"} 381981.7 node_cpu{cpu="cpu7",mode="irq"} 0 node_cpu{cpu="cpu7",mode="nice"} 287589.01 node_cpu{cpu="cpu7",mode="softirq"} 38030.3 node_cpu{cpu="cpu7",mode="steal"} 0 node_cpu{cpu="cpu7",mode="system"} 671135.79 node_cpu{cpu="cpu7",mode="user"} 7.3608518e+06 node_cpu{cpu="cpu8",mode="guest"} 0 node_cpu{cpu="cpu8",mode="guest_nice"} 0 node_cpu{cpu="cpu8",mode="idle"} 6.693809826e+07 node_cpu{cpu="cpu8",mode="iowait"} 380144.32 node_cpu{cpu="cpu8",mode="irq"} 0 node_cpu{cpu="cpu8",mode="nice"} 312747.4 node_cpu{cpu="cpu8",mode="softirq"} 37507.72 node_cpu{cpu="cpu8",mode="steal"} 0 node_cpu{cpu="cpu8",mode="system"} 666203.65 node_cpu{cpu="cpu8",mode="user"} 7.60235927e+06 node_cpu{cpu="cpu9",mode="guest"} 0 node_cpu{cpu="cpu9",mode="guest_nice"} 0 node_cpu{cpu="cpu9",mode="idle"} 6.719679268e+07 node_cpu{cpu="cpu9",mode="iowait"} 385096.12 node_cpu{cpu="cpu9",mode="irq"} 0 node_cpu{cpu="cpu9",mode="nice"} 292434.26 node_cpu{cpu="cpu9",mode="softirq"} 36853.79 node_cpu{cpu="cpu9",mode="steal"} 0 node_cpu{cpu="cpu9",mode="system"} 660879.15 node_cpu{cpu="cpu9",mode="user"} 7.36573393e+06 # HELP node_cpu_core_throttles_total Number of times this cpu core has been throttled. # TYPE node_cpu_core_throttles_total counter node_cpu_core_throttles_total{cpu="cpu0"} 61953 node_cpu_core_throttles_total{cpu="cpu1"} 0 node_cpu_core_throttles_total{cpu="cpu10"} 1.535625e+06 node_cpu_core_throttles_total{cpu="cpu11"} 0 node_cpu_core_throttles_total{cpu="cpu12"} 395862 node_cpu_core_throttles_total{cpu="cpu13"} 0 node_cpu_core_throttles_total{cpu="cpu14"} 48 node_cpu_core_throttles_total{cpu="cpu15"} 0 node_cpu_core_throttles_total{cpu="cpu2"} 1.535625e+06 node_cpu_core_throttles_total{cpu="cpu3"} 0 node_cpu_core_throttles_total{cpu="cpu4"} 395861 node_cpu_core_throttles_total{cpu="cpu5"} 0 node_cpu_core_throttles_total{cpu="cpu6"} 48 node_cpu_core_throttles_total{cpu="cpu7"} 0 node_cpu_core_throttles_total{cpu="cpu8"} 61953 node_cpu_core_throttles_total{cpu="cpu9"} 0 # HELP node_cpu_frequency_hertz Current cpu thread frequency in hertz. # TYPE node_cpu_frequency_hertz gauge node_cpu_frequency_hertz{cpu="cpu0"} 4.262162e+09 node_cpu_frequency_hertz{cpu="cpu1"} 4.107052e+09 node_cpu_frequency_hertz{cpu="cpu10"} 4.531952e+09 node_cpu_frequency_hertz{cpu="cpu11"} 4.196274e+09 node_cpu_frequency_hertz{cpu="cpu12"} 4.664207e+09 node_cpu_frequency_hertz{cpu="cpu13"} 4.021049e+09 node_cpu_frequency_hertz{cpu="cpu14"} 4.511465e+09 node_cpu_frequency_hertz{cpu="cpu15"} 4.178616e+09 node_cpu_frequency_hertz{cpu="cpu2"} 4.040447e+09 node_cpu_frequency_hertz{cpu="cpu3"} 4.530737e+09 node_cpu_frequency_hertz{cpu="cpu4"} 4.301618e+09 node_cpu_frequency_hertz{cpu="cpu5"} 4.367117e+09 node_cpu_frequency_hertz{cpu="cpu6"} 4.284271e+09 node_cpu_frequency_hertz{cpu="cpu7"} 4.150538e+09 node_cpu_frequency_hertz{cpu="cpu8"} 4.323938e+09 node_cpu_frequency_hertz{cpu="cpu9"} 4.167852e+09 # HELP node_cpu_frequency_max_hertz Maximum cpu thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="cpu0"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu1"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu10"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu11"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu12"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu13"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu14"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu15"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu2"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu3"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu4"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu5"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu6"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu7"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu8"} 5e+09 node_cpu_frequency_max_hertz{cpu="cpu9"} 5e+09 # HELP node_cpu_frequency_min_hertz Minimum cpu thread frequency in hertz. # TYPE node_cpu_frequency_min_hertz gauge node_cpu_frequency_min_hertz{cpu="cpu0"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu1"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu10"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu11"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu12"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu13"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu14"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu15"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu2"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu3"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu4"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu5"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu6"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu7"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu8"} 8e+08 node_cpu_frequency_min_hertz{cpu="cpu9"} 8e+08 # HELP node_cpu_package_throttles_total Number of times this cpu package has been throttled. # TYPE node_cpu_package_throttles_total counter node_cpu_package_throttles_total{node="0"} 1.985973e+06 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # 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="ba5da2c29ae7f6209a88cb58676ba5ba029ad785",version="0.15.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 18048 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail gauge node_filesystem_avail{device="/dev/loop0",fstype="squashfs",mountpoint="/snap/snapd/26382"} 0 node_filesystem_avail{device="/dev/loop1",fstype="squashfs",mountpoint="/snap/helix/91"} 0 node_filesystem_avail{device="/dev/loop11",fstype="squashfs",mountpoint="/snap/certbot-dns-cloudflare/5172"} 0 node_filesystem_avail{device="/dev/loop12",fstype="squashfs",mountpoint="/snap/core20/2769"} 0 node_filesystem_avail{device="/dev/loop14",fstype="squashfs",mountpoint="/snap/helix/120"} 0 node_filesystem_avail{device="/dev/loop15",fstype="squashfs",mountpoint="/snap/snapd/25935"} 0 node_filesystem_avail{device="/dev/loop2",fstype="squashfs",mountpoint="/snap/core22/2411"} 0 node_filesystem_avail{device="/dev/loop3",fstype="squashfs",mountpoint="/snap/certbot-dns-cloudflare/5094"} 0 node_filesystem_avail{device="/dev/loop4",fstype="squashfs",mountpoint="/snap/certbot/5451"} 0 node_filesystem_avail{device="/dev/loop5",fstype="squashfs",mountpoint="/snap/core20/2717"} 0 node_filesystem_avail{device="/dev/loop6",fstype="squashfs",mountpoint="/snap/core22/2339"} 0 node_filesystem_avail{device="/dev/loop7",fstype="squashfs",mountpoint="/snap/certbot/5528"} 0 node_filesystem_avail{device="/dev/loop8",fstype="squashfs",mountpoint="/snap/core24/1499"} 0 node_filesystem_avail{device="/dev/loop9",fstype="squashfs",mountpoint="/snap/core24/1587"} 0 node_filesystem_avail{device="/dev/md1",fstype="ext3",mountpoint="/boot"} 7.1237632e+08 node_filesystem_avail{device="/dev/md2",fstype="ext4",mountpoint="/"} 5.71230445568e+11 node_filesystem_avail{device="none",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 0 node_filesystem_avail{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 1.3490532352e+10 node_filesystem_avail{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/0"} 1.3497233408e+10 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/loop0",fstype="squashfs",mountpoint="/snap/snapd/26382"} 0 node_filesystem_device_error{device="/dev/loop1",fstype="squashfs",mountpoint="/snap/helix/91"} 0 node_filesystem_device_error{device="/dev/loop11",fstype="squashfs",mountpoint="/snap/certbot-dns-cloudflare/5172"} 0 node_filesystem_device_error{device="/dev/loop12",fstype="squashfs",mountpoint="/snap/core20/2769"} 0 node_filesystem_device_error{device="/dev/loop14",fstype="squashfs",mountpoint="/snap/helix/120"} 0 node_filesystem_device_error{device="/dev/loop15",fstype="squashfs",mountpoint="/snap/snapd/25935"} 0 node_filesystem_device_error{device="/dev/loop2",fstype="squashfs",mountpoint="/snap/core22/2411"} 0 node_filesystem_device_error{device="/dev/loop3",fstype="squashfs",mountpoint="/snap/certbot-dns-cloudflare/5094"} 0 node_filesystem_device_error{device="/dev/loop4",fstype="squashfs",mountpoint="/snap/certbot/5451"} 0 node_filesystem_device_error{device="/dev/loop5",fstype="squashfs",mountpoint="/snap/core20/2717"} 0 node_filesystem_device_error{device="/dev/loop6",fstype="squashfs",mountpoint="/snap/core22/2339"} 0 node_filesystem_device_error{device="/dev/loop7",fstype="squashfs",mountpoint="/snap/certbot/5528"} 0 node_filesystem_device_error{device="/dev/loop8",fstype="squashfs",mountpoint="/snap/core24/1499"} 0 node_filesystem_device_error{device="/dev/loop9",fstype="squashfs",mountpoint="/snap/core24/1587"} 0 node_filesystem_device_error{device="/dev/md1",fstype="ext3",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/md2",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="none",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 0 node_filesystem_device_error{device="nsfs",fstype="nsfs",mountpoint="/run/docker/netns/5e20732c51d6"} 1 node_filesystem_device_error{device="nsfs",fstype="nsfs",mountpoint="/run/docker/netns/842b1db2b8c6"} 1 node_filesystem_device_error{device="nsfs",fstype="nsfs",mountpoint="/run/docker/netns/96ea189f1e4b"} 1 node_filesystem_device_error{device="nsfs",fstype="nsfs",mountpoint="/run/docker/netns/9dc769dc24c9"} 1 node_filesystem_device_error{device="nsfs",fstype="nsfs",mountpoint="/run/docker/netns/default"} 1 node_filesystem_device_error{device="nsfs",fstype="nsfs",mountpoint="/run/docker/netns/dfb984486f98"} 1 node_filesystem_device_error{device="nsfs",fstype="nsfs",mountpoint="/run/snapd/ns/certbot-dns-cloudflare.mnt"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/0099d484fa0b25e9d61e181c1e98d00a82598d2072764068d73012bfe322aa70/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/0aea4f71d7b888e8c011be25860a4509219a64199e5632bb99966bf71c0706b0/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/11016eb714dfffce798a05053c32aa0c698f6c228fd2348be990f122f661154f/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/12938f6dc5142a00dd999abdb60b6dbb41867fce36f730cf068c44dc2bbb15ba/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/1669d44a80b7c18221f56cdc61954138826085f359e9e16df845e6266f52bb49/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/192e2298a3c014806472c402b1aca5eb7773b8de7145369f8bb2c7ee5d8f4e0b/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/255cd7b9d4adb373fb5c0963c2295405418256ab974a7f4070a54c84250c4681/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/305b56e9d8ddad234e6598d5c7ca2fc2bde0e9d4d29b3778a13a908467a7371b/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/3814bb9a2aca1ae401e9b6e4fae8c645120a789cf9f32ca6357c6b4d787cdfb1/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/389e7125a04da9c189e5aec950106e2ee27ca6cdfabcfd41fc8d07221f140e34/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/3ca7fd295b5b6eb827944bb26126feed08a452d45a0c158ea211581f64fe6482/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/45b8caaa93cffa4cb4177745d4a70d1937d859084732c05fbf0746e98ac1ce67/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/5a3e81be2dc834dfc18439b466b9808c0be81eb9a9e7375a1117604da714a6fe/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/5df4ffc20c5eb59e5814c428f2007df096a034641d22e85d32d2d31e312abc1f/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/60ecf24b6f75ecc866a9acc9af2f7abb73a60f611dff273708712fee67d7a977/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/611db46c125964a23eb1e94cac3c27eabd4d3036e2136134a28069800308f74f/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/6891de222f0ec875a5bd15ac02542fe70f867d136126bacfcdfbed9447fd27e4/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/6bf599998f580e2291e2a56a946bc97d990e66784be827d5395d7eddb471ab43/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/6c91a27f4c432e4e1ad249e7f86415ea0c31edf460e0a9d4c537d5ca425e8c6a/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/6e844e9378856a5d22d5d149524b80cf0f06c7abb825f4497b382b53101d6b7b/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/7d75cddefa989d88fd21aaf67ee8d44dc585db071cd2d2c2f1bf4383c44cbaad/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/84df38de92e3ebf7a6a851e626bbf4fd1ce8aa7559ffb87eb0981598f365c39e/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/90c54346f241537cac6663e0cc8abeaadb2147d3eb7966cc19a09ccdb9c5d956/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/91c47464b99d8a5e73d5805047b0eb81250e25f07d6484c861a260c601875522/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/940d5edc2f4efaf1caa3afe4b04def09bd09a196f2312a8018296390f425a6f6/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/942d72120a4f6e83330c50146ef08b669893e58296513f09ca1bd5ee724d5e38/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/9cc0e280d263bf6796d7779b11483c1bbb45f8583879939a34a257bbe0baa2b6/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/9f05d277f32ff9bad9992d75b33214ccd60157824927eabebedd9fca9e2c3045/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/a5c8c6414cf4e1821c8954b96804602c3b51b06b672d33e8a8923a91a63ea656/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/a9d72498f5cc20c6ebd7746142591f2e9a9c95987b78cbd9e63d7fd1ee00e280/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/a9f58b16f0bc3379977a0e74ccb74eb231a6d582e49c59ab1a9a08191ccfcf0d/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/aec2df06c6a4538aede1bde7a6a3f64a474eeb19be1e6bf004f934d35e5c6d18/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/afabc4dbcf726515b493379a901396b036f5e7a36de3fd4d60a2975e4129f334/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/b0a29581932ef71ca5da6dd30b40b0824786cf52a4e190fcfe09e0e2fb2832b8/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/b196ad5ea0af66b70704637edfae5cbec9276456d97995ccc0175508068e5a4c/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/b3a92caf6911b3655ce9922d74028c15bd2aacd8b5f492f6fc7f74174e42cfd4/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/b3f42244dedbaa34923719a992c2b31872b357afe82e3d5d92acffec175da006/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/b407173c989cd84a1781991dfc859badb754311b58a5a40331c081a44fa348e9/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/b4a98a4cd49e44e2d85234f7de8bf9532f9ff7e83ee91b7c8e8084a3292efa9f/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/ba451f2d27e572f96fda77d1add9346e54493440c2252c0394ae4a535ff303d5/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/bace2e361742651e84e9410bb26ab994e094f783a427614643d9b2b44c75cb03/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/bb4d0b6876f9dd2768bbb9997608548960249403c855d7a031794320e27a3e4f/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/c533ac51b29c97f7cbfebb982b60fba191fe82d99f6aad51cde012b330878fa0/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/c5971b6f775f10fdb6abe755a66c27fb1ca2fc06bab81a06c46c948e1afe9796/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/d29e76425bb1aa01b8a1daaea006342b51aad59d058eea3f06fb59d9e32b6eca/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/d7a9d9552d9bfb32ce0a766def1fae8fb4d6a82486f8194a9c66f4202d225aa1/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/dab67f9d191606f3a1020c59579825ca225d6f03d2544dd09300923b20ec364e/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/dc39036cc871dfa31b6f799a69a0bd7d53e6c02c5dd11786602487bc8723bc79/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/e0f4ef5a152a252cc5d8e96c39b2e38021bc4cb59bbedab8406b48fb1f40b713/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/f00de0968b00db6ecf65099082741fd27adec24081634a7c958540d2d635b765/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/f48bfb59ae60510ab21b002c178bc425b079af0448d6078031e48385cada0815/merged"} 1 node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/var/lib/docker/overlay2/ff8939db137daa56ad2c76554f3b76c3a3cb468bff01d3a7255a6a24727399ff/merged"} 1 node_filesystem_device_error{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",fstype="tmpfs",mountpoint="/run/snapd/ns"} 1 node_filesystem_device_error{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/loop0",fstype="squashfs",mountpoint="/snap/snapd/26382"} 617 node_filesystem_files{device="/dev/loop1",fstype="squashfs",mountpoint="/snap/helix/91"} 1360 node_filesystem_files{device="/dev/loop11",fstype="squashfs",mountpoint="/snap/certbot-dns-cloudflare/5172"} 2539 node_filesystem_files{device="/dev/loop12",fstype="squashfs",mountpoint="/snap/core20/2769"} 11908 node_filesystem_files{device="/dev/loop14",fstype="squashfs",mountpoint="/snap/helix/120"} 1519 node_filesystem_files{device="/dev/loop15",fstype="squashfs",mountpoint="/snap/snapd/25935"} 617 node_filesystem_files{device="/dev/loop2",fstype="squashfs",mountpoint="/snap/core22/2411"} 14270 node_filesystem_files{device="/dev/loop3",fstype="squashfs",mountpoint="/snap/certbot-dns-cloudflare/5094"} 2577 node_filesystem_files{device="/dev/loop4",fstype="squashfs",mountpoint="/snap/certbot/5451"} 8067 node_filesystem_files{device="/dev/loop5",fstype="squashfs",mountpoint="/snap/core20/2717"} 11908 node_filesystem_files{device="/dev/loop6",fstype="squashfs",mountpoint="/snap/core22/2339"} 14270 node_filesystem_files{device="/dev/loop7",fstype="squashfs",mountpoint="/snap/certbot/5528"} 8048 node_filesystem_files{device="/dev/loop8",fstype="squashfs",mountpoint="/snap/core24/1499"} 10549 node_filesystem_files{device="/dev/loop9",fstype="squashfs",mountpoint="/snap/core24/1587"} 10549 node_filesystem_files{device="/dev/md1",fstype="ext3",mountpoint="/boot"} 65408 node_filesystem_files{device="/dev/md2",fstype="ext4",mountpoint="/"} 6.217728e+07 node_filesystem_files{device="none",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 0 node_filesystem_files{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 1.6476122e+07 node_filesystem_files{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 1.6476122e+07 node_filesystem_files{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/0"} 3.295224e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/loop0",fstype="squashfs",mountpoint="/snap/snapd/26382"} 0 node_filesystem_files_free{device="/dev/loop1",fstype="squashfs",mountpoint="/snap/helix/91"} 0 node_filesystem_files_free{device="/dev/loop11",fstype="squashfs",mountpoint="/snap/certbot-dns-cloudflare/5172"} 0 node_filesystem_files_free{device="/dev/loop12",fstype="squashfs",mountpoint="/snap/core20/2769"} 0 node_filesystem_files_free{device="/dev/loop14",fstype="squashfs",mountpoint="/snap/helix/120"} 0 node_filesystem_files_free{device="/dev/loop15",fstype="squashfs",mountpoint="/snap/snapd/25935"} 0 node_filesystem_files_free{device="/dev/loop2",fstype="squashfs",mountpoint="/snap/core22/2411"} 0 node_filesystem_files_free{device="/dev/loop3",fstype="squashfs",mountpoint="/snap/certbot-dns-cloudflare/5094"} 0 node_filesystem_files_free{device="/dev/loop4",fstype="squashfs",mountpoint="/snap/certbot/5451"} 0 node_filesystem_files_free{device="/dev/loop5",fstype="squashfs",mountpoint="/snap/core20/2717"} 0 node_filesystem_files_free{device="/dev/loop6",fstype="squashfs",mountpoint="/snap/core22/2339"} 0 node_filesystem_files_free{device="/dev/loop7",fstype="squashfs",mountpoint="/snap/certbot/5528"} 0 node_filesystem_files_free{device="/dev/loop8",fstype="squashfs",mountpoint="/snap/core24/1499"} 0 node_filesystem_files_free{device="/dev/loop9",fstype="squashfs",mountpoint="/snap/core24/1587"} 0 node_filesystem_files_free{device="/dev/md1",fstype="ext3",mountpoint="/boot"} 64807 node_filesystem_files_free{device="/dev/md2",fstype="ext4",mountpoint="/"} 6.1353597e+07 node_filesystem_files_free{device="none",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 0 node_filesystem_files_free{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 1.6473134e+07 node_filesystem_files_free{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 1.6476118e+07 node_filesystem_files_free{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/0"} 3.295191e+06 # HELP node_filesystem_free Filesystem free space in bytes. # TYPE node_filesystem_free gauge node_filesystem_free{device="/dev/loop0",fstype="squashfs",mountpoint="/snap/snapd/26382"} 0 node_filesystem_free{device="/dev/loop1",fstype="squashfs",mountpoint="/snap/helix/91"} 0 node_filesystem_free{device="/dev/loop11",fstype="squashfs",mountpoint="/snap/certbot-dns-cloudflare/5172"} 0 node_filesystem_free{device="/dev/loop12",fstype="squashfs",mountpoint="/snap/core20/2769"} 0 node_filesystem_free{device="/dev/loop14",fstype="squashfs",mountpoint="/snap/helix/120"} 0 node_filesystem_free{device="/dev/loop15",fstype="squashfs",mountpoint="/snap/snapd/25935"} 0 node_filesystem_free{device="/dev/loop2",fstype="squashfs",mountpoint="/snap/core22/2411"} 0 node_filesystem_free{device="/dev/loop3",fstype="squashfs",mountpoint="/snap/certbot-dns-cloudflare/5094"} 0 node_filesystem_free{device="/dev/loop4",fstype="squashfs",mountpoint="/snap/certbot/5451"} 0 node_filesystem_free{device="/dev/loop5",fstype="squashfs",mountpoint="/snap/core20/2717"} 0 node_filesystem_free{device="/dev/loop6",fstype="squashfs",mountpoint="/snap/core22/2339"} 0 node_filesystem_free{device="/dev/loop7",fstype="squashfs",mountpoint="/snap/certbot/5528"} 0 node_filesystem_free{device="/dev/loop8",fstype="squashfs",mountpoint="/snap/core24/1499"} 0 node_filesystem_free{device="/dev/loop9",fstype="squashfs",mountpoint="/snap/core24/1587"} 0 node_filesystem_free{device="/dev/md1",fstype="ext3",mountpoint="/boot"} 7.65956096e+08 node_filesystem_free{device="/dev/md2",fstype="ext4",mountpoint="/"} 6.22182391808e+11 node_filesystem_free{device="none",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 0 node_filesystem_free{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 1.3490532352e+10 node_filesystem_free{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/0"} 1.3497233408e+10 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/loop0",fstype="squashfs",mountpoint="/snap/snapd/26382"} 1 node_filesystem_readonly{device="/dev/loop1",fstype="squashfs",mountpoint="/snap/helix/91"} 1 node_filesystem_readonly{device="/dev/loop11",fstype="squashfs",mountpoint="/snap/certbot-dns-cloudflare/5172"} 1 node_filesystem_readonly{device="/dev/loop12",fstype="squashfs",mountpoint="/snap/core20/2769"} 1 node_filesystem_readonly{device="/dev/loop14",fstype="squashfs",mountpoint="/snap/helix/120"} 1 node_filesystem_readonly{device="/dev/loop15",fstype="squashfs",mountpoint="/snap/snapd/25935"} 1 node_filesystem_readonly{device="/dev/loop2",fstype="squashfs",mountpoint="/snap/core22/2411"} 1 node_filesystem_readonly{device="/dev/loop3",fstype="squashfs",mountpoint="/snap/certbot-dns-cloudflare/5094"} 1 node_filesystem_readonly{device="/dev/loop4",fstype="squashfs",mountpoint="/snap/certbot/5451"} 1 node_filesystem_readonly{device="/dev/loop5",fstype="squashfs",mountpoint="/snap/core20/2717"} 1 node_filesystem_readonly{device="/dev/loop6",fstype="squashfs",mountpoint="/snap/core22/2339"} 1 node_filesystem_readonly{device="/dev/loop7",fstype="squashfs",mountpoint="/snap/certbot/5528"} 1 node_filesystem_readonly{device="/dev/loop8",fstype="squashfs",mountpoint="/snap/core24/1499"} 1 node_filesystem_readonly{device="/dev/loop9",fstype="squashfs",mountpoint="/snap/core24/1587"} 1 node_filesystem_readonly{device="/dev/md1",fstype="ext3",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/md2",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="none",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 1 node_filesystem_readonly{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_size Filesystem size in bytes. # TYPE node_filesystem_size gauge node_filesystem_size{device="/dev/loop0",fstype="squashfs",mountpoint="/snap/snapd/26382"} 5.0724864e+07 node_filesystem_size{device="/dev/loop1",fstype="squashfs",mountpoint="/snap/helix/91"} 1.9529728e+07 node_filesystem_size{device="/dev/loop11",fstype="squashfs",mountpoint="/snap/certbot-dns-cloudflare/5172"} 8.257536e+06 node_filesystem_size{device="/dev/loop12",fstype="squashfs",mountpoint="/snap/core20/2769"} 6.6977792e+07 node_filesystem_size{device="/dev/loop14",fstype="squashfs",mountpoint="/snap/helix/120"} 2.1757952e+07 node_filesystem_size{device="/dev/loop15",fstype="squashfs",mountpoint="/snap/snapd/25935"} 5.046272e+07 node_filesystem_size{device="/dev/loop2",fstype="squashfs",mountpoint="/snap/core22/2411"} 7.7594624e+07 node_filesystem_size{device="/dev/loop3",fstype="squashfs",mountpoint="/snap/certbot-dns-cloudflare/5094"} 8.126464e+06 node_filesystem_size{device="/dev/loop4",fstype="squashfs",mountpoint="/snap/certbot/5451"} 7.5497472e+07 node_filesystem_size{device="/dev/loop5",fstype="squashfs",mountpoint="/snap/core20/2717"} 6.6977792e+07 node_filesystem_size{device="/dev/loop6",fstype="squashfs",mountpoint="/snap/core22/2339"} 7.7594624e+07 node_filesystem_size{device="/dev/loop7",fstype="squashfs",mountpoint="/snap/certbot/5528"} 7.7070336e+07 node_filesystem_size{device="/dev/loop8",fstype="squashfs",mountpoint="/snap/core24/1499"} 7.012352e+07 node_filesystem_size{device="/dev/loop9",fstype="squashfs",mountpoint="/snap/core24/1587"} 7.012352e+07 node_filesystem_size{device="/dev/md1",fstype="ext3",mountpoint="/boot"} 1.036726272e+09 node_filesystem_size{device="/dev/md2",fstype="ext4",mountpoint="/"} 1.001561112576e+12 node_filesystem_size{device="none",fstype="ramfs",mountpoint="/run/credentials/systemd-sysusers.service"} 0 node_filesystem_size{device="tmpfs",fstype="tmpfs",mountpoint="/run"} 1.34972416e+10 node_filesystem_size{device="tmpfs",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size{device="tmpfs",fstype="tmpfs",mountpoint="/run/user/0"} 1.3497237504e+10 # HELP node_forks Total number of forks. # TYPE node_forks counter node_forks 2.53638433e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="nvme_nvme0",chip_name="nvme"} 1 node_hwmon_chip_names{chip="nvme_nvme1",chip_name="nvme"} 1 node_hwmon_chip_names{chip="platform_coretemp_0",chip_name="coretemp"} 1 node_hwmon_chip_names{chip="thermal_thermal_zone0",chip_name="acpitz"} 1 node_hwmon_chip_names{chip="thermal_thermal_zone2",chip_name="pch_cannonlake"} 1 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge node_hwmon_sensor_label{chip="nvme_nvme0",label="composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme0",label="sensor_1",sensor="temp2"} 1 node_hwmon_sensor_label{chip="nvme_nvme0",label="sensor_2",sensor="temp3"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="sensor_1",sensor="temp2"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="sensor_2",sensor="temp3"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="core_0",sensor="temp2"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="core_1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="core_2",sensor="temp4"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="core_3",sensor="temp5"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="core_4",sensor="temp6"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="core_5",sensor="temp7"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="core_6",sensor="temp8"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="core_7",sensor="temp9"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="package_id_0",sensor="temp1"} 1 # HELP node_hwmon_temp_alarm Hardware sensor alarm status (temp) # TYPE node_hwmon_temp_alarm gauge node_hwmon_temp_alarm{chip="nvme_nvme0",sensor="temp1"} 0 node_hwmon_temp_alarm{chip="nvme_nvme1",sensor="temp1"} 0 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp1"} 46.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp2"} 46.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp3"} 66.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 51.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp2"} 51.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp3"} 76.85000000000001 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp1"} 81 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 65 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp3"} 58 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp4"} 81 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp5"} 59 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 61 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp7"} 71 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp8"} 60 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp9"} 57 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp1"} 16.8 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp2"} 27.8 node_hwmon_temp_celsius{chip="thermal_thermal_zone2",sensor="temp1"} 58 # HELP node_hwmon_temp_crit_alarm_celsius Hardware monitor for temperature (crit_alarm) # TYPE node_hwmon_temp_crit_alarm_celsius gauge node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp3"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp4"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp5"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp6"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp7"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp8"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp9"} 0 # HELP node_hwmon_temp_crit_celsius Hardware monitor for temperature (crit) # TYPE node_hwmon_temp_crit_celsius gauge node_hwmon_temp_crit_celsius{chip="nvme_nvme0",sensor="temp1"} 81.85000000000001 node_hwmon_temp_crit_celsius{chip="nvme_nvme1",sensor="temp1"} 81.85000000000001 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp1"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp2"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp3"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp4"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp5"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp6"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp7"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp8"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp9"} 100 node_hwmon_temp_crit_celsius{chip="thermal_thermal_zone0",sensor="temp1"} 20.8 node_hwmon_temp_crit_celsius{chip="thermal_thermal_zone0",sensor="temp2"} 119 # HELP node_hwmon_temp_max_celsius Hardware monitor for temperature (max) # TYPE node_hwmon_temp_max_celsius gauge node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp1"} 80.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp2"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp3"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp1"} 80.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp2"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp3"} 65261.85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp1"} 86 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp2"} 86 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp3"} 86 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp4"} 86 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp5"} 86 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp6"} 86 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp7"} 86 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp8"} 86 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp9"} 86 # HELP node_hwmon_temp_min_celsius Hardware monitor for temperature (min) # TYPE node_hwmon_temp_min_celsius gauge node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp1"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp2"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp3"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp1"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp2"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp3"} -273.15000000000003 # HELP node_intr Total number of interrupts serviced. # TYPE node_intr counter node_intr 1.25230994403e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 3.08 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 3.43 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 3.16 # HELP node_md_blocks Total number of blocks on device. # TYPE node_md_blocks gauge node_md_blocks{device="md0"} 4.189184e+06 node_md_blocks{device="md1"} 1.046528e+06 node_md_blocks{device="md2"} 9.94827584e+08 # HELP node_md_blocks_synced Number of blocks synced on device. # TYPE node_md_blocks_synced gauge node_md_blocks_synced{device="md0"} 4.189184e+06 node_md_blocks_synced{device="md1"} 1.046528e+06 node_md_blocks_synced{device="md2"} 9.94827584e+08 # HELP node_md_disks Total number of disks of device. # TYPE node_md_disks gauge node_md_disks{device="md0"} 2 node_md_disks{device="md1"} 2 node_md_disks{device="md2"} 2 # HELP node_md_disks_active Number of active disks of device. # TYPE node_md_disks_active gauge node_md_disks_active{device="md0"} 2 node_md_disks_active{device="md1"} 2 node_md_disks_active{device="md2"} 2 # HELP node_md_is_active Indicator whether the md-device is active or not. # TYPE node_md_is_active gauge node_md_is_active{device="md0"} 1 node_md_is_active{device="md1"} 1 node_md_is_active{device="md2"} 1 # HELP node_memory_Active Memory information field Active. # TYPE node_memory_Active gauge node_memory_Active 1.24265472e+10 # HELP node_memory_Active_anon Memory information field Active_anon. # TYPE node_memory_Active_anon gauge node_memory_Active_anon 2.418577408e+09 # HELP node_memory_Active_file Memory information field Active_file. # TYPE node_memory_Active_file gauge node_memory_Active_file 1.0007969792e+10 # HELP node_memory_AnonHugePages Memory information field AnonHugePages. # TYPE node_memory_AnonHugePages gauge node_memory_AnonHugePages 2.07618048e+08 # HELP node_memory_AnonPages Memory information field AnonPages. # TYPE node_memory_AnonPages gauge node_memory_AnonPages 4.3043151872e+10 # 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 1.40591104e+09 # HELP node_memory_Cached Memory information field Cached. # TYPE node_memory_Cached gauge node_memory_Cached 2.439184384e+10 # HELP node_memory_CommitLimit Memory information field CommitLimit. # TYPE node_memory_CommitLimit gauge node_memory_CommitLimit 7.1775916032e+10 # HELP node_memory_Committed_AS Memory information field Committed_AS. # TYPE node_memory_Committed_AS gauge node_memory_Committed_AS 6.2787538944e+10 # HELP node_memory_DirectMap1G Memory information field DirectMap1G. # TYPE node_memory_DirectMap1G gauge node_memory_DirectMap1G 7.6235669504e+10 # HELP node_memory_DirectMap2M Memory information field DirectMap2M. # TYPE node_memory_DirectMap2M gauge node_memory_DirectMap2M 5.3743714304e+10 # HELP node_memory_DirectMap4k Memory information field DirectMap4k. # TYPE node_memory_DirectMap4k gauge node_memory_DirectMap4k 7.364210688e+09 # HELP node_memory_Dirty Memory information field Dirty. # TYPE node_memory_Dirty gauge node_memory_Dirty 929792 # HELP node_memory_FileHugePages Memory information field FileHugePages. # TYPE node_memory_FileHugePages gauge node_memory_FileHugePages 0 # HELP node_memory_FilePmdMapped Memory information field FilePmdMapped. # TYPE node_memory_FilePmdMapped gauge node_memory_FilePmdMapped 0 # 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_Hugetlb Memory information field Hugetlb. # TYPE node_memory_Hugetlb gauge node_memory_Hugetlb 0 # HELP node_memory_Inactive Memory information field Inactive. # TYPE node_memory_Inactive gauge node_memory_Inactive 5.6492937216e+10 # HELP node_memory_Inactive_anon Memory information field Inactive_anon. # TYPE node_memory_Inactive_anon gauge node_memory_Inactive_anon 4.5974106112e+10 # HELP node_memory_Inactive_file Memory information field Inactive_file. # TYPE node_memory_Inactive_file gauge node_memory_Inactive_file 1.0518831104e+10 # HELP node_memory_KReclaimable Memory information field KReclaimable. # TYPE node_memory_KReclaimable gauge node_memory_KReclaimable 3.63749376e+09 # HELP node_memory_KernelStack Memory information field KernelStack. # TYPE node_memory_KernelStack gauge node_memory_KernelStack 4.1271296e+07 # HELP node_memory_Mapped Memory information field Mapped. # TYPE node_memory_Mapped gauge node_memory_Mapped 5.92457728e+09 # HELP node_memory_MemAvailable Memory information field MemAvailable. # TYPE node_memory_MemAvailable gauge node_memory_MemAvailable 8.3785859072e+10 # HELP node_memory_MemFree Memory information field MemFree. # TYPE node_memory_MemFree gauge node_memory_MemFree 6.090784768e+10 # HELP node_memory_MemTotal Memory information field MemTotal. # TYPE node_memory_MemTotal gauge node_memory_MemTotal 1.3497239552e+11 # HELP node_memory_Mlocked Memory information field Mlocked. # TYPE node_memory_Mlocked gauge node_memory_Mlocked 2.8438528e+07 # 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 1.91422464e+08 # HELP node_memory_Percpu Memory information field Percpu. # TYPE node_memory_Percpu gauge node_memory_Percpu 3.4799616e+07 # HELP node_memory_SReclaimable Memory information field SReclaimable. # TYPE node_memory_SReclaimable gauge node_memory_SReclaimable 3.63749376e+09 # HELP node_memory_SUnreclaim Memory information field SUnreclaim. # TYPE node_memory_SUnreclaim gauge node_memory_SUnreclaim 7.61008128e+08 # HELP node_memory_Shmem Memory information field Shmem. # TYPE node_memory_Shmem gauge node_memory_Shmem 5.27433728e+09 # 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.398501888e+09 # HELP node_memory_SwapCached Memory information field SwapCached. # TYPE node_memory_SwapCached gauge node_memory_SwapCached 4.390912e+06 # HELP node_memory_SwapFree Memory information field SwapFree. # TYPE node_memory_SwapFree gauge node_memory_SwapFree 4.004769792e+09 # HELP node_memory_SwapTotal Memory information field SwapTotal. # TYPE node_memory_SwapTotal gauge node_memory_SwapTotal 4.28972032e+09 # HELP node_memory_Unevictable Memory information field Unevictable. # TYPE node_memory_Unevictable gauge node_memory_Unevictable 2.8565504e+07 # 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 7.7725696e+07 # 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 11258 # HELP node_netstat_Icmp6_InEchoReplies Statistic Icmp6InEchoReplies. # TYPE node_netstat_Icmp6_InEchoReplies untyped node_netstat_Icmp6_InEchoReplies 59 # HELP node_netstat_Icmp6_InEchos Statistic Icmp6InEchos. # TYPE node_netstat_Icmp6_InEchos untyped node_netstat_Icmp6_InEchos 59378 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 58 # HELP node_netstat_Icmp6_InGroupMembQueries Statistic Icmp6InGroupMembQueries. # TYPE node_netstat_Icmp6_InGroupMembQueries untyped node_netstat_Icmp6_InGroupMembQueries 0 # 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 0 # 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 617763 # HELP node_netstat_Icmp6_InNeighborAdvertisements Statistic Icmp6InNeighborAdvertisements. # TYPE node_netstat_Icmp6_InNeighborAdvertisements untyped node_netstat_Icmp6_InNeighborAdvertisements 513801 # HELP node_netstat_Icmp6_InNeighborSolicits Statistic Icmp6InNeighborSolicits. # TYPE node_netstat_Icmp6_InNeighborSolicits untyped node_netstat_Icmp6_InNeighborSolicits 28963 # HELP node_netstat_Icmp6_InParmProblems Statistic Icmp6InParmProblems. # TYPE node_netstat_Icmp6_InParmProblems untyped node_netstat_Icmp6_InParmProblems 0 # 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 0 # HELP node_netstat_Icmp6_InRouterAdvertisements Statistic Icmp6InRouterAdvertisements. # TYPE node_netstat_Icmp6_InRouterAdvertisements untyped node_netstat_Icmp6_InRouterAdvertisements 0 # HELP node_netstat_Icmp6_InRouterSolicits Statistic Icmp6InRouterSolicits. # TYPE node_netstat_Icmp6_InRouterSolicits untyped node_netstat_Icmp6_InRouterSolicits 4235 # HELP node_netstat_Icmp6_InTimeExcds Statistic Icmp6InTimeExcds. # TYPE node_netstat_Icmp6_InTimeExcds untyped node_netstat_Icmp6_InTimeExcds 69 # HELP node_netstat_Icmp6_InType1 Statistic Icmp6InType1. # TYPE node_netstat_Icmp6_InType1 untyped node_netstat_Icmp6_InType1 11258 # HELP node_netstat_Icmp6_InType128 Statistic Icmp6InType128. # TYPE node_netstat_Icmp6_InType128 untyped node_netstat_Icmp6_InType128 59378 # HELP node_netstat_Icmp6_InType129 Statistic Icmp6InType129. # TYPE node_netstat_Icmp6_InType129 untyped node_netstat_Icmp6_InType129 59 # HELP node_netstat_Icmp6_InType133 Statistic Icmp6InType133. # TYPE node_netstat_Icmp6_InType133 untyped node_netstat_Icmp6_InType133 4235 # HELP node_netstat_Icmp6_InType135 Statistic Icmp6InType135. # TYPE node_netstat_Icmp6_InType135 untyped node_netstat_Icmp6_InType135 28963 # HELP node_netstat_Icmp6_InType136 Statistic Icmp6InType136. # TYPE node_netstat_Icmp6_InType136 untyped node_netstat_Icmp6_InType136 513801 # HELP node_netstat_Icmp6_InType3 Statistic Icmp6InType3. # TYPE node_netstat_Icmp6_InType3 untyped node_netstat_Icmp6_InType3 69 # HELP node_netstat_Icmp6_OutDestUnreachs Statistic Icmp6OutDestUnreachs. # TYPE node_netstat_Icmp6_OutDestUnreachs untyped node_netstat_Icmp6_OutDestUnreachs 54789 # HELP node_netstat_Icmp6_OutEchoReplies Statistic Icmp6OutEchoReplies. # TYPE node_netstat_Icmp6_OutEchoReplies untyped node_netstat_Icmp6_OutEchoReplies 59378 # HELP node_netstat_Icmp6_OutEchos Statistic Icmp6OutEchos. # TYPE node_netstat_Icmp6_OutEchos untyped node_netstat_Icmp6_OutEchos 319 # 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 0 # HELP node_netstat_Icmp6_OutMLDv2Reports Statistic Icmp6OutMLDv2Reports. # TYPE node_netstat_Icmp6_OutMLDv2Reports untyped node_netstat_Icmp6_OutMLDv2Reports 1.041587e+06 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 1.795325e+06 # HELP node_netstat_Icmp6_OutNeighborAdvertisements Statistic Icmp6OutNeighborAdvertisements. # TYPE node_netstat_Icmp6_OutNeighborAdvertisements untyped node_netstat_Icmp6_OutNeighborAdvertisements 28942 # HELP node_netstat_Icmp6_OutNeighborSolicits Statistic Icmp6OutNeighborSolicits. # TYPE node_netstat_Icmp6_OutNeighborSolicits untyped node_netstat_Icmp6_OutNeighborSolicits 582600 # HELP node_netstat_Icmp6_OutParmProblems Statistic Icmp6OutParmProblems. # TYPE node_netstat_Icmp6_OutParmProblems untyped node_netstat_Icmp6_OutParmProblems 0 # 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 21491 # HELP node_netstat_Icmp6_OutTimeExcds Statistic Icmp6OutTimeExcds. # TYPE node_netstat_Icmp6_OutTimeExcds untyped node_netstat_Icmp6_OutTimeExcds 6219 # HELP node_netstat_Icmp6_OutType1 Statistic Icmp6OutType1. # TYPE node_netstat_Icmp6_OutType1 untyped node_netstat_Icmp6_OutType1 54789 # HELP node_netstat_Icmp6_OutType128 Statistic Icmp6OutType128. # TYPE node_netstat_Icmp6_OutType128 untyped node_netstat_Icmp6_OutType128 319 # HELP node_netstat_Icmp6_OutType129 Statistic Icmp6OutType129. # TYPE node_netstat_Icmp6_OutType129 untyped node_netstat_Icmp6_OutType129 59378 # HELP node_netstat_Icmp6_OutType133 Statistic Icmp6OutType133. # TYPE node_netstat_Icmp6_OutType133 untyped node_netstat_Icmp6_OutType133 21491 # HELP node_netstat_Icmp6_OutType135 Statistic Icmp6OutType135. # TYPE node_netstat_Icmp6_OutType135 untyped node_netstat_Icmp6_OutType135 582600 # HELP node_netstat_Icmp6_OutType136 Statistic Icmp6OutType136. # TYPE node_netstat_Icmp6_OutType136 untyped node_netstat_Icmp6_OutType136 28942 # HELP node_netstat_Icmp6_OutType143 Statistic Icmp6OutType143. # TYPE node_netstat_Icmp6_OutType143 untyped node_netstat_Icmp6_OutType143 1.041587e+06 # HELP node_netstat_Icmp6_OutType3 Statistic Icmp6OutType3. # TYPE node_netstat_Icmp6_OutType3 untyped node_netstat_Icmp6_OutType3 6219 # HELP node_netstat_IcmpMsg_InType0 Statistic IcmpMsgInType0. # TYPE node_netstat_IcmpMsg_InType0 untyped node_netstat_IcmpMsg_InType0 1294 # HELP node_netstat_IcmpMsg_InType11 Statistic IcmpMsgInType11. # TYPE node_netstat_IcmpMsg_InType11 untyped node_netstat_IcmpMsg_InType11 23184 # HELP node_netstat_IcmpMsg_InType13 Statistic IcmpMsgInType13. # TYPE node_netstat_IcmpMsg_InType13 untyped node_netstat_IcmpMsg_InType13 69 # HELP node_netstat_IcmpMsg_InType14 Statistic IcmpMsgInType14. # TYPE node_netstat_IcmpMsg_InType14 untyped node_netstat_IcmpMsg_InType14 1 # HELP node_netstat_IcmpMsg_InType17 Statistic IcmpMsgInType17. # TYPE node_netstat_IcmpMsg_InType17 untyped node_netstat_IcmpMsg_InType17 14 # HELP node_netstat_IcmpMsg_InType3 Statistic IcmpMsgInType3. # TYPE node_netstat_IcmpMsg_InType3 untyped node_netstat_IcmpMsg_InType3 100533 # HELP node_netstat_IcmpMsg_InType5 Statistic IcmpMsgInType5. # TYPE node_netstat_IcmpMsg_InType5 untyped node_netstat_IcmpMsg_InType5 1793 # HELP node_netstat_IcmpMsg_InType69 Statistic IcmpMsgInType69. # TYPE node_netstat_IcmpMsg_InType69 untyped node_netstat_IcmpMsg_InType69 3 # HELP node_netstat_IcmpMsg_InType8 Statistic IcmpMsgInType8. # TYPE node_netstat_IcmpMsg_InType8 untyped node_netstat_IcmpMsg_InType8 454485 # HELP node_netstat_IcmpMsg_OutType0 Statistic IcmpMsgOutType0. # TYPE node_netstat_IcmpMsg_OutType0 untyped node_netstat_IcmpMsg_OutType0 454554 # HELP node_netstat_IcmpMsg_OutType11 Statistic IcmpMsgOutType11. # TYPE node_netstat_IcmpMsg_OutType11 untyped node_netstat_IcmpMsg_OutType11 1185 # HELP node_netstat_IcmpMsg_OutType3 Statistic IcmpMsgOutType3. # TYPE node_netstat_IcmpMsg_OutType3 untyped node_netstat_IcmpMsg_OutType3 4.889971e+06 # HELP node_netstat_IcmpMsg_OutType5 Statistic IcmpMsgOutType5. # TYPE node_netstat_IcmpMsg_OutType5 untyped node_netstat_IcmpMsg_OutType5 3432 # HELP node_netstat_IcmpMsg_OutType8 Statistic IcmpMsgOutType8. # TYPE node_netstat_IcmpMsg_OutType8 untyped node_netstat_IcmpMsg_OutType8 4 # 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 14 # HELP node_netstat_Icmp_InCsumErrors Statistic IcmpInCsumErrors. # TYPE node_netstat_Icmp_InCsumErrors untyped node_netstat_Icmp_InCsumErrors 106 # HELP node_netstat_Icmp_InDestUnreachs Statistic IcmpInDestUnreachs. # TYPE node_netstat_Icmp_InDestUnreachs untyped node_netstat_Icmp_InDestUnreachs 100533 # HELP node_netstat_Icmp_InEchoReps Statistic IcmpInEchoReps. # TYPE node_netstat_Icmp_InEchoReps untyped node_netstat_Icmp_InEchoReps 1294 # HELP node_netstat_Icmp_InEchos Statistic IcmpInEchos. # TYPE node_netstat_Icmp_InEchos untyped node_netstat_Icmp_InEchos 454485 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 7959 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 581482 # 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 1793 # 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 23184 # HELP node_netstat_Icmp_InTimestampReps Statistic IcmpInTimestampReps. # TYPE node_netstat_Icmp_InTimestampReps untyped node_netstat_Icmp_InTimestampReps 1 # HELP node_netstat_Icmp_InTimestamps Statistic IcmpInTimestamps. # TYPE node_netstat_Icmp_InTimestamps untyped node_netstat_Icmp_InTimestamps 69 # 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 4.889971e+06 # HELP node_netstat_Icmp_OutEchoReps Statistic IcmpOutEchoReps. # TYPE node_netstat_Icmp_OutEchoReps untyped node_netstat_Icmp_OutEchoReps 454554 # HELP node_netstat_Icmp_OutEchos Statistic IcmpOutEchos. # TYPE node_netstat_Icmp_OutEchos untyped node_netstat_Icmp_OutEchos 4 # 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 5.349146e+06 # 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 3432 # 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 1185 # HELP node_netstat_Icmp_OutTimestampReps Statistic IcmpOutTimestampReps. # TYPE node_netstat_Icmp_OutTimestampReps untyped node_netstat_Icmp_OutTimestampReps 0 # 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 0 # HELP node_netstat_Ip6_FragFails Statistic Ip6FragFails. # TYPE node_netstat_Ip6_FragFails untyped node_netstat_Ip6_FragFails 0 # HELP node_netstat_Ip6_FragOKs Statistic Ip6FragOKs. # TYPE node_netstat_Ip6_FragOKs untyped node_netstat_Ip6_FragOKs 0 # HELP node_netstat_Ip6_InAddrErrors Statistic Ip6InAddrErrors. # TYPE node_netstat_Ip6_InAddrErrors untyped node_netstat_Ip6_InAddrErrors 28 # 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 15 # HELP node_netstat_Ip6_InDelivers Statistic Ip6InDelivers. # TYPE node_netstat_Ip6_InDelivers untyped node_netstat_Ip6_InDelivers 2.387759222e+09 # 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 14 # HELP node_netstat_Ip6_InECT1Pkts Statistic Ip6InECT1Pkts. # TYPE node_netstat_Ip6_InECT1Pkts untyped node_netstat_Ip6_InECT1Pkts 14 # HELP node_netstat_Ip6_InHdrErrors Statistic Ip6InHdrErrors. # TYPE node_netstat_Ip6_InHdrErrors untyped node_netstat_Ip6_InHdrErrors 6219 # HELP node_netstat_Ip6_InMcastOctets Statistic Ip6InMcastOctets. # TYPE node_netstat_Ip6_InMcastOctets untyped node_netstat_Ip6_InMcastOctets 1.353136e+06 # HELP node_netstat_Ip6_InMcastPkts Statistic Ip6InMcastPkts. # TYPE node_netstat_Ip6_InMcastPkts untyped node_netstat_Ip6_InMcastPkts 19541 # HELP node_netstat_Ip6_InNoECTPkts Statistic Ip6InNoECTPkts. # TYPE node_netstat_Ip6_InNoECTPkts untyped node_netstat_Ip6_InNoECTPkts 7.302639028e+09 # HELP node_netstat_Ip6_InNoRoutes Statistic Ip6InNoRoutes. # TYPE node_netstat_Ip6_InNoRoutes untyped node_netstat_Ip6_InNoRoutes 68 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 8.301356594563e+12 # HELP node_netstat_Ip6_InReceives Statistic Ip6InReceives. # TYPE node_netstat_Ip6_InReceives untyped node_netstat_Ip6_InReceives 2.38785727e+09 # 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 0 # HELP node_netstat_Ip6_InUnknownProtos Statistic Ip6InUnknownProtos. # TYPE node_netstat_Ip6_InUnknownProtos untyped node_netstat_Ip6_InUnknownProtos 0 # 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 45336 # HELP node_netstat_Ip6_OutForwDatagrams Statistic Ip6OutForwDatagrams. # TYPE node_netstat_Ip6_OutForwDatagrams untyped node_netstat_Ip6_OutForwDatagrams 82570 # HELP node_netstat_Ip6_OutMcastOctets Statistic Ip6OutMcastOctets. # TYPE node_netstat_Ip6_OutMcastOctets untyped node_netstat_Ip6_OutMcastOctets 1.32249624e+08 # HELP node_netstat_Ip6_OutMcastPkts Statistic Ip6OutMcastPkts. # TYPE node_netstat_Ip6_OutMcastPkts untyped node_netstat_Ip6_OutMcastPkts 1.177209e+06 # HELP node_netstat_Ip6_OutNoRoutes Statistic Ip6OutNoRoutes. # TYPE node_netstat_Ip6_OutNoRoutes untyped node_netstat_Ip6_OutNoRoutes 118 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 1.86223260425e+11 # HELP node_netstat_Ip6_OutRequests Statistic Ip6OutRequests. # TYPE node_netstat_Ip6_OutRequests untyped node_netstat_Ip6_OutRequests 1.593203958e+09 # 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 0 # HELP node_netstat_Ip6_ReasmReqds Statistic Ip6ReasmReqds. # TYPE node_netstat_Ip6_ReasmReqds untyped node_netstat_Ip6_ReasmReqds 0 # 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 1.3740022e+07 # HELP node_netstat_IpExt_InBcastPkts Statistic IpExtInBcastPkts. # TYPE node_netstat_IpExt_InBcastPkts untyped node_netstat_IpExt_InBcastPkts 39801 # HELP node_netstat_IpExt_InCEPkts Statistic IpExtInCEPkts. # TYPE node_netstat_IpExt_InCEPkts untyped node_netstat_IpExt_InCEPkts 11936 # HELP node_netstat_IpExt_InCsumErrors Statistic IpExtInCsumErrors. # TYPE node_netstat_IpExt_InCsumErrors untyped node_netstat_IpExt_InCsumErrors 0 # HELP node_netstat_IpExt_InECT0Pkts Statistic IpExtInECT0Pkts. # TYPE node_netstat_IpExt_InECT0Pkts untyped node_netstat_IpExt_InECT0Pkts 471536 # HELP node_netstat_IpExt_InECT1Pkts Statistic IpExtInECT1Pkts. # TYPE node_netstat_IpExt_InECT1Pkts untyped node_netstat_IpExt_InECT1Pkts 2375 # HELP node_netstat_IpExt_InMcastOctets Statistic IpExtInMcastOctets. # TYPE node_netstat_IpExt_InMcastOctets untyped node_netstat_IpExt_InMcastOctets 0 # HELP node_netstat_IpExt_InMcastPkts Statistic IpExtInMcastPkts. # TYPE node_netstat_IpExt_InMcastPkts untyped node_netstat_IpExt_InMcastPkts 0 # HELP node_netstat_IpExt_InNoECTPkts Statistic IpExtInNoECTPkts. # TYPE node_netstat_IpExt_InNoECTPkts untyped node_netstat_IpExt_InNoECTPkts 1.1732606999e+11 # HELP node_netstat_IpExt_InNoRoutes Statistic IpExtInNoRoutes. # TYPE node_netstat_IpExt_InNoRoutes untyped node_netstat_IpExt_InNoRoutes 4680 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 2.45501797853676e+14 # HELP node_netstat_IpExt_InTruncatedPkts Statistic IpExtInTruncatedPkts. # TYPE node_netstat_IpExt_InTruncatedPkts untyped node_netstat_IpExt_InTruncatedPkts 0 # 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 6800 # HELP node_netstat_IpExt_OutMcastPkts Statistic IpExtOutMcastPkts. # TYPE node_netstat_IpExt_OutMcastPkts untyped node_netstat_IpExt_OutMcastPkts 170 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.60740007507006e+14 # HELP node_netstat_IpExt_ReasmOverlaps Statistic IpExtReasmOverlaps. # TYPE node_netstat_IpExt_ReasmOverlaps untyped node_netstat_IpExt_ReasmOverlaps 0 # 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 4.352189376e+09 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_Ip_FragCreates Statistic IpFragCreates. # TYPE node_netstat_Ip_FragCreates untyped node_netstat_Ip_FragCreates 38 # 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 19 # HELP node_netstat_Ip_InAddrErrors Statistic IpInAddrErrors. # TYPE node_netstat_Ip_InAddrErrors untyped node_netstat_Ip_InAddrErrors 0 # HELP node_netstat_Ip_InDelivers Statistic IpInDelivers. # TYPE node_netstat_Ip_InDelivers untyped node_netstat_Ip_InDelivers 1.08180901082e+11 # 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 2 # HELP node_netstat_Ip_InReceives Statistic IpInReceives. # TYPE node_netstat_Ip_InReceives untyped node_netstat_Ip_InReceives 1.12537728439e+11 # HELP node_netstat_Ip_InUnknownProtos Statistic IpInUnknownProtos. # TYPE node_netstat_Ip_InUnknownProtos untyped node_netstat_Ip_InUnknownProtos 6275 # HELP node_netstat_Ip_OutDiscards Statistic IpOutDiscards. # TYPE node_netstat_Ip_OutDiscards untyped node_netstat_Ip_OutDiscards 2106 # HELP node_netstat_Ip_OutNoRoutes Statistic IpOutNoRoutes. # TYPE node_netstat_Ip_OutNoRoutes untyped node_netstat_Ip_OutNoRoutes 3483 # HELP node_netstat_Ip_OutRequests Statistic IpOutRequests. # TYPE node_netstat_Ip_OutRequests untyped node_netstat_Ip_OutRequests 1.01740947847e+11 # HELP node_netstat_Ip_ReasmFails Statistic IpReasmFails. # TYPE node_netstat_Ip_ReasmFails untyped node_netstat_Ip_ReasmFails 2102 # HELP node_netstat_Ip_ReasmOKs Statistic IpReasmOKs. # TYPE node_netstat_Ip_ReasmOKs untyped node_netstat_Ip_ReasmOKs 84750 # HELP node_netstat_Ip_ReasmReqds Statistic IpReasmReqds. # TYPE node_netstat_Ip_ReasmReqds untyped node_netstat_Ip_ReasmReqds 257494 # HELP node_netstat_Ip_ReasmTimeout Statistic IpReasmTimeout. # TYPE node_netstat_Ip_ReasmTimeout untyped node_netstat_Ip_ReasmTimeout 2102 # HELP node_netstat_MPTcpExt_AddAddr Statistic MPTcpExtAddAddr. # TYPE node_netstat_MPTcpExt_AddAddr untyped node_netstat_MPTcpExt_AddAddr 0 # HELP node_netstat_MPTcpExt_AddAddrDrop Statistic MPTcpExtAddAddrDrop. # TYPE node_netstat_MPTcpExt_AddAddrDrop untyped node_netstat_MPTcpExt_AddAddrDrop 0 # HELP node_netstat_MPTcpExt_DSSNoMatchTCP Statistic MPTcpExtDSSNoMatchTCP. # TYPE node_netstat_MPTcpExt_DSSNoMatchTCP untyped node_netstat_MPTcpExt_DSSNoMatchTCP 0 # HELP node_netstat_MPTcpExt_DSSNotMatching Statistic MPTcpExtDSSNotMatching. # TYPE node_netstat_MPTcpExt_DSSNotMatching untyped node_netstat_MPTcpExt_DSSNotMatching 0 # HELP node_netstat_MPTcpExt_DataCsumErr Statistic MPTcpExtDataCsumErr. # TYPE node_netstat_MPTcpExt_DataCsumErr untyped node_netstat_MPTcpExt_DataCsumErr 0 # HELP node_netstat_MPTcpExt_DuplicateData Statistic MPTcpExtDuplicateData. # TYPE node_netstat_MPTcpExt_DuplicateData untyped node_netstat_MPTcpExt_DuplicateData 0 # HELP node_netstat_MPTcpExt_EchoAdd Statistic MPTcpExtEchoAdd. # TYPE node_netstat_MPTcpExt_EchoAdd untyped node_netstat_MPTcpExt_EchoAdd 0 # HELP node_netstat_MPTcpExt_InfiniteMapRx Statistic MPTcpExtInfiniteMapRx. # TYPE node_netstat_MPTcpExt_InfiniteMapRx untyped node_netstat_MPTcpExt_InfiniteMapRx 0 # HELP node_netstat_MPTcpExt_MPCapableACKRX Statistic MPTcpExtMPCapableACKRX. # TYPE node_netstat_MPTcpExt_MPCapableACKRX untyped node_netstat_MPTcpExt_MPCapableACKRX 0 # HELP node_netstat_MPTcpExt_MPCapableFallbackACK Statistic MPTcpExtMPCapableFallbackACK. # TYPE node_netstat_MPTcpExt_MPCapableFallbackACK untyped node_netstat_MPTcpExt_MPCapableFallbackACK 0 # HELP node_netstat_MPTcpExt_MPCapableFallbackSYNACK Statistic MPTcpExtMPCapableFallbackSYNACK. # TYPE node_netstat_MPTcpExt_MPCapableFallbackSYNACK untyped node_netstat_MPTcpExt_MPCapableFallbackSYNACK 0 # HELP node_netstat_MPTcpExt_MPCapableSYNACKRX Statistic MPTcpExtMPCapableSYNACKRX. # TYPE node_netstat_MPTcpExt_MPCapableSYNACKRX untyped node_netstat_MPTcpExt_MPCapableSYNACKRX 0 # HELP node_netstat_MPTcpExt_MPCapableSYNRX Statistic MPTcpExtMPCapableSYNRX. # TYPE node_netstat_MPTcpExt_MPCapableSYNRX untyped node_netstat_MPTcpExt_MPCapableSYNRX 0 # HELP node_netstat_MPTcpExt_MPCapableSYNTX Statistic MPTcpExtMPCapableSYNTX. # TYPE node_netstat_MPTcpExt_MPCapableSYNTX untyped node_netstat_MPTcpExt_MPCapableSYNTX 0 # HELP node_netstat_MPTcpExt_MPFailRx Statistic MPTcpExtMPFailRx. # TYPE node_netstat_MPTcpExt_MPFailRx untyped node_netstat_MPTcpExt_MPFailRx 0 # HELP node_netstat_MPTcpExt_MPFailTx Statistic MPTcpExtMPFailTx. # TYPE node_netstat_MPTcpExt_MPFailTx untyped node_netstat_MPTcpExt_MPFailTx 0 # HELP node_netstat_MPTcpExt_MPFallbackTokenInit Statistic MPTcpExtMPFallbackTokenInit. # TYPE node_netstat_MPTcpExt_MPFallbackTokenInit untyped node_netstat_MPTcpExt_MPFallbackTokenInit 0 # HELP node_netstat_MPTcpExt_MPJoinAckHMacFailure Statistic MPTcpExtMPJoinAckHMacFailure. # TYPE node_netstat_MPTcpExt_MPJoinAckHMacFailure untyped node_netstat_MPTcpExt_MPJoinAckHMacFailure 0 # HELP node_netstat_MPTcpExt_MPJoinAckRx Statistic MPTcpExtMPJoinAckRx. # TYPE node_netstat_MPTcpExt_MPJoinAckRx untyped node_netstat_MPTcpExt_MPJoinAckRx 0 # HELP node_netstat_MPTcpExt_MPJoinNoTokenFound Statistic MPTcpExtMPJoinNoTokenFound. # TYPE node_netstat_MPTcpExt_MPJoinNoTokenFound untyped node_netstat_MPTcpExt_MPJoinNoTokenFound 0 # HELP node_netstat_MPTcpExt_MPJoinPortAckRx Statistic MPTcpExtMPJoinPortAckRx. # TYPE node_netstat_MPTcpExt_MPJoinPortAckRx untyped node_netstat_MPTcpExt_MPJoinPortAckRx 0 # HELP node_netstat_MPTcpExt_MPJoinPortSynAckRx Statistic MPTcpExtMPJoinPortSynAckRx. # TYPE node_netstat_MPTcpExt_MPJoinPortSynAckRx untyped node_netstat_MPTcpExt_MPJoinPortSynAckRx 0 # HELP node_netstat_MPTcpExt_MPJoinPortSynRx Statistic MPTcpExtMPJoinPortSynRx. # TYPE node_netstat_MPTcpExt_MPJoinPortSynRx untyped node_netstat_MPTcpExt_MPJoinPortSynRx 0 # HELP node_netstat_MPTcpExt_MPJoinSynAckHMacFailure Statistic MPTcpExtMPJoinSynAckHMacFailure. # TYPE node_netstat_MPTcpExt_MPJoinSynAckHMacFailure untyped node_netstat_MPTcpExt_MPJoinSynAckHMacFailure 0 # HELP node_netstat_MPTcpExt_MPJoinSynAckRx Statistic MPTcpExtMPJoinSynAckRx. # TYPE node_netstat_MPTcpExt_MPJoinSynAckRx untyped node_netstat_MPTcpExt_MPJoinSynAckRx 0 # HELP node_netstat_MPTcpExt_MPJoinSynRx Statistic MPTcpExtMPJoinSynRx. # TYPE node_netstat_MPTcpExt_MPJoinSynRx untyped node_netstat_MPTcpExt_MPJoinSynRx 0 # HELP node_netstat_MPTcpExt_MPPrioRx Statistic MPTcpExtMPPrioRx. # TYPE node_netstat_MPTcpExt_MPPrioRx untyped node_netstat_MPTcpExt_MPPrioRx 0 # HELP node_netstat_MPTcpExt_MPPrioTx Statistic MPTcpExtMPPrioTx. # TYPE node_netstat_MPTcpExt_MPPrioTx untyped node_netstat_MPTcpExt_MPPrioTx 0 # HELP node_netstat_MPTcpExt_MPTCPRetrans Statistic MPTcpExtMPTCPRetrans. # TYPE node_netstat_MPTcpExt_MPTCPRetrans untyped node_netstat_MPTcpExt_MPTCPRetrans 0 # HELP node_netstat_MPTcpExt_MismatchPortAckRx Statistic MPTcpExtMismatchPortAckRx. # TYPE node_netstat_MPTcpExt_MismatchPortAckRx untyped node_netstat_MPTcpExt_MismatchPortAckRx 0 # HELP node_netstat_MPTcpExt_MismatchPortSynRx Statistic MPTcpExtMismatchPortSynRx. # TYPE node_netstat_MPTcpExt_MismatchPortSynRx untyped node_netstat_MPTcpExt_MismatchPortSynRx 0 # HELP node_netstat_MPTcpExt_NoDSSInWindow Statistic MPTcpExtNoDSSInWindow. # TYPE node_netstat_MPTcpExt_NoDSSInWindow untyped node_netstat_MPTcpExt_NoDSSInWindow 0 # HELP node_netstat_MPTcpExt_OFOMerge Statistic MPTcpExtOFOMerge. # TYPE node_netstat_MPTcpExt_OFOMerge untyped node_netstat_MPTcpExt_OFOMerge 0 # HELP node_netstat_MPTcpExt_OFOQueue Statistic MPTcpExtOFOQueue. # TYPE node_netstat_MPTcpExt_OFOQueue untyped node_netstat_MPTcpExt_OFOQueue 0 # HELP node_netstat_MPTcpExt_OFOQueueTail Statistic MPTcpExtOFOQueueTail. # TYPE node_netstat_MPTcpExt_OFOQueueTail untyped node_netstat_MPTcpExt_OFOQueueTail 0 # HELP node_netstat_MPTcpExt_PortAdd Statistic MPTcpExtPortAdd. # TYPE node_netstat_MPTcpExt_PortAdd untyped node_netstat_MPTcpExt_PortAdd 0 # HELP node_netstat_MPTcpExt_RcvPruned Statistic MPTcpExtRcvPruned. # TYPE node_netstat_MPTcpExt_RcvPruned untyped node_netstat_MPTcpExt_RcvPruned 0 # HELP node_netstat_MPTcpExt_RmAddr Statistic MPTcpExtRmAddr. # TYPE node_netstat_MPTcpExt_RmAddr untyped node_netstat_MPTcpExt_RmAddr 0 # HELP node_netstat_MPTcpExt_RmAddrDrop Statistic MPTcpExtRmAddrDrop. # TYPE node_netstat_MPTcpExt_RmAddrDrop untyped node_netstat_MPTcpExt_RmAddrDrop 0 # HELP node_netstat_MPTcpExt_RmSubflow Statistic MPTcpExtRmSubflow. # TYPE node_netstat_MPTcpExt_RmSubflow untyped node_netstat_MPTcpExt_RmSubflow 0 # HELP node_netstat_MPTcpExt_SubflowRecover Statistic MPTcpExtSubflowRecover. # TYPE node_netstat_MPTcpExt_SubflowRecover untyped node_netstat_MPTcpExt_SubflowRecover 0 # HELP node_netstat_MPTcpExt_SubflowStale Statistic MPTcpExtSubflowStale. # TYPE node_netstat_MPTcpExt_SubflowStale untyped node_netstat_MPTcpExt_SubflowStale 0 # 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 1.647789e+06 # HELP node_netstat_TcpExt_DelayedACKLost Statistic TcpExtDelayedACKLost. # TYPE node_netstat_TcpExt_DelayedACKLost untyped node_netstat_TcpExt_DelayedACKLost 1.441713e+07 # HELP node_netstat_TcpExt_DelayedACKs Statistic TcpExtDelayedACKs. # TYPE node_netstat_TcpExt_DelayedACKs untyped node_netstat_TcpExt_DelayedACKs 2.902077224e+09 # HELP node_netstat_TcpExt_EmbryonicRsts Statistic TcpExtEmbryonicRsts. # TYPE node_netstat_TcpExt_EmbryonicRsts untyped node_netstat_TcpExt_EmbryonicRsts 1.874338e+06 # HELP node_netstat_TcpExt_IPReversePathFilter Statistic TcpExtIPReversePathFilter. # TYPE node_netstat_TcpExt_IPReversePathFilter untyped node_netstat_TcpExt_IPReversePathFilter 86 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 7.652899e+06 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 7.644504e+06 # HELP node_netstat_TcpExt_LockDroppedIcmps Statistic TcpExtLockDroppedIcmps. # TYPE node_netstat_TcpExt_LockDroppedIcmps untyped node_netstat_TcpExt_LockDroppedIcmps 2 # 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 1441 # 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 108026 # HELP node_netstat_TcpExt_PFMemallocDrop Statistic TcpExtPFMemallocDrop. # TYPE node_netstat_TcpExt_PFMemallocDrop untyped node_netstat_TcpExt_PFMemallocDrop 0 # HELP node_netstat_TcpExt_PruneCalled Statistic TcpExtPruneCalled. # TYPE node_netstat_TcpExt_PruneCalled untyped node_netstat_TcpExt_PruneCalled 8017 # 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 147320 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 1.608713e+06 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 180595 # HELP node_netstat_TcpExt_TCPACKSkippedChallenge Statistic TcpExtTCPACKSkippedChallenge. # TYPE node_netstat_TcpExt_TCPACKSkippedChallenge untyped node_netstat_TcpExt_TCPACKSkippedChallenge 39510 # HELP node_netstat_TcpExt_TCPACKSkippedFinWait2 Statistic TcpExtTCPACKSkippedFinWait2. # TYPE node_netstat_TcpExt_TCPACKSkippedFinWait2 untyped node_netstat_TcpExt_TCPACKSkippedFinWait2 6 # HELP node_netstat_TcpExt_TCPACKSkippedPAWS Statistic TcpExtTCPACKSkippedPAWS. # TYPE node_netstat_TcpExt_TCPACKSkippedPAWS untyped node_netstat_TcpExt_TCPACKSkippedPAWS 20851 # HELP node_netstat_TcpExt_TCPACKSkippedSeq Statistic TcpExtTCPACKSkippedSeq. # TYPE node_netstat_TcpExt_TCPACKSkippedSeq untyped node_netstat_TcpExt_TCPACKSkippedSeq 9.0445966e+07 # HELP node_netstat_TcpExt_TCPACKSkippedSynRecv Statistic TcpExtTCPACKSkippedSynRecv. # TYPE node_netstat_TcpExt_TCPACKSkippedSynRecv untyped node_netstat_TcpExt_TCPACKSkippedSynRecv 254296 # HELP node_netstat_TcpExt_TCPACKSkippedTimeWait Statistic TcpExtTCPACKSkippedTimeWait. # TYPE node_netstat_TcpExt_TCPACKSkippedTimeWait untyped node_netstat_TcpExt_TCPACKSkippedTimeWait 14289 # 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 2.44428e+06 # HELP node_netstat_TcpExt_TCPAbortOnData Statistic TcpExtTCPAbortOnData. # TYPE node_netstat_TcpExt_TCPAbortOnData untyped node_netstat_TcpExt_TCPAbortOnData 5.141344e+06 # 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 309713 # HELP node_netstat_TcpExt_TCPAckCompressed Statistic TcpExtTCPAckCompressed. # TYPE node_netstat_TcpExt_TCPAckCompressed untyped node_netstat_TcpExt_TCPAckCompressed 1.541156e+07 # HELP node_netstat_TcpExt_TCPAutoCorking Statistic TcpExtTCPAutoCorking. # TYPE node_netstat_TcpExt_TCPAutoCorking untyped node_netstat_TcpExt_TCPAutoCorking 1.64367534e+08 # HELP node_netstat_TcpExt_TCPBacklogCoalesce Statistic TcpExtTCPBacklogCoalesce. # TYPE node_netstat_TcpExt_TCPBacklogCoalesce untyped node_netstat_TcpExt_TCPBacklogCoalesce 2.47761798e+08 # 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 146174 # HELP node_netstat_TcpExt_TCPDSACKIgnoredDubious Statistic TcpExtTCPDSACKIgnoredDubious. # TYPE node_netstat_TcpExt_TCPDSACKIgnoredDubious untyped node_netstat_TcpExt_TCPDSACKIgnoredDubious 6946 # HELP node_netstat_TcpExt_TCPDSACKIgnoredNoUndo Statistic TcpExtTCPDSACKIgnoredNoUndo. # TYPE node_netstat_TcpExt_TCPDSACKIgnoredNoUndo untyped node_netstat_TcpExt_TCPDSACKIgnoredNoUndo 3.675433e+06 # HELP node_netstat_TcpExt_TCPDSACKIgnoredOld Statistic TcpExtTCPDSACKIgnoredOld. # TYPE node_netstat_TcpExt_TCPDSACKIgnoredOld untyped node_netstat_TcpExt_TCPDSACKIgnoredOld 920 # HELP node_netstat_TcpExt_TCPDSACKOfoRecv Statistic TcpExtTCPDSACKOfoRecv. # TYPE node_netstat_TcpExt_TCPDSACKOfoRecv untyped node_netstat_TcpExt_TCPDSACKOfoRecv 382 # HELP node_netstat_TcpExt_TCPDSACKOfoSent Statistic TcpExtTCPDSACKOfoSent. # TYPE node_netstat_TcpExt_TCPDSACKOfoSent untyped node_netstat_TcpExt_TCPDSACKOfoSent 8289 # HELP node_netstat_TcpExt_TCPDSACKOldSent Statistic TcpExtTCPDSACKOldSent. # TYPE node_netstat_TcpExt_TCPDSACKOldSent untyped node_netstat_TcpExt_TCPDSACKOldSent 1.4415664e+07 # HELP node_netstat_TcpExt_TCPDSACKRecv Statistic TcpExtTCPDSACKRecv. # TYPE node_netstat_TcpExt_TCPDSACKRecv untyped node_netstat_TcpExt_TCPDSACKRecv 3.840574e+06 # HELP node_netstat_TcpExt_TCPDSACKRecvSegs Statistic TcpExtTCPDSACKRecvSegs. # TYPE node_netstat_TcpExt_TCPDSACKRecvSegs untyped node_netstat_TcpExt_TCPDSACKRecvSegs 3.844067e+06 # HELP node_netstat_TcpExt_TCPDSACKUndo Statistic TcpExtTCPDSACKUndo. # TYPE node_netstat_TcpExt_TCPDSACKUndo untyped node_netstat_TcpExt_TCPDSACKUndo 28501 # HELP node_netstat_TcpExt_TCPDeferAcceptDrop Statistic TcpExtTCPDeferAcceptDrop. # TYPE node_netstat_TcpExt_TCPDeferAcceptDrop untyped node_netstat_TcpExt_TCPDeferAcceptDrop 1.0448893e+07 # HELP node_netstat_TcpExt_TCPDelivered Statistic TcpExtTCPDelivered. # TYPE node_netstat_TcpExt_TCPDelivered untyped node_netstat_TcpExt_TCPDelivered 7.3854090994e+10 # HELP node_netstat_TcpExt_TCPDeliveredCE Statistic TcpExtTCPDeliveredCE. # TYPE node_netstat_TcpExt_TCPDeliveredCE untyped node_netstat_TcpExt_TCPDeliveredCE 135 # 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 58 # HELP node_netstat_TcpExt_TCPFastOpenBlackhole Statistic TcpExtTCPFastOpenBlackhole. # TYPE node_netstat_TcpExt_TCPFastOpenBlackhole untyped node_netstat_TcpExt_TCPFastOpenBlackhole 0 # HELP node_netstat_TcpExt_TCPFastOpenCookieReqd Statistic TcpExtTCPFastOpenCookieReqd. # TYPE node_netstat_TcpExt_TCPFastOpenCookieReqd untyped node_netstat_TcpExt_TCPFastOpenCookieReqd 10419 # 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_TCPFastOpenPassiveAltKey Statistic TcpExtTCPFastOpenPassiveAltKey. # TYPE node_netstat_TcpExt_TCPFastOpenPassiveAltKey untyped node_netstat_TcpExt_TCPFastOpenPassiveAltKey 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 1.229501e+06 # HELP node_netstat_TcpExt_TCPFromZeroWindowAdv Statistic TcpExtTCPFromZeroWindowAdv. # TYPE node_netstat_TcpExt_TCPFromZeroWindowAdv untyped node_netstat_TcpExt_TCPFromZeroWindowAdv 1.27173668e+08 # HELP node_netstat_TcpExt_TCPFullUndo Statistic TcpExtTCPFullUndo. # TYPE node_netstat_TcpExt_TCPFullUndo untyped node_netstat_TcpExt_TCPFullUndo 578 # HELP node_netstat_TcpExt_TCPHPAcks Statistic TcpExtTCPHPAcks. # TYPE node_netstat_TcpExt_TCPHPAcks untyped node_netstat_TcpExt_TCPHPAcks 3.8643070171e+10 # HELP node_netstat_TcpExt_TCPHPHits Statistic TcpExtTCPHPHits. # TYPE node_netstat_TcpExt_TCPHPHits untyped node_netstat_TcpExt_TCPHPHits 5.7615273549e+10 # HELP node_netstat_TcpExt_TCPHystartDelayCwnd Statistic TcpExtTCPHystartDelayCwnd. # TYPE node_netstat_TcpExt_TCPHystartDelayCwnd untyped node_netstat_TcpExt_TCPHystartDelayCwnd 517143 # HELP node_netstat_TcpExt_TCPHystartDelayDetect Statistic TcpExtTCPHystartDelayDetect. # TYPE node_netstat_TcpExt_TCPHystartDelayDetect untyped node_netstat_TcpExt_TCPHystartDelayDetect 2067 # HELP node_netstat_TcpExt_TCPHystartTrainCwnd Statistic TcpExtTCPHystartTrainCwnd. # TYPE node_netstat_TcpExt_TCPHystartTrainCwnd untyped node_netstat_TcpExt_TCPHystartTrainCwnd 9.8321321e+07 # HELP node_netstat_TcpExt_TCPHystartTrainDetect Statistic TcpExtTCPHystartTrainDetect. # TYPE node_netstat_TcpExt_TCPHystartTrainDetect untyped node_netstat_TcpExt_TCPHystartTrainDetect 389253 # HELP node_netstat_TcpExt_TCPKeepAlive Statistic TcpExtTCPKeepAlive. # TYPE node_netstat_TcpExt_TCPKeepAlive untyped node_netstat_TcpExt_TCPKeepAlive 2.46574e+07 # HELP node_netstat_TcpExt_TCPLossFailures Statistic TcpExtTCPLossFailures. # TYPE node_netstat_TcpExt_TCPLossFailures untyped node_netstat_TcpExt_TCPLossFailures 8434 # HELP node_netstat_TcpExt_TCPLossProbeRecovery Statistic TcpExtTCPLossProbeRecovery. # TYPE node_netstat_TcpExt_TCPLossProbeRecovery untyped node_netstat_TcpExt_TCPLossProbeRecovery 269320 # HELP node_netstat_TcpExt_TCPLossProbes Statistic TcpExtTCPLossProbes. # TYPE node_netstat_TcpExt_TCPLossProbes untyped node_netstat_TcpExt_TCPLossProbes 7.812891e+06 # HELP node_netstat_TcpExt_TCPLossUndo Statistic TcpExtTCPLossUndo. # TYPE node_netstat_TcpExt_TCPLossUndo untyped node_netstat_TcpExt_TCPLossUndo 46649 # HELP node_netstat_TcpExt_TCPLostRetransmit Statistic TcpExtTCPLostRetransmit. # TYPE node_netstat_TcpExt_TCPLostRetransmit untyped node_netstat_TcpExt_TCPLostRetransmit 2.272043e+06 # 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 147 # 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_TCPMemoryPressuresChrono Statistic TcpExtTCPMemoryPressuresChrono. # TYPE node_netstat_TcpExt_TCPMemoryPressuresChrono untyped node_netstat_TcpExt_TCPMemoryPressuresChrono 0 # HELP node_netstat_TcpExt_TCPMigrateReqFailure Statistic TcpExtTCPMigrateReqFailure. # TYPE node_netstat_TcpExt_TCPMigrateReqFailure untyped node_netstat_TcpExt_TCPMigrateReqFailure 0 # HELP node_netstat_TcpExt_TCPMigrateReqSuccess Statistic TcpExtTCPMigrateReqSuccess. # TYPE node_netstat_TcpExt_TCPMigrateReqSuccess untyped node_netstat_TcpExt_TCPMigrateReqSuccess 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 8419 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 2.67889791e+08 # HELP node_netstat_TcpExt_TCPOrigDataSent Statistic TcpExtTCPOrigDataSent. # TYPE node_netstat_TcpExt_TCPOrigDataSent untyped node_netstat_TcpExt_TCPOrigDataSent 7.3753094598e+10 # HELP node_netstat_TcpExt_TCPPartialUndo Statistic TcpExtTCPPartialUndo. # TYPE node_netstat_TcpExt_TCPPartialUndo untyped node_netstat_TcpExt_TCPPartialUndo 850 # HELP node_netstat_TcpExt_TCPPureAcks Statistic TcpExtTCPPureAcks. # TYPE node_netstat_TcpExt_TCPPureAcks untyped node_netstat_TcpExt_TCPPureAcks 4.709558921e+09 # HELP node_netstat_TcpExt_TCPRcvCoalesce Statistic TcpExtTCPRcvCoalesce. # TYPE node_netstat_TcpExt_TCPRcvCoalesce untyped node_netstat_TcpExt_TCPRcvCoalesce 8.699740479e+09 # HELP node_netstat_TcpExt_TCPRcvCollapsed Statistic TcpExtTCPRcvCollapsed. # TYPE node_netstat_TcpExt_TCPRcvCollapsed untyped node_netstat_TcpExt_TCPRcvCollapsed 151 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPRenoFailures Statistic TcpExtTCPRenoFailures. # TYPE node_netstat_TcpExt_TCPRenoFailures untyped node_netstat_TcpExt_TCPRenoFailures 54 # HELP node_netstat_TcpExt_TCPRenoRecovery Statistic TcpExtTCPRenoRecovery. # TYPE node_netstat_TcpExt_TCPRenoRecovery untyped node_netstat_TcpExt_TCPRenoRecovery 5 # HELP node_netstat_TcpExt_TCPRenoRecoveryFail Statistic TcpExtTCPRenoRecoveryFail. # TYPE node_netstat_TcpExt_TCPRenoRecoveryFail untyped node_netstat_TcpExt_TCPRenoRecoveryFail 1 # HELP node_netstat_TcpExt_TCPRenoReorder Statistic TcpExtTCPRenoReorder. # TYPE node_netstat_TcpExt_TCPRenoReorder untyped node_netstat_TcpExt_TCPRenoReorder 5473 # HELP node_netstat_TcpExt_TCPReqQFullDoCookies Statistic TcpExtTCPReqQFullDoCookies. # TYPE node_netstat_TcpExt_TCPReqQFullDoCookies untyped node_netstat_TcpExt_TCPReqQFullDoCookies 6.12293e+06 # 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 3122 # HELP node_netstat_TcpExt_TCPSACKReneging Statistic TcpExtTCPSACKReneging. # TYPE node_netstat_TcpExt_TCPSACKReneging untyped node_netstat_TcpExt_TCPSACKReneging 171 # HELP node_netstat_TcpExt_TCPSACKReorder Statistic TcpExtTCPSACKReorder. # TYPE node_netstat_TcpExt_TCPSACKReorder untyped node_netstat_TcpExt_TCPSACKReorder 9.421011e+06 # HELP node_netstat_TcpExt_TCPSYNChallenge Statistic TcpExtTCPSYNChallenge. # TYPE node_netstat_TcpExt_TCPSYNChallenge untyped node_netstat_TcpExt_TCPSYNChallenge 21560 # HELP node_netstat_TcpExt_TCPSackFailures Statistic TcpExtTCPSackFailures. # TYPE node_netstat_TcpExt_TCPSackFailures untyped node_netstat_TcpExt_TCPSackFailures 4920 # HELP node_netstat_TcpExt_TCPSackMerged Statistic TcpExtTCPSackMerged. # TYPE node_netstat_TcpExt_TCPSackMerged untyped node_netstat_TcpExt_TCPSackMerged 814276 # HELP node_netstat_TcpExt_TCPSackRecovery Statistic TcpExtTCPSackRecovery. # TYPE node_netstat_TcpExt_TCPSackRecovery untyped node_netstat_TcpExt_TCPSackRecovery 179820 # HELP node_netstat_TcpExt_TCPSackRecoveryFail Statistic TcpExtTCPSackRecoveryFail. # TYPE node_netstat_TcpExt_TCPSackRecoveryFail untyped node_netstat_TcpExt_TCPSackRecoveryFail 26271 # HELP node_netstat_TcpExt_TCPSackShiftFallback Statistic TcpExtTCPSackShiftFallback. # TYPE node_netstat_TcpExt_TCPSackShiftFallback untyped node_netstat_TcpExt_TCPSackShiftFallback 9.104081e+06 # HELP node_netstat_TcpExt_TCPSackShifted Statistic TcpExtTCPSackShifted. # TYPE node_netstat_TcpExt_TCPSackShifted untyped node_netstat_TcpExt_TCPSackShifted 661895 # HELP node_netstat_TcpExt_TCPSlowStartRetrans Statistic TcpExtTCPSlowStartRetrans. # TYPE node_netstat_TcpExt_TCPSlowStartRetrans untyped node_netstat_TcpExt_TCPSlowStartRetrans 30095 # HELP node_netstat_TcpExt_TCPSpuriousRTOs Statistic TcpExtTCPSpuriousRTOs. # TYPE node_netstat_TcpExt_TCPSpuriousRTOs untyped node_netstat_TcpExt_TCPSpuriousRTOs 371 # HELP node_netstat_TcpExt_TCPSpuriousRtxHostQueues Statistic TcpExtTCPSpuriousRtxHostQueues. # TYPE node_netstat_TcpExt_TCPSpuriousRtxHostQueues untyped node_netstat_TcpExt_TCPSpuriousRtxHostQueues 2533 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 9.6301352e+07 # HELP node_netstat_TcpExt_TCPTSReorder Statistic TcpExtTCPTSReorder. # TYPE node_netstat_TcpExt_TCPTSReorder untyped node_netstat_TcpExt_TCPTSReorder 1193 # 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 1.16910335e+08 # HELP node_netstat_TcpExt_TCPToZeroWindowAdv Statistic TcpExtTCPToZeroWindowAdv. # TYPE node_netstat_TcpExt_TCPToZeroWindowAdv untyped node_netstat_TcpExt_TCPToZeroWindowAdv 1.27520428e+08 # HELP node_netstat_TcpExt_TCPWantZeroWindowAdv Statistic TcpExtTCPWantZeroWindowAdv. # TYPE node_netstat_TcpExt_TCPWantZeroWindowAdv untyped node_netstat_TcpExt_TCPWantZeroWindowAdv 7.4295227e+07 # HELP node_netstat_TcpExt_TCPWinProbe Statistic TcpExtTCPWinProbe. # TYPE node_netstat_TcpExt_TCPWinProbe untyped node_netstat_TcpExt_TCPWinProbe 3150 # HELP node_netstat_TcpExt_TCPWqueueTooBig Statistic TcpExtTCPWqueueTooBig. # TYPE node_netstat_TcpExt_TCPWqueueTooBig untyped node_netstat_TcpExt_TCPWqueueTooBig 0 # HELP node_netstat_TcpExt_TCPZeroWindowDrop Statistic TcpExtTCPZeroWindowDrop. # TYPE node_netstat_TcpExt_TCPZeroWindowDrop untyped node_netstat_TcpExt_TCPZeroWindowDrop 364 # HELP node_netstat_TcpExt_TW Statistic TcpExtTW. # TYPE node_netstat_TcpExt_TW untyped node_netstat_TcpExt_TW 7.0051747e+07 # 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 37273 # HELP node_netstat_TcpExt_TcpDuplicateDataRehash Statistic TcpExtTcpDuplicateDataRehash. # TYPE node_netstat_TcpExt_TcpDuplicateDataRehash untyped node_netstat_TcpExt_TcpDuplicateDataRehash 204419 # HELP node_netstat_TcpExt_TcpTimeoutRehash Statistic TcpExtTcpTimeoutRehash. # TYPE node_netstat_TcpExt_TcpTimeoutRehash untyped node_netstat_TcpExt_TcpTimeoutRehash 2.890151e+06 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 1.07560513e+08 # HELP node_netstat_Tcp_AttemptFails Statistic TcpAttemptFails. # TYPE node_netstat_Tcp_AttemptFails untyped node_netstat_Tcp_AttemptFails 1.939305e+06 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 596 # HELP node_netstat_Tcp_EstabResets Statistic TcpEstabResets. # TYPE node_netstat_Tcp_EstabResets untyped node_netstat_Tcp_EstabResets 6.280397e+06 # HELP node_netstat_Tcp_InCsumErrors Statistic TcpInCsumErrors. # TYPE node_netstat_Tcp_InCsumErrors untyped node_netstat_Tcp_InCsumErrors 618642 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 640660 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 9.1442447848e+10 # 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 8.8204361e+07 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.05810622176e+11 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 4.3199416e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1.05156646e+08 # 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 0 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 4.0109634e+07 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_MemErrors Statistic Udp6MemErrors. # TYPE node_netstat_Udp6_MemErrors untyped node_netstat_Udp6_MemErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 645 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 4.0116533e+07 # 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_MemErrors Statistic UdpLite6MemErrors. # TYPE node_netstat_UdpLite6_MemErrors untyped node_netstat_UdpLite6_MemErrors 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_MemErrors Statistic UdpLiteMemErrors. # TYPE node_netstat_UdpLite_MemErrors untyped node_netstat_UdpLite_MemErrors 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 39801 # HELP node_netstat_Udp_InCsumErrors Statistic UdpInCsumErrors. # TYPE node_netstat_Udp_InCsumErrors untyped node_netstat_Udp_InCsumErrors 1056 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 1.248945266e+09 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 1.7829130792e+10 # HELP node_netstat_Udp_MemErrors Statistic UdpMemErrors. # TYPE node_netstat_Udp_MemErrors untyped node_netstat_Udp_MemErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 1.696606e+06 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 9.189037815e+09 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 1.7829129728e+10 # 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="br-1308270296ef"} 7.322226901e+10 node_network_receive_bytes{device="br-372710776e88"} 8.9446820331e+10 node_network_receive_bytes{device="docker0"} 1.1805567e+07 node_network_receive_bytes{device="eno1"} 2.6156285561561e+13 node_network_receive_bytes{device="lo"} 2.28640549404089e+14 node_network_receive_bytes{device="sit0"} 0 node_network_receive_bytes{device="veth60ea1c7"} 5.424790579e+09 node_network_receive_bytes{device="veth6825d18"} 3.060232271e+09 node_network_receive_bytes{device="veth9754ae9"} 4.35574041124e+11 node_network_receive_bytes{device="vethc911540"} 5.34416703558e+11 node_network_receive_bytes{device="vethced6c6f"} 4.73508852949e+11 # HELP node_network_receive_compressed Network device statistic receive_compressed. # TYPE node_network_receive_compressed gauge node_network_receive_compressed{device="br-1308270296ef"} 0 node_network_receive_compressed{device="br-372710776e88"} 0 node_network_receive_compressed{device="docker0"} 0 node_network_receive_compressed{device="eno1"} 0 node_network_receive_compressed{device="lo"} 0 node_network_receive_compressed{device="sit0"} 0 node_network_receive_compressed{device="veth60ea1c7"} 0 node_network_receive_compressed{device="veth6825d18"} 0 node_network_receive_compressed{device="veth9754ae9"} 0 node_network_receive_compressed{device="vethc911540"} 0 node_network_receive_compressed{device="vethced6c6f"} 0 # HELP node_network_receive_drop Network device statistic receive_drop. # TYPE node_network_receive_drop gauge node_network_receive_drop{device="br-1308270296ef"} 0 node_network_receive_drop{device="br-372710776e88"} 0 node_network_receive_drop{device="docker0"} 0 node_network_receive_drop{device="eno1"} 2 node_network_receive_drop{device="lo"} 0 node_network_receive_drop{device="sit0"} 0 node_network_receive_drop{device="veth60ea1c7"} 0 node_network_receive_drop{device="veth6825d18"} 0 node_network_receive_drop{device="veth9754ae9"} 0 node_network_receive_drop{device="vethc911540"} 0 node_network_receive_drop{device="vethced6c6f"} 0 # HELP node_network_receive_errs Network device statistic receive_errs. # TYPE node_network_receive_errs gauge node_network_receive_errs{device="br-1308270296ef"} 0 node_network_receive_errs{device="br-372710776e88"} 0 node_network_receive_errs{device="docker0"} 0 node_network_receive_errs{device="eno1"} 26 node_network_receive_errs{device="lo"} 0 node_network_receive_errs{device="sit0"} 0 node_network_receive_errs{device="veth60ea1c7"} 0 node_network_receive_errs{device="veth6825d18"} 0 node_network_receive_errs{device="veth9754ae9"} 0 node_network_receive_errs{device="vethc911540"} 0 node_network_receive_errs{device="vethced6c6f"} 0 # HELP node_network_receive_fifo Network device statistic receive_fifo. # TYPE node_network_receive_fifo gauge node_network_receive_fifo{device="br-1308270296ef"} 0 node_network_receive_fifo{device="br-372710776e88"} 0 node_network_receive_fifo{device="docker0"} 0 node_network_receive_fifo{device="eno1"} 0 node_network_receive_fifo{device="lo"} 0 node_network_receive_fifo{device="sit0"} 0 node_network_receive_fifo{device="veth60ea1c7"} 0 node_network_receive_fifo{device="veth6825d18"} 0 node_network_receive_fifo{device="veth9754ae9"} 0 node_network_receive_fifo{device="vethc911540"} 0 node_network_receive_fifo{device="vethced6c6f"} 0 # HELP node_network_receive_frame Network device statistic receive_frame. # TYPE node_network_receive_frame gauge node_network_receive_frame{device="br-1308270296ef"} 0 node_network_receive_frame{device="br-372710776e88"} 0 node_network_receive_frame{device="docker0"} 0 node_network_receive_frame{device="eno1"} 17 node_network_receive_frame{device="lo"} 0 node_network_receive_frame{device="sit0"} 0 node_network_receive_frame{device="veth60ea1c7"} 0 node_network_receive_frame{device="veth6825d18"} 0 node_network_receive_frame{device="veth9754ae9"} 0 node_network_receive_frame{device="vethc911540"} 0 node_network_receive_frame{device="vethced6c6f"} 0 # HELP node_network_receive_multicast Network device statistic receive_multicast. # TYPE node_network_receive_multicast gauge node_network_receive_multicast{device="br-1308270296ef"} 0 node_network_receive_multicast{device="br-372710776e88"} 0 node_network_receive_multicast{device="docker0"} 0 node_network_receive_multicast{device="eno1"} 96 node_network_receive_multicast{device="lo"} 0 node_network_receive_multicast{device="sit0"} 0 node_network_receive_multicast{device="veth60ea1c7"} 0 node_network_receive_multicast{device="veth6825d18"} 0 node_network_receive_multicast{device="veth9754ae9"} 0 node_network_receive_multicast{device="vethc911540"} 0 node_network_receive_multicast{device="vethced6c6f"} 0 # HELP node_network_receive_packets Network device statistic receive_packets. # TYPE node_network_receive_packets gauge node_network_receive_packets{device="br-1308270296ef"} 1.76900404e+08 node_network_receive_packets{device="br-372710776e88"} 2.5058055e+07 node_network_receive_packets{device="docker0"} 210740 node_network_receive_packets{device="eno1"} 4.4461218377e+10 node_network_receive_packets{device="lo"} 7.6794221845e+10 node_network_receive_packets{device="sit0"} 0 node_network_receive_packets{device="veth60ea1c7"} 2.0533337e+07 node_network_receive_packets{device="veth6825d18"} 4.273972e+06 node_network_receive_packets{device="veth9754ae9"} 8.09733578e+08 node_network_receive_packets{device="vethc911540"} 1.160630631e+09 node_network_receive_packets{device="vethced6c6f"} 3.38089432e+08 # HELP node_network_transmit_bytes Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes gauge node_network_transmit_bytes{device="br-1308270296ef"} 7.6567922294e+10 node_network_transmit_bytes{device="br-372710776e88"} 5.324151893e+09 node_network_transmit_bytes{device="docker0"} 6.84418621e+08 node_network_transmit_bytes{device="eno1"} 6.211288416319e+12 node_network_transmit_bytes{device="lo"} 2.28640549404089e+14 node_network_transmit_bytes{device="sit0"} 0 node_network_transmit_bytes{device="veth60ea1c7"} 1.1690242432e+10 node_network_transmit_bytes{device="veth6825d18"} 2.65541066e+08 node_network_transmit_bytes{device="veth9754ae9"} 2.9583841908e+11 node_network_transmit_bytes{device="vethc911540"} 9.14406934287e+11 node_network_transmit_bytes{device="vethced6c6f"} 1.48780896599e+11 # HELP node_network_transmit_compressed Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed gauge node_network_transmit_compressed{device="br-1308270296ef"} 0 node_network_transmit_compressed{device="br-372710776e88"} 0 node_network_transmit_compressed{device="docker0"} 0 node_network_transmit_compressed{device="eno1"} 0 node_network_transmit_compressed{device="lo"} 0 node_network_transmit_compressed{device="sit0"} 0 node_network_transmit_compressed{device="veth60ea1c7"} 0 node_network_transmit_compressed{device="veth6825d18"} 0 node_network_transmit_compressed{device="veth9754ae9"} 0 node_network_transmit_compressed{device="vethc911540"} 0 node_network_transmit_compressed{device="vethced6c6f"} 0 # HELP node_network_transmit_drop Network device statistic transmit_drop. # TYPE node_network_transmit_drop gauge node_network_transmit_drop{device="br-1308270296ef"} 0 node_network_transmit_drop{device="br-372710776e88"} 0 node_network_transmit_drop{device="docker0"} 0 node_network_transmit_drop{device="eno1"} 0 node_network_transmit_drop{device="lo"} 0 node_network_transmit_drop{device="sit0"} 0 node_network_transmit_drop{device="veth60ea1c7"} 0 node_network_transmit_drop{device="veth6825d18"} 0 node_network_transmit_drop{device="veth9754ae9"} 0 node_network_transmit_drop{device="vethc911540"} 0 node_network_transmit_drop{device="vethced6c6f"} 0 # HELP node_network_transmit_errs Network device statistic transmit_errs. # TYPE node_network_transmit_errs gauge node_network_transmit_errs{device="br-1308270296ef"} 0 node_network_transmit_errs{device="br-372710776e88"} 0 node_network_transmit_errs{device="docker0"} 0 node_network_transmit_errs{device="eno1"} 0 node_network_transmit_errs{device="lo"} 0 node_network_transmit_errs{device="sit0"} 0 node_network_transmit_errs{device="veth60ea1c7"} 0 node_network_transmit_errs{device="veth6825d18"} 0 node_network_transmit_errs{device="veth9754ae9"} 0 node_network_transmit_errs{device="vethc911540"} 0 node_network_transmit_errs{device="vethced6c6f"} 0 # HELP node_network_transmit_fifo Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo gauge node_network_transmit_fifo{device="br-1308270296ef"} 0 node_network_transmit_fifo{device="br-372710776e88"} 0 node_network_transmit_fifo{device="docker0"} 0 node_network_transmit_fifo{device="eno1"} 0 node_network_transmit_fifo{device="lo"} 0 node_network_transmit_fifo{device="sit0"} 0 node_network_transmit_fifo{device="veth60ea1c7"} 0 node_network_transmit_fifo{device="veth6825d18"} 0 node_network_transmit_fifo{device="veth9754ae9"} 0 node_network_transmit_fifo{device="vethc911540"} 0 node_network_transmit_fifo{device="vethced6c6f"} 0 # HELP node_network_transmit_frame Network device statistic transmit_frame. # TYPE node_network_transmit_frame gauge node_network_transmit_frame{device="br-1308270296ef"} 0 node_network_transmit_frame{device="br-372710776e88"} 0 node_network_transmit_frame{device="docker0"} 0 node_network_transmit_frame{device="eno1"} 0 node_network_transmit_frame{device="lo"} 0 node_network_transmit_frame{device="sit0"} 0 node_network_transmit_frame{device="veth60ea1c7"} 0 node_network_transmit_frame{device="veth6825d18"} 0 node_network_transmit_frame{device="veth9754ae9"} 0 node_network_transmit_frame{device="vethc911540"} 0 node_network_transmit_frame{device="vethced6c6f"} 0 # HELP node_network_transmit_multicast Network device statistic transmit_multicast. # TYPE node_network_transmit_multicast gauge node_network_transmit_multicast{device="br-1308270296ef"} 0 node_network_transmit_multicast{device="br-372710776e88"} 0 node_network_transmit_multicast{device="docker0"} 0 node_network_transmit_multicast{device="eno1"} 0 node_network_transmit_multicast{device="lo"} 0 node_network_transmit_multicast{device="sit0"} 0 node_network_transmit_multicast{device="veth60ea1c7"} 0 node_network_transmit_multicast{device="veth6825d18"} 0 node_network_transmit_multicast{device="veth9754ae9"} 0 node_network_transmit_multicast{device="vethc911540"} 0 node_network_transmit_multicast{device="vethced6c6f"} 0 # HELP node_network_transmit_packets Network device statistic transmit_packets. # TYPE node_network_transmit_packets gauge node_network_transmit_packets{device="br-1308270296ef"} 1.80346042e+08 node_network_transmit_packets{device="br-372710776e88"} 2.6522886e+07 node_network_transmit_packets{device="docker0"} 245627 node_network_transmit_packets{device="eno1"} 2.4064270664e+10 node_network_transmit_packets{device="lo"} 7.6794221845e+10 node_network_transmit_packets{device="sit0"} 0 node_network_transmit_packets{device="veth60ea1c7"} 2.2388591e+07 node_network_transmit_packets{device="veth6825d18"} 4.034361e+06 node_network_transmit_packets{device="veth9754ae9"} 7.53417788e+08 node_network_transmit_packets{device="vethc911540"} 1.174345576e+09 node_network_transmit_packets{device="vethced6c6f"} 3.82155125e+08 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 844 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_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 19 # 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.000185898 node_scrape_collector_duration_seconds{collector="bcache"} 9.26e-06 node_scrape_collector_duration_seconds{collector="conntrack"} 0.00024578 node_scrape_collector_duration_seconds{collector="cpu"} 0.339403258 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001172785 node_scrape_collector_duration_seconds{collector="edac"} 0.000137341 node_scrape_collector_duration_seconds{collector="entropy"} 5.2257e-05 node_scrape_collector_duration_seconds{collector="filefd"} 6.0191e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.003645459 node_scrape_collector_duration_seconds{collector="hwmon"} 0.035409529 node_scrape_collector_duration_seconds{collector="infiniband"} 1.4343e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 0.000144025 node_scrape_collector_duration_seconds{collector="loadavg"} 6.6173e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000136838 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000240619 node_scrape_collector_duration_seconds{collector="netdev"} 0.001298022 node_scrape_collector_duration_seconds{collector="netstat"} 0.0017439 node_scrape_collector_duration_seconds{collector="sockstat"} 5.5756e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000992406 node_scrape_collector_duration_seconds{collector="textfile"} 2.97e-07 node_scrape_collector_duration_seconds{collector="time"} 9.921e-06 node_scrape_collector_duration_seconds{collector="timex"} 1.3432e-05 node_scrape_collector_duration_seconds{collector="uname"} 2.0679e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.001118142 node_scrape_collector_duration_seconds{collector="wifi"} 8.8049e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.4568e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.2986e-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"} 0 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 842 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 365 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 676 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 2.768896e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 1 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 87 # 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 4 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 13 # 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 53248 # HELP node_sockstat_sockets_used Number of sockets sockets in state used. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 1240 # HELP node_time System time in seconds since epoch (1970). # TYPE node_time gauge node_time 1.776263468372203e+09 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment gauge node_timex_frequency_adjustment 79091 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.375 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -3.4004e-05 # 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="NexfinityServer",release="5.15.0-88-generic",sysname="Linux",version="#98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023"} 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 5354 # HELP node_vmstat_allocstall_normal /proc/vmstat information field allocstall_normal. # TYPE node_vmstat_allocstall_normal untyped node_vmstat_allocstall_normal 78 # 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_free_scanned /proc/vmstat information field compact_daemon_free_scanned. # TYPE node_vmstat_compact_daemon_free_scanned untyped node_vmstat_compact_daemon_free_scanned 2.98600278e+08 # HELP node_vmstat_compact_daemon_migrate_scanned /proc/vmstat information field compact_daemon_migrate_scanned. # TYPE node_vmstat_compact_daemon_migrate_scanned untyped node_vmstat_compact_daemon_migrate_scanned 9.8093413e+07 # 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 46680 # HELP node_vmstat_compact_fail /proc/vmstat information field compact_fail. # TYPE node_vmstat_compact_fail untyped node_vmstat_compact_fail 10312 # 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 6.3855134219e+10 # HELP node_vmstat_compact_isolated /proc/vmstat information field compact_isolated. # TYPE node_vmstat_compact_isolated untyped node_vmstat_compact_isolated 1.148436305e+09 # 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 4.13784376e+09 # HELP node_vmstat_compact_stall /proc/vmstat information field compact_stall. # TYPE node_vmstat_compact_stall untyped node_vmstat_compact_stall 10706 # HELP node_vmstat_compact_success /proc/vmstat information field compact_success. # TYPE node_vmstat_compact_success untyped node_vmstat_compact_success 394 # HELP node_vmstat_direct_map_level2_splits /proc/vmstat information field direct_map_level2_splits. # TYPE node_vmstat_direct_map_level2_splits untyped node_vmstat_direct_map_level2_splits 3499 # HELP node_vmstat_direct_map_level3_splits /proc/vmstat information field direct_map_level3_splits. # TYPE node_vmstat_direct_map_level3_splits untyped node_vmstat_direct_map_level3_splits 53 # 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 1338 # HELP node_vmstat_kswapd_inodesteal /proc/vmstat information field kswapd_inodesteal. # TYPE node_vmstat_kswapd_inodesteal untyped node_vmstat_kswapd_inodesteal 9.108545e+06 # 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 17191 # 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 590473 # 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 2.443352e+06 # 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 1.0508582e+07 # 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 99 # 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 1.0899472467e+10 # HELP node_vmstat_nr_dirty /proc/vmstat information field nr_dirty. # TYPE node_vmstat_nr_dirty untyped node_vmstat_nr_dirty 227 # 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 1.963829e+06 # 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 3.93246e+06 # HELP node_vmstat_nr_file_hugepages /proc/vmstat information field nr_file_hugepages. # TYPE node_vmstat_nr_file_hugepages untyped node_vmstat_nr_file_hugepages 0 # 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 6.299352e+06 # HELP node_vmstat_nr_file_pmdmapped /proc/vmstat information field nr_file_pmdmapped. # TYPE node_vmstat_nr_file_pmdmapped untyped node_vmstat_nr_file_pmdmapped 0 # HELP node_vmstat_nr_foll_pin_acquired /proc/vmstat information field nr_foll_pin_acquired. # TYPE node_vmstat_nr_foll_pin_acquired untyped node_vmstat_nr_foll_pin_acquired 1.1733337e+07 # HELP node_vmstat_nr_foll_pin_released /proc/vmstat information field nr_foll_pin_released. # TYPE node_vmstat_nr_foll_pin_released untyped node_vmstat_nr_foll_pin_released 1.1733337e+07 # 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 1.487008e+07 # 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 1.1224147e+07 # 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 2.568074e+06 # 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_misc_reclaimable /proc/vmstat information field nr_kernel_misc_reclaimable. # TYPE node_vmstat_nr_kernel_misc_reclaimable untyped node_vmstat_nr_kernel_misc_reclaimable 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 40304 # HELP node_vmstat_nr_mapped /proc/vmstat information field nr_mapped. # TYPE node_vmstat_nr_mapped untyped node_vmstat_nr_mapped 1.44643e+06 # HELP node_vmstat_nr_mlock /proc/vmstat information field nr_mlock. # TYPE node_vmstat_nr_mlock untyped node_vmstat_nr_mlock 6943 # 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 46734 # HELP node_vmstat_nr_shmem /proc/vmstat information field nr_shmem. # TYPE node_vmstat_nr_shmem untyped node_vmstat_nr_shmem 1.28768e+06 # 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 888060 # 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 185793 # HELP node_vmstat_nr_swapcached /proc/vmstat information field nr_swapcached. # TYPE node_vmstat_nr_swapcached untyped node_vmstat_nr_swapcached 1072 # HELP node_vmstat_nr_unevictable /proc/vmstat information field nr_unevictable. # TYPE node_vmstat_nr_unevictable untyped node_vmstat_nr_unevictable 6974 # 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 52961 # 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 234645 # 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 1.0419731051e+10 # 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 590473 # 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 2.443352e+06 # 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 1.1224147e+07 # 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 2.568074e+06 # 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 6974 # 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 227 # 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 3.47895247448e+11 # 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 2492 # HELP node_vmstat_numa_local /proc/vmstat information field numa_local. # TYPE node_vmstat_numa_local untyped node_vmstat_numa_local 3.47899503933e+11 # 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_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pageoutrun /proc/vmstat information field pageoutrun. # TYPE node_vmstat_pageoutrun untyped node_vmstat_pageoutrun 49163 # HELP node_vmstat_pgactivate /proc/vmstat information field pgactivate. # TYPE node_vmstat_pgactivate untyped node_vmstat_pgactivate 5.51130505e+08 # HELP node_vmstat_pgalloc_dma /proc/vmstat information field pgalloc_dma. # TYPE node_vmstat_pgalloc_dma untyped node_vmstat_pgalloc_dma 1024 # HELP node_vmstat_pgalloc_dma32 /proc/vmstat information field pgalloc_dma32. # TYPE node_vmstat_pgalloc_dma32 untyped node_vmstat_pgalloc_dma32 2.2845825e+08 # 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 3.47540187755e+11 # HELP node_vmstat_pgdeactivate /proc/vmstat information field pgdeactivate. # TYPE node_vmstat_pgdeactivate untyped node_vmstat_pgdeactivate 2.0916435e+07 # HELP node_vmstat_pgdemote_direct /proc/vmstat information field pgdemote_direct. # TYPE node_vmstat_pgdemote_direct untyped node_vmstat_pgdemote_direct 0 # HELP node_vmstat_pgdemote_kswapd /proc/vmstat information field pgdemote_kswapd. # TYPE node_vmstat_pgdemote_kswapd untyped node_vmstat_pgdemote_kswapd 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 3.27474876605e+11 # HELP node_vmstat_pgfree /proc/vmstat information field pgfree. # TYPE node_vmstat_pgfree untyped node_vmstat_pgfree 3.48353944266e+11 # HELP node_vmstat_pginodesteal /proc/vmstat information field pginodesteal. # TYPE node_vmstat_pginodesteal untyped node_vmstat_pginodesteal 11025 # HELP node_vmstat_pglazyfree /proc/vmstat information field pglazyfree. # TYPE node_vmstat_pglazyfree untyped node_vmstat_pglazyfree 312709 # HELP node_vmstat_pglazyfreed /proc/vmstat information field pglazyfreed. # TYPE node_vmstat_pglazyfreed untyped node_vmstat_pglazyfreed 36839 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 760126 # HELP node_vmstat_pgmigrate_fail /proc/vmstat information field pgmigrate_fail. # TYPE node_vmstat_pgmigrate_fail untyped node_vmstat_pgmigrate_fail 4.942697e+06 # HELP node_vmstat_pgmigrate_success /proc/vmstat information field pgmigrate_success. # TYPE node_vmstat_pgmigrate_success untyped node_vmstat_pgmigrate_success 5.69481536e+08 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.60101838e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 6.0267091163e+10 # HELP node_vmstat_pgrefill /proc/vmstat information field pgrefill. # TYPE node_vmstat_pgrefill untyped node_vmstat_pgrefill 2.1922723e+07 # HELP node_vmstat_pgreuse /proc/vmstat information field pgreuse. # TYPE node_vmstat_pgreuse untyped node_vmstat_pgreuse 1.1830280516e+10 # HELP node_vmstat_pgrotated /proc/vmstat information field pgrotated. # TYPE node_vmstat_pgrotated untyped node_vmstat_pgrotated 312872 # HELP node_vmstat_pgscan_anon /proc/vmstat information field pgscan_anon. # TYPE node_vmstat_pgscan_anon untyped node_vmstat_pgscan_anon 2.3012001e+07 # HELP node_vmstat_pgscan_direct /proc/vmstat information field pgscan_direct. # TYPE node_vmstat_pgscan_direct untyped node_vmstat_pgscan_direct 1.6358234e+07 # 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_file /proc/vmstat information field pgscan_file. # TYPE node_vmstat_pgscan_file untyped node_vmstat_pgscan_file 3.47864466e+08 # HELP node_vmstat_pgscan_kswapd /proc/vmstat information field pgscan_kswapd. # TYPE node_vmstat_pgscan_kswapd untyped node_vmstat_pgscan_kswapd 3.42622495e+08 # 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_anon /proc/vmstat information field pgsteal_anon. # TYPE node_vmstat_pgsteal_anon untyped node_vmstat_pgsteal_anon 234392 # HELP node_vmstat_pgsteal_direct /proc/vmstat information field pgsteal_direct. # TYPE node_vmstat_pgsteal_direct untyped node_vmstat_pgsteal_direct 1.5181551e+07 # HELP node_vmstat_pgsteal_file /proc/vmstat information field pgsteal_file. # TYPE node_vmstat_pgsteal_file untyped node_vmstat_pgsteal_file 3.45372702e+08 # HELP node_vmstat_pgsteal_kswapd /proc/vmstat information field pgsteal_kswapd. # TYPE node_vmstat_pgsteal_kswapd untyped node_vmstat_pgsteal_kswapd 3.18649437e+08 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 35902 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 234645 # HELP node_vmstat_slabs_scanned /proc/vmstat information field slabs_scanned. # TYPE node_vmstat_slabs_scanned untyped node_vmstat_slabs_scanned 6.9837837e+07 # HELP node_vmstat_swap_ra /proc/vmstat information field swap_ra. # TYPE node_vmstat_swap_ra untyped node_vmstat_swap_ra 22398 # HELP node_vmstat_swap_ra_hit /proc/vmstat information field swap_ra_hit. # TYPE node_vmstat_swap_ra_hit untyped node_vmstat_swap_ra_hit 18448 # 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 67839 # 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 480 # 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 65368 # 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 2.161431e+06 # 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 2479 # HELP node_vmstat_thp_fault_fallback_charge /proc/vmstat information field thp_fault_fallback_charge. # TYPE node_vmstat_thp_fault_fallback_charge untyped node_vmstat_thp_fault_fallback_charge 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_fallback /proc/vmstat information field thp_file_fallback. # TYPE node_vmstat_thp_file_fallback untyped node_vmstat_thp_file_fallback 0 # HELP node_vmstat_thp_file_fallback_charge /proc/vmstat information field thp_file_fallback_charge. # TYPE node_vmstat_thp_file_fallback_charge untyped node_vmstat_thp_file_fallback_charge 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_migration_fail /proc/vmstat information field thp_migration_fail. # TYPE node_vmstat_thp_migration_fail untyped node_vmstat_thp_migration_fail 0 # HELP node_vmstat_thp_migration_split /proc/vmstat information field thp_migration_split. # TYPE node_vmstat_thp_migration_split untyped node_vmstat_thp_migration_split 0 # HELP node_vmstat_thp_migration_success /proc/vmstat information field thp_migration_success. # TYPE node_vmstat_thp_migration_success untyped node_vmstat_thp_migration_success 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 65368 # HELP node_vmstat_thp_split_pud /proc/vmstat information field thp_split_pud. # TYPE node_vmstat_thp_split_pud untyped node_vmstat_thp_split_pud 0 # HELP node_vmstat_thp_swpout /proc/vmstat information field thp_swpout. # TYPE node_vmstat_thp_swpout untyped node_vmstat_thp_swpout 0 # HELP node_vmstat_thp_swpout_fallback /proc/vmstat information field thp_swpout_fallback. # TYPE node_vmstat_thp_swpout_fallback untyped node_vmstat_thp_swpout_fallback 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 2433 # 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 1.355902e+06 # 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 1.273282e+06 # 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 1.263906e+06 # 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 1.263928e+06 # 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 28 # 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 2433 # HELP node_vmstat_workingset_activate_anon /proc/vmstat information field workingset_activate_anon. # TYPE node_vmstat_workingset_activate_anon untyped node_vmstat_workingset_activate_anon 11771 # HELP node_vmstat_workingset_activate_file /proc/vmstat information field workingset_activate_file. # TYPE node_vmstat_workingset_activate_file untyped node_vmstat_workingset_activate_file 1.5925179e+07 # HELP node_vmstat_workingset_nodereclaim /proc/vmstat information field workingset_nodereclaim. # TYPE node_vmstat_workingset_nodereclaim untyped node_vmstat_workingset_nodereclaim 1.813145e+06 # HELP node_vmstat_workingset_nodes /proc/vmstat information field workingset_nodes. # TYPE node_vmstat_workingset_nodes untyped node_vmstat_workingset_nodes 318443 # HELP node_vmstat_workingset_refault_anon /proc/vmstat information field workingset_refault_anon. # TYPE node_vmstat_workingset_refault_anon untyped node_vmstat_workingset_refault_anon 35902 # HELP node_vmstat_workingset_refault_file /proc/vmstat information field workingset_refault_file. # TYPE node_vmstat_workingset_refault_file untyped node_vmstat_workingset_refault_file 2.6992574e+07 # HELP node_vmstat_workingset_restore_anon /proc/vmstat information field workingset_restore_anon. # TYPE node_vmstat_workingset_restore_anon untyped node_vmstat_workingset_restore_anon 408 # HELP node_vmstat_workingset_restore_file /proc/vmstat information field workingset_restore_file. # TYPE node_vmstat_workingset_restore_file untyped node_vmstat_workingset_restore_file 3.427801e+06 # 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 1.23011564e+06 # 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 11 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.163264e+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.69939495041e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.843867648e+09