Sun Java System Web Server 6.1 SP6 NSAPI Programmer's Guide

define-perf-bucket

Applicable in Init-class directives.

The define-perf-bucket function creates a performance bucket, which you can use to measure the performance of SAFs in obj.conf (for more information about predefined SAFs that are used in obj.conf, see Sun Java System Web Server 6.1 SP6 Administrator’s Configuration File Reference).

For more information about performance buckets, see the Sun Java System Web Server 6.1 SP6 Performance Tuning, Sizing, and Scaling Guide.

Parameters

The following table describes parameters for the define-perf-bucket function.

Table 2–2 define-perf-bucket parameters

Parameter  

Description  

name

Name for the bucket (for example, cgi-bucket).

description

Description of what the bucket measures (for example, CGI Stats).

Example

Init fn="define-perf-bucket" name="cgi-bucket" description="CGI Stats"

See Also

perf-init