<?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 Has the Harvest metrics list description in Grafana? in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Has-the-Harvest-metrics-list-description-in-Grafana/m-p/160603#M28024</link>
    <description>&lt;P&gt;Does anyone know such a document?&lt;/P&gt;
&lt;P&gt;We want to confirm the meaning of each metric in Grafana.&lt;/P&gt;
&lt;P&gt;Below is a schematic diagram.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-10-23_16-13-04.jpg" style="width: 859px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10301i34893BF66970EE4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-10-23_16-13-04.jpg" alt="2020-10-23_16-13-04.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 10:47:44 GMT</pubDate>
    <dc:creator>GuoSyuan</dc:creator>
    <dc:date>2025-06-04T10:47:44Z</dc:date>
    <item>
      <title>Has the Harvest metrics list description in Grafana?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Has-the-Harvest-metrics-list-description-in-Grafana/m-p/160603#M28024</link>
      <description>&lt;P&gt;Does anyone know such a document?&lt;/P&gt;
&lt;P&gt;We want to confirm the meaning of each metric in Grafana.&lt;/P&gt;
&lt;P&gt;Below is a schematic diagram.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-10-23_16-13-04.jpg" style="width: 859px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10301i34893BF66970EE4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-10-23_16-13-04.jpg" alt="2020-10-23_16-13-04.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:47:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Has-the-Harvest-metrics-list-description-in-Grafana/m-p/160603#M28024</guid>
      <dc:creator>GuoSyuan</dc:creator>
      <dc:date>2025-06-04T10:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Has the Harvest metrics list description in Grafana?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Has-the-Harvest-metrics-list-description-in-Grafana/m-p/160608#M28025</link>
      <description>&lt;P&gt;Hi&amp;nbsp;GuoSyuan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a utility that comes with Harvest 1.x which you can use to retrieve information about the counters. It's a little bit work, but most of the time you'll get all the details (in Harvest 2.0 we are working on a &lt;A href="https://www.youtube.com/watch?v=iq9CRrDatrs&amp;amp;t=370s" target="_self"&gt;GUI&lt;/A&gt; that will simplify this, but it will take some time to be ready).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, find out the "object" the counter belongs to (I'll explain that in a minute). Then, run the utility:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ ./util/perf-counters-utility -host HOST -user USER -pass PASSWORD -c -f OBJECT&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Replace HOST, USER and PASSWORD with the IP address, username and password of your cluster (this is used to retrieve the API info), and replace OBJECT with object (e.g. "volume", "system:node", "processor"... ). You should get a list of counters with detailed description.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to find out the object? Most of the time, you can lookup a counter in Harvests' template. (e.g. "template/default/cdot-9.6.0.conf") and see under which object they are listed. Unfortunately, some counters are cooked by the plugins, so you have to either guess their origin or lookup in the plugin sourcecode. This is the case with the counter "qos_read_io_type" that I see in your screenshot: it is cooked from the counter "read_io_type" from -- I think -- the object "workload_volume". So I would run:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ ./util/perf-counters-utility -host HOST -user USER -pass PASSWORD -c -f workload_volume&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to get info about the counter. Hope this somehow helps!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 12:28:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Has-the-Harvest-metrics-list-description-in-Grafana/m-p/160608#M28025</guid>
      <dc:creator>vachagan_gratian</dc:creator>
      <dc:date>2020-10-23T12:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Has the Harvest metrics list description in Grafana?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Has-the-Harvest-metrics-list-description-in-Grafana/m-p/160623#M28026</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/69349"&gt;@vachagan_gratian&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for your help. That utility is help.&lt;/P&gt;
&lt;P&gt;The utility used the parameter "-o" for the "display object list" and got the ext_cache description below.&lt;BR /&gt;&lt;STRONG&gt;ext_cache: This object lists global WAFL External Cache state information applicable to the entire software subsystem, not specific to a given type of cache.&lt;/STRONG&gt;&lt;BR /&gt;Does the "External Cache" mean Flash Cache (PAM card or NVRAM)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this tool the same as the "statistics catalog object show" command?&lt;/P&gt;
&lt;P&gt;I have found a web-site explanation of these counters, the reference as below. &lt;/P&gt;
&lt;P&gt;&lt;A href="https://bitpushr.wordpress.com/category/performance/" target="_blank"&gt;https://bitpushr.wordpress.com/category/performance/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-10-24_00-56-05.jpg" style="width: 638px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10303i5E22F79525F85E72/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-10-24_00-56-05.jpg" alt="2020-10-24_00-56-05.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have any document for these counters item explanation by NetApp?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 18:16:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Has-the-Harvest-metrics-list-description-in-Grafana/m-p/160623#M28026</guid>
      <dc:creator>GuoSyuan</dc:creator>
      <dc:date>2020-10-23T18:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Has the Harvest metrics list description in Grafana?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Has-the-Harvest-metrics-list-description-in-Grafana/m-p/160712#M28028</link>
      <description>&lt;P&gt;Yes the statistics catalog command will explain the CMA object:instance:counter descriptions. Some counters are not used for customer consumption, and we generally don't have customers poking around in there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there something specific you need?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 15:18:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Has-the-Harvest-metrics-list-description-in-Grafana/m-p/160712#M28028</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2020-10-27T15:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Has the Harvest metrics list description in Grafana?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Has-the-Harvest-metrics-list-description-in-Grafana/m-p/160719#M28029</link>
      <description>&lt;P&gt;Thanks vachagan_gratian and paul_stejskal for the prompt reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We understand that these data are the same as the output by the &lt;SPAN&gt;statistics catalog command, we a&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;lso learned Harvest-Utility could use to get the &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;metrics&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;list and more information.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;We are looking for some counter and index making dashboard to quickly check&lt;BR /&gt;1. Hardware health&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (ex: Interconnect-Switch-Power; Network Port Status; CRC error count ...etc.)&lt;BR /&gt;2. Effective performance of health&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Is only need to look at volume latency? or any suggested?)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;3. Space and performance indicators confirm expansion requirements&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there any suggested indicators?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 17:34:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Has-the-Harvest-metrics-list-description-in-Grafana/m-p/160719#M28029</guid>
      <dc:creator>GuoSyuan</dc:creator>
      <dc:date>2020-10-27T17:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Has the Harvest metrics list description in Grafana?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Has-the-Harvest-metrics-list-description-in-Grafana/m-p/160767#M28030</link>
      <description>&lt;P&gt;Latency is the primary metric as far as performance. Anything else is secondary.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 14:36:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Has-the-Harvest-metrics-list-description-in-Grafana/m-p/160767#M28030</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2020-10-28T14:36:55Z</dc:date>
    </item>
  </channel>
</rss>

