Re: Dell Perc 5/i Performance issues

2010-06-30 Thread Scott Long
On Jun 19, 2010, at 10:31 PM, Garrett Cooper wrote: > On Sat, Jun 19, 2010 at 7:56 PM, Scott Long wrote: >> On Jun 19, 2010, at 5:32 AM, Garrett Cooper wrote: >>> On Sat, Jun 19, 2010 at 4:24 AM, Garrett Cooper wrote: On Sat, Jun 19, 2010 at 4:21 AM, oizs wrote: > Since I tested it on d

Re: Dell Perc 5/i Performance issues

2010-06-20 Thread Antony Mawer
On Mon, Jun 21, 2010 at 4:50 AM, Scott Long wrote: > I just set up a machine with the following GPT scheme: > > =>        34  5853511613  mfid0  GPT  (2.7T) >          34         128      1  freebsd-boot  (64K) >         162         862         - free -  (431K) >        1024     2097152      2  fr

Re: Dell Perc 5/i Performance issues

2010-06-20 Thread Scott Long
Yeah, there's no value in using the /dev/random devices for testing disk i/o. Use /dev/zero instead. I've known of hardware RAID engines in the past that can recognize certain repeating i/o benchmark patterns and optimize for them, but I have no idea if LSI controllers do this, tho based on yo

Re: Dell Perc 5/i Performance issues

2010-06-20 Thread Artem Belevich
/dev/random and /dev/urandom are relatively slow and are not suitable as the source of data for testing modern hard drives' sequential throughput. On my 3GHz dual-core amd63 box both /dev/random and /dev/urandom max out at ~80MB/s while consuming 100% CPU time on one of the processor cores. That w

Re: Dell Perc 5/i Performance issues

2010-06-20 Thread Scott Long
I just set up a machine with the following GPT scheme: =>34 5853511613 mfid0 GPT (2.7T) 34 128 1 freebsd-boot (64K) 162 862 - free - (431K) 1024 2097152 2 freebsd-ufs (1.0G) 2098176 4194304 3 freebsd-s

Re: Dell Perc 5/i Performance issues

2010-06-20 Thread Steven Hartland
Does anyone know of a nice how to guide for achieving this? - Original Message - From: "Scott Long" 2. Partition alignment. If you're using classic MBR slices, everything gets misaligned by 63 sectors, making it impossible for the controller to optimize both reads and writes. If the

Re: Dell Perc 5/i Performance issues

2010-06-20 Thread oizs
I've tried almost everything now. The battery is probably fine: mfiutil show battery mfi0: Battery State: Manufacture Date: 7/25/2009 Serial Number: 3716 Manufacturer: SMP-PA1.9 Model: DLFR463 Chemistry: LION Design Capacity: 1800 mAh Design Voltage: 3700 mV C

Re: Dell Perc 5/i Performance issues

2010-06-20 Thread oizs
Could you tell me exactly how did you configure your raid? I mean wb/read-ahead/blocksize/stripe etc. Much appreciated. -zsozso On 2010.06.19. 14:26, Svein Skogen (Listmail Account) wrote: On 19.06.2010 11:58, oizs wrote: I tried almost everything raid 0 1 5 10 with all kind of stripes 32

Re: Dell Perc 5/i Performance issues

2010-06-19 Thread Garrett Cooper
On Sat, Jun 19, 2010 at 7:56 PM, Scott Long wrote: > On Jun 19, 2010, at 5:32 AM, Garrett Cooper wrote: >> On Sat, Jun 19, 2010 at 4:24 AM, Garrett Cooper wrote: >>> On Sat, Jun 19, 2010 at 4:21 AM, oizs wrote: Since I tested it on different kind of os's, and with at least 5 testing ap

Re: Dell Perc 5/i Performance issues

2010-06-19 Thread Scott Long
On Jun 19, 2010, at 5:32 AM, Garrett Cooper wrote: > On Sat, Jun 19, 2010 at 4:24 AM, Garrett Cooper wrote: >> On Sat, Jun 19, 2010 at 4:21 AM, oizs wrote: >>> Since I tested it on different kind of os's, and with at least 5 testing >>> applications, I don't think that would be the case. >>> >>>

Re: Dell Perc 5/i Performance issues

2010-06-19 Thread Scott Long
Two big things can affect RAID-5 performance: 1. Battery backup. If you don't have a working battery attached to the card, it will turn off the write-back cache, no matter what you do. Check this. If you're unsure, use the mfiutil tool that I added to FreeBSD a few months ago and send me th

Re: Dell Perc 5/i Performance issues

2010-06-19 Thread Svein Skogen (Listmail Account)
On 19.06.2010 11:58, oizs wrote: > I tried almost everything raid 0 1 5 10 with all kind of stripes > 32/64/128 and settings direct io/cached/read-ahead/wt/wb/disk-cache but > nothing seems to work. > I changed the card to another dell perc 5 which had an older firmware. > Tried 4 kind of motherboa

Re: Dell Perc 5/i Performance issues

2010-06-19 Thread Michael Reifenberger
On Sat, 19 Jun 2010, pluknet wrote: ... MegaCli -LdSetProp Cached -LALL -a0 MegaCli -LdSetProp NORA -LALL -a0 MegaCli -LdSetProp WB -LALL -a0 MegaCli -LdSetProp -EnDskCache -LALL -a0 (Only if having a USV of course) Dunno if there is a mfiutil equivalent though. Hi. That would be: mfiutil cac

Re: Dell Perc 5/i Performance issues

2010-06-19 Thread Garrett Cooper
On Sat, Jun 19, 2010 at 4:24 AM, Garrett Cooper wrote: > On Sat, Jun 19, 2010 at 4:21 AM, oizs wrote: >> Since I tested it on different kind of os's, and with at least 5 testing >> applications, I don't think that would be the case. >> >> On 2010.06.19. 13:17, Garrett Cooper wrote: >>> >>> On Sat

