HPE 3PAR StoreServ Storage
1753772 Members
4681 Online
108799 Solutions
New Discussion юеВ

what is your 3PAR favorite CLI performance check/troublesoot commands

 
Aissa
Frequent Advisor

what is your 3PAR favorite CLI performance check/troublesoot commands

Hello,

what is your 3PAR favorite CLI performance check/troublesoot commands

I found these not bad at all, what's yours ?

what size of I/O are being received on host facing array target HBAs
histport -begin -rw -metric size -sizecols 0 9 -sortcol 2 -iter 1 -host -pct

srrgiodensity -btsecs -1d -cpg XXXX -rw -withvv -pct

 

regards

 

 

4 REPLIES 4
Paul28
HPE Pro

Re: what is your 3PAR favorite CLI performance check/troublesoot commands

Volumes over 200 IOPS

statvlun -vvsum -filt curs,t,iops,200

 

Volumes over 20MB/s

statvlun -vvsum -filt curs,t,bw,20M

 

Volumes over 20ms service time

statvlun -vvsum -filt curs,t,svct,20

 

Hosts with over 200 IOPS

statvlun -hostsum -filt curs,t,iops,200

 

Hosts transfering more than 20MB/s

statvlun -hostsum -filt curs,t,bw,20M

 

Hosts with service times higher than 20ms

statvlun -hostsum -filt curs,t,svct,20


I'm an HPE Employee

Accept or Kudo

Aissa
Frequent Advisor

Re: what is your 3PAR favorite CLI performance check/troublesoot commands

Hello,

by 200i/o for volume and host you mean io size ?

 

Scott Caryer
Frequent Advisor

Re: what is your 3PAR favorite CLI performance check/troublesoot commands

Nothing like a 4 year old post to help me out here...

I am currently experiencing a performance issue on my 3PAR 8400. We are leveraging AO. I am getting anywhere between 20 to sometimes 100 disk reporting High I/O. The disk are FC as well as NL storage. What command is best used to determine what volumes are currently causing the High I/O?

Thanks Paul! 

Sunitha_Mod
Moderator

Re: what is your 3PAR favorite CLI performance check/troublesoot commands

Hello @Scott Caryer,

Thank you for writing to us! 

You might want to consider creating a new topic by utilizing the "New Discussion" button, as this will not only enhance visibility compared to the old topic but also boost your chances of receiving responses from experts.

Thanks,
Sunitha G
I'm an HPE employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo