linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Device utilization with RAID-1
@ 2011-08-16  0:39 Harald Nikolisin
  2011-08-16  1:30 ` Roberto Spadim
       [not found] ` <CABYL=TqYhDSFTx9Bq6_AWZaYd+qtbd=tJyTHJUjXwYHH_qkQnQ@mail.gmail.com>
  0 siblings, 2 replies; 9+ messages in thread
From: Harald Nikolisin @ 2011-08-16  0:39 UTC (permalink / raw)
  To: linux-raid

Since a long time I'm unhappy with the performance of my RAID-1 system.
Investigation with atop and iostat unveils that the disk utilization is
always on a certain level although nothing happens on the system. In the
case of reading or writing files the utilization boosts always to 100%
for a long time. Very ugly examples are "Firefox starting" or "zypper
updates".
That is snapshot of the output of iostat:


Device:         rrqm/s   wrqm/s     r/s     w/s   rsec/s   wsec/s
avgrq-sz avgqu-sz   await  svctm  %util
sda               0,00     0,00    0,00    7,33     0,00    43,33    
5,91     0,33   43,18  33,32  24,43
sdb               0,00     0,00    0,00    7,33     0,00    43,33    
5,91     0,35   45,59  39,73  29,13
md0               0,00     0,00    0,00    0,67     0,00     5,33    
8,00     0,00    0,00   0,00   0,00
md1               0,00     0,00    0,00    0,33     0,00     5,33   
16,00     0,00    0,00   0,00   0,00
md2               0,00     0,00    0,00    0,33     0,00     1,00    
3,00     0,00    0,00   0,00   0,00
md3               0,00     0,00    0,00    0,00     0,00     0,00    
0,00     0,00    0,00   0,00   0,00
md4               0,00     0,00    0,00    0,00     0,00     0,00    
0,00     0,00    0,00   0,00   0,00
md5               0,00     0,00    0,00    0,33     0,00     0,67    
2,00     0,00    0,00   0,00   0,00

I checked with mdadm if a resync happens or so, but this is not the
case. The state says "active" on all RAID devices - btw. what is the
difference to "clean" ?

thanks for any hints,
  harald

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Fwd: Re: Device utilization with RAID-1
@ 2011-08-18  0:26 Harald Nikolisin
  2011-08-18  1:42 ` NeilBrown
  0 siblings, 1 reply; 9+ messages in thread
From: Harald Nikolisin @ 2011-08-18  0:26 UTC (permalink / raw)
  To: linux-raid

hi,

I didn't want to complain in general about SW RAID-1 performance. I
simply think something is wrong with my setup and I have currently no
idea how to improve.

The basic questions (where I did not find an answer, neither in FAQ's
nor in forum discussions) are.
a) Is it normal that the hard drives show an permanent utilization
(around 20%) without any noticeable actions on the computer?
b) Should (as long as no resync happens) the state of mdadm active or clean?

cheers,
  harald

well, I have only 2 hard drives and no space for more..

Am 16.08.2011 03:29, schrieb Roberto Spadim:
> try raid10 far layout
> 
> 2011/8/15 Harald Nikolisin <hochglanz@gmail.com
> <mailto:hochglanz@gmail.com>>
> 
>     Since a long time I'm unhappy with the performance of my RAID-1 system.
>     Investigation with atop and iostat unveils that the disk utilization is
>     always on a certain level although nothing happens on the system. In the
>     case of reading or writing files the utilization boosts always to 100%
>     for a long time. Very ugly examples are "Firefox starting" or "zypper
>     updates".
>     That is snapshot of the output of iostat:
> 
> 
>     Device:         rrqm/s   wrqm/s     r/s     w/s   rsec/s   wsec/s
>     avgrq-sz avgqu-sz   await  svctm  %util
>     sda               0,00     0,00    0,00    7,33     0,00    43,33
>     5,91     0,33   43,18  33,32  24,43
>     sdb               0,00     0,00    0,00    7,33     0,00    43,33
>     5,91     0,35   45,59  39,73  29,13
>     md0               0,00     0,00    0,00    0,67     0,00     5,33
>     8,00     0,00    0,00   0,00   0,00
>     md1               0,00     0,00    0,00    0,33     0,00     5,33
>     16,00     0,00    0,00   0,00   0,00
>     md2               0,00     0,00    0,00    0,33     0,00     1,00
>     3,00     0,00    0,00   0,00   0,00
>     md3               0,00     0,00    0,00    0,00     0,00     0,00
>     0,00     0,00    0,00   0,00   0,00
>     md4               0,00     0,00    0,00    0,00     0,00     0,00
>     0,00     0,00    0,00   0,00   0,00
>     md5               0,00     0,00    0,00    0,33     0,00     0,67
>     2,00     0,00    0,00   0,00   0,00
> 
>     I checked with mdadm if a resync happens or so, but this is not the
>     case. The state says "active" on all RAID devices - btw. what is the
>     difference to "clean" ?
> 
>     thanks for any hints,
>      harald
>     --
>     To unsubscribe from this list: send the line "unsubscribe linux-raid" in
>     the body of a message to majordomo@vger.kernel.org
>     <mailto:majordomo@vger.kernel.org>
>     More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 
> 
> 
> -- 
> Roberto Spadim
> Spadim Technology / SPAEmpresarial



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-08-20  3:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16  0:39 Device utilization with RAID-1 Harald Nikolisin
2011-08-16  1:30 ` Roberto Spadim
     [not found] ` <CABYL=TqYhDSFTx9Bq6_AWZaYd+qtbd=tJyTHJUjXwYHH_qkQnQ@mail.gmail.com>
2011-08-16 17:25   ` Harald Nikolisin
  -- strict thread matches above, loose matches on Subject: below --
2011-08-18  0:26 Fwd: " Harald Nikolisin
2011-08-18  1:42 ` NeilBrown
2011-08-18  6:44   ` Stefan /*St0fF*/ Hübner
2011-08-18 13:44   ` CoolCold
2011-08-19  0:31     ` NeilBrown
2011-08-19 18:32       ` maurice
2011-08-20  3:13         ` John Robinson

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).