Slow on heavy I/O operations.

Ivan Voras ivoras at fer.hr
Thu Mar 22 13:39:37 UTC 2007


Roman Gorohov. wrote:

> But what I can't understand - why such non-critical(as it seems to me) disk activity,
> cause 100% busyness for disk? Its claim to be 40.000MB/s transfers, but
> sometimes its 100% busy when iostat show only 1 MB/s.

Because disk seeks count. If you have a lot of small transactions that
need seeks they'll kill performance (try running "find /" - you'll get
~500 kB/s rate and 100% busy disks).



More information about the freebsd-performance mailing list