Pathway/XM System Management Manual
Managing Clients and Requesters
Compaq NonStop™ Pathway/XM System Management Manual—426761-001
8-10
Displaying Statistics
Displaying Statistics
You can display statistics for ROUTER, TCP, and TERM objects by using the STATS
command. Statistics for TCP and TERM objects are available for display only if you use
one of the following commands to direct the system to collect them:
•
SET TCP STATS ON
•
CONTROL TCP STATS ON
If you have used one of these commands, you can display requester statistics by using
the STATS TCP and STATS TERM commands.
For the syntax of the STATS TCP command, refer to STATS TCP
on page 11-69.
The STATS ROUTER Command
The STATS ROUTER command displays statistics about resource usage and
performance, including the number of connection requests waiting service and the
reqeusts received per hour, and the number of connection timeouts.
For example, the following command displays statistics for the router named RT001:
>> STATS ROUTER RT001
The next command displays statistics for all ROUTER objects in a Pathway/XM
environment:
>> STATS ROUTER *
For the syntax of the STATS ROUTER command, refer to STATS ROUTER on
page 11-66.
The SET TCP STATS Command
The SET TCP STATS ON command, specified in your PXMCFG command file, tells
the TCP to gather statistics until you specify a CONTROL TCP STATS OFF command.
For example:
>> SET TCP TERM-1, STATS ON
The CONTROL TCP STATS Command
The CONTROL TCP STATS command enables you to gather statistics only when you
need them. You specify this command as shown in the following example:
>> CONTROL TCP TERM-1, STATS ON
>> .
. (5 minutes go by)
.
>> STATS TERM ...
.
>> STATS TCP ...
.
>> CONTROL TCP TERM-1, STATS OFF