Network and Storage Protocols

NAS storage - how to determine client that does the highest IOPS,latency or throughput?

maskajan09
2,679 Views

Hello

is there a way how to find from the storage perspective  client that does the  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.

 

Is something like this possible?

 

Thank you

Jan

3 REPLIES 3

lsran
2,645 Views

What protocol are you using?

GidonMarcus
2,643 Views

Hi

 

Assuming you referring to Clustered-Data ONTAP.  see an example below

 

Cluster123::> 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
Gidi Marcus (Linkedin) - Storage and Microsoft technologies consultant - Hydro IT LTD - UK

RiteshC10
2,617 Views

You can try with following command :

 

a817sl1a::*> statistics top client show -interval 30 -iterations 1 -max 10

 

a817sl1a::*> statistics top file show -interval 30 -iterations 1 -max 10

 

These 2 commands can give you the information , which you are looking for.

 

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

Try command for additional information :

 

a817sl1a::*> statistics



 

 

 

 

 

Public