Sun Java System Web Server 7.0 Administrator's Configuration File Reference

define-perf-bucket

The define-perf-bucket function creates a performance bucket, which you can use to measure the performance of SAFs in obj.conf.

This function is applicable in Init-class directives. For more information about performance buckets, see Sun Java System Web Server 7.0 Performance Tuning, Sizing, and Scaling Guide.

Parameters

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

Table 5–2 define-perf-bucket Parameters

Parameter 

Description 

name

The name of the bucket, for example, cgi-bucket

description

The description of what the bucket measures, for example, CGI Stats

Example

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