WAN Manager SPI Programming Guide
WAN Manager Commands and Responses
WAN Manager SPI Programming Guide—540013-001
5-88
TRACE Command
TRACE Command
The TRACE command is a sensitive command that requests the capturing of trace 
data, or ends tracing.The TRACE command discussed is TRACE PROCESS.
TRACE PROCESS
This command initiates, modifies, or terminates trace mode on a ConMgr process. 
Using the TRACE command, you can request capture of target-defined data items, 
alter trace parameters, and end tracing. 
cpu-num
is the processor number where the ConMgr process executes.
trace-file-name
is the name of a trace file on disk.
count
is the number of records to place in trace-file-name before terminating 
tracing.
pages
is the number of 2-KB pages in memory to use for accumulating trace records.
size
is the maximum size for a trace record. The longer records are terminated to size. 
size is valid in the range 32 through 2000.
select-spec
is one of select options: REQRCVD, REQRDATA, REQSEND, REQSDATA, 
SNMPRCVD, SNMPRDATA, SNMPSEND, SNMPSDATA, EVENTSEND, 
EVENTDATA, LOCALPOOL, EXTPOOL, FSM1, FSM2, FSM3, ALL, or any 
numeric value.
WRAP
enables the trace records to wrap around in the file. Specify WRAP if you expect the 
data to exceed 70 KB.
TRACE PROCESS $ZZWAN.#cpu-num, { STOP | TO trace-file-name }
 [ , COUNT count ] 
 [ , PAGES pages ]
 [ , RECSIZE size ] 
 [ , SELECT { select-spec | ( select-spec
 [ , select-spec][,....] ) } ] 
 [ , WRAP ]










