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