HP 3PAR OS 3.1.3 Command Line Interface Reference

Specifies the interval in seconds that statistics are sampled from using an integer from 1 through
2147483. If no count is specified, the command defaults to 2 seconds.
iter <number>
Specifies that the histogram is to stop after the indicated number of iterations using an integer from
1 through 2147483647.
sortcol <col> [,<dir>][:<col>[,<dir>]...]
Sorts command output based on column number <col>. Columns are numbered from left to right,
beginning with 0. You must specify a column number. In addition, you can specify the direction
of sorting <dir> as follows:
inc
Sort in increasing order (default).
dec
Sort in decreasing order.
filt <fspec>
Specifies that histograms below the threshold specified by the <fspec> argument are not displayed.
The <fspec> argument is specified in the syntax of <op>,<val_ms>,<count>.
<op>
The <op> argument can be specified as one of the following:
r - Specifies read statistics.
w - Specifies write statistics.
t - Specifies total statistics.
rw - Specifies total read and write statistics.
<val_ms>
Specifies the threshold service time in milliseconds.
<count>
Specifies the minimum number of access above the threshold service time. When filtering is
done, the <count> is compared with the sum of all columns starting with the one which
corresponds to the threshold service time. For example,-t,8,100 specifies that only the rows
where the 8ms column and all columns to the right adds up to more than 100 are to be
displayed.
ni
Specifies that histograms for only nonidle devices are displayed. This option is shorthand for the
option filt t,0,0.
SPECIFIERS
None
RESTRICTIONS
None
histvv 185