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
Nearly ALL Volume Performance Counters deprecated .... where do I get this info now ?
2017-01-23
10:20 AM
5,987 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looks like nearly all useful performance metrics via Performance volume counters have now been deprecated.
Here's a few that are reported by the API output that are deprecated.
Throughput:
<counter-info>
<desc>Note: This counter is deprecated and will be removed in a future release. Bytes read per second from the volume</desc>
<is-deprecated>true</is-deprecated>
<name>read_data</name>
<privilege-level>admin</privilege-level>
<properties>rate</properties>
<unit>b_per_sec</unit>
</counter-info>
Latency:
<counter-info>
<base-counter>read_ops</base-counter>
<desc>Note: This counter is deprecated and will be removed in a future release. Average latency in microseconds for the WAFL filesystem to process read request to the volume; not including request processing or network communication time</desc>
<is-deprecated>true</is-deprecated>
<name>read_latency</name>
<privilege-level>admin</privilege-level>
<properties>average</properties>
<unit>microsec</unit>
</counter-info>
IOPS:
<counter-info>
<desc>Note: This counter is deprecated and will be removed in a future release. Number of reads per second to the volume</desc>
<is-deprecated>true</is-deprecated>
<name>read_ops</name>
<privilege-level>admin</privilege-level>
<properties>rate</properties>
<unit>per_sec</unit>
</counter-info>
Where can this information be pulled from now via the API?
Solved! See The Solution
1 ACCEPTED SOLUTION
akitsen has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Would be great to know what ONTAP version you are using
5 REPLIES 5
akitsen has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Would be great to know what ONTAP version you are using
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Incredibly late reply, but I figured it all out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This post is the top of a google search for "netapp volume counter deprecated". Would you mind sharing what you figured out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@mattS555 wrote:This post is the top of a google search for "netapp volume counter deprecated". Would you mind sharing what you figured out?
I do remember that though many of the counters were deprecated, performance data was still available. This goes for both 7mode and CDOT.
Some of the object names changed slightly, so I had to adjust to that, but otherwise I was able to extract the data via the API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the quick response. I misunderstood your original post, you assumed they had already been depricated. I still havent found what will eventually replace them; if a replacement exists at all.
