On Sat, 03 Jan 2004 04:33:28 +0100, Tobias Diedrich <ranma _at_ gmx.at> 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:
pgp354802.pgp
Description: PGP signature
Follow-Ups:
- Re: Strange IDE performance change in 2.6.1-rc1 (again)Tobias Diedrich
- Re: Strange IDE performance change in 2.6.1-rc1 (again)jw schultz
- Strange IDE performance change in 2.6.1-rc1 (again)Paolo Ornati
- Re: Strange IDE performance change in 2.6.1-rc1 (again)Ed Sweetman
- Re: Strange IDE performance change in 2.6.1-rc1 (again)Paolo Ornati
- Re: Strange IDE performance change in 2.6.1-rc1 (again)Tobias Diedrich
- Prev by Date: Re: udev and devfs - The final word
- Next by Date: [PATCH] fix issues with loading PCI ide drivers as modules (linux2.6.0)
- Previous by thread: Re: Strange IDE performance change in 2.6.1-rc1 (again)
- Next by thread: Re: Strange IDE performance change in 2.6.1-rc1 (again)
- Indexes:[Main][Thread]