One result that seems pretty consistent in these tests is that avoiding the
page cache is good for about 20% overall throughput improvement. Which is
significant, but less than I would have thought if bus bandwidth is the only
major bottleneck. Something in the vfs/filesystem/blockio path is still
eating too much cpu.
Another observation: though only one of the tests hit 100% CPU, total
throughput is still shows consistent improvement as a result of reducing CPU.
This should not be, it means there is excessive latency between submission of
requests, that is, the IO pipes are not being kept full.
-- Daniel - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/