Performance Metric kcml.form.idle

Summary

Record of a form's Idle() event executing

Send Condition

Form.Idle()

Overview

This metric produces a record of a form's Idle() event firing when the IdleTimer property has expired. Setting a form's IdleTimer property to a small value can adversely affect performance as the partition will be constantly waking up unnecessarily. In addition, there will be unnecessary network traffic as the server communicates with the client, which can affect other users especially on slow networks.

Statistics

NameTypeDescription
progstringProgram or library name
formstringForm name
timermsecIdle timer duration in milli-seconds

General Form

kcml.form.idle,prog=string,form=string,timer=msec

See Also:

Performance Metrics