Originally posted by: SystemAdmin
I have a relatively unique situation where a group of testers that are accessing various files for testing software are running into an issue where our AIX servers are being too efficient. They are running tests that reference files, after the test are done they will make modifications to the application parameters and re-test, the problem is that the files are being read from the cache and returning very good performance numbers, as one would expect/desire....except for my testers. They want it to run like the server has never seen the files before.
Is there a way to clear the file system cache on an AIX server short of rebooting it? On a Linux server I would just use drop_cache, but I haven't been able to find much in regard to a comparable tool on AIX. Anyone ran into this kind of a need before? Thank you.