iTP Secure WebServer System Administrator's Guide (Version 7.0)

Managing the iTP Secure WebServer Using Scripts
iTP Secure WebServer System Administrator’s Guide523346-012
6-11
statscom Command
Sample Configuration File for statscom
The sample configuration file for statscom (statparams.config) is located in the
conf directory of the webserver. Statistics collection for a particular parameter can be
enabled by specifying ON in front of the parameter in the configuration file.
Statistics can be collected for the following parameters:
MaxSockets
Maximum number sockets ever opened
SocketOpens
Number of sockets open
TotalActiveTimers
Total number of active timers
CurrentConnections
Number of current open connections
TotalPendingIOOperations
Total number of pending I/O operations
AvgBytesProcessed
Average number of bytes processed
AverageHttpdTime
Average time taken by httpd to process requests
HttpdBestTime
Minimum time taken by httpd to process a request
HttpdWorstTime
Maximum time taken by httpd to process a request
AvgCgiRoundTripTime
Average round trip time taken to complete a CGI request
BestCgiRoundTripTime
Minimum round trip time taken to complete a CGI request
WorstCgiRoundTripTime
Maximum round trip time taken to complete a CGI request