HP 3PAR InForm OS 3.1.1 Command Line Interface Reference

Specifies that the sums for all volumes of a domain are displayed.
-domain <domainname>...|<pattern>...
Shows only the virtual volumes that are in domains with names that match the specified domain
name(s) or pattern(s).
-timecols <fcol> <lcol>
For the I/O time histogram, shows the columns from the first column <fcol> through last column
<lcol>. The available columns range from 0 through 31. 0 <= fcol < lcol <= 31 must be satisfied.
The default value of <fcol> is 6. The default value of <lcol> is 15.
-pct
Shows the access count in each bucket as a percentage. If this option is not specified, the histogram
shows the access counts.
-prev
Specifies that the histogram displays data from a previous sample.
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.
Multiple columns can be specified and separated by a colon (:). Rows that have the same
information in them as earlier columns will be sorted by values in later columns.
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 non-idle devices are displayed. This option is shorthand for the
option -filt t,0,0.
histrcvv 197