storage aggregate efficiency stat
Display aggregate storage efficiency statistics
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The storage aggregate efficiency stat command displays storage efficiency statistics.
Parameters
- { [-fields <fieldname>, ...]
- If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
- | [-instance ]}
- If you specify the -instance parameter, the command displays detailed information about all fields.
- [-aggregate <aggregate name>] - Aggregate
- If this parameter is specified, the command displays storage efficiency statistics for the specified aggregate.
- [-node {<nodename>|local}] - Node
- If this parameter is specified, the command displays storage efficiency statistics for the aggregates that are located on the specified node.
- [-total-blocks-recompressed <integer>] - Total Number of Blocks Recompressed
- This field represents the total number of blocks recompressed. If this parameter is specified, the command displays storage efficiency statistics that match the specified block count.
- [-active-blocks-recompressed <integer>] - Number of Active Blocks Recompressed
- This field represents the total number of hot blocks recompressed. If this parameter is specified, the command displays storage efficiency statistics that match the specified block count.
- [-inactive-blocks-recompressed <integer>] - Number of Inactive Blocks Recompressed
- This field represents the total number of cold blocks recompressed. If this parameter is specified, the command displays storage efficiency statistics that match the specified block count.
Examples
The following example displays storage efficiency statistics for all the aggregates that are owned by nodes in the local cluster:
cluster1:::> storage aggregate efficiency stat
Aggregate: aggr1
Node: node1
Total Number of Blocks Recompressed: 512
Number of Active Blocks Recompressed: 120
Number of Inactive Blocks Recompressed: 392
Aggregate: aggr2
Node: node1
Total Number of Blocks Recompressed: 0
Number of Active Blocks Recompressed: 0
Number of Inactive Blocks Recompressed: 0
2 entries were displayed.
Give documentation feedback