Process Monitor v3.0

Programming 2012. 3. 28. 20:40

활용처:

http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx   process monitor 를 이용하시면 어떤 COM이 문제가 되는 지 확인할 수 있을 듯 합니다. 그러고 나면 다음 Action을 취하실 수 있을 듯. 만일, Native COM이 regisry에 등록되지 못한 것이라면, Manually 하게 등록해야 할 필요가 있을 듯 하구요.. 등록시 정상적으로 등록되지 않을 수 있습니다. 이는 Depends.exe 와 같은 Tool을 이용해서 종속된 DLL등에 문제가 없는 지도 확인하셔야 할 듯 합니다.

=============================================================

http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx


Introduction

Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It combines the features of two legacy Sysinternals utilities, Filemon and Regmon, and adds an extensive list of enhancements including rich and non-destructive filtering, comprehensive event properties such session IDs and user names, reliable process information, full thread stacks with integrated symbol support for each operation, simultaneous logging to a file, and much more. Its uniquely powerful features will make Process Monitor a core utility in your system troubleshooting and malware hunting toolkit.

Overview of Process Monitor Capabilities

Process Monitor includes powerful monitoring and filtering capabilities, including:

  • More data captured for operation input and output parameters
  • Non-destructive filters allow you to set filters without losing data
  • Capture of thread stacks for each operation make it possible in many cases to identify the root cause of an operation
  • Reliable capture of process details, including image path, command line, user and session ID
  • Configurable and moveable columns for any event property
  • Filters can be set for any data field, including fields not configured as columns
  • Advanced logging architecture scales to tens of millions of captured events and gigabytes of log data
  • Process tree tool shows relationship of all processes referenced in a trace
  • Native log format preserves all data for loading in a different Process Monitor instance
  • Process tooltip for easy viewing of process image information
  • Detail tooltip allows convenient access to formatted data that doesn't fit in the column
  • Cancellable search
  • Boot time logging of all operations

The best way to become familiar with Process Monitor's features is to read through the help file and then visit each of its menu items and options on a live system.

 

Screenshots



Posted by 세모아
,