Performance Metric kcml.mem.delta

Summary

Change in memory used, sent when the change exceeds threshold as defined in msgq.conf

Send Condition

DIM, REDIM & NEW

Overview

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

NameTypeDescription
memkbChange of memory used in kilobytes
stackstringStack backtrace

Config

NameDescription
memDefault threshold, in kilobytes, for kcml.mem.delta

General Form

kcml.mem.delta,mem=kb,stack=string

See Also:

Performance Metrics