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.

ONTAP Discussions

how to check if the storage is busy or not at the point of sometime in 7 mode?

DavidCao
3,073 Views

The customer complains the storage is very slow. How can i chechk this kind of problem with commands ? Please help. Thanks.

1 REPLY 1

khcchen
3,049 Views

There are a few ways you can check

 

sysstat - controller performance statistics (normally I specify interval = 1, for immediate result)

https://library.netapp.com/ecmdocs/ECMP1368825/html/cmdrefnow/man1/na_sysstat.1.html

 

netstat - network performance statistics

https://library.netapp.com/ecmdocs/ECMP1368825/html/cmdrefnow/man1/na_netstat.1.html

 

protocol specific

NFS

https://library.netapp.com/ecmdocs/ECMP1368825/html/cmdrefnow/man1/na_nfsstat.1.html

CIFS

https://library.netapp.com/ecmdocs/ECMP1196890/html/man1/na_cifs_stat.1.html

iSCSI

https://library.netapp.com/ecmdocs/ECMP1196979/html/man1/na_iscsi.1.html

 

And also performance advisor ..generally I start from latency, network throughput, try to narrow down the possibilities and find out the bottleneck.

 

Public