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

NameTypeDescription
progstringProgram or library name
formstringForm name
cachedboolForm is cached on the client
shownboolForm has been shown
sizecountAmount 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=count

See Also:

Performance Metrics