> Anyone know of a tool (besides Purify) which could track all > the resource usages of a given program?
Sysinternals has a great collection of tools for this sort of thing: Handle v2.01 http://www.sysinternals.com/ntw2k/freeware/handle.shtml "This handy command-line utility will show you what files are open by which processes, and much more." Or, for the GUI minded: Process Explorer v5.25 http://www.sysinternals.com/ntw2k/freeware/procexp.shtml "Find out what files, registry keys and other objects processes have open, which DLLs they have loaded, and more. This uniquely powerful utility will even show you who owns each process." There are other tools (regmon, filemon, diskmon, portmon) that can be used to get blow-by-blow accounts of how different resources are being used. -Samrobb -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/