The Process object in Performance Monitor can display Process IDs (PIDs
By default, Performance Monitor (Perfmon.msc) displays multiple processes that have the same name by enumerating the processes in the following way:
Process#1
Process#2
Process#3
Performance Monitor can also display these processes by appending the process ID (PID) to the name in the following way:
Process_PID
Note In Microsoft Windows XP and in Microsoft Windows Server 2003, this tool is named System Monitor.
To enable or to disable PIDs in process names, follow these steps:
Process#1
Process#2
Process#3
Performance Monitor can also display these processes by appending the process ID (PID) to the name in the following way:
Process_PID
Note In Microsoft Windows XP and in Microsoft Windows Server 2003, this tool is named System Monitor.
To enable or to disable PIDs in process names, follow these steps:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfProc\Performance
- On the Edit menu, click New, and then click DWORD Value.
- Right-click New Value #1, click Rename, and then type ProcessNameFormat to name the new value.
- Right-click ProcessNameFormat, and then click Modify.
- In the Data value box, type one of the following values, and then click OK:
- 1: Disables PID data. This value is the default value.
- 2: Enables PID data.
- Exit Registry Editor.
Comments
Post a Comment