Index  |  Top  -  Up Data ONTAP 8.2

dashboard storage show

Display storage dashboard

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The dashboard storage show command displays information about storage utilization.

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.

|  [-performance ]

Displays storage space utilization and the current performance of I/O operations, including:

|  [-week ]

Displays the storage space utilization trend over the past seven days, including:

|  [-instance ]  }

If you specify the -instance parameter, the command displays detailed information about all fields.

[-aggregate <aggregate name>] - Aggregate

Selects the aggregates that match this parameter value.

[-size {<integer>[KB|MB|GB|TB|PB]}] - Size

Selects the aggregates that match this parameter value.

[-usedsize {<integer>[KB|MB|GB|TB|PB]}] - Used Size

Selects the aggregates that match this parameter value.

[-availsize {<integer>[KB|MB|GB|TB|PB]}] - Avail Size

Selects the aggregates that match this parameter value.

[-percent-used <percent>] - Used%

Selects the aggregates that match this parameter value.

[-nodes {<nodename>|local}, ...] - Nodes

Selects the aggregates that match this parameter value.

[-volcount <integer>] - Volumes

Selects the aggregates that match this parameter value (number of volumes).

[-read-data <Counter64>] - Read Data MB/s

Selects the aggregates that match this parameter value.

[-read-iops <Counter64>] - Read IOPs

Selects the aggregates that match this parameter value.

[-write-data <Counter64>] - Write Data MB/s

Selects the aggregates that match this parameter value (MB per second written to storage).

[-write-iops <Counter64>] - Write IOPs

Selects the aggregates that match this parameter value.

[-status <text>, ...] - Status

Selects the aggregates that match this parameter value. Possible values are: Separate multiple values with commas.

[-4h-change-used {<integer>[KB|MB|GB|TB|PB]}] - 4-hour Change in Used Size

Selects the aggregates that match this parameter value.

[-4h-change-vols <integer>] - 4-hour Change in Number of Volumes

Selects the aggregates that match this parameter value.

[-8h-change-used {<integer>[KB|MB|GB|TB|PB]}] - 8-hour Change in Used Size

Selects the aggregates that match this parameter value.

[-8h-change-vols <integer>] - 8-hour Change in Number of Volumes

Selects the aggregates that match this parameter value.

[-1d-change-used {<integer>[KB|MB|GB|TB|PB]}] - 1-day Change in Used Size

Selects the aggregates that match this parameter value.

[-1d-change-vols <integer>] - 1-day Change in Number of Volumes

Selects the aggregates that match this parameter value.

[-2d-change-used {<integer>[KB|MB|GB|TB|PB]}] - 2-day Change in Used Size

Selects the aggregates that match this parameter value.

[-2d-change-vols <integer>] - 2-day Change in Number of Volumes

Selects the aggregates that match this parameter value.

[-3d-change-used {<integer>[KB|MB|GB|TB|PB]}] - 3-day Change in Used Size

Selects the aggregates that match this parameter value.

[-3d-change-vols <integer>] - 3-day Change in Number of Volumes

Selects the aggregates that match this parameter value.

[-7d-change-used {<integer>[KB|MB|GB|TB|PB]}] - 7-day Change in Used Size

Selects the aggregates that match this parameter value.

[-7d-change-vols <integer>] - 7-day Change in Number of Volumes

Selects the aggregates that match this parameter value.

Examples

The following example shows storage utilization information about the aggregate named aggr1:
cluster1::> dashboard storage show -aggregate aggr1
                 
                 Aggregate: aggr1
                      Size: 6.21TB
                 Used Size: 5.14TB
                Avail Size: 1.06TB
                     Used%: 83%
                     Nodes: node1
                   Volumes: 49
            Read Data MB/s: 5904283
                 Read IOPs: 0
           Write Data MB/s: 0
                Write IOPs: 0
                    Status: online
4-hour Change in Used Size: 2.75GB
 4-hour Change in #Volumes: 0
8-hour Change in Used Size: 15.81GB
 8-hour Change in #Volumes: 0
 1-day Change in Used Size: 16.50GB
  1-day Change in #Volumes: 0
 2-day Change in Used Size: 16.97GB
  2-day Change in #Volumes: 0
 3-day Change in Used Size: 62.62GB
  3-day Change in #Volumes: 0
 7-day Change in Used Size: 325.1GB
  7-day Change in #Volumes: 0


Index  |  Top  -  Up Data ONTAP 8.2