09 Oct 2018 10:57 AM - last edited on 17 Mar 2021 12:54 PM by Karolina_Linda
Hi Guys,
what is the difference between Process group and Process group instance?
Thanks
Himanshu Mor
Solved! Go to Solution.
09 Oct 2018 11:35 AM - last edited on 03 Dec 2024 01:11 PM by MaciejNeumann
Hi Himanshu,
Dynatrace automatically detects abstract Process Groups from processes that are performing the same functions across multiple hosts. So if you e.g. have 3 Tomcats on 3 Hosts that accomplish the same tasks it's assumed that they are similar so they would be one Process Group. You can also manually modify how Process groups are detected.
Every one of these 3 tomcats would then be a Process Group Instance of the detected Process Group. So one Process Group can have multiple Process Group Instances. These often map to the physical processes but they don't necessarily have to because e.g. Dynatrace treats all the worker processes as one Process Group Instance.
best regards
Franz
10 Oct 2018 06:28 AM
Thanks @Franz S. ! so does that mean that a PROCESS GROUP INSTANCE is same as a PROCESS detected by dynatrace?
10 Oct 2018 09:18 AM
Hi Himanshu,
yes, Process Group Instances are just called Processes in the UI. These just don't always have to correspond one-to-one to the physical processes running on the machine.
Example: If you have an Apache Webserver and it has many worker processes, Dynatrace will only display one Process/Process Group Instance for a single host.
If you have another Apache Webserver on another host running that delivers the same application, Dynatrace will put both these Process Group Instances in one Process Group.
best regards
Franz
10 Oct 2018 09:23 AM
Hey @Franz S. , Thanks for clarifying!!