Performance Metric kcml.mem.delta
Summary
Change in memory used, sent when the change exceeds threshold as defined in msgq.confSend Condition
DIM, REDIM & NEWOverview
This metric is produced when application code allocates an amount of memory that is larger than the mem threshold in /etc/kcml/msgq.conf. The program's stack backtrace is included to identify the subroutine that is allocating the large amount of memory.Statistics
| Name | Type | Description |
|---|---|---|
| mem | kb | Change of memory used in kilobytes |
| stack | string | Stack backtrace |
Config
| Name | Description |
|---|---|
| mem | Default threshold, in kilobytes, for kcml.mem.delta |
General Form
kcml.mem.delta,mem=kb,stack=stringSee Also:
Performance Metrics