<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Retrieve function performance advisor in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Retrieve-function-performance-advisor/m-p/97489#M19794</link>
    <description>&lt;P&gt;In the performance advisor in the management console 3.3 I can set a threshold on the aggregate throughput. I right click in the graph, select add threshold, select suggest value, set the duration to be a week then hit the retrieve button. This gives me the min,mean, max and 95% percentile value. Does anyone know where these figures are generated from and can they be directly interrogated from DFM ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems a very long winded way for me to find the IOPS per aggregate....&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 05:24:13 GMT</pubDate>
    <dc:creator>MAXWELL_CROOK</dc:creator>
    <dc:date>2025-06-05T05:24:13Z</dc:date>
    <item>
      <title>Retrieve function performance advisor</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Retrieve-function-performance-advisor/m-p/97489#M19794</link>
      <description>&lt;P&gt;In the performance advisor in the management console 3.3 I can set a threshold on the aggregate throughput. I right click in the graph, select add threshold, select suggest value, set the duration to be a week then hit the retrieve button. This gives me the min,mean, max and 95% percentile value. Does anyone know where these figures are generated from and can they be directly interrogated from DFM ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems a very long winded way for me to find the IOPS per aggregate....&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:24:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Retrieve-function-performance-advisor/m-p/97489#M19794</guid>
      <dc:creator>MAXWELL_CROOK</dc:creator>
      <dc:date>2025-06-05T05:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve function performance advisor</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Retrieve-function-performance-advisor/m-p/97491#M19795</link>
      <description>&lt;P&gt;I'm not sure how you'd do it with NMSDK, but if you were using CLI it'd be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;95th percentile from the last 600 seconds&lt;/P&gt;&lt;P&gt;dfm perf data retrieve -o filer1:aggr1 -C aggregate:total_transfers -d 600 -m value_at_percentile -P 95&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mean value between 1pm-2pm today&lt;/P&gt;&lt;P&gt;dfm perf data retrieve -o filer1:aggr1 -C aggregate:total_transfers -b "2014-11-21 13:00:00" -e "2014-11-21 14:00:00" -m mean&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the bottom of each output you'll see the output for -m. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you want to see the value for all the aggr on a controller, just remove the ":aggr1" part and it'll get the numbers for all the aggrs for that controller. &amp;nbsp;This works the same way for groups, so if you group filers(or aggrs), then you can plug in the group's object ID after -o and get the values that way. &amp;nbsp;I do that sometimes when I need to pull numbers for an entire DC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I know, each counter group for each filer gets its own file in the perfdata directory. &amp;nbsp;You can verify this by typing dfm perf data list -v.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2014 21:46:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Retrieve-function-performance-advisor/m-p/97491#M19795</guid>
      <dc:creator>rmatsumoto</dc:creator>
      <dc:date>2014-11-21T21:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve function performance advisor</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Retrieve-function-performance-advisor/m-p/97492#M19796</link>
      <description>&lt;P&gt;Wow! So these commands are run from the dfm cli on the host where the data is collected that the Netapp Management console reports?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cant believe someone actually knows how to do this! Thank you so so much. I will compare what I get from DFM with the GUI way and that way cross reference to ensure I'm getting the correct figures.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fantastic.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2014 21:55:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Retrieve-function-performance-advisor/m-p/97492#M19796</guid>
      <dc:creator>MAXWELL_CROOK</dc:creator>
      <dc:date>2014-11-21T21:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve function performance advisor</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Retrieve-function-performance-advisor/m-p/97493#M19797</link>
      <description>&lt;P&gt;That number after -P does not have to be an integer. &amp;nbsp;It can get you something like 99.99th percentile if you wanted. The use case for that was when I was asked to quantify how often the latency on a certain application got high, I was able to observe a pretty significant difference between the 99th percentile value versus 99.9th percentile. &amp;nbsp;It may seem like a small difference, but that's a difference between ~10 minutes and ~100 minutes in a week's time at 1 minute sampling intervals, and people certainly care if your storage performs poorly for 10 minutes vs 100 minutes in any given week. &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2014 22:15:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Retrieve-function-performance-advisor/m-p/97493#M19797</guid>
      <dc:creator>rmatsumoto</dc:creator>
      <dc:date>2014-11-21T22:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve function performance advisor</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Retrieve-function-performance-advisor/m-p/97494#M19798</link>
      <description>&lt;P&gt;&lt;SPAN&gt;"Wow! So these commands are run from the dfm cli on the host where the data is collected that the Netapp Management console reports?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I see I never answered you directly on this. &amp;nbsp;Yes, you run this on the DFM host. &amp;nbsp;Our DFM is running on a win2k8 box and we typically connect to it over a PS-remote session and the commands work fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2014 22:47:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Retrieve-function-performance-advisor/m-p/97494#M19798</guid>
      <dc:creator>rmatsumoto</dc:creator>
      <dc:date>2014-11-21T22:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve function performance advisor</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Retrieve-function-performance-advisor/m-p/97495#M19799</link>
      <description>&lt;P&gt;It wasn't an issue, you've given me far far more than I even knew was possible. Its&amp;nbsp;opened another window of knowledge for me, I wish these things where communicated in some of the training i've had. I'm truly thankful for this. &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://community.netapp.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2014 22:56:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Retrieve-function-performance-advisor/m-p/97495#M19799</guid>
      <dc:creator>MAXWELL_CROOK</dc:creator>
      <dc:date>2014-11-21T22:56:28Z</dc:date>
    </item>
  </channel>
</rss>

