Sun Java System Web Server 6.1 SP11 Administrator's Configuration File Reference

service-dump

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

Parameters

The following table describes parameters for the service-dump function.

Table 4–66 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.

Examples

<Object name=default>
NameTrans fn="assign-name" from="/.perf" name="perf"
...
</Object>

<Object name=perf>
Service fn="service-dump"
</Object>

See Also

stats-xml