We have a service running on Ubuntu and IIS on Windows Server 2008.
Multiple Ubuntu container instances run web applications, executing under the same low-privileged service account/user profile.
When an Ubuntu processes spikes CPU to 100%, top or Task Manager shows generic service host names, and we cannot isolate which specific application instance is responsible without assigning distinct service accounts.
How can we identify the specific Ubuntu service or process with its corresponding application endpoint without creating separate service accounts for each one?