Performance Metric kcml.clnt.payload
Summary
Client network payload required to display a form. It is a total of all the data sent up until the form's Show() event.Send Condition
Form.Terminate()Overview
The payload size includes the form's definition and pictures. It does not include the text of the form's controls.Statistics
| Name | Type | Description |
|---|---|---|
| prog | string | Program or library name |
| form | string | Form name |
| cached | bool | Form is cached on the client |
| shown | bool | Form has been shown |
| size | count | Amount of data, in bytes, sent from server to client during form startup |
General Form
kcml.clnt.payload,prog=string,form=string,cached=bool,shown=bool,size=countSee Also:
Performance Metrics