How to monitor the files accessed by a program (linux) - TechRepublic
General discussion
December 31, 2009 at 12:09 PM
wes.kirk

How to monitor the files accessed by a program (linux)

by wes.kirk . Updated 16 years, 6 months ago

Hi,
I need a way to get a list of files that are opened by a simulation in linux. I tried “lsof” which works but it is an instantaneous query. I need something that will continuously monitor a process and when the process ends, report the file IO history.

Does anyone have any ideas?

Thanks,
Wes

This discussion is locked

All Comments