Process files I/O monitor ========================= A simple systemtap script which watches all processes doing file I/O and perl script to analyse output and report on frequency & size of I/O requests. eg stap -g process-files.stap > process-files.log & sleep 300 kill %1 perl process-files.pl < process-files.log > process-files.txt