Performance Metric kcml.declare.total

Summary

Summary of $DECLARE calls

Send Condition

Program LOAD, $END & periodically from $DECLARE

Overview

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

NameTypeDescription
countnumTotal number of $DECLARE calls
writebytesnumNumber of bytes sent to the client
readbytesnumNumber of bytes read from the client
servernumTotal number of server-side $DECLARE calls
clientnumTotal number of client-side $DECLARE calls

Config

NameDescription
decltimerfreqNumber 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=num

See Also:

Performance Metrics