Performance Metric kcml.mem.redim
Summary
Number of times an array or string as been REDIMensionedSend Condition
MAT REDIMOverview
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
| Name | Type | Description |
|---|---|---|
| newsize | bytes | Size of the array in bytes |
| dim1 | num | First dimension |
| dim2 | num | Second dimension |
| redimcnt | count | Number of times the variables has been REDIMensioned |
| stack | string | Stack backtrace |
Config
| Name | Description |
|---|---|
| maxredim | Threshold of number of REDIMs on an array/string |
General Form
kcml.mem.redim,newsize=bytes,dim1=num,dim2=num,redimcnt=count,stack=stringSee Also:
Performance Metrics