Performance Metric kcml.form.idle
Summary
Record of a form's Idle() event executingSend 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
| Name | Type | Description |
|---|---|---|
| prog | string | Program or library name |
| form | string | Form name |
| timer | msec | Idle timer duration in milli-seconds |
General Form
kcml.form.idle,prog=string,form=string,timer=msecSee Also:
Performance Metrics