Created
December 30, 2020 17:06
-
-
Save girisagar46/f7613dc3ced067dfdd23fa3cee18f859 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
# HELP jvm_gc_live_data_size_bytes Size of long-lived heap memory pool after reclamation | |
# TYPE jvm_gc_live_data_size_bytes gauge | |
jvm_gc_live_data_size_bytes 0.0 | |
# HELP jvm_buffer_count_buffers An estimate of the number of buffers in the pool | |
# TYPE jvm_buffer_count_buffers gauge | |
jvm_buffer_count_buffers{id="mapped - 'non-volatile memory'",} 0.0 | |
jvm_buffer_count_buffers{id="mapped",} 0.0 | |
jvm_buffer_count_buffers{id="direct",} 2.0 | |
# HELP jvm_memory_used_bytes The amount of used memory | |
# TYPE jvm_memory_used_bytes gauge | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment