Applicable in Service-class directives.
The service-dump function creates a performance report based on collected performance bucket data (see The bucket Parameter).
To read the report, point the browser here:
http://server_id:port/.perf
The following table describes parameters for the service-dump function.
Table 5–112 service-dump parameters
Parameter |
Description |
---|---|
type |
Must be perf for this function. |
method |
(Optional) Common to all Service-class functions. |
query |
(Optional) Common to all Service-class functions. |
UseOutputStreamSize |
(Optional) Common to all Service-class functions. |
flushTimer |
(Optional) Common to all Service-class functions. |
ChunkedRequestBufferSize |
(Optional) Common to all Service-class functions. |
ChunkedRequestTimeout |
(Optional) Common to all Service-class functions. |
bucket |
(Optional) Common to all obj.conf functions. |
<Object name=default>NameTrans fn="assign-name" from="/.perf" name="perf"...</Object><Object name=perf>Service fn="service-dump"</Object> |