Skip to content

Instantly share code, notes, and snippets.

@girisagar46
Created December 30, 2020 17:06
Show Gist options
  • Save girisagar46/f7613dc3ced067dfdd23fa3cee18f859 to your computer and use it in GitHub Desktop.
Save girisagar46/f7613dc3ced067dfdd23fa3cee18f859 to your computer and use it in GitHub Desktop.
...
# 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