Index of /berrange/systemtap/process-files
Name Last modified Size Description
Parent Directory 05-Nov-2006 18:00 -
parse-data.pl 05-Nov-2006 18:00 3k
process-files.log.gz 05-Nov-2006 18:22 294k GZIP compressed docume>
process-files.pl 05-Nov-2006 18:00 2k
process-files.stap 05-Nov-2006 18:00 2k
process-files.txt 05-Nov-2006 18:23 14k
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