28 Dec 2022 11:32 AM
Hi,
I have to collect the list of processes detected by Dynatrace on the host basis. I am doing manually via selecting individual host --> Processes panel and copy.
There are many managements zone (MZ) and many servers with in each MZ.
Could you help me whether we have export options? or any alternative to collect the process group list on the host basis.
Thanks,
Selvam.
Solved! Go to Solution.
28 Dec 2022 01:22 PM
There isn't an exact way of doing this as there are limits with dashboards/API. I tried API but that doesn't bring back host name. Below is how I did it. See if this helps
Here is one way you can do it but you would still need to break up in smaller chunks
builtin:tech.generic.mem.usage:parents:splitBy("dt.entity.process_group_instance","dt.entity.host"):sort(dimension("dt.entity.host",descending)):limit(100)
29 Dec 2022 12:01 AM
Hi @Selvam_Sekar ,
You can also use the following API to fetch all the processes running in your environment and filter based on each management zone so that you can fetch the list accordingly.
Or as @Kenny_Gillette suggested, you can use the Data Explorer which will help you fetch the list by exporting the option available.
Hope this helps.