TCP/IP TELNET Management Programming Manual

RESETSTATS Command
Commands and Responses
6–46 53474 Tandem Computers Incorporated
def ZTNT-DDL-STATS-WIN. !All fields are present.
02 ZUSER-BYTES type ZSPI-DDL-INT2.
02 ZNET-BYTES type ZSPI-DDL-INT2.
02 ZREAD-REQ type ZSPI-DDL-INT2.
02 ZWRITE-REQ type ZSPI-DDL-INT2.
02 ZWRITE-READ-REQ type ZSPI-DDL-INT2.
02 ZCTL-REQ type ZSPI-DDL-INT2.
02 ZSETMODE-REQ type ZSPI-DDL-INT2.
02 ZCANCEL-REQ type ZSPI-DDL-INT2.
02 ZCURR-TIME type ZSPI-DDL-TIMESTAMP.
02 ZRESET-TIME type ZSPI-DDL-TIMESTAMP.
end.
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.
ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING.
Tokens in Command Buffer
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.”
ZCOM-TKN-OBJNAME
specifies the process or window(s) for which the subsystem is to return statistical
information and reset counters. Your application must provide this token in the
command. The object name for the WINDOW object can include wild-card
characters. If wild-card characters are used, the command can affect multiple
windows. The ZCOM-TKN-OBJNAME token is described more fully in “Data
Communications Standard Definitions” in Section 5.
ZCOM-MAP-REQID
is a standard data communications token your application can optionally provide.
This token is described in “Data Communications Standard Definitions” in
Section 5.