NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
TRACE trace-spec
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–567
Examples
1. The following example specifies tracing of the CNMCLEAR, CNMREAD, and
CNMSEND verbs:
TRACE CNM=(CLEAR,READ,SEND)
2. The following example specifies tracing of outbound and inbound EMS events, to
and from all links:
TRACE EMS=(ISRIN,ISROUT)
3. The following example specifies tracing of all messages traveling through the
LOGPROC NCL procedure:
TRACE LOG=ALL
4. The following example specifies tracing of messages traveling through MSGPROC
NCL procedures owned by user ID NNMABC at terminal $ATPC.#TERM1:
TRACE MSG=ALL USERID=NNMABC TERM=$ATPC.#TERM1
5. The following example specifies tracing of internal trace points 1 and 2:
TRACE INTERNAL=(1,2)
6. The following example specifies tracing of all message verbs with no message text
truncation:
TRACE CNM=ALL EMS=ALL INT=ALL LOG=ALL MSG=ALL RECSIZE=0