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

From: Andrew Morton
Date: Fri Jan 09 2004 - 14:45:07 EST


Ram Pai <linuxram@xxxxxxxxxx> wrote:
>
> 1) see whether you see a regression with files replacing the
> cat command in your script with
> dd if=big_file of=/dev/null bs=1M count=256

You'll need to unmount and remount the fs in between to remove the file
from pagecache. Or use fadvise() to remove the pagecache. There's a
little tool which does that in

http://www.zip.com.au/~akpm/linux/patches/stuff/ext3-tools.tar.gz

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/