NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

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

tadinifni
2,860 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
2,799 Views

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

 

Ignore the -total- line.

tadinifni
2,798 Views

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

chenguanghui
1,406 Views

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