Performance Metric kcml.jclient.req
Summary
Browser client request timesSend Condition
Sent periodically while processing requests from the browser clientStatistics
| Name | Type | Description |
|---|---|---|
| network | usec | Time between the browser sending the request and getting a response |
| render | usec | Time taken for the browser to render the page |
| wcm | usec | Time taken between Apache/mod_wcm.so getting the request and the response being sent |
| event | usec | Time taken for KCML to process the event |
| resp | usec | Time taken for KCML to receive the request and send the response |
| sent | count | Number of bytes sent from the server to the browser client |
| recv | count | Number of bytes read by the server from the browser client |
General Form
kcml.jclient.req,network=usec,render=usec,wcm=usec,event=usec,resp=usec,sent=count,recv=countSee Also:
Performance Metrics