TCP/IP (Parallel Library) Configuration and Management Manual

SCF Reference for Parallel Library TCP/IP
HP NonStop TCP/IP (Parallel Library) Configuration and Management Manual522271-006
5-147
TRACE PROCESS Command for TCPMAN
NOCOLL
Indicates that the trace collector process should not be initiated. The disk file is to
be written to by Guardian. The attributes WRAP and NOCOLL might not be
specified together.
PAGES pages
pages specifies how many extended data segment pages are allocated when
tracing. An integer value in the range 4 to 64 is expected. The default is 64
pages.
RECSIZE size
size is an integer in the range 1024 to 4050. It controls the length of the data in
the trace data records. The trace header not included in the RECSIZE. The default
is 120 bytes. Eight bytes are used for the header, and 120 bytes are trace data.
SELECT select-spec
selects the operations to be traced. For the PROCESS object, you can specify the
following for select-spec:
The SELECT option is used to select a subset of the possible record types for
capture. Default is select ALL.
TO file-spec
file-spec specifies the file to which tracing is to be initiated. The file may be an
unstructured file created by the user previously.
Examples
The following command traces the TCPMAN process, writes results into the file named
$DATA1.TRC.TRCFILE allows the trace data to be overwritten when the EOF is
reached, and selects tracing of all PTCPIP process activity:
-> TRACE PROCESS $ZZTCP, SELECT (MEMORY, COMMON), TO
$DAT11.TRC.TRCFILE
The following command stops the tracing on the TCPMAN process:
-> TRACE PROCESS $ZZTCP, STOP
ALL All records.
COMMON Common module events.
MEMORY Management of resources for TCPMAN internal memory.
MSGSYS Message system interface.