Performance Metric kcml.declare.total
Summary
Summary of $DECLARE callsSend Condition
Program LOAD, $END & periodically from $DECLAREOverview
Periodically reports the overall number of $DECLARE calls that the partition has made. The count value is the total number of server- & client-side $DECLARE calls. When the counts seem abnormally high then the kcml.declare.call metric can be enabled to identify which $DECLARE calls are being made.Statistics
| Name | Type | Description |
|---|---|---|
| count | num | Total number of $DECLARE calls |
| writebytes | num | Number of bytes sent to the client |
| readbytes | num | Number of bytes read from the client |
| server | num | Total number of server-side $DECLARE calls |
| client | num | Total number of client-side $DECLARE calls |
Config
| Name | Description |
|---|---|
| decltimerfreq | Number of $DECLARE calls between checking time of last send of kcml.declare.total |
General Form
kcml.declare.total,count=num,writebytes=num,readbytes=num,server=num,client=numSee Also:
Performance Metrics