TCP/IPv6 Configuration and Management Manual (G06.29+, H06.03+, J06.03+)
SCF Reference for NonStop TCP/IPv6
HP NonStop TCP/IPv6 Configuration and Management Manual—524523-012
8-220
TEXT Command
NonStop TCP/IPv6 and PTrace collect and decode detailed SOCKET and internal
TCP control block information when SOCKCMD or TCP are selected for the
PROCESS object.
Examples
To trace and decode SOCKET command requests and responses during a
PROCESS object trace:
TRACE PROCESS $ZTC0,TO TRACEFL,RECSIZE 750,SELECT SOCKCMD
To trace and decode ARP protocol traffic during a SUBNET object trace:
TRACE SUBNET #E1,TO TRACEFL,RECSIZE 500,SELECT (ARPI,ARPO)
To trace and decode IP application data (by providing the keyword USERDATA)
during a SUBNET object trace:
TRACE SUBNET #EN1,TO TRACEFL,RECSIZE 750, &
SELECT (IPI,IPO,USERDATA)
TEXT Command
The TEXT command controls the text display option. When TEXT is set to ON, PTrace
displays an interpreted text of trace-file records (excluding the record header). The
textual display appears below labeled data, the HEX display, and the OCTAL display, if
they are present. The textual display consists of ASCII characters, with control codes
represented by two-character or three-character mnemonics.
Command Syntax
ON
turns on text display mode.
OFF
turns off text display mode.
Considerations
The NonStop TCP/IPv6 TEXT command is implemented in the standards defined
in the PTrace Reference Manual.
If the TEXT command is not used, the OFF attribute is assumed.
If TEXT is specified without the ON or OFF attribute, the ON attribute is assumed.
The RESET and FROM commands set the TEXT command to OFF.
TEXT [ ON | OFF ]