TCP/IP TELNET Management Programming Manual
STATISTICS Command
Commands and Responses
53474 Tandem Computers Incorporated 6–57
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 object for which the subsystem is to return statistical information.
Your application must provide this token in the command. You can use an object-
name template for the WINDOW object. This 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.
(ZSPI-TKN-) MAXRESP, CONTEXT, ALLOW-TYPE, and COMMENT
are standard SPI tokens your application can optionally provide. These tokens are
described in “SPI Standard Definitions” in Section 5.