{{> www/common-header.tmpl }}
Memory Usage
{{#consumption}}
Memory consumption / limit: {{consumption}} / {{mem_limit}}
{{/consumption}}
{{#detailed}}
Breakdown
{{detailed}}
{{/detailed}}
tcmalloc
{{overview}}
System
{{systeminfo}}
{{?aggregate_metrics}}
Process and system memory metrics
| Name |
Value |
Description |
{{/aggregate_metrics}}
{{#aggregate_metrics}}
| {{name}} |
{{! Is this a stats metric? }}
{{?mean}}
Last (of {{count}}): {{last}}.
Min: {{min}}, max: {{max}}, avg: {{mean}} |
{{/mean}}
{{^mean}}
{{human_readable}}
|
{{/mean}}
{{description}}
|
{{/aggregate_metrics}}
{{?aggregate_metrics}}
{{/aggregate_metrics}}
{{?buffer_pool}}
Buffer pool memory metrics
| Name |
Value |
Description |
{{/buffer_pool}}
{{#buffer_pool}}
| {{name}} |
{{! Is this a stats metric? }}
{{?mean}}
Last (of {{count}}): {{last}}.
Min: {{min}}, max: {{max}}, avg: {{mean}} |
{{/mean}}
{{^mean}}
{{human_readable}}
|
{{/mean}}
{{description}}
|
{{/buffer_pool}}
{{?buffer_pool}}
{{/buffer_pool}}
{{?jvm_total}}
JVM aggregate memory metrics
| Name |
Value |
Description |
{{/jvm_total}}
{{#jvm_total}}
| {{name}} |
{{! Is this a stats metric? }}
{{?mean}}
Last (of {{count}}): {{last}}.
Min: {{min}}, max: {{max}}, avg: {{mean}} |
{{/mean}}
{{^mean}}
{{human_readable}}
|
{{/mean}}
{{description}}
|
{{/jvm_total}}
{{?jvm_total}}
{{/jvm_total}}
{{?jvm_heap}}
JVM heap memory metrics
| Name |
Value |
Description |
{{/jvm_heap}}
{{#jvm_heap}}
| {{name}} |
{{! Is this a stats metric? }}
{{?mean}}
Last (of {{count}}): {{last}}.
Min: {{min}}, max: {{max}}, avg: {{mean}} |
{{/mean}}
{{^mean}}
{{human_readable}}
|
{{/mean}}
{{description}}
|
{{/jvm_heap}}
{{?jvm_heap}}
{{/jvm_heap}}
{{?jvm_non_heap}}
JVM non-heap memory metrics
| Name |
Value |
Description |
{{/jvm_non_heap}}
{{#jvm_non_heap}}
| {{name}} |
{{! Is this a stats metric? }}
{{?mean}}
Last (of {{count}}): {{last}}.
Min: {{min}}, max: {{max}}, avg: {{mean}} |
{{/mean}}
{{^mean}}
{{human_readable}}
|
{{/mean}}
{{description}}
|
{{/jvm_non_heap}}
{{?jvm_non_heap}}
{{/jvm_non_heap}}
{{> www/common-footer.tmpl }}