The Linux Test project has some tests for VM. I'm not sure that all of them are enabled by a default run. I'd recommend installing the LTP (ltp.sourceforge.net) and running it as a minimal regression suite if you haven't done so already. It is generally pretty quick and you could probably set up a run list to focus on VM changes that would run much more quickly. If you have some specific modifications, e.g.: From: Andrew Morton The problem is the access pattern. It shouldn't be random-uniform. But what should it be? random-gaussian? So: map a large file, access it random-gaussian. malloc some memory, access it random-gaussian. Apply eviction pressure. Measure throughput. Optimise throughput. Does this not capture what the VM is supposed to do? ...or enhancments to the current tests that would make them more useful, yell. Paul's team typically focuses on functional tests rather than performance tests. However, it may be possible to make a set of deterministic tests that may also be useful for doing some first level performance comparisons if written correctly. E.g. random distributions with a settable initial seed. gerrit