In a performance test, I want to bypass the influence of cache of linux system (including page cache/inode cache and so on).
I have tried O_DIRECT flag, but it's turned out that direct I/O is still "enjoy" the effect of some cache.
Is there a thorough way to close the effect of system cache?