Tracing which java process belongs to which WAS profile
Environment: Windows
While using Websphere Application Server to host each of the CLM applications on a different profile (on the same machine) - If a particular application is running out of memory, how do we find out which java process belongs to which WAS profile. One way: List the process ID in the task manager, and then open the WAS profile log directory and look for serverX.pid. Question: Is there any other shorter way to get this done? UseCases: If a particular profile is hung we could right click on the correct process name and create dump file. |
Accepted answer
One other answer
You simply look at the command within the Task Manager. There you see which Java.exe is for which profile. You only must enable this column. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.