TCP/IP Management Programming Manual

Commands and Responses
HP NonStop TCP/IP Management Programming Manual529636-001
6-55
RESETSTATS Command
Tokens in Command Buffer
ZSPI-TKN-SSID
specifies the subsystem ID, which your management application must pass to
SSINIT. This token is described in SPI Standard Definitions
on page 5-1, and in the
SPI Programming Manual.
ZCOM-TKN-OBJNAME
specifies the process, subnet, or route for which the subsystem is to return
statistics and reset counters. Your application must provide this token in the
command. The object names of the ROUTE and SUBNET objects can include
wild-card characters. Using wild-card characters allows the command to affect
multiple objects. This token is described in Data Communications Standard
Definitions on page 5-9.
(ZSPI-TKN-) MAXRESP, CONTEXT, ALLOW-TYPE, and COMMENT
are standard SPI tokens that your application can provide. These tokens are
described in SPI Standard Definitions on page 5-1.
ZTCI-MAP-STATS-SUBNET !{}
!OBJ-SUBNET
def ZTCI-DDL-STATS-SUBNET. !All fields are present.
02 ZSTATS-SUBNET-OUT-PKTS type ZSPI-DDL-INT2.
02 ZSTATS-SUBNET-IN-PKTS type ZSPI-DDL-INT2.
02 ZSTATS-SUBNET-OUT-ERRS type ZSPI-DDL-INT2.
02 ZSTATS-SUBNET-IN-ERRS type ZSPI-DDL-INT2.
02 ZSTATS-SUBNET-CURR-TIME
type ZSPI-DDL-TIMESTAMP.
02 ZSTATS-SUBNET-RESET-TIME
type ZSPI-DDL-TIMESTAMP.
end.
ZTCI-MAP-STATS-ROUTE !{}
!OBJ-ROUTE
def ZTCI-DDL-STATS-ROUTE. !All fields are present.
02 ZUSAGE type ZSPI-DDL-INT2.
02 ZSTATS-ROUTE-CURR-TIME type ZSPI-DDL-TIMESTAMP.
02 ZSTATS-ROUTE-RESET-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.