Re: How do I self diagnose slow write to HDD performance issue

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Valdis.Kletnieks
Date: Tuesday, October 21, 2008 - 8:07 pm

On Tue, 21 Oct 2008 14:34:01 CDT, Jonathan Johnson said:


Remember that streaming read/write speed is usually only a small part of the
total disk performance story.  Sure, if you don't have to move the heads much,
you can go 60 megabytes/sec.  However, even the *hottest* drives out there
have a hard time sustaining 200 seeks per second.

In other words, every time you have to move the heads, it costs you 300Kbytes/sec
of throughput (1/200th of that 60M).

And bonnie++ probably moves the heads a lot.

To *add* insult to injury, if you're running in RAID6 mode, each time you write
to the RAID set, it has to do *several* I/Os to do all the parity computations.
So you take a 300K hit for each of those I/Os.

There's a *reason* why RAID1 is still used - you can (assuming a smart enough
controller) launch both the write and the mirroring write at the same time in
parallel, taking little or no performance penalty.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
How do I self diagnose slow write to HDD performance issue, Jonathan Johnson, (Tue Oct 21, 12:34 pm)
Re: How do I self diagnose slow write to HDD performance issue, Valdis.Kletnieks, (Tue Oct 21, 8:07 pm)