Re: clearing filesystem cache for I/O benchmarks

From: Andrew Morton
Date: Mon Jul 26 2004 - 02:27:51 EST


Benjamin Rutt <rutt.4+news@xxxxxxx> wrote:
>
> How can I purge all of the kernel's filesystem caches, so I can trust
> that my I/O (read) requests I'm trying to benchmark bypass the kernel
> filesystem cache?

Either delete the benchmark test files or, in 2.6, use
fsync+posix_fadvise(POSIX_FADV_DONTNEED);
-
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/