<?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 Re: NAS storage - how to determine client that does the highest IOPS,latency or throughput? in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NAS-storage-how-to-determine-client-that-does-the-highest-IOPS-latency-or/m-p/144016#M9132</link>
    <description>&lt;P&gt;You can try with following command :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a817sl1a::*&amp;gt; statistics top client show -interval 30 -iterations 1 -max 10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a817sl1a::*&amp;gt; statistics top file show -interval 30 -iterations 1 -max 10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These 2 commands can give you the information , which you are looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try command for additional information :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a817sl1a::*&amp;gt; statistics&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Oct 2018 06:47:17 GMT</pubDate>
    <dc:creator>RiteshC10</dc:creator>
    <dc:date>2018-10-17T06:47:17Z</dc:date>
    <item>
      <title>NAS storage - how to determine client that does the highest IOPS,latency or throughput?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NAS-storage-how-to-determine-client-that-does-the-highest-IOPS-latency-or/m-p/143985#M9129</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;is there a way how to find from the storage perspective&amp;nbsp; client that does the &amp;nbsp;highest IOPS,latency or throughput? I would like to see the IP from what the trafic is comming and the IOPS, MBps and latency that is from this IP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is something like this possible?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:12:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NAS-storage-how-to-determine-client-that-does-the-highest-IOPS-latency-or/m-p/143985#M9129</guid>
      <dc:creator>maskajan09</dc:creator>
      <dc:date>2025-06-04T13:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: NAS storage - how to determine client that does the highest IOPS,latency or throughput?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NAS-storage-how-to-determine-client-that-does-the-highest-IOPS-latency-or/m-p/144003#M9130</link>
      <description>&lt;P&gt;What protocol are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 23:24:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NAS-storage-how-to-determine-client-that-does-the-highest-IOPS-latency-or/m-p/144003#M9130</guid>
      <dc:creator>lsran</dc:creator>
      <dc:date>2018-10-16T23:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: NAS storage - how to determine client that does the highest IOPS,latency or throughput?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NAS-storage-how-to-determine-client-that-does-the-highest-IOPS-latency-or/m-p/144004#M9131</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming you&amp;nbsp;referring to Clustered-Data ONTAP.&amp;nbsp; see an example below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Cluster123::&amp;gt; statistics top client show -iterations 1 -interval 5 -max 2

Cluster123: 00/00/2018 00:00:00
*Estimated
     Total
      IOPS Protocol       Node    Vserver Client
---------- -------- ---------- ---------- ------------
       925     cifs  node1234   SVM  10.0.0.1
       675     cifs  node1234   SVM  10.0.0.2
&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Oct 2018 23:27:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NAS-storage-how-to-determine-client-that-does-the-highest-IOPS-latency-or/m-p/144004#M9131</guid>
      <dc:creator>GidonMarcus</dc:creator>
      <dc:date>2018-10-16T23:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: NAS storage - how to determine client that does the highest IOPS,latency or throughput?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NAS-storage-how-to-determine-client-that-does-the-highest-IOPS-latency-or/m-p/144016#M9132</link>
      <description>&lt;P&gt;You can try with following command :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a817sl1a::*&amp;gt; statistics top client show -interval 30 -iterations 1 -max 10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a817sl1a::*&amp;gt; statistics top file show -interval 30 -iterations 1 -max 10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These 2 commands can give you the information , which you are looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try command for additional information :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a817sl1a::*&amp;gt; statistics&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 06:47:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NAS-storage-how-to-determine-client-that-does-the-highest-IOPS-latency-or/m-p/144016#M9132</guid>
      <dc:creator>RiteshC10</dc:creator>
      <dc:date>2018-10-17T06:47:17Z</dc:date>
    </item>
  </channel>
</rss>

