Disk Enclosures
1752802 Members
5563 Online
108789 Solutions
New Discussion

Re: Disk Performance Issue

 
SOLVED
Go to solution
Muda Ikhsan_3
Occasional Contributor

Disk Performance Issue

Hi. i'm using an EMC Storage connected thru fibre card.
My users complaining that the read/write is very slow.
than i do a test using dd command :
and at the same time i open the sar -d.
I have put the result in the attachment, and my kernel info.

Thanks
1 REPLY 1
Ted Buis
Honored Contributor
Solution

Re: Disk Performance Issue

You may be able to improve performance by using ioctl to increase the queuedepth from the default of 8 to something greater, such as 16 or 32. Usually, frame like EMC are slow on a per LUN bases, so people do LVM striping across multiple LUNs to gain performance. Your dd performance won't tell you file system performance, which your users are likely using. You can use sam to change the mount options to improve performance, but beware that the downside is increase risk of data loss in the event of a crash or power loss. If you are using PVlinks, you can do static load balancing by putting the primary path for some LUNs on path 1 and the primary path for other LUNs on path 2.
Mom 6