Re: Dell Perc 5/i Performance issues

2010-06-19 Thread Garrett Cooper
On Sat, Jun 19, 2010 at 4:21 AM, oizs wrote: > Since I tested it on different kind of os's, and with at least 5 testing > applications, I don't think that would be the case. > > On 2010.06.19. 13:17, Garrett Cooper wrote: >> >> On Sat, Jun 19, 2010 at 2:58 AM, oizs  wrote: >> >>> >>> I tried almos

Re: Dell Perc 5/i Performance issues

2010-06-19 Thread oizs
Since I tested it on different kind of os's, and with at least 5 testing applications, I don't think that would be the case. -zsozso On 2010.06.19. 13:17, Garrett Cooper wrote: On Sat, Jun 19, 2010 at 2:58 AM, oizs wrote: I tried almost everything raid 0 1 5 10 with all kind of stripes 3

Re: Dell Perc 5/i Performance issues

2010-06-19 Thread Garrett Cooper
On Sat, Jun 19, 2010 at 2:58 AM, oizs wrote: > I tried almost everything raid 0 1 5 10 with all kind of stripes 32/64/128 > and settings direct io/cached/read-ahead/wt/wb/disk-cache but nothing seems > to work. > I changed the card to another dell perc 5 which had an older firmware. Tried > 4 kind

Re: Dell Perc 5/i Performance issues

2010-06-19 Thread oizs
I tried almost everything raid 0 1 5 10 with all kind of stripes 32/64/128 and settings direct io/cached/read-ahead/wt/wb/disk-cache but nothing seems to work. I changed the card to another dell perc 5 which had an older firmware. Tried 4 kind of motherboards even tried changing the os to linux

Re: Dell Perc 5/i Performance issues

2010-06-19 Thread Svein Skogen (Listmail Account)
On 18.06.2010 01:50, oizs wrote: > Hi, > > I've bought a Dell Perc 5/i because I couldn't make the onboard marvell > 88sx7042 work with 8.0/8.1 or current, but as lucky as I am, the best I > can do with 4x1.5tb samsung in raid5 is 60MB/s writes and 90MB/s reads, > with bbu/write-back/adaptive-read

Re: Dell Perc 5/i Performance issues

2010-06-19 Thread pluknet
On 19 June 2010 11:17, Michael Reifenberger wrote: > > Have you enabled the disk caches as well? > Something like: > MegaCli -LdSetProp Cached -LALL -a0 > MegaCli -LdSetProp NORA -LALL -a0 > MegaCli -LdSetProp WB -LALL -a0 > MegaCli -LdSetProp -EnDskCache -LALL -a0 > (Only if having a USV of cours

Re: Dell Perc 5/i Performance issues

2010-06-19 Thread Michael Reifenberger
On Sat, 19 Jun 2010, oizs wrote: Date: Sat, 19 Jun 2010 02:27:05 +0200 From: oizs To: freebsd-current@freebsd.org Subject: Re: Dell Perc 5/i Performance issues Im using the Samsung F3 disks, which can do 140MB/s sequentially. I have tried different raids raid0 will do just as bad as raid5. I

Re: Dell Perc 5/i Performance issues

2010-06-18 Thread oizs
Im using the Samsung F3 disks, which can do 140MB/s sequentially. I have tried different raids raid0 will do just as bad as raid5. I even tried one disk which performed as expected 100MB/s+ reads and writes so I'm not sure anymore what could be the problem. Maybe the controller hates samsung di

Re: Dell Perc 5/i Performance issues

2010-06-18 Thread krad
On 18 June 2010 10:08, oizs wrote: > I've seen people with the same configuration doing 160MB/s writes and > 250MB/s+ reads with raid5 so I still think something isn't right. And using > raid10 with 4 disks is a rather large waste of capacity. > > -zsozso > > > On 2010.06.18. 1:55, Chuck Swiger w

Re: Dell Perc 5/i Performance issues

2010-06-18 Thread Chuck Swiger
On Jun 18, 2010, at 2:08 AM, oizs wrote: > I've seen people with the same configuration doing 160MB/s writes and > 250MB/s+ reads with raid5 so I still think something isn't right. How is that being measured? > And using raid10 with 4 disks is a rather large waste of capacity. If you value perf

Re: Dell Perc 5/i Performance issues

2010-06-18 Thread oizs
I've seen people with the same configuration doing 160MB/s writes and 250MB/s+ reads with raid5 so I still think something isn't right. And using raid10 with 4 disks is a rather large waste of capacity. -zsozso On 2010.06.18. 1:55, Chuck Swiger wrote: On Jun 17, 2010, at 4:50 PM, oizs wrote:

Re: Dell Perc 5/i Performance issues

2010-06-17 Thread Chuck Swiger
On Jun 17, 2010, at 4:50 PM, oizs wrote: > I've bought a Dell Perc 5/i because I couldn't make the onboard marvell > 88sx7042 work with 8.0/8.1 or current, but as lucky as I am, the best I can > do with 4x1.5tb samsung in raid5 is 60MB/s writes and 90MB/s reads, with > bbu/write-back/adaptive-re

Dell Perc 5/i Performance issues

2010-06-17 Thread oizs
Hi, I've bought a Dell Perc 5/i because I couldn't make the onboard marvell 88sx7042 work with 8.0/8.1 or current, but as lucky as I am, the best I can do with 4x1.5tb samsung in raid5 is 60MB/s writes and 90MB/s reads, with bbu/write-back/adaptive-read-ahead. I was expecting at least twice