Server is actively writing into some file. How to find the file which is receiving heavy i/o ?
|
Try iotop. On Debian/Ubuntu:
Then |
|||||||||||
|
|
Since I/O accounting isn't available, maybe you could use a solution based on inotify. This is included in the kernel since 2.6.13. Using inotifywatch from inotify-tools you can watch for changes to any file on your system with
|
|||
|
|