Enabling 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.
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