document updated 13 years ago, on Jan 25, 2011
Columns
Columns I like to enable in Process Explorer:
- Process image > Command line
- Process memory > Working set size
- Process memory > WS private bytes
explanations of the difference between "working set" and "private":
[1]
[2]
[3]
[4]
- Process disk > Delta total bytes
- Process network > Delta total bytes
- Process I/O > Delta total bytes
- Process network > Send bytes
- Most corporate IT teams have the ability to monitor in real-time what an employee is seeing on their screen. To detect if this ever occurs to you, sort by this column, and watch the highest one.
Symbols
Setting up and using symbol information.
- Install Debugging Tools for Windows
- procexp->Options->Configure Symbols->dbghelp path ⇒
C:\Program Files\Debugging Tools for Windows\dbghelp.dll
- procexp->Options->Configure Symbols->Symbols path ⇒
srv*D:\Download\Symbols*help://msdl.microsoft.com/download/symbols
.
For details, see Debugging Tools and Symbols.
[russME_2005, page 11, 28]
- Process->Properties -- Show the environment, security, .NET counters for running processes
- Read more at:
[1]
[2]
[3]