vote up 1 vote down star

I'm looking for a Windows tool that is able to log every action (read & write) that were made to a specific path inside the local Filesystem in order to debug a program (find out why it is sometimes slow and sometimes not). In theory it could work like a virus scanner that is recognizing every file that any of the running programs do read or write and logs every thing that it sees.

flag

2 Answers

vote up 1 vote down check

There is a tool called Process Monitor made by sysinternals http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx which will moniter the filesytem and registy, it will show which process is doing the operations. It should help you do what you need

I love the applications made by sysinternals, they make the computer world such a better place to work in.

link|flag
vote up 1 vote down

Sounds like a job for Process Monitor, previously known as FileMon.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.