HP 3PAR OS 3.1.3 Command Line Interface Reference

Limit the data to RAID of the specified types. Allowed types are 0, 1, 5 and 6.
sortcol <col> [,<dir>][:<col>[,<dir>]...]
Sorts command output based on the column number (<col>). Columns are numbered from left to
right, beginning with 0. At least one column must be specified. In addition, the direction of sorting
<dir> can be specified 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.
SPECIFIERS
<LD_name>|<pattern>
LDs matching either the specified LD_name or glob-style pattern are included. This specifier can
be repeated to display information for multiple LDs. If not specified, all LDs are included.
RESTRICTIONS
None
EXAMPLES
The following example displays aggregate hourly LD space information for all RAID 5 LDs with
names that match either "fc*" or "ssd*" patterns beginning 24 hours ago:
cli% srldspace -raid_type 5 -hourly -btsecs -24h fc* ssd*
The following example displays LD space information for the most recent daily sample aggregated
by the LD name for LDs with names that match the pattern "tp*".
cli% srldspace -daily -attime -groupby ld_name tp*
NOTES
For this command: 1 MB = 1048576 bytes.
546 System Reporter (SR) commands