Performance Metric kcml.httpd.request
Summary
HTTP requestSend Condition
After a request to a HTTP serverOverview
Record of a request being made to a KCML HTTP server object.Statistics
| Name | Type | Description |
|---|---|---|
| interface | string | Interface name |
| method | string | HTTP method |
| endpoint | string | SOAP server end point URL |
| time | usec | Request response time |
| reqsize | count | Content-Length of the request |
| respsize | count | Content-Length of the response |
| status | string | Status of the response |
General Form
kcml.httpd.request,interface=string,method=string,endpoint=string,time=usec,reqsize=count,respsize=count,status=stringSee Also:
Performance Metrics