TCP/IP TELNET Management Programming Manual
TRACE Command
Commands and Responses
53474 Tandem Computers Incorporated 6–73
Tokens in Response Buffer
ZSPI-TKN-SSID token-type ZSPI-TYP-SSID. !{}
ZSPI-TKN-SERVER-VERSION token-type ZSPI-TYP-UINT. !{}
ZSPI-TKN-DATALIST token-type ZSPI-TYP-LIST.
ZCOM-TKN-OBJNAME token-type ZSPI-TYP-STRING. !{}
ZCOM-TKN-OBJTYPE token-type ZSPI-TYP-ENUM. !{}
ZSPI-TKN-RETCODE token-type ZSPI-TYP-ENUM. !{}
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
...
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
Tokens in Command Buffer
ZCOM-MAP-TRACE-MODIF
is a standard data communications token described in the Communications
Management Programming Manual. This token is required in the command.
Duplicate occurrences of this token are not allowed.
ZCOM-TKN-TRACE-OPT
specifies the trace option(s) your management application has selected to control
the trace file and records.
The PROC object can have the following possible values:
ZTNT-VAL-TRACE-ALLOC traces the memory allocation facility.
ZTNT-VAL-TRACE-CONN traces incoming connections.
ZTNT-VAL-TRACE-CREATE traces window creation and deletion.
ZTNT-VAL-TRACE-NEW-PROC traces the creation of new processes.
ZTNT-VAL-TRACE-OPEN traces OPEN requests.
The WINDOW object can have the following possible values:
ZTNT-VAL-WIN-TRACE-SETMODE traces SETMODE requests.
ZTNT-VAL-WIN-TRACE-TELNET-OPT traces TELNET negotiations.
Duplicate occurrences of ZCOM-TKN-TRACE-OPT are allowed. You can
select more than one option.
ZSPI-TKN-SSID
identifies the subsystem ID. Your application must provide this token in the
command. The value for the TELNET subsystem is ZTNT-VAL-SSID. This token
is described more fully in “SPI Standard Definitions” in Section 5, “Common
Definitions.”