root@k8s-master01:~/yaml/chapter08# curl 172.16.11.81: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"} 3.5862e-05 go_gc_duration_seconds{quantile="0.25"} 9.0353e-05 go_gc_duration_seconds{quantile="0.5"} 0.000111509 go_gc_duration_seconds{quantile="0.75"} 0.000156903 go_gc_duration_seconds{quantile="1"} 0.003124382 go_gc_duration_seconds_sum 0.006404565 go_gc_duration_seconds_count 25 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 6 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.12.5"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated and still in use. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.99224e+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 6.2666904e+07 # 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.465696e+06