Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Orphaned Storage - Using "statistics volume show" for file share usage - Need another Alternative
2022-05-01
06:18 PM
1,898 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
qos statistics volume performance show -volume <vol> -vserver <vol>
Ignore the -total- line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a PowerShell module or an API call that I can use to pull this information into a report??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The following article is about IOPS calls to a specific volume through the API, some of which may be helpful to you
I hope to help you
