iTP Secure WebServer System Administrator's Guide (Version 7.0)
Configuring the iTP Secure WebServer
iTP Secure WebServer System Administrator’s Guide—523346-012
7-58
Evaluating Performance
When TANDEM_REQUEST_ALERT_TIME is set to a value greater than 0, and the
timer value is greater than the value specified, this EMS alert message is
generated:
Where:
m and n are the time taken, in seconds
x is the irp address
y is the remote client address
z is the port number
The unit of measurement for this environment variable is seconds.
Example:
#
# Configure the httpd server's attributes
#
Server $root/bin/httpd {
...
Env TANDEM_REQUEST_ALERT_TIME=1
}
TANDEM_SOCK_ALERT_TIME
monitors the time taken for reading data from a socket. A timer starts when the
nowaited socket read is posted, and ends when data is read on the socket.
When TANDEM_SOCK_ALERT_TIME is set to a value greater than 0, and the
timer value is greater than the value specified, this EMS alert message is
generated:
Where:
m and n are the time taken, in seconds
w is the gfn number
x is the irp address
y is the remote client address
z is the port number
RRRRR request took m secs (n usecs) req: x remote addr_n_port
y:z
WWWWW socket read took m secs (n usecs) gfn: w irp x remote
addr_n_port y:z