OSI/MHS Management Programming Manual

Commands and Responses
OSI/MHS Management Programming Manual424824-001
5-210
RESETSTATS MON
Tokens in Command Buffer
ZSPI-TKN-MANAGER
is the MHS manager name, that is, the process to which SCP is to send this
command. This token is required and must occur only once.
ZCOM-TKN-OBJNAME
is the name of the MON object for which the statistics counters are to be reset. This
token is optional.
ZSPI-TKN-ALLOW-TYPE
ZSPI-TKN-RESPONSE-TYPE
ZSPI-TKN-COMMENT
are described in the SPI Programming Manual.
Tokens in Response Buffer
ZSPI-TKN-DATALIST
introduces a data list, as described in the SPI Programming Manual; the final
ZSPI-TKN-ENDLIST ends the data list. These tokens enclose the other response
tokens only if the value of the header token ZSPI-TKN-MAXRESP is not 0.
ZCOM-TKN-OBJTYPE
ZCOM-TKN-OBJNAME
are described in the SPI Common Extensions Manual.
ZCMK-MAP-STATS-MEM
is an extensible structured token that contains attributes of the general extended
memory of the process. On the RESETSTATS command only ZFAIL, ZMAX, and
ZRESET-TIME are reset. ZCMK-DDL-STATS-MEM contains the following fields:
ZCONFIG
is the total number of bytes assigned to this pool. This value is set when the
pool is originally allocated, but can grow if the pool allocation is automatically
adjusted.
ZCURR
is the total number of bytes currently allocated from the pool. If this value is
consistently near half of the total pool size, it indicates that the pool might be
overused.
ZCURR-FRAG
is the number of fragments in the available storage. A large value indicates a
problem in storage utilization.