08 Dec 2022 07:55 AM - last edited on 08 Dec 2022 03:17 PM by Ana_Kuzmenchuk
Is it possible through Dynatrace to detect the source that originates the high traffic to a host that's monitored within Dynatrace or not?
If yes, kindly tell me where / how to get the incoming traffic to a monitored host within Dynatrace.
Solved! Go to Solution.
08 Dec 2022 08:36 AM
can we get it through Distributed traces.
08 Dec 2022 08:46 AM
If you are looking at a specific Host you can check Analyze Process Connections under Incoming connections:
There you can see als processes that are calling processes on your current host and the transfer rates:
If you already know the service that is getting the higher load you can use the backtrace to see who is calling that service.
08 Dec 2022 09:21 AM - edited 08 Dec 2022 09:22 AM
Thanks @pahofmann for clarification
Yes, we have done that and through analyze process connection you will see the requester server and the destination, mean while we have checked the services and the requests we found where organically the high traffic is coming from so we get the full picture and the list of requesters (IP Addresses).
we can do it through distributed traces but it consumes much time to get the full info.
Thank you so much for support.
08 Dec 2022 12:40 PM
If it's HTTP traffic, you can set up a Request Attribute for the the reply size and Client IPs, and from there, I'm normally able to find the biggest "offenders"" through MDA.