Skip to content

Instantly share code, notes, and snippets.

@aweiteka
Last active January 10, 2018 14:02
Show Gist options
  • Save aweiteka/f9a451b310b8002e16138e2486233a17 to your computer and use it in GitHub Desktop.
Save aweiteka/f9a451b310b8002e16138e2486233a17 to your computer and use it in GitHub Desktop.
node exporter metrics AWS
$ curl http://172.31.59.87:9100/metrics
# HELP go_gc_duration_seconds A summary of the GC invocation durations.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 5.7344e-05
go_gc_duration_seconds{quantile="0.25"} 0.000151705
go_gc_duration_seconds{quantile="0.5"} 0.000206746
go_gc_duration_seconds{quantile="0.75"} 0.000301577
go_gc_duration_seconds{quantile="1"} 0.079028318
go_gc_duration_seconds_sum 6.089335658
go_gc_duration_seconds_count 1461
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 34
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 2.881152e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 3.10340356e+09
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 1.554863e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 5.1349266e+07
# 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 1.216512e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 2.881152e+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 2.41664e+06
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 4.333568e+06
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 34729
# 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 786432
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 6.750208e+06
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.515592095859357e+09
# HELP go_memstats_lookups_total Total number of pointer lookups.
# TYPE go_memstats_lookups_total counter
go_memstats_lookups_total 74485
# HELP go_memstats_mallocs_total Total number of mallocs.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 5.1383995e+07
# 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 4800
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 16384
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 60800
# 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 81920
# 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 5.099632e+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 905033
# 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 589824
# 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 589824
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 1.1114744e+07
# HELP go_threads Number of OS threads created
# TYPE go_threads gauge
go_threads 10
# 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"} 66745.974
http_request_duration_microseconds{handler="prometheus",quantile="0.9"} 150958.219
http_request_duration_microseconds{handler="prometheus",quantile="0.99"} 150958.219
http_request_duration_microseconds_sum{handler="prometheus"} 7.893847327099994e+07
http_request_duration_microseconds_count{handler="prometheus"} 975
# 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"} 133
http_request_size_bytes{handler="prometheus",quantile="0.9"} 133
http_request_size_bytes{handler="prometheus",quantile="0.99"} 133
http_request_size_bytes_sum{handler="prometheus"} 129675
http_request_size_bytes_count{handler="prometheus"} 975
# HELP http_requests_total Total number of HTTP requests made.
# TYPE http_requests_total counter
http_requests_total{code="200",handler="prometheus",method="get"} 975
# 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"} 21555
http_response_size_bytes{handler="prometheus",quantile="0.9"} 21560
http_response_size_bytes{handler="prometheus",quantile="0.99"} 21560
http_response_size_bytes_sum{handler="prometheus"} 2.0927506e+07
http_response_size_bytes_count{handler="prometheus"} 975
# HELP node_arp_entries ARP entries by device
# TYPE node_arp_entries gauge
node_arp_entries{device="docker0"} 1
node_arp_entries{device="eth0"} 12
node_arp_entries{device="tun0"} 339
# HELP node_boot_time Node boot time, in unixtime.
# TYPE node_boot_time gauge
node_boot_time 1.515099408e+09
# HELP node_context_switches Total number of context switches.
# TYPE node_context_switches counter
node_context_switches 2.927682961e+09
# HELP node_cpu Seconds the cpus spent in each mode.
# TYPE node_cpu counter
node_cpu{cpu="cpu0",mode="guest"} 0
node_cpu{cpu="cpu0",mode="guest_nice"} 0
node_cpu{cpu="cpu0",mode="idle"} 422477.52
node_cpu{cpu="cpu0",mode="iowait"} 272.1
node_cpu{cpu="cpu0",mode="irq"} 0
node_cpu{cpu="cpu0",mode="nice"} 248.6
node_cpu{cpu="cpu0",mode="softirq"} 343.01
node_cpu{cpu="cpu0",mode="steal"} 1181.82
node_cpu{cpu="cpu0",mode="system"} 16762.95
node_cpu{cpu="cpu0",mode="user"} 34061.6
node_cpu{cpu="cpu1",mode="guest"} 0
node_cpu{cpu="cpu1",mode="guest_nice"} 0
node_cpu{cpu="cpu1",mode="idle"} 422430.96
node_cpu{cpu="cpu1",mode="iowait"} 276.22
node_cpu{cpu="cpu1",mode="irq"} 0
node_cpu{cpu="cpu1",mode="nice"} 253.41
node_cpu{cpu="cpu1",mode="softirq"} 316.58
node_cpu{cpu="cpu1",mode="steal"} 1179.68
node_cpu{cpu="cpu1",mode="system"} 16833.52
node_cpu{cpu="cpu1",mode="user"} 34095.92
node_cpu{cpu="cpu2",mode="guest"} 0
node_cpu{cpu="cpu2",mode="guest_nice"} 0
node_cpu{cpu="cpu2",mode="idle"} 427506.19
node_cpu{cpu="cpu2",mode="iowait"} 317.32
node_cpu{cpu="cpu2",mode="irq"} 0
node_cpu{cpu="cpu2",mode="nice"} 465.51
node_cpu{cpu="cpu2",mode="softirq"} 207.72
node_cpu{cpu="cpu2",mode="steal"} 1058.97
node_cpu{cpu="cpu2",mode="system"} 17581.24
node_cpu{cpu="cpu2",mode="user"} 32219.73
node_cpu{cpu="cpu3",mode="guest"} 0
node_cpu{cpu="cpu3",mode="guest_nice"} 0
node_cpu{cpu="cpu3",mode="idle"} 425059.73
node_cpu{cpu="cpu3",mode="iowait"} 272.12
node_cpu{cpu="cpu3",mode="irq"} 0
node_cpu{cpu="cpu3",mode="nice"} 473.88
node_cpu{cpu="cpu3",mode="softirq"} 606.13
node_cpu{cpu="cpu3",mode="steal"} 1125.85
node_cpu{cpu="cpu3",mode="system"} 17976.33
node_cpu{cpu="cpu3",mode="user"} 33290.58
# HELP node_disk_bytes_read The total number of bytes read successfully.
# TYPE node_disk_bytes_read counter
node_disk_bytes_read{device="dm-0"} 1.29523968e+09
node_disk_bytes_read{device="dm-1"} 8.45567488e+09
node_disk_bytes_read{device="dm-2"} 2.27030528e+08
node_disk_bytes_read{device="xvda"} 1.53686528e+09
node_disk_bytes_read{device="xvdb"} 8.458513408e+09
node_disk_bytes_read{device="xvdba"} 5.98016e+06
node_disk_bytes_read{device="xvdbc"} 1.7649664e+07
node_disk_bytes_read{device="xvdbe"} 9.29391616e+08
node_disk_bytes_read{device="xvdbg"} 1.7649664e+07
node_disk_bytes_read{device="xvdbi"} 1.7649664e+07
node_disk_bytes_read{device="xvdbj"} 4.207616e+06
node_disk_bytes_read{device="xvdbk"} 1.7649664e+07
node_disk_bytes_read{device="xvdbm"} 1.7649664e+07
node_disk_bytes_read{device="xvdbn"} 1.7649664e+07
node_disk_bytes_read{device="xvdbo"} 1.7649664e+07
node_disk_bytes_read{device="xvdbr"} 8.4224e+06
node_disk_bytes_read{device="xvdbt"} 1.7649664e+07
node_disk_bytes_read{device="xvdbu"} 1.7649664e+07
node_disk_bytes_read{device="xvdbv"} 1.7649664e+07
node_disk_bytes_read{device="xvdbw"} 1.7649664e+07
node_disk_bytes_read{device="xvdbx"} 5.98016e+06
node_disk_bytes_read{device="xvdby"} 1.7649664e+07
node_disk_bytes_read{device="xvdbz"} 8.40192e+06
node_disk_bytes_read{device="xvdcb"} 1.7649664e+07
node_disk_bytes_read{device="xvdcc"} 2.5138176e+07
node_disk_bytes_read{device="xvdcg"} 7.23997696e+08
node_disk_bytes_read{device="xvdch"} 8.664064e+06
node_disk_bytes_read{device="xvdcj"} 1.7649664e+07
node_disk_bytes_read{device="xvdck"} 1.7649664e+07
node_disk_bytes_read{device="xvdcm"} 8.385536e+06
node_disk_bytes_read{device="xvdco"} 8.385536e+06
node_disk_bytes_read{device="xvdcp"} 2.4019968e+07
node_disk_bytes_read{device="xvdcq"} 8.393728e+06
node_disk_bytes_read{device="xvdcr"} 3.0446592e+07
node_disk_bytes_read{device="xvdct"} 8.07023616e+08
node_disk_bytes_read{device="xvdcv"} 2.4085504e+07
node_disk_bytes_read{device="xvdcx"} 8.414208e+06
node_disk_bytes_read{device="xvdcy"} 1.7649664e+07
node_disk_bytes_read{device="xvdcz"} 1.0568704e+07
# HELP node_disk_bytes_written The total number of bytes written successfully.
# TYPE node_disk_bytes_written counter
node_disk_bytes_written{device="dm-0"} 2.39432704e+08
node_disk_bytes_written{device="dm-1"} 2.8519744e+10
node_disk_bytes_written{device="dm-2"} 1.3367612416e+10
node_disk_bytes_written{device="xvda"} 1.3626320896e+10
node_disk_bytes_written{device="xvdb"} 2.8519744e+10
node_disk_bytes_written{device="xvdba"} 0
node_disk_bytes_written{device="xvdbc"} 0
node_disk_bytes_written{device="xvdbe"} 4.883984384e+09
node_disk_bytes_written{device="xvdbg"} 0
node_disk_bytes_written{device="xvdbi"} 0
node_disk_bytes_written{device="xvdbj"} 1.96804608e+08
node_disk_bytes_written{device="xvdbk"} 0
node_disk_bytes_written{device="xvdbm"} 0
node_disk_bytes_written{device="xvdbn"} 0
node_disk_bytes_written{device="xvdbo"} 0
node_disk_bytes_written{device="xvdbr"} 114688
node_disk_bytes_written{device="xvdbt"} 0
node_disk_bytes_written{device="xvdbu"} 0
node_disk_bytes_written{device="xvdbv"} 0
node_disk_bytes_written{device="xvdbw"} 0
node_disk_bytes_written{device="xvdbx"} 0
node_disk_bytes_written{device="xvdby"} 0
node_disk_bytes_written{device="xvdbz"} 114688
node_disk_bytes_written{device="xvdcb"} 0
node_disk_bytes_written{device="xvdcc"} 1.33361664e+08
node_disk_bytes_written{device="xvdcg"} 4.4307456e+09
node_disk_bytes_written{device="xvdch"} 110592
node_disk_bytes_written{device="xvdcj"} 0
node_disk_bytes_written{device="xvdck"} 0
node_disk_bytes_written{device="xvdcm"} 114688
node_disk_bytes_written{device="xvdco"} 114688
node_disk_bytes_written{device="xvdcp"} 1.3412352e+08
node_disk_bytes_written{device="xvdcq"} 200704
node_disk_bytes_written{device="xvdcr"} 1.3704310784e+10
node_disk_bytes_written{device="xvdct"} 4.836237312e+09
node_disk_bytes_written{device="xvdcv"} 1.34586368e+08
node_disk_bytes_written{device="xvdcx"} 114688
node_disk_bytes_written{device="xvdcy"} 0
node_disk_bytes_written{device="xvdcz"} 1.963528192e+09
# HELP node_disk_io_now The number of I/Os currently in progress.
# TYPE node_disk_io_now gauge
node_disk_io_now{device="dm-0"} 0
node_disk_io_now{device="dm-1"} 0
node_disk_io_now{device="dm-2"} 0
node_disk_io_now{device="xvda"} 0
node_disk_io_now{device="xvdb"} 0
node_disk_io_now{device="xvdba"} 0
node_disk_io_now{device="xvdbc"} 0
node_disk_io_now{device="xvdbe"} 0
node_disk_io_now{device="xvdbg"} 0
node_disk_io_now{device="xvdbi"} 0
node_disk_io_now{device="xvdbj"} 0
node_disk_io_now{device="xvdbk"} 0
node_disk_io_now{device="xvdbm"} 0
node_disk_io_now{device="xvdbn"} 0
node_disk_io_now{device="xvdbo"} 0
node_disk_io_now{device="xvdbr"} 0
node_disk_io_now{device="xvdbt"} 0
node_disk_io_now{device="xvdbu"} 0
node_disk_io_now{device="xvdbv"} 0
node_disk_io_now{device="xvdbw"} 0
node_disk_io_now{device="xvdbx"} 0
node_disk_io_now{device="xvdby"} 0
node_disk_io_now{device="xvdbz"} 0
node_disk_io_now{device="xvdcb"} 0
node_disk_io_now{device="xvdcc"} 0
node_disk_io_now{device="xvdcg"} 0
node_disk_io_now{device="xvdch"} 0
node_disk_io_now{device="xvdcj"} 0
node_disk_io_now{device="xvdck"} 0
node_disk_io_now{device="xvdcm"} 0
node_disk_io_now{device="xvdco"} 0
node_disk_io_now{device="xvdcp"} 0
node_disk_io_now{device="xvdcq"} 0
node_disk_io_now{device="xvdcr"} 0
node_disk_io_now{device="xvdct"} 0
node_disk_io_now{device="xvdcv"} 0
node_disk_io_now{device="xvdcx"} 0
node_disk_io_now{device="xvdcy"} 0
node_disk_io_now{device="xvdcz"} 0
# HELP node_disk_io_time_ms Total Milliseconds spent doing I/Os.
# TYPE node_disk_io_time_ms counter
node_disk_io_time_ms{device="dm-0"} 26962
node_disk_io_time_ms{device="dm-1"} 392787
node_disk_io_time_ms{device="dm-2"} 208481
node_disk_io_time_ms{device="xvda"} 233658
node_disk_io_time_ms{device="xvdb"} 393128
node_disk_io_time_ms{device="xvdba"} 245
node_disk_io_time_ms{device="xvdbc"} 314
node_disk_io_time_ms{device="xvdbe"} 128429
node_disk_io_time_ms{device="xvdbg"} 304
node_disk_io_time_ms{device="xvdbi"} 352
node_disk_io_time_ms{device="xvdbj"} 1992
node_disk_io_time_ms{device="xvdbk"} 280
node_disk_io_time_ms{device="xvdbm"} 286
node_disk_io_time_ms{device="xvdbn"} 366
node_disk_io_time_ms{device="xvdbo"} 297
node_disk_io_time_ms{device="xvdbr"} 407
node_disk_io_time_ms{device="xvdbt"} 260
node_disk_io_time_ms{device="xvdbu"} 379
node_disk_io_time_ms{device="xvdbv"} 414
node_disk_io_time_ms{device="xvdbw"} 285
node_disk_io_time_ms{device="xvdbx"} 182
node_disk_io_time_ms{device="xvdby"} 279
node_disk_io_time_ms{device="xvdbz"} 525
node_disk_io_time_ms{device="xvdcb"} 276
node_disk_io_time_ms{device="xvdcc"} 1100
node_disk_io_time_ms{device="xvdcg"} 200166
node_disk_io_time_ms{device="xvdch"} 291
node_disk_io_time_ms{device="xvdcj"} 281
node_disk_io_time_ms{device="xvdck"} 284
node_disk_io_time_ms{device="xvdcm"} 349
node_disk_io_time_ms{device="xvdco"} 331
node_disk_io_time_ms{device="xvdcp"} 2168
node_disk_io_time_ms{device="xvdcq"} 385
node_disk_io_time_ms{device="xvdcr"} 790838
node_disk_io_time_ms{device="xvdct"} 122965
node_disk_io_time_ms{device="xvdcv"} 1957
node_disk_io_time_ms{device="xvdcx"} 357
node_disk_io_time_ms{device="xvdcy"} 293
node_disk_io_time_ms{device="xvdcz"} 132095
# HELP node_disk_io_time_weighted The weighted # of milliseconds spent doing I/Os. See https://www.kernel.org/doc/Documentation/iostats.txt.
# TYPE node_disk_io_time_weighted counter
node_disk_io_time_weighted{device="dm-0"} 204914
node_disk_io_time_weighted{device="dm-1"} 3.7611299e+07
node_disk_io_time_weighted{device="dm-2"} 9.757209e+06
node_disk_io_time_weighted{device="xvda"} 9.677316e+06
node_disk_io_time_weighted{device="xvdb"} 1.9047166e+07
node_disk_io_time_weighted{device="xvdba"} 312
node_disk_io_time_weighted{device="xvdbc"} 445
node_disk_io_time_weighted{device="xvdbe"} 1.550358e+06
node_disk_io_time_weighted{device="xvdbg"} 414
node_disk_io_time_weighted{device="xvdbi"} 477
node_disk_io_time_weighted{device="xvdbj"} 118897
node_disk_io_time_weighted{device="xvdbk"} 391
node_disk_io_time_weighted{device="xvdbm"} 418
node_disk_io_time_weighted{device="xvdbn"} 544
node_disk_io_time_weighted{device="xvdbo"} 431
node_disk_io_time_weighted{device="xvdbr"} 475
node_disk_io_time_weighted{device="xvdbt"} 368
node_disk_io_time_weighted{device="xvdbu"} 540
node_disk_io_time_weighted{device="xvdbv"} 566
node_disk_io_time_weighted{device="xvdbw"} 398
node_disk_io_time_weighted{device="xvdbx"} 256
node_disk_io_time_weighted{device="xvdby"} 422
node_disk_io_time_weighted{device="xvdbz"} 591
node_disk_io_time_weighted{device="xvdcb"} 415
node_disk_io_time_weighted{device="xvdcc"} 18602
node_disk_io_time_weighted{device="xvdcg"} 2.009295e+06
node_disk_io_time_weighted{device="xvdch"} 341
node_disk_io_time_weighted{device="xvdcj"} 401
node_disk_io_time_weighted{device="xvdck"} 426
node_disk_io_time_weighted{device="xvdcm"} 392
node_disk_io_time_weighted{device="xvdco"} 418
node_disk_io_time_weighted{device="xvdcp"} 33655
node_disk_io_time_weighted{device="xvdcq"} 445
node_disk_io_time_weighted{device="xvdcr"} 956649
node_disk_io_time_weighted{device="xvdct"} 1.522865e+06
node_disk_io_time_weighted{device="xvdcv"} 19658
node_disk_io_time_weighted{device="xvdcx"} 428
node_disk_io_time_weighted{device="xvdcy"} 433
node_disk_io_time_weighted{device="xvdcz"} 247761
# HELP node_disk_read_time_ms The total number of milliseconds spent by all reads.
# TYPE node_disk_read_time_ms counter
node_disk_read_time_ms{device="dm-0"} 162566
node_disk_read_time_ms{device="dm-1"} 359335
node_disk_read_time_ms{device="dm-2"} 11319
node_disk_read_time_ms{device="xvda"} 174359
node_disk_read_time_ms{device="xvdb"} 359391
node_disk_read_time_ms{device="xvdba"} 312
node_disk_read_time_ms{device="xvdbc"} 447
node_disk_read_time_ms{device="xvdbe"} 27758
node_disk_read_time_ms{device="xvdbg"} 414
node_disk_read_time_ms{device="xvdbi"} 477
node_disk_read_time_ms{device="xvdbj"} 140
node_disk_read_time_ms{device="xvdbk"} 391
node_disk_read_time_ms{device="xvdbm"} 418
node_disk_read_time_ms{device="xvdbn"} 544
node_disk_read_time_ms{device="xvdbo"} 431
node_disk_read_time_ms{device="xvdbr"} 320
node_disk_read_time_ms{device="xvdbt"} 368
node_disk_read_time_ms{device="xvdbu"} 540
node_disk_read_time_ms{device="xvdbv"} 567
node_disk_read_time_ms{device="xvdbw"} 398
node_disk_read_time_ms{device="xvdbx"} 256
node_disk_read_time_ms{device="xvdby"} 422
node_disk_read_time_ms{device="xvdbz"} 284
node_disk_read_time_ms{device="xvdcb"} 415
node_disk_read_time_ms{device="xvdcc"} 943
node_disk_read_time_ms{device="xvdcg"} 24496
node_disk_read_time_ms{device="xvdch"} 249
node_disk_read_time_ms{device="xvdcj"} 401
node_disk_read_time_ms{device="xvdck"} 426
node_disk_read_time_ms{device="xvdcm"} 223
node_disk_read_time_ms{device="xvdco"} 326
node_disk_read_time_ms{device="xvdcp"} 627
node_disk_read_time_ms{device="xvdcq"} 270
node_disk_read_time_ms{device="xvdcr"} 1230
node_disk_read_time_ms{device="xvdct"} 21344
node_disk_read_time_ms{device="xvdcv"} 715
node_disk_read_time_ms{device="xvdcx"} 336
node_disk_read_time_ms{device="xvdcy"} 433
node_disk_read_time_ms{device="xvdcz"} 1059
# HELP node_disk_reads_completed The total number of reads completed successfully.
# TYPE node_disk_reads_completed counter
node_disk_reads_completed{device="dm-0"} 44958
node_disk_reads_completed{device="dm-1"} 221916
node_disk_reads_completed{device="dm-2"} 7176
node_disk_reads_completed{device="xvda"} 52658
node_disk_reads_completed{device="xvdb"} 222040
node_disk_reads_completed{device="xvdba"} 500
node_disk_reads_completed{device="xvdbc"} 969
node_disk_reads_completed{device="xvdbe"} 27553
node_disk_reads_completed{device="xvdbg"} 968
node_disk_reads_completed{device="xvdbi"} 968
node_disk_reads_completed{device="xvdbj"} 284
node_disk_reads_completed{device="xvdbk"} 968
node_disk_reads_completed{device="xvdbm"} 968
node_disk_reads_completed{device="xvdbn"} 968
node_disk_reads_completed{device="xvdbo"} 968
node_disk_reads_completed{device="xvdbr"} 599
node_disk_reads_completed{device="xvdbt"} 969
node_disk_reads_completed{device="xvdbu"} 968
node_disk_reads_completed{device="xvdbv"} 968
node_disk_reads_completed{device="xvdbw"} 968
node_disk_reads_completed{device="xvdbx"} 499
node_disk_reads_completed{device="xvdby"} 968
node_disk_reads_completed{device="xvdbz"} 600
node_disk_reads_completed{device="xvdcb"} 968
node_disk_reads_completed{device="xvdcc"} 1019
node_disk_reads_completed{device="xvdcg"} 23056
node_disk_reads_completed{device="xvdch"} 591
node_disk_reads_completed{device="xvdcj"} 968
node_disk_reads_completed{device="xvdck"} 968
node_disk_reads_completed{device="xvdcm"} 598
node_disk_reads_completed{device="xvdco"} 598
node_disk_reads_completed{device="xvdcp"} 1011
node_disk_reads_completed{device="xvdcq"} 611
node_disk_reads_completed{device="xvdcr"} 1053
node_disk_reads_completed{device="xvdct"} 24913
node_disk_reads_completed{device="xvdcv"} 1005
node_disk_reads_completed{device="xvdcx"} 599
node_disk_reads_completed{device="xvdcy"} 968
node_disk_reads_completed{device="xvdcz"} 760
# HELP node_disk_reads_merged The total number of reads merged. See https://www.kernel.org/doc/Documentation/iostats.txt.
# TYPE node_disk_reads_merged counter
node_disk_reads_merged{device="dm-0"} 0
node_disk_reads_merged{device="dm-1"} 0
node_disk_reads_merged{device="dm-2"} 0
node_disk_reads_merged{device="xvda"} 22
node_disk_reads_merged{device="xvdb"} 27
node_disk_reads_merged{device="xvdba"} 0
node_disk_reads_merged{device="xvdbc"} 0
node_disk_reads_merged{device="xvdbe"} 2
node_disk_reads_merged{device="xvdbg"} 0
node_disk_reads_merged{device="xvdbi"} 0
node_disk_reads_merged{device="xvdbj"} 0
node_disk_reads_merged{device="xvdbk"} 0
node_disk_reads_merged{device="xvdbm"} 0
node_disk_reads_merged{device="xvdbn"} 0
node_disk_reads_merged{device="xvdbo"} 0
node_disk_reads_merged{device="xvdbr"} 0
node_disk_reads_merged{device="xvdbt"} 0
node_disk_reads_merged{device="xvdbu"} 0
node_disk_reads_merged{device="xvdbv"} 0
node_disk_reads_merged{device="xvdbw"} 0
node_disk_reads_merged{device="xvdbx"} 0
node_disk_reads_merged{device="xvdby"} 0
node_disk_reads_merged{device="xvdbz"} 0
node_disk_reads_merged{device="xvdcb"} 0
node_disk_reads_merged{device="xvdcc"} 0
node_disk_reads_merged{device="xvdcg"} 3
node_disk_reads_merged{device="xvdch"} 0
node_disk_reads_merged{device="xvdcj"} 0
node_disk_reads_merged{device="xvdck"} 0
node_disk_reads_merged{device="xvdcm"} 0
node_disk_reads_merged{device="xvdco"} 0
node_disk_reads_merged{device="xvdcp"} 0
node_disk_reads_merged{device="xvdcq"} 0
node_disk_reads_merged{device="xvdcr"} 0
node_disk_reads_merged{device="xvdct"} 2
node_disk_reads_merged{device="xvdcv"} 0
node_disk_reads_merged{device="xvdcx"} 0
node_disk_reads_merged{device="xvdcy"} 0
node_disk_reads_merged{device="xvdcz"} 0
# HELP node_disk_sectors_read The total number of sectors read successfully.
# TYPE node_disk_sectors_read counter
node_disk_sectors_read{device="dm-0"} 2.529765e+06
node_disk_sectors_read{device="dm-1"} 1.651499e+07
node_disk_sectors_read{device="dm-2"} 443419
node_disk_sectors_read{device="xvda"} 3.00169e+06
node_disk_sectors_read{device="xvdb"} 1.6520534e+07
node_disk_sectors_read{device="xvdba"} 11680
node_disk_sectors_read{device="xvdbc"} 34472
node_disk_sectors_read{device="xvdbe"} 1.815218e+06
node_disk_sectors_read{device="xvdbg"} 34472
node_disk_sectors_read{device="xvdbi"} 34472
node_disk_sectors_read{device="xvdbj"} 8218
node_disk_sectors_read{device="xvdbk"} 34472
node_disk_sectors_read{device="xvdbm"} 34472
node_disk_sectors_read{device="xvdbn"} 34472
node_disk_sectors_read{device="xvdbo"} 34472
node_disk_sectors_read{device="xvdbr"} 16450
node_disk_sectors_read{device="xvdbt"} 34472
node_disk_sectors_read{device="xvdbu"} 34472
node_disk_sectors_read{device="xvdbv"} 34472
node_disk_sectors_read{device="xvdbw"} 34472
node_disk_sectors_read{device="xvdbx"} 11680
node_disk_sectors_read{device="xvdby"} 34472
node_disk_sectors_read{device="xvdbz"} 16410
node_disk_sectors_read{device="xvdcb"} 34472
node_disk_sectors_read{device="xvdcc"} 49098
node_disk_sectors_read{device="xvdcg"} 1.414058e+06
node_disk_sectors_read{device="xvdch"} 16922
node_disk_sectors_read{device="xvdcj"} 34472
node_disk_sectors_read{device="xvdck"} 34472
node_disk_sectors_read{device="xvdcm"} 16378
node_disk_sectors_read{device="xvdco"} 16378
node_disk_sectors_read{device="xvdcp"} 46914
node_disk_sectors_read{device="xvdcq"} 16394
node_disk_sectors_read{device="xvdcr"} 59466
node_disk_sectors_read{device="xvdct"} 1.576218e+06
node_disk_sectors_read{device="xvdcv"} 47042
node_disk_sectors_read{device="xvdcx"} 16434
node_disk_sectors_read{device="xvdcy"} 34472
node_disk_sectors_read{device="xvdcz"} 20642
# HELP node_disk_sectors_written The total number of sectors written successfully.
# TYPE node_disk_sectors_written counter
node_disk_sectors_written{device="dm-0"} 467642
node_disk_sectors_written{device="dm-1"} 5.5702625e+07
node_disk_sectors_written{device="dm-2"} 2.6108618e+07
node_disk_sectors_written{device="xvda"} 2.6613908e+07
node_disk_sectors_written{device="xvdb"} 5.5702625e+07
node_disk_sectors_written{device="xvdba"} 0
node_disk_sectors_written{device="xvdbc"} 0
node_disk_sectors_written{device="xvdbe"} 9.539032e+06
node_disk_sectors_written{device="xvdbg"} 0
node_disk_sectors_written{device="xvdbi"} 0
node_disk_sectors_written{device="xvdbj"} 384384
node_disk_sectors_written{device="xvdbk"} 0
node_disk_sectors_written{device="xvdbm"} 0
node_disk_sectors_written{device="xvdbn"} 0
node_disk_sectors_written{device="xvdbo"} 0
node_disk_sectors_written{device="xvdbr"} 224
node_disk_sectors_written{device="xvdbt"} 0
node_disk_sectors_written{device="xvdbu"} 0
node_disk_sectors_written{device="xvdbv"} 0
node_disk_sectors_written{device="xvdbw"} 0
node_disk_sectors_written{device="xvdbx"} 0
node_disk_sectors_written{device="xvdby"} 0
node_disk_sectors_written{device="xvdbz"} 224
node_disk_sectors_written{device="xvdcb"} 0
node_disk_sectors_written{device="xvdcc"} 260472
node_disk_sectors_written{device="xvdcg"} 8.6538e+06
node_disk_sectors_written{device="xvdch"} 216
node_disk_sectors_written{device="xvdcj"} 0
node_disk_sectors_written{device="xvdck"} 0
node_disk_sectors_written{device="xvdcm"} 224
node_disk_sectors_written{device="xvdco"} 224
node_disk_sectors_written{device="xvdcp"} 261960
node_disk_sectors_written{device="xvdcq"} 392
node_disk_sectors_written{device="xvdcr"} 2.6766232e+07
node_disk_sectors_written{device="xvdct"} 9.445776e+06
node_disk_sectors_written{device="xvdcv"} 262864
node_disk_sectors_written{device="xvdcx"} 224
node_disk_sectors_written{device="xvdcy"} 0
node_disk_sectors_written{device="xvdcz"} 3.835016e+06
# HELP node_disk_write_time_ms This is the total number of milliseconds spent by all writes.
# TYPE node_disk_write_time_ms counter
node_disk_write_time_ms{device="dm-0"} 42347
node_disk_write_time_ms{device="dm-1"} 3.7250792e+07
node_disk_write_time_ms{device="dm-2"} 9.745888e+06
node_disk_write_time_ms{device="xvda"} 9.503178e+06
node_disk_write_time_ms{device="xvdb"} 1.8688312e+07
node_disk_write_time_ms{device="xvdba"} 0
node_disk_write_time_ms{device="xvdbc"} 0
node_disk_write_time_ms{device="xvdbe"} 1.522222e+06
node_disk_write_time_ms{device="xvdbg"} 0
node_disk_write_time_ms{device="xvdbi"} 0
node_disk_write_time_ms{device="xvdbj"} 118747
node_disk_write_time_ms{device="xvdbk"} 0
node_disk_write_time_ms{device="xvdbm"} 0
node_disk_write_time_ms{device="xvdbn"} 0
node_disk_write_time_ms{device="xvdbo"} 0
node_disk_write_time_ms{device="xvdbr"} 155
node_disk_write_time_ms{device="xvdbt"} 0
node_disk_write_time_ms{device="xvdbu"} 0
node_disk_write_time_ms{device="xvdbv"} 0
node_disk_write_time_ms{device="xvdbw"} 0
node_disk_write_time_ms{device="xvdbx"} 0
node_disk_write_time_ms{device="xvdby"} 0
node_disk_write_time_ms{device="xvdbz"} 307
node_disk_write_time_ms{device="xvdcb"} 0
node_disk_write_time_ms{device="xvdcc"} 17663
node_disk_write_time_ms{device="xvdcg"} 1.984456e+06
node_disk_write_time_ms{device="xvdch"} 93
node_disk_write_time_ms{device="xvdcj"} 0
node_disk_write_time_ms{device="xvdck"} 0
node_disk_write_time_ms{device="xvdcm"} 169
node_disk_write_time_ms{device="xvdco"} 91
node_disk_write_time_ms{device="xvdcp"} 33033
node_disk_write_time_ms{device="xvdcq"} 175
node_disk_write_time_ms{device="xvdcr"} 955887
node_disk_write_time_ms{device="xvdct"} 1.501486e+06
node_disk_write_time_ms{device="xvdcv"} 18946
node_disk_write_time_ms{device="xvdcx"} 94
node_disk_write_time_ms{device="xvdcy"} 0
node_disk_write_time_ms{device="xvdcz"} 246792
# HELP node_disk_writes_completed The total number of writes completed successfully.
# TYPE node_disk_writes_completed counter
node_disk_writes_completed{device="dm-0"} 30553
node_disk_writes_completed{device="dm-1"} 1.256656e+06
node_disk_writes_completed{device="dm-2"} 482378
node_disk_writes_completed{device="xvda"} 478268
node_disk_writes_completed{device="xvdb"} 966020
node_disk_writes_completed{device="xvdba"} 0
node_disk_writes_completed{device="xvdbc"} 0
node_disk_writes_completed{device="xvdbe"} 262253
node_disk_writes_completed{device="xvdbg"} 0
node_disk_writes_completed{device="xvdbi"} 0
node_disk_writes_completed{device="xvdbj"} 2356
node_disk_writes_completed{device="xvdbk"} 0
node_disk_writes_completed{device="xvdbm"} 0
node_disk_writes_completed{device="xvdbn"} 0
node_disk_writes_completed{device="xvdbo"} 0
node_disk_writes_completed{device="xvdbr"} 22
node_disk_writes_completed{device="xvdbt"} 0
node_disk_writes_completed{device="xvdbu"} 0
node_disk_writes_completed{device="xvdbv"} 0
node_disk_writes_completed{device="xvdbw"} 0
node_disk_writes_completed{device="xvdbx"} 0
node_disk_writes_completed{device="xvdby"} 0
node_disk_writes_completed{device="xvdbz"} 22
node_disk_writes_completed{device="xvdcb"} 0
node_disk_writes_completed{device="xvdcc"} 1359
node_disk_writes_completed{device="xvdcg"} 248928
node_disk_writes_completed{device="xvdch"} 21
node_disk_writes_completed{device="xvdcj"} 0
node_disk_writes_completed{device="xvdck"} 0
node_disk_writes_completed{device="xvdcm"} 22
node_disk_writes_completed{device="xvdco"} 22
node_disk_writes_completed{device="xvdcp"} 1383
node_disk_writes_completed{device="xvdcq"} 21
node_disk_writes_completed{device="xvdcr"} 1.211089e+06
node_disk_writes_completed{device="xvdct"} 258327
node_disk_writes_completed{device="xvdcv"} 1392
node_disk_writes_completed{device="xvdcx"} 22
node_disk_writes_completed{device="xvdcy"} 0
node_disk_writes_completed{device="xvdcz"} 280704
# HELP node_disk_writes_merged The number of writes merged. See https://www.kernel.org/doc/Documentation/iostats.txt.
# TYPE node_disk_writes_merged counter
node_disk_writes_merged{device="dm-0"} 0
node_disk_writes_merged{device="dm-1"} 0
node_disk_writes_merged{device="dm-2"} 0
node_disk_writes_merged{device="xvda"} 34846
node_disk_writes_merged{device="xvdb"} 290634
node_disk_writes_merged{device="xvdba"} 0
node_disk_writes_merged{device="xvdbc"} 0
node_disk_writes_merged{device="xvdbe"} 432830
node_disk_writes_merged{device="xvdbg"} 0
node_disk_writes_merged{device="xvdbi"} 0
node_disk_writes_merged{device="xvdbj"} 6085
node_disk_writes_merged{device="xvdbk"} 0
node_disk_writes_merged{device="xvdbm"} 0
node_disk_writes_merged{device="xvdbn"} 0
node_disk_writes_merged{device="xvdbo"} 0
node_disk_writes_merged{device="xvdbr"} 6
node_disk_writes_merged{device="xvdbt"} 0
node_disk_writes_merged{device="xvdbu"} 0
node_disk_writes_merged{device="xvdbv"} 0
node_disk_writes_merged{device="xvdbw"} 0
node_disk_writes_merged{device="xvdbx"} 0
node_disk_writes_merged{device="xvdby"} 0
node_disk_writes_merged{device="xvdbz"} 6
node_disk_writes_merged{device="xvdcb"} 0
node_disk_writes_merged{device="xvdcc"} 612
node_disk_writes_merged{device="xvdcg"} 431966
node_disk_writes_merged{device="xvdch"} 6
node_disk_writes_merged{device="xvdcj"} 0
node_disk_writes_merged{device="xvdck"} 0
node_disk_writes_merged{device="xvdcm"} 6
node_disk_writes_merged{device="xvdco"} 6
node_disk_writes_merged{device="xvdcp"} 640
node_disk_writes_merged{device="xvdcq"} 27
node_disk_writes_merged{device="xvdcr"} 400428
node_disk_writes_merged{device="xvdct"} 420790
node_disk_writes_merged{device="xvdcv"} 611
node_disk_writes_merged{device="xvdcx"} 6
node_disk_writes_merged{device="xvdcy"} 0
node_disk_writes_merged{device="xvdcz"} 198297
# HELP node_entropy_available_bits Bits of available entropy.
# TYPE node_entropy_available_bits gauge
node_entropy_available_bits 3910
# 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="master",goversion="go1.8.3",revision="abb58a31e238c85c392ba5f9cb4a04a70badb8ce",version="0.14.0"} 1
# HELP node_filefd_allocated File descriptor statistics: allocated.
# TYPE node_filefd_allocated gauge
node_filefd_allocated 9888
# HELP node_filefd_maximum File descriptor statistics: maximum.
# TYPE node_filefd_maximum gauge
node_filefd_maximum 1.607544e+06
# HELP node_filesystem_avail Filesystem space available to non-root users in bytes.
# TYPE node_filesystem_avail gauge
node_filesystem_avail{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/hostname"} 1.79246682112e+11
node_filesystem_avail{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/hosts"} 1.79246682112e+11
node_filesystem_avail{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/resolv.conf"} 1.79246682112e+11
node_filesystem_avail{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/run/secrets"} 1.79246682112e+11
node_filesystem_avail{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/blkio"} 0
node_filesystem_avail{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/cpu,cpuacct"} 0
node_filesystem_avail{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/cpuset"} 0
node_filesystem_avail{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/devices"} 0
node_filesystem_avail{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/freezer"} 0
node_filesystem_avail{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/hugetlb"} 0
node_filesystem_avail{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/memory"} 0
node_filesystem_avail{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/net_cls,net_prio"} 0
node_filesystem_avail{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/perf_event"} 0
node_filesystem_avail{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/pids"} 0
node_filesystem_avail{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/systemd"} 0
node_filesystem_avail{device="configfs",fstype="configfs",mountpoint="/host/sys/kernel/config"} 0
node_filesystem_avail{device="debugfs",fstype="debugfs",mountpoint="/host/sys/kernel/debug"} 0
node_filesystem_avail{device="nfsd",fstype="nfsd",mountpoint="/host/proc/fs/nfsd"} 0
node_filesystem_avail{device="overlay",fstype="overlay",mountpoint="/"} 3.22121728e+09
node_filesystem_avail{device="proc",fstype="proc",mountpoint="/host/proc"} 0
node_filesystem_avail{device="pstore",fstype="pstore",mountpoint="/host/sys/fs/pstore"} 0
node_filesystem_avail{device="rootfs",fstype="rootfs",mountpoint="/"} 3.22121728e+09
node_filesystem_avail{device="securityfs",fstype="securityfs",mountpoint="/host/sys/kernel/security"} 0
node_filesystem_avail{device="selinuxfs",fstype="selinuxfs",mountpoint="/host/sys/fs/selinux"} 0
node_filesystem_avail{device="tmpfs",fstype="tmpfs",mountpoint="/host/sys/fs/cgroup"} 8.32847872e+09
node_filesystem_avail{device="tmpfs",fstype="tmpfs",mountpoint="/run/secrets/kubernetes.io/serviceaccount"} 8.328462336e+09
# 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/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/hostname"} 0
node_filesystem_device_error{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/hosts"} 0
node_filesystem_device_error{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/resolv.conf"} 0
node_filesystem_device_error{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/run/secrets"} 0
node_filesystem_device_error{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/blkio"} 0
node_filesystem_device_error{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/cpu,cpuacct"} 0
node_filesystem_device_error{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/cpuset"} 0
node_filesystem_device_error{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/devices"} 0
node_filesystem_device_error{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/freezer"} 0
node_filesystem_device_error{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/hugetlb"} 0
node_filesystem_device_error{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/memory"} 0
node_filesystem_device_error{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/net_cls,net_prio"} 0
node_filesystem_device_error{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/perf_event"} 0
node_filesystem_device_error{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/pids"} 0
node_filesystem_device_error{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/systemd"} 0
node_filesystem_device_error{device="configfs",fstype="configfs",mountpoint="/host/sys/kernel/config"} 0
node_filesystem_device_error{device="debugfs",fstype="debugfs",mountpoint="/host/sys/kernel/debug"} 0
node_filesystem_device_error{device="nfsd",fstype="nfsd",mountpoint="/host/proc/fs/nfsd"} 0
node_filesystem_device_error{device="overlay",fstype="overlay",mountpoint="/"} 0
node_filesystem_device_error{device="proc",fstype="proc",mountpoint="/host/proc"} 0
node_filesystem_device_error{device="pstore",fstype="pstore",mountpoint="/host/sys/fs/pstore"} 0
node_filesystem_device_error{device="rootfs",fstype="rootfs",mountpoint="/"} 0
node_filesystem_device_error{device="securityfs",fstype="securityfs",mountpoint="/host/sys/kernel/security"} 0
node_filesystem_device_error{device="selinuxfs",fstype="selinuxfs",mountpoint="/host/sys/fs/selinux"} 0
node_filesystem_device_error{device="tmpfs",fstype="tmpfs",mountpoint="/host/sys/fs/cgroup"} 0
node_filesystem_device_error{device="tmpfs",fstype="tmpfs",mountpoint="/run/secrets/kubernetes.io/serviceaccount"} 0
# HELP node_filesystem_files Filesystem total file nodes.
# TYPE node_filesystem_files gauge
node_filesystem_files{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/hostname"} 1.04855552e+08
node_filesystem_files{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/hosts"} 1.04855552e+08
node_filesystem_files{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/resolv.conf"} 1.04855552e+08
node_filesystem_files{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/run/secrets"} 1.04855552e+08
node_filesystem_files{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/blkio"} 0
node_filesystem_files{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/cpu,cpuacct"} 0
node_filesystem_files{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/cpuset"} 0
node_filesystem_files{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/devices"} 0
node_filesystem_files{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/freezer"} 0
node_filesystem_files{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/hugetlb"} 0
node_filesystem_files{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/memory"} 0
node_filesystem_files{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/net_cls,net_prio"} 0
node_filesystem_files{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/perf_event"} 0
node_filesystem_files{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/pids"} 0
node_filesystem_files{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/systemd"} 0
node_filesystem_files{device="configfs",fstype="configfs",mountpoint="/host/sys/kernel/config"} 0
node_filesystem_files{device="debugfs",fstype="debugfs",mountpoint="/host/sys/kernel/debug"} 0
node_filesystem_files{device="nfsd",fstype="nfsd",mountpoint="/host/proc/fs/nfsd"} 0
node_filesystem_files{device="overlay",fstype="overlay",mountpoint="/"} 1.04855552e+08
node_filesystem_files{device="proc",fstype="proc",mountpoint="/host/proc"} 0
node_filesystem_files{device="pstore",fstype="pstore",mountpoint="/host/sys/fs/pstore"} 0
node_filesystem_files{device="rootfs",fstype="rootfs",mountpoint="/"} 1.04855552e+08
node_filesystem_files{device="securityfs",fstype="securityfs",mountpoint="/host/sys/kernel/security"} 0
node_filesystem_files{device="selinuxfs",fstype="selinuxfs",mountpoint="/host/sys/fs/selinux"} 0
node_filesystem_files{device="tmpfs",fstype="tmpfs",mountpoint="/host/sys/fs/cgroup"} 2.03332e+06
node_filesystem_files{device="tmpfs",fstype="tmpfs",mountpoint="/run/secrets/kubernetes.io/serviceaccount"} 2.03332e+06
# HELP node_filesystem_files_free Filesystem total free file nodes.
# TYPE node_filesystem_files_free gauge
node_filesystem_files_free{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/hostname"} 1.03971082e+08
node_filesystem_files_free{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/hosts"} 1.03971082e+08
node_filesystem_files_free{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/resolv.conf"} 1.03971082e+08
node_filesystem_files_free{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/run/secrets"} 1.03971082e+08
node_filesystem_files_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/blkio"} 0
node_filesystem_files_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/cpu,cpuacct"} 0
node_filesystem_files_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/cpuset"} 0
node_filesystem_files_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/devices"} 0
node_filesystem_files_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/freezer"} 0
node_filesystem_files_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/hugetlb"} 0
node_filesystem_files_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/memory"} 0
node_filesystem_files_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/net_cls,net_prio"} 0
node_filesystem_files_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/perf_event"} 0
node_filesystem_files_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/pids"} 0
node_filesystem_files_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/systemd"} 0
node_filesystem_files_free{device="configfs",fstype="configfs",mountpoint="/host/sys/kernel/config"} 0
node_filesystem_files_free{device="debugfs",fstype="debugfs",mountpoint="/host/sys/kernel/debug"} 0
node_filesystem_files_free{device="nfsd",fstype="nfsd",mountpoint="/host/proc/fs/nfsd"} 0
node_filesystem_files_free{device="overlay",fstype="overlay",mountpoint="/"} 1.03971082e+08
node_filesystem_files_free{device="proc",fstype="proc",mountpoint="/host/proc"} 0
node_filesystem_files_free{device="pstore",fstype="pstore",mountpoint="/host/sys/fs/pstore"} 0
node_filesystem_files_free{device="rootfs",fstype="rootfs",mountpoint="/"} 1.03971082e+08
node_filesystem_files_free{device="securityfs",fstype="securityfs",mountpoint="/host/sys/kernel/security"} 0
node_filesystem_files_free{device="selinuxfs",fstype="selinuxfs",mountpoint="/host/sys/fs/selinux"} 0
node_filesystem_files_free{device="tmpfs",fstype="tmpfs",mountpoint="/host/sys/fs/cgroup"} 2.033304e+06
node_filesystem_files_free{device="tmpfs",fstype="tmpfs",mountpoint="/run/secrets/kubernetes.io/serviceaccount"} 2.033309e+06
# HELP node_filesystem_free Filesystem free space in bytes.
# TYPE node_filesystem_free gauge
node_filesystem_free{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/hostname"} 1.79246682112e+11
node_filesystem_free{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/hosts"} 1.79246682112e+11
node_filesystem_free{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/resolv.conf"} 1.79246682112e+11
node_filesystem_free{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/run/secrets"} 1.79246682112e+11
node_filesystem_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/blkio"} 0
node_filesystem_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/cpu,cpuacct"} 0
node_filesystem_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/cpuset"} 0
node_filesystem_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/devices"} 0
node_filesystem_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/freezer"} 0
node_filesystem_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/hugetlb"} 0
node_filesystem_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/memory"} 0
node_filesystem_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/net_cls,net_prio"} 0
node_filesystem_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/perf_event"} 0
node_filesystem_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/pids"} 0
node_filesystem_free{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/systemd"} 0
node_filesystem_free{device="configfs",fstype="configfs",mountpoint="/host/sys/kernel/config"} 0
node_filesystem_free{device="debugfs",fstype="debugfs",mountpoint="/host/sys/kernel/debug"} 0
node_filesystem_free{device="nfsd",fstype="nfsd",mountpoint="/host/proc/fs/nfsd"} 0
node_filesystem_free{device="overlay",fstype="overlay",mountpoint="/"} 3.22121728e+09
node_filesystem_free{device="proc",fstype="proc",mountpoint="/host/proc"} 0
node_filesystem_free{device="pstore",fstype="pstore",mountpoint="/host/sys/fs/pstore"} 0
node_filesystem_free{device="rootfs",fstype="rootfs",mountpoint="/"} 3.22121728e+09
node_filesystem_free{device="securityfs",fstype="securityfs",mountpoint="/host/sys/kernel/security"} 0
node_filesystem_free{device="selinuxfs",fstype="selinuxfs",mountpoint="/host/sys/fs/selinux"} 0
node_filesystem_free{device="tmpfs",fstype="tmpfs",mountpoint="/host/sys/fs/cgroup"} 8.32847872e+09
node_filesystem_free{device="tmpfs",fstype="tmpfs",mountpoint="/run/secrets/kubernetes.io/serviceaccount"} 8.328462336e+09
# HELP node_filesystem_readonly Filesystem read-only status.
# TYPE node_filesystem_readonly gauge
node_filesystem_readonly{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/hostname"} 0
node_filesystem_readonly{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/hosts"} 0
node_filesystem_readonly{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/resolv.conf"} 0
node_filesystem_readonly{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/run/secrets"} 0
node_filesystem_readonly{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/blkio"} 0
node_filesystem_readonly{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/cpu,cpuacct"} 0
node_filesystem_readonly{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/cpuset"} 0
node_filesystem_readonly{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/devices"} 0
node_filesystem_readonly{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/freezer"} 0
node_filesystem_readonly{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/hugetlb"} 0
node_filesystem_readonly{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/memory"} 0
node_filesystem_readonly{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/net_cls,net_prio"} 0
node_filesystem_readonly{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/perf_event"} 0
node_filesystem_readonly{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/pids"} 0
node_filesystem_readonly{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/systemd"} 0
node_filesystem_readonly{device="configfs",fstype="configfs",mountpoint="/host/sys/kernel/config"} 0
node_filesystem_readonly{device="debugfs",fstype="debugfs",mountpoint="/host/sys/kernel/debug"} 0
node_filesystem_readonly{device="nfsd",fstype="nfsd",mountpoint="/host/proc/fs/nfsd"} 0
node_filesystem_readonly{device="overlay",fstype="overlay",mountpoint="/"} 0
node_filesystem_readonly{device="proc",fstype="proc",mountpoint="/host/proc"} 1
node_filesystem_readonly{device="pstore",fstype="pstore",mountpoint="/host/sys/fs/pstore"} 0
node_filesystem_readonly{device="rootfs",fstype="rootfs",mountpoint="/"} 0
node_filesystem_readonly{device="securityfs",fstype="securityfs",mountpoint="/host/sys/kernel/security"} 0
node_filesystem_readonly{device="selinuxfs",fstype="selinuxfs",mountpoint="/host/sys/fs/selinux"} 0
node_filesystem_readonly{device="tmpfs",fstype="tmpfs",mountpoint="/host/sys/fs/cgroup"} 1
node_filesystem_readonly{device="tmpfs",fstype="tmpfs",mountpoint="/run/secrets/kubernetes.io/serviceaccount"} 1
# HELP node_filesystem_size Filesystem size in bytes.
# TYPE node_filesystem_size gauge
node_filesystem_size{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/hostname"} 2.14639316992e+11
node_filesystem_size{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/hosts"} 2.14639316992e+11
node_filesystem_size{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/etc/resolv.conf"} 2.14639316992e+11
node_filesystem_size{device="/dev/mapper/docker_vg-docker--root--lv",fstype="xfs",mountpoint="/run/secrets"} 2.14639316992e+11
node_filesystem_size{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/blkio"} 0
node_filesystem_size{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/cpu,cpuacct"} 0
node_filesystem_size{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/cpuset"} 0
node_filesystem_size{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/devices"} 0
node_filesystem_size{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/freezer"} 0
node_filesystem_size{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/hugetlb"} 0
node_filesystem_size{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/memory"} 0
node_filesystem_size{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/net_cls,net_prio"} 0
node_filesystem_size{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/perf_event"} 0
node_filesystem_size{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/pids"} 0
node_filesystem_size{device="cgroup",fstype="cgroup",mountpoint="/host/sys/fs/cgroup/systemd"} 0
node_filesystem_size{device="configfs",fstype="configfs",mountpoint="/host/sys/kernel/config"} 0
node_filesystem_size{device="debugfs",fstype="debugfs",mountpoint="/host/sys/kernel/debug"} 0
node_filesystem_size{device="nfsd",fstype="nfsd",mountpoint="/host/proc/fs/nfsd"} 0
node_filesystem_size{device="overlay",fstype="overlay",mountpoint="/"} 3.221225472e+09
node_filesystem_size{device="proc",fstype="proc",mountpoint="/host/proc"} 0
node_filesystem_size{device="pstore",fstype="pstore",mountpoint="/host/sys/fs/pstore"} 0
node_filesystem_size{device="rootfs",fstype="rootfs",mountpoint="/"} 3.221225472e+09
node_filesystem_size{device="securityfs",fstype="securityfs",mountpoint="/host/sys/kernel/security"} 0
node_filesystem_size{device="selinuxfs",fstype="selinuxfs",mountpoint="/host/sys/fs/selinux"} 0
node_filesystem_size{device="tmpfs",fstype="tmpfs",mountpoint="/host/sys/fs/cgroup"} 8.32847872e+09
node_filesystem_size{device="tmpfs",fstype="tmpfs",mountpoint="/run/secrets/kubernetes.io/serviceaccount"} 8.32847872e+09
# HELP node_forks Total number of forks.
# TYPE node_forks counter
node_forks 1.2698604e+07
# HELP node_intr Total number of interrupts serviced.
# TYPE node_intr counter
node_intr 2.971973376e+09
# HELP node_load1 1m load average.
# TYPE node_load1 gauge
node_load1 0.88
# HELP node_load15 15m load average.
# TYPE node_load15 gauge
node_load15 1.2
# HELP node_load5 5m load average.
# TYPE node_load5 gauge
node_load5 1.07
# HELP node_memory_Active Memory information field Active.
# TYPE node_memory_Active gauge
node_memory_Active 9.724289024e+09
# HELP node_memory_Active_anon Memory information field Active_anon.
# TYPE node_memory_Active_anon gauge
node_memory_Active_anon 4.904574976e+09
# HELP node_memory_Active_file Memory information field Active_file.
# TYPE node_memory_Active_file gauge
node_memory_Active_file 4.819714048e+09
# HELP node_memory_AnonHugePages Memory information field AnonHugePages.
# TYPE node_memory_AnonHugePages gauge
node_memory_AnonHugePages 1.392508928e+09
# HELP node_memory_AnonPages Memory information field AnonPages.
# TYPE node_memory_AnonPages gauge
node_memory_AnonPages 4.458610688e+09
# 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.32079616e+08
# HELP node_memory_Cached Memory information field Cached.
# TYPE node_memory_Cached gauge
node_memory_Cached 9.412214784e+09
# HELP node_memory_CommitLimit Memory information field CommitLimit.
# TYPE node_memory_CommitLimit gauge
node_memory_CommitLimit 8.32847872e+09
# HELP node_memory_Committed_AS Memory information field Committed_AS.
# TYPE node_memory_Committed_AS gauge
node_memory_Committed_AS 2.0848443392e+10
# HELP node_memory_DirectMap1G Memory information field DirectMap1G.
# TYPE node_memory_DirectMap1G gauge
node_memory_DirectMap1G 3.221225472e+09
# HELP node_memory_DirectMap2M Memory information field DirectMap2M.
# TYPE node_memory_DirectMap2M gauge
node_memory_DirectMap2M 1.3616807936e+10
# HELP node_memory_DirectMap4k Memory information field DirectMap4k.
# TYPE node_memory_DirectMap4k gauge
node_memory_DirectMap4k 3.41835776e+08
# HELP node_memory_Dirty Memory information field Dirty.
# TYPE node_memory_Dirty gauge
node_memory_Dirty 286720
# HELP node_memory_HardwareCorrupted Memory information field HardwareCorrupted.
# TYPE node_memory_HardwareCorrupted gauge
node_memory_HardwareCorrupted 0
# HELP node_memory_HugePages_Free Memory information field HugePages_Free.
# TYPE node_memory_HugePages_Free gauge
node_memory_HugePages_Free 0
# HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd.
# TYPE node_memory_HugePages_Rsvd gauge
node_memory_HugePages_Rsvd 0
# HELP node_memory_HugePages_Surp Memory information field HugePages_Surp.
# TYPE node_memory_HugePages_Surp gauge
node_memory_HugePages_Surp 0
# HELP node_memory_HugePages_Total Memory information field HugePages_Total.
# TYPE node_memory_HugePages_Total gauge
node_memory_HugePages_Total 0
# HELP node_memory_Hugepagesize Memory information field Hugepagesize.
# TYPE node_memory_Hugepagesize gauge
node_memory_Hugepagesize 2.097152e+06
# HELP node_memory_Inactive Memory information field Inactive.
# TYPE node_memory_Inactive gauge
node_memory_Inactive 4.217786368e+09
# HELP node_memory_Inactive_anon Memory information field Inactive_anon.
# TYPE node_memory_Inactive_anon gauge
node_memory_Inactive_anon 3.59645184e+08
# HELP node_memory_Inactive_file Memory information field Inactive_file.
# TYPE node_memory_Inactive_file gauge
node_memory_Inactive_file 3.858141184e+09
# HELP node_memory_KernelStack Memory information field KernelStack.
# TYPE node_memory_KernelStack gauge
node_memory_KernelStack 3.792896e+07
# HELP node_memory_Mapped Memory information field Mapped.
# TYPE node_memory_Mapped gauge
node_memory_Mapped 3.1367168e+08
# HELP node_memory_MemAvailable Memory information field MemAvailable.
# TYPE node_memory_MemAvailable gauge
node_memory_MemAvailable 1.0023084032e+10
# HELP node_memory_MemFree Memory information field MemFree.
# TYPE node_memory_MemFree gauge
node_memory_MemFree 5.78535424e+08
# HELP node_memory_MemTotal Memory information field MemTotal.
# TYPE node_memory_MemTotal gauge
node_memory_MemTotal 1.6656961536e+10
# HELP node_memory_Mlocked Memory information field Mlocked.
# TYPE node_memory_Mlocked gauge
node_memory_Mlocked 6.0821504e+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 7.14752e+07
# HELP node_memory_SReclaimable Memory information field SReclaimable.
# TYPE node_memory_SReclaimable gauge
node_memory_SReclaimable 1.109999616e+09
# HELP node_memory_SUnreclaim Memory information field SUnreclaim.
# TYPE node_memory_SUnreclaim gauge
node_memory_SUnreclaim 5.35371776e+08
# HELP node_memory_Shmem Memory information field Shmem.
# TYPE node_memory_Shmem gauge
node_memory_Shmem 8.5495808e+08
# HELP node_memory_Slab Memory information field Slab.
# TYPE node_memory_Slab gauge
node_memory_Slab 1.645371392e+09
# HELP node_memory_SwapCached Memory information field SwapCached.
# TYPE node_memory_SwapCached gauge
node_memory_SwapCached 0
# HELP node_memory_SwapFree Memory information field SwapFree.
# TYPE node_memory_SwapFree gauge
node_memory_SwapFree 0
# HELP node_memory_SwapTotal Memory information field SwapTotal.
# TYPE node_memory_SwapTotal gauge
node_memory_SwapTotal 0
# HELP node_memory_Unevictable Memory information field Unevictable.
# TYPE node_memory_Unevictable gauge
node_memory_Unevictable 6.0821504e+07
# HELP node_memory_VmallocChunk Memory information field VmallocChunk.
# TYPE node_memory_VmallocChunk gauge
node_memory_VmallocChunk 3.5184253853696e+13
# 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 4.6649344e+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 0
# HELP node_netstat_Icmp6_InEchoReplies Statistic Icmp6InEchoReplies.
# TYPE node_netstat_Icmp6_InEchoReplies untyped
node_netstat_Icmp6_InEchoReplies 0
# HELP node_netstat_Icmp6_InEchos Statistic Icmp6InEchos.
# TYPE node_netstat_Icmp6_InEchos untyped
node_netstat_Icmp6_InEchos 0
# HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors.
# TYPE node_netstat_Icmp6_InErrors untyped
node_netstat_Icmp6_InErrors 0
# 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 0
# HELP node_netstat_Icmp6_InNeighborAdvertisements Statistic Icmp6InNeighborAdvertisements.
# TYPE node_netstat_Icmp6_InNeighborAdvertisements untyped
node_netstat_Icmp6_InNeighborAdvertisements 0
# HELP node_netstat_Icmp6_InNeighborSolicits Statistic Icmp6InNeighborSolicits.
# TYPE node_netstat_Icmp6_InNeighborSolicits untyped
node_netstat_Icmp6_InNeighborSolicits 0
# 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 0
# HELP node_netstat_Icmp6_InTimeExcds Statistic Icmp6InTimeExcds.
# TYPE node_netstat_Icmp6_InTimeExcds untyped
node_netstat_Icmp6_InTimeExcds 0
# HELP node_netstat_Icmp6_OutDestUnreachs Statistic Icmp6OutDestUnreachs.
# TYPE node_netstat_Icmp6_OutDestUnreachs untyped
node_netstat_Icmp6_OutDestUnreachs 0
# HELP node_netstat_Icmp6_OutEchoReplies Statistic Icmp6OutEchoReplies.
# TYPE node_netstat_Icmp6_OutEchoReplies untyped
node_netstat_Icmp6_OutEchoReplies 0
# HELP node_netstat_Icmp6_OutEchos Statistic Icmp6OutEchos.
# TYPE node_netstat_Icmp6_OutEchos untyped
node_netstat_Icmp6_OutEchos 0
# HELP node_netstat_Icmp6_OutErrors Statistic Icmp6OutErrors.
# TYPE node_netstat_Icmp6_OutErrors untyped
node_netstat_Icmp6_OutErrors 0
# HELP node_netstat_Icmp6_OutGroupMembQueries Statistic Icmp6OutGroupMembQueries.
# TYPE node_netstat_Icmp6_OutGroupMembQueries untyped
node_netstat_Icmp6_OutGroupMembQueries 0
# HELP node_netstat_Icmp6_OutGroupMembReductions Statistic Icmp6OutGroupMembReductions.
# TYPE node_netstat_Icmp6_OutGroupMembReductions untyped
node_netstat_Icmp6_OutGroupMembReductions 0
# HELP node_netstat_Icmp6_OutGroupMembResponses Statistic Icmp6OutGroupMembResponses.
# TYPE node_netstat_Icmp6_OutGroupMembResponses untyped
node_netstat_Icmp6_OutGroupMembResponses 0
# HELP node_netstat_Icmp6_OutMLDv2Reports Statistic Icmp6OutMLDv2Reports.
# TYPE node_netstat_Icmp6_OutMLDv2Reports untyped
node_netstat_Icmp6_OutMLDv2Reports 1266
# HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs.
# TYPE node_netstat_Icmp6_OutMsgs untyped
node_netstat_Icmp6_OutMsgs 1506
# HELP node_netstat_Icmp6_OutNeighborAdvertisements Statistic Icmp6OutNeighborAdvertisements.
# TYPE node_netstat_Icmp6_OutNeighborAdvertisements untyped
node_netstat_Icmp6_OutNeighborAdvertisements 0
# HELP node_netstat_Icmp6_OutNeighborSolicits Statistic Icmp6OutNeighborSolicits.
# TYPE node_netstat_Icmp6_OutNeighborSolicits untyped
node_netstat_Icmp6_OutNeighborSolicits 223
# 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 17
# HELP node_netstat_Icmp6_OutTimeExcds Statistic Icmp6OutTimeExcds.
# TYPE node_netstat_Icmp6_OutTimeExcds untyped
node_netstat_Icmp6_OutTimeExcds 0
# HELP node_netstat_Icmp6_OutType133 Statistic Icmp6OutType133.
# TYPE node_netstat_Icmp6_OutType133 untyped
node_netstat_Icmp6_OutType133 17
# HELP node_netstat_Icmp6_OutType135 Statistic Icmp6OutType135.
# TYPE node_netstat_Icmp6_OutType135 untyped
node_netstat_Icmp6_OutType135 223
# HELP node_netstat_Icmp6_OutType143 Statistic Icmp6OutType143.
# TYPE node_netstat_Icmp6_OutType143 untyped
node_netstat_Icmp6_OutType143 1266
# HELP node_netstat_IcmpMsg_InType3 Statistic IcmpMsgInType3.
# TYPE node_netstat_IcmpMsg_InType3 untyped
node_netstat_IcmpMsg_InType3 133
# HELP node_netstat_IcmpMsg_OutType3 Statistic IcmpMsgOutType3.
# TYPE node_netstat_IcmpMsg_OutType3 untyped
node_netstat_IcmpMsg_OutType3 873560
# HELP node_netstat_IcmpMsg_OutType5 Statistic IcmpMsgOutType5.
# TYPE node_netstat_IcmpMsg_OutType5 untyped
node_netstat_IcmpMsg_OutType5 84620
# 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 0
# HELP node_netstat_Icmp_InCsumErrors Statistic IcmpInCsumErrors.
# TYPE node_netstat_Icmp_InCsumErrors untyped
node_netstat_Icmp_InCsumErrors 0
# HELP node_netstat_Icmp_InDestUnreachs Statistic IcmpInDestUnreachs.
# TYPE node_netstat_Icmp_InDestUnreachs untyped
node_netstat_Icmp_InDestUnreachs 133
# HELP node_netstat_Icmp_InEchoReps Statistic IcmpInEchoReps.
# TYPE node_netstat_Icmp_InEchoReps untyped
node_netstat_Icmp_InEchoReps 0
# HELP node_netstat_Icmp_InEchos Statistic IcmpInEchos.
# TYPE node_netstat_Icmp_InEchos untyped
node_netstat_Icmp_InEchos 0
# HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors.
# TYPE node_netstat_Icmp_InErrors untyped
node_netstat_Icmp_InErrors 11
# HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs.
# TYPE node_netstat_Icmp_InMsgs untyped
node_netstat_Icmp_InMsgs 133
# 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 0
# 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 0
# HELP node_netstat_Icmp_InTimestampReps Statistic IcmpInTimestampReps.
# TYPE node_netstat_Icmp_InTimestampReps untyped
node_netstat_Icmp_InTimestampReps 0
# HELP node_netstat_Icmp_InTimestamps Statistic IcmpInTimestamps.
# TYPE node_netstat_Icmp_InTimestamps untyped
node_netstat_Icmp_InTimestamps 0
# 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 873560
# HELP node_netstat_Icmp_OutEchoReps Statistic IcmpOutEchoReps.
# TYPE node_netstat_Icmp_OutEchoReps untyped
node_netstat_Icmp_OutEchoReps 0
# HELP node_netstat_Icmp_OutEchos Statistic IcmpOutEchos.
# TYPE node_netstat_Icmp_OutEchos untyped
node_netstat_Icmp_OutEchos 0
# HELP node_netstat_Icmp_OutErrors Statistic IcmpOutErrors.
# TYPE node_netstat_Icmp_OutErrors untyped
node_netstat_Icmp_OutErrors 0
# HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs.
# TYPE node_netstat_Icmp_OutMsgs untyped
node_netstat_Icmp_OutMsgs 958180
# 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 84620
# HELP node_netstat_Icmp_OutSrcQuenchs Statistic IcmpOutSrcQuenchs.
# TYPE node_netstat_Icmp_OutSrcQuenchs untyped
node_netstat_Icmp_OutSrcQuenchs 0
# HELP node_netstat_Icmp_OutTimeExcds Statistic IcmpOutTimeExcds.
# TYPE node_netstat_Icmp_OutTimeExcds untyped
node_netstat_Icmp_OutTimeExcds 0
# HELP node_netstat_Icmp_OutTimestampReps Statistic IcmpOutTimestampReps.
# TYPE node_netstat_Icmp_OutTimestampReps untyped
node_netstat_Icmp_OutTimestampReps 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 0
# 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 0
# HELP node_netstat_Ip6_InDelivers Statistic Ip6InDelivers.
# TYPE node_netstat_Ip6_InDelivers untyped
node_netstat_Ip6_InDelivers 2
# HELP node_netstat_Ip6_InDiscards Statistic Ip6InDiscards.
# TYPE node_netstat_Ip6_InDiscards untyped
node_netstat_Ip6_InDiscards 8
# HELP node_netstat_Ip6_InECT0Pkts Statistic Ip6InECT0Pkts.
# TYPE node_netstat_Ip6_InECT0Pkts untyped
node_netstat_Ip6_InECT0Pkts 0
# HELP node_netstat_Ip6_InECT1Pkts Statistic Ip6InECT1Pkts.
# TYPE node_netstat_Ip6_InECT1Pkts untyped
node_netstat_Ip6_InECT1Pkts 0
# HELP node_netstat_Ip6_InHdrErrors Statistic Ip6InHdrErrors.
# TYPE node_netstat_Ip6_InHdrErrors untyped
node_netstat_Ip6_InHdrErrors 0
# HELP node_netstat_Ip6_InMcastOctets Statistic Ip6InMcastOctets.
# TYPE node_netstat_Ip6_InMcastOctets untyped
node_netstat_Ip6_InMcastOctets 264304
# HELP node_netstat_Ip6_InMcastPkts Statistic Ip6InMcastPkts.
# TYPE node_netstat_Ip6_InMcastPkts untyped
node_netstat_Ip6_InMcastPkts 3620
# HELP node_netstat_Ip6_InNoECTPkts Statistic Ip6InNoECTPkts.
# TYPE node_netstat_Ip6_InNoECTPkts untyped
node_netstat_Ip6_InNoECTPkts 3625
# HELP node_netstat_Ip6_InNoRoutes Statistic Ip6InNoRoutes.
# TYPE node_netstat_Ip6_InNoRoutes untyped
node_netstat_Ip6_InNoRoutes 3
# HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets.
# TYPE node_netstat_Ip6_InOctets untyped
node_netstat_Ip6_InOctets 265268
# HELP node_netstat_Ip6_InReceives Statistic Ip6InReceives.
# TYPE node_netstat_Ip6_InReceives untyped
node_netstat_Ip6_InReceives 3633
# 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 21
# HELP node_netstat_Ip6_OutForwDatagrams Statistic Ip6OutForwDatagrams.
# TYPE node_netstat_Ip6_OutForwDatagrams untyped
node_netstat_Ip6_OutForwDatagrams 0
# HELP node_netstat_Ip6_OutMcastOctets Statistic Ip6OutMcastOctets.
# TYPE node_netstat_Ip6_OutMcastOctets untyped
node_netstat_Ip6_OutMcastOctets 210092
# HELP node_netstat_Ip6_OutMcastPkts Statistic Ip6OutMcastPkts.
# TYPE node_netstat_Ip6_OutMcastPkts untyped
node_netstat_Ip6_OutMcastPkts 2808
# HELP node_netstat_Ip6_OutNoRoutes Statistic Ip6OutNoRoutes.
# TYPE node_netstat_Ip6_OutNoRoutes untyped
node_netstat_Ip6_OutNoRoutes 96
# HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets.
# TYPE node_netstat_Ip6_OutOctets untyped
node_netstat_Ip6_OutOctets 114320
# HELP node_netstat_Ip6_OutRequests Statistic Ip6OutRequests.
# TYPE node_netstat_Ip6_OutRequests untyped
node_netstat_Ip6_OutRequests 1548
# 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 0
# HELP node_netstat_IpExt_InBcastPkts Statistic IpExtInBcastPkts.
# TYPE node_netstat_IpExt_InBcastPkts untyped
node_netstat_IpExt_InBcastPkts 0
# HELP node_netstat_IpExt_InCEPkts Statistic IpExtInCEPkts.
# TYPE node_netstat_IpExt_InCEPkts untyped
node_netstat_IpExt_InCEPkts 207
# 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 160
# HELP node_netstat_IpExt_InECT1Pkts Statistic IpExtInECT1Pkts.
# TYPE node_netstat_IpExt_InECT1Pkts untyped
node_netstat_IpExt_InECT1Pkts 0
# 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 6.4271555e+07
# HELP node_netstat_IpExt_InNoRoutes Statistic IpExtInNoRoutes.
# TYPE node_netstat_IpExt_InNoRoutes untyped
node_netstat_IpExt_InNoRoutes 17
# HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets.
# TYPE node_netstat_IpExt_InOctets untyped
node_netstat_IpExt_InOctets 3.0768939244e+10
# 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 0
# HELP node_netstat_IpExt_OutMcastPkts Statistic IpExtOutMcastPkts.
# TYPE node_netstat_IpExt_OutMcastPkts untyped
node_netstat_IpExt_OutMcastPkts 0
# HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets.
# TYPE node_netstat_IpExt_OutOctets untyped
node_netstat_IpExt_OutOctets 4.7305240597e+10
# 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 3.7865203e+07
# 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 0
# 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 0
# 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 2.1917973e+07
# 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 0
# HELP node_netstat_Ip_InReceives Statistic IpInReceives.
# TYPE node_netstat_Ip_InReceives untyped
node_netstat_Ip_InReceives 5.9786034e+07
# HELP node_netstat_Ip_InUnknownProtos Statistic IpInUnknownProtos.
# TYPE node_netstat_Ip_InUnknownProtos untyped
node_netstat_Ip_InUnknownProtos 0
# HELP node_netstat_Ip_OutDiscards Statistic IpOutDiscards.
# TYPE node_netstat_Ip_OutDiscards untyped
node_netstat_Ip_OutDiscards 88809
# HELP node_netstat_Ip_OutNoRoutes Statistic IpOutNoRoutes.
# TYPE node_netstat_Ip_OutNoRoutes untyped
node_netstat_Ip_OutNoRoutes 0
# HELP node_netstat_Ip_OutRequests Statistic IpOutRequests.
# TYPE node_netstat_Ip_OutRequests untyped
node_netstat_Ip_OutRequests 6.1961775e+07
# HELP node_netstat_Ip_ReasmFails Statistic IpReasmFails.
# TYPE node_netstat_Ip_ReasmFails untyped
node_netstat_Ip_ReasmFails 0
# HELP node_netstat_Ip_ReasmOKs Statistic IpReasmOKs.
# TYPE node_netstat_Ip_ReasmOKs untyped
node_netstat_Ip_ReasmOKs 0
# HELP node_netstat_Ip_ReasmReqds Statistic IpReasmReqds.
# TYPE node_netstat_Ip_ReasmReqds untyped
node_netstat_Ip_ReasmReqds 0
# HELP node_netstat_Ip_ReasmTimeout Statistic IpReasmTimeout.
# TYPE node_netstat_Ip_ReasmTimeout untyped
node_netstat_Ip_ReasmTimeout 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 52
# HELP node_netstat_TcpExt_DelayedACKLost Statistic TcpExtDelayedACKLost.
# TYPE node_netstat_TcpExt_DelayedACKLost untyped
node_netstat_TcpExt_DelayedACKLost 2276
# HELP node_netstat_TcpExt_DelayedACKs Statistic TcpExtDelayedACKs.
# TYPE node_netstat_TcpExt_DelayedACKs untyped
node_netstat_TcpExt_DelayedACKs 65304
# HELP node_netstat_TcpExt_EmbryonicRsts Statistic TcpExtEmbryonicRsts.
# TYPE node_netstat_TcpExt_EmbryonicRsts untyped
node_netstat_TcpExt_EmbryonicRsts 450
# HELP node_netstat_TcpExt_IPReversePathFilter Statistic TcpExtIPReversePathFilter.
# TYPE node_netstat_TcpExt_IPReversePathFilter untyped
node_netstat_TcpExt_IPReversePathFilter 0
# HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops.
# TYPE node_netstat_TcpExt_ListenDrops untyped
node_netstat_TcpExt_ListenDrops 0
# HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows.
# TYPE node_netstat_TcpExt_ListenOverflows untyped
node_netstat_TcpExt_ListenOverflows 0
# HELP node_netstat_TcpExt_LockDroppedIcmps Statistic TcpExtLockDroppedIcmps.
# TYPE node_netstat_TcpExt_LockDroppedIcmps untyped
node_netstat_TcpExt_LockDroppedIcmps 0
# HELP node_netstat_TcpExt_OfoPruned Statistic TcpExtOfoPruned.
# TYPE node_netstat_TcpExt_OfoPruned untyped
node_netstat_TcpExt_OfoPruned 0
# HELP node_netstat_TcpExt_OutOfWindowIcmps Statistic TcpExtOutOfWindowIcmps.
# TYPE node_netstat_TcpExt_OutOfWindowIcmps untyped
node_netstat_TcpExt_OutOfWindowIcmps 0
# 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 1
# HELP node_netstat_TcpExt_PAWSPassive Statistic TcpExtPAWSPassive.
# TYPE node_netstat_TcpExt_PAWSPassive untyped
node_netstat_TcpExt_PAWSPassive 0
# HELP node_netstat_TcpExt_PruneCalled Statistic TcpExtPruneCalled.
# TYPE node_netstat_TcpExt_PruneCalled untyped
node_netstat_TcpExt_PruneCalled 4373
# 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 239
# HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv.
# TYPE node_netstat_TcpExt_SyncookiesRecv untyped
node_netstat_TcpExt_SyncookiesRecv 0
# HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent.
# TYPE node_netstat_TcpExt_SyncookiesSent untyped
node_netstat_TcpExt_SyncookiesSent 0
# HELP node_netstat_TcpExt_TCPACKSkippedChallenge Statistic TcpExtTCPACKSkippedChallenge.
# TYPE node_netstat_TcpExt_TCPACKSkippedChallenge untyped
node_netstat_TcpExt_TCPACKSkippedChallenge 0
# HELP node_netstat_TcpExt_TCPACKSkippedFinWait2 Statistic TcpExtTCPACKSkippedFinWait2.
# TYPE node_netstat_TcpExt_TCPACKSkippedFinWait2 untyped
node_netstat_TcpExt_TCPACKSkippedFinWait2 0
# HELP node_netstat_TcpExt_TCPACKSkippedPAWS Statistic TcpExtTCPACKSkippedPAWS.
# TYPE node_netstat_TcpExt_TCPACKSkippedPAWS untyped
node_netstat_TcpExt_TCPACKSkippedPAWS 0
# HELP node_netstat_TcpExt_TCPACKSkippedSeq Statistic TcpExtTCPACKSkippedSeq.
# TYPE node_netstat_TcpExt_TCPACKSkippedSeq untyped
node_netstat_TcpExt_TCPACKSkippedSeq 2
# HELP node_netstat_TcpExt_TCPACKSkippedSynRecv Statistic TcpExtTCPACKSkippedSynRecv.
# TYPE node_netstat_TcpExt_TCPACKSkippedSynRecv untyped
node_netstat_TcpExt_TCPACKSkippedSynRecv 0
# HELP node_netstat_TcpExt_TCPACKSkippedTimeWait Statistic TcpExtTCPACKSkippedTimeWait.
# TYPE node_netstat_TcpExt_TCPACKSkippedTimeWait untyped
node_netstat_TcpExt_TCPACKSkippedTimeWait 0
# 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 127695
# HELP node_netstat_TcpExt_TCPAbortOnData Statistic TcpExtTCPAbortOnData.
# TYPE node_netstat_TcpExt_TCPAbortOnData untyped
node_netstat_TcpExt_TCPAbortOnData 38350
# 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 4
# HELP node_netstat_TcpExt_TCPAutoCorking Statistic TcpExtTCPAutoCorking.
# TYPE node_netstat_TcpExt_TCPAutoCorking untyped
node_netstat_TcpExt_TCPAutoCorking 393469
# HELP node_netstat_TcpExt_TCPBacklogDrop Statistic TcpExtTCPBacklogDrop.
# TYPE node_netstat_TcpExt_TCPBacklogDrop untyped
node_netstat_TcpExt_TCPBacklogDrop 281
# HELP node_netstat_TcpExt_TCPChallengeACK Statistic TcpExtTCPChallengeACK.
# TYPE node_netstat_TcpExt_TCPChallengeACK untyped
node_netstat_TcpExt_TCPChallengeACK 6
# HELP node_netstat_TcpExt_TCPDSACKIgnoredNoUndo Statistic TcpExtTCPDSACKIgnoredNoUndo.
# TYPE node_netstat_TcpExt_TCPDSACKIgnoredNoUndo untyped
node_netstat_TcpExt_TCPDSACKIgnoredNoUndo 776
# HELP node_netstat_TcpExt_TCPDSACKIgnoredOld Statistic TcpExtTCPDSACKIgnoredOld.
# TYPE node_netstat_TcpExt_TCPDSACKIgnoredOld untyped
node_netstat_TcpExt_TCPDSACKIgnoredOld 0
# HELP node_netstat_TcpExt_TCPDSACKOfoRecv Statistic TcpExtTCPDSACKOfoRecv.
# TYPE node_netstat_TcpExt_TCPDSACKOfoRecv untyped
node_netstat_TcpExt_TCPDSACKOfoRecv 0
# HELP node_netstat_TcpExt_TCPDSACKOfoSent Statistic TcpExtTCPDSACKOfoSent.
# TYPE node_netstat_TcpExt_TCPDSACKOfoSent untyped
node_netstat_TcpExt_TCPDSACKOfoSent 0
# HELP node_netstat_TcpExt_TCPDSACKOldSent Statistic TcpExtTCPDSACKOldSent.
# TYPE node_netstat_TcpExt_TCPDSACKOldSent untyped
node_netstat_TcpExt_TCPDSACKOldSent 2278
# HELP node_netstat_TcpExt_TCPDSACKRecv Statistic TcpExtTCPDSACKRecv.
# TYPE node_netstat_TcpExt_TCPDSACKRecv untyped
node_netstat_TcpExt_TCPDSACKRecv 899
# HELP node_netstat_TcpExt_TCPDSACKUndo Statistic TcpExtTCPDSACKUndo.
# TYPE node_netstat_TcpExt_TCPDSACKUndo untyped
node_netstat_TcpExt_TCPDSACKUndo 2
# HELP node_netstat_TcpExt_TCPDeferAcceptDrop Statistic TcpExtTCPDeferAcceptDrop.
# TYPE node_netstat_TcpExt_TCPDeferAcceptDrop untyped
node_netstat_TcpExt_TCPDeferAcceptDrop 0
# HELP node_netstat_TcpExt_TCPDirectCopyFromBacklog Statistic TcpExtTCPDirectCopyFromBacklog.
# TYPE node_netstat_TcpExt_TCPDirectCopyFromBacklog untyped
node_netstat_TcpExt_TCPDirectCopyFromBacklog 22924
# HELP node_netstat_TcpExt_TCPDirectCopyFromPrequeue Statistic TcpExtTCPDirectCopyFromPrequeue.
# TYPE node_netstat_TcpExt_TCPDirectCopyFromPrequeue untyped
node_netstat_TcpExt_TCPDirectCopyFromPrequeue 4777
# HELP node_netstat_TcpExt_TCPFACKReorder Statistic TcpExtTCPFACKReorder.
# TYPE node_netstat_TcpExt_TCPFACKReorder untyped
node_netstat_TcpExt_TCPFACKReorder 0
# HELP node_netstat_TcpExt_TCPFastOpenActive Statistic TcpExtTCPFastOpenActive.
# TYPE node_netstat_TcpExt_TCPFastOpenActive untyped
node_netstat_TcpExt_TCPFastOpenActive 0
# HELP node_netstat_TcpExt_TCPFastOpenActiveFail Statistic TcpExtTCPFastOpenActiveFail.
# TYPE node_netstat_TcpExt_TCPFastOpenActiveFail untyped
node_netstat_TcpExt_TCPFastOpenActiveFail 0
# HELP node_netstat_TcpExt_TCPFastOpenCookieReqd Statistic TcpExtTCPFastOpenCookieReqd.
# TYPE node_netstat_TcpExt_TCPFastOpenCookieReqd untyped
node_netstat_TcpExt_TCPFastOpenCookieReqd 0
# HELP node_netstat_TcpExt_TCPFastOpenListenOverflow Statistic TcpExtTCPFastOpenListenOverflow.
# TYPE node_netstat_TcpExt_TCPFastOpenListenOverflow untyped
node_netstat_TcpExt_TCPFastOpenListenOverflow 0
# HELP node_netstat_TcpExt_TCPFastOpenPassive Statistic TcpExtTCPFastOpenPassive.
# TYPE node_netstat_TcpExt_TCPFastOpenPassive untyped
node_netstat_TcpExt_TCPFastOpenPassive 0
# HELP node_netstat_TcpExt_TCPFastOpenPassiveFail Statistic TcpExtTCPFastOpenPassiveFail.
# TYPE node_netstat_TcpExt_TCPFastOpenPassiveFail untyped
node_netstat_TcpExt_TCPFastOpenPassiveFail 0
# HELP node_netstat_TcpExt_TCPFastRetrans Statistic TcpExtTCPFastRetrans.
# TYPE node_netstat_TcpExt_TCPFastRetrans untyped
node_netstat_TcpExt_TCPFastRetrans 33
# HELP node_netstat_TcpExt_TCPForwardRetrans Statistic TcpExtTCPForwardRetrans.
# TYPE node_netstat_TcpExt_TCPForwardRetrans untyped
node_netstat_TcpExt_TCPForwardRetrans 1
# HELP node_netstat_TcpExt_TCPFromZeroWindowAdv Statistic TcpExtTCPFromZeroWindowAdv.
# TYPE node_netstat_TcpExt_TCPFromZeroWindowAdv untyped
node_netstat_TcpExt_TCPFromZeroWindowAdv 18
# HELP node_netstat_TcpExt_TCPFullUndo Statistic TcpExtTCPFullUndo.
# TYPE node_netstat_TcpExt_TCPFullUndo untyped
node_netstat_TcpExt_TCPFullUndo 0
# HELP node_netstat_TcpExt_TCPHPAcks Statistic TcpExtTCPHPAcks.
# TYPE node_netstat_TcpExt_TCPHPAcks untyped
node_netstat_TcpExt_TCPHPAcks 1.509512e+06
# HELP node_netstat_TcpExt_TCPHPHits Statistic TcpExtTCPHPHits.
# TYPE node_netstat_TcpExt_TCPHPHits untyped
node_netstat_TcpExt_TCPHPHits 4.432833e+06
# HELP node_netstat_TcpExt_TCPHPHitsToUser Statistic TcpExtTCPHPHitsToUser.
# TYPE node_netstat_TcpExt_TCPHPHitsToUser untyped
node_netstat_TcpExt_TCPHPHitsToUser 14
# HELP node_netstat_TcpExt_TCPHystartDelayCwnd Statistic TcpExtTCPHystartDelayCwnd.
# TYPE node_netstat_TcpExt_TCPHystartDelayCwnd untyped
node_netstat_TcpExt_TCPHystartDelayCwnd 0
# HELP node_netstat_TcpExt_TCPHystartDelayDetect Statistic TcpExtTCPHystartDelayDetect.
# TYPE node_netstat_TcpExt_TCPHystartDelayDetect untyped
node_netstat_TcpExt_TCPHystartDelayDetect 0
# HELP node_netstat_TcpExt_TCPHystartTrainCwnd Statistic TcpExtTCPHystartTrainCwnd.
# TYPE node_netstat_TcpExt_TCPHystartTrainCwnd untyped
node_netstat_TcpExt_TCPHystartTrainCwnd 2214
# HELP node_netstat_TcpExt_TCPHystartTrainDetect Statistic TcpExtTCPHystartTrainDetect.
# TYPE node_netstat_TcpExt_TCPHystartTrainDetect untyped
node_netstat_TcpExt_TCPHystartTrainDetect 97
# HELP node_netstat_TcpExt_TCPLossFailures Statistic TcpExtTCPLossFailures.
# TYPE node_netstat_TcpExt_TCPLossFailures untyped
node_netstat_TcpExt_TCPLossFailures 0
# HELP node_netstat_TcpExt_TCPLossProbeRecovery Statistic TcpExtTCPLossProbeRecovery.
# TYPE node_netstat_TcpExt_TCPLossProbeRecovery untyped
node_netstat_TcpExt_TCPLossProbeRecovery 883
# HELP node_netstat_TcpExt_TCPLossProbes Statistic TcpExtTCPLossProbes.
# TYPE node_netstat_TcpExt_TCPLossProbes untyped
node_netstat_TcpExt_TCPLossProbes 4030
# HELP node_netstat_TcpExt_TCPLossUndo Statistic TcpExtTCPLossUndo.
# TYPE node_netstat_TcpExt_TCPLossUndo untyped
node_netstat_TcpExt_TCPLossUndo 11
# HELP node_netstat_TcpExt_TCPLostRetransmit Statistic TcpExtTCPLostRetransmit.
# TYPE node_netstat_TcpExt_TCPLostRetransmit untyped
node_netstat_TcpExt_TCPLostRetransmit 0
# HELP node_netstat_TcpExt_TCPMD5NotFound Statistic TcpExtTCPMD5NotFound.
# TYPE node_netstat_TcpExt_TCPMD5NotFound untyped
node_netstat_TcpExt_TCPMD5NotFound 0
# HELP node_netstat_TcpExt_TCPMD5Unexpected Statistic TcpExtTCPMD5Unexpected.
# TYPE node_netstat_TcpExt_TCPMD5Unexpected untyped
node_netstat_TcpExt_TCPMD5Unexpected 0
# HELP node_netstat_TcpExt_TCPMemoryPressures Statistic TcpExtTCPMemoryPressures.
# TYPE node_netstat_TcpExt_TCPMemoryPressures untyped
node_netstat_TcpExt_TCPMemoryPressures 0
# HELP node_netstat_TcpExt_TCPMinTTLDrop Statistic TcpExtTCPMinTTLDrop.
# TYPE node_netstat_TcpExt_TCPMinTTLDrop untyped
node_netstat_TcpExt_TCPMinTTLDrop 0
# HELP node_netstat_TcpExt_TCPOFODrop Statistic TcpExtTCPOFODrop.
# TYPE node_netstat_TcpExt_TCPOFODrop untyped
node_netstat_TcpExt_TCPOFODrop 0
# HELP node_netstat_TcpExt_TCPOFOMerge Statistic TcpExtTCPOFOMerge.
# TYPE node_netstat_TcpExt_TCPOFOMerge untyped
node_netstat_TcpExt_TCPOFOMerge 0
# HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue.
# TYPE node_netstat_TcpExt_TCPOFOQueue untyped
node_netstat_TcpExt_TCPOFOQueue 79075
# HELP node_netstat_TcpExt_TCPOrigDataSent Statistic TcpExtTCPOrigDataSent.
# TYPE node_netstat_TcpExt_TCPOrigDataSent untyped
node_netstat_TcpExt_TCPOrigDataSent 6.081571e+06
# HELP node_netstat_TcpExt_TCPPartialUndo Statistic TcpExtTCPPartialUndo.
# TYPE node_netstat_TcpExt_TCPPartialUndo untyped
node_netstat_TcpExt_TCPPartialUndo 0
# HELP node_netstat_TcpExt_TCPPrequeueDropped Statistic TcpExtTCPPrequeueDropped.
# TYPE node_netstat_TcpExt_TCPPrequeueDropped untyped
node_netstat_TcpExt_TCPPrequeueDropped 0
# HELP node_netstat_TcpExt_TCPPrequeued Statistic TcpExtTCPPrequeued.
# TYPE node_netstat_TcpExt_TCPPrequeued untyped
node_netstat_TcpExt_TCPPrequeued 4774
# HELP node_netstat_TcpExt_TCPPureAcks Statistic TcpExtTCPPureAcks.
# TYPE node_netstat_TcpExt_TCPPureAcks untyped
node_netstat_TcpExt_TCPPureAcks 3.097944e+06
# HELP node_netstat_TcpExt_TCPRcvCoalesce Statistic TcpExtTCPRcvCoalesce.
# TYPE node_netstat_TcpExt_TCPRcvCoalesce untyped
node_netstat_TcpExt_TCPRcvCoalesce 2.949589e+06
# HELP node_netstat_TcpExt_TCPRcvCollapsed Statistic TcpExtTCPRcvCollapsed.
# TYPE node_netstat_TcpExt_TCPRcvCollapsed untyped
node_netstat_TcpExt_TCPRcvCollapsed 2.50629e+06
# HELP node_netstat_TcpExt_TCPRenoFailures Statistic TcpExtTCPRenoFailures.
# TYPE node_netstat_TcpExt_TCPRenoFailures untyped
node_netstat_TcpExt_TCPRenoFailures 0
# HELP node_netstat_TcpExt_TCPRenoRecovery Statistic TcpExtTCPRenoRecovery.
# TYPE node_netstat_TcpExt_TCPRenoRecovery untyped
node_netstat_TcpExt_TCPRenoRecovery 0
# HELP node_netstat_TcpExt_TCPRenoRecoveryFail Statistic TcpExtTCPRenoRecoveryFail.
# TYPE node_netstat_TcpExt_TCPRenoRecoveryFail untyped
node_netstat_TcpExt_TCPRenoRecoveryFail 0
# HELP node_netstat_TcpExt_TCPRenoReorder Statistic TcpExtTCPRenoReorder.
# TYPE node_netstat_TcpExt_TCPRenoReorder untyped
node_netstat_TcpExt_TCPRenoReorder 0
# HELP node_netstat_TcpExt_TCPReqQFullDoCookies Statistic TcpExtTCPReqQFullDoCookies.
# TYPE node_netstat_TcpExt_TCPReqQFullDoCookies untyped
node_netstat_TcpExt_TCPReqQFullDoCookies 0
# 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 0
# HELP node_netstat_TcpExt_TCPSACKReneging Statistic TcpExtTCPSACKReneging.
# TYPE node_netstat_TcpExt_TCPSACKReneging untyped
node_netstat_TcpExt_TCPSACKReneging 0
# HELP node_netstat_TcpExt_TCPSACKReorder Statistic TcpExtTCPSACKReorder.
# TYPE node_netstat_TcpExt_TCPSACKReorder untyped
node_netstat_TcpExt_TCPSACKReorder 0
# HELP node_netstat_TcpExt_TCPSYNChallenge Statistic TcpExtTCPSYNChallenge.
# TYPE node_netstat_TcpExt_TCPSYNChallenge untyped
node_netstat_TcpExt_TCPSYNChallenge 6
# HELP node_netstat_TcpExt_TCPSackFailures Statistic TcpExtTCPSackFailures.
# TYPE node_netstat_TcpExt_TCPSackFailures untyped
node_netstat_TcpExt_TCPSackFailures 4
# HELP node_netstat_TcpExt_TCPSackMerged Statistic TcpExtTCPSackMerged.
# TYPE node_netstat_TcpExt_TCPSackMerged untyped
node_netstat_TcpExt_TCPSackMerged 1
# HELP node_netstat_TcpExt_TCPSackRecovery Statistic TcpExtTCPSackRecovery.
# TYPE node_netstat_TcpExt_TCPSackRecovery untyped
node_netstat_TcpExt_TCPSackRecovery 32
# HELP node_netstat_TcpExt_TCPSackRecoveryFail Statistic TcpExtTCPSackRecoveryFail.
# TYPE node_netstat_TcpExt_TCPSackRecoveryFail untyped
node_netstat_TcpExt_TCPSackRecoveryFail 8
# HELP node_netstat_TcpExt_TCPSackShiftFallback Statistic TcpExtTCPSackShiftFallback.
# TYPE node_netstat_TcpExt_TCPSackShiftFallback untyped
node_netstat_TcpExt_TCPSackShiftFallback 65
# HELP node_netstat_TcpExt_TCPSackShifted Statistic TcpExtTCPSackShifted.
# TYPE node_netstat_TcpExt_TCPSackShifted untyped
node_netstat_TcpExt_TCPSackShifted 0
# HELP node_netstat_TcpExt_TCPSchedulerFailed Statistic TcpExtTCPSchedulerFailed.
# TYPE node_netstat_TcpExt_TCPSchedulerFailed untyped
node_netstat_TcpExt_TCPSchedulerFailed 0
# HELP node_netstat_TcpExt_TCPSlowStartRetrans Statistic TcpExtTCPSlowStartRetrans.
# TYPE node_netstat_TcpExt_TCPSlowStartRetrans untyped
node_netstat_TcpExt_TCPSlowStartRetrans 2
# HELP node_netstat_TcpExt_TCPSpuriousRTOs Statistic TcpExtTCPSpuriousRTOs.
# TYPE node_netstat_TcpExt_TCPSpuriousRTOs untyped
node_netstat_TcpExt_TCPSpuriousRTOs 1
# HELP node_netstat_TcpExt_TCPSpuriousRtxHostQueues Statistic TcpExtTCPSpuriousRtxHostQueues.
# TYPE node_netstat_TcpExt_TCPSpuriousRtxHostQueues untyped
node_netstat_TcpExt_TCPSpuriousRtxHostQueues 4
# HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans.
# TYPE node_netstat_TcpExt_TCPSynRetrans untyped
node_netstat_TcpExt_TCPSynRetrans 1140
# HELP node_netstat_TcpExt_TCPTSReorder Statistic TcpExtTCPTSReorder.
# TYPE node_netstat_TcpExt_TCPTSReorder untyped
node_netstat_TcpExt_TCPTSReorder 0
# 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 952
# HELP node_netstat_TcpExt_TCPToZeroWindowAdv Statistic TcpExtTCPToZeroWindowAdv.
# TYPE node_netstat_TcpExt_TCPToZeroWindowAdv untyped
node_netstat_TcpExt_TCPToZeroWindowAdv 18
# HELP node_netstat_TcpExt_TCPWantZeroWindowAdv Statistic TcpExtTCPWantZeroWindowAdv.
# TYPE node_netstat_TcpExt_TCPWantZeroWindowAdv untyped
node_netstat_TcpExt_TCPWantZeroWindowAdv 15248
# HELP node_netstat_TcpExt_TW Statistic TcpExtTW.
# TYPE node_netstat_TcpExt_TW untyped
node_netstat_TcpExt_TW 267536
# HELP node_netstat_TcpExt_TWKilled Statistic TcpExtTWKilled.
# TYPE node_netstat_TcpExt_TWKilled untyped
node_netstat_TcpExt_TWKilled 0
# HELP node_netstat_TcpExt_TWRecycled Statistic TcpExtTWRecycled.
# TYPE node_netstat_TcpExt_TWRecycled untyped
node_netstat_TcpExt_TWRecycled 0
# HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens.
# TYPE node_netstat_Tcp_ActiveOpens untyped
node_netstat_Tcp_ActiveOpens 1.708984e+06
# HELP node_netstat_Tcp_AttemptFails Statistic TcpAttemptFails.
# TYPE node_netstat_Tcp_AttemptFails untyped
node_netstat_Tcp_AttemptFails 622
# HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab.
# TYPE node_netstat_Tcp_CurrEstab untyped
node_netstat_Tcp_CurrEstab 6
# HELP node_netstat_Tcp_EstabResets Statistic TcpEstabResets.
# TYPE node_netstat_Tcp_EstabResets untyped
node_netstat_Tcp_EstabResets 127909
# HELP node_netstat_Tcp_InCsumErrors Statistic TcpInCsumErrors.
# TYPE node_netstat_Tcp_InCsumErrors untyped
node_netstat_Tcp_InCsumErrors 0
# HELP node_netstat_Tcp_InErrs Statistic TcpInErrs.
# TYPE node_netstat_Tcp_InErrs untyped
node_netstat_Tcp_InErrs 6
# HELP node_netstat_Tcp_InSegs Statistic TcpInSegs.
# TYPE node_netstat_Tcp_InSegs untyped
node_netstat_Tcp_InSegs 1.3773758e+07
# 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 223118
# HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs.
# TYPE node_netstat_Tcp_OutSegs untyped
node_netstat_Tcp_OutSegs 1.3974444e+07
# HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens.
# TYPE node_netstat_Tcp_PassiveOpens untyped
node_netstat_Tcp_PassiveOpens 5780
# HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs.
# TYPE node_netstat_Tcp_RetransSegs untyped
node_netstat_Tcp_RetransSegs 2522
# 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_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 0
# HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors.
# TYPE node_netstat_Udp6_InErrors untyped
node_netstat_Udp6_InErrors 0
# HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts.
# TYPE node_netstat_Udp6_NoPorts untyped
node_netstat_Udp6_NoPorts 0
# HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams.
# TYPE node_netstat_Udp6_OutDatagrams untyped
node_netstat_Udp6_OutDatagrams 0
# HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors.
# TYPE node_netstat_Udp6_RcvbufErrors untyped
node_netstat_Udp6_RcvbufErrors 0
# HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors.
# TYPE node_netstat_Udp6_SndbufErrors untyped
node_netstat_Udp6_SndbufErrors 0
# HELP node_netstat_UdpLite6_InCsumErrors Statistic UdpLite6InCsumErrors.
# TYPE node_netstat_UdpLite6_InCsumErrors untyped
node_netstat_UdpLite6_InCsumErrors 0
# HELP node_netstat_UdpLite6_InDatagrams Statistic UdpLite6InDatagrams.
# TYPE node_netstat_UdpLite6_InDatagrams untyped
node_netstat_UdpLite6_InDatagrams 0
# HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors.
# TYPE node_netstat_UdpLite6_InErrors untyped
node_netstat_UdpLite6_InErrors 0
# HELP node_netstat_UdpLite6_NoPorts Statistic UdpLite6NoPorts.
# TYPE node_netstat_UdpLite6_NoPorts untyped
node_netstat_UdpLite6_NoPorts 0
# HELP node_netstat_UdpLite6_OutDatagrams Statistic UdpLite6OutDatagrams.
# TYPE node_netstat_UdpLite6_OutDatagrams untyped
node_netstat_UdpLite6_OutDatagrams 0
# HELP node_netstat_UdpLite6_RcvbufErrors Statistic UdpLite6RcvbufErrors.
# TYPE node_netstat_UdpLite6_RcvbufErrors untyped
node_netstat_UdpLite6_RcvbufErrors 0
# HELP node_netstat_UdpLite6_SndbufErrors Statistic UdpLite6SndbufErrors.
# TYPE node_netstat_UdpLite6_SndbufErrors untyped
node_netstat_UdpLite6_SndbufErrors 0
# HELP node_netstat_UdpLite_InCsumErrors Statistic UdpLiteInCsumErrors.
# TYPE node_netstat_UdpLite_InCsumErrors untyped
node_netstat_UdpLite_InCsumErrors 0
# HELP node_netstat_UdpLite_InDatagrams Statistic UdpLiteInDatagrams.
# TYPE node_netstat_UdpLite_InDatagrams untyped
node_netstat_UdpLite_InDatagrams 0
# HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors.
# TYPE node_netstat_UdpLite_InErrors untyped
node_netstat_UdpLite_InErrors 0
# HELP node_netstat_UdpLite_NoPorts Statistic UdpLiteNoPorts.
# TYPE node_netstat_UdpLite_NoPorts untyped
node_netstat_UdpLite_NoPorts 0
# HELP node_netstat_UdpLite_OutDatagrams Statistic UdpLiteOutDatagrams.
# TYPE node_netstat_UdpLite_OutDatagrams untyped
node_netstat_UdpLite_OutDatagrams 0
# HELP node_netstat_UdpLite_RcvbufErrors Statistic UdpLiteRcvbufErrors.
# TYPE node_netstat_UdpLite_RcvbufErrors untyped
node_netstat_UdpLite_RcvbufErrors 0
# HELP node_netstat_UdpLite_SndbufErrors Statistic UdpLiteSndbufErrors.
# TYPE node_netstat_UdpLite_SndbufErrors untyped
node_netstat_UdpLite_SndbufErrors 0
# HELP node_netstat_Udp_InCsumErrors Statistic UdpInCsumErrors.
# TYPE node_netstat_Udp_InCsumErrors untyped
node_netstat_Udp_InCsumErrors 0
# HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams.
# TYPE node_netstat_Udp_InDatagrams untyped
node_netstat_Udp_InDatagrams 8.144049e+06
# HELP node_netstat_Udp_InErrors Statistic UdpInErrors.
# TYPE node_netstat_Udp_InErrors untyped
node_netstat_Udp_InErrors 0
# HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts.
# TYPE node_netstat_Udp_NoPorts untyped
node_netstat_Udp_NoPorts 35
# HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams.
# TYPE node_netstat_Udp_OutDatagrams untyped
node_netstat_Udp_OutDatagrams 1.978752e+06
# HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors.
# TYPE node_netstat_Udp_RcvbufErrors untyped
node_netstat_Udp_RcvbufErrors 0
# HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors.
# TYPE node_netstat_Udp_SndbufErrors untyped
node_netstat_Udp_SndbufErrors 0
# HELP node_network_receive_bytes Network device statistic receive_bytes.
# TYPE node_network_receive_bytes gauge
node_network_receive_bytes{device="br0"} 0
node_network_receive_bytes{device="docker0"} 330296
node_network_receive_bytes{device="eth0"} 2.1089445953e+10
node_network_receive_bytes{device="lo"} 1.47761903e+08
node_network_receive_bytes{device="ovs-system"} 0
node_network_receive_bytes{device="tun0"} 9.737830748e+09
node_network_receive_bytes{device="veth12dbc6a8"} 4.1745759e+07
node_network_receive_bytes{device="veth1801b62a"} 1.0371712e+07
node_network_receive_bytes{device="veth1b8210a4"} 103428
node_network_receive_bytes{device="veth2159f761"} 648
node_network_receive_bytes{device="veth2ec075a5"} 1.39339223e+08
node_network_receive_bytes{device="veth2f62cfed"} 102972
node_network_receive_bytes{device="veth33c1d6e9"} 282764
node_network_receive_bytes{device="veth38d935a3"} 648
node_network_receive_bytes{device="veth4ad9ba4f"} 6.511672e+06
node_network_receive_bytes{device="veth4e166bc4"} 1.499808e+06
node_network_receive_bytes{device="veth57db2f91"} 102972
node_network_receive_bytes{device="veth64df55da"} 1.299166e+06
node_network_receive_bytes{device="veth6a0146d3"} 1.5105312e+07
node_network_receive_bytes{device="veth6c41785b"} 9.912735e+06
node_network_receive_bytes{device="veth7394fa05"} 648
node_network_receive_bytes{device="veth845f68a8"} 8.38268e+06
node_network_receive_bytes{device="veth8ac6af5e"} 103056
node_network_receive_bytes{device="veth914a5f89"} 648
node_network_receive_bytes{device="veth98fdab43"} 7.35808931e+08
node_network_receive_bytes{device="vethaa23b0c5"} 648
node_network_receive_bytes{device="vethb4834f54"} 103194
node_network_receive_bytes{device="vethbb87c687"} 1.30757414e+08
node_network_receive_bytes{device="vethc000cda7"} 3.4870683e+07
node_network_receive_bytes{device="vethc3409e82"} 1.5494718e+07
node_network_receive_bytes{device="vethc3f97d1b"} 1.507901e+07
node_network_receive_bytes{device="vethc43949f1"} 1.476684e+06
node_network_receive_bytes{device="vethc6044e44"} 103260
node_network_receive_bytes{device="vethc87bb0de"} 1.38742443e+08
node_network_receive_bytes{device="vethcac4c9a1"} 1.3655263e+07
node_network_receive_bytes{device="vethd1b03223"} 1.1928296e+07
node_network_receive_bytes{device="vethd37f3e62"} 648
node_network_receive_bytes{device="vethe21a7849"} 648
node_network_receive_bytes{device="vethe39d1c8c"} 103554
node_network_receive_bytes{device="vethf36bd12a"} 648
node_network_receive_bytes{device="vethfd5aa265"} 648
node_network_receive_bytes{device="vxlan_sys_4789"} 1.642738462e+09
# HELP node_network_receive_compressed Network device statistic receive_compressed.
# TYPE node_network_receive_compressed gauge
node_network_receive_compressed{device="br0"} 0
node_network_receive_compressed{device="docker0"} 0
node_network_receive_compressed{device="eth0"} 0
node_network_receive_compressed{device="lo"} 0
node_network_receive_compressed{device="ovs-system"} 0
node_network_receive_compressed{device="tun0"} 0
node_network_receive_compressed{device="veth12dbc6a8"} 0
node_network_receive_compressed{device="veth1801b62a"} 0
node_network_receive_compressed{device="veth1b8210a4"} 0
node_network_receive_compressed{device="veth2159f761"} 0
node_network_receive_compressed{device="veth2ec075a5"} 0
node_network_receive_compressed{device="veth2f62cfed"} 0
node_network_receive_compressed{device="veth33c1d6e9"} 0
node_network_receive_compressed{device="veth38d935a3"} 0
node_network_receive_compressed{device="veth4ad9ba4f"} 0
node_network_receive_compressed{device="veth4e166bc4"} 0
node_network_receive_compressed{device="veth57db2f91"} 0
node_network_receive_compressed{device="veth64df55da"} 0
node_network_receive_compressed{device="veth6a0146d3"} 0
node_network_receive_compressed{device="veth6c41785b"} 0
node_network_receive_compressed{device="veth7394fa05"} 0
node_network_receive_compressed{device="veth845f68a8"} 0
node_network_receive_compressed{device="veth8ac6af5e"} 0
node_network_receive_compressed{device="veth914a5f89"} 0
node_network_receive_compressed{device="veth98fdab43"} 0
node_network_receive_compressed{device="vethaa23b0c5"} 0
node_network_receive_compressed{device="vethb4834f54"} 0
node_network_receive_compressed{device="vethbb87c687"} 0
node_network_receive_compressed{device="vethc000cda7"} 0
node_network_receive_compressed{device="vethc3409e82"} 0
node_network_receive_compressed{device="vethc3f97d1b"} 0
node_network_receive_compressed{device="vethc43949f1"} 0
node_network_receive_compressed{device="vethc6044e44"} 0
node_network_receive_compressed{device="vethc87bb0de"} 0
node_network_receive_compressed{device="vethcac4c9a1"} 0
node_network_receive_compressed{device="vethd1b03223"} 0
node_network_receive_compressed{device="vethd37f3e62"} 0
node_network_receive_compressed{device="vethe21a7849"} 0
node_network_receive_compressed{device="vethe39d1c8c"} 0
node_network_receive_compressed{device="vethf36bd12a"} 0
node_network_receive_compressed{device="vethfd5aa265"} 0
node_network_receive_compressed{device="vxlan_sys_4789"} 0
# HELP node_network_receive_drop Network device statistic receive_drop.
# TYPE node_network_receive_drop gauge
node_network_receive_drop{device="br0"} 0
node_network_receive_drop{device="docker0"} 0
node_network_receive_drop{device="eth0"} 0
node_network_receive_drop{device="lo"} 0
node_network_receive_drop{device="ovs-system"} 0
node_network_receive_drop{device="tun0"} 0
node_network_receive_drop{device="veth12dbc6a8"} 0
node_network_receive_drop{device="veth1801b62a"} 0
node_network_receive_drop{device="veth1b8210a4"} 0
node_network_receive_drop{device="veth2159f761"} 0
node_network_receive_drop{device="veth2ec075a5"} 0
node_network_receive_drop{device="veth2f62cfed"} 0
node_network_receive_drop{device="veth33c1d6e9"} 0
node_network_receive_drop{device="veth38d935a3"} 0
node_network_receive_drop{device="veth4ad9ba4f"} 0
node_network_receive_drop{device="veth4e166bc4"} 0
node_network_receive_drop{device="veth57db2f91"} 0
node_network_receive_drop{device="veth64df55da"} 0
node_network_receive_drop{device="veth6a0146d3"} 0
node_network_receive_drop{device="veth6c41785b"} 0
node_network_receive_drop{device="veth7394fa05"} 0
node_network_receive_drop{device="veth845f68a8"} 0
node_network_receive_drop{device="veth8ac6af5e"} 0
node_network_receive_drop{device="veth914a5f89"} 0
node_network_receive_drop{device="veth98fdab43"} 0
node_network_receive_drop{device="vethaa23b0c5"} 0
node_network_receive_drop{device="vethb4834f54"} 0
node_network_receive_drop{device="vethbb87c687"} 0
node_network_receive_drop{device="vethc000cda7"} 0
node_network_receive_drop{device="vethc3409e82"} 0
node_network_receive_drop{device="vethc3f97d1b"} 0
node_network_receive_drop{device="vethc43949f1"} 0
node_network_receive_drop{device="vethc6044e44"} 0
node_network_receive_drop{device="vethc87bb0de"} 0
node_network_receive_drop{device="vethcac4c9a1"} 0
node_network_receive_drop{device="vethd1b03223"} 0
node_network_receive_drop{device="vethd37f3e62"} 0
node_network_receive_drop{device="vethe21a7849"} 0
node_network_receive_drop{device="vethe39d1c8c"} 0
node_network_receive_drop{device="vethf36bd12a"} 0
node_network_receive_drop{device="vethfd5aa265"} 0
node_network_receive_drop{device="vxlan_sys_4789"} 0
# HELP node_network_receive_errs Network device statistic receive_errs.
# TYPE node_network_receive_errs gauge
node_network_receive_errs{device="br0"} 0
node_network_receive_errs{device="docker0"} 0
node_network_receive_errs{device="eth0"} 0
node_network_receive_errs{device="lo"} 0
node_network_receive_errs{device="ovs-system"} 0
node_network_receive_errs{device="tun0"} 0
node_network_receive_errs{device="veth12dbc6a8"} 0
node_network_receive_errs{device="veth1801b62a"} 0
node_network_receive_errs{device="veth1b8210a4"} 0
node_network_receive_errs{device="veth2159f761"} 0
node_network_receive_errs{device="veth2ec075a5"} 0
node_network_receive_errs{device="veth2f62cfed"} 0
node_network_receive_errs{device="veth33c1d6e9"} 0
node_network_receive_errs{device="veth38d935a3"} 0
node_network_receive_errs{device="veth4ad9ba4f"} 0
node_network_receive_errs{device="veth4e166bc4"} 0
node_network_receive_errs{device="veth57db2f91"} 0
node_network_receive_errs{device="veth64df55da"} 0
node_network_receive_errs{device="veth6a0146d3"} 0
node_network_receive_errs{device="veth6c41785b"} 0
node_network_receive_errs{device="veth7394fa05"} 0
node_network_receive_errs{device="veth845f68a8"} 0
node_network_receive_errs{device="veth8ac6af5e"} 0
node_network_receive_errs{device="veth914a5f89"} 0
node_network_receive_errs{device="veth98fdab43"} 0
node_network_receive_errs{device="vethaa23b0c5"} 0
node_network_receive_errs{device="vethb4834f54"} 0
node_network_receive_errs{device="vethbb87c687"} 0
node_network_receive_errs{device="vethc000cda7"} 0
node_network_receive_errs{device="vethc3409e82"} 0
node_network_receive_errs{device="vethc3f97d1b"} 0
node_network_receive_errs{device="vethc43949f1"} 0
node_network_receive_errs{device="vethc6044e44"} 0
node_network_receive_errs{device="vethc87bb0de"} 0
node_network_receive_errs{device="vethcac4c9a1"} 0
node_network_receive_errs{device="vethd1b03223"} 0
node_network_receive_errs{device="vethd37f3e62"} 0
node_network_receive_errs{device="vethe21a7849"} 0
node_network_receive_errs{device="vethe39d1c8c"} 0
node_network_receive_errs{device="vethf36bd12a"} 0
node_network_receive_errs{device="vethfd5aa265"} 0
node_network_receive_errs{device="vxlan_sys_4789"} 0
# HELP node_network_receive_fifo Network device statistic receive_fifo.
# TYPE node_network_receive_fifo gauge
node_network_receive_fifo{device="br0"} 0
node_network_receive_fifo{device="docker0"} 0
node_network_receive_fifo{device="eth0"} 0
node_network_receive_fifo{device="lo"} 0
node_network_receive_fifo{device="ovs-system"} 0
node_network_receive_fifo{device="tun0"} 0
node_network_receive_fifo{device="veth12dbc6a8"} 0
node_network_receive_fifo{device="veth1801b62a"} 0
node_network_receive_fifo{device="veth1b8210a4"} 0
node_network_receive_fifo{device="veth2159f761"} 0
node_network_receive_fifo{device="veth2ec075a5"} 0
node_network_receive_fifo{device="veth2f62cfed"} 0
node_network_receive_fifo{device="veth33c1d6e9"} 0
node_network_receive_fifo{device="veth38d935a3"} 0
node_network_receive_fifo{device="veth4ad9ba4f"} 0
node_network_receive_fifo{device="veth4e166bc4"} 0
node_network_receive_fifo{device="veth57db2f91"} 0
node_network_receive_fifo{device="veth64df55da"} 0
node_network_receive_fifo{device="veth6a0146d3"} 0
node_network_receive_fifo{device="veth6c41785b"} 0
node_network_receive_fifo{device="veth7394fa05"} 0
node_network_receive_fifo{device="veth845f68a8"} 0
node_network_receive_fifo{device="veth8ac6af5e"} 0
node_network_receive_fifo{device="veth914a5f89"} 0
node_network_receive_fifo{device="veth98fdab43"} 0
node_network_receive_fifo{device="vethaa23b0c5"} 0
node_network_receive_fifo{device="vethb4834f54"} 0
node_network_receive_fifo{device="vethbb87c687"} 0
node_network_receive_fifo{device="vethc000cda7"} 0
node_network_receive_fifo{device="vethc3409e82"} 0
node_network_receive_fifo{device="vethc3f97d1b"} 0
node_network_receive_fifo{device="vethc43949f1"} 0
node_network_receive_fifo{device="vethc6044e44"} 0
node_network_receive_fifo{device="vethc87bb0de"} 0
node_network_receive_fifo{device="vethcac4c9a1"} 0
node_network_receive_fifo{device="vethd1b03223"} 0
node_network_receive_fifo{device="vethd37f3e62"} 0
node_network_receive_fifo{device="vethe21a7849"} 0
node_network_receive_fifo{device="vethe39d1c8c"} 0
node_network_receive_fifo{device="vethf36bd12a"} 0
node_network_receive_fifo{device="vethfd5aa265"} 0
node_network_receive_fifo{device="vxlan_sys_4789"} 0
# HELP node_network_receive_frame Network device statistic receive_frame.
# TYPE node_network_receive_frame gauge
node_network_receive_frame{device="br0"} 0
node_network_receive_frame{device="docker0"} 0
node_network_receive_frame{device="eth0"} 0
node_network_receive_frame{device="lo"} 0
node_network_receive_frame{device="ovs-system"} 0
node_network_receive_frame{device="tun0"} 0
node_network_receive_frame{device="veth12dbc6a8"} 0
node_network_receive_frame{device="veth1801b62a"} 0
node_network_receive_frame{device="veth1b8210a4"} 0
node_network_receive_frame{device="veth2159f761"} 0
node_network_receive_frame{device="veth2ec075a5"} 0
node_network_receive_frame{device="veth2f62cfed"} 0
node_network_receive_frame{device="veth33c1d6e9"} 0
node_network_receive_frame{device="veth38d935a3"} 0
node_network_receive_frame{device="veth4ad9ba4f"} 0
node_network_receive_frame{device="veth4e166bc4"} 0
node_network_receive_frame{device="veth57db2f91"} 0
node_network_receive_frame{device="veth64df55da"} 0
node_network_receive_frame{device="veth6a0146d3"} 0
node_network_receive_frame{device="veth6c41785b"} 0
node_network_receive_frame{device="veth7394fa05"} 0
node_network_receive_frame{device="veth845f68a8"} 0
node_network_receive_frame{device="veth8ac6af5e"} 0
node_network_receive_frame{device="veth914a5f89"} 0
node_network_receive_frame{device="veth98fdab43"} 0
node_network_receive_frame{device="vethaa23b0c5"} 0
node_network_receive_frame{device="vethb4834f54"} 0
node_network_receive_frame{device="vethbb87c687"} 0
node_network_receive_frame{device="vethc000cda7"} 0
node_network_receive_frame{device="vethc3409e82"} 0
node_network_receive_frame{device="vethc3f97d1b"} 0
node_network_receive_frame{device="vethc43949f1"} 0
node_network_receive_frame{device="vethc6044e44"} 0
node_network_receive_frame{device="vethc87bb0de"} 0
node_network_receive_frame{device="vethcac4c9a1"} 0
node_network_receive_frame{device="vethd1b03223"} 0
node_network_receive_frame{device="vethd37f3e62"} 0
node_network_receive_frame{device="vethe21a7849"} 0
node_network_receive_frame{device="vethe39d1c8c"} 0
node_network_receive_frame{device="vethf36bd12a"} 0
node_network_receive_frame{device="vethfd5aa265"} 0
node_network_receive_frame{device="vxlan_sys_4789"} 0
# HELP node_network_receive_multicast Network device statistic receive_multicast.
# TYPE node_network_receive_multicast gauge
node_network_receive_multicast{device="br0"} 0
node_network_receive_multicast{device="docker0"} 0
node_network_receive_multicast{device="eth0"} 0
node_network_receive_multicast{device="lo"} 0
node_network_receive_multicast{device="ovs-system"} 0
node_network_receive_multicast{device="tun0"} 0
node_network_receive_multicast{device="veth12dbc6a8"} 0
node_network_receive_multicast{device="veth1801b62a"} 0
node_network_receive_multicast{device="veth1b8210a4"} 0
node_network_receive_multicast{device="veth2159f761"} 0
node_network_receive_multicast{device="veth2ec075a5"} 0
node_network_receive_multicast{device="veth2f62cfed"} 0
node_network_receive_multicast{device="veth33c1d6e9"} 0
node_network_receive_multicast{device="veth38d935a3"} 0
node_network_receive_multicast{device="veth4ad9ba4f"} 0
node_network_receive_multicast{device="veth4e166bc4"} 0
node_network_receive_multicast{device="veth57db2f91"} 0
node_network_receive_multicast{device="veth64df55da"} 0
node_network_receive_multicast{device="veth6a0146d3"} 0
node_network_receive_multicast{device="veth6c41785b"} 0
node_network_receive_multicast{device="veth7394fa05"} 0
node_network_receive_multicast{device="veth845f68a8"} 0
node_network_receive_multicast{device="veth8ac6af5e"} 0
node_network_receive_multicast{device="veth914a5f89"} 0
node_network_receive_multicast{device="veth98fdab43"} 0
node_network_receive_multicast{device="vethaa23b0c5"} 0
node_network_receive_multicast{device="vethb4834f54"} 0
node_network_receive_multicast{device="vethbb87c687"} 0
node_network_receive_multicast{device="vethc000cda7"} 0
node_network_receive_multicast{device="vethc3409e82"} 0
node_network_receive_multicast{device="vethc3f97d1b"} 0
node_network_receive_multicast{device="vethc43949f1"} 0
node_network_receive_multicast{device="vethc6044e44"} 0
node_network_receive_multicast{device="vethc87bb0de"} 0
node_network_receive_multicast{device="vethcac4c9a1"} 0
node_network_receive_multicast{device="vethd1b03223"} 0
node_network_receive_multicast{device="vethd37f3e62"} 0
node_network_receive_multicast{device="vethe21a7849"} 0
node_network_receive_multicast{device="vethe39d1c8c"} 0
node_network_receive_multicast{device="vethf36bd12a"} 0
node_network_receive_multicast{device="vethfd5aa265"} 0
node_network_receive_multicast{device="vxlan_sys_4789"} 0
# HELP node_network_receive_packets Network device statistic receive_packets.
# TYPE node_network_receive_packets gauge
node_network_receive_packets{device="br0"} 0
node_network_receive_packets{device="docker0"} 5475
node_network_receive_packets{device="eth0"} 2.6078522e+07
node_network_receive_packets{device="lo"} 1.321563e+06
node_network_receive_packets{device="ovs-system"} 0
node_network_receive_packets{device="tun0"} 3.6947115e+07
node_network_receive_packets{device="veth12dbc6a8"} 67607
node_network_receive_packets{device="veth1801b62a"} 104301
node_network_receive_packets{device="veth1b8210a4"} 2150
node_network_receive_packets{device="veth2159f761"} 8
node_network_receive_packets{device="veth2ec075a5"} 672252
node_network_receive_packets{device="veth2f62cfed"} 2140
node_network_receive_packets{device="veth33c1d6e9"} 4060
node_network_receive_packets{device="veth38d935a3"} 8
node_network_receive_packets{device="veth4ad9ba4f"} 99066
node_network_receive_packets{device="veth4e166bc4"} 14393
node_network_receive_packets{device="veth57db2f91"} 2140
node_network_receive_packets{device="veth64df55da"} 18909
node_network_receive_packets{device="veth6a0146d3"} 166127
node_network_receive_packets{device="veth6c41785b"} 104536
node_network_receive_packets{device="veth7394fa05"} 8
node_network_receive_packets{device="veth845f68a8"} 90607
node_network_receive_packets{device="veth8ac6af5e"} 2142
node_network_receive_packets{device="veth914a5f89"} 8
node_network_receive_packets{device="veth98fdab43"} 713953
node_network_receive_packets{device="vethaa23b0c5"} 8
node_network_receive_packets{device="vethb4834f54"} 2145
node_network_receive_packets{device="vethbb87c687"} 655867
node_network_receive_packets{device="vethc000cda7"} 78685
node_network_receive_packets{device="vethc3409e82"} 164290
node_network_receive_packets{device="vethc3f97d1b"} 165735
node_network_receive_packets{device="vethc43949f1"} 14027
node_network_receive_packets{device="vethc6044e44"} 2146
node_network_receive_packets{device="vethc87bb0de"} 663125
node_network_receive_packets{device="vethcac4c9a1"} 138285
node_network_receive_packets{device="vethd1b03223"} 117022
node_network_receive_packets{device="vethd37f3e62"} 8
node_network_receive_packets{device="vethe21a7849"} 8
node_network_receive_packets{device="vethe39d1c8c"} 2153
node_network_receive_packets{device="vethf36bd12a"} 8
node_network_receive_packets{device="vethfd5aa265"} 8
node_network_receive_packets{device="vxlan_sys_4789"} 6.165387e+06
# HELP node_network_transmit_bytes Network device statistic transmit_bytes.
# TYPE node_network_transmit_bytes gauge
node_network_transmit_bytes{device="br0"} 0
node_network_transmit_bytes{device="docker0"} 409932
node_network_transmit_bytes{device="eth0"} 1.6813959056e+10
node_network_transmit_bytes{device="lo"} 1.47761903e+08
node_network_transmit_bytes{device="ovs-system"} 0
node_network_transmit_bytes{device="tun0"} 1.8772142878e+10
node_network_transmit_bytes{device="veth12dbc6a8"} 7.227599e+06
node_network_transmit_bytes{device="veth1801b62a"} 1.1394508e+07
node_network_transmit_bytes{device="veth1b8210a4"} 124230
node_network_transmit_bytes{device="veth2159f761"} 90
node_network_transmit_bytes{device="veth2ec075a5"} 2.64678058e+08
node_network_transmit_bytes{device="veth2f62cfed"} 123624
node_network_transmit_bytes{device="veth33c1d6e9"} 515666
node_network_transmit_bytes{device="veth38d935a3"} 0
node_network_transmit_bytes{device="veth4ad9ba4f"} 8.809528e+06
node_network_transmit_bytes{device="veth4e166bc4"} 1.71891e+06
node_network_transmit_bytes{device="veth57db2f91"} 123714
node_network_transmit_bytes{device="veth64df55da"} 1.738996e+06
node_network_transmit_bytes{device="veth6a0146d3"} 1.2862426e+07
node_network_transmit_bytes{device="veth6c41785b"} 8.514654e+06
node_network_transmit_bytes{device="veth7394fa05"} 0
node_network_transmit_bytes{device="veth845f68a8"} 1.0345438e+07
node_network_transmit_bytes{device="veth8ac6af5e"} 123798
node_network_transmit_bytes{device="veth914a5f89"} 0
node_network_transmit_bytes{device="veth98fdab43"} 3.15614972e+08
node_network_transmit_bytes{device="vethaa23b0c5"} 90
node_network_transmit_bytes{device="vethb4834f54"} 123866
node_network_transmit_bytes{device="vethbb87c687"} 1.50604643e+08
node_network_transmit_bytes{device="vethc000cda7"} 6.808644e+06
node_network_transmit_bytes{device="vethc3409e82"} 1.2772654e+07
node_network_transmit_bytes{device="vethc3f97d1b"} 1.3084305e+07
node_network_transmit_bytes{device="vethc43949f1"} 1.727118e+06
node_network_transmit_bytes{device="vethc6044e44"} 124062
node_network_transmit_bytes{device="vethc87bb0de"} 1.94399791e+08
node_network_transmit_bytes{device="vethcac4c9a1"} 1.2991379e+07
node_network_transmit_bytes{device="vethd1b03223"} 9.415318e+06
node_network_transmit_bytes{device="vethd37f3e62"} 90
node_network_transmit_bytes{device="vethe21a7849"} 90
node_network_transmit_bytes{device="vethe39d1c8c"} 124356
node_network_transmit_bytes{device="vethf36bd12a"} 90
node_network_transmit_bytes{device="vethfd5aa265"} 90
node_network_transmit_bytes{device="vxlan_sys_4789"} 1.1437512208e+10
# HELP node_network_transmit_compressed Network device statistic transmit_compressed.
# TYPE node_network_transmit_compressed gauge
node_network_transmit_compressed{device="br0"} 0
node_network_transmit_compressed{device="docker0"} 0
node_network_transmit_compressed{device="eth0"} 0
node_network_transmit_compressed{device="lo"} 0
node_network_transmit_compressed{device="ovs-system"} 0
node_network_transmit_compressed{device="tun0"} 0
node_network_transmit_compressed{device="veth12dbc6a8"} 0
node_network_transmit_compressed{device="veth1801b62a"} 0
node_network_transmit_compressed{device="veth1b8210a4"} 0
node_network_transmit_compressed{device="veth2159f761"} 0
node_network_transmit_compressed{device="veth2ec075a5"} 0
node_network_transmit_compressed{device="veth2f62cfed"} 0
node_network_transmit_compressed{device="veth33c1d6e9"} 0
node_network_transmit_compressed{device="veth38d935a3"} 0
node_network_transmit_compressed{device="veth4ad9ba4f"} 0
node_network_transmit_compressed{device="veth4e166bc4"} 0
node_network_transmit_compressed{device="veth57db2f91"} 0
node_network_transmit_compressed{device="veth64df55da"} 0
node_network_transmit_compressed{device="veth6a0146d3"} 0
node_network_transmit_compressed{device="veth6c41785b"} 0
node_network_transmit_compressed{device="veth7394fa05"} 0
node_network_transmit_compressed{device="veth845f68a8"} 0
node_network_transmit_compressed{device="veth8ac6af5e"} 0
node_network_transmit_compressed{device="veth914a5f89"} 0
node_network_transmit_compressed{device="veth98fdab43"} 0
node_network_transmit_compressed{device="vethaa23b0c5"} 0
node_network_transmit_compressed{device="vethb4834f54"} 0
node_network_transmit_compressed{device="vethbb87c687"} 0
node_network_transmit_compressed{device="vethc000cda7"} 0
node_network_transmit_compressed{device="vethc3409e82"} 0
node_network_transmit_compressed{device="vethc3f97d1b"} 0
node_network_transmit_compressed{device="vethc43949f1"} 0
node_network_transmit_compressed{device="vethc6044e44"} 0
node_network_transmit_compressed{device="vethc87bb0de"} 0
node_network_transmit_compressed{device="vethcac4c9a1"} 0
node_network_transmit_compressed{device="vethd1b03223"} 0
node_network_transmit_compressed{device="vethd37f3e62"} 0
node_network_transmit_compressed{device="vethe21a7849"} 0
node_network_transmit_compressed{device="vethe39d1c8c"} 0
node_network_transmit_compressed{device="vethf36bd12a"} 0
node_network_transmit_compressed{device="vethfd5aa265"} 0
node_network_transmit_compressed{device="vxlan_sys_4789"} 0
# HELP node_network_transmit_drop Network device statistic transmit_drop.
# TYPE node_network_transmit_drop gauge
node_network_transmit_drop{device="br0"} 0
node_network_transmit_drop{device="docker0"} 0
node_network_transmit_drop{device="eth0"} 0
node_network_transmit_drop{device="lo"} 0
node_network_transmit_drop{device="ovs-system"} 0
node_network_transmit_drop{device="tun0"} 0
node_network_transmit_drop{device="veth12dbc6a8"} 0
node_network_transmit_drop{device="veth1801b62a"} 0
node_network_transmit_drop{device="veth1b8210a4"} 0
node_network_transmit_drop{device="veth2159f761"} 0
node_network_transmit_drop{device="veth2ec075a5"} 0
node_network_transmit_drop{device="veth2f62cfed"} 0
node_network_transmit_drop{device="veth33c1d6e9"} 0
node_network_transmit_drop{device="veth38d935a3"} 0
node_network_transmit_drop{device="veth4ad9ba4f"} 0
node_network_transmit_drop{device="veth4e166bc4"} 0
node_network_transmit_drop{device="veth57db2f91"} 0
node_network_transmit_drop{device="veth64df55da"} 0
node_network_transmit_drop{device="veth6a0146d3"} 0
node_network_transmit_drop{device="veth6c41785b"} 0
node_network_transmit_drop{device="veth7394fa05"} 0
node_network_transmit_drop{device="veth845f68a8"} 0
node_network_transmit_drop{device="veth8ac6af5e"} 0
node_network_transmit_drop{device="veth914a5f89"} 0
node_network_transmit_drop{device="veth98fdab43"} 0
node_network_transmit_drop{device="vethaa23b0c5"} 0
node_network_transmit_drop{device="vethb4834f54"} 0
node_network_transmit_drop{device="vethbb87c687"} 0
node_network_transmit_drop{device="vethc000cda7"} 0
node_network_transmit_drop{device="vethc3409e82"} 0
node_network_transmit_drop{device="vethc3f97d1b"} 0
node_network_transmit_drop{device="vethc43949f1"} 0
node_network_transmit_drop{device="vethc6044e44"} 0
node_network_transmit_drop{device="vethc87bb0de"} 0
node_network_transmit_drop{device="vethcac4c9a1"} 0
node_network_transmit_drop{device="vethd1b03223"} 0
node_network_transmit_drop{device="vethd37f3e62"} 0
node_network_transmit_drop{device="vethe21a7849"} 0
node_network_transmit_drop{device="vethe39d1c8c"} 0
node_network_transmit_drop{device="vethf36bd12a"} 0
node_network_transmit_drop{device="vethfd5aa265"} 0
node_network_transmit_drop{device="vxlan_sys_4789"} 4
# HELP node_network_transmit_errs Network device statistic transmit_errs.
# TYPE node_network_transmit_errs gauge
node_network_transmit_errs{device="br0"} 0
node_network_transmit_errs{device="docker0"} 0
node_network_transmit_errs{device="eth0"} 0
node_network_transmit_errs{device="lo"} 0
node_network_transmit_errs{device="ovs-system"} 0
node_network_transmit_errs{device="tun0"} 0
node_network_transmit_errs{device="veth12dbc6a8"} 0
node_network_transmit_errs{device="veth1801b62a"} 0
node_network_transmit_errs{device="veth1b8210a4"} 0
node_network_transmit_errs{device="veth2159f761"} 0
node_network_transmit_errs{device="veth2ec075a5"} 0
node_network_transmit_errs{device="veth2f62cfed"} 0
node_network_transmit_errs{device="veth33c1d6e9"} 0
node_network_transmit_errs{device="veth38d935a3"} 0
node_network_transmit_errs{device="veth4ad9ba4f"} 0
node_network_transmit_errs{device="veth4e166bc4"} 0
node_network_transmit_errs{device="veth57db2f91"} 0
node_network_transmit_errs{device="veth64df55da"} 0
node_network_transmit_errs{device="veth6a0146d3"} 0
node_network_transmit_errs{device="veth6c41785b"} 0
node_network_transmit_errs{device="veth7394fa05"} 0
node_network_transmit_errs{device="veth845f68a8"} 0
node_network_transmit_errs{device="veth8ac6af5e"} 0
node_network_transmit_errs{device="veth914a5f89"} 0
node_network_transmit_errs{device="veth98fdab43"} 0
node_network_transmit_errs{device="vethaa23b0c5"} 0
node_network_transmit_errs{device="vethb4834f54"} 0
node_network_transmit_errs{device="vethbb87c687"} 0
node_network_transmit_errs{device="vethc000cda7"} 0
node_network_transmit_errs{device="vethc3409e82"} 0
node_network_transmit_errs{device="vethc3f97d1b"} 0
node_network_transmit_errs{device="vethc43949f1"} 0
node_network_transmit_errs{device="vethc6044e44"} 0
node_network_transmit_errs{device="vethc87bb0de"} 0
node_network_transmit_errs{device="vethcac4c9a1"} 0
node_network_transmit_errs{device="vethd1b03223"} 0
node_network_transmit_errs{device="vethd37f3e62"} 0
node_network_transmit_errs{device="vethe21a7849"} 0
node_network_transmit_errs{device="vethe39d1c8c"} 0
node_network_transmit_errs{device="vethf36bd12a"} 0
node_network_transmit_errs{device="vethfd5aa265"} 0
node_network_transmit_errs{device="vxlan_sys_4789"} 0
# HELP node_network_transmit_fifo Network device statistic transmit_fifo.
# TYPE node_network_transmit_fifo gauge
node_network_transmit_fifo{device="br0"} 0
node_network_transmit_fifo{device="docker0"} 0
node_network_transmit_fifo{device="eth0"} 0
node_network_transmit_fifo{device="lo"} 0
node_network_transmit_fifo{device="ovs-system"} 0
node_network_transmit_fifo{device="tun0"} 0
node_network_transmit_fifo{device="veth12dbc6a8"} 0
node_network_transmit_fifo{device="veth1801b62a"} 0
node_network_transmit_fifo{device="veth1b8210a4"} 0
node_network_transmit_fifo{device="veth2159f761"} 0
node_network_transmit_fifo{device="veth2ec075a5"} 0
node_network_transmit_fifo{device="veth2f62cfed"} 0
node_network_transmit_fifo{device="veth33c1d6e9"} 0
node_network_transmit_fifo{device="veth38d935a3"} 0
node_network_transmit_fifo{device="veth4ad9ba4f"} 0
node_network_transmit_fifo{device="veth4e166bc4"} 0
node_network_transmit_fifo{device="veth57db2f91"} 0
node_network_transmit_fifo{device="veth64df55da"} 0
node_network_transmit_fifo{device="veth6a0146d3"} 0
node_network_transmit_fifo{device="veth6c41785b"} 0
node_network_transmit_fifo{device="veth7394fa05"} 0
node_network_transmit_fifo{device="veth845f68a8"} 0
node_network_transmit_fifo{device="veth8ac6af5e"} 0
node_network_transmit_fifo{device="veth914a5f89"} 0
node_network_transmit_fifo{device="veth98fdab43"} 0
node_network_transmit_fifo{device="vethaa23b0c5"} 0
node_network_transmit_fifo{device="vethb4834f54"} 0
node_network_transmit_fifo{device="vethbb87c687"} 0
node_network_transmit_fifo{device="vethc000cda7"} 0
node_network_transmit_fifo{device="vethc3409e82"} 0
node_network_transmit_fifo{device="vethc3f97d1b"} 0
node_network_transmit_fifo{device="vethc43949f1"} 0
node_network_transmit_fifo{device="vethc6044e44"} 0
node_network_transmit_fifo{device="vethc87bb0de"} 0
node_network_transmit_fifo{device="vethcac4c9a1"} 0
node_network_transmit_fifo{device="vethd1b03223"} 0
node_network_transmit_fifo{device="vethd37f3e62"} 0
node_network_transmit_fifo{device="vethe21a7849"} 0
node_network_transmit_fifo{device="vethe39d1c8c"} 0
node_network_transmit_fifo{device="vethf36bd12a"} 0
node_network_transmit_fifo{device="vethfd5aa265"} 0
node_network_transmit_fifo{device="vxlan_sys_4789"} 0
# HELP node_network_transmit_frame Network device statistic transmit_frame.
# TYPE node_network_transmit_frame gauge
node_network_transmit_frame{device="br0"} 0
node_network_transmit_frame{device="docker0"} 0
node_network_transmit_frame{device="eth0"} 0
node_network_transmit_frame{device="lo"} 0
node_network_transmit_frame{device="ovs-system"} 0
node_network_transmit_frame{device="tun0"} 0
node_network_transmit_frame{device="veth12dbc6a8"} 0
node_network_transmit_frame{device="veth1801b62a"} 0
node_network_transmit_frame{device="veth1b8210a4"} 0
node_network_transmit_frame{device="veth2159f761"} 0
node_network_transmit_frame{device="veth2ec075a5"} 0
node_network_transmit_frame{device="veth2f62cfed"} 0
node_network_transmit_frame{device="veth33c1d6e9"} 0
node_network_transmit_frame{device="veth38d935a3"} 0
node_network_transmit_frame{device="veth4ad9ba4f"} 0
node_network_transmit_frame{device="veth4e166bc4"} 0
node_network_transmit_frame{device="veth57db2f91"} 0
node_network_transmit_frame{device="veth64df55da"} 0
node_network_transmit_frame{device="veth6a0146d3"} 0
node_network_transmit_frame{device="veth6c41785b"} 0
node_network_transmit_frame{device="veth7394fa05"} 0
node_network_transmit_frame{device="veth845f68a8"} 0
node_network_transmit_frame{device="veth8ac6af5e"} 0
node_network_transmit_frame{device="veth914a5f89"} 0
node_network_transmit_frame{device="veth98fdab43"} 0
node_network_transmit_frame{device="vethaa23b0c5"} 0
node_network_transmit_frame{device="vethb4834f54"} 0
node_network_transmit_frame{device="vethbb87c687"} 0
node_network_transmit_frame{device="vethc000cda7"} 0
node_network_transmit_frame{device="vethc3409e82"} 0
node_network_transmit_frame{device="vethc3f97d1b"} 0
node_network_transmit_frame{device="vethc43949f1"} 0
node_network_transmit_frame{device="vethc6044e44"} 0
node_network_transmit_frame{device="vethc87bb0de"} 0
node_network_transmit_frame{device="vethcac4c9a1"} 0
node_network_transmit_frame{device="vethd1b03223"} 0
node_network_transmit_frame{device="vethd37f3e62"} 0
node_network_transmit_frame{device="vethe21a7849"} 0
node_network_transmit_frame{device="vethe39d1c8c"} 0
node_network_transmit_frame{device="vethf36bd12a"} 0
node_network_transmit_frame{device="vethfd5aa265"} 0
node_network_transmit_frame{device="vxlan_sys_4789"} 0
# HELP node_network_transmit_multicast Network device statistic transmit_multicast.
# TYPE node_network_transmit_multicast gauge
node_network_transmit_multicast{device="br0"} 0
node_network_transmit_multicast{device="docker0"} 0
node_network_transmit_multicast{device="eth0"} 0
node_network_transmit_multicast{device="lo"} 0
node_network_transmit_multicast{device="ovs-system"} 0
node_network_transmit_multicast{device="tun0"} 0
node_network_transmit_multicast{device="veth12dbc6a8"} 0
node_network_transmit_multicast{device="veth1801b62a"} 0
node_network_transmit_multicast{device="veth1b8210a4"} 0
node_network_transmit_multicast{device="veth2159f761"} 0
node_network_transmit_multicast{device="veth2ec075a5"} 0
node_network_transmit_multicast{device="veth2f62cfed"} 0
node_network_transmit_multicast{device="veth33c1d6e9"} 0
node_network_transmit_multicast{device="veth38d935a3"} 0
node_network_transmit_multicast{device="veth4ad9ba4f"} 0
node_network_transmit_multicast{device="veth4e166bc4"} 0
node_network_transmit_multicast{device="veth57db2f91"} 0
node_network_transmit_multicast{device="veth64df55da"} 0
node_network_transmit_multicast{device="veth6a0146d3"} 0
node_network_transmit_multicast{device="veth6c41785b"} 0
node_network_transmit_multicast{device="veth7394fa05"} 0
node_network_transmit_multicast{device="veth845f68a8"} 0
node_network_transmit_multicast{device="veth8ac6af5e"} 0
node_network_transmit_multicast{device="veth914a5f89"} 0
node_network_transmit_multicast{device="veth98fdab43"} 0
node_network_transmit_multicast{device="vethaa23b0c5"} 0
node_network_transmit_multicast{device="vethb4834f54"} 0
node_network_transmit_multicast{device="vethbb87c687"} 0
node_network_transmit_multicast{device="vethc000cda7"} 0
node_network_transmit_multicast{device="vethc3409e82"} 0
node_network_transmit_multicast{device="vethc3f97d1b"} 0
node_network_transmit_multicast{device="vethc43949f1"} 0
node_network_transmit_multicast{device="vethc6044e44"} 0
node_network_transmit_multicast{device="vethc87bb0de"} 0
node_network_transmit_multicast{device="vethcac4c9a1"} 0
node_network_transmit_multicast{device="vethd1b03223"} 0
node_network_transmit_multicast{device="vethd37f3e62"} 0
node_network_transmit_multicast{device="vethe21a7849"} 0
node_network_transmit_multicast{device="vethe39d1c8c"} 0
node_network_transmit_multicast{device="vethf36bd12a"} 0
node_network_transmit_multicast{device="vethfd5aa265"} 0
node_network_transmit_multicast{device="vxlan_sys_4789"} 0
# HELP node_network_transmit_packets Network device statistic transmit_packets.
# TYPE node_network_transmit_packets gauge
node_network_transmit_packets{device="br0"} 0
node_network_transmit_packets{device="docker0"} 4084
node_network_transmit_packets{device="eth0"} 3.0564289e+07
node_network_transmit_packets{device="lo"} 1.321563e+06
node_network_transmit_packets{device="ovs-system"} 0
node_network_transmit_packets{device="tun0"} 3.0603938e+07
node_network_transmit_packets{device="veth12dbc6a8"} 66397
node_network_transmit_packets{device="veth1801b62a"} 140381
node_network_transmit_packets{device="veth1b8210a4"} 2143
node_network_transmit_packets{device="veth2159f761"} 1
node_network_transmit_packets{device="veth2ec075a5"} 392861
node_network_transmit_packets{device="veth2f62cfed"} 2132
node_network_transmit_packets{device="veth33c1d6e9"} 7585
node_network_transmit_packets{device="veth38d935a3"} 0
node_network_transmit_packets{device="veth4ad9ba4f"} 99056
node_network_transmit_packets{device="veth4e166bc4"} 25621
node_network_transmit_packets{device="veth57db2f91"} 2133
node_network_transmit_packets{device="veth64df55da"} 25574
node_network_transmit_packets{device="veth6a0146d3"} 140862
node_network_transmit_packets{device="veth6c41785b"} 99076
node_network_transmit_packets{device="veth7394fa05"} 0
node_network_transmit_packets{device="veth845f68a8"} 127938
node_network_transmit_packets{device="veth8ac6af5e"} 2135
node_network_transmit_packets{device="veth914a5f89"} 0
node_network_transmit_packets{device="veth98fdab43"} 546311
node_network_transmit_packets{device="vethaa23b0c5"} 1
node_network_transmit_packets{device="vethb4834f54"} 2137
node_network_transmit_packets{device="vethbb87c687"} 378876
node_network_transmit_packets{device="vethc000cda7"} 79408
node_network_transmit_packets{device="vethc3409e82"} 147317
node_network_transmit_packets{device="vethc3f97d1b"} 144226
node_network_transmit_packets{device="vethc43949f1"} 25647
node_network_transmit_packets{device="vethc6044e44"} 2139
node_network_transmit_packets{device="vethc87bb0de"} 392915
node_network_transmit_packets{device="vethcac4c9a1"} 118340
node_network_transmit_packets{device="vethd1b03223"} 117742
node_network_transmit_packets{device="vethd37f3e62"} 1
node_network_transmit_packets{device="vethe21a7849"} 1
node_network_transmit_packets{device="vethe39d1c8c"} 2146
node_network_transmit_packets{device="vethf36bd12a"} 1
node_network_transmit_packets{device="vethfd5aa265"} 1
node_network_transmit_packets{device="vxlan_sys_4789"} 7.839841e+06
# HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking.
# TYPE node_nf_conntrack_entries gauge
node_nf_conntrack_entries 1086
# HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table.
# TYPE node_nf_conntrack_entries_limit gauge
node_nf_conntrack_entries_limit 1.048576e+06
# 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 4
# 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.001330045
node_scrape_collector_duration_seconds{collector="bcache"} 2.6918e-05
node_scrape_collector_duration_seconds{collector="conntrack"} 7.1526e-05
node_scrape_collector_duration_seconds{collector="cpu"} 0.000718176
node_scrape_collector_duration_seconds{collector="diskstats"} 0.002885458
node_scrape_collector_duration_seconds{collector="edac"} 0.000346936
node_scrape_collector_duration_seconds{collector="entropy"} 8.2921e-05
node_scrape_collector_duration_seconds{collector="filefd"} 4.9483e-05
node_scrape_collector_duration_seconds{collector="filesystem"} 0.001154699
node_scrape_collector_duration_seconds{collector="hwmon"} 5.4204e-05
node_scrape_collector_duration_seconds{collector="infiniband"} 4.2476e-05
node_scrape_collector_duration_seconds{collector="ipvs"} 5.1513e-05
node_scrape_collector_duration_seconds{collector="loadavg"} 0.00024367
node_scrape_collector_duration_seconds{collector="mdadm"} 5.6539e-05
node_scrape_collector_duration_seconds{collector="meminfo"} 0.000423069
node_scrape_collector_duration_seconds{collector="netdev"} 0.004374859
node_scrape_collector_duration_seconds{collector="netstat"} 0.002966941
node_scrape_collector_duration_seconds{collector="sockstat"} 0.000158632
node_scrape_collector_duration_seconds{collector="stat"} 0.000391924
node_scrape_collector_duration_seconds{collector="textfile"} 8.41e-07
node_scrape_collector_duration_seconds{collector="time"} 1.6825e-05
node_scrape_collector_duration_seconds{collector="uname"} 8.2763e-05
node_scrape_collector_duration_seconds{collector="vmstat"} 0.000501046
node_scrape_collector_duration_seconds{collector="wifi"} 0.000787609
node_scrape_collector_duration_seconds{collector="xfs"} 0.000843505
node_scrape_collector_duration_seconds{collector="zfs"} 4.0992e-05
# HELP node_scrape_collector_success node_exporter: Whether a collector succeeded.
# TYPE node_scrape_collector_success gauge
node_scrape_collector_success{collector="arp"} 1
node_scrape_collector_success{collector="bcache"} 1
node_scrape_collector_success{collector="conntrack"} 1
node_scrape_collector_success{collector="cpu"} 1
node_scrape_collector_success{collector="diskstats"} 1
node_scrape_collector_success{collector="edac"} 1
node_scrape_collector_success{collector="entropy"} 1
node_scrape_collector_success{collector="filefd"} 1
node_scrape_collector_success{collector="filesystem"} 1
node_scrape_collector_success{collector="hwmon"} 1
node_scrape_collector_success{collector="infiniband"} 1
node_scrape_collector_success{collector="ipvs"} 1
node_scrape_collector_success{collector="loadavg"} 1
node_scrape_collector_success{collector="mdadm"} 1
node_scrape_collector_success{collector="meminfo"} 1
node_scrape_collector_success{collector="netdev"} 1
node_scrape_collector_success{collector="netstat"} 1
node_scrape_collector_success{collector="sockstat"} 1
node_scrape_collector_success{collector="stat"} 1
node_scrape_collector_success{collector="textfile"} 1
node_scrape_collector_success{collector="time"} 1
node_scrape_collector_success{collector="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 194
# HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse.
# TYPE node_sockstat_TCP_inuse gauge
node_sockstat_TCP_inuse 59
# HELP node_sockstat_TCP_mem Number of TCP sockets in state mem.
# TYPE node_sockstat_TCP_mem gauge
node_sockstat_TCP_mem 10
# 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 40960
# HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan.
# TYPE node_sockstat_TCP_orphan gauge
node_sockstat_TCP_orphan 0
# HELP node_sockstat_TCP_tw Number of TCP sockets in state tw.
# TYPE node_sockstat_TCP_tw gauge
node_sockstat_TCP_tw 215
# 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 8
# HELP node_sockstat_UDP_mem Number of UDP sockets in state mem.
# TYPE node_sockstat_UDP_mem gauge
node_sockstat_UDP_mem 8
# 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 32768
# HELP node_sockstat_sockets_used Number of sockets sockets in state used.
# TYPE node_sockstat_sockets_used gauge
node_sockstat_sockets_used 2777
# HELP node_time System time in seconds since epoch (1970).
# TYPE node_time gauge
node_time 1.515592143684971e+09
# 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="ip-172-31-59-87.ec2.internal",release="3.10.0-693.11.6.el7.x86_64",sysname="Linux",version="#1 SMP Thu Dec 28 14:23:39 EST 2017"} 1
# HELP node_vmstat_allocstall /proc/vmstat information field allocstall.
# TYPE node_vmstat_allocstall untyped
node_vmstat_allocstall 112
# 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_fail /proc/vmstat information field compact_fail.
# TYPE node_vmstat_compact_fail untyped
node_vmstat_compact_fail 49
# 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 8.757606e+07
# HELP node_vmstat_compact_isolated /proc/vmstat information field compact_isolated.
# TYPE node_vmstat_compact_isolated untyped
node_vmstat_compact_isolated 1.205411e+06
# 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 1.625106e+06
# HELP node_vmstat_compact_stall /proc/vmstat information field compact_stall.
# TYPE node_vmstat_compact_stall untyped
node_vmstat_compact_stall 118
# HELP node_vmstat_compact_success /proc/vmstat information field compact_success.
# TYPE node_vmstat_compact_success untyped
node_vmstat_compact_success 69
# 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 535
# HELP node_vmstat_kswapd_inodesteal /proc/vmstat information field kswapd_inodesteal.
# TYPE node_vmstat_kswapd_inodesteal untyped
node_vmstat_kswapd_inodesteal 420956
# 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 1059
# 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 1.197406e+06
# 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 1.176688e+06
# HELP node_vmstat_nr_alloc_batch /proc/vmstat information field nr_alloc_batch.
# TYPE node_vmstat_nr_alloc_batch untyped
node_vmstat_nr_alloc_batch 2678
# 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 748560
# 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 664
# 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.7174979e+07
# HELP node_vmstat_nr_dirty /proc/vmstat information field nr_dirty.
# TYPE node_vmstat_nr_dirty untyped
node_vmstat_nr_dirty 70
# 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 220138
# 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 660416
# 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 2.33015e+06
# 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 141244
# 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 87804
# 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 941929
# HELP node_vmstat_nr_isolated_anon /proc/vmstat information field nr_isolated_anon.
# TYPE node_vmstat_nr_isolated_anon untyped
node_vmstat_nr_isolated_anon 0
# HELP node_vmstat_nr_isolated_file /proc/vmstat information field nr_isolated_file.
# TYPE node_vmstat_nr_isolated_file untyped
node_vmstat_nr_isolated_file 0
# HELP node_vmstat_nr_kernel_stack /proc/vmstat information field nr_kernel_stack.
# TYPE node_vmstat_nr_kernel_stack untyped
node_vmstat_nr_kernel_stack 2315
# HELP node_vmstat_nr_mapped /proc/vmstat information field nr_mapped.
# TYPE node_vmstat_nr_mapped untyped
node_vmstat_nr_mapped 76580
# HELP node_vmstat_nr_mlock /proc/vmstat information field nr_mlock.
# TYPE node_vmstat_nr_mlock untyped
node_vmstat_nr_mlock 14849
# 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 17450
# HELP node_vmstat_nr_shmem /proc/vmstat information field nr_shmem.
# TYPE node_vmstat_nr_shmem untyped
node_vmstat_nr_shmem 208730
# 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 270996
# 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 130706
# HELP node_vmstat_nr_unevictable /proc/vmstat information field nr_unevictable.
# TYPE node_vmstat_nr_unevictable untyped
node_vmstat_nr_unevictable 14849
# 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 133927
# 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 25
# 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.364515e+07
# 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.08652907e+09
# HELP node_vmstat_numa_huge_pte_updates /proc/vmstat information field numa_huge_pte_updates.
# TYPE node_vmstat_numa_huge_pte_updates untyped
node_vmstat_numa_huge_pte_updates 0
# HELP node_vmstat_numa_interleave /proc/vmstat information field numa_interleave.
# TYPE node_vmstat_numa_interleave untyped
node_vmstat_numa_interleave 32517
# HELP node_vmstat_numa_local /proc/vmstat information field numa_local.
# TYPE node_vmstat_numa_local untyped
node_vmstat_numa_local 3.08652907e+09
# HELP node_vmstat_numa_miss /proc/vmstat information field numa_miss.
# TYPE node_vmstat_numa_miss untyped
node_vmstat_numa_miss 0
# HELP node_vmstat_numa_other /proc/vmstat information field numa_other.
# TYPE node_vmstat_numa_other untyped
node_vmstat_numa_other 0
# HELP node_vmstat_numa_pages_migrated /proc/vmstat information field numa_pages_migrated.
# TYPE node_vmstat_numa_pages_migrated untyped
node_vmstat_numa_pages_migrated 0
# HELP node_vmstat_numa_pte_updates /proc/vmstat information field numa_pte_updates.
# TYPE node_vmstat_numa_pte_updates untyped
node_vmstat_numa_pte_updates 0
# HELP node_vmstat_pageoutrun /proc/vmstat information field pageoutrun.
# TYPE node_vmstat_pageoutrun untyped
node_vmstat_pageoutrun 2379
# HELP node_vmstat_pgactivate /proc/vmstat information field pgactivate.
# TYPE node_vmstat_pgactivate untyped
node_vmstat_pgactivate 8.085109e+06
# HELP node_vmstat_pgalloc_dma /proc/vmstat information field pgalloc_dma.
# TYPE node_vmstat_pgalloc_dma untyped
node_vmstat_pgalloc_dma 0
# HELP node_vmstat_pgalloc_dma32 /proc/vmstat information field pgalloc_dma32.
# TYPE node_vmstat_pgalloc_dma32 untyped
node_vmstat_pgalloc_dma32 6.51518251e+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 2.648704911e+09
# HELP node_vmstat_pgdeactivate /proc/vmstat information field pgdeactivate.
# TYPE node_vmstat_pgdeactivate untyped
node_vmstat_pgdeactivate 5.061015e+06
# HELP node_vmstat_pgfault /proc/vmstat information field pgfault.
# TYPE node_vmstat_pgfault untyped
node_vmstat_pgfault 8.237596414e+09
# HELP node_vmstat_pgfree /proc/vmstat information field pgfree.
# TYPE node_vmstat_pgfree untyped
node_vmstat_pgfree 3.300969301e+09
# HELP node_vmstat_pginodesteal /proc/vmstat information field pginodesteal.
# TYPE node_vmstat_pginodesteal untyped
node_vmstat_pginodesteal 1424
# HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault.
# TYPE node_vmstat_pgmajfault untyped
node_vmstat_pgmajfault 6938
# HELP node_vmstat_pgmigrate_fail /proc/vmstat information field pgmigrate_fail.
# TYPE node_vmstat_pgmigrate_fail untyped
node_vmstat_pgmigrate_fail 7
# HELP node_vmstat_pgmigrate_success /proc/vmstat information field pgmigrate_success.
# TYPE node_vmstat_pgmigrate_success untyped
node_vmstat_pgmigrate_success 598237
# HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin.
# TYPE node_vmstat_pgpgin untyped
node_vmstat_pgpgin 1.2920709e+07
# HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout.
# TYPE node_vmstat_pgpgout untyped
node_vmstat_pgpgout 7.2522266e+07
# HELP node_vmstat_pgrefill_dma /proc/vmstat information field pgrefill_dma.
# TYPE node_vmstat_pgrefill_dma untyped
node_vmstat_pgrefill_dma 0
# HELP node_vmstat_pgrefill_dma32 /proc/vmstat information field pgrefill_dma32.
# TYPE node_vmstat_pgrefill_dma32 untyped
node_vmstat_pgrefill_dma32 1.163899e+06
# HELP node_vmstat_pgrefill_movable /proc/vmstat information field pgrefill_movable.
# TYPE node_vmstat_pgrefill_movable untyped
node_vmstat_pgrefill_movable 0
# HELP node_vmstat_pgrefill_normal /proc/vmstat information field pgrefill_normal.
# TYPE node_vmstat_pgrefill_normal untyped
node_vmstat_pgrefill_normal 4.076656e+06
# HELP node_vmstat_pgrotated /proc/vmstat information field pgrotated.
# TYPE node_vmstat_pgrotated untyped
node_vmstat_pgrotated 50002
# HELP node_vmstat_pgscan_direct_dma /proc/vmstat information field pgscan_direct_dma.
# TYPE node_vmstat_pgscan_direct_dma untyped
node_vmstat_pgscan_direct_dma 0
# HELP node_vmstat_pgscan_direct_dma32 /proc/vmstat information field pgscan_direct_dma32.
# TYPE node_vmstat_pgscan_direct_dma32 untyped
node_vmstat_pgscan_direct_dma32 2975
# HELP node_vmstat_pgscan_direct_movable /proc/vmstat information field pgscan_direct_movable.
# TYPE node_vmstat_pgscan_direct_movable untyped
node_vmstat_pgscan_direct_movable 0
# HELP node_vmstat_pgscan_direct_normal /proc/vmstat information field pgscan_direct_normal.
# TYPE node_vmstat_pgscan_direct_normal untyped
node_vmstat_pgscan_direct_normal 12578
# HELP node_vmstat_pgscan_direct_throttle /proc/vmstat information field pgscan_direct_throttle.
# TYPE node_vmstat_pgscan_direct_throttle untyped
node_vmstat_pgscan_direct_throttle 0
# HELP node_vmstat_pgscan_kswapd_dma /proc/vmstat information field pgscan_kswapd_dma.
# TYPE node_vmstat_pgscan_kswapd_dma untyped
node_vmstat_pgscan_kswapd_dma 0
# HELP node_vmstat_pgscan_kswapd_dma32 /proc/vmstat information field pgscan_kswapd_dma32.
# TYPE node_vmstat_pgscan_kswapd_dma32 untyped
node_vmstat_pgscan_kswapd_dma32 965614
# HELP node_vmstat_pgscan_kswapd_movable /proc/vmstat information field pgscan_kswapd_movable.
# TYPE node_vmstat_pgscan_kswapd_movable untyped
node_vmstat_pgscan_kswapd_movable 0
# HELP node_vmstat_pgscan_kswapd_normal /proc/vmstat information field pgscan_kswapd_normal.
# TYPE node_vmstat_pgscan_kswapd_normal untyped
node_vmstat_pgscan_kswapd_normal 3.538401e+06
# HELP node_vmstat_pgsteal_direct_dma /proc/vmstat information field pgsteal_direct_dma.
# TYPE node_vmstat_pgsteal_direct_dma untyped
node_vmstat_pgsteal_direct_dma 0
# HELP node_vmstat_pgsteal_direct_dma32 /proc/vmstat information field pgsteal_direct_dma32.
# TYPE node_vmstat_pgsteal_direct_dma32 untyped
node_vmstat_pgsteal_direct_dma32 2966
# HELP node_vmstat_pgsteal_direct_movable /proc/vmstat information field pgsteal_direct_movable.
# TYPE node_vmstat_pgsteal_direct_movable untyped
node_vmstat_pgsteal_direct_movable 0
# HELP node_vmstat_pgsteal_direct_normal /proc/vmstat information field pgsteal_direct_normal.
# TYPE node_vmstat_pgsteal_direct_normal untyped
node_vmstat_pgsteal_direct_normal 12461
# HELP node_vmstat_pgsteal_kswapd_dma /proc/vmstat information field pgsteal_kswapd_dma.
# TYPE node_vmstat_pgsteal_kswapd_dma untyped
node_vmstat_pgsteal_kswapd_dma 0
# HELP node_vmstat_pgsteal_kswapd_dma32 /proc/vmstat information field pgsteal_kswapd_dma32.
# TYPE node_vmstat_pgsteal_kswapd_dma32 untyped
node_vmstat_pgsteal_kswapd_dma32 957423
# HELP node_vmstat_pgsteal_kswapd_movable /proc/vmstat information field pgsteal_kswapd_movable.
# TYPE node_vmstat_pgsteal_kswapd_movable untyped
node_vmstat_pgsteal_kswapd_movable 0
# HELP node_vmstat_pgsteal_kswapd_normal /proc/vmstat information field pgsteal_kswapd_normal.
# TYPE node_vmstat_pgsteal_kswapd_normal untyped
node_vmstat_pgsteal_kswapd_normal 3.51001e+06
# HELP node_vmstat_pswpin /proc/vmstat information field pswpin.
# TYPE node_vmstat_pswpin untyped
node_vmstat_pswpin 0
# HELP node_vmstat_pswpout /proc/vmstat information field pswpout.
# TYPE node_vmstat_pswpout untyped
node_vmstat_pswpout 0
# HELP node_vmstat_slabs_scanned /proc/vmstat information field slabs_scanned.
# TYPE node_vmstat_slabs_scanned untyped
node_vmstat_slabs_scanned 5.746176e+06
# 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 1461
# 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 6160
# 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 73697
# 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 304843
# HELP node_vmstat_thp_split /proc/vmstat information field thp_split.
# TYPE node_vmstat_thp_split untyped
node_vmstat_thp_split 1544
# 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 4
# 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 2
# HELP node_vmstat_unevictable_pgs_cleared /proc/vmstat information field unevictable_pgs_cleared.
# TYPE node_vmstat_unevictable_pgs_cleared untyped
node_vmstat_unevictable_pgs_cleared 0
# HELP node_vmstat_unevictable_pgs_culled /proc/vmstat information field unevictable_pgs_culled.
# TYPE node_vmstat_unevictable_pgs_culled untyped
node_vmstat_unevictable_pgs_culled 13846
# 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 759447
# 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 752794
# 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 750981
# HELP node_vmstat_unevictable_pgs_scanned /proc/vmstat information field unevictable_pgs_scanned.
# TYPE node_vmstat_unevictable_pgs_scanned untyped
node_vmstat_unevictable_pgs_scanned 0
# HELP node_vmstat_unevictable_pgs_stranded /proc/vmstat information field unevictable_pgs_stranded.
# TYPE node_vmstat_unevictable_pgs_stranded untyped
node_vmstat_unevictable_pgs_stranded 0
# HELP node_vmstat_workingset_activate /proc/vmstat information field workingset_activate.
# TYPE node_vmstat_workingset_activate untyped
node_vmstat_workingset_activate 1.436162e+06
# HELP node_vmstat_workingset_nodereclaim /proc/vmstat information field workingset_nodereclaim.
# TYPE node_vmstat_workingset_nodereclaim untyped
node_vmstat_workingset_nodereclaim 0
# HELP node_vmstat_workingset_refault /proc/vmstat information field workingset_refault.
# TYPE node_vmstat_workingset_refault untyped
node_vmstat_workingset_refault 1.714581e+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 node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem.
# TYPE node_xfs_allocation_btree_compares_total counter
node_xfs_allocation_btree_compares_total{device="dm-0"} 0
node_xfs_allocation_btree_compares_total{device="dm-1"} 0
node_xfs_allocation_btree_compares_total{device="dm-2"} 0
# HELP node_xfs_allocation_btree_lookups_total Number of allocation B-tree lookups for a filesystem.
# TYPE node_xfs_allocation_btree_lookups_total counter
node_xfs_allocation_btree_lookups_total{device="dm-0"} 0
node_xfs_allocation_btree_lookups_total{device="dm-1"} 0
node_xfs_allocation_btree_lookups_total{device="dm-2"} 0
# HELP node_xfs_allocation_btree_records_deleted_total Number of allocation B-tree records deleted for a filesystem.
# TYPE node_xfs_allocation_btree_records_deleted_total counter
node_xfs_allocation_btree_records_deleted_total{device="dm-0"} 0
node_xfs_allocation_btree_records_deleted_total{device="dm-1"} 0
node_xfs_allocation_btree_records_deleted_total{device="dm-2"} 0
# HELP node_xfs_allocation_btree_records_inserted_total Number of allocation B-tree records inserted for a filesystem.
# TYPE node_xfs_allocation_btree_records_inserted_total counter
node_xfs_allocation_btree_records_inserted_total{device="dm-0"} 0
node_xfs_allocation_btree_records_inserted_total{device="dm-1"} 0
node_xfs_allocation_btree_records_inserted_total{device="dm-2"} 0
# HELP node_xfs_block_mapping_btree_compares_total Number of block map B-tree compares for a filesystem.
# TYPE node_xfs_block_mapping_btree_compares_total counter
node_xfs_block_mapping_btree_compares_total{device="dm-0"} 0
node_xfs_block_mapping_btree_compares_total{device="dm-1"} 0
node_xfs_block_mapping_btree_compares_total{device="dm-2"} 0
# HELP node_xfs_block_mapping_btree_lookups_total Number of block map B-tree lookups for a filesystem.
# TYPE node_xfs_block_mapping_btree_lookups_total counter
node_xfs_block_mapping_btree_lookups_total{device="dm-0"} 0
node_xfs_block_mapping_btree_lookups_total{device="dm-1"} 0
node_xfs_block_mapping_btree_lookups_total{device="dm-2"} 0
# HELP node_xfs_block_mapping_btree_records_deleted_total Number of block map B-tree records deleted for a filesystem.
# TYPE node_xfs_block_mapping_btree_records_deleted_total counter
node_xfs_block_mapping_btree_records_deleted_total{device="dm-0"} 0
node_xfs_block_mapping_btree_records_deleted_total{device="dm-1"} 0
node_xfs_block_mapping_btree_records_deleted_total{device="dm-2"} 0
# HELP node_xfs_block_mapping_btree_records_inserted_total Number of block map B-tree records inserted for a filesystem.
# TYPE node_xfs_block_mapping_btree_records_inserted_total counter
node_xfs_block_mapping_btree_records_inserted_total{device="dm-0"} 0
node_xfs_block_mapping_btree_records_inserted_total{device="dm-1"} 0
node_xfs_block_mapping_btree_records_inserted_total{device="dm-2"} 0
# HELP node_xfs_block_mapping_extent_list_compares_total Number of extent list compares for a filesystem.
# TYPE node_xfs_block_mapping_extent_list_compares_total counter
node_xfs_block_mapping_extent_list_compares_total{device="dm-0"} 0
node_xfs_block_mapping_extent_list_compares_total{device="dm-1"} 0
node_xfs_block_mapping_extent_list_compares_total{device="dm-2"} 0
# HELP node_xfs_block_mapping_extent_list_deletions_total Number of extent list deletions for a filesystem.
# TYPE node_xfs_block_mapping_extent_list_deletions_total counter
node_xfs_block_mapping_extent_list_deletions_total{device="dm-0"} 4621
node_xfs_block_mapping_extent_list_deletions_total{device="dm-1"} 368845
node_xfs_block_mapping_extent_list_deletions_total{device="dm-2"} 398078
# HELP node_xfs_block_mapping_extent_list_insertions_total Number of extent list insertions for a filesystem.
# TYPE node_xfs_block_mapping_extent_list_insertions_total counter
node_xfs_block_mapping_extent_list_insertions_total{device="dm-0"} 726
node_xfs_block_mapping_extent_list_insertions_total{device="dm-1"} 476909
node_xfs_block_mapping_extent_list_insertions_total{device="dm-2"} 121925
# HELP node_xfs_block_mapping_extent_list_lookups_total Number of extent list lookups for a filesystem.
# TYPE node_xfs_block_mapping_extent_list_lookups_total counter
node_xfs_block_mapping_extent_list_lookups_total{device="dm-0"} 5.5896657e+07
node_xfs_block_mapping_extent_list_lookups_total{device="dm-1"} 1.59902822e+08
node_xfs_block_mapping_extent_list_lookups_total{device="dm-2"} 3.77124e+07
# HELP node_xfs_block_mapping_reads_total Number of block map for read operations for a filesystem.
# TYPE node_xfs_block_mapping_reads_total counter
node_xfs_block_mapping_reads_total{device="dm-0"} 5.5861204e+07
node_xfs_block_mapping_reads_total{device="dm-1"} 1.5043615e+08
node_xfs_block_mapping_reads_total{device="dm-2"} 2.1519594e+07
# HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem.
# TYPE node_xfs_block_mapping_unmaps_total counter
node_xfs_block_mapping_unmaps_total{device="dm-0"} 8182
node_xfs_block_mapping_unmaps_total{device="dm-1"} 962501
node_xfs_block_mapping_unmaps_total{device="dm-2"} 680569
# HELP node_xfs_block_mapping_writes_total Number of block map for write operations for a filesystem.
# TYPE node_xfs_block_mapping_writes_total counter
node_xfs_block_mapping_writes_total{device="dm-0"} 27271
node_xfs_block_mapping_writes_total{device="dm-1"} 8.492993e+06
node_xfs_block_mapping_writes_total{device="dm-2"} 1.5511857e+07
# HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem.
# TYPE node_xfs_extent_allocation_blocks_allocated_total counter
node_xfs_extent_allocation_blocks_allocated_total{device="dm-0"} 23646
node_xfs_extent_allocation_blocks_allocated_total{device="dm-1"} 7.740265e+06
node_xfs_extent_allocation_blocks_allocated_total{device="dm-2"} 3.32405e+06
# HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem.
# TYPE node_xfs_extent_allocation_blocks_freed_total counter
node_xfs_extent_allocation_blocks_freed_total{device="dm-0"} 24519
node_xfs_extent_allocation_blocks_freed_total{device="dm-1"} 3.114223e+06
node_xfs_extent_allocation_blocks_freed_total{device="dm-2"} 3.273344e+06
# HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem.
# TYPE node_xfs_extent_allocation_extents_allocated_total counter
node_xfs_extent_allocation_extents_allocated_total{device="dm-0"} 727
node_xfs_extent_allocation_extents_allocated_total{device="dm-1"} 485923
node_xfs_extent_allocation_extents_allocated_total{device="dm-2"} 118938
# HELP node_xfs_extent_allocation_extents_freed_total Number of extents freed for a filesystem.
# TYPE node_xfs_extent_allocation_extents_freed_total counter
node_xfs_extent_allocation_extents_freed_total{device="dm-0"} 726
node_xfs_extent_allocation_extents_freed_total{device="dm-1"} 143512
node_xfs_extent_allocation_extents_freed_total{device="dm-2"} 118884
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 36.51
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.048576e+06
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 10
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.5069184e+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.51553363021e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 2.28524032e+08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment