Re: Strange IDE performance change in 2.6.1-rc1 (again)

From: Valdis . Kletnieks
Date: Fri Jan 02 2004 - 23:16:29 EST


On Sat, 03 Jan 2004 04:33:28 +0100, Tobias Diedrich <ranma@xxxxxx> said:

> Very interesting tidbit:
>
> with 2.6.1-rc1 and "dd if=/dev/hda of=/dev/null" I get stable 28 MB/s,
> but with "cat < /dev/hda > /dev/null" I get 48 MB/s according to "vmstat
> 5".

'cat' is probably doing a stat() on stdout and seeing it's connected to /dev/null
and not even bothering to do the write() call. I've seen similar behavior in other
GNU utilities.

Attachment: pgp00000.pgp
Description: PGP signature