OSI/TS Configuration and Management Manual

Performing Monitoring and Troubleshooting Guide
OSI/TS Configuration and Management Manual424831-001
4-39
Command File for Resetting Statistics Counters
These commands are not generic. To use them, you must change the names to reflect
your configuration.
---------------------------------------------------------------------------
COMMENT - THIS SCF COMMAND FILE DISPLAYS AND LOGS DIAGNOSTIC
COMMENT - INFORMATION.
COMMENT - This file can be used only in a K-series system.
allow all errors
detail logtime both
COMMENT - START UP THE LOG FILE (VERY IMPORTANT).
log osiconf
COMMENT - DISPLAY TSP PROCESS, SERVICE, AND SU COUNTERS.
stats process ($tsp1, $tsp2)
COMMENT - DISPLAY SUS IN ERROR.
check su ($tsp1.*, $tsp2.*), erroronly
COMMENT - DISPLAY THE SU AND SERVICE STATISTICS.
stats su ($tsp1.*, $tsp2.*)
stats service ($tsp1.*, $tsp2.*)
COMMENT - DISPLAY THE X.25 FILE SYSTEM COUNTERS.
stats line ($x251, $x252), sub
COMMENT - DISPLAY THE TLAM FILE SYSTEM COUNTERS AND OSI
COMMENT - PORTS.
stats line ($lam1, $lam2)
stats port ($lam1.#z*, $lam2.#z*)
COMMENT - DISPLAY ALL SERVICE STATISTICS FOR 802.2 AND 802.3.
stats service ($lam1.#L28022, $lam2.#L28022)
stats service ($lam1.#L18023, $lam2.#L18023)
----------------------------------------------------------------------------
The following is a set of SCF commands that can be used in a S-series system with SUT
G06 and above, to collect and display all the service and process statistics and other
information needed by your service representative. We recommend that you set up an
SCF command file and then use the OBEY command to invoke the file. You must be a
super-group user to use this SCF command file.