Oracle iPlanet Web Proxy Server 4.0.14 Configuration File Reference

stats-init

Applicable in Init-class directives.

The stats-init function enables reporting of performance statistics in XML format. The report is generated by the stats-xml function in obj.conf.

Parameters

The following table describes parameters for the stats-init function.

Table 5–21 stats-init parameters

Parameter  

Description  

update-interval

Period in seconds between statistics updates within the server. Set higher for better performance, or lower for more frequent updates. The minimum value is 1. The default value is 5.

profiling

Enables NSAPI performance profiling using buckets if set to yes. This profiling can also be enabled through the perf-init Init SAF. The default is no, which results in slightly better server performance.

Example


Init fn="stats-init" update-interval="5" virtual-servers="2000" 
	profiling="yes"