

The Process Explorer display consists of two windowsills. Like the Task Manager, it can show a process that uses a processor to the maximum, but unlike the Task Manager, it can show which thread (along with the call stack) the processor uses – information is not even available in the debugger. Another example: it can show the command lines used to launch a program, which can be used to distinguish between identical processes. It can be used to find out what keeps a file open and prevents it from being used by another program.

For example, it can be used to list or search for named resources held by a process or all processes. The Process Explorer can be used for troubleshooting. It can be used as a first step in troubleshooting software or system problems. It provides the functionality of Windows Task Manager as well as a rich set of functions to collect information about the processes running in the user system. The company was acquired by Microsoft and renamed into Windows Sysinternals. Windows Server 2003, SP1 and higher.Process Explorer is a free task manager and system monitor for Microsoft Windows developed by SysInternals. Downloadįrom Windows Sysinternals Run Process Monitor now from Requirements / Dependencies

Note: the System process is not included in profiling. Profiling: Scans all the active threads in the system and generates a profiling even for each one that records the kernel and user CPU time consumed, as well as the number of context switches executed, by the thread since its previous profiling event. Each network operation includes the source and destination addresses, as well as the amount of data sent or received, but does not include the actual data. Network: Traces and records TCP and UDP activity using Event Tracing for Windows (ETW). Process: Tracks all process and thread creation and exit operations as well as DLL and device driver load operations. HKEY_LOCAL_MACHINE is represented as HKLM).įile system: Displays file system activity for all Windows file systems, including local storage and remote file systems. Registry: Logs all Registry operations and displays Registry paths using conventional abbreviations for Registry root keys (e.g. Real-time display of all local file and registry activity, some network activity, by processįilter on any element of captured activity, ex: by process, file path, registry key nameĬombination of previous tools File Monitor and Registry Monitor
