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.

Active IQ Unified Manager Discussions

netapp harvest 7mode volume used size graph

SrikanthReddy
2,444 Views

Sharing Chris reply for displaying 7mode filer volume used size graph ,

This graph is not pre-defined ,can duplicate existing IOP graph and remove other metrics ,add below metric

 

here is the metric to use

scale(netapp.perf7.$Group.$Node.vol.$Volume.wv_fsinfo_blks_used, 0.0009765625)

 

I do have 7-mode vol used though, collecting directly from the filer, as part of the IOP density graph.  Find this graph on the 7-mode volume dashboard.  It is the counter called “wv_fsinfo_blks_used” and displays the volume used (active filesystem + snap).  It is normalized to Mbytes, so if you want in Gigabytes you could add a new graph with this metric string:

scale(netapp.perf7.$Group.$Node.vol.$Volume.wv_fsinfo_blks_used, 0.0009765625)

 

 

0 REPLIES 0
Public