Enable statistics with frequency and count
To enable the gathering of statistics at a designated frequency and event count, use the stats on command and specify the following options:
- component
- interval
- count
The interval and count options:
- Cause the buffer to accumulate a specific number of entries that represent a statistics report.
- Flush the buffer after a specific number of seconds elapse.
Because the destination option is not specified, the information is sent to the standard log file for that component. The following example enables the gathering of statistics for the pdweb.http component of a WebSEAL instance. In this example, the buffer accumulates 100 entries and sends statistics reports every 20 seconds:
#pdadmin> server task default-webseald-abc.ibm.com stats on pdweb.http 20 100
Parent topic: Enable statistics