如何在 WIN 2000 服务器上监视锁定的文件
我很想知道在 win 2000 服务器上监视锁定文件/打开文件句柄的最佳方法是什么。 我对一般系统报告感兴趣,该报告可以显示一段时间内锁定的文件或句柄(例如,在一晚的过程中),而无需指定要具体监视哪些进程。
谢谢, 阿迪
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Sysinternals 是 Windows 管理员的最佳选择朋友。 也许您可以编写一些封装 Handle 程序的内容。
Sysinternals are a Windows administrator's best friend. Perhaps you could write something that wraps the Handle program.
好吧,
经过一些研究,似乎用于此目的的最佳 sysinternals 工具是 File监控。 虽然包装 Handle 程序(如此处建议的那样)可以工作,但文件监视器为此目的提供了一个完全可定制的 GUI。
对于 WIN2000 SP4 以后的操作系统版本,文件监视器被替换为 进程监视器 ,但由于我必须监视早期版本,文件监视器绝对是最佳选择。
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.