프로세스 ID를 추가하여 인스턴스를 표시하는 방법이 있습니다. ProcessId는 변경되지 않으므로 올바른 인스턴스를 결정하는 데 도움이됩니다. 이 게시물은 방법을 설명합니다 - Perfmon: Identifying processes by PID instead of instance. 링크에서
관련 부분 :
Making below registry change will display processes in the format of **ProcessName_PID** instead of **ProcessName#1**.
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.
Warning: Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
Important: If you enable this feature, you may be unable to monitor process-specific information by using third-party utilities or custom-made programs, and this functionality may change at any time in the future without notice.
가 누군가를 도움이되기를 바랍니다.
세부 정보를 제공해 주시겠습니까? 나는 비슷한 필요를 가지고있다. 고맙습니다. –