OSI/FTAM and OSI/APLMGR SCF Reference Manual
SCF Commands for Tandem FTAM
OSI/FTAM and OSI/APLMGR SCF Reference Manual—421943-001
3-80
STATS PROCESS Examples
STATS PROCESS Examples
To reset the statistical counters for the APLMGR process named $AMGR on the
\MARS system, you can issue the following command:
STATS PROCESS \MARS.$AMGR, RESET
You can request statistical information for the APLMGR process named $AMGR as
follows:
STATS PROCESS \MARS.$AMGR
Both commands return the following display:
This display shows, for example, that $AMGR is currently using 5 open control blocks
and one request control block, that the maximum number of request control blocks used
since the statistics were last reset is 4, and that $AMGR has made 5 calls to the
file-system OPEN procedure, 132 calls to DEVICEINFO, and 134 calls to
WRITEREAD.
OSIAPLMG Stats PROCESS \MARS.$AMGR
Reset Time..... 22 Apr 1999, 13:57:24.493
Sample Time.... 22 Apr 1999, 14:38:08.537
Open Control Blocks:
InUse.......... 5 MaxInUse....... 5
Request Control Blocks:
InUse.......... 1 MaxInUse....... 4
File System Requests:
Open........... 5D Close.......... 0D
ResetSYNC...... 0D Cancel......... 0D
Control........ 0D Controlbuf..... 0D
Setmode........ 0D Setparam....... 0D
DeviceInfo..... 132D Writeread...... 134D