Storage efficiency visualization
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
Use the storage aggregate show-efficiency
command to display information about the storage efficiency of all the aggregates in your system. Learn more about storage aggregate show-efficiency
in the ONTAP command reference.
The storage aggregate show-efficiency
command has three different views that can be invoked by passing command options.
Default view
The default view displays the overall ratio for each of the aggregates.
cluster1::> storage aggregate show-efficiency
Detailed view
Invoke the detailed view with the -details
command option. This view displays the following:
-
Overall efficiency ratio for each of the aggregates.
-
Overall ratio without snapshots.
-
Ratio split for the following efficiency technologies: volume deduplication, volume compression, snapshots, clones, data compaction, and aggregate inline deduplication.
cluster1::> storage aggregate show-efficiency -details
Advanced view
The advanced view is similar to the detailed view and displays both logical and physical used details.
You must run this command at the advanced privilege level. Switch to advanced privilege by using the set -privilege advanced
command.
The command prompt changes to cluster::*>
.
cluster1::> set -privilege advanced
Invoke the advanced view with the -advanced
command option.
cluster1::*> storage aggregate show-efficiency -advanced
To view ratios for a single aggregate individually invoke the -aggregate aggregate_name
command. This command can be run at the admin level, as well as the advanced privilege level.
cluster1::> storage aggregate show-efficiency -aggregate aggr1
Learn more about set -privilege advanced
in the ONTAP command reference.