* raid5 read performance
@ 2006-01-03 14:16 Raz Ben-Jehuda(caro)
2006-01-03 20:43 ` Mark Hahn
0 siblings, 1 reply; 8+ messages in thread
From: Raz Ben-Jehuda(caro) @ 2006-01-03 14:16 UTC (permalink / raw)
To: Linux RAID Mailing List
I am checking raid5 performance.
I am using asynchronous ios with buffer size as the stripe size.
In this case i am using a stripe size of 1M with 2+1 disks.
Unlike raid0 , raid5 drops the performance by 50% .
Why ?
Is it because it does parity checkings ?
thank you
--
Raz
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: raid5 read performance
2006-01-03 14:16 raid5 read performance Raz Ben-Jehuda(caro)
@ 2006-01-03 20:43 ` Mark Hahn
2006-01-04 8:14 ` Raz Ben-Jehuda(caro)
0 siblings, 1 reply; 8+ messages in thread
From: Mark Hahn @ 2006-01-03 20:43 UTC (permalink / raw)
To: Raz Ben-Jehuda(caro); +Cc: Linux RAID Mailing List
> I am checking raid5 performance.
reads or writes?
> I am using asynchronous ios with buffer size as the stripe size.
why do you think async matters?
> In this case i am using a stripe size of 1M with 2+1 disks.
do you mean that md says you have 512k chunks?
> Unlike raid0 , raid5 drops the performance by 50% .
that's slightly unclear: -50% relative to what? a raw single disk?
is this reads or writes? strictly bandwidth, and if so, do you have
multiple outstanding reads?
> Is it because it does parity checkings ?
non-degraded R5 doesn't do parity checks on reads, afaik.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: raid5 read performance
2006-01-03 20:43 ` Mark Hahn
@ 2006-01-04 8:14 ` Raz Ben-Jehuda(caro)
[not found] ` <013a01c6110c$d2353560$a400a8c0@dcccs>
0 siblings, 1 reply; 8+ messages in thread
From: Raz Ben-Jehuda(caro) @ 2006-01-04 8:14 UTC (permalink / raw)
To: Mark Hahn; +Cc: Linux RAID Mailing List
I guess i was not clear enough.
i am using raid5 over 3 maxtor disks. the chunk size is 1MB.
i mesured the io coming from one disk alone when I READ
from it with 1MB buffers , and i know that it is ~32MB/s.
I created raid0 over two disks and my throughput grown to
64 MB/s.
Doing the same thing with raid5 ended in 32 MB/s.
I am using async io since i do not want to wait for several disks
when i send an IO. By sending a buffer which is striped aligned
i am supposed to have one to one relation between a disk and an
io.
iostat show that all of the three disks work but not fully.
On 1/3/06, Mark Hahn <hahn@physics.mcmaster.ca> wrote:
> > I am checking raid5 performance.
>
> reads or writes?
>
> > I am using asynchronous ios with buffer size as the stripe size.
>
> why do you think async matters?
>
> > In this case i am using a stripe size of 1M with 2+1 disks.
>
> do you mean that md says you have 512k chunks?
>
> > Unlike raid0 , raid5 drops the performance by 50% .
>
> that's slightly unclear: -50% relative to what? a raw single disk?
> is this reads or writes? strictly bandwidth, and if so, do you have
> multiple outstanding reads?
>
> > Is it because it does parity checkings ?
>
> non-degraded R5 doesn't do parity checks on reads, afaik.
>
>
--
Raz
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: raid5 read performance
[not found] ` <013a01c6110c$d2353560$a400a8c0@dcccs>
@ 2006-01-04 13:49 ` Raz Ben-Jehuda(caro)
[not found] ` <045b01c61178$9efdaad0$a400a8c0@dcccs>
0 siblings, 1 reply; 8+ messages in thread
From: Raz Ben-Jehuda(caro) @ 2006-01-04 13:49 UTC (permalink / raw)
To: JaniD++; +Cc: Linux RAID Mailing List
1. do you want the code ?
2. I managed to gain linear perfromance with raid5.
it seems that both raid 5 and raid 0 are caching read a head buffers.
raid 5 cached small amount of read a head while raid0 did not.
On 1/4/06, JaniD++ <djani22@dynamicweb.hu> wrote:
>
> ----- Original Message -----
> From: "Raz Ben-Jehuda(caro)" <raziebe@gmail.com>
> To: "Mark Hahn" <hahn@physics.mcmaster.ca>
> Cc: "Linux RAID Mailing List" <linux-raid@vger.kernel.org>
> Sent: Wednesday, January 04, 2006 9:14 AM
> Subject: Re: raid5 read performance
>
>
> > I guess i was not clear enough.
> >
> > i am using raid5 over 3 maxtor disks. the chunk size is 1MB.
> > i mesured the io coming from one disk alone when I READ
> > from it with 1MB buffers , and i know that it is ~32MB/s.
> >
> > I created raid0 over two disks and my throughput grown to
> > 64 MB/s.
> >
> > Doing the same thing with raid5 ended in 32 MB/s.
> >
> > I am using async io since i do not want to wait for several disks
> > when i send an IO. By sending a buffer which is striped aligned
> > i am supposed to have one to one relation between a disk and an
> > io.
> >
> > iostat show that all of the three disks work but not fully.
>
> Hello,
>
> How do you set sync/async io?
> Please, let me know! :-)
>
> Thanks,
> Janos
>
>
>
--
Raz
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: raid5 read performance
[not found] ` <045b01c61178$9efdaad0$a400a8c0@dcccs>
@ 2006-01-09 23:25 ` Raz Ben-Jehuda(caro)
2006-01-10 11:19 ` JaniD++
0 siblings, 1 reply; 8+ messages in thread
From: Raz Ben-Jehuda(caro) @ 2006-01-09 23:25 UTC (permalink / raw)
To: JaniD++; +Cc: Linux RAID Mailing List
1. it is not good to use so many disks in one raid. this means that in
degraded mode
10 disks would be needed to reconstruct one slice of data.
2. i did not understand what is raid purpose.
3. 10 MB/s is very slow. what sort of disks do u have ?
4. what is the raid stripe size ?
On 1/4/06, JaniD++ <djani22@dynamicweb.hu> wrote:
>
> ----- Original Message -----
> From: "Raz Ben-Jehuda(caro)" <raziebe@gmail.com>
> To: "JaniD++" <djani22@dynamicweb.hu>
> Cc: "Linux RAID Mailing List" <linux-raid@vger.kernel.org>
> Sent: Wednesday, January 04, 2006 2:49 PM
> Subject: Re: raid5 read performance
>
>
> > 1. do you want the code ?
>
> Yes.
> If it is difficult to set.
> I use 4 big raid5 array (4 disk node), and the performace is not too good.
> My standalone disk can do ~50MB/s, but 11 disk in one raid array does only
> ~150Mbit/s.
> (With linear read using dd)
> At this time i think this is my systems pci-bus bottleneck.
> But on normal use, and random seeks, i am happy, if one disk-node can do
> 10MB/s ! :-(
>
> Thats why i am guessing this...
>
> > 2. I managed to gain linear perfromance with raid5.
> > it seems that both raid 5 and raid 0 are caching read a head buffers.
> > raid 5 cached small amount of read a head while raid0 did not.
>
> Aham.
> But...
> I dont understand...
> You wrote that, the RAID5 is slower than RAID0.
> The read a head buffering/caching is bad for performance?
>
> Cheers,
> Janos
>
>
> >
> >
> > On 1/4/06, JaniD++ <djani22@dynamicweb.hu> wrote:
> > >
> > > ----- Original Message -----
> > > From: "Raz Ben-Jehuda(caro)" <raziebe@gmail.com>
> > > To: "Mark Hahn" <hahn@physics.mcmaster.ca>
> > > Cc: "Linux RAID Mailing List" <linux-raid@vger.kernel.org>
> > > Sent: Wednesday, January 04, 2006 9:14 AM
> > > Subject: Re: raid5 read performance
> > >
> > >
> > > > I guess i was not clear enough.
> > > >
> > > > i am using raid5 over 3 maxtor disks. the chunk size is 1MB.
> > > > i mesured the io coming from one disk alone when I READ
> > > > from it with 1MB buffers , and i know that it is ~32MB/s.
> > > >
> > > > I created raid0 over two disks and my throughput grown to
> > > > 64 MB/s.
> > > >
> > > > Doing the same thing with raid5 ended in 32 MB/s.
> > > >
> > > > I am using async io since i do not want to wait for several disks
> > > > when i send an IO. By sending a buffer which is striped aligned
> > > > i am supposed to have one to one relation between a disk and an
> > > > io.
> > > >
> > > > iostat show that all of the three disks work but not fully.
> > >
> > > Hello,
> > >
> > > How do you set sync/async io?
> > > Please, let me know! :-)
> > >
> > > Thanks,
> > > Janos
> > >
> > >
> > >
> >
> >
> > --
> > Raz
>
>
--
Raz
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: raid5 read performance
2006-01-09 23:25 ` Raz Ben-Jehuda(caro)
@ 2006-01-10 11:19 ` JaniD++
2006-01-10 20:05 ` Raz Ben-Jehuda(caro)
0 siblings, 1 reply; 8+ messages in thread
From: JaniD++ @ 2006-01-10 11:19 UTC (permalink / raw)
To: Raz Ben-Jehuda(caro); +Cc: linux-raid
----- Original Message -----
From: "Raz Ben-Jehuda(caro)" <raziebe@gmail.com>
To: "JaniD++" <djani22@dynamicweb.hu>
Cc: "Linux RAID Mailing List" <linux-raid@vger.kernel.org>
Sent: Tuesday, January 10, 2006 12:25 AM
Subject: Re: raid5 read performance
> 1. it is not good to use so many disks in one raid. this means that in
> degraded mode
> 10 disks would be needed to reconstruct one slice of data.
> 2. i did not understand what is raid purpose.
Yes, i know that.
In my system, this was the best choise.
I have 4 disk node inside 4x12 Maxtor 200GB (exactly 10xIDE+2xSATA).
The disk nodes sevres nbd.
The concentrator joins the nodes with sw-raid0
The system is a generally free web storage.
> 3. 10 MB/s is very slow. what sort of disks do u have ?
4x(2xSATA+10xIDE) Maxtor 200GB
The system sometimes have 500-800-1000 downloaders at same time.
In this load, the per node traffic is only 10MB/s. (~100Mbit/s)
First i think the sync/async IO problem.
At this time i think the bottleneck on the nodes is the PCI-32 with 8 HDD.
:(
> 4. what is the raid stripe size ?
Currently all raid layers have 32KB chunks.
Cheers,
Janos
>
> On 1/4/06, JaniD++ <djani22@dynamicweb.hu> wrote:
> >
> > ----- Original Message -----
> > From: "Raz Ben-Jehuda(caro)" <raziebe@gmail.com>
> > To: "JaniD++" <djani22@dynamicweb.hu>
> > Cc: "Linux RAID Mailing List" <linux-raid@vger.kernel.org>
> > Sent: Wednesday, January 04, 2006 2:49 PM
> > Subject: Re: raid5 read performance
> >
> >
> > > 1. do you want the code ?
> >
> > Yes.
> > If it is difficult to set.
> > I use 4 big raid5 array (4 disk node), and the performace is not too
good.
> > My standalone disk can do ~50MB/s, but 11 disk in one raid array does
only
> > ~150Mbit/s.
> > (With linear read using dd)
> > At this time i think this is my systems pci-bus bottleneck.
> > But on normal use, and random seeks, i am happy, if one disk-node can do
> > 10MB/s ! :-(
> >
> > Thats why i am guessing this...
> >
> > > 2. I managed to gain linear perfromance with raid5.
> > > it seems that both raid 5 and raid 0 are caching read a head
buffers.
> > > raid 5 cached small amount of read a head while raid0 did not.
> >
> > Aham.
> > But...
> > I dont understand...
> > You wrote that, the RAID5 is slower than RAID0.
> > The read a head buffering/caching is bad for performance?
> >
> > Cheers,
> > Janos
> >
> >
> > >
> > >
> > > On 1/4/06, JaniD++ <djani22@dynamicweb.hu> wrote:
> > > >
> > > > ----- Original Message -----
> > > > From: "Raz Ben-Jehuda(caro)" <raziebe@gmail.com>
> > > > To: "Mark Hahn" <hahn@physics.mcmaster.ca>
> > > > Cc: "Linux RAID Mailing List" <linux-raid@vger.kernel.org>
> > > > Sent: Wednesday, January 04, 2006 9:14 AM
> > > > Subject: Re: raid5 read performance
> > > >
> > > >
> > > > > I guess i was not clear enough.
> > > > >
> > > > > i am using raid5 over 3 maxtor disks. the chunk size is 1MB.
> > > > > i mesured the io coming from one disk alone when I READ
> > > > > from it with 1MB buffers , and i know that it is ~32MB/s.
> > > > >
> > > > > I created raid0 over two disks and my throughput grown to
> > > > > 64 MB/s.
> > > > >
> > > > > Doing the same thing with raid5 ended in 32 MB/s.
> > > > >
> > > > > I am using async io since i do not want to wait for several disks
> > > > > when i send an IO. By sending a buffer which is striped aligned
> > > > > i am supposed to have one to one relation between a disk and an
> > > > > io.
> > > > >
> > > > > iostat show that all of the three disks work but not fully.
> > > >
> > > > Hello,
> > > >
> > > > How do you set sync/async io?
> > > > Please, let me know! :-)
> > > >
> > > > Thanks,
> > > > Janos
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Raz
> >
> >
>
>
> --
> Raz
> -
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: raid5 read performance
2006-01-10 11:19 ` JaniD++
@ 2006-01-10 20:05 ` Raz Ben-Jehuda(caro)
2006-01-11 1:08 ` JaniD++
0 siblings, 1 reply; 8+ messages in thread
From: Raz Ben-Jehuda(caro) @ 2006-01-10 20:05 UTC (permalink / raw)
To: JaniD++; +Cc: linux-raid
NBD for network block device ?
why do u use it ?
what type of elevator do you use ?
On 1/10/06, JaniD++ <djani22@dynamicweb.hu> wrote:
>
> ----- Original Message -----
> From: "Raz Ben-Jehuda(caro)" <raziebe@gmail.com>
> To: "JaniD++" <djani22@dynamicweb.hu>
> Cc: "Linux RAID Mailing List" <linux-raid@vger.kernel.org>
> Sent: Tuesday, January 10, 2006 12:25 AM
> Subject: Re: raid5 read performance
>
>
> > 1. it is not good to use so many disks in one raid. this means that in
> > degraded mode
> > 10 disks would be needed to reconstruct one slice of data.
> > 2. i did not understand what is raid purpose.
>
> Yes, i know that.
> In my system, this was the best choise.
>
> I have 4 disk node inside 4x12 Maxtor 200GB (exactly 10xIDE+2xSATA).
> The disk nodes sevres nbd.
> The concentrator joins the nodes with sw-raid0
>
> The system is a generally free web storage.
>
> > 3. 10 MB/s is very slow. what sort of disks do u have ?
>
> 4x(2xSATA+10xIDE) Maxtor 200GB
>
> The system sometimes have 500-800-1000 downloaders at same time.
> In this load, the per node traffic is only 10MB/s. (~100Mbit/s)
>
> First i think the sync/async IO problem.
> At this time i think the bottleneck on the nodes is the PCI-32 with 8 HDD.
> :(
>
> > 4. what is the raid stripe size ?
>
> Currently all raid layers have 32KB chunks.
>
> Cheers,
> Janos
>
> >
> > On 1/4/06, JaniD++ <djani22@dynamicweb.hu> wrote:
> > >
> > > ----- Original Message -----
> > > From: "Raz Ben-Jehuda(caro)" <raziebe@gmail.com>
> > > To: "JaniD++" <djani22@dynamicweb.hu>
> > > Cc: "Linux RAID Mailing List" <linux-raid@vger.kernel.org>
> > > Sent: Wednesday, January 04, 2006 2:49 PM
> > > Subject: Re: raid5 read performance
> > >
> > >
> > > > 1. do you want the code ?
> > >
> > > Yes.
> > > If it is difficult to set.
> > > I use 4 big raid5 array (4 disk node), and the performace is not too
> good.
> > > My standalone disk can do ~50MB/s, but 11 disk in one raid array does
> only
> > > ~150Mbit/s.
> > > (With linear read using dd)
> > > At this time i think this is my systems pci-bus bottleneck.
> > > But on normal use, and random seeks, i am happy, if one disk-node can do
> > > 10MB/s ! :-(
> > >
> > > Thats why i am guessing this...
> > >
> > > > 2. I managed to gain linear perfromance with raid5.
> > > > it seems that both raid 5 and raid 0 are caching read a head
> buffers.
> > > > raid 5 cached small amount of read a head while raid0 did not.
> > >
> > > Aham.
> > > But...
> > > I dont understand...
> > > You wrote that, the RAID5 is slower than RAID0.
> > > The read a head buffering/caching is bad for performance?
> > >
> > > Cheers,
> > > Janos
> > >
> > >
> > > >
> > > >
> > > > On 1/4/06, JaniD++ <djani22@dynamicweb.hu> wrote:
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "Raz Ben-Jehuda(caro)" <raziebe@gmail.com>
> > > > > To: "Mark Hahn" <hahn@physics.mcmaster.ca>
> > > > > Cc: "Linux RAID Mailing List" <linux-raid@vger.kernel.org>
> > > > > Sent: Wednesday, January 04, 2006 9:14 AM
> > > > > Subject: Re: raid5 read performance
> > > > >
> > > > >
> > > > > > I guess i was not clear enough.
> > > > > >
> > > > > > i am using raid5 over 3 maxtor disks. the chunk size is 1MB.
> > > > > > i mesured the io coming from one disk alone when I READ
> > > > > > from it with 1MB buffers , and i know that it is ~32MB/s.
> > > > > >
> > > > > > I created raid0 over two disks and my throughput grown to
> > > > > > 64 MB/s.
> > > > > >
> > > > > > Doing the same thing with raid5 ended in 32 MB/s.
> > > > > >
> > > > > > I am using async io since i do not want to wait for several disks
> > > > > > when i send an IO. By sending a buffer which is striped aligned
> > > > > > i am supposed to have one to one relation between a disk and an
> > > > > > io.
> > > > > >
> > > > > > iostat show that all of the three disks work but not fully.
> > > > >
> > > > > Hello,
> > > > >
> > > > > How do you set sync/async io?
> > > > > Please, let me know! :-)
> > > > >
> > > > > Thanks,
> > > > > Janos
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Raz
> > >
> > >
> >
> >
> > --
> > Raz
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
--
Raz
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: raid5 read performance
2006-01-10 20:05 ` Raz Ben-Jehuda(caro)
@ 2006-01-11 1:08 ` JaniD++
0 siblings, 0 replies; 8+ messages in thread
From: JaniD++ @ 2006-01-11 1:08 UTC (permalink / raw)
To: Raz Ben-Jehuda(caro); +Cc: linux-raid
----- Original Message -----
From: "Raz Ben-Jehuda(caro)" <raziebe@gmail.com>
To: "JaniD++" <djani22@dynamicweb.hu>
Cc: <linux-raid@vger.kernel.org>
Sent: Tuesday, January 10, 2006 9:05 PM
Subject: Re: raid5 read performance
> NBD for network block device ?
Yes. :-)
> why do u use it ?
I need only one big block device.
In the beginning, i try almost all tool to transport the block devices to
the concentrator, and the best choise (speed and stability) looks like
RedHat's GNBD.
But GNBD is have the same problem, like NBD, the old deadlock problem on
heavy write.
The only difference is the GNBD issues that rarely than NBD.
Couple of months ago, Herbert Xu have fixed the NBD-deadlock problem (with
my help:-), and now the fixed NBD is the best choise!
Do you have better idea? :-)
Please let me know!
> what type of elevator do you use ?
Elevator?
What do you think exactly?
My system's actually performance is thanks to block devices good readahead
settings. (in all layer, including nbd)
Cheers,
Janos
>
>
> On 1/10/06, JaniD++ <djani22@dynamicweb.hu> wrote:
> >
> > ----- Original Message -----
> > From: "Raz Ben-Jehuda(caro)" <raziebe@gmail.com>
> > To: "JaniD++" <djani22@dynamicweb.hu>
> > Cc: "Linux RAID Mailing List" <linux-raid@vger.kernel.org>
> > Sent: Tuesday, January 10, 2006 12:25 AM
> > Subject: Re: raid5 read performance
> >
> >
> > > 1. it is not good to use so many disks in one raid. this means that in
> > > degraded mode
> > > 10 disks would be needed to reconstruct one slice of data.
> > > 2. i did not understand what is raid purpose.
> >
> > Yes, i know that.
> > In my system, this was the best choise.
> >
> > I have 4 disk node inside 4x12 Maxtor 200GB (exactly 10xIDE+2xSATA).
> > The disk nodes sevres nbd.
> > The concentrator joins the nodes with sw-raid0
> >
> > The system is a generally free web storage.
> >
> > > 3. 10 MB/s is very slow. what sort of disks do u have ?
> >
> > 4x(2xSATA+10xIDE) Maxtor 200GB
> >
> > The system sometimes have 500-800-1000 downloaders at same time.
> > In this load, the per node traffic is only 10MB/s. (~100Mbit/s)
> >
> > First i think the sync/async IO problem.
> > At this time i think the bottleneck on the nodes is the PCI-32 with 8
HDD.
> > :(
> >
> > > 4. what is the raid stripe size ?
> >
> > Currently all raid layers have 32KB chunks.
> >
> > Cheers,
> > Janos
> >
> > >
> > > On 1/4/06, JaniD++ <djani22@dynamicweb.hu> wrote:
> > > >
> > > > ----- Original Message -----
> > > > From: "Raz Ben-Jehuda(caro)" <raziebe@gmail.com>
> > > > To: "JaniD++" <djani22@dynamicweb.hu>
> > > > Cc: "Linux RAID Mailing List" <linux-raid@vger.kernel.org>
> > > > Sent: Wednesday, January 04, 2006 2:49 PM
> > > > Subject: Re: raid5 read performance
> > > >
> > > >
> > > > > 1. do you want the code ?
> > > >
> > > > Yes.
> > > > If it is difficult to set.
> > > > I use 4 big raid5 array (4 disk node), and the performace is not too
> > good.
> > > > My standalone disk can do ~50MB/s, but 11 disk in one raid array
does
> > only
> > > > ~150Mbit/s.
> > > > (With linear read using dd)
> > > > At this time i think this is my systems pci-bus bottleneck.
> > > > But on normal use, and random seeks, i am happy, if one disk-node
can do
> > > > 10MB/s ! :-(
> > > >
> > > > Thats why i am guessing this...
> > > >
> > > > > 2. I managed to gain linear perfromance with raid5.
> > > > > it seems that both raid 5 and raid 0 are caching read a head
> > buffers.
> > > > > raid 5 cached small amount of read a head while raid0 did not.
> > > >
> > > > Aham.
> > > > But...
> > > > I dont understand...
> > > > You wrote that, the RAID5 is slower than RAID0.
> > > > The read a head buffering/caching is bad for performance?
> > > >
> > > > Cheers,
> > > > Janos
> > > >
> > > >
> > > > >
> > > > >
> > > > > On 1/4/06, JaniD++ <djani22@dynamicweb.hu> wrote:
> > > > > >
> > > > > > ----- Original Message -----
> > > > > > From: "Raz Ben-Jehuda(caro)" <raziebe@gmail.com>
> > > > > > To: "Mark Hahn" <hahn@physics.mcmaster.ca>
> > > > > > Cc: "Linux RAID Mailing List" <linux-raid@vger.kernel.org>
> > > > > > Sent: Wednesday, January 04, 2006 9:14 AM
> > > > > > Subject: Re: raid5 read performance
> > > > > >
> > > > > >
> > > > > > > I guess i was not clear enough.
> > > > > > >
> > > > > > > i am using raid5 over 3 maxtor disks. the chunk size is 1MB.
> > > > > > > i mesured the io coming from one disk alone when I READ
> > > > > > > from it with 1MB buffers , and i know that it is ~32MB/s.
> > > > > > >
> > > > > > > I created raid0 over two disks and my throughput grown to
> > > > > > > 64 MB/s.
> > > > > > >
> > > > > > > Doing the same thing with raid5 ended in 32 MB/s.
> > > > > > >
> > > > > > > I am using async io since i do not want to wait for several
disks
> > > > > > > when i send an IO. By sending a buffer which is striped
aligned
> > > > > > > i am supposed to have one to one relation between a disk and
an
> > > > > > > io.
> > > > > > >
> > > > > > > iostat show that all of the three disks work but not fully.
> > > > > >
> > > > > > Hello,
> > > > > >
> > > > > > How do you set sync/async io?
> > > > > > Please, let me know! :-)
> > > > > >
> > > > > > Thanks,
> > > > > > Janos
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Raz
> > > >
> > > >
> > >
> > >
> > > --
> > > Raz
> > > -
> > > To unsubscribe from this list: send the line "unsubscribe linux-raid"
in
> > > the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
> >
>
>
> --
> Raz
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-01-11 1:08 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-03 14:16 raid5 read performance Raz Ben-Jehuda(caro)
2006-01-03 20:43 ` Mark Hahn
2006-01-04 8:14 ` Raz Ben-Jehuda(caro)
[not found] ` <013a01c6110c$d2353560$a400a8c0@dcccs>
2006-01-04 13:49 ` Raz Ben-Jehuda(caro)
[not found] ` <045b01c61178$9efdaad0$a400a8c0@dcccs>
2006-01-09 23:25 ` Raz Ben-Jehuda(caro)
2006-01-10 11:19 ` JaniD++
2006-01-10 20:05 ` Raz Ben-Jehuda(caro)
2006-01-11 1:08 ` JaniD++
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).