Performance Metric kcml.mem.redim

Summary

Number of times an array or string as been REDIMensioned

Send Condition

MAT REDIM

Overview

Produced when an array or string has been REDIMensioned more than the maxredim threshold that has been set in /etc/kcml/msgq.conf. This happens when application code resizes an array by an increment, typically a loop counter, rather than doubling its size.

Statistics

NameTypeDescription
newsizebytesSize of the array in bytes
dim1numFirst dimension
dim2numSecond dimension
redimcntcountNumber of times the variables has been REDIMensioned
stackstringStack backtrace

Config

NameDescription
maxredimThreshold of number of REDIMs on an array/string

General Form

kcml.mem.redim,newsize=bytes,dim1=num,dim2=num,redimcnt=count,stack=string

See Also:

Performance Metrics