ONTAP Discussions

Orphaned Storage - Using "statistics volume show" for file share usage - Need another Alternative

tadinifni
1,495 Views

I am running the following command to pull IOPs on a particular volume to see if the share on the volume has any usage.

 

statistics volume show -interval 5 -iterations 13

 

The problem is the amount of raw data to search through is very tricky to parse and needs to be pulled into a report.

Does anyone have any other methods that one can try to pull this data from ONTAP?

3 REPLIES 3

paul_stejskal
1,434 Views

qos statistics volume performance show -volume <vol> -vserver <vol>

 

Ignore the -total- line.

tadinifni
1,433 Views

Is there a PowerShell module or an API call that I can use to pull this information into a report??

The following article is about IOPS calls to a specific volume through the API, some of which may be helpful to you

https://docs.netapp.com/us-en/active-iq-unified-manager-914/api-automation/concept_metrics_apis.html#list-of-the-available-apis 

I hope to help you

Public