Command Reference Guide

setstatch
DESCRIPTION
The setstatch command starts and stops the statistics collection mode for chunklets.
SYNTAX
setstatch start|stop <LD_name> <chunklet_num>
AUTHORITY
Super, Edit
Any role granted the statch_set right.
SUBCOMMANDS
start|stop
Specifies that the collection of statistics is either started or stopped for the specified Logical Disk
(LD) and chunklet.
OPTIONS
None.
SPECIFIERS
<LD_name>
Specifies the name of the LD in which the chunklet to be configured resides.
<chunklet_num>
Specifies the chunklet that is configured using the setstatch command.
RESTRICTIONS
None.
EXAMPLES
The following example displays the start of statistics collection on chunklet 0 of LD test:
cli% setstatch start test 0
NOTES
After the statistic collection mode for the chunklet is set, you can then use either the histch
command (Section (page 180)) or the statch command (Section (page 588)) to view the chunklet’s
statistics.
setstatch 331