vote up 0 vote down star

Hi,

I'm interested to know what would be the best way to monitor locked files/open file handles on a win 2000 server. I am interested in a general system report that could show locked files or handles over time (over the course of one night, for example) without having to specify which processes are to be monitored specifically.

Thanks, Adi

flag

2 Answers

vote up 0 vote down

Sysinternals are a Windows administrator's best friend. Perhaps you could write something that wraps the Handle program.

link|flag
@Boden - yep. That was my initial thought as well. A simple script that wraps around Handle. – adilei Mar 10 at 16:18
vote up 0 vote down check

Well,

After some research it seems that the best sysinternals tool for this purpose would be File Monitor. While wrapping the Handle programme (as suggested here) could work, File Monitor provides a fully customizable GUI for that purpose.

File Monitor is replaced by Process Monitor for OS versions later than WIN2000 SP4, but since I was having to monitor an earlier version, File Monitor was definitely the way to go.

link|flag

Your Answer

Get an OpenID
or

